@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	-webkit-text-size-adjust:none;
	vertical-align: baseline;
}

button, input, select, textarea{
	border:0;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button {
	cursor: pointer;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body,button,input,select,table,textarea {
	line-height: 1;
	font-family: 'Poppins';
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

.link {
	text-decoration: underline;
	color: #0066cc;
}

.green {
	color: #01c73c;
}

.layout__header {

}

.layout__context {
	max-width:460px;
	margin:0 auto;
}

.layout__footer {
	height: 53px;
	background-color: #f4f4f4;
	border-top: 1px solid #cdccd1;
	text-align: center;
}

.policy_title {
	position: relative;
	background-color: #0096FF;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.policy_title--returnable {
	display: block;
	background-size: 16px 12px;
	line-height: 44px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.policy_title--returnable:link,
.policy_title--returnable:visited,
.policy_title--returnable:hover,
.policy_title--returnable:active {
	text-decoration: none;
}

.policy_summary {
	max-width:460px;
	margin:0 auto;
	padding: 25px 10px 37px;
}

.policy_summary__text {
	margin-top: 7px;
	line-height: 20px;
	font-size: 14px;
}

.policy_summary__text:first-of-type {
	margin-top: 0;
}

.article {
	padding: 15px 10px 21px;
	border-top: 1px solid #e5e5e5;
}

.article:first-child {
	border-top:0;
}

.article__title {
	margin-top: 14px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
}

.article__title2 {
	margin-top: 11px;
	line-height: 22px;
	font-size:17px;
	font-weight: bold;
}

.article__text {
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 16px;
	font-size: 12px;
}

.article__text2 {
	margin-top: 10px;
	padding-bottom: 2px;
	line-height: 17px;
	font-size: 13px;
}

.article__text3 {
	margin-top: 8px;
	line-height: 17px;
	font-size: 13px;
	color:#666;
}

.article__text3:last-child{
	padding-bottom:17px;
}

.clause {
	padding: 14px 0 17px;
	border-top: 1px solid #f0f0f0;
}

.clause:first-child {
	padding-top: 4px;
}

.clause:first-of-type {
	padding-top: 7px;
	border-top: 0;
}

.article__title + .clause {
	padding-top: 11px;
}

.clause__title {
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}

.sections__section {
	margin-top: 8px;
	padding-left: 6px;
	line-height: 16px;
	font-size: 12px;
	color: #000;
}

.address {
	margin: 9px 0 16px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}

.clause__text {
	margin-top: 8px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}

.clause__text .link {
	line-height: 17px;
	font-size: inherit;
}

.clause__text--black {
	color: #000;
}

.clause__text--mtop13 {
	margin-top: 13px;
}

.clause__text--mtop14 {
	margin-top: 14px;
}

.clause_table {
	margin-top: 11px;
	width: 100%;
	line-height: 16px;
	font-size: 12px;
}
.clause_table td{
	color:#666
}
.clause_table:first-child {
	margin-top: 0;
}

.clause_table__row {

}

.clause_table__row.clause_table__row--th {
	background-color: #f7f7f7;
	color: #333;
}

.clause_table__row:first-of-type {
	border-top: 1px solid #ddd;
}

.clause_table__cell {
	padding: 13px 14px 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.clause_table thead th.clause_table__cell {
	color:#333
}

.clause_table__row--th .clause_table__cell {
	width: 50%;
}

.clause_table__row--th .clause_table__cell--width-auto {
	width: auto;
}

.clause_table__row--th .clause_table__cell--width-114 {
	width: 114px;
}

.clause_table__cell:first-of-type {
	border-left: 1px solid #ddd;
}

.cell__subtitle {
	display: block;
	margin-top: 10px;
}

.cell__subtitle:first-of-type {
	margin-top: 0;
}

.cell__subtitle--strong {
	font-weight: bold;
}


.cell__details {
	padding-top: 2px;
}

.cell__details--refer {
	padding-top: 8px;
}

.company {
	line-height: 53px;
	font-size: 12px;
	color: #9f9f9f;
}

.list_num{padding-top:7px;padding-bottom:17px;word-wrap:break-word;}
.article__text3 + .list_num{padding-top:9px;}
.list_num >li{padding-left:16px;font-size:13px;color:#666;line-height:17px}
.list_num >li + li{padding-top:8px;}
.list_num >li em{display:inline-block;text-indent:-16px;font-style:normal;}
.list_num a{color:#06c}
.list_num_depth2{padding-top:8px;}
.list_num_depth2 li{font-size:13px;color:#666;line-height:17px}
.list_num_depth2 li  + li{padding-top:8px;}

.tbl_common {border:1px solid #ddd}
.tbl_common th{vertical-align:top;padding:13px 14px 10px;border:1px solid #ddd;border-width:0 1px 1px 0;background-color:#f7f7f7;font-size:12px;color:#333}
.tbl_common tbody th {text-align:left}
.tbl_common td{vertical-align:top;padding:13px 14px 10px;border:1px solid #ddd;border-width:0 0 1px 0;font-size:12px;color:#666}
.tbl_common td + td {border-width:0 0 1px 1px;}
.tbl_common + .tbl_common {margin-top:20px}
