
.mt70 {
	margin-top: 70px !important;
	text-align: center;
}

.mbt70 {
margin-bottom:70px;
	
}
.isSp{
	display:none;
}



@media (max-width:768px) {
	body#popup{
		width: 100%;
    background: none;
	}

	body#popup .pageHeaderOuter {
    height: 70px;
	}

	body#popup .pageHeader {
    width: 100%;
    height: 20px !important;
    padding: 15px !important;
    background: #0f218b;
	}

	body#popup .pageHeader .logo{
    margin-left: 0;
	}

	body#popup .pageHeader .logo .logo_catch {
    display: none;
	}

	body#popup .btn_close {
    margin-top: 15px;
	}

	body#popup #contents {
    width: 100%;
	}

	body#popup .pageHeader img {
    width: 176px;
	}

	#contents p {
    font-size: 15px;
    line-height: 1.6em;
	}

	body#popup .pageFooter {
    width: 100%;
    padding: 0;
	}

	body#popup .pageFooter .logo {
    display: none;
	}

	.pageFooter .copyright {
    float: left;
		width:100%;
	}

	.pageFooter .copyright address {
		width:100%;

    color: #fff;
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 10px 0 !important;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, #1B3479), color-stop(0.88, #274AB2) );
    background-image: -moz-linear-gradient( center bottom, #1B3479 39%, #274AB2 88% );
	}

	.isSp{
		display:block;
	}
}