@charset "utf-8";
/* CSS Document */

/* 画面幅601px以上 */
@media screen and (min-width: 601px) {
	#contents #title { height: 100px; }
}

/* 画面幅600px以下 */
@media screen and (max-width: 600px) {
	#contents #title { height: 80px; }
}

#contents #title h2 {
	color: #5f1e23;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 1.8em;
	background-image: url(../img/privacypolicy/h_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-top: 10px;
}

#contents_inner {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0px!important;
}

.pc_none {
}

.sp_none {
	display: none;
}

/* プライバシーポリシー
---------------------------------------------------------------------------------------------------------------------------------------- */

#privacy {
	padding: 10px;
}

#privacy h3 {
	margin-bottom: 5px;
	font-weight: bold;
}

#privacy .pr_text {
	line-height: 1.6em;
}

#privacy .pr_text a {
	text-decoration: underline;
}

#privacy .pr_text p {
	margin-bottom: 20px;
	    font-size: 0.8em;
}

#privacy .pr_text .text_end {
	margin-bottom: 0px;
}


/* ▼サイトポリシー */


#privacy h3.sitemap-h3 {
	
	font-size:18px;
	font-weight:bold;
	    margin-bottom: 2px;
	
	}
	
.sitepolicy-inner p {
	margin-bottom: 12px !important;
	}
	
.sitepolicy-inner h3.sitemap-h3 {
    margin-bottom: 14px;
    display: block;
    padding-bottom: 10px;
}

.sitepolicy-inner ol {
	display:block;
	border:1px solid #d1d0cb;
		margin-bottom: 12px !important;
    padding: 5%;
    background-color: #f1f0e9;
}

.sitepolicy-inner ol li {
    list-style: decimal;
    /* margin-left: 19px; */
    padding-bottom: 7px;
    font-weight: bold;
        display: block;
    /* width: 244px; */
    /* vertical-align: top; */
    font-size: 13px;
}

.sitepolicy-inner ol li:last-child {

    padding-bottom: 0px;
	margin-bottom:0px;
}
	
.sitepolicy-inner {
    margin-bottom: 45px;
}

#privacy .pr_text p.text-mb-second {
    margin-bottom: 16px !important;
}

#privacy .pr_text p.text-mb-second2 {
    margin-bottom: 16px !important;
}

#privacy .pr_text h3{

}

#privacy .pr_text h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sp-hide {
	display:none;
	}

/* ▲サイトポリシー */


