/*------------------------------------
日報LP　nippou.html
------------------------------------*/

/* ヘッダー 日報 */

.mv-nippou {
	/*background-image: url(../img/nippou/bg_mv_nippou.jpg);*/
    background-image: url(../img/bg_lp.jpg);
	background-position: center;
	position: relative;
}

.mv-nippou:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
}
/* MVの画像 SP */
@media screen and (max-width:750px) {
    #nippou_mv_three{
        top:130px;
        left:0;
        width:90%;
    }
    #nippou_mv_logo{
        display: none;
    }
    #nippou_mv_btnDl{
        /*position: absolute;
        top: 430px;
        left:80px;*/
        margin-top: 10px;
    }
    #txt_mv01{
        position: absolute;
        top: 6.5em;
        left: 0;
        font-size: 26px;
        color:#FFF;
        font-weight: bold;
    }
    #nippou_mv_ipad{
        top: 155px;
        left: 80px;
        width: 65%;
    }
}

/* MVの画像 PC */
@media screen and (min-width:751px) {
    #nippou_mv_three{
        top:100px;
        left:0;
    }
    #nippou_mv_logo{
        top:160px;
        left:60px;
    }
    #nippou_mv_ipad{
        top: 0;
        margin: 0 auto;
    }
    #nippou_mv_btnDl{
        position: absolute;
        top: 350px;
        left: 30px;
    }
    #nippou_mv_btntxt{
        position: absolute;
        top: 320px;
        left: 80px;
        color: #FFFFFF;
        font-size: 14px;
    }
    #nippou_mv_btntxt::before{
        content: url("../img/icon_before.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #nippou_mv_btntxt::after{
        content: url("../img/icon_after.png");
        color: #FFFFFF;
        font-size: 14px;
    }
    #txt_mv01{
        position: absolute;
        top: 5.8em;
        left: 2.5em;
        font-size: 26px;
        color:#FFF;
        font-weight: bold;
    }
}

/* MVの画像 SP */
@media screen and (max-width:750px) {
    #nippou_mv_btntxt{
        /*display: none;*/
    }
    #nippou_mv_btntxt{
        /*position: absolute;
        top: 430px;
        left: 80px;
        color: #FFFFFF;*/
        font-size: 14px;
        margin: 0 auto;
        padding-top: 410px;
    }
    #nippou_mv_btntxt::before{
        /*content: url("../img/icon_before.png");
        color: #FFFFFF;*/
        font-size: 14px;
    }
    #nippou_mv_btntxt::after{
        /*content: url("../img/icon_after.png");
        color: #FFFFFF;*/
        font-size: 14px;
    }

}

/*------------------------------------
お困りごとを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;
		}
	}
}