
@charset "UTF-8";


.contents_taiken{}
.contents_taiken h1.come_h1_title{}

.taiken_introduce{background-color:#FFF4E9;position:relative;}
.taiken_introduce::after{content: "";display: block;width: 100%;background-color: #FFF4E9;-webkit-border-radius: 0 0 1000% 1000%;border-radius: 0 0 1000% 1000%;position: absolute;top: 100%;left:0;}
.taiken_introduce .wrapper{max-width: 972px;margin: 0 auto;padding-top: 40px;position: relative;}
.taiken_introduce .wrapper::before,.taiken_introduce .wrapper::after{content: "";display: block;position: absolute;}
.taiken_introduce .wrapper::before{width: 60px;height: 61px;background: url(../../images/parts_01.png) no-repeat center;background-size: cover;left: 0;bottom: -90px;z-index: 1;}
.taiken_introduce .wrapper::after{width: 51px;height: 102px;background: url(../../images/parts_02.png) no-repeat center;background-size: cover;right: 4vw;top: -90px;}

.taiken_introduce p.explain{line-height: 1.85;margin-bottom:35px;}
.taiken_introduce .image{text-align: center;position:relative;z-index:100;}

.taiken_program .wrapper{max-width:1100px;margin-right:auto;margin-left:auto;}
.taiken_program table{margin-bottom:15px;}
.taiken_program p.note{margin-top:15px;margin-bottom: 20px;line-height:1.65;}
.taiken_program p.bnn{text-align: center;}
.taiken_program p.bnn a{display:block;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.taiken_program p.bnn a:hover{transform:scale(1.1);}

.taiken_report .wrapper{max-width:1100px;margin-right:auto;margin-left:auto;padding-bottom:38px;}
.taiken_report h2.come_vertical_title{margin-bottom:15px;}
.taiken_report p.explain{margin-bottom:87px;}
.taiken_report .area{}
.taiken_report .box{margin-bottom:90px;background-color:#FFF4E9;padding:32px 40px 34px;position:relative;-webkit-border-radius: 15px; border-radius: 15px;-webkit-box-shadow: 0 0x 10px rgba(0,0,0,0.2);box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.taiken_report .box h3{font-weight:bold;font-size:1.125rem;line-height:1.2;position:absolute;top:-32px;left:40px;display:block;-webkit-border-radius: 15px; border-radius: 15px;padding:14px 40px 14px 66px;background-color:#FFF4E9;}
.taiken_report .box h3::before{position:absolute;content:"";display:block;left: 12px;bottom: 5px;width: 58px;height: 58px;background:url(../img/icon_hera.png) 50% 50% no-repeat;-webkit-background-size:conatin;background-size:contain;}
.taiken_report .box ul{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.taiken_report .box li{ width: 32.15%;margin-right:1.775%;position: relative;margin-top:20px;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);box-shadow: 0 0 10px rgba(0,0,0,0.2);-webkit-border-radius: 10px; border-radius: 10px;overflow:hidden; }
.taiken_report .box li:nth-child(3n){margin-right:0;}
.taiken_report .box li:nth-child(-n+3){margin-top:0;}
.taiken_report .box li:before{ padding-top: 67.575%;content:"";display: block; }
.taiken_report .box li span{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;display:block;background:none 50% 50% no-repeat;-webkit-background-size:cover;background-size:cover; }
.taiken_report .box:last-child{margin-bottom:0}

.taiken_report .box li.li_1_1 span{background-image:url(../img/1_1.jpg);}
.taiken_report .box li.li_1_2 span{background-image:url(../img/1_2.jpg);}
.taiken_report .box li.li_1_3 span{background-image:url(../img/1_3.jpg);}
.taiken_report .box li.li_2_1 span{background-image:url(../img/2_1.jpg);}
.taiken_report .box li.li_2_2 span{background-image:url(../img/2_2.jpg);}
.taiken_report .box li.li_2_3 span{background-image:url(../img/2_3.jpg);}
.taiken_report .box li.li_3_1 span{background-image:url(../img/3_1.jpg);}
.taiken_report .box li.li_3_2 span{background-image:url(../img/3_2.jpg);}
.taiken_report .box li.li_3_3 span{background-image:url(../img/3_3.jpg);}

.taiken_example .wrapper{max-width:1100px;margin-right:auto;margin-left:auto;padding-bottom:28px;}
.taiken_example h2.come_vertical_title{}
.taiken_example dl{}
.taiken_example dl dt{padding-left: 24px;margin-bottom: 4px;position: relative;font-weight: bold;font-size:1.125rem;}
.taiken_example dl dt::after{width: 15px;height: 15px;border-radius: 50%;content: "";display: block;position: absolute;left: 0;top: 50%;background: #E60012;transform: translateY(-50%);}
.taiken_example dl dd{line-height:1.65;padding-bottom:30px;}

.taiken_links{margin-top:50px;}
.taiken_links .to_call{margin-top:30px;}

/** PC ****/
@media screen and (min-width:768px) {
	.contents_taiken{padding-top:55px;}
	.contents_taiken .wrapper{padding-left:30px;padding-right:30px;}
	
	.taiken_introduce{margin-bottom:244px;}
	.taiken_introduce .wrapper::before{bottom: -25vw;}
	.taiken_introduce::after{height: 90px;}
	.taiken_introduce .image{height:110px;}
	
	.taiken_program th,.taiken_program th{width:173px;}
	.taiken_program td,.taiken_program td{padding:15px 40px 16px;font-size:1rem;}

}

/** SP ****/
@media screen and (max-width:767px) {
	.contents_taiken{padding-top:40px;}
	.contents_taiken .wrapper{padding-left:20px;padding-right:20px;}
	
	.taiken_introduce{margin-bottom:90px;}
	.taiken_introduce .wrapper::before{bottom: -71px;}
	.taiken_introduce::after{height: 60px;}

	.taiken_program th,.taiken_program th{width:100px;}
	.taiken_program td,.taiken_program td{padding:10px 15px 10px;font-size: 0.9285rem;}
	
	
}

@media screen and (min-width:1080px) {
	.taiken_introduce .wrapper::before{left: -4vw;bottom: -90px;}
}


/** PC(wide) ****/
@media screen and (min-width:1160px) {
	.contents_taiken{padding-top:85px;}
	.contents_taiken .wrapper{padding-left:0px;padding-right:0px;}
	.taiken_introduce .wrapper::before{width: 103px;height: 106px;top: auto;left: -132px;bottom: -90px;}
	.taiken_introduce .wrapper::after{width: 81px;height: 158px;top: auto;right: -90px;bottom: -125px;z-index: 1;}
}
@media screen and (min-width:1380px) {
	.taiken_introduce .wrapper::after{right: -111px;z-index: 1;}
}