@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

@media screen and (max-width: 1015px) {
	.wrapper {
		background-position: right top;
	}
}


.box_line {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.box_line .qa_all {
	width: 100%;
}

.box_line .qa_all li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6D9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}
.box_line .qa_all .number {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336500;
	max-width: 30px;
	padding: 0 15px 0 0;
}
.box_line .qa_all .title {
	font-family: "Noto Sans JP", sans-serif;
	max-width: 460px;
	font-weight: bold;
}

.q {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	background-image: url(../images/q.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	min-height: 27px;
	background-color: #E8E6D9;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #336500;
	padding-right: 20px;
}
.a {
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 15px top;
	padding-left: 60px;
	min-height: 27px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	line-height: 2em;
}
.logo {
	padding-left: 20px;
}
h5 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 5px solid #E8E6D9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
}
table {
	margin-bottom: 30px;
}

th {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6D9;
}
td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E6D9;
}
.p_left {
	margin-right: 20px;
	width: 25%;
}
.user {
	width: 75%;
}

h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 10px;
}
p {
	margin-bottom: 20px;
}
.wrapper.cbox .top_box .top_right .contents.cbox .contents_base .naka .naka_base .box_line .qa_all .cbox.none {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
