@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%;
	background-color:#fff;
	/*background: linear-gradient(#E0E0E0, #C9D0DE);*/
}
html, body{
	margin:0;
	padding:0;
	height: 100%;
	font: 1rem/2 "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: 500;
	line-height: 1.8em;
}
dt, dd{
	margin: 0;
}
a{
	text-decoration: none;
}

#new{
	position: relative;
	background-attachment: fixed;
	margin: 120px 0 50px;
}
.menu{
	background-color: #efefef;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.menu .head_box{
	clear: both;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
.menu h1{
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}
.menu h1 .logo_icon{
	height: 35px;
}
.menu h1 .logo_txt{
	vertical-align: super;
	margin: 0 0 0 10px;
}
.menu .phone{
	float: right;
	line-height: 25px;
	margin: 0 25px 0 0;
	font-weight: bold;
	text-align: right;
}
.menu .phone a{
	color: #333;
}
.menu .phone img{
	height: 15px;
	vertical-align: text-top;
	padding: 0 5px 0 0;
}
.menu .phone span.time{
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.wrap{
	width: 800px;
	margin: 0 auto 60px;
	/*border: 2px solid #002F4A;*/
	padding: 40px 20px 20px;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	border: 1px solid #ccc;
}
.wrap h2{
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: #002f4a;
	color: #fff;
}
.wrap h3{
	width: 600px;
	margin: 0 auto 10px;
	color: #002f4a;
	border-left: solid 5px #002f4a;
	padding: 0 0 0 10px;
}
.pre{
	margin: 0 0 20px 0;
}
p.c{
	text-align: center;
}
p.check_error{
	color: #E60012;
	font-weight: bold;
}
p.check_error.alert{
	position: absolute;
	display: block;
	top: 80px; right: 0; left: 0;
	margin: 0 auto;
	border: 3px red solid;
	border-radius: 5px;
	padding: 30px 10px;
	width: calc(100% - 60px);
	max-width: 640px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 100;
	box-sizing: border-box;
}
p.check_error.alert .agree{
	display: block;
    margin: 20px auto 0;
    padding: 10px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #ff5a5f;
    border-bottom: solid 2px #df3c47;
	border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-size: 15px;
    color: #fff;
}
.pre dl.course{
	margin: 0 auto 30px;
	font-weight: bold;
	color: #002f4a;
	clear: both;
	overflow: hidden;
	width: 600px;
	font-size: 17px;
	background-color: #fff;
	padding: 25px;
}
.pre .course dt .set{
	background-color: #EA862A;
	font-size: 12px;
	color: #fff;
	padding: 3px 1px 3px 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 0 10px;
	position: relative;
}
.pre .course dt .set:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 12px solid #EA862A;
}
.pre .course dt{
	width: 50%;
	float: left;
	padding: 0 0 10px 5px;
	box-sizing: border-box;
}
.pre .course dd{
	float: right;
	width: 50%;
	text-align: right;
	padding: 0 0 10px 0;
}
.pre .course dd span{
	font-weight: normal;
	font-size: 13px;
}
.pre .course dd span.price{
	font-weight: inherit;
	font-size: inherit;
	color: #555;
}
.pre .course input{
	margin: 0 10px 0 0;
}
.pre .mailcheck{
	width: 600px;
	background-color: #fff;
	margin: 0 auto;
	padding: 25px;
}
.pre .mailcheck dl{
	font-size: 16px;
	font-weight: bold;
	color: #002f4a;
	clear: both;
	overflow: hidden;
}
.pre .mailcheck dt{

}
.pre .mailcheck dd{
	margin: 0 0 20px 0;
}
.pre .mailcheck .pass dd,.pre .mailcheck .pass_re dd{
	margin-bottom: 5px;
}
.pre .mailcheck .attention, .post .user_data .attention{
	font-weight: normal;
	font-size: 12px;
	line-height: 1em;
	margin: 5px 0 40px 0;
	color: #E00000;
}
.pre .mailcheck input{
	font-size: 16px;
	margin: 0;
	width: 260px;
	font-weight: normal;
}
.pre .mailcheck div.pass{
	width: 50%;
	float: left;
}
.pre .mailcheck div.pass_re{
	width: 50%;
	float: right;
}
.pre .mailcheck dd.pass input{
}
.pre .mailcheck dd.pass_re input{
}
.pre .mailcheck .check_next{
	margin: 20px auto 0;
	padding: 5px;
	width: 100px;
	text-align: center;
	background-color: #002f4a;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.post{
	display: none;
}
.post dl.user_data{
	width: 600px;
	background-color: #fff;
	margin: 0 auto;
	padding: 25px;
	clear: both;
	overflow: hidden;
	font-size: 16px;
	color: #002f4a;
	font-weight: bold;
}
dl.user_data input{
	font-size: 16px;
	margin: 0;
	width: 260px;
	font-weight: normal;
}
dl .name_l{
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
}
dl .name_f{
	width: 50%;
	float: right;
	margin: 0 0 20px 0;
}
/*.post div.pay_m{
	width: 600px;
	background-color: #fff;
	margin: 0 auto;
	padding: 25px 25px 35px;
	clear: both;
	overflow: hidden;
	position: relative;
}*/

.post .step, .pre .step{
	width: 630px;
	color: #002f4a;
	font-weight: bold;
	margin: 0 auto;
}
.post .step3{
	margin: 60px auto 0;
}
.post .step span, .pre .step span{
	background-color: #002f4a;
	color: #fff;
	padding: 5px 6px 5px 10px;
	margin: 0 10px 0 0;
	font-weight: bold;
}
.reg_check .red{
	color: #E00000;
	display: block;
	font-size: 13px;
	line-height: 1.5em;
}
.post .pay_m h3{
	margin: 0;
}
.post .pay_m{
	width: 600px;
	margin: 10px auto;
	color: #002f4a;
	min-height: 150px;
}
.pay_m .credit{
	position: relative;
	margin: 20px 0;
	clear: both;
	height: 90px;
}
.pay_m .button_credit{
	float: left;
	width: 294px;
	height: 58px;
	line-height: 60px;
	text-align: center;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #fff;
	border: 1px solid #002f4a;
	border-radius: 5px;
	background: linear-gradient(#3FA9F5, #3386D4);
	cursor: pointer;
}
.post p.pay_m img{
	height: 35px;
	vertical-align: middle;
}
.post .box_credit{
	display:none;
	width: 500px;
	margin: 0 0 50px;
	position: relative;
}
.post .box_credit dt{

}
.post .box_credit dd{
	margin: 0 0 10px 0;
}
.post .box_credit dd span{
	color: #E00000;
}
.card_brand{
	margin: 5px 0 0 5px;
	position: absolute;
	top: 60px;
}
.card_brand img{
	height: 35px;
}

.post .box_credit dd .stripe-input{
	padding: 5px;
	border: 1px solid #999;
	display: inline-block;
	margin: 0 8px 0 0;
	border-radius: 5px;
}
.post .box_credit dd span{
	font-size:13px;
	letter-spacing: 0.1em;
	vertical-align: super;
}
.post .box_credit dd #card-number{
	width: 200px;
}
.post .box_credit dd #card-expiry{
	width: 120px;
}
.post .box_credit dd #card-cvc{
	width: 120px;
}
.post .box_credit dd .cvc_info{
	color: #169;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}
.post .box_credit dd .cvc_info:before{
	position: absolute;
	content: "？";
	background: #c9e2ff;
	color: #153c6e;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 23px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post .box_credit .cvc_info_popup{
	position: absolute;
	display: none;
	font-size: 12px;
	width: 300px;
	padding: 20px;
	line-height: 1.5em;
	background-color: #eee;
	border: 1px solid #444;
	right: -150px;
	z-index: 2;
	top: 100px;
}
.post .box_credit .cvc_info_popup .cvc_info_close{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.post .box_credit .cvc_info_popup > img, .post .box_credit .expiry_info_popup > img{
	margin: 0 auto;
	display: table;
}
.post .box_credit .expiry_info{
	color: #169;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}
.post .box_credit .expiry_info:before{
	position: absolute;
	content: "？";
	background: #c9e2ff;
	color: #153c6e;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 23px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post .box_credit .expiry_info_popup{
	position: absolute;
	display: none;
	font-size: 12px;
	width: 300px;
	background-color: #eee;
	border: 1px solid #444;
	z-index: 2;
	top: 150px;
	right: -100px;
	padding: 20px;
	line-height: 1.5em;
}

.post .box_credit input{
	font-size: 16px;
	margin: 0;
	width: 200px;
	font-weight: normal;
}
.post .box_credit .check_credit{
	display: none;
}

#AmazonPayButton{
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	z-index: 1;
}

.post .regulation, .pre .regulation{
	clear: left;
	margin: 10px auto 5px;
	padding: 10px 5px;
	width: 500px;
	height: 105px;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: 0.8em;
	line-height: 1.4em;
	white-space: pre-wrap;
	overflow: auto;
	box-sizing: border-box;
}
.post .reg_check, .pre .reg_check{
	width: 500px;
	margin: 0 auto 40px;
}
.pre .mailcheck .reg_check input{
	width: 10px;
}
.post .settle{
	/*margin: 20px auto;
	padding: 5px;
	width: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #002f4a;*/
	margin: 20px auto 20px;
	padding: 15px 5px;
	width: 300px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.post .settleinput [type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fd9535;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.post .settle button{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.post .settle + .attention {
	margin-top: -14px;
	color: #ff5a5f;
	font-size: 0.8em;
	text-align: center;
}
.pay_m .credit_info{
	font-size: 12px;
	letter-spacing: 0;
	padding-bottom: 2px;
	cursor: pointer;
	color: #169;
	line-height: 60px;
	position: relative;
	padding-left: 23px;
	float: left;
	width: calc(100% - 350px);
	margin: 0 0px 10px 0;
	z-index: 1;
}
.pay_m .credit_info:before{
	position: absolute;
	content: "？";
	background: #c9e2ff;
	color: #153c6e;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 23px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pay_m .credit_info_popup{
	display: none;
	position: absolute;
	background-color: #eee;
	border: 1px solid #444;
	top: 50px;
	left: 200px;
	font-size: 12px;
	width: 400px;
	padding: 10px;
	z-index: 10;
	line-height: 1.6em;
}
.pay_m .credit_info_popup span{
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
.pay_m .credit_info_popup .cvc_close, .pay_m .amazon_info_popup .amazon_close, .post .box_credit .expiry_info_popup .expiry_info_close{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.pay_m .credit_info_popup .cvc_close img, .pay_m .amazon_info_popup .amazon_close img, .post .box_credit .cvc_info_popup .cvc_info_close img, .post .box_credit .expiry_info_popup .expiry_info_close img{
	width: 25px;
}
.pay_m .amazon_info_popup{
	display: none;
	position: absolute;
	background-color: #eee;
	border: 1px solid #444;
	top: 65px;
	left: 200px;
	font-size: 12px;
	width: 400px;
	padding: 10px;
	text-align: left;
	line-height: 1.6em;
	z-index: 1;
}


.complete{

}
.complete p{
	width: 1000px;
	margin: 0 auto;
}
.complete dl.data{
	padding: 20px 30px;
	margin: 20px auto;
	background-color: #fff;
	width: 500px;
}
.complete dl.data dt{
	font-weight: bold;
	color: #002f4a;
}
.complete dl.data dd{
	margin: 0 0 20px 0;
}
.complete dl.data dd span{
	font-size: 12px;
}
.complete .btn_cap{
	margin: 10px auto 20px;
	padding: 5px;
	width: 350px;
	text-align: center;
	color: #002f4a;
	font-weight: bold;
	cursor: pointer;
	/*background-color: #C9D0DE;*/

	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
}
.complete .btn_cap a{
	color: #002f4a;
}
.icon_cap{
	width: 25px;
	vertical-align: top;
	margin: 0 5px 0 0;
}
.complete .btn_login{
	margin: 20px auto 20px;
	padding:15px 5px;
	width: 300px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.complete .btn_login:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.mypage{
	width: 800px;
	background-color:#fff;
	margin: 20px auto 0;
	padding: 40px 80px;
	box-sizing: border-box;
}
.mypage .data{
	clear: both;
	overflow: hidden;
}
.mypage .data dt{
	font-weight: bold;
	float: left;
	width: 30%;
	color: #002f4a;
	margin: 0 0 20px 0;
}
.mypage dl.data .box_mail{
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.mypage dl.data .icon{
	float:left;
	width: 70px;
	height: 50px;
}
.mypage dl.data .icon img{
	width: 50px;
}
.mypage dl.data dd{
	float: left;
	width: 70%;
	text-align: left;
	margin: 0 0 20px 0;
	position: relative;
}
.mypage dl.data .mail{
	float:left;
	width: calc(100% - 70px);
	height: 50px;
	font-size: 20px;
	color: #888;
	font-weight: bold;
	line-height: 45px;
}
.mypage .data dd span{
	position: absolute;
	right:0;
	font-size: 14px;
	cursor:pointer;
	color: #036EB8;
}
.mypage .btn_cancel{
	margin: 20px auto;
	padding: 5px;
	width: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #002f4a;
}
.mypage .box_cancel, .cancel_box_last .box_cancel{
	clear: both;
	overflow: hidden;
}
.mypage .box_cancel a, .cancel_box_last .box_cancel a{
	width: 50%;
	display: block;
	float: left;
}
.mypage .box_cancel .btn_back, .cancel_box_last .box_cancel .btn_back, .cancel_box_last .box_cancel .btn_cancel{
	margin: 20px auto;
	padding: 5px;
	width: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #002f4a;
}

.cancel_box{
	background-color: #fff;
	margin: 0 auto 200px;
	width: 800px;
	padding: 20px 50px 50px;
	box-sizing: border-box;
	position: relative;
}
.cancel_box:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #002f4a transparent transparent transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -100px;
}
.cancel_box h3{
	text-align: center;
	color: #002f4a;
	margin: 40px 0;
	font-size: 20px;
}
.cancel_box .box_voice{
}
.cancel_box .box_voice h4{
	font-size: 32px;
	text-align: center;
	line-height: 1.5em;
	margin: 40px 0;
	color: #002f4a;
}
.cancel_box .box_voice h4 span{
	font-size: 14px;
	font-weight: normal;
}
.cancel_box .box_voice .img{
	text-align: center;
}
.cancel_box .box_voice .img img{
	width: 100%;
}
.cancel_box .box_voice p span{
	color: #EA5514;
	font-weight: bold;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}
.cancel_box .lets{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.cancel_box .lets .logo{
	align-self: center;
}
.cancel_box .lets h4{
	align-self: center;
	margin: 0px 0 0 30px;
	text-align: left;
	font-size: 24px;
}
.box_cancel .btn{
	margin: 0 auto;
	padding: 5px;
	width: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #002f4a;
}
.cancel_box_border{
	border: 4px solid #002f4a;
}
.cancel_box.cancel_box_border:after{
	border-width: 0 0 0 0;
}
.cancel_box_last{
	background-color: #fff;
	margin: 0 auto 200px;
	width: 800px;
	padding: 30px 100px 50px;
	box-sizing: border-box;
	position: relative;
}

.cancel_box dl{
	margin: 40px 0;
}
.cancel_box dl dt{
	margin: 0 0 10px 0;
}
.cancel_box dl dt span{
	font-size: 12px;
	line-height: 1.2em;
	display: block;
}
.cancel_box dl dd{
	margin: 0 0 40px 0;
	border-bottom: 2px dashed #7EA6D8;
	padding: 0 0 30px 23px;
}
.cancel_box dl dd input{
	margin: 0 10px 0 0;
}
.cancel_box dl dd textarea{
	width: 90%;
	height: 100px;
	font-size: 16px;
}
.cancel_box dl dd:last-child{
	border: none;
	padding: 0;
}

.popup{
	display:none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
.popup .bg{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.popup .box_pass{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 500px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	text-align: center;
}
.popup .box_pass input{
	font-size: 16px;
}
.popup .box_pass .box_cancel{
	clear: both;
	overflow: hidden;
}
.popup .box_pass .box_cancel a{
	width: 50%;
	display: block;
	float: left;
}
.popup .box_pass .box_cancel .btn_cancel, .popup .box_pass .box_cancel .btn_back{
	margin: 20px auto;
	padding: 5px;
	width: 170px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #002f4a;
}

.pop_loading{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	z-index: 1;
}
.pop_loading img{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 40%;
}

#walletWidgetDiv{
	width: 400px;
	height: 400px;
	margin: 0 auto;
}
.button_amazonpay_submit{
	margin: 20px auto;
	padding: 5px;
	width: 200px;
	height: 35px;
	text-align: center;
	background-color: #002f4a;
	font-weight: bold;
	cursor: pointer;
	border: none;
	display: block;
	color: #fff;
	font-size: 16px;
}

.pop_error_pass{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
}
.pop_error_pass p{
	display: block;
	position: absolute;
	width: 400px;
	margin: 0 auto;
	padding: 20px;
	left: 0;
	right: 0;
	top: 45%;
	text-align: left;
	font-size: 14px;
	background-color: #C9D0DE;
}
.pop_error_pass p span{
	display: block;
	text-align: center;
	cursor: pointer;
}

footer{
	padding: 20px 0 0 0;
	background-color: #222;
}
footer .box_contact{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	color: #eee;
	clear: both;
	overflow: hidden;
}
footer .box_contact .logo{
	height: 60px;
}
footer .box_contact .law{
	font-size: 14px;
	margin: 0 0 10px 0;
	float: left;
}
footer .box_contact .law a{
	color: #eee;
}
footer .box_contact .phone{
	font-size: 18px;
	font-weight: bold;
	float: right;
	text-align: right;
}
footer .box_contact .phone a{
	color: #eee;
}
footer .box_contact .phone img{
	height: 16px;
	vertical-align: text-top;
	padding: 0 5px 0 0;
}
footer .box_contact .mail{

}
footer .box_contact .mail img{
	height: 16px;
	vertical-align: text-top;
	padding: 0 5px 0 0;
}
footer .box_contact .mail a{
	color: #eee;
	font-weight: bold;
}
footer .box_contact .time{
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
