@charset "UTF-8";
.solution main .kv.ar {
    background: url("./img/back_1.png") no-repeat center center / cover;
}
.solution main .kv h2{
		line-height: 1.6;
	}
.youtube {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.blocktable{
	width: 100%;
	margin-top: 20px;
}

.blocktable th,
.blocktable td{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	border: 1px solid #ccc;
}

.blocktable th.sub{
	width: 142.5px;
	background: #efefef;
}

.blocktable td.first{
	background: #efefef;
}

.blocktable td:last-child{
	background:rgba(233,85,4,.05);
	color: #e95504;
	font-size: 18px;
	font-weight: bold;
}


.blocktable th.blank{
	width: 164px;
	border-top: none;
	border-left: none;
}

.blocktable th.tts{
	width: 590px;
	background: #666;
	color: #fff;
}

.blocktable th.mainttl{
	width: 230px;
	background: #e95504;
	line-height: 1.4;
	color: #fff;	
	border-left: 1px solid #fff;
}

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

.solution main .contents .innerflexcenter{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	gap: 40px;
}

.solution main .contents .innerflexcenter figure{
	width: 400px;
}

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

.solution main .contents .innerflex figure:after{
	position: absolute;
	content: "";
	width: 250px;
	height: 250px;
	border-radius: 125px;
	background:rgba(233,85,4,.2);
	left: 25px;
	top: 25px;
	z-index: -1;
}

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

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

.solution main .contents .innerflex dl dt strong{
	display: inline-block;
	font-size: 35px;
	margin-right: 15px;
	position: relative;
	top: 6px;
}

.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;
}

figure.top{
	margin-top: 40px;
}


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


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

.inner-list-box .listlead{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #fbc03b;
	padding: 5px 0;
	margin-bottom: 10px;
	border-radius: 30px;
	margin-top: 40px;
	
}

.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: left;
	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: 14px;
	line-height: 26px;
	text-align:left;
	font-weight: 500;
	margin-top: 20px;
}

.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;
	margin-top: 40px;
}

.inner-flow-list{
	width: 23%;
	position: relative;
	text-align: center;
	padding-top: 10px;
}

.inner-flow-list:after{
	position: absolute;
	content: "";
	width: 95%;
	height: 100%;
	background: #e7f2f4;
	left: 0%;
	top: 0%;
	z-index: -1;
}

.inner-flow-list:before{
	position: absolute;
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 118px solid transparent;
  border-bottom: 118px solid transparent;
  border-left:30px solid #e7f2f4;
  border-right: 0;
	right: -19px;
	top: 0;
}
.inner-flow-list:last-of-type:before{
	content: none;
}

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

.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) {
	
	.tablearea{
		width: 100%;
		overflow: auto;
	}
	.blocktable{
		width: 884px;
		overflow: scroll;
	}
	
	.solution main .kv h2{
		line-height: 1.4;
	}
	.solution main .contents .innerflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
}

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

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

.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;
	gap:1%;
}

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

.inner-flow-list:after{
	position: absolute;
	content: "";
	width: 86%;
	height: 100%;
	background: #e7f2f4;
	left: 0%;
	top: 0%;
	z-index: -1;
}

.inner-flow-list:before{
	position: absolute;
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 68px solid transparent;
  border-bottom: 68px solid transparent;
  border-left:20px solid #e7f2f4;
  border-right: 0;
	right: -8px;
	top: 0;
}
.inner-flow-list:last-of-type:before{
	content: none;
}
	.inner-flow-list:last-of-type:after{
	width: 100%;
}

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

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

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

.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;
}
}
