@charset "utf-8";
/* CSS Document */
body{
	margin			: 0 auto;
	padding			: 0;
	font			: 16px/1.6 Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color			: #555;
	background		: #FFF;
	-webkit-text-size-adjust		: 100%;
}
/*Opera用*/
html:first-child body{
	font			: 16px/1.5  Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
.menu .head_box{
	width: 1024px;
}
.menu h1{
	padding: 0;
}
.menu{
	background-color: #fff;
	border-top: 5px #5b7a98 solid;
	padding: 15px 0 0px;
}
.menu .phone{
	display: none;
	margin: 5px 0px 0 0;
}
.menu .phone a{
	font-size: 22px;
	color: #5b7a98;
}
.menu .phone img.icon_tel{
	height: 18px;
	vertical-align: baseline;
}
.menu .phone img.img_tel{
	height: 50px;
}
#new{
	background-color: #fff;
	margin: 100px 0 50px;
}
.page_title{
	background: #5b7a98;
	padding: 40px 0px 30px;
	border-bottom: #426b92 solid 10px;
}
.page_title h3{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	border-left: 4px #94a5b8 solid;
	padding: 13px 25px 13px 25px;
	box-sizing: border-box;
}

.page_title h3 .sub {
	font-size: 0.8em;
}
.page_title h3 .otameshi{
	margin: 5px 0 0 20px;
}
.page_title h3 .otameshi img{
	height: 40px;
	vertical-align: middle;
}

.page_title .secom {
	position: absolute;
	top: 15px;
	right: 0;
	margin-right: calc(50% - 470px);
	width: 75px;
	height: auto;
	overflow: hidden;
}
.secom img {
	width: inherit;
	cursor: pointer;
}

.ber_list{
	background: #EEE;
	padding: 20px 0px;
}
.ber_list p{
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
	font-size: 19px;
	font-weight: bold;
	box-sizing: border-box;
}
.wrap{
	border: none;
	width: 1024px;
}
.pre .otameshi{
	display: none;
}
.pre .course dt .set{
	background-color: #FF5A5F;
}
.pre .course dt .set:before{
	border-right: 12px solid #FF5A5F;
}
.pre .course dd .regular{
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.pre .course dd .regular::before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: solid 1px #f00;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
}
.pre .course dd .regular::after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #f00;
	position: absolute;
	left: 0 ;
	bottom: calc(50% - 3px);
}
.pre .course dd .deal{
	display: inline;
}
.post{
	position: relative;
}
.post .step, .pre .step{
	width: 98%;
	background-color: #5b7a98;
	padding: 10px 5px 10px 10px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}
.post .step:before, .pre .step:before{
	content: "";
	display: block;
	background: #CCC;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45%;
	height: 100%;
}
.post .step span, .pre .step span{
	background-color: #5b7a98;
}
.post .step span, .pre .step span.indent{
	padding: 0;
	letter-spacing: 0;
}
.post .step span.num, .pre .step span.num{
	padding: 14px 5px 13px 14px;
	border-radius: 3px;
}
.pre .free {
	position: relative;
	margin: 20px 20px 0;
	width: auto;
	color: #c70000;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}
.pre .free span {
	font-weight: normal;
	font-size: 13px;
}
.pre dl.course{
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	color: #555;
	padding: 35px 25px 25px 25px;
}
.pre .course dt{
	padding: 0 0 20px 0;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #aaa;
	width: 45%;
	height: 90px;
    box-sizing: border-box;
}
.pre .course .course_set{
	position: relative;
	border-bottom: none;
}
.pre .course .course_set .balloon {
    position: absolute;
    top: 0; right: 0;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 2em;
    color: #fff;
    background-color: #FF5A5F;
}
.pre .course .course_set .balloon:after {
	content: '';
	position: absolute;
	right: 40px; bottom: -16px;
	border: 10px solid transparent;
	border-top: 12px solid #FF5A5F;
}
.pre .course dd{
	padding: 28px 0 20px 0px;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #aaa;
	width: 55%;
	height: 90px;
    box-sizing: border-box;
}
.pre .mailcheck{
	width: 100%;
	box-sizing: border-box;
}
.pre .user_data{
	width: 100%;
}
.pre .user_data tr{
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0px 0 20px;
	border-bottom: 1px dotted #aaa;
    margin: 0 0 30px 0;
}
/*.pre .user_data tr.pass{
	border-bottom: none;
    margin: 0;
}*/
.pre .user_data tr.name{
	border-bottom: none;
	margin-bottom: 20px;
}
.pre .user_data tr:last-child{
	border-bottom: none;
}
.pre .user_data tr th{
    padding: 0;
    vertical-align: top;
    width: 35%;
    display: block;
    float: left;
    text-align: left;
}
.pre .user_data tr td{
	vertical-align: top;
	width: 65%;
    display: block;
    float: right;
    padding: 0;
}
.pre .user_data tr td input{
	font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #B9C9CE;
    border-radius: 3px;
    padding: 7px 0.8em;
    box-sizing: border-box;
}
.pre .user_data tr td input::placeholder{
	color:#ccc
}

.iconEye{
	background: url(../images/icon_eye_non.png) no-repeat 96%;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	vertical-align: middle;
    margin: 0 0 0 -40px;
    cursor: pointer;
}
.visible{
	background: url(../images/icon_eye.png) no-repeat 96%;
	background-size: contain;
}

.pre .mailcheck dt{
	color: #555;
	padding: 0 0 5px 0;
}
.pre .mailcheck dd{
	border-bottom: 1px dotted #aaa;
	padding: 0 0 20px 0;
}
.pre .mailcheck input{
	font-size: 18px;
	width: 50%;
}
.pre .mailcheck input#input_name_l{
	width: 40%;
}
.pre .mailcheck input#input_name_f{
	width: 40%;
}
.post .regulation, .pre .regulation{
	width: 85%;
	height: 220px;
	background-color: rgba(0, 0, 0, 0.04);
}
.post .reg_check, .pre .reg_check{
	width: 85%;
}
.pre .mailcheck .check_next{
	width: 250px;
	font-size: 20px;
	border-radius: 5px;
	padding: 10px;
}
.pre .mailcheck .attention, .post .user_data .attention{
	color: #ff6600;
	font-size: 13px;
}
.pay_m .credit{
	height: auto;
    overflow: hidden;
    margin: 20px 0 50px;
}
.pay_m .button_credit{
	width: 295px;
	background: #243e57 url(../images/icon_arrow.png) right 10px top 50% no-repeat;
	background-size: 10px;
	border: none;
	margin: 0 auto;
	font-size: 18px;
}
.card_brand{
	position: relative;
    top: 0;
    margin: 0 0 0 20px;
    float: left;
}
.pay_m .secom {
    position: absolute;
    top: 290px;
    left: 580px;
    width: 56px;
}
.pay_m .credit_info{
	line-height: 1em;
    padding-left: 0;
    display: block;
    margin: 0 0 0 20px;
    text-decoration: underline;
}
.pay_m .credit_info:before{
	display: none;
}
.pay_m .credit_info img{
	margin: 0 5px 0 0;
    vertical-align: sub;
    width: 16px;
}
.pay_m .credit_info_popup{
	top: 300px;
    right: 50px;
}
.box_amazonpay{
	clear: both;
	overflow: hidden;
}
#AmazonPayButton{
	margin: 0 auto;
	text-align: center;
}
.pay_m .amazonpay_info{
	margin: 0 0 0 20px;
    font-size: 14px;
    color: #555;
    float: left;
}

.pre .mailcheck .reg_check input{
	transform: scale(1.8);
	margin: 0 8px 0;
}
.post .pay_m{
	width: 98%;
	margin: 30px auto;
}
.post .step3{
	margin: 80px auto 0;
	text-align: center;
    color: #ff6600;
}
.post .settle{
	background: #ff5a5f;
	border-bottom: solid 2px #df3c47;
}
.amazon_info{
	margin: 20px auto;
    text-align: center;
    color: #ff6600;
}
.button_amazonpay_submit{
	background: #ff5a5f;
	border-bottom: solid 2px #df3c47;
	font-size: 18px;
	padding: 15px 5px;
    width: 300px;
    height: 55px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
}
.post .box_credit{
	background-color: #eee;
    padding: 15px 30px;
    margin: 0 auto 50px;
    border-top: 4px #5b7a98 solid;
}
.credit_nav{
	text-align: center;
	font-weight: bold;
    color: #555;
}
.post .box_credit dt{
	color: #555;
}
.post .box_credit dd #card-number{
	background-color: #fff;
}
.post .box_credit dd #card-expiry{
	background-color: #fff;
}
.post .box_credit dd #card-cvc{
	background-color: #fff;
}
.post .box_credit dd span{
	color: #ff6600;
}
.reg_check .red{
	color: #ff6600;
}

.box_camp{
	padding: 20px;
	border: 4px solid #5b7a98;
	margin: 10px 10px 20px;
}
.box_camp h4{
	color: #FF5A5F;
	font-weight:bold;
	font-size: 20px;
	text-decoration: underline;
	margin: 0 0 15px 0;
}
.box_camp span{
	padding-left: 2em;
	text-indent: -2em;
	display: block;
}
.box_camp .attention{
	color: #FF5A5F;
}
.course .free8{
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 0 0;
}
.course .free8 span{
	color: #FF5A5F;
	font-weight: bold !important;
}


.info_credit{
	background-color: #fff1ce;
	width: 98%;
    margin: 10px auto 0;
    box-sizing: border-box;
    padding: 1px 20px 20px;
    font-size: 14px;
}
.info_credit p{
	font-weight:bold;
	margin: 25px 0 15px 0;
}
.info_credit span{
	color: #c00000;
	font-weight: bold;
}
.info_credit .secom {
    width: 70px;
    margin: 15px auto 0;
}

.pre .reg_check .mail_sample{
	color: #5b7a98;
	cursor: pointer;
}
.pop_mail_sample{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: left;
	z-index: 100;
}
.pop_mail_sample.mail_visible{
	display: block;
}
.pop_mail_sample .box{
	position: absolute;
	width: 720px;
	height:85%;
	margin: 0 auto;
	padding: 20px 30px;
	left: 0;
	right: 0;
	top: 5%;
	text-align: left;
	font-size: 14px;
	border: 4px solid #C9D0DE;
	background-color: #fff;
	overflow-y: scroll;
}
.pop_mail_sample .box .title{
	color: #5b7a98;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px 0;
    border-bottom: 2px solid #5b7a98;
    padding: 0 0 10px 0;
}
.pop_mail_sample .box p{
	margin: 0 0 30px 0;
}
.pop_mail_sample .box .mail_close{
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

footer{
	padding: 0;
	background-color: #fff;
	border-top: 5px solid #5b7a98;
	letter-spacing: 0;
}
footer .fnav_area02{
	background: #243e57;
}
footer .fnav_area02_inner{
	width: 1024px;
    margin: 0 auto;
    padding: 38px 0px 28px;
    letter-spacing: -1em;
}
footer .fnav_area02 ul, footer .fnav_area02 ul li{
	margin: 0px;
    padding: 0px;
    list-style: none;
}
footer .fnav_area02 ul{
	letter-spacing: -1em;
    text-align: left;
}
footer .fnav_area02 ul li{
	width: 25%;
    display: inline-block;
    letter-spacing: normal;
}
footer .fnav_area02 ul li a{
	display: block;
	background: url("../images/nav_arr02.png") 0 5px no-repeat;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: underline;
}
footer .footer_info{
	background: #FFF;
	border-top: 3px #5b7a98 solid;
	width: 100%;
	padding: 21px 0px;
}
footer .footer_info .footer_info_inner{
	width: 1024px;
	margin: 0 auto;
	display: table;
}
footer .footer_info .footer_info_inner .info_left, footer .footer_info .footer_info_inner .info_center, footer .footer_info .footer_info_inner .info_right{
	display: table-cell;
    border-left: 1px #CCC solid;
    padding: 10px 25px;
    vertical-align: middle;
}
footer .footer_info .footer_info_inner .info_left{
	padding-left: 0px;
	border-left: none;
}
footer .footer_info .footer_info_inner .info_left .footer_logo{
	display: block;
	margin-bottom: 10px;
}
footer .footer_info .footer_info_inner .info_left .footer_sns{
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
.fab{
	font-family: "Font Awesome 5 Brands";
}
footer .footer_sns, footer .footer_sns li{
	margin: 0px;
    padding: 0px;
    list-style: none;
}
footer .footer_info .footer_info_inner .info_left .footer_sns li{
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px;
}
footer .footer_sns li i{
	font-size: 50px;
}
footer .footer_sns li .fa-line{
	color: #00b900;
}
footer .footer_sns li .fa-facebook-square{
	color: #3b579d;
}
footer .footer_sns li .fa-twitter-square{
	color: #29a6f3;
}
footer .footer_sns li .fa-instagram-square{
	color: #ca2f94;
}
footer .footer_sns li .fa-youtube-square{
	color: #ea3700;
}

footer .footer_info .footer_info_inner .info_center{
	text-align: left;
	font-size: 14px;
}
.info_center .info{
	margin: 5px 0 0;
}
.info_center .info a{
	color: #7f94a9
}
footer .footer_info .footer_info_inner .info_right{
	padding-right: 0px;
}
footer .footer_tel{
	display: none !important;
	margin-bottom: 10px;
}
footer .footer_contact a{
	display: block;
    color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 18px 10px 15px;
    font-size: 18px;
    background: #5b7a98 url(../images/icon_arrow.png) right 10px top 50% no-repeat;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 10px;
}

footer .box_contact{
	color: #333;
	width: 1024px;
    box-sizing: border-box;
}
footer .box_contact .logo{
	float: left;
}
footer .box_contact .law{
	margin: 15px 0 10px 0;
	float: none;
}
footer .box_contact .law a{
	color: #5b7a98;
	font-weight: bold;
}
footer .box_contact .phone{
	
}
footer .box_contact .phone img{
	height: 51px;
}
footer .box_contact .mail{
	background-color:#5b7a98;
	margin: 10px 0 0 0;
	border-radius: 3px;
	padding: 10px 20px 10px 10px;
	text-align: center;
	letter-spacing: 0;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 10px;
}
footer .box_contact .mail a{
	color: #fff;
}
footer .copy{
	background: #5b7a98;
    color: #FFF;
}
footer .copy small{
	font-style: normal;
    display: block;
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
