/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2023 | 02:16:30 */
/* イラストマップ - illustmap
-------------------------------------------------- */
svg.svg_illustmap {
	width: 100%;
	height: auto;
}
svg.svg_illustmap a {
	display: block;
}

svg.svg_illustmap a circle, svg.svg_illustmap a rect, svg.svg_illustmap a path {
	transition: .5s all ease;
}
svg.svg_illustmap a:hover circle, svg.svg_illustmap a:hover rect {
	stroke: red;
}
svg.svg_illustmap a:hover path {
	fill: red;
}

.illust_map_sp {
	display: none;
}


/* 契約中のサポート - support
-------------------------------------------------- */
.midashi_type02 {
	padding: 20px 30px !important;
}

.under_line_type01 {
	position: relative;
	/*016400*/
}
.under_line_type01::before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 120px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #016400;
	border-radius: 2px;
}

.list_check {
	margin-left: 20px;
	padding: 20px;
	list-style: none;
	background: #fff;
}
.list_check li {
	display: flex;
}
.list_check li::before {
	margin-right: 10px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #F47B21;
}

.list_check_type1 {
	background: none;
}
.list_check_type1 > li:not(:last-child) {
	margin-bottom: 10px;
}

.list_num_counter {
	margin: 30px 20px;
	list-style: none;
	counter-reset: number 0;
}
.list_num_counter li {
	display: flex;
}
.list_num_counter li::before {
	display: inline-block;
	margin-top: 3px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	counter-increment: number 1;
	content: counter(number);
	color: #fff;
	background: #F47B21;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	flex-shrink: 0;
}


/* 解約・退去の流れ - cancel
-------------------------------------------------- */
.lists_flow {
	margin: 0;
	display: flex;
	list-style: none;
}
.lists_flow li {
	width: 20%;
}
.lists_flow li a {
	display: inline-block;
	width: 85%;
	padding: 20px;
	border: 2px solid #016400;
	border-radius: 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	transition: .5s all ease;
}
.lists_flow li a:hover {
	background: #c9e6d9;
}
.lists_flow li:not(:last-child)::after {
	margin-left: 4.5%;
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #016400;
}
.lists_flow li:last-child a {
	width: 100%;
}

.cancel_btn a {
	background-color: #e85928;
	border: 2px solid #e85928;
}
.cancel_btn a:hover {
	color: #e85928;
	background-color: #fff;
}

.midashi_type02 {
	padding: 20px 30px;
	margin-bottom: 0 !important;
}

.list_tachiai li:last-child {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #E85928;
}
.moving_title span {
	font-size: 18px;
	color: #AF915B;
}
.contact_phone {
	margin-bottom: 0 !important;
}

.cycle_img figure a {
    border-radius: 50%;
}
.cycle_img figure img {
	object-fit: cover;
    width: 150px;
    height: 150px;
}



/* お問い合わせ - contact
-------------------------------------------------- */
.form_hidden {
	display: none;
}
.form_hidden.is_active {
	display: block;
}
.from_address span {
	display: flex;
	align-items: center;
}
.from_address #search {
	margin-left: 20px;
    width: 30%;
    border-radius: 10px;
}
.check_block span.wpcf7-form-control-wrap {
	width: 20% !important;
}

.es-form-item.postcode input,
.es-form-item.postcode2 input{
	width: 30%;
}
.caution_block {
	display: block;
	padding: 10px;
	background: yellow;
}

.flex_block .es-form-control {
	display: flex;
}

.es-form-item.privacypolicy, .support_note {
	text-align: center !important;
}

.target_change {
	display: none;
}
.target_change.is_active {
	display: block;
}

.check_block span.required {
	display: block !important;
	width: fit-content;
}
.es_form_2col_wrap p.es-form-item:not(.note)>label {
	font-size: 14px !important;
	width: calc(10em + 100px);
}
.es_form_2col_wrap p.es-form-item:not(.note)>span {
	width: calc(100% - 10em - 100px);
}

.car_change_block .es-form-item {
	display: none !important;
}
.car_change_block .es-form-item.is_active {
	display: flex !important;
}


/* 名義変更について - other
-------------------------------------------------- */
.step_ttl {
	color: #196311;
}
.step_ttl span {
	margin-right: 10px;
	padding: 10px 20px;
	color: #fff;
	background: #196311;
	border-radius: 30px;
	letter-spacing: .1em;
}


/* Q&A(FontAwesome版) - スライドトグル + JS
-------------------------------------------------- */
.qa_list {
  list-style: none;
  margin: 0 20px;
	padding: 0;
}

.qa_list > li {
  /*background: #FFF7DF;
  border-radius: 10px; */
}
.qa_list > li:not(:last-child) {
  margin-bottom: 20px;
}

.qa_list > li .question {
  display: flex;
  position: relative;
  padding: 20px 30px;
  font-weight: bold;
  color: #333;
  background: #FFF7DF;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
}
.qa_list > li .anser {
  display: flex;
  margin-top: 20px;
  padding: 0 30px;
  transition: .5s all ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #FFEDB6;
  border-radius: 10px;
	font-size: 14px;
	align-items: center;
}
.qa_list > li .anser p {
	margin-bottom: 0 !important;
	flex: 1;
}

.qa_list > li.is_active .anser {
  display: flex;
  padding: 20px 30px;
  height: auto;
  opacity: 1;
}

.qa_list > li .question::before {
  content: '\51';
  margin-right: 10px;
  font-size: 26px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #016400;
}
.qa_list > li .anser::before {
  margin-right: 20px;
  content: '\41';
  font-size: 26px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #016400;
  align-self: flex-start;
}

.qa_list > li .question::after { /* 開くボタン用 */
  content: '';
  text-align: center;
  font-size: 24px;
  content: '\f055';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #016400;
  margin-left: auto;
  transition: .5s all ease;
}
.qa_list > li.is_active .question::after { /* 閉じるボタン用 */
  content: '\f056';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #016400;
}

.form_btn {
	display: block;
	margin: 20px auto 0;
	padding: 10px 50px;
	width: fit-content;
	color: #fff;
	background: #F47B21;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	transition: .5s all ease;
}
.form_btn:hover {
	color: #fff;
	opacity: .6;
}
.qa_other_text {
	display: block;
	font-size: 16px !important;
}

.qa_layout {
	width: 100%;
}



/* サイドメニュー - sidemenu(Q&A)
-------------------------------------------------- */
body.es-page-qa_info01 div#page, body.es-page-qa_info02 div#page, body.es-page-qa_info03 div#page, body.es-page-qa_info04 div#page, body.es-page-qa_info05 div#page,
body.es-page-qa_info06 div#page, body.es-page-qa_info07 div#page, body.es-page-qa_info08 div#page, body.es-page-qa_info09 div#page, body.es-page-qa_info10 div#page,
body.es-page-qa_info11 div#page, body.es-page-qa_info12 div#page, body.es-page-qa_info13 div#page, body.es-page-qa_info14 div#page {
	padding-left: 230px;
	overflow-x: hidden;
}

.side_menu {
	margin: 0;
	padding-top: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: 230px;
	height: 100vh;
	list-style: none;
	background: #fff;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, .5 );
	z-index: 90;
}
.side_menu > li {
	position: relative;
	display: flex;
}
.side_menu > li a {
	display: block;
	padding: 10px 20px;
	width: 100%;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
.side_menu > li::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #016400;
}
.side_menu > li a img {
	margin-right: 10px;
	width: 25px;
	height: auto;
}
.side_menu > li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.qa_table {
	margin-bottom: 0;
}
.qa_table tr:nth-child(odd) {
	background: #fff;
}
.qa_table tr:nth-child(even) {
	background: #ddd;
}


.contact_check {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.contact_check dt, .contact_check dd {
	margin: 0 0 20px;
	padding: 20px 0;
	border-top: 1px solid #bdbdbd;
}
.contact_check dt {
	width: 20%;
}
.contact_check dd {
	width: 80%;
}
.contact_check .wpcf7-form-control-wrap {
	display: inline;
}
.contact_check dt span.required {
	margin-right: 10px;
}

/* Q&A - その他設備の不具合・トイレ・鍵・オートロック・水回り
-------------------------------------------------- */
.qa_member .wp-block-buttons {
    pointer-events: none;
}


/* 解約フォーム - cancel
-------------------------------------------------- */
.add_address .h-adr {
	display: none;
}
.add_address .h-adr.is_active {
	display: block;
}


/* リンク一覧 - links
-------------------------------------------------- */
.btn_links_group a.wp-block-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 75px;
}


/* その他 - other
-------------------------------------------------- */
.clr_red {
	color: red;
}
.clr_orange {
	color: #E85928;
}
.maker_yellow {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #F8DF57 60%);
}

.active_btn a {
	background-color: #C9E6D9 !important;
}

.btn_link_none {
	margin-bottom: 20px;
}
.btn_link_none a {
	pointer-events: none;
}

.img_align_center .uagb-columns__inner-wrap {
	align-items: center;
}

.btn_links a {
	position: relative;
	padding: 10px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	background-color: rgba( 25, 99, 17, 1 );
	box-shadow: 0px 4px 0 rgba( 0, 0, 0, .2 ) !important;
	transition: .3s;
	overflow: hidden;
}
.btn_links a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-color: rgba( 250, 155, 45, 1 );
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.btn_links a:hover {
	transform: translate3d(0, 5px, 0);
	box-shadow: none !important;
}

/* 1400px～480px までの設定 */
@media ( 480px <= width <= 1400px ) {
	body.es-page-qa_info01 div#page .sub_visual, body.es-page-qa_info02 div#page .sub_visual, body.es-page-qa_info03 div#page .sub_visual, body.es-page-qa_info04 div#page .sub_visual, body.es-page-qa_info05 div#page .sub_visual, body.es-page-qa_info06 div#page .sub_visual, body.es-page-qa_info07 div#page .sub_visual, body.es-page-qa_info08 div#page .sub_visual, body.es-page-qa_info09 div#page .sub_visual, body.es-page-qa_info10 div#page .sub_visual, body.es-page-qa_info11 div#page .sub_visual, body.es-page-qa_info12 div#page .sub_visual, body.es-page-qa_info13 div#page .sub_visual, body.es-page-qa_info14 div#page .sub_visual {
		margin-left: -20px;
	}
}

@media ( max-width: 480px ) {
	
	
	/* 基本設定 - common
	-------------------------------------------------- */
	.sp_flex_column_reverse .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.under_line_type01 {
		font-size: 18px !important;
	}
	.sub_title_type01 {
		font-size: 16px !important;
	}
	
	.contact_phone {
		font-size: 32px !important;
	}
	
	.lists_flow {
		flex-wrap: wrap;
	}
	.lists_flow li {
		width: 100%;
		text-align: center;
	}
	.lists_flow li:not(:last-child)::after {
		content: '\f063';
		margin-left: 0;
	}
	.lists_flow li a {
		width: 100%;
	}
	
	
	/* イラストマップ - illustmap
	-------------------------------------------------- */
	.svg_illustmap { display: none; }
	
	.illust_map_sp {
		display: block;
	}
	.illust_map_sp h2 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.0rem;
		font-weight: bold;
	}
	.illust_map_sp h2::after {
		display: none;
	}
	
	.illust_map_sp ul {
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		list-style: none;
	}
	.illust_map_sp ul > li {
		margin-bottom: 10px;
		width: 32%;
	}
	.illust_map_sp ul > li:not(:nth-child(3n)) {
		margin-right: 2%;
	}
	.illust_map_sp ul > li a {
		display: block;
		padding: 10px 5px;
		background-color: gray;
		border-radius: 10px;
		color: #fff;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.illust_map_sp ul.yurakucho_line > li a {
		background-size: auto auto;
		background-color: rgba(150, 103, 57, 1);
		background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(191, 164, 116, 0.5) 15px, rgba(191, 164, 116, 0.5) 25px );
	}
	.illust_map_sp ul.oedo_line > li a { background-color: #ab2577; }
	.illust_map_sp ul.seibu_tosima_line > li a { background-color: #ef9a2b; }
	.illust_map_sp ul.tobutojo_line > li a { background-color: #1a72c7; }
	.illust_map_sp ul.seibu_yurakucho_line > li a {
		background-size: auto auto;
		background-color: rgba(239, 154, 43, 1);
		background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 255, 255, 0.3) 15px, rgba(255, 255, 255, 0.3) 25px );
		outline: 3px solid rgba(239, 154, 43, 1);
		outline-offset: -3px;
	}
	.illust_map_sp ul.seibu_ikebukuro_line > li a { background-color: #ef9a2b; }
	.illust_map_sp ul.seibu_shinjuku_line > li a { background-color: #2fafbf; }
	.illust_map_sp ul.jrsobu_line > li a { 
		background-size: auto auto;
		background-color: rgba(230, 197, 73, 1);
		background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(239, 168, 143, 0.5) 15px, rgba(239, 168, 143, 0.5) 25px );
		outline: 5px solid rgba(44, 157, 121, 1);
		outline-offset: -5px;
	}
	
	
	/* Q&A
	-------------------------------------------------- */
	.qa_list > li .question {
		font-size: 14px;
	}
	
	.sub_visual {
		height: 200px;
		min-height: auto;
	}
	.sub_visual h1 {
		margin-bottom: 0;
		font-size: 21px !important;
	}
	
	.qa_table th, .qa_table td {
		display: block;
	}
	.qa_table th {
		border-bottom: none;
	}
	
	.qa_member a.wp-block-button__link {
		font-size: 14px !important;
	}
	.qa_member .tel_number {
		font-size: 21px !important;
	}
	
	.form_btn {
		padding: 10px 30px;
		font-size: 13px;
	}
	.side_menu {
		/* display: none; */
		position: static;
		margin-bottom: 20px;
		padding-top: 0;
		width: auto;
		height: auto;
		background: none;
		box-shadow: none;
	}
	.side_menu > li a {
		font-size: 12px;
	}
	
	
	.contact_check dt, .contact_check dd {
		display: block;
		width: 100%;
	}
	.contact_check dd {
		padding-top: 0;
		border-top: none;
	}
	
	
	.btn_links_group .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.btn_links_group .uagb-columns__inner-wrap .uagb-column__inner-wrap {
		padding: 5px;
	}
	.btn_links_group .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: 50% !important;
	}
	.btn_links_group .uagb-columns__inner-wrap .wp-block-uagb-column .btn_links a {
		font-size: 10px;
		min-height: 55px;
	}
	
	body.es-page-qa_info01 div#page, body.es-page-qa_info02 div#page, body.es-page-qa_info03 div#page, body.es-page-qa_info04 div#page, body.es-page-qa_info05 div#page,
	body.es-page-qa_info06 div#page, body.es-page-qa_info07 div#page, body.es-page-qa_info08 div#page, body.es-page-qa_info09 div#page, body.es-page-qa_info10 div#page,
	body.es-page-qa_info11 div#page, body.es-page-qa_info12 div#page, body.es-page-qa_info13 div#page, body.es-page-qa_info14 div#page {
		padding-left: 0;
	}
	
	
	/* お問い合わせ - page:contact
	-------------------------------------------------- */
	.es_form_2col_wrap p.es-form-item:not(.note)>label {
		width: 100%;
	}
	.es_form_2col_wrap p.es-form-item:not(.note)>span {
		width: 100%;
	}
	
	.es_address a.get_data {
		display: block !important;
		width: fit-content;
	}
	
	.es-no-sidebar.es-separate-container .entry-content .alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}