@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :PCBrain
 style info :top用
=================================================================== */
#contents #mainV{
	position: relative;
	margin: 48px auto 0;
    z-index: -1;
}

#contents #mainV img{
	position: relative;
	top: -47px;
	display: block;
	width: 1080px;
	margin: 0px auto 0;
}

#contents nav {
	margin-top: -47px;
    z-index: 10;
}

#main {
	width: 100%;
	float: none;
}

#main .topCatch {
	background: #eeeeee;
}
#main .topCatch h2{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.2;
	width: 1000px;
	margin: 0 auto;
}

#main .topCatch h2 span {
	background: #b8292f;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	margin-right: 10px;
	border-radius: 0;
	font-weight: bold;
}

#main .topCatch h2 img {
	margin-right: 10px;
}


#main .toowners {
	float: left;
	width: 620px;
}

#main .toowners h3 {
	background: #f69329;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 23px;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 0;
	line-height: 1.8;
}

#main .toowners strong {
	display: block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.05em;
	margin-bottom: 25px;
}

#main .toowners .contentsList {
	background: url(../img/common/blue_bg.png) center center;
	padding: 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

#main .toowners .contentsList li a {
	color: #444;
	text-decoration: none;
}

#main .toowners .contentsList li {
	background: #fff;
	border: #ccc solid 1px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	width: 265px;
	float: left;
	margin-right: 16px;
	padding: 20px 10px 10px;
	line-height: 1.5;
	font-size: 12px;
}

#main .toowners .contentsList li:nth-child(2n) {
	margin-right: 0;
}

#main .toowners .contentsList li:before {
	content: "";
	border-top: #00499f solid 7px;
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    height: 0;
    margin-top: 0;
}

#main .toowners .contentsList li:after {
	display: none;
}

#main .toowners .contentsList li h4 {
	background: url(../img/common/arrow_blue.png) no-repeat right center;
	color: #444;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	display: block;
    text-align: left;
    border: none;
}

#main .toowners .contentsList li h4:before,
#main .toowners .contentsList li h4:after {
	display: none;
}

#main .toowners .contentsList li h4 span {
	color: #f69329;
	display: block;
	font-size: 12px;
}

#main .toowners .contentsList li p {
	margin: 0 85px 0 0;
}

#main .toowners .contentsList li img {
	right: 15px;
	bottom: -10px;
}

#main .photoList li {
	margin: 0 17px 20px 0;
}

#main .reasonList {
	float: right;
	width: 340px;
	overflow: visible;
}

#main .reasonList .imgLayer {
	top: -53px;
	z-index: 1;
}

#main .reasonList h4 {
	background: #00499f;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 33px;
	text-align: center;
	position: relative;
	margin: 0 0 10px 110px ;
	padding: 5px 0;
	display: block;
}

#main .reasonList h4:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-right-color: #00499f;
    right: 100%;
    bottom: 15px;
    margin-left: 0;
}
#main .reasonList h4:before {
	display: none;
} 


#main .reasonList ol {
	counter-reset:reason;
	position: relative;
	overflow: hidden;
}

#main .reasonList ol li {
	border: #303030 solid 1px;
	margin: 35px 0 65px;
	padding: 0 10px 44px;
    position: relative;
}

#main .reasonList ol li:last-child {
	margin-bottom:0;
}

#main .reasonList ol li h5 {
	background: #fff;
	font-size: 26px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	line-height: 1.2;
	position: absolute;
	top:-35px;
	padding: 0 3px;
    text-align: left;
    
}

#main .reasonList ol li h5:before {
	background:  #b8292f;
	border-radius: 50%;
	content:"理由\A" counter(reason, decimal-leading-zero) ;
	counter-increment:reason;
	white-space: pre;
	color: #fff;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 5px;
	border-top: none;
}

#main .reasonList ol li h5:after {
	display: none;
}

#main .reasonList ol li p {
	background: #fff;
	display: block;
	position: relative;
	top: 45px;
    font-size: 12px;
    padding: 3px;
    margin-bottom: 0;
}

#main .pickupCase {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}

#main .pickupCase ol {
	counter-reset:case;
	position: relative;
	overflow: hidden;
}

#main .pickupCase ol li {
	width: 500px;
	position: relative;
}

#main .pickupCase ol li:nth-child(odd) {
	float: left;
}

#main .pickupCase ol li:nth-child(even) {
	float: right;
	margin-left: 15px;
	width: 485px;
}

#main .pickupCase ol li:before {
	background: #b8292f;
	border-radius: 50%;
	content:"CASE\A" counter(case, decimal-leading-zero) ;
	counter-increment:case;
	white-space: pre;
	color: #fff;
	display: block;
	padding: 33px 0;
	width: 100px;
	height: 34px;
	font-size: 18px;
	text-align: center;
	/*float: left;*/
	line-height: 1.2;
	margin-right: 25px;
	position: absolute;
    z-index: 10;
    top: 270px;
}

#main .pickupCase ol li:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
	border-left: #b8292f solid 20px;
    left: 95px;
    top: 85%;
    margin-top: -10px;
    display: block;
}



#main .pickupCase ol li span.casePhoto  {
	position: relative;
	overflow: hidden;
	width: 484px;
	margin-bottom: 15px;
	display: block;
}

#main .pickupCase ol li span .imgL {
	margin-bottom: 0;
}

#main .pickupCase ol li:nth-child(odd) span.casePhoto {
	border-right: #303030 dotted 1px;
	padding-right: 15px;
}


#main .pickupCase ol li:nth-child(even) span.casePhoto {
}

#main .pickupCase p {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	letter-spacing: -0.03em;
}

#main .pickupCase span.case_type {
	color: #12a73b;
	display: block;
	font-size: 15px;
	line-height: 1.8;
}

#main .pickupCase p {
	display: block;
	padding-left: 125px;
}


/*#main .pickupCase p:before {
	background: #b8292f;
	border-radius: 50%;
	content:"CASE\A" counter(case, decimal-leading-zero) ;
	counter-increment:case;
	white-space: pre;
	color: #fff;
	display: block;
	padding: 33px 0;
	width: 100px;
	height: 34px;
	font-size: 18px;
	text-align: center;
	float: left;
	line-height: 1.2;
	margin-right: 25px;
}

#main .pickupCase p:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
	border-left: #b8292f solid 20px;
    left: 95px;
    top: 50%;
    margin-top: -10px;
    display: block;
}*/

#main .worksList {
}

#main .worksList ul {
	border-top: #303030 dotted 1px;
	margin-bottom: 30px;
}

#main .worksList ul li {
	border-bottom: #303030 dotted 1px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
}

#main .worksList ul li:before,
#main .worksList ul li:after {
	display: none;
}

#main .worksList ul li h6 {
	color: #f69329;
    font-size: 14px;
    margin-right: 30px;
}

#main .worksList ul li span {
	background: #00499f;
	color: #fff;
	text-align: center;
	width: 190px;
    margin-right: 30px;
    font-weight: bold;
}

#main .worksList ul li a {
	color: #444;
	text-decoration:none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 620px;
}

#main .worksList .btn a {
	background: #f69329 url(../img/common/arrow_white.png) no-repeat 20px center;
    border-radius: 3px;
    padding: 8px 20px 8px 45px;
    font-size: 20px;
    display: inline-block;
}    