@charset "UTF-8";

#main div:before,
#main div:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
	display: none;
}

#box1 .flexBox {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

@media screen and (max-width:767px) {
	#box1 .flexBox {
		flex-direction: column-reverse;
	}
}

#box1 .flexTxt {
	width: 100%;
	max-width: 450px;
	margin-bottom: 15px;
}

#box1 .flexImg {
	margin-bottom: 15px;
}

#box1 .flexImg img {
	width: 100%;
	height: auto;
}

.faqBox {
	margin-bottom: 15px;
}

.faqItem {
	margin-bottom: 5px;
	padding: 5px;
}

.faqItem:nth-child(even) {
	background-color: #fafdc6;
}

/* /table */
h3 {
	margin-top: 15px;
}

.tableWrapper {
	margin-top: 5px;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
}

.tableWrapper thead th,
.tableWrapper tbody td {
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
	padding: 10px;
}

.tableWrapper thead th {
	background-color: #e4f6ff;
	font-weight: bold;
}

.tableWrapper thead th.left {
	width: 20%;
}

.tableWrapper thead th.right {
	width: 40%;
}

.tableWrapper tbody td.sumi {
	color: #999999;
}

.small {
	margin: 15px 0;
}

.smallList {
	font-size: 12px;
	margin-bottom: 5px;
}

@media screen and (max-width:767px) {

	.tableWrapper thead th,
	tbody td {
		padding: 10px;
	}

	.tableWrapper thead th.left {
		width: 38%;
	}

	.tableWrapper thead th.right {
		width: 62%;
	}
}