@charset "UTF-8";

/* 全体
---------------------------------------------- */
html {
  font-family:sans-serif;
  -webkit-text-size-adjust: 100%; /* iOS用 */
  text-size-adjust: 100%;         /* 標準仕様（将来用） */
}
body { font-family:sans-serif; }
b {/*background: linear-gradient(transparent 50%, yellow 50%); color:#2C0002; font-weight:bold; font-size:15px;*/}
u {text-decoration: none; border-bottom: 1px #000000 dotted;}
hr {border-top: 1px dashed #bbb; border-bottom: 1px dashed #fff; margin:50px 0;}
a.links   {color:#001BA0; text-decoration:none; border-bottom:3px dotted #001BA0;}
.link_hover {transition: 0.3s;display: block;box-sizing: border-box;}
.link_hover:hover {opacity: 0.7;}
.benefit {font-size:2.143em; line-height:1;}
.tax {font-size:80%;}
.small {font-size:90%;}
.lrg{font-size:18px;}
.h30 {margin:30px 0;}
.cnt {text-align: center;}
.end {text-align: end;}
.fRed {color: #f03838;}
.bl {font-weight: bold;}
.spc {letter-spacing: 0.1em;}
.orange {color: #ff6600;}


br.br-1300,
br.br-1140,
br.br-1400,
br.br-640,
br.br-559 {
  display:none;
}
@media screen and (max-width: 559px) {
  br.br-559 {
    display:block;
  }
}

/*カラム*/
#contents .flex {
  align-content:flex-start;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#contents .flex.start {
  justify-content:start;
}

#contents .flex.center {
  justify-content:center;
}

.txt-2box {
  margin-right:4%;
  width:48%;
}

.txt-2box.end {
  margin-right:0;
}

.txt-3box {
  margin-right:30px;
  width:calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right:0;
}

.txt-4box {
  margin-right:20px;
  width:calc(100% / 4 - 20px);
}

.txt-4box.end {
  margin-right:0;
}

.txt-5box {
  margin-right:1.5625%;
  width:18.75%;
}

.txt-5box.end {
  margin-right:0;
}

.img-2box {
  width:35%;
}

.img-2box-txt {
  margin-left:40px;
  width:calc(65% - 40px);
}

/* pdf */
a[href$=".pdf"] {
  position:relative;
}
/*
.link-btn.pdf::after {
  background-image:url(/img/pdf_ico_white.svg);
  border:none;
  content:"";
  height:21px;
  transform:none;
  width:20px;
}
*/
/* btn */
.link-btn {
  background-image:url(/img/btn_bg_blue.png);
  border-radius:32px;
  color:#FFF;
  display:block;
  font-size:18px;
  font-weight:500;
  letter-spacing:.05em;
  max-width:100%;
  padding:15px;
  position:relative;
  text-align:center;
  transition:.3s;
  width:340px;
}

.link-btn:hover {
  opacity:.7;
  text-decoration:none;
  transition:.3s;
}

.link-btn::after {
  background-image:url(/img/arrow_white.svg);
  background-repeat:no-repeat;
  background-size:cover;
  border:0;
  bottom:0;
  content:"";
  height:28px;
  margin:auto;
  position:absolute;
  right:15px;
  top:0;
  width:28px;
}

.link-btn.anchor {
  margin-top:30px;
  width:100%;
}

.link-btn.anchor::after {
  transform:rotate(90deg);
}

.link-btn.center {
  margin:0 auto;
}

.link-btn.anchor.not-recruit {
  background-color:#CCC;
  background-image:none;
}

/* table */
.table-over {
  overflow:auto;
  width:100%;
}

.table-over::-webkit-scrollbar {
  height:5px;
}

.table-over table.table-01,
.table-over table.table-02 {
  min-width:690px;
  width:100%;
}

.table-01 {
  border-collapse:collapse;
  border-width:0;
  font-size:15px;
  width:100%;
}

.table-01 tr:first-child {
  border-top:1px solid #D4D4D4;
}

.table-01 th {
  background-color:#F0F7FB;
  border-bottom:1px solid #D4D4D4;
  color:#333;
  font-weight:500;
  padding:15px 20px;
}
.table-01 th.lft {
  text-align:left;
}


.table-01 tr:first-child td,
.table-01 tr:first-child th {
  border-top-width:0;
}

.table-01 th.need {
  border-left:0;
  min-width:200px;
}

table th.start {
  vertical-align:baseline;
}

.table-01 th.need p,
.table-01 th.no-need p {
  padding-left:50px;
  position:relative;
}

.table-01 th.need p:before,
.table-01 th.no-need p:before {
  background-color:#0097BE;
  color:#FFF;
  content:"必須";
  display:block;
  font-size:13px;
  left:0;
  line-height:1.8em;
  position:absolute;
  text-align:center;
  top:2px;
  width:35px;
}

.table-01 th.no-need p:before {
  background:transparent;
  content:none;
}

.table-01 td {
  background-color:#FFF;
  border-bottom:1px solid #D4D4D4;
  border-right:0;
  font-weight:400;
  padding:15px 20px;
}

.table-01.w-100 {
  width:100%;
}

.table_over {
  border-spacing:0 7px;
  overflow-x:auto;
  width:100%;
}

.table_over table {
  min-width:800px;
  width:100%;
}

.table-02 {
  border-bottom-width:0;
  border-collapse:collapse;
  border-left-width:0;
  border-right-width:0;
  border-top-width:0;
  font-size:14px;
  line-height:1.6em;
  vertical-align:middle;
}

.table-02 th {
  background-color:#F0F7FB;
  border:1px solid #D4D4D4;
  border-right-width:0;
  font-weight:500;
  padding:15px 20px;
  vertical-align:middle;
}

.table-02 td {
  background-color:#FFF;
  border:1px solid #D4D4D4;
  border-left-width:0;
  font-weight:400;
  line-height:28px;
  padding:15px 20px;
  vertical-align:middle;
}

.table-02 th.need {
  min-width:200px;
}

.table-02 th.need:before {
  background-color:#E08752;
  color:#FFF;
  content:"必須";
  display:block;
  float:left;
  font-size:11px;
  font-weight:normal;
  margin-right:10px;
  text-align:center;
  width:30px;
}

.table-02 th.no-need {
  padding-left:50px;
}

.table-02 tr:first-child th:last-child,
.table-02 tr th {
  border-right:1px solid #D4D4D4;
}

.table-02 td {
  border-left:1px solid #D4D4D4;
}

.table-01 th,
.table-01 td,
.table-02 th,
.table-02 td {
  font-size:16px;
}

tr.ver-top td {
  vertical-align:top;
}

@media screen and (max-width:559px) {
  /* table */
  .table-01 {
    width:100%;
  }

  .table-01 tr {
    border-bottom:1px solid #D4D4D4;
  }
/*
  .table_over table {
    min-width:710px;
  }
*/
  .table-01 th {
    border:none;
    display:block;
    margin-left:0;
    margin-right:0;
    padding:10px 15px;
    width:100%;
  }

  .table-01 td {
    border:none;
    display:block;
    padding:10px 15px;
  }

  .table-01 textarea {
    max-width:100%;
    width:100%;
  }

  .table-01.w-100 th {
    box-sizing:border-box;
    width:100%;
  }
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.txt-pink {
  color:#E65886;
}

.txt-blue {
  color:#2999CB;
}

.txt-green {
  color:#298F35;
}

.look-red {
  color:#DF4656;
}

.look-orange {
  color:#EC6319;
}

#contents .bold {
  font-weight:bold;
}

#contents .normal {
  font-weight:normal;
}

/*Text Size*/
.txt-85 {
  font-size:85%;
}

.txt-95 {
  font-size:95%;
}

.txt-90 {
  font-size:90%;
}

.txt-110 {
  font-size:110%;
  line-height:1.9em;
}

.txt-120 {
  font-size:120%;
}

.txt-150 {
  font-size:150%;
}

/*Margin*/
.bg-blue {
  background-color:#F0F7FB;
  padding:80px 0;
}

#contents .no-mb,
#contents .bg-gray.no-mb,
#contents .bg-blue.no-mb {
  margin-bottom:0;
}

#contents .no-mt,
#contents h2.no-mt,
#contents h4.no-mt,
#contents h5.no-mt,
#contents p.no-mt,
#contents li.no-mt,
.no-mt {
  margin-top:0;
}

#contents .mt-10 {
  margin-top:10px;
}

#contents .mt-20 {
  margin-top:20px;
}

#contents .mt-30 {
  margin-top:30px;
}

#contents .mt-40 {
  margin-top:40px;
}

#contents .mt-50 {
  margin-top:50px;
}

#contents .mb-10 {
  margin-bottom:10px;
}

#contents .mb-20 {
  margin-bottom:20px;
}

#contents .mb-30 {
  margin-bottom:30px;
}

#contents .mb-40 {
  margin-bottom:40px;
}

#contents .mb-50 {
  margin-bottom:50px;
}

#contents .mb-60 {
  margin-bottom:60px;
}

#contents .mb-65 {
  margin-bottom:65px;
}

#contents .box-mb {
  margin-bottom:80px;
}

#contents .mb-100 {
  margin-bottom:100px;
}

#contents .txt-mb {
  margin-bottom:15px;
}

#main h2 {font-size:2.143em; line-height:1;}
#main h2 img {width:auto; height:1.167em; vertical-align:text-top;}
#main h2 span {padding: 0.25em 0.5em; border-left: solid 6px #0AA0E7;}
#section h3 {font-size: 1.5em; font-weight: 100; padding: 1.2em; letter-spacing: .05em; border-radius: .25em; color: #fff; background: #11A0E5;}
.section h3 {font-size: 1.5em; font-weight: 100; padding: 1.2em; letter-spacing: .05em; border-radius: .25em; color: #fff; background: #11A0E5;}
#main h4 {font-size: 1.2em; font-weight: 100; margin-bottom: 25px; position: relative; padding: 1.2em; background: #e0edff;}
#main h4:after {position: absolute; content: ''; top: 100%; left: 30px; border: 15px solid transparent; border-top: 15px solid #e0edff; width: 0; height: 0;}


/*Page-ttl*/
#page-ttl {
  background-color:#E1F0F7;
  margin-top:0px;
  margin-bottom:20px;
  padding:55px 0;
  width:100%;
}

#page-ttl .inner {
  align-items:center;
  display:flex;
  height:100%;
  justify-content:center;
  position:relative;
  width:100%;
}

#page-ttl .inner h1 {
  color:#333;
  font-weight:500;
  letter-spacing:.05em;
  margin:0;
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  /* page ttl*/
  #page-ttl {
    margin-top:75px;
    padding:45px 0 39px;
    text-align:center;
  }

  #page-ttl .inner h1 {
    font-size:1.5em;
  }
}
@media screen and (max-width: 559px) {
  #page-ttl {
    margin-top:65px;
    padding:43px 0 38px;
  }
}


.section table {
	width: 100%;
	margin-bottom: 30px;
}

.section table th, .section table td {
	padding: 10px;
	border: 1px solid #ddd;
}

.section table th {
	width: 30%;
	text-align: left;
}

@media only screen and (max-width:480px) {
	.section table {
		margin: 0 auto;
	}
	.section table th, .section table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.section table tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

@media only screen and (max-width:480px) {
	.section .access table {
		margin: 0 auto;
	}
	.section .access table th, .section .access table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.section .access table tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

@media only screen and (max-width:480px) {
	.section .access table {
		margin: 0 auto;
	}
	.section .access table th, .section .access table td {
		width: 100%;
		border-top: none;
	}
	.section .access table tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

table.main {
	width: 100%;
	margin-bottom: 30px;
}

table.main th, table.main td {
	padding: 10px;
	border: 1px solid #ddd;
}

table.main th {
	background: #f4f4f4;
	width: 30%;
	text-align: left;
}

@media only screen and (max-width:480px) {
	table.main {
		margin: 0 auto;
	}
	table.main th, table.main td {
		width: 100%;
		display: block;
		border-top: none;
	}
	table.main tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

.acordion, .acordion :after, .acordion *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.acordion {
	border-top: 1px solid #d8d8d8;
}

.acordion .acordion_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}

.acordion .acordion_actab input {
	position: absolute;
	opacity: 0;
}

.acordion .acordion_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #d8d8d8;
	color: #11a0e5;
}

.acordion .acordion_actab label:hover {
	color: #11a0e5;
}

.acordion .acordion_actab .acordion_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	background: #f6f4e8;
}

.acordion .acordion_actab .acordion_actab-content p {
	margin: 1em;
}

.acordion .acordion_actab input:checked~label {
	color: #11a0e5;
}

.acordion .acordion_actab input:checked~.acordion_actab-content {
	max-height: 40em;
}

.acordion .acordion_actab label::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

.acordion .acordion_actab input[type=checkbox]+label::after {
	content: '\25BC';
}

.acordion .acordion_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.acordion_2, .acordion_2 :after, .acordion_2 *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.acordion_2 {
	border-top: 1px solid #d8d8d8;
}

.acordion_2 .acordion_2_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}

.acordion_2 .acordion_2_actab input {
	position: absolute;
	opacity: 0;
}

.acordion_2 .acordion_2_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #d8d8d8;
	color: #11a0e5;
}

.acordion_2 .acordion_2_actab label:hover {
	color: #11a0e5;
}

.acordion_2 .acordion_2_actab .acordion_2_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	background: #f6f4e8;
}

.acordion_2 .acordion_2_actab .acordion_2_actab-content p {
	margin: 1em;
}

.acordion_2 .acordion_2_actab input:checked~label {
	color: #11a0e5;
}

.acordion_2 .acordion_2_actab input:checked~.acordion_2_actab-content {
	max-height: 40em;
}

.acordion_2 .acordion_2_actab label::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

.acordion_2 .acordion_2_actab input[type=checkbox]+label::after {
	content: '\25BC';
}

.acordion_2 .acordion_2_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.acordion_3, .acordion_3 :after, .acordion_3 *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.acordion_3 {
	border-top: 1px solid #d8d8d8;
}

.acordion_3 .acordion_3_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}

.acordion_3 .acordion_3_actab input {
	position: absolute;
	opacity: 0;
}

.acordion_3 .acordion_3_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #d8d8d8;
	color: #11a0e5;
}

.acordion_3 .acordion_3_actab label:hover {
	color: #11a0e5;
}

.acordion_3 .acordion_3_actab .acordion_3_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	background: #f6f4e8;
}

.acordion_3 .acordion_3_actab .acordion_3_actab-content p {
	margin: 1em;
}

.acordion_3 .acordion_3_actab input:checked~label {
	color: #11a0e5;
}

.acordion_3 .acordion_3_actab input:checked~.acordion_3_actab-content {
	max-height: 40em;
}

.acordion_3 .acordion_3_actab label::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

.acordion_3 .acordion_3_actab input[type=checkbox]+label::after {
	content: '\25BC';
}

.acordion_3 .acordion_3_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

ul.step {
	padding: 0 10px;
	list-style-type: none;
	border: none;
}

ul.step li {
	position: relative;
	padding: 8px 0 0 30px;
	line-height: 1.5;
}

ul.step li::after, ul.step li::before {
	content: '';
	position: absolute;
}

ul.step li::after {
	left: -0.2em;
	top: 8px;
	width: 20px;
	height: 20px;
	background-color: #F27398;
	border-radius: 50%;
}

ul.step li::before {
	z-index: 2;
	left: 3px;
	top: 15px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ol.step {
	counter-reset: number;
	list-style-type: none!important;
	padding: 0.5em;
}

ol.step li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

ol.step li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main .button {
	width: 60%;
	text-align: center;
	margin: 10px auto;
	padding: 20px 12px;
	background-color: #ffab33;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.4615;
	vertical-align: middle;
}

.btn-accordion,
.order-accordion,
.order-accordion-lodge,
.btn_rakusyo,
.btn_auto,
.btn_line_attend,
.btn_line_lodge {
	display:block;
	text-align:center;
	margin:20px;
}

.btn-accordion button,
.order-accordion button,
.order-accordion-lodge button,
.btn_rakusyo button,
.btn_auto button,
.btn_line_attend button,
.btn_line_lodge button {
	position:relative;
	display:inline-block;
	color:#fff;
	line-height:1;
	border:0;
}

.btn-accordion button:before,
.order-accordion button:before,
.order-accordion-lodge button:before {
	content: "";
	position:absolute;
	top:calc(50% - .5em);
	left:1.85em;
	width:1em;
	height:1em;
	vertical-align:middle;
	-webkit-transition-duration:.4s;
	transition-duration:.4s;
	/*background-image:url(/img/svg/ico-chevron-right.svg);*/
	background-image:url(/img/svg/ico-chevron-bottom-w.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.btn-accordion button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#ffab33; padding:.3em 3.5em; border-radius:10em;}
.btn-accordion button .txt:before {content:'詳細ページを表示';}

.order-accordion button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.order-accordion button .txt:before {
	content: '仮申込みをする(通学)';
}

.order-accordion button:hover {
	opacity: 0.7;
}

.order-accordion-lodge button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.order-accordion-lodge button .txt:before {
	content: '申し込みをする(合宿)';
}

.order-accordion-lodge button:hover {
	opacity: 0.7;
}

.btn_rakusyo button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #ffab33;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.btn_rakusyo button:hover {
	opacity: 0.7;
}

.btn_auto button {
	font-size: 1.286em;
	min-width: 284px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #ffab33;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.btn_auto button .txt:before {
	content: 'ログイン画面を開く';
}

.btn_auto button:hover {
	opacity: 0.7;
}

.btn_line_attend button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#ffab33; padding:.3em 3.5em; border-radius:10em;}
.btn_line_attend button .txt:before {content:'LINEで問い合わせを始める(通学)';}
.btn_line_attend button:hover {
	opacity: 0.7;
}

.btn_line_lodge button {font-size:1.286em; min-width:284px; height:2.666em; white-space:nowrap; letter-spacing:.05em; background:#ffab33; padding:.3em 3.5em; border-radius:10em;}
.btn_line_lodge button .txt:before {content:'LINEで問い合わせを始める(合宿)';}
.btn_line_lodge button:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px)
{
	.btn-accordion,
	.order-accordion,
	.order-accordion-lodge,
	.btn_rakusyo,
	.btn_auto,
	.btn_line_attend,
	.btn_line_lodge {
		margin:20px 0;
	}
	.btn-accordion button,
	.order-accordion button,
	.order-accordion-lodge button,
	.btn_rakusyo button,
	.btn_auto button,
	.btn_line_attend button,
	.btn_line_lodge button {
		width:100%;
		white-space: normal;
	}
}

.download {
	text-align: center;
	border-radius: 10px;
}

.download li {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 25px;
	vertical-align: middle;
	background: url(/img/icon_dl.png) 0 center no-repeat;
}

.download li:hover {
	opacity: 0.7;
}

.download.pdf li:after {
	content: url(/img/icon_pdf.png);
	padding-left: 10px;
	vertical-align: -2px;
}

.panel {
	margin: 1em auto;
	padding: 1em 1.5em 1px;
	background: #f6f4e8;
}

.panel_gray {
	margin: 1em auto;
	padding: 1em 1.5em 1px;
	background: #f4f4f4;
}

.yellow_line {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}

.line {
	background: linear-gradient(transparent 50%, #ffe4e1 0%);
}

.line2 {
	background: -webkit-linear-gradient(transparent 60%, #ffc926 60%);
	background: -o-linear-gradient(transparent 60%, #ffc926 60%);
	background: linear-gradient(transparent 60%, #ffc926 60%);
}

ol.list {
	counter-reset: number;
	list-style-type: none!important;
	padding: 0.5em;
}

ol.list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

ol.list li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #0aa0e7;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.leftandright .item {
	overflow: hidden;
	list-style-type: none;
}

.leftandright .item:not(:last-child) {
	margin-bottom: 40px;
}

.leftandright .img {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 24px;
	width: 380px;
	vertical-align: top;
	text-align: left;
	float: left;
}

.leftandright .img a {
	width: 100%;
	height: 100%;
}

.leftandright .text {
	display: inline-block;
	width: calc(100% - 380px - 28px);
	vertical-align: top;
}

.leftandright .text h4 {
	position: relative;
	margin-bottom: 18px;
	color: #333;
}

.leftandright .text h4:not([class])::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 2px;
	background-color: #38bdef;
	content: "";
}

.leftandright .text h4:not([class]) a::after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/img/svg/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media screen and (max-width: 640px) {
	.leftandright .item:not(:last-child) {
		margin-bottom: 24px;
	}
	.leftandright .img {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
		text-align: center;
	}
	.leftandright .text {
		/*display: block;*/
		width: 100%;
	}
	.leftandright .text h4 {
		font-size: 18px;
	}
	.leftandright .img a img {
		transition: all .3s ease;
	}
	.leftandright .img a:hover img {
		opacity: .6;
	}
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 30px;
}

.cards {
	max-width: 960px;
	margin: 0 auto 30px;
}

article {
	position: relative;
}

.article-img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.article-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}

.ribbon1 {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}

.ribbon1 .star {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	background: #F58E7E;
}

.ribbon1 .star:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #F58E7E;
	border-right: 20px solid #F58E7E;
	border-bottom: 10px solid transparent;
}

.ribbon2 {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}

.ribbon2 .star {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	background: #8DCF3F;
}

.ribbon2 .star:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #8DCF3F;
	border-right: 20px solid #8DCF3F;
	border-bottom: 10px solid transparent;
}

.ribbon3 {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	width: 100%;
	background: #f1f1f1;
	box-sizing: border-box;
}

.ribbon3 .star {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	background: #FDC44F;
}

.ribbon3 .star:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #FDC44F;
	border-right: 20px solid #FDC44F;
	border-bottom: 10px solid transparent;
}

.ribbon1, .ribbon2, .ribbon3 p {
	text-align: right;
}

.flowlist {
	width: 100%;
}

.flowlist .box {
	position: relative;
	padding: 48px 50px 50px 222px;
	background: #F5F5F5;
	min-height: 236px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #000;
}

.flowlist>li:first-child {
	padding-top: 0;
}

.flowlist>li {
	padding-top: 40px;
}

.flowlist .step {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	width: 120px;
	height: 120px;
	background: #0059E9;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}

.flowlist .step>span.text {
	padding-top: 27px;
	font-size: 16px;
	line-height: 1.5;
	text-indent: 0.05em;
	letter-spacing: 0.05em;
}

.flowlist .step>span {
	display: block;
}

.flowlist .step>span.no {
	margin-top: -0.15em;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0;
}

.flowlist .title .area2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.flowlist li .box>.textblock {
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
}

.flowlist .box::after {
	content: " ";
	position: absolute;
	top: 190px;
	left: 94px;
	display: block;
	width: 34px;
	height: 17px;
	background: url(/img/svg/flow.svg) no-repeat;
	background-size: auto auto;
	background-size: 34px 17px;
}

.flowlist>li:last-child .box:after {
	display: none;
}

@media screen and (max-width: 799px) {
	.flowlist {
		margin-top: 17px;
		width: auto;
	}
	.flowlist>li {
		padding-top: 37px;
		background: url(/img/svg/flow.svg) no-repeat 50% 10px;
		background-size: 32px 16px;
	}
	.flowlist>li:first-child {
		padding-top: 0;
	}
	.flowlist .box {
		padding: 19px 20px 15px 20px;
		min-height: 0;
		background: #F5F5F5;
	}
	.flowlist .box:after {
		display: none;
	}
	.flowlist .step {
		position: relative;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
	}
	.flowlist .step>span.text {
		padding-top: 7px;
		font-size: 12px;
	}
	.flowlist .step>span.no {
		margin-top: -0.2em;
		font-size: 24px;
	}
	.flowlist .title {
		display: table;
		width: 100%;
	}
	.flowlist .title .area2, .flowlist .title .area1 {
		display: table-cell;
		vertical-align: middle;
	}
	.flowlist .title .area1 {
		width: 82px;
	}
	.flowlist li .box>.textblock {
		margin-top: 17px;
	}
}

#stage {
	position: relative;
	max-width: 890px;
	margin: 10px auto;
	overflow: hidden;
}

#photos {
	position: absolute;
	top: 0;
	width: 100%;
	animation: imgPassToLeft0 30s infinite;
	-webkit-animation: imgPassToLeft0 30s infinite;
}

#photo0 {
	left: 0%;
}

#photo1 {
	left: 100%;
}

#photo2 {
	left: 200%;
}

#photo3 {
	left: 300%;
}

#photo4 {
	left: 400%;
}

#photo5 {
	left: 500%;
}

#photo6 {
	left: 600%;
}

.pic {
	position: absolute;
	top: 0;
	width: 100%;
}

.pic img {
	width: 100%;
}

#back1, #back2, #back3, #back4, #back5, #next1, #next2, #next3, #next4, #next5 {
	display: none;
}

.pic:hover>label div span {
	opacity: 1;
	color: #EEE;
}

.pic label div span:hover {
	color: #f00;
	cursor: pointer;
}

@keyframes imgPassToLeft0 {
	0% {
		left: -100%;
	}
	16% {
		left: -100%;
	}
	20% {
		left: -200%;
	}
	36% {
		left: -200%;
	}
	40% {
		left: -300%;
	}
	56% {
		left: -300%;
	}
	60% {
		left: -400%;
	}
	76% {
		left: -400%;
	}
	80% {
		left: -500%;
	}
	96% {
		left: -500%;
	}
	100% {
		left: -600%;
	}
}

@-webkit-keyframes imgPassToLeft0 {
	0% {
		left: -100%;
	}
	16% {
		left: -100%;
	}
	20% {
		left: -200%;
	}
	36% {
		left: -200%;
	}
	40% {
		left: -300%;
	}
	56% {
		left: -300%;
	}
	60% {
		left: -400%;
	}
	76% {
		left: -400%;
	}
	80% {
		left: -500%;
	}
	96% {
		left: -500%;
	}
	100% {
		left: -600%;
	}
}

.cssgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.8em;
	padding: 0.8em;
	margin: 0 0 2em;
}

.cssgrid>div {
	background: #f6f4e8;
	overflow: auto;
	min-width: 0;
	padding: 1em;
}

#wrap ul li:last-child {
	margin-right: 0;
}

@media all and (-ms-high-contrast:none) {
	#demo-wrap ul.column2 li {
		width: calc((100% - 61px) / 2);
	}
}

@media screen and (max-width: 640px) {
	#wrap ul li {
		float: none;
		width: 100%;
	}
}

.btn {
	margin: 25px 0 0;
	text-align: center;
}

.btn a {
	display: inline-block;
	position: relative;
	background: #E64176;
	border-radius: 25px;
	padding: 7px 60px 7px 40px;
	text-decoration: none;
	color: #fff;
}

#timetable .flex>div p {
	text-align: center;
}

/* ▼テキスト装飾系 */

/* ----------------------------------------------------- */

.ul_none {
	list-style: none;
}

/* ▼卒業生の声（通学・合宿共通）-voice */

/* ----------------------------------------------------- */

hr.hr1 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.dl_voice dt {
	height: 1em;
	font-size: 1.5em;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
}

.dl_voice dd {
	border-top: 1px dashed #8c8b8b;
	font-size: 1em;
	color: #181818;
	margin: 0;
}

/* 選べるコース
---------------------------------------------- */

table.plans {
	width: 100%;
}

table.plans th {
	background: #e9727e;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
}

table.plans td {
	background: #fff;
	border: solid 1px #ccc;
	padding: 10px;
}

@media screen and (max-width: 640px) {
	table.plans {
		width: 100%;
	}
	table.plans tr {
		display: block;
		float: left;
	}
	table.plans tr td, table.plans tr th {
		border-left: none;
		display: block;
		height: 50px;
	}
	table.plans thead {
		display: block;
		float: left;
		width: 30%;
	}
	table.plans thead tr {
		width: 100%;
	}
	table.plans tbody {
		display: block;
		float: left;
		width: 70%;
	}
	table.plans tbody tr {
		width: 50%;
	}
	table.plans tr td+td {
		border-left: none;
	}
	table.plans tbody td:last-child {
		border-bottom: solid 1px #ccc;
	}
}

/*給付金制度*/

.step_list li {
	margin-left: 10px;
	margin-bottom: 0;
}

.step_list li::marker {
	content: "";
}

.step_list li::before {
	content: "●";
	margin-right: 5px;
}

.step_tit_sub {
	margin-bottom: 0 !important;
	font-weight: bold;
}

/* フォーム
---------------------------------------------- */

/*================ テキストスタイル ================*/

.textRed {
	color: #f2242f !important;
}

.txtSmall {
	font-size: 85.7% !important;
}

.form_title {
	background: #00ab8c;
	color: #fff;
	font-size: 142.9%;
	font-weight: 700;
	padding: 9px 10px;
	margin-bottom: 12px;
	line-height: 1.35;
}

/* ================ 入力フォームスタイル ================ */

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

/*changed! */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: none;
	/*changed*/
	margin: 0;
	/*changed*/
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

.btnMiddle40>span {
	margin: 0 40px;
}

/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt25 {
	margin-top: 25px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgb0 {
	margin-bottom: 0 !important;
}

.mgb5 {
	margin-bottom: 5px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.mgb15 {
	margin-bottom: 15px !important;
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb25 {
	margin-bottom: 25px !important;
}

.mgb30 {
	margin-bottom: 30px !important;
}

.mgb40 {
	margin-bottom: 40px !important;
}

.mgb50 {
	margin-bottom: 50px !important;
}

.s_img {}

.s_img .s_ttl {
	background: url("/img/school/facility_1.png") no-repeat center 20%/cover;
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.s_img .s_ttl .inr {
	display: block;
	border: 5px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 85px 0 110px;
}

.s_img .s_ttl img {
	width: 365px;
	height: auto;
	opacity: 0;
}

@media screen and (max-width: 600px) {
	.s_img .s_ttl {
		background: url("/img/school/facility_1.png") no-repeat center 20%/cover;
		padding: 18px;
	}
	.s_img .s_ttl .inr {
		border: 5px solid #fff;
		padding: 22px 0 25px;
	}
	.s_img .s_ttl img {
		width: 180px;
	}
}

.dlimg__item {
	overflow: hidden;
	list-style-type: none;
}

.dlimg__item:not(:last-child) {
	margin-bottom: 40px;
}

.dlimg__img {
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 24px;
	width: 50%;
	vertical-align: top;
	text-align: left;
	float: left;
}

.dlimg__img a {
	width: 100%;
	height: 100%;
}

.dlimg__text {
	display: inline-block;
	width: calc(100% - 50% - 28px);
	vertical-align: top;
}

.dlimg__text h3 {
	position: relative;
	margin-bottom: 18px;
	color: #333;
}

.dlimg__text h3:not([class])::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 2px;
	background-color: #38bdef;
	content: "";
}

.dlimg__text h3:not([class]) a::after {
	display: inline-block;
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background-image: url(/img/svg/arw-text.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	vertical-align: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

ul.list-ast {
	padding-left: 0;
}

ul.list-ast>li {
	padding-left: 1.25em;
	list-style: none;
}

ul.list-ast>li:before {
	display: inline-block;
	margin-left: -1.25em;
	width: 1.25em;
	content: "※";
	vertical-align: top;
}

.list-ast {
	color: #666;
}

.u-fz-sm {
	font-size: .875rem !important;
	line-height: 1.5714 !important;
}

@media screen and (max-width: 640px) {
	.dlimg__item:not(:last-child) {
		margin-bottom: 24px;
	}
	.dlimg__img {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
		text-align: center;
	}
	.dlimg__text {
		display: block;
		width: 100%;
	}
	.dlimg__text h3 {
		font-size: 18px;
	}
	.dlimg__img a img {
		transition: all .3s ease;
	}
	.dlimg__img a:hover img {
		opacity: .6;
	}
}

/*吹き出し*/

.fukidashi {
	margin-top: 16px;
}

.fukidashi .tit {
	text-align: left;
	font-weight: bold;
	background: url(/img/bg-fukidashi.png) no-repeat left;
	background-size: contain;
	padding: 20px 0 15px 100px;
	position: relative;
	bottom: -15px;
	margin: 0px;
	background-position: left 30px center;
	border: none;
}

.fukidashi .inner {
	margin-top: 0;
	background: #f3f5f7;
	padding: 30px 40px 24px;
	border-radius: 10px;
}

/*お知らせ*/

table.news {
	width: 100%;
	border-collapse: collapse;
}

table.news tr {
	border-bottom: solid 2px white;
}

table.news tr:last-child {
	border-bottom: none;
}

table.news th {
	position: relative;
	text-align: left;
	width: 28%;
	background-color: #0AA0E7;
	color: white;
	text-align: center;
	padding: 10px 0;
	font-size: 90%;
}

table.news td {
	padding-left: 10px;
}

.news {
	padding: .5em 10px .5em 0;
	background: #d5f4ff;
}

.news ul {
	padding-right: 10px;
}

.news li {
	margin-bottom: 0;
	list-style: none;
	border-top: dotted 1px #34b4e2;
}

.news li:nth-child(1) {
	border: 0;
}

.news li {
	display: block;
	padding: 1.429em 1.429em 1.429em 2.5em;
	background-image: url(/img/svg/ico-triangle.svg);
	background-repeat: no-repeat;
	background-position: 1.5em 1.8em;
	background-size: 7px auto;
}

.news li dl {
	min-height: 3em;
}

.news li dl:after {
	position: absolute;
	display: block;
	clear: both;
	content: '';
}

.news li dt {
	position: relative;
	float: left;
	width: 8.5em;
}

.news li dd {
	margin-left: 9.5em;
}

.news li .date {
	display: inline-block;
	width: 7em;
	letter-spacing: 0;
}

.news li .category {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8.5em;
	text-align: center;
	vertical-align: text-bottom;
	white-space: nowrap;
	letter-spacing: 0;
	text-overflow: ellipsis;
	border-radius: .2em;
	background-color: #00a0e9;
}

.news li .category:before {
	font-size: .714em;
	content: attr(data-category);
	color: #fff;
}

.news li .category[data-category=インフォメーション] {
	background-color: #16b701;
}

.news li .category[data-category=キャンペーン] {
	background-color: #ff8400;
}

.news li .category[data-category=イベント] {
	background-color: #fa436e;
}

.news li .category[data-category=お知らせ] {
	background-color: #a55b9a;
}

/*内部リンク調整*/

.link-t-a {
	position: relative;
	top: -170px;
	display: block;
}

/* ▼通学教習料金 */

/* ----------------------------------------------------- */

@media only screen and (max-width: 480px) {
	section table.attend-fee-table thead {
		display: none;
	}
	section table.attend-fee-table th {
		text-align: center;
	}
	section table.attend-fee-table th.target {
		display: none;
	}
	section table.attend-fee-table td.disc-license:before {
		content: "所持免許：";
	}
	section table.attend-fee-table td.student:before {
		content: "学生の方：";
	}
	section table.attend-fee-table td.general:before {
		content: "一般の方：";
	}
	section table.time-table th {
		width: 100px;
		display: table-cell;
	}
	section table.time-table td {
		width: auto;
		display: table-cell;
		border-top: 1px solid #ddd;
	}
}

/* ▼スタッフ紹介 staff */

/* ----------------------------------------------------- */

section#staff h2 {
	width: 1040px;
	margin: 0 0 2em 0;
}

section#staff {
	margin: 10px auto 60px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

section#staff div.member {
	width: 50%;
	border-bottom: 1px dotted #a9a9a9;
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
}

section#staff div.member div.img {
	float: left;
	width: 37.03%;
	max-width: 200px;
}

section#staff div.member div.data {
	float: right;
	width: 50%;
	max-width: 260px;
	margin: 0 40px 0 0;
}

section#staff div.member div.data p.name {
	font-size: 22px;
	margin: 0;
}

section#staff div.member div.data p.name span {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

section#staff div.member div.data p.comment {
	font-size: 13px;
}

section#staff div.member div.data ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

section#staff div.member div.data ul li {
	border-bottom: 1px solid #dcdcdc;
	list-style: none;
	padding: 3px 0 3px 0;
	margin: 0;
}

section#staff div.member div.data ul li span {
	color: #ff597c;
	font-weight: bold;
}

section#staff div.member div.data ul li :last-child {
	border: none;
}

@media screen and (max-width:767px) {
	/* ▼スタッフ紹介 */
	/* ----------------------------------------------------- */
	section#staff h2 {
		width: 100%;
		margin: 0 0 2em 0;
	}
	section#staff {
		margin: 0;
	}
	section#staff div.member {
		width: 100%;
		border-bottom: 1px dotted #a9a9a9;
		margin: 0 0 2em 0;
		padding: 0 0 1em 0;
		display: table;
	}
	section#staff div.member div.img {
		display: table-cell;
		width: 30%;
	}
	section#staff div.member div.data {
		display: table-cell;
		width: 60%;
		margin: 0;
		padding: 0 2% 0 2%;
		vertical-align: top;
	}
	section#staff div.member div.data p.name {
		font-size: 20px!important;
		margin: 0;
	}
	section#staff div.member div.data p.name span {
		color: #666666;
		font-weight: normal;
		font-size: 14px!important;
		margin: 0 0 0 10px;
	}
	section#staff div.member div.data p.comment {
		font-size: 13px;
	}
	section#staff div.member div.data ul {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	section#staff div.member div.data ul li {
		border-bottom: 1px solid #dcdcdc;
		list-style: none;
		padding: 3px 0 3px 0;
		margin: 0;
	}
	section#staff div.member div.data ul li span {
		color: #ff597c;
		font-weight: bold;
	}
	section#staff div.member div.data ul li :last-child {
		border: none;
	}
}

/* ▼求人情報  */

/* ----------------------------------------------------- */

.jobFont {
	font-size: 36px;
}

.recruit-order-accordion {
	display: block;
	text-align: center;
	margin: 20px;
}

.recruit-order-accordion button {
	font-size: 1.286em;
	width: 700px;
	height: 2.666em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.recruit-order-accordion button, [class*="btn-link"] a {
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #fff;
	border: 0;
}

.recruit-order-accordion button::after, .recruit-order-accordion button::before, [class*="btn-link"] a::after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.recruit-order-accordion button::before {
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image: url(/img/svg/ico-chevron-right.svg);
	background-size: contain;
}

.recruit-order-accordion button {
	font-size: 1.286em;
	white-space: nowrap;
	letter-spacing: .05em;
}

.recruit-order-accordion button, [class*="btn-link"] a {
	line-height: 1;
	color: #fff;
}

.recruit-order-accordion button:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px) {
	.jobFont {
		font-size: 20px;
	}
	.recruit-order-accordion {
		margin: 20px 0;
	}
	.recruit-order-accordion button {
		width: 100%;
		white-space: normal;
	}
}
ul.recruit_li {
  font-family: Roboto;
  /*font-size: 12px;*/
  line-height: 1.3em;
  margin: 5px 0 15px;
  padding: 0;
}

ul.recruit_li li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

ul.recruit_li li::marker {
  display: none;
}

ul.recruit_li li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 3px;
  height: 6px;
  border: solid #ff6600;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 559px) {
	ul.recruit_li li::before {
	  content: "";
	  position: absolute;
	  left: 2px;
	  top: 2px;
	  width: 3px;
	  height: 6px;
	  border: solid #ff6600;
	  border-top-width: medium;
	  border-right-width: medium;
	  border-bottom-width: medium;
	  border-left-width: medium;
	  border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}

dl.recruit{
	padding-bottom:5px;
}
.recruit dt{  
  background-color : #e3edf4;
  padding : 5px;
  /*padding-top : 10px;    
  padding-bottom : 10px;
  padding-left : 10px;*/
  width : 210px;
  float : left;/* 左に寄せる */
  clear : both;/* フロートの解除 */
  border-bottom: dotted 1px #0AA0E7;
}
.recruit dd{    
  padding : 5px;
  /*background-color : #9999ff;*/
  /*padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;*/
  width : auto;
  margin-left : 210px;/* DTの幅分の設定 */
  border-bottom: dotted 1px #0AA0E7;
}
.recruit_tbl dl {
	font-size: 0.9em;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.recruit_tbl dt {
	flex-basis: 220px;
	padding: 10px;
	background-color: #e3edf4;
	border-bottom: dotted 1px #0AA0E7;
}
.recruit_tbl dd {
	flex-basis: 450px;
	padding: 10px;
	background-color: #fff;
	border-bottom: dotted 1px #0AA0E7;
}
@media screen and (max-width: 559px) {
	.company dl {
	flex-flow: column;
	}
	.recruit_tbl dt {
	flex-basis: 100%;
	}
	.recruit_tbl dd {
	border-bottom: none;
	}
}

/* ▼交通安全教室 -job */

/* ----------------------------------------------------- */

section#safety {
	margin: 10px 0;
	padding: 10px;
}

section#safety div.container h2 {
	font-size: 1.8em;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 6px #0AA0E7;
	margin: 0 0 1em 0;
}

section#safety .safety {
	display: inline;
	float: left;
	width: 90%;
	max-width: 300px;
}

.new {
	font-size: 75%;
	color: #ff0000;
}

/**-----------------------------------------
    合宿ページ
------------------------------------------*/

/*スライド*/

.lodge-slide {
	padding: .5em 10px .5em 0;
	background: #d5f4ff;
}

.lodge-slide ul {
	padding-right: 10px;
}

.lodge-slide li {
	margin-bottom: 0;
	list-style: none;
	border-top: dotted 1px #34b4e2;
}

.lodge-slide li:nth-child(1) {
	border: 0;
}

.lodge-slide li {
	display: block;
	padding: 1.429em 1.429em 1.429em 2.5em;
	background-image: url(/img/svg/ico-triangle.svg);
	background-repeat: no-repeat;
	background-position: 1.5em 1.8em;
	background-size: 7px auto;
}

.lodge-slide li dl {
	min-height: 3em;
}

.lodge-slide li dl:after {
	position: absolute;
	display: block;
	clear: both;
	content: '';
}

.lodge-slide li dt {
	position: relative;
	float: left;
	width: 8.5em;
}

.lodge-slide li dd {
	margin-left: 9.5em;
}

.lodge-slide li .date {
	display: inline-block;
	letter-spacing: 0;
	padding-right: 10px;
}

.lodge-slide li .category {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8.5em;
	text-align: center;
	vertical-align: text-bottom;
	white-space: nowrap;
	letter-spacing: 0;
	text-overflow: ellipsis;
	border-radius: .2em;
	background-color: #00a0e9;
}

.lodge-slide li .category:before {
	font-size: .714em;
	content: attr(data-category);
	color: #fff;
}

.lodge-slide li .category[data-category=インフォメーション] {
	background-color: #16b701;
}

.lodge-slide li .category[data-category=キャンペーン] {
	background-color: #ff8400;
}

.lodge-slide li .category[data-category=イベント] {
	background-color: #fa436e;
}

.lodge-slide li .category[data-category=お知らせ] {
	background-color: #a55b9a;
}

@media (min-width:425px) {
	.lodge-slide li dl {
		min-height: 1em;
	}
	.lodge-slide li dt {
		top: 0;
		width: 15.7em;
	}
	.lodge-slide li dd {
		margin-left: 15.5em;
	}
}

/**-----------------------------------------
    合宿料金プラン(PC)
------------------------------------------*/

.scroll-table {
	overflow: auto;
	white-space: nowrap;
}

/* スライド固定用 */
.fixed01{
  position: sticky;
  left: 0;
  z-index: 9999;
}

.priceTbl {
	width: 100%;
	/*margin:20px auto;*/
}

.priceTbl .color01 {
	font-size: 90%;
	color: #007BB9;
}

.priceTbl .color02 {
	font-size: 90%;
	color: #007BB9;
}

.priceTbl .color03 {
	font-size: 90%;
	color: #007BB9;
}

.priceTbl .color04 {
	font-size: 90%;
	color: #007BB9;
}

.priceTbl th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*text-align:center;*/
	padding: 10px 15px;
	background: #eee;
	/*font-weight:bold;*/
	font-size: 16px;
}

.priceTbl th.thNone {
	border-left: none;
}

.priceTbl td {
	text-align: center;
	border-left: 1px solid #fff069;
	border-bottom: 1px solid #fff069;
	border-right: 1px solid #fff069;
	font-weight: bold;
	font-size: 20px;
}

.priceTbl td.roomType {
	font-size: 14px;
	width: 140px;
	border-right: 1px solid #fff069;
	color: #555;
}

.priceTbl td.roomType .modalScheduleButton, .priceTbl td.roomType .modalHotelButton {
	display: block;
	margin: 5px 3px 5px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #f7cb9c;
	background-color: #f8850a;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.priceTbl td.roomType .modalScheduleButton:hover, .priceTbl td.roomType .modalHotelButton:hover {
	opacity: 0.8;
}

.priceTbl td.fee {
	padding: 0 10px;
	color: #f00000;
}

.priceTbl td.fee .small {
	font-size: 0.8rem;
}

.priceTbl td a {
	background: url(/img/www/common/main/arw02.png) no-repeat 97% 50%;
	/*color:#000000;*/
	display: block;
	padding: 10px 5px;
	/*text-decoration:none;*/
}

.priceTbl td a:hover {
	background: #fce5e5 url(/img/www/common/main/arw03.png) no-repeat 97% 50%;
}

.priceTbl td .tax {
	color: #555;
	font-size: 12px;
	font-weight: normal;
}

/**-----------------------------------------
    料金プラン詳細（合宿）
------------------------------------------*/

#planInfo {
	float: left;
	width: 530px;
	margin: 10px 0 0;
}

#g_planInfo {
	float: left;
	width: 900px;
	margin: 10px 0 0;
}

#groupWari {
	float: right;
	width: 350px;
	margin: 20px 0 0;
	padding: 0 0 20px;
	background: url(/img/www/common/main/bg_point.gif);
	text-align: center;
}

#groupWari h3 {
	margin: 0;
	background: #8ea822;
	color: #fff;
}

#groupWari .groupImg {
	margin: 10px auto;
}

.hotelInfoL {
	width: 440px;
	float: left;
	padding: 10px 0;
}

.hotelInfoR {
	width: 440px;
	float: right;
	padding: 10px 0;
}

.hotelImg {
	text-align: center;
	padding: 20px 0 10px;
}

.gBikou {
	margin: 20px 0 50px;
}

.gBikou dt {
	font-weight: bold;
	background: url(/img/www/gassyuku/bikou.png) no-repeat 0 2px;
	padding: 0 0 0 25px;
	font-size: 16px;
}

.gBikou dd {
	padding: 5px 0 0 25px;
	margin: 0 0 20px;
}

.amenitieImg {
	text-align: center;
}

.amenitieImg>img {
	max-width: 500px;
}

/**-----------------------------------------
    入卒カレンダー
------------------------------------------*/

.calendar_table {
	margin: 20px 0;
	text-align: center;
}

.calendar_table table td {
	border: none;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.calendar_table .calendar_inline {
	display: block;
	margin: 5px auto;
}

.calendar_table .calendar_inline table.calendar {
	display: inline-block;
	width: 400px;
}

.calendar_table table.calendar {
	border-collapse: collapse;
	margin: 0 5px 9px 5px;
	vertical-align: top;
	background: #FFF none repeat scroll 0% 0%;
}

.calendar_table table.calendar th.calmonth {
	text-align: center;
	padding: 7px 3px;
	font-weight: normal;
	border: #CACACA solid 1px;
	background: #F1EEE7;
	vertical-align: middle;
}

.calendar_table table.calendar td {
	border: #CACACA solid 1px;
	text-align: center;
	width: 57px;
	padding: 2px;
}

.calendar_table table.calendar td.calday {
	background: #efefef;
}

.calendar_table table.calendar td.cal {
	height: 30px;
}

.calendar_table table.calendar td.wday {
	background: #e4edff;
}

.calendar_table table.calendar td.sat {
	color: #09C;
	background: #CAE6F7;
}

.calendar_table table.calendar td.sun {
	color: #F69;
	background: #FCC;
}

.calendar_table table.calendar .row {
	display: block;
	text-align: center;
	margin: 2px 0;
}

.pcolor01 {
	background: #FADCE9;
}

.price_bold {
	color: #ff0000;
	font-weight: bold;
}

.pcolor02 {
	background: #E7D5E8;
}

.pcolor03 {
	background: #D2CCE6;
}

.pcolor04 {
	background: #D3DEF1;
}

.pcolor05 {
	background: #D3EDFB;
}

.pcolor06 {
	background: #D4ECEA;
}

.pcolor07 {
	background: #D5EAD8;
}

.pcolor08 {
	background: #ECF4D9;
}

.pcolor09 {
	background: #FFFCDB;
}

.pcolor10 {
	background: #FEECD2;
}

/******************　モーダル　*********************/

.remodal {
	border: 1px #ccc solid;
}

.modalSchedule, .modalHotel {
	display: block;
	padding: 10px;
}

.modalHotel>.hotelBox {
	width: 95%;
	margin: 0 auto 10px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

.modalHotel>.hotelBox>table {
	width: 100%;
}

.modalHotel>.hotelBox h4 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
	color: #2d93d3;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.modalHotel>.hotelBox th {
	width: 320px;
	vertical-align: middle;
}

.modalHotel>.hotelBox .hotelBoxBtn {
	margin: 10px auto;
	text-align: center;
}

.modalSchedule>.modalCalendar {
	display: table;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.modalSchedule>.modalCalendar>table.calendar {
	display: inline-table;
	margin: 10px 1%;
	text-align: center;
	width: 30%;
}

.modalSchedule>.modalCalendar>table.calendar th.calmonth {
	background: #F1EEE7;
	color: #555;
	border: 1px #ccc solid;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
}

.modalSchedule>.modalCalendar>table.calendar td {
	border: 1px solid #CACACA;
	font-size: 12px;
	vertical-align: middle;
	width: 14%;
	padding: 2px;
	text-align: center;
}

.modalSchedule>.modalCalendar>table.calendar td.wday {
	background: #eee;
}

.modalSchedule>.modalCalendar>table.calendar td.sat {
	background: #D8EBFE;
	color: #109CD1;
}

.modalSchedule>.modalCalendar>table.calendar td.sun {
	background: #FFE1E2;
	color: #F03;
}

.modalSchedule>.modalCalendar>table.calendar td.cal {
	height: 20px;
}

.modalSchedule>.modalCalendar>table.calendar td.calday {
	background: #fffce0;
}

.square_btn {
	display: inline-block;
	padding: 1.5em 3.5em;
	text-decoration: none;
	background: #8DA727;
	color: #ffffff;
	border-bottom: solid 4px #667F0A;
	border-radius: 3px;
}

.square_btn:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}

.square_btn a {
	color: #ffffff;
}

#gPriceList {
	display: none;
}

.cstmTbl {
	width: 100%;
	margin: 10px 0 30px;
	border-top: 1px solid #ddd;
}

.cstmTbl th {
	background: #eee;
	text-align: left;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
}

.cstmTbl td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 10px;
}

.cstmTbl2 {
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 30px;
	border-top: 1px solid #ddd;
}

.cstmTbl2 th {
	background: #eee;
	text-align: center;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
}

.cstmTbl2 td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

@media only screen and (max-width: 799px) {
	.cstmTbl2 th, .cstmTbl2 td {
		display: revert !important;
	}
}

.subTitle {
	font-size: 2.143em;
	line-height: 1;
	padding: 0.25em 0.5em;
	/*border-left: solid 6px #0AA0E7;*/
	border-left: solid 6px #0AA0E7;
	margin: 30px 0;
}

/*合宿テーブル*/

.cp2_table *, .cp2_table *:before, .cp2_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp2_table {
	margin: 10px auto;
	width: 100%;
	border-collapse: collapse;
}

.cp2_table th, .cp2_table td {
	text-align: left;
	padding: 10px;
	border: 1px solid #dddddd;
}

.cp2_table th {
	width: 18%;
	text-align: left;
	background: #f4f4f4;
}

.cp2_table td {
	background: #ffffff;
}

@media only screen and (max-width: 799px) {
	.pc_lodge {
		display: none;
	}
	.smart_lodge {
		display: block;
	}

	/**-----------------------------------------
    料金プラン
	------------------------------------------*/
	.priceTbl {
		display: none;
	}
	.priceTbl td{
		font-size: 14px;
	}

	/**-----------------------------------------
    合宿料金プラン(スマホ)
	------------------------------------------*/
	#gPriceList h3 {
		background: #EDEDED;
		font-weight: bold;
		padding: 10px;
		font-size: 18px;
		margin: 0;
	}
	#gPriceList dl dt th {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		padding: 0 0 0 10px;
		vertical-align: middle;
	}
	#gPriceList dl dt th span {
		font-size: 14px;
		margin: 3px 0;
		display: inline-block;
	}
	/******************　料金　*********************/
	#gPriceList {
		display: block;
	}
	#plan {
		line-height: 1.5;
		margin: 20px 0;
	}
	#plan dl.planAccordion {
		margin: 0 0 20px;
	}
	#plan dl.planAccordion>dt {
		padding: 10px 20px 10px 10px;
		color: #f00000;
		font-weight: bold;
		font-size: 22px;
		border-left: 1px solid #fff069;
		border-bottom: 1px solid #fff069;
		border-right: 1px solid #fff069;
		background: url(/img/close.png) no-repeat 98% 50%, rgb(255, 253, 233);
		-webkit-background-size: 23px 23px, auto auto;
	}
	#plan dl.planAccordion>dt.open {
		background: url(/img/open.png) no-repeat 98% 50%, rgb(255, 253, 233);
		-webkit-background-size: 23px 23px, auto auto;
	}
	#plan dl.planAccordion>dt span {
		font-size: 12px;
		display: inline-block;
		background: #f00000;
		padding: 2px 5px;
		vertical-align: text-top;
		color: #fff;
		margin: 0 5px 0 0;
	}
	#plan dl.planAccordion>dt span.sml {
		display: inline;
		background: none;
		padding: 0;
		color: #f00000;
		vertical-align: baseline;
	}
	#plan dl.planAccordion>dd {
		display: none;
	}
	#plan dl.planAccordion>dd>table.planData {
		width: 100%;
	}
	#plan dl.planAccordion>dd>table.planData tr.feeData {
		background: #d5efff;
		border-top: #FFF solid 2px;
	}
	#plan dl.planAccordion>dd>table.planData tr.feeData th {
		padding: 10px;
		font-size: 0.9rem;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		border: none;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td {
		color: #f00000;
		font-weight: bold;
		padding: 10px 0;
		font-size: 20px;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td span {
		font-size: 12px;
		font-weight: normal;
		color: #333;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td .fee {
		font-size: 1.2rem;
		font-weight: bold;
		color: #f00000;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td .tax {
		font-size: 0.7rem;
		font-weight: normal;
		color: #333;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td.planCp {
		background: #ffecef;
		padding: 10px;
		color: #333;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td.planCp h4 {
		font-weight: bold;
		font-size: 16px;
		margin: 0 0 5px;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td.planCp .date {
		font-size: 14px;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td.planCp .date span {
		background: #f66076;
		color: #fff;
		padding: 5px 10px;
		margin: 0 0 0 10px;
		font-weight: bold;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	#plan dl.planAccordion>dd table.planData tr.feeData td.planCp .cpPrice {
		color: #f00000;
		font-weight: bold;
		font-size: 22px;
	}
	#plan dl.planAccordion>dd table.planData tr.scheduleData>td {
		padding: 0;
	}
	#plan dl.planAccordion>dd>table.planData tr.hotelData {
		border-bottom: 1px solid #ccc;
	}
	#plan dl.planAccordion>dd>table.planData tr.hotelData td {
		padding-bottom: 10px;
	}
	#plan dl.scheduleAccordion, #plan dl.hotelAccordion {
		margin: 2px 0 15px;
	}
	#plan dl.scheduleAccordion>dt, #plan dl.hotelAccordion>dt {
		margin: 0;
		padding: 15px 10px;
		font-size: 16px;
		border: 1px solid #ccc;
		background: url(/img/close.png) no-repeat 98% 50%, #eee;
		-webkit-background-size: 23px 23px, auto auto;
	}
	#plan dl.scheduleAccordion>dt.open, #plan dl.hotelAccordion>dt.open {
		background: url(/img/open.png) no-repeat 98% 50%, #eee;
		-webkit-background-size: 23px 23px, auto auto;
	}
	#plan dl.scheduleAccordion>dd, #plan dl.hotelAccordion>dd {
		display: none;
	}
	#plan dl.scheduleAccordion>dd #calendar {
		padding: 5px 10px 5px;
	}
	#plan dl.hotelAccordion>dd .hotelBoxBtn {
		width: 100%;
		margin: 0 auto 10px;
		background: #eee;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px #939393;
		text-align: center;
	}
	#plan dl.hotelAccordion>dd .hotelBoxBtn a {
		display: block;
		text-decoration: none;
		padding: 8px 0;
		font-weight: bold;
		font-size: 14px;
		color: #333;
	}
	table.calendar {
		width: 100%;
		margin: 5px 0 20px;
	}
	table.calendar th.calmonth {
		text-align: center;
		padding: 10px 0;
		border: #CACACA solid 1px;
		vertical-align: middle;
		background: #eee;
	}
	table.calendar td {
		border: #CACACA solid 1px;
		text-align: center;
		width: 14.5%;
		padding: 0;
	}
	table.calendar td.calday {
		background: #efefef;
	}
	table.calendar td.cal {
		height: 20px;
	}
	table.calendar td.wday {
		background: #e4edff;
		height: 13px;
	}
	table.calendar td.sat {
		color: #09C;
		background: #CAE6F7;
		height: 13px;
	}
	table.calendar td.sun {
		color: #F69;
		background: #FCC;
		height: 13px;
	}
	.pcolor01 {
		background: #FADCE9;
	}
	.pcolor02 {
		background: #E7D5E8;
	}
	.pcolor03 {
		background: #D2CCE6;
	}
	.pcolor04 {
		background: #D3DEF1;
	}
	.pcolor05 {
		background: #D3EDFB;
	}
	.pcolor06 {
		background: #D4ECEA;
	}
	.pcolor07 {
		background: #D5EAD8;
	}
	.pcolor08 {
		background: #ECF4D9;
	}
	.pcolor09 {
		background: #FFFCDB;
	}
	.pcolor10 {
		background: #FEECD2;
	}
	/*宿泊施設*/
	.accordion_hotel {
		/*margin:0 0 30px 0;*/
	}
	.accordion_hotel dt {
		padding: 15px 20px 15px 10px;
		font-weight: bold;
		font-size: 16px;
		border-bottom: 1px solid #ddd;
		background: url(/img/close.png) no-repeat 98% 50%, #eee;
		-webkit-background-size: 35px 35px;
	}
	.accordion_hotel dt.open {
		background: url(/img/open.png) no-repeat 98% 50%, #eee;
		-webkit-background-size: 35px 35px;
	}
	.accordion_hotel dd {
		display: none;
	}
	.accordion_hotel dd.open {
		display: inline;
	}
	.accordion_hotel dd .loan {
		width: 95%;
		line-height: 1.5;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin: 10px auto 20px;
	}
	.accordion_hotel dd .loan div {
		background: #eee;
		padding: 10px;
		margin: 10px 0 0 0;
	}
	.accordion_hotel dd .loan div ul {
		border-bottom: 1px solid #ccc;
		padding: 0 0 5px;
		margin: 0 0 5px;
	}
	.accordion_hotel dd .loan div li {
		background: url(/img/smart/common/arw01.png) no-repeat 0 7px;
		-webkit-background-size: 5px 8px;
		font-weight: bold;
		padding: 0 0 0 10px;
	}
	#hotelInfo {
		background: #d5efff;
		padding: 20px 0;
		margin: 2px 0 10px;
	}
	#hotelInfo .hotelInfoBox {
		width: 95%;
		margin: 0 auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background: #fff;
		padding: 15px 10px 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		line-height: 1.5;
		box-shadow: 0px 2px 0px #aaa;
	}
	#hotelInfo .hotelInfoBox+.hotelInfoBox {
		margin-top: 15px;
	}
	#hotelInfo .hotelInfoBox .hotelImg {
		padding: 0;
	}
	#hotelInfo .hotelInfoBox .hotelImg+.hotelImg {
		padding-top: 10px;
	}
	#hotelInfo .hotelInfoBox .hotelTxt {
		padding: 5px 0 0;
	}
	#hotelInfo .hotelInfoBox h3 {
		font-weight: bold;
		border-left: 5px solid #2d93d3;
		padding: 0 0 0 7px;
	}
	#hotelInfo .hotelInfoBox table {
		width: 100%;
		margin: 10px 0 0;
		border-bottom: 1px solid #ddd;
	}
	#hotelInfo .hotelInfoBox table th {
		border-top: 1px solid #ddd;
		padding: 5px;
		font-size: 12px;
		background: #eee;
	}
	#hotelInfo .hotelInfoBox table td {
		border-top: 1px solid #ddd;
		padding: 5px;
	}
	#hotelInfo .hotelInfoBox table td>ul.list {
		padding: 0;
	}
	#hotelInfo .hotelInfoBox table td>ul.list>li {
		display: inline-block;
		padding: 0 5px 0 0;
		margin: 0;
	}
}

/**-----------------------------------------
キャンペーンバナー
------------------------------------------*/

.campaignBanner {
	margin: 0.5rem 0;
}

.campaignBanner img {
	width: 100%;
}

.cpPlan {
	padding: 0.5rem;
	margin: 0;
	color: #333;
	background: url(/img/bg_point.png);
	border-bottom: 1px solid #fff069;
}

.cpPlan:first-child {
	border-top: 1px solid #fff069;
}

.cpPlan a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/img/arw_red.png) no-repeat 100% 50%;
	background-size: 35px 35px;
}

.cpPlan .cpPlanDate {
	font-size: 1rem;
	font-weight: bold;
	color: #814300;
	line-height: 100%;
}

.cpPlan .cpPrice {
	margin-top: 0.5rem;
	padding-right: 35px;
	width: 100%;
}

.cpPlan .cpPrice .lic {
	margin: 0.2rem 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	line-height: 100%;
}

.cpPlan .cpPrice .fee {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #ff0000;
	line-height: 100%;
}

.cpPlanCar .cpPrice .fee:before {
	content: '普通車AT';
	background: #fff069;
	margin-right: 0.5rem;
	padding: 0.5rem;
	font-weight: bold;
	font-size: 0.8rem;
	color: #000;
	vertical-align: middle;
}

.cpPlanBike .cpPrice .fee:before {
	content: '普通二輪MT';
	background: #fff069;
	margin-right: 0.5rem;
	padding: 0.5rem;
	font-weight: bold;
	font-size: 0.8rem;
	color: #000;
	vertical-align: middle;
}

.cpPlanPro .cpPrice .fee:before {
	content: '中型一種(準中型5tMT)';
	background: #fff069;
	margin-right: 0.5rem;
	padding: 0.5rem;
	font-weight: bold;
	font-size: 0.8rem;
	color: #000;
	vertical-align: middle;
}

.cpPlan .cpPrice .fee .smallFont {
	font-size: 0.5em;
}

.cpPlan .cpPrice .tax {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #A10100;
	line-height: 100%;
}

.cpPlan .cpPrice .tax .smallFont {
	font-size: 0.6em;
}

.cpPlan .detail {
	font-size: 1rem;
	color: #00AEED;
	text-align: right;
	font-weight: bold;
}

@media (min-width:880px) {
	.cpPlan {
		margin: 0.5rem 0;
		padding: 1rem;
		width: 100%;
	}
	.cpPlan, .cpPlan:first-child {
		border: none;
	}
	.cpPlan:hover {
		opacity: 0.7;
	}
	.cpPlan a {
		background: none;
		text-decoration: none;
	}
	.cpPlan .cpPlanDate {
		position: absolute;
		vertical-align: top;
		font-size: 1.3rem;
		font-weight: bold;
		color: #814300;
		line-height: 100%;
	}
	.cpPlan .cpPrice {
		position: absolute;
		margin-top: 0;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.cpPlan .cpPrice .lic {
		font-size: 1rem;
		font-weight: bold;
		color: #000;
	}
	.cpPlan .cpPrice .fee {
		font-size: 3rem;
		font-weight: bold;
		color: #ff0000;
		line-height: 100%;
	}
	.cpPlan .cpPrice .fee:before {
		display: none;
	}
	.cpPlan .cpPrice .fee .smallFont {
		font-size: 0.5em;
	}
	.cpPlan .cpPrice .tax {
		font-size: 1.5rem;
		font-weight: bold;
		color: #A10100;
		line-height: 100%;
	}
	.cpPlan .cpPrice .tax .smallFont {
		font-size: 0.6em;
	}
	.cpPlan .detail {
		display: none;
	}
}

/**-----------------------------------------
普通車免許キャンペーン
------------------------------------------*/
.cpPlanCar{
	margin:10px 0;
	background:url(/img/campaign/cp_car.png) no-repeat;
	width:100%;
	height:130px;
	background-size: contain;
}
.cpPlanCar:hover{
	opacity: 0.7 ;
}

.cpPlanCar a{
	text-decoration:none;
}
.cpPlanCar .cpPlanDate{
	float:left;
	width:260px;
	padding:12px 0px 0 20px;
	font-size:19px;
	font-weight:bold;
	color:#814300;
}

.cpPlanCar .cpPrice{
	margin-top:-10px;
	padding-left:350px;
	color:#ff0000;
	font-weight:bold;
	font-size:3.25rem;
}

.cpPlanCar .tax{
	margin-top:-70px;
	padding-left:28rem;
	font-size:1.5rem;
	font-weight:bold;
	color:#A10100;
}

.cpPlanCar .detail{
	display: none;
}

.cpPlanCar .lic{
	padding:15px 0px 0 350px;
	font-size:1.3rem;
	font-weight:bold;
	color:#000;
}

.cpFont{
	font-size:40px;
}

.cpTaxFont{
	font-size:15px;
}
@media (max-width:879px){
	.campaign{
		background:url(/img/bg_point.png);
		-webkit-background-size:4px 4px;
		border-top:1px solid #fff069;
		margin:10px 0;
	}
		.campaign a{		
			text-decoration:none;
		}
	
	.cpPlanCar{
		padding:10px;
		margin:0;
		border-bottom:1px solid #fff069;
		color:#333;
		background:url(/img/arw_red.png) no-repeat 98% 50%;
		-webkit-background-size:35px 35px;
		height:auto;
	}
	/*
	.cpPlanCar:before{
		content:'（普通車AT）';
		font-weight: bold;
		font-size: 18px;
		padding-left: 10px;
	}
	*/

	.cpPlanCar .cpPlanDate{
		float:left;
		width:100%;
		padding:5px 0px 0 10px;
		font-size:15px;
	}

	.cpPlanCar .cpPrice{
		padding-left:0;
		margin-top:-10px;
		font-size:2.5em;
		width: 80%;
		text-align: center;
	}

	.cpPlanCar .cpPrice:before{
		content:'普通車AT';
		background:#fff069;
		padding:5px 5px;
		font-weight:bold;
		font-size:18px;
		color:#000;
		float: left;
		margin: 5px 0 0 10px;
	}

	.cpPlanCar .tax{
		margin-top:-30px;
		padding-left:0;
		font-size:1.5em;
		text-align:center;
	}

	.cpPlanCar .detail{
		display:block;
		margin-top:-10px;
		font-size:1.2em;
		color:#00AEED;
		text-align:right;
		font-weight:bold;
	}

	.cpPlanCar .lic{
		padding-left:28%;
		font-size:1.3em;
	}
	
	.cpFont{
		font-size:.5em;
	}

	.cpTaxFont{
		font-size:.5em;
	}
}

/**-----------------------------------------
二輪免許キャンペーン
------------------------------------------*/
.cpPlanBike{
	margin:10px 0;
	background:url(/img/campaign/cp_bike.png) no-repeat;
	width:100%;
	height:130px;
	background-size: contain;
}
.cpPlanBike:hover{
	opacity: 0.7 ;
}

.cpPlanBike a{
	text-decoration:none;
}
.cpPlanBike .cpPlanDate{
	float:left;
	width:260px;
	padding:12px 0px 0 20px;
	font-size:19px;
	font-weight:bold;
	color:#814300;
}

.cpPlanBike .cpPrice{
	margin-top:-10px;
	padding-left:350px;
	color:#ff0000;
	font-weight:bold;
	font-size:3.25rem;
}

.cpPlanBike .tax{
	margin-top:-70px;
	padding-left:28rem;
	font-size:1.5rem;
	font-weight:bold;
	color:#A10100;
}

.cpPlanBike .detail{
	display: none;
}

.cpPlanBike .lic{
	padding:15px 0px 0 350px;
	font-size:1.3rem;
	font-weight:bold;
	color:#000;
}

.cpFont{
	font-size:40px;
}

.cpTaxFont{
	font-size:15px;
}
@media (max-width:879px){
	.campaign{
		background:url(/img/bg_point.png);
		-webkit-background-size:4px 4px;
		border-top:1px solid #fff069;
		margin:10px 0;
	}
		.campaign a{		
			text-decoration:none;
		}
	
	.cpPlanBike{
		padding:10px;
		margin:0;
		border-bottom:1px solid #fff069;
		color:#333;
		background:url(/img/arw_red.png) no-repeat 98% 50%;
		-webkit-background-size:35px 35px;
		height:auto;
	}
	/*
	.cpPlanBike:before{
		content:'（普通車AT）';
		font-weight: bold;
		font-size: 18px;
		padding-left: 10px;
	}
	*/

	.cpPlanBike .cpPlanDate{
		float:left;
		width:100%;
		padding:5px 0px 0 10px;
		font-size:15px;
	}

	.cpPlanBike .cpPrice{
		padding-left:0;
		margin-top:-10px;
		font-size:2.5em;
		width: 80%;
		text-align: center;
	}

	.cpPlanBike .cpPrice:before{
		content:'普通二輪MT';
		background:#fff069;
		padding:5px 5px;
		font-weight:bold;
		font-size:18px;
		color:#000;
		float: left;
		margin: 5px 0 0 10px;
	}

	.cpPlanBike .tax{
		margin-top:-30px;
		padding-left:0;
		font-size:1.5em;
		text-align:center;
	}

	.cpPlanBike .detail{
		display:block;
		margin-top:-10px;
		font-size:1.2em;
		color:#00AEED;
		text-align:right;
		font-weight:bold;
	}

	.cpPlanBike .lic{
		padding-left:28%;
		font-size:1.3em;
	}
	
	.cpFont{
		font-size:.5em;
	}

	.cpTaxFont{
		font-size:.5em;
	}
}

/* キャンペーンテーブル */

table.widelink th {
	white-space: nowrap;
}

table.widelink td a {
	display: block;
	padding: 0;
}

.btn_arrow {
	display: table;
	position: relative;
	padding: 0;
	min-width: 13em;
	/*border: 2px solid currentColor;*/
	/*color: #3388dd;
    font-size: 16px;
    font-weight: bold;
    text-align: center;*/
	text-decoration: none;
	box-sizing: border-box;
	/*transition: 0.5s;*/
}

.btn_arrow::after {
	position: absolute;
	top: 50%;
	right: 0.8em;
	width: 0.5em;
	height: 0.5em;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
}

.btn_arrow:hover {
	/*border: 2px solid #3388dd;*/
	color: #fff;
	background-color: #11A0E5;
}

.infobox {
	width: 100%;
	position: relative;
	padding: 2.5em;
	margin-bottom: 30px;
	background: #F5F3E7;
}

.infobox p {
	font-size: 150%;
	margin: 0;
	padding: 0;
}

.blockB {
	overflow: hidden;
	zoom: 1;
	margin: 20px;
}

.blockB li {
	list-style: disc;
	margin-left: 18px;
}

.flow_box {
	background: #88c7ea;
	display: table;
	width: 100%;
	padding: 5px;
}

.flow_box .day {
	background-color: #FFF;
	display: table-cell;
	width: 110px;
	vertical-align: middle;
	text-align: center;
	height: 100px;
}

.flow_box .day p {
	font-size: 20px;
	font-weight: bold;
	color: #008FD5;
	margin-bottom: 0;
	line-height: 1.0;
}

.flow_box .description {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
}

.flow_box span {
	background: none;
	border: none;
	padding: 0;
	font-weight: bold;
	color: #173b7d !important;
	font-size: 20px;
	margin-bottom: 5px;
}

.flow_box .text {
	color: #FFF;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 18px;
}

.flow_box .notice {
	color: #ED1C24;
}

.flow_arrow {
	text-align: center;
	padding: 10px 0;
}

.flow_arrow img {
	display: inline;
}

/* 宿泊施設（合宿） */

table.facility {
	width: 100%;
	margin-bottom: 30px;
}

table.facility th, table.facility td {
	padding: 10px;
	border: 1px solid #ddd;
}

table.facility th {
	background: #f4f4f4;
	width: 20%;
	text-align: left;
	white-space: nowrap;
	padding: 12px;
}

@media only screen and (max-width:480px) {
	table.facility {
		margin: 0 auto;
	}
	table.facility th, table.facility td {
		width: 100%;
		display: block;
		border-top: none;
	}
	table.facility tr:first-child th {
		border-top: 1px solid #ddd;
	}
}

.txtSmall {
	font-size: 85.7% !important;
}

.textRed {
	color: #f2242f !important;
}

.notice {
	position: relative;
	padding: 20px;
}

.notice:before, .notice:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.notice:before {
	border-left: solid 1px #5767bf;
	border-top: solid 1px #5767bf;
	top: 0;
	left: 0;
}

.notice:after {
	border-right: solid 1px #5767bf;
	border-bottom: solid 1px #5767bf;
	bottom: 0;
	right: 0;
}

.notice p {
	margin: 5px 0;
	padding: 0;
}

/*宿泊施設用スライド*/

.fade .image {
	padding: 10px;
}

.fade img {
	width: 80%;
	margin: 0 auto;
}

@media (max-width:879px) {
	.fade .image {
		padding: 0;
	}
	.fade img {
		width: 100%;
	}
}

/*初めての方へページの左右交互レイアウト*/
.imagebox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
}

.imagebox_text {}

/*
h3 {
  font-size: 21px;
  margin: 0;
}
*/
.imagebox .pict {
	width: 80% !important;
	margin-left: 3%;
}

.pict img {
	width: 100%;
	height: auto;
}
.pict2 img {
	width: 32%;
	height: auto;
}

.imagebox:nth-child(2n) {
	flex-direction: row-reverse;
}

.imagebox:nth-child(2n) .imagebox_text {
	text-align: left;
}

.imagebox:nth-child(2n) .pict {
	margin-left: 0;
	margin-right: 3%;
	width: 80% !important;
}

@media (max-width:768px) {
	.imagebox {
		flex-direction: column;
	}

	.imagebox:nth-child(2n) {
		flex-direction: column;
	}

	.imagebox_text {
		text-align: left;
	}

	.imagebox:nth-child(2n) .imagebox_text {
		text-align: left;
	}

	.imagebox .pict {
		width: 100% !important;
		margin-left: 0;
		text-align: center;
	}

	.imagebox:nth-child(2n) .pict {
		margin-left: 0;
		margin-right: 0%;
		width: 100% !important;

	}

	.pict img {
		width: 100%;
		height: auto;
	}
	.pict2 img {
		width: 100%;
		height: auto;
	}
}

/*TOP-PCR検査結果のお知らせ*/

ul.top_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.top_ul li {
	position: relative;
	padding: 0 0 0 2em;
	margin: 0;
}

ul.top_ul li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
	color: #00ACDB;
}

.l-inner-sm {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px
}

.l-sec-t-md {
	margin-top: 10px
}

@media print, screen and (min-width:768px) {
	.l-inner, .l-inner-sm {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0
	}
	/*.l-inner-sm{max-width:800px}*/
	.l-sec-t-md {
		margin-top: 10px
	}
}

@media print, screen and (min-width:768px) {
	.l-inner, .l-inner-sm {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0
	}
	.l-inner-sm {
		max-width: 800px
	}
	.l-sec-t-md {
		margin-top: 20px
	}
}

.service-merit-wrap {
	padding-top: 3px;
	padding-bottom: 3px
}

.service-merit {
	position: relative;
	margin: 30px 8px 5px;
	-webkit-box-shadow: 0 0 0 1px #3E5AA8, 0 0 0 5px #fff, 0 0 0 8px #3E5AA8;
	box-shadow: 0 0 0 1px #3E5AA8, 0 0 0 5px #fff, 0 0 0 8px #3E5AA8
}

.service-merit:before {
	position: absolute;
	top: -33px;
	display: inline-block;
	width: 59px;
	height: 25px;
	margin-left: -30px;
}

.service-meritInfo {
	padding: 10px 15px 20px 15px
}

.service-meritInfo_list li {
	font-size: 100%;
	line-height: 1.55;
	position: relative;
	padding-left: 2rem
}

/*.service-meritInfo_list li:not(:last-child){margin-bottom:5px}*/

/*.service-meritInfo_list li:before{font-family:"Font Awesome 5 Free";position:absolute;left:0;content:'\f14a';color:#3E5AA8}*/

@media print, screen and (min-width:768px) {
	.service-merit {
		margin: 35px 0 10px 0
	}
	.service-merit:before {
		top: -38px;
		width: 68px;
		height: 30px;
		margin-left: -34px;
		background-size: 68px 30px
	}
	.service-meritInfo {
		max-width: 90%;
		margin: 0 auto;
		padding: 10px 0 20px;
		padding-bottom: 50px;
	}
	.service-meritInfo_list li {
		font-size: 95%;
		line-height: 1.55;
		padding-left: 1.5rem
	}
	.service-meritInfo_list li:not(:last-child) {
		margin-bottom: 15px
	}
}

.service-meritInfo_heading {
	margin-bottom: 15px;
	text-align: center
}

.service-meritInfo_heading_text {
	font-size: 120%;
	font-weight: 700;
	line-height: 1.75;
	color: #3E5AA8
}

.service-meritInfo_heading_text:after, .service-meritInfo_heading_text:before {
	font-size: 110%;
	font-weight: 400;
	display: inline-block;
	margin-left: 5px;
	content: '/'
}

.service-meritInfo_heading_text:before {
	margin-right: 5px;
	margin-left: 0;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.service-meritInfo_heading_title {
	font-size: 190%;
	font-weight: 700;
	line-height: 1.4;
	display: inline-block
}

.service-meritInfo_heading_title span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
	background: -o-linear-gradient(transparent 70%, #ffff00 70%);
	background: linear-gradient(transparent 70%, #ffff00 70%)
}

@media print, screen and (max-width:767.98px) {
	.service-meritInfo_heading {
		margin-bottom: 10px
	}
	.service-meritInfo_heading_text {
		font-size: 110%;
		line-height: 1.4
	}
	.service-meritInfo_heading_text:before {
		margin-right: 12px
	}
	.service-meritInfo_heading_text:after {
		margin-left: 12px
	}
	.service-meritInfo_heading_title {
		font-size: 180%
	}
}

.pdf {text-align: center; border-radius: 10px;}
.pdf li {display: inline-block; margin-bottom: 10px; padding-left: 25px; vertical-align: middle; background: url(/img/icon_dl.png) 0 center no-repeat;}
/*.pdf li:after {content: url(/img/icon_pdf.png); padding-left: 10px; vertical-align: -2px;}*/
.pdf li:hover {opacity: 0.7;}

.infobox2 {
    padding: 3em 2em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #ffeded, #ffeded 5px, #ffffff 5px, #ffffff 10px);/*ストライプ*/
    background: repeating-linear-gradient(-45deg, #ffeded, #ffeded 5px, #ffffff 5px, #ffffff 10px);/*ストライプ*/
    color: #000;/*文字色*/
}
.infobox2 p {
    margin: 0; 
    padding: 0;
}

/*ワンデーサポートページ*/
.qr {
	float: left;
	width: 400px;
	max-width: 400px;
}
.qr_img {
	width: 185px;
	max-width: 185px;
	/*margin: 0 30px 0 100px;*/
	font-size: 80%;
}
.qr_img2 {
	width: 200px;
	max-width: 200px;
	font-size: 90%;
}

.oneday-order-accordion {
    display: block;
    text-align: center;
    margin: 20px;
}

.oneday-order-accordion button {
    font-size: 1.286em;
    width: 700px;
    height: 2.666em;
    white-space: nowrap;
    letter-spacing: .05em;
    background: #FA436E;
    padding: .3em 3.5em;
    border-radius: 10em;
}
.oneday-order-accordion button, [class*="btn-link"] a {
    line-height: 1;
    position: relative;
    display: inline-block;
    color: #fff;
    border: 0;
}
.oneday-order-accordion button::after, .oneday-order-accordion button::before, [class*="btn-link"] a::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.oneday-order-accordion button::before {
    position: absolute;
    top: calc(50% - .5em);
    left: 1.85em;
    width: 1em;
    height: 1em;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    background-image: url(/img/svg/ico-chevron-right.svg);
    background-size: contain;
}
.oneday-order-accordion button {
    font-size: 1.286em;
    white-space: nowrap;
    letter-spacing: .05em;
}
.oneday-order-accordion button, [class*="btn-link"] a {
    line-height: 1;
    color: #fff;
}
.oneday-order-accordion button:hover {
	opacity: 0.7;
}

@media screen and (max-width:767px){

	.jobFont {
		font-size: 20px;
	}
	.oneday-order-accordion{
		margin:20px 0;
	}
	.oneday-order-accordion button{
		width:100%;
		white-space: normal;
	}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_img { display: block !important; }
.sp_img { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
}

/* LINE */
.qr_line {
  width: 200px;
}

.line_info::before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;
}

.line_info::after {
	position: relative;
	top: .2em;
	left: .5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
}

.btn_line {
	display: flex;
	margin: 0 auto;
	width: 770px;
}

@media only screen and (max-width:480px){
	.btn_line {
		display: block;
		width: 100%;
	}
}

.order-line_attend {display:block; text-align:center; margin:0 20px 20px;}
.order-line_attend button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-line_attend button {font-size:1.1em; min-width:240px; height:2.3em; white-space:nowrap; letter-spacing:.05em; background:#F58E7E; padding:.3em 3.5em; border-radius:10em;}
.order-line_attend button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-line_attend button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}

.order-line_lodge {display:block; text-align:center; margin:0 20px 20px;}
.order-line_lodge button,[class*=btn-link] a {line-height:1; position:relative; display:inline-block; color:#fff; border:0;}
.order-line_lodge button {font-size:1.1em; min-width:240px; height:2.3em; white-space:nowrap; letter-spacing:.05em; background:#8DCF3F; padding:.3em 3.5em; border-radius:10em;}
.order-line_lodge button:before {position:absolute; top:calc(50% - .5em); left:1.85em; width:1em; height:1em; -webkit-transition-duration:.4s; transition-duration:.4s; background-image:url(/img/svg/ico-chevron-bottom-w.svg); background-size:contain;}
.order-line_lodge button:after,.order-accordion button:before,[class*=btn-link] a:after{ display:inline-block; content:''; vertical-align:middle; background-repeat:no-repeat; background-position:center;}

.order-line_lodge button:hover { cursor: pointer; opacity: 0.7 ;}
.order-line_attend button:hover { cursor: pointer; opacity: 0.7 ;}


/* 合宿カレンダー */
#priceMain {
	width: 900px;
	margin: 15px auto;
}

.sp_calendar{
	display:none;
}

.planSelectTbl{
	width:100%;
	margin:10px 0 30px;
	border-top:1px solid #ddd;
	position: relative;
}
	.planSelectTbl th{
		background:#eee;
		text-align:left;
		border-bottom:1px solid #ddd;
		vertical-align:middle;
		padding:10px;
		font-weight:bold;
		width: 15%;
	}
	.planSelectTbl td{
		border-bottom:1px solid #ddd;
		vertical-align:middle;
		padding:10px;
	}
	.planSelectTbl select {
		-webkit-appearance: none;
		appearance: none; /* デフォルトのスタイルを無効 */
	    height: 60px;
	    padding-left: 10px;
	    padding-right: 30px;
	    text-overflow: ellipsis; /* ...変換 */
	    -webkit-text-overflow: ellipsis; /* Safari */
		-o-text-overflow: ellipsis; /* Opera */
	}
		.planSelectTbl select::-ms-expand {
			display: none; /* デフォルトのスタイルを無効(IE用) */
		}
		
/* セレクトボックスの矢印デザイン変更 */
.containerPlan {
	width: 100%;
}
.containerPlan::before {
	border-bottom: 8.5px solid;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	width: 0;
}
.containerPlan::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8.5px solid;
	content: "";
	position: absolute;
	right: 20px;
	top: 50px;
	width: 0;
}
.containerDate {
	width: 100%;
}
.containerDate::before {
	border-bottom: 8.5px solid;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	position: absolute;
	right: 20px;
	top: 105px;
	width: 0;
}
.containerDate::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8.5px solid;
	content: "";
	position: absolute;
	right: 20px;
	top: 130px;
	width: 0;
}

.planSelect li{
	display: block;
	float: left;
	margin: 3px 5px;
	width: 253px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	background: #999;
}
.planSelectedColor {
	background: #f66076 !important;
	padding:10px;
}
.planSelect li a {
	display:block;
	padding:10px;
}
.planSelect li a:link,
.planSelect li a:visited{
	text-decoration: none;
	color: #fff;
}
.planSelect li a:hover {
	background: #ddd;
}

.dateSelect li{
	display: block;
	float: left;
	margin: 3px 5px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	background: #999;
}
.dateSelectedColor {
	background: #f66076 !important;
}
.dateSelect li a {
	display:block;
}
.dateSelect li a:link,
.dateSelect li a:visited{
	text-decoration: none;
	color: #fff;
}
.dateSelect li a:hover {
	background: #ddd;
}

.calendarOrderBtn {
	margin: 5px 0 0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(/img/calendar/arrow.png) no-repeat 95% 50% #f66076;
	font-size: 16px;
	border-radius: 3px;
}
.calendarOrderBtn a {
	display:block;
}
.calendarOrderBtn a:link,
.calendarOrderBtn a:visited{
	text-decoration: none;
	color: #fff;
}

@media only screen and (max-width: 799px){
	#priceMain {
		width: 100%;
	}
	.planSelect li{
		width: 98%;
	}
	.pc_calendar{
		display:none;
	}

	.sp_calendar{
		display:block;
	}
	.planSelectTbl .last td:last-child {
	    border-bottom: solid 1px #ccc;
	    width: 100%;
	}
	  .planSelectTbl {
	    width: 100%;
	  }
	  .planSelectTbl th,
	  .planSelectTbl td {
	　　border-bottom: none;
	    display: flex;
	    width: 100%;
	  }
	.dateSelect li{
		width: 30%;
	}
	.containerPlan::before {
		top: 65px;
	}
	.containerPlan::after {
		top: 90px;
	}
	.containerDate::before {
		top: 185px;
	}
	.containerDate::after {
		top: 210px;
	}
	.planSpList{
		margin: 0 0 10px;
		width: 100%;
		border-top: 5px solid #bbb;
		border-bottom: 5px solid #bbb;
	}
	.planSpList li{
		background: #f1f1f1!important;
		padding: 10px 0;
	}
	/*
	.planSpList li:nth-child(even){
		background: #fff!important;
		padding:  5px 0;
	}
	*/

	table.planSpListTbl{
		width: 98%;
	}
		table.planSpListTbl th{
			width: 63%;
			padding: 0 0 0 5px;
			vertical-align: middle;
			text-align: center;
		}

		table.planSpListTbl td .planSpListOrder{
			color: #fff;
			padding: 8px 0;
			border-radius: 3px;
			font-weight: bold;
			text-align: center;
			font-size: 16px;
			width: 100%;
			vertical-align: middle;
			background: url(/img/calendar/arrow.png) no-repeat 95% 50% #f66076;
			background-size: 7px 11px;
		}

		table.planSpListTbl td .planSpList_subBtn{
			background: #F2A547;
			border-radius: 3px;
			text-align: center;
		}
	.spPlanList {
		font-weight: bold;
		color: #3ab4c1;
	}
}
.spCalendarBtnColor {
	background:rgb(255, 253, 233);
	/*z-index: -1;*/
}
.spCalendarBtnColorSelected {
	background:#3ab4c1;
	display: block;
	padding: 14px;
	color: #fff;
}
.calendarArrow {
	position: relative;
}
.calendarArrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #3ab4c1;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: rotate(45deg);
}

dl.calendarColorAccordion{
	margin:0 0 20px;
}
	dl.calendarColorAccordion > dt{
		padding:10px 20px 10px 10px;
		color:#f00000;
		font-weight:bold;
		border: 1px solid #fff069;
		background:url(/img/close.png) no-repeat 98% 50%,rgb(255, 253, 233);
		-webkit-background-size:23px 23px,auto auto;
	}
		dl.calendarColorAccordion > dt.open{
			background:url(/img/open.png) no-repeat 98% 50%,rgb(255, 253, 233);
			-webkit-background-size:23px 23px,auto auto;
		}
		dl.calendarColorAccordion > dt span{
			font-size:12px;
			display:inline-block;
			background:#f00000;
			padding:2px 5px;
			vertical-align:text-top;
			color:#fff;
			margin:0 5px 0 0;
		}
			dl.calendarColorAccordion > dt span.sml{
				display:inline;
				background:none;
				padding:0;
				color:#f00000;
				vertical-align:baseline;
			}
	dl.calendarColorAccordion > dd{
		display:none;
	}
	
/* 楽勝問題バナー表示 */
.rakusyo_img {
  width: 500px;
}

@media only screen and (max-width: 799px) {
	.rakusyo_img {
	  width: 100%;
	}
}


/*フォトギャラリーボタン*/
.button_pg {
  max-width: 300px;
  margin: 0 auto;
  padding:5px 0;
}
a.btn_pg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_pg:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_pg:hover {
  background: #000;
  color: #fff;
}
a.btn_pg:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*----------------------------------------------------------------------

エポス特典　Level Style

----------------------------------------------------------------------*/
.level {
	width: 100%;
	margin: 0 auto 42px;
	border: 4px solid #11a0e5;
}

@media screen and (max-width: 960px) {
	.level {
		width: 96%;
		margin: 0 auto 42px;
	}
}

@media screen and (max-width: 480px) {
	.level {
		margin: 0 auto 32px;
	}
}

.level h3 {
	text-align: center;
	color: #ffffff;
	background: #11a0e5;
	padding: 16px 0 12px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	.level h3 {
		font-size: 20px;
	}
}

.level h3 span {
	background: #FFFF00;
	color: #11a0e5;
	font-weight: normal;
	font-size: 16px;
	padding: 4px;
	position: relative;
	top: -3px;
	margin-right: 8px;
	line-height: 1;
}

.level h3 span.no_bg_color {
	background: none;
	color: white;
}

@media screen and (max-width: 480px) {
	.level h3 span {
		font-size: 14px;
		margin-right: 0;
		line-height: 1;
		margin-bottom: 12px;
	}
}

.level .level_inner {
	padding: 24px;
}

@media screen and (max-width: 480px) {
	.level .level_inner {
		padding: 20px;
	}
}

.level .level_inner h2 {
	background: #11a0e5;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 24px;
}

.level .level_inner .level_fee_box {
	background: #F2F2F2;
	margin-bottom: 20px;
}

.level .level_inner .level_fee_box h3 {
	background: #2F7DB2;
	padding: 8px 0;
	margin-bottom: 0;
	color: #ffffff;
	text-align: center;
}

.level .level_inner .level_fee_box .fee_flexbox {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.level .level_inner .level_fee_box .fee_flexbox {
		display: block;
	}
}

.level .level_inner .level_fee_box .fee_flexbox.padding_20px {
	padding: 20px;
}

.level .level_inner .level_fee_box .fee_flexbox div {
	width: 80%;
	padding: 4%;
	font-size: 1.3rem;
	font-weight: bold;
}

.level .level_inner .level_fee_box .fee_flexbox div.double_width {
	width: 66.6%;
}

@media screen and (max-width: 480px) {
	.level .level_inner .level_fee_box .fee_flexbox div.double_width {
		width: 100%;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.level .level_inner .level_fee_box .fee_flexbox div {
		width: 100%;
		padding: 5%;
	}
}

.level .level_inner .level_fee_box h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

@media screen and (max-width: 700px) {
	.level .level_inner .level_fee_box h4 {
		font-size: 15px;
	}
}

.level .level_inner .level_fee_box h4.display_inline_block {
	display: inline-block;
}

.level .level_inner .level_fee_box h4.small {
	font-size: 16px;
}

.level .level_inner .level_fee_box h4 span {
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
}

.level .level_inner .level_fee_box p {
	margin-bottom: 0;
}

.level .level_inner .level_fee_box p.fee {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
}

.level .level_inner .level_fee_box p.fee span {
	font-size: 16px;
	vertical-align: middle;
}

@media screen and (max-width: 700px) {
	.level .level_inner .level_fee_box p.fee {
		font-size: 32px;
		text-align: left;
	}

	.level .level_inner .level_fee_box p.fee span {
		font-size: 18px;
	}
}

.level .level_inner .level_fee_box p.display_inline_block {
	display: inline-block;
}

.level .level_inner .level_fee_box.margin_bottom_zero {
	margin-bottom: 0;
}

.level .level_inner h4.detail_title {
	border-top: 2px solid #11a0e5;
	border-bottom: 2px solid #11a0e5;
	padding: 8px 0;
	margin-bottom: 12px;
}

@media screen and (max-width: 700px) {
	.level {
		width: 94%;
	}
}

ol.epos {
	counter-reset: item;
	list-style-type: none;
	padding-left: 15px;
}

ol.epos ol {
	padding-left: 1em;
}

li.epos {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

li.epos:before {
	counter-increment: item;
	content: counter(item)'.';
	/* 以下は自由に装飾... */
	padding-right: .5em;
	font-weight: bold;
	color: #b40000;
}

.epos img {
	width: 300px;
}

/*改行-PCで無効*/
.pc_hid {
	display: none;
}

/*改行-スマートフォンで有効*/
@media screen and (max-width:768px) {
	.pc_hid {
		display: block;
	}

	.epos img {
		width: 95%;
	}
}

table.ep_tb01 {
	border-collapse: collapse;
	width: 100%;
}

.ep_tb01 th,
.ep_tb01 td {
	/*padding: 10px;
  border: solid 1px #ccc;*/
	text-align: left;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.ep_tb01 {
		width: 100%;
	}

	table.ep_tb01 th,
	table.ep_tb01 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	/*
  .ep_tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
*/
}

/*ご注意ください！*/
.main_att01 {
  margin-top: 30px;
  padding: 30px 35px;
  border-radius: 10px;
  background: #fff98a;
  border: solid 5px #11A0E5;
  -webkit-box-shadow: inset 5px 5px 0 0 #fff,inset -5px -5px 0 0 #fff;
  /* Safari, Chrome用 */
  /* Firefox用 */
  box-shadow: inset 5px 5px 0 0 #fff,inset -5px -5px 0 0 #fff;
  /* CSS3 */
}

.main_att01 p {
  margin-bottom: 20px;
  text-align: center;
  color: #11A0E5;
  font-weight: bold;
  font-size: 1.5em;
}

.main_att01 ul li {
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}

.main_att01 ul li:before {
  content: "";
  margin-right: 7px;
  width: 10px;
  /* 幅指定 */
  height: 10px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #11A0E5;
  /* 背景色指定 */
  border-radius: 50%;
  /* 要素を丸くする */
}

/* 動画縮小 */
.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 入校条件内部リンクボタン */
.carLink {
	font-size: .875em;
	max-width: 1024px;
	margin: 0 auto;

}

.carLink ul {
	text-align: center;
	letter-spacing: -.4em;

}

.carLink ul li {
	display: inline-block;
	width: 50%;
	max-width: 311px;
	padding: 0 .722em .3em;
	list-style: none;
	vertical-align: top;
	letter-spacing: 0;

}

.carLink ul li a {
	line-height: 1.2;
	display: block;
	padding: .66em;
	text-align: left;
	vertical-align: middle;
	border-radius: .3em;
	background: #d4f3fe;
	-webkit-box-shadow: 4px 4px 0 #7fd6f6;
	box-shadow: 4px 4px 0 #7fd6f6;

}

.carLink ul li a:before {
	font-size: 1.125em;
	position: relative;
	top: .15em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	content: '';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 10em;
	background-image: url(/img/svg/ico-arrow-right-outline.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

@media screen and (min-width: 768px) {
	.carLink ul li {
		width: 16%;

	}

	.carLink ul li a {
		text-align: center;

	}

	.carLink ul li a:hover {
		opacity: 0.8;
	}
}

/* エポスの運転免許クレジット */
.epos_credit {
	width: 500px;
	margin: 0 auto;
}

.epos_credit_info::before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;
}

.epos_credit_info::after {
	position: relative;
	top: .2em;
	left: .5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #000;
}

@media screen and (max-width:768px) {
	.epos_credit {
		width: 100%;
	}
}

/*バナー自動切換え*/
.cp_bnr {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.cp_bnr img {
	width: 100%;
	animation-name: cp_bnr;
	-webkit-animation-name: cp_bnr;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.cp_bnr .img1 {
	animation: change-img-anim-first 10s infinite;
	animation-delay:0s;
	-webkit-animation-delay:0s;
	display: block;
	margin: 0 auto;
}

.cp_bnr .img2 {
	animation-delay:10s;
	-webkit-animation-delay:10s;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes cp_bnr {
	0% {opacity: 1;}
	25%{opacity: 1;}
	35%{opacity: 0;}
	90% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes cp_bnr {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

.btn_car {
	display: flex;
	margin: 0 auto;
	width: 560px;
}

@media only screen and (max-width:480px) {
	.btn_car {
		display: block;
		width: 100%;
	}
}

.order-accordion_carmt {
	display: block;
	text-align: center;
	margin: 20px;
}

.order-accordion_carmt button, [class*=btn-link] a {
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #fff;
	border: 0;
}

.order-accordion_carmt button {
	font-size: 1.1em;
	min-width: 240px;
	height: 2.3em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.order-accordion_carmt button:before {
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image: url(/img/svg/ico-chevron-bottom-w.svg);
	background-size: contain;
}

.order-accordion_carmt button:after, .order-accordion button:before, [class*=btn-link] a:after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.order-accordion_carmt button .txt:before {
	content: '普通車MT';
}

.order-accordion_carat {
	display: block;
	text-align: center;
	margin: 20px;
}

.order-accordion_carat button, [class*=btn-link] a {
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #fff;
	border: 0;
}

.order-accordion_carat button {
	font-size: 1.1em;
	min-width: 240px;
	height: 2.3em;
	white-space: nowrap;
	letter-spacing: .05em;
	background: #FA436E;
	padding: .3em 3.5em;
	border-radius: 10em;
}

.order-accordion_carat button:before {
	position: absolute;
	top: calc(50% - .5em);
	left: 1.85em;
	width: 1em;
	height: 1em;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-image: url(/img/svg/ico-chevron-bottom-w.svg);
	background-size: contain;
}

.order-accordion_carat button:after, .order-accordion button:before, [class*=btn-link] a:after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.order-accordion_carat button .txt:before {
	content: '普通車AT';
}

.order-accordion_carat button:hover {
	cursor: pointer;
	opacity: 0.7;
}

.order-accordion_carmt button:hover {
	cursor: pointer;
	opacity: 0.7;
}

/* TOPスライド */
.bg-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width:768px) {
	.bg-slider {
		height: 300px;
		margin-top:90px;
	}
}


/**-----------------------------------------
    ローン
------------------------------------------*/
.loanBox{
    margin: 0 5px;
	width: 32%;
	/*width: 290px;*/
	float: left;
	border:1px solid #f3d0d5;
	border-radius: 5px;
}
@media screen and (max-width:768px) {
	.loanBox{
		width: 95%;
	}
}
	.loanBox dt{
		background: #f66076;
		padding: 10px 0;
		margin:10px 10px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 0.8em;
		/*line-height: 1.6em;*/
	}
dd .loan{
	width:90%;
	margin:10px auto;
	font-size: 0.88em;
	line-height: 1.6em;
}
	dd .loan .loanTxt{
		background:#eee;
		padding:10px;
		margin:10px 0 0 0;
		font-size: 0.85rem;
		line-height: 1.18rem;
	}
		dd .loan .loanTxt ul{
			border-bottom:1px solid #ccc;
			padding:0 0 5px;
			margin:0 0 5px;
		}
		dd .loan .loanTxt li{
			background:url(/img/svg/ico-triangle.svg) no-repeat 0 50%;
			font-weight:bold;
			padding:0 0 0 18px;
			list-style: none;
		}

.cf:before,
.cf:after{
	content: " ";
	display: table;
}
.cf:after{clear: both;}
.cf{*zoom:1;}

/**-----------------------------------------
    出光特典
------------------------------------------*/
.noteList {
	margin: 15px;
}

.noteList li {
  padding-left: 1em;
}

.noteList li::marker{
  content: '※';
}

.noteList li .pointList {
	margin: 0;
}

.pointList li {
  padding-left: 1em;
}

.pointList li::marker{
  content: '・';
}

/*
.cstmTbl{
	width:100%;
	margin:20px 0 30px;
	border-top:1px solid #ddd;
}
	.cstmTbl th{
		background:#eee;
		text-align:center;
		color:#555;
		border-bottom:1px solid #ddd;
		vertical-align:middle;
		padding:10px;
	}
		.cstmTbl th.BgB{
			background: #d5efff;
		}
		.cstmTbl th.BgG{
			background:#dbf4c7;
		}
	.cstmTbl td{
		border-bottom:1px solid #ddd;
		vertical-align:middle;
		padding:10px;
	}

.cstmTbl2{
	width:100%;
	margin:10px auto;
	border-bottom:1px solid #ddd;
}
	.cstmTbl2 th{
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		text-align: center;
		padding:5px;
		font-size:1rem;
		background:#eee;
		vertical-align:middle;
	}
	.cstmTbl2 td{
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		padding:5px;
		text-align:center;
		font-size:0.9rem;
	}
		.cstmTbl2 td.BgY{
			background:#fffce0;
		}

.cstmList{
	margin:0 10px 10px;
}
	.cstmList li{
		background:url(/img/svg/ico-triangle.svg) no-repeat 0 50%;
		padding:0 0 0 15px;
		margin:0 0 5px;
	}
		.cstmList li:last-child{
			margin:0;
		}

.cstmDl{
	margin:20px;
}
	.cstmDl dt{
		border-left:6px solid #FF0004;
		font-weight:bold;
		font-size:16px;
		padding:0 15px;
	}
	.cstmDl dd{
		line-height:1.5;
		width:95%;
		padding:10px 10px 20px 10px;
		margin:0 auto;
	}
	.cstmDl ol{
		padding:0 0 0 20px;
	}
		.cstmDl ol li{
			margin:0 0 10px;
			list-style-type:decimal;
		}
			.cstmDl ol li:last-child{
				margin:0;
			}
*/

/* ギャラリー */
.gallery-list {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
    /* 以下gridレイアウト用 */
    display: grid;
    gap: 8px;/* 画像間の余白 */
    grid-auto-flow: dense; /* 隙間を埋めながら配置 */
    grid-template-columns: repeat(7, 1fr); /* カラム数を設定 */
}

.gallery-list img:nth-child(7n+1) {
  grid-column: span 3;
  grid-row: span 2;
}
.gallery-list img:nth-child(7n+2),
.gallery-list img:nth-child(7n+3) {
  grid-column: span 4;
  grid-row: span 1;
}
.gallery-list img:nth-child(7n+4) {
  grid-column: span 4;
  grid-row: span 2;
}
.gallery-list img:nth-child(7n+5) {
  grid-column: span 4;
  grid-row: span 2;
}
.gallery-list img:nth-child(7n+6) {
  grid-column: span 3;
  grid-row: span 1;
}
.gallery-list img:nth-child(7n+7) {
  grid-column: span 3;
  grid-row: span 3;
}

/* アスペクト比設定 */
.gallery-list img {
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.gallery-list img:first-child {
  aspect-ratio: 200/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-list img:nth-child(7) {
  aspect-ratio: 200/300;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TOP_宿泊施設 */
.mod-internalLink_top {
	font-size: .875em;
	max-width: 1024px;
	margin: 0 auto;
}

.mod-internalLink_top ul {
	text-align: center;
	letter-spacing: -.4em;
}

.mod-internalLink_top ul li {
	display: inline-block;
	width: 50%;
	max-width: 311px;
	padding: 0 .722em .3em;
	list-style: none;
	vertical-align: top;
	letter-spacing: 0;
}

.mod-internalLink_top ul li a {
	line-height: 1.2;
	display: block;
	padding: .66em;
	text-align: center;
	vertical-align: middle;
	border-radius: .3em;
	background: #d4f3fe;
	-webkit-box-shadow: 4px 4px 0 #7fd6f6;
	box-shadow: 4px 4px 0 #7fd6f6;
}
#facility img {
  width: 280px;
  height: 160px;
  object-fit: cover;
}
@media only screen and (max-width:480px) {
	#facility img {
	  width: 240px;
	  height: 140px;
	  object-fit: cover;
	}
}

/* 外国籍の方用電話番号 */
.other-languages {
	margin-top:30px;
	text-align:center;
}

.other-languages p {
	font-weight:bold;
}

.other-languages div {
	display:flex;
	justify-content:center;
	gap:10px;
	flex-wrap:wrap;
	margin-top:10px;
}

.other-languages a {
	 padding:10px 20px;
	 border-radius:30px;
	 text-decoration:none;
	 display:flex;
}

.other-languages img {
	 width:16px;
	 height:16px;
	 margin-top:8px;
	 margin-right:5px;
}

@media screen and (max-width: 768px) {
	.other-languages img {
		 margin-top:3px;
	}
}

.other-languages-footer {
	 width:16px;
	 height:16px;
	 margin-bottom:5px;
	 margin-right:5px;
}

/* TOP　空き枠 */
/*
.tbl_akiwaku *, .tbl_akiwaku *:before, .tbl_akiwaku *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
.tbl_akiwaku {
	/*width: 90%;*/
	margin: 0 auto;
	border-spacing: 1px 0;
	border-collapse: separate;
    /*font-size: 1em;*/
}
.tbl_akiwaku th, .tbl_akiwaku td {
	padding: 5px;
}
/*Headerブロック*/
.tbl_akiwaku th {
	/*position: relative;
	z-index: 1;
	width: 125px;
	height: 50px;*/
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
    font-size: 1.2em;
    font-weight: 800;
	border-radius: 5px 5px 0 0;
	background: #88b7d5;
}
/*
.tbl_akiwaku th:after {
	font-family: 'FontAwesome';
	font-size: 5em;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -30px;
	left: 0;
	content: '\f0d7';
}
*/
.tbl_akiwaku th.group1 {
	background: #FA4E74;
    padding: 8px;
	border-bottom: solid #fff 1px;
}
/*
.tbl_akiwaku th.group1:after {
	color: #131874;
}
*/
/*メインブロック*/
.tbl_akiwaku tr td {
	/*padding-top: 15px;*/
	text-align: center;
    vertical-align:middle;
    font-size: 1em;
	border-bottom: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
    padding: 5px 15px;
}
/*
.tbl_akiwaku tr:last-child td {
	border-radius: 0 0 5px 5px;
}
*/
.tbl_akiwaku td.group1 {
	background: #fff;
}
.tbl_akiwaku td.red {
	background: #ff0000;
    color: #fff;
}
.tbl_akiwaku td.gray {
	background: #666;
    color: #fff;
}

/* 空き状況 */
.akiwaku_info {
	color: #ff0000;
}

.akiwaku_info::before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #ff0000;
}

.akiwaku_info::after {
	position: relative;
	top: .2em;
	left: .5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #ff0000;
}

/* ポップアップ */
/* --------------------------
 * 1. 開くボタンのスタイル
 * -------------------------- */
.modalNationality-open-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #007BFF;
    border-radius: 5px;
    font-size: 16px;
}

/* --------------------------
 * 2. モーダル本体 (初期設定: 非表示)
 * -------------------------- */
.modalNationality-overlay {
    /* 最前面に固定表示 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; /* 確実に最前面に来るよう高い値を設定 */
    
    /* 画面全体を覆う */
    width: 100%;
    height: 100%;
    
    /* 背景を半透明の黒にする */
    background-color: rgba(0, 0, 0, 0.6);
    
    /* 初期状態は非表示 */
    display: none; 
    
    /* 中身の要素を中央に配置するための設定 */
    align-items: center;
    justify-content: center;
}

/* JavaScriptで付与され、モーダルを表示させるクラス */
.modalNationality-overlay.is-active {
    display: flex;
}

/* --------------------------
 * 3. モーダルの白い枠 (コンテンツラッパー)
 * -------------------------- */
.modalNationality-wrapper {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh; /* 画面の高さの90%に制限 */
    overflow-y: auto; /* コンテンツがはみ出したら縦スクロール可能にする */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* --------------------------
 * 4. 閉じるボタン
 * -------------------------- */
.modalNationality-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    line-height: 1; /* 高さを調整 */
}

.modalNationality-close-button:hover {
    color: #333333;
}

/* --------------------------
 * 5. コンテンツのスタイル
 * -------------------------- */
.modalNationality-content h1 {
    font-size: 28px; /* 大きすぎるフォントサイズを修正 */
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.modalNationality-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

/* 普通車MTカリキュラム変更 */
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #4D9BC1;
  padding-left: 20px;
}

.flow05 > li dl dd {
  margin-left: 0;
}

@media screen and (max-width:768px) {
	.flow05 > li:not(:last-child)::before {
	  left: 6%;
	}
}

.shokai {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.8em;
	padding: 0;
	margin: 0;
}

.shokai>div {
	overflow: auto;
	min-width: 0;
	padding: 0;
}

.plansBlock {
	border-radius: 1rem;
	border-width: 1px;
	box-sizing: border-box;
	border-style: solid;
	border-color: rgb(243 244 246);
}

.plansBox {
	background: linear-gradient(135deg, #ca8a04 0%, #eab308 100%);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: #fff;
	border-radius: 1rem 1rem 0 0;
}

.plansBox h2 {
	margin-bottom: 0;
	font-size: 1.8rem !important;
}

.plansBox h2 span {
	border-left: none !important;
}

.p-6 {
	padding: 1.5rem;
}

.overflow-x-auto {
	overflow-x: auto;
}

.plansTable {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	text-indent: 0;
	border-color: inherit;
}

.plansTable tr {
	color: rgb(133 77 14);
	background-color: rgb(254 252 232);
}

.plansTable tr th {
	padding: 1rem;
}

.plansTable tr th:first-child {
	width: 25%;
}

.plansTable tr th:nth-child(2) {
	width: 25%;
}

.plansTable tr th:last-child {
	width: 50%;
	text-align: right;
}

.plansTable tr td {
	padding: 1rem;
	background-color: #fff;
	color: #000;
}

.plansTable tr td.holdLicense {
	font-weight: 700;
	vertical-align: middle;
	background-color: rgb(249 250 251);
	border-right-width: 1px;
}

.plansTableFeeBox {
	text-align: right;
}

.plansTableFee {
	color: rgb(202 138 4);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
}

@media screen and (max-width:768px) {
	.plansTableFee {
		font-size: 1.4rem;
	}
}

.plansTableFeeTax {
	font-size: 0.75rem;
}

.bg-yellow-50 {
	background-color: rgb(254 252 232) !important;
}

.plansTableNote {
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  /* テーブル全体をブロック要素にする */
  .plansTable, 
  .plansTable thead, 
  .plansTable tbody, 
  .plansTable th, 
  .plansTable td, 
  .plansTable tr {
    display: block;
  }

  /* ヘッダー（項目名）を非表示にする */
  .plansTable thead {
    display: none;
  }

  .plansTable tr {
    border: 1px solid #e5e7eb;
  }

  .plansTable tr td {
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
  }

  /* 「所持免許」部分のスタイル調整 */
  .plansTable tr td.holdLicense {
    border-right-width: 0;
    font-size: 1.1rem;
  }

  /* 金額部分を右寄せに戻す */
  .plansTableFeeBox {
    text-align: right;
    background-color: #fff;
  }
}

.plansDetailBlock {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin-top: calc(3rem * calc(1 - 0));
	margin-bottom: calc(3rem * 0);
}

@media screen and (max-width:768px) {
	.plansDetailBlock {
		display: block;
	}
}

.plansBreakdown {
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	padding: 1.5rem;
	box-sizing: border-box;
	border-style: solid;
}

@media screen and (max-width:768px) {
	.plansBreakdown {
		margin-bottom: 20px;
	}
}

.plansBreakdown h3 {
	background: #fff !important;
	color: rgb(41 171 226) !important;
	font-weight: 700 !important;
	padding: 0 !important;
}

.plansBreakdownList {
	background-color: rgb(239 246 255);
	padding: 1rem;
	border-radius: 0.75rem;
	gap: 0.75rem;
	align-items: flex-start;
	display: flex;
}

.plansBreakdownList span {
	color: rgb(255 255 255);
	font-weight: 700;
	font-size: 0.75rem;
	background-color: rgb(41 171 226);
	border-radius: 9999px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	margin-top: 0.125rem;
}

.plansBreakdownListText {
	color: rgb(31 41 55);
	font-weight: 700;
	margin: 0;
}

.plansBreakdownListTextXs {
	margin: 0;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(1rem * calc(1 - 0));
  margin-bottom: calc(1rem * 0);
}

.plansCancel {
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	padding: 1.5rem;
	box-sizing: border-box;
	border-style: solid;
}

.plansCancel h3 {
	background: #fff !important;
	color: rgb(239 68 68) !important;
	font-weight: 700 !important;
	padding: 0 !important;
}

.plansCancelBox {
	background-color: rgb(254 242 242);
	border-color: rgb(254 226 226);
	border-width: 1px;
	border-radius: 0.75rem;
	box-sizing: border-box;
	border-style: solid;
	padding: 1rem;
}

.plansOrderBox {
	text-align: center;
}

.plansOrder {
	width: auto;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	color: rgb(255 255 255);
	font-weight: 700;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: rgb(255 90 115);
	border-radius: 9999px;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.plansOrder:hover {
	background-color: #ff0000;
	color: rgb(255 255 255);
}

.plansPreparationBlock {
	margin-top: calc(3rem * calc(1 - 0));
	margin-bottom: calc(3rem * 0);
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
}

.plansPreparationBox {
	padding: 1rem;
	background-color: rgb(41 171 226);
	color: rgb(255 255 255);
}

.plansPreparationBox h2 {
	margin: 0;
	font-size: 1.8rem !important;
}

.plansPreparationBox h2 span {
	border-left: none !important;
}

.plansPreparationTable {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	text-indent: 0;
	border-color: inherit;
}

.plansPreparationTable tr th {
	font-weight: 600;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgb(249 250 251);
	width: 25%;
	box-sizing: border-box;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansPreparationTable tr td {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansPreparationTable tr td p {
	margin: 0;
}

.plansPreparationTableBox {
	background-color: rgb(249 250 251);
	border-right-width: 1px;
	font-weight: 600;
	width: 25%;
	border-style: solid;
}

.plansQualificationBlock {
	margin-top: calc(3rem * calc(1 - 0));
	margin-bottom: calc(3rem * 0);
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
}

.plansQualificationBox {
	padding: 1rem;
	background-color: rgb(41 171 226);
	color: rgb(255 255 255);
}

.plansQualificationBox h2 {
	margin: 0;
	font-size: 1.8rem !important;
}

.plansQualificationBox h2 span {
	border-left: none !important;
}

.plansQualificationTable {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	text-indent: 0;
	border-color: inherit;
}

.plansQualificationTable tr th {
	font-weight: 600;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgb(249 250 251);
	width: 25%;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansQualificationTable tr td {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansTimeBlock {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin-top: calc(3rem * calc(1 - 0));
	margin-bottom: calc(3rem * 0);
}

@media screen and (max-width:768px) {
	.plansTimeBlock {
		display: block;
	}
}

.plansTimeLimitBox {
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
}

.plansTimeLimit {
	padding: 1rem;
	background-color: rgb(41 171 226);
	color: rgb(255 255 255);
}

.plansTimeLimit h2 {
	margin: 0;
	font-size: 1.8rem !important;
}

.plansTimeLimit h2 span {
	border-left: none !important;
}

.plansTimeLimitTable {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	text-indent: 0;
	border-color: inherit;
}

.plansTimeLimitTable tr th {
	font-weight: 600;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgb(249 250 251);
	width: 25%;
	box-sizing: border-box;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansTimeLimitTable tr td {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansTimeLimitTable tr td:first-child {
	font-weight: 600;
}

.plansTimeScheduleBox {
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
}

.plansTimeSchedule {
	padding: 1rem;
	background-color: rgb(41 171 226);
	color: rgb(255 255 255);
}

.plansTimeSchedule h2 {
	margin: 0;
	font-size: 1.8rem !important;
}

.plansTimeSchedule h2 span {
	border-left: none !important;
}

.plansTimeScheduleDetail {
	max-height: 300px;
	overflow-y: auto;
}

@media screen and (max-width:768px) {
	.plansTimeScheduleDetail {
		max-height: unset;
	}
}

.plansTimeScheduleTable {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	text-indent: 0;
	border-color: inherit;
}

.plansTimeScheduleTable tr th {
	font-weight: 600;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: rgb(249 250 251);
	width: 25%;
	box-sizing: border-box;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansTimeScheduleTable tr td {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e5e7eb;
}

.plansHighSpeedBlock {
	padding: 1.5rem;
	background-color: rgba(92, 182, 221, 0.1);
	border-color: rgb(41 171 226);
	border-width: 1px;
	border-radius: 1rem;
	gap: 1rem;
	align-items: flex-start;
	display: flex;
	box-sizing: border-box;
	border-style: solid;
	margin: 30px 0;
}

.plansHighSpeedBox {
	padding: 0.5rem;
	background-color: rgb(41 171 226);
	border-radius: 0.75rem;
	color: rgb(255 255 255);
}

.plansHighSpeedText h3 {
	color: rgb(41 171 226) !important;
	font-weight: 700 !important;
	background: none !important;
	padding: 0 !important;
	margin: 0;
}

.plansHighSpeedText p {
	margin: 0;
}

.plansFlowBlock {
	margin-top: calc(3rem * calc(1 - 0));
	margin-bottom: calc(3rem * 0);
	border-color: rgb(243 244 246);
	border-width: 1px;
	border-radius: 1rem;
	overflow: hidden;
	box-sizing: border-box;
	border-style: solid;
}

.plansFlowBox {
	padding: 1rem;
	background-color: rgb(41 171 226);
	color: rgb(255 255 255);
}

.plansFlowBox h2 {
	margin: 0;
	font-size: 1.8rem !important;
}

.plansFlowBox h2 span {
	border-left: none !important;
}

.plansFlowDetail {
	padding: 2.5rem;
	position: relative;
}

@media screen and (max-width:768px) {
	.plansFlowDetail {
		padding: 1rem;
	}
}

.plansFlowDetailBorder {
	display: block;
	background-color: rgb(229 231 235);
	width: 0.25rem;
	z-index: 0;
	top: 2.5rem;
	position: absolute;
}

.plansFlowDetailBlock {
	margin-top: calc(2rem * calc(1 - 0));
	margin-bottom: calc(2rem * 0);
	flex-direction: row;
	gap: 1.5rem;
	display: flex;
	z-index: 10;
	position: relative;
}

@media screen and (max-width:768px) {
	.plansFlowDetailBlock {
		display: block;
	}
}

.plansFlowDetailStepBlock {
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	display: flex;
}

.plansFlowDetailStepBox {
	color: rgb(255 255 255);
	font-weight: 700;
	background-color: rgb(29 78 216);
	border-radius: 0.75rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 5rem;
	height: 5rem;
	display: flex;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.plansFlowDetailStepBoxArrow {
	color: rgb(41 171 226);
	margin-top: 0.5rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.plansFlowDetailStepTextBlock {
	padding: 1.5rem;
	background-color: rgb(249 250 251);
	border-color: rgb(229 231 235);
	border-width: 1px;
	border-radius: 0.75rem;
	flex-grow: 1;
}

/*紹介制度*/
.wari{
	background: linear-gradient(transparent 50%, yellow 50%);
	color:#000;
	font-weight:bold;
	font-size:18px;
}
.wari_margin{
	margin: 0 2.5em;
}

.wari_img{
	margin-top: 0;
}

@media screen and (max-width: 799px) {
	.wari_img{
		margin-top: 2.5em;
	}
}

.wari_box1{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    margin: 2em 2.5em;
    padding: 3em 1em;
}
.wari_box1:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.wari_box1 p {
    margin: 0; 
    padding: 0;
}

.wari_box1 p.fw {font-size:230%; color:#FF0000;}

.wari_box2{
    position: relative;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 5px #d6ebff;
    border: dashed 2px white;
    margin: 2em 2.5em;
    padding: 3em 1em;
}
.wari_box2:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #d6ebff #fff #d6ebff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.wari_box2 p {
    margin: 0; 
    padding: 0;
}

.wari_box2 p.fw {font-size:230%; color:#FF0000;}

/* 外国籍の方用電話番号 */
.other-languages {
	margin-top:30px;
	text-align:center;
}

.other-languages p {
	font-weight:bold;
}

.other-languages div {
	display:flex;
	justify-content:center;
	gap:10px;
	flex-wrap:wrap;
	margin-top:10px;
}

.other-languages a {
	 padding:10px 20px;
	 border-radius:30px;
	 text-decoration:none;
	 display:flex;
}

.other-languages img {
	 width:16px;
	 height:16px;
	 margin-top:8px;
	 margin-right:5px;
}

@media screen and (max-width: 768px) {
	.other-languages img {
		 margin-top:3px;
	}
}

.other-languages-footer {
	 width:16px;
	 height:16px;
	 margin-bottom:5px;
	 margin-right:5px;
}

/* ポップアップ */
/* --------------------------
 * 1. 開くボタンのスタイル
 * -------------------------- */
.modalNationality-open-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #007BFF;
    border-radius: 5px;
    font-size: 16px;
}

/* --------------------------
 * 2. モーダル本体 (初期設定: 非表示)
 * -------------------------- */
.modalNationality-overlay {
    /* 最前面に固定表示 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; /* 確実に最前面に来るよう高い値を設定 */
    
    /* 画面全体を覆う */
    width: 100%;
    height: 100%;
    
    /* 背景を半透明の黒にする */
    background-color: rgba(0, 0, 0, 0.6);
    
    /* 初期状態は非表示 */
    display: none; 
    
    /* 中身の要素を中央に配置するための設定 */
    align-items: center;
    justify-content: center;
}

/* JavaScriptで付与され、モーダルを表示させるクラス */
.modalNationality-overlay.is-active {
    display: flex;
}

/* --------------------------
 * 3. モーダルの白い枠 (コンテンツラッパー)
 * -------------------------- */
.modalNationality-wrapper {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh; /* 画面の高さの90%に制限 */
    overflow-y: auto; /* コンテンツがはみ出したら縦スクロール可能にする */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* --------------------------
 * 4. 閉じるボタン
 * -------------------------- */
.modalNationality-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    line-height: 1; /* 高さを調整 */
}

.modalNationality-close-button:hover {
    color: #333333;
}

/* --------------------------
 * 5. コンテンツのスタイル
 * -------------------------- */
.modalNationality-content h1 {
    font-size: 28px; /* 大きすぎるフォントサイズを修正 */
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.modalNationality-content p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.modalNationalityBlock a{
	margin-left: 20px;
}

@media (max-width: 768px) {
	.modalNationalityBlock a{
		margin-bottom: 20px;
	}
}

/* 大切なお知らせ */
/* news */
#news-list {
  margin:0 auto;
  max-width:1200px;
}

.news-contents {
  background-image:url(/img/bg_border.png);
  border-radius:20px;
  margin:0 auto 40px;
  padding:8px;
}

.news-contents .box-inner {
  background-color:#FFF;
  border-radius:15px;
  padding:40px;
}

.entry-content {
  margin-bottom:65px;
}

#contents .news-group {
  align-items:center;
  border-bottom:2px dotted #E4E4E4;
  display:flex;
  flex-wrap:wrap;
  padding:15px 20px;
}

#contents .news-group .txt {
  align-items:center;
  display:flex;
}

#contents .news-group:first-child {
  border-top:2px dotted #E4E4E4;
}

#contents .news-group p.day {
  margin-right:15px;
  width:100px;
}

#contents .news-group p {
  margin-bottom:0;
}

#contents .news-group .ttl {
  width:calc(100% - 115px);
}

.page-numbers {
  background-color:#FDE2E6;
  border-radius:5px;
  color:#565656;
  font-size:16px;
  margin-bottom:10px;
  margin-right:5px;
  padding:9px 20px;
  text-decoration:none;
  transition:.3s;
}

.page-numbers:last-child {
  margin-right:0;
}

.page-numbers.dots:hover {
  opacity:1;
}

.page-num-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.page-numbers.current {
  background-color:#EF788B;
  color:#FFF;
}

.page-numbers.current:hover {
  color:#FFF;
  opacity:1;
  pointer-events:none;
}

.page-numbers:hover {
  color:#565656;
  opacity:.5;
  text-decoration:none;
}


/* 託児サービスページ */
/* 託児ページ用CSS */
#contents .nurserya-catch {
  background-color:#F7D953;
  background-image:url(/img/plans/bg_bubble.png);
  border-radius:5px;
  clip-path:polygon(5% 0, 0 40%, 5% 80%, 39% 80%, 95% 80%, 100% 40%, 95% 0);
  display:block;
  font-size:150%;
  font-weight:bold;
  letter-spacing:2px;
  margin:auto auto -70px;
  max-width:100%;
  padding:40px 60px 60px;
  text-align:center;
  width:max-content;
  z-index: 9999;
  position: relative;
}

.nurserya-points,
.nurserya-caution {
  background-color:#FFE5E9;
  border-radius:20px;
  margin-bottom:70px;
  padding:90px 50px 50px;
}

.nurserya-caution {
  background-color:#EAF5F9;
}

.nurserya-list {
  list-style:none;
  margin:auto auto 40px !important;
  max-width:100%;
  padding-left:0;
  position:relative;
  width:700px;
  z-index:0;
}

#contents .nurserya-list li {
  background-color:#FFF;
  border:3px solid #EF788B;
  border-radius:15px;
  font-weight:bold;
  letter-spacing:1px;
  margin-bottom:20px;
  padding:15px 10px 15px 60px;
  position:relative;
}

@media screen and (max-width: 558px) {
	.nurserya-list {
	  margin:auto auto 0px;
	  padding-left: 0 !important;
	}

	#contents .nurserya-list li {
	  font-size:1rem;
	}
}

#contents .nurserya-caution .nurserya-list li {
  background-color:#FFF;
  border:3px solid #2394C7;
}

#contents .nurserya-list li::after {
  background-color:#FFC5CE;
  border-radius:14px;
  content:"";
  height:120%;
  left:0;
  position:absolute;
  top:-6%;
  transform:rotate(-1deg);
  width:100%;
  z-index:-1;
}

#contents .nurserya-list li::before {
  background-image:url(/img/childcare/ico_check_pink.png);
  background-repeat:no-repeat;
  background-size:contain;
  border-radius:40px;
  bottom:0;
  content:"";
  height:30px;
  left:10px;
  margin:auto;
  position:absolute;
  top:0;
  width:30px;
}

#contents .nurserya-caution .nurserya-list li::before {
  background-image:url(/img/childcare/ico_check_blue.png);
}

#contents .nurserya-caution .nurserya-list li::after {
  background-color:#90D1ED;
}

.nurserya-voice {
  margin:auto;
  max-width:1300px;
  padding:70px 0;
}

#contents .nurserya-deco {
  font-size:100%;
  font-weight:bold;
  letter-spacing:1px;
  margin:0 auto;
  max-width:max-content;
  position:relative;
  text-align:center;
}

.nurserya-deco::before,
.nurserya-deco::after {
  border-left:2px dotted #EF788B;
  bottom:0;
  content:"";
  height:80%;
  left:calc(100% + 10px);
  margin:auto;
  position:absolute;
  top:0;
  transform:rotate(35deg);
  width:0;
}

.nurserya-deco::after {
  left:auto;
  right:calc(100% + 25px);
  transform:rotate(-35deg);
}

#contents .nurserya-deco p {
  font-weight:bold;
}

.voice-bg {
  background-color:#F3F3F3;
  margin-bottom:-120px;
}

.voice-photo {
  border-radius:10px;
  display:flex;
  margin-bottom:40px;
  overflow:hidden;
}

.voice-item {
  margin-bottom:40px;
  padding:0;
  position:relative;
  z-index:0;
}

.voice-q,
.voice-a {
  background-color:#FFF;
  padding:20px 20px 20px 60px;
  position:relative;
}

.voice-q:before,
.voice-a:before {
  color:#FFF;
  content:"Q";
  font-size:190%;
  font-weight:bold;
  left:20px;
  position:absolute;
  top:15px;
}


.voice-a::before {
  color:#EF788B;
  content:"A";
}

#contents .voice-q p {
  color:#FFF;
  font-size:120%;
  font-weight:bold;
  letter-spacing:1px;
}

.voice-q {
  background-color:#EF788B;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.voice-a {
  border:3px solid #EF788B;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

#contents .voice-q p:last-child,
#contents .voice-a p:last-child {
  margin-bottom:0;
}

@media screen and (max-width: 558px) {
	#contents .voice-q, .voice-a p {
	  font-size:1rem;
	}
}
/* 入所手続き */
.procedure-schedule {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  position: relative;
}

.procedure-schedule .procedure-item {
  font-size: 100%;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.procedure-schedule .procedure-item::after {
  background-color: #309CCD;
  background-image: url(/img/btn_bg_blue.png);
  border-radius: 15px;
  content: "";
  display: block;
  height: 102%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  transform: rotate(-3deg);
  width: 102%;
  z-index: -2;
}

.procedure-schedule .procedure-item::before {
  background-color: #FFF;
  border: 4px solid #39A1CF;
  border-radius: 15px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -3px;
  width: 100%;
  z-index: -1;
}

.procedure-document {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.procedure-document .document-item {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
}

#contents .procedure-schedule .procedure-item h3 {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.bg-procedure-document {
  background-color: #CCC;
  background-image: url(/img/btn_bg_blue.png);
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 40px;
}

#contents .bg-procedure-document h3 {
  border: 0;
  color: #FFF;
  padding: 0;
  text-align: center;
}

.schedule-txt {
  color: #F07788;
  display: block;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 40px;
  text-align: center;
}

/* お支払い方法 */
.pay-item {
  background-color: #F3F3F3;
  border-radius: 15px;
  padding: 30px;
}

.pay-type {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .pay-item h3 {
  border: none;
  color: #248DC3;
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: center;
}

a.bnr-area.img-bnr {
  transition: .5s;
}

a.bnr-area.img-bnr:hover {
  opacity: .5;
  transition: .5s;
}

.loan-table-area .table-01 th {
  min-width: 430px;
  width: 35%;
}

#contents .procedure-document .document-item h4 {
  text-align: center;
}

/* FAQ */
.faq__list { max-width: 1440px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid #E5E7EB; }
.faq__item:first-child { border-top: 1px solid #E5E7EB; }
.faq__question {
  padding: 18px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text);
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question::before {
  content: 'Q';
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #00A3E0;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
}
.faq__question-text { flex: 1; }
.faq__question::after {
  content: '+';
  font-size: 1.25rem;
  color: #00A3E0;
  flex-shrink: 0;
  font-weight: 300;
  line-height: 1;
}
details[open] .faq__question::after { content: '−'; }
.faq__answer {
  padding: 0 0 18px 38px;
  
  line-height: 1.8;
}

/* default PC */
/* キャンペーン情報 */
#contents .table-over table {
  min-width: 517px;
}

#contents .campaign-box {
  width: 60%;
}

#contents .campaign-box .link-bnr {
  display: block;
}

#contents .campaign-box .link-btn {
  width: 400px;
}

#contents .campaign-box .link-btn[href$=".pdf"]::before {
  background-image: url(/img/pdf_ico_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 25px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

#contents .campaign-box img {
  height: 510px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

#contents .campaign-box .txt-2box:nth-child(2),
#contents .campaign-box .txt-2box:last-child {
  margin-right: 0;
}

#contents .campaign-box h3 {
  background-image: url(/img/bg_bubble.png);
  border: none;
  clip-path: polygon(5% 0, 0 40%, 5% 80%, 51% 80%, 50% 100%, 49% 80%, 95% 80%, 100% 40%, 95% 0);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto 10px;
  max-width: 100%;
  padding: 16px 5px 28px;
  text-align: center;
}

#campaign #contents .contact-area {
  background-image: url(/img/bg_blue_contact.png);
  padding: 75px 0 80px;
}

#campaign #contents .notes-txt {
  background-color: #FDF6D7;
  margin-bottom: 40px;
  padding: 40px;
}

#campaign #contents .notes-txt p {
  margin-bottom: 0;
  text-align: center;
}

#campaign #contents .tel-txt {
  display: flex;
  font-weight: 500;
}

#campaign #contents .tel-txt span.time {
  background-color: #FDF6D7;
  border-radius: 50px;
  font-size: 16px;
  margin-left: 10px;
  max-width: 230px;
  padding: 0 17px;
  text-align: center;
  width: 100%;
}

#campaign #contents a[href*="tel:"] {
  align-items: center;
  color: #248DC3;
  display: flex;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 15px;
  padding: 0;
  width: auto;
}

#campaign #contents a[href*="tel:"]::before {
  background-image: url(/img/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 21px;
  margin-right: 7px;
  width: 37px;
}

#campaign #contents table {
  max-width: 1100px;
}

#campaign #contents .link-btn.pink {
  background-image: url(/img/btn_bg_pink.png);
}

@media screen and (max-width: 1400px) {
  #campaign #contents .contact-area .flex .link-btn {
    font-size: 24px;
    padding: 23px 25px;
  }

  #campaign #contents .contact-area .flex .link-btn::before {
    height: 110px;
    margin-right: 15px;
    width: 110px;
  }

}

@media screen and (max-width: 1300px) {
  #contents .request-bg .txt-4box h4 {
    font-size: 18px;
  }

  #contents .schooters-time h3 {
    font-size: 115%;
  }

  #contents .schooters-time .time-text p {
    font-size: 110%;
  }

  #bike .link-btn.anchor::after {
    right: 10px;
  }

  .document-list .document-item:nth-child(2) {
    min-width: 130px;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .bnr-link-area .link-bnr h3 {
    font-size: 20px;
  }

  .pay-type {
    grid-template-columns: 100%;
  }

  .schedule-txt {
    font-size: 19px;
  }

  .procedure-document {
    gap: 20px;
  }

  .procedure-schedule .procedure-item {
    padding: 30px;
  }
}
/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .bnr-link-area .link-bnr h3 {
    font-size: 20px;
  }

  .pay-type {
    grid-template-columns: 100%;
  }

  .schedule-txt {
    font-size: 19px;
  }

  .procedure-document {
    gap: 20px;
  }

  .procedure-schedule .procedure-item {
    padding: 30px;
  }

  #campaign #contents .contact-area .flex .link-btn {
    font-size: 21px;
    padding: 20px 25px;
  }

  #contents .contact-area .flex .link-btn br {
    display: none;
  }

  #campaign #contents .contact-area .flex .link-btn::before {
    height: 100px;
    width: 100px;
  }

  #contents .contact-area .flex {
    gap: 35px 0;
  }

  #contents .contact-area .flex .txt-3box,
  #contents .contact-area .flex .txt-3box:nth-child(3n) {
    margin-right: 4%;
    width: 48%;
  }

  #contents .contact-area .flex .txt-3box:nth-child(2n),
  #contents .contact-area .flex .txt-3box:last-child {
    margin-right: 0;
  }

  #contents .campaign-box h3 {
    max-width: 100%;
    padding: 10px 5px 22px;
  }

  #contents .campaign-box img {
    /*height: 460px;*/
    height: auto;
  }

  #campaign #contents .notes-txt br {
    display: none;
  }

  #contents .point-list h3 {
    font-size: 20px;
    padding: 15px;
  }

  .request-bg .txt-4box {
    width: calc(100% / 2 - 10px);
  }

  .request-bg .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  .ico-list {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .time-bg .txt-2box {
    margin-right: 0;
    width: 100%;
  }

  #bike .anchor-link .txt-3box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  #bike .anchor-link .txt-3box:nth-child(2),
  #bike .anchor-link .txt-3box.end {
    margin-right: 0;
  }

  .document-list .document-item:nth-child(2) {
    min-width: 115px;
  }

  #class2 .price-item:nth-child(3),
  #class2 .price-item:nth-child(4) {
    grid-column-end: unset;
    grid-column-start: unset;
  }

  #contents #class2 .catch-text p {
    font-size: 19px;
  }

  .price-list {
    grid-template-columns: 100%;
  }

  .price-detail .flex .txt-2box {
    margin: 0;
    width: 100%;
  }

  .price-detail .flex .txt-2box.end {
    margin-top: 25px;
  }

  .price-detail .flex .txt-2box .table-02 th:first-child {
    max-width: 240px;
  }

  .price-main .table-over.long .table-02 tr:first-child th:first-child {
    width: 60%;
  }

  #class2 .license-area .license-item {
    width: calc(100% / 2 - 10px);
  }

  #class2 .license-area .license-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .document-area {
    margin-bottom: 40px;
    padding: 30px 20px;
  }

  #contents h4.license-name,
  #contents .document-list .document-name {
    font-size: 18px;
  }

  #contents .license-area h3,
  #contents .license-flow-ttl {
    font-size: 29px;
  }

  .license-area .license-item {
    margin-right: 20px;
    width: calc(100% / 3 - 14px);
  }

  #contents h3.document-ttl {
    padding-bottom: 0;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .sp-left-txt {
    font-size: 17px;
    margin-bottom: 65px;
    text-align: left;
  }
  #contents .flow-notes {line-height: 1.7em;margin-bottom: 25px;padding: 25px 15px;text-align: left;}

  #contents .license-flow-box li:after {
    left: 8px;
  }

  #contents .license-flow-box li img {
    max-width: 110px;
  }

  #contents .license-flow-box li p,
  #contents .license-flow-box li {
    font-size: 17px;
  }

  #contents .license-flow-box li {
    padding: 15px 20px;
  }

  .campaign-box {
    gap: 50px 0;
  }

  .anchor-link .txt-3box {
    width: calc(100% / 2 - 10px);
  }

  .anchor-link .txt-3box:first-child {
    margin-right: 10px;
  }

  #contents .bnr-link-area .link-bnr h3 {
    font-size: 18px;
  }

  .bnr-link-area .txt-3box {
    width: calc(100% / 2 - 10px);
  }

  .loan-table-area .table-01 th {
    min-width: unset;
    width: 100%;
  }

  .pay-item br {
    display: none;
  }

  .procedure-document {
    grid-template-columns: 1fr 1fr;
  }

  #contents .contact-area .flex .link-btn br {
    display: block;
  }

  #campaign #contents .contact-area .flex .link-btn::before {
    height: 80px;
    width: 80px;
  }

  .point-list .point-item .point-num {
    font-size: 150%;
  }

  .point-photo {
    margin: 0 auto 20px;
    max-width: 600px;
  }

  .point-list {
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }

  .other-list {
    grid-template-columns: 1fr 1fr;
  }

  #contents li.other-item {
    margin-bottom: 0;
  }

  .schooters-fv {
    gap: 20px;
    grid-template-columns: calc(42% - 20px) 58%;
    line-height: 1.3em;
    padding: 20px 15px;
  }

  #bike .anchor-link .txt-3box {
    margin: 0;
    width: 100%;
  }

  .feature-list .feature-item {
    border-radius: 10px;
    padding: 12px 20px;
  }

  .car-type,
  .feature-area {
    max-width: 100%;
    width: 100%;
  }

  .feature-area {
    margin-bottom: 50px;
    padding: 25px 25px 30px;
  }

  .license-area .license-item {
    padding: 28px 20px 25px;
    width: calc(100% / 2 - 14px);
  }

  .license-area .license-item:nth-of-type(2n) {
    margin-right: 0;
  }

  #contents .price-main .box-mb {
    margin-bottom: 60px;
  }

  #campaign #contents .notes-txt p {
    text-align: left;
  }

  #contents .document-list h4.document-name {
    display: flex;
    flex-direction: column;
    height: 68px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .procedure-document {
    grid-template-columns: 100%;
  }

  .point-detail br {
    display: none;
  }

  #contents #class2 .catch-text p {
    font-size: 17px;
    margin-bottom: 40px;
    text-align: left;
  }

  #contents #class2 .catch-text p br {
    display: none;
  }

  .document-list {
    gap: 30px;
  }

  .document-area>.txt-center {
    text-align: left;
  }

  .price-main .table-over.long .table-02 tr:first-child th:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .procedure-schedule {
    gap: 50px;
    grid-template-columns: 100%;
  }

	#contents .campaign-box {
	  width: auto;
	}

  #campaign #contents .contact-area .flex .link-btn {
    font-size: 19px;
    padding: 17px 15px;
  }

  #campaign #contents .contact-area .flex .link-btn::before {
    height: 70px;
    width: 70px;
  }

  .ico-list {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }

  #bike #contents #small h2 {
    font-size: 29px;
  }

  #contents .table-over {
    border-spacing: 0 11px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  #contents .table-over.mb-50 {
    margin-bottom: 40px;
  }

  .document-list {
    gap: 20px;
  }

  #contents h4.license-name,
  #contents .document-list .document-name {
    font-size: 17px;
  }

  .price-main .table-over.long .table-02 tr th:first-child {
    max-width: unset;
  }

  .price-main .table-over.long .table-02 tr:first-child th:first-child {
    width: 200px;
  }

  #campaign #contents .tel-txt {
    display: flex;
    flex-direction: column;
  }

  #campaign #contents a[href*="tel:"] {
    margin: 5px 0 10px;
  }

  #campaign #contents .tel-txt span.time {
    font-size: 15px;
    margin-left: 0;
    max-width: 210px;
    padding: 0 5px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .license-flow-box li:last-child {
    margin-bottom: 50px;
  }

  #contents .license-flow-box li p,
  #contents .license-flow-box li {
    font-size: 16px;
  }

  #contents .license-flow-box li:after {
    right: 0;
    bottom: -36px;
    margin: auto;
  }

  #contents .license-flow-box li img {
    margin-left: 0;
    max-width: 80px;
  }

  #contents .license-flow-box li {
    margin-bottom: 24px;
    padding: 12px;
    text-align: center;
  }

  #contents .license-flow-box li:has(.ttl),
  #contents .license-flow-box li.yellow:has(img) {
    justify-content: center;
  }

  #contents .license-flow-box li.yellow:has(img) {
    gap: 10px;
  }

  #contents .license-flow-box li .ttl {
    order: 1;
    margin: 0 0 5px;
    padding: 0;
  }

  #contents .license-flow-box li .ttl+p {
    order: 2;
  }

  .bnr-link-area .txt-3box {
    width: 100%;
  }

  .anchor-link .txt-3box {
    width: 100%;
  }

  .anchor-link .txt-3box:first-child {
    margin-right: 0;
  }

  .pay-type {
    gap: 30px;
  }

  .pay-item {
    padding: 20px 15px;
  }

  .procedure-document .document-item {
    padding: 20px 15px;
  }

  .bg-procedure-document {
    margin-bottom: 15px;
    padding: 40px 15px;
  }

  .procedure-schedule .procedure-item {
    padding: 25px 15px 15px;
  }

  .schedule-txt {
    font-size: 17px;
    margin-top: 20px;
  }

  .procedure-schedule .procedure-item::before {
    width: 98%;
  }

  .procedure-schedule .procedure-item::after {
    width: 101%;
  }

  #campaign #contents .contact-area {
    padding: 60px 0 80px;
  }


  #contents .contact-area .flex {
    gap: 20px 0;
  }

  #contents .contact-area .flex .txt-3box,
  #contents .contact-area .flex .txt-3box:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }

  #campaign #contents .contact-area .flex .link-btn {
    font-size: 17px;
    padding: 15px;
  }

  #contents .contact-area .flex .link-btn br {
    display: none;
  }

  #contents .campaign-box h3 {
    font-size: 18px;
    padding: 10px 15px 22px;
  }

  #contents .campaign-box img {
    height: auto;
    /*height: calc(100vw / 1.3);*/
  }

  #campaign #contents a[href*="tel:"]::before {
    height: 18px;
    margin-right: 5px;
    width: 31px;
  }

  #campaign #contents a[href*="tel:"] {
    font-size: 23px;
  }

  #campaign #contents .notes-txt {
    margin-bottom: 30px;
    padding: 30px 15px;
  }

  .point-detail {
    padding: 30px 15px;
  }

  .point-bg {
    padding: 55px 0;
  }

  .point-list {
    gap: 75px 20px;
    margin-top: 60px;
  }

  .point-list .point-item .point-num {
    font-size: 140%;
    height: 85px;
    width: 85px;
  }

  #contents .point-list h3 {
    font-size: 17px;
    padding: 15px 5px;
  }

  #contents .box-mb.mb-end {
    margin-bottom: 70px;
  }

  #contents li.other-item .bold {
    margin-bottom: 0;
  }

  #contents li.other-item .bold.sp-ttl {
    margin-bottom: 10px;
  }

  .other-list {
    grid-template-columns: 100%;
  }

  .request-bg {
    padding: 55px 0 60px;
  }

  .request-bg .txt-4box {
    margin-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }

  .request-bg .txt-4box:last-child {
    margin-bottom: 0;
  }

  .notes-area {
    width: 100%;
  }

  .ico-item {
    font-size: 100%;
    padding: 25px 0;
  }

  #contents .ico-item h4 {
    font-size: 16px;
  }

  #contents .ico-item p {
    font-size: 14px;
    line-height: 1.3em;
  }

  .ico-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .schooters-time .time-item {
    padding: 25px 10px;
  }

  #contents .schooters-time h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .schooters-time {
    gap: 10px;
  }

  .schooters-time.col-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
  }

  .schooters-time.col-3 .time-item {
    margin-right: 10px;
    width: calc(100% / 2 - 5px);
  }

  .schooters-time.col-3 .time-item:nth-child(2),
  .schooters-time.col-3 .time-item:last-child {
    margin-right: 0;
  }

  #contents .schooters-time .time-text p {
    font-size: 15px;
  }

  .time-bg {
    padding: 55px 0 60px;
  }

  .schooters-fv {
    grid-template-columns: 100%;
    line-height: 1.2em;
  }

  #bike #contents #small h2 {
    font-size: 25px;
  }

  #contents .simplebar-content-wrapper::before {
    display: none;
  }

  #contents .document-list .document-name {
    margin-bottom: 8px;
  }

  .document-list {
    flex-wrap: wrap;
    gap: 0;
  }

  .document-list .document-item:nth-child(2) {
    max-width: unset;
  }

  .document-list .document-item {
    border-top: 1px dashed #AAA;
    padding: 20px 0 10px;
    width: 100%;
  }

  .document-list .document-item:last-child {
    padding-bottom: 0;
  }

  .document-list .document-item:first-child {
    border-top: none;
    padding-top: 0;
  }

  .price-main .table-over.long .table-02 tr:first-child th:first-child {
    width: 160px;
  }

  #contents .table-over table {
    min-width: 450px;
  }

  .car-type .table-02 th {
    width: 100px;
  }

  #contents #class2 .catch-text p {
    font-size: 15px;
  }

  .license-area {
    margin-bottom: 30px;
  }

  .feature-list .feature-item {
    padding: 12px 15px;
  }

  .price-list {
    gap: 30px;
  }

  .license-area .license-item,
  #class2 .license-area .license-item {
    margin: 20px 0 0;
    padding: 20px 15px 13px;
    width: 100%;
  }

  #contents .license-area h3,
  #contents .license-flow-ttl {
    font-size: 25px;
  }

  .car-type {
    margin-bottom: 50px;
    padding: 30px 15px 20px;
  }

  #contents .feature-area .feature-ttl {
    padding-bottom: 15px;
  }

  .feature-area,
  .document-area,
  .price-main {
    margin-bottom: 30px;
    padding: 25px 15px 30px;
  }

  .price-item {
    padding: 25px 15px 30px;
  }

  #contents .box-mb {
    margin-bottom: 60px;
  }

  .bg-blue {
    padding: 55px 0 60px;
  }

  #class2 h2 .en-ttl {
    font-size: 15px;
  }

  #contents .mb-100 {
    margin-bottom: 80px;
  }

  #contents .document-list h4.document-name {
    height: auto;
  }
}

@media screen and (max-width: 515px) {
  #contents .simplebar-content-wrapper::before {
    display: block;
  }
}

#contents .procedure-document .document-item h4 {
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #campaign #contents .contact-area .flex .link-btn {
    font-size: 24px;
    padding: 23px 25px;
  }

  #campaign #contents .contact-area .flex .link-btn::before {
    height: 110px;
    margin-right: 15px;
    width: 110px;
  }
}

@media screen and (max-width: 1300px) {
  #contents .request-bg .txt-4box h4 {
    font-size: 18px;
  }

  #contents .schooters-time h3 {
    font-size: 115%;
  }

  #contents .schooters-time .time-text p {
    font-size: 110%;
  }

  #bike .link-btn.anchor::after {
    right: 10px;
  }

  .document-list .document-item:nth-child(2) {
    min-width: 130px;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .bnr-link-area .link-bnr h3 {
    font-size: 20px;
  }

  .pay-type {
    grid-template-columns: 100%;
  }

  .schedule-txt {
    font-size: 19px;
  }

  .procedure-document {
    gap: 20px;
  }

  .procedure-schedule .procedure-item {
    padding: 30px;
  }
}

/* Q&Aページ */
/* default PC */

#qa {

  & .bg-blue .qa-item {
    background-color: #FFF;
    border-radius: 20px;
  }

  & .qa-item {
    background-color: #f0f7fb;
    border-radius: 20px;
    margin-bottom: 25px;
  }


  & .qa-item h3.qa-q {
    border-left: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 25px 40px 25px 65px;
    position: relative;
    transition: .3s;
  }

  & .qa-item h3.qa-q:hover {
    opacity: .5;
    text-decoration: none;
    transition: .3s;
  }

  & .qa-item .a-area {
    background-color: #FFF;
    border-radius: 15px;
    margin-top: 0;
    padding: 30px 40px 30px 65px;
    position: relative;
  }

  & .qa-item .qa-a {
    padding: 0 30px 30px 30px;
    z-index: 1;
  }
  
  & .qa-item.is-active .qa-a {
    display: block !important;
  }

  & .qa-item .qa-a p:last-child {
    margin-bottom: 0;
  }

  & h3.qa-q::before {
    color: #00A5D5;
    content: "Q";
    font-family: "Roboto", sans-serif;
    font-size: 29px;
    font-weight: 600;
    left: 30px;
    position: absolute;
    top: 17px;
  }

  & .qa-item .a-area::before {
    color: #f07587;
    content: "A";
    font-family: "Roboto", sans-serif;
    font-size: 27px;
    font-weight: 600;
    left: 26px;
    position: absolute;
  }

  & .qa-item h3.qa-q:after {
    background-image: url(/img/arrow_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    transition: .5s;
    bottom: 0;
    content: "";
    height: 28px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    width: 28px;
    transform: rotate(90deg);
  }

  & .qa-item h3.qa-q.active::after {
    transform: rotate(270deg);
  }

  & .qa-item.active h3.qa-q::after {
    transform: rotate(270deg);
  }

  & .qa-item .a-area {
    background-color: #fff;
    border-radius: 15px;
    margin-top: 0;
    padding: 30px 40px 30px 65px;
    position: relative;
    z-index: 1;
  }

  & .bg-blue .qa-item .a-area {
    background-color: #fdf6d7;
  }

  & .qa-item .a-area .link-btn {
    z-index: 2;
  }

  & .qa-item .qa-a.open {
    display: block;
  }

}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .anchor-link>div:first-child .link-btn.anchor {
    margin-top: 20px;
  }

  #qa {
    #contents .anchor-link {
      justify-content: space-between;
    }

    .anchor-link .txt-3box {
      width: calc(100% / 2 - 10px);
    }

    & .qa-item h3.qa-q {
      font-size: 18px;
      padding: 25px 40px 25px 60px;
    }

    & h3.qa-q::before {
      font-size: 27px;
    }
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

  #qa {
    .anchor-link .txt-3box {
      width: 100%;
    }

    .link-btn.anchor {
      margin-top: 15px;
    }

    & .qa-item h3.qa-q {
      padding: 20px 40px 20px 50px;
      font-size: 16px;
    }

    & .qa-item h3.qa-q:after {
      right: 15px;
    }

    & h3.qa-q::before {
      font-size: 24px;
      left: 20px;
      top: 14px;
    }

    & .qa-item .qa-a {
      padding: 0 15px 15px 15px;
    }

    & .qa-item .a-area {
      padding: 15px 15px 15px 40px;
    }

    & .qa-item .a-area::before {
      left: 16px;
      font-size: 20px;
      top: 14px;
    }
  }
}

/* 施設案内ページ */
/* 教習所案内 */
.guidance-bg {
  background-image:url(/img/facility/point_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  padding:70px 0;
}

#contents .guidance-bg h3 {
  border:0;
  color:#FFF;
  font-size:30px;
  margin:0 0 50px;
  padding:0;
  text-align:center;
}

.guidance-3point {
  display:grid;
  gap:20px;
  grid-template-columns:1fr 1fr 1fr;
  margin:auto;
  max-width:1400px;
  width:96%;
}

.guidance-3point .point-item {
  background-color:#FFF;
  border-radius:15px;
  overflow:hidden;
  padding-bottom:160px;
  position:relative;
  border: unset;
  display: block;
}

.guidance-3point .point-item::before {
	display: none;
}

#contents .guidance-3point h4 {
  border:0;
  font-size:24px;
  margin:30px auto 20px;
  text-align:center;
  padding: 0;
}

#contents .guidance-3point h4 .en-ttl {
  display:block;
  font-family:roboto;
  letter-spacing:1px;
  margin-top:10px;
}

.guidance-3point .point-photo {
  margin-bottom:30px;
  text-align:center;
}

.guidance-3point .point-photo img {
  width: auto;
  height: auto;
}

.guidance-3point .point-detail {
  background-image:url(/img/btn_bg_blue.png);
  bottom:0;
  color:#FFF;
  font-size:18px;
  height:160px;
  left:0;
  margin:auto;
  padding:25px;
  position:absolute;
  right:0;
}

.bg-facilities {
  background-color:#F3F3F3;
  padding:70px 0;
}

.facilities-inner {
  margin:90px auto auto;
  max-width:1400px;
  width:90%;
}

.facilities-slider {
  margin-bottom:40px;
}

.facilities-slider .img-deco {
  border-radius:15px;
  overflow:hidden;
}

.facilities-inner .slider-item {
  display:flex;
}

.splide__arrows.splide__arrows--ltr {
  display:none;
}

.facilities-inner .slider-item .main-img img {
  max-width:none;
  object-fit:cover;
  position:relative;
  width:100%;
  z-index:1;
}

.facilities-inner .main-img::before {
  background-image:url(/img/btn_bg_blue.png);
  border-radius:14px;
  content:"";
  height:100%;
  left:0;
  opacity:.35;
  position:absolute;
  top:0%;
  transform:rotate(-3deg);
  width:100%;
  z-index:-1;
}

.facilities-slider .splide__track {
  overflow:visible;
}

.facilities-inner .slider-item .main-img {
  background-color:#FFF;
  background-image:url(/img/bg_border.png);
  border-radius:20px;
  margin-right:40px;
  padding:6px;
  position:relative;
  width:740px;
}

.facilities-inner .slider-item .slider-text {
  width:calc(100% - 740px);
}

.facilities-slider-thm {
  display:grid;
  font-size:14px;
  gap:15px;
  grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align:center;
}

.splide__arrows.splide__arrows--ltr {
  display:none;
}

.facilities-slider-thm .thm-item {
  opacity:.5;
}

.facilities-slider-thm .thm-item.is-active {
  opacity:1;
}


/* 動画ページ */
/* default PC */
.movie-area iframe {
  border:2px solid #F3F3F3;
  height:250px;
  width:100%;
}

.movie-area .txt-3box {
  margin-bottom:20px;
}

@media screen and (max-width: 1400px) {
  .movie-area iframe {
    height:210px;
  }
}

@media screen and (max-width: 1300px) {
  .movie-area iframe {
    height:193px;
  }
}

@media screen and (max-width: 1200px) {
  .movie-area iframe {
    height:183px;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  .movie-area .txt-3box {
    margin-right:0;
    width:calc(100% / 2 - 10px);
  }

  .movie-area .txt-3box:first-child,
  .movie-area .txt-3box:nth-child(3),
  .movie-area .txt-3box:nth-child(5) {
    margin-right:20px;
  }

  .movie-area iframe {
    height:255px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 1024px) {
  .movie-area iframe {
    height:239px;
  }

  .anchor-link .txt-3box {
    width:calc(100% / 2 - 10px);
  }

  .anchor-link .link-btn.anchor {
    margin-top:0;
  }

  .anchor-link .txt-3box:first-child {
    margin-right:15px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 958px) {
  .movie-area iframe {
    height:200px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 810px) {
  .movie-area iframe {
    height:191px;
  }
}

@media screen and (max-width: 640px) {
  .movie-area .txt-3box {
    width:100%;
  }

  .movie-area .txt-3box:first-child,
  .movie-area .txt-3box:nth-child(3),
  .movie-area .txt-3box:nth-child(5) {
    margin-right:0;
  }

  .movie-area iframe {
    height:290px;
  }

  #contents h2 {
    line-height:.9em;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 558px) {
  .link-btn.anchor {
    margin-top:15px;
  }

  .movie-area iframe {
    height:225px;
  }
}

@media screen and (max-width: 429px) {
  .movie-area iframe {
    height:199px;
  }
}

/* カレンダー */
/* default PC */

.bg-area {
  position: relative;
  background-color: #eef6fc;
  padding: 70px 0;
  z-index: 0;
}

.bg-gray {
  background-color: #f3f3f3;
  padding: 80px 0;
}

.bg-area .about-area {
  background-color: #fff;
  padding: 30px 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}

#calendar {
  & .color-item .color-txt {
    margin-right: 20px;
  }

  & .color-item .color-txt .color-box {
    background-color: #fdc431;
    padding: 0 20px;
    margin-right: 10px;
  }

  & .color-item .color-txt .blue {
    background-color: #32ace3;
  }

  & .color-item .color-txt .red {
    background-color: #dd5951;
  }

  & .color-item .color-txt .white {
    background-color: #fff;
    border: 1px solid #333;
  }

  & .link-area a.link-btn.pdf {
    margin: auto;
  }

  & .training-time .table-02 th,
  & .training-time .table-02 td {
    text-align: center;
    font-size: 130%;
  }

  & .training-time .table-02 th {
    font-size: 130%;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 20px;
    background-color: #39a1cf;
    padding: 20px;
    margin-bottom: 0;
    background-image: url(/img/btn_bg_blue.png);
  }

  & .training-time .table-02 td.offtime {
    background-color: #fff5db;
  }
}

#schedule {
  .schedule-bg {
    padding-top: 70px;
    background-image: url(/img/schedule-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #contents .info-text {
    font-weight: 500;
    line-height: 1.9em;
    text-align: center;
  }

  #contents .schedule-info p.main-txt {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 500;
  }

  #contents .schedule-info {
    background-color: #fff;
    max-width: 1200px;
    padding: 40px;
    margin: auto auto -110px;
    border: 5px solid #3da0ce;
    border-radius: 25px;
    position: relative;
    width: 90%;
    z-index: 1;
  }

  & #contents .schedule-bg h2,
  & #contents .schedule-bg h2 .en-ttl {
    color: #fff;
  }

  & #contents .box-mb.bg-area.ondemand h2 .sub-txt {
    font-size: 20px;
  }

  & #contents .box-mb.bg-area.ondemand {
    padding-top: 100px;
  }

  #contents .no-area {
    border: 5px solid #fcd419;
    margin-bottom: 30px;
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
  }

  & .no-area .no-item {
    margin-bottom: 50px;
  }

  & .no-list {
    background-color: #f3f3f3;
    padding: 30px 40px 30px 30px;
    border-radius: 18px;
  }

  & .no-area .no-item:last-child {
    margin-bottom: 0;
  }

  & #contents .no-area .no-item p.num-list {
    position: relative;
    padding-left: 45px;
  }

  & #contents .no-area .no-item p.num-list .num {
    position: absolute;
    left: 0;
    padding: 0px 10px 2px 10px;
    background-color: #fcd419;
    border-radius: 50px;
    font-weight: 500;
  }

  & #contents .box-mb.bg-area.ondemand .about-area {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
  }

  #contents .no-area .no-item h3 {
    line-height: 33px;
    font-size: 22px;
    padding: 3px 17px 4px;
  }

  #contents .no-area .no-item h3 .min-txt {
    font-size: 16px;
  }

  #contents .notes-txt {
    width: 100%;
    max-width: 930px;
    margin: auto;
  }
}

/*  */

.txt-on-1140 {
  display: none;
}

br.br-1040 {
  display: none;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  .txt-on-1140 {
    display: block;
  }

  .table-over .calendar-img {
    min-width: 1140px;
  }


  #schedule {
    #contents .bnr-link-area .link-bnr h3 {
      font-size: 18px;
    }

    #contents .notes-txt {
      max-width: 670px;
    }
  }
}


@media screen and (max-width: 1040px) {
  br.br-1040 {
    display: block;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  .bnr-link-area .txt-3box {
    width: calc(100% / 2 - 10px);
  }

  .bnr-link-area .txt-3box:first-child {
    margin-right: 20px;
  }

  .anchor-link-area .txt-3box {
    width: calc(100% / 2 - 10px);
  }

  .anchor-link-area .txt-3box:first-child {
    margin-right: 10px;
  }

  #calendar {
    & .training-time .table-02 th {
      padding: 15px 10px;
      width: 30%;
      min-width: 120px;
    }

    & .training-time .table-02 tr.bd-none th,
    & .training-time .table-02 tr.bd-none td {
      border-bottom: 0;
    }

    .bg-area .about-area {
      padding: 20px 15px;
    }

  }

  #schedule {
    #contents .notes-txt {
      max-width: 100%;
    }
  }

}

@media screen and (max-width: 834px) {

  #schedule {

    #contents .no-area .no-item:first-child h3 br,
    #contents .no-area .no-item:nth-child(3) h3 br,
    #contents .no-area .no-item:nth-child(4) h3 br {
      display: none;
    }

    & #contents .no-area .no-item:last-child h3 {
      line-height: 1em;
    }

    #contents .no-area .no-item h3 .min-txt {
      display: flex;
      padding-top: 15px;
    }

    #contents .no-area .no-item h3 {
      font-size: 19px;
    }
  }
}


.txt-on-559 {
  display: none;
}

.txt-off-559 {
  display: block;
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .training-time .txt-3box {
	margin-right:0px;
    width: 100%;
  }

  /*  */

  .txt-off-559 {
    display: none;
  }

  .txt-on-559 {
    display: block;
  }


  /*  */
  .bnr-link-area .txt-3box {
    width: 100%;
  }

  .bnr-link-area .txt-3box:first-child {
    margin-right: 0px;
  }

  .bnr-link-area .link-bnr,
  .bnr-link-area .link-bnr img {
    width: 100%;
  }

  & .schedule-info {
    padding: 30px 15px;
  }

  #schedule {
    #contents .schedule-info p.main-txt {
      font-size: 20px;
      margin-bottom: 20px;
    }

    #contents .info-text {
      text-align: left;
      margin-bottom: 0;
    }

    & #contents .box-mb.bg-area.ondemand .about-area {
      padding: 20px 15px;
    }

    & #contents .box-mb.bg-area.ondemand h2 {
      line-height: 1.1em;
    }

    .bnr-link-area .link-bnr,
    .bnr-link-area .link-bnr img {
      width: 100%;
    }

    & .no-area {
      padding: 30px 15px 15px;
    }

    #contents .notes-txt {
      margin: 0 auto 10px;
    }

    & #contents .no-area .no-item:last-child h3,
    & #contents .no-area .no-item h3 {
      line-height: 1.4em;
    }

    & .no-list {
      padding: 20px 15px;
    }

    & .no-area .no-item .table-02 {
      width: 100%;
    }

    & .schedule-info {
      padding: 30px 15px 20px;
    }

    & #contents .no-area .no-item p.num-list .num {
      padding: 0px 10px 0px 10px;
    }

    & #contents .no-area .no-item p.num-list {
      padding-left: 40px;
    }

    & #contents .no-area .no-item h3 {
      font-size: 17px;
    }

    & #contents .no-area .no-item h3 br.br-1040 {
      display: none;
    }

    & .no-area .no-item .table-02 th {
      min-width: 92px;
    }
  }

}

@media screen and (max-width: 390px) {
  #schedule {
    & .no-area .no-item .table-02 td br.br-559 {
      display: none;
    }
  }
}



/*  */

.txt-on-1140 {
  display: none;
}

br.br-1040 {
  display: none;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  .txt-on-1140 {
    display: block;
  }

  .table-over .calendar-img {
    min-width: 1140px;
  }


  #schedule {
    #contents .bnr-link-area .link-bnr h3 {
      font-size: 18px;
    }

    #contents .notes-txt {
      max-width: 670px;
    }
  }
}


@media screen and (max-width: 1040px) {
  br.br-1040 {
    display: block;
  }
}


@media screen and (max-width: 834px) {

  #schedule {

    #contents .no-area .no-item:first-child h3 br,
    #contents .no-area .no-item:nth-child(3) h3 br,
    #contents .no-area .no-item:nth-child(4) h3 br {
      display: none;
    }

    & #contents .no-area .no-item:last-child h3 {
      line-height: 1em;
    }

    #contents .no-area .no-item h3 .min-txt {
      display: flex;
      padding-top: 15px;
    }

    #contents .no-area .no-item h3 {
      font-size: 19px;
    }
  }
}


.txt-on-559 {
  display: none;
}

.txt-off-559 {
  display: block;
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  /*  */

  .txt-off-559 {
    display: none;
  }

  .txt-on-559 {
    display: block;
  }


  /*  */
  .bnr-link-area .txt-3box {
    width: 100%;
  }

  .bnr-link-area .txt-3box:first-child {
    margin-right: 0px;
  }

  .bnr-link-area .link-bnr,
  .bnr-link-area .link-bnr img {
    width: 100%;
  }

  & .schedule-info {
    padding: 30px 15px;
  }

  #schedule {
    #contents .schedule-info p.main-txt {
      font-size: 20px;
      margin-bottom: 20px;
    }

    #contents .info-text {
      text-align: left;
      margin-bottom: 0;
    }

    & #contents .box-mb.bg-area.ondemand .about-area {
      padding: 20px 15px;
    }

    & #contents .box-mb.bg-area.ondemand h2 {
      line-height: 1.1em;
    }

    .bnr-link-area .link-bnr,
    .bnr-link-area .link-bnr img {
      width: 100%;
    }

    & .no-area {
      padding: 30px 15px 15px;
    }

    #contents .notes-txt {
      margin: 0 auto 10px;
    }

    & #contents .no-area .no-item:last-child h3,
    & #contents .no-area .no-item h3 {
      line-height: 1.4em;
    }

    & .no-list {
      padding: 20px 15px;
    }

    & .no-area .no-item .table-02 {
      width: 100%;
    }

    & .schedule-info {
      padding: 30px 15px 20px;
    }

    & #contents .no-area .no-item p.num-list .num {
      padding: 0px 10px 0px 10px;
    }

    & #contents .no-area .no-item p.num-list {
      padding-left: 40px;
    }

    & #contents .no-area .no-item h3 {
      font-size: 17px;
    }

    & #contents .no-area .no-item h3 br.br-1040 {
      display: none;
    }

    & .no-area .no-item .table-02 th {
      min-width: 92px;
    }
  }

}

@media screen and (max-width: 390px) {
  #schedule {
    & .no-area .no-item .table-02 td br.br-559 {
      display: none;
    }
  }
}

/* 交通アクセスページ */
/* リンク全体のコンテナ */
.link-group {
    display: flex; /* 横並びにする */
    gap: 20px; /* リンク同士の間隔 */
    max-width: 100%;
    width: 100%;
}

/* 各リンクアイテムの共通スタイル */
.link-item {
    flex: 1; /* 親要素内で等幅に広げる */
    background-color: white;
    border: 2px solid #FA436E; /* ピンク色の枠線 */
    border-radius: 12px; /* 角を丸く */
    overflow: hidden; /* 子要素がはみ出さないように */
    display: flex;
    flex-direction: column; /* アイコンとテキストを縦に並べる */
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 軽い影をつける */
    transition: transform 0.2s; /* ホバー時のアニメーション */
    text-decoration: none; /* 下線を消す */
    color: inherit;
}

/* ホバー時の効果 */
.link-item:hover {
    transform: translateY(-5px); /* 少し上に浮かせる */
}

/* アイコンエリア */
.icon-area {
    flex: 1; /* 上部のスペースを占有 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* アイコン自体のスタイル */
.link-item .icon {
    font-size: 64px; /* アイコンの大きさ */
    color: #FA436E; /* アイコンの色をピンクに */
}

/* テキストエリア（下部のピンク色の部分） */
.text-area {
    background-color: #FA436E; /* 背景色をピンクに */
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.05); /* 境目にわずかな線を入れる */
}

/* テキストエリア内のPDFアイコン */
.text-area .icon {
    font-size: 18px; /* PDFアイコンの大きさ */
    margin-right: 8px; /* テキストとの間隔 */
    color: white; /* 色を白に */
}

/* テキスト（「事前登録...」など）のスタイル */
.label-text {
    color: white; /* 文字色を白に */
    font-size: 16px;
    font-weight: bold;
}

/* レスポンシブ対応：画面が狭いときは縦並びにする */
@media (max-width: 600px) {
    .link-group {
        flex-direction: column;
    }
}

/* 採用情報 */
/* 採用情報 */

.recruit-list {
  display:grid;
  gap:120px;
  grid-template-columns:1fr;
  margin-bottom:70px;
  margin-top:70px;
  position:relative;
}


#contents .recruit-list h2 {
  background-color:#39A1CF;
  background-image:url(/img/btn_bg_blue.png);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  color:#FFF;
  font-size:130%;
  letter-spacing:2px;
  margin-bottom:20px;
  margin-bottom:0;
  padding:20px;
}

.recruit-list .recruit-item .table-02 {
  width:100%;
}

.recruit-list .table-02 th {
  width:230px;
}

.recruit-item {
  position:relative;
}

#contents .ico-recruiting {
  background-image:url(/img/bg_bubble.png);
  bottom:92%;
  clip-path:polygon(5% 0, 0 40%, 5% 80%, 39% 80%, 40% 100%, 31% 80%, 95% 80%, 100% 40%, 95% 0);
  font-size:130%;
  font-weight:bold;
  left:10px;
  padding:10px 60px 25px;
  position:absolute;
  transform:rotate(-5deg);
  z-index:1;
}

.recruit-item.not-recruit::before {
  background-color:#333;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  content:"";
  height:100%;
  left:0;
  opacity:.4;
  position:absolute;
  top:0;
  width:100%;
  z-index:1;
}

#contents .recruit-list .not-recruit h2 {
  background-color:#CCC;
  background-image:none;
}

.recruit-item.not-recruit .not-recruit-txt {
  align-items:center;
  bottom:0;
  color:#FFF;
  display:flex;
  font-size:240%;
  justify-content:center;
  margin:auto;
  position:absolute;
  text-align:center;
  top:0;
  width:100%;
  z-index:1;
}

.deco-inner {
  aspect-ratio:624 / 169;
  background-color:#FFF;
  background-image:url(/img/bg_border.png);
  border-radius:15px;
  height:350px;
  height:auto;
  margin:auto;
  max-width:1300px;
  padding:3px;
  position:relative;
  width:90%;
}

#contents .recruit-deco .deco-text {
  bottom:50px;
  color:#FFF;
  font-size:220%;
  font-weight:bold;
  left:20px;
  left:0;
  letter-spacing:2px;
  line-height:1.4em;
  margin:auto;
  position:absolute;
  right:0;
  text-align:center;
  text-shadow:0 0 20px #051D27;
  z-index:1;
}

.recruit-deco .deco-inner::before {
  background-image:url(/img/recruit/photo_recruit.jpg);
  background-size:contain;
  border-radius:10px;
  content:"";
  height:calc(100% - 12px);
  left:6px;
  position:absolute;
  top:6px;
  width:calc(100% - 12px);
  z-index:0;
}

.recruit-deco {
  background-color:#EEF6FC;
  padding:70px 0;
  position:relative;
  z-index:0;
}

.recruit-deco .deco-inner::after {
  background-color:#ABD6E9;
  border-radius:14px;
  content:"";
  height:100%;
  left:0%;
  position:absolute;
  top:0%;
  transform:rotate(-2deg);
  width:100%;
  z-index:-1;
}

.link-btn.anchor.not-recruit {
  background-color:#CCC;
  background-image:none;
}

/* view-1200 notePC,Tablet */
@media screen and (max-width: 1200px) {
  /* 採用情報 */
  #contents .recruit-deco .deco-text {
    font-size:3vw;
  }

  #about #contents .main-area:before {
    right:0;
  }
}

/* 託児サービス */
.container-childcare {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
.section-childcare {
    margin-bottom: 40px;
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
}

/* ヘッダー装飾 */
.header-badge {
    background-color: #ffd600;
    color: #000;
    display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
    transform: skewX(-15deg);
    margin-bottom: 20px;
}
.header-badge span {
    display: inline-block;
    transform: skewX(15deg);
}

/* 託児サービスの安心ポイント */
.point-section {
    background-color: var(--primary-pink);
    text-align: center;
}
.section-title {
    color: #d81b60;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.point-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}
.point-item {
    background: white;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #ffc1e3;
}
.point-item::before {
    content: "✔";
    color: white;
    background-color: #ff80ab;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

/* 注意事項 */
.caution-section {
    background-color: var(--primary-blue);
    text-align: center;
}
.caution-title {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.caution-item {
    background: white;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #bbdefb;
    text-align: left;
}
.caution-item::before {
    content: "✔";
    color: white;
    background-color: #4fc3f7;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

/* お母さんの感想 */
.voice-section {
    background-color: #f5f5f5;
}
.voice-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.qa-box {
    margin-bottom: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.question {
    background-color: #f06292;
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    display: flex;
}
.question span { margin-right: 10px; }
.answer {
    padding: 20px;
    background: white;
    display: flex;
}
.answer span {
    color: #f06292;
    font-weight: bold;
    margin-right: 10px;
}

@media (max-width: 600px) {
    .section { padding: 20px 15px; }
    .section-title, .caution-title, .voice-title { font-size: 1.2rem; }
}

.star img {
width: 16px;
padding-bottom: 3px;
}
.commentButton {
  display: block;
  padding: .5em;
  color: #fff;
  border-radius: .3em;
  background-color: #0000CD;
  width: 30%;
  margin: 10px auto;
}
.interview_top {
 padding-bottom:160px;
}
@media screen and (max-width:768px) {
	.interview_top {
	 padding-bottom:0px;
	}
}

#container-interview .item-figure {
display: block;
}
#container-interview .summary dt {
/*margin-left: 0;*/
margin: 0 40px;
}
#container-interview .summary dd {
/*margin-left: 0;*/
margin: 0 40px;
}
.review-photos {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 10px;
}

.review-photo {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 8px;
}

.review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-photo video {
width: 100%;
height: 100%;
object-fit: cover;
}
@media print, screen and (max-width: 768px) {
.commentButton {
  width: 70%;
}
.review-photo {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 8px;
}
}

/* 玉野公式から */
#contents .inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1400px;
  width: 90%;
  position: relative;
}

#contents h2 {
  color: #333;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .13em;
  line-height: 26px;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  text-align: center;
}

#contents h2 .en-ttl {
  display: block;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .15em;
  margin-top: 18px;
  padding: 0;
  border-left: unset;
}

.txt-blue {
  color: #2999CB;
}

#contents .flex.bnr-wave {
  gap: 40px 0;
  margin-bottom: 60px;
}
#contents .flex.center {
  justify-content: center;
}
#contents .flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.txt-3box {
  margin-right: 20px;
  width: calc(100% / 3 - 20px);
}

#contents .link-bnr {
  border-radius: 15px;
  color: #FFF;
  display: block;
  position: relative;
}

#contents .bnr-wave .txt-3box img {
  max-height: 234px;
  object-fit: cover;
}
#contents .link-bnr img {
  border-radius: 15px;
  width: 100%;
}

#contents .bnr-wave .bnr-ttl {
  background: url(/img/top/bnr_wave.png);
  background-size: auto;
  background-size: cover;
  border-radius: 0 0 15px 15px;
  bottom: 0;
  font-size: 24px;
  letter-spacing: .1em;
  margin: 0;
  padding: 30px 10px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
#contents p {
  font-weight: 400;
  margin-bottom: 15px;
}

#contents .link-btn.pink {
  background-image: url(/img/top/btn_bg_pink.png);
}
#contents .link-btn {
  font-size: 21px;
  max-width: 465px;
  width: 100%;
}

#contents .link-btn.center {
  margin: 0 auto;
}
#contents .link-btn {
  border-radius: 32px;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  max-width: 100%;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 340px;
}

#contents .link-btn::after {
  right: 25px;
}
#contents .link-btn::after {
  background-image: url(/img/top/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  bottom: 0;
  content: "";
  height: 28px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 28px;
}

#contents .area-blue {
  background-image: url(/img/top/bg_blue.png);
  background-repeat: repeat;
}

#contents .normal-area {
  padding: 0 0 90px;
}

#contents .student-area {
  padding: 85px 0;
}

#contents .student-area h2, #contents .general-area h2 {
  margin: 0 auto 40px;
  max-width: 620px;
}

#contents .general-area {
  padding: 85px 0;
}

#contents .bnr-area02 {
  padding: 80px 0;
}

#contents .bnr-area02 .flex {
  gap: 35px 0;
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}

#contents .bnr-area02 .flex .link-bnr {
  border: 2px solid #36A6CE;
  border-radius: 18px;
}

#contents .bnr-area02 .flex .link-bnr .bnr-ttl {
  background-image: url(/img/top/btn_bg_blue.png);
  border-radius: 15px 0 0 15px;
  bottom: 0;
  display: grid;
  font-size: 21px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
  place-content: center;
  position: absolute;
  top: 0;
  width: 150px;
}

@media screen and (max-width: 768px) {
  #contents h2 {
    font-size: 25px;
    line-height: 1.4em;
  }
  #contents .flex.bnr-wave {
    gap: 30px 0;
    margin-bottom: 40px;
  }
   #contents .flex.bnr-wave .txt-3box, #contents .flex.bnr-wave .txt-3box:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }
  #contents .bnr-wave .txt-3box img {
    height: calc(100vw / 2);
  }
  #contents .bnr-wave .bnr-ttl {
    font-size: 19px;
  }
  #contents .bnr-area02 .flex .txt-3box, #contents .bnr-area02 .flex .txt-3box:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }
}

/* 企業研修サポートコース */
#contents .office-fv {
  margin-bottom: 70px;
}

#contents .office-bg {
  background-image: url(/img/plans/schoolbus_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}

#contents .office-bg h2 {
  color: #FFF;
}

#contents .office-info {
  background-color: #FFF;
  border: 5px solid #3DA0CE;
  border-radius: 25px;
  margin: auto auto -110px;
  max-width: 1200px;
  padding: 40px;
  position: relative;
  width: 90%;
}

#contents .office-info h3 {
  border: 0;
  font-size: 180%;
  padding: 0;
  text-align: center;
}
#contents h3 {
  border-left: 4px solid #39A1CF;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .03em;
  margin: 0 0 30px;
  padding: 8px 17px 9px;
}

#contents .no-mb, #contents .bg-gray.no-mb, #contents .bg-blue.no-mb {
  margin-bottom: 0;
}

#contents .notes-bg {
  background-color: #F3F3F3;
  padding: 170px 0 70px 0;
}

#contents .office-theme {
  margin: 110px auto 0;
    margin-top: 110px;
    margin-right: auto;
    margin-left: auto;
  margin-top: 110px;
  max-width: 1000px;
  overflow: hidden;
}

#contents .office-theme h3.notes-ttl {
  border: none;
  font-size: 160%;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
}

#contents .theme-area {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .theme-item {
  background-color: #FFF;
  border: 5px solid #FCD419;
  border-radius: 20px;
  position: relative;
}

#contents .theme-item::before {
  background-image: url(/img/plans/bg_bubble.png);
  border-radius: 40px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20%;
  width: 80px;
  z-index: 0;
}

#contents .theme-item::after {
  background-image: url(/img/plans/ico_theme_01.png);
  content: "";
  height: 36px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 60px;
  width: 40px;
}

#contents .theme-item:nth-child(2)::after {
  background-image: url(/img/plans/ico_theme_02.png);
  height: 35px;
  top: 62px;
  width: 24px;
}

#contents .theme-item:nth-child(3)::after {
  background-image: url(/img/plans/ico_theme_03.png);
  height: 35px;
  left: -3px;
  top: 62px;
  width: 39px;
}

#contents .theme-item h4 {
  border: none;
  margin: 0;
  padding: 140px 20px 30px 20px;
  text-align: center;
}
#contents h4 {
  border-bottom: 2px solid #39A1CF;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 10px;
  background: unset;
}

#contents h4::after{
  position: unset;
  border: none;
}

#contents .box-mb {
  margin-bottom: 80px;
}

#contents .check-box {
  background-color: #FFF1F3;
  border-radius: 20px;
  padding: 50px;
}

#contents .check-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#contents .check-box li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
#contents li {
  font-weight: 400;
  letter-spacing: .03em;
}

#contents .check-box li::before {
  color: #EF788B;
  content: "✔";
  left: 0;
  position: absolute;
}

#contents .box-mb {
  margin-bottom: 80px;
}
.bg-area {
  background-color: #E1F0F7;
  margin-top: 170px;
  padding: 30px 0 70px 0;
  position: relative;
}

.bg-area::before {
  background-image: url(/img/plans/head_timeschedule.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  bottom: 100%;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  width: 100%;
}

#contents .flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .flex .theme-detail-item {
  margin-bottom: 50px;
  width: 48%;
}
#contents .theme-detail-item {
  background-color: #FFF;
  border-radius: 20px;
  padding: 50px;
}

#contents .theme-detail-item h2 {
  color: #248DC3;
  font-size: 28px;
}

#contents .improve-flow-box {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .improve-flow-item {
  background-color: #FFF9DA;
  border-radius: 15px;
  padding: 30px;
  position: relative;
}

#contents .improve-flow-item h4 {
  border: none;
  color: #248DC3;
  font-size: 23px;
  padding-left: 90px;
}

#contents .improve-flow-item h4 span {
  background-color: #248DC3;
  border-radius: 24px;
  color: #FFF;
  left: 30px;
  padding: 10px 11px 8px 11px;
  position: absolute;
  top: 20px;
}

#contents .img-2box {
  width: 35%;
}

#contents .img-2box-txt {
  margin-left: 40px;
  width: calc(65% - 40px);
}

#contents .concept-area h2 {
  color: #2999CB;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
	#contents .notes-bg {
		padding: 30px 0 70px 0;
	}
	#contents .theme-area {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: inherit;
    }
    #contents .theme-area .theme-item {
      width: calc(100% / 2 - 8px);
      margin-bottom: 15px;
    }
    #contents .theme-area .theme-item:first-child {
      margin-right: 15px;
    }
    #contents .theme-item::before {
      top: 15px;
      width: 60px;
      height: 60px;
    }
    #contents .theme-item::after {
      top: 27px;
    }
    #contents .theme-item:nth-child(2)::after, & #contents .theme-item:nth-child(3)::after {
      top: 28px;
    }
    #contents .theme-area .theme-item:last-child {
      width: 100%;
    }
    #contents .theme-item h4 {
      font-size: 16px;
      line-height: 1.5em;
    }
    #contents .theme-item h4 {
      padding: 80px 10px 15px 10px;
    }
    #contents .check-box {
	  padding: 20px;
	}
    #contents .check-box ul {
      grid-template-columns: 1fr;
    }
    #contents .theme-detail-item {
      padding: 30px 15px 20px;
    }
    #contents .flex .theme-detail-item {
      width: 100%;
      margin-bottom: 30px;
    }
    #contents .improve-flow-box {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    #contents .improve-flow-item {
      padding: 15px;
    }
    #contents .concept-area .img-2box {
      width: 100%;
      max-width: 450px;
      margin: 0 auto 20px;
    }
    #contents .concept-area .img-2box-txt {
      width: 100%;
      margin-left: 0;
    }
    #contents .concept-area h2 {
      font-size: 18px;
    }
}

/* スクールバス */
#bus.schoolbus-bg {
  background-image:url(/img/access/schoolbus_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  padding-top:70px;
}

#bus #contents .schoolbus-bg h2 {
  color:#FFF;
}

#bus .schoolbus-info {
  background-color:#FFF;
  border:5px solid #3DA0CE;
  border-radius:25px;
  margin:auto auto -110px;
  max-width:1200px;
  padding:40px;
  position:relative;
  width:90%;
}

#bus #contents .schoolbus-info h3 {
  border:0;
  font-size:180%;
  padding:0;
  text-align:center;
}

#bus #contents .schoolbus-info h3 .catch-text {
  color:#3DA0CE;
  display:block;
  font-size:70%;
  margin-bottom:10px;
}

#bus #contents .info-text {
  font-weight:500;
  line-height:1.9em;
  margin:auto;
  text-align:center;
}

#bus .notes-bg {
  background-color:#F3F3F3;
  padding:70px 0;
}

#bus .schoolbus-notes {
  background-color:#FFF;
  border:5px solid #FCD419;
  border-radius:25px;
  margin:110px auto 0;
  margin-top:110px;
  max-width:1000px;
  overflow:hidden;
  width:90%;
}

#bus .schoolbus-notes .notes-text {
  padding:30px;
}

#bus #contents h3.notes-ttl {
  background-color:#FCD419;
  border:0;
  margin-bottom:0;
  padding:20px;
  text-align:center;
}

#bus .schoolbus-fv {
  margin-bottom:70px;
}

#bus .timeschedule-bg {
  background-color:#E1F0F7;
  margin:130px 0 70px;
  padding:0 0 70px;
  position:relative;
}

#bus #contents .bnr-link-area .link-bnr.color-pink h3 {
  background: none;
    background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  position: absolute;
  z-index: 1;
  z-index: 0;
  border: none;
  border-radius: 0 0 15px 15px;
  bottom: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 0;
  padding: 30px 10px 20px;
  right: 0px;
  text-align: center;
  width: 100%;
}

#contents .bnr-link-area a[target="_blank"] h3::after {
  background-image: url(../image/contents/tab_ico_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  bottom: 0;
  content: "";
  content: "";
  display: block;
  height: 22px;
  margin: auto;
  position: absolute;
  right: 23px;
  top: 10px;
  width: 22px;
}

#bus #contents .bnr-link-area .link-bnr.color-pink h3::before {
  background-image: url(/img/access/bnr_txt_bg_pink.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#bus #contents .bnr-link-area a[target="_blank"][href$=".pdf"] h3::after {
  background-image:url(/img/access/pdf_ico_white.png);
  background-size:27px;
  height:31px;
  width:27px;
}

#bus .timeschedule-bg::before {
  background-image:url(/img/access/head_timeschedule.png);
  background-position:top center;
  background-repeat:repeat-x;
  background-size:cover;
  bottom:100%;
  content:"";
  height:90px;
  left:0;
  position:absolute;
  width:100%;
}

#bus #contents .area-notes {
  margin:40px auto;
  max-width:1000px;
}

#bus .timeschedule-list {
  display:flex;
  flex-direction:column-reverse;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
  margin:auto;
  writing-mode:vertical-rl;
}

#bus .timeschedule-list .route-item {
  background-color:#3AA1CF;
  background-image:url(/img/access/ico_pin_white.png);
  background-position:center 15px;
  background-repeat:no-repeat;
  border:5px solid #FFF;
  border-radius:40px;
  box-sizing:border-box;
  color:#FFF;
  display:block;
  height:100%;
  padding:70px 15px 25px 15px;
  transition:.5s;
}


#bus .timeschedule-list .route-item:hover {
  opacity:.5;
  text-decoration:none;
  transition:.5s;
}

#bus .timeschedulu-item span {
  left:2px;
  margin-top:5px;
  position:relative;
}

#bus .bnr-area.other-link {
  background-image:url(/img/access/bnr_area.jpg);
  border-radius:10px;
  color:#FFF;
  display:block;
  font-size:130%;
  margin:auto;
  max-width:1100px;
  overflow:hidden;
  padding:200px 0 20px;
  position:relative;
  text-align:center;
  text-decoration:none;
  transition:.5s;
  z-index:0;
}

#bus .bnr-area.other-link::before {
  background-image:url(/img/access/bnr_bg_green.png);
  background-position:top center;
  bottom:0;
  content:"";
  height:80px;
  left:0;
  position:absolute;
  width:100%;
  z-index:-1;
}

#bus .bnr-link-area .link-bnr .color-pink h3 {
  background:none;
  background-color:transparent;
  position:absolute;
  z-index:1;
  z-index:0;
}

#bus .bnr-link-area .link-bnr .color-pink h3::before {
  background-image:url(/img/access/bnr_txt_bg_pink.png);
  background-position:center top;
  background-repeat:no-repeat;
  background-size:cover;
  bottom:0;
  content:"";
  content:"";
  height:80px;
  left:0;
  position:absolute;
  width:100%;
  z-index:-1;
}

#bus .bnr-link-area .link-bnr.color-pink {
  border:5px solid #EF7B8D;
  border-radius:15px;
  overflow:hidden;
  position:relative;
}

#bus .bnr-area.other-link::after {
  background-image:url(/img/access/ico_link_white.png);
  background-position:top center;
  bottom:20px;
  content:"";
  height:27px;
  margin:auto;
  position:absolute;
  right:20px;
  width:27px;
  z-index:-1;
}

#bus .bnr-area.other-link:hover {
  opacity:.5;
  transition:.5s;
}

.schoolbus-bg {
  background-image:url(/img/access/schoolbus_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  height:400px;
  padding-top:70px;
}

#contents .schoolbus-bg.bg-none h2 {
  color:#333;
}

.schoolbus-bg.bg-none {
  background-image:none;
  height:100%;
  padding:20px 0 70px;
}

#contents .schoolbus-bg h2 {
  color:#FFF;
}

.schoolbus-info {
  background-color:#FFF;
  border:5px solid #3DA0CE;
  border-radius:25px;
  margin:auto auto -110px;
  max-width:940px;
  padding:40px;
  position:relative;
  width:90%;
}

#contents .schoolbus-info p.txt-center {
  margin-bottom:0;
}

.map-line {
  padding:680px 0 80px;
}

.map-line.short {
  padding:10px 0 80px;
  /*padding:610px 0 80px;*/
}

.map-line .timetable {
  border:1px solid #DFDFDF;
  margin-bottom:20px;
}

.link-area .link-btn {
  margin:auto;
}

#contents .map-line .txt-2box {
  width: 98%;
}

@media screen and (min-width: 768px) {
	#contents .map-line .txt-2box {
	  /*width: 48%;*/
	  /*送迎バスページ用に修正*/
	  width: 46%;
	}
}

#contents .map-line .txt-2box h3 {
  background-color:#39A1CF;
  border:none;
  border-radius:25px 25px 0 0;
  color:#FFF;
  font-weight:500;
  margin-bottom:0;
  padding:20px 20px 17px;
  text-align:center;
}

#contents .map-line .txt-2box .map-area {
  background-color:#FFF;
  border:5px solid #39A1CF;
  border-radius:0 0 25px 25px;
}

#contents .map-line .txt-2box .map-area div#map {
  border-radius:0 0 25px 25px;
}

#contents .map-line .txt-2box .timetable {
  background-color:#FFF;
  border:5px solid #39A1CF;
  border-radius:0 0 25px 25px;
  padding:20px;
}

#contents .map-line .txt-2box .timetable a.link-bnr img {
  border-radius:0 0 25px 25px;
}

#contents .map-area p.look-red {
  line-height:1.5em;
}

#gounai .map {
  height:468px;
  overflow:hidden;
}

#senoo .map iframe {
  margin-top:-80px;
}

#yamada .map {
  height:468px;
  overflow:hidden;
}

#yamada .map iframe {
  margin-top:-80px;
}

#senoo .map {
  height:468px;
  overflow:hidden;
}

#gounai .map iframe {
  margin-top:-80px;
}

.map {
  height:481px;
  overflow:hidden;
}

.map-line.short .map {
  height:468px;
}

/* 外側角丸線 */
.map {
  border-radius:0 0 20px 20px;
  /* outline:5px solid #39A1CF; */
}

#contents .map-area p.look-red {
  position:relative;
}

/* #contents .map-area p.look-red:before {
  content: "";
  display: block;
  width: 103%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: -15px;
} */

#kojima-north .map,
#kojima-south .map,
#kounan .map {
  height:481px;
}

.map iframe {
  border-radius:0 0 20px 20px;
  border-width:0px;
  margin-top:-70px;
}


#okayama .map-line {
  padding:0;
}

#okayama .map {
  height:495px;
  overflow:hidden;
}

#kounan .map-line {
  padding:0;
}

#kounan .map {
  height:482px;
  overflow:hidden;
}

#contents .map-area p.look-red {
  margin:0;
  margin-left:1em;
  padding:15px;
}

#chayamachi .map-line {
  padding:0;
}

#chayamachi .map {
  height:495px;
  overflow:hidden;
}

#gounai .map-line {
  padding:0;
}

#gounai .map {
  height:470px;
  overflow:hidden;
}

#kojima-south .map-line {
  padding:0;
}

#kojima-south .map {
  height:480px;
  overflow:hidden;
}

#kojima-south .map iframe {
  height:550px;
}

#kojima-north .map-line {
  padding:0;
}

#kojima-north .map {
  height:560px;
  overflow:hidden;
}

#senoo .map-line {
  padding:0;
}

#senoo .map {
  height:470px;
  overflow:hidden;
}


#yamada .map-line {
  padding:0;
}

#yamada .map {
  height:470px;
  overflow:hidden;
}

#tamahara .map-line {
  padding:0;
}

#tamahara .map {
  height:547px;
  overflow:hidden;
}

@media screen and (max-width: 1450px) {
  #contents .bnr-link-area .link-bnr h3 {
    font-size:18px;
    padding:25px 10px 15px;
  }

  #okayama .map {
    height:365px;
  }

  #okayama .map iframe {
    height:435px;
  }

  #kounan .map {
    height:365px;
  }

  #kounan .map iframe {
    height:435px;
  }

  #chayamachi .map {
    height:425px;
  }

  #chayamachi .map iframe {
    height:495px;
  }

  #gounai .map {
    height:365px;
  }

  #gounai .map iframe {
    height:445px;
  }

  #kojima-south .map {
    height:425px;
  }

  #kojima-south .map iframe {
    height:495px;
  }

  #kojima-north .map {
    height:425px;
  }

  #kojima-north .map iframe {
    height:495px;
  }

  #senoo .map {
    height:365px;
  }

  #senoo .map iframe {
    height:445px;
  }

  #yamada .map {
    height:415px;
  }

  #yamada .map iframe {
    height:495px;
  }

  #tamahara .map {
    height:415px;
  }

  #tamahara .map iframe {
    height:485px;
  }
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .map-area p.look-red {
    font-size:14px;
    letter-spacing:0em;
    padding:12px 8px;
  }

  #contents .map-area p.look-red:before {
    left:-14px;
    width:101.65%;
  }

  #contents .map-area p.look-red:after {
    background-color:#FFF;
    bottom:0;
    content:"";
    display:block;
    height:100%;
    position:absolute;
    right:0;
    width:2%;
  }

  /* スクールバス */
  #bus #contents .recruit-deco .deco-text {
    font-size:3vw;
  }
  
  #bus #contents .bnr-link-area .txt-3box {
    margin-bottom: 30px;
  }

  #about #contents .main-area .txt-2box.end h2 {
    margin:0 0 20px;
  }

  #about #contents .about-area p {
    font-size:17px;
  }

  #okayama .map {
    height:305px;
  }

  #okayama .map iframe {
    height:375px;
  }

  #kounan .map {
    height:305px;
  }

  #kounan .map iframe {
    height:375px;
  }

  #chayamachi .map {
    height:305px;
  }

  #chayamachi .map iframe {
    height:375px;
  }

  #gounai .map {
    height:305px;
  }

  #gounai .map iframe {
    height:385px;
  }

  #kojima-south .map {
    height:345px;
  }

  #kojima-south .map iframe {
    height:415px;
  }

  #kojima-north .map {
    height:355px;
  }

  #kojima-north .map iframe {
    height:425px;
  }

  #senoo .map {
    height:342px;
  }

  #senoo .map iframe {
    height:425px;
  }

  #yamada .map {
    height:342px;
  }

  #yamada .map iframe {
    height:425px;
  }

  #tamahara .map {
    height:342px;
  }

  #tamahara .map iframe {
    height:415px;
  }
}

@media screen and (max-width: 1024px) {
  #kojima-south .map iframe {
    height:387px;
  }

  #kojima-south .map {
    height:317px;
  }

  #kojima-north .map iframe {
    height:387px;
  }

  #kojima-north .map {
    height:317px;
  }

  #senoo .map iframe {
    height:392px;
  }

  #senoo .map {
    height:312px;
  }

  #yamada .map {
    height:312px;
  }

  #yamada .map iframe {
    height:395px;
  }

  #tamahara .map {
    height:377px;
  }

  #tamahara .map iframe {
    height:445px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .anchor-link .txt-3box {
    width:calc(100% / 2 - 10px);
  }

/* スクールバス */

  #bus .schoolbus-info {
    padding:15px;
    width:90%;
  }

  #bus .schoolbus-bg {
    padding-top:40px;
  }

  #bus .notes-bg {
    padding-bottom:40px;
  }

  #bus .schoolbus-notes {
    margin-top:70px;
    width:85%;
  }

  #bus #contents h3.notes-ttl {
    padding:10px;
  }

  #bus .schoolbus-notes .notes-text {
    padding:15px;
  }

  #bus .timeschedule-list {
    display:grid;
    grid-template-columns:1fr 1fr;
    writing-mode:horizontal-tb;
  }

  #bus .timeschedule-list .route-item {
    background-position:20px center;
    background-size:20px;
    padding:10px 10px 10px 60px;
  }

  #bus .bnr-area.other-link {
    aspect-ratio:180/73;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    font-size:4vw;
    height:auto;
    padding:28vw 13vw 0;
    width:100%;
  }

  #bus .bnr-area.other-link::before {
    background-position:center;
    background-size:cover;
    height:15vw;
  }

  #bus #contents .bnr-link-area .link-bnr.color-pink h3 {
    font-size:130%;
  }

  #bus .bnr-link-area .link-bnr.color-pink {
    height:230px;
  }

  #bus .flex .bnr-link-area .txt-3box {
    display:flex;
    justify-content:center;
  }

  #bus .bnr-area.other-link::after {
    background-repeat:no-repeat;
    background-size:contain;
    bottom:4vw;
    height:4vw;
    right:4vw;
    width:3vw;
  }

  .bnr-link-area .txt-3box {
    margin-right:20px;
    width:calc(100% / 2 - 20px);
  }

  .bnr-link-area .txt-3box:nth-child(2n) {
    margin-right:0;
  }

  #contents .bnr-link-area .link-bnr h3 {
    font-size:18px;
  }

  #contents p.thm-text {
    font-size:14px;
    line-height:1.35em;
  }

  #contents .map-line .txt-2box {
    margin-bottom:30px;
  }

  #contents .map-line .txt-2box.end {
    margin-bottom:0;
  }

  #okayama .map {
    height:405px;
  }

  #okayama .map iframe {
    height:475px;
  }

  #kounan .map {
    height:405px;
  }

  #kounan .map iframe {
    height:475px;
  }

  #chayamachi .map {
    height:405px;
  }

  #chayamachi .map iframe {
    height:475px;
  }

  #gounai .map {
    height:405px;
  }

  #gounai .map iframe {
    height:488px;
  }

  .map iframe {
    border-radius:0 0 25px 20px;
  }

  #kojima-south .map {
    height:393px;
  }

  #kojima-south .map iframe {
    height:477px;
  }

  #kojima-north .map {
    height:405px;
  }

  #kojima-north .map iframe {
    height:475px;
  }

  #senoo .map {
    height:405px;
  }

  #senoo .map iframe {
    height:488px;
  }

  #yamada .map {
    height:405px;
  }

  #yamada .map iframe {
    height:487px;
  }

  #tamahara .map {
    height:415px;
  }

  #tamahara .map iframe {
    height:485px;
  }

  .map iframe {
    width:101%;
  }

  #bus #contents .bnr-link-area .link-bnr h3 {
    background:none;
    height:65px;
  }

  #bus #contents .bnr-link-area .link-bnr.color-pink h3::before {
    height:70px;
  }
}

@media screen and (max-width: 768px) {
  #bus #contents .bnr-link-area a[target="_blank"][href$=".pdf"] h3::after {
    background-size:20px;
    height:24px;
    right:10px;
    width:21px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #bus .schoolbus-notes {
    margin-top:70px;
    width:93%;
  }

  #bus #contents .info-text {
    text-align:left;
  }

  .anchor-link .txt-3box {
    width:100%;
  }

  .main-area {
    padding:50px 0;
  }

  .bnr-link-area .txt-3box {
    margin-right:0;
    width:100%;
  }

  #about #contents .main-area:before {
    right:10px;
  }

  #about #contents .main-img:after {
    left:-10px;
  }

  /* 教習所案内 */
  #contents .guidance-3point h4 {
    font-size:5vw;
    padding:0 10px;
  }

  #contents .guidance-bg h3 {
    font-size:5.5vw;
  }

  .facilities-slider-thm {
    grid-template-columns:1fr 1fr 1fr;
    margin:auto;
    width:100%;
  }

  /* 託児サービス */
  .nurserya-deco::before,
  .nurserya-deco::after {
    height:80%;
  }

  .nurserya-deco::after {
    right:100%;
  }

  .nurserya-deco::before {
    left:100%;
  }

  .voice-q,
  .voice-a {
    padding:2vw 2vw 2vw 50px;
  }

  /* スクールバス */

  #bus #contents .schoolbus-info h3 .catch-text {
    font-size:4vw;
    margin-bottom:5px;
  }

  #bus #contents .schoolbus-info h3 {
    font-size:6vw;
    margin-bottom:20px;
  }

  #bus .timeschedule-list {
    grid-template-columns:1fr;
  }

  .schoolbus-bg.bg-none {
    padding:0 0 70px;
  }

  #contents .map-line .txt-2box h3 {
    padding:12px 20px 5px;
  }

  #contents .map-area p.look-red:before {
    left:-14px;
    width:103%;
  }

  .info-bg .table-info th {
    min-width:105px;
    width:21%;
  }
}

/* 普通車 */
#contents .feature-area {
  background-color: #FFF;
  border-radius: 15px;
  margin: auto auto 70px;
  max-width: 900px;
  padding: 30px;
  width: 90%;
}

#contents #at .feature-area, #contents #at .car-type, #contents #at .document-area, #contents #at .price-main, #contents #at .price-item, #contents #small .feature-area, #contents #small .car-type, #contents #small .document-area, #contents #small .price-main, #small .price-item {
  background-color: #F3F3F3;
}

#contents .feature-area .feature-ttl {
  border-bottom: 4px dotted #2999CB;
  border-left: 0;
  padding: 0 0 20px;
  text-align: center;
}

#contents .feature-list {
  display: grid;
  gap: 20px;
}

#contents .feature-list .feature-item {
  background-color: #2999CB;
  border-radius: 60px;
  color: #FFF;
  padding: 10px 50px;
}

#contents .feature-list .feature-item p:last-child {
  margin-bottom: 0;
}

#contents .car-type {
  background-color: #FFF;
  border-radius: 15px;
  margin: auto auto 70px;
  max-width: 750px;
  padding: 30px;
  width: 90%;
}

#contents .table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
  width: 100%;
}

#contents .car-type .table-02 {
  margin-bottom: 15px;
  width: 100%;
}

#contents .car-type .table-02 th {
  width: 190px;
}

#contents .table-02 tr:first-child th:last-child, #contents .table-02 tr th {
  border-right: 1px solid #D4D4D4;
}
#contents .table-01 th, #contents .table-01 td, #contents .table-02 th, .table-02 td {
  font-size: 16px;
}
#contents .table-02 th {
  background-color: #F0F7FB;
  border: 1px solid #D4D4D4;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(212, 212, 212);
  border-right-width: 0;
  font-weight: 500;
  padding: 15px 20px;
  vertical-align: middle;
}

#contents .table-02 td {
  border-left: 1px solid #D4D4D4;
}
#contents .table-02 td {
  background-color: #FFF;
  border: 1px solid #D4D4D4;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(212, 212, 212);
  border-left-width: 0;
  font-weight: 400;
  line-height: 28px;
  padding: 15px 20px;
  vertical-align: middle;
}

#contents .license-area {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto auto 50px;
}

#contents .license-area h3, #contents .license-flow-ttl {
  border: 0;
  font-size: 170%;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

#contents .license-area .license-item {
  background-color: #39A1CF;
  border-radius: 15px;
  color: #FFF;
  margin-right: 40px;
  margin-top: 30px;
  padding: 30px;
  width: calc(90% / 3 - 27px);
}

#contents h4.license-name {
  border-bottom: 3px solid #FFF;
  color: #FFF;
  text-align: center;
}

#contents .document-area {
  background-color: #FFF;
  border-radius: 15px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 70px;
  padding: 40px;
}

#contents h3.document-ttl {
  border: 0;
  text-align: center;
}

#contents .document-list {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: auto;
}

#contents .document-list .document-name {
  border: 0;
  text-align: center;
}

#contents .txt-center {
  text-align: center;
}

#contents .txt-center img {
  background-color: transparent;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
  width: auto;
}

#contents .price-area {
  margin: auto;
}

#contents .price-main {
  background-color: #FFF;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 30px;
}

#contents .price-area h3 {
  border: 0;
  text-align: center;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents [data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

#contents .table-over {
  overflow: auto;
  width: 100%;
}

#contents .price-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

#contents .price-item {
  background-color: #FFF;
  border-radius: 15px;
  padding: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

#contents ul.style-none, ul.style-none {
  padding: 0;
}

#contents .license-flow-box {
  margin: 30px auto 0;
  max-width: 840px;
}

#contents li {
  font-weight: 400;
  letter-spacing: .03em;
}

#contents .license-flow-box li {
  background-color: #ebf8ff;
  border: 5px solid #ebf8ff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 33px;
  padding: 15px 60px;
  position: relative;
}

#contents ul.style-none li, ul.style-none li {
  list-style: none;
}

#contents .license-flow-box li:has(.ttl), #contents .license-flow-box li.yellow:has(img) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

#contents .license-flow-box li::after {
  background-image: url(/img/plans/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  height: 38px;
  position: absolute;
  left: 48px;
  bottom: -40px;
  width: 38px;
  transform: rotate(90deg);
}

#contents .license-flow-box li .ttl {
  background-color: #2999CB;
  border-radius: 60px;
  color: #FFF;
  font-size: 90%;
  height: fit-content;
  margin-left: 20px;
  order: 2;
  padding: 4px;
  text-align: center;
  width: 160px;
}

#contents .license-flow-box li p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #about #contents .main-area:before {
    background-image:url(/img/about_main_bg_ico_sp.png);
    bottom:50px;
    height:250px;
    right:30px;
    top:inherit;
    width:274px;
  }

  .anchor-link .txt-3box {
    width:calc(100% / 2 - 10px);
  }

  /* 教習所案内 */
  .guidance-bg {
    padding:40px 0;
  }

  #contents .guidance-bg h3 {
    font-size:4.5vw;
    margin-bottom:40px;
  }

  .guidance-3point .point-detail {
    height:auto;
    padding-bottom:1px;
    position:relative;
  }

  .guidance-3point .point-item {
    padding:0;
  }

  .guidance-3point {
    grid-template-columns:1fr;
    width:90%;
  }

  .guidance-3point .point-detail {
    height:auto;
  }

  .facilities-slider-thm {
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    margin:auto;
    width:90%;
  }

  .facilities-inner .slider-item {
    display:block;
  }

  .facilities-inner .slider-item .main-img {
    margin:0 auto 6vw;
    width:100%;
  }


  .facilities-inner .slider-item .slider-text {
    margin:auto;
    width:90%;
  }

  .facilities-inner {
    margin-top:0;
    width:90%;
  }

  /* 託児所サービス */
  #contents .nurserya-catch {
    font-size:5vw;
    max-width:90%;
    padding:3vw 13vw 9vw;
  }

  .nurserya-points {
    padding:60px 3vw 10px;
  }

  #contents .nurserya-deco {
    width:85%;
  }

  #contents .nurserya-list li {
    padding:10px 10px 10px 50px;
  }

  .nurserya-caution {
    padding:5vw 3vw 1vw;
  }

  .voice-bg {
    padding:30px 0 20px;
  }

  .voice-q:before,
  .voice-a:before {
    font-size:120%;
  }

  #contents .voice-q p {
    font-size:100%;
  }

  .nurserya-voice {
    padding:10px 0 70px;
  }

  #contents .nurserya-catch {
    font-size:3vw;
    line-height:1.5em;
    padding:5vw 11vw 10vw;
  }

  /* 会社概要 */
  .info-bg {
    padding:30px 0 120px;
  }

  #contents .flex.gallery-box .txt-3box {
    width:50%;
  }

  #contents .flex.gallery-box .txt-3box:first-child {
    width:100%;
  }

  #contents .flex.gallery-box .txt-3box img {
    object-fit:cover;
    width:100%;
  }

  /* 採用情報 */
  .recruit-deco .deco-inner::before {
    background-image:url(/img/recruit/photo_recruit_sp.jpg);
    background-position:center;
    background-size:cover;
  }

  .deco-inner {
    aspect-ratio:6/5;
    height:auto;
    width:90%;
  }

  #contents .recruit-deco .deco-text {
    bottom:20px;
    font-size:4.5vw;
    width:90%;
  }

  #contents .ico-recruiting {
    bottom:95%;
    font-size:100%;
    padding:5px 40px 15px;
  }

  .recruit-list .table-02 th {
    width:130px;
  }
}

/* =============================================
   改善CSS追記（既存スタイル変更なし）
   ① ヒーローCTA（PC:左側オーバーレイ / SP:画像下）
   ② 中間CTAセクション
   ③ フローティングCTAバー
============================================= */

/* --- ① ヒーローCTA --- */

.hero-cta-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.78);
  padding: 12px 16px 16px;
  text-align: center;
}

.hero-catchcopy {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin: 0 0 8px;
  font-family: 'Noto Sans JP', sans-serif;
}
.hero-accent {
  color: #fa436e;
  font-size: 24px;
}
.hero-blue {
  color: #11A0E5;
}

.hero-badges {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 11px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.badge-dot--pink { background: #fa436e; }
.badge-dot--blue { background: #11A0E5; }
.badge-dot--green { background: #4CAF50; }

.hero-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 300px;
  margin: 0 auto;
}
.hero-cta-primary {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: #fa436e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 32px;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(250,67,110,0.3);
  transition: opacity 0.3s;
}
.hero-cta-primary:hover { opacity: 0.85; }
.hero-cta-primary small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
  opacity: 0.9;
}
.hero-cta-secondary {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: rgba(255,255,255,0.95);
  color: #11A0E5;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 32px;
  border: 2px solid #11A0E5;
  text-decoration: none;
  transition: opacity 0.3s;
}
.hero-cta-secondary:hover { opacity: 0.8; }

/* ---- SP版: ヒーロー画像の下にCTAを配置（重ねない） ---- */
@media (max-width: 768px) {
  #visual {
    max-height: none !important;
    overflow: visible !important;
  }
  #visual #creative {
    position: relative;
    overflow: visible;
    min-height: 0;
    height: auto;
    /* SP背景画像（img-creative_sp.png）の縦全体を表示するため
       padding-topでアスペクト比を確保。
       画像比率に合わせて調整してください（現在 75% = 4:3 相当） */
    /*padding-top: 0;*/
    padding-top: 75%;
    background-size: contain;
    background-position: center top;
  }

  .hero-cta-overlay {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 2;
    background: #fff;
    padding: 20px 16px 24px;
    text-align: center;
  }
  .hero-catchcopy {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .hero-accent {
    font-size: 24px;
  }
  .hero-badges {
    margin-bottom: 12px;
    gap: 6px;
  }
  .hero-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  .hero-cta-buttons {
    max-width: 320px;
    gap: 8px;
  }
  .hero-cta-primary {
    padding: 13px 20px;
    font-size: 16px;
  }
  .hero-cta-primary small {
    font-size: 11px;
  }
  .hero-cta-secondary {
    padding: 10px 20px;
    font-size: 14px;
    background: #fff;
  }
}

/* ---- PC版: ヒーロー画像左側に大きく表示（背景なし） ---- */
@media print, screen and (min-width: 769px) {
  #visual #creative {
    position: relative;
  }
  .hero-cta-overlay {
    position: absolute;
    left: 35px;
    top: 60%;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    padding: 0;
    text-align: left;
    max-width: 550px;
    width: 50%;
  }
  .hero-catchcopy {
    font-size: 46px;
    text-align: left;
    margin-bottom: 16px;
    color: #222;
    text-shadow:
      0 0 10px rgba(255,255,255,0.95),
      0 0 20px rgba(255,255,255,0.8),
      0 0 40px rgba(255,255,255,0.6);
  }
  .hero-accent {
    font-size: 42px;
  }
  .hero-badges {
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 8px;
  }
  .hero-badge {
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(200,200,200,0.6);
    font-size: 14px;
    padding: 6px 16px;
  }
  .badge-dot {
    width: 9px;
    height: 9px;
  }
  .hero-cta-buttons {
    flex-direction: row;
    max-width: none;
    margin: 0;
    gap: 14px;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    width: auto;
    min-width: 210px;
    flex-shrink: 0;
  }
  .hero-cta-primary {
    font-size: 18px;
    padding: 15px 32px;
    box-shadow: 0 3px 12px rgba(250,67,110,0.35);
  }
  .hero-cta-primary small {
    font-size: 12px;
  }
  .hero-cta-secondary {
    font-size: 16px;
    padding: 13px 32px;
    background: rgba(255,255,255,0.92);
  }
}


/* --- ② 中間CTAセクション --- */
.mid-cta-section {
  background: linear-gradient(135deg, #fce4ec 0%, #e3f2fd 100%);
  padding: 40px 20px;
  text-align: center;
}
.mid-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.mid-cta-lead {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
  font-family: 'Noto Sans JP', sans-serif;
}
.mid-cta-sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 20px;
}
.mid-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.mid-cta-primary {
  display: block;
  width: 100%;
  max-width: 340px;
  padding: 14px 20px;
  background: #fa436e;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(250,67,110,0.3);
  transition: opacity 0.3s;
}
.mid-cta-primary:hover { opacity: 0.85; }
.mid-cta-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.mid-cta-tel-label {
  font-size: 12px;
  color: #888;
}
.mid-cta-tel-number {
  font-size: 22px;
  font-weight: 700;
  color: #11A0E5;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 769px) {
  .mid-cta-section { padding: 50px 40px; }
  .mid-cta-lead { font-size: 24px; }
  .mid-cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .mid-cta-primary { width: auto; min-width: 280px; }
}


/* --- ③ フローティングCTAバー --- */
.floating-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.97);
  border-top: 1px solid #e0e0e0;
  padding: 10px 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  flex-direction: column;
  gap: 5px;
}
.floating-cta-bar.is-visible {
  transform: translateY(0);
}
.floating-tel {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #11A0E5;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}
.floating-tel svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.floating-cta-btn {
  display: inline-block;
  background: #fa436e;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.floating-cta-btn:hover { opacity: 0.85; }

#footer { padding-bottom: 80px; }

@media print, screen and (min-width: 769px) {
  .floating-cta-bar {
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 100%);
    border-radius: 12px 12px 0 0;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    flex-direction: unset;
    gap: 0;
  }
  .floating-cta-bar.is-visible {
    transform: translate(-50%, 0);
  }
}

#contents .table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
    
#contents .license-flow-box li.yellow {
  background-color: #fffbea;
  border-color: #FCD419;
}

#contents .license-flow-box li .look-blue {
  color: #0e81b5;
}

#contents .flow-notes {
  border: 5px solid #EF7B8D;
  border-radius: 15px;
  font-size: 110%;
  line-height: 1.9em;
  max-width: 840px;
  margin: 0 auto 30px;
  padding: 30px;
  text-align: center;
}

#contents .flow-notes p {
  margin-bottom: 0;
}

#contents .flow-notes .line-txt {
  background: linear-gradient(transparent 60%, #ffff7f 40%);
  font-size: 120%;
  font-weight: 500;
  margin: 0 4px;
}

#contents #class2 .catch-text p {
  color: #2999CB;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8em;
  margin: auto auto 60px;
  max-width: 790px;
  text-align: center;
}

#contents #class2 .license-area .license-item {
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
}

#contents #class2 .price-item:nth-child(3), #contents #class2 .price-item:nth-child(4) {
  grid-column-end: 3;
  grid-column-start: 1;
}

#contents h5 {
  color: #F07587;
  font-size: 19px;
}

#contents .txt-2box {
  margin-right: 4%;
  width: 46%;
  text-align: left;
}

#contents #mt, #contents #small {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #contents .anchor-link .txt-3box {
    width: 100%;
    margin-bottom: 15px;
  }
  #contents .car-type .table-02 th {
    width: 100px;
  }
  #contents .license-area .license-item, #contents #class2 .license-area .license-item {
    margin: 20px 0 0;
    padding: 20px 15px 13px;
    width: 100%;
  }
  
  #contents .feature-area, #contents .document-area, .price-main {
    margin-bottom: 30px;
    padding: 25px 15px 30px;
    width: 100%;
  }
  #contents .car-type {
  	width: 100%;
  }
  #contents .document-list {
    flex-wrap: wrap;
    gap: 0;
  }
  
  #contents .document-list .document-item {
    border-top: 1px dashed #AAA;
    padding: 20px 0 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  
  #contents .document-list .document-item:first-child {
    border-top: none;
    padding-top: 0;
  }
  
   #contents h3 {
    font-size: 19px;
    margin-bottom: 25px;
    padding: 6px 15px 7px;
  }
  
  #contents .price-list {
    gap: 30px;
    grid-template-columns: 100%;
  }
  #contents .table-over table {
    min-width: 450px;
  }
  
  #contents #class2 .price-item:nth-child(3), #contents #class2 .price-item:nth-child(4) {
    grid-column-end: unset;
    grid-column-start: unset;
  }
  
  #contents .price-detail .flex .txt-2box {
    margin: 0;
    width: 100%;
  }
  
   #contents .license-flow-box li .ttl {
    order: 1;
    padding: 0;
    margin: 0 auto;
  }
   #contents .license-flow-box li::after {
    right: 0;
    bottom: -36px;
    margin: auto;
    left: 8px;
  }
  #contents .license-flow-box li .ttl + p {
    order: 2;
  }
  #contents .license-flow-box li p, #contents .license-flow-box li {
    font-size: 16px;
  }
}

/* 原付 */
#contents .schooters-fv {
  background-image: url(/img/plans/btn_bg_blue.png);
  border-radius: 15px;
  color: #FFF;
  display: grid;
  font-size: 130%;
  gap: 40px;
  grid-template-columns: calc(45% - 40px) 55%;
  line-height: 2em;
  margin-bottom: 60px;
  padding: 20px;
}

#contents .fv-text {
  align-items: center;
  display: flex;
}

#contents .time-bg {
  background-color: #E1F0F7;
  padding: 70px 0;
}

#contents .schooters-time {
  display: grid;
  gap: 20px;
  justify-content: center;
  margin: auto auto 60px;
  max-width: 1140px;
}

#contents .schooters-time.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#contents .schooters-time .time-item {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 10px;
}

#contents .schooters-time h3 {
  border: 0;
  color: #333;
  font-size: 125%;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  font-weight: 600;
}

#contents .schooters-time .time-text p {
  color: #F0798B;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

#contents .schooters-time.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .ico-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#contents .ico-item {
  align-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 200px;
  color: #39A1CF;
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
  height: auto;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}

#contents .ico-item h4 {
  border: 0;
  color: #39A1CF;
  font-size: 125%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

#contents .request-bg {
  background-color: #F3F3F3;
  padding: 70px 0;
}

#contents .notes-area {
  background-color: #FFF;
  border-radius: 15px;
  margin: auto auto 70px;
  max-width: 800px;
  padding: 20px;
  width: 90%;
}

#contents .txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

#contents .request-bg .txt-4box {
  background-color: #FFF;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

#contents .document-ico {
  height: 60px;
  text-align: center;
}

#contents .document-ico img {
  width: auto;
}

#contents .other-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  max-width: max-content;
  padding: 0;
}

#contents li.other-item {
  background-color: #F3F3F3;
  border-radius: 15px;
  list-style: none;
  margin-bottom: 30px;
  padding: 20px;
}

#contents li.other-item .bold {
  display: block;
  font-size: 110%;
  margin-bottom: 10px;
  text-align: center;
}
#contents .bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #contents .schooters-fv {
    grid-template-columns: 100%;
    line-height: 1.2em;
    gap: 20px;
    padding: 20px 15px;
  }
  #contents .time-bg .txt-2box {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #contents .schooters-time.col-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  
  #contents .schooters-time.col-3 .time-item {
    margin-right: 10px;
    width: calc(97% / 2 - 5px);
  }
  #contents .ico-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
  }
  
  #contents .request-bg .txt-4box {
    margin-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  
  #contents .other-list {
    grid-template-columns: 100%;
  }
}

/* ドライビングサポートコース */
.support-bg {
  background-image: url(/img/plans/point_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

#contents .support-bg h3 {
  border: 0;
  color: #FFF;
  font-size: 30px;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

#contents .support-bg p {
  color: #FFF;
}

#contents .support-3point {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
}

#contents .point-item {
  background-color: #FFF;
  border-radius: 15px;
}

#contents .support-3point .point-item {
  display: block;
  border: none;
  padding: 0 20px;
}

#contents .support-3point .point-item::before {
  display: none;
}

#contents .support-3point h4 {
  border: 0;
  font-size: 24px;
  margin: 30px auto 20px;
  text-align: center;
}

#contents .support-3point .point-photo {
  margin-bottom: 30px;
  text-align: center;
}

#contents .support-3point .point-photo img {
  width: auto;
}

#contents .link-btn.paper {
  background-image: url(/img/plans/bg_bubble.png);
  border-radius: 15px;
  color: #333;
  font-size: 23px;
  font-weight: 600;
  margin: 60px auto 0;
  padding: 40px 30px;
  width: 600px;
}

#contents .link-btn.paper::after {
  display: none;
}

#paper #contents .check-box ul.no-mt {
  grid-template-columns: 1fr 1fr 1fr;
}

#contents .bg-area.plan-area {
  margin-bottom: 80px;
}

#contents .plan-box h2 {
  color: #2999CB;
  font-size: 30px;
  line-height: 1.5em;
  text-align: left;
}

#contents .flow-box .flow-item {
  background-color: #FFF;
  border: 5px solid #3DA0CE;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}

#contents .flow-box .flow-item::before {
  background-image: url(/img/plans/photo_flow_01.png);
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 144px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 170px;
}

#contents .flow-box .flow-item:nth-child(2)::before {
  background-image: url(/img/plans/photo_flow_02.png);
  height: 140px;
  width: 210px;
}

#contents .flow-box .flow-item:nth-child(3)::before {
  background-image: url(/img/plans/photo_flow_03.png);
  height: 144px;
  width: 230px;
}

#contents .flow-box .flow-item h3 {
  background-color: #3DA0CE;
  border: none;
  color: #FFF;
  margin: 0 0 15px 0;
  padding: 15px;
  text-align: center;
}

#contents .flow-box .flow-item p {
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents .support-3point {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  #contents .support-3point .point-item {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
  }
  #contents .support-3point h4 {
      text-align: left;
      font-size: 18px;
      margin-left: 30px;
      padding-bottom: 0;
  }
  
  #contents .support-3point .point-item .point-photo {
      width: 30%;
      margin: 0;
  }
  
  #paper #contents .check-box ul.no-mt {
  	  grid-template-columns: 1fr;
  }
  
  #contents .plan-box .img-2box {
      width: 100%;
      max-width: 450px;
      margin: 0 auto 20px;
  }
  
  #contents .plan-box .img-2box-txt {
      width: 100%;
      margin-left: 0;
  }
  
  #contents .flex.flow-box {
      justify-content: center;
  }
  
  #contents .flow-box .flow-item, & .flow-box .flow-item:first-child {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
  }
}

/* 運転リハビリサポートコース */
#rehabilitation #contents .notes-bg {
    background-color: #FFF;
    padding: 200px 0 0 0;
}

#rehabilitation #contents .check-box {
    margin-bottom: 50px;
}

#rehabilitation #contents .notes-bg .sub-txt {
    text-align: center;
    font-size: 20px;
}

#rehabilitation #contents .notes-bg .sub-txt.bold {
    font-size: 22px;
}

#rehabilitation #contents .flow-area {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

#rehabilitation #contents .flow-item {
    width: 100%;
    max-width: 1100px;
    background-image: url(/img/plans/bg_border.png);
    background-color: #fff;
    border-radius: 20px;
    padding: 6px;
    position: relative;
    margin: 0 auto 50px;
}

#rehabilitation #contents .flow-item .flex {
    background-color: #fff;
    border-radius: 15px;
}

#rehabilitation #contents .flow-item .img-2box {
    width: auto;
    position: absolute;
    top: -10px;
    left: 40px;
    width: 100%;
    max-width: 210px;
}

#rehabilitation #contents .flow-item .img-2box-txt {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px 30px 280px;
}

#rehabilitation #contents .flow-item .img-2box-txt h3 {
    position: relative;
    border-left: 0;
    padding-left: 50px;
}

#rehabilitation #contents .flow-item .img-2box-txt h3 .num {
    position: absolute;
    left: 0;
    background-color: #39A1CF;
    color: #fff;
    padding: 5px 12px 5px 13px;
    border-radius: 50px;
    top: 3px;
}

#contents .important-point {
  background-color: #FFF;
  border: 5px solid #FCD419;
  border-radius: 25px;
  padding: 50px 55px;
}

#contents .important-point .point {
  padding: 0;
}

#contents .important-point .point li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 10px;
}

#contents .important-point .alignment-box {
  background-color: #eef6fc;
  border-radius: 15px;
  padding: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #rehabilitation #contents .flow-item {
      margin: 0 auto 20px;
  }
  
  #rehabilitation #contents .flow-item .img-2box {
      display: none;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt {
      padding: 20px 15px 21px 15px;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt h3 {
      margin-bottom: 15px;
      padding: 0 0 0 45px;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt p {
      margin-bottom: 0;
  }
  
  #rehabilitation #contents .flow-item .img-2box-txt h3 .num {
      top: -2px;
      font-size: 19px;
      padding: 3px 11px 3px 12px;
  }
  
  #rehabilitation #contents .important-point {
      padding: 30px 15px 15px;
  }
  
  #rehabilitation #contents .important-point .alignment-box {
      padding: 20px 15px 10px;
  }
}

/* 学生向けサポートコース */
#sc_training #contents .notes-bg {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #sc_training .notes-bg {
    background-color: #fff;
    padding: 170px 0 0 0;
  }
  
  #sc_training #contents .notes-bg .flex {
      display: flex;
      flex-direction: column-reverse;
  }

  #sc_training #contents .notes-bg .flex .img-2box {
      width: 100%;
      max-width: 450px;
      margin: 30px auto 30px;
  }
  
  #sc_training #contents .img-2box-txt {
  	margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* 運行管理者等指導講習 */
#contents #about .training-area {
    margin-bottom: 60px;
}

#manager #contents .training-area h3, #manager  #contents .kinds-area h3 {
    text-align: center;
    border: none;
}

#contents #about .training-area .txt-2box {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 25px;
}

#contents #about .training-area .txt-2box.end .link-btn {
    width: 450px;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
    font-size: 19px;
}

#contents #about .kinds-area {
    background-color: #fff;
    padding: 50px 55px;
    border-radius: 25px;
}

#contents .kinds-area h3 {
    text-align: center;
    border: none;
}

#manager #contents .flow-item {
    width: 100%;
    background-image: url(/img/plans/bg_border.png);
    background-color: #fff;
    border-radius: 20px;
    padding: 6px;
    position: relative;
    margin: 0 auto 50px;
}

#manager #contents .flow-item .flex {
    background-color: #fff;
    border-radius: 15px;
}

#manager #contents .flow-item .img-2box {
    width: auto;
    position: absolute;
    top: -10px;
    left: 40px;
    width: 100%;
    max-width: 210px;
}

#manager #contents .flow-item .img-2box-txt {
    width: 100%;
    margin-left: 0;
    padding: 30px 20px 30px 280px;
}

#manager #contents .flow-item .img-2box-txt h3 {
    position: relative;
    border-left: 0;
    padding-left: 50px;
}

#manager #contents .flow-item .img-2box-txt h3 .num {
    position: absolute;
    left: 0;
    background-color: #39A1CF;
    color: #fff;
    padding: 5px 12px 5px 13px;
    border-radius: 50px;
    top: 3px;
}

#manager #contents .info-area {
    background-color: #e1f0f7;
    padding: 20px 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
}

#manager #contents .info-area h4 {
	text-align: center;
}

#manager #contents .info-area p.tel, #manager #contents p.fax {
    margin: auto;
    justify-content: center;
    align-items: center;
    color: #248DC3;
    display: flex;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    width: auto;
}

#manager #contents .flex.download {
	background-color: #e1f0f7;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box {
    width: 30%;
    background-color: #e1f0f7;
    padding: 20px 30px;
    border-radius: 15px;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box h4 {
    text-align: center;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.fax p.fax {
    margin: auto;
    justify-content: center;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end {
    max-width: 100%;
    width: 62%;
}

#manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end .flex.download .txt-2box {
    width: calc(96% / 2 - 15px);
    padding: 0;
}

#manager #contents .document-area {
    background-color: #FFF;
    border: 5px solid #3DA0CE;
    border-radius: 25px;
    margin-bottom: 65px;
    padding: 50px 55px;
}

#manager #contents .document-area h3, #manager #contents .important-point h3 {
    text-align: center;
    border: 0;
    padding: 0;
}

#manager #contents .document-area .document-list {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#manager #contents .document-area .document-list .document-item {
    width: calc(94% / 3 - 10px);
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#contents .important-point .point li .num {
  background-color: #FCD419;
  border-radius: 50px;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  z-index: 0;
  padding: 0px 10px 0 10px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #manager #contents .training-area {
      margin-bottom: 30px;
  }
  #manager #contents .training-area .txt-2box, & #manager #contents .kinds-area {
      padding: 20px 15px;
      margin-bottom: 30px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
  
  #manager #contents .kinds-area .txt-2box {
      margin-bottom: 20px;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
  
  #manager #contents .flow-item .img-2box {
      display: none;
  }
  
  #manager #contents .flow-item .img-2box-txt {
      padding: 20px 15px 20px 15px;
  }
  
  #manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box {
      padding: 15px 15px;
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
  }
  
  #manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end {
  	width: 100%;
  }
  
  #manager #contents .flow-item:nth-child(2) .img-2box-txt .fax-list .txt-2box.end .flex.download .txt-2box {
      width: 100%;
      margin-right: 0;
      max-width: 100%;
  }
  
  #manager #contents .document-area {
      padding: 20px 15px 10px;
      margin-bottom: 40px;
  }
  
  #manager #contents .document-area .document-list .document-item {
      width: calc(100% / 2 - 5px);
      margin-bottom: 10px;
      padding: 15px;
  }
  
  #manager #contents .document-area .document-list .document-item:nth-child(5), #manager #contents .document-area .document-list .document-item:last-child {
      width: 100%;
  }
  
  #manager #contents .important-point {
      padding: 20px 15px;
  }
}

/* 講習日程 */
#schedule #contents #page-ttl .inner h1 .sub-txt, #schedule #contents h2 .sub-txt {
    font-size: 70%;
    line-height: 1.9em;
    border-left: 0;
}

#schedule #contents .training-item {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 25px;
}

#schedule #contents .training-item h3 {
    text-align: center;
    border: 0;
    color: #2999CB;
}

#schedule #contents .download a.link-btn {
    border-radius: 10px;
    margin: auto;
    width: 450px;
}

#schedule #contents .access-area {
    background-color: #f0f7fb;
    border-radius: 25px;
    padding: 40px;
}

#schedule #contents .contact-area {
    border: 5px solid #3da0ce;
    border-radius: 25px;
    padding: 40px 50px;
    width: 100%;
    max-width: 750px;
    margin: auto;
}

#schedule #contents  .contact-area p.bold {
    text-align: center;
    font-size: 20px;
}

#schedule #contents p.tel {
    align-items: center;
    color: #248DC3;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 15px;
    padding: 0;
    width: auto;
    justify-content: center;
}

#schedule #contents p.tel a.tel .sub-txt {
    font-size: 74%;
}

@media screen and (max-width: 768px) {
  #schedule #contents .training-item .txt-2box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
  }
  #schedule #contents .training-item {
      padding: 20px 15px;
  }
  
  #schedule #contents .access-area {
      padding: 20px 15px;
  }
  
  #schedule #contents .access-area .flex {
      flex-direction: column-reverse;
  }
  
  #schedule #contents .access-area .txt-2box {
      margin-bottom: 20px;
      width: 100%;
  }
  
  #schedule #contents .contact-area {
      padding: 25px 15px;
  }
}

/* フッター追尾 */
/* 追尾フッターの初期状態（PCでは非表示） */

/* --- 追尾フッター共通スタイル --- */
.floating-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* 最前面に表示 */
  background: rgba(255, 255, 255, 0.95); /* 背景をわずかに透過 */
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15); /* 上部に影をつける */
  padding: 10px;
  box-sizing: border-box;
}

.is-show {
  display: block;
}

/* ボタンを囲むコンテナ（PCでの広がりすぎを防止） */
.ff-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px; /* ボタン同士の間隔 */
  width: 100%;
  max-width: 1000px; /* PC版での最大横幅（サイトのコンテンツ幅に合わせると綺麗です） */
  margin: 0 auto; /* 中央配置 */
}

/* ボタンの共通スタイル */
.ff-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1; /* 左右等幅 */
  height: 54px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.2s ease; /* マウスホバー時のアニメーション */
}

/* マウスを載せたときに少し透明にする（PC用） */
.ff-btn:hover {
  opacity: 0.85;
}

/* 左側：電話ボタン */
.ff-btn-tel {
  background-color: #25D366; /* 緑系 */
  color: #ffffff;
  font-size: 16px;
}
.ff-btn-tel .ff-icon {
  font-size: 16px;
  margin-bottom: 2px;
}

/* 右側：仮申込みボタン */
.ff-btn-entry {
  background-color: #fa436e; /* ピンク系 */
  color: #ffffff;
}
.ff-btn-entry .ff-sub-text {
  font-size: 11px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
  margin-bottom: 2px;
}
.ff-btn-entry .ff-main-text {
  font-size: 16px;
  display: block;
  line-height: 1.2;
}

/* 追尾フッターの高さ分、サイト最下部に余白を空けてコンテンツが被るのを防ぐ */
body {
  padding-bottom: 74px; /* フッターの高さ(54px) + 上下パディング(20px) */
}


/* --- スマホ向けの微調整（画面幅768px以下） --- */
@media screen and (max-width: 768px) {
  .floating-footer {
    padding: 8px 10px; /* スマホ側は少しスリムに */
  }
  .ff-container {
    gap: 8px;
  }
  .ff-btn {
    height: 50px;
  }
  .ff-btn-tel {
    font-size: 14px;
  }
  .ff-btn-entry .ff-sub-text {
    font-size: 9px;
  }
  .ff-btn-entry .ff-main-text {
    font-size: 14px;
  }
  body {
    padding-bottom: 66px; /* スマホ用の余白高さ */
  }
}