@charset "UTF-8";

/* ==============================================================
*  templates
* ============================================================ */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

html {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}

/* change colours to suit your needs */
mark {
	color: #000;
	font-weight: bold;
	font-style: italic;
	background-color: #ff9;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

input,
select {
	vertical-align: middle;
}

/* safari */
input,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-appearance: none;
}

/* Box sizingの定義 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* bodyのデフォルトを定義 */
body {
	color: #333;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		Hiragino Kaku Gothic Pro,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		sans-serif;
}

.txt {
	line-height: 1.5;
}

/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a {
	color: #00588c;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.2s;
}

/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
	font: inherit;
}

/* IE以外モダンブラウザ */
.clearfix::after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* IE7・Mac版IE5 */
.clearfix {
	display: inline-block;
}

/* フォーカス時の枠線消去 */
:focus {
	outline: none;
}

/* ==============================================================
*  layout
* ============================================================ */
#header {
	height: 96px;
}

#header .inbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

#header .inbox .l_area {
	width: 430px;
}

#header .inbox .r_area {
	width: 500px;
}

#header .inbox .logobox .txt {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.4;
}

#header .closingbox > .list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
}

#header .closingbox a {
	width: 246px;
	height: 56px;
}

#header .closingbox .closing_tel {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(
			-67deg,
			#40ab1b 0%,
			#40ab1b 50%,
			#4bb526 50%,
			#4bb526 100%
		);
	border-radius: 6px;
	box-shadow: 0 4px 0 0 #338e14;
}

#header .closingbox .closing_tel:hover {
	box-shadow: 0 2px 0 0 #338e14;
	transform: translateY(2px);
	opacity: 1;
}

#header .closingbox .closing_mail {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(
			-67deg,
			#ee771c 0%,
			#ee771c 50%,
			#f18b3e 50%,
			#f18b3e 100%
		);
	border-radius: 6px;
	box-shadow: 0 4px 0 0 #d86100;
}

#header .closingbox .closing_mail:hover {
	box-shadow: 0 2px 0 0 #d86100;
	transform: translateY(2px);
	opacity: 1;
}

/* ==============================================================
*  closing
* ============================================================ */
.closing {
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #555;
}

.closing .txt_img {
	height: 162px;
	text-align: center;
	background-color: #555;
}

.closing .inbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 0 36px;
}

.closing .closingbox > .txt {
	padding-bottom: 18px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.closing .closingbox > .list {
	display: flex;
	justify-content: space-between;
	width: 900px;
}

.closing .closingbox a {
	width: 434px;
	height: 90px;
}

.closing .closingbox .closing_tel {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(
			-67deg,
			#40ab1b 0%,
			#40ab1b 50%,
			#4bb526 50%,
			#4bb526 100%
		);
	border-radius: 6px;
	box-shadow: 0 4px 0 0 #338e14;
}

.closing .closingbox .closing_tel:hover {
	box-shadow: 0 2px 0 0 #338e14;
	transform: translateY(2px);
	opacity: 1;
}

.closing .closingbox .closing_mail {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(
			-67deg,
			#ee771c 0%,
			#ee771c 50%,
			#f18b3e 50%,
			#f18b3e 100%
		);
	border-radius: 6px;
	box-shadow: 0 4px 0 0 #d86100;
}

.closing .closingbox .closing_mail:hover {
	box-shadow: 0 2px 0 0 #d86100;
	transform: translateY(2px);
	opacity: 1;
}

.closing .reservationbox {
	width: 690px;
	margin: 30px auto 0;
}

.closing .reservationbox .reservation_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 690px;
	height: 60px;
	margin: 0 auto 20px;
	background-color: #d9d9d9;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 #b5b5b5;
}

.closing .reservationbox .reservation_btn:hover {
	box-shadow: 0 2px 0 0 #b5b5b5;
	transform: translateY(2px);
	opacity: 1;
}

/* モーダルウィンドウ */
.modal {
	position: fixed;
	top: 0;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100vh;
}

.modal .modal_bg {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
}

.modal .modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.modal .modal_content {
	width: 820px;
	border-radius: 8px;
}

.modal .telbox .tel_txt {
	width: 170px;
	height: 24px;
	margin: 10px auto 0;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #939393;
	border-radius: 30px;
}

.modal .btnbox > .list {
	display: flex;
	justify-content: space-between;
}

.modal .btnbox a {
	width: 200px;
	height: 62px;
}

.modal .modal_content_inner {
	position: relative;
}

.modal#modal_tel .modal_content_inner .mt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background-color: #57b638;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.modal .modal_content_inner .inbox {
	padding-top: 22px;
}

.modal .modal_content_inner .inbox .st {
	width: 100%;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
}

.modal#modal_tel .modal_content_inner .inbox > .txt {
	font-size: 18px;
}

.modal#modal_tel .modal_content_inner .telbox {
	display: flex;
	justify-content: space-between;
	width: 656px;
	margin: 0 auto 20px;
}

.modal#modal_tel .modal_content_inner .telbox .tel {
	height: 64px;
	padding-left: 35px;
	background: url(../img/lp/modal_ico_tel.png) no-repeat left center;
}

.modal#modal_tel .modal_content_inner .telbox .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modal#modal_tel .modal_content_inner .telbox .list li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	background-color: #e7e7e7;
	border-radius: 6px;
}

.modal#modal_tel .modal_content_inner .telbox .list li:nth-of-type(3) {
	width: 190px;
	margin-top: 8px;
}

.modal#modal_tel .modal_content_inner .ecbox {
	width: 734px;
	margin: 34px auto 0;
	padding: 22px 0 40px;
	border-top: 3px dotted #a8a8a8;
}

.modal#modal_tel .modal_content_inner .ecbox .ec_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 664px;
	height: 96px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d9d9d9;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 #b5b5b5;
}

.modal#modal_tel .modal_content_inner .ecbox .ec_btn:hover {
	box-shadow: 0 2px 0 0 #b5b5b5;
	transform: translateY(2px);
	opacity: 1;
}

.modal#modal_ec .modal_content {
	min-height: 372px;
}

.modal#modal_ec .modal_content_inner .mt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background-color: #555;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.modal#modal_ec .modal_content_inner .inbox .st {
	margin-bottom: 34px;
}

.modal#modal_ec .modal_content_inner .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.modal#modal_ec .modal_content_inner .list li {
	width: 25%;
	font-weight: bold;
	font-size: 20px;
}

.modal#modal_ec .modal_content_inner .list li:nth-of-type(n + 5) {
	margin-top: 30px;
}

.modal .modal_close {
	position: absolute;
	top: -68px;
	right: 0;
}

/* ==============================================================
*  footer
* ============================================================ */
#footer {
	padding-top: 122px;
	background: url(../img/lp/bg_footer.png) no-repeat center top 75px;
}

#footer .inbox {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f8deb8;
}

#footer .footerbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#footer .footerbox .list {
	display: flex;
	align-items: center;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
}

#footer .footerbox .list li {
	color: #666;
	font-size: 14px;
}

#footer .footerbox .list li:nth-of-type(n + 1) {
	margin-left: 20px;
}

#footer .footerbox .list li a {
	color: #666;
	font-size: 16px;
}

#footer .footerbox .sslbox {
	display: flex;
	align-items: center;
	width: 340px;
	margin-right: 14px;
}

#footer .footerbox .sslbox input {
	width: 40px;
}

#footer .footerbox .sslbox .txt {
	width: 168px;
	margin-left: 16px;
	font-size: 10px;
}

#footer .footerbox .txtbox {
	width: 100%;
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #fff;
}

#footer .footerbox .txtbox .txt {
	font-size: 10px;
	line-height: 1.8;
}

#footer .copyright {
	padding: 10px 0;
	background-color: #fff;
}

#footer .copyright .txt {
	color: #666;
	font-size: 12px;
	text-align: center;
}

/* ==============================================================
*  common
* ============================================================ */
#container.under {
	padding-top: 34px;
	background-color: #f6f6f6;
}

/* ==============================================================
*  top
* ============================================================ */

/* main */
#main .bg {
	height: 340px;
	background: #f9eedd url(../img/lp/bg_main.png) no-repeat;
	background-position: calc(50% + 38px) bottom;
}

#main .inbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 49px;
}

#main .pointbox {
	padding-top: 24px;
	padding-bottom: 28px;
	background-color: #d7d7d7;
}

#main .pointbox .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#main .pointbox .list li:nth-of-type(n + 3) {
	margin-top: 12px;
}

/* trouble */
#trouble .bg1 {
	padding-top: 70px;
	padding-bottom: 90px;
	background-color: #f6f6f6;
}

#trouble .troublebox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#trouble .troublebox .list {
	background: url(../img/lp/bg_ph_trouble.png) no-repeat right center;
}

#trouble .troublebox .list li {
	padding-left: 49px;
	font-weight: bold;
	font-size: 23px;
	background: url(../img/lp/ico_check_trouble.png) no-repeat left center;
}

#trouble .troublebox .list li:nth-of-type(n + 2) {
	margin-top: 30px;
}

#trouble .troublebox .list li .notice {
	font-size: 27px;
}

#trouble .bg2 {
	position: relative;
	padding-top: 40px;
	padding-bottom: 55px;
	background: url(../img/lp/bg_point.jpg) no-repeat;
	background-size: cover;
}

#trouble .bg2::before {
	position: absolute;
	top: -22px;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-color: #a3a3a3 transparent transparent transparent;
	border-style: solid;
	border-width: 55px 82px 0 82px;
	content: "";
}

#trouble .pointbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#trouble .pointbox .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

#trouble .pointbox .list li:nth-of-type(n + 3) {
	margin-top: 10px;
}

#trouble .pointbox .list li:last-of-type {
	width: 100%;
	margin-top: 20px;
}

/* charge */
#charge .bg1 {
	padding-top: 70px;
	padding-bottom: 90px;
	background-color: #f6f6f6;
}

#charge .inbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* switch */
#switch .bg1 {
	padding-top: 90px;
	padding-bottom: 40px;
	background-color: #fff6ef;
}

#switch .inbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#switch .inbox .switchbox1 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/lp/i_switch.png) no-repeat right 10px top;
}

#switch .inbox .switchbox1 .txt {
	width: 580px;
	padding: 10px;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
}

#switch .inbox .switchbox2 .st {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 830px;
	height: 55px;
	margin: 0 auto -39px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #ec7d29;
}

#switch .inbox .switchbox2 .st .highlight {
	color: #ffffa1;
	font-size: 26px;
}

#switch .inbox .switchbox2 .txtbox {
	height: 245px;
	padding: 60px 348px 44px 40px;
	background: #fff url(../img/lp/bg_ph_switch2.png) no-repeat right;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 9px 1px #decdbe;
	-moz-box-shadow: 0 2px 9px 1px #decdbe;
	-o-box-shadow: 0 2px 9px 1px #decdbe;
	-ms-box-shadow: 0 2px 9px 1px #decdbe;
	box-shadow: 0 2px 9px 1px #decdbe;
}

#switch .inbox .switchbox2 .txtbox .txt {
	font-size: 18px;
	line-height: 1.6;
}

#switch .inbox .switchbox2 .txt_right .txt {
	display: inline-block;
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
}

/* step */
#step .bg1 {
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #f6f6f6;
}

#step .inbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#step .stepbox1 .list {
	display: flex;
	justify-content: space-between;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

#step .stepbox1 .list li {
	position: relative;
	min-width: 268px;
}

#step .stepbox1 .list li .txt {
	margin-top: 10px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

#step .stepbox1 .list li:not(:last-of-type) {
	padding-top: 10px;
}

#step .stepbox1 .list li:not(:last-of-type)::after {
	position: absolute;
	top: 100px;
	right: -30px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-color: transparent transparent transparent #f48e40;
	border-style: solid;
	border-width: 21px 0 21px 21px;
	content: "";
}

#step .stepbox2 {
	padding: 40px 24px;
	background: #fff url(../img/lp/bg_ph_step2.png) no-repeat right bottom;
	border: 3px solid #8c8c8c;
	border-radius: 8px;
}

#step .stepbox2 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 56px;
	margin-left: 56px;
}

#step .stepbox2 .list li {
	padding-left: 45px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	background: url(../img/lp/ico_check_step.png) no-repeat left center;
}

#step .stepbox2 .box {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 2px dashed #a8a8a8;
}

#step .stepbox2 .box .st {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 345px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	background-color: #f48e40;
}

#step .stepbox2 .box .txt {
	font-size: 24px;
}

#step .txt_right .txt {
	display: inline-block;
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
}

/* faq */
#faq {
	padding-top: 50px;
	padding-bottom: 80px;
}

#faq .inbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#faq .inbox .mt {
	margin-left: 20px;
	font-weight: bold;
	font-size: 26px;
}

#faq .faqbox1 .mt {
	padding-left: 34px;
	line-height: 44px;
	background: url(../img/lp/ico_mt1_faq.png) no-repeat left center;
}

#faq .faqbox2 .mt {
	padding-left: 58px;
	line-height: 37px;
	background: url(../img/lp/ico_mt_faq2.png) no-repeat left center;
}

#faq .inbox .list .toggle {
	position: relative;
	padding: 14px 58px 14px 60px;
	font-weight: bold;
	font-size: 20px;
	background: #f5f5f5 url(../img/lp/ico_q_faq.png) no-repeat 12px center;
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	cursor: pointer;
}

#faq .faqbox2 .list .toggle {
	background: #f5f5f5 url(../img/lp/ico_q_faq2.png) no-repeat 12px center;
}

#faq .inbox .list .toggle:nth-of-type(n + 1) {
	margin-top: 8px;
}

#faq .inbox .list .toggle::after {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	border-color: #7f7f7f transparent transparent transparent;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	transform: translateY(-50%);
	content: "";
}

#faq .inbox .list .toggle.open::after {
	border-color: transparent transparent #7f7f7f transparent;
	border-style: solid;
	border-width: 0 10px 12px 10px;
}

#faq .inbox .list .togglebox {
	padding: 20px 50px 30px 65px;
	font-size: 18px;
	line-height: 1.6;
	background: url(../img/lp/ico_a_faq.png) no-repeat left 14px top 20px;
}

/* ==============================================================
*  company
* ============================================================ */

#company {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}

#company .tm {
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	border-left: 9px solid #f48f41;
}

.company table {
	width: 100%;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-collapse: collapse;
}

.company th,
.company td {
	line-height: 1.6;
}

.company tbody th,
.company tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}

.company tbody th {
	width: 190px;
	padding: 20px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	background: #ffe6d2;
}

.company tbody td {
	padding: 10px 30px;
	font-size: 16px;
	background: #fff;
}

#privacy {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}

#privacy .tm {
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	border-left: 9px solid #f48f41;
}

#privacy_personal {
	font-size: 24px;
	border-bottom: 2px dotted #a8a8a8;
}

#privacy .inner {
	font-size: 16px;
	line-height: 1.8;
}

#privacy_area {
	margin-bottom: 80px;
}

#security {
	margin-bottom: 80px;
}

#privacy_area h4,
#security_area h4 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px dashed #ccc;
}

#privacy_area h5,
#security_area h5 {
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

#privacy_area p,
#privacy_area li,
#privacy_area dt,
#privacy_area dd,
#security_area p,
#security_area li,
#security_area dt,
#security_area dd {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

#privacy_area dt,
#security_area dt {
	font-weight: bold;
}

#privacy_area .mb,
#security_area .mb {
	margin-bottom: 20px;
}

#privacy_area .mbl,
#security_area .mbl {
	margin-bottom: 30px;
}

#privacy_area li,
#security_area li {
	margin: 0.5em 0 0.5em 1em;
}

#privacy_area {
	box-sizing: border-box;
	line-height: 1.5;
}

#contents .cnts_mt {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 18px;
}

#main-content .childParagraph {
	box-sizing: border-box;
	width: auto;
}

#privacy .childTable {
	width: 95%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#privacy .childTd,
#privacy .childTh {
	padding: 0.4em 1em;
	color: #333;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#privacy .childTh {
	width: 30%;
	background: #eee;
}

#privacy .childTd {
	background: #fff;
}

#privacy .childTd.center,
#privacy .childTh.center {
	text-align: center;
}

#privacy .childTable > tbody > tr:first-of-type td {
	font-weight: bold;
	white-space: nowrap;
}

#privacy h3.ttl-business {
	display: block !important;
	margin-bottom: 7px;
	pointer-events: none;
}

#privacy h4.ttl-business {
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

#privacy p.listCaption {
	display: block;
	font-weight: bold;
	line-height: 3em;
}

#privacy p.listCaption:first-of-type {
	margin-top: 10px;
}

#privacy .childItem {
	margin-bottom: 1em;
}

#privacy .childParagraph {
	margin-bottom: 1em;
	padding-left: 1.7em;
}

#privacy .subList + .childParagraph {
	margin-top: 0;
}

#privacy ul.no-border {
	margin-left: 16px;
}

#privacy .subItem {
	margin-left: 1.4em;
	text-indent: -1.4em;
}

/* ==============================================================
*  modules
* ============================================================ */

/* margin */
.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.mr30 {
	margin-right: 30px;
}

.mlr_auto {
	margin-right: auto;
	margin-left: auto;
}

.pb10 {
	padding-bottom: 10px;
}

.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none;
}

/* text-align */
.center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

/* font */
.fs14 {
	font-size: 14px;
}

.fs20 {
	font-size: 20px;
}

.fs40 {
	font-size: 40px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.notice {
	color: #c50000;
}

.marker_yellow {
	background:
		linear-gradient(
			transparent 0.8em,
			#fff8a8 0,
			#fff8a8 1.5em,
			transparent 0
		);
}

.inner_link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
