@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */



/* from optimizer child */
p.voice_title {
	margin: 0;
	color: #009fe8;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 33px;
}
p.voice_name {
	margin: 0;
	color: #18466b;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 33px;
}
p.voice_sub_title {
	margin: 0 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	color: #009fe8;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 18px;
}




blockquote{
	background-image: none;
	padding-top: 20px;
}


/* box */
.box27 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 p {
	margin: 0; 
	padding: 0;
}
.bg_line_yellow{
	background: linear-gradient(transparent 60%, #ff0 0%);
	font-weight: bold;
}
.bg_line_yellow2{
	background: linear-gradient(transparent 60%, #ff0 0%);
	color: #eb6c65;
	font-weight: bold;
}



.sectionBox {
	padding-top: 2em;
	padding-bottom: 2em;
	display: block;
	overflow: hidden;
}
.veu_flowBox {
	display: block;
	overflow: hidden;
}
.veu_flowBox dl {
	display: block;
	overflow: hidden;
	padding: 20px 25px;
	border: 3px solid #e5e5e5;
	margin: 0;
}
.veu_flowBox dl dt, .veu_flowBox dl dd {
	padding-left: 0;
	border: none;
}
.veu_flowBox dl dt {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.veu_flowBox dl dd {
	margin-bottom: 0px;
}
.veu_flowBox:after {
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 50px;
	margin: 0 auto 15px;
	position: relative;
	left: 48%;
	line-height: 120%;
	color: #ccc;
}
dd {
	color: #333333;
	margin-left: 0;
}
dt {
	font-weight: 700;
}
.veu_flowBox:last-child:after {
	content: "";
	font-size: 0;
}
/* }from optimizer child  end */



.desc_title {
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
	background-color: #efefef;
	margin-bottom: 10px;
}

.sp_display{
	display:none;
}

.content h3::after {
	top: .8em;
}


@media screen and (max-width: 480px) {
	.sp_display{
		display:block;
	}
	.sp_no_display{
		display: none;
	}
}


/* for lesson */
.sc_heading.bborder.tb{
	border-width: 2px 0 2px 0;
}
.sc_title{
	color:#0a0a0a;
	font-weight:initial;
}
h3.sc_heading.solid.gray {
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 15px 0;
	padding: 10px;
	background-color: #efefef;
	height:50px;
}
h3.sc_heading.solid.gray.triangle {
	font-size: 1.2em;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #efefef;
}
h3.sc_heading.solid.gray.triangle:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	height: 0;
	width: 0;
	border: 15px solid transparent;
	border-top: 15px solid #efefef;
}
h3.sc_heading.bborder.l.gray{
	background-color: #efefef;
	border-color:#666;
	color:#333;
}
table.lesson {
	font-size: .8em;
	width: 100%;
}
table.lesson tbody th {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

.sc_frame_wrap.voice .sc_frame_title{
	color: #fff;
	background-color: #ef8425;
	font-size: 14px;
	border-radius: initial;
}
.sc_frame_wrap.voice .sc_frame.note{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	border-radius: initial;
}


.alignleft{
	text-align: left;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto !important;
	text-align: center;
}
.img_shadow{
	-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.img_border{
	border: solid 1px #333333;
}
	
/* /for lesson*/


/* for LP */
.lp_detail_title{
	margin: 0 auto 30px auto;
	padding: 20px 0 !important;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	font-size: 36px;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
}
.lp_detail_subtitle {
	margin: 20px auto 10px;
	background-color: #ffffff;
	border-left: solid 2px #000000;
	padding: 10px 10px;
	font-size: 200%;
}
.lp_content{
	width:80%;
	margin: 0 auto;
}
.lp_title{
	text-align:center;
	font-size:38px;
}
.lp_tokuten{
	text-align:center;
	font-size:40px;
}
.lp_tokuten_sub{
	font-size:34px;
}
.lp_profile img.alignleft{
 margin-right: 20px !important;
}
.lp_form{
	width:50%;
	margin: 0 auto;
}
table.point{
	width: 100%;
	border:none;
}
table.point th {
	width: 32px;
	font-size: 150%;
	line-height: 180%;
	padding: 12px 0 5px 0;
	color: #ff9900;
	vertical-align: top;
	text-align: left;
	background:none;
	border:none;
}
table.point td {
	font-size: 21px;
	line-height: 150%;
	letter-spacing: 1px;
	padding: 16px 0 5px 0;
	border:none;
	border-bottom: dotted 1px #999999;
	vertical-align: top;
}
table.tokuten{
	width: 70%;
	margin:0 auto;
	border:none;
}
table.tokuten th {
	font-size: 150%;
	line-height: 180%;
	padding: 12px 20px 5px 0;
	color: #ff9900;
	vertical-align: top;
	text-align: left;
	background:none;
	border:none;
}
table.tokuten td {
	font-size: 21px;
	line-height: 150%;
	letter-spacing: 1px;
	padding: 16px 0 5px 0;
	border:none;
	border-bottom: dotted 1px #999999;
	vertical-align: top;
}
.orange_bold {
	font-weight: bold;
	color: #ff9900;
}
.lp_greeting, .lp_text{
	width:80%;
	margin: 0 auto;
}
ul.footer_button_lp {
	margin: 0 auto;
	padding: 8px 0px 7px;
	width: 100%;
	overflow: hidden;
	display: table;
}
ul.footer_button_lp li {
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 8px;
}
ul.footer_button_lp li a i{
	font-size: 24px;
}
ul.footer_button_lp li a {
	border: none;
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 95%;
	margin: 0 auto;
}
.footer_button_lp {
	position: fixed;
	bottom: 0;
	table-layout: fixed;
	text-align: center;
	left:0;
	background: #ffffff;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.98;
}
checkout img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
checkout:hover img {
	opacity: .5;
}
.logbox {
	border: solid 1px #808080;
	width: 480px;
	height: 120px;
	padding: 0.5em;
	overflow: auto;
	margin: 0 auto;
}

dl.veu_qaItem {
	display: block;
	overflow: hidden;
	/* border-bottom: 1px dotted #ccc; */
	padding: 0 0 20px;
	margin: 0 0 20px;
	width: 100%;
	position: relative;
}
dl.veu_qaItem dt {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight:initial;
}
dl.veu_qaItem dd, dl.veu_qaItem dt {
	border: none;
	padding-left: 35px;
}
dl.veu_qaItem dt:before {
	content: "Q ";
	color: #e50000;
	font-weight:700;
}
dl.veu_qaItem dd:before, dl.veu_qaItem dt:before {
	position: absolute;
	left: 0;
	font-size: 24px;
	line-height: 105%;
}
dl.veu_qaItem dd {
	margin-bottom: 0;
}
dl.veu_qaItem dd:before {
	content: "A ";
	color: #337ab7;
	font-weight:700;
}


@media screen and (max-width: 480px) {
	.lp_content{
		width:100%;
	}
	.lp_title{
		font-size:150%;
	}
	.lp_tokuten{
		font-size:150%;
	}
	.lp_tokuten_sub{
		font-size:80%;
	}
	.timer_pc{
		width:100%;
	}
	.lp_detail_title{
		font-size: 24px;
	}
	table.point th {
		width: 32px;
		font-size: 120%;
	}
	table.point td {
		font-size: 120%;
	}
	p.voice_title {
		text-align:center;
		font-size: 27px;
	}
	p.voice_name {
		text-align:center;
		font-size: 27px;
	}
	p.voice_sub_title {
		text-align:center;
		font-size: 15px;
	}
	.detail_subtitle{
		font-size: 120%;
	}
	table.tokuten{
		width: 90%;
	}
	table.tokuten th {
		font-size: 120%;
		width: 65px;
	}
	table.tokuten td {
		vertical-align: middle;
		font-size: 120%;
	}
}
/* for LP end*/




/* for youtube */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}

.youtube-container iframe {
	min-width: inherit;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
}
/* for youtube */




/* for street academy */
#SA-Widget-45901 iframe, #SA-Widget-60769 iframe, #SA-Widget-51485 iframe {
    height: 500px;
}
/* /for street academy */



/* for mailchimp button */
#mc_embed_signup .button{
	background: #36abfc;
	border-color: #36abfc;
	color: #ffffff;
	border-radius:0.4em;
	/* padding: 10px 20px; */
	float:none;
}
#mc_embed_signup .button:hover{
	background: #2BB975;
	border-color: #2BB975;
}

/* /for mailchimp button */


/* 20020215 reCAPTCHA */
.recaptcha_policy {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	color: #444 !important;
}
.recaptcha_policy a {
	text-decoration: underline;
}
.grecaptcha-badge {
	visibility: hidden;
}
