@charset "UTF-8";

/*   入校のご案内（school_nyuko.css）   */

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

Main

------------------------------------------------- */
#Main {
	width: 100%;
}
#Main .Section {
	margin: 0 0 120px;
	position: relative;
}
#Main .Section:first-child {
	margin: 80px 0 120px;
}
@media screen and (max-width: 898px)  {
#Main .Section {
	margin: 0 0 100px;
}
#Main .Section:first-child {
	margin: 50px 0 100px;
}
}
@media screen and (max-width: 768px)  {
}
@media screen and (max-width: 480px)  {
#Main .Section {
	margin: 0 0 80px;
}
#Main .Section:first-child {
	margin: 30px 0 80px;
}
}
@media print {
#Main .Section {
	overflow:visible;
}
#Main .Section:last-child {
	padding-bottom: 120px;
}
}


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

Nyuko__BG（ページ背景色）

------------------------------------------------- */
.Nyuko__BG {
	width: 100%;
	height: 100%;
	background-color: #9DDCDC;
	border-bottom: 1px solid #ffffff;
	position: relative;
	z-index: -2;
}


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

PageTitle__Payment__wrp

------------------------------------------------- */
/* ページタイトル
================================================== */
.PageTitle__Nyuko__wrp {
	padding: 50px 0 0;
 position: relative;
}
.PageTitle__Nyuko__Box {
	/*border: 4px solid #272343;*/
	max-width: 1200px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 25px;
	margin: 0 auto;
	padding: 20px 60px;
 position: relative;
}
.PageTitle__Nyuko__Box .title {
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
}
.PageTitle__Nyuko__Box .title img {
	height: 50px;
}
@media screen and (max-width: 1250px)  {
.PageTitle__Nyuko__wrp {
	width: 95%;
	margin: 0 auto;
}
}
@media screen and (max-width: 898px)  {
.PageTitle__Nyuko__wrp {
	padding: 25px 0 0;
}
.PageTitle__Nyuko__Box {
	padding: 20px 40px;
}
.PageTitle__Nyuko__Box .title img {
	height: 40px;
}
}
@media screen and (max-width: 768px)  {
.PageTitle__Nyuko__Box {
	border-radius: 14px;
}
.PageTitle__Nyuko__Box .title img {
	height: 36px;
}
}
@media screen and (max-width: 568px)  {
.PageTitle__Nyuko__Box {
	padding: 20px;
}
.PageTitle__Nyuko__Box .title img {
	height: 30px;
}
}
@media screen and (max-width: 480px)  {
.PageTitle__Nyuko__wrp {
	padding: 15px 0 0;
}
.PageTitle__Nyuko__Box {
	padding: 15px;
}
.PageTitle__Nyuko__Box .title img {
	height: 26px;
}
}


/* 見出し（h2）
================================================== */
.Heading__h2_nyuko	{
	max-width: 1200px;
	width: 100%;
	/*background-color: #ffffff;
	border-radius: 25px;*/
	margin: 0 auto;
 position: relative;
}
.Heading__h2_nyuko.title01 {
	width: 100%;
	display: flex;
	/*justify-content:flex-start;*/
	justify-content:center;
	align-items: center;
/*	padding: 20px 30px;*/
}
.Heading__h2_nyuko.title01 img	{
	height: 40px;
}
/*.Heading__h2_nyuko.title02 {
	width: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 20px 60px;
}*/
@media screen and (max-width: 1250px)  {
.Heading__h2_nyuko {
	width: 95%;
}
}
@media screen and (max-width: 898px)  {
.Heading__h2_nyuko.title01 img	{
	height: 30px;
}
}
@media screen and (max-width: 768px)  {

}
@media screen and (max-width: 480px)  {
.Heading__h2_nyuko.title01 img	{
	height: 24px;
}
}

/* 見出し（h3）
================================================== */
.Heading__h3_nyuko	{
	font-size: 2.4rem;
	font-weight: 700;
	color: #272343;
	margin: 0 0 10px;
}
.Heading__h3_nyuko::before	{
	content: "◆";
	color: #45848b;
	padding-right: 5px;
}
.Heading__h3_shaka	{
	font-size: 2.8rem;
	font-weight: 700;
	color: #272343;
	text-align: center;
	margin: 0 0 20px;
}
@media screen and (max-width: 898px)  {
.Heading__h3_nyuko	{
	font-size: 2rem;
}
.Heading__h3_shaka	{
	font-size: 2.4rem;
	margin: 0 0 10px;
}
}
@media screen and (max-width: 768px)  {
.Heading__h3_nyuko	{
	font-size: 1.8rem;
}
.Heading__h3_shaka	{
	font-size: 2rem;
	margin: 0 0 10px;
}
}


/* 入校に必要なもの
================================================== */
.Nyuko__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.Nyuko__Box	{
	display: flex;
	flex-flow: row wrap;
	/*justify-content: center;*/
	margin: 50px 0;
}
.Nyuko__Box > section	{
	width: calc(33.3333% - 40px);
 margin:0 60px 60px 0;
	box-sizing: border-box;
	position: relative;
	border: 2px solid #272343;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 6px 6px 0px 1px #272343;
	padding: 25px;
	display: flex;
	flex-direction: column;
}
.Nyuko__Box > section:nth-child(3n) {
 margin:0 0 60px;
}
.Nyuko__Box > section p	{
	margin-bottom: 10px;
	flex-grow: 1;
}
.Nyuko__Box > section p a	{
	color: #C50118;
	text-decoration: underline;
}

@media screen and (max-width: 1250px)  {
.Nyuko__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 898px)  {
.Nyuko__Box > section	{
	width: calc(33.3333% - 20px);
 margin:0 30px 30px 0;
	padding: 20px;
}
.Nyuko__Box > section:nth-child(3n) {
 margin:0 0 30px;
}
}
@media screen and (max-width: 768px)  {
.Nyuko__Box	{
	margin: 30px 0;
}
.Nyuko__Box > section	{
	width: calc(33.3333% - 14px);
 margin:0 20px 20px 0;
	box-shadow: 3px 3px 0px 1px #272343;
	padding: 15px;
}
.Nyuko__Box > section:nth-child(3n) {
 margin:0 0 20px;
}
.Nyuko__Box > section p	{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 640px)  {
.Nyuko__Box > section	{
	width: calc(50% - 10px);
 margin:0 20px 20px 0;
}
.Nyuko__Box > section:nth-child(3n) {
 margin:0 20px 20px 0;
}
.Nyuko__Box > section:nth-child(2n) {
 margin:0 0 20px;
}
}
@media screen and (max-width:480px)  {
.Nyuko__Box	{
	flex-flow: column wrap;
}
.Nyuko__Box > section	{
	width: 80%;
 margin:0 auto 20px;
}
.Nyuko__Box > section:nth-child(3n) {
 margin:0 auto 20px;
}
.Nyuko__Box > section:nth-child(2n) {
 margin:0 auto 20px;
}
}
@media screen and (max-width:375px)  {
.Nyuko__Box > section	{
	width: 90%;
}
}

/* 入校資格
================================================== */
.Nyuko_shikaku__Box {
	border: 2px solid #272343;
	box-shadow: 9px 9px 0px -2px #ffd803, 9px 9px 0px 1px #272343;
	max-width: 900px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 25px;
	margin: 50px auto;
	padding: 40px 60px;
 position: relative;
}
.Nyuko_shikaku__Box ul {
	margin: 10px 30px;
}
.Nyuko_shikaku__Box ul li {
	list-style: none;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2;
	display: flex;
	margin-bottom: 15px;
}
.Nyuko_shikaku__Box ul li:last-child {
	margin-bottom: 0px;
}
.Nyuko_shikaku__Box .LeftBox {
	flex-basis: 140px;
	position: relative;
}
.Nyuko_shikaku__Box .LeftBox::after {
	content: "・・・";
	font-size: 1.4rem;
	position: absolute;
	top:6px;
	right:0;
}
.Nyuko_shikaku__Box .RightBox {
	flex-basis: calc(100% - 140px);
	margin-left: 20px;
}
@media screen and (max-width: 1100px)  {
.Nyuko_shikaku__Box	{
	width: 95%;
}
}
@media screen and (max-width: 898px)  {
.Nyuko_shikaku__Box	{
	padding: 40px 30px;
}
.Nyuko_shikaku__Box ul {
	margin: 10px 25px;
}
}
@media screen and (max-width: 768px)  {
.Nyuko_shikaku__Box	{
	width: 99%;
	margin: 30px 0;
	padding: 40px 30px;
}
.Nyuko_shikaku__Box ul {
	margin: 10px 25px;
}
.Nyuko_shikaku__Box ul li {
	font-size: 1.6rem;
}
.Nyuko_shikaku__Box .LeftBox {
	flex-basis: 100px;
}
.Nyuko_shikaku__Box .LeftBox::after {
	font-size: 1rem;
	top:6px;
}
.Nyuko_shikaku__Box .RightBox {
	flex-basis: calc(100% - 100px);
	margin-left: 20px;
}
}
@media screen and (max-width: 640px)  {
.Nyuko_shikaku__Box	{
	padding: 30px 20px;
	box-shadow: 6px 6px 0px -2px #ffd803, 6px 6px 0px 1px #272343;
}
.Nyuko_shikaku__Box ul {
	margin: 10px 0px;
}
}
@media screen and (max-width: 480px)  {
.Nyuko_shikaku__Box	{
	width: 98%;
	padding: 30px 20px;
	box-shadow: 6px 6px 0px -2px #ffd803, 6px 6px 0px 1px #272343;
}
.Nyuko_shikaku__Box ul li {
	font-size: 1.4rem;
	flex-direction: column;
}
.Nyuko_shikaku__Box .LeftBox {
	flex-basis: 100%;
	margin-bottom: 5px;
}
.Nyuko_shikaku__Box .LeftBox::after {
	display: none;
}
.Nyuko_shikaku__Box .RightBox {
	flex-basis: 100%;
	margin-left: 0px;
}
}

.Nyuko_link__Box {
	border: 4px solid #e67a7a;
	max-width: 900px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 25px;
	margin: 50px auto;
	padding: 40px 30px;
 position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Nyuko_link__Box .LeftBox {
	flex-basis: calc(100% - 300px);
	font-size: 1.8rem;
	line-height: 2;
}
.Nyuko_link__Box .RightBox {
	flex-basis: 300px;
	margin-left: 20px;
}
@media screen and (max-width: 1100px)  {
.Nyuko_link__Box	{
	width: 96%;
}
}
@media screen and (max-width: 898px)  {
.Nyuko_link__Box	{
	width: 100%;
	margin: 30px 0;
	flex-direction: column;
}
.Nyuko_link__Box .LeftBox {
	flex-basis: 100%;
	margin-bottom: 20px;
}
.Nyuko_link__Box .RightBox {
	flex-basis: 100%;
	width: 60%;
	margin-left: 0px;
}
}
@media screen and (max-width: 768px)  {
.Nyuko_link__Box .LeftBox {
	font-size: 1.6rem;
}
.Nyuko_link__Box .RightBox {
	width: 100%;
}
}
@media screen and (max-width: 480px)  {
.Nyuko_link__Box	{
	padding: 30px 20px;
}
.Nyuko_link__Box .LeftBox {
	font-size: 1.4rem;
}
}

/* 角丸ボタン（安全運転相談窓口ボタン）
================================================== */
.Btn_Nyuko	{
}
.Btn_Nyuko a	{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	border: 2px solid #272343;
	background-color: #ffd803;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #272343;
	position: relative;
}
.Btn_Nyuko a::before {
  border-bottom: 1px solid #272343;
  border-right: 1px solid #272343;
		transform: rotate(-45deg);
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: right .5s;
}
.Btn_Nyuko a:hover::before {
  right: 10px;
}
.Btn_Nyuko a:hover	{
	transition: .3s;
	text-decoration: none;
}

@media screen and (max-width: 768px)  {
.Btn_Nyuko	{
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.Btn_Nyuko a	{
	font-size: 1.6rem;
}
}

/* 車科
================================================== */
.Nyuko_shaka__Box table {
	width: 1200px;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px auto;
}
.Nyuko_shaka__Box table th {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.Nyuko_shaka__Box table th{
	padding: 15px 5px;
	background: #7ec2c2;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2;
}
.Nyuko_shaka__Box table tr:first-child th {
	border-top: 4px solid #272343;
}
.Nyuko_shaka__Box table tr th:first-child {
	border-left: 4px solid #272343;
}
.Nyuko_shaka__Box table tr:first-child th:first-child {
	background: #ffffff;
}
.Nyuko_shaka__Box table tr:first-child th:nth-child(2) {
	border-right: none;
}
.Nyuko_shaka__Box table tr:first-child th:nth-child(3) {
	border-left: 1px solid #272343;
	border-right: 4px solid #272343;
}

.Nyuko_shaka__Box table tr:nth-child(3) td:last-child {
	border-right: none;
}
.Nyuko_shaka__Box table tr:nth-child(2) td:nth-child(2) {
	border-right: none;
}
.Nyuko_shaka__Box table tr:nth-child(2) td:nth-child(3),
.Nyuko_shaka__Box table tr:nth-child(4) td:nth-child(3){
	border-right: 4px solid #272343;
}
.Nyuko_shaka__Box table tr:nth-child(3) td:nth-child(2) {
	border-left: none;
}

.Nyuko_shaka__Box table tr td:last-child{
	border-left: 1px solid #272343;
}

.Nyuko_shaka__Box table td{
	border-bottom: 1px solid #272343;
	padding: 15px;
	background: #FFFFFF;
	font-size: 1.8rem;
	line-height: 2;
	vertical-align: middle;
}

.Nyuko_shaka__Box table tr:last-child th,
.Nyuko_shaka__Box table tr:nth-child(4) td:last-child,
.Nyuko_shaka__Box table tr:last-child td {
	border-bottom: 4px solid #272343;
}
.Nyuko_shaka__Box table tr:last-child td:last-child {
	border-right: none;
	border-left: none;
}
.Nyuko_shaka__Box table tr:nth-child(4) td:nth-child(1){
	border-right: none !important;
}

/* 角丸 */
.Nyuko_shaka__Box table tr:first-child :first-child{
	border-top-left-radius: 14px;
}
.Nyuko_shaka__Box table tr:first-child :last-child{
	border-top-right-radius: 14px;
}
.Nyuko_shaka__Box table tr:last-child :first-child{
	border-bottom-left-radius: 14px;
}
.Nyuko_shaka__Box table tr:nth-child(4) :last-child{
	border-bottom-right-radius: 14px;
}
.p_yellow {	/* thの背景色 */
	background: #ffd803 !important;
}
@media screen and (max-width: 1250px)  {
.Nyuko_shaka__Box {
	overflow-x: scroll;
	width: 100%;
}
.Nyuko_shaka__Box table {
	width: 1200px;
}
}
@media screen and (max-width: 965px)  {
.Nyuko_shaka__Box table {
	width: 900px;
}
}
@media screen and (max-width: 768px)  {
.Nyuko_shaka__Box table {
	width: 700px;
}
.Nyuko_shaka__Box table th{
	padding: 5px;
	font-size: 1.6rem;
}
.Nyuko_shaka__Box table td{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px)  {
.Nyuko_shaka__Box table {
	width: 440px;
}
.Nyuko_shaka__Box table th{
	font-size: 1.4rem;
	white-space: nowrap;
}
.Nyuko_shaka__Box table td{
	padding: 10px;
	font-size: 1.4rem;
}
}


/* 入校手順
================================================== */
.Nyuko_flow__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1250px)  {
.Nyuko_flow__wrp	{
	width: 95%;
}
}

.Nyuko_flow__Box	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 80px;
}
.Nyuko_flow__Box:first-of-type {
	margin: 50px 0 80px;
}
.Nyuko_flow__Box .LeftBox	{
	max-width: 360px;
	width: 100%;
}
.Nyuko_flow__Box .RightBox	{
	max-width: 740px;
	width: 100%;
	margin-left: 100px;
}
@media screen and (max-width: 1250px)  {
.Nyuko_flow__Box .RightBox	{
	margin-left: 50px;
}
}
@media screen and (max-width: 898px)  {
.Nyuko_flow__Box	{
	align-items:flex-start;
}
.Nyuko_flow__Box .LeftBox	{
	max-width: 320px;
}
.Nyuko_flow__Box .RightBox	{
	margin-left: 25px;
}
}
@media screen and (max-width: 640px)  {
.Nyuko_flow__Box	{
	flex-direction: column;
	margin: 0 auto 80px;
}
.Nyuko_flow__Box:first-of-type {
	margin: 30px auto 80px;
}
.Nyuko_flow__Box .LeftBox	{
	max-width: 420px;
	margin: 0 auto 30px;
}
.Nyuko_flow__Box .RightBox	{
	max-width: 420px;
	margin: 0 auto;
	position: relative;
}
.Nyuko_flow__Box .RightBox::after	{
		content: "";
	 width: 50px;
  height: 40px;
  background-color: #272343;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  border-radius: 0 0 20px 20px;
		position: absolute;
		left: 50%;
  transform: translateX(-50%);
		margin-top: 20px;
}
.Nyuko_flow__Box:last-child .RightBox::after	{
		display: none;
}
}
@media screen and (max-width: 480px)  {
.Nyuko_flow__Box .LeftBox	{
	margin: 0 auto 20px;
}
.Nyuko_flow__Box .RightBox::after	{
	 width: 40px;
  height: 30px;
		margin-top: 20px;
}
}


/* 入校手順（右側-説明）
================================================== */
.Nyuko_Explain {
	border: 4px solid #45848b;
	border-radius: 14px;
	background-color: #ffffff;
	padding: 30px;
	position: relative;
}
.Nyuko_Explain p	{
	font-weight:600;
	font-size:1.8rem;
	color: #272343;
	line-height: 2;
	position: relative;
}
@media screen and (max-width: 898px)  {
.Nyuko_Explain p	{
	font-size:1.6rem;
}
}
@media screen and (max-width: 640px)  {
.Nyuko_Explain {
	border: 2px solid #45848b;
	padding: 30px;
}
}
@media screen and (max-width: 480px)  {
.Nyuko_Explain {
	padding: 20px;
}
.Nyuko_Explain p	{
	font-size:1.4rem;
	line-height: 1.7;
}
}



/* 入校手順（左側-手順）
================================================== */
.KK_flow__Box	{
	border: 4px solid #272343;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 9px 9px 0px -2px #ffd803, 9px 9px 0px 1px #272343;
	padding: 30px;
	position: relative;
}
.KK_flow__Box::after	{
		content: "";
	 width: 50px;
  height: 40px;
  background-color: #272343;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  border-radius: 0 0 20px 20px;
		position: absolute;
		left: 50%;
  transform: translateX(-50%);
		margin-top: 60px;
}
.Nyuko_flow__Box:last-child .KK_flow__Box::after	{
	display: none;
}
@media screen and (max-width: 898px)  {
.KK_flow__Box	{
	padding: 30px 15px;
}
}
@media screen and (max-width: 640px)  {
.KK_flow__Box	{
	border: 2px solid #272343;
	box-shadow: 6px 6px 0px -1px #ffd803, 6px 6px 0px 1px #272343;
	padding: 30px;
}
.KK_flow__Box::after	{
	display: none;
}
}
@media screen and (max-width: 640px)  {
.KK_flow__Box	{
	padding: 20px;
}
}

.KK_flow__Box h3	{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:600;
	font-size:2.8rem;
	color: #272343;
	line-height: normal;
	position:relative;
	margin-bottom: 10px;
}
.KK_flow__Box p	{
	font-weight:600;
	font-size:1.8rem;
	color: #272343;
	line-height: 2;
	position: relative;
}
.KK_flow__Box p.center	{
	text-align: center;
}
@media screen and (max-width: 898px)  {
.KK_flow__Box h3	{
	font-size:2.4rem;
}
.KK_flow__Box p	{
	font-size:1.6rem;
}
}
@media screen and (max-width:480px)  {
.KK_flow__Box h3	{
	font-size:2rem;
}
.KK_flow__Box p	{
	font-size:1.4rem;
}
}


.KK_flow__Box ul	{
	width: 180px;
	margin: 10px 10px 10px 40px;
	list-style: circle;
	position: relative;
}
.KK_flow__Box ul li	{
	font-weight:600;
	font-size:1.8rem;
	color: #272343;
	line-height: 2;
}
@media screen and (max-width: 898px)  {
.KK_flow__Box ul	{
	width: 180px;
	margin: 10px 10px 10px 40px;
	list-style: circle;
	position: relative;
}
.KK_flow__Box ul li	{
	font-size:1.6rem;
}
}
@media screen and (max-width:480px)  {
.KK_flow__Box ul	{
	width: 100%;
	margin: 10px 10px 10px 40px;
}
.KK_flow__Box ul li	{
	font-size:1.4rem;
}
}



/* 角丸ボタン（仮入校申込ボタン）
================================================== */
.Btn_Entry	{
	width: 250px;
	margin-top: 15px;
}
.Btn_Entry a	{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	border: 2px solid #272343;
	background-color:#E67A7A;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #272343;
	position: relative;
}
.Btn_Entry a::before {
  border-bottom: 1px solid #272343;
  border-right: 1px solid #272343;
		transform: rotate(-45deg);
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: right .5s;
}
.Btn_Entry a:hover::before {
  right: 10px;
}
.Btn_Entry a:hover	{
	transition: .3s;
	text-decoration: none;
}

@media screen and (max-width: 768px)  {
.Btn_Entry	{
	max-width: 400px;
	width: 100%;
	margin: 15px auto 0;
}
.Btn_Entry a	{
	font-size: 1.6rem;
}
}












































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

Facility

------------------------------------------------- */
.Facility__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1%;
	position: relative;
}
.Facility__wrp:last-child	{
	margin: 0 auto;
}

.Facility__Box {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Facility__Box p {
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 1250px)  {
.Facility__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 898px)  {
.Facility__Box p {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 768px)  {
.Facility__Box p {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 640px)  {
.Facility__wrp	{
	margin: 0 auto 50px;
}
}
@media screen and (max-width: 480px)  {
.Facility__Box p {
	font-size: 1.4rem;
}
}


/* flexbox
================================================== */
.flex__spacebetween,.flex__spacebetween02	{
	display: flex;
	justify-content: center;
	margin: 30px auto;
}
.flex__spacebetween	{
	padding-bottom: 20px;
}
.flex__spacebetween02	{
	padding-bottom: 80px;
}
.flex__spacebetween > div	{
	margin: 0 200px 0 0;
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
}
.flex__spacebetween > div:last-child	{
	margin: 0;
}
.flex__spacebetween02 > div	{
	margin: 0 150px 0 0;
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
}
.flex__spacebetween02 > div:last-child	{
	margin: 0;
}
@media screen and (max-width: 1250px)  {
.flex__spacebetween > div	{
	margin: 0 150px 0 0;
}
.flex__spacebetween02 > div	{
	margin: 0 100px 0 0;
}
}
@media screen and (max-width: 898px)  {
.flex__spacebetween > div	{
	margin: 0 50px 0 0;
	font-size: 1.8rem;
	line-height: 1.8;
}
.flex__spacebetween02 > div	{
	margin: 0 50px 0 0;
	font-size: 1.8rem;
	line-height: 1.8;
}
}
@media screen and (max-width: 768px)  {
.flex__spacebetween	{
	padding-bottom: 20px;
}
.flex__spacebetween02	{
	padding-bottom: 40px;
}
	
.flex__spacebetween > div	{
	margin: 0 50px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.flex__spacebetween02 > div	{
	margin: 0 50px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
}
@media screen and (max-width: 640px)  {
.flex__spacebetween,.flex__spacebetween02	{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 2% 30px 2%;
}
.flex__spacebetween > div	{
	margin: 0 0 20px;
}
.flex__spacebetween02 > div	{
	margin: 0 0 20px;
}
}
@media screen and (max-width: 480px)  {
.flex__spacebetween	{
	padding-bottom: 0px;
}
.flex__spacebetween02	{
	padding-bottom: 0px;
}
.flex__spacebetween > div	{
	font-size: 1.4rem;
	line-height: 1.6;
}
.flex__spacebetween02 > div	{
	font-size: 1.4rem;
	line-height: 1.6;
}
}


.flex__center	{
	max-width: 500px;
	display: flex;
	justify-content: center;
	margin: 0px auto;
	padding-top: 50px;
}
.flex__center > div	{
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 898px)  {
.flex__center > div	{
	font-size: 1.8rem;
	line-height: 1.8;
}
}
@media screen and (max-width: 768px)  {
.flex__center > div	{
	font-size: 1.6rem;
	line-height: 1.6;
}
}
@media screen and (max-width: 640px)  {
.flex__center	{
	padding: 50px 2% 0 2%;
}
}
@media screen and (max-width: 480px)  {
.flex__center	{
	padding: 30px 2% 0 2%;
}
.flex__center > div	{
	font-size: 1.4rem;
	line-height: 1.6;
}
}


.Image__box_left,.Image__box_right,.Image__box_center	{
	position: relative;
}
.Image__box_right	{
	top:100px;
}
.Image__box_left > p,.Image__box_right > p,.Image__box_center > p	{
	margin-bottom: 15px;
}
.Image__box_left > p .yohaku,
.Image__box_right > p .yohaku {
	margin-left: 2em;
}
@media screen and (max-width: 1160px)  {
.Image__box_left > p .yohaku,
.Image__box_right > p .yohaku {
	margin-left: 1em;
}
}
@media screen and (max-width: 898px)  {
.Image__box_left > p .yohaku,
.Image__box_right > p .yohaku {
	margin-left: 0;
}
}
@media screen and (max-width: 640px)  {
.Image__box_right	{
	top:50px;
}
}
@media screen and (max-width: 480px)  {
.Image__box_right	{
	top:30px;
}
}


.Image__box	{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.Image__box > div	{
	width: calc(50% - 40px);
	margin: 0 80px 0 0;
	position: relative;
}
.Image__box > div:last-child	{
	margin: 0;
}
@media screen and (max-width: 1250px)  {
.Image__box > div	{
	width: calc(50% - 20px);
	margin: 0 40px 0 0;
	position: relative;
}
}
@media screen and (max-width: 640px)  {
.Image__box	{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}
.Image__box > div	{
	width: 95%;
	margin: 0 auto;
}
}
@media screen and (max-width: 568px)  {
.Image__box	{
	padding-bottom: 0px;
}
}




/* 写真
================================================== */
.bg01,.bg03,.bg04,.bg05,.bg06,.bg07,.bg08,.bg09	{
	position: relative;
}
.bg02	{
	position: relative;
	top:100px;
}
@media screen and (max-width: 898px)  {
.bg02	{
	top:50px;
}
}
@media screen and (max-width: 640px)  {
.bg02	{
	top:80px;
}
}
@media screen and (max-width: 568px)  {
.bg02	{
	top:40px;
}
}

.bg03 img		{
	width: 300px;
}
@media screen and (max-width: 480px)  {
.bg03 img		{
	width: 240px;
}
}

.bg04 img		{
	width: 500px;
}
.bg05 img		{
	width: 500px;
}
.bg06 img		{
	width: 500px;
}
.bg07 img		{
	width: 500px;
}
.bg08 img		{
	width: 500px;
}
.bg09 img		{
	width: 500px;
}

/* 画像の下背景 */
.bg01::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg01::after {
	bottom: -4%;
	left: -2%;
}
}
.bg02::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	width: 98%;
	height: 98%;
	position: absolute;
	top: -6%;
	right: -4%;
}
@media screen and (max-width: 568px)  {
.bg02::after {
	top: -4%;
	right: -2%;
}
}

.bg03::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	max-width: 300px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -6%;
}
@media screen and (max-width: 568px)  {
.bg03::after {
	bottom: -2%;
	left: -3%;
}
}

.bg04::after {
	content: "";
	z-index: -1;
	background-image: url("../guide/images/line_stripe.png");
	background-repeat: repeat;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg04::after {
	bottom: -3%;
	left: -2%;
}
}

.bg05::after {
	content: "";
	z-index: -1;
	background-image: url("../guide/images/line_stripe.png");
	background-repeat: repeat;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg05::after {
	bottom: -3%;
	left: -2%;
}
}

.bg07::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg07::after {
	bottom: -4%;
	left: -2%;
}
}

.bg08::after {	
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	right: -4%;
}
@media screen and (max-width: 568px)  {
.bg08::after {	
	bottom: -4%;
	right: -2%;
}
}

.bg09::after {
	content: "";
	z-index: -1;
	background-image: url("../guide/images/line_stripe.png");
	background-repeat: repeat;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	right: -4%;
}
@media screen and (max-width: 568px)  {
.bg09::after {
	bottom: -4%;
	right: -2%;
}
}






/* 背景画像（ストライプ）
================================================== */
.bg_stripe {
	max-width: 1200px;
	width: 100%;
	height: 24px;
	margin: 0 auto 80px;
	background-image: url("../charge/images/line_stripe.png");
	background-repeat: repeat-x;
}
@media screen and (max-width: 1250px)  {
.bg_stripe {
	width: 95%;
}
}
@media screen and (max-width: 640px)  {
.bg_stripe {
	margin: 0 auto 50px;
}
}


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

Lesson_hours

------------------------------------------------- */
.Lesson_hours__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 80px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #272343;
}
.Lesson_hours__wrp:last-child	{
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: none;
}
@media screen and (max-width: 1250px)  {
.Lesson_hours__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 768px)  {
.Lesson_hours__wrp	{
	padding-bottom: 30px;
}
}
@media screen and (max-width: 640px)  {
.Lesson_hours__wrp	{
	margin: 0 auto 50px;
}
}


/* 見出し（h2）
================================================== */
.Heading__h2_LH	{
	margin: 0 0 50px;
}
.Heading__h2_LH img	{
	width: auto;
	height: 44px;
}

@media screen and (max-width: 768px)  {
.Heading__h2_LH img	{
	height: 30px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_LH	{
	margin: 0 0 30px;
}
.Heading__h2_LH img	{
	/*height: 22px;*/
}
}

/* 見出し（h3）
================================================== */
.Heading__h3_LH	{
	font-size: 2.8rem;
	font-weight: 600;
	margin: 0 0 15px;
	color:#272343; 
	letter-spacing: 0.2em
}
@media screen and (max-width: 768px)  {
.Heading__h3_LH	{
	font-size: 2.4rem;
	margin: 0 0 10px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h3_LH	{
	font-size: 2.2rem;
}
}



/* Lesson_hours__Box
================================================== */
.Lesson_hours__Box	{
	display: flex;
	justify-content: space-between;
}
.Lesson_hours__Box .noon {
	width: 48%;
	margin-right: 100px;
	box-sizing: border-box;
	position: relative;
}
.Lesson_hours__Box .night	{
	width: 48%;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 898px)  {
.Lesson_hours__Box .noon {
	margin-right: 50px;
}
}
@media screen and (max-width: 640px)  {
.Lesson_hours__Box	{
	flex-direction: column;
}
.Lesson_hours__Box .noon {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.Lesson_hours__Box .night	{
	width: 100%;
}
}


/* 教習時限（昼間）
================================================== */
.noon table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.noon table th,
.noon table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.noon table th {
	width: 100px;
	padding: 15px 5px;
	background: #ffd803;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
.noon table tr:first-child th {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.noon table tr:first-child td {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.noon table tr th:first-child  {
	border-left: 4px solid #272343;
}
.noon table td {
	width: auto;
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.noon table th:last-child,
.noon table td:last-child{
	border-right: 4px solid #272343;
}
.noon table tr:last-child th,
.noon table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.noon table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.noon table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.noon table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.noon table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px)  {
.noon table th {
	width: 70px;
	font-size: 1.6rem;
}
.noon table td {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px)  {
.noon table th{
	padding: 5px;
	font-size: 1.4rem;
}
.noon table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
}


/* 教習時限（夜間）
================================================== */
.night table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.night table th,
.night table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.night table th {
	width: 100px;
	padding: 15px 5px;
	background: #7ec2c2;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
.night table tr:first-child th {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.night table tr:first-child td {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.night table tr th:first-child  {
	border-left: 4px solid #272343;
}
.night table td {
	width: auto;
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.night table th:last-child,
.night table td:last-child{
	border-right: 4px solid #272343;
}
.night table tr:last-child th,
.night table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.night table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.night table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.night table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.night table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px)  {
.night table th {
	width: 70px;
	font-size: 1.6rem;
}
.night table td {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px)  {
.night table th{
	padding: 5px;
	font-size: 1.4rem;
}
.night table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
}


/* 文字サイズ
================================================== */
.fs16 {
	font-size: 1.6rem !important;
}
@media screen and (max-width: 480px)  {
.fs16 {
	font-size: 1.4rem !important;
}
}

/* margin
================================================== */
.mt_15px {
	margin-top: 15px;
}

/* 位置
================================================== */
.absolute {
	position: absolute;
	bottom:30px;
	right:30px;
}
@media screen and (max-width: 480px)  {
.absolute {
	bottom:0px;
	right:20px;
}
}
