@charset "UTF-8";
.solution main .kv.ar {
    background: url("./img/back_1.png") no-repeat center center / cover;
}

.solution main .contents .innerflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.solution main .contents .innerflex figure{
	width: 300px;
}

.solution main .contents .innerflex dl{
	width: 530px;
}

.solution main .contents .innerflex dl dt{
	color: #e95504;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.solution main .contents .innerflex dl dd{
	font-size: 14px;
	line-height: 26px;
}

.solution main .contents .innerflex .boxunder{
	width: 100%;
	padding: 20px;
	margin: 15px auto 0;
	border-radius: 10px;
	background: #e7f2f4;
}

.solution main .contents .innerflex .boxunder .txts{
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
}

.inner-list{
	display: flex;
	justify-content: space-between;
}


.inner-list-box{
	width: 30%;
}

.inner-list-box .listlead{
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #e95504;
	padding: 5px 0;
	margin-bottom: 10px;
	
}

.inner-list-box .undertxt{
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
	min-height: 140px;
}

.inner-list-box ul li{
	background: #fbc03b;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 40px;
	margin-top: 8px;
}

.inner-list-box ul li a{
	display: block;
	color: #fff;
}

.inner-list-box .leadtxt{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 15px 0;
}

.inner-list-box figure.cir{
	width: 180px;
	border-radius: 90px;
	background: #e7f2f4;
	margin: 0 auto;
}

.inner-list-box .leadtxt_2{
	font-size: 16px;
	font-weight: 700;
	color: #e95504;
	text-align: center;
	margin: 15px 0 5px;
}

.inner-list-box .listtxts{
	font-size: 15px;
	line-height: 26px;
	text-align:center;
	font-weight: 500;
}

.inner-comment-box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0 20px;
}

.inner-comment-box.rev{
	flex-direction: row-reverse;
}

.inner-comment-box figure{
	width: 200px;
}
	
.inner-comment-box dl{
	width: 450px;
	background: #e7f2f4;
	border-radius: 15px;
	padding: 20px;
}

.inner-comment-box dl dt{
	font-size: 18px;
	color: #e95504;
	font-weight: 700;
	margin-bottom: 0px;
}

.inner-comment-box dl dd{
	font-size: 15px;
	line-height: 26px;
}

.inner-flow{
	display: flex;
	justify-content: space-between;
}

.inner-flow-list{
	width: 23%;
	position: relative;
}

.inner-flow-list:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-top: 3px solid #e95504;
	border-right: 3px solid #e95504;
	right: -6%;
	top: 130px;
	transform: rotate(45deg);
}
.inner-flow-list:last-of-type:after{
	content: none;
}

.inner-flow-list figure{
	width: 150px;
	margin: 0 auto;
	position: relative;
}

.inner-flow-list figure:after{
	position: absolute;
	content: "";
	width: 140px;
	height: 140px;
	background: #e7f2f4;
	border-radius: 70px;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -70px;
	z-index: -1;
}


.inner-flow-list dl{
	text-align: center;
	margin-bottom: 0px;
}

.inner-flow-list dl dt{
	font-size: 20px;
	color: #e95504;
	font-weight: 700;
}

.inner-flow-list dl dd{
	font-size: 18px;
	font-weight: 700;
}

.btns_area{
	flex-wrap: wrap;
}

.solution main .contents .tabs_content .content .btns_area.mb{
	margin-bottom: 0;
}

.btns_area .txts{
	width: 100%;
	display: block;
	font-size: 18px;
	color: #e95504;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.solution main .contents .innerflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.solution main .contents .innerflex figure{
	width: 100%;
}

.solution main .contents .innerflex dl{
	width: 100%;
	margin-top: 15px;
}

.solution main .contents .innerflex dl dt{
	font-size: 16px;
}

.solution main .contents .innerflex dl dd{
	font-size: 13px;
	line-height: 22px;
}


.inner-list{
	flex-wrap: wrap;
}

.inner-list-box .listlead{
	font-size: 15px;
}

.inner-list-box .undertxt{
	font-size: 13px;
	line-height: 22px;
	min-height: auto;
}

.inner-list-box ul li{
	font-size: 13px;
}

.inner-list-box .leadtxt{
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin: 12px 0;
}
.inner-list-box{
	width: 100%;
	margin-top: 30px;
}
	
	.inner-list-box:first-of-type{
		margin-top: 0px;
	}

.inner-list-box figure.cir{
	width: 180px;
	border-radius: 90px;
	background: #e7f2f4;
	margin: 0 auto;
}


.inner-comment-box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap:0 20px;
}

.inner-comment-box.rev{
	flex-direction: row-reverse;
}

.inner-comment-box figure{
	width: 60%;
	margin: 0 auto;
}
	
.inner-comment-box dl{
	width: 100%;
	background: #e7f2f4;
	border-radius: 15px;
	padding: 15px;
}

.inner-comment-box dl dt{
	font-size: 18px;
	color: #e95504;
	font-weight: 700;
	margin-bottom: 0px;
}

.inner-comment-box dl dd{
	font-size: 15px;
	line-height: 26px;
}

.inner-flow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inner-flow-list{
	width: 48%;
	position: relative;
}

.inner-flow-list:after{
	right: -5%;
}

.inner-flow-list dl dt{
	font-size:18px;
	}

.inner-flow-list dl dd{
	font-size: 16px;
}


.solution main .contents .tabs_content .content .btns_area.mb{
	margin-bottom: 0;
}
	
	.solution main .contents .tabs_content .content .btns_area.mb .btns{
	font-size: 15px;
}

.btns_area .txts{
	width: 100%;
	display: block;
	font-size: 18px;
	color: #e95504;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
}
