@charset "UTF-8";
/*
 Theme Name: bizmatch_child
 Description: テーマの説明
 Version: テーマのバージョン
 Template: bizmatch-v2
*/
/* 2023/12/15　更新*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
/*----------
Header
----------*/

.header_menu_wrap ul {
	/*display: flex;*/
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.header_menu_wrap li {
	display: flex;
	align-self: auto;
	flex: 1;
	min-width: 0;
}
.header_menu_wrap li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.header_logo {
		padding: 20px 0px;
		text-align: center;
	}
	/*スマホ　上からスライドメニュー　背景色*/
	.globalMenuSp {
		position: fixed;
		z-index: 8;
		top: 0;
		left: 0;
		color: #fff;
		background: #389073ca;
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		display: none;
	}
	.globalMenuSp ul li:hover {
		background: #389072;
	}
}
/*----------
Footer
----------*/
footer {
	background-color:#fffef0;
	padding: 20px 0 5px;
	clear: both;
	border-bottom: 10px solid #389072;
}
.footer_logo {
	margin: 30px auto;
	width: 250px;
}

/*　新規会員登録はこちらから　*/
.contact-container {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #389072;
}

/*よくある質問ボタン　*/
.button-faq {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 53px;
	outline: none;
	background-color: #389072;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
}
.button-faq::before, .button-faq::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
.button-faq, .button-faq::before, .button-faq::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button-faq:hover {
	background-color: #43b48e;
	color: #fff;
}
/*お問い合わせ　送信ボタン*/
.wpcf7-form input[type=submit] {
	margin: 30px 0 0;
	padding: 10px 20px;
	background: #389072;
	color: #fff;
	border-radius: 25px;
	border: none;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.wpcf7-form input[type=submit]:hover {
	background: #43b48e;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*　案件トップ　*/
/*　見出し*/
.search_box h3:first-of-type {
	margin: 10px 0 20px;
	padding: 5px 15px;
	background: #f4f4f4;
	border-bottom: none;
	border-left: 10px solid #389072;
	color: #389072;
	text-align: left;
	font-size: 18px;
}
.search_box h3 {
	margin: 60px 0 20px;
	padding: 5px 15px;
	background: #f4f4f4;
	border-bottom: none;
	border-left: 10px solid #389072;
	color: #389072;
	text-align: left;
	font-size: 18px;
}
.work_view_btn .btn {
	display: inline-block;
	/*width: 170px;*/
	height: 50px;
	text-align: center;
	text-decoration: none;
	/*line-height: 53px;*/
	outline: none;
	background-color: #389072;
	color: #fff;
	border-radius: 26px;
	font-size: 16px;
	cursor: pointer;
	margin: 0 5px;
	padding: 5px 15px;
}
.work_view_btn .btn:hover {
	background-color: #43b48e;
	color: #fff;
}
/*トップページ　　登録ボタン*/
.top-button-touroku {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #fff;
	color: #1F6E8C;
	border: 1px solid #389072;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.top-button-touroku:hover {
	background-color: #43b48e;
	color: #fff;
	border: 1px solid #fff;
}
/*会員登録ページ　　登録ボタン*/
.button-touroku {
	display: inline-block;
	width: 250px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
	outline: none;
	background-color: #389072;
	color: #fff;
	border-radius: 33px;
	font-size: 22px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.button-touroku:hover {
	background-color: #43b48e;
	color: #fff;
}
/*登録説明*/
.i-jyouken {
	margin: 20px auto 0;
	padding: 3px;
	background: #389072;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 90%;
}
.i-jyouken-text {
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	text-align: left;
	width: 90%;
	border: 1px solid #389072;
}
@media screen and (max-width: 768px) {
	.i-jyouken {
		margin: 20px auto 0;
		padding: 10px;
		background: #1F6E8C;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
	.i-jyouken-text {
		margin: 0 auto;
		padding: 10px 30px;
		background: #fff;
		font-size: 16px;
		text-align: left;
		width: 100%;
		border: 1px solid #1F6E8C;
	}
}
/*会員検索　検索ボタン*/
.um .um-button {
	color: #ffffff;
	background: #1F6E8C;
}
.um .um-button:hover {
	color: #ffffff;
	background: #3592b7;
}
/*hタグ　フォント設定*/
h2 {
	border-bottom: 2px solid #1F6E8C;
	color: #1F6E8C;
	font-weight: bold;
}
h3 {
	color: #1F6E8C;
	border-bottom: 2px solid #1F6E8C;
	font-weight: bold;
	margin-top: 50px;
}
h4, h5, h6 {
	color: #1F6E8C !important;
	font-weight: bold;
}
h4 {
	border-bottom: 3px solid #1F6E8C !important;
}
h4, h5, h6 {
	color: ##1F6E8C !important;
	font-weight: bold;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #3ba1da;
}
/*----------
新規会員登録　Progressバー
----------*/
/* 会員登録　プログレスバー　active */
.progressbar .item.active {
	z-index: 1;
	background: #1F6E8C;
	color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #1F6E8C;
}
/* タイトル */
/* 説明 */
/* ボタン */
/* 有料会員会費決済
-------------------------------------------------------------- */
/* 登録ボタン */
.wpfs-btn-primary, button.wpfs-btn-primary[type=submit], .no-touch button.wpfs-btn-primary[type=submit], button.wpfs-btn-primary:not(:hover):not(:active):not(.has-text-color) {
	background-color: #1F6E8C !important;
}
/* 無料会員会費決済
-------------------------------------------------------------- */
/* 登録ボタン */
#um-submit-btn, .um input[type="submit"].um-button {
	background-color: #1F6E8C !important;
}
/*よくある質問*/
/*カテゴリー見出しタイトル*/
h2.wp-block-heading {
	background: #1F6E8C;
	padding: 5px 0 5px 15px;
	margin: 0 0 10px;
	text-align: left;
	border: none;
	color: #fff;
	font-size: 22px;
}
/* ----------------------------------------------------------------------
トップページ　デザイン
---------------------------------------------------------------------- */

.site-cate {
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
}
.about-leadtext {
	margin: 30px auto 0;
	padding: 0;
	max-width: 740px;
	text-align: center;
}
.pl-about-base {
	margin: 60px auto 0;
	padding: 0;
	max-width: 1050px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pl-about-base .num-01, .pl-about-base .num-05 {
	margin: 0;
	padding: 0;
	width: 22%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.pl-about-base .num-01 .num-01-parts, .pl-about-base .num-05 .num-01-parts {
	margin: 50px 0 5px;
	padding: 0;
}
.pl-about-base .num-01 .num-01-parts img, .pl-about-base .num-05 .num-01-parts img {
	width: 100%;
	height: auto;
}
.pl-about-base .num-01 .num-05-parts, .pl-about-base .num-05 .num-05-parts {
	margin: 50px 0 5px;
	padding: 0;
}
.pl-about-base .num-01 .num-05-parts img, .pl-about-base .num-05 .num-05-parts img {
	width: 100%;
	height: auto;
}
.pl-about-base .num-02, .pl-about-base .num-04 {
	margin: 0;
	padding: 0;
	width: 10%;
	text-align: center;
}
.pl-about-base .num-02 .num-02-text, .pl-about-base .num-04 .num-02-text {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.pl-about-base .num-02 .num-02-parts, .pl-about-base .num-04 .num-02-parts {
	margin: 5px 0 0 20px;
	padding: 0;
}
.pl-about-base .num-02 .num-04-text, .pl-about-base .num-04 .num-04-text {
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.pl-about-base .num-02 .num-04-parts, .pl-about-base .num-04 .num-04-parts {
	margin: 5px 20px 0 0;
	padding: 0;
}
.pl-about-base .num-03 {
	margin: 0;
	padding: 0;
	width: 36%;
	background: url("images/img-platform-bg.svg") no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
}
.pl-about-base .num-03 .num-03-text {
	margin: 60px 0 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.pl-about-base .num-03 .num-03-parts {
	margin: 20px 0 20px;
	padding: 0 12px 17px 0;
}
.pl-about-base .num-03 .num-03-parts img {
	width: 70%;
	height: auto;
}
@media screen and (max-width: 880px) {
	.pl-about-base .num-01, .pl-about-base .num-05 {
		margin: 0;
		padding: 0;
		width: 18%;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.pl-about-base .num-01 .num-01-parts, .pl-about-base .num-05 .num-01-parts {
		margin: 50px 0 5px;
		padding: 0;
	}
	.pl-about-base .num-01 .num-01-parts img, .pl-about-base .num-05 .num-01-parts img {
		width: 100%;
		height: auto;
	}
	.pl-about-base .num-01 .num-05-parts, .pl-about-base .num-05 .num-05-parts {
		margin: 50px 0 5px;
		padding: 0;
	}
	.pl-about-base .num-01 .num-05-parts img, .pl-about-base .num-05 .num-05-parts img {
		width: 100%;
		height: auto;
	}
	.pl-about-base .num-02, .pl-about-base .num-04 {
		margin: 0;
		padding: 0;
		width: 14%;
		text-align: center;
	}
	.pl-about-base .num-02 .num-02-text, .pl-about-base .num-04 .num-02-text {
		margin: 0 0 0 10px;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}
	.pl-about-base .num-02 .num-02-parts, .pl-about-base .num-04 .num-02-parts {
		margin: 5px 0 0 20px;
		padding: 0;
	}
	.pl-about-base .num-02 .num-04-text, .pl-about-base .num-04 .num-04-text {
		margin: 0 20px 0 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}
	.pl-about-base .num-02 .num-04-parts, .pl-about-base .num-04 .num-04-parts {
		margin: 5px 20px 0 0;
		padding: 0;
	}
	.pl-about-base .num-03 {
		margin: 0;
		padding: 0;
		width: 37%;
		background: url("images/img-platform-bg.svg") no-repeat;
		background-position: center top;
		background-size: contain;
		text-align: center;
	}
	.pl-about-base .num-03 .num-03-text {
		margin: 60px 0 0;
		padding: 0;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}
	.pl-about-base .num-03 .num-03-parts {
		margin: 20px 0 20px;
		padding: 0 0 17px;
	}
	.pl-about-base .num-03 .num-03-parts img {
		width: 70%;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.pl-about-base {
		margin: 0px auto 0;
		padding: 0;
		max-width: 950px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.pl-about-base .num-01, .pl-about-base .num-05 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.pl-about-base .num-01 .num-01-parts, .pl-about-base .num-05 .num-01-parts {
		margin: 50px 0 5px;
		padding: 0;
	}
	.pl-about-base .num-01 .num-01-parts img, .pl-about-base .num-05 .num-01-parts img {
		width: 30%;
		height: auto;
	}
	.pl-about-base .num-01 .num-05-parts, .pl-about-base .num-05 .num-05-parts {
		margin: 10px 0 5px;
		padding: 0;
	}
	.pl-about-base .num-01 .num-05-parts img, .pl-about-base .num-05 .num-05-parts img {
		width: 30%;
		height: auto;
	}
	.pl-about-base .num-02, .pl-about-base .num-04 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.pl-about-base .num-02 .num-02-text, .pl-about-base .num-04 .num-02-text {
		margin: 0 0 10px;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
		color: #2DA9E3;
	}
	.pl-about-base .num-02 .num-02-parts, .pl-about-base .num-04 .num-02-parts {
		margin: 5px 0 20px;
		padding: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.pl-about-base .num-02 .num-04-text, .pl-about-base .num-04 .num-04-text {
		margin: 10px 0 0;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
		color: #2DA9E3;
	}
	.pl-about-base .num-02 .num-04-parts, .pl-about-base .num-04 .num-04-parts {
		margin: 20px 0 0 0;
		padding: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.pl-about-base .num-03 {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		background: url("images/img-platform-bg.svg") no-repeat;
		background-position: center top;
		background-size: contain;
		text-align: center;
	}
	.pl-about-base .num-03 .num-03-text {
		margin: 60px 0 0;
		padding: 0;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
	}
	.pl-about-base .num-03 .num-03-parts {
		margin: 20px 0 20px;
		padding: 0 0 17px;
	}
	.pl-about-base .num-03 .num-03-parts img {
		width: 35%;
		height: auto;
	}
}
.pagebg-blue {
	background: #e6f8ff;
}
.page-container {
	margin: 0 auto;
	padding: 60px 15px;
	max-width: 1300px;
}
@media screen and (max-width: 992px) {
	.page-container {
		margin: 0 auto;
		padding: 50px 15px;
		max-width: 1300px;
	}
}
@media screen and (max-width: 480px) {
	.page-container {
		margin: 0;
		padding: 40px 15px;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.page-merit-bg {
	margin: 0;
	padding: 0;
	max-width: 100%;
	background: url("images/img-merit-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}
.service-menu-base {
	margin: 50px auto 0;
	padding: 40px 20px;
	max-width: 870px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #C0E5FC;
	border-radius: 20px;
	background: #fff;
}
.service-menu-base .illust {
	margin: 0;
	padding: 0;
	width: 35%;
}
.service-menu-base .illust img {
	width: 100%;
	height: auto;
}
.service-menu-base .textarea {
	margin: 0;
	padding: 0;
	width: 60%;
	text-align: left;
}
.service-menu-base .textarea ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.service-menu-base .textarea ul li {
	margin: 7px 0;
	padding: 0 0 0 18px;
	background: url("images/icon-listarrow.svg") no-repeat;
	background-position: 0 11px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	width: 48%;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.service-menu-base {
		margin: 30px auto 0;
		padding: 20px;
		max-width: 95%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 20px;
		background: #fff;
	}
	.service-menu-base .illust {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.service-menu-base .illust img {
		width: 100%;
		height: auto;
	}
	.service-menu-base .textarea {
		margin: 20px 0 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.service-menu-base .textarea ul {
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.service-menu-base .textarea ul li {
		margin: 5px 0;
		padding: 0 0 0 15px;
		background: url("images/icon-listarrow.svg") no-repeat;
		background-position: 0 9px;
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		width: 48%;
		list-style: none;
	}
}
.service-base {
	margin: 40px auto 0;
	padding: 0 10px;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.service-base li {
	margin: 0;
	padding: 0;
	width: 10%;
	list-style: none;
}
.service-base li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.service-base {
		margin: 40px auto 0;
		padding: 0;
		width: 94%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.service-base li {
		margin: 0 0 40px;
		padding: 0;
		width: 45%;
		list-style: none;
		text-align: center;
	}
	.service-base li img {
		width: 80%;
		height: auto;
	}
}
.complain-base {
	margin: 50px auto 0;
	padding: 0;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.complain-base li {
	margin: 0;
	padding: 0;
	width: 31%;
	list-style: none;
}
.complain-base li .complain-01 {
	margin: 0;
	padding: 20px;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	min-height: 150px;
}
.complain-base li .complain-01 .face-icon {
	margin: 0;
	padding: 0;
	width: 25%;
}
.complain-base li .complain-01 .face-icon img {
	width: 100%;
	height: auto;
}
.complain-base li .complain-01 .complain-01-text {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
}
.complain-base li .arrow-g {
	margin: 40px 0;
	padding: 0;
	text-align: center;
}
.complain-base li .complain-answer {
	margin: 0;
	padding: 20px 30px 25px;
	border: 3px solid #F2A700;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	min-height: 210px;
}
@media screen and (max-width: 768px) {
	.complain-base {
		margin: 50px auto 0;
		padding: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.complain-base li {
		margin: 0 0 50px;
		padding: 0;
		width: 100%;
		list-style: none;
	}
	.complain-base li .complain-01 {
		margin: 0;
		padding: 20px;
		border: 1px solid #227066;
		border-radius: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
	}
	.complain-base li .complain-01 .face-icon {
		margin: 0;
		padding: 0;
		width: 15%;
	}
	.complain-base li .complain-01 .face-icon img {
		width: 100%;
		height: auto;
	}
	.complain-base li .complain-01 .complain-01-text {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 82%;
	}
	.complain-base li .arrow-g {
		margin: 20px 0;
		padding: 0;
		text-align: center;
	}
	.complain-base li .complain-answer {
		margin: 0;
		padding: 20px;
		border: 3px solid #dbae1c;
		border-radius: 12px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		min-height: 100px;
	}
	.complain-base li:last-child {
		margin: 0;
	}
}
.tokucho-base {
	margin: 50px auto 0;
	padding: 0;
	max-width: 1300px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
}
.tokucho-base li {
	margin: 0;
	padding: 20px;
	width: 31%;
	border: 1px solid #1F6E8C;
	border-radius: 12px;
	list-style: none;
}
.tokucho-title-01 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #071e6b;
}
.tokucho-title-02 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #071e6b;
}
.tokucho-title-03 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #071e6b;
}
.tokucho-contents {
	margin: 20px 0 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tokucho-illust {
	margin: 0;
	padding: 0;
	width: 35%;
}
.tokucho-illust-02 {
	margin: 0;
	padding: 0;
	width: 45%;
}
.tokucho-illust img, .tokucho-illust-02 img {
	width: 100%;
	height: auto;
}
.tokucho-text {
	margin: 0;
	padding: 0;
	width: 60%;
	text-align: left;
}
.tokucho-text-02 {
	margin: 0;
	padding: 0;
	width: 50%;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.tokucho-base {
		margin: 20px auto 0;
		padding: 0;
		max-width: 1300px;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.tokucho-base li {
		margin: 10px auto;
		padding: 20px 15px;
		width: 95%;
		border: 1px solid #1F6E8C;
		border-radius: 12px;
		list-style: none;
	}
	.tokucho-contents {
		margin: 20px 0 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.tokucho-illust {
		margin: 10px auto 0;
		padding: 0;
		width: 70%;
	}
	.tokucho-illust-02 {
		margin: 10px auto 0;
		padding: 0;
		width: 70%;
	}
	.tokucho-text {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.tokucho-text-02 {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}
}
.taisyou-base {
	margin: 50px 0 0;
	padding: 0;
	max-width: 1300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.taisyou-base li {
	margin: 0;
	padding: 15px 10px;
	width: 14.1%;
	text-align: center;
	font-size: 14px;
	background: #fff;
}
.taisyou-base li img {
	width: 50%;
	height: auto;
}
.taisyou-base li:nth-child(even) {
	margin: 0;
	padding: 15px 10px;
	width: 14.1%;
	text-align: center;
	font-size: 14px;
	background: #EFEFEF;
}
.taisyou-base li:nth-child(even) img {
	width: 50%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.taisyou-base {
		margin: 50px 0 0;
		padding: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.taisyou-base li {
		margin: 0;
		padding: 15px 10px;
		width: 33.333%;
		text-align: center;
		font-size: 14px;
		background: #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.taisyou-base li img {
		width: 50%;
		height: auto;
	}
	.taisyou-base li:nth-child(even) {
		margin: 0;
		padding: 15px 10px;
		width: 33.333%;
		text-align: center;
		font-size: 14px;
		background: #EFEFEF;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.taisyou-base li:nth-child(even) img {
		width: 50%;
		height: auto;
	}
}
.page-heading {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.page-heading-wh {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 780px) {
	.page-heading {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	.page-heading-wh {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
}
span.redmarker {
	background: #ffff00;
}
ul.guide-area {
	margin: 60px auto 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}
ul.guide-area li {
	margin: 0;
	padding: 0;
	width: 32%;
	text-align: center;
	border-radius: 12px;
}
.guide-title {
	margin: 0;
	padding: 5px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #1F6E8C;
	border-radius: 12px 12px 0 0;
	border: 2px solid #1F6E8C;
}
.guide-text-base {
	margin: 0;
	padding: 20px;
	border-right: 2px solid #1F6E8C;
	border-bottom: 2px solid #1F6E8C;
	border-left: 2px solid #1F6E8C;
	border-radius: 0 0 12px 12px;
	background: #fff;
	min-height: 350px;
}
.guide-text-base .guide-text {
	text-align: left;
}
.guide-text-base .guide-img {
	margin: 30px auto 0;
	padding: 0;
}
.guide-text-base .guide-img-02 {
	margin: 30px auto 0;
	padding: 0;
}
@media screen and (max-width: 810px) {
	.guide-text-base {
		margin: 0;
		padding: 20px;
		border-right: 2px solid #1F6E8C;
		border-bottom: 2px solid #1F6E8C;
		border-left: 2px solid #1F6E8C;
		border-radius: 0 0 12px 12px;
		background: #fff;
		min-height: 320px;
	}
	.guide-text-base .guide-text {
		text-align: left;
	}
	.guide-text-base .guide-img {
		margin: 0 auto;
		padding: 0;
		width: 80%;
	}
	.guide-text-base .guide-img img {
		width: 100%;
		height: auto;
	}
	.guide-text-base .guide-img-02 {
		margin: 30px auto 0;
		padding: 0;
		width: 80%;
	}
	.guide-text-base .guide-img-02 img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	ul.guide-area {
		margin: 40px auto 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		width: 100%;
		list-style: none;
	}
	ul.guide-area li {
		margin: 0 0 30px;
		padding: 0;
		width: 100%;
		text-align: center;
		border-radius: 12px;
	}
	.guide-text-base {
		margin: 0;
		padding: 20px;
		border-right: 2px solid #1F6E8C;
		border-bottom: 2px solid #1F6E8C;
		border-left: 2px solid #1F6E8C;
		border-radius: 0 0 12px 12px;
		min-height: 310px;
		position: relative;
	}
	.guide-text-base .guide-text {
		text-align: left;
	}
	.guide-text-base .guide-img {
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}
	.guide-text-base .guide-img-02 {
		margin: 20px auto 0;
		padding: 0;
		text-align: center;
	}
}

/* ヘッダー、フッターメニューリンク　ホバー色*/
.header_menu_wrap li a:hover,
.footer_menu_wrap li a:hover{
	color: #1F6E8C;
}

/* お問い合わせ　チェックボックスレイアウト調整*/
.wpcf7-list-item input{
    width: 20px;
    border: 1px solid #ccc;
    padding: 8px;
	margin: 20px 0 0;
}