@charset "UTF-8";

/*
*******************************************************************************************************
# easyrequestスタイル（SP版）
*******************************************************************************************************
*/

body, input, textarea, select, button {
	color: #000000;
	font-family: "Yu Gothic", sans-serif !important;
}
div#containerWrapper {
	background: #fff;
}
#contentHeader {
	line-height: 1.4;
	margin: 40px 0;
}
#contentMain {
	line-height: 1.4;
/*	padding-top: 1px;*/
	padding-bottom: 20px;
}
.box_1mn {
	margin: 0 auto 10px;
	padding: 8px 0 9px;
	background-color: #3f73b2;
}
.box_1mn .imn_flex .bg_White {
	display: flex;
	width: 107px;
	margin: 0 auto;
	padding: 5px 25px;
    background-color: #fff;
    color: #3f73b2;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}
.box_1mn .imn_flex .strong {
	font-size: 15px;
	line-height: 1.1;
}
.box_1mn .imn_flex .tx_hajimeru {
	text-align: center;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

div#footerWrapper {
	background-color: #ffffff;
}

#contentFooter {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, .8);
    padding: 25px var(--page-padding) 0;
    z-index: 100;
    margin: 0 auto;
    max-width: 430px;
}

.btn_fb {
	margin-left: 10px;
}
.btn_fb a {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.btn_footer a {
	width: 100%;
}
.btn_footer .mod_btn_all_blue {
	border-color: transparent;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
}
.btn_footer .mod_btn_all_blue:before {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

input[type=text], input[type=email], input[type=tel],
input[type=radio] {
	-webkit-transform: scale(1, 1);
	margin-top: 8px;
	border: 1px solid #d5d8dd;
    box-shadow: none;
    border-radius: 2px;
}
.tab_Menu {
	text-align: center;
}
#contentMain #sel_area input {
	display: none;
}
#contentMain #sel_area .tab_header {
	flex: 1;
	font-size: 14px;
	cursor: pointer;
	color: #AFAFAF;
	font-weight: 700;
	border: 1px solid #AFAFAF;
	border-radius: 5px;
	padding: 4px;
}

#contentMain #sel_area .tab_header.active {
	background-color: #447FFA;
	border-color: #447FFA;
	color: #FFFFFF;
}

#contentMain #sel_area.area #tab1:nth-child(1) {
}
#contentMain #sel_area.line #tab2:nth-child(2) {
}
.mod_ttl_bar_khaki {
	color: #333;
    background: transparent;
}
.mod_ttl_bar_khaki_kibou {
	font-weight: 500;
    padding: 0;
    margin: 20px 10px;
    color: #000000;
}
.sec_form {
	width: 100%;
}
.sec_form dt {
	margin-top: 20px;
}
.sec_form dt:first-child {
	/*margin-top: 15px;*/
	margin-top: 0px;
}
.sec_form .mod_ttl_bar_khaki {
	background: transparent;
}
.sec_form .li_api_block .mod_required,
.sec_form #li_api_block .mod_required,
.sec_form dd .mod_required {
	color: #fff;
	background-color: #f635b0;
	border-radius: 2px;
    padding: 7px 11px;
}
.sec_form #li_api_block .mod_required,
.sec_form dd .mod_required {
	margin-left: 10px;
}
.sec_form dd {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}
.sec_form dd .todouhuken,
.sec_form dd li .todouhuken,
.sec_form dd ul li,
.sec_form_nobukken dd li {
	margin-top: 10px;
	display: flex;
	align-items: center;
 }
.sec_form_nobukken dd li {
	justify-content: center;
}
.sec_form_nobukken dd #li_tenpo_block {
	margin-bottom: 35px;
}
.sec_form dd ul li span {
	font-size: 12px;
}
.sec_form dd ul li input[type="text"],
.sec_form dd ul li input[type="email"],
.sec_form dd ul li input[type="tel"] {
	margin-top: 10px;
	width: 285px;
}
.sec_form dd ul li input[type="text"].input-focus {
	color: #111;
}
.sec_form dd ul li input[type="radio"] {
	margin-right: 5px;
}
.sec_form dd ul li input[type="radio"]:nth-child(even) {
	margin-left: 30px;
}
.sec_form dd .mod_select_content,
.sec_form dd ul li .mod_select_content,
.sec_form dd .todouhuken .mod_select_content,
.sec_form dd ul li .w220,
.sec_form_johou dd .mod_select_content,
.sec_form_nobukken dd li .mod_select_content {
	width: 80%;
	vertical-align: 5%;
	border: 1px solid #d5d8dd;
	border-radius: 2px;
	margin-top: 8px;
}
.sec_form dd ul li .w65 {
	width: 65%;
	margin-right: 10px;
}
.select_more_btn {
	text-align: center;
	border: 1px solid #AFAFAF;
	margin-top: 20px;
}
.select_more_btn a {
	font-size: 14px;
	color: #000000;
	padding: 5px 0 1em;
	position: relative;
	font-weight: 500;
}
.select_more_btn a:after {
	content: "▼";
	color: #d5d8dd;
	font-size: 60%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.5em;
}
.sec_form dt.select_more ,
.sec_form dd.select_more {
	display: none;
}
.sec_form #li_ensen_block .todouhuken span:before,
.sec_form #li_eki_block1 .todouhuken span:before,
.sec_form #li_eki_block2 .todouhuken span:before,
.sec_form #li_eki_block3 .todouhuken span:before,
.sec_form dd #pref_block:before,
.sec_form dd #api_block:before,
.sec_form dd ul li .mod_select_content:before,
.sec_form_johou dd ul li .mod_select_content:before,
.sec_form_nobukken dd li .mod_select_content:before {
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.sec_form #li_ensen_block .todouhuken #ensen_block:after,
.sec_form #li_eki_block1 .todouhuken #eki_block1:after,
.sec_form #li_eki_block2 .todouhuken span:after,
.sec_form #li_eki_block3 .todouhuken span:after,
.sec_form dd #pref_block:after,
.sec_form dd #api_block:after,
.sec_form dd ul li .mod_select_content:after,
.sec_form_johou dd .mod_select_content:after,
.sec_form_nobukken dd li .mod_select_content:after {
	content: "";
	border-top: transparent;
	border-right: 2px solid #013b96;
    border-bottom: 2px solid #013b96;
    border-left: transparent;
    top: 46%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}
.sec_form dd .todouhuken .mod_required:after {
	content: "";
	border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.sec_form dd .mod_select_content select,
.sec_form dd ul li .mod_select_content select {
	color: #d5d8dd;
}
.sec_form_johou dd .mod_select_content select,
.sec_form_nobukken dd .mod_select_content select {
	color: #333333;
	font-size: 12px;
	min-height: auto;
}
.sec_form dd ul .li_api_block,
.sec_form dd ul .li_ensen_block,
.sec_form dd ul .li_eki_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_form dd ul.col_tow {
	width: 300px;
}
.sec_form dd ul.col_tow li {
	float: left;
}
.sec_form dd ul.col_tow li:nth-child(odd) {
	margin-right: 10px;
}
.sec_form dd ul.col_tow li input[type="text"] {
	width: 130px;
}
.sec_form dd ul.col_tow li input[type="text"].input-focus {
	color: #111;
}
.easyrequest.step1 .sec_form dd ul li select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0A3F94;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 12px;
	background-color: #fff;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 5px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	vertical-align: middle;
	-webkit-transform: scale(1, 1);
	width: 130px;
}
.sec_form .kibou_item {
	margin: 0 14px;
	font-size: 13px;
}

.sec_form .btn_footer a {
	margin: 15px auto 10px;
}

.mod_ttl_bar_khaki.mod_ttl_bar {
	margin: 10px 10px 0px;
	padding: 0 0 0 5px;
	position: relative;
	border-left: 7px solid #013b96;
	font-size: 16px;
}
.mod_ttl_bar_khaki.mod_ttl_bar .mod_required {
	position: absolute;
	top: -2px;
	right: 10px;
	color: #ffffff;
    background-color: #f635b0;
    border-radius: 2px;
    font-weight: normal;
}


/*****************
# step1
******************/
.step1 .box_head_easyrequest {
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size: 300px 114px;
}
.step1 .box_head_easyrequest .status {
	margin-top: 13px;
}


/*****************
# step2
******************/
.step2 #contentHeader {
	margin: 4px 0 !important;
}
.step2 #contentMain {
	padding-bottom: 0;
}
.step2 .box_head_easyrequest {
	width: 100%;
	text-align: center;
}
.step2 .box_head_easyrequest .status {
/*	margin-top: 23px;*/
}

.step2 .sec_form dd ul li label:nth-child(even) {
	margin-left: 30px;
}
.step2 .sec_form dd ul li input[type="radio"] {
	vertical-align: -10%;
}
.step2 .sec_form dd ul li textarea {
	width: 300px;
	padding-right: 13px;
	border: 1px solid #d5d8dd;
	color: #111;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.step2 .sec_form dd .btn_add {
	margin: 15px auto 0px;
	width: 160px;
}
.step2 .sec_form dd .btn_add a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sec_form_johou {
	width: 100%;
	margin: 0px auto 20px;
	border: transparent;
	border-radius: 0;
}
.sec_form_johou input[type=text],
.sec_form_johou input[type=email],
.sec_form_johou input[type=tel] {
	width: 95%;
	color: #333333;
}
.sec_form_johou dd {
	margin: 15px 28px 40px;
}
.sec_form_johou dd ul li {
	margin-bottom: 20px;
	font-size: 13px;
}
.sec_form_johou dd ul li .mail_note {
	margin-top: 10px;
	font-size: 12px;
}
.sec_form_johou dd ul .box_freemail {
	color: #333333;
	text-align: center;
    border: 1px solid #d5d8dd;
    margin: 15px 0;
    padding: 3px;
}
.sec_form_johou dd ul .box_freemail .freemail_info_note a {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
    padding: 5px;
}
.sec_form_johou dd ul .box_freemail #freemail_information {
    padding: 0 15px 10px;
    text-align: left;
    font-size: 12px;
    display: none;
}
.sec_form_johou dd ul .box_freemail #freemail_information .closeBtn a {
	display: block;
	margin: 8px auto 0;
    padding: 3px 11px 2px;
    text-align: center;
    background-color: #d5d8dd;
    border-radius: 2px;
    color: #fff;
    width: 40px;
}

/*****************
# step3
******************/
.step3 #contentHeader {
	margin: 16px 0 !important;
}
.step3 #contentMain {
}
.step3 .box_head_easyrequest {
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-size: 300px 114px;
	text-align: center;
}
.step3 .box_head_easyrequest .status {
	margin-top: 10px;
}
.step3 .sec_form dd ul li .mod_select_content.pref {
	width: 150px;
}
.step3 .sec_form dd ul li .mod_select_content.city_line {
	width: 300px;
}
/*
.step3 .box_head_easyrequest .ttl_announce {
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}
*/
.step3 .sec_search_list_shop .announce {
	padding: 10px;
}
.step3 .sec_search_list_shop .announce span {
	color: #333333;
	margin-right: 7px;
	margin-left: 7px;
}
.step3 .sec_search_list_shop .announce.nobukken {
	color: #f635b0;
}
.step3 .box_expand_search_list .list_expand li:first-child {
	border-top: 1px solid #d3d8e3;
}

/*.step3 .btn_back {
	width: auto;
	margin-left: 10px;
}*/
/*add 171204 ss*/
/*.list_expand.request_shop_list*/
.step3 .list_campaign li {
	display: flex;
}
.step3 .list_campaign label {
	display: flex;
	align-items: center;
}
.step3 .box_expand_search_list .list_expand .ipt_check label {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
}
.step3 .list_campaign label input[type=checkbox],
.step3 .box_expand_search_list .list_expand label input[type=checkbox]{
	width: 20px;
	height: 20px;
	transform: scale(1.0, 1.0);
}
.step3 .list_campaign label input[type=checkbox] + span,
.step3 .box_expand_search_list .list_expand li label input[type=checkbox] + span{
	margin: 0;
	width: 0;
	opacity: 0;
}
.step3 .list_campaign label input[type=checkbox]:checked,
.step3 .box_expand_search_list .list_expand label input[type=checkbox]:checked{
	margin: 0;
	width: 0;
	opacity: 0;
}
.step3 .list_campaign label input[type=checkbox] + span {
	margin-right: 10px;
}
.step3 .list_campaign label input[type=checkbox]:checked + span,
.step3 .box_expand_search_list .list_expand label input[type=checkbox]:checked + span{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
/*	margin: 0;*/
	width: 20px !important;
	height: 20px;
	background: #013b96;
	border: 2px solid #013b96;
	border-radius: 6px;
	position: relative;
	opacity: 1;
}
.step3 .list_campaign label input[type=checkbox]:checked + span::after,
.step3 .box_expand_search_list .list_expand label input[type=checkbox]:checked + span::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 4px;
	transform: rotate(45deg);
	height: 12px;
	width: 6px;
	opacity: 1;
}
.step3 .box_expand_search_list .list_expand.request_shop_list{}
.step3 .box_expand_search_list .list_expand.request_shop_list li{ display: flex; width: 100%; }
.step3 .box_expand_search_list .list_expand.request_shop_list li .ipt_check{
	width:40px;
	line-height:48px;
	display:table-cell;
	text-align:center;
}
.step3 .box_expand_search_list .list_expand.request_shop_list li .label_txt{ width: 90%; }
.step3 .box_expand_search_list .list_expand.request_shop_list li .label_txt label{
	padding: 15px 10px;
	background-image: none;
	width: 100%;
	height:auto;
	min-height:48px;
	display: inline-block;
	box-sizing: border-box;
	border-right: 1px solid #d3d8e3;
}
.step3 .tempoDetail {
	display: table-cell;
	width: 53px;
}
.step3 .tempoDetail a {
	width: 53px;
    height: 50px;
    text-align: center;
}
.step3 .tempoDetail img {
	width: 40%;
}
.checkbox_bg_color .box_expand_search_list .list_expand li label span.eval_star{
	margin-left:10px;
	width: auto;
	vertical-align:text-bottom;
}

/*add 171204 ss*/
/*.review_link*/
.sec_search_list_shop.checkbox_bg_color .review_link{
	padding:0 10px;
}
.sec_search_list_shop.checkbox_bg_color .review_link a{
	color:#333333;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
}
.box_expand_search_list {
	margin-top: 10px;
}

/*キャンペーン応募*/
.easyrequest.step3 .box_campaign {
	padding-bottom: 20px;
	border-bottom: 1px solid #D3D8E2;
}
.easyrequest.step3 .box_campaign .list_campaign {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.easyrequest.step3 .box_campaign .list_campaign li {
	position: relative;
	padding-top: 15px;
	padding-right: 55px;
	text-indent: -36px;
	padding-left: 36px;
}

.easyrequest.step3 .box_campaign .list_campaign li input[type="checkbox"] {
	margin-right: 15px;
	vertical-align: -10%;
	margin-left: 5px;
}
.easyrequest.step3 .box_campaign .list_campaign .link_dtl {
	font-size: 12px;
	line-height: 1;
	background-image: url(/sp/shared/images/icon/arr_r_blue.png);
	background-repeat: no-repeat;
	background-position: 38px 5px;
	background-size: 12px 12px;
	background-color: #E6E8EC;
	text-align: center;
	padding: 5px 10px 5px 0px;
	width: 45px;
	position: absolute;
	top: 15px;
	right: 0px;
	font-weight: bold;
	color: #013b96;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: 0px;
}
/*****************
# confirm
******************/
.confirm #contentMain {
	padding-bottom: 15px;
}
.confirm .box_head_easyrequest .status,
.confirm .box_head_easyrequest .ttl_announce {
	text-align: center;
}
.confirm .box_head_easyrequest .ttl_announce {
	margin-top: 10px;
	font-size: 13px;
}
.confirm .box_head_easyrequest {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 88px 103px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 360px) {
.confirm .box_head_easyrequest {
	margin-right: auto;
	margin-left: auto;
}
}
/*
.confirm .box_head_easyrequest .ttl_announce {
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}
*/
.confirm .sec_conf_blc {
	padding-bottom: 30px;
	border-top: 1px solid #d5d8dd;
}
.confirm .sec_conf_blc.last_child {
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #d5d8dd;
}
.confirm .sec_conf_blc .sec_head,
.confirm .sec_conf_blc .sec_form {
	background-color: #FFF;
}
.confirm .sec_conf_blc .sec_head {
	padding: 0;
}
.confirm .sec_conf_blc .sec_head h2 {
	margin: 30px 10px 0px;
	padding-left: 4px;
	color: #333333;
	font-weight: bold;
}
.confirm .sec_conf_blc.first_child {
	border-top: none;
}
.confirm .sec_conf_blc.first_child h2 {
	margin: 15px 10px 0px;
}
.confirm .sec_conf_blc .sec_head .mod_btn_back {
	width: 30px !important;
	padding-top: 6px;
	background-position: 10px 9px;
	position: absolute;
	top: 12px;
	right: 10px;
}

.confirm .sec_conf_blc .sec_form {
	border-bottom: 2px solid #D3D8E2;
}
.confirm-bdb0 {
    border-bottom: 0 !important;
}

.confirm .sec_conf_blc.last_child .sec_form {
	border-bottom: 1px solid #D3D8E2;
	padding-bottom: 0px
}
.confirm .sec_conf_blc .sec_form dt {
	margin-top: 0px;
}
.confirm .sec_conf_blc .sec_form dd {
	padding: 10px 10px 15px;
}
.confirm .sec_conf_blc .sec_form dd li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #D3D8E2;
}
.confirm .sec_conf_blc .sec_form dd li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.confirm .sec_conf_blc .sec_form_kakunin {
	margin: 20px 20px 40px;
}
.confirm .sec_conf_blc .sec_form_kakunin dt {
	color: #9a9ca0;
	font-size: 12px;
}
.confirm .sec_conf_blc .sec_form_kakunin dd {
	margin: 15px 0 20px;
	padding-left: 11px;
	font-size: 16px;
	line-height: 2;
}

.confirm .sec_conf_blc .sec_form_kakunin dd span {
	color: #9a9ca0;
	font-size: 12px;
}
.confirm .btn_back {
	margin-top: 0px;
}

.confirm #contentFooter .privacy_blc {
	width: 300px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.confirm #contentFooter .privacy_blc .readme {
	text-align: center;
	font-weight: bold;
	color: #f635b0;
}
.confirm #contentFooter .privacy_blc .p_policy {
	margin-top: 10px;
	background-color: #FFF;
	border: 2px solid #D3D8E2;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.confirm #contentFooter .privacy_blc .p_policy > dt {
	padding: 13px;
}
.confirm #contentFooter .privacy_blc .p_policy .ttl_inner {
	font-weight: bold;
	color: #0A3F94;
	background-image: url(/sp/shared/images/icon/icn_expand_close.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	display: block;
}
.confirm #contentFooter .privacy_blc .p_policy .ttl_inner.close {
	background-image: url(/sp/shared/images/icon/icn_expand_open.png);
}
.confirm #contentFooter .privacy_blc .p_policy > dd {
	border-top: 2px solid #F0F1F5;
	padding: 13px 8px;
	line-height: 1.3;
	font-size: 11px;
	display: none;
}
.confirm #contentFooter .privacy_blc .p_policy > dd h3 {
	font-weight: bold;
	font-size: 12px;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li {
	font-weight: bold;
	margin-top: 15px;
	/*margin-left: 20px;*/
	list-style: decimal inside;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li p {
	font-weight: normal;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li strong {
	font-weight: bold;
	display: block;
	margin-top: 15px;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li ol,
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li ul {
	margin-left: 5px;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li ol li {
	font-weight: normal;
	margin-left: 20px;
	list-style: decimal;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li ul li {
	margin-left: 20px;
	list-style: disc;
	font-weight: normal;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li dl {
	border: 1px solid #DADADB;
	margin-top: 10px;
	/*margin-left: -10px;*/
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li dt {
	background-color: #EFF2F4;
	padding: 10px 8px;
}
.confirm #contentFooter .privacy_blc .p_policy > dd > ol > li dd {
	padding: 10px;
	font-weight: normal;
}
.confirm #contentFooter .privacy_blc .p_policy > dd .btn_close {
	background-color: #d5d8dd;
	text-align: center;
	margin: 15px auto 0px;
	width: 88px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}
.confirm #contentFooter .privacy_blc .p_policy > dd .btn_close span {
	font-weight: bold;
	font-size: 13px;
	background-image: url(/sp/shared/images/icon/icn_menu_close.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	display: inline-block;
	padding: 4px 0;
	color: #ffffff;
}
.mod_btn_syusei {
    display: block;
    width: 28px;
    margin: 0 auto;
    padding: 6px 20px 6px 30px;
	position: relative;
	color: #333333;
	background-color: #fff;
    border: 2px solid #d5d8dd;
    border-radius: 24px;
}
.mod_btn_syusei:after {
	position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #d5d8dd;
    border-left: 2px solid #d5d8dd;
    transform: rotate(45deg);
    top: 11px;
    left: 14px;
}
.btn_back {
	width: 80%;
	padding-right: 10%;
    padding-left: 10%;
    padding-top: 15px;
}
.btn_back a {
	width: 30px !important;
    padding-top: 6px;
    background-color: #d5d8dd;
    background-position: 10px 9px;
}
.confirm .btn_footer a {
	font-size: 16px;
	min-width: 300px;
	margin: 0;
	padding: 12px 0 !important;
    border: 2px solid #F25CA8;
}
.confirm #contentFooter .ssl_message {
	font-size: 12px;
	margin: 0 15px 10px;
}
.mod_btn_all_pink {
	border-color: transparent;
    background-color: transparent;
}
.mod_btn_all_pink:before {
	border-color: transparent;
}

/*キャンペーン応募*/
.easyrequest.confirm .box_campaign {
	padding-bottom: 20px;
	border-bottom: 2px solid #D3D8E2;
	background-color: #FFFFFF;
}
.easyrequest.confirm .box_campaign .list_campaign {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.easyrequest.confirm .box_campaign .list_campaign li {
	position: relative;
	padding-top: 15px;
}

/*****************
# complete
******************/
.comp .box_head_easyrequest {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 151px 86px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.comp .box_head_easyrequest .status {
	text-align: center;
}

@media screen and (max-width: 360px) {
.comp .box_head_easyrequest {
	margin-right: auto;
	margin-left: auto;
}
}
.comp .thanks {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}
.comp .message {
	margin: 25px 10px 0px;
	text-align: center;
}
.comp .mail_inform {
	background-color: #f1f3f7;
	padding: 20px 20px 25px;
	margin: 20px 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.75;
}
.comp .mail_inform p {
	margin-top: 1em;
}
.comp .mail_inform p span {
	font-weight: bold;
}
.comp .mail_inform p a {
	font-weight: bold;
	color: #013b96;
	text-decoration: underline;
}
.comp .mail_inform p:first-child {
	margin-top: 0px;
}
.comp .mail_inform ul {
	margin-top: 1em;
}
.comp .mail_inform ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.comp .mod_btn_append {
	margin-top: 15px;
}
.comp .mod_btn_append a {
	width: 355px;
	margin: 20px 0 40px;
	border: transparent;
}
.comp .mod_btn_append a .mod_btn_append_search {
	padding: 0;
}
.comp .mod_btn_append a .mod_btn_append_search .icon {
	display: inline-block;
	padding: 0;
}

/*****************
# error
******************/
.sec_form dt.error .mod_ttl_bar_khaki,
.error.mod_ttl_bar_khaki {
	color: #f635b0;
}
.sec_form dd ul.error,
.sec_search_list_shop ul.error {
	margin-top: 15px;
}
.sec_search_list_shop ul.error {
	margin-right: 10px;
	margin-left: 10px;
}
.sec_form dd ul.error li,
.tab_content ul.error li,
.sec_form_nobukken ul.error li,
.sec_search_list_shop ul.error li {
	color: #f635b0;
	padding-top: 0px;
	text-indent: -1em;
	padding-left: 1em;
	word-break: break-all;
}
/*.sec_form dd ul.error li:before,*/
.sec_search_list_shop ul.error li:before {
	content: "・";
	color: #e20d30;
}
.sec_form dd input[type="text"].error {
	border: 1px solid #e20d30;
}
.sec_form dd input[type="text"].error.input-focus {
	color: #111;
}
.sec_form_nobukken {
	border: none;
}

/* ------------------------------------
	* sec_detail_recommend
* ------------------------------------ */
.sec_detail_recommend {
	padding-top: 20px;
}

.sec_detail_recommend .ttl_detail_recommend {
	padding: 0 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
}

/* --------------------------
	* slider_recommend
* -------------------------- */
.sec_detail_recommend .slider_recommend {
	padding: 15px 0 10px 0;
	background: #ede3c7;
}

.sec_detail_recommend .slider_recommend .htview {
	margin: 0 auto;
	overflow: hidden;
}

.sec_detail_recommend .slider_recommend .flipsnap {
	/*width: 2170px;
	margin: 0 0 0 10px;*/
	margin: 0 auto;
}

.sec_detail_recommend .slider_recommend .flipsnap li {
	/*width: 300px;*/
	margin: 0 10px 0 0;
	background: #ffffff;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.sec_detail_recommend .slider_recommend .flipsnap li a {
	color: #111111;
}

.sec_detail_recommend .slider_recommend .flipsnap .link_inner {
	padding: 20px 20px 15px 20px;
}

.sec_detail_recommend .slider_recommend .flipsnap .ttl_name {
	margin: 0 0 15px 0;
	font-weight: bold;
}

.sec_detail_recommend .slider_recommend .flipsnap .box_inner {
	display: table;
	width: 100%;
}

.sec_detail_recommend .slider_recommend .flipsnap .pic_room {
	display: table-cell;
	width: 94px;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.sec_detail_recommend .slider_recommend .flipsnap .pic_room p {
	padding: 2px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
.sec_detail_recommend .slider_recommend .flipsnap .pic_room img {
	width: 94px;
}

.sec_detail_recommend .slider_recommend .flipsnap .txt_supplement {
	display: table-cell;
	padding: 3px 0 0 0;
	vertical-align: top;
}

.sec_detail_recommend .slider_recommend .flipsnap .txt_supplement .txt {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.4;
}

.sec_detail_recommend .slider_recommend .flipsnap .txt_supplement .mod_txt_pink {
	font-size: 16px;
}

.sec_detail_recommend .slider_recommend .flipsnap .txt_supplement .type {
	display: inline-block;
	padding: 3px 12px;
	color: #ffffff;
	background: #013b96;
	border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
	font-size: 10px;
	font-weight: normal;
}

/* controls */
.sec_detail_recommend .slider_recommend .controls button {
	margin: -30px 0 0 0;
	width: 25px;
	height: 50px;
}
.sec_detail_recommend .slider_recommend .controls button.prev {
	left: 5px;
}
.sec_detail_recommend .slider_recommend .controls button.next {
	right: 5px;
}

.sec_detail_recommend .slider_recommend .controls button:after {
	width: 25px;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 25px 50px;
		-moz-background-size: 25px 50px;
		-webkit-background-size: 25px 50px;
}
.sec_detail_recommend .slider_recommend .controls button.prev:after {
	background-image: url(/static/sp/article/images/arr_btn_slider02_r.png);
}
.sec_detail_recommend .slider_recommend .controls button.next:after {
	background-image: url(/static/sp/article/images/arr_btn_slider02_l.png);
}

.sec_detail_recommend .slider_recommend .controls button[disabled] {
	display: none !important;
}

/* pointer */
.sec_detail_recommend .slider_recommend .pointer {
	margin: 10px 0 0 0;
}


/*****************
# clearfix
******************/
.sec_form dd ul.col_tow {
	zoom:1;
}
.sec_form dd ul.col_tow:after {
	content: "";
	display: block;
	clear: both;
}

/* ▼ボタンoffグレーバージョン （li.city_lineにclassつけること想定）*/
.sec_form .mod_select_content.city_line.off {
	border-color: #c6cad2;
}
.sec_form .mod_select_content.city_line.off:before {
	border: 0;
}
.sec_form .mod_select_content.city_line.off select {
	color: #c6cad2;
}
.sec_form .mod_select_content.city_line.off:after {
	border-top-color: #c6cad2;
}

/*****************
　こんなご希望ありませんか？
******************/
.bg_illust {
	background-color: #e6e8ec;
}

/*****************
　物件リクエストのポイント
******************/
.request_point {
	margin: 30px 10px 0;
	text-align: center;
}
.request_point .title {
	font-size: 16px;
	font-weight: bold;
}
.request_point .icon_point01,
.request_point .icon_point02,
.request_point .icon_point03 {
	position: relative;
	display: inline-block;
	margin: 25px;
	padding: 13px 22px;
	background-color: #013b96;
	border-radius: 47px;
	color: #fff;
	font-size: 10px;
}
.request_point .icon_point01:after,
.request_point .icon_point02:after,
.request_point .icon_point03:after {
	content: "";
    position: absolute;
    border-top: 10px solid #013b96;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 35px;
    left: 38px;
}
.request_point .subTitle {
	font-size: 14px;
	font-weight: bold;
}
.request_point .point_area .containerFlex {
	display: flex;
    justify-content: space-between;
    width: 350px;
    margin: 15px auto 0;
    align-items: center;
    line-height: 1.75;
}
.request_point .point_area .containerFlex .imgArea,
.request_point .point_area .containerFlex .imgArea_no1 {
	width: 130px;
    height: 130px;
    position: relative;
    text-align: left;
}
.request_point .point_area .containerFlex .imgArea img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.request_point .point_area .containerFlex .imgArea_no1 img {
	width: 100%;
    height: auto;
    position: absolute;
    top: 16px;
}
.request_point .point_area .containerFlex .txArea {
	width: 210px;
	margin-left: 10px;
	text-align: left;
	font-size: 12px;
}

footer#footer #footer_link_pref {
	border-top: 1px solid #e6e8ec;
}


/* Wrapper */
:root {
	--page-padding: 15px;
}

#containerWrapper:not(.comp) {
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    min-width: 320px;
    max-width: 430px;
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 200px;
	box-sizing: border-box;
}

#sel_area {
	display: flex;
	gap: 20px;
	width: 94%;
}

.tab_Menu {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.form-control {
	margin-bottom: 15px;
}

.form-control .todouhuken {
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-control .input-group .todouhuken {
	margin-bottom: 10px;
}

.form-control .group-title {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
}

.form-control .todouhuken-select {
	flex: 1;
}

.form-control .todouhuken .todouhuken-select select {
	box-sizing: border-box;
    border: 2px solid #AFAFAF;
    border-radius: 8px;
    color: #808080;
    background: #fff;
    padding-left: 10px;
    font-size: 14px;
	width: 100%;
    height: 45px;
}

.form-control textarea {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #AFAFAF;
	border-radius: 8px;
	transition: border-color 0.2s;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	font-family: "Yu Gothic", sans-serif;
	-webkit-box-shadow: none;
}

.form-control textarea:focus,
.form-control input:focus,
.form-control select:focus {
	border-color: #84C1FF !important;
	outline:none;
}

.form-control.select_more {
	display: none;
}

.required-tag {
    font-weight: bold;
    font-size: 12px;
    background-color: #ffffff;
    color: #EC55AD;
    padding: 2px 9px 1px 9px;
    border: 2px solid #EC55AD;
    border-radius: 5px;
    height: 17px;
}

.not-required-tag {
    font-weight: bold;
    font-size: 12px;
    background-color: #ffffff;
    color: #808080;
    padding: 2px 9px 1px 9px;
    border: 2px solid #AFAFAF;
    border-radius: 5px;
    height: 17px;
}

.form-control .form-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 10px;
}

.form-control .form-label .label-text {
	font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.form-control .form-input input {
	width: 100%;
	height: 50px;
	font-size: 14px;
    box-sizing: border-box;
    border: 2px solid #AFAFAF;
    border-radius: 8px;
    transition: border-color 0.2s;
    box-shadow: none;
    color: #000000;
    -webkit-box-shadow: none;
	margin: 0;
}

.form-control .form-input select#NeedTimeKbn {
	box-sizing: border-box;
    border: 1px solid #AFAFAF;
    color: #000000;
    background: #fff;
    padding-left: 10px;
    font-size: 17px;
    width: 100%;
    height: 45px;
	font-weight: 700;
}

.form-control .todouhuken .todouhuken-select select,
.form-control .form-input select#NeedTimeKbn {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.15625%200.996277L7.12425%207.99828L13.0913%200.996277%22%20stroke%3D%22%23003B95%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.5em center;
}

/* Step */
.step-container {
    display: inline-flex;
    align-items: center;  
    margin: 0 auto 10px;
    position: relative;
    bottom: 0;
    /* left: calc(50% - 85px); */
    justify-content: center;
    width: 100%;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    flex: 0 0 auto; 
    position: relative;
    width: 70px;
}

.step-item p {
  margin-top: 10px;
  font-size: 10px;
}

.step-item.active p {
  font-weight: bold;
}

.circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #447FFA;
  background-color: white;
}

.step-item.active .circle {
  background-color: #447FFA;
}

.step-line {
	width: 45px;
	height: 2px;
	background-color: #447FFA;
	top: 7px;
	position: absolute;
}

.line-left {
	left: calc(50% - 57px);
}

.line-right {
	right: calc(50% - 57px);
}
/* End Step */
.list-shop {
	margin-top: 20px;
}

.shop-wrap {
    border-top: 1px solid #D3D8E3;
    padding: 20px 0;
}

.shop-wrap:first-child {
	border-top: none;
	padding-top: 0;
}

.shop-wrap:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.shop-item {
	display: flex;
	align-items: center;
	border-top: 1px solid #D3D8E3;
	padding: 20px 0;
}

.shop-item:first-child {
	border-top: none;
	padding-top: 0;
}

.shop-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.shop-item .shop-info {
	border-right: 1px solid #D3D8E3;
	padding-right: 10px;
}

.shop-item .shop-info .eval_star img {
	height: 20px;
}

/* Checkbox */
.shop-item  .checkbox-container {
	flex: 1;
}

.shop-item .checkbox-input {
    display: none;
}

.shop-item .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%; 
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.15s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.shop-item .checkbox-icon {
	min-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: cover;
    pointer-events: none;
    transition: background-image 0.1s ease-in-out;
    will-change: background-image;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'><path d='M19.6573 25.5996H5.89734C2.79334 25.5996 0.277344 23.0836 0.277344 19.9796V6.21961C0.277344 3.11561 2.79334 0.599609 5.89734 0.599609H19.6573C22.7613 0.599609 25.2773 3.11561 25.2773 6.21961V19.9796C25.2773 23.0836 22.7613 25.5996 19.6573 25.5996Z' fill='%23D3D8E3'/><path d='M11.3427 19.3619L5.97266 14.5189L8.20466 12.0429L10.9867 14.5519L17.8217 6.25189L20.3947 8.37089L11.3427 19.3619Z' fill='white'/></svg>");
}


.shop-item .checkbox-input:checked + .checkbox-label {
    /* font-weight: 700; */
}

.shop-item .checkbox-input:checked + .checkbox-label .checkbox-icon {
	background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'> <path d='M19.6573 25.5996H5.89734C2.79334 25.5996 0.277344 23.0836 0.277344 19.9796V6.21961C0.277344 3.11561 2.79334 0.599609 5.89734 0.599609H19.6573C22.7613 0.599609 25.2773 3.11561 25.2773 6.21961V19.9796C25.2773 23.0836 22.7613 25.5996 19.6573 25.5996Z' fill='%23447FFA'/><path d='M11.3427 19.3619L5.97266 14.5189L8.20466 12.0429L10.9867 14.5519L17.8217 6.25189L20.3947 8.37089L11.3427 19.3619Z' fill='white'/></svg>");
}

.shop-item .checkbox-label:active {
    transform: scale(1);
}

.shop-item .shop-detail {
	text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.shop-item .shop-detail a img {
	width: 50%;
}

/* End Checkbox */

.btn_footer_container {
	margin: 0 auto 10px auto;
	max-width: 300px;
}

.btn_footer {
	width: 100%;
}

.back-step {
	padding: 3px 16px;
    border: 2px solid #AFAFAF;
    border-radius: 38px;
    text-decoration: none;
    color: #808080;
    background-color: transparent;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 36px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
	background-color: #ffffff;
}

.btnDisabled {
	pointer-events: none;
	cursor: default;
}

.input-container {
	position: relative;
}

.input_invalid {
    background-color: rgb(255, 175, 175) !important;
}

.input_invalid:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(255, 175, 175) inset !important;
}

.tooltip-warning {
    display: none;
    position: absolute;
    top: -25px;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    z-index: 100;
    width: auto;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}

.input_invalid.show-tooltip + .tooltip-warning,
.input_invalid.show-tooltip ~ .tooltip-warning {
    display: block;
}

.input_invalid:focus + .tooltip-warning,
.input_invalid:focus ~ .tooltip-warning {
    display: block;
}

.easyrequest.confirm .contact-form {
	max-width: 366px;
    margin: 0 auto 50px auto;
}

.easyrequest.confirm .form-row {
    display: flex;
    border-bottom: 1px solid rgb(211,216,227);
    position: relative;
    align-items: center;
    width: 100%;
	max-height: 50px;
}

.easyrequest.confirm .form-row:first-child {
    border-top: 1px solid rgb(211,216,227);
}

.easyrequest.confirm .form-header {
    flex: 0 0 146px;
    padding: 15px 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
}

.easyrequest.confirm .form-title {
    font-weight: bold;
    position: relative;
    color: #000000;
	font-size: 14px;
}

.easyrequest.confirm .form-content {
    flex: 1;
    padding: 15px 0 15px 15px;
    line-height: 1.6;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
	word-break: break-word;
}

.easyrequest.confirm .form-title::after {
    display: none;
}

.easyrequest.confirm .form-row:first-child .form-title::after {
    display: none;
}

.easyrequest.confirm .form-highlight {
    color: #000;
    font-weight: 500;
    position: relative;
}

.collapsible-panel {
    width: 100%;
    margin: 0 auto;
}

.collapsible-panel.open {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.panel-header {
    width: 100%;
    background-color: #f4f4f4;
}

.panel-header h2 {
    position: relative;
    font-size: 20px;
    background-color: rgb(235,235,235);
    margin: 0;
    font-weight: bold;
    height: 45px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #000000;
}

.toggle-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #003B95;
    font-size: 17px;
    font-weight: 500;
}

.toggle-btn svg {
    margin-right: 4px;
    transition: transform 0.3s ease;
}

.collapsible-panel.open .toggle-btn svg {
    transform: rotate(180deg);
}

.panel-content {
    background-color: #fff;
    display: none;
}

.panel-iframe {
    border: 1px solid #e5e5e5;
}

.privacy-content {
    background-color: #fff;
    padding: 15px;
    height: 360px;
}

.list-shop .instruction {
    margin-bottom: 30px;
}

.list-shop .instruction p {
    font-size: 16px;
}

.list-shop .instruction.nobukken p {
	color: #f635b0;
	font-size: 14px;
}

.sec_form_nobukken select {
	color: #000000 !important;
}

.sec_form_nobukken #PrefCd{
	opacity: 1;
	color: #333333 !important;
}

.btn_footer img {
	width: 100%;
}

.btn_footer .mod_btn_all_blue:before {
	border: none !important;
}

#containerWrapper.confirm .mod_btn_all_pink {
	border-color: #F25CA8;
    background-color: #F25CA8;
}

#containerWrapper.confirm .mod_btn_all_pink:before {
	border-color: #F25CA8;
}