@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック体", 'Yu Gothic', "YuGothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", ;
	font-size: 1.4rem;
}

ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
}

a:link {
	color: #231815;
	text-decoration: none;
}

a:visited {
	color: #231815;
	text-decoration: none;
}

a:hover {
	color: #231815;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.6;
}

a:active {
	color: #231815;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#main {
	margin: 0 auto;
	width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/


#header_lp {
	padding-top: 20px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}


header {
    width: 100%;
    display: block;
    position: fixed;
    max-height: 150px;
    background-color: white;
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0;  /* 固定する位置 */
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    z-index: 100;
}
.top {
    position: relative !important;
    width: 100%;
    z-index: 99;
}
ul img {
    float:left;
    width: auto;
}
ul .logo img{
    margin:20px 0px 0px 5%;
    padding:0px 0px 0px 0px;
    max-width: 350px;
}
ul .cv_button{
    padding:0;
    margin: 0 0 0 55%;
}
ul .cv_button img{
    margin:-10px 0px 0px 60px;
    padding:0;
    max-width:387px;
}
#main {
    padding-top: 120px;
}
#main .top img {
	vertical-align: top;
    margin:20px auto 0px;
    width:100%;
}
#main img {
	vertical-align: top;
    margin:0px 0px 0px 0px;
    width:100%;
}
.campaign {
    padding-top:30px;
    width: 100%;
}
.cv_box_main {
    position: relative !important;
    width: 100%;
    z-index: 99;
}

#yoyaku_btn_1 {
    position:absolute !important;
    width:100%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: -950px auto!important;
}

#yoyaku_btn_main {
    position:absolute !important;
    width:93%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 225% auto!important;
}
#attention_main {
    font-size: 13px;
    color:white;
    position:absolute !important;
    width:100%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 33% auto!important;
}
#attention {
    font-size: 13px;
    color:white;
    position:absolute !important;
    width:93%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: -12% auto!important;
}
.cv_box_2 {
    position: relative !important;
    width: 100%;
    z-index: 99;
}

.video {
    position:relative;
    width:100%;
    padding-top:56.25%;
}

.video iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}


/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    #main {
    max-width: 960px;
    }   
}

@media only screen and (max-width: 767px) {

header {
    width: 100%;
    display: block;
    position: fixed;
    max-height: 80px;
    background-color: white;
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0;  /* 固定する位置 */
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
ul img{
    float:left;
    width:auto;
}

ul .logo img{
    max-width:150px;
    padding: 9px;
    margin: 8px 0px 0px 0px;
} 
ul .cv_button{
    padding:0;
    margin: 0 0 0 45%;
}
ul .cv_button img{
    max-width: 200px;
    padding: 5px;
    margin: -10px 0px 0px 20px;
}

 #main {
    padding-top: 60px;
	margin: 0 auto;
	width: 100%;
}

#yoyaku_btn_main {
    position:absolute !important;
    width:93%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: 235% auto!important;
}

#yoyaku_btn_1 {
    position:absolute !important;
    width:100%;
    top:0;
    right:0;
    left:0;
    bottom:auto;
    margin: -380px auto!important;
}

.address {
	margin:0 auto;
    width:100%;
    padding: 2% 10%;
    font-size:12px;
}
}
@media only screen and (max-width: 320px) {
header {
    width: 100%;
    display: block;
    position: fixed;
    max-height: 70px;
    background-color: white;
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0;  /* 固定する位置 */
    overflow: hidden;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
}
ul img{
    float:left;
    width:auto;
}
ul .logo img{
    max-width:120px;
    padding: 0;
}
ul .cv_button img{
    max-width: 154px;
    padding: 0;
}

#main {
    padding-top: 50px;
	margin: 0 auto;
	width: 100%;
}

}
/* 181220 フローの追加 */
@media (min-width:768px) {
    .display--pc {
        display: none;
    }
}
.bg-black {
    background-color: #000000;
}
@media (max-width:767px) {
    .ttl-12 {
        color: #ffffff;
        font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 48px;
		text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }
}
.trial_lesson {
    padding: 10px 0;
    text-align: center;
}
.trial_lesson h1.ttl-12 {
    margin-bottom: 0;
}