@charset "UTF-8";
/* CSS Document */

/************************************************
simple-modern.css 202112
************************************************ */

#simple-modern{
	width: 1000px;
	line-height: 1.4;
	margin: 0 auto;
}
#simple-modern a{
	text-decoration: none;
	color: #333;
}
#simple-modern a:hover{
	opacity: 0.7;
}
#simple-modern img{
	max-width: 100%;
}
#simple-modern .intro{
	position: relative;
	margin: 0 auto 50px;
}
#simple-modern .intro p{
	width: 96%;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	margin: 50px auto;
}
#simple-modern h2 img{
	width: 100%;
}

.topics{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 30px 20px;
	margin: 0 auto 80px;
	text-align: center;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
.topics p{
	position: relative;
	font-size: 46px;
	font-weight: 400;
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: 1.0;
	color: #666;
	width: 30%;
}
.topics p:after{
	content: "";
	position: relative;
	top: -10px;
	display: inline-block;
	padding: 0 .6em;
	background: #999;
	height: 1px;
	transform: rotate(-60deg);
}

#simple-modern .topics ul{
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 68%;
}
#simple-modern .topics li{
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto 3px;
}
#simple-modern .topics li:last-child{
	margin: 0 auto;
}
#simple-modern .topics li:before{
	content: "〇";
	position: relative;
	top: 1px;
	margin-right: .3em;
}

#simple-modern h3{
	padding: 100px 0 0;
	margin: -80px auto 40px;
	border: none;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .05em;
	text-align: center;
	/*background: #f0f0f0;*/
}

.section-box{
	width: 100%;
	margin: 0 auto 80px;
}
.section-box:last-child{
	margin: 0 auto 20px;
}
.lead-txt{
	margin: 0 auto 50px;
}
.lead-txt p{
	font-size: 15px;
	line-height: 1.6;
}
.feature-box{
	padding: 20px 15px;
	margin: 0 auto;
	border-top: 1px solid #666;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
.feature-box:last-child{
	border-bottom: 1px solid #666;
}
.feature-box p.ttl{
	position: relative;
	width: 26%;
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 1.3;
	margin: 0 0 10px;
}
.feature-box p.ttl span.en{
	position: relative;
	font-size: 30px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #666;
}
.feature-box p.ttl span.jp{
	font-size: 16px;
	text-indent: 2em;
}
.feature-box p.ttl span.en:after{
	content: "";
	position: relative;
	top: -8px;
	display: inline-block;
	padding: 0 .5em;
	background: #999;
	height: 1px;
	transform: rotate(-60deg);
}
.feature-box p.txt{
	width: 70%;
	font-size: 14px;
	margin: 0;
}
.section-box h4{
	width: 15%;
	font-weight: 400;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 20px;
}
.section-box h4 span.en{
	display: block;
	font-size: 34px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: .05em;
	line-height: 1.0;
	color: #666;
	margin: 0;
}
.section-box h4 span.en:after{
	content: "";
	position: relative;
	top: -10px;
	display: inline-block;
	padding: 0 .5em;
	background: #999;
	height: 1px;
	transform: rotate(-60deg);
}
.section-box h4 span.jp{
	display: block;
	font-size: 18px;
	margin: 20px 0 0;
}
.recom-box{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0;
	margin: 0 auto;
	border-top: 1px solid #666;
}

.recom-box:last-child{
	border-bottom: 1px solid #666;
}
.recom-box .item{
	width: 40%;
	margin: 0;
}
.recom-box.item-img{

}
.recom-box .item-txt{
	margin: 30px 0 0;
}
.recom-box .item-txt .ttl{
	font-size: 16px;
	margin: 0 0 10px;
}
.recom-box .item-txt .txt{
	font-size: 13px;
	line-height: 1.5;
}

.check{
  position: relative;
  z-index: 1;
}
.check span{
	background: linear-gradient(to right, #f0f0f0 50%, transparent 50%) 100% bottom no-repeat;
  background-size: 200% 100%;
  transition: all 0.8s;
	padding: .2em .4em;
}
.checked span{
  background-position: 0% bottom;
}

h3.check span{
	padding: .3em 1em;
}

.coordi-box{
	margin: 0 auto 60px;
	padding: 50px 0;
	margin: 0 auto;
	border-top: 1px solid #666;
}
.coordi-box:last-child{
	border-bottom: 1px solid #666;
}
.coordi-img{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	margin: 0 auto 20px;
}
.coordi-img .img1{
	width: 65%;
}
.coordi-img .img2{
	width: 33%;
	margin: 1% 0;
}
.coordi-img .img2 a{
	display: block;
}
.coordi-txt{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.coordi-txt p.en{
	width: 18%;
	font-size: 28px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: 1.2;
	color: #666;
}
.coordi-txt p.txt{
	width: 80%;
	font-size: 14px;
	line-height: 1.6;
}

.coordi-txt a{
	text-decoration: underline!important;
}
.footer-txt{
	padding: 20px;
	margin: 0 auto 50px;
	background: #f0f0f0;
}
.footer-txt p{
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 896px){
	#simple-modern{
		width: 100%;
	}
	#simple-modern .intro{
		width: 92%;
		text-align: left;
		margin: 30px auto 20px;
	}
	#simple-modern .intro p{
		width: 100%;
		font-size: 13px;
		line-height: 1.6;
		margin: 0 auto;
		text-align: left;
	}
	#simple-modern .intro p br{
		display: none;
	}
	
	#simple-modern .topics{
		width: 96%;
		padding: 20px 1%;
		margin: 0 auto 60px;
	}
	#simple-modern .topics p{
		font-size: 40px;
	}
	#simple-modern .topics li{
		font-size: 15px;
		line-height: 1.6;
	}

	#simple-modern h3{
		width: 96%;
		padding: 80px 0 0;
		margin: -60px auto 30px;
		font-size: 18px;
	}

	.section-box{
		width: 96%;
		margin: 0 auto 60px;
	}
	.section-box:last-child{
		margin: 0 auto 20px;
	}
	.lead-txt{
		margin: 0 auto 40px;
	}
	.lead-txt p{
		font-size: 13px;
	}
	.feature-box{
		padding: 20px 0;
	}
	.feature-box p.ttl{
		position: relative;
		width: 26%;
		font-size: 15px;
		letter-spacing: .05em;
	}
	.feature-box p.ttl span.en{
		font-size: 26px;
	}
	.feature-box p.ttl span.jp{
		font-size: 14px;
		text-indent: 2em;
	}
	.feature-box p.txt{
		width: 72%;
		font-size: 13px;
		margin: 0;
	}
	.section-box h4 {
    width: 12%;
	}
	.section-box h4 span.en{
		font-size: 24px;
		margin: 0;
	}
	.section-box h4 span.jp{
		display: block;
		font-size: 13px;
		margin: 20px 0 0;
	}
	
	.recom-box{
		padding: 30px 0;
	}
	.recom-box .item{
		width: 43%;
		margin: 0;
	}
	.recom-box .item-txt{
		margin: 20px 0 0;
	}
	.recom-box .item-txt .ttl{
		font-size: 15px;
		margin: 0 0 10px;
	}
	.recom-box .item-txt .txt{
		font-size: 13px;
	}
	.check span{
		display: inline-block;
		padding: .4em .5em;
	}
	h3.check span{
		display: block;
		padding: .6em .5em;
	}
	.coordi-box{
		margin: 0 auto;
		padding: 40px 0;
	}
	.coordi-img{
		margin: 0 auto 20px;
	}
	.coordi-img .img1{
		width: 65%;
	}
	.coordi-img .img2{
		width: 30%;
		margin: 0 auto;
	}
	.coordi-txt p.en{
		font-size: 22px;
	}
	.coordi-txt p.txt{
		font-size: 13px;
		line-height: 1.4;
	}
	.coordi-txt p{
		font-size: 13px;
		line-height: 1.6;
	}
	.footer-txt{
		padding: 15px;
		margin: 0 auto 20px;
	}
	.footer-txt p{
		font-size: 13px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 568px){
	#simple-modern h3{
		font-size: 4.5vw;
		letter-spacing: .03em;
		margin: 0 auto 25px
	}
	#simple-modern .intro p{
		font-size: 3.2vw;
	}
	#simple-modern .topics{
		padding: 20px 1%;
		margin: 0 auto 50px;
	}
	#simple-modern .topics p{
		width: 100%;
		font-size: 7.5vw;
		text-align: left;
		margin: 0 0 10px;
	}
	#simple-modern .topics ul{
		width: 100%;
	}
	#simple-modern .topics li{
		font-size: 3.5vw;
		margin: 0;
	}

	#simple-modern h3{
		padding: 60px 0 0;
		margin: -60px auto 20px;
		font-size: 3.8vw;
	}

	.section-box{
		width: 95%;
		margin: 0 auto 50px;
	}
	.section-box:last-child{
		margin: 0 auto;
	}
	.lead-txt{
		margin: 0 auto 30px;
	}
	.lead-txt p{
		font-size: 3.2vw;
		line-height: 1.6;
	}
	.feature-box{
		padding: 20px 1%;
	}
	.feature-box p.ttl{
		position: relative;
		width: 100%;
		font-size: 3.4vw;
		letter-spacing: .05em;
	}
	.feature-box p.ttl span.en{
		display: inline-block;
		font-size: 6.5vw;
	}
	.feature-box p.ttl span.jp{
		font-size: 3.4vw;
	}
	.feature-box p.txt{
		width: 100%;
		font-size: 3.2vw;
		line-height: 1.6;
		margin: 0;
	}
	.section-box h4 {
    width: 96%;
	}
	.section-box h4 br{
    display: none;
	}
	.section-box h4 span.en{
		display: inline-block;
		font-size: 6.5vw;
		margin: 0;
	}
	.section-box h4 span.jp{
		display: inline-block;
		font-size: 3.4vw;
		margin: 0;
	}
	.recom-box{
		padding: 30px 0;
	}
	.recom-box .item{
		width: 48%;
		margin: 0;
	}
	.recom-box .item-txt{
		margin: 20px 0 0;
	}
	.recom-box .item-txt .ttl{
		font-size: 3.4vw;
		margin: 0 0 10px;
	}
	.recom-box .item-txt .txt{
		font-size: 3.2vw;
	}

	.coordi-box{
		margin: 0 auto;
		padding: 30px 0;
	}
	.coordi-img{
		margin: 0 auto 20px;
	}
	.coordi-txt p.en{
		display: block;
		width: 100%;
		font-size: 6vw;
		margin: 0 0 10px;
	}
	.coordi-txt p.txt{
		width: 100%;
		font-size: 3.2vw;
		line-height: 1.6;
		margin: 0;
	}

	.footer-txt p{
		font-size: 3.4vw;
		line-height: 1.6;
	}
}