/* Y'S GEAR : maintenance.css */


.contentsWidth {
	font-size: 1.4rem;
	line-height: 1.8;
}


/*======================================================================*
 *  [ header ]
 *======================================================================*/

.header {
	position: relative;
	padding: 50px;
}

.header h2 {
	margin: 0 -50px 75px -50px;
	padding: 25px 50px;
	background: url(../img/bg.png);
	background-size: 100%;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.4;
}

.header img {
	position: absolute;
	top: 0;
	left: 510px;
}

.header p {
	margin-bottom: 40px;
}

.header ol {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px;
	padding-top: 1px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}
.header li {
	display: -webkit-flex;
	display: flex;
	width: 50%;
	margin-top: -1px;
	padding: 0 2px;
	box-sizing: border-box;
}
.header li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.header li a:hover, 
.header li a:active {
	border-color: #ccc !important;
	background: #eef7ff;
}
.header li b {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 1em;
	margin-top: -12px;
	padding: 5px;
	border-radius: 50%;
	background: #ee0000;
	color: #fff;
	text-align: center;
}
.header li.furoku a {
	padding-left: 15px;
}
.header li.furoku span {
	margin-right: 1em;
}


/*======================================================================*
 *  [ section ]
 *======================================================================*/

.section {
	padding: 0 50px;
}
.section section {
	padding-bottom: 35px !important;
}

.section h3 {
	position: relative;
	margin: 10px -50px 30px -50px;
	padding: 15px 50px 15px 110px;
	background: #222;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
}
.section h3 b {
	position: absolute;
	top: 50%;
	left: 25px;
	width: 40px;
	margin-top: -35px;
	padding: 15px;
	border-radius: 50%;
	background: #ee0000;
	font-size: 4rem;
	font-family: "Avenir Next", "Century Gothic";
	line-height: 40px;
	text-align: center;
}
.section h3.furoku {
	padding-left: 50px;
}

.section h4 {
	margin-bottom: 10px;
	color: #000066;
	font-size: 2rem;
	line-height: 1.4;
}
.section h4 span {
	color: #ee0000;
}

.section p {
	margin-bottom: 15px;
}

.section figure {
	margin-bottom: 15px;
	text-align: center;
}

/* [ flex ] */
.section .flex {
	display: -webkit-flex;
	display: flex;
	margin-right: -20px;
	margin-left: -20px;
}
.section .flex > section, 
.section .flex > figure, 
.section .flex > div, 
.section .flex > p {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

/* [ kome ] */
.section .kome {
	padding-left: 1em;
	text-indent: -1em;
}

/* [ notes ] */
.section .notes {
	padding: 18px 20px;
	border-radius: 10px;
	background: #ffcccc;
	color: #cc0000;
	line-height: 1.6;
}

/* [ table ] */
.section .table {
	margin-bottom: 50px;
	line-height: 1.4;
}
.section .table, 
.section .table th, 
.section .table td {
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
}
.section .table span {
	display: inline-block;
}
.section .table th {
	padding: 10px 5px;
	background: #ccc;
	white-space: nowrap;
}
.section .table td {
	padding: 15px;
}
.section .table td.text {
	text-align: left;
}
.section .table td.text span {
	color: #ee0000;
	font-weight: bold;
}

/*======================================================================*
 *  [ back ]
 *======================================================================*/

.back {
	margin-bottom: 50px;
	text-align: center;
}
.back a {
	display: block;
	position: relative;
	max-width: 280px;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.back a:hover, 
.back a:active {
	background: #666;
	color: #fff !important;
}
.back a::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-left: 2px solid #787878;
	border-bottom: 2px solid #787878;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {
	
	.contentsWidth {
		padding: 0 !important;
	}
	
	
	/*==================================================================*
	 *  [ header ]
	 *==================================================================*/
	
	.header {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.header h2 {
		margin-right: -20px;
		margin-left: -20px;
		padding: 25px 20px;
	}
	
	
	/*==================================================================*
	 *  [ section ]
	 *==================================================================*/
	
	.section {
		padding: 0 20px;
	}
	
	.section h3 {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 100px;
	}
	.section h3 b {
		left: 15px;
	}
	.section h3.furoku {
		padding-left: 20px;
	}
	
	/* [ flex ] */
	.section .flex {
		margin-right: -10px;
		margin-left: -10px;
	}
	.section .flex > section, 
	.section .flex > figure, 
	.section .flex > div, 
	.section .flex > p {
		padding: 0 10px;
	}
	
} /* */


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ header ]
	 *==================================================================*/
	
	.header h2 {
		font-size: 2.6rem;
	}
	
	.header img {
		right: 0;
		left: auto;
	}
	
} /* */


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	
	/*==================================================================*
	 *  [ header ]
	 *==================================================================*/
	
	.header {
		padding-top: 0;
	}
	
	.header h2 {
		margin-bottom: 0;
		font-size: 2rem;
	}
	
	.header img {
		display: block;
		position: static;
		margin: -15px auto 15px auto;
	}
	
	.header ol {
		display: block;
	}
	.header li {
		width: 100%;
		padding: 0;
	}
	
	
	/*==================================================================*
	 *  [ section ]
	 *==================================================================*/
	
	.section h3 {
		margin-top: 0;
		margin-bottom: 20px;
		padding: 20px 20px 20px 60px;
	}
	.section h3 b {
		left: 10px;
		width: 26px;
		margin-top: -20px;
		padding: 7px;
		font-size: 2.6rem;
		line-height: 26px;
	}
	
	/* [ flex ] */
	.section .flex {
		display: block;
	}
	.section .flex > section, 
	.section .flex > figure, 
	.section .flex > div, 
	.section .flex > p {
		width: 100%;
	}
	
	/* [ table ] */
	.section .table, 
	.section .table th, 
	.section .table td {
		border: none;
		box-sizing: border-box;
	}
	.section .table {
		display: block;
		margin-bottom: 50px;
		border-top: 2px solid #999;
		line-height: 1.4;
	}
	.section .table tr {
		display: flex;
		flex-wrap: wrap;
		border: 2px solid #999;
		border-top: none;
	}
	.section .table tr > *:nth-child(1) { width: 30%; }
	.section .table tr > *:nth-child(2) { width: 70%; }
	.section .table tr > *:nth-child(3) { width: 25%; }
	.section .table tr > *:nth-child(4) { width: 25%; }
	.section .table tr > *:nth-child(5) { width: 25%; }
	.section .table tr > *:nth-child(6) { width: 25%; }
	.section .table th {
		padding: 10px;
	}
	.section .table th + th {
		border-left: 1px solid #999;
	}
	.section .table th:nth-child(2) ~ th {
		display: none;
	}
	.section .table td {
		padding: 10px;
	}
	.section .table td.yes-no {
		padding: 0 10px 10px 10px;
		border-top: 1px solid #ccc;
	}
	.section .table td.yes-no + * {
		border-left: 1px solid #ccc;
	}
	.section .table td.yes-no:nth-child(3)::before { content: "YAR30"; }
	.section .table td.yes-no:nth-child(4)::before { content: "YAR19"; }
	.section .table td.yes-no:nth-child(5)::before { content: "YAR32"; }
	.section .table td.yes-no:nth-child(6)::before { content: "YAR22"; }
	.section .table td.yes-no::before {
		display: block;
		margin: 0 -10px 10px;
		padding: 2px 5px;
		background: #eee;
		border-bottom: 1px solid #ccc;
	}
	.section .table td.yes-no img {
		width: 36px;
	}
} /* */


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
} /* */

