@charset "UTF-8";
/* CSS Document */
section {
    padding: 5rem 0;
}
.FRpolicyTop{
	padding-top: 7rem;
}
.FRpolicyTop h2{
	width: 100%;
	font-size: 2.25rem;
	font-weight: bold;
}
.FRpolicyTop h2 span{
	display: inline-block;
	font-weight: normal;
	font-size: 1.625rem;
	line-height: 1.5;
	border-bottom: 1px solid #202020;
	margin-bottom: 4rem;
}
.FRpolicyHead{
    position: relative;
    background-image: url(../../image/company/policy/policy_head-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}
.FRpolicyHead p{
    color: #fff;
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.FRdetail p{
    max-width: 910px;
    font-size: 1.25rem;
    margin: 0 auto;
    letter-spacing: 0;
    font-feature-settings: "palt";
}

.FRpolicyList{
    max-width: 910px;
    margin-bottom: 10rem;
}
.FRpolicyList ul{
    border-top: 1px solid #b9b9b9;
}
.FRpolicyList ul li{
    border-bottom: 1px solid #b9b9b9;
}
.FRpolicyList ul li a{
    display: block;
    padding: 1.5rem 2.5rem;
    font-size: 2.25rem;
}

.FRpolicyList ul li small{
    font-size: 1rem;
}

.FRpolicyList  ul li.FRprivacyList_icon a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../image/company/policy/pdf-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 46px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.FRpolicyList  ul li.FRprivacyList_noicon a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    height: 46px;
    margin-bottom: 0.5rem;
}

/*// */
@media (max-width: 767.98px) {
    section {
        padding: 3rem 0;
    }
    .FRpolicyHead p{
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        text-shadow: 0 0 1rem #333;
    }
	.FRpolicyTop h2{
		width: 100%;
    }
    .FRpolicyList ul li{
        line-height: 1rem;
    }
    .FRpolicyList ul li a{
        padding: 1.5rem;
        font-size: 1.5rem;
    }

}

/*========= タブレット縦===============*/
@media (min-width: 768px) and (max-width: 1099px) {

}