/* ===================================================================
--shaken.css--
=================================================================== */
@charset "utf-8";

/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


.sp {
	display: none;
}






/* ----------------------- #first */

div#first {
	margin: 0 0 20px;
	overflow: hidden;
}

div#first h2 {
	margin-bottom: 20px;
}

div#first p {
	width: 350px;
	margin-left: 55px;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	background-color: #E69F15;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
}

div#first ul {
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
	padding-left: 100px;
}

div#first li {
	list-style: disc inside;
    color: #5f3b13;
    font-size: 15px;
    line-height: 2;
}

div#first img {
	margin-left: 55px;
}

/* ----------------------- #processFlow */
div#processFlow{
	width:790px;
	min-height:1250px;
	height:auto!important;
	height:1250px;
	margin:10px auto;
}

table{
	border-collapse: collapse;
	border:none;
	width:790px;
}

.numTd{
	width:88px;
}

.processText{
	padding-right:30px;
	width:438px;
	vertical-align: middle;
	color:#5f3b13;
}

.processingTitle{
	width:250px;
	height:30px;
	display: block;
}

/* ----------------------- #車検のめやす*/
#syakenhiyou {
	margin-bottom: 50px;
}

#syakenhiyou p {
	padding: 10px 150px;
}

#syakenhiyou table,
#syakenhiyou tr,
#syakenhiyou th, 
#syakenhiyou td {
	border: 1px solid #5f3b13;
}

#syakenhiyou table {
	width: 500px;
	margin: 0 auto; 
	text-align: center;
	color: #5f3b13;
}

#syakenhiyou th, 
#syakenhiyou td {
	padding: 10px;
}

#syakenhiyou th {
	background-color: #97BB38;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}



}


/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {


.pc {
	display: none;
}
.shaken_img h2 {
    text-align: left;
	
}
.shaken_img{
 text-align:center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.shaken_img img {
 margin:10px;
}
.otoi{
	margin:  10px;
}
.shaken{
	margin: 10px;
}
}



/* ----------------------- #first */

div#first {
	margin: 0 0 20px;
	overflow: hidden;
}

div#first h2 {
	margin-bottom: 20px;
}

div#first p {
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	background-color: #E69F15;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
}

div#first ul {
 padding:10px;
}

div#first li {
	list-style: disc inside;
    color: #5f3b13;
    font-size: 15px;
    line-height: 2;
}

div#first img {

}

/* ----------------------- #processFlow */
div#processFlow{

}

table{
	border-collapse: collapse;
	border:none;

}

.numTd{

}

.processText{
	padding-right:30px;
	vertical-align: middle;
	color:#5f3b13;
}

.processingTitle{
	display: block;
}

/* ----------------------- #車検のめやす*/
#syakenhiyou {
	margin-bottom: 50px;
}

#syakenhiyou p {
	padding: 10px 15px;
}

#syakenhiyou table,
#syakenhiyou tr,
#syakenhiyou th, 
#syakenhiyou td {
	border: 1px solid #5f3b13;
}

#syakenhiyou table {
	margin: 0 auto; 
	text-align: center;
	color: #5f3b13;
}

#syakenhiyou th, 
#syakenhiyou td {
	padding: 10px;
}

#syakenhiyou th {
	background-color: #97BB38;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}



}