/*------------------------------------------------------------
	RESET
------------------------------------------------------------*/
.container img{
	max-width:100%;
	vertical-align:bottom;
}


/*------------------------------------------------------------
	RESPONSIVE
------------------------------------------------------------*/
.sponly{ display:block; }
.pconly{ display:none; }



/*------------------------------------------------------------
	SP CONTENTS
------------------------------------------------------------*/
#page main{
	padding:65px 0 29.333vw;
}



.breadcrumb{
	padding:15px 0 12.933vw;
}

.breadcrumb a {
    color: white;
    font-size: 10px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.breadcrumb a::after {
    content: '＞';
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

#page .wrapper{
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
z-index: 1;
}

#page section{
	width:100%;
	margin-bottom: 80px;
}
#page section.last{
	 margin-bottom: 0 !Important;
}



#page h2 {
	font-size: 20px;
	line-height: 1.8;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}


#page h2::before{
	content:'';
	width:6px;
	height:100%;
	background-image: linear-gradient( to bottom, #da202a 0%, #961c23 100%);
	position:absolute;
	top:0;
	left:0;
}

.mb01{
	margin-bottom: 20px;
}

.mb02{
	margin-bottom:4.667vw;
}

.mb03{
	margin-bottom:120px !important;
}
.mb04{
	margin-bottom:100px !important;
}

.lead01 {
font-size: 14px;
line-height: 1.8;
}

.lead02{
	font-size: 14px;
	line-height: 1.8;
}
.lead03{
	font-size: 14px;
	line-height: 1.8;
}


.caption{
	font-size: 12px;
	line-height: 1.8;
	margin-bottom:5.333vw;
}




#page h3 {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}
#page h3::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width: 6px;
	height:100%;
	background-image: linear-gradient( to bottom, #da202a 0%, #961c23 100%);
}



.typeMenu{
	display:flex;
	justify-content:space-between;
	margin-bottom:5.333vw;
}
.typeMenu li{
	width: 49%;
	position:relative;
	text-align:center;
}

.typeMenu li::after{
	content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
		right: 0;
    vertical-align: middle;
    transform: rotate(135deg);
    width: 1.067vw;
    height: 1.067vw;
    border: solid 2px white;
    border-color: white white transparent transparent;
    transition: 0.3s;
    margin: -0.267vw auto 0;
}


.typeMenu li a{
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	display:block;
	border-radius:0.667vw;
	background:#4a4a4a;
	padding: 18px 0 20px;
	height: 70px;
	box-sizing: border-box;
}



.typeTitle{
	font-size: 18px;
	line-height:6.933vw;
	padding-bottom: 16px;
	background:url(../img/others/power_lift/line_01.png) repeat-x left bottom;
	background-size:0.8vw;
	margin-bottom: 35px;
	font-weight:bold;
}

.detailPhoto{
	display:flex;
	justify-content:space-between;
	margin-bottom: 20px;
}
.detailPhoto li{
	width: 48%;
}
.detailPhoto li img{
	width: 100%;
}



/*------------------------------------------------------------
	FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:769px){


/*------------------------------------------------------------
	RESPONSIVE
------------------------------------------------------------*/
.sponly{ display:none; }
.pconly{ display:block; }




#page main{
	padding:0 0 130px;
}

.notvisual{
	height:100px;
}



#page .wrapper{
	max-width: 1240px;
	width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb{
	padding:15px 0 0;
}

.breadcrumb a {
    color: white;
    font-size: 0.8125rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
}
.breadcrumb a::after {
    content: '＞';
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
}

#page .container{
	padding:100px 0 0;
}

#page section{
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto 100px;
}


#page h2{
	font-size:44px;
	line-height:64px;
	position:relative;
	padding-left:40px;
	margin-bottom:50px;
	font-weight:700;
	height:64px;
}

#page h2 span{
	display:inline-block;
	margin-left:30px;
	font-size:15px;
	vertical-align:bottom;
}



#page h2::before{
	content:'';
	width:10px;
	height:100%;
	background-image: linear-gradient( to bottom, #da202a 0%, #961c23 100%);
	position:absolute;
	top:0;
	left:0;
}


.mb01{
	margin-bottom:40px;
}
.mb02{
	margin-bottom:30px;
}

.mb03{
	margin-bottom:180px !important;
}
.mb04{
	margin-bottom:160px !important;
}

.lead01{
	font-size:20px;
	line-height:36px;
}

.lead02{
	font-size:18px;
	line-height:30px;
}
.lead03{
	width:640px;
	font-size:18px;
	line-height:30px;
}


.caption{
	font-size:13px;
	line-height:24px;
	margin-bottom:10px;
}

	
#page h3{
	font-size:26px;
	line-height:30px;
	padding-left:34px;
	position:relative;
	margin-bottom:30px;
	font-weight:bold;
}
#page h3::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:14px;
	height:100%;
	background-image: linear-gradient( to bottom, #da202a 0%, #961c23 100%);
}

#page h3 span{
	display:inline-block;
	font-size:20px;
}


.typeMenu{
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}
.typeMenu li{
	width:563px;
	margin-right:15px;
	position:relative;
	text-align:center;
}

.typeMenu li::after{
	content: '';
    position: absolute;
    top: 50% !important;
    right: 30px !important;
	left:auto;
	bottom:auto;
    vertical-align: middle;
    transform: rotate(135deg) translate(-13px, -4px);
    width: 8px;
    height: 8px;
    border: solid 2px white;
    border-color: white white transparent transparent;
    transition: 0.3s;
    margin-top: -2px;
}


.typeMenu li a{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:70px;
	display:block;
	border-radius:5px;
	background:#4a4a4a;
	padding:0;
}



.typeTitle{
	font-size:35px;
	line-height:52px;
	padding-bottom:22px;
	background:url(../img/others/power_lift/line_01.png) repeat-x left bottom;
	background-size:4px;
	margin-bottom:50px;
	font-weight:bold;
}

.detailPhoto{
	width:640px;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.detailPhoto li{
	width:300px;
}





/*------------------------------------------------------------
	END PC LAYOUT CSS
------------------------------------------------------------*/
}


@media screen and (max-width: 1240px) {
	#page .container {
		width: calc(100% - 50px);
		margin: auto;
	}

	.breadcrumb {
		width: calc(100% - 50px);
		margin: auto;
	}
}