#mainHdImg {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
#mainHdImg h2{
	margin: 50px auto;
	text-align: center;
	font-size: 2.2em;
	letter-spacing: 0.05em;
	font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
}
#mainHdImg h2 span{
	display: block;
    width:10em;
	margin:0 auto 0.5em;
	font-size: .55em;
	letter-spacing: 0;
    color:#fff;
    background-color:#db9434;
    padding:.25em 1em;
}
#mainHdImg .imgarea {
	width: 100%;
	min-height: 480px;
	background-image:url(../images/maintenance-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ccc;
    margin-bottom: 4em;
}
.care-wrp .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    max-width:980px;
    margin:0 auto;
    padding:60px 20px;
    /* border:1px solid #ccc; */
}
.mov1{
    background-color:rgb(247, 241, 233);
}
.mov2{
    background-color:#e1e6de;
}
.title-wrp{
    width:100%;
    text-align: center;
    padding:0 0 40px;
    margin-bottom: 1em;
}
.title-wrp h3{
    font-size:1.6em;
    margin-bottom: 1em;
}
.title-wrp h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 30px auto 15px;
    background-color:#ef8a00
}
.mov1 .title-wrp h3::after {
    background-color: #db9434;
}
.mov2 .title-wrp h3::after {
    background-color: #37a13c;
}
.title-wrp p{
    line-height:1.8;
}
.mov-wrp{
    display: block;
    width:60%;
    margin:0;
}
.mov-wrp figure{
    display: block;
    width:100%;
    margin:0;
    padding:0;
    padding-bottom: 56%;
    position: relative;
}
.mov-wrp figure iframe{
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.mov-description{
    display: block;
    width:36%;
    margin:0;
    text-align: left;
}
.movie-title{
    padding-top: 6em;
    margin-bottom: 1.5em;
}
.movie-title .number{
    font-size:2em;
    line-height:1;
    margin: 0;
    padding:0;
    color:#888;
    display: block;
}
.movie-title .number span{
    font-size:.6em;
}
.movie-title .number::after{
    content: '';
    display: block;
    width:3.2em;
    height:3px;
    margin-top: .3em;
}
.mov1 .movie-title .number::after{
    background-color:#ef8a00;
}
.mov2 .movie-title .number::after{
    background-color:#37a13c;
}
.mov-wrp h4{
    font-size:1.2em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
    display: inline-block;
    position: relative;
    padding:.5em 1.5em .5em 2em;
}
.mov1 .mov-wrp h4{
    color:#ef8a00;
}
.mov2 .mov-wrp h4{
    color:#37a13c;
}
.mov-wrp h4::before{
    content: '';
    display: block;
    width:2px;
    height:3em;
    position: absolute;
    top:.5em;
    left:0;
    transform: rotate(-15deg);
}
.mov-wrp h4::after{
    content: '';
    display: block;
    width:2px;
    height:3em;
    position: absolute;
    top:.5em;
    right:0;
    transform: rotate(15deg);
}
.mov1 .mov-wrp h4::before,
.mov1 .mov-wrp h4::after{
    background-color:#ef8a00;
}
.mov2 .mov-wrp h4::before,
.mov2 .mov-wrp h4::after{
    background-color:#37a13c;
}
.mov-description h5{
    font-size:1.6em;
    line-height:1.4;
    margin-bottom: 1em;
    padding-left:.75em;
    display: block;
    position: relative;
}
.mov-description h5::before{
    content: '';
    display: block;
    width:.3em;
    height:.3em;
    border:4px solid;
    border-radius: 100%;
    position: absolute;
    top:.5em;
    left:-.1em;
}

.mov1 .mov-description h5::before{
    color:#ef8a00;
}
.mov2 .mov-description h5::before{
    color:#37a13c;
}

.mov-description p{
    line-height:1.8;
}

/* manual */
.manual-wrp{
    background-color:#f5f0e5;
    text-align: center;
}
.manual-wrp ul{
    width:100%;
    max-width:860px;
    margin: 2em auto 0;
}
.manual-wrp li{
    position: relative;
}
.manual-wrp h4{
    font-size:1em;
    font-weight: bold;
}
.manual-wrp h4::before{
    content:'';
    display: inline-block;
    width:.3em;
    height:.3em;
    border:4px solid #4d9f67;
    border-radius: 100%;
    margin-right: .5em;
}
.manual-wrp h4.riena::before{
    border:4px solid #805162;
}
.manual-wrp .thumb{
    width:60%;
    margin: 1em auto;
}
.manual-wrp .thumb img{
    width:100%;
    height:auto;
}
.manual-wrp .btn{
    display: block;
    width: 300px;
    padding: 0.5em 2em;
    text-align: center;
    border: 1px solid #000;
    background-color:#fff;
    font-size: 0.9em;
    color: #000;
    margin: 2em auto;
    position: relative;
    transition: all 0.3s;
}

.manual-wrp .btn span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    font-size: 0.8em;
}
.manual-wrp .btn:hover {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width:736px) {

    #mainHdImg .imgarea{
        min-height: 67vw;
        margin-bottom: 0;
    }
	#mainHdImg h2{
		font-size: min(1.5em, 5.8vw);
	}
	#mainHdImg h2 span{
		font-size: .7em;
	}
    .care-wrp .inner ,
    .manual-wrp .inner {
        padding: min(60px,15vw) 20px;
    }
    .manual-wrp ul{
        flex-wrap: wrap;
    }
    .title-wrp h3{
    	font-size: min(1.6em, 6.2vw);
    }
    .mov-wrp ,
    .mov-description{
        width:100%;
    }
    .mov-wrp {
        margin-bottom: 2em;
        text-align: center;
    }
    .movie-title{
    	padding-top: 0;
    	margin-bottom: 0;
    	/* padding-top: 2em; */
    	font-size: .9em;
    }
    /* .movie-title .number::before{
        content: '';
        display: block;
        width:3.2em;
        height:3px;
        margin-bottom: .3em;
    } */
    .mov-description{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .mov-description h5{
    	margin-bottom: 0;
    	font-size: min(1.6em, 6.2vw);
        letter-spacing: .05em;
    }
    .mov-description h5::before {
        content: none;
    }
    .mov-description p:not(.movie-title){
        width: 100%;
    	padding-top: 1.2em;
    }

    /* .mov-description p br {
        display: none;
    } */
    .manual-wrp .title-wrp{
        padding-bottom: 0;
    }
    .manual-wrp li + li{
        margin-top: 3em;
    }
    .manual-wrp .btn{
        width: min(100% ,300px);
        font-size: 1em;
    }
}