@charset "UTF-8";
/* sp(320px) */

/* よくあるご質問 */
#faq {
	background-color: #f3f3f3;
}
#faq dt {
	font-size: 16px;
	font-weight: 500;
	background-color: #2d8596;
	color: #fff;
	border-radius: 15px;
	line-height: 1.4;
	padding: 0.8em 10px 0.8em 40px;
	margin-bottom: 12px;
	position: relative;
}
#faq dd {
	margin-left: 0;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 14px;
	padding: 1.0em 10px 1.0em 40px;
	position: relative;
}
#faq dt:before {
	content: 'Q';
	font-family: 'Average', serif;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 14px;
}
#faq dd:before {
	content: 'A';
	font-family: 'Average', serif;
	line-height: 1;
	font-size: 20px;
	color: #005768;
	position: absolute;
	left: 16px;
	top: 14px;
}
#faq dl {
	position: relative;
}
#faq dl::before {
	content: '';
	display: inline-block;
	width: 120px;
	height: 94px;
	background-image: url(../img/home3/img_faq@2x.png);
	background-repeat: no-repeat;
	background-size: contain;

	position: absolute;
	left: -20px;
	top: -92px;
}

/* about */
#about .lside {
	margin-bottom: 20px;
}
#about .gmap iframe {
	width: 100%;
	height: 230px;
}
#about #instagram .ttl {
	display: table;
	width: 100%;
}
#about #instagram .ttl .name {
	display: table-cell;
	width: 122px;
	vertical-align: bottom;
}
#about #instagram .ttl .name2 {
	display: table-cell;
	font-size: 12px;
	padding-left: 0.5em;
	padding-bottom: 5px;
	vertical-align: bottom;
}
#about #instagram .ttl .link {
	display: none;
	text-align: right;
}
#about #instagram .phs .fcol {
	margin-bottom: 7px;
}
#about #instagram .tcenter {
	display: block;
}

/* BLOOMは3つのポリシーを守ります */
#policy {
	background-color: #005768;
}
#policy .txt .in {
	padding: 30px 0;
}
#policy .txt .in .hl {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border-bottom: 3px solid #ffa0dc;
}
#policy .txt .in .hl span {
	color: #ffa0dc;
}
#policy .txt .in li {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0.7em;
	position: relative;
	padding-left: 30px;
}
#policy .txt .in li::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 22px;
	background-image: url(../img/home3/icn_check.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 4px;	
}
#policy .txt .in li span {
	border-bottom: 3px solid #fff799;
}


#policy .ph {
	padding-top: 0px;
	position: relative;
	height: 100px;
}
#policy .ph figure {
	max-width: 200px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

/* LINEからのお申し込み */
#line .box {
	border: 3px solid #9ede9e;
	border-radius: 15px;
}
#line .box .enc {
	padding: 8px 9% 30px;
}
#line .box .enc .lside {
	padding-top: 17px;
}
#line .box .enc .lside a {
	display: block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#line .box .enc .lside p {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#line .box .enc .rside .qr {
	max-width: 181px;
	margin-left: auto;
	margin-right: auto;
}
#line .box .enc .rside .search_id {
	max-width: 327px;
	margin-left: auto;
	margin-right: auto;
}

/* LINE無料受験相談の簡単 3ステップ！ */
#step .hl_step {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#step .hl_step .s {
	display: block;
	font-weight: normal;
	font-size: 65%;
}
#step .hl_step .eng {
	font-size: 200%;
	color: #00b900;
	font-weight: normal;
}
#step li {
	list-style: none;
	padding: 0 0px;
	margin-bottom: 30px;
}
#step li figure {
	display: block;
	max-width: 251px;
	margin-left: auto;
	margin-right: auto;
}
#step li .txt .no {
	display: block;
	max-width: 82px;
	margin-left: auto;
	margin-right: auto;
}
#step li .txt p {
	padding-top: 5px;
	font-size: 14px;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#step li .txt p br {
	display: none;
}










@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */

#faq dl::before {
	width: 138px;
	height: 108px;
	background-image: url(../img/home3/img_faq@2x.png);
	left: -20px;
	top: -106px;
}

/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

/* よくあるご質問 */
#faq dt {
	font-size: 19px;
	padding: 0.8em 20px 0.8em 50px;
	margin-bottom: 12px;
}
#faq dd {
	margin-bottom: 14px;
	padding: 1.2em 20px 1.2em 50px;
}
#faq dt:before {
	font-size: 25px;
	left: 20px;
	top: 15px;
}
#faq dd:before {
	font-size: 25px;
	left: 22px;
	top: 22px;
}

#faq dl::before {
	width: 180px;
	height: 140px;
	background-image: url(../img/home3/img_faq@2x.png);
	left: -20px;
	top: -140px;
}

/* about */
#about .lside {
	margin-bottom: 20px;
}
#about .gmap iframe {
	height: 230px;
}
#about #instagram .ttl .name {
	width: 185px;
}
#about #instagram .ttl .name2 {
	font-size: 14px;
	padding-left: 1em;
	padding-bottom: 9px;
}
#about #instagram .ttl .link {
	display: none;
	text-align: right;
}
#about #instagram .phs .fcol {
	margin-bottom: 10px;
}

/* BLOOMは3つのポリシーを守ります */
#policy .txt .in {
	padding: 50px 0;
}
#policy .txt .in .hl {
	font-size: 26px;
}
#policy .txt .in li {
	font-size: 17px;
	margin-bottom: 0.7em;
	padding-left: 32px;
}
#policy .txt .in li::before {
	width: 24px;
	height: 22px;
	background-image: url(../img/home3/icn_check.png);
	left: 0;
	top: 4px;	
}
#policy .ph {
	height: 300px;
}
#policy .ph figure {
	max-width: 296px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

/* LINEからのお申し込み */
#line .box .enc {
	padding: 20px 9% 37px;
}
#line .box .enc .lside {
	padding-top: 17px;
}
#line .box .enc .lside a {
	max-width: 400px;
}
#line .box .enc .lside p {
	max-width: 400px;
}
#line .box .enc .rside .qr {
	max-width: 181px;
}
#line .box .enc .rside .search_id {
	max-width: 327px;
}

/* LINE無料受験相談の簡単 3ステップ！ */
#step .hl_step {
	font-size: 28px;
}
#step .hl_step .s {
	font-size: 65%;
}
#step .hl_step .eng {
	font-size: 200%;
}

#step li {
	padding: 0 10px;
	margin-bottom: 0px;
}
#step li figure {
	max-width: 251px;
}
#step li .txt .no {
	display: none;
	max-width: 82px;
}
#step li .txt p {
	padding-top: 20px;
	font-size: 15px;
	width: auto;
}
#step li .txt p br {
	display: none;
}

	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */
#faq dl::before {
	width: 240px;
	height: 187px;
	background-image: url(../img/home3/img_faq@2x.png);
	left: -20px;
	top: -187px;
}

/* about */
#about .lside {
	margin-bottom: 0px;
}
#about #instagram .ttl .link {
	display: table-cell;
	text-align: right;
}
#about #instagram .tcenter {
	display: none;
}

/* BLOOMは3つのポリシーを守ります */
#policy .txt .in {
	padding: 40px 0;
}
#policy .txt .in .hl {
	font-size: 26px;
}
#policy .txt .in li {
	font-size: 17px;
	margin-bottom: 0.7em;
	padding-left: 32px;
}
#policy .txt .in li::before {
	width: 24px;
	height: 22px;
	background-image: url(../img/home3/icn_check.png);
	left: 0;
	top: 4px;	
}
#policy .ph {
	height: auto;
}
#policy .ph figure {
	max-width: 296px;
	right: 0;
	left: auto;
	bottom: 0;
	margin: 0 auto;
}

/* LINEからのお申し込み */
#line .box .enc {
	padding: 20px 5% 37px;
}

#step li {
	padding: 0 10px;
	margin-bottom: 0px;
}
#step li figure {
	max-width: 251px;
}
#step li .txt .no {
	display: none;
	max-width: 82px;
}
#step li .txt p {
	padding-top: 20px;
	font-size: 16px;
	width: auto;
}
#step li .txt p br {
	display: none;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */

/* よくあるご質問 */
#faq dt {
	font-size: 22px;
	padding: 0.8em 20px 0.8em 66px;
	margin-bottom: 12px;
}
#faq dd {
	margin-bottom: 14px;
	padding: 1.4em 20px 1.4em 66px;
}
#faq dt:before {
	font-size: 30px;
	left: 23px;
	top: 20px;
}
#faq dd:before {
	font-size: 30px;
	left: 25px;
	top: 22px;
}
#faq dl::before {
	width: 300px;
	height: 234px;
	background-image: url(../img/home3/img_faq@2x.png);
	left: -20px;
	top: -234px;
}

/* about */
#about .lside {
	margin-bottom: 20px;
}
#about .gmap iframe {
	height: 230px;
}
#about #instagram .ttl .name {
	width: 185px;
}
#about #instagram .ttl .name2 {
	font-size: 14px;
	padding-left: 1em;
	padding-bottom: 9px;
}
#about #instagram .ttl .link {
	display: table-cell;
	text-align: right;
}
#about #instagram .phs .fcol {
	margin-bottom: 15px;
}

/* BLOOMは3つのポリシーを守ります */
#policy .txt .in {
	padding: 75px 0;
}
#policy .txt .in .hl {
	font-size: 30px;
}
#policy .txt .in li {
	font-size: 19px;
	margin-bottom: 0.7em;
	padding-left: 36px;
}
#policy .txt .in li::before {
	width: 30px;
	height: 27px;
	background-image: url(../img/home3/icn_check.png);
	left: 0;
	top: 4px;	
}
#policy .ph figure {
	max-width: 296px;
}

/* LINEからのお申し込み */
#line .box .enc {
	padding: 40px 9% 57px;
}
#line .box .enc .lside {
	padding-top: 17px;
}
#line .box .enc .lside a {
	max-width: 400px;
}
#line .box .enc .lside p {
	max-width: 400px;
}
#line .box .enc .rside .qr {
	max-width: 181px;
}
#line .box .enc .rside .search_id {
	max-width: 327px;
}

/* LINE無料受験相談の簡単 3ステップ！ */
#step .hl_step {
	font-size: 36px;
}
#step .hl_step .s {
	font-size: 65%;
}
#step .hl_step .eng {
	font-size: 200%;
}

#step li {
	padding: 0 20px;
	margin-bottom: 0px;
}
#step li figure {
	max-width: 251px;
}
#step li .txt .no {
	display: none;
	max-width: 82px;
}
#step li .txt p {
	padding-top: 30px;
	font-size: 18px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#step li .txt p br {
	display: none;
}


/* end of media query(pc) */
}


@media handheld, print, screen and (min-width: 921px) {
/* pc */

#step li .txt p br {
	display: inline-block;
}



/* end of media query(pc) */
}
