@charset "utf-8";
/* -----------------------------------------------
	entry_sheet
-------------------------------------------------- */
/* ▼▼▼テーブル全体▼▼▼ */
label{
	display: initial;
}
.editor .mailform {
	max-width: 100%;
	margin: 2rem 0;
}

.editor .form-table {
	/* border-collapse: collapse; */
	width: 100%;
	margin: 1rem 0 2rem 0;
}

.editor .form-table th {
	padding: 1rem 2.5rem 1rem 1.5rem;
	width: 30%;
	text-align: left;
}
.editor .form-table td {
	padding: 1rem 0.8rem;
	width: 70%;
}
.editor .form-table td .small {
	font-size: 0.8rem;
	line-height: 1.75em;
	margin: 0.5rem 0 0 0;
}
/* ▲▲▲テーブル全体▲▲▲ */

/* ▼▼▼入力エリア▼▼▼ */
.editor .form-table td input,
.editor .form-table td select,
.editor .form-table td option,
.editor .form-table td textarea {
	max-width: 100%;
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
}
/* ▲▲▲入力エリア▲▲▲ */

/* ▼▼▼電話番号エリア▼▼▼ */
.editor .mwform-tel-field input[type="text"],
.editor .mwform-zip-field input[type="text"] {
	display: inline-block;
	width: 25%;
}
/* ▲▲▲電話番号エリア▲▲▲ */


/* ▼▼▼ラベル▼▼▼ */
.form-table label:hover {
	cursor: pointer;
}
.form-table label.midashi{
	display: block;
}
/* ▲▲▲ラベル▲▲▲ */

@media screen and (max-width: 768px) {
	.editor .form-table th,
	.editor .form-table td {
		width: 100%;
		display: block;
	}
}

/* ▼▼▼必須・任意項目▼▼▼ */
.mw_wp_form .required,.mw_wp_form .nini{
	position: relative;
	z-index: 1;
}
.mw_wp_form .required::after,.mw_wp_form .nini::after {
	position: absolute;
	z-index: 1;
	top: calc(50% - 15px);
	right: 10px;
	color: #fff;
	font-size: 0.75rem;
	padding: 0.1rem 0.2rem 0.1rem 0.3rem;
	width: 40px;
	border-radius: 2.5px;
}
.mw_wp_form .required::after{
	content: '必須';
	background-color: #b70000;
}
.mw_wp_form .nini::after{
	content: '任意';
	background-color: #7b7b7b;
}
.mw_wp_form .error{
	font-size: 80%;
}
/* ▲▲▲必須・任意項目▲▲▲ */

.note {
	font-size: 16px;
	color: #4040ff;
	font-weight: bold;
}

.midashi {
	background: rgba(0, 0, 0, 0.05);
	font-size: 16px;
	padding: 0.35rem 0.5rem;
	;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}

.yohaku {
	margin: 0.5rem 0 1.25rem;
}

.form_flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.form_flexbox + .form_flexbox {
	margin-top: 10px;
}

.form_img {
	border: solid 1px #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}

.w90 {
	width: 90% !important;
}

.w50 {
	width: 50% !important;
}

.w40 {
	width: 40% !important;
}

.w30 {
	width: 30% !important;
}

.w25 {
	width: 25% !important;
}

.w15 {
	width: 15% !important;
}

option,
textarea,
input[type=text],
input[type=email],
input[type=search],
input[type=url],
input[type=number] {
	width: 100%;
	height: auto;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #ccc;
	font-size: 16px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

option:hover,
textarea:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=url]:hover,
input[type=number]:hover,
select:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: normal;
	margin: 0;
}

.mw_wp_form input[type="file"] {
	border: solid 1px #ccc !important;
}

select {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 7px;
	font-size: 1.25rem;
}
textarea {
	height: 150px;
}

.slide_menu {
	position: relative;
	display: inline-block;
}
/* ▼▼▼フォームボタン▼▼▼ */
.mw_wp_form_complete a.back_btn{
	display: inline-block;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 0.7rem;
}
.kakunin_btn,
.back_btn,
.send_btn,
.mw_wp_form_complete a.back_btn{
	width: 280px;
	height: 70px;
	font-size: 18px;
	margin-top: 50px;
	border-radius: 5px;
	border: solid 2px #0a6ab2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.back_btn,
.mw_wp_form_complete a.back_btn{
	border: solid 2px #aaa;
}

.kakunin_btn:hover,
.back_btn:hover,
.send_btn:hover,
.mw_wp_form_complete a.back_btn:hover {
	cursor: pointer;
	/* background-color: rgba(255, 255, 255, 0);
	color: #0a6ab2;
	border: solid 2px #0a6ab2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; */
	opacity: 0.7;
}

.kakunin_btn,
.send_btn {
	background-color: #0a6ab2;
	color: #fff;
}

.back_btn,
.mw_wp_form_complete a.back_btn {
	background-color: #eee;
	color: #000;
}
	.form_btn_area{
		text-align: center;
	}
/* ▲▲▲フォームボタン▲▲▲ */

/* ▼▼▼文字位置調整▼▼▼ */
.form-table .word_position{
	position: relative;
	top: 50px;
}
.form-table .word_position2{
	margin: 0;
}
@media screen and (max-width:576px){
	.form-table .word_position{
		position: relative;
		top: 40px;
	}
}
/* ▲▲▲文字位置調整▲▲▲ */

/* ▼▼▼チェックボックス横並び▼▼▼ */
.form-table .horizontal-item{
	display: inline-block;
	margin-left: 10px;
}
/* ▲▲▲チェックボックス横並び▲▲▲ */

@media screen and (max-width:768px) {
	.slide_menu::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 2px;
		/*縦線に*/
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		background: #000;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.slide_menu::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		/*横線*/
		width: 15px;
		height: 2px;
		background: #000;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.slide_menu.open::before {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	.slide_menu.open::after {
		opacity: 0;
	}

	.mw_wp_form input[type="file"] {
		font-size: 12px;

	}
}

@media screen and (max-width:400px) {
	input[type=file] {
		width: 100%;
	}
}

/*mw wp form リセット*/
.mwform-file-delete {
	visibility: visible !important;
}

.form-block {
	position: relative;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	-moz-box-shadow: 0 2px 3px 0 #ddd;
	-webkit-box-shadow: 0 2px 3px 0 #ddd;
}

.form-block .close {
	background-color: #aaa;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 1px #ddc inset;
	        box-shadow: 1px 1px 1px #ddc inset;
	color: #666;
	display: inline-block;
	font-size: 24px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	top: 4px;
	position: absolute;
	right: 4px;
	width: 25px;
	cursor: pointer;
}

.form-block .add {
	position: absolute;
	background-color: #ddd;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	height: 20px;
	width: 20px;
	line-height: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

#input_plural {
	margin: 10px 0;
}

#input_plural input.form-control {
	display: inline-block;
	width: 75%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
}

#input_plural input.pluralBtn {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	padding: 0;
	margin: 0;
}
/*====================================
サイトマップ
=====================================*/
.sitemap-list {
}
.sitemap-list .page_item, 
.sitemap-list .cat-item {
	margin-left: 1.5rem;
}
.sitemap-list .page_item+.page_item, 
.sitemap-list .cat-item+.cat-item{
	margin-top: 0.5rem;
}
.sitemap-list .page_item .children {
	margin-top: 0.5rem;
}
	/*====================================
	サイトマップ	560px以下
	=====================================*/
	@media screen and (max-width: 560px) {
	}
