/* Common Body
----------------------------------------------------*/
#Main,
#Dirpath,
#Page_titlearea {
	background: none !important; }

.toiawas_block {
	margin: 25px 0 45px;
	padding-bottom: 30px;
	border: 1px solid #999; }
	@media screen and (max-width: 667px) {
	.toiawas_block {
	margin: 5vw 0 8vw;
	padding-bottom: 5vw;
	border: 1px solid #999; }
	}
.toiawas_block a:hover {
	opacity: 0.7;
}
.toiawas_block .toiawas_title {
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #69af7d;
	color: #fff;
	font-size: 150%; }
	@media screen and (max-width: 667px) {
	.toiawas_block .toiawas_title {
	margin-bottom: 5vw;
	padding: 3vw;
	line-height: 1.1; }
	}
.toiawas_block .toiawas_title span {
	font-size: 80%; }
.toiawas_block p {
	margin: 0 30px; }
	@media screen and (max-width: 667px) {
	.toiawas_block p {
	margin: 0 5vw; }
	}
.toiawas_block ul {
	margin: 0 30px; }
.toiawas_block ul.list-default-child > li {
	padding-left: 1em;
	text-indent: -1em; }
	@media screen and (max-width: 667px) {
	.toiawas_block ul {
	margin: 0 5vw; }
	}
.toiawas_question {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between; }
.toiawas_question li {
	margin-top: 20px;
	width: 430px;
	border-top: 5px solid #69af7d; }
	@media screen and (max-width: 667px) {
	.toiawas_question li {
	margin-top: 5vw;
	width: 100%; }
	}
.toiawas_question li a {
	display: flex;
	height: 150px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 157%;
	justify-content: center;
	align-items: center; }
	@media screen and (max-width: 667px) {
	.toiawas_question li a {
	height: 30vw;
	font-size: 145%;
	padding: 0 5vw; }
	}
.toiawas_question li a em {
	display: block;
	font-style: normal;
	font-size: 70%; }
.toiawas_question li:nth-child(1) {
	width: 890px; }
.toiawas_question li:nth-child(1) a {
	background: url("/toiawas/img/img01.jpg") no-repeat 100% 0 / auto 100%; }
.toiawas_question li:nth-child(2) a {
	background: url("/toiawas/img/img02.jpg") no-repeat 100% 0 / auto 100%; }
.toiawas_question li:nth-child(3) a {
	background: url("/toiawas/img/img03.jpg") no-repeat 100% 0 / auto 100%; }
.toiawas_question li:nth-child(4) a {
	background: url("/toiawas/img/img04.jpg") no-repeat 100% 0 / auto 100%; }
.toiawas_question li:nth-child(5) a {
	background: url("/toiawas/img/img05.jpg") no-repeat 100% 0 / auto 100%; }

.toiawas_request {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between; }
.toiawas_request li {
	width: 283px; }
	@media screen and (max-width: 667px) {
	.toiawas_request li {
	width: 100%; }
	.toiawas_request li:not(:first-child) {
	margin-top: 4vw; }
	}
.toiawas_request a {
	position: relative;
	display: block;
	padding: 15px 5px 15px 25px;
	border-bottom: 4px solid #56a959;
	background: #eaf3e9;
	text-decoration: none;
	font-weight: bold;
	font-size: 115%; }
	@media screen and (max-width: 667px) {
	.toiawas_request a {
	padding: 3vw 1vw 3vw 7vw; }
	}
.toiawas_request a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto;
	width: 0.7em;
	height: 0.7em;
	border: 0;
	border-top: solid 0.1em #3d9f43;
	border-right: solid 0.1em #3d9f43;
	content: '';
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); }
	@media screen and (max-width: 667px) {
	.toiawas_request a:before {
	left: 1.5vw; }
	}

.toiawas_blackout {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between; }
.toiawas_blackout li {
	width: 430px;
	margin: 0 auto; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout li:not(:first-child) {
	margin-top: 4vw; }
	}
.toiawas_blackout a {
	display: flex;
	padding: 35px;
	border: 1px solid #ccc;
	background: url("/toiawas/img/bg_btn.png") repeat-x 0 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 145%;
	justify-content: center;
	align-items: center; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout a {
	padding: 6vw 3vw;
	font-size: 130%; }
	}
.toiawas_blackout.call a {
	display: flex;
	padding: 23px;
	border: 1px solid #ccc;
	background: url("/toiawas/img/bg_btn.png") repeat-x 0 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 145%;
	justify-content: center;
	align-items: center; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout.call a {
	padding: 6vw 3vw;
	font-size: 130%; }
	}
.toiawas_blackout span {
	position: relative;
	display: inline-block;
	padding-left: 47px; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout span {
	padding-left: 10vw; }
	}
.toiawas_blackout .icon_info {
	position: relative;
	display: inline-block;
	padding-left: 66px; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout span {
	padding-left: 10vw; }
	}
.toiawas_blackout span:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	content: ""; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout span:before {
	width: 10vw;
	height: 10vw; }
	}
.toiawas_blackout .icon_info:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80px;
	height: 50px;
	content: ""; }
	@media screen and (max-width: 667px) {
	.toiawas_blackout span:before {
	width: 10vw;
	height: 10vw; }
	}
.toiawas_blackout .icon_blackout:before {
	background: url("/toiawas/img/icon_blackout.png") no-repeat 0 0 / auto 100%; }
.toiawas_blackout .icon_tel:before {
	background: url("/toiawas/img/icon_tel.png") no-repeat 0 0 / auto 100%; }
.toiawas_blackout .icon_info:before {
	background: url("/toiawas/img/icon_info.png") no-repeat 0 0 / auto 100%; }
.toiawas_block .btn {
	margin-top: 30px;
	text-align: center; }
	@media screen and (max-width: 667px) {
	.toiawas_block .btn {
	margin: 5vw 5vw 0; }
	}
.toiawas_block .btn a {
	display: flex;
	margin: 0 auto;
	padding: 35px;
	width: 430px;
	border: 1px solid #ccc;
	background: url("/toiawas/img/bg_btn.png") repeat-x 0 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 145%;
	justify-content: center;
	align-items: center; }
	@media screen and (max-width: 667px) {
	.toiawas_block .btn a {
	padding: 6vw 3vw;
	width: 100%;
	font-size: 130%; }
	}
.toiawas_block .btn .icon_form {
	position: relative;
	display: inline-block;
	padding-left: 62px; }
	@media screen and (max-width: 667px) {
	.toiawas_block .btn .icon_form {
	padding-left: 11vw; }
	}
.toiawas_block .btn .icon_form:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 30px;
	background: url("/toiawas/img/icon_form.png") no-repeat 0 0 / auto 100%;
	content: ""; }
	@media screen and (max-width: 667px) {
	.toiawas_block .btn .icon_form:before {
	width: 10vw;
	height: 6vw; }
	}


/* 2023.02 追記
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
							新グローバルナビゲーション適応追加
------------------------------------------------------------------------------*/

/*-----------------------------------------------------
Dirpath
------------------------------------------------------*/

.wide #Dirpath {
	padding: 1em;
	background: #f7f2ee !important;
}
.wide #Dirpath ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wide #Dirpath ul li {
	float: left;
	padding-right: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}
.wide #Dirpath ul li a {
	position: relative;
	text-decoration: none;
}
.wide #Dirpath ul li a:hover {
	text-decoration: none;
}
.wide #Dirpath ul li:before {
	content: "/";
	width: 6px;
	height: 8px;
	display: inline-block;
	margin: 0 0.85em;
	position: relative;
	top: 0;
	font-weight: normal;
	background: none;
}
.wide #Dirpath ul li:first-child:before {
	display: none;
}
.wide #Dirpath ul li:last-child {
	font-weight: bold;
}

@media (max-width: 667px) {
	.wide #Dirpath { display: none; }
}

/*------------------------------------------------------------------------------
							ワイド化適応追加
------------------------------------------------------------------------------*/

#Main.wide {
	min-width: 1230px;
	padding-top: 150px;
}
#Main.wide #Main_inner {
	width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

@media screen and (max-width: 667px) {
	#Main.wide {
		min-width: auto;
		padding-top: 18vw;
	}
	#Main.wide #Main_inner {
		width: 100%;
		padding: 0;
	}
}


/*------------------------------------------------------------------------------
								お問い合わせ
------------------------------------------------------------------------------*/

.content_body a:link, .content_body a:visited, .content_body a:active,#Lower_cont {
	color: #333;
}
.content_body {
	padding-bottom: 90px;
	word-break: break-all;
}
.content_body > *:last-child {
	margin-bottom: 0;
}
#Main .content_body p a {
	text-decoration: underline;
}
#Main .content_body p a:hover {
	text-decoration: none;
}
.main_ttl {
	font-size: 3.3rem;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
	margin: 30px 0 20px;
}
.tas_box {
	margin: 20px 0 50px;
	border: 1px solid #999;
}
.tas_box_ttl {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	padding: 0.8em 1em;
	background: #12ab89;
}
.tas_box_ttl.tas_box_ttl_bl {
	background-color: #5ecfe1;
}
.tas_box_inner {
	padding: 30px;
}
.tas_box_inner > *:last-child {
	margin-bottom: 0;
}
.tas_box_txt {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.link_box {
	border: 3px solid #4b4b4b;
	border-radius: 10px;
}
/*.link_box_col, 20250314停止*/
.link_box > a {
	padding: 15px 30px;
}
.link_box_col,
.link_box_row4 {
	margin-bottom: 30px;
}
.link_box > a {
	display: block;
}
.link_box > *:last-child {
	margin-bottom: 0;
}
.link_box_row4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.link_box_row4:before {
	content: "";
	display: block;
	width: 22.7%;
	height: 0;
	order: 1;
}
.link_box_row4:after {
	content: "";
	display: block;
	width: 22.7%;
	height: 0;
}
.link_box_row4 > .link_box {
	width: 22.7%;
}
.link_box_row4 > .link_box > *:last-child {
	margin-bottom: 0;
}
.link_box_row4 > .link_box .link_box_ttl {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 0;
}
.link_box .icon_left {
	min-height: 80px;
	padding-left: 90px;
	position: relative;
/* 20250314追加↓ */	
	vertical-align: middle;
	padding-top: inherit;
	padding-bottom: inherit;
/*  20250314追加↑ */	
}
.link_box .icon_left.icon_note::before {
	content: '';
	width: 76px;
	height: 80px;
	background-image: url("../img/icon_note.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.link_box .icon_top {
	padding-top: 74px;
	position: relative;
}
.link_box .icon_top::before {
	content: '';
	width: 92px;
	height: 74px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.link_box .icon_top.icon_up::before {
	background-image: url("../img/icon_up.svg");
}
.link_box .icon_top.icon_genshi::before {
	background-image: url("../img/icon_genshi.svg");
}
.link_box .icon_top.icon_leaf::before {
	background-image: url("../img/icon_leaf.svg");
}
.link_box .icon_top.icon_hand::before {
	background-image: url("../img/icon_hand.svg");
}
.link_box_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
/* 20250314追加↓ */	
.link_box_col .link_box_ttl {
	margin-bottom: 0;
	padding-top: 5px;
}
/*  20250314追加↑ */	
.link_box_ttl:hover,
.link_box > a:hover .link_box_ttl {
	text-decoration: none;
}
.link_box_list {
	display: flex;
	flex-wrap: wrap;
}
.link_box_list > li {
	font-size: 1.8rem;
	margin-right: 30px;
}
.link_box_list > li a:link,
.link_box_list > li a:link:visited,
.link_box_list > li a:active {
	color: #286fb3;
}
.link_box_list > li a {
	position: relative;
	padding-left: 10px;
}
.link_box_list > li a::before {
	content: '';
	width: 7px;
	height: 10px;
	background-image: url("../img/arrow_r_gr.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.bnr_link {
	text-align: center;
	font-size: 0;
}
.bnr_link a {
	display: inline-block;
}
.btn_wrap {
	margin: 15px 0;
}
.btn_row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.btn_row_item.btn1 {
	flex: 0 1 368px;
	margin-right: 20px;
}
.btn_row_item.btn2 {
	flex: 0 1 212px;
}
.txt_link {
	font-size: 2.4rem;
}

@media screen and (max-width: 667px) {
	.content_body {
		padding-bottom: 11vw;
	}
	.main_ttl {
		font-size: 1.8rem;
		margin: 20px 0 15px;
	}
	.tas_box {
		border: none;
		margin: 20px 0 10vw;
	}
	.tas_box_inner {
		padding: 2.66vw 0 0;
	}
	.tas_box_ttl {
		font-size: 1.8rem;
		text-align: center;
	}
	.tas_box_txt {
		font-size: 1.6rem;
	}
	.link_box_col,
	.link_box_row4 > .link_box {
		margin-bottom: 2.66vw;
	}
	.link_box {
		border: 2px solid #4b4b4b;
	}
	.link_box_col,
	.link_box > a {
		padding: 2.66vw 5.1vw;
	}
	.link_box .icon_left {
		min-height: 60px;
		padding-left: 62px;
	}
	.link_box .icon_left.icon_note::before {
		width: 53px;
		height: 56px;
	}
	.link_box_ttl {
		font-size: 1.8rem;
	}
/* 20250314追加↓ */	
	.link_box_col .link_box_ttl {
		padding-top: 0;
	}
/*  20250314追加↑ */	
	.link_box_list {
		margin-bottom: -4px;
	}
	.link_box_list > li {
		font-size: 1.2rem;
		margin-right: 28px;
		margin-bottom: 4px;
	}
	.link_box_row4 {
		margin-bottom: 0;
	}
	.link_box_row4 > .link_box {
		width: 48.45%;
	}
	.link_box_row4::before,
	.link_box_row4::after {
		content: none;
	}
	.link_box .icon_top {
		padding-top: 62px;
	}
	.link_box .icon_top::before {
		width: 64px;
		height: 52px;
		margin-top: 8px;
	}
	.link_box_row4 > .link_box .link_box_ttl {
		font-size: 1.4rem;
	}
	.btn_row {
		flex-direction: column;
	}
	.btn_row_item {
		margin-bottom: 10px;
	}
	.btn_row_item:last-child {
		margin-bottom: 0;
	}
	.btn_row_item.btn1 {
		margin-right: 0;
	}
	.btn_row_item.btn1,
	.btn_row_item.btn2 {
		width: 80%;
		flex: 0 1 auto;
	}
	.toiawas_blackout {
		margin: 0 5vw;
	}
	.toiawas_blackout li {
		width: 100%;
		max-width: 430px;
	}
	.wide .toiawas_blackout.call a {
		font-size: 1.8rem;
		padding: 4.8vw 3vw;
	}
	.toiawas_blackout .icon_info {
		padding-left: 66px;
	}
	.wide .toiawas_blackout .icon_info::before {
		width: 80px;
		height: 50px;
	}
	.txt_link {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 390px) {
	.link_box_row4 > .link_box .link_box_ttl {
		font-size: 3.73vw;
	}
}
/* 20250314追加↓ */	
@media screen and (max-width: 528px) {
	.link_box .icon_left {
		padding-top: 0;
		padding-bottom: 0;
	}
/*  20250314追加↑ */	
