@charset "UTF-8";
/* CSS Document */

html * {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-size: 62.5%;
}

body {
	font-family: "Yu Gothic","メイリオ","ヒラギノ丸ゴ ProN",Verdana, Geneva, Tahoma, sans-serif;
	color: #051734;
	font-size: 1.4em;
}

.wrapper {
	margin: 0 auto;
	max-width: 100vw;
	overflow:hidden;
}

.wrapper img{
	width: 100%;
}

header {
	background: #061e34;
	color: #54a8f8;
	padding: 5px 0 10px;
}

.headerLogo {
	text-align: left;
	margin-left: 40px;
}

.headerLogo img {
	width: 150px;
}

#headlineArea {
	background: #2fe4ef;
	padding: 20px 0;
	margin: 0;
}

main {
	margin: 0 auto;
	background: #f9ffeb;
}

.subHead{
	font-size: 1.4rem;
	padding: 10px;
	font-weight: 600;
	line-height: 1.6rem;
}

.subHead2nd{
	padding: 10px;
	font-weight: 600;
	line-height: 1.9rem;
	text-align: left;
}

article {
	width: 90%;
	margin: 0 auto;
}

#firstView {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}

#headline {
	flex: 1 0 200px;
	height: auto;
	padding: 20px;
	margin: 0 10px;
	text-align: center;
	font-size: 1.4rem;
}

#mainVisual {
	flex: 1 0 300px;
	height: auto;
	padding: 20px;
	margin: 0 10px;
}

.cta1st {
	display: flex;
	flex-wrap: wrap;
	width: 80vw;
	margin: 0 auto;
	background: #061e34;
	color: #f9ffeb;
}
.ctaLeft{
	flex: 1 0 300px;
	height: auto;
	padding: 30px;
	font-weight: 600;
	font-size: 2.0rem;
	text-align: right;
	line-height: 2.0rem;
}
.ctaRight{
	flex: 1 0 200px;
	height: auto;
	padding: 20px;
}

.contWrap{
	width: 95%;
	margin: 50px auto 10px;
}

#headline h2,.contWrap h2, .benefit h2, #benefit2 h2, .profileArea h2, #howToRead h2, .readBtnBack h2 {
	font-size: 1.8rem;
	margin: 0;
	padding: 30px 0 0;
	font-weight: 700;
	text-align: center;
	line-height: 2.0rem;
}

.readBtnBack h2　{
	font-size: 1.4rem;
}

.contWrap p{
	font-size: 1.1rem;
	margin: 0;
	padding: 10px 0;
	line-height: 1.6rem;
	margin-bottom: 1.4rem;
}

.bullet {
	border: 2px solid #061e34;
	padding: 1.1rem;
	margin: 20px auto;
	width: 98%;
	font-size: 1.8rem;
	line-height: 2.1rem;
}

.activities{
	border: 2px solid #061e34;
	padding: 5px;
	margin: 20px auto;
	width: 95%;
}

.contWrap li {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-left: 1.4rem;
	margin-bottom: 1.7rem;
}

.activities dt {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 10px 0 0 10px;
}
.activities dd {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 10px 0 20px 20px;
}

p.subText {
	text-align: left;
	font-size: 1.1rem;
}

.presenWrap{
	display: flex;
	flex-wrap: wrap;
	width: 99%;
	margin: 0 auto;
}
.presenLeft{
	flex: 1 0 200px;
	height: auto;
	margin: 0;
	padding: 20px 0;
}
.presenRight{
	flex: 1 0 300px;
	height: auto;
	margin: 0;
	padding: 20px 10px;
}

.benefit{
	background: #041731;
	color: #ffffff;
	background-image: url("/lp/images/copy-hotpilot-12p.png");
	background-repeat: no-repeat;
	background-position: right 5px bottom 20px;
	padding: 5px 0 40px;
}
.flowText {
	text-align: center;
	color: #f9c23a;
	font-size: 1.4rem;
	margin-top: 20px;
}

.benefit-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 30px;
}
.benefit-card{
	width: 33%;
}
.benefitInner{
	text-align: center;
	margin: 0 10px;
	padding: 20px 5px;
	border: 1px solid #f9c23a;
	border-radius: 8px;
	box-shadow: 1px 1px 4px #ffdc89;
}
img.benefitImg{
	width: 50%;
}
.benefitTitle{
	color: #f9c23a;
	font-size: 1.6rem;
	margin-top: 20px;
}
.benefitText{
	line-height: 1.3rem;
	font-size: 1.2rem;
	margin-top: 1.5rem;
}

#benefit2 img {
	width: 50%;
}

.smallText80per {
	font-size: 80%;
}

#instructor img {
	width: 30%;
}
p#instructor {
	text-align: center;
}

.profileArea {
	background-color: #f6feff;
	margin: 0 auto;
	padding: 20px 20px 50px; 
}

.profileSub {
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6rem;
	margin-top: 30px;
}
.profileText {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin-top: 30px;
}
.readBtnBack {
	margin: 0 auto;
	width: 100%;
	background: #061e34;
	padding: 10px 20px;
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: 600;
}
.textStrong {
	font-size: 2.4rem;
	font-weight: 700;
}
.readBtn {
	margin: 40px auto 50px;
}
.spReadBtn {
	display: none;
}

#howToRead {
	background-color: #19b5bf;
	color: #ffffff;
	padding: 5px 0 40px;
}
.howToSubText {
	text-align: center;
	line-height: 1.9rem;
	font-size: 1.8rem;
	margin-top: 10px;
}
.howToRead-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 0 30px;
}
.howToRead-card{
	width: 33%;
}
.howToReadInner{
	text-align: center;
	margin: 0 10px;
	padding: 20px;
	border: 1px solid #f9c23a;
	border-radius: 8px;
	box-shadow: 1px 1px 4px #ffdc89;
}
.howToReadImg{
	width: 80%;
	margin: 30px auto;
}
.howToReadTitle{
	color: #ffffff;
	font-size: 1.2rem;
	margin-top: 20px;
}
.howToReadText{
	line-height: 1.2rem;
	font-size: 1.1rem;
	margin-top: 15px;
}
.lineBtn, .qrImg {
	width: 70%;
	margin: 10px auto;
}
.lineBtn {
	border: 2px solid #ffffff;
}
.privacyArea {
	width: 80%;
	margin: 20px auto;
}
.privacyArea h3 {
	font-size: 1.1rem;
	margin: 20px 0 0;
}
.privacyArea p {
	font-size: 1.0rem;
	line-height: 1.1rem;
	margin: 5px 0 0;
}

footer {
	background: #061e34;
	color: #fff;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}



/*汎用テキストサイズ*/

.fontSize80 {
	font-size: 0.8rem;
}

.fontSize90 {
	font-size: 0.9rem;
}


.fontSize100 {
	font-size: 1rem;
}

.fontSize120 {
	font-size: 1.2rem;
}

.fontSize110 {
	font-size: 1.1rem;
}



.fontSize180 {
	font-size: 1.8rem;
}


/*汎用テキスト装飾*/

.boldText {
	font-weight: bold;
}

.wgt600 {
	font-weight: 600;
}

.wgt800 {
	font-weight: 800;
}

.yellowMarker {
	background-color: #F5FF00;
}
.underLineText {
	text-decoration: underline;
	font-size: 1.4rem;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}


.strikeThrough {
	text-decoration: line-through;
}

/*汎用マージン*/

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}




/*汎用パディング*/

.pb3 {
	padding-bottom: 3px;
}


/*汎用ボーダー*/

.bdrBtm1px {
	border-bottom: 1px solid #000;
}





@media (max-width: 1024px){
	article {
		width: 100%;
	}
	.ctaLeft {
		font-size: 1.4rem;
		line-height: 1.5rem;
		padding: 10px;
	}
	.ctaRight{
		padding: 10px;
	}
	.contWrap h2, .benefit h2, .profileArea h2, #howToRead h2{
		font-size: 1.4rem;
	}
	p.subText {
		font-size: 1.2rem;
	}
	.readBtnBack {
		font-size: 1.4rem;
	}
}

@media (max-width: 670px){
	#headlineArea {
		padding: 10px 0;
	}
	.headerLogo {
		text-align: center;
		margin-left: 0;
	}
	#headline, #mainVisual{
		padding: 5px 10px; 
	}
	#headline h1 img {
		width: 0.9rem;
	}
	.subHead2nd{
		padding: 5px;
	}
	.subHead {
		font-size: 1.0rem;
	}
	
	.underLineText {
	font-size: 1.1rem;
	}
	.activities dd {
	font-size: 0.8rem;
	}
	.cta1st{
		width: 90vw;
	}
	.ctaLeft {
		font-size: 1.2rem;
		text-align: center;
	}
	.textStrong {
	font-size: 1.4rem;
	}
	.profileText {
	font-size: 1.0rem;
	}
	#headline h2 {
		font-size: 1.6rem;
	}
	.contWrap h2, .benefit h2, .profileArea h2, #howToRead h2 {
		font-size: 1.4rem;
	}
	.contWrap p{
		font-size: 1.1rem;
	}
	.bullet {
		width: 95%;
		font-size: 1.4rem;
	}
	p.subText {
		text-align: left;
		font-size: 1.2rem;
	}
	#presenLeft, #presenRight {
		padding: 0;
	}
	.flowText {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.benefit-card, .howToRead-card{
		width: 100%;
		margin-bottom: 30px;
	}
	img.benefitImg{
		width: 20%;
	}
	#instructor img {
		width: 70%;
	}
	.activities{
		padding: 20px 5px;
		width: 95%;
	}
	#profileArea {
		padding: 20px 20px 50px;
		width: 90%;
	}
	.profileSub {
		font-size: 14px;
		text-align: left;
	}
	.readBtn {
		display: none;
	}
	.spReadBtn {
		display:block;
	}
	.readBtnBack {
		font-size: 12px;
		text-align: left;
	}
	.howToSubText {
		font-size: 12px;
	}
	.howToReadText{
		text-align: left;
	}

}