@charset "UTF-8";
/* CSS Document */
h1{
    font-size: 2.67em;
    font-weight: 600;
}
.wrap_m.Privacyinner{
    position: relative;
    margin-top: 3.75em;   
}
img.back-img {
    top: -40px;
    right: -300px;
}
.wrap_s {
	padding-bottom: 0;
}
p.ol_text {
    margin: 0 0 0 -22px;
}
ol {
    padding-left: 1.3em;
    margin: 20px 0;
}
li.ol_bottom {
    margin-bottom: 30px;
}
ul {
    padding: 0;
    list-style: none;
    margin: 0 0 0 -21px;
}
br.sp_on{
    display: none;
}
/*（スマホ）
-----------------------------*/
@media screen and (max-width:768px){
    img.back-img {
        top: -15px;
        right: -70px;
    }
    br.sp_on{
        display: block;
    }
    p.ol_text {
        margin: 0 0 0 -20px;
    }
}


/*==================================================
　リンクボタン
====================================================*/
li.ol_bottom {
    position: relative;
}
.btn_angle_circle{
	position: absolute;
	bottom: -5em;
	left: -2em;
}


/*（スマホ）
-----------------------------*/
@media screen and (max-width:768px){
    .privacy_wrap {
        width: 100%;
        margin: 0 auto;
        padding: 20px 24.7px 50px;
    }
}


