@charset "utf-8";
@import url(/css/common.css);

/* ------------------------------ policy */
.policy.index .boxHeaderArea03 .headerMainVisual {
	background-image: url(/img/img_policy_mainvisual.jpg);
}
.policy.index .boxHeaderArea03 .boxLead h1 {
	margin-top: 4px;
}
.policy.index .boxHeaderArea03 .boxLead h1.align-center {
	margin: 25px 0 0 23px;
	float: left;
} 

.boxPolicy {
	margin: 0 0 35px 0;
}
.boxPolicy.-mb_m {
	margin-bottom: 25px;
}
.boxPolicy.-mt_m {
	margin-top: 25px;
}
.boxPolicy ol {
	margin: 0 0 10px 0;
}
.boxPolicy li {
	margin: 0 0 0 25px;
	list-style-type: decimal;
}

/* ------------------------------ Clearfix */
.cfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .cfix {
	zoom: 1;
}
*:first-child+html .cfix {
	zoom: 1;
}


/* ------------------------------ サイトポリシー用テーブル */
.boxPolicy__table {
	border-collapse: collapse;
}
.boxPolicy__table th, .boxPolicy__table td {
	border:1px solid #333;
	padding: 4px 20px;
	width: 180px;
}
.boxPolicy__table th:nth-child(1), .boxPolicy__table td:nth-child(1) {
	width: 110px;
}
@media only screen and (max-width: 414px) {
	.boxPolicy__table th,.boxPolicy__table td {
		padding: 4px 10px;
	}	
}

.boxPolicy__table th {
	font-weight: bold;
}

.sitePolicy-red {
	color: #BC0209;
}

@media only screen and (max-width: 960px) {
	.sitePolicy__img {
			width: 40%;
			min-width: 250px;
	}
}

.boxPolicy__text.-right {
	display: block;
	text-align: right;
}

.boxPolicy__flex {
	display: flex;
	align-items: center;	
	width: 100%;
	max-width: 800px;
	margin: 2em auto;
	padding: 15px 30px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.section a.boxPolicy__link {
	color: #224392;
}
.boxPolicy__link.blank {
	padding: 0 12px 0 0;
	background: url(/common/img/icon_blank.gif) no-repeat 100% 0.25em;
}

		
.boxPolicy__flex__img {
	min-width: 158px;
}
.boxPolicy__flex__img > img{
	display: block;
	width: 100%;
}
@media only screen and (max-width: 960px) {
	.boxPolicy__flex__img {
		min-width: 120px;
	}
}
@media only screen and (max-width: 414px) {
	.boxPolicy__flex__img {
		min-width: 100px;
	}
}
.section p.boxPolicy__flex__text {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 12px;
}


.registered__icon {
	font-family: "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	"メイリオ",
	Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS PGothic",
	sans-serif;
}

a.boxPolicy__flex__img:hover img {
	opacity:0.5;
}