@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     ポリシー
 Notes:          
--------------------------------------------------------------- */
.main-wrap{
width:100%;

}

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
    background: url("../img/common/head02_bg.png") 0 0 no-repeat;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 14.84375%;
    background-size: contain;
margin-bottom: 8%;
}
.main-title{
width:42.4479%;
margin: -9% auto;
}
.main-title img{
width:100%;
}

.main{
width:50%;
margin: 0 auto;
}

.policy-txt{
font-size: 1vw;
line-height: 170%;
margin-bottom: 5%;
}

.policy-txt2{
text-align: right;
font-size: 1vw;
line-height: 170%;
margin-bottom: 5%;
}

.policy-midasi{
color:#f6782d;
font-size: 1.4vw;
font-weight: bold;
text-align: center;
margin-bottom: 5%;
}


/* ================= smartphone ================= */
@media only screen and (max-width:699px) {

.main-title_bg{
width:100%;
line-height: 100%;
text-align: center;
    background: url("../img/common/head02_bg_sm.png") 0 0 no-repeat;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 33.5294%;
    background-size: contain;
margin-bottom: 5%;
}
.main-title{
width:90%;
margin: -20% auto;
}

.main {
    width: 90%;
    margin: 0 auto;
}

.policy-txt{
font-size: 14px;
line-height: 170%;
margin-bottom: 5%;
}

.policy-txt2{
text-align: right;
font-size: 14px;
line-height: 170%;
margin-bottom: 5%;
}

.policy-midasi{
color:#f6782d;
font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 5%;
}


}