@charset "UTF-8";
/* Scss Document */
/* color */
/* media queries*/
/*.qes {
	&:nth-child(n + 6) {
		display: none;
	}
}*/
.manual_head {
		background: url("/wp-content/uploads/manual_head_bg.jpg") no-repeat;
		background-position: center 43%;
		background-size: cover;
}
.caution_small {
		font-size: 0.9rem !important;
}
.box_top ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
@media screen and (max-width: 899px) {
		.box_top ul {
				display: block;
		}
}
.box_top ul li {
		margin-bottom: 1rem;
		/*width: calc((100% - 30px) / 3);*/
		margin-left: 10px;
		/*&:nth-last-of-type(-n+2){
			width: calc((100% - 30px) / 2);
		}*/
}
.box_top ul li .small {
		font-size: 80%;
}
@media screen and (max-width: 899px) {
		.box_top ul li {
				width: 90% !important;
				margin: 0 auto 1rem;
		}
}
@media screen and (max-width: 899px) {
		.box_top ul li br {
				display: none;
		}
}

.box_bottom ul li {
		padding: 1rem;
		width: calc((100% - 20px) / 2) !important;
		margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
		.box_bottom ul li {
				width: 100%;
		}
		.box_bottom ul li img {
				width: 30%;
				margin: 0 auto;
		}
}
@media screen and (max-width: 767px) {
		.box_bottom ul {
				display: block;
		}
}

.title_border {
		border-bottom: rgba(243, 222, 40, 0.5) 3px solid;
		padding: 0.3rem;
		margin-bottom: 0.5rem;
}

.lists {
		margin: 3rem 3% 0 3%;
		padding: 0.5rem 2%;
}
.lists h5 {
		font-size: 1.1rem;
		border-left: 2rem #F3DE28 solid;
		padding: 0.5rem;
		margin-bottom: 2rem;
		border-bottom: #47463b 1px solid;
}
.lists h5 + p {
		margin-bottom: 2rem;
		margin-left: 1.5rem;
}
.lists h5 + p span {
		display: block;
		margin-left: -0.5rem;
		margin-bottom: 0.5rem;
		font-weight: bold;
}
.lists .box + h5 {
		margin-top: 3rem;
}
.lists .box {
		display: table;
		border: 1px rgba(71, 70, 59, 0.5) solid;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0.5rem 0;
		padding: 1rem;
}
@media screen and (max-width: 767px) {
		.lists .box {
				display: block;
		}
}
.lists .box .text {
		display: table-cell;
		padding-right: 1rem;
		vertical-align: top;
		width: 100%;
}
@media screen and (max-width: 767px) {
		.lists .box .text {
				padding-right: 0;
				font-weight: bold;
				padding-bottom: 1rem;
				display: block;
		}
}
.lists .box .text .title {
		font-size: 1.1rem;
		margin-bottom: 0.5rem;
		font-weight: bold;
}
.lists .box .img {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 8rem;
}
@media screen and (max-width: 767px) {
		.lists .box .img {
				width: 100%;
				display: block;
		}
}

/* === 2024新規 === */
.on-sight_head {
		background: url("on-sight_head_bg.jpg") no-repeat;
		background-position: 50% center;
		background-size: cover;
}

.box_qa .item {
		width: 32.6666666667%;
}
.box_qa .item:nth-of-type(1) .ques {
		background: url("../img/box_ques_ico01.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(1) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(2) .ques {
		background: url("../img/box_ques_ico02.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(2) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}
.box_qa .item:nth-of-type(3) .ques {
		background: url("../img/box_ques_ico03.svg") no-repeat bottom center;
		background-size: 10rem;
}
.box_qa .item:nth-of-type(3) .ans {
		background: url("../img/box_ans.svg") no-repeat bottom center;
		background-size: 11rem;
}

.merit {
		margin: 3rem 0;
}
.merit .merit_title {
		padding: 0.5rem;
		border-bottom: #F3DE28 3px solid;
		font-weight: bold;
		font-size: 1.1rem;
}
.merit .merit_title span {
		font-weight: bold;
		font-size: 0.9rem;
		display: block;
}
@media screen and (max-width: 640px) {
		.merit .merit_title span {
				display: inline;
				padding-right: 1rem;
		}
}
.merit .merit_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item {
				display: block;
				margin-bottom: 2rem;
		}
}
.merit .merit_item .box {
		padding: 0.5rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item .box:first-of-type {
				text-align: center;
		}
}
.merit .merit_item .box:last-of-type {
		padding-top: 1.5rem;
}
@media screen and (max-width: 640px) {
		.merit .merit_item .box:last-of-type {
				padding-top: 0.5rem;
		}
}
.merit .merit_item .box ul {
		margin: 0;
}
.merit .merit_item .box ul li {
		list-style: none;
		text-indent: -1rem;
		padding-left: 1rem;
}

.operation {
		margin: 3rem 3%;
		border: 1px #F3DE28 solid;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.operation .title {
		background-color: #F3DE28;
		font-size: 1.2rem;
		font-weight: bold;
		color: #47463b;
		padding: 0.5rem 1.5rem;
		margin-bottom: 2rem;
}
.operation ul {
		padding: 0 2rem;
		width: auto;
		margin: 0 auto 2rem;
}
.operation ul li {
		list-style: none;
		margin-bottom: 0.8rem;
		text-indent: -2rem;
		padding: 0 0 0 2rem;
		font-weight: bold;
}
.operation ul li:before {
		font-family: "Font Awesome 5 Free";
		content: " \f058";
		font-weight: 900;
		color: #f26628;
		margin-right: 0.5rem;
		font-size: 1.1rem;
}
.operation ul li:last-child {
		margin-bottom: 0;
}
@media screen and (max-width: 767px) {
		.operation ul li {
				text-indent: -2rem;
				margin-left: 2rem;
		}
}

.manual_case {
		margin: 3rem 0;
		background: rgba(249, 239, 170, 0.35);
		padding: 1rem;
}
.manual_case .title {
		font-weight: bold;
		padding: 0.5rem;
		display: table-cell;
		vertical-align: middle;
		font-size: 1.1rem;
}
.manual_case .text {
		margin: 1rem auto;
		background: #fff;
		padding: 1rem;
		width: 100%;
}
.manual_case .text .title {
		font-weight: bold;
		padding: 0.5rem;
		font-size: 1.1rem;
}
.manual_case .text .text_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
@media screen and (max-width: 1000px) {
		.manual_case .text .text_box {
				display: block;
		}
}
.manual_case .text .text_box .explain {
		padding: 0.5rem 0;
		width: 90%;
}
.manual_case .text .text_box .explain ul {
		margin: 0 0 1rem 0;
}
.manual_case .text .text_box .explain ul li {
		list-style: none;
		text-indent: -1rem;
		padding-left: 1rem;
}
.manual_case .text .text_box .explain p {
		margin-bottom: 0.8rem;
}
.manual_case .text .text_box .text_only {
		border-top: #47463b 1px solid;
		padding: 1rem 0 0 0;
		margin: 1rem 0 0 0;
}
.manual_case .text .text_box .text_only p {
		padding: 0 0 1rem 0;
}
.manual_case .text .text_box .img {
		background: #fff;
		text-align: center;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
}
@media screen and (max-width: 1000px) {
		.manual_case .text .text_box .img {
				margin: 0.8rem 0 0 0;
		}
}