
.hd_nest{
    box-sizing: initial;
}

/* =========================================================
		form
========================================================= */
select::-ms-expand {
    display: none;
}
.sp_main{display: none;} .newsarea2{width: auto;}
.err_wrap{ padding-top: 0;
    width: 800px;
    margin: 5% auto 3%;}
.member_form #form{margin: 5% 0 0;}
#form_area .container, .container2{
width: 96%; height: auto;
max-width: 1000px;
margin: 3% auto 0;
padding: 35px 0 80px 0;
}
#form_area .container h2{
	font-size: 28px;
	padding-bottom: 35px;
	text-align: center;
}

#form_area .container .subcopy{
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 1.7;
}
#form_area .container .subcopy span{color: #f00;}
#form_area .views .item {display: -webkit-flex; display: flex;}
#form_area .views .item .heading {
    padding-right: 2em;
    padding-left: 2em;
    width: 25%;
	padding: 2.2em 0 2.2em 1.5em;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 14px;
}

#form_area.member_form .views .item .heading{
	width: 36%;
}

#form_area .views .item .heading p {
	font-weight: 300;
	font-size: 12px;
	padding-top: 6px;
}
.item .heading .req {
	display: inline-block;
	margin-left: 1em;
	padding: 0.4em .5em 0.5em;
	color: #fff;
	font-size: 82%;
	line-height: 1;
	background-color: #f00;
}
#form_area .views .item .main {
    padding: 1.6em 0;
    width: 55%;
	border-bottom: 1px solid #eee;
	color: #333;
}
.input-txt, .input-textarea {background-color: #fbfbfb;}
.input-txt, .input-select, .input-textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 4px;
	margin-right: 10px;
}

.wide-xl {width: 420px;}
.wide-l {width: 360px;}
.wide-m {width: 250px;}
.wide-xs {width: 130px;}
.tac {
    text-align: center;
	margin: 40px auto 70px;
}
.btn.re-contact, .btn_area2 a, a.conf_btn_close {
    color: #fff;
    border: 2px solid #0088cc;
    background-color: #0088cc;
    position: relative;
    display: inline-block;
    padding-top: .5em;
    padding-bottom: .55em;
    transition: all .3s;
    padding-right: 3em;
    padding-left: 3em;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 4px;
}

a.conf_btn_close, a.btn.btn3.re-contact {background: #333; border-color: #333; }
.btn.re-contact:hover, .btn_area2 a:hover, a.conf_btn_close:hover{
  color: #0088cc;
  border: 2px solid #0088cc;
  background-color: #fff;
}
.tac input + input, .tac input + a{margin-left: 1.5em;}
#form_area .error-top{
text-align: center;
border: 2px solid #f00;
color: #fff;
font-size: 18px;
display: block;
padding: 15px 0;
margin: 15px 0 30px;
background: #f00;
font-weight: bold;
}
#form_area .error-message{
	display: block;
	padding: 5px 12px;
	margin: 12px 0 0;
	font-size: 12px;
}
#form_area .error-message.err_show{
color: #f00;
background: #ffe4e4;
clear: both;
display: inline-block;
}
#form_area.reset_wrap .error-message {
    display: inline-block;
}
#form_area .confirm2{
margin: 10px auto 0;
text-align: center;
display: table;
width: 430px;
}
#form_area .confirm2 .tac{
	float: left;
	padding: 0 8px;
}
#form_area .confirm_btn .btn.re-contact{
	border: 2px solid #bbb;
    background-color: #bbb;
}

#form_area .confirm_btn .btn.re-contact:hover {
  color: #bbb;
  border: 2px solid #bbb;
  background-color: #fff;
}




/* ==================reset form=================== */
*{margin: 0; padding: 0; box-sizing: border-box;}
img[src$=".svg"] {
	width: 100%;
    height: auto;
}
a img, img{border: none;}
input,select,button,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {resize: vertical;}
input[type='checkbox'],input[type='radio'] {display: none;}
input[type='submit'],input[type='button'],
label,button,select {cursor: pointer;}
select{
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
}
select::-ms-expand {display: none;}
select:-moz-focusring { 
    color: transparent; 
    text-shadow: 0 0 0 #828c9a;
}

ul li{list-style-type: none;}
ul li a{text-decoration: none;}
#form_area.reset_wrap .error-message{display: inline-block;}
/* ==================form main=================== */
select, input[type="text"] {
    border: solid 1px #d6d6d6;
    border-radius: 4px;
    padding: 0.5em 1.15em 0.426em 0.5em;
    margin: 0 0.4em;
    letter-spacing: 0.2px;
    line-height: 1.48;
    box-shadow: 0.1px 1.86px 1px 0 #eee inset;
    transition: all .5s;
}
select:focus, input[type="text"]:focus{ border: solid 1px #0796c5;}
select {padding-right: 2em;}

/* =========================================================
		mypage login
========================================================= */

#mypage_area .container{
    width: 96%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 120px 0 150px 0;
    position: relative;
}
#mypage_area .container.my_wrap{
    padding: 120px 0 0 0;
}
.container.my_wrap h2 {
    background: #eee;
    padding: 0.4em 1em 0;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0.6em;
}
.pw_re_inp a {
    position: fixed;
    top: 58px;
    right: 3%;
    background: #47b459;
    color: #eee;
    font-weight: bold;
    padding: 0.6em 1.4em 0.5em;
    line-height: 1.4;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
}
.pw_re_inp a:hover{background: #aaa;}
#mypage_area .container h2{
	font-size: 23px;
	padding-bottom: 10px;
	text-align: left;
}

#mypage_area .container .subcopy{
	font-size: 14px;
	padding-bottom: 30px;
	line-height: 1.7;
}

#mypage_area .sysLoginForm{margin: 0 auto; width: 100%;}
#mypage_area .sysFormField {margin:7px 0 20px;}
#mypage_area input[type="email"], #mypage_area input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px 10px;
    width: 100%;
    line-height: 2;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
	font-size: 14px;
}


.sysLoginButton{
display: block;
width: 37%;
height: 50px;
margin: 35px auto 15px;
padding: 10px;
color: #fff;
text-align: center;
background: #333;
border-radius: 5px;
text-shadow: none;
font-size: 14px;
border: 2px solid #333 !important;
transition: all .3s;
}

.sysLoginButton:hover{color: #333;
  border: 2px solid #333;
  background-color: #fff;
}

.passlink{text-align: center;}
.passlink a{
	text-align: center;
	font-size: 13px;
	color: #0088cc;
}
.passlink a:hover{text-decoration: none;}
.mypage_title{margin: 10px 0 0;}
#mypage_area .movie_list a{
position: relative;
display: block;
padding: 12px 10px;
color: #fff;
font-size: 18px;
text-align: center;
font-weight: 300;
line-height: 1.4;
border: 2px solid #0088cc;
background: #0088cc;
text-decoration: none;
transition: all .3s;
}
#mypage_area .movie_list a:hover{
color: #0088cc;
border: 2px solid #0088cc;
background-color: #fff;
}
#mypage_area h4{font-size: 16px; padding: 50px 0 15px;}
#mypage_area .movie_thum li img{border-radius: 3px;}
#mypage_area .movie_thum li{
	float: left;
	width: 23.875%;
	margin-right:1.5%;
	margin-bottom: 2.5%;
}
#mypage_area .movie_thum li p{font-size: 12px; padding: 2.5% 0 0;}
#mypage_area .movie_thum li:nth-child(4n){margin-right:0; }

#mypage_area .error-top{
text-align: center;
border: 2px solid #f00;
color: #fff;
font-size: 18px;
display: block;
padding: 12px 0;
margin-bottom: 30px;
background: #f00;
font-weight: bold;
}

#mypage_area .error-message{
color: #f00;
background: #ffe4e4;
font-size: 12px;
margin: 12px 0 0;
clear: both;
padding: 5px 12px;
}
#form_area .views .item span.addendum{
	color: #333;
    font-weight: unset;
    font-size: 90%;
}
#form_area .views .item .select_cat{margin-bottom: 10px;}

#form_area .container h2 {
    font-size: 28px;
    padding-bottom: 35px;
    text-align: center;
}

/* ======mypage login==================================== */
.course_txt_wrap {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

#form_area .container .course_txt_ttl {
	font-size: 28px;
    padding-bottom: 0;
}
.course_txt_wrap span.mintxt {
    font-size: 0.76em;
    vertical-align: middle;
    line-height: 1;
}
span.mintxt.red{color: red;}
span.mintxt.free{color: #555;}
p.course_txt_guide {
    font-size: 1.1em;
    background: #eee;
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: bold;
    margin: 1.2% 0 0 -0.5em;
    border-radius: 8px;
}

a.cs_btn, p.course_txt_guide a{
    text-decoration: none;
    border-radius: 4px;
    padding: 0 0.3em;
    display: inline-block;
    margin-left: 0;
    letter-spacing: normal;
    position: relative;
    transition: all .3s;
    color: #0088cc;
    text-decoration: none;
}
a.cs_btn::after, p.course_txt_guide a::after{content: "\03e"; 
		font-size: 0.8em;
		transform: scaleY(1.5);
		display: inline-block;
		margin-left: 0.2em;
		color: #aaa;
}
a.cs_btn:hover{opacity: 0.6;}

/* ==================add=================== */
.checkcon li {
    margin: 0 0 1em;
}
#form_area .checkcon label, #agree label{
    position: relative;
    display: inline-block;
    text-indent: 3em;
}

#form_area .checkcon label::before, #form_area #agree label::before{
    content: " ";
    display: block;
    position: absolute;
    border: solid 1px #bbb;
    width: 1.5em;
    height: 1.5em;
    border-radius: 4px;
    /*left: 2em;*/ left: 0.85em;
    top: 0em;
}
#form_area #agree label::before{
	width: 1.25em; height: 1.25em;
    left: 0.95em; top: 0.18em;
}
#form_area label{position: relative;}
#form_area .checkcon input[type='checkbox'], #form_area .agree_check input[type='checkbox']
{display: inline-block; font-size: 0; line-height: 0; width: 0;}
#form_area .agree_check label input[type="checkbox"], #agree input[type="checkbox"]{display: inline-block;}
#form_area input[type="checkbox"]:checked + label::after,  
#form_area #agree input[type="checkbox"]:checked  + label::after{
	content: " ";
    display: block;
    position: absolute;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #34A4DD;
    border-radius: 50%;
    left: 20px;
    top: 8.5px;
    z-index: 100;
}
#form_area #agree input[type="checkbox"]:checked + label::after{left: 26.5px; top: 12px;}
.checkcon .other { margin: 4% 0 0; }
.other input[type="text"]{padding: 0.1em 1.15em 0.2em 0.5em;}
#agree {margin: 4% 2%; text-align: center;}
.agree_check.input_check {
    font-size: 1.28em;
    font-weight: bold;
    margin: 2% 0 0;
    letter-spacing: 2px;
}


p.agree_check {
    margin: 1% 0 0;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #0088cc;
}

label.selectWrap.selectWrap3::after {
    content: " ";
    position: absolute;
    right: 18px;
    top: 0.7em;
    width: 0;
    height: 0;
    border-top: 0.5em solid #ccc;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
}
/* ==================conform=================== */

.clearfix.conf_btn_area {
    width: 520px;
    margin: 5% auto 6%; padding-left: 3%;
    display: flex; justify-content: flex-start; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

input.conf_btn.conf_btn_r {
    background: #444;
    border: solid 1px #444;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
	padding: .5em 2em;
    transition: all .3s;
    font-weight: bold;
}
input.conf_btn{
    background: #0088cc;
    border: solid 1px #0088cc;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
	padding: .5em 2em;
    transition: all .3s;
    font-weight: bold;
}
input.conf_btn:hover, input.conf_btn:hover{
	border: solid 1px #555;
	background: #fff;
	color: #444;
}

.center_box{text-align: center;}
.thanks_box{width: 600px; margin: 0 auto; text-align: left;}
.thanks_box .otameshi{font-size: 20px; color: #0088cc; margin-bottom: 0.2em; text-align: center;}
.done1 .thanks{
	font-size: 28px;
	padding-bottom: 18px;
	letter-spacing: 1px;
}
.done1 .thanks_text1{
	font-size: 14px;
	padding-bottom: 40px;
}
.done1 .thanks_text2 a{color: #0088cc;}
.done1 .thanks_text2 a:hover{text-decoration: none;}
.ps_wrap{font-size: 16px; margin-bottom: 0.3em;} .ps_wrap dd{font-weight: bold; padding-left: 0.8em;}
.ps_wrap dt, .ps_wrap dd{display: inline-block;}
.ps_wrap dt {
    color: #777;
    font-weight: bold;
}
.mt_1{margin-top: 1em;}
.ps_wrap_inner{
    padding: 1em;
    margin-bottom: 1.5%;
    border: solid 10px #eee;
}
/* ==================pay=================== */
#paypal-button-container { margin: 0 auto 2%; width: 980px;}
h3.pay_ttl {
    font-size: 20px;
    margin: 0 0 2%;
    padding-bottom: 0.5%;
    border-bottom: solid 1px #ccc;
}
.pay_main_box {
    width: 58%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}
.pay_conts {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4.5%;
}
.pay_conts dd {margin-left: 1em;}
.pay_txt { display: inline-block;  margin: 0 0.3em 0 0;}
.pay_conts .pay_txt dd{margin: 0;}
.pay_txt dt {
    background: #e6e6e6;
    font-weight: bold;
    padding: 0.2em 1em;
    width: 200px;
    margin-bottom: 0.2em;
}

.pay_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pay_sub_box {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1%;
}

.pay_sub_box h4 {font-size: 1.2em; margin: 0 0 0.2em; color: #0088cc;}
.pay_btn_area {
    width: 138px;
    margin-left: -0.01em!important;
    padding-left: 0.1em;
}
.credit {width: 110%;}

/*====mypage add
===================================================== */
.mypage_title{font-size: 16px;}
.my_school {font-size: 16px; color: #666;}
.my_name {font-weight: bold; font-size: 18px;
    margin: 0.2em 0 0; display: inline-block;}
    .plan_presen {
        border: solid 6px #e6e6e6;
        margin: 4% 0;
        padding: 3% 2%;
        text-align: center;
    }
    #mypage_area .plan_presen .plan_presen_ttl {
        font-size: 18px;
        line-height: 1.46;
        color: #333;
        margin: 0;
        padding: 0;
    }
    .plan_presen_ttl span{  display: block; font-size: 0.86em;}
    .plan_presen_tb dd {
        color: #555;
    } 
  .plan_presen_tb {
        margin: 2% 0;
        font-size: 1.38em;
        font-weight: bold;
    }
    .plan_presen_tb dt, .plan_presen_tb dd {
        display: inline-block;
        vertical-align: middle;
    }
    .plan_presen_tb span {
        line-height: 1.2;
        vertical-align: middle;
    }
    .plan_presen_tb dt {
        background: #0088cc;
        margin-right: 0.5em;
        padding: 0 0.5em;
        color: #fff;
        line-height: 1.6;
        vertical-align: middle;
        font-weight: bold;
        font-size: 16px;
    }
    .my_free_day {
        display: inline-block;
        font-size: 18px;
        vertical-align: bottom;
        color: #333;
        margin-top: 0;
        line-height: 1.54;
    }
    .plan_presen_tb .my_free_day span {
        margin-top: -0.2em;
        font-size: 1.2em;
    }
    .plan_presen_tb span {
        line-height: 1;
        vertical-align: middle;
        display: inline-block;
        margin-top: 0em;
        font-size: 16px;
    }
    .plan_presen_day dt, .plan_presen_day dd {
        display: inline-block; color: #333;
    }
    .plan_presen_day dd {
        font-weight: bold;
        margin-left: 0.3em;
    }
    .plan_presen_day {
        border-top: dashed 2px #ccc;
        padding: 0.8em 0 0;
        color: #555;
        font-size: 1.06em;
        margin-bottom: -0.5%;
    }

/*=== pay ttl
===================================================== */
.class_fm .pay_title1 {
    background: #db476d;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding: 14px 0;
}

.class_fm .pay_title1.free_title{ background: #0388cd;}
.class_fm a.conf_btn_close{
    border: solid 1px #aaa;
    position: fixed;
    background: #eee;
    color: #333;
    font-size: 13px;
    bottom: -0.1%;
    right: 4%;
    transition: all .3s;
}
.class_fm a.conf_btn_close:hover{
    background: #333;
    color: #fff;
}