@charset "UTF-8";

/*   料金プラン（charge.css）   */

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

Main

------------------------------------------------- */
#Main {
	width: 100%;
}
#Main .Section {
	margin: 0 0 120px;
	position: relative;
	/*overflow: hidden;	*/
}
#Main .Section:first-child {
	margin: 80px 0 120px;
}
#Main .Section h2 {
	text-align: center;
	margin: 0 auto 50px;
}
@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: 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;
}
}


/* 見出し（h2）
================================================== */

@media screen and (max-width: 898px)  {
.Heading__h2_charge	{
	padding: 0 10%;
}
}
@media screen and (max-width: 640px)  {
.Heading__h2_charge.title02 img	{
	height: 48px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_charge	{
	padding: 0 3%;
}
.Heading__h2_charge.title02 img	{
	height: 40px;
}
}

/* 見出し（h3）
================================================== */
.Heading__h3_charge	{
	font-family: "Noto Serif", serif;
	font-weight:700;
	font-size: 4rem;
	color: #272343;
	position:relative;
	display: flex;
	align-items:baseline;
	line-height: 1;
	margin: 0 0 20px;
}
h3 > div::first-letter{
	color:#45848b;
}
.Heading__h3_charge > .small	{
	font-size: 2.4rem !important;
}

@media screen and (max-width: 768px)  {
.Heading__h3_charge	{
	font-size:3.4rem;
	margin: 0 0 15px;
}
.Heading__h3_charge > .small	{
	font-size: 1.8rem !important;
}
}
@media screen and (max-width: 480px)  {
.Heading__h3_charge	{
	font-size:2.8rem;
	margin: 0 0 10px;
}
.Heading__h3_charge > .small	{
	font-size: 1.4rem !important;
}
}


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

Charge

------------------------------------------------- */
.Charge__wrp	{
	/*max-width: 1200px;*/
	max-width: 900px;
	width: 100%;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.Charge__wrp:last-child	{
	margin: 0 auto;
}
@media screen and (max-width: 1250px)  {
.Charge__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 640px)  {
.Charge__wrp	{
	margin: 0 auto 50px;
}
}

/* 区切り線（ストライプ）
================================================== */
.line_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)  {
.line_stripe {
	width: 95%;
}
}
@media screen and (max-width: 640px)  {
.line_stripe {
	margin: 0 auto 50px;
}
}


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

.p_yellow {	/* thの背景色 */
	background: #ffe561 !important;
}


/* 料金表（普通車／二輪車）
================================================== */
.pricelist01 table {
	width: 900px;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.pricelist01 table th,
.pricelist01 table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.pricelist01 table th{
	padding: 15px 5px;
	background: #bae8e8;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
.pricelist01 table tr:first-child th {
	border-top: 4px solid #272343;
}
.pricelist01 table tr th:first-child  {
	border-left: 4px solid #272343;
}
.pricelist01 table tr:first-child th:first-child{
	background: #ffffff;
}
.pricelist01 table tr:first-child th:nth-child(2){
	border-right: none;
}
.pricelist01 table tr:first-child th:nth-child(3){
	border-left: 1px solid #272343;
}
.pricelist01 table tr:nth-child(2) th:nth-child(2) {
	border-right: none;
}
.pricelist01 table tr:nth-child(2) th:nth-child(1) {
	border-left: none;
}
.pricelist01 table tr td:nth-child(3) {
	border-right: none;
}
.pricelist01 table tr td:last-child{
	border-left: 1px solid #272343;
}
.pricelist01 table td{
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.pricelist01 table th:last-child,
.pricelist01 table td:last-child{
	border-right: 4px solid #272343;
}
.pricelist01 table tr:last-child th,
.pricelist01 table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.pricelist01 table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.pricelist01 table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.pricelist01 table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.pricelist01 table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 965px)  {
.pricelist01 {
	overflow-x: scroll;
	/*white-space: nowrap;*/
	width: 100%;
}
.pricelist01 table {
	width: 900px;
}
}
@media screen and (max-width: 768px)  {
.pricelist01 table {
	width: 700px;
}
.pricelist01 table th{
	padding: 5px;
	font-size: 1.6rem;
}
.pricelist01 table td{
	padding: 15px 5px;
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px)  {
.pricelist01 table {
	width: 440px;
}
.pricelist01 table th{
	padding: 5px;
	font-size: 1.4rem;
}
.pricelist01 table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
}

/* 料金表（普通車 AT教習＋審査）
================================================== */
.pricelist02 table {
	width: 900px;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.pricelist02 table th,
.pricelist02 table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.pricelist02 table th{
	padding: 15px 5px;
	background: #bae8e8;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
.pricelist02 table tr:first-child th {
	border-top: 4px solid #272343;
}
.pricelist02 table tr th:first-child  {
	border-left: 4px solid #272343;
}
.pricelist02 table tr:first-child th:first-child{
	background: #ffffff;
}
.pricelist02 table tr:first-child th:nth-child(2){
	border-right: none;
}
.pricelist02 table tr:first-child th:nth-child(3){
	border-left: 1px solid #272343;
}
.pricelist02 table tr:nth-child(2) th:nth-child(1) {
	border-left: none;
	width: 10%;
}
.pricelist02 table tr:nth-child(2) th:nth-child(2) {
	width: 10%;
}
.pricelist02 table tr:nth-child(2) th:nth-child(3) {
	border-right: none;
	width: 10%;
}
.pricelist02 table tr td:nth-child(4) {
	border-right: none;
}
.pricelist02 table tr td:last-child{
	border-left: 1px solid #272343;
}
.pricelist02 table td{
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.pricelist02 table th:last-child,
.pricelist02 table td:last-child{
	border-right: 4px solid #272343;
}
.pricelist02 table tr:last-child th,
.pricelist02 table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.pricelist02 table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.pricelist02 table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.pricelist02 table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.pricelist02 table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 965px)  {
.pricelist02 {
	overflow-x: scroll;
	/*white-space: nowrap;*/
	width: 100%;
}
.pricelist02 table {
	width: 900px;
}
}
@media screen and (max-width: 768px)  {
.pricelist02 table {
	width: 700px;
}
.pricelist02 table tr:nth-child(2) th:nth-child(3) {
	white-space: nowrap;
}
.pricelist02 table th{
	padding: 5px;
	font-size: 1.6rem;
}
.pricelist02 table td{
	padding: 15px 5px;
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px)  {
.pricelist02 table {
	width: 440px;
}
.pricelist02 table th{
	padding: 5px;
	font-size: 1.4rem;
}
.pricelist02 table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
}

/* 料金表（中型／大型／大型特殊）
================================================== */
.pricelist03 table {
	width: 900px;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.pricelist03 table th,
.pricelist03 table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.pricelist03 table th{
	padding: 15px 5px;
	background: #bae8e8;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
}
.pricelist03 table tr:first-child th {
	border-top: 4px solid #272343;
}
.pricelist03 table tr th:first-child  {
	border-left: 4px solid #272343;
}
.pricelist03 table tr:first-child th:first-child{
	background: #ffffff;
}
.pricelist03 table tr:first-child th:nth-child(2){
	border-right: none;
}
.pricelist03 table tr:first-child th:nth-child(3){
	border-left: 1px solid #272343;
}
.pricelist03 table tr:nth-child(2) th:nth-child(2) {
	border-right: none;
}
.pricelist03 table tr:nth-child(2) th:nth-child(1) {
	border-left: none;
}
.pricelist03 table tr td:nth-child(3) {
	border-right: none;
}
.pricelist03 table tr td:nth-child(4) {
	border-left: 1px solid #272343;
}

.pricelist03 table td{
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.pricelist03 table th:last-child,
.pricelist03 table td:last-child{
	border-right: 4px solid #272343;
}
.pricelist03 table tr:last-child th,
.pricelist03 table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.pricelist03 table tr:last-child td.remarks {	/*  table下の備考  */
	border-left: 4px solid #272343;
	font-size: 1.6rem;
}
.pricelist03 table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.pricelist03 table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.pricelist03 table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.pricelist03 table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 965px)  {
.pricelist03 {
	overflow-x: scroll;
	/*white-space: nowrap;*/
	width: 100%;
}
.pricelist03 table {
	width: 900px;
}
}
@media screen and (max-width: 768px)  {
.pricelist03 table {
	width: 700px;
}
.pricelist03 table th{
	padding: 5px;
	font-size: 1.6rem;
}
.pricelist03 table td{
	padding: 15px 5px;
	font-size: 1.8rem;
}
.pricelist03 table tr:last-child td.remarks {	/*  table下の備考  */
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px)  {
.pricelist03 table {
	width: 440px;
}
.pricelist03 table th{
	padding: 5px;
	font-size: 1.4rem;
}
.pricelist03 table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
.pricelist03 table tr:last-child td.remarks {	/*  table下の備考  */
	font-size: 1.2rem;
}
}



/* 表（複数列）　横スクロールバーありの場合に表示
================================================== */
@media all and (min-width: 899px) {
.table_sp {
		display: none !important;
	}
}
@media all and (max-width: 898px) {
	.table_sp {
		display: block !important;
	}
}



/* Privacy__Box
================================================== */
.Privacy__Box dl {
	margin-top: -20px;
	margin-left: 40px;
	line-height: 2;
	display: flex;
	flex-flow: row wrap;
}
.Privacy__Box dt {
	flex-basis: 35px;
	margin-bottom:20px;
}
.Privacy__Box dd {
	flex-basis: calc(100% - 35px); 
	margin-bottom:20px;
}
.Privacy__Box ol {
	display: flex;
	flex-flow: column wrap;
	margin-top:10px;
}
.Privacy__Box li {
	list-style-type: decimal;
	margin-left: 30px;
	padding-left: 5px;
	padding-bottom:10px;
}
.Privacy__Box a	{
	color: #C50118;
	transition: .3s;  
}
@media screen and (max-width: 768px)  {
.Privacy__Box dl {
	margin-top: -10px;
	font-size: 1.4rem;
}
.Privacy__Box dt {
	flex-basis: 25px;
}
.Privacy__Box dd {
	flex-basis: calc(100% - 25px); 
}
}
@media screen and (max-width: 480px)  {
.Privacy__Box dl {
	margin-left: 0px;
}
.Privacy__Box dt,.Privacy__Box dd {
	margin-bottom:10px;
}
.Privacy__Box li {
	margin-left: 10px;
	padding-bottom:5px;
}
}
