@charset "UTF-8";
main {
    overflow: hidden;
}
.subhead_area {
	background: url(../img/privacy/subhead.jpg);
    background-position: center;
	background-size: cover;
}
.privacy_box{
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.obi_title{
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #dd4571;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.text_box{
    padding: 0px 20px;
}
.text_box p{
    letter-spacing: 0em;
}
.point_box{
    width: 85%;
    margin: auto;
}
.po_title{
    font-size: 23px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 5px;
}
.po_text{
    font-size: 16px;
    line-height: 1.8;
}
.po_title span{
    color: #dd4571;
}
.line img{
    margin: 25px 0px;
}
.point_box:last-child{
    padding: 10px 0px 20px;
}
.btn_contact{
    color: #fff;
    margin: 60px auto;
    text-align: center;
    max-width: 250px;
}
.btn_contact a{
    padding: 15px 10px;
    background-color: #d90051;
    background: -webkit-linear-gradient(top, #fabdc3, #e56876, #d90051);
    transition: 0.3s;
    display: block;
}

.line_sp{
    display: none;
}
.indent{
    text-indent: -1em;
    padding-left: 1em;

}
.btn_contact a:hover{
    opacity: 0.6;
}
.text_box{

}
@media screen and (max-width: 850px){

}
@media screen and (max-width: 650px){
    .po_title{
        font-size: 15px;
    }
    .po_text{
        font-size: 12px;
    }
    .obi_title{
        font-size: 22px;
    }
    .line{
        display: none;
    }
    .line_sp{
        display: block;

    }
    .line_sp img{
        margin: 25px 0px;
    }
    .point_box{
        width: 100%;
    }

    .btn_contact{
		margin: 20px auto 40px;
		max-width: 220px;
		font-size: 14px;
	}
	.btn_contact a{
		font-size: 14px;
    }
}