@charset "UTF-8";
/* CSS Document */

/*-----------------------------------
mainImage
-----------------------------------*/
.mainImage {
	background: #fff;
	text-align: center;
	padding-top: 48px;
	margin-bottom: 40px;
	line-height: 0;
	z-index: 1;
}

@media screen and (max-width: 900px) {
	.mainImage {
		padding-left: 10px;
		padding-top: inherit;
	}
	span.small_txt a {
		display: block;
	}
	span.small_txt a.linkcolor {
		display: inline;
	}
}
.mainImage img {
	max-width: 900px;
}
ol.list_business {
	margin-bottom: 30px;
}
ol.list_business li {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1em;
}
ol.list_business li strong {
	float: left;
	margin-right: 0.3em;
	color: #a0741e;
}
ol.list_business li span {
	display: block;
	overflow: auto;
}
ol.list_business li span small {
	display: inline-block;
	font-weight: normal;
	margin-left: 1em;
	font-size: 1.4rem;
}

ol.list_business li span.small_txt {
	font-weight: normal;
	font-size: 1.4rem;
}
/*-----------------------------------
list_step
-----------------------------------*/
.list_step {
	background: #fffde5;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 1em;
}
.list_step li {
	margin-bottom: 1em;
}
.list_step li:last-child,
.list_step li:last-child p:last-child {
	margin-bottom: 0;
}
.list_step li strong {
	display: block;
	float: left;
	font-size: 2rem;
	font-weight: bold;
	color: #f08300;
}
.list_step li > div {
	overflow: auto;
}
.list_step li h4 {
	font-size: 2rem;
	margin-bottom: 0.5em;
}
dl.txt_list {
	background-color: #dff2fc;
	padding: 1.4em 1em;
	margin-bottom: 2em;
}
dl.txt_list dt {
	background: none;
	background-color: #e94830;
	color: #fff;
	display: inline-block;
	padding: 0.2em 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 2px;
	margin-bottom: 0.6em;
}
dl.txt_list dt span {
	padding-right: 0.2em;
	margin-right: 0.4em;
	border-right: solid 1px #fff;
}
dl.txt_list dd {
	background: none;
	flex-wrap: wrap;
	margin-bottom: 1em;
	padding: 0;
}
dl.txt_list dd:last-child {
	margin-bottom: 0;
}
dl.txt_list dd:last-child p {
	margin-bottom: 0;
}

dl.txt_list dd img {
	width: 200px;
	margin-left: 1em;
}
/*-----------------------------------
list_procedure
-----------------------------------*/
.list_procedure li h4 {
	font-size: 1.8rem;
	/*background: url(../img/common/line.png) repeat-x bottom left;*/
	/*margin-bottom: 1em;*/
	padding-bottom: 1em;
}
/*-----------------------------------
box_qa
-----------------------------------*/
.box_qa {
	background: url(../img/common/line.png) repeat-x bottom left;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.box_qa dt {
	background: url(../img/home/icon_q01.gif) no-repeat;
	background-size: 20px;
	background-position: 0 10px;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
}
.box_qa dd {
	background: url(../img/home/icon_q02.gif) no-repeat;
	background-size: 20px;
	background-position: 0 10px;
	padding: 10px 10px 10px 30px;
}

p.strong_txt {
	font-weight: bold;
	margin-top: -1em;
}

.box_style dl.dl_style dt {
	border: solid 1px #ccc;
	background-color: #dff2fc;
	margin-top: -1px;
	padding: 0.8em;
}
.box_style dl.dl_style dd {
	border: solid 1px #ccc;
	margin-top: -1px;
	padding: 0.8em;
}
.box_style dl.dl_style {
	margin-bottom: 2em;
}
ul li.dot_txt {
	display: flex;
	gap: 0.4em;
}

@media screen and (max-width: 500px) {
	ul.day {
		flex-direction: row;
	}
	dl.txt_list dd {
		flex-direction: column;
	}
	dl.txt_list dd img {
		margin-left: 0;
	}
}

ol.list_line {
	max-width: 800px;
	margin: 2em auto;
}

ol.list_line li {
	display: flex;
	margin-bottom: 4em;
}

ol.list_line li p.circle {
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
	width: 80px;
	height: 80px;
	position: relative;
	margin-right: -2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.2em;
	margin-top: -1em;
}
ol.list_line li p.circle::before {
	content: " ";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 79px;
}
ol.list_line li p.circle::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	position: absolute;
	bottom: 0;
}
ol.list_line li p.circle span {
	writing-mode: vertical-rl;
	display: block;
}
.left_area {
	flex: 1;
	padding: 2em 2em 1em 4em;
	border-radius: 10px;
}
.left_area p strong {
	color: #e94830;
}
.left_area p.white_back strong {
	color: #84c46d;
}
.left_area p.white_back {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 1em;
}
ol.list_line li h4 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
ol.list_line li.line01 p.circle {
	background-color: #eb6168;
}
ol.list_line li.line01 p.circle::before {
	background-color: #f5b7b1;
	height: 200px;
}
ol.list_line li.line01 p.circle::after {
	border-color: #f5b7b1 transparent transparent transparent;
	bottom: -210px;
}
ol.list_line li.line01 {
	padding-bottom: 0.2em;
	/* align-items: center; */
}
ol.list_line li.line01 .left_area {
	background-color: #fdece9;
}
ol.list_line li.line02 p.circle::before {
	background-color: #f4a244;
	height: 420px;
}
ol.list_line li.line02 p.circle::after {
	border-color: #f4a244 transparent transparent transparent;
	bottom: -440px;
}
ol.list_line li.line02 p.circle {
	background-color: #f08300;
}
ol.list_line li.line02 .left_area {
	background-color: #fffbc7;
}

dl.txt_list dd img.icon_img {
	width: 100px;
}

dl.back_white {
	background-color: unset;
	padding: 1em 0;
}

span.small_kome {
	font-size: 1rem;
	display: inline;
}
ol.list_business li span span.small_kome {
	display: inline;
}
.r_img {
	display: flex;
	align-items: center;
	margin: 2em;
}

.r_img > p img {
	width: 450px;
	margin: 1em auto 0 auto;
}
.top_img {
	margin-left: 2em;
}
.top_img img {
	margin-bottom: 1em;
	width: 250px;
}
ul.list_txt li {
	display: flex;
	flex: 1;
	margin-right: 1em;
}
.under_img p {
	max-width: 200px;
	margin: 1em auto 0 auto;
}

@media screen and (max-width: 700px) {
	.r_img {
		flex-wrap: wrap;
	}
}

h3.back_pink_titel {
	background: none;
	background-color: #e94830;
	color: #fff;
	display: inline-block;
	padding: 0.2em 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 2px;
	margin-bottom: 0.6em;
	margin-top: 0;
}
p.yazirushi {
	display: flex;
}

section.kakoi_area {
	background-color: #fffbc7;
	border-radius: 10px;
	padding: 2em 1em;
	display: flex;
	margin-bottom: 2em;
}
section.kakoi_area .txt_area {
	margin-left: 2em;
}

section.kakoi_area .txt_area p:last-child {
	margin-bottom: 0em;
}

section.kakoi_area02 {
	background-color: #e4f4fd;
	border-radius: 10px;
	padding: 2em;
	margin-bottom: 2em;
}

section.kakoi_area02 h3 {
	background-color: unset;
	color: #e94830;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.4em;
	display: flex;
	align-items: center;
}
section.kakoi_area02 h3 span {
	color: #a0741e;
	font-size: 1.6em;
	margin-right: 0.4em;
}
