@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body,
td,
th,
input,
textarea {
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000000;
	text-decoration: none;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

/*
a:hover {
	text-decoration: underline;
}
*/
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}

/*---------------------------------------------------------------------------*/
/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #ff0000 !important;
}
.f_c_yellow {
	color: #ffff00 !important;
}
.f_c_blue {
	color: #0000ff !important;
}
.f_c_gray {
	color: #cccccc !important;
}
.f_c_gray_2 {
	color: #999999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}

/*---------------------------------------------------------------------------*/
body {
	background: none;
}

#container {
	min-width: 320px;
	position: relative;
	width: 100%;
}

.contents {
	padding: 64px 0 0;
	width: 100%;
}
.contents.h1wrap {
	padding: 0 0;
	width: 100%;
}
/*---------------------------------------------------------------------------*/
header img {
	height: auto;
	width: 100%;
}
header {
	left: 0;
	min-width: 320px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
header.h1wrap {
	background: #ffffff;
	left: 0;
	min-width: 320px;
	position: static;
	top: 0;
	width: 100%;
	z-index: 100;
}
header .head_txt {
	font-size: 0;
	line-height: 1;
	margin: 0 0 0 auto;
	padding: 6px 2%;
	text-align: right;
	width: 105px;
}
header .head_area {
	border-top: 2px solid #00afec;
	-webkit-box-shadow: 0 5px 5px -5px #aaaaaa;
	-moz-box-shadow: 0 5px 5px -5px #aaaaaa;
	box-shadow: 0 5px 5px -5px #aaaaaa;
	position: relative;
	width: 100%;
	z-index: 10;
	background-color:#fff;
}
header .logo {
	float: left;
	line-height: 1;
	padding: 6px 0 6px 3%;
	width: 147px;
}
header .head_btn_area {
	float: right;
	font-size: 0;
}
header .head_btn_area .head_btn_request,
header .head_btn_area .head_btn_lesson,
header .head_btn_area .head_btn_menu {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}
header .head_btn_area .head_btn_request {
	background: #266bd2;
}
header .head_btn_area .head_btn_lesson {
	background: #ff8d12;
}
header .head_btn_area .head_btn_request a,
header .head_btn_area .head_btn_lesson a {
	box-sizing: border-box;
	display: block;
	height: 44px;
	text-align: center;
	width: 53px;
}
header .head_btn_area .head_btn_request a {
	padding: 17px 0 0;
}
header .head_btn_area .head_btn_lesson a {
	padding: 12px 0 0;
}
header .head_btn_area .head_btn_request a span,
header .head_btn_area .head_btn_lesson a span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	width: 35px;
}
header .head_btn_area .head_btn_menu {
	box-sizing: border-box;
	height: 44px;
	width: 43px;
}
header .head_btn_area .head_btn_menu .head_menu_txt {
	margin: 0 auto;
	width: 26px;
}
header .head_btn_area .head_btn_menu .menu_btn {
	height: 14px;
	margin: 10px auto 6px;
	position: relative;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	transform: translateY(1px);
	width: 20px;
}
header .head_btn_area .head_btn_menu .menu_btn span {
	background: #00afec;
	display: block;
	font-size: 0;
	height: 2px;
	left: 0;
	line-height: 1;
	opacity: 1;
	position: absolute;
	-webkit-transition: all 0s ease 0s, all 0.35s ease 0s;
	transition: all 0s ease 0s, all 0.35s ease 0s;
	width: 100%;
}
header .head_btn_area .head_btn_menu .menu_btn span:nth-child(1) {
    top: 0px;
}
header .head_btn_area .head_btn_menu .menu_btn span:nth-child(2) {
    top: 6px;
}
header .head_btn_area .head_btn_menu .menu_btn span:nth-child(3) {
    top: 12px;
}
header .head_btn_area .head_btn_menu .menu_btn.on span:nth-child(1) {
    opacity: 1;
    -moz-transform: translateY(6px) rotate(225deg);
    -webkit-transform: translateY(6px) rotate(225deg);
    -o-transform: translateY(6px) rotate(225deg);
    -ms-transform: translateY(6px) rotate(225deg);
    transform: translateY(6px) rotate(225deg);
}
header .head_btn_area .head_btn_menu .menu_btn.on span:nth-child(2) {
    opacity: 0;
}
header .head_btn_area .head_btn_menu .menu_btn.on span:nth-child(3) {
    opacity: 1;
    -moz-transform: translateY(-6px) rotate(-225deg);
    -webkit-transform: translateY(-6px) rotate(-225deg);
    -o-transform: translateY(-6px) rotate(-225deg);
    -ms-transform: translateY(-6px) rotate(-225deg);
    transform: translateY(-6px) rotate(-225deg);
}
header h1 {
	font-size:10px;
	font-weight: normal;
	padding: 5px 0 0 15px;
	color:#999;
}
.nav_area {
	display: none;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	top: 64px;
	width: 100%;
}
nav {
	background: #00afec;
}
nav .nav_list {
	font-size: 0;
	padding: 10px 5% 16px;
	text-align: left;
}
nav .nav_list li {
	background: #ffffff;
	border-top: 1px solid #e9e9e9;
}
nav .nav_list li a {
	background: url(/sp/common/base/images/icon_01.png) 97% center no-repeat;
	background-size: 5px auto;
	color: #00afec;
	display: block;
	font-size: 12px;
	padding: 10px 12px;
}
nav .nav_list li a span {
	padding: 0 0 0 10px;
}
nav .nav_list li a span.icon {
	color: #c2c2c2;
	padding: 0;
}
/*
nav .nav_list li:nth-child(3n) {
	margin: 0 0 8px 0;
}
nav .nav_list li a {
	box-sizing: border-box;
	display: block;
	min-height: 90px;
	padding: 18px 0 0;
}
nav .nav_list li a .nav_icon {
	margin: 0 auto 8px;
	width: 33px;
}
nav .nav_list li a .nav_txt {
	color: #00afec;
	font-size: 10px;
	line-height: 1.2;
}

nav .nav_link_list {
	padding: 0 5% 5px;
}
nav .nav_link_list li {
	background: #ffffff;
	margin: 0 0 8px;
}
nav .nav_link_list li a {
	background: url(/sp/common/base/images/icon_01.png) 97% center no-repeat;
	background-size: 5px auto;
	box-sizing: border-box;
	color: #00afec;
	display: block;
	font-size: 10px;
	padding: 11px 0 11px 7%;
}
*/
nav .close_btn {
	border-top: 1px solid #b3e7f9;
	padding: 12px 0;
}
nav .close_btn span {
	display: block;
	margin: 0 auto;
	width: 77px;
}

/*---------------------------------------------------------------------------*/
footer img {
	height: auto;
	width: 100%;
}
footer .footer_list {
	font-size: 0;
	padding: 0 5% 20px;
	text-align: center;
}
footer .footer_list li {
	border-right: 1px solid #e5e5e5;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: center;
	vertical-align: middle;
	width: 35%;
}
footer .footer_list li.non_b_r {
	border-right: none;
}
footer .footer_list li a {
	color: #636363;
	display: block;
	font-size: 10px;
	line-height: 1.2;
}
footer .footer_list li:last-of-type a {
	line-height: 1.2;
}
footer .footer_list li a span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 10px 0 14px;
	text-align: left;
	vertical-align: middle;
}
footer .footer_link_title {
	background: url(/sp/common/base/images/footer_icon_01.png) center bottom no-repeat;
	background-size: 10px auto;
	line-height: 1;
	margin: 0 auto 12px;
	padding: 0 0 16px;
	width: 50px;
}
footer .footer_link_list li {
	background: url(/sp/common/base/images/footer_icon_02.png) 97% center no-repeat;
	background-size: 6px auto;
	border-top: 1px solid #e5e5e5;
}
footer .footer_link_list li a {
	display: block;
	padding: 12px 5%;
}
footer .footer_link_list li a img {
	height: 10px;
	width: auto;
}
footer .copyright {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 270px;
}
footer .about_eiken {
	margin-top: 30px;
	margin-bottom: 1.2em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #717171;
	padding: 0 1em;
}


header .head_area.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
		transform: translate3d(0, 0, 0);
}
/*.contents.fixed {
    margin-top:54px;
		z-index: 500;
		transform: translate3d(0, 0, 0);
}*/
.nav_area {
	display: none;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	top: 84px;
	width: 100%;
	z-index:2000;
}
header.fixed .nav_area {
	display: none;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	top: 46px;
	width: 100%;
	z-index:2000;
}


/*下貼り付き。2019.1.21*/
.bottom_fix{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background:rgba(237,237,237,.9);
	padding:5vw 0;
	z-index:990;
	display:none;
}
.bottom_fix_box{
	width:100%;
	display:flex;
	align-items: center;
}

.bottom_fix_btn_sp{
	width:92%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.bottom_fix_btn_sp p{
	width:47%;
}

.bottom_fix_btn_sp a{
	display:block;
	width:100%;
	padding:3vw 0;
	background:rgba(255,141,18,1);
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:4vw;
	transition:background ease 0.4s;
}
.bottom_fix_btn_sp a:hover{
	background:rgba(255,141,18,.9);
}
.bottom_fix_btn_sp .blue_btn a{
	background:rgba(38,107,210,1);
}
.bottom_fix_btn_sp .blue_btn a:hover{
	background:rgba(38,107,210,.9);
}



/*--------------------------------------
2019.3新フッタ上共通コンバージョンエリア
---------------------------------------*/
.bottom_conversion{
	width:100%;
	box-sizing:border-box;
	border-top:4vw solid #e5e5e5;
	border-bottom:4vw solid #e5e5e5;
	border-left:5vw solid #e5e5e5;
	border-right:5vw solid #e5e5e5;
	background:#fff;
	position:relative;
}
.bottom_conversion_catch{
	padding-top:9vw;
	font-size:5.2vw;
	color:#00afec;
	text-align:center;
}

.bottom_conversion_headline{
	padding-top:1vw;
	text-align:center;
	font-size:3.8vw;
	font-weight:400;
}
.bottom_conversion_btn{
	padding-top:5vw;
	text-align:center;
	width:86%;
	margin:0 auto;
}
.bottom_conversion_btn a{
	display:block;
	position:relative;
	padding:4vw 0 3.5vw 0;
	background:rgba(255,141,18,1);
	color:#fff;
	font-size:4.2vw;
}
.bottom_conversion_btn a:hover{
	text-decoration:none;
}
.bottom_conversion_btn a:after{
	content:"";
	position: absolute;
	top: 50%;
	right: 6vw;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: right 50% 0;
}
.bottom_conversion_text{
	padding-top:4vw;
	text-align:center;
	font-size:4vw;
}
.bottom_conversion_text a{
	text-decoration:underline;
	color:#00b2ee;
}
.bottom_conversion_phone{
	width:86%;
	margin:0 auto;
	padding-top:6vw;
	padding-bottom:6vw;
	text-align:center;
}
.bottom_phone_headline{
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding:2vw 0;
	text-align:center;
}
.bottom_phone_headline span{
	font-size:3.4vw;
}
.bottom_phone_area{
	padding-top:2vw;
	line-height:1.6 !important;
}
.bottom_phone_catch{
	font-size:3.4vw;
	font-family:"Yu Mincho","游明朝","ヒラギノ明朝 Pro W6","HiraMinPro-W6",serif;
	font-weight:700;
	letter-spacing:0.075em;
	vertical-align:middle;
}
.bottom_phone_number{
	display:inline-block;
	position:relative;
	padding-left:12vw;
	font-size:6vw;
	font-family:"Yu Mincho","游明朝","ヒラギノ明朝 Pro W6","HiraMinPro-W6",serif;
	font-weight:700;
	letter-spacing:0.05em;
	vertical-align:middle;
}
.bottom_phone_number a,
.bottom_phone_number a:hover{
	text-decoration:none;
}

.bottom_phone_number:after{
	content:"";
	display:block;
	position:absolute;
	left:2vw;
	top:2vw;
	width:8vw;
	height:6vw;
	background:url(/common/base/images/icon_freedial.png) no-repeat left center;
	background-size:100% auto;
}


