@charset "UTF-8";

/*================================================
 *  LP(noone)用
 ================================================*/
/*******共通*******/
/*入稿申込ボタン*/
.entrybtn_area {
	padding-top: 70px;
}
.entrybtn_area .entrybtn {
	background: url(../images/entrybtn_bg.png) 0 0 no-repeat;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.8);
	-moz-box-shadow:    0px 0px 10px 0px rgba(153, 153, 153, 0.8);
	box-shadow:         0px 0px 10px 0px rgba(153, 153, 153, 0.8);
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 820px;
	margin: 0 auto;
	padding: 25px 0 45px;
	position: relative;
}
.entrybtn_area .entrybtn::after {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -8px;
	content: '';
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.entrybtn_area .entrybtn span {
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin: 0 auto 10px;
}
.entrybtn_area .entrybtn .img1 {
	bottom: 0;
	left: 40px;
}
.entrybtn_area .entrybtn .img2 {
	bottom: 0;
	right: 20px;
}

/*******メインイメージ*******/ 
.main_img #slider {
	width: 100%;
}
.main_img #slider a {
	display: block;
}
.main_img #slider a:hover {
	opacity: 1;
}
.main_img #slider img {
	width: 100%;
}

/*******トップテキスト *******/
section.top_text {
	padding: 45px 0 0;
}
section.top_text h3 {
	color: #46b428;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.3em;
} 
section.top_text .komenumber_indent {
	font-size: 14px;
	line-height: 1.75;
	margin-top: 35px;
} 
section.top_text .komenumber_indent li div {
	display: inline;
}

/*******普通自動車免許の最安値*******/
section.price_area  {
	padding-top: 45px;
}
section.price_area .price_wrap {
	background-color: #ff9600;
	width: 100%;
	position: relative;
	padding: 60px 0;
	text-align: center;
}
section.price_area .price_wrap h2 {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	text-align: center;
}  
section.price_area .price_wrap h2 + .sub_title {
	color: #fff;
	font-family: Century Gothic, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}
/*******人物*******/
section.price_area .price_wrap .img1 {
	bottom: 0;
	right: 50%;
	margin-right: 480px;
}  
section.price_area .price_wrap .img2 {
	bottom: 0;
	left: 50%;
	margin-left: 530px;
}
/*******値段リスト*******/
section.price_area .price_list {
	float: left;
	width: 460px;
	position: relative;
}
section.price_area .price_list:last-of-type {
	margin-left: 20px;
} 
section.price_area .price_list dt {
	background-color: #64be3c;
	border-radius: 1.5em;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 0.6em 0 0.4em;
	width: 360px;
	position: absolute;
	top: -1em;
	left: 50%;
	margin-left: -180px;
}
section.price_area .price_list dt::after {
	position: absolute;
	left: 50%;
	bottom: -18px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 6px 0 6px;
	border-color: #64be3c transparent transparent transparent;
	margin-left: -6px;
}
section.price_area .price_list dd {
	background-color: #fff;
	border-radius: 5px;
	padding: 75px 0 45px;
	width: 100%;
	display: table;
}
section.price_area .price_list dd > div {
	display: table-cell;
	vertical-align: top;
}
section.price_area .price_list dd > div:first-child {
	width: 127px;
	text-align: right;
}
section.price_area .price_list dd > div:first-child span {
	background-color: #46b428;
	border-radius: 100%;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	width: 80px;
}
section.price_area .price_list dd > div:last-child {
	color: #ff9600;
	font-size: 52px;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
section.price_area .price_list dd > div:last-child .font_small {
	font-size: 24px;
	font-weight: normal;
	margin-left: 0.2em;
}
section.price_area .price_list dd > div:last-child .tax {
	color: #333;
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin: 0.4em 0 0 -0.5em;
}
/*チラシ*/
section.price_area .chirashi_area {
	max-width: 1100px;
	text-align: center;
	width: 100%;
	margin: 65px auto 0;
}
section.price_area .chirashi_area img {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
	-moz-box-shadow:    0px 0px 10px 0px rgba(153, 153, 153, 0.6);
	box-shadow:         0px 0px 10px 0px rgba(153, 153, 153, 0.6);
	padding: 7px 0 15px;
	max-width: 100%;
}

/*******東海自動車学校が評判の理由*******/
section.point_area {
	margin-top: 170px;
	width: 100%;
}
section.point_area .point_wrap {
	background: url(../images/2_point_bg_yellow.png);
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
section.point_area .point_wrap:nth-of-type(even) {
	background: url(../images/2_point_bg_gray.png);
}
section.point_area .point_wrap h2 {
	position: absolute;
	content: '';
	top: -80px;
	left: 0;
	width: 100%;
	text-align: center;
}
section.point_area .point_wrap h3 {
	color: #146ebe;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}
section.point_area .point_wrap h3 img {
	display: block;
	margin: 0 auto 0.5em;
}
section.point_area .point_wrap .notes {
	font-size: 22px;
	line-height: 1.75;
	text-align: center;
	margin-top: 0.7em;
}

/*POINT01*/
section.point_area .point01 .img1 {
	top: 125px;
	left: 50%;
	margin-left: 580px;
}
@media screen and (max-width:1600px) {
	section.point_area .point01 .img1 {
		right: -30px;
		left: auto;
		margin-left: 0;
	}
}

section.point_area .point01 #point01_slider {
	width: 100%;
	margin: 40px 0 -60px;
}
section.point_area .point01 #point01_slider li {
	text-align: center;
}
section.point_area .point01 #point01_slider li img {
	margin: 0 2px;
	max-width: 100%;
}
section.point_area .point01 #point01_slider li p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.5em;
}
@media screen and (max-width:1747px) {
	section.point_area .point01 #point01_slider li img {
		width: 32vw;
	}
	section.point_area .point01 #point01_slider li p {
		font-size: 18px;
	}
}

/*POINT02*/
section.point_area .point02 {
	z-index: 10;
}
section.point_area .point02 .bg1 {
	bottom: -45px;
	right: 50%;
	margin-right: 530px;
	z-index: 10;
}
section.point_area .point02 .bg2 {
	bottom: 0;
	left: 50%;
	margin-left: 475px;
}

section.point_area .point02 #point02_slider {
	margin: 40px auto 0;
	width: 960px;
}
section.point_area .point02 #point02_slider .life_list {
	border: 3px solid #146ebe;
	border-radius: 10px;
	background-color: #fff;
	padding: 35px 25px 60px;
	width: 300px;
	margin: 0 auto;
	position: relative;
}
section.point_area .point02 #point02_slider .life_list dt {
	color: #146ebe;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.5em;
}
section.point_area .point02 #point02_slider .life_list dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
section.point_area .point02 #point02_slider .life_list dd .img1 {
	bottom: 0;
	left: 50%;
	margin-left: -45px;
}

/*POINT03*/
section.point_area .point03 .bg1 {
	bottom: 0;
	right: 50%;
	margin-right: 365px;
}
section.point_area .point03 .bg2 {
	bottom: -20px;
	left: 50%;
	margin-left: 540px;
}

section.point_area .point03 #point03_slider {
	margin: 40px auto 0;
	width: 960px;
	z-index: 10;
}
section.point_area .point03 #point03_slider .support_list {
	border: 3px solid #146ebe;
	border-radius: 10px;
	background-color: #fff;
	padding: 35px 25px;
	width: 460px;
	margin: 0 auto;
	position: relative;
}
section.point_area .point03 #point03_slider .support_list dt {
	color: #146ebe;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.5em;
}
section.point_area .point03 #point03_slider .support_list dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
section.point_area .point03 #point03_slider .support_list dd h4 {
	background-color: #146ebe;
	border-radius: 1.5em;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 11px 0 9px;
	text-align: center;
	margin: 1em 0 0.6em;
}
section.point_area .point03 #point03_slider .support_list dd .img1 {
	bottom: 0;
	left: 50%;
	margin-left: -155px;
}



/*******Slick用*******/
.slick-slide img {
	margin: 0 auto;
}
.slick-prev:before,
.slick-next:before {
    opacity: .6;
	content: '';
}
.slick-prev,
.slick-next{
    width: 36px;
    height: 36px;
	z-index: 100;
	top: 50%;
	opacity: .6;
}
.slick-prev {
	left: -5px;
	background: url(../images/arrow_left.png) 0 0 /cover no-repeat;
}
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/arrow_left.png) 0 0 /cover no-repeat;
}
.slick-next {
	right: -5px;
	background: url(../images/arrow_right.png) 0 0 /cover no-repeat;
}
.slick-next:hover,
.slick-next:focus {
	background: url(../images/arrow_right.png) 0 0 /cover no-repeat;
}
.slick-dots li button::before {
	font-size: 10px!important;
}

/*******アクセス*******/
section.access_area {
	padding-top: 95px;
	width: 100%;
}
section.access_area h2 {
	border-bottom: 6px solid #f09400;
	padding-bottom: 18px;
}
section.access_area h2 > div {
	display: table;
	margin: 0 auto;
}
section.access_area h2 > div > div {
	display: table-cell;
	vertical-align: middle;
	color: #4d4d4d;
	font-size: 50px;
	font-weight: bold;
}
section.access_area h2 > div > div:last-child {
	padding: 10px 0 0 15px;
}
section.access_area h2 > div > div span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

section.access_area .access_box {
	display: table;
	margin: 40px auto;
	width: 940px;
}
section.access_area .access_box > div {
	display: table-cell;
	vertical-align: top;
}
section.access_area .access_box > div:first-child {
	width: 455px;
}
section.access_area .access_box > div:last-child {
	padding-left: 30px;
}
section.access_area .access_box > div:last-child .tel_img {
	display: block;
	margin: 1em 0;
}
section.access_area .access_box > div:last-child .time_wrap {
	width: 380px;
}
section.access_area .access_box > div:last-child .time_wrap dl {
	width: 180px;
	float: left;
	text-align: center;
}
section.access_area .access_box > div:last-child .time_wrap dl:nth-of-type(even) {
	margin-left: 20px;
}
section.access_area .access_box > div:last-child .time_wrap dl dt {
	background-color: #999;
	border-radius: 1.5em;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0 0.4em;
}
section.access_area .access_box > div:last-child .time_wrap dl dd {
	padding: 0.5em 0 0.8em;
}

section.access_area .access_box > div:last-child .link_btn {
	border: 2px solid #ccc;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 19px 0 15px;
	text-align: center;
	width: 380px;
	position: relative;
}
section.access_area .access_box > div:last-child .link_btn::after {
	border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
	top: 50%;
    right: 2em;
	margin-top: -5px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	height: 9px;
    width: 9px;
}
section.access_area .access_box > div:last-child .link_btn:hover {
	background-color: #ccc;
	opacity: 1;
}

section.access_area #gmap {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
}
section.access_area #gmap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
	height: 130%;
	height: calc(100% + 400px);
}


section.access_area .map_link {
	width: 660px;
	margin: 20px auto 0;
}
section.access_area .map_link li {
	float: left;
	width: 320px;
}
section.access_area .map_link li:last-child {
	margin-left: 20px;
}
section.access_area .map_link li a {
	border: 2px solid #ccc;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 19px 0 15px;
	text-align: center;
	position: relative;
}
section.access_area .map_link li a::after {
	border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
	top: 50%;
    right: 2em;
	margin-top: -5px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	height: 9px;
    width: 9px;
}
section.access_area .map_link li a:hover {
	background-color: #ccc;
	opacity: 1;
}

/*******WEBから入校を申し込む*******/
section.web_entry {
	padding: 80px 0 50px;
	width: 100%;
}
section.web_entry h2 {
	background-color: #64be3c;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 35px 0 45px;
	margin-bottom: 35px;
}
section.web_entry h2 span {
	font-size: 29px;
	font-weight: bold;
	display: block;
	margin: 0 auto 0.3em;
}
section.web_entry h2::after {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -8px;
	content: '';
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
section.web_entry h2 .img1 {
	bottom: 0;
	right: 50%;
	margin-right: 250px;
}
section.web_entry h2 .img2 {
	bottom: 0;
	left: 50%;
	margin-left: 250px;
}

/*******フォーム*******/
section.web_entry .form_wrap .notes {
	margin-bottom: 30px;
}
section.web_entry .form_wrap .notes img {
	vertical-align: middle;
	margin-right: 0.3em;
}

input,textarea,select{
	font-size:16px;
}

section.web_entry .form_wrap table{
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	margin-bottom: 1em;
	width:100%;
}
section.web_entry .form_wrap table th{
	background: #f0f0f0;
	border-bottom:1px solid #ccc;
	line-height: 1.8;
	padding: 20px;
	width: 235px;
	text-align:left;
	font-weight:normal;
}
section.web_entry .form_wrap table th span{
	background: url(../images/form_hissu.png) no-repeat;
	background-position: right center;
	display: block;
}
section.web_entry .form_wrap table td{
	border-bottom:1px solid #ccc;
	padding: 15px;
	line-height: 1.8;
}
section.web_entry .form_wrap table #mail div {
	margin-bottom: 15px;
}
section.web_entry .form_wrap table #mail div.sp {
	margin-bottom: 0!important;
}
section.web_entry .form_wrap table p{
	display: inline-block;
	font-size: 14px;
	margin-left: 0.5em;
}
section.web_entry .form_wrap table #name span{
	width: 1.1em;
	display: inline-block;
    text-align: right;
    margin-right: 10px;
}
section.web_entry .form_wrap table td.radio label{
	margin-right: 20px;
}


/*フォームサイズ*/
select{
	padding: 0.3em 1.5em 0.3em 0.5em;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url(../images/select_icon.gif) no-repeat center right 0.5em,#fff;
    background-size: 8px;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=mail],
input[type=number],
input[type=url]{
	padding: 0.3em 0.5em;
	border: 1px solid #ccc;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	line-height: 1;
}
section.web_entry .form_wrap table #name input {
	width: 180px;
	margin-right: 20px;
}
section.web_entry .form_wrap table #name input:last-of-type {
	margin-right: 0;
}
section.web_entry .form_wrap table #mail input {
	width: 440px;
}
section.web_entry .form_wrap table #number input {
	width: 100px;
}
section.web_entry .form_wrap table input[type="radio"] {
	margin-right: 3px;
}

/*赤文字箇条書き*/
section.web_entry .form_wrap .komeList {
	margin-bottom: 40px;
}
section.web_entry .form_wrap .komeList li {
	color: #a92224;
	font-weight: bold;
}

/*申込ボタン*/
section.web_entry .form_wrap .form_btn input {
	display: block;
    margin: 0 auto;
	padding: 24px 0.5em 22px 0;
    width: 360px;
    font-size: 20px;
	font-weight: bold;
    color: #fff;
    text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	background: url(../images/4_btn.png) center center no-repeat;
}
section.web_entry .form_wrap .form_btn input:hover {
	opacity: 0.7;
}


/*******完了画面（complete.php）*******/
body.complete .page h3 {
	color: #ff9600;
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.5em;
}
body.complete .page .back_btn a {
	display: block;
    margin: 40px auto 0;
	padding: 24px 0.5em 22px 0;
    width: 360px;
    font-size: 20px;
	font-weight: bold;
    color: #fff;
    text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	background: rgb(255,160,25);
	background: -moz-linear-gradient(-81deg, rgba(255,160,25,1) 50%, rgba(255,150,0,1) 50%);
	background: -webkit-linear-gradient(-81deg, rgba(255,160,25,1) 50%,rgba(255,150,0,1) 50%);
	background: linear-gradient(171deg, rgba(255,160,25,1) 50%,rgba(255,150,0,1) 50%);
}

 
/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
/*******共通*******/
/*入稿申込ボタン*/
.entrybtn_area {
	padding-top: 10vw;
}
.entrybtn_area .entrybtn {
	background: url(../images/entrybtn_bg_sp.png) center center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 2vw 0px rgba(153, 153, 153, 0.8);
	-moz-box-shadow:    0px 0px 2vw 0px rgba(153, 153, 153, 0.8);
	box-shadow:         0px 0px 2vw 0px rgba(153, 153, 153, 0.8);
	font-size: 5.3vw;
	width: 90vw;
	padding: 3vw 0 8vw;
}
.entrybtn_area .entrybtn::after {
	bottom: 3vw;
	margin-left: -1.1vw;
	border-top: 1vw solid #fff;
	border-right: 1vw solid #fff;
	width: 2.2vw;
	height: 2.2vw;
}
.entrybtn_area .entrybtn span {
	font-size: 4.5vw;
	margin: 0 auto 2vw;
}
/*******トップテキスト *******/
section.top_text {
	padding: 8vw 0 0;
}
section.top_text h3 {
	font-size: 4.5vw;
} 
section.top_text .komenumber_indent {
	font-size: 3vw;
	margin-top: 8vw;
	text-align: left;
}

/*******普通自動車免許の最安値*******/
section.price_area {
	padding-top: 10vw;
}
section.price_area .price_wrap {
	padding: 9vw 0 60vw;
}
section.price_area .price_wrap h2 {
	top: -3vw;
}  
section.price_area .price_wrap h2 img {
	width: 90vw;
}
section.price_area .price_wrap h2 + .sub_title {
	font-size: 4vw;
	margin-bottom: 10vw;
}
/*******人物*******/
section.price_area .price_wrap .img1 {
	right: auto;
	left: 10vw;
	margin-right: 0;
	height: 55vw;
}  
 section.price_area .price_wrap .img2 {
	bottom: -3vw;
	left: auto;
	right: 10vw;
	margin-left: 0;
	height: 55vw;
}
/*******値段リスト*******/
section.price_area .price_list {
	float: none;
	width: 100%;
}
section.price_area .price_list:last-of-type {
	margin-left: 0;
	margin-top: 8vw;
} 
section.price_area .price_list dt {
	font-size: 5vw;
	padding: 0.5em 0 0.5em;
	width: 70vw;
	margin-left: -35vw;
}
section.price_area .price_list dt::after {
	bottom: -3.8vw;
	content: '';
	border-width: 4vw 1.5vw 0 1.5vw;
	margin-left: -1.5vw;
}
section.price_area .price_list dd {
	padding: 12vw 0 8vw;
}
section.price_area .price_list dd > div {
	vertical-align: middle;
}
section.price_area .price_list dd > div:first-child {
	width: 28vw;
}
section.price_area .price_list dd > div:first-child span {
	font-size: 4.5vw;
	padding: 7vw 0;
	width: 18.5vw;
}
section.price_area .price_list dd > div:last-child {
	font-size: 9vw;
	padding-left: 3vw;
}
section.price_area .price_list dd > div:last-child .font_small {
	font-size: 4vw;
}
section.price_area .price_list dd > div:last-child .tax {
	font-size: 4vw;
}
/*チラシ*/
section.price_area .chirashi_area {
	max-width: inherit;
	width: 90%;
	margin-top: 10vw;
}
section.price_area .chirashi_area img {
	-webkit-box-shadow: 0px 0px 2vw 0px rgba(153, 153, 153, 0.6);
	-moz-box-shadow:    0px 0px 2vw 0px rgba(153, 153, 153, 0.6);
	box-shadow:         0px 0px 2vw 0px rgba(153, 153, 153, 0.6);
	padding: 1vw 0 1.5vw;
}

/*******東海自動車学校が評判の理由*******/
section.point_area {
	margin-top: 20vw;
}
section.point_area .point_wrap {
	padding: 8vw 0 10vw;
}
section.point_area .point_wrap h2 {
	top: -10vw;
}
section.point_area .point_wrap h2 img {
	width: 90vw;
}
section.point_area .point_wrap h3 {
	font-size: 6vw;
	line-height: 1.3;
}
section.point_area .point_wrap h3 img {
	width: 12vw;
}
section.point_area .point_wrap .notes {
	font-size: 3.4vw;
}

/*POINT01*/
section.point_area .point01 #point01_slider {
	margin: 5vw 0 -5vw;
}
section.point_area .point01 #point01_slider li {
	text-align: center;
}
section.point_area .point01 #point01_slider li img {
	margin: 0;
	width: 100%;
}
section.point_area .point01 #point01_slider li p {
	font-size: 4vw;
}

/*POINT02*/
section.point_area .point02 {
	padding-bottom: 50vw;
}
section.point_area .point02 .bg1 {
	bottom: -5vw;
	right: auto;
	left: 16vw;
	margin-right: 0;
	height: 40vw;
}
section.point_area .point02 .bg2 {
	left: auto;
	right: 18vw;
	margin-left: 0;
	height: 48vw;
}

section.point_area .point02 #point02_slider {
	margin: 5vw auto 0;
	width: 100%;
}
section.point_area .point02 #point02_slider .life_list {
	padding: 5vw 8vw 22vw;
	width: 80vw;
}
section.point_area .point02 #point02_slider .life_list dt {
	font-size: 5vw;
}
section.point_area .point02 #point02_slider .life_list dd .img1 {
	width: 20vw;
	margin-left: -10vw;
}

/*POINT03*/
section.point_area .point03 {
	padding-bottom: 50vw;
}
section.point_area .point03 .bg1 {
	bottom: 0;
	right: auto;
	left: 17vw;
	margin-right: 0;
	height: 48vw;
}
section.point_area .point03 .bg2 {
	bottom: -4vw;
	left: auto;
	right: 25vw;
	margin-left: 0;
	height: 35vw;
}

section.point_area .point03 #point03_slider {
	margin: 5vw auto 0;
	width: 100%;
}
section.point_area .point03 #point03_slider .support_list {
	padding: 5vw 8vw 5vw;
	width: 80vw;
}
section.point_area .point03 #point03_slider .support_list dt {
	font-size: 5vw;
}
section.point_area .point03 #point03_slider .support_list dd h4 {
	padding: 0.8em 0;
}
section.point_area .point03 #point03_slider .support_list dd .img1 {
	width: 60vw;
	margin-left: -30vw;
}


/*******Slick用*******/
.slick-prev,
.slick-next{
    width: 10vw;
    height: 10vw;
	z-index: 100;
}
.slick-prev {
	left: 5vw;
}
.slick-next {
	right: 5vw;
}

/*******アクセス*******/
section.access_area {
	padding-top: 10vw;
}
section.access_area h2 {
	padding-bottom: 3vw;
	position: relative;
	z-index: 10;
}
section.access_area h2 > div > div {
	font-size: 7vw;
}
section.access_area h2 > div > div:last-child {
	padding: 2vw 0 0 3vw;
}
section.access_area h2 > div > div img {
	width: 17vw;
}
section.access_area h2 > div > div span {
	font-size: 4.5vw;
}

section.access_area .access_box {
	display: block;
	margin: 0 0 8vw;
	width: 100%;
}
section.access_area .access_box > div {
	display: block;
}
section.access_area .access_box > div:first-child {
	width: 100%;
	margin-bottom: 1em;
}
section.access_area .access_box > div:last-child {
	padding-left: 0;
	width: 80vw;
	margin: 0 auto;
}
section.access_area .access_box > div:last-child .tel_img {
	display: block;
	margin: 1em 0;
	width: 100%;
}
section.access_area .access_box > div:last-child .time_wrap {
	width: 100%;
}
section.access_area .access_box > div:last-child .time_wrap dl {
	width: 38.5vw;
}
section.access_area .access_box > div:last-child .time_wrap dl:nth-of-type(even) {
	margin-left: 3vw;
}
section.access_area .access_box > div:last-child .time_wrap dl dt {
	font-size: 3.2vw;
}

section.access_area .access_box > div:last-child .tel_btn {
	background: rgb(255,150,0);
	background: -moz-linear-gradient(top, rgba(255,150,0,1) 0%, rgba(255,110,10,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,150,0,1) 0%,rgba(255,110,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,150,0,1) 0%,rgba(255,110,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9600', endColorstr='#ff6e0a',GradientType=0 );
	border-radius: 1vw;
	color: #fff;
	font-size: 5.5vw;
	font-weight: bold;
	padding: 1em 0;
	width: 100%;
	text-align: center;
	margin: 0.5em 0 0.8em;
}

section.access_area .access_box > div:last-child .link_btn {
	font-size: 4.5vw;
	padding: 1em 0;
	width: 100%;
}
section.access_area .access_box > div:last-child .link_btn::after {
    right: 1.4em;
	margin-top: -1.2vw;
	height: 1.6vw;
    width: 1.6vw;
}

section.access_area #gmap {
	height: 80vw;
}
section.access_area .map_link {
	width: 90%;
	margin: 5vw auto 0;
}
section.access_area .map_link li {
	width: 43.5vw;
}
section.access_area .map_link li:last-child {
	margin-left: 3vw;
}
section.access_area .map_link li a {
	font-size: 4vw;
	padding: 1em 1em 1em 0;
}
section.access_area .map_link li a::after {
    right: 0.8em;
	margin-top: -1vw;
	height: 1.6vw;
    width: 1.6vw;
}

/*******WEBから入校を申し込む*******/
section.web_entry {
	padding: 10vw 0 10vw;
}
section.web_entry h2 {
	font-size: 6.5vw;
	padding: 4vw 0 8vw;
	margin-bottom: 5vw;
}
section.web_entry h2 span {
	font-size: 5vw;
	margin-bottom: 0.5em;
}
section.web_entry h2::after {
	bottom: 3vw;
	margin-left: -1.1vw;
	border-top: 1vw solid #fff;
	border-right: 1vw solid #fff;
	width: 2.2vw;
	height: 2.2vw;
}

/*******フォーム*******/
section.web_entry .form_wrap .notes {
	margin-bottom: 5vw;
}

section.web_entry .form_wrap th,
section.web_entry .form_wrap td{
	display: list-item;
	list-style-type:none;
	border: none;
}
section.web_entry .form_wrap table{
	border: none;
	margin-bottom: 5vw;
}
section.web_entry .form_wrap table th{
	border: none;
	padding: 3vw 2vw;
	width: 100%;
}
section.web_entry .form_wrap table td{
	border: none;
	padding: 5vw 2vw;
	line-height: 1.8;
}
section.web_entry .form_wrap table p{
	display: none;
}

section.web_entry .form_wrap table #name span{
	width: 1.1em;
	display: inline-block;
    text-align: right;
	vertical-align: middle;
}
section.web_entry .form_wrap table #name span:first-of-type{
	margin-bottom: 10px;
}
section.web_entry .form_wrap table #name div {
	margin-bottom: 0;
}
section.web_entry .form_wrap table #mail div {
	margin-bottom: 10px;
}
section.web_entry .form_wrap table td.radio label{
	margin: 0;
	display: block;
}

/*フォームサイズ*/
section.web_entry .form_wrap table #name input {
	width: 70vw;
}
section.web_entry .form_wrap table #name input:first-of-type {
	margin-bottom: 10px;
}
section.web_entry .form_wrap table #mail input {
	width: 100%;
}
section.web_entry .form_wrap table #add .wid01{
	width: 30%;
}
section.web_entry .form_wrap table #number input {
	width: 29%;
}

/*赤文字箇条書き*/
section.web_entry .form_wrap .komeList {
	margin-bottom: 8vw;
}

/*申込ボタン*/
section.web_entry .form_wrap .form_btn input {
	padding: 1.2em 0.5em 1.2em 0;
    width: 80vw;
    font-size: 5vw;
	background: url(../images/4_btn_sp.png) center center no-repeat;
	background-size: cover;
}


/*******完了画面（complete.php）*******/
body.complete .page h3 {
	font-size: 5vw;
}
body.complete .page .back_btn a {
	margin: 8vw auto 0;
	padding: 1.2em 0.5em 1.2em 0;
    width: 80vw;
    font-size: 5vw;
	background: -moz-linear-gradient(-81deg, rgba(255,160,25,1) 50%, rgba(255,150,0,1) 50%);
	background: -webkit-linear-gradient(-81deg, rgba(255,160,25,1) 50%,rgba(255,150,0,1) 50%);
	background: linear-gradient(171deg, rgba(255,160,25,1) 50%,rgba(255,150,0,1) 50%);
}

















}