@charset "utf-8";
/* CSS Document */
:root {
	--page-dark-gray: #2a313c;
	--page-gray: #e8e8e8;
	--page-orange: #eb3728;
}
.pane-main {
	margin: 0 auto 2em auto;
	width: 940px;
}
.page h4 {
	background-color: var(--page-gray);
	border-left: solid 3px var(--page-dark-gray);
	margin: 30px 0 10px 0;
	padding: 5px 5px 5px 10px;
}
.page li {
	list-style-type: disc;
	list-style-position: inside;
}
.page .box {
	width: 90%;
	margin: 15px 0 0 0;
	border: 1px dotted #76920A;
	padding: 15px;
	background-color: #FFFBEE;
}
.userguide_page .box_qa li {
	list-style-type: none;
}
.userguide_page .userguide_box {
	border: none;
	padding: 0;
	background-color: transparent;
	width: 100%;
}
.question_help_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.question_half_box {
	width: 49%;
}
.question_half_box > div {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid var(--page-orange);
	margin-top: 0;
	margin-bottom: 10px;
}
.question_box_op {
	margin: 30px auto;
	width: 90%;
}
.question_box_qa {
	padding-left: 1em;
	margin-bottom: 30px;
}
.question_box_qa li {
	font-size: 14px;
	text-align: left;
	margin-bottom: 2px;
	border-bottom: 1px dotted #C3C3C3;
	padding: 5px 0;
	list-style: none;
}
.question_box_op > li {
	display: flex;
	list-style: none;
	background-color: #EAF7EB;
	padding: 15px 0;
}
.question_box_op .question_answer_box {
	background-color: #FFF4F9;
	border-top: 1px dotted #C3C3C3;
}
.question_box_op li .photo_box {
	text-align: center;
	width: 15%;
}
.question_box_op li .text_box {
	width: 80%;
}
.question_page table {
	border: solid 1px var(--page-dark-gray);
	background-color: #FFF;
	margin-top: 10px;
}
.question_page table th,
.question_page table td {
	border-bottom: solid 1px var(--page-dark-gray);
	border-right: solid 1px var(--page-dark-gray);
	padding: 5px 10px;
	text-align: center;
}
.question_page table tr:first-of-type th:last-of-type,
.question_page table tr:last-of-type td:last-of-type {
	border-right: none;
}
.question_page table tr:last-of-type td,
.question_page table tr:last-of-type th {
	border-bottom: none;
}
.question_page table th {
	background-color: var(--page-gray);
	font-weight: bold;
}
.page .bank {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}
.page .bank > div:first-of-type {
	width: 30%;
}
.page .bank > div:last-of-type {
	width: 70%;
}
.page .bank p {
	padding: 3px 0;
}
.page .bank .title {
	font-weight: bold;
}
.inquiry_page h2 {
	border-bottom: none;
}
.inquiry_page .form {
	border-bottom: dashed 1px #B2B2B2;
	padding: 20px 0;
}
.inquiry_page .form .name {
	font-weight: bold;
}
.inquiry_page .form > div {
	display: flex;
	flex-wrap: wrap;
}
.inquiry_page .form > div p {
	padding-right: 15px;
}
.inquiry_page .form > div p:last-of-type {
	width: 100%;
}
.company_page td,
.company_page th {
	border-bottom: solid 1px #B2B2B2;
	padding: 15px;
}
.company_page tr:last-of-type td,
.company_page tr:last-of-type th {
	border-bottom: none;
}
.company_page th {
	background-color: var(--page-gray);
	font-weight: bold;
}
@media screen and (max-width: 390px) {
	.pane-main {
		margin: 0 auto 20px auto;
		width: 95%;
	}
	.page h2 {
		padding-left: 0;
	}
	.page .box {
		width: 100%;
	}
	.userguide_page p {
		padding-left: 0;
	}
	.userguide_box {
		padding: 0;
	}
	.page .userguide_box_op {
		display: block;
	}
	.page .userguide_box_op li {
		width: 100%;
	}
	.page .userguide_help_box {
		display: block;
	}
	.page .userguide_half_box {
		width: 100%;
	}
	.question_help_box {
		display: block;
	}
	.question_half_box {
		width: 100%;
	}
	.question_box_qa {
		padding-left: 0;
	}
	.question_box_op {
		width: 100%;
	}
	.page .bank {
	display: block;
	}
	.page .bank > div:first-of-type,
	.page .bank > div:last-of-type {
		margin: 15px auto 0 auto;
		width: 90%;
	}
	.page .bank .title {
		background-color: var(--page-gray);
	}
	.company_page tr {
		display: flex;
		flex-wrap: wrap;
	}
	.company_page th,
	.company_page td {
		border-bottom: none;
		padding: 5px;
		width: 100%;
	}
	.company_page th {
		text-align: left;
	}
	.company_page td {
		padding-bottom: 10px;
	}
}