@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#main_img {
	background-image: url(../img/policy/main_img.jpg);
}

#conts_01 {
	width: 100%;
	padding-top: 119px;
	position: relative;
}
#conts_01 .auto {
	width: 765px;
    position: relative;
    z-index: 9;
}
#conts_01 .bg_text {
	font-size: 200px;
	line-height: 1;
	color: rgba(255,255,255,0.03);
	position: absolute;
	top: 50px;
	left: -40px;
}
#conts_01 h3 {
	font-size: 23px;
	font-weight: bold;
	line-height: 36px;
    margin-bottom: 25px;
}
#conts_01 p {
    margin-bottom: 26px;
}
#conts_01 p:last-of-type {
    margin-bottom: 0;
}
#conts_01 p.signature {
    font-size: 13px;
	line-height: 22px;
	text-align: right;
}

}

/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#contents #main_img {
	background-image: url(../img/policy/main_img.jpg);
}

#conts_01 {
	width: 100%;
	padding-top: 69px;
	position: relative;
}
#conts_01 .auto {
    position: relative;
    z-index: 9;
}
#conts_01 .bg_text {
	font-size: 100px;
	line-height: 1;
	color: rgba(255,255,255,0.03);
	position: absolute;
	top: 18px;
	left: -20px;
    white-space: nowrap;
}
#conts_01 h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
    margin-bottom: 16px;
}
#conts_01 p {
    margin-bottom: 14px;
}
#conts_01 p:last-of-type {
    margin-bottom: 0;
}
#conts_01 p.signature {
    font-size: 1.2rem;
	line-height: 1.8;
	text-align: right;
}

}







