@charset "utf-8";
/*----------------------------------------------------
	教習所ページ
----------------------------------------------------*/
/*ナビゲーション*/
.header-fixed{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 750px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	z-index: 200;
}
.header-fixed .title{
	text-align: center;
	background-color: #3d8ad0;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
}
#header-fixed-toggle{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	z-index: 1;
	background-color: #fff;
	color: #3d8ad0;
	border-radius: 20px;
}
#header-fixed-toggle .fa{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.sp_nav_top{
	display: none;
	position: fixed;
    top: 42px;
    left: 0;
	right: 0;
    z-index: 100;
    width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.close_top{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
    background-color: #999;
    color: #fff;
	z-index: 100;
	border-radius: 20px;
}
.close_top .fa{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.sp_nav_top .sp_navInner{
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
}
.sp_nav_top li{
	border-bottom: 1px solid #e5e5e5
}
.sp_nav_top li a{
	position: relative;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 13px;
	line-height: 1.5;
	font-size: 10px;
	font-size: 1rem;
}
.sp_nav_top li a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f078';
}
.title_box{
	padding: 10px 0;
	background-color: #3d8ad0;
	color: #fff;
	text-align: center;
}
.title_box h1{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}
.title_box span {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	margin-top: 5px;
}
.title_box .rate {
  position: relative;
  width: 70px;
  font-size: 14px;
  font-size: 1.4rem;
}
.title_box .rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.title_box .rate:before {
  color: #fff;
}
.title_box .rate:after {
  color: #f8d762;
  overflow: hidden;
  white-space: nowrap;
}

.title_box .rate0:after {
  width: 0;
}
.title_box .rate1:after {
  width: 14px;
}
.title_box .rate2:after {
  width: 28px;
}
.title_box .rate3:after {
  width: 42px;
}
.title_box .rate4:after {
  width: 56px;
}
.title_box .rate5:after {
  width: 70px;
}
.title_box .rate-wrap {
  margin: 0 auto;
}
.address{
	padding: 8px;
	text-align: center;
	color: #666;
	font-size: 10px;
	font-size: 1rem;
}

#discount_icon {
    padding: 10px;
    background-color: #f6f6f6;
}
#discount_icon img {
    height: 25px;
    width: auto;
    margin-right: 5px;
}

.sp-horizontal .sp-previous-arrow {
    left: 0;
}
.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 0;
}
.sp-arrow {
	background: rgba(61,138,208,.8);
	width: 20px;
	height: 60px;
}
.sp-next-arrow:before {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: FontAwesome !important;
    content: '\f105' !important;
	font-size: 22px;
	font-size: 2.2rem;
	color: #fff;
}
.sp-previous-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: FontAwesome !important;
	content: '\f104' !important;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}
.sp-buttons {
    position: absolute;
	padding-top: 0;
    bottom: 0;
}
.sp-button{
	background-color: #fff;
	border: none;
	width: 10px;
	height: 10px;
}
.sp-selected-button{
	background-color: #3d8ad0;
}
/*教習所詳細ページ*/
#point .point_wrap{
	padding: 10px 0;
	background-color: #f6f6f6;
}
#point .point_list li{
	color: #3d8ad0;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#point .point_list li:before {
	content: "\25cf";
	margin-right: 0.5em;
	color: #b5b5b5;
}
.anchor_link_list{
	border-top: 2px solid #ccc;
}
.anchor_link_list li{
	position: relative;
  	height: 46px;
	width: 25%;
	float: left;
	text-align: center;
	border-bottom: 2px solid #ccc;
}
.anchor_link_list li:not(:nth-child(4n)){
	border-right: 2px solid #ccc;
}
.anchor_link_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.anchor_link_list li a span{
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.2;
}
.anchor_link_list li a span:after {
    display: block;
    text-align: center;
    font-family: FontAwesome !important;
    content: '\f0d7' !important;
	font-size: 12px;
	font-size: 1.2rem;
	color: #3d8ad0;
    line-height: 1;
}
#banner{
	padding-bottom: 30px;
}
#banner a {
    display: block;
    width: 100%;
    text-align: center;
}
#banner a img {
    max-width: 640px;
    width: 100%;
    display: inline-block;
}
.calendar{
	margin-bottom: 8px;
}
@media screen and (max-width: 360px) {
	.calendar{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.calendar::-webkit-scrollbar{
		height: 5px;
	}
	.calendar::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.calendar::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}
.calendar .status_txt{
	font-size: 10px;
	font-size: 1rem;
}
.calendar ul.cal_ul{
	display: table;
	margin-bottom: 15px;
}
.calendar ul.cal_ul li{
	display: table-cell;
  vertical-align: middle;
	width: 10%;
	text-align: center;
}
.calendar ul.cal_ul li .cal_title{
	color: #94c43c;
	font-size: 18px;
	font-size: 1.8rem;
}
.calendar ul.cal_ul li .cal_title .number{
	font-size: 23px;
	font-size: 2.3rem;
}
.calendar ul.cal_ul li span.prev a{
	position: relative;
	color: #94c43c;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	text-align: left;
	padding-left: 10px;
}
.calendar ul.cal_ul li span.prev a .number,
.calendar ul.cal_ul li span.next a .number{
	font-size: 18px;
	font-size: 1.8rem;
}
.calendar ul.cal_ul li span.prev a:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
	font-family: FontAwesome !important;
	content: '\f0d9' !important;
    line-height: 24px;
    color: #94c43c;
    pointer-events: none;
}
.calendar ul.cal_ul li span.next a{
	position: relative;
	color: #94c43c;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	text-align: right;
	padding-right: 10px;
}
.calendar ul.cal_ul li span.next a:before {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
	font-family: FontAwesome !important;
	content: '\f0da' !important;
    line-height: 24px;
    color: #94c43c;
    pointer-events: none;
}
.calendar table.cal_table{
	margin-bottom: 15px;
	border: none;
	font-size: 10px;
	font-size: 1rem;
}
.calendar table.cal_table th{
	border: none;
	border-bottom: solid 1px #ccc;
	background: none;
	text-align: center;
	padding: 0;
}
.calendar table.cal_table td{
	position: relative;
	border: none;
	border-bottom: solid 1px #ccc;
	background: none;
	text-align: center;
	vertical-align: top;
	width: auto;
	padding: 0;
	padding-bottom: 46px;
}
.calendar table.cal_table span{
	display: block;
}
.calendar table.cal_table span.cal_prev{
	font-size: 16px;
	font-size: 1.6rem;
	color: #ccc;
}
.calendar table.cal_table span.cal_day{
	padding: 10px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.calendar table.cal_table a{
	display: block;
	color: #333;
	text-decoration: none;
}
.calendar table.cal_table a span.cal_yen{
	letter-spacing: -.8px;
    color: #6c9327;
	text-decoration: underline;
}
.calendar table.cal_table span.cal_reserv{
	font-size: 15px;
	font-size: 1.5rem;
}
.calendar table.cal_table span.cal_sun{
	color: #999;
}
.calendar table.cal_table span.cal_sat{
	color: #999;
}
.calendar table.cal_table span.cal_none{
	padding-top: 10px;
}
.calendar table.cal_table ul.col_come{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1px 0;
	background: #f6f6f6;
	color: #888;
	margin-bottom: 3px;
}
.calendar table.cal_table span.leader{
	display: inline-block;
}
.calendar table.cal_table ul.col_come li{
	position: relative;
	padding-left: 5px;
	text-align: left;
	-moz-transform: scale(0.8);
   -webkit-transform: scale(0.8);
   -o-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
}
.calendar table.cal_table ul.col_come li:before{
	content: '・';
	position: absolute;
	left: -5px;
}
.calendar p{
	text-align: center;
}
#car-price ul.price_ul{
	margin:0;
	margin-top: -10px;
	margin-bottom: 10px;
}
#car-price ul.price_ul li{
	margin-bottom: 10px;
}
#car-price ul.price_ul li dl dt{
	float: left;
	font-weight: 600;
	padding: 8px 0;
	width: 20%;
}
#car-price ul.price_ul li dl dd{
	float: right;
	width: 80%;
}
#car-price ul.price_ul li dl dd .select-wrap{
	margin: 0;
}
#car-price ul.price_ul li dl dd .price_radio label{
  position:relative;
	border: 1px solid #ccc;
	padding: 8px 0 8px 20px;
	cursor: pointer;
	float: left;
	width: 49%;
	font-size: 10px;
	font-size: 1rem;
}
#car-price ul.price_ul li dl dd .price_radio label input{
  position:absolute;
  top:0;
  bottom:0;
  left:5px;
  margin:auto;
}
#car-price ul.price_ul li dl dd .price_radio .radio-input{
  display: none;
}
#car-price ul.price_ul li dl dd .price_radio .radio-input + label{
  padding-left: 20px;
  position:relative;
}
#car-price ul.price_ul li dl dd .price_radio .radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 50%;
}
#car-price ul.price_ul li dl dd .price_radio .radio-input:checked + label{
	background-color: #f6f6f6;
}
#car-price ul.price_ul li dl dd .price_radio label.last{
	margin-left: 2%;
}
#car-price ul.price_ul li dl dd .price_radio .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	left: 7px;
	width: 8px;
	height: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #3d8ad0;
	border-radius: 50%;
}

#car-price ul.price_ul li dl dd .price_radio label + label{
	margin-left: 2%;
}
#car-price ul.price_ul li dl.price_dl .select-wrap select{
	height: auto;
	border-radius: 0;
}
#car-price .table_p table td{
	text-align: left;
}
#car-price .table_p table td.price_link{
	text-align: center;
}
#car-price p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

#bike-price ul.price_ul{
	margin:0;
	margin-top: -10px;
	margin-bottom: 10px;
}
#bike-price ul.price_ul li{
	margin-bottom: 10px;
}
#bike-price ul.price_ul li dl dt{
	float: left;
	font-weight: 600;
	padding: 8px 0;
	width: 20%;
}
#bike-price ul.price_ul li dl dd{
	float: right;
	width: 80%;
}
#bike-price ul.price_ul li dl dd .select-wrap{
	margin: 0;
}
#bike-price ul.price_ul li dl dd .price_radio label{
  position:relative;
	border: 1px solid #ccc;
	padding: 8px 0 8px 20px;
	cursor: pointer;
	float: left;
	width: 49%;
	font-size: 10px;
	font-size: 1rem;
}
#bike-price ul.price_ul li dl dd .price_radio label input{
  position:absolute;
  top:0;
  bottom:0;
  left:5px;
  margin:auto;
}
#bike-price ul.price_ul li dl dd .price_radio .radio-input{
  display: none;
}
#bike-price ul.price_ul li dl dd .price_radio .radio-input + label{
  padding-left: 20px;
  position:relative;
}
#bike-price ul.price_ul li dl dd .price_radio .radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 50%;
}
#bike-price ul.price_ul li dl dd .price_radio .radio-input:checked + label{
	background-color: #f6f6f6;
}
#bike-price ul.price_ul li dl dd .price_radio label.last{
	margin-left: 2%;
}
#bike-price ul.price_ul li dl dd .price_radio .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	left: 7px;
	width: 8px;
	height: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #3d8ad0;
	border-radius: 50%;
}

#bike-price ul.price_ul li dl dd .price_radio label + label{
	margin-left: 2%;
}
#bike-price ul.price_ul li dl.price_dl .select-wrap select{
	height: auto;
	border-radius: 0;
}
#bike-price .table_p table td{
	text-align: left;
}
#bike-price .table_p table td.price_link{
	text-align: center;
}
#bike-price p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

#good{
	padding: 15px 0 30px;
}
#good .good_point{
	float: left;
	width: 23%;
	padding: 10px 0;
	margin-bottom: 10px;
	background-color: #dae9f6;
	text-align: center;
	border-radius: 15px;
}
#good .good_point .point_title{
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 600;
}
#good .good_point .point_title img{
	width: 20px;
	height: auto;
	margin-bottom: 5px;
}
#good .good_point .good_point_list li{
	display: block;
	margin: 0 auto;
	width: 54px;
	height: 54px;
	padding-top: 8px;
	line-height: 54px;
	background: url("/app/img/school/good_crown.png") no-repeat center 10px;
	background-size: 17px 13px;
	background-color: #fff;
	border-radius: 27px;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
}
#good .good_point .good_point_list li + li{
	margin-top: 10px;
}
#good .chart{
	position: relative;
	float: right;
	width: 73%;
}
#good .chart .all-evaluation{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #3d8ad0;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 600;
}
#good .comment_list li{
	position: relative;
	padding: 5px 0 5px 20px;
	border-bottom: dashed 1px #aaa;
	color: #666;
}
#good .comment_list li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: FontAwesome !important;
	content: '\f075' !important;
	color: #dae9f6;
}
#good-deal dl.good_dl01{
	margin-bottom: 15px;
}
#good-deal dl.good_dl01 dt{
	background: #f7ca29;
	padding: 8px 14px;
	border:solid 1px #ccc;
	border-bottom: none;
}
#good-deal dl.good_dl01 dt h3{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
#good-deal dl.good_dl01 dt span img{
	width: 34px;
	margin-right: 6px;
}
#good-deal table.good_table{
	border-top: none;
}
#good-deal table.good_table th{
	border-top: none;
	border-right: none;
	text-align: center;
	line-height: 2em;
    width: 60px;
}
#good-deal table.good_table td{
	border-top: none;
	border-left: none;
	text-align: left;
}
#good-deal table.good_table td .key_red{
	color: #d32f24;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 5px;
}
#good-deal dl.good_dl02{
	margin-bottom: 20px;
}
#good-deal dl.good_dl02 dt{
	background: #efd982;
	padding: 15px 14px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	border:solid 1px #ccc;
	border-bottom: none;
}
#good-deal dl.good_dl02 dd{
	border: solid 1px #ccc;
	border-top: none;
	padding: 15px;
}
#good-deal dl.good_dl02 dd h3{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#good-deal dl.good_dl02 dd h3:before {
	content: "\25cf";
	margin-right: 0.3em;
	color: #f7ca29;
}
span.red{
	color: #d32f24;
}
#training-school h3{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-weight: 600;
}
#training-school h3:before {
	content: "\25cf";
	margin-right: 0.5em;
	color: #ae5da0;
}
#facility .facility_box{
	display: table;
	padding: 0;
}
#facility .accshow{
	padding: 10px;
	display: none;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#facility .facility_box .facility_list_text{
	/* padding-left: 70px; */
}
#facility .facility_box  .facility_list_text p{
	color: #3d8ad0;
	margin-bottom: 5px;
}
#facility .facility_box  .facility_list_text p span{
	color: #333;
	font-size: 11px;
	font-size: 1.1rem;
	border: solid 1px #ddd;
	padding: 0 5px;
	margin-right: 5px;
}
#facility .facility_box  .facility_list_text .facility_name{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}
#facility .facility_box .facility_list_img{
    width: 60px;
    padding-right: 10px;
	float: left;
}
#facility .facility_box02{
	display: table;
	padding: 0;
	margin-bottom: 15px;
}
#facility .facility_box02 .facility_box_text{
  display: table-cell;
  vertical-align: top;
}
#facility .facility_box02 .facility_box_img{
    width: 120px;
  padding-right: 10px;
}
#facility table.facility_table01{
	margin-bottom: 15px;
}
#facility table.facility_table01 th{
    width: 37%;
	border-right: none;
}
#facility table.facility_table01 td{
	border-left: none;
	text-align: left;
}
#facility table.facility_table02{
	margin-bottom: 0;
}
#facility table.facility_table02 th{
	padding: 10px 0;
	width: 30%;
	border-bottom: none;
	text-align: center;
}
#facility table.facility_table02 td{
	border-top: none;
	padding: 10px;
}
#security h3{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#security h3:before {
	content: "\25cf";
	margin-right: 0.5em;
	color: #999;
}
#security table{
	margin-bottom: 20px;
}
#security table th{
	text-align: center;
	border-right: none;
}
#security table td{
	text-align: left;
	padding-left: 20px;
	border-left: none;
}
#security table td ul li:first-child{
	margin-bottom: 15px;
}
#security table td ul li strong{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}
#security h4{
	color: #d32f24;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#security p{
	margin-bottom: 25px;
	font-size: 11px;
	font-size: 1.1rem;
}
#gallery .gallery_list{
	text-align: center;
	margin-bottom: 15px;
}
#gallery .gallery_list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.lb-caption .title{
	margin: 10px 0;
}
.lb-caption .text{
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
#gallery .gallery_list li:nth-child(3n){
	margin-right: 0;
}
#gallery .button{
	margin-bottom: 25px;
}
#access .map{
	margin-bottom: 20px;
}
#access .map p{
	margin-bottom: 15px;
}
#access .map .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#access .map .ggmap iframe,
#access .map .ggmap object,
#access .map .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.horizontal_toggle{
	position: relative;
	padding: 15px;
	border-top: 5px solid #f6f6f6;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
.horizontal_contents{
	display: none;
	border-top: 5px solid #f6f6f6;
	padding: 15px;
}
.horizontal_contents{
	display: none;
	border-top: 5px solid #f6f6f6;
	padding: 15px;
}
.horizontal_toggle.last{
	border-bottom: 5px solid #f6f6f6;
}
.horizontal_toggle:before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: FontAwesome;
	content: '\f078';
}
.horizontal_toggle.open:before {
	content: '\f077';
}
#access .access_list{
	border-top: dotted 1px #ccc;
	margin-top: 10px;
	padding:15px 0;
}
#access .access_list li{
	color: #666;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#access .access_list li:before {
	content: "\25cf";
	margin-right: 0.5em;
	color: #666;
}
#voice .voice_list li{
	border-bottom: solid 1px #ccc;
	padding: 20px 15px;
}
#voice .voice_list li:first-child{
	padding-top: 0;
}
#voice .voice_list li:last-child{
	border-bottom: none;
}
#voice .voice_list p{
	margin-bottom: 15px;
}
#voice .voice_list p a{
	color: #3d8ad0;
}
#voice .voice_list p.sign{
	text-align: right;
	margin-bottom: 2px;
}
#voice .voice_box{
	display: table;
	padding: 0;
	margin-bottom: 10px;
}
#voice .voice_box h4{
  display: table-cell;
  vertical-align: middle;
	color: #3d8ad0;
	font-size: 13px;
	font-size: 1.3rem;
}
#voice .voice_box .voice_list_img{
    width: 70px;
    padding-right: 10px;
}
#message .message_box{
	display: table;
	padding: 0;
	margin-bottom: 10px;
}
#message .message_box h3{
  display: table-cell;
  vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}
#message .message_box h3 span{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#message .message_box .message_list_img{
    width: 150px;
    padding-right: 30px;
}
#message .message_box02{
	position: relative;
	background: #f6f6f6;
	padding:20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#message .message_box02:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f6f6f6;
}
#message .message_box02 h4{
	color: #3d8ad0;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#message .message_box02 p a {
    color: #3d8ad0;
}
#entry-conditions ol.entry_ol{
	margin-top: -20px;
	margin-bottom: 20px;
	counter-reset:number;
  list-style-type: none!important;
  padding:0;
}
#entry-conditions ol.entry_ol li{
	border-bottom: dashed 1px #ccc;
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 1.5em 0.5em 1.5em 25px;
	font-size: 10px;
	font-size: 1rem;
}
#entry-conditions ol.entry_ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #3d8ad0;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:normal;
	font-size: 10px;
	font-size: 1rem;
	border-radius: 50%;
	left: 0;
	top: 15px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}
#entry-conditions p{
	margin-bottom: 20px;
	font-size: 10px;
	font-size: 1rem;
	color: #666;
}
.btn_area{
	background: #edf6ff;
	border-top: solid 3px #3c8acf;
	padding: 20px 15px 86px 15px;
}
.btn_area ul{
	text-align: center;
	padding-bottom: 40px;
}
.btn_area ul li{
	float: left;
	width: 49%;
}
.btn_area ul li + li{
	margin-left: 2%;
}
.select-wrap {
    position: relative;
		margin-bottom: 15px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
	font-family: FontAwesome !important;
	content: '\f0d7' !important;
    line-height: 43px;
    color: #333;
    pointer-events: none;
}
.select-wrap select{
    outline:none;
    text-indent: 0.01px;
    background: none transparent;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 46px;
    padding: 8px 12px;
    border:1px solid #ccc;
    color:#333;
    width:100%;
    border-radius:3px;
	font-size: 13px;
	font-size: 1.3rem;
}
.select-wrap select option{
  background-color: #fff;
  color: #333;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: 48%;
  height: 40px;
  background-color: #f6f6f6;
  line-height: 40px;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item.at{
	margin-left: 2%;
}
.tab_item.mt{
	margin-right: 2%;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 10px;
	clear: both;
	overflow: hidden;
	border: solid 2px #91c337;
}


/*選択されているタブのコンテンツのみを表示*/
#car-at:checked ~ #car-at_content,
#car-mt:checked ~ #car-mt_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #91c337;
  color: #fff;
}

/*アコーディオン*/
/*ボックス全体*/
.acd {
    margin: 0 0 20px;
    padding: 0;
}

/*ラベル*/
#facility .acd .facility_box {
    display: block;
    margin: 0;
    padding : 13px 12px;
    color: #333;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
}

#facility .acd .facility_box {
	position: relative;
	border:solid 1px #ccc;
	margin: 10px 0 0;
}

#facility .acd .facility_box {
	position: relative;
	border-bottom:solid 1px #ccc;
}

/*アイコンを表示*/
#facility .acd .facility_box:before {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: FontAwesome;
	content: '\f078';
}
#facility .acd .facility_box.open:before {
	content: '\f077';
}
.result_title_specialized{
	background: url("/app/img/serch/serch_specialized_icon.png") no-repeat left center;
	background-size: contain;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}
.result_circle_title {
	padding: 0 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.result_circle_title:before {
    content: "\25cf";
    margin-right: 0.3em;
    color: #3d8ad0;
}
.result_circle_title .num{
    font-size: 12px;
    font-size: 1.2rem;
}
.result_title_plan{
	background: url("/app/img/serch/serch_plan_icon.png") no-repeat left center;
	background-size: contain;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}
.result_circle_title_wrap{
	position: relative;
	margin-top: 20px;
}
.result_circle_title_wrap #sort{
	position: absolute;
	right: 15px;
	top: -5px;
	z-index: 99;
}
.result_circle_title_wrap #sort .sort_btn{
	display: block;
	border: 1px solid #ccc;
	background-color: #ffe3f4;
	padding: 5px 20px 5px 35px;
}
.result_circle_title_wrap #sort .sort_btn{
	position: relative;

}
.result_circle_title_wrap #sort .sort_btn:before{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f078';
}
.result_circle_title_wrap #sort.open .sort_btn:before{
    content: '\f077';
}
#sort .sort_box{
	display: none;
	background-color: #f6f6f6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#sort .sort_box li{
	padding: 5px 10px;
	font-size: 10px;
	font-size: 1rem;
	border-bottom: 1px solid #ccc;
}
#result.specialized {
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
#result.specialized .result_title{
    display: table;
    padding: 0;
    margin-bottom: 15px;
}
#result.specialized .result_title .result_image {
    width: 140px;
    padding-right: 15px;
}
#result.specialized .result_title .result_title_txt{
    display: table-cell;
    vertical-align: middle;
}
#result.specialized .result_title .result_title_txt h2{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
}
#result.specialized .result_contents img{
	margin: 0 auto;
    display: block;
}
#result.specialized .serch_circle_title {
	padding: 0 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}
#result.specialized .serch_circle_title:before {
    content: "\25cf";
    margin-right: 0.3em;
    color: #91c337;
}
.result_link_list{
	margin-bottom: 30px;
}
.result_link_list li{
	padding: 10px 15px;
	border-top: 1px solid #cccccc;
}
.result_link_list li:last-child{
	border-bottom: 1px solid #cccccc;
}
.result_link_list li a{
	display: block;
}
.result_link_list li .result_link_wrap{
    display: table;
    padding: 0;
}
.result_link_list li .result_link_image{
    width: 60px;
    padding-right: 10px;
}
.result_link_list li .result_link_txt{
	display: table-cell;
    vertical-align: middle;
}
.result_link_list li .result_link_txt dt{
	color: #3d8ad0;
    font-size: 14px;
    font-size: 1.4rem;
}
.result_link_list li .result_link_txt dd{
    font-size: 11px;
    font-size: 1.1rem;
	text-decoration: underline;
}
/*合宿プラン検索*/
.plan_sarch_wrap{
	padding: 20px 0;
	background-color: #f6f6f6;
    font-size: 13px;
    font-size: 1.3rem;
}
.plan_sarch_wrap dl dt {
    float: left;
    font-weight: 600;
    width: 30%;
    font-size: 14px;
    font-size: 1.4rem;
}
.plan_sarch_wrap dl dd {
    float: right;
    width: 70%;
	margin-bottom: 10px;
}
input.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.plan_sarch_wrap .model label{
  position:relative;
	border: 1px solid #ccc;
	padding: 15px 0 15px 30px;
	cursor: pointer;
	float: left;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
}
.plan_sarch_wrap .model label.last{
	margin-top: 5px;
}
.plan_sarch_wrap .model label input{
  position:absolute;
  top:0;
  bottom:0;
  left:5px;
  margin:auto;
}
.plan_sarch_wrap .model .radio-input{
  display: none;
}
.plan_sarch_wrap .model .radio-input + label{
  padding-left: 30px;
  position:relative;
}
.plan_sarch_wrap .model .radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 50%;
}
.plan_sarch_wrap .model .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	width: 8px;
	height: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #3d8ad0;
	border-radius: 50%;
}
.plan_sarch_wrap input[type=text] {
	border: 1px solid #ccc;
	padding: 15px 10px;
	border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
	max-width: 10em;
}
.plan_sarch_wrap .budget input[type=text] {
	max-width: 6em;
}
.plan_sarch_wrap input::placeholder {
  color: #ccc;
}
/* IE */
.plan_sarch_wrap input:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
.plan_sarch_wrap input::-ms-input-placeholder {
  color: #ccc;
}
.plan_sarch_wrap .serch_btn {
	margin: 10px 0 20px;
	position: relative;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #6e9428;
	color: #fff;
	border-radius: 5px;
	border: none;
    font-size: 16px;
    font-size: 1.6rem;
}
.plan_sarch_wrap .serch_btn:after{
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: '\f138';
}
/*こだわり検索*/
.specialized_serch_box {
	padding: 15px 0;
}
.specialized_serch_box .tag_list{
	text-align: center;
	margin-bottom: 10px;
}
.specialized_serch_box .tag_list li{
	display: inline-block;
	margin: 0 2px 5px 2px;
}
.specialized_serch_box .tag_list li a{
	display: block;
	padding: 0 10px;
	background-color: #f8d762;
	color: #3d8ad0;
	line-height: 24px;
	border-radius: 12px;
}
.specialized_serch_box .tag_list li a.color1{
	background-color: #91c337;
}
.specialized_serch_box .tag_list li a.color2{
	background-color: #f8d762;
}
.specialized_serch_box .tag_list li a.color3{
	background-color: #91c337;
}
.specialized_serch_box .specialized_contents_list li{
	float: left;
	width: 48%;
	margin-bottom: 12px;
	background-color: #f6f6f6;
	border-radius: 10px;
	overflow: hidden;
	border: 3px solid #fff;
}
.specialized_serch_box .specialized_contents_list li a{
	display: block;
}
.specialized_serch_box .specialized_contents_list li img{
	width: 100%;
	height: auto;
}
.specialized_serch_box .specialized_contents_list li.check{
	position: relative;
	border: solid 3px #91c337;
}
.specialized_serch_box .specialized_contents_list li.check.c1:before{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "1";
	background-color: #91c337;
	color: #fff;
	padding: 2px 5px;
}
.specialized_serch_box .specialized_contents_list li.check.c2:before{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "2";
	background-color: #91c337;
	color: #fff;
	padding: 2px 5px;
}
.specialized_serch_box .specialized_contents_list li.check.c3:before{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: "3";
	background-color: #91c337;
	color: #fff;
	padding: 2px 5px;
}
.specialized_serch_box .specialized_contents_list li p{
	padding: 5px 10px;
}
.specialized_serch_box .specialized_contents_list li:nth-child(2n){
	margin-left: 4%;
}
.search_condition_list > li{
	position: relative;
	padding: 10px 15px;
}
.search_condition_list > li{
	border-top: 1px solid #cccccc;
}
.search_condition_list > li:last-child{
	border-bottom: 1px solid #cccccc;
}
.search_condition_list li dl dt{
	margin-bottom: 10px;
}
.search_condition_list li dl dd{
	color: #aaa;
}
.search_condition_list li .change_conditions{
	position: absolute;
	right: 15px;
	top: 10px;
    display: block;
    background-color: #3d8ad0;
    padding: 5px 20px 5px 35px;
}
.search_condition_list li .change_conditions span{
    color: #fff;
}
.search_condition_list li .change_conditions:before{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f078';
    color: #fff;
}
.search_condition_list li.open .change_conditions:before{
	content: '\f077';
}
.search_condition_list .toggle_contents{
	display: none;
}
.search_condition_list .open > dl > dd{
	display: none;
}
.search_change_list li .toggle_btn{
	position: relative;
	display: block;
    padding: 15px 10px;
	max-height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
	border-bottom: 1px solid #cccccc;
}
.search_change_list li .toggle_btn:before {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f078';
}
.search_change_list li .toggle_btn.open:before {
    content: '\f077';
}
.search_change_list li .toggle_btn span{
    display: inline-block;
    padding: 0 6px;
}
.search_change_list li .toggle_contents{
	border-bottom: 1px solid #cccccc;
	display: none;
}
.search_change_list li.specialized_btn .toggle_btn span{
    width: 32px;
}
.search_change_list li.plan_btn .toggle_btn span{
    width: 36px;
}
.result_app_list > li{
	padding: 10px;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.result_app_list li .result_app_wrap{
    display: table;
    padding: 0;
}
.result_app_list li .result_app_image{
    width: 60px;
    padding-right: 10px;
}
.result_app_list li .result_app_txt{
	display: table-cell;
    vertical-align: middle;
}
.result_app_list li .result_app_txt dt{
    font-size: 11px;
    font-size: 1.1rem;
	color: #3d8ad0;
}
.result_app_list li .result_app_txt dd{
    font-size: 14px;
    font-size: 1.4rem;
}
.result_app_list li .result_app_txt dd .condition_tag{
    font-size: 11px;
    font-size: 1.1rem;
	color: #888;
}
.result_app_list li .price_box{
	margin-top: 10px;
	color: #3d8ad0;
	text-align: center;
}
.result_app_list li .price_box dt{
	color: #3d8ad0;
	border: 1px solid #3d8ad0;
	padding: 2px;
}
.result_app_list li .price_box dd{
    font-size: 24px;
    font-size: 2.4rem;
}
.result_app_list li .price_box dd .tax{
    font-size: 11px;
    font-size: 1.1rem;
	color: #333;
}
.result_app_list li .app_box_list li{
	background-color: #f6f6f6;
}
.result_app_list li .app_box_list li:nth-child(even){
	background-color: #fff;
}
.result_app_list li .app_box_list li dl dt,
.result_app_list li .app_box_list li dl dd{
	float: left;
	height: 24px;
	text-align: center;
}
.result_app_list li .app_box_list li dl .admission,
.result_app_list li .app_box_list li dl .graduate{
    font-size: 10px;
    font-size: 1rem;
}
.result_app_list li .app_box_list li:not(:first-child) dl .admission,
.result_app_list li .app_box_list li:not(:first-child) dl .graduate{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.result_app_list li .app_box_list li dl .admission{
	text-align: right;
	width: 15%;
}
.result_app_list li .app_box_list li dl .graduate{
	text-align: right;
	width: 23%;
}
.result_app_list li .app_box_list li dl .date{
	width: 18%;
    font-size: 16px;
    font-size: 1.6rem;
	text-align: left;
}
.result_app_list li .app_box_list li dl .date span{
    font-size: 10px;
    font-size: 1rem;
}
.result_app_list li .app_box_list li dl .date_sub{
	width: 11%;
    font-size: 11px;
    font-size: 1.1rem;
	color: #aaa;
	line-height: 24px;
}
.result_app_list li .app_box_list li dl .app_status{
	width: 15%;
    font-size: 11px;
    font-size: 1.1rem;
	line-height: 24px;
}
.result_app_list .box{
	position: relative;
}
.result_app_list .box.click{
    margin-bottom: 24px;
}
.result_app_list li .other_date{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    line-height: 24px;
    cursor: pointer;
    display: block;
    background-color: #3d8ad0;
    padding: 0 20px 0 35px;
    color: #fff;
}
.result_app_list li .other_date i{
    position: absolute;
    bottom: 1px;
    left: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f078';
    color: #fff;
}
.result_app_list li .other_date i:before{
    content: '\f078';
}
.result_app_list li .box.click .other_date{
    width: 103px;
    bottom: -24px;
}
.result_app_list li .application_btn{
	margin-top: 10px;
}
.result_app_list li .application_btn a{
	position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    outline: none;
	background-color: #6e9428;
	color: #fff;
}
.result_app_list li .application_btn a:before{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f054';
}
.result_app_list li .application_btn button{
	position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    outline: none;
	background-color: #6e9428;
	color: #fff;
}
.result_app_list li .application_btn button:before{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: FontAwesome;
    content: '\f054';
}
.main_slider{
	margin-bottom: 10px;
}
.title_square{
	padding: 15px 10px 15px 32px;
	background: url("/app/img/common/contents_nav_icon.png") no-repeat 8px center;
	background-size: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
/*トップ*/
#school .toggle_contents{
	display: none;
}
#school .acd{
	margin-bottom: 0;
}
#school .acd .horizontal_toggle.last{
	border-bottom: 5px solid #f6f6f6;
}
#school .acd .horizontal_toggle.last.open{
	border-bottom: none;
}
#medel_type .medel_type_wrap{
	padding: 20px 0 10px;
	background-color: #f6f6f6;
}
#medel_type .medel_type_list li{
	float: left;
	width: 22%;
	margin-bottom: 10px;
	background-color: #fff;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 5px;
}
#medel_type .medel_type_list li a{
	display: block;
	padding: 10px;
	white-space: nowrap;
}
#medel_type .medel_type_list li + li{
	margin-left: 4%;
}
#medel_type .medel_type_list li:nth-child(5){
	margin-left: 0;
}
#contents_a .title_square{
	border-bottom: 1px solid #ccc;
}
#contents_b .title_square{
	border-top: 1px solid #ccc;
}
#contents_b .bnr_list_wrap{
	padding: 20px 0;
	background-color: #f6f6f6;
}
#contents_b .bnr_list li{
	text-align: center;
}
#contents_b .bnr_list li + li{
	margin-top: 10px;
}
#plan .title_person_icon{
	border-top: 1px solid #ccc;
}
#specialized{
	padding-bottom: 20px;
}
#specialized .title_person_icon{
	padding-bottom: 0;
}
#specialized .button:before {
	right: auto;
    left: 30px;
}
#contents_a .button:before {
	content: '\f054';
}
#facility .ggmap iframe{
	width: 100%;
}
#security th{
	white-space: nowrap;
}

/*-----はじめての合宿免許-----*/
.post_style .post_style_nav_list li a{
	display: block;
    padding: 15px;
    border-top: 5px solid #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
}
.post_style .post_style_nav_list li a i{
	margin-right: 5px;
	color: #82c500;
}
.post_style .post_style_nav_list li .sub_list li a{
	padding-left: 35px;
}
.post_style .post_style_nav_list li .sub_list li:not(:first-child) a{
    border-top: 1px solid #f6f6f6;
}
.how_to_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.post_style h3.line_title{
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #3d8ad0;
	border-bottom: solid 1px #3d8ad0;
	text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .greeting{
	padding: 30px 0;
}
.post_style .greeting p{
	margin-bottom: 10px;
}
.how_to_contents_list li{
	margin-bottom: 20px;
}
.contents_list_pager{
	margin-bottom: 40px;
}
.contents_list_pager .prev{
	float: left;
}
.contents_list_pager .next{
	float: right;
}
.contents_list_pager .prev a,
.contents_list_pager .next a{
	display: block;
	padding: 15px;
	border: solid 1px #ccc;
}
/*合宿免許とは*/
.first_step_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/first_step/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.first_step_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .first_step .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .first_step .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .first_step .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 10px;
}
.post_style .first_step .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}

/*失敗しない合宿免許教習所の選び方*/
.choose_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/choose/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.choose_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .choose .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .choose .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .choose .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .choose .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .choose .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}
.post_style .choose .how_to_contents_list li .text .list01 {
	clear: both;
	width: 100%;
}
.post_style .choose .how_to_contents_list li .text dl {
	margin-bottom: 10px;
}
.post_style .choose .how_to_contents_list li .text dl dt {
	font-size: 12px;
    font-size: 1.2rem;
	font-weight: 600;
	position: relative;
	text-indent: 1em;
	margin-bottom: 5px;
}
.post_style .choose .how_to_contents_list li .text dl dt::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 8px;
  height: 5px;
  border-left: 2px solid #008cd7;
  border-bottom: 2px solid #008cd7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*お申込み方法*/
.application_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/application/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.application_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .application .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .application .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .application .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .application .how_to_contents_list li p .account {
	display: block;
    border: solid 1px #3d8ad0;
    margin-bottom: 10px;
    padding: 10px;
}
.post_style .application .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .application .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}
.post_style .application .how_to_contents_list li .text .list01 {
}
.post_style .application .how_to_contents_list li .text dl {
	margin-bottom: 10px;
}
.post_style .application .how_to_contents_list li .text dl dt {
	font-size: 12px;
    font-size: 1.2rem;
	font-weight: 600;
	position: relative;
	text-indent: 1em;
	margin-bottom: 5px;
}
.post_style .application .how_to_contents_list li .text dl dt::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 8px;
  height: 5px;
  border-left: 2px solid #008cd7;
  border-bottom: 2px solid #008cd7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post_style .application .how_to_contents_list li .text dl dd {
	margin-bottom: 10px;
}
.post_style .application .how_to_contents_list li .text dl dd .account{
	display: block;
	border: solid 1px #3d8ad0;
	margin: 10px 0;
	padding: 10px;
}
.post_style .application .how_to_contents_list li .text .list02 {
	margin-bottom: 10px;
}
.post_style .application .how_to_contents_list li .text .list02 li {
	margin-bottom: 0;
}
.post_style .application .how_to_contents_list li .text .list02 li::before {
	content: '';
  	display: inline-block;
  	position: relative;
  	left: -4px;
  	top: -2px;
  	width: 5px;
  	height: 5px;
	background-color: #fff;
  	border: 1px solid #3d8ad0;
  	border-radius: 100%;
}

/*お申込み完了から入校まで*/
.ready_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/ready/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.ready_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .ready .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .ready .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .ready .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .ready .how_to_contents_list li p .account {
	display: block;
	border: solid 1px #3d8ad0;
	margin-bottom: 10px;
	padding: 10px;
}
.post_style .ready .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .ready .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}

/*入校から卒業まで*/
.graduation_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/graduation/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.graduation_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .graduation .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .graduation .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .graduation .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .graduation .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .graduation .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}
/*卒業から免許取得まで*/
.get_license_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/get_license/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.get_license_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .get_license .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .get_license .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .get_license .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .get_license .how_to_contents_list li .txt_box{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f0f0f0;
	font-weight: 600;
}
.post_style .get_license .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .get_license .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}

/*地元教習で運転できるようになろう！*/
.drive_in_hometown_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/drive_in_hometown/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.drive_in_hometown_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .drive_in_hometown .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .drive_in_hometown .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .drive_in_hometown .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .drive_in_hometown .how_to_contents_list li .txt_box{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f0f0f0;
	font-weight: 600;
}
.post_style .drive_in_hometown .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .drive_in_hometown .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}
/*保護者の方へ*/
.explain_to_parents_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/explain_to_parents/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.explain_to_parents_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .explain_to_parents .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .explain_to_parents .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .explain_to_parents .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .explain_to_parents .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .explain_to_parents .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}

/*地元料理で賢く節約！　自炊プラン*/
.jisui_title{
	padding: 40px 0;
	background: url("/wp/wp-content/themes/menmado/img/how_to/jisui/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.jisui_title .inner h2 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .jisui .preface {
	padding: 30px 0 20px;
}
.post_style .jisui .preface p{
	margin-bottom: 10px;
}
.post_style .jisui h3.line_title{
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #333;
	border-bottom: solid 1px #333;
	text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .jisui .how_to_contents_list li h3{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(/app/img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .jisui .how_to_contents_list li .text h4 {
	margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .jisui .how_to_contents_list li .text h5 {
	margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}
.post_style .jisui .how_to_contents_list li p{
	margin-bottom: 10px;
}
.post_style .jisui .how_to_contents_list li .text ol {
	margin: 0 0 10px;
  	padding: 0
}
.post_style .jisui .how_to_contents_list li .text ol li {
	list-style: none;
    padding-left: 1.3em;
	margin-bottom: 0;
    text-indent: -1.3em;
}
.post_style .jisui .how_to_contents_list li:nth-child(odd) .image{
	float: right;
	width: 43%;
	margin: 0 0 10px 15px;
}
.post_style .jisui .how_to_contents_list li:nth-child(even) .image{
	float: left;
	width: 43%;
	margin: 0 10px 10px 0;
}

.this_site_title{
    padding: 40px 0;
	background-color: #3d8ad0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
	text-align: center;
}
.post{
	margin-bottom: 20px;
}
.post .title{
    margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
    background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}
.post p{
	margin-bottom: 10px;
}
.post a{
	color: #3d8ad0;
	text-decoration: underline;
}
.post a:hover{
	text-decoration: none;
}
.post table th{
    width: 25%;
}
.post table td{
	text-align: left;
}
.post ul {
	list-style-type: disc;
	margin-bottom: 15px;
	padding-left: 1.5em;
}
.post ul li {
	margin-bottom: 10px;
}
.post ol{
	list-style-type: decimal;
	padding-left:1em;
}
.post ol li{
	margin-bottom: 10px;
}
.post ol li > ol{
	margin-top: 10px;
}
.post .post_title01{
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
    color: #3d8ad0;
    border-bottom: 1px solid #3d8ad0;
}
.post dl dt{
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}
.post dl dd{
	margin-bottom: 15px;
}
.post table.terms_table{
	margin-top: 15px;
}
.post table.terms_table th{
	width: 60%;
}
.post table.terms_table thead th{
	background-color: #666;
	color: #fff;
}
#privacy.post dl dt,
#privacy2.post dl dt{
	font-weight: 500;
	margin-bottom: 5px;
}
.post table.privacy_table th{
	width: 50%;
}
.post table.privacy_table thead th{
	background-color: #666;
	color: #fff;
}
#faq.post .faq_list{
	list-style-type: none;
	padding-left: 0;
}
#faq.post .faq_list li{
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}
#faq.post .faq_list li dl dt{
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}
#faq.post .faq_list li dl dt:before{
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q.';
	font-weight: 600;
	color: #3d8ad0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
}
#faq.post .faq_list li dl dd{
	position: relative;
	padding-left: 20px;
}
#faq.post .faq_list li dl dd:before{
	position: absolute;
	left: 0;
	top: 0;
	content: 'A.';
	font-weight: 600;
	color: #91c337;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
}
#sitemap.post ul.sitemap_list,
#sitemap.post ul.sitemap_list ul{
	list-style-type: none;
	padding-left: 0;
}
#sitemap.post ul.sitemap_list ul{
	padding-left: 10px;
}
#sitemap.post .sitemap_list li ul li{
	position: relative;
    padding-left: 20px;
}
#sitemap.post .sitemap_list li ul li:before{
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 9px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    content: "";
}
#sitemap.post .sitemap_list li > ul{
	margin-top: 10px;
}
















/*----------------------------------------------------
	はじめての合宿免許 追加
----------------------------------------------------*/
/*お申込み完了から入校まで*/
.post_style .ready .how_to_contents_list li .item_list {
	clear: both;
	margin-top: 20px;
}
.post_style .ready .how_to_contents_list li .item_list h3 {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	background-color: transparent;
}
.post_style .ready .how_to_contents_list li .item_list h3::before {
	content: '';
  	display: inline-block;
  	position: relative;
	top: -2px;
  	left: 0;
  	width: 8px;
  	height: 5px;
  	border-left: 2px solid #008cd7;
  	border-bottom: 2px solid #008cd7;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
.post_style .ready .how_to_contents_list li .item_list h3 span {
	font-size: 12px;
    font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 5px;
}
.post_style .ready .how_to_contents_list li .item_list .item_list_image {
	float: left;
	width: 30%;
	margin: 0 15px 10px 0;
}

.post_style .ready .how_to_contents_list li .text .list02 {
	margin-bottom: 10px;
}
.post_style .ready .how_to_contents_list li .text .list02 li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 0;
}
.post_style .ready .how_to_contents_list li .text .list02 li::before {
	content: '';
  	display: inline-block;
  	position: relative;
  	left: 0;
  	top: -2px;
  	width: 5px;
  	height: 5px;
	background-color: #fff;
  	border: 1px solid #3d8ad0;
  	border-radius: 100%;
}

.post_style .graduation .how_to_contents_list li .text .list02 {
	margin-bottom: 10px;
}
.post_style .graduation .how_to_contents_list li .text .list02 li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 0;
}
.post_style .graduation .how_to_contents_list li .text .list02 li::before {
	content: '';
  	display: inline-block;
  	position: relative;
  	left: 0;
  	top: -2px;
  	width: 5px;
  	height: 5px;
	background-color: #fff;
  	border: 1px solid #3d8ad0;
  	border-radius: 100%;
}

.post_style .get_license .how_to_contents_list li .text dl {
	margin-bottom: 10px;
}
.post_style .get_license .how_to_contents_list li .text dl dt {
	font-size: 12px;
    font-size: 1.2rem;
	font-weight: 600;
	position: relative;
	text-indent: 1em;
	margin-bottom: 5px;
}
.post_style .get_license .how_to_contents_list li .text dl dt::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 8px;
  height: 5px;
  border-left: 2px solid #008cd7;
  border-bottom: 2px solid #008cd7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post_style .get_license .how_to_contents_list li .text dl dd {
	margin-bottom: 10px;
}

/*----------------------------------------------------
	はじめての合宿免許 h要素変更
----------------------------------------------------*/

/*はじめての合宿免許*/

.post_style .line_title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #3d8ad0;
	border-bottom: solid 1px #3d8ad0;
	text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*合宿免許とは*/

.first_step_title{
	padding: 40px 0;
	background: url("../img/how_to/first_step/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.first_step_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .first_step .how_to_contents_list li h2{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*失敗しない合宿免許教習所の選び方*/

.choose_title{
	padding: 40px 0;
	background: url("../img/how_to/choose/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.choose_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .choose .how_to_contents_list li h2{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .choose .how_to_contents_list li .text h3 {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	background-color: transparent;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*お申込み方法*/

.application_title{
	padding: 40px 0;
	background: url("../img/how_to/application/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.application_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .application .how_to_contents_list li h2{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .application .how_to_contents_list li .text h3 {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	background-color: transparent;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*お申込み完了から入校まで*/

.ready_title{
	padding: 40px 0;
	background: url("../img/how_to/ready/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.ready_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .ready .how_to_contents_list li h2{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*入校から卒業まで*/

.graduation_title{
	padding: 40px 0;
	background: url("../img/how_to/graduation/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.graduation_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .graduation .how_to_contents_list li h2{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .graduation .how_to_contents_list li .text h3 {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	background-color: transparent;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*卒業から免許取得まで*/

.get_license_title{
	padding: 40px 0;
	background: url("../img/how_to/get_license/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.get_license_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .get_license .how_to_contents_list li h2 {
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}
.post_style .get_license .how_to_contents_list li .text h3 {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	background-color: transparent;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*地元教習で運転できるようになろう！*/

.drive_in_hometown_title{
	padding: 40px 0;
	background: url("../img/how_to/drive_in_hometown/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.drive_in_hometown_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .drive_in_hometown .how_to_contents_list li h2 {
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*保護者の方へ*/

.explain_to_parents_title{
	padding: 40px 0;
	background: url("../img/how_to/explain_to_parents/title_bg.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.explain_to_parents_title .inner h1 {
	background-color: #008cd7;
	display: inline;
	padding-right: 5px;
	border-radius: 3px;
}
.post_style .explain_to_parents .how_to_contents_list li h2{
	margin-bottom: 20px;
    padding: 15px 10px 15px 32px;
    background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
    background-size: 20px;
	background-color: #f6f6f6;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 600;
}

/*----------------------------------------------------
	免許の窓口 コンテンツ移設 固定ページ
----------------------------------------------------*/

/*地元教習特集 - 免窓だけの特別特典*/
.local_class .clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.local_class .keyvisual {
  width: 100%;
  background: url(/img/contents/local_class/keyvisual_bg.png) no-repeat;
	background-size: cover;
  margin: 0 0 3%;
}

.local_class .keyvisual h1 {
  padding: 5% 3%;
}

.local_class .keyvisual h1 img {
	width: 80%;
}

.local_class .trouble {
  background: #f5f7f8;
  padding: 5% 0 10%;
  text-align: center;
}

.local_class .trouble .fixwidth {
	width: 94%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 40px 0;
}

.local_class .trouble .fixwidth h2 img {
	width: 90%;
}

.local_class .trouble .fixwidth .besth2, .best li, .best2 li {
	margin-top: 50px;
}

.local_class .trouble .fixwidth .best li img,
.local_class .trouble .fixwidth .best2 li img {
	width: 80%;
}

.local_class .trouble .fixwidth h2.besth2 {
	border-top: dotted 4px #aaa;
	padding-top: 50px;
	width: 90%;
	margin: 50px auto 0;
}

.local_class .trouble .fixwidth .besth2 img {
	width: 100%;
}

.local_class .trouble .fixwidth .box {
	width: 90%;
	margin: 30px auto;
	border: solid 1px #ffe400;
	border-radius: 10px;
	overflow: hidden;
}

.local_class .trouble .fixwidth .box h2 {
	background: #ffe400;
	padding: 15px 0;
}

.local_class .trouble .fixwidth .boxtxt {
	padding: 30px;
	background: #fff;
}

.local_class .trouble .fixwidth .boxinner.box3 {
    margin: 0;
	font-size: 26px;
}

.local_class .trouble .fixwidth .btn_area {
	background-color: transparent !important;
	border-top: none;
	padding: 0;
}

.local_class .trouble .fixwidth .btn_area a {
	display: block;
	margin: 2% 0 0;
}

.local_class .trouble .fixwidth .btn_area a img {
	width: 90%;
}

.local_class .trouble.con2 {
	background: #fff;
	padding: 0 0 10%;
}

.local_class .trouble.con2 .box.box2 {
	width: 90%;
	margin: 30px auto;
	border: solid 1px #e60012;
	border-radius: 10px;
	overflow: hidden;
}

.local_class .trouble.con2 .box.box2 h2 {
	padding: 10px 0;
	background-color: #e60012;
}

.local_class .trouble.con2 .box.box2 h2 img {
	width: 90%;
}

.local_class .trouble.con2 .box.box2 .boxtxt {
	padding: 30px;
	background-color: #fff;
}

.local_class .trouble.con2 .box.box2 .boxtxt .boxinner {
	margin-top: 30px;
}

.local_class .trouble.con2 .box.box2 .boxtxt .boxinner .fleft {
	display: block;
	float: left;
	width: 20%;
	padding: 0 10px 10px 0;
}

.local_class .trouble.con2 .box.box2 .boxtxt p.b_txt {
	margin-top: 1rem;
}

.local_class .voice {
	background-color: #eaf6fd;
	padding: 5% 0 10%;
	text-align: center;
}

.local_class .voice .fixwidth.fix2 {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0;
}

.local_class .voice .fixwidth.fix2 .voice_expert {
	margin: 5% 0;
}

.local_class .voice .fixwidth.fix2 .voice_expert ul .voice_photo {
	border: solid 1px #e84c8d;
  	border-radius: 10px;
  	padding: 20px;
  	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
}

.local_class .voice .fixwidth.fix2 .voice_expert ul .voice_photo:last-child {
	margin-bottom: 0;
}

.local_class .voice .fixwidth.fix2 .voice_expert ul .voice_photo .voice_img {
	display: block;
	float: left;
	max-width: 30%;
	margin-right: 10px;
}

.local_class .voice .fixwidth.fix2 .voice_expert ul .voice_photo .voice_img img {
	width: 100%;
}

.local_class .voice .fixwidth.fix2 .voice_expert ul .voice_photo .voice_name {
	color: #e84c8d;
	text-align: left;
}

.local_class .voice .fixwidth.fix2 .voice_expert ul .voice_photo .comment {
	display: inline-block;
	text-align: left;
	margin-top: 10px;
}

.local_class .voice .fixwidth.fix2 .voice_customer {
	margin: 5% 0;
}

.local_class .voice .fixwidth.fix2 .voice_customer ul .voice_illust {
	border: solid 1px #e84c8d;
  	border-radius: 10px;
  	padding: 20px;
  	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
}

.local_class .voice .fixwidth.fix2 .voice_customer ul .voice_illust:last-child {
	margin-bottom: 0;
}

.local_class .voice .fixwidth.fix2 .voice_customer ul .voice_illust .voice_name {
	margin-top: 10px;
	color: #e84c8d;
	text-align: left;
}

.local_class .voice .fixwidth.fix2 .voice_customer ul .voice_illust .comment {
	margin-top: 10px;
	text-align: left;
}

.local_class .voice .fixwidth.fix2 .target_map {
	margin: 13% 0 0;
}

.local_class .voice .fixwidth.fix2 .box.box3 {
	border: 1px solid #03114e;
	border-radius: 10px;
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}

.local_class .voice .fixwidth.fix2 .box.box3 h2 {
	background-color: #03114e;
	padding: 10px 0;
}

.local_class .voice .fixwidth.fix2 .box.box3 h2 img {
	width: 70%;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft {
	padding: 20px;
	background-color: #fff;
	text-align: left;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3 .li_icon:before {
    content: "";
    background: url(/img/contents/local_class/icon01.png) no-repeat;
	background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 6px;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3 .li_icon.lii2:before {
    background: url(/img/contents/local_class/icon02.png) no-repeat;
	background-size: cover;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3 .li_icon.lii3:before {
    background: url(/img/contents/local_class/icon03.png) no-repeat;
	background-size: cover;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3 .li_icon.lii4:before {
    background: url(/img/contents/local_class/icon04.png) no-repeat;
	background-size: cover;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3 .li_icon.lii5:before {
    background: url(/img/contents/local_class/icon05.png) no-repeat;
	background-size: cover;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3  .li_icon {
    text-indent: -2em;
    padding-left: 2.5em;
}

.local_class .voice .fixwidth.fix2 .box.box3 .boxtxt.tleft .boxinner.box3 .li_icon.lii5 span.txt {
	padding-top: 1rem;
}

.local_class .voice .fixwidth.fix2 .btn_area {
	background-color: transparent !important;
	border-top: none;
	padding: 0;
}

.local_class .voice .fixwidth.fix2 .btn_area a {
	display: block;
	margin: 2% 0 0;
}

.local_class .voice .fixwidth.fix2 .btn_area a img {
	width: 90%;
}

/*東京の合宿免許 - お得な合宿プラン*/
.tokyo_lodge .clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.tokyo_lodge .keyvisual {
	width: 100%;
    background: url(/img/contents/tokyo_lodge/h1_sp_bg.png) no-repeat;
	background-size: cover;
    margin: 0 0 3%;
}

.tokyo_lodge .keyvisual h1 {
  padding: 5% 3%;
}

.tokyo_lodge .keyvisual h1 img {
	width: 80%;
}

.tokyo_lodge .rankingarea {
	background-color: #d9ecf9;
	padding: 30px 0;
}

.tokyo_lodge .rankingarea .rankinginner {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 0;
}

.tokyo_lodge .rankingarea .rankinginner .ranking.fixwidth {
	border: 1px solid #ffe400;
	border-radius: 10px;
	overflow: hidden;
	background: url(/img/contents/tokyo_lodge/top_sp_bg_1812.png) no-repeat right bottom #fff;
	background-size: contain;
	padding-bottom: 50px;
	width: 90%;
	margin: 0 auto;
}
.tokyo_lodge .rankingarea .rankinginner .ranking.fixwidth h2.txtcenter {
	background-color: #ffe400;
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 15px;
}

.tokyo_lodge .rankingarea .rankinginner .ranking.fixwidth .tokucho {
	text-align: center;
	padding-bottom: 60px;
}

.tokyo_lodge .rankingarea .rankinginner .order {
	background-color: #ffe400;
	width: 90%;
	border-radius: 10px;
	margin: 20px auto;
	padding: 20px 0;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea {
	position: relative;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea h3 {
	text-align: center;
	width: 100%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea h3 img {
	width: 80%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea1 {
	background-color: #fff;
	border-radius: 10px;
	margin: 20px auto;
	padding: 15px;
	width: 90%;
	position: relative;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 20px;
	height: 11px;
	background: url(/img/contents/tokyo_lodge/shape.png) no-repeat center;
	margin-left: -10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea1 span.steparea_ttl {
	display: block;
	width: 100%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea1 span.steparea_ttl img {
	width: 35%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea1 p {
	margin-top: 10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea2 {
	background-color: #fff;
	border-radius: 10px;
	margin: 20px auto;
	padding: 15px;
	width: 90%;
	position: relative;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea2 span.steparea_ttl {
	display: block;
	width: 100%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea2 span.steparea_ttl img {
	width: 65%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea2 p {
	margin-top: 10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 {
	width: 90%;
	height: auto;
	margin: 20px auto;
	display: table;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_left {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 46%;
	min-height: 200px;
	position: relative;
	display: table-cell;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_left:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	width: 20px;
	height: 11px;
	background: url(/img/contents/tokyo_lodge/shape.png) no-repeat center;
	margin-left: -10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_left span.steparea_ttl {
	display: block;
	width: 100%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_left p {
	margin-top: 10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_right {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 47%;
	min-height: 200px;
	position: relative;
	display: table-cell;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_right span.steparea_ttl {
	display: block;
	width: 100%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_right span.steparea_ttl img {
	width: 70%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_right p {
	margin-top: 10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .steparea3_right:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	width: 20px;
	height: 11px;
	background: url(/img/contents/tokyo_lodge/shape.png) no-repeat center;
	margin-left: -10px;
}


.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea3 .left_arrow {
	display: table-cell;
	vertical-align: middle;
	padding-left: 4px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea4 {
	background-color: #fff;
	border-radius: 10px;
	margin: 20px auto;
	padding: 15px;
	width: 90%;
	position: relative;
	clear: both;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea4:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 24%;
	width: 20px;
	height: 11px;
	background: url(/img/contents/tokyo_lodge/shape.png) no-repeat center;
	margin-left: -10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea4 span.steparea_ttl {
	display: block;
	width: 100%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea4 span.steparea_ttl img {
	width: 60%;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steparea4 p {
	margin-top: 10px;
}

.tokyo_lodge .rankingarea .rankinginner .order .orderarea .steptxt {
	margin-top: 30px;
	width: 81%;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.5em;
}

.tokyo_lodge .rankingarea .rankinginner .plan.section_mg.kotsuhi {
	background-color: #fbe7ec;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

.tokyo_lodge .rankingarea .rankinginner .plan.section_mg.kotsuhi .fixwidth .c_txt {
	margin: 20px 0;
}

.tokyo_lodge .rankingarea .rankinginner .plan.section_mg.kotsuhi .fixwidth h2.txtcenter,
.tokyo_lodge .rankingarea .rankinginner .plan.section_mg.kotsuhi .fixwidth .txtcenter.conversion {
	text-align: center;
}

.tokyo_lodge .rankingarea .rankinginner .plan.section_mg.kotsuhi .fixwidth .txtcenter.conversion a {
	display: block;
}

.tokyo_lodge .schedule.section_mg {
	padding: 30px 0;
}

.tokyo_lodge .schedule.section_mg .fixwidth {
	width: 90%;
	margin: 0 auto;
}

.tokyo_lodge .schedule.section_mg .fixwidth h2.txtcenter {
	text-align: center;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender {
	margin-top: 20px;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li {
	margin-bottom: 5px;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li span {
	border: solid 1px #9fa0a0;
	padding: 1px 10px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .pict_mogi {
	background-color: #fff9b0;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .pict_gakka {
	background-color: #c7e8fa;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .pict_koka {
	background-color: #fcc800;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .pict_shuu {
	background-color: #ed6d00;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .pict_sotu {
	background-color: #c6de8f;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .pict_shuk {
	background-color: #f49ac1;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender li .sche_pict {
	border: none;
	width: 70%;
	margin-left: 3px;
	font-weight: normal;
	display: inline-block;
	padding: 0;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender_img .sche_scroll {
	margin-top: 20px;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender_img .sche_scroll:before {
	content: url(/img/contents/tokyo_lodge/scroll.gif);
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender_img .sche_calender_image {
	overflow: scroll;
	width: 100%;
	height: 550px;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender_img .sche_calender_image img {
	max-width: none;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender_img p.warning_little.warning_pink.komekome {
	color: red;
}

.tokyo_lodge .schedule.section_mg .fixwidth .sche_calender_img p.warning_little.warning_pink.komekome .imgtxtindent {
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.tokyo_lodge .schedule.section_mg .fixwidth .txtcenter.conversion {
	margin: 20px auto 0;
	text-align: center;
}

.tokyo_lodge .schedule.section_mg .fixwidth .txtcenter.conversion a {
	display: block;
	width: 100%;
}

.tokyo_lodge .schedule.section_mg .fixwidth .txtcenter.conversion a img {
	width: 80%;
}

.tokyo_lodge .plan.section_mg {
	padding: 30px 0;
}

.tokyo_lodge .plan.section_mg .fixwidth {
	width: 90%;
	margin: 0 auto;
}

.tokyo_lodge .plan.section_mg .fixwidth .h3_dot {
	background: url(/img/contents/tokyo_lodge/dot.png) no-repeat center;
	background-size: contain;
}

.tokyo_lodge .plan.section_mg .fixwidth .h3_dot h3.txtauto.txtcenter {
	background-color: #1f2773;
	padding: 10px 0;
	border-radius: 25px;
	width: 50%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
}

.tokyo_lodge .plan.section_mg .fixwidth p.h3_bottxt {
	margin-bottom: 20px;
}

.tokyo_lodge .plan.section_mg .fixwidth .skybg .tokyoplan table.type01 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

.tokyo_lodge .plan.section_mg .fixwidth .skybg .tokyoplan table.type01 th {
	width: 30%;
	padding: 10px 0 0 20px;
	font-size: 1.2rem;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #000;
	background-color: #fff100;
}

.tokyo_lodge .plan.section_mg .fixwidth .skybg .tokyoplan table.type01 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #000;
	font-size: 1.2rem;
	text-align: left;
}

.tokyo_lodge .plan.section_mg .fixwidth .skybg .tokyoplan table.type01 td p b {
	font-weight: bold;
}

.tokyo_lodge .plan.section_mg .fixwidth .skybg .tokyoplan table.type01 td p.pricetxt {
	padding-left: 1rem;
	font-weight: bold;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon {
	position: relative;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon:before {
	position: absolute;
	content: "";
	width: 21px;
	height: 12px;
	background: url(/img/contents/tokyo_lodge/shape_blue.png) no-repeat center;
	left: 50%;
	top: -12px;
	margin-left: -6px;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi {
	border: solid 1px #1f2773;
	border-radius: 5px;
	margin: 20px 0 30px;
	overflow: hidden;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi h4.txtauto.txtcenter.p_b_img {
	color: #fff;
	background-color: #1f2773;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi h4.txtauto.txtcenter.p_b_img img {
	width: 40%;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi .plan_box_img {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	display: flex;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi p {
	padding: 10px 20px;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi .plan_box_img img {
	display: block;
	width: 48%;
	margin-right: 4%;
}

.tokyo_lodge .plan.section_mg .fixwidth .plan_box_icon .plan_box.pbi .plan_box_img img:last-child {
	margin-right: 0;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning {
	border: 1px solid #000;
	border-radius: 5px;
	overflow: hidden;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning h3.txtauto.txtcenter {
	background-color: #d9ecf9;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	position: relative;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul {
	padding: 20px;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul li:last-child {
	margin-bottom: 0;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul li:before {
	content:'';
	background: url(/img/contents/tokyo_lodge/circle.png) no-repeat center;
	background-size: contain;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul li p {
	margin: 0 0 20px 20px;
	font-weight: bold;
	line-height: 2rem;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul li p:nth-child(odd) {
	margin: 0 0 0 20px;
}

.tokyo_lodge .plan.section_mg .fixwidth .warning ul li p span {
	background: linear-gradient(transparent 60%, #ffe400 60%);
	font-weight: bold;
}

.tokyo_lodge .plan.section_mg .fixwidth .txtcenter.conversion {
	margin: 30px auto 0;
	text-align: center;
}

.tokyo_lodge .plan.section_mg .fixwidth .txtcenter.conversion a {
	display: block;
	width: 100%;
}

.tokyo_lodge .plan.section_mg .fixwidth .txtcenter.conversion a img {
	width: 80%;
}

/*--いきなりプロ免許 準中型免許のご案内--*/

.semi_medium .clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.semi_medium .keyvisual {
	width: 100%;
    background: url(/img/contents/semi_medium/keyvisual_bg.png) no-repeat;
	background-size: cover;
    margin: 0 0 3%;
}

.semi_medium .keyvisual h1 {
  padding: 5% 3%;
}

.semi_medium .keyvisual h1 img {
	width: 70%;
}

.semi_medium .new_license {
	padding-bottom: 50px;
}

.semi_medium .new_license .fixwidth {
	width: 94%;
	margin: 0 auto;
}

.semi_medium .new_license .fixwidth h2.txtcenter {
	text-align: center;
	margin-bottom: 15px;
}

.semi_medium .new_license .fixwidth p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5rem;
}

.semi_medium .new_license .fixwidth p.annotation {
	font-weight: normal;
	font-size: 1.2rem;
	margin-top: 10px;
}

.semi_medium .new_license .fixwidth .car_type {
    margin: 20px 0 30px;
	width: 100%;
}

.semi_medium .new_license .fixwidth .car_type .box {
	display: inline-block;
	width: 49%;
	margin-right: 1%;
	border-radius: 10px 10px 0 0 ;
	background-color: #fffeea;
	position: relative;
}

.semi_medium .new_license .fixwidth .car_type .box.right {
	margin-right: 0;
}

.semi_medium .new_license .fixwidth .car_type .box img.car_illust01 {
	position: absolute;
	top: -4px;
	left: 7px;
	width: 45%;
}

.semi_medium .new_license .fixwidth .car_type .box img.car_illust02 {
	position: absolute;
	top: 4px;
	left: 9px;
	width: 50%;
}

.semi_medium .new_license .fixwidth .car_type .box p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
}

.semi_medium .new_license .fixwidth .car_type .box .car_type_ttl {
	border-radius: 10px 10px 0 0 ;
	background-color: #fff100;
	padding: 4% 5%;
}

.semi_medium .new_license .fixwidth .car_type .box .car_type_ttl h3 {
	text-align: right;
	font-size: 1.6rem;
	font-weight: bold;
}

.semi_medium .new_license .fixwidth .car_type .box .box_inner {
	padding: 3%;
}

.semi_medium .new_license .fixwidth .car_type .box .box_inner dl dt {
	width: 44%;
	float: left;
	margin: 8px 0 0;
	font-weight: bold;
}

.semi_medium .new_license .fixwidth .car_type .box .box_inner dl dd {
	font-weight: bold;
}

.semi_medium .new_license .fixwidth .car_type .box .box_inner dl dd span.em_red {
	font-size: 2rem;
	font-weight: bold;
	color: #e60012;
	margin: 0 5px 0 0;
}

.semi_medium .new_license .fixwidth .car_type .box .box_inner dl dd span.em {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	margin: 0 5px 0 0;
}

.semi_medium .new_license .fixwidth .drivable_cars {
	margin-bottom: 20px;
}

.semi_medium .new_license .fixwidth .drivable_cars h3 {
	color: #fff;
	background-color: #005eae;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0;
}

.semi_medium .new_license .fixwidth .drivable_cars ul {
	font-size: 0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack:justify;
    -webkit-flex-pack:justify;
    -ms-flex-pack:justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.semi_medium .new_license .fixwidth .drivable_cars ul li {
	width: 48.5%;
	background-color: #bae3f9;
	border-radius: 10px;
	text-align: center;
	padding: 7px;
	margin: 10px 0 0;
}

.semi_medium .new_license .fixwidth .drivable_cars ul li p {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #005eae;
	margin: 15px 0 0;
}

.semi_medium .new_license .fixwidth .drivable_cars ul li .list_img {
	background-color: #fff;
	border-radius: 10px;
	height: 80px;
}

.semi_medium .new_license .fixwidth .drivable_cars ul li .list_img img {
	position: relative;
	top: 50%;
	width: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.semi_medium .new_license .fixwidth .lesson .box table {
  width: 100%;
  font-size: 1.5rem;
  margin: 20px 0 0;
}

.semi_medium .new_license .fixwidth .lesson .box table tr,
.semi_medium .new_license .fixwidth .lesson .box table th,
.semi_medium .new_license .fixwidth .lesson .box table td {
  border: solid 1px #151515;
  font-weight: bold;
}

.semi_medium .new_license .fixwidth .lesson .box table th,
.semi_medium .new_license .fixwidth .lesson .box table td {
  text-align: center;
  padding: 8px 0;
}

.semi_medium .new_license .fixwidth .lesson .box table tr.bg_yellow th {
  background-color: #fff100 !important;
}

.semi_medium .new_license .fixwidth .lesson .box table tr.bg_gray th {
  background: #dcdddd;
}

.semi_medium .new_license .fixwidth .txtcenter.conversion {
	margin: 30px auto 0;
	text-align: center;
}

.semi_medium .new_license .fixwidth .txtcenter.conversion a {
	display: block;
	width: 100%;
}

.semi_medium .new_license .fixwidth .txtcenter.conversion a img {
	width: 80%;
}

.semi_medium .schedule.section_mg {
  	background-color: #f5f7f8;
	padding-top: 30px;
}

.semi_medium .schedule.section_mg .fixwidth {
	width: 94%;
	margin: 0 auto;
}
.semi_medium .schedule.section_mg .fixwidth h2.txtcenter {
	text-align: center;
	margin-bottom: 15px;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender {
	margin-left: 25%;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender li {
	margin-bottom: 10px;
	font-weight: normal;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender li span.pict01 {
	border: 1px solid #9fa0a0;
	padding: 1px 5px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #fff9b0;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender li span.pict02 {
	border: 1px solid #9fa0a0;
	padding: 1px 5px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #c7e8fa;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender li span.pict03 {
	border: 1px solid #9fa0a0;
	padding: 1px 5px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #ed6d00;
	color: #fff;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender li span.pict04 {
	border: 1px solid #9fa0a0;
	padding: 1px 5px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #da81ac;
	color: #fff;
}

.semi_medium .schedule.section_mg .fixwidth ul.sche_calender li span.pict05 {
	border: 1px solid #9fa0a0;
	padding: 1px 5px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: #fcc800;
}

.semi_medium .schedule.section_mg .fixwidth .sche_calender_img p.sche_scroll {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
}

.semi_medium .schedule.section_mg .fixwidth .sche_calender_img p.sche_scroll:before {
	content: url(/img/contents/semi_medium/scroll_icon.gif);
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.semi_medium .schedule.section_mg .fixwidth .sche_calender_img .sche_calender_image {
	overflow: scroll;
	width: 100%;
	height: 605px;
}

.semi_medium .schedule.section_mg .fixwidth .sche_calender_img .sche_calender_image img {
	width: 900px;
	max-width: none;
}

.semi_medium .recommend {
	background-color: #f5f7f8;
	padding: 50px 0;
}

.semi_medium .recommend .fixwidth {
	width: 94%;
	margin: 0 auto;
}

.semi_medium .recommend .fixwidth h2.txtcenter {
	text-align: center;
	margin-bottom: 15px;
}

.semi_medium .recommend .fixwidth p.txtcenter {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.semi_medium .recommend .fixwidth .school {
	margin-top: 20px;
	border: none;
}

.semi_medium .recommend .fixwidth .school .school_ttl {
	background-color: #00b3dc;
	color: #ebd300;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.semi_medium .recommend .fixwidth .school .school_ttl h3 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
}

.semi_medium .recommend .fixwidth .school .box_inner {
	border-left: solid 1px #1697d6;
	border-right: solid 1px #1697d6;
	border-bottom: solid 1px #1697d6;
	border-radius: 0 0 10px 10px;
	padding: 15px;
}

.semi_medium .recommend .fixwidth .school .box_inner .img_box img {
	width: 100%;
}

.semi_medium .recommend .fixwidth .school .box_inner p.em {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 15px 0 10px;
}

.semi_medium .recommend .fixwidth .school .box_inner p.em:before {
	content: "■";
	color: #00b3dc;
}

.semi_medium .recommend .fixwidth .school table {
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 20px;
	border-left: solid 1px #151515;
	border-right: solid 1px #151515;
	border-bottom: solid 1px #151515;
}

.semi_medium .recommend .fixwidth .school table th {
	background-color: #e4e4e5;
	border: solid 1px #151515;
	font-weight: bold;
	padding: 10px 20px;
	border-top: solid 1px #151515;
	line-height: 1.5rem;
	text-align: center;
}

.semi_medium .recommend .fixwidth .school table td {
	border-right: solid 1px #151515;
	font-weight: bold;
	padding: 10px 20px;
	border: solid 1px #151515;
	line-height: 2rem;
	text-align: center;
}

.semi_medium .recommend .fixwidth .school table td span.tax {
	font-weight: normal;
}

.semi_medium .recommend .fixwidth .school .point.clearfix .point_img {
	float: left;
}

.semi_medium .recommend .fixwidth .school .point.clearfix .point_img img {
	width: 80px;
	height: 80px;
}

.semi_medium .recommend .fixwidth .school .point.clearfix ul {
	float: left;
	font-weight: bold;
	margin: 10px 0 0 10px;
	width: calc(100% - 90px);
}

.semi_medium .recommend .fixwidth .school .point.clearfix ul li {
	padding-left: 1rem;
	text-indent: -1rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.semi_medium .recommend .fixwidth .school .point.clearfix ul li:before {
	content: "●";
	color: #fff100;
}

.semi_medium .recommend .fixwidth .txtcenter.conversion {
	margin: 30px auto 0;
	text-align: center;
}

.semi_medium .recommend .fixwidth .txtcenter.conversion a {
	display: block;
	width: 100%;
}

.semi_medium .recommend .fixwidth .txtcenter.conversion a img {
	width: 80%;
}

/*----------------------------------------------------
	免許の窓口 投稿ページ
----------------------------------------------------*/

/*-----運転免許試験場一覧-----*/

.examination_html .clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.examination_html .useful.post_style .font-default .mc.page .justifyBox {
	margin: 10px auto 20px;
	padding: 0 15px;
	width: 100%;
}

.examination_html .useful.post_style .font-default .mc .accordion_pref {
	margin: 0 auto 20px;
	padding: 0 15px;
	width: 100%;
}

.examination_html .useful.post_style .font-default .mc .accordion_pref h3.accordion-head {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #3d8ad0;
	border-bottom: 1px solid #3d8ad0;
}

.examination_html .useful.post_style .font-default .mc .accordion_pref dl.open dt b {
	font-weight: bold;
}

.examination_html .useful.post_style .font-default .mc .accordion_pref dl.open dt a {
	text-decoration: underline;
}

.examination_html .useful.post_style .font-default .mc .accordion_pref dl.open dd {
	margin-bottom: 10px;
}

/*----------------------------------------------------
	免許の窓口 免許取得お役立ち情報(useful)下層ページh1
----------------------------------------------------*/

.useful.post_style .font-default .set_top_title {
	padding: 30px 20px;
	background-color: #008cd7;
	color: #fff;
	font-size: 16px;
}












/*----------------------------------------------------
トップページ
----------------------------------------------------*/

#kansanki.horizontal-list .item.noicon,
#medel_type .medel_type_list li.noicon{
  display: none;
}

#type-all-btn{
  background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

#type-all-btn .button:before{
  transform: translate(5px, -50%) rotate(-90deg);
}



/*----------------------------------------------------
http://dev.menmado.com/school/〇〇
----------------------------------------------------*/

#facility .facility_box02 .facility_box_text{
  vertical-align: top;
}

#facility .facility_box02 .facility_box_text > p{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#gallery .gallery_list img{
  max-height: 230px;
  height: calc((96vw - 30px) / 3);
  object-fit: cover;
  object-position: center;
}

#facility .facility_box .facility_list_img img{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}

#facility .facility_box02 .facility_box_text a{
  display: block;
  margin: 0 10px 10px 0;
  width: calc((99vw - 70px) / 3);
  height: calc((99vw - 70px) / 3);
  max-width: 222px;
  max-height: 222px;
}

#facility .facility_box02 .facility_box_text a:nth-child(3n){
  margin-right: 0;
}

#facility .facility_box02 .facility_box_text img{
  object-fit: cover;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
}

#facility .facility_box02 .facility_box_text span{
  display: block;
  width: 100%;
}

.result_link_list li .result_link_image img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

#kansanki.horizontal-list{
  scroll-snap-type: x;
  padding: 5px 5px 8px 0px;
}

#kansanki.horizontal-list .item{
  scroll-snap-align: start;
  border-left: 2px solid #3d8ad0;
  padding: 0;
}

#kansanki.horizontal-list .item:first-child{
  border: none;
  padding-left: 8px;
}

#kansanki.horizontal-list .item .title{
  border: 1px solid #fff;
}


/* 合宿プラン検索 */
.result_app_list li .result_app_image{
  padding: 0;
}
.result_app_list li .result_app_image img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.result_app_list li a div{
  transition: 0;
}
.result_app_list li a:hover div{
  opacity: .8;
}


/* trip */
.trip .keyvisual img{
  width: 100%;
  margin-bottom: 3%;
}
.trip .wrapper{
  font-family: "meiryo", sans-serif;
  color: #151515;
}
.trip .triparea {
  background: #ddf0ee;
  padding: 50px 0;
}
.trip .tripinner {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
}
.trip .fixwidth {
    width: 90%;
    margin: 0 auto;
}
.trip .tokucho {
    text-align: center;
    padding-bottom: 20px;
}
.trip .txtcenter {
    text-align: center;
}
.trip .conversion img{
  max-width: 350px;
  width: 70%;
}
.trip .conversion_conv img {
  margin: 20px 0px 15px;
}
.trip .section_mg {
    padding: 50px 0px;
}
.trip .fixwidth {
    width: 95%;
    margin: 0 auto;
}
.trip .place {
    margin: 30px 0;
    border-radius: 10px;
    padding: 40px 3% 0;
    border: 10px solid #ddf0ee;
}
.trip .place > p{
  margin-top: 5px;
}
.trip .c_txt {
  font-size: 1.5rem;
    padding-top: 1em;
    line-height: 180%;
}
.trip .place .captionimg {
    color: #009d81;
    font-size: 13px;
    margin-bottom: 30px;
}
.trip .place .captionimg img {
    margin: 15px 0 10px 0;
}
.trip .fleft {
    float: left;
}
.trip .school {
    border: 5px solid #009d81;
    clear: both;
    margin: 0 0 15px;
    padding-bottom: 20px;
    text-align: center;
}
.trip .school .day {
    background: #009d81;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 10px 0;
}
.trip .school .day strong {
    font-size: 130%;
}
.trip .school img.schoolImg {
    margin: 15px auto;
}
.trip .school a h5, .school a h4 {
    color: #0789d4;
}
.trip .school h5 {
    font-size: 17px;
    font-weight: normal;
}
.trip .school h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.trip .school a p {
    color: #000;
}
.trip .school .day br {
    display: none;
}
.trip .school .name img{
  width: 80%;
  max-width: 500px;
}


/* 190913 車種ページ　*/
#medel_type .medel_type_list::after{
	content: '';
	width: 22%;
}
#medel_type .medel_type_list::before{
	content: '';
	width: 22%;
	-webkit-box-ordinal-group: 2;
	        order: 1;
}
#medel_type .medel_type_list li{
	margin: 0 0 calc(.8vw + 7px) 0 !important;
  float: none;
}
#medel_type .medel_type_list li a{
	white-space: normal!important;
}
#medel_type .medel_type_list li.notion br {
	display: none;
}

#medel_type .medel_type_list {
	display: -webkit-box;
	display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

/* 190913 ヘッダーメニュー部分 */
#kansanki.horizontal-list .item span {
	background-size: 33px auto!important;
}
#kansanki.horizontal-list .item:not(:first-child) span{
	padding-left: 35px;
}
#kansanki.horizontal-list .item.notion span {
	background: none;
	padding: 0 5px;
	white-space: normal;
	line-height: 1em;
	vertical-align: middle;
	height: auto;
}
#kansanki.horizontal-list .item.notion,
#medel_type .medel_type_list li.noicon{
  display: none;
}

#type-all-btn{
  background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

#type-all-btn .button:before{
  transform: translate(5px, -50%) rotate(-90deg);
}

/* 190913 */
.school #school .toggle_contents,
.type #school .toggle_contents{
	display: block;
}

.school #school .horizontal_toggle:before,
.type #school .horizontal_toggle:before{
	content: '\f077';
}

.school #school .horizontal_toggle.open:before,
.type #school .horizontal_toggle.open:before{
	content: '\f078';
}


/* kiso */




/* tenpo */
body.tenpo h1{
  padding: 30px 20px;
  background: #008cd7;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
body.tenpo table,
body.useful table{
  width: 96%;
  margin: 20px auto 10px auto!important;
}
body.tenpo .font-default{
  /* padding: 0 2%; */
}

/* chugata */
body.chugata .p8-container .price {
    background-color: #fff100;
    text-align: center;
    padding: 20px;
}
body.chugata .p8-container {
    padding: 25px 20px;
    background-color: #e0e7ed;
}
body.chugata .p8-container .price .l1 {
    display: inline-block;
    background-color: #58585A;
    line-height: 52px;
    height: 52px;
    margin: 0;
    padding: 0 2px 0 10px;
    border-radius: 3px;
    color: #fff;
    text-shadow: none;
    vertical-align: top;
    font-size: 16px;
}
body.chugata .p8-container .price .l1 span {
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin: 0 0 0 10px;
    padding: 0 10px 0;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    font-weight: bold;
    border-radius: 0 2px 2px 0;
}
body.chugata .p8-container .price .l2 {
    display: inline-block;
    background-color: #EE2E31;
    line-height: 52px;
    height: 52px;
    margin: auto;
    padding: 0 2px 0 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    vertical-align: top;
}
body.chugata .p8-container .price .l2 span {
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin: 0 0 0 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    font-weight: bold;
    border-radius: 0 2px 2px 0;
}
body.chugata .p8-container .price .l3 {
    display: block;
    float: none;
    width: 100%;
    margin: 25px auto 0 auto;
    padding: 5px 10px;
    background-color: #fff;
    vertical-align: top;
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
}
body.chugata .p8-container .price .l3 span {
    color: #ee2e31;
}
body.chugata .p8-container .price .l3 strong {
    font-size: 33px;
    font-weight: bold;
}
body.chugata .p8-container .price .yajirushi {
    display: block;
    margin: 10px auto;
    vertical-align: top;
    transform: rotate(90deg);
}
body.chugata .p8-container .osusume {
    background-color: #B9E1F6;
    text-align: center;
    padding: 8px;
}
body.chugata .pickup{
  text-align: center;
}
body.chugata .pickup img{
  width: 100%;
  max-width: 500px;
}
body.saigai .voice img{
  width: 100%;
}


/* foreigner */
body.foreigner #lpContents {
    width: 100%;
    margin: 0 auto 50px auto;
    background-image: linear-gradient(90deg, #FDEAEC 25px, #FBD6DC 25px, #FBD6DC 50px, #FDEAEC 50px, #FBD6DC);
    background-size: 50px 50px;
}
body.foreigner div.pic {
    position: relative;
    width: 160px;
    height: 350px;
    margin-right: 25px;
    margin-bottom: -300px;
    float: right;
    background-image: url(/img/contents/foreigner/pic.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 40px;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
}
body.foreigner div.title {
    border-top: 10px solid #ED2375;
    padding-top: 20px;
}
body.foreigner h1 {
    position: relative;
    top: 0;
    left: 0;
    padding: 5% 3%;
}
body.foreigner .p6-container .voice {
    text-align: center;
    margin: 0;
    padding: 30px 20px 0 20px;
    background-color: initial;
}
body.foreigner .p6-container .voice > div {
    display: inline-block;
    margin: 0 10px;
    width: 95%;
    max-width: 350px;
    height: 175px;
    border: 2px solid #ED2375;
    border-radius: 10px;
    background-color: #ED2375;
    color: #fff;
    text-shadow: none;
    margin-bottom: 50px;
}
body.foreigner .p6-container .voice > div em {
    display: block;
    position: relative;
    background-color: #FFF21D;
    width: 80px;
    height: 80px;
    top: -40px;
    left: -30px;
    border-radius: 50%;
    margin-bottom: -80px;
    color: #ED2375;
    font-size: 11px;
    padding-top: 17px;
    box-sizing: border-box;
}
body.foreigner .p6-container .voice > div em b {
    display: block;
    line-height: 50px;
    font-size: 30px;
}
body.foreigner .p6-container .voice > div > div {
    display: block;
    background-color: #fff;
    width: 100%;
    /* height: 100px; */
    border-radius: 8px 8px 0 0;
    color: #ED2375;
    font-weight: bold;
    font-size: 19px;
    line-height: 38px;
    text-align: left;
    padding: 12px 0px 0px 45px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
body.foreigner .p6-container .voice > div > div strong {
    font-weight: bolder;
    background-color: #FFF21D;
}
body.foreigner .p6-container .voice > div > span {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 15px 20px 0px 75px;
    box-sizing: border-box;
}
body.foreigner .voice p{
  font-size: 16px;
}



/* blue_bird */
body.blue_bird .balloon6 .faceicon {
    float: left;
    width: 50px;
}
body.blue_bird .balloon6 .says {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 30px;
    padding: 13px 10px 13px 10px;
    max-width: 350px;
    border-radius: 12px;
    background: #3eb54b;
    color: #FFF;
    font-size: 1em;
}
body.blue_bird .balloon6 .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #3eb54b;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
body.blue_bird #lodge-category p {
    margin: 10px 0;
}
body.blue_bird .mycomment .faceicon {
    float: right;
    width: 50px;
    margin-right: 10px;
}
body.blue_bird #lodge-category img {
    padding: 10px 0 10px 10px;
}
body.blue_bird .mycomment .chatting {
    width: 100%;
    text-align: left;
}
body.blue_bird .balloon6 .chatting {
    width: 100%;
    text-align: left;
}
body.blue_bird .mycomment .says {
    display: inline-block;
    position: relative;
    margin: 10px 5px 0 10px;
    padding: 13px 10px 13px 10px;
    border-radius: 12px;
    background: #edf1ee;
    font-size: 15px;
}
body.blue_bird .mycomment .says:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #edf1ee;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
body.blue_bird .talk-imgL{
  width: 50px;
}
body.blue_bird #lodge-category .bluebirdcomment{
  margin: 0 1% 0 2%;
}
body.blue_bird .balloon6,.mycomment{
  display: flex;
}
body.blue_bird .balloon6 .faceicon,
body.blue_bird .mycomment .faceicon{
  float: none;
}
body.blue_bird .mycomment .faceicon{
  order: 1;
}
body.blue_bird .talk-bc{
  max-width: 600px;
  margin: 0 auto;
}
body.blue_bird .mycomment .says p strong {
    color: #0d5992;
    font-weight: bold;
}



/* 固定ページ  iroha,kiso,erabikata,blue_bird,point */

body.iroha .iroha_title .inner,
body.kiso .kiso_title .inner{
  padding: 0;
}
h1.hIcon,
.iroha_title h2,
.kiso_title h2{
  padding: 30px 20px;
  background: #008cd7;
  color: #fff;
  font-size: 16px;
}
h1.hIcon span{
  background: none;
}
h2.hIcon,
body.single.kiso h2,
body.erabikata h2,
body.blue_bird h2,
body.single.iroha h2,
h2.plan{
  margin-bottom: 10px;
  padding: 15px 10px 15px 32px;
  background: url(../img/common/contents_nav_icon.png) no-repeat 8px center;
  background-size: 20px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
body.single.iroha h3,
body.single.kiso h3,
body.erabikata h3,
body.blue_bird h3,
body.point h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 10px;
}
body.single.iroha .olList,
body.single.kiso .olList,
body.erabikata .olList,
body.blue_bird .olList,
body.point .olList {
  padding: 0 0 5px 20px;
}
body.single.iroha .olList li,
body.single.kiso .olList li,
body.erabikata .olList li,
body.blue_bird .olList li,
body.point .olList li {
  padding: 3px 0;
}
bodybody.single.iroha p,
bodybody.single.kiso p,
body.erabikata p,
body.blue_bird p,
body.point p {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 2%;
}
body.single.iroha .word,
body.single.kiso .word,
body.erabikata .word,
body.blue_bird .word,
body.point .word {
  padding-bottom: 15px;
}
body.single.iroha .word > p,
body.single.kiso .word > p,
body.erabikata .word > p,
body.blue_bird .word > p,
body.point .word > p{
  margin-top: 10px;
}
body.single.iroha .word section,
body.single.kiso .word section,
body.erabikata .word section,
body.blue_bird .word section,
body.point .word section{
  padding-top: 15px;
}
body.single.iroha section li,
body.single.kiso section li,
body.erabikata section li,
body.blue_bird section li,
body.point section li {
  padding-left: 20px;
  margin-bottom: 5px;
}
body.single.iroha .word > ol > li,
body.single.kiso .word > ol > li,
body.erabikata .word > ol > li,
body.blue_bird .word > ol > li,
body.point .word > ol > li {
  padding-left: 0;
}
body.single.iroha dl,
body.single.kiso dl,
body.erabikata dl,
body.blue_bird dl,
body.point dl {
  padding-left: 15px;
}
body.single.iroha dd,
body.single.kiso dd,
body.erabikata dd,
body.blue_bird dd,
body.point dd {
  padding: 0 0 10px 10px;
}
/* .single.iroha .olList li{
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.single.iroha .olList li::before{
  content: '';
  display: inline-block;
  position: relative;
  left: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #3d8ad0;
  border-radius: 100%;
} */



/* useful */
body.useful.single .font-default{
  padding-bottom: 30px;
}
body.useful.single .font-default ul{
  margin: 5px 0;
}
body.useful.single .font-default li{
  padding-left: 1em;
  margin-bottom: 0;
}
body.useful.single .font-default li::before{
  content: '';
  display: inline-block;
  position: relative;
  left: -2px;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #3d8ad0;
  border-radius: 100%;
}
body.useful.single .catalog_entry{
  display: none;
}


/* catalog */

body.catalog .uiInputBox {
    width: 99%;
    border-radius: 0.6em;
    display: inline-block;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
body.catalog .uiInputBox input {
    width: 94%;
    border: none;
    display: block;
    background: none;
    padding: 0.8em 3%;
}
body.catalog .uiSelectbox {
    position: relative;
    z-index: 1;
    margin: 2.5%;
    padding: 0em 45px 0em 20px;
    border-radius: 0.9em;
    border: 1px solid #cccccc;
    text-align: center;
    box-sizing: border-box;
}
body.catalog .uiSelectbox .text {
  display: none;
}
body.catalog .uiSelectbox select {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    /* height: 1.8em; */
    display: block;
    /* font-size: 214px; */
    cursor: pointer;
    max-height: 100%;
    min-height: 100%;
    /* font-size: 3.2rem; */
    line-height: 1.231;
    position: absolute;
}
body.catalog .uiSelectbox .ui-icon {
  width: 20px;
  height: 20px;
  background-image: url(/img/contents/catalog/icons-36-white.png);
  /* -webkit-background-size: auto; */
  background-size: cover;
  background-color: #ccc;
    position: absolute;
    top: 48%;
    right: 8px;
    margin-top: -9px;
    background-position: -239px 50%;
    border-radius: 3px;
    z-index: 1;
}


/* form */
body.form .uiInputBox,
body.catalog .uiInputBox{
    width: 99%;
    border-radius: 0.6em;
    display: inline-block;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
body.form .uiInputBox input,
body.catalog .uiInputBox input{
    width: 94%;
    border: none;
    display: block;
    background: none;
    padding: 0.5em 3%;
    font-size: 1.5rem;
}
body.form .mc .seleBox table th,
body.catalog .mc .seleBox table th {
   font-size: 1.6rem;
    word-break: break-all;
    white-space: normal;
    padding: 10px 11px 0;
    font-weight: bold;
    text-align: left;
}
body.form .uiCheckbox,
body.form .uiRadio,
body.catalog .uiCheckbox,
body.catalog .uiRadio {
    border-radius: 0.6em;
    border: 1px solid #cccccc;
}
body.form .mc .seleBox table td label,
body.catalog .mc .seleBox table td label {
    vertical-align: middle;
}

body.form .uiCheckbox label:first-child,
body.form .uiRadio label:first-child,
body.catalog .uiCheckbox label:first-child,
body.catalog .uiRadio label:first-child {
    border-radius: 0.6em 0.6em 0 0;
}
body.form .uiCheckbox label,
body.form .uiRadio label,
body.catalog .uiCheckbox label,
body.catalog .uiRadio label {
    display: block;
    clear: both;
    margin: 0;
    padding: 1em 0 1em 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #cccccc;
    font-size: 1.4rem;
}
body.form .uiCheckbox .ui-icon,
body.catalog .uiCheckbox .ui-icon {
    position: absolute;
    top: 45%;
    left: 15px;
    margin-top: -9px;
    background-position: 363px 50%;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
}
body.form .uiCheckbox label input,
body.form .uiRadio label input,
body.catalog .uiCheckbox label input,
body.catalog .uiRadio label input {
    height: 10px;
    left: 20px;
    margin: -5px 0 0;
    outline: 0 none !important;
    position: absolute;
    opacity: 0;
    top: 20%;
    width: 10px;
    z-index: 1;
}
body.form .uiCheckbox label input:checked + .ui-icon,
body.catalog .uiCheckbox label input:checked + .ui-icon {
    background-position: -337px 50%;
    background-color: #4596ce;
    background-image: url(/img/contents/catalog/icons-36-white.png);
    background-size: auto 120%;
}
body.form .uiSelectbox,
body.catalog .uiSelectbox{
    position: relative;
    z-index: 1;
    margin: 2.5%;
    padding: 0.6em 45px 0.6em 20px;
    border-radius: 0.9em;
    border: 1px solid #cccccc;
    text-align: center;
    overflow: hidden;
    height: 40px;
}
body.form .uiSelectbox .text,
body.catalog .uiSelectbox .text{
  display: none;
}
body.form .uiSelectbox select,
body.catalog .uiSelectbox select {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    background: #fff;
    padding-left: 10px;
    border: 0;
    display: block;
    font-size: 15px;
    cursor: pointer;
    max-height: 100%;
    min-height: 100%;
    font-size: 1.5rem;
    line-height: 1.231;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body.form .uiSelectbox .ui-icon,
body.catalog .uiSelectbox .ui-icon {
    position: absolute;
    top: 40%;
    right: 8px;
    margin-top: -6px;
    background-position: -431px 50%;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    background-position: -288.5px 50%;
    background-image: url(/img/contents/catalog/icons-36-white.png);
    background-size: auto 120%;
    z-index: 10;
}
body.form .uiRadio .ui-icon,
body.catalog .uiRadio .ui-icon {
    position: absolute;
    top: 40%;
    left: 15px;
    margin-top: -6px;
    background-position: -1508px 50%;
    border-radius: 18px;
    background-color: #ccc;
    width: 20px;
    height: 20px;
}
body.form .uiRadio input:checked + .ui-icon ,
body.catalog .uiRadio input:checked + .ui-icon {
    background-position: -958.5px 50%;
    background-color: #4596ce;
    background-size: auto 120%;
    background-image: url(/img/contents/catalog/icons-36-white.png);
}
body.form .uiInputBox,
body.catalog .uiInputBox {
    width: 99%;
    border-radius: 0.6em;
    display: inline-block;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
body.form .change_form,
body.catalog .change_form {
    font-size: 1.5rem;
    padding: 22px 0 20px;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676;
    text-align: center;
}
body.form .ttl img,
body.catalog .ttl img{
  margin-top: -5px;
}
body.form p,
body.form li,
body.catalog p,
body.catalog li{
  font-size: 1.4rem;
  text-align: left;
}
body.form h3,
body.catalog h3{
  padding: 0;
  font-size: 1.7rem;
  margin: 10px 0 5px;
  text-align: left!important;
}
body.form #ruleArea > h2,
body.form #ruleArea2 > h2,
body.form #ruleArea3 > h2,
body.catalog #ruleArea > h2,
body.catalog #ruleArea2 > h2 {
    position: relative;
    z-index: 1;
    border-radius: 0.9em;
    border: 1px solid #cccccc;
    font-size: 1.5rem;
    background-image: linear-gradient(#fff,#f1f1f1);
}
body.form #ruleArea > h2 > label,
body.form #ruleArea2 > h2 > label,
body.form #ruleArea3 > h2 > label,
body.catalog #ruleArea > h2 > label,
body.catalog #ruleArea2 > h2 > label{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6em 10px 0.6em 10px;
  cursor: pointer;
}
body.form #ruleArea > h2 .ui-icon,
body.form #ruleArea2 > h2 .ui-icon,
body.form #ruleArea3 > h2 .ui-icon,
body.catalog #ruleArea > h2 .ui-icon,
body.catalog #ruleArea2 > h2 .ui-icon {
    position: absolute;
    top: 40%;
    left: 15px;
    margin-top: -5px;
    border-radius: 3px;
    background-position: -2px 50%;
    background-image: url(/img/contents/catalog/icons-36-white.png);
    -webkit-background-size: auto;
    background-size: auto 120%;
    background-color: #ccc;
    width: 20px;
    height: 20px;
}
body.form #rules .mc .use h2.none,
body.catalog #rules .mc .use h2.none{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
body.form #rules .mc .use ol li ,
body.catalog #rules .mc .use ol li {
    list-style: decimal;
}
body.form #rules .mc .use ul li,
body.form #rules .mc .use ol li,
body.catalog #rules .mc .use ul li,
body.catalog #rules .mc .use ol li {
    height: 100%;
    display: list-item;
    margin: 8px 0 5px 13px;
    background-image: url(../../images/sp/s_and_h.gif);
}
body.form textarea.uiInputBox,
body.catalog textarea.uiInputBox {
    height: 5em;
    font-size: 1.5rem;
}
body.form #rules .mc .use .release,
body.catalog #rules .mc .use .release {
    width: 99.7%;
    padding: 11px 0;
    margin-bottom: 10px;
}
body.form #rules .mc .use .release dl,
body.catalog #rules .mc .use .release dl {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 45px;
}
body.form #rules .mc .use .release dl .right,
body.catalog #rules .mc .use .release dl .right {
    border-right: none;
}
body.form #rules .mc .use .release dl dt,
body.catalog #rules .mc .use .release dl dt {
    background-image: url(../../images/sp/s_and_h.gif);
    border: 1px solid #ccc;
    border-bottom: none;
    background: #767676;
    font-weight: bold;
    color: #fff;
}
body.form #rules .mc .use .release dl .right,
body.catalog #rules .mc .use .release dl .right {
    border-right: none;
}

body.form #rules .mc .use .release dl dd,
body.catalog #rules .mc .use .release dl dd {
    background-image: url(../../images/sp/s_and_h.gif);
    font-size: 1.2rem;
    border: 1px solid #ccc;
}
body.form #rules .mc .use .release dl dt,
body.catalog #rules .mc .use .release dl dt {
    background-image: url(../../images/sp/s_and_h.gif);
    border: 1px solid #ccc;
    border-bottom: none;
    background: #767676;
    font-weight: bold;
    color: #fff;
}
body.form #rules .mc .use .release dl dd,
body.catalog #rules .mc .use .release dl dd {
    background-image: url(../../images/sp/s_and_h.gif);
    font-size: 1.2rem;
    border: 1px solid #ccc;
}
body.form #rules .mc .use .release:after,
body.catalog #rules .mc .use .release:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
}
body.form #rules,
body.catalog #rules{
  display: none;
}
body.form #rules-check,
body.form #rules-check2,
body.form #rules-check3,
body.catalog #rules-check,
body.catalog #rules-check2{
  display: none;
}
body.form #rules-check:checked + #rules,
body.form #rules-check2:checked + #rules,
body.form #rules-check3:checked + #rules,
body.catalog #rules-check:checked + #rules,
body.catalog #rules-check2:checked + #rules{
  display: block;
}
body.form #confirm,
body.catalog #confirm{
  display: block;
    margin: 10px auto 20px;
    position: relative;
    width: 90%;
    padding: 10px 0;
    text-align: center;
    background-color: #6e9428;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}



/* 自然災害時にも安心 東京から近い教習所 https://www.menmado.com/saigai/ */

body.saigai .map {
  position: relative;
}
body.saigai .map a{
  display: block;
  position: absolute;
  width: 30.8%;
  height: 13.4%;
  transform: translate(-50%,-50%);
}
body.saigai .map a::before{
  content: '';
  display: block;
  position: absolute;
  top: 8.6%;
  right: .5%;
  width: 0;
  height: 0;
  padding: 13.7%;
  border-radius: 50%;
  transform: translate(50%,-50%);
}
body.saigai .map a:nth-of-type(1){
  top: 10.3%;
  left: 51.5%;
  height: 11.8%;
}
/* body.saigai .map a:nth-of-type(2){
  top: 36%;
  left: 20%;
} */
body.saigai .map a:nth-of-type(2){
  width: 32%;
  top: 34.1%;
  left: 79%;
}
body.saigai .map a:nth-of-type(3){
  top: 60.7%;
  left: 16.7%;
}
body.saigai .map a:nth-of-type(4){
  width: 32%;
  top: 59.9%;
  left: 54.4%;
}
body.saigai .map a:nth-of-type(5){
  top: 79%;
  left: 37.6%;
  width: 34%;
  height: 11.8%;
}




/* https://www.menmado.com/school/〜.html */

body.school #main_visual{
  max-height: 262.5px;
  overflow: hidden;
}

body.home .main_slider{
  max-height: 309px;
  overflow: hidden;
}

body.search ul.specialized_contents_list,
body.home ul.specialized_contents_list{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

body.search ul.specialized_contents_list li,
body.home ul.specialized_contents_list li{
  width: 48%;
  margin-bottom: 12px;
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #fff;
}


#result.specialized .result_title .result_title_specialized span{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 50%;
	background: #91c337;
	width: 18px;
	line-height: 18px;
	text-align: center;
}



/* /, /search, /search/specialized */
body.home .plan_sarch_wrap dl dt,
body.home .plan_sarch_wrap .model .radio-input + label,
body.home .plan_sarch_wrap input[type="text"],
body.search .plan_sarch_wrap dl dt,
body.search .plan_sarch_wrap .model .radio-input + label,
body.search .plan_sarch_wrap input[type="text"],
body.search_specialized .plan_sarch_wrap dl dt,
body.search_specialized .plan_sarch_wrap .model .radio-input + label,
body.search_specialized .plan_sarch_wrap input[type="text"]{
	font-size: 16px;
}
body.home .model.clearfix dt,
body.search .model.clearfix dt,
body.search_specialized .model.clearfix dt{
	margin-top: 5px;
}
body.home .plan_sarch_wrap dt,
body.search .plan_sarch_wrap dt,
body.search_specialized .plan_sarch_wrap dt{
	padding: 15px 0;
}

/* /school */
body.school .select-wrap select,
body.school #car-price ul.price_ul,
body.school #car-price ul.price_ul li dl dd .price_radio label{
	font-size: 16px;
}
body.school #car-price ul.price_ul li dl dt,
body.school #bike-price ul.price_ul dt{
	font-size: 12px;
	padding: 12px 0 0;
}

/* /catalog */
body.catalog input[type="text"],
body.catalog input[type="email"],
body.catalog .uiSelectbox select,
body.catalog textarea.uiInputBox,
body.form input[type="text"],
body.form input[type="email"],
body.form .uiSelectbox select,
body.form textarea.uiInputBox{
	font-size: 16px;
}

/* /search/specialized */
body.search_specialized #result.specialized .result_title .result_image{
	padding: 0;
	width: 100%;
}

/* home */
body.home button,
body.search button,
body.search .toggle_btn,
body.search .sort_btn,
body.search_specialized button,
body.search_specialized .change_conditions,
body.search_specialized .sort_btn,
body.school .toggle_btn,
body.school select{
	cursor: pointer;
}

/* 共通検索パーツ */
body.form .TC.zip2,
body.catalog .TC.zip2{
	display: flex;
	align-items: center;
	border: 0;
}
body.form .TC.zip2 input[type="button"],
body.catalog .TC.zip2 input[type="button"]{
	border-radius: 1em;
	border: 1px solid #cccccc;
	background: #f6f6f6;
	margin-left: 5px;
	padding: 5px;
	cursor: pointer;
}


/* confirmation */
body.form.confirmation .formbtn{
	display: flex;
	justify-content: space-around;
}
body.form.confirmation .formbtn form{
	width: 50%;
	padding: 0 1%;
}
body.form.confirmation .formbtn input{
	width: 100%;
	display: inline-block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
	border: none;
  outline: none;
  background-color: #6e9428;
  color: #fff;
  font-size: initial;
  border-radius: 6px;
	margin-bottom: 40px;
}
body.form.confirmation .formbtn form:first-child input#back{
	background: #ccc;
}

body.form #nav-toggle,
body.form .head_info,
body.form footer .btn_area,
body.form footer .footer-fixed,
body.form #footbanner,
body.catalog #nav-toggle,
body.catalog .head_info,
body.catalog footer .btn_area,
body.catalog footer .footer-fixed,
body.catalog #footbanner{
	display: none !important;
}

body.form #container,
body.catalog #container {
    padding-bottom: 30px;
}

body.form .set-WordBox,
body.catalog .set-WordBox {
    padding: 20px;
}

body.form .set-WordBox a,
body.catalog .set-WordBox a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #008cd7;
}




/*----------------------------------------------------
	教習所評価 非表示
----------------------------------------------------*/
body.school .title_box .rate-wrap {
    display: none;
}
body.school #good {
    padding-top: 0;
}
body.school #good .inner {
    display: none;
}





/*----------------------------------------------------
	こだわり検索 ブルーバード
----------------------------------------------------*/
#bluebird {
    height: 66px;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    background: url(/img/top/fukidashi.png);
    background-position: 60px 50%;
    background-repeat: no-repeat;
}
#bluebird img {
    height: 66px;
    vertical-align: middle;
    float: left;
}
#bluebird span {
    display: block;
    padding: 15px 32px;
    height: 66px;
    width: 260px;
    line-height: 1.2;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #3d8ad0;
    float: left;
}
.toggle_contents #bluebird {
    margin-top: 16px;
}
#bluebird{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: none;
  margin-top: 20px;
  width: 90%;
  height: auto;
}
#bluebird img{
  float: none;
}
#bluebird span{
  background: rgb(226, 243, 255);
  border-radius: 15px;
  height: auto;
  padding: 15px 20px;
  box-sizing: border-box;
  width: auto;
  position: relative;
  margin-left: 20px;
  float: none;
}
#bluebird span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: -15px;
  border-top: 8px solid transparent;
  border-right: 16px solid rgb(226, 243, 255);
  border-bottom: 8px solid transparent;
}
#specialized .inner{
  margin-top: 20px;
}



/**********    通学のリンクcss ここから    ***********/

#header .contents_nav li:last-child a{
  background: #3d8ad0;
  border-radius: 7px;
  margin: 10px;
  padding: 10px 10px 10px 40px;
  color: #fff;
  position: relative;
}
#header .contents_nav li:last-child a::before{
  content: '\f0b1';
  font-family: fontawesome;
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.2em;
}



/*----------------------------------------------------
	トップページ コンテンツエリア
----------------------------------------------------*/
body.home #contents_b .bnr_list {
    width: 100%;
    margin: -8px 0;
}
body.home #contents_b .bnr_list li {
    width: 50%;
    float: left;
    display: block;
    padding: 8px;
}
body.home #contents_b .bnr_list li + li {
    margin-top: 0;
}
@media screen and (max-width: 400px) {
	body.home #contents_b .bnr_list li {
	    width: 100%;
	}
}






/*----------------------------------------------------
	仮申し込み・資料請求 プレースホルダー
----------------------------------------------------*/
body.form input::placeholder,
body.form textarea::placeholder,
body.catalog input::placeholder,
body.catalog textarea::placeholder{
	color: #ddc!important;
}



/************    to_top css ここから    ************/

#to_top{
  display: none;
  width: 45px;
  height: 45px;
  background: #3d8ad0;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999999999999;
  opacity: .6;
}
#to_top:hover{
  transition: .3s;
  opacity: 1;
}
#to_top::before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 13px;
  left: 17px;
  transform: rotate(45deg);
}
#to_top::after{
  content: 'TOP';
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
}





/************    pmark    ************/
.pmark{
    padding: 20px 15px;
}
.pmark table{
    border: 0;
    margin: 0;
}
.pmark table td.img{
    border: 0;
    width: 90px;
    padding: 0 0 3px 0;
}
.pmark table img{
    float: left;
    margin-right: 10px;
    vertical-align: bottom;
}
.pmark table td.text{
    border: 0;
    padding: 0;
    text-align: left;
    vertical-align: bottom;
    font-size: 12px;
}

/* トップ - 最新ニュース */
.front-top-news-list {
  max-height: 300px;
  margin: 0 0 10px;
  overflow-y: scroll;
  background-color: #f6f6f6;
}
.front-top-news-list .front-top-news-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.front-top-news-list .front-top-news-list-item p {
  width: 80%;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.front-top-news-list .front-top-news-list-item span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .front-top-news-list {
    height: 200px;
  }
  .front-top-news-list .front-top-news-list-item p {
    font-size: 12px;
  }
  .front-top-news-list .front-top-news-list-item span {
    font-size: 10px;
    margin-top: 5px;
  }
}