/*
Theme Name: 株式会社マルユー
Author: penguin design
Template: twentysixteen
Theme URI: maruyou
Author URI: http://maruyou.biz/
Version: 1.2.2 20210627
*/

/*
3399ff コーポレートカラー
fffff7 薄い黄色
d4f1f7 薄い青
003355 濃い青
ff6030 濃いオレンジ

(スマホ)
smart size min-width:520px
(タブレット)
arraw size min-width:820px
(広めのタブレット・PC)
normal size min-width:1,200px
(広めのPC)

*/
/* ---------- reset ---------- */
* {
	border:none;
	box-sizing:border-box;
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
	margin:0;
	outline:none;
	position:relative;
}
*:last-child {
	margin-bottom:0;
}
a[target="_blank"] {
	padding-right:5px;
}
a[target="_blank"]::after {
	content:" ";
	display:inline-block;
	width:14px;
	height:14px;
	background:url('./img/icon_blankwindow_01.png') center center / 16px 16px no-repeat;
	margin-left:5px;
}
@media(min-width:820px) {
	a[target="_blank"]::after {
		width:16px;
		height:16px;
	}
}
html {
	font-size:14px;
}
@media(min-width:820px) {
	html {
		font-size:16px;
	}
}
img {
	max-width:100%;
}
input[type="button"] {
	border:none;
	-webkit-appearance:none;
}
select {
	border:none;
	-webkit-appearance:none;
}
strong {
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* ---------- /reset ---------- */
/* ---------- area_action ---------- */
.area_action {
	background:#efc;
	padding:1em;
	margin:0 0 2em 0;
	text-align:center;
}
@media(min-width:820px) {
	.area_action {
		padding:1em 0;
	}
}
.area_action .i_btn_main {
	display:block;
	margin:0 auto;
}
@media(min-width:820px) {
	.area_action .i_btn_main {
		display:inline-block;
	}
}
.area_action .i_btn_cancel {
	display:block;
	margin:0 auto;
}
@media(min-width:820px) {
	.area_action .i_btn_cancel {
		position:absolute;
		top:50%;
		left:1em;
		margin:-1em 0 0 0;
	}
}
/* ---------- /area_action ---------- */
/* ---------- area_container ---------- */
.area_container {
	padding:1em;
	width:100%;
}
@media(min-width:1200px){
	.area_container {
		margin:0 auto;
		width:1200px;
	}
}
.area_first {
	padding:0 0 2em;
}
/* ---------- /area_container ---------- */
.area_role_caution {
	background:#F4EBCB;
	color:#6C5503;
	margin:0 0 2em;
	padding:1em;
}
@media(min-width:520px) {
	.area_role_caution {
		padding:2em;
	}
}
.area_role_caution:empty {
	display:none;
}
.area_role_memo {
	background:#d7d7d7;
	color:#666;
	margin:0 0 2em;
	padding:2em;
}
.area_role_memo:empty {
	display:none;
}
.area_role_warning {
	background:#EFC4BA;
	color:#A82005;
	margin-bottom:2em;
	padding:2em;
}
.area_role_warning:empty {
	display:none;
}
/* ---------- btnTopScroll ---------- */
#btnTopScroll {
	background:rgba(0,0,0,0.3);
	border-radius:100%;
	cursor:pointer;
	color:#fff;
	display:none;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:24px;
	position:fixed;
	bottom:10px;
	right:10px;
}
/* ---------- /btnTopScroll ---------- */
/* ---------- footer ---------- */
footer {
	background:#ccc;
	color:#fff;
	font-size:10px;
	padding:2em 1em;
	text-align:center;
}
	@media(min-width:520px){
		footer { background:#999; }
	}
	@media(min-width:820px){
		footer {
			background:#666;
			font-size:12px;
		}
	}
	@media(min-width:1200px){
		footer { background:#333; }
	}
/* ---------- /footer ---------- */
/* ---------- form_ele ---------- */
.form_ele {
	margin-bottom:2em;
}
@media(min-width:1200px){
	.form_ele {
	}
}
.form_ele table {
	width:100%;
}
@media(min-width:820px) {
	.form_ele table {
		border-collapse:separate;
		border-top:solid 1px #ccc;
		border-left:solid 1px #ccc;
	}
}
.form_ele td, .form_ele th {
	width:100%;
	display:block;
	position:static;
}
@media(min-width:820px){
	.form_ele td, .form_ele th {
		display:table-cell;
		border-right:solid 1px #ccc;
		border-bottom:solid 1px #ccc;
	}
}
.form_ele td {
	padding:1em 0 2em;
	background:#fff;
}
.form_ele tr:last-child td {
	padding:1em 0 0;
}
@media(min-width:820px){
	.form_ele td {
		width:70%;
		padding:1em;
	}
	.form_ele tr:last-child td {
		padding:1em;
	}
}
.form_ele td .icon_calendar {
	margin-left:10px;
}
.form_ele input[name="address1"] {
	width:100%;
}
@media(min-width:520px){
	.form_ele input[name="address1"] {
		width:50%;
	}
}
@media(min-width:820px){
	.form_ele input[name="address1"] {
		width:10em;
	}
}
.form_ele input[name="address2"] {
	width:100%;
}
@media(min-width:820px){
	.form_ele input[name="address2"] {
		width:30em;
	}
}
.form_ele input[name="email"] {
	width:100%;
}
@media(min-width:820px){
	.form_ele input[name="email"] {
		width:20em;
	}
}
.form_ele input[name="kana"] {
	width:100%;
}
@media(min-width:820px){
	.form_ele input[name="kana"] {
		width:20em;
	}
}
.form_ele input[name="name"] {
	width:100%;
}
@media(min-width:820px){
	.form_ele input[name="name"] {
		width:20em;
	}
}
.form_ele input[name="post"] {
	width:5.5em;
}
.form_ele input[type="button"] {
	padding:8px;
	margin:0 0 0 10px;
	width:auto;
}
.form_ele input[type="checkbox"] {
	margin:0 0.5em 0 0;
	line-height:1.5em;
}
.form_ele input[type="radio"] {
	margin:0 0.5em 0 0;
}
.form_ele input[name="url"] {
	width:100%;
}
@media(min-width:820px){
	.form_ele input[name="url"] {
		width:30em;
	}
}
.form_ele select[name="birth_day"] {
	margin:0 .25em;
}
@media(min-width:520px){
	.form_ele select[name="birth_day"] {
		margin:0 .5em 0 1em;
	}
}
.form_ele select[name="birth_month"] {
	margin:0 .25em;
}
@media(min-width:520px){
	.form_ele select[name="birth_month"] {
		margin:0 .5em 0 1em;
	}
}
.form_ele select[name="birth_year"] {
	margin:0 .25em 0 0;
}
@media(min-width:520px){
	.form_ele select[name="birth_year"] {
		margin:0 .5em 0 0;
	}
}
.form_ele select[name="pref"] {
	margin:0 0 1em;
}
.form_ele td label {
	margin:0 1.5em 0 0;
	display:inline-block;
	padding:.5em 0;
}
.form_ele textarea {
	width:100%;
	height:7em;
	border:solid 1px #ccc;
	padding:10px;
}
@media(min-width:820px){
	.form_ele textarea {
		width:90%;
	}
}
.form_ele th {
	text-align:left;
	padding:0.5em 0.5em 0.5em 3em;
	position:relative;
	background:#666;
	color:#fff;
}
@media(min-width:820px){
	.form_ele th {
		width:30%;
		text-align:right;
		padding:0.5em 4em 0.5em 1.5em;
	}
}
.form_ele th>div[data-type="must"],
.form_ele th>div[data-type="any"] {
	border-radius:3px;
	padding:4px;
	font-size:12px;
	font-weight:normal;
	line-height:1em;
	position:absolute;
	top:50%;
	left:0.5em;
	margin:-11px 0 0 0;
}
@media(min-width:820px){
	.form_ele th>div[data-type="must"],
	.form_ele th>div[data-type="any"] {
		right:1.5em;
		left:auto;
	}
}
.form_ele th>div[data-type="must"] {
	background:#c00;
	color:#fff;
}
.form_ele th>div[data-type="any"] {
	background:#e7e7e7;
	color:#333;
}
.form_ele th>label>span {
	font-size:85%;
	color:#ccc;
	display:inline-block;
	margin:0 0 0 1em;
	font-weight:normal;
}
@media(min-width:820px) {
	.form_ele th>label>span {
		display:block;
	}
}
.form_ele_crarea {
	display:inline-block;
	padding:.25em .5em 0;
}
.form_ele_error {
	font-size:14px;
	color:#c00;
	margin:0 0 0.5em 0;
}
.form_ele_error::before {
	content:"！";
	font-size:10px;
	font-weight:bold;
	padding:4px;
	color:#fff;
	background:#c00;
	border-radius:3px;
	margin:0 0.5em 0 0;
}
.form_ele_error:empty {
	display:none;
}
/* ---------- /form_ele ---------- */
/* ---------- header ---------- */
header {
	background:#ccc;
	padding:2em 0;
}
@media(min-width:520px){
	header {
		background:#999;
	}
}
@media(min-width:820px){
	header {
		background:#666;
	}
}
@media(min-width:1200px){
	header {
		background:#333;
	}
}
/* ---------- /header ---------- */
/* ---------- hdg_ele ---------- */
.hdg_ele {
	padding:0 0 2em;
	position:relative;
	text-align:left;
}
.hdg_ele:last-child {
	padding:0;
}
.hdg_ele>h1 {
	font-size:24px;
	font-weight:bold;
	margin:0;
}
@media(min-width:520px) {
	.hdg_ele>h1 {
		font-size:28px;
	}
}
@media(min-width:820px) {
	.hdg_ele>h1 {
		font-size:32px;
	}
}
.hdg_ele>h2 {
	font-size:20px;
	font-weight:bold;
}
@media(min-width:520px) {
	.hdg_ele>h2 {
		font-size:24px;
	}
}
@media(min-width:820px) {
	.hdg_ele>h2 {
		font-size:28px;
	}
}
.hdg_ele>h3 {
	font-size:20px;
	font-weight:bold;
}
@media(min-width:820px) {
	.hdg_ele>h3 {
		font-size:24px;
	}
}
.hdg_ele>h4 {
	font-size:18px;
	font-weight:bold;
}
@media(min-width:820px) {
	.hdg_ele>h4 {
		font-size:22px;
	}
}
.hdg_ele>h5 {
	font-size:16px;
	font-weight:bold;
}
@media(min-width:820px) {
	.hdg_ele>h5 {
		font-size:20px;
	}
}
.hdg_ele>h6 {
	font-size:14px;
	font-weight:bold;
}
@media(min-width:820px) {
	.hdg_ele>h6 {
		font-size:18px;
	}
}
.hdg_ele div {
	display:inline-block;
	font-size:14px;
	border-radius:4px;
}
.hdg_ele div[data-label="over"] {
	background:#ccc;
	padding:4px;
}
.hdg_ele div[data-label="right"] {
	background:#ccc;
	padding:4px;
	position:absolute;
	top:4px;
	right:1em;
	z-index:1;
}
@media(min-width:1200px){
	.hdg_ele div[data-label="right"] {
		right:0;
	}
}
.hdg_ele p {
	margin:0.5em 0 0 0;
}
/* ---------- /hdg_ele ---------- */
/* ---------- i_aline_text ---------- */
.i_aline_text {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/* ---------- /i_aline_text ---------- */
/* ---------- /i_balloon ---------- */
.i_balloon {
	background:rgba(180,9,38,0.8);
	border-radius:5px;
	color:#fff;
	line-height:1em;
	padding:.5em;
	position:absolute;
	width:auto !important;
	z-index:10;
}
.i_balloon[data-arrow="over_left"]::after {
	border-bottom:12px solid rgba(180,9,38,0.8);
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	content:'';
	position:absolute;
	top:-12px;
	left:10px;
}
.i_balloon[data-arrow="over_right"]::after {
	content:'';
	position:absolute;
	border-bottom:12px solid rgba(180,9,38,0.8);
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	top:-12px;
	right:10px;
}
.i_balloon[data-arrow="under_left"]::after {
	content:'';
	border-top:12px solid rgba(180,9,38,0.8);
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	position:absolute;
	bottom:-12px;
	left:10px;
}
.i_balloon[data-arrow="under_right"]::after {
	content:'';
	border-top:12px solid rgba(180,9,38,0.8);
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	position:absolute;
	bottom:-12px;
	right:10px;
}
.i_balloon[role=left]::after {
	content:'';
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:12px solid rgba(180,9,38,0.8);
	position:absolute;
	top:8px;
	left:-12px;
}
.i_balloon[role=right]::after {
	content:'';
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:12px solid rgba(180,9,38,0.8);
	position:absolute;
	top:8px;
	right:-12px;
}
/* ---------- i_btn ---------- */
.i_btn_main {
	color:#fff;
	font-size:18px;
	border-radius:5px;
	text-decoration:none;
	background:#008e7e;
	box-shadow:0 3px #005e53;
	display:inline-block;
	padding:13.5px 32px;
	margin:0 0 1em 0;
	width:100%;
	text-align:center;
	cursor:pointer;
	border:none;
}
@media(min-width:520px) {
	.i_btn_main {
		width:auto;
		min-width:250px;
	}
}
.i_btn_sub {
	color:#5F6641;
	border-radius:5px;
	text-decoration:none;
	background:#CCDB8A;
	box-shadow:0 3px #828C59;
	display:inline-block;
	padding:8px 32px;
	margin:0 0 1em 0;
	width:100%;
	text-align:center;
	cursor:pointer;
	border:none;
}
@media(min-width:520px) {
	.i_btn_sub {
		width:auto;
		min-width:250px;
	}
}
.i_btn_flat {
	color:#555;
	font-size:80%;
	border-radius:5px;
	text-decoration:none;
	background:#e0e0e0;
	box-shadow:0 2px #aaa;
	display:inline-block;
	padding:.25em 1em !important;
	margin:0 0 1em;
	width:auto;
	text-align:center;
	cursor:pointer;
	border:none;
}
@media(min-width:520px) {
	.i_btn_flat {
		font-size:100%;
		box-shadow:0 3px #aaa;
	}
}
.i_btn_cancel {
	color:#888;
	border-radius:5px;
	text-decoration:none;
	background:#ddd;
	box-shadow:0 3px #bbb;
	display:inline-block;
	padding:0.5em 1em;
	margin:0 0 1em 0;
	width:100%;
	text-align:center;
	cursor:pointer;
	border:none;
}
@media(min-width:520px) {
	.i_btn_cancel {
		width:auto;
	}
}
/* ---------- /i_btn ---------- */
/* ---------- i_clearfix ---------- */
.i_clearfix::after {
	content:" ";
	display:block;
	clear:both;
}
/* ---------- /i_clearfix ---------- */
/* ---------- i_fc ---------- */
.i_fc_blue {
	color:#00c !important;
}
.i_fc_gray {
	color:#999 !important;
}
.i_fc_red {
	color:#c00 !important;
}
.i_fc_white {
	color:#fff !important;
}
/* ---------- /i_fc ---------- */
/* ---------- i_fs ---------- */
.i_fs_bold {
	font-weight:bold;
}
.i_fs_line {
	text-decoration:line-through;
}
.i_fs_normal {
	font-weight:normal;
}
/* ---------- /i_fs ---------- */
/* ---------- i_fz ---------- */
.i_fz_s {
	font-size:10px;
}
@media(min-width:820px) {
	.i_fz_s {
		font-size:12px;
	}
}
.i_fz_l {
	font-size:18px;
}
@media(min-width:820px) {
	.i_fz_l {
		font-size:20px;
	}
}
.i_fz_xl {
	font-size:22px;
}
@media(min-width:820px) {
	.i_fz_xl {
		font-size:24px;
	}
}
.i_fz_xxl {
	font-size:28px;
}
@media(min-width:820px) {
	.i_fz_xxl {
		font-size:32px;
	}
}
/* ---------- /i_fz ---------- */
.i_hr {
	border:none;
	border-top:solid 1px #999;
}
.i_inline_block {
	display:inline-block;
}
/* ---------- i_icon ---------- */
.i_icon {
	display:inline-block;
	width:16px;
	height:16px;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	border-radius:100%;
	text-align:center;
	margin:0 1px 0 2px;
	vertical-align:top;
}
.i_icon[data-role="i"] {
	background:#06c;
	color:#fff;
	box-shadow:1px 1px #039;
	text-decoration:none;
}
.i_icon[data-role="q"] {
	background:#ccc;
	color:#666;
	box-shadow:1px 1px #666;
	text-decoration:none;
}
/* ---------- /i_icon ---------- */
.i_input_ng { background:#fee; }
.i_input_ok { background:#fff; }
.i_input_yet { background:#f0f0f0; }
/* ---------- i_label ---------- */
.i_label {
	font-size:85%;
	display:inline-block;
	padding:.5em !important;
	border-radius:2px;
	margin:0 1em .25em 0 !important;
	line-height:1em;
}
.i_label[data-type="gray"] {
	background:#888;
	color:#fff;
}
.i_label[data-type="red"] {
	background:#c00;
	color:#fff;
}
.i_label[data-type="white"] {
	background:#fff;
	color:#333;
	border:solid 1px #aaa;
}
/* ---------- /i_label ---------- */
/* ---------- i_link_icon ---------- */
.i_link_icon {
	text-decoration:none;
	color:#333;
	display:inline-flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.i_link_icon::before {
	content:" ";
	width:14px;
	height:14px;
	border-radius:100%;
	display:inline-block;
	margin:.15em .5em 0 0;
}
@media(min-width:820px) {
	.i_link_icon::before {
		margin:.25em .4em 0 0;
	}
}
.i_link_icon[data-strength="a"]::before {
	background:#063;
	background-image:url("./img/arrow_w.png");
	background-size:8px 8px;
	background-position:center center;
	background-repeat:no-repeat;
}
.i_link_icon[data-strength="b"]::before {
	background:#666;
	background-image:url("./img/arrow_w.png");
	background-size:8px 8px;
	background-position:center center;
	background-repeat:no-repeat;
}
.i_link_icon[data-strength="c"]::before {
	background:#999;
	background-image:url("./img/arrow_w.png");
	background-size:8px 8px;
	background-position:center center;
	background-repeat:no-repeat;
}
.i_link_icon span {
	display:inline-block;
	width:calc(100% - 21px);
}
@media(min-width:820px) {
	.i_link_icon span {
		width:calc(100% - 20px);
	}
}
/* ---------- /i_link_icon ---------- */
/* ---------- i_mb*em ---------- */
.i_mb0 { margin-bottom:0 !important; }
.i_mb1em { margin-bottom:1em; }
.i_mb2em { margin-bottom:2em; }
.i_mb3em { margin-bottom:3em; }
.i_mb4em { margin-bottom:4em; }
.i_mb5em { margin-bottom:5em; }
/* ---------- /i_mb*em ---------- */
.i_no_under520 {
	display:none !important;
}
@media(min-width:520px) {
	.i_no_under520 {
		display:block;
	}
}
.i_no_over820 {
	display:block;
}
@media(min-width:820px) {
	.i_no_over820 {
		display:none !important;
	}
}
.i_notRequired:empty {
	display:none;
}
/* ---------- i_text* ---------- */
.i_text {
	margin:0 0 2em;
}
@media(min-width:820px){
	.i_text {
		line-height:1.5em;
	}
}
.i_text:last-child {
	padding:0;
}
.i_text_center {
	text-align:center !important;
}
.i_text_left {
	text-align:left !important;
}
.i_text_right {
	text-align:right !important;
}
/* ---------- /i_text* ---------- */
/* ---------- i_w* ---------- */
.i_w05 { width:5%; }
.i_w10 { width:10%; }
.i_w15 { width:15%; }
.i_w16 { width:16.666%; }
.i_w20 { width:20%; }
.i_w25 { width:25%; }
.i_w30 { width:30%; }
.i_w33 { width:33.333%; }
.i_w35 { width:35%; }
.i_w40 { width:40%; }
.i_w45 { width:45%; }
.i_w50 { width:50%; }
.i_w55 { width:55%; }
.i_w60 { width:60%; }
.i_w65 { width:65%; }
.i_w70 { width:70%; }
.i_w75 { width:75%; }
.i_w80 { width:80%; }
.i_w85 { width:85%; }
.i_w90 { width:90%; }
.i_w95 { width:95%; }
.i_w100 { width:100%; }
/* ---------- /i_w* ---------- */
/* ---------- icon_ ---------- */
.icon_menu {
	fill:#fff;
	width:32px;
	height:32px;
}
.icon_calendar {
	fill:#999;
	width:32px;
	height:32px;
}
/* ---------- /icon_ ---------- */
/* ---------- input ---------- */
input[type="checkbox"],
input[type="radio"] {
	margin:0 .5em 0 0;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
	border-bottom:solid 1px #666;
	padding:.5em .25em .25em;
	margin:0 0 1em;
	border-radius:0;
}
input[type="email"][disabled=""],
input[type="password"][disabled=""],
input[type="tel"][disabled=""],
input[type="text"][disabled=""],
input[type="url"][disabled=""] {
	background:#ccc;
	border-bottom:solid 1px #ccc;
}
textarea {
	border-radius:0;
}
/* ---------- /input ---------- */
/* ---------- grid1_2_ele ---------- */
.grid1_2_ele {
	margin:0 0 2em;
	width:100%;
}
@media(min-width:820px){
	.grid1_2_ele {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
	}
}
.grid1_2_ele>div {
	width:100%;
	text-align:center;
	margin:0 0 1em;
}
@media(min-width:820px){
	.grid1_2_ele>div {
		width:49%;
	}
}
@media(min-width:820px) {
	.grid1_2_ele>div:last-child {
		margin-bottom:1em;
	}
}
.grid1_2_ele img {
	max-width:100%;
}
.grid1_2_ele p {
	margin:0 0 1em;
}
/* ---------- /grid1_2_ele ---------- */
/* ---------- grid1_3_ele ---------- */
.grid1_3_ele {
	margin:0 0 2em;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
@media(min-width:820px){
	.grid1_3_ele {
		flex-direction:row;
	}
}
.grid1_3_ele>div {
	width:100%;
	margin:0 0 1em;
	text-align:center;
}
@media(min-width:820px){
	.grid1_3_ele>div {
		width:32%;
	}
}
.grid1_3_ele img {
	max-width:100%;
}
.grid1_3_ele p {
	margin:0 0 .5em;
}
/* ---------- /grid1_3_ele ---------- */
/* ---------- grid2_2_ele ---------- */
.grid2_2_ele {
	margin:0 0 2em;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.grid2_2_ele>div {
	width:49%;
	text-align:center;
}
.grid2_2_ele img {
	max-width:100%;
}
.grid2_2_ele p {
	margin:0 0 .5em;
}
/* ---------- /grid2_2_ele ---------- */
/* ---------- grid2_3_ele ---------- */
.grid2_3_ele {
	margin:0 0 2em;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.grid2_3_ele>div {
	width:49%;
	text-align:center;
	margin:0 0 1em;
}
@media(min-width:820px){
	.grid2_3_ele>div {
		width:32%;
	}
}
.grid2_3_ele img {
	max-width:100%;
}
.grid2_3_ele p {
	margin:0 0 .5em;
}
/* ---------- /grid2_3_ele ---------- */
/* ---------- grid2_4_ele ---------- */
.grid2_4_ele {
	margin:0 0 2em;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.grid2_4_ele>div {
	width:49%;
	text-align:center;
	margin:0 0 1em;
}
@media(min-width:820px){
	.grid2_4_ele>div {
		width:23.5%;
	}
}
.grid2_4_ele>div:empty {
	display:none;
}
@media(min-width:820px){
	.grid2_4_ele>div:empty {
		display:block;
	}
}
.grid2_4_ele img {
	max-width:100%;
}
.grid2_4_ele p {
	margin:0 0 .5em;
}
/* ---------- /grid2_4_ele ---------- */
.header_navi {
	width:300px;
	background:#fff;
	padding:2em 1em;
	position:absolute;
	top:0;
	left:-300px;
	transition-duration:.3s;
	transition-property:left;
	transition-timing-function:ease-out;
	z-index:1002;
	opacity:0;
}
@media(min-width:1200px) {
	.header_navi {
		display:none;
		opacity:100;
		top:50px;
		left:0;
		width:100%;
		background:rgba(255,255,255,0);
		padding:0;
	}
}
.header_navi.open {
	box-shadow:2px 2px 3px 1px rgba(0, 0, 0, 0.3);
	left:0;
	opacity:100;
}
@media(min-width:1200px) {
	.header_navi.open {
		display:block;
	}
}
.header_navi_list {
	margin:1em 0;
	overflow:scroll;
}
@media(min-width:1200px) {
	.header_navi_list {
		background:#f7f7f7;
		width:1200px;
		margin:0 auto;
		box-shadow:2px 2px 3px 1px rgba(0, 0, 0, 0.3);
		overflow:visible;
	}
}
.header_navi_list>ul {
	border-top:solid 1px #ccc;
	list-style-type:none;
	padding:0;
}
@media(min-width:1200px) {
	.header_navi_list>ul {
		width:300px;
	}
}
.header_navi_list>ul>li {
	border-bottom:solid 1px #ccc;
}
.header_navi_list>ul>li.active {
	background:#e0e0e0;
}
@media(min-width:1200px) {
	.header_navi_list>ul>li {
	}
}
.header_navi_list>ul>li>span,
.header_navi_list>ul>li>a {
	display:block;
	padding:0.8em 1em;
	text-decoration:none;
	cursor:pointer;
}
.header_navi_list>ul>li>span.active {
	background:#e0e0e0;
}
.header_navi_list>ul>li>ul {
	display:none;
	list-style-type:none;
	padding:0 0 0 1em;
	display:flex;
	flex-direction:column;
}
@media(min-width:1200px) {
	.header_navi_list>ul>li>ul {
		width:900px;
		padding:2px 0 0 4px;
		position:absolute;
		top:0;
		left:300px;
		flex-direction:row;
		flex-wrap:wrap;
		align-content:flex-start;
		overflow:scroll;
	}
}
.header_navi_list>ul>li>ul.active {
	background:#f7f7f7;
}
.header_navi_list>ul>li>ul>li {
	border-top:dotted 1px #ccc;
}
@media(min-width:1200px) {
	.header_navi_list>ul>li>ul>li {
		border:none;
		width:146px;
		height:146px;
		border:solid 1px #ddd;
		margin:0 3px 3px 0;
	}
}
.header_navi_list>ul>li>ul>li>a {
	display:block;
	padding:0.8em 1em;
	text-decoration:none;
	width:100%;
	height:100%;
}
@media(min-width:1200px) {
	.header_navi_list>ul>li>ul>li>a {
		display:flex;
		justify-content:center;
		align-items:center;
	}
}
.header_navi_open {
	border:solid 1px #666;
	padding:5px;
	cursor:pointer;
	width:44px;
	height:44px;
}
.header_navi_overlayer {
	display:none;
	z-index:1001;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
}
/* ---------- list_any_ele ---------- */
.list_any_ele {
	padding:0 0 2em;
}
.list_any_ele ul {
	list-style-type:none;
	padding:0;
}
.list_any_ele li {
	margin:0 0 1em;
}
.list_any_ele li>span:first-child {
	display:block;
	float:left;
	margin:0 0.25em 0 0;
}
.list_any_ele li>span:nth-child(2) {
	display:block;
	overflow:hidden;
}
/* ---------- /list_any_ele ---------- */
/* ---------- list_date_ele ---------- */
.list_date_ele {
	margin:0 0 2em;
}
.list_date_ele dl {
	overflow:hidden;
	border-bottom:dotted 1px #999;
}
.list_date_ele dt {
	display:block;
	padding:1em 0 0;
	border-top:dotted 1px #999;
}
@media(min-width:820px) {
	.list_date_ele dt {
		float:left;
		padding:1em 0;
		width:8em;
	}
}
.list_date_ele dd {
	display:block;
	padding:0 0 1em;
}
@media(min-width:820px) {
	.list_date_ele dd {
		padding:1em 0;
		overflow:hidden;
		border-top:dotted 1px #999;
	}
}
/* ---------- /list_date_ele ---------- */
/* ---------- list_dot_ele ---------- */
.list_dot_ele {
	padding:0 0 1em;
}
.list_dot_ele ul {
	list-style-type:none;
	padding:0;
}
.list_dot_ele li {
	margin:0 0 1em;
}
.list_dot_ele li::before {
	content:'・';
	display:block;
	float:left;
	margin:0 0.25em 0 0;
}
.list_dot_ele li>span {
	display:block;
	overflow:hidden;
}
/* ---------- /list_dot_ele ---------- */
/* ---------- list_kome_ele ---------- */
.list_kome_ele {
	padding:0 0 2em;
}
.list_kome_ele:last-child {
	padding:0;
}
.list_kome_ele ul {
	list-style-type:none;
	padding:0;
}
.list_kome_ele li {
	margin:0 0 1em;
}
.list_kome_ele li::before {
	content:'※';
	display:block;
	float:left;
	margin:0 0.25em 0 0;
}
.list_kome_ele li>span {
	display:block;
	overflow:hidden;
}
/* ---------- /list_kome_ele ---------- */
/* ---------- list_link_ele ---------- */
.list_link_ele {
	padding:0 0 2em;
}
.list_link_ele:last-child {
	padding:0;
}
.list_link_ele ul {
	list-style-type:none;
	padding:0;
}
.list_link_ele li {
	margin:0 0 1em;
}
/* ---------- /list_link_ele ---------- */
/* ---------- pager_ele ---------- */
.pager_ele {
	margin:0 0 2em;
	text-align:center;
}
.pager_ele a {
	display:block;
	line-height:32px;
	text-decoration:none;
}
.pager_ele li {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	margin:0 0.25em;
	border:solid 1px #999;
	border-radius:3px;
	float:left;
	background:#fff;
}
.pager_ele li.active {
	background:#666;
	color:#fff;
}
.pager_ele li.more {
	border:none;
	background:none;
}
.pager_ele ul {
	padding:0;
	display:flex;
	flex-direction:row;
	justify-content:center;
}
/* ---------- /pager_ele ---------- */
/* ---------- photo100_ele ---------- */
.photo100_ele {
	margin:0 0 2em;
}
.photo100_ele img {
	width:100%;
	vertical-align:bottom;
}
/* ---------- /photo100_ele ---------- */
/* ---------- select ---------- */
select {
	border-bottom:solid 1px #666;
	padding:.5em .25em .25em;
	margin:0 0 1em;
	border-radius:0;
}
@media(min-width:820px) {
	select {
		padding:0 1em;
	}
}
select:disabled {
	border:solid 1px #ccc;
	color:#ccc;
}
/* ---------- /select ---------- */
.svgsprite {
	display:none;
}
/* ---------- tab2_2_ele ---------- */
.tab2_2_ele {
	margin:0 0 2em;
}
.tab2_2_ele li {
	width:50%;
}
.tab2_2_ele li>span {
	display:block;
	text-align:center;
	background:#e0e0e0;
	padding:10px 0;
	cursor:pointer;
	border-bottom:solid 1px #ccc;
}
.tab2_2_ele li>span.active {
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:none;
	border-left:solid 1px #ccc;
	background:#fff;
}
.tab2_2_ele ul {
	padding:0;
	list-style-type:none;
	display:flex;
	flex-direction:row;
}
.tab2_2_ele_doc {
	display:none;
	width:100%;
	padding:1em;
	background:#fff;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.tab2_2_ele_doc1 {
	display:block;
}
/* ---------- /tab2_2_ele ---------- */
/* ---------- table_doc_ele ---------- */
.table_doc_ele {
	margin-bottom:2em;
}
.table_doc_ele table {
	width:100%;
	border-collapse:separate;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.table_doc_ele caption {
	width:100%;
	font-size:14px;
	color:#666;
	text-align:left;
}
.table_doc_ele td,
.table_doc_ele th {
	background:#fff;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:10px;
}
.table_doc_ele th {
	background:#666;
	color:#fff;
}
/* ---------- /table_doc_ele ---------- */
/* ---------- table_doc_ele cell_drop_520 ---------- */
.table_doc_ele[data-type="cell_drop_520"] thead {
	display:none;
}
@media(min-width:520px){
	.table_doc_ele[data-type="cell_drop_520"] thead {
		display:table-header-group;
	}
}
.table_doc_ele[data-type="cell_drop_520"] td,
.table_doc_ele[data-type="cell_drop_520"] th {
	width:100%;
	display:block;
}
.table_doc_ele[data-type="cell_drop_520"] tr:last-child td {
}
@media(min-width:520px){
	.table_doc_ele[data-type="cell_drop_520"] td,
	.table_doc_ele[data-type="cell_drop_520"] th {
		display:table-cell;
		width:auto;
	}
}
/* ---------- /table_doc_ele cell_drop_520 ---------- */
/* ---------- table_doc_ele cell_drop_520_label ---------- */
.table_doc_ele[data-type="cell_drop_520_label"] thead {
	display:none;
}
@media(min-width:520px){
	.table_doc_ele[data-type="cell_drop_520_label"] thead {
		display:table-header-group;
	}
}
.table_doc_ele[data-type="cell_drop_520_label"] td,
.table_doc_ele[data-type="cell_drop_520_label"] th {
	width:100%;
	display:block;
}
@media(min-width:520px){
	.table_doc_ele[data-type="cell_drop_520_label"] td,
	.table_doc_ele[data-type="cell_drop_520_label"] th {
		display:table-cell;
		width:auto;
	}
}
.table_doc_ele[data-type="cell_drop_520_label"] td {
	text-align:right;
	padding:3em 10px 10px;
}
@media(min-width:520px) {
	.table_doc_ele[data-type="cell_drop_520_label"] td {
		text-align:left;
		padding:10px;
	}
}
.table_doc_ele[data-type="cell_drop_520_label"] td::before {
	content:attr(data-label);
	background:#666;
	color:#fff;
	border-radius:3px;
	padding:3px 8px;
	display:inline-block;
	position:absolute;
	top:8px;
	left:8px;
}
@media(min-width:520px) {
	.table_doc_ele[data-type="cell_drop_520_label"] td::before {
		display:none;
	}
}
/* ---------- /table_doc_ele cell_drop_520_label ---------- */
/* ---------- table_doc_ele cell_drop_820 ---------- */
.table_doc_ele[data-type="cell_drop_820"] thead {
	display:none;
}
@media(min-width:820px){
	.table_doc_ele[data-type="cell_drop_820"] thead {
		display:table-header-group;
	}
}
.table_doc_ele[data-type="cell_drop_820"] td,
.table_doc_ele[data-type="cell_drop_820"] th {
	width:100%;
	display:block;
	text-align:left;
	position:static;
}
.table_doc_ele[data-type="cell_drop_820"] tr:last-child td {
}
@media(min-width:820px){
	.table_doc_ele[data-type="cell_drop_820"] td,
	.table_doc_ele[data-type="cell_drop_820"] th {
		display:table-cell;
		width:auto;
	}
}
/* ---------- /table_doc_ele cell_drop_820 ---------- */
/* ---------- table_doc_ele wScroll ---------- */
.table_doc_ele[data-type="wScroll"] {
	margin-bottom:2em;
}
.table_doc_ele[data-type="wScroll"] .outer {
	overflow:auto;
	padding:0 0 1px 0;
}
.table_doc_ele[data-type="wScroll"] .outer::-webkit-scrollbar {
	height:5px;
}
.table_doc_ele[data-type="wScroll"] .outer::-webkit-scrollbar-track {
	background:#eee;
	border-radius:2px
}
.table_doc_ele[data-type="wScroll"] .outer::-webkit-scrollbar-thumb {
	background:#aaa;
	border-radius:2px
}
.table_doc_ele[data-type="wScroll"] td,
.table_doc_ele[data-type="wScroll"] th {
	white-space:nowrap;
}
@media(min-width:820px) {
	.table_doc_ele[data-type="wScroll"] td,
	.table_doc_ele[data-type="wScroll"] th {
		white-space:normal;
	}
}
/* ---------- /table_doc_ele wScroll ---------- */
/* ---------- text_img_l_ele ---------- */
.text_img_l_ele {
	margin:0 0 2em;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	flex-direction:row-reverse;
}
@media(min-width:820px) {
}
.text_img_l_ele>div {
	width:49%;
}
.text_img_l_ele img {
	width:100%;
	vertical-align:bottom;
}
.text_img_l_ele p {
	line-height:1.8em;
	margin:0 0 1em;
}
.text_img_l_ele ol, .text_img_l_ele ul {
	margin:0 0 1em;
}
.text_img_l_ele li, .text_img_l_ele li {
	margin:0 0 .5em;
}
/* ---------- /text_img_l_ele ---------- */
/* ---------- text_img_r_ele ---------- */
.text_img_r_ele {
	margin:0 0 2em;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
}
.text_img_r_ele>div {
	width:49%;
	margin:0 0 1em;
}
.text_img_r_ele img {
	width:100%;
	vertical-align:bottom;
}
.text_img_r_ele p {
	line-height:1.8em;
	margin:0 0 1em;
}
.text_img_r_ele ol, .text_img_r_ele ul {
	margin:0 0 1em;
}
.text_img_r_ele li, .text_img_r_ele li {
	margin:0 0 .5em;
}
/* ---------- /text_img_r_ele ---------- */

/* ---------- 個別スタイル ---------- */
.table_doc_ele.black th {
	background:#000;
	text-align:left;
}
.table_doc_ele.black td:nth-child(2) {
	text-align:center;
}
.table_doc_ele.black td:last-child {
	text-align:right;
}
/* ---------- /個別スタイル ---------- */

/*

build one now
by noName

*/
h1 a:hover {
	color:#059;
}
p {
	margin:0;
}
.area_action {
	background:#059;
	border-radius:5px;
	padding:1em;
}
@media(min-width:820px) {
	.area_action {
		padding:2em 1em 1.5em;
		margin-top:2em;
	}
}
.area_action .g {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	margin-bottom:1em;
}
@media(min-width:1200px) {
	.area_action .g {
		flex-direction:row;
		align-items:stretch;
	}
}
#searchitem .area_action .g div {
	padding:.8em .8em .8em 4.5em;
	text-align:left;
	background:#fff;
	margin-bottom:.5em;
}
@media(min-width:520px) {
	#searchitem .area_action .g div {
		padding:1em 1em 1em 6.5em;
	}
}
@media(min-width:820px) {
	#searchitem .area_action .g div {
		padding:1em 1em 1em 8em;
	}
}
@media(min-width:1200px) {
	#searchitem .area_action .g div {
		padding:.8em .8em .8em 5em;
		margin-bottom:0;
		margin-right:.5em;
	}
}
@media(min-width:1200px) {
	.area_action .g div:last-child {
		margin-right:0;
	}
}
.area_action .g span.label {
	position:absolute;
	top:.6em;
	left:.6em;
	font-weight:bold;
	color:#059;
}
@media(min-width:520px) {
	.area_action .g span.label {
		font-size:1.1em;
		left:.8em;
	}
}
.area_action .i_balloon {
	background:#fff;
	color:#059;
	border:solid 1px #059;
	top:-15px;
	left:12px;
	border-radius:17px;
	border-bottom:none;
	font-size:14px;
	padding:.3em 1em .3em .75em;
}
@media(min-width:820px){
	.area_action .i_balloon {
		font-size:18px;
		top:-18px;
		left:20px;
		border-radius:19px;
		padding:.5em 1.5em .5em 1.25em;
	}
}
@media(min-width:1200px){
	.area_action .i_balloon {
		top:-18px;
		left:20px;
	}
}
.area_action .i_balloon img {
	height:1em;
	margin-right:.5em;
}
.area_action .i_balloon[data-arrow="under_left"]::after {
	border-top:none;
}
.area_action input[type="radio"] {
	display:none;
}
.area_container section {
	margin:0 0 2em;
}
@media(min-width:1200px){
	.area_container {
		padding:2em 1em;
	}
}
.area_role_caution {
	background:#fffff7;
	color:#003355;
	border:solid 1px #cc3;
}
.area_role_caution h2 {
	border-bottom:none;
	font-size:110%;
}
.area_topimage {
	background:url('/wp-content/uploads/win01.jpg') center center no-repeat;
	background-size:cover;
	margin:-1em 0 2em;
	height:200px;
}
@media(min-width:520px) {
	.area_topimage {
		height:320px;
	}
}
@media(min-width:820px) {
	.area_topimage {
		height:420px;
	}
}
@media(min-width:1200px) {
	.area_topimage {
		background-attachment:fixed;
		height:520px;
		margin:-1em 0 1em;
	}
}
@media(min-width:1500px) {
	.area_topimage {
		background-attachment:fixed;
		height:720px;
	}
}
.area_topimage .area_container {
	background:rgba(0,0,0,.3);
	padding:0;
}
@media(min-width:1200px) {
	.area_topimage .area_container {
		width:100%;
	}
}
.area_topimage p {
	color:#fffff7;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
	padding:.3em 16px;
}
@media(min-width:820px) {
	.area_topimage p {
		font-size:14px;
	}
}
@media(min-width:1200px) {
	.area_topimage p {
		width:1200px;
		margin:0 auto;
	}
}
body {
	background:#fff;
	line-height:normal;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
	display:none;
}
.detail div {
	text-align:left;
	font-size:95%;
}
.detail div:last-child {
	margin-bottom:0;
}
.detail h1 {
	font-size:20px;
}
@media(min-width:520px) {
	.detail h1 {
		font-size:24px;
	}
}
@media(min-width:820px) {
	.detail h1 {
		font-size:32px;
	}
}
.hdg_ele h1 {
	color:#059;
	border-bottom:solid 2px #39f;
}
.hdg_ele h1 img {
	height:1.25em;
	margin:0 .25em 0 0;
}
.detail .hdg_ele h1 img {
	width:32px;
	height:32px;
	vertical-align:bottom;
}
@media(min-width:520px) {
	.detail .hdg_ele h1 img {
		width:40px;
		height:40px;
	}
}
@media(min-width:820px) {
	.detail .hdg_ele h1 img {
		width:54px;
		height:54px;
	}
}
.detail .table_doc_ele[data-type="cell_drop_820"] th {
	background:#fffff7;
	font-weight:normal;
	padding:.5em;
	color:#333;
}
.detail .table_doc_ele[data-type="cell_drop_820"] td {
	padding:.5em;
}
@media(min-width:820px) {
	.detail .table_doc_ele[data-type="cell_drop_820"] th {
		width:25%;
	}
}
.detail_imgs {
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
}
.detail_imgs>div {
	width:calc(33.3333% - 4px);
	border:solid 1px #666;
	margin:0 6px 6px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.detail_imgs>div:first-child {
	width:100%;
}
.detail_imgs>div:nth-child(3n + 1) {
	margin:0 0 6px;
}
.detail_imgs>div>img {
	width:100%;
	vertical-align:bottom;
}
div.detail_img {
	cursor:pointer;
}
footer {
	background:#059;
}
footer ul {
	list-style-type:none;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:1em;
	padding:0;
}
footer li {
	border-right:solid 1px #fff;
	margin-bottom:1em;
}
footer li:last-child {
	border-right:none;
}
footer li a {
	color:#fff;
	text-decoration:none;
	padding:0 1em;
}
footer li a[target="_blank"] {
	margin-right:1em;
}
footer li a[target="_blank"]::after {
	width:16px;
	height:16px;
	background:url('./img/icon_blankwindow_01.png') top center / 14px 14px no-repeat;
	margin-left:5px;
	vertical-align:bottom;
}
.form_ele {
	border:solid 1px #059;
	padding:.5em .5em 0;
}
@media(min-width:520px) {
	.form_ele {
		padding:1em 1em 0;
	}
}
.form_ele th {
	background:#059;
}
.form_ele th div[data-type="must"] {
	background:#ff6030;
}
.grid1_2_ele.company {
	margin:0;
}
.grid1_2_ele.company img {
	border:solid 1px #ccc;
}
.grid1_2_ele.company>div {
	margin:0;
}
.grid1_2_ele.company p:empty {
	display:none;
}
.grid1_2_ele.fudouitem {
	flex-wrap: wrap;
	align-items: flex-start;
}
.grid1_2_ele.fudouitem div.item {
	background:#fff;
	padding:.5em;
	display:flex;
	flex-direction:row;
	border:solid 1px #aaa;
	text-align:left;
	font-size:12px;
}
@media(min-width:520px) {
	.grid1_2_ele.fudouitem div.item {
		padding:1em;
		font-size:14px;
	}
}
.grid1_2_ele.fudouitem div.item>div {
}
.grid1_2_ele.fudouitem div.item>div:last-child {
	width:65%;
	padding-left:1em;
}
.grid1_2_ele.fudouitem div.item>div>img {
	vertical-align:bottom;
}
.grid1_2_ele.fudouitem div.item em {
	font-size:110%;
	font-style:normal;
	font-weight:bold;
	margin-bottom:.5em;
	display:block;
}
@media(min-width:520px) {
	.grid1_2_ele.fudouitem div.item em {
		margin-bottom:.25em;
	}
}
.grid1_2_ele.fudouitem div.item p {
	font-size:11px;
}
@media(min-width:520px) {
	.grid1_2_ele.fudouitem div.item p {
		font-size:12px;
	}
}
.grid1_2_ele.fudouitem div.item.bunjo>div {
	padding:0;
	width:100%;
}
.grid1_2_ele.fudouitem .i_link_icon, .search_detail .i_link_icon {
	display:inline-flex;
	padding:.3em 1.5em .15em 1.2em;
	border:solid 1px #39f;
	border-radius:16px;
	background:#39f;
	color:#fff;
	box-shadow:0 2px 0 rgba(0,85,153,1);
}
.grid1_2_ele.staff_intro .grid2_2_ele>div:first-child {
	width:calc(25% - 10px);
	margin-right:10px;
}
.grid1_2_ele.staff_intro .grid2_2_ele>div:nth-child(2) {
	width:75%;
}
.grid1_2_ele.staff_intro img {
	width:100%;
	border:solid 1px #ccc;
}
.grid1_2_ele.staff_intro th {
	font-size:80%;
	width:7em;
	background:#fffff7;
	color:#333;
	font-weight:normal;
}
.grid1_2_ele.staff_intro td {
	font-size:80%;
}

h2 {
	color:#059;
	border-bottom:solid 3px #36f;
	display:flex;
	align-items:center;
}
h2>img {
	height:1.25em;
	margin:0 .25em 0 0;
}
header {
	border-top:solid 1em #39f;
	background:#fff;
	padding:1em 0 0;
	border-bottom:solid 1px #999;
	box-shadow:0 2px 3px rgba(0,0,0,.2);
	margin-bottom:1em;
}
header .area_container {
	padding:0 1em;
}
header h1 {
	font-size:1.5em;
	margin:0 0 .5em;
}
header h1 a {
	color:#059;
	text-decoration:none;
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
header nav.header_navi {
	left:auto;
	position:fixed;
	right:-300px;
	transition-property:right;
	padding:0;
	height:100vh;
	overflow:scroll;
	background:#fffff7;
}
@media(min-width:820px) {
	header nav.header_navi {
		margin:0;
		display:block;
		position:absolute;
		bottom:0;
		right:0;
		opacity:1;
		width:auto;
		height:auto;
		background:#fff;
		top:auto;
		z-index:1;
		overflow:hidden;
	}
}
header nav.header_navi.open {
	right:0;
	left:auto;
}
header nav.header_navi a {
	color:#000;
	text-decoration:none;
	width:100%;
	font-size:80%;
	padding:1em;
}
header nav.header_navi a[data-strength="a"]::before {
	background-color:#059;
}
@media(min-width:520px) {
	header nav.header_navi a {
		font-size:90%;
	}
}
@media(min-width:820px) {
	header nav.header_navi a {
		padding:0 1em;
		text-align:center;
		font-size:82%;
	}
}
@media(min-width:1200px) {
	header nav.header_navi a {
		font-size:90%;
	}
}
header nav.header_navi li {
	width:100%;
	border-bottom:solid 1px #ccc;
	background:#fff;
}
@media(min-width:820px) {
	header nav.header_navi li {
		width:auto;
		border-right:solid 1px #666;
		border-bottom:none;
	}
}
header nav.header_navi li:last-child {
	border-right:none;
}
header nav.header_navi ul {
	display:flex;
	flex-direction:column;
	list-style-type:none;
	padding:0;
	margin:0;
}
@media(min-width:820px) {
	header nav.header_navi ul {
		flex-direction:row;
	}
}
header nav.header_navi a.header_navi_close {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
header nav.header_navi a.header_navi_close::before {
	content:' ';
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:.5em;
	background-image:url('./img/icon_close_01.png');
	background-size:cover;
}
@media(min-width:820px) {
	header nav.header_navi a.header_navi_close {
		display:none;
	}
}
header p {
	width:calc(100% - 50px);
	font-size:70%;
	margin:0;
}
@media(min-width:820px) {
	header p {
		width:100%;
		font-size:80%;
	}
}
@media(min-width:820px) {
	header p {
		font-size:85%;
	}
}
.header_navi_open {
	position:absolute;
	top:50%;
	right:1em;
	margin:-18px 0 0;
	border:solid 1px #3399ff;
	border-radius:3px;
	width:32px;
	height:32px;
}
@media(min-width:520px) {
	.header_navi_open {
		margin:-23px 0 0;
		width:44px;
		height:44px;
	}
}
@media(min-width:820px) {
	.header_navi_open {
		display:none;
	}
}
.hdg_ele {
	padding:0 0 1em;
}
input[type="submit"].i_btn_main, a.i_btn_main {
	background:#ff6030;
	box-shadow:0px 3px #630;
	border-radius:5px;
	margin:0 auto .5em;
}
@media(min-width:820px) {
	input[type="submit"].i_btn_main, a.i_btn_main {
		margin:0 auto;
	}
}
.i_btn_flat {
	background:#39f;
	box-shadow:0 3px #035;
	color:#fff;
	font-size:.9em;
	margin-bottom:.7em;
	white-space:nowrap;
}
.i_btn_flat.active {
	background:#ff6030;
	box-shadow:0 3px #850;
	color:#fff;
}
@media(max-width:819px) {
	.i_display_none_820 {
		display:none !important;
	}
}
.i_link_icon[data-strength="a"]::before {
	background-color:#035;
}
.i_link_icon[data-strength="b"]::before {
	background-color:#ff6030;
}
.i_link_icon[data-strength="h"]::before {
	background-color:#aaa;
	background-image:url("./img/arrow_w.png");
	background-size:8px 8px;
	background-position:center center;
	background-repeat:no-repeat;
}
.i_link_icon span {
	white-space:nowrap;
}
.overlayer {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	z-index:100;
	display:none;
}
.overlayer_view {
	padding:.5em;
	background:#fff;
	border-radius:5px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%) translateX(-25px);
		-webkit-transform:translateY(-50%) translateX(-50%) translateX(-25px);
	box-shadow:0 3px 5px rgba(0,0,0,.8);
}
@media(min-width:820px) {
	.overlayer_view {
		padding:1em;
	}
}
.overlayer_view>a {
	width:30px;
	height:30px;
	position:absolute;
	top:-15px;
	right:-15px;
	z-index:102;
}
.overlayer_view>a>img {
	width:30px;
	height:30px;
}
.overlayer_img {
	max-width:none;
	z-index:101;
	cursor:pointer;
	vertical-align:bottom;
}
.overlayer_title {
	margin-top:.5em;
	text-align:center;
}
.overlayer_title:empty {
	display:none;
}
.pager_ele li.active {
	background:#059;
}
.search_detail div.item {
	text-align:left;
	padding:1em 1em 2em;
	border:solid 1px #aaa;
	margin: 0 0 2em;
}
@media(min-width:820px) {
	.search_detail div.item>.grid1_2_ele>div {
		text-align:left;
	}
}
@media(min-width:820px) {
	.search_detail div.item>.grid1_2_ele>div:first-child {
		width:35%;
		padding-right:1em;
	}
}
@media(min-width:1200px) {
	.search_detail div.item>.grid1_2_ele>div:first-child {
		width:35%;
		padding-right:2em;
	}
}
@media(min-width:820px) {
	.search_detail div.item>.grid1_2_ele>div:last-child {
		width:65%;
	}
}
@media(min-width:1200px) {
	.search_detail div.item>.grid1_2_ele>div:last-child {
		width:65%;
	}
}
@media(min-width:820px) {
	.search_detail div.item {
		padding:1em 2em 2em;
	}
}
.search_detail .grid1_2_ele {
	margin:0;
}
.search_detail .grid1_2_ele>div:last-child {
	margin:0;
}
h1.archive {
	font-size:1em;
}
@media(min-width:820px) {
	h1.archive {
		font-size:1.2em;
	}
}
h1.archive a {
	text-decoration:none;
	color:#059;
}
.search_detail h3 {
	border-bottom:solid 2px #39f;
}
.search_detail h3 a {
	text-decoration:none;
	color:#059;
}
.search_detail h3 img {
	width:32px;
	margin-bottom:-5px;
}
@media(min-width:820px) {
	.search_detail h3 img {
		width:40px;
		margin-bottom:-8px;
	}
}
.search_detail div.noitem {
	font-size:1.2em;
	font-weight:bold;
}
.search_detail .table_doc_ele[data-type="cell_drop_820"] th {
	background:#fffff7;
	font-size:80%;
	font-weight:normal;
	padding:.5em;
	color:#333;
}
.search_detail .table_doc_ele[data-type="cell_drop_820"] th.no_u820 {
	display:none;
}
@media(min-width:820px) {
	.search_detail .table_doc_ele[data-type="cell_drop_820"] th {
		width:25%;
	}
	.search_detail .table_doc_ele[data-type="cell_drop_820"] th.no_u820 {
		display:table-cell
	}
}
.search_detail .table_doc_ele[data-type="cell_drop_820"] td {
	font-size:80%;
	padding:.5em;
}
.search_detail .table_doc_ele[data-type="cell_drop_820"] td.no_u820 {
	display:none;
}
@media(min-width:820px) {
	.search_detail .table_doc_ele[data-type="cell_drop_820"] td.no_u820 {
		display:table-cell;
	}
}
.search_detail .search_detail_img {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	align-content:flex-start;
	justify-content:space-between;
	margin-bottom:0;
}
.search_detail_img>div {
	width:calc(50% - 3px);
	margin:0 0 5px;
	border:solid 1px #666;
	display:inline-block;
}
@media(min-width:520px) {
	.search_detail_img>div {
		width:calc(25% - 7px);
		margin:0 0 10px;
	}
}
@media(min-width:820px) {
	.search_detail_img>div {
		width:calc(50% - 3px);
		margin:0 0 5px;
	}
}
.search_detail_img>div>img {
	width:100%;
	vertical-align:bottom;
}
.tab2_2_ele {
	border:solid 1px #059;
}
.tab2_2_ele li>span {
	background:#fffff7;
	color:#333;
}
.tab2_2_ele li>span.active {
	background:#059;
	color:#fff;
	border:none;
	border-bottom:solid 1px #059;
}
.tab2_2_ele_doc {
	background:#059;
	border:none;
}
/*
.search_detail .i_link_icon {
	display:block;
	text-align:center;
}*/
.fudouitem .i_link_icon::before, .search_detail .i_link_icon::before {
}
#allfudomap {
	width:calc(100% + 2em);
	height:350px;
	margin:0 -1em;
}
@media(min-width:580px) {
	#allfudomap {
		width:100%;
		margin:0;
	}
}
@media(min-width:820px) {
	#allfudomap {
		height:400px;
	}
}
@media(min-width:1200px) {
	#allfudomap {
		height:500px;
	}
}
.fudouitem a>img {
	border:solid 1px #059;
	vertical-align:bottom;
}
#fudo_top_r-2_1 h2::before {
	content:' ';
	width:1.25em;
	height:1.25em;
	background:url('./img/icon_new_01.png');
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 .25em 0 0;
}
#fudo_top_r-4_1 h2::before {
	content:' ';
	width:1.25em;
	height:1.25em;
	background:url('./img/icon_pickup_01.png');
	background-size:cover;
	background-repeat:no-repeat;
	margin:0 .25em 0 0;
}
#toiawasesaki, #contact_form {
	border-top:none;
	padding:0;
	margin:0;
}
#toiawasesaki .hdg_ele h3 {
	color:#059;
	border-bottom:solid 2px #39f;
	margin:0;
}
#contact_form .hdg_ele h4 {
	color:#059;
	margin:0;
}
#contact_form table {
	margin:0;
	border:0;
}
#contact_form td {
	border:0;
}
#contact_form .hdg_ele {
	padding:0 0 .25em;
}
#contact_form .form_ele input[type="text"],
#contact_form .form_ele input[type="email"],
#contact_form .form_ele input[type="tel"] {
	margin:0;
	width:100%;
}
@media(min-width:820px) {
	#contact_form .form_ele input[type="text"],
	#contact_form .form_ele input[type="email"],
	#contact_form .form_ele input[type="tel"] {
		margin:0;
		width:70%;
		max-width:100%;
	}
}
#contact_form .form_ele td {
	padding:.5em 0 1em;
}
@media(min-width:820px) {
	#contact_form .form_ele td {
		padding:1em;
	}
}
#contact_form .form_ele th {
	background:#059;
}
input[type="submit"].wpcf7-form-control.wpcf7-submit {
	color:#fff;
	font-size:18px;
	border-radius:5px;
	background:#ff6030;
	box-shadow:0px 3px #630;
	width:100%;
	padding:.5em 1em;
}
@media(min-width:520px) {
	input[type="submit"].wpcf7-form-control.wpcf7-submit {
		width:auto;
		min-width:250px;
	}
}
.list_detail_bottom_info {
	padding:0;
	margin:2em 0;
}
.table_doc_ele.company[data-type="cell_drop_520"] th {
	background:#059;
}
@media(min-width:520px) {
	.table_doc_ele.company[data-type="cell_drop_520"] th {
		width:30%;
	}
}
@media(min-width:1200px) {
	.table_doc_ele.company[data-type="cell_drop_520"] {
		width:70%;
	}
}
input[type="number"].i_w5em {
	width:5em;
}
#contact table, #contact td {
	border:0;
}
#contact .form_ele input[type="text"],
#contact .form_ele input[type="email"],
#contact .form_ele input[type="tel"],
#contact .form_ele input[type="number"] {
	margin:0;
}
.form_ele span.your-area, span.your-contact {
	display:inline-block;
	background:#f0f0f0;
}
.entrycontent {
	margin-bottom:2em;
	padding:1em;
	background:#fffff7;
	border:solid 1px #ccc;
}
.map_comment {
	margin-top:2em;
}
#second_img {
	margin-bottom:2em;
	display:flex;
	flex-wrap:wrap;
}
#second_img div {
	width:100px;
	border:solid 1px #666;
	margin:0 6px 6px 0;
	display:flex;
	align-items:flex-start;
}
#second_img img {
	width:100%;
	max-width:100%;
}
.fudou_search .i_btn_cancel {
	font-size:.9em;
	padding:.3em .8em;
}
@media(min-width:520px) {
	.fudou_search .i_btn_cancel {
		width:auto;
		display:inline-block;
	}
}
@media(min-width:820px) {
	.fudou_search .i_btn_cancel {
		top:auto;
		bottom:2em;
	}
}
pre {
	padding:0;
	border:none;
	line-height:1.8em;
}
.catchphrase {
	font-size:1.1em;
	color:#ff6030;
	margin-bottom:1em;
}
@media(min-width:820px) {
	.catchphrase {
		font-size:1.3em;
	}
}
.text_img_l_ele.sale {
	display:block;
}
@media(min-width:520px) {
	.text_img_l_ele.sale {
		display:flex;
		flex-direction:row-reverse;
	}
}
.text_img_l_ele.sale>div:first-child {
	width:100%;
}
@media(min-width:520px) {
	.text_img_l_ele.sale>div:first-child {
		width:60%;
	}
}
@media(min-width:820px) {
	.text_img_l_ele.sale>div:first-child {
		width:70%;
	}
}
.text_img_l_ele.sale>div:last-child {
	width:100%;
}
@media(min-width:520px) {
	.text_img_l_ele.sale>div:last-child {
		width:calc(40% - 1em);
		margin-right:1em;
	}
}
@media(min-width:820px) {
	.text_img_l_ele.sale>div:last-child {
		width:calc(30% - 1em);
		margin-right:1em;
	}
}




/* ---------- 物件を売りたい方へ toppage 190908 ---------- */

/* PD */

.pd-mb25 {
    margin-bottom: 25px !important;
}

.pd-mb0 {
    margin-bottom: 0 !important;
}


/* トップページ */
.top-topics {
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%); 
    padding: 15px 10px;
    margin-bottom: 25px;
}

@media(min-width:520px) {
	.top-topics {
        padding: 25px 10px;
        margin-bottom: 50px;
    }
}

.top-topics-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-weight: 700;
}

.top-topics-inner p {
    margin-bottom: 8px;
}

a.ma-btn01 {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #FFF;
    border-radius: 25px;
    text-decoration: none;
    background-color: rgba(255,255,255,0.15);
    color: #FFF;
    font-weight: 700;
    transition: .4s;
}

a.ma-btn01:hover {
    background-color: transparent;
}


a.ma-btn02 {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #059;
    border-radius: 25px;
    text-decoration: none;
    background-color: #059;
    color: #FFF;
    font-weight: 700;
    transition: .4s;
}

a.ma-btn02:hover {
    background-color: transparent;
}



/* トップ調整 */

section.area_topimage {
    margin-bottom: 0 !important;
}


/* 不動産の査定は無料です！ */

article#post-59 {
    width: 996px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ma-content01 {
    max-width: 100%;
}

.ma-content01-inner {
    margin-bottom: 40px;
}

@media(min-width:520px) {
	.ma-content01-inner {
        margin-bottom: 60px;
    }
}

.ma-content01 h2 {
    margin-bottom: 12px;
}

.ma-content01 p {
    margin-bottom: 1em;
}

.ma-content01 img {
    margin-bottom: 12px;
}