/* Privacy Policy 2017.7.27
------------------------------------------------------*/

#top-page section#sec9 .container {
	padding: 0 0 40px;
}
#top-page section#sec9 #p_navi {
	font-size : 12px;
	width : 75%;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	text-align:  justify;
	margin-bottom : 10px;
}

#top-page section#sec9 #p_navi a:link,a:visited{
	color: #E0FFFF;
	text-decoration: underline;
}

#top-page section#sec9 hr {
	margin-top : 30px;
	margin-bottom : 30px;
}

#top-page section#sec9 ul {
	padding-right: 30px;
	padding-left: 30px;
}
#top-page section#sec9 h3 {
	font-size: 28px;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	margin-top : 15px;
	margin-bottom : 15px;
}
#top-page section#sec9 h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}

#top-page section#sec9 .policy1 {
	width : 75%;
	font-size: 16px;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align:  justify;
	margin-top : 20px;
}

#top-page section#sec9 .policy1 ol{
	width : 95%;
	margin-top : 20px;
	margin-bottom : 20px;
}
#top-page section#sec9 .policy1 li{
	margin-top : 0.5em;
	margin-bottom : 0.5em;
}

#top-page section#sec9 .policy1 ul li{
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	list-style-type : disc;
}

#top-page section#sec9 .policy1 a:link{
	color: #E0FFFF;
	text-decoration: underline;
}

#top-page section#sec9 .policy1 table {
	table-layout : fixed;
	width : 100%;
}

#top-page section#sec9 .policy1 table th, table td{
	border: solid 1px #ddd;
	font-size : 15px;
	padding-left: 3px;
}
#top-page section#sec9 .policy1 table th{
	text-align : center;
}

#top-page section#sec9 .policy2 {
	width : 80%;
	font-size: 16px;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align:  right;
}

#top-page section#sec9 p{
	margin-top : 5px;
	margin-bottom : 5px;
}

#top-page section#sec9 .policy3 {
	width : 50%;
	font-size: 16px;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	text-align:  center;
	border : solid 1px #ddd;
	margin-bottom : 20px;
}
/* pマーク */
.pmrkWrap {
	display: flex;
	justify-content: space-between;
	background: #fff;
	align-items: center;
	padding: 1em 2em;
	width: 50%;
	margin: 0 auto 2em;
}

.pmrkWrap.pmrkWrapB {
	background: none;
	border: 1px solid #fff;
	padding: 2em;
}

.pmrkWrap div {
	width: 30%;
}

.pmrkWrap.pmrkWrapB div:nth-child(1) {
	background: #fff;
	padding: 0.5em;
}

.pmrkWrap div:nth-child(2) {
	width: 54%;
}

.pmrkWrap div img {
	width: 100%;
}

.pmrkWrap div:nth-child(2) img {
	box-shadow: none;
	border: 1px solid#e0dfdf;
}

.pmrkWrap.pmrkWrapB div:nth-child(2) img {
	box-shadow: none;
	border:  none;
}
@media screen and (max-width:414px){
	.pmrkWrap {
	    width: 75%;
	}
	#top-page section#sec9 .policy1	{padding: 0;}
	#top-page section#sec9 .policy3	{
		width: 80%;
	}
	#top-page section#sec9 .policy1 ol {
	    margin: 1em 0 0 0;
	    width: 100%;
	    padding-left: 0;
	}

	#top-page section#sec9 h3 {
	    line-height: 1.2;
	}
	#top-page section#sec9 ul {
	    padding: 0;
	}	
}
