/* CONTENT */
#content_wrap {display: flex; justify-content: center; align-items: center;width: 100%;overflow: hidden}
.cont-wrap {width: 100%;font-weight:400;color: #444}

.cont-wrap > ul:nth-child(1) {width: 1300px;margin:0 auto;padding: 100px 0 110px 0;background: #f8f8f8}

.cont-wrap .section-bo1 { width: 100%;text-align: center;letter-spacing: -0.03em;}
.cont-wrap .section-bo1 > div:nth-child(1) {font-size: 20px}
.cont-wrap .section-bo1 > div:nth-child(2) {font-size: 27px;font-weight:600;line-height: 50px}
.cont-wrap .section-bo1 > div:nth-child(3) {padding-top: 50px}
.cont-wrap .section-bo1 > div:nth-child(3) img {width:45%;}
.cont-wrap .section-bo1 > div:nth-child(4) {display: flex;width: 76%;height: 330px;margin: 0 auto;margin-top: 60px;border-left: 3px #999 solid;border-right: 3px #999 solid}
.cont-wrap .section-bo1 > div:nth-child(4) > p { width: 25%;height: 330px;padding-top: 30px;border-right: 3px #999 solid;}
.cont-wrap .section-bo1 > div:nth-child(4) > p {font-size: 18px;font-weight:400;line-height:25px}
.cont-wrap .section-bo1 > div:nth-child(4) > p strong {display: flex; justify-content: center; align-items: center;margin-top:40px;height:60px;font-size: 27px;font-weight: bold;line-height:32px}
.cont-wrap .section-bo1 > div:nth-child(4) > p:last-child {border-right:none}
.cont-wrap .section-bo1 > div:nth-child(4) span { display:none }

.m_block { display:none }
.m_none { display:block }


@media only screen and (max-width:1024px){
	.cont-wrap > ul:nth-child(1) {width: 100%;padding: 80px 0 80px 0;font-weight:400;}

	.cont-wrap .section-bo1 > div:nth-child(1) {font-size: 18px}
	.cont-wrap .section-bo1 > div:nth-child(2) {font-size: 24px;line-height: 45px}
	.cont-wrap .section-bo1 > div:nth-child(3) {padding-top: 30px}
	.cont-wrap .section-bo1 > div:nth-child(3) img {width:60%; }
	.cont-wrap .section-bo1 > div:nth-child(4) {width: 86%;height: 280px;margin-top: 50px;border-left: 2px #999 solid;border-right: 2px #999 solid}
	.cont-wrap .section-bo1 > div:nth-child(4) > p { width: 25%;height:280px;padding-top: 20px;border-right: 2px #999 solid;}
	.cont-wrap .section-bo1 > div:nth-child(4) > p {font-size: 15px;line-height:21px}
	.cont-wrap .section-bo1 > div:nth-child(4) > p strong {margin-top:20px;height:50px;font-size: 22px;font-weight: bold;line-height:26px}
	.cont-wrap .section-bo1 > div:nth-child(4) > p:last-child {border-right:none}
	.cont-wrap .section-bo1 > div:nth-child(4) img {width:60%; }
}
@media only screen and (max-width:794px){
	.cont-wrap > ul:nth-child(1) {padding: 50px 0 50px 0;}

	.cont-wrap .section-bo1 { width:90%;margin:0 auto;}
	.cont-wrap .section-bo1 > div:nth-child(1) {font-size: 16px;line-height:23px;}
	.cont-wrap .section-bo1 > div:nth-child(2) {font-size: 20px;line-height: 30px;padding-top:15px;}
	.cont-wrap .section-bo1 > div:nth-child(3) {padding-top: 50px}
	.cont-wrap .section-bo1 > div:nth-child(3) img {width:80%; }
	.cont-wrap .section-bo1 > div:nth-child(4) {display: inline-block;width: 90%;height: 160px;margin-top: 40px;border-left:none;border-right:none}
	.cont-wrap .section-bo1 > div:nth-child(4) > p { width: 100%;height: 160px;padding-top: 0px;border-right: none;border-top: 1px #999 solid;}
	.cont-wrap .section-bo1 > div:nth-child(4) > p img { float:left; left:0; position:relative;width:100px;padding:30px 0 40px 20px;}
	.cont-wrap .section-bo1 > div:nth-child(4) > p {font-size: 15px;line-height:23px}
	.cont-wrap .section-bo1 > div:nth-child(4) > p strong {margin-top:6px;height:40px;font-size: 20px;font-weight: bold;line-height:26px}
	.cont-wrap .section-bo1 > div:nth-child(4) > p:last-child {border-right:none;border-top: 1px #999 solid;}
	.m_block { display:block }
	.m_none { display:none }
}




.commingsoon { margin: 0 auto;text-align: center;font-size: 25px;font-weight:400;line-height: 50px;border: 1px #ccc solid;padding: 100px;border-radius: 20px}