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

/* BLOOMオンラインの特徴 */
#features {
	background-color: #e8eeef;
}


/* BLOOMオンラインが選ばれる理由 */
#reasons {
	background: url(../img/share/bg_grid.png) repeat;
}

#reasons .jisseki {
	border: 1px solid #73b6c3;
	border-radius: 10px;
	padding: 0.8em 1.5em;
}
#reasons .jisseki .ttl {
	color: #005768;
}
#reasons .jisseki .univ {
	font-size: 12px;
}

/* 指導生徒の声 */
#voices li {
	background-color: #d7e5e8;
	border-radius: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
#voices li .ph {
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
#voices li .summary {
	background-color: #fff;
	border-radius: 15px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 7% 30px;

	margin-bottom: -60px;

	position: relative;
	left: 0;
	top: -60px;
	z-index: 1;
}
#voices li .summary .name {
	display: inline-block;
	font-size: 15px;
	border-bottom: 4px solid #73b6c3;
	padding-bottom: 7px;
	margin-bottom: 12px;
}
#voices li .summary span {
	background-color: #fffb89;
}

#voices a.btn_jisseki {
	display: block;
	width: 192px;
	margin-left: auto;
	margin-right: auto;
}


/* 選べる4つのコース */
#course {
	background-color: #f9f9f9;
}
#course .ttl {
	background-color: #005768;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px 15px 0 0;
	padding: 0.1em 0;
}
#course .ttl br {
	display: inline-block;
}
#course .in {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
#course .enc .ph figure {
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}

#course .enc .ph .check_list li {
	display: grid;
	grid-template-columns: 17px auto;
	grid-template-rows: auto;
	column-gap: .4em;
	row-gap: 0;
}
#course .enc .ph .check_list li:not(:last-of-type) {
	padding-bottom: .5em;
	border-bottom: 1px dotted #000000;
	margin-bottom: .5em;
}
#course .enc .ph .check_list li .icn img {
	position: relative;
	top: .2em;
}



#course .enc .txt {
	padding-right: 0%;
	padding-top: 20px;
}
#course .enc .txt .tl {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 5px 4px;
}
#course .enc .txt .tl span.list {
	display: block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	padding-left: 12px;
	line-height: 1.3;
	margin-bottom: 0.4em;
}
#course .enc .txt .tl span.list br.sbr {
	display: inline-block;
}
#course .enc .txt .tl span.list:before {
	content: '●';
	color: #6aa8b4;
	font-size: 50%;
	position: absolute;
	left: 0;
	top: 5px;
}
#course .enc .txt .tl span.list span.s {
	font-weight: normal;
	font-size: 80%;
}

#course .enc .txt .tl span.dv {
	display: none;
	font-size: 20px;
	padding: 0 0.3em;
}
#course .enc .txt .tl br.mbr {
	display: none;
}
#course .enc .txt .tl .type {
	font-size: 13px;
	background-color: #d7e5e8;
	color: #005768;
	line-height: 1.2;
	padding: 0.2em 0.5em;
	margin-bottom: 0.6em;
}
#course .enc .txt ul {
	margin: 10px 0 5px;
}
#course .enc .txt ul li {
	margin-bottom: 0.8em;
}
#course .enc .txt .price .pr1 {
	font-size: 15px;
	font-weight: 500;
}
#course .enc .txt .price .eng {
	font-size: 23px;
}
#course .enc .ph .sogo {
	background-color: #fffcb5;
	border-radius: 10px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em;
	line-height: 1.5;
}
#course .enc .txt  .summary .tl2{
	font-size: 16px;
	line-height: 1.4;
	color: #005768;
	padding-bottom: .6em;
}
#course .enc .txt dl dt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
#course .enc .txt dl dt span {
	color: #005768;
}
#course .enc .txt dl dd {
	margin-left: 0;
	padding: .8em 0 1em;
}
#course .enc .txt .supplement {
	padding-top: 2em;
	border-top: 1px solid #000;
}


/* 講師紹介 */
#teacher .box {
	border: 4px solid #e9e9e9;
	padding: 2em 2.0em;
}
#teacher .box .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
}
#teacher .box .grid .lside {
	padding-bottom: 1.5em;
}
#teacher .box .grid .lside figure {
	max-width: 327px;
}
#teacher .box .grid .lside .intro {
	margin-top: 1.5em;
}
#teacher .box .grid .lside .intro .name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
#teacher .box .grid .lside .intro .name span {
	font-size: 75%;
	font-weight: normal;
}
#teacher .box .grid .lside .intro .type {
	font-weight: 500;
	margin-bottom: .4em;	
}
#teacher .box .grid .lside .intro .type span {
	color: #005768;
}
#teacher .box .grid .lside .intro .shikaku {
	border-top: 1px solid #d2d2d2;
	margin-top: 2em;
	padding-top: 1.4em;
}
#teacher .box .grid .lside .intro .shikaku .tl {
	font-weight: 500;
	color: #005768;
}

/* rside */
#teacher .box .grid .rside dl {
	margin-top: .5em;
}
#teacher .box .grid .rside dl dt {
	font-weight: 500;
	color: #005768;
	background-color: #d7e5e8;
	padding: .1em .6em .1em;
}
#teacher .box .grid .rside dl dt:not(:first-of-type) {
	margin-top: 2em;
}
#teacher .box .grid .rside dl dd {
	margin-left: 0;
	padding: .8em .6em 0;
}
#teacher .box .grid .rside dl dd .dname {
	font-weight: bold;
	color: #005768;
}
#teacher .box .grid .rside dl dd .dname:not(:first-of-type) {
	margin-top: .6em;
}
#teacher .box .grid .rside dl dd .dname span {
	color: #73b6c3;
	font-size: 80%;
	position: relative;
	top: -.1em;
}
















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


/* 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 */

/* BLOOMオンラインが選ばれる理由 */
#reasons .jisseki {
	padding: 0.8em 2em;
	margin-top: 30px;
}
#reasons .jisseki .univ {
	font-size: 14px;
}

/* 指導生徒の声 */
#voices li {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#voices li .ph {
	max-width: 160px;
}
#voices li .summary {
	width: 80%;
	padding: 80px 8% 30px;

	margin-bottom: -80px;
	top: -80px;
}
#voices li .summary .name {
	font-size: 17px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#voices a.btn_jisseki {
	width: 240px;
}

/* 選べる4つのコース */
#course .ttl {
	font-size: 26px;
	padding: 0.1em 0;
}
#course .ttl br {
	display: none;
}
#course .enc .ph figure {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
#course .enc .txt {
	padding-right: 0;
	padding-top: 30px;
}
#course .enc .txt .tl {
	padding: 8px 10px 6px;
}
#course .enc .txt .tl span.list {
	display: block;
	font-size: 17px;
	padding-left: 14px;
	line-height: 1.3;
	margin-bottom: 0.4em;
}
#course .enc .txt .tl span.list:before {
	font-size: 50%;
	top: 6px;
}
#course .enc .txt .tl span.list span.s {
	font-size: 80%;
}

#course .enc .txt .tl span.dv {
	display: none;
	font-size: 20px;
	padding: 0 0.3em;
}
#course .enc .txt .tl br.mbr {
	display: none;
}
#course .enc .txt .tl .type {
	font-size: 14px;
	padding: 0.2em 0.5em;
	margin-bottom: 0.6em;
}
#course .enc .txt ul {
	margin: 12px 0 8px;
}
#course .enc .txt ul li {
	margin-bottom: 0.8em;
}
#course .enc .txt .price .pr1 {
	font-size: 18px;
}
#course .enc .txt .price .eng {
	font-size: 28px;
}
#course .enc .ph .sogo {
	max-width: 240px;
}
#course .enc .txt  .summary .tl2{
	font-size: 18px;
}
#course .enc .txt dl dt {
	font-size: 18px;
}

/* 講師紹介 */
#teacher .box .grid .lside .intro .name {
	font-size: 18px;
}


	@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 */

/* 指導生徒の声 */
#voices li {
	padding-top: 30px;
	padding-bottom: 30px;
}
#voices li .ph {
	max-width: 160px;
}
#voices li .summary {
	width: 85%;
	padding: 90px 7% 30px;

	margin-bottom: -80px;
	top: -80px;
}
#voices li .summary .name {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* 選べる4つのコース */
#course .in {
	padding-left: 0;
	padding-right: 0;
}
#course .enc .ph {
	padding-left: 15px;
}
#course .enc .ph figure {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
#course .enc .ph .check_list li {
	grid-template-columns: 21px auto;
}
#course .enc .txt {
	padding-right: 4%;
	padding-top: 0px;
}
#course .enc .txt .tl {
	padding: 8px 10px 6px;
}
#course .enc .txt .tl span.list {
	display: block;
	font-size: 18px;
	padding-left: 14px;
	line-height: 1.3;
	margin-bottom: 0.4em;
}
#course .enc .txt .tl span.list:before {
	font-size: 50%;
	top: 6px;
}
#course .enc .txt .tl span.list span.s {
	font-size: 80%;
}

#course .enc .txt .tl span.dv {
	display: none;
	font-size: 20px;
	padding: 0 0.3em;
}
#course .enc .txt .tl br.mbr {
	display: none;
}
#course .enc .txt .tl .type {
	font-size: 15px;
	padding: 0.2em 0.5em;
	margin-bottom: 0.6em;
}
#course .enc .txt ul {
	margin: 12px 0 8px;
}
#course .enc .txt ul li {
	margin-bottom: 0.8em;
}
#course .enc .txt  .summary .tl2{
	font-size: 18px;
}
#course .enc .txt dl dt {
	font-size: 18px;
}

/* 講師紹介 */
#teacher .box {
	border: 4px solid #e9e9e9;
	padding: 1.5em 2.0em;
}

#teacher .box .grid {
	grid-template-columns: 34% 58%;
	column-gap: 6%;
}
#teacher .box .grid .lside {
	padding-bottom: 0em;
}
#teacher .box .grid .lside .intro {
	margin-top: 1.5em;
}
#teacher .box .grid .lside .intro .name {
	font-size: 18px;
}

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



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

/* 指導生徒の声 */
#voices li {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
#voices li .ph {
	max-width: 200px;
}
#voices li .summary {
	width: 75%;
	padding: 120px 8% 30px;

	margin-bottom: -100px;
	top: -100px;
}
#voices li .summary .name {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#voices a.btn_jisseki {
	width: 240px;
}

/* 選べる4つのコース */
#course .ttl {
	font-size: 30px;
	padding: 0.1em 0;
}
#course .enc .ph {
	padding-left: 0;
}
#course .enc .ph figure {
	max-width: 240px;
	margin-left: auto;
	margin-right: 6%;
}
#course .enc .txt {
	padding-right: 6%;
	padding-top: 0px;
}
#course .enc .txt .tl {
	padding: 10px 10px 5px;
}
#course .enc .txt .tl span.list {
	display: inline-block;
	font-size: 20px;
	padding-left: 14px;
	line-height: 1.3;
	margin-bottom: 0.4em;
}
#course .enc .txt .tl span.list br.sbr {
	display: none;
}
#course .enc .txt .tl span.list:before {
	font-size: 50%;
	top: 6px;
}
#course .enc .txt .tl span.list span.s {
	font-size: 80%;
}

#course .enc .txt .tl span.dv {
	display: inline-block;
	font-size: 20px;
	padding: 0 0.3em;
}
#course .enc .txt .tl br.mbr {
	display: inline-block;
}
#course .enc .txt .tl .type {
	font-size: 16px;
	padding: 0.2em 0.5em;
	margin-bottom: 0.6em;
}
#course .enc .txt ul {
	margin: 15px 0 10px;
}
#course .enc .txt ul li {
	margin-bottom: 0.8em;
}
#course .enc .txt .price .pr1 {
	font-size: 20px;
}
#course .enc .txt .price .eng {
	font-size: 36px;
}
#course .enc .txt  .summary .tl2{
	font-size: 20px;
}
#course .enc .txt dl dt {
	font-size: 20px;
}

/* 講師紹介 */
#teacher .box {
	border: 4px solid #e9e9e9;
	padding: 3em 3.5em;
}

#teacher .box .grid {
	grid-template-columns: 34% 58%;
	column-gap: 6%;
}
#teacher .box .grid .lside {
	padding-bottom: 0em;
}
#teacher .box .grid .lside .intro {
	margin-top: 1.5em;
}
#teacher .box .grid .lside .intro .name {
	font-size: 20px;
}


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