/*------------------------------------
点検表LP　tenkenhyo.html
------------------------------------*/

/* ヘッダー 点検表 */

.mv-tenken {
	/*background-image: url(../img/tenken/bg_mv_tenken.jpg);*/
    background-image: url(../img/bg_lp.jpg);
	background-position: center;
	position: relative;
}

.mv-tenken:before {
	/*background-color: rgba(0,0,0,0.2);*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}
/* MVの画像 SP */
@media screen and (max-width:750px) {
    #tenken_mv_three{
        top:130px;
        left:0;
        width:90%;
    }
     
    #tenken_mv_logo{
        display: none;
    }
    #tenken_mv_btnDl{
        /*position: absolute;
        top: 430px;
        left:80px;*/
        margin-top: 10px;
    }
    #tenken_txt_mv01{
        position: absolute;
        top: 6.5em;
        left: 0;
        font-size: 26px;
        color:#FFF;
        font-weight: bold;
        z-index: 1;
    }
    #tenken_mv_ipad{
        top: 155px;
        left: 80px;
        width: 75%;
    }
}

/* MVの画像 PC */
@media screen and (min-width:751px) {
    #tenken_mv_three{
        position: relative;
        margin-top: 0;
        margin-bottom: 1em;
        top:110px;
        left:0px;
    }
    #tenken_mv_logo{
        top:200px;
        left:60px;
    }
    #tenken_mv_ipad{
        top: 0;
        margin: 0 auto;
    }
    #tenken_mv_btnDl{
        position: absolute;
        top: 360px;
        left: 30px;
    }
    #tenken_mv_btntxt{
        position: absolute;
        top: 340px;
        left: 50px;
        color: #FFFFFF;
        font-size: 14px;
    }
    #tenken_mv_btntxt::before{
        content: url("../img/icon_before.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #tenken_mv_btntxt::after{
        content: url("../img/icon_after.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #tenken_txt_mv01{
        position: absolute;
        top: 5em;
        left: 0em;
        font-size: 26px;
        color:#FFF;
        font-weight: bold;
        z-index: 1;
    }
}

/* MVの画像 SP */
@media screen and (max-width:750px) {
    #tenken_mv_btntxt{
        /*display: none;*/
    }
    #tenken_mv_btntxt{
        /*position: absolute;
        top: 430px;
        left: 80px;
        color: #FFFFFF;*/
        font-size: 0;
        margin: 0 auto;
        padding-top: 410px;
    }
    #tenken_mv_btntxt::before{
        /*content: url("../img/icon_before.png");
        color: #FFFFFF;*/
        font-size: 14px;
    }
    #tenken_mv_btntxt::after{
        /*content: url("../img/icon_after.png");
        color: #FFFFFF;*/
        font-size: 14px;
    }
}

/* メインビジュアル PC */
@media screen and (min-width:751px) {
    .mv {
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mv__wrapper {
        position: relative;
    }
    .mv__wrapper img {
        position: absolute;
        /*top: 2vw;*/
        right: 0;
    }
    .mv__wrapper h1.tenken {
        position: absolute;
        top: 72px;
        left: 0;
        margin: 0;
        color: #04255F;
        font-size: 46px;
		font-family: 'Noto Sans JP';
  		text-shadow: 
        2px 2px 0 #FFF,-2px -2px 0 #FFF,-2px 2px 0 #FFF,2px -2px 0 #FFF,0px 2px 0 #FFF,0-2px 0 #FFF,-2px 0 0 #FFF,2px 0 0 #FFF;
        z-index: 1;
    }
 
    @media screen and (min-width:1000px) {
        .mv {
        	height: 500px;
        }
    }
    @media screen and (min-width:1200px) {
        .mv {
        	height: 500px;
        }
    }
    @media screen and (min-width:1400px) {
        .mv {
        	height: 500px;
        }
    }
    @media screen and (min-width:1600px) {
        .mv {
            height: 500px;
        }
		.mv__wrapper h1 {
			/*top: 52px;
            z-index: 1;*/
            
		}
		.mv__wrapper p {
			top: 300px
		}
    }
}


/*------------------------------------
お困りごとをXC-Gateが解決　
------------------------------------*/
/* お困りごとをXC-Gateが解決 SP */
@media screen and (max-width:750px) {
	/* お困りごとをXC-Gateが解決 SP */
	.manual__scene {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.manual__scene--box {
		width: 48.4%;
		margin-bottom: 2vw;
	}
	.manual__scene--box h3 {
		color: #004893;
		border: solid 1px #004893;
		box-shadow: 1px 1px #bfd1e4, inset 2px 2px #e9eff6;
		text-align: center;
	}
	.manual__scene--box p {
		white-space: nowrap;
		text-align: center;
		color: #004893;
	}
	.manual__scene--box img {
		width: 100%;
	}

	@media screen and (max-width:500px) {
		.manual__scene--box p {
			margin: 1em 0 0 0;
			font-size: 3.2vw;
			line-height: 1.5em;
		}

		/* 1カラム用
		.manual__scene--box {
			width: 100%;
			margin-bottom: 2vh;
		}
		.manual__scene--box p {
			margin: 1em 0 0 0;
		}
		.manual__scene--box img {
			width: 70% !important;
			margin: 0 15% !important;
		}*/
	}
}

/* お困りごとをXC-Gateが解決 PC */
@media screen and (min-width:751px) {

	/* お困りごとをXC-Gateが解決 PC */
	.manual__scene {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.manual__scene--box {
		width: 22.7%;
	}
	.manual__scene--box h3 {
		color: #004893;
		border: solid 1px #004893;
		box-shadow: 1px 1px #bfd1e4, inset 2px 2px #e9eff6;
		text-align: center;
	}
	.manual__scene--box p {
		font-size: 1.5vw;
		white-space: nowrap;
		text-align: center;
		color: #004893;
	}
	.manual__scene--box img {
		width: 100%;
	}
	
	@media screen and (min-width:1100px) {
		.manual__scene--box p {
			font-size: 16px;
		}
	}
}

/*------------------------------------
CVエリア
------------------------------------*/
.cv_area {
    /* background-color: #444444; */
    background-color: #DEEFFC;
    padding: 1em 0 3em;
    margin: 5em auto 3em;
}
.cv_area_footer{
    background-color: #DEEFFC;
    padding: 1em 0 0em;
    margin: 3em auto;
}