
/* ary
-----------------------------------------------------------------------------------------------------------*/
p{
	margin:0;
	padding:0;
	text-align:center;
}
ul{
	list-style:none;
}

html{
	background-color:#f2f2f2;
}

@media screen and ( min-width:768px ) {
	html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a{
		font-size:14px;
	}
	/*menuサイズ調整*/
	.navbar-offcanvas .drawer-dropdown-menu-item {
		line-height: 40px;
		font-size: 16px;
	}
	.navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret{
		line-height: 4.6rem;
	}
}


/* ---- 下層ページ --------------------------------*/
#contents_sub{
	background-color:#f2f2f2;
	max-width:768px;
	margin:0 auto;
}
.contents_sub{
	background-color:#FFF!important;
	max-width:768px;
	margin:0 auto;
	font-size:1.4rem;
}
.contents_sub a,.contents_sub a:visited{
	text-shadow: 0 0 0;
	color:#8cc88c;
	font-size:1.3rem;
}
.contents_sub a:hover,.contents_sub a:active{
	color:#8cc88c;
	text-shadow: 0 0 0;
}
#contents_sub p{
	padding: 10px 4%;
	text-align:left;
	color:#1a1a1a;
	font-size:1.3rem;
}

#contents_sub .img_linenone,#contents .img_linenone{
	line-height:0;
	padding:0;
	margin:0 auto;
	display:block;
}

#contents_sub h2{
	padding: 20px 0px 32px 0;
	border-style: dotted none;
	font-size: 1.75rem;
	background-color: #f2f2f2;
	margin: 0 auto;
	text-align:center;
}
#contents_sub h2 span{
	border-bottom:2px solid #8cc88c;
	color:#202020;
	padding-bottom:2px;
}

#contents_sub h3{
	background-color:#f2f2f2;
	color:#1a1a1a;
	padding:8px 4%;
	font-size:1.6rem;
	margin:20px auto;
}

#contents_sub h5{/* --救出用-- */
	background-color:#f2f2f2;
	color:#1a1a1a;
	padding:8px 4%;
	font-size:1.4rem;
	margin:25px auto;
}

#contents_sub h6.otameshi{
	padding: .5em .75em;
	margin:20px auto;
	background: -webkit-linear-gradient(top, #522d39 0%, #ff8787 100%);
    background: linear-gradient(to bottom, #ff8787 0%, #ff8787 100%);
	color: #fff;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	/*text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);*/
}
#contents_sub h6.otameshi span.kiiro{
	color:#ffff99;
}
#contents_sub h6.otameshi span.chui{
	font-size:1.6rem;
}

#contents_sub ol{
	margin-left: 48px;
	margin-right:4%;
	font-size:1.4rem;
}
#contents_sub ol li{
	font-size:1.3rem;
}

#contents_sub .top_back,#contents .top_back{
	padding: 15px 4%!important;
	font-size: 1.5rem;
	background-color: #f2f2f2;
	color:#8cc88c;
	text-align:left!important;
}
#contents_sub .top_back a,#contents .top_back a{
	color:#8cc88c!important;
	font-size:1.5rem;
	text-decoration: none;
	text-shadow: none;
}
#contents_sub .top_back a:visited,#contents .top_back a:visited{
	color:#fff;
}



/* ---- 未ログイン時トップ --------------------------------*/

.top__loginbutton{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 20px 2%;
}
.top__loginbutton li{
	width: 46%;
	margin: 0px 2%;
}
.top__quizIntroduction,.top__quizWhat,.top__quizQuiz,.top__quizPoint{
	line-height: 0;
}

/* 768px over */
@media screen and (min-width:768px) {

}

#top_foot_scroll{
	display:none;
	z-index:99;
	position:fixed;
}
.top_foot_scroll-child{
	width:100%;
	max-width:768px;
	position:fixed;
	bottom:0px;
	background-color:rgba(240,130,150,0.8);
	color:#fff;
	padding:10px 0;
	display: -webkit-flex;
 	display: flex;
	-webkit-justify-content: space-around; 
	justify-content:         space-around;
	text-align:center;
	left: 50%!important;
    transform: translate(-50%)!important;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
	z-index:99;
}
.top_foot_scroll-child a{
	border:2px solid #fff;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	width: 45%;
	z-index:99;
	position:relative;
}

/* 768px over */
@media screen and (min-width:768px) {
   .top_foot_scroll-child{
		padding:15px 0;
	}
	.top_foot_scroll-child a{
		font-size: 25px;
		padding: 15px 0px;
	}
}

#login .footer{
	background-color: #e8f3e5;
}






/* ---- contact --------------------------------*/
.contact_text{
	padding:0 4%;
}
.contact_text p{
	font-size:0.75rem;
	font-size:1.3rem;
}
.contact_text h4{
	position: relative;
	border:1px solid #666;
	border-radius: 8px;
	padding:10px 4%;
	margin-bottom:10px;
	font-size:1.5rem;
	background-color:#fff;
}
.contact_text h4::before,
.contact_text h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 9px solid transparent;
}
.contact_text h4::before {
	border-top: 11px solid #666;
}
.contact_text h4::after {
	margin-top: -2px;
	border-top: 11px solid #fff;
}

.contact_text h5{
	border-bottom:1px solid #888;
	border-top:1px solid #888;
	padding: 3px 4px!important;
	margin: 0 5px!important;
	font-size: 1.4rem!important;
	font-weight:normal!important;
}

.contact_text .red{
	color:#EC4F82;
	border:1px dashed #EC4F82;
	padding:10px 4%!important;
	margin:20px auto;
	line-height:160%;
	text-align:left;
}

.contact_text .box{
	border: #8cc88c 1px solid;
	padding:20px!important;
	margin:30px auto;
	color:#1a1a1a;
	font-size:1.3rem;
}


/* ---- regist --------------------------------*/
.regist_box{
	margin-bottom:30px;
}

.regist_box sup{
	font-size: 1.1rem;
	line-height: 1.8rem;
	display: block;
	margin-top: 15px;
	color:#aaa;
}
.regist_text{
	text-align:center;
}
.regist_text h3{
	text-align:left;
}
.regist_box .about_link{
	text-align: right!important;
}
.regist_box .about_link a{
	font-size:1.1rem!important;
}


#contents_sub p.regist_what{
	margin:-15px auto 0 auto;
	padding:0 4% ;
	text-align:right;
	font-size:1rem;
	letter-spacing: 0rem !important;
	line-height: 1.5rem !important;
}
#contents_sub p.regist_what a{
	color:#aaa;
	letter-spacing: 0rem !important;
	line-height: 1.5rem !important;
}

/* ---- ログインページ --------------------------------*/
.login_btn{
	text-align:center;
}
.login_btn a{
	display:block;
}
.login_btn img{
	margin:5px auto 0 auto;
	width:250px;
	height:auto;
	cursor:pointer;
}


/* ---- 退会完了ページ --------------------------------*/
.exit_top{
    display: inline-block;
    background-color: rgba(140, 200, 140,0.8);
	border-bottom: solid 4px rgba(140, 200, 140,1);
    border-radius: 6px;
    padding: 8px 20px;
    color: #fff!important;
    margin: 20px auto;
    cursor: pointer;
	font-size:1.4rem!important;
	text-decoration: none;
	font-weight: normal;
}
/* ---- 決済ログインボタン --------------------------------*/
.regist_link{
	display: inline-block;
    background-color: rgba(140, 200, 140,0.8);
    border-bottom: solid 4px rgba(140, 200, 140,1);
    border-radius: 6px;
    padding: 8px 20px;
    color: #fff!important;
    margin: 20px auto;
    cursor: pointer;
    font-size: 1.4rem!important;
    text-decoration: none;
    font-weight: normal;
	width:250px;
}

.login_paybtn{
	margin:0 auto;
	padding:0;
}
.login_paybtn li{
	width:100%;
	height:auto;
	text-align:center;
}
.login_paybtn li a{
	padding:0;
}
.login_paybtn li a:hover{
	padding:0;
}
.login_paybtn li img{
	border:none!important;
	padding:0!important;
	border-radius: 0px!important;
	width:250px;
	height:auto;
}

/* メールフォーム　ポップアップ */
.dialog-dialog p{
	padding:10px 0!important;
	font-size:1.3rem;
}
#mail_form_panel.mail_form_regist .ui-btn{
	margin-top:1.3em;
}
#mail_form_panel label,#mail_remind_form_panel label{
	margin-bottom:0;
	line-height:150%;
	font-size: 1.2rem;
}
#mail_form_panel input,#mail_remind_form_panel input,#account-edit_mail_panel input {
	background-color: #eee;
    border-radius: 0px;
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding: .4em;
    line-height: 1.4em;
    display: block;
    width: 100%;
    outline: 0;
	font-size: 1.4rem;
	margin-bottom: 0.7rem;
}
#mail_form_panel input#mail_regist_button,#mail_form_panel input#mail_button,#mail_remind_form_panel input#remind_button,#account-edit_mail_panel input#account-edit_mail_submit{
    padding: 10px;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none!important;
    text-align: center;
    background-color: #8cc88c!important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #8cc88c!important;
	margin-top: 1.8rem;
	font-size: 1.6rem;
	border-radius: 3px;
}
#mail_form_panel #mail_error,#mail_form_panel #mail_regist_error,#mail_remind_form_panel #mail_error2{
	font-size: 1.2rem;
	line-height:150%;
	color:#B82629;
	margin:10px auto;
}
#mail_form_panel .ui-input-text{
	margin-top:0px;
}
#mail_form_panel.dialog-dialog{
	padding-top:80px;
}

#mail_form_remind{
	line-height:150%;
	font-size:1.2rem;
	cursor:pointer;
}

#mail_remind_form_panel{
	line-height:150%;
	padding-top:80px;
}


.login_panel,#mail_remind_form_panel,#mail_regist_successful{
	width:300px;
}
#mail_form_panel{
	width:310px;
}
#mail_remind_form_panel,#mail_remind_complete{
	width:320px;
}

@media screen and ( min-width:768px ) {
	.login_panel,#mail_remind_form_panel,#mail_regist_successful{
		width:380px;
	}
	#mail_form_panel{
		width:390px;
	}
	#mail_remind_form_panel,#mail_remind_complete{
		width:400px;
	}
}

/*remind*/
.mail_form_pass{
	padding:0 20px;
}
.mail_form_pass.remind{
	margin:20px auto 50px auto;
}
.mail_form_pass.remind h3{
	background-color:rgba(255,255,255,0)!important;
	border-left: 5px solid #8cc88c;
	border-bottom: 1px solid #8cc88c;
}
.mail_form_pass.remind input[type="submit"]{
	display: inline-block!important;
    background-color: rgba(140, 200, 140,0.8)!important;
	border-bottom: solid 4px rgba(140, 200, 140,1)!important;
    border-radius: 6px!important;
    padding: 8px 20px!important;
    color: #fff!important;
    margin: 20px auto!important;
    cursor: pointer!important;
	font-size:1.6rem!important;
	text-decoration: none;
	font-weight:normal;
	text-align:center!important;
}
.mail_form_pass #mail_form_panel label{
	font-size:1.3rem;
	margin-top:20px;
}

.mail_form_pass #mail_form_panel .ui-btn{
	margin-top:1.3em;
}


.mail_form_pass.remind #mail_form_panel{
	width:100%;
}

@media screen and ( min-width:768px ) {
	.mail_form_pass.remind{
		width:70%;
	}
}

/* ---- login complete --------------------------------*/
ul.niretsu {
    width:80%;
    margin:0 auto;
	list-style:none;
	padding:0.3em 0 1em 0;
}
ul.niretsu li{
	width:46%;
	float:left;
	margin-left:8%;
}
ul.niretsu li:nth-last-child(2n){
	margin-left:0%;
}
ul.niretsu li img{
	width:100%;
	height:auto;
}


/* ---- メンテナンス --------------------------------*/
.maintenance{
	height:100vh;
	text-align:center;
	color:#666;
}

.maintenance h2{
	padding: 10px 0px;
	border: #ffdada 3px;
	border-style: dotted none;
	font-size: 1.1rem;
	background-color: #fff;
	margin:40px auto;
	text-align:center;
}




/* ---- about --------------------------------*/
.about_wrap{
}
.about_cont{
	width:90%;
	margin:0 auto;
}
.about_cont h4{
	color:#8cc88c;
	border-bottom:1px solid #8cc88c;
	padding-bottom:0.2rem;
	font-size:1.5rem;
	margin-bottom:1.5rem;
}
.about_cont p.txt{
	font-size:1.3rem;
	color:#666;
	text-align:left;
	line-height: 2.7rem;
}
.supervisor__txt{
	margin-bottom: 2.5rem;
}

.supervisor__booklist {
	padding: 0;
}
  
.supervisor__booklist li {
	color: black;
	position:relative;
	background: #ebf5eb;/*バーの色*/
	line-height: 1.5;
	padding: 0 0.5rem;
	margin-bottom: 1rem;
	border-left : solid 3.4rem #8cc88c;
	list-style-type: none!important;

}
.supervisor__booklist li a{
	display: block;
	text-decoration: none;
	font-size: 1.5rem;
	position: relative;
	padding :.3rem 0;
	
}

.supervisor__booklist li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f02d";
	position: absolute;
	display: block;
	padding: 0.5rem;
	
	color: white; /*アイコン色*/
	font-weight: bold;
	text-align: center;
	left: -2.7rem;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.supervisor__booklist li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: bold;
	padding-left: .5rem;
	color: #8cc88c;
}



.about_cont p.txt a{
	color:#8cc88c;
	font-size:1.3rem;
	text-decoration: none;
}
.about_cont p.txt a i{
	padding-left:0.3rem;
}
.about_intro{
	text-align:center;
	margin:3rem auto;
}
.about_intro img{
	max-width:50%;
	height:auto;
	margin:1rem auto;
}
.about_intro h3{
	font-size:1.6rem;
	text-align:center;
	color:#666;
	margin-bottom:0.7rem;
}
.about_intro p{
	font-size:1.15rem;
	text-algin:center;
	color:#666;
}

@media screen and (min-width:768px) {
	.about_wrap h2.ttl{
		font-size: 30px;
    	padding: 16px 0 8px 0;
	}
    .about_cont h4{
		font-size:1.9rem;
		margin-bottom:2rem;
	}
	.about_cont p.txt{
		font-size:1.5rem;
		line-height: 3rem;
	}
	.about_cont p.txt a{
		font-size:1.5rem;
	}
	.about_cont p.txt a i{
		padding-left:0.5rem;
	}
	.about_intro{
		margin:4rem auto;
	}
	.about_intro img{
		margin:1.5rem auto;
	}
	.about_intro h3{
		font-size:2rem;
		margin-bottom:1.2rem;
	}
	.about_intro p{
		font-size:1.35rem;
	}
}

/* ---- 調整 --------------------------------*/
#contents{
	padding-bottom:0!important;
}

.view_btn{
	width:80%;
	margin:15px auto;
	display:block;
	padding:5px 0;
	text-align:center;
	font-size:1.8rem;
	text-decoration: none;
	background-color:#8cc88c;
	border:1px solid #8cc88c;
	color:#fff!important;
	border-radius: 3px;
}
@media screen and (min-width:768px) {
    .view_btn{
		padding:15px 0;
		font-size:2.2rem;
	}
}
.view_btn:hover{
	background-color:#fff;
	color:#8cc88c!important;
}


.top_otameshi{
	display: block;
	background-color: #ff8787;
	padding:2rem 0;
	text-align: center;
	text-decoration: none;
}

.top_otameshi h5{
	font-size: 2.6rem;
    color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}

a.top_otameshi h6 {
    font-size: 1.3rem;
    color: #fff;
}