@charset "utf-8";

/* reset */
input[type="radio"],input[type="checkbox"] {
    display: none;
}

a:hover {
    color: initial;
}

/* 共通 */
* {
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue",Helvetica,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,Arial,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',MS PGothic,Sans-Serif;
    background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

.g-c0jpb_footer .g-c0jpb_footer_list_pc,
.g-c0jpb_footer .g-c0jpb_footer_list_sp {
    margin-top: 15px;
    background: #ffffff;
}

.new-notice-container_bg {
    background-color: #f8f8f8;
}

.new-notice_contents {
    border: solid #cccccc;
    border-width: 0 1px 1px 1px;
    background-color: #ffffff;
}

.new-notice {
	box-shadow: 0 2px 4px 0 #e2e7ec;
    line-height: 1.5;
    cursor: default;
}

.table-layout {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: solid 1px #c4cad0;
    font-size: 14px;
}

.table-layout th,
.table-layout td {
    padding: 16px;
    border-bottom: solid 1px #c4cad0;
}

.table-layout tr:last-of-type th,
.table-layout tr:last-of-type td {
    border-bottom: 0;
}

.table-layout th {
    width: 25%;
    border-right: solid 1px #c4cad0;
    background-color: #eef0f2;
    text-align: left;
}

.fixed-footer-area {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 16px;
    background-color: #ffffff;
    z-index: 20;
}

.fixed-footer-area.fixed {
    position: fixed;
}

.new-notice_button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 3px 14px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.new-notice_button.is-disabled {
    box-shadow: none;
    background-color: #e2e7ec;
    color: #888888;
    border: 0;
    pointer-events: none;
}

a.blue-button, .blue-button {
    box-shadow: 0 2px 0 0 #22498c;
    background-color: #0361c9;
    border: 1px solid #0361c9;
    color: #ffffff;
}

a.white-button, .white-button {
    box-shadow: 0 2px 0 0 #22498c;
    background-color: #ffffff;
    border: 1px solid #0361c9;
    color: #0361c9;
}

a.gray-button, .gray-button {
    background-color: #e2e7ec;
    color: #888888;
}

a.close-button, .close-button {
    box-shadow: 0 2px 0 0 #c4cad0;
    background-color: #ffffff;
    border: 1px solid #c4cad0;
    color: #333333;
}

.blue-button .small-text {
    font-size: 12px;
    font-weight: normal;
}

a.change-button {
    margin-left: 8px;
    padding: 4px 9px;
    border: 1px solid #c4cad0;
    border-radius: 5px;
    background-color: #ffffff;
    color: #553c0a;
    text-decoration: none;
    flex: none;
}

.strong-text {
    font-weight: bold;
}

.bg-blue {
    background-color: #ebf1ff;
}

.shadow-block {
    box-shadow: 0 2px 4px 0 #e2e7ec;
}

.new-notice_main-title {
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    background-color: #6a85cd;
    color: #ffffff;
    font-size: 22px;
}

.notification {
    padding: 13px 0;
    text-align: center;
}

.notification_text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.notification_text > span {
    margin-left: 20px;
}

.notification_small-text {
    font-size: 12px;
}

.new-notice_button-area {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

label, select {
    cursor: pointer;
}

/* トップページ */
.new-notice_first-view {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.first-view_img-area {
    flex: none;
    margin-right: 16px;
}

.first-view_text-area {
    font-size: 12px;
}

.first-view_title {
    margin-bottom: 12px;
    font-size: 20px;
}

.first-view_lead-text {
    margin-bottom: 8px;
}

.first-view_text-area > a {
    color: #0d39af;
    font-weight: bold;
    text-decoration: underline;
}

.contents_entry-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 24px 0;
}

.contents_entry-list > li {
    width: 400px;
    margin-bottom: 8px;
}

.contents_entry-list > li:nth-of-type(2n) {
    margin-left: 30px;
}

.contents_entry-list > li .error-text {
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.contents_entry-list > li .description {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
}

.contents_entry-list > li a {
    text-decoration: none;
}

.contents_entry-list > li a:hover {
    opacity: 0.6;
}

.entry-list_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    padding: 8px 36px 8px 16px;
    border: 1px solid #0361c9;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 0 0 #2467ab;
    max-width: 400px;
    position: relative;
}

.entry-list_button::after {
    background: url(/static/20251104-140604490/images/new-notice/icon_arrow_blue.svg) no-repeat 0 0;
    content: "";
    position: absolute;
    display: block;
    height: 25px;
    width: 16px;
    right: 20px;
}

.entry-list_button-img {
    flex: none;
    margin-right: 24px;
}

.entry-list_button-img img {
    height: 50px;
    width: 50px;
}

.entry-list_button-text {
    display: inline-block;
}

.entry-list_button .highlight {
    margin-bottom: 6px;
    padding: 3px 12px;
    border-radius: 1000px;
    background-color: #cc0033;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.entry-list_button p {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.entry-list_button.is-disabled {
    background-color: #e2e7ec;
    border: none;
    box-shadow: none;
}

.entry-list_button.is-disabled .highlight {
    background-color: #888888;
    color: #ffffff;
}

.entry-list_button.is-disabled p {
    color: #888888;
}

.contents_entry-list.large-button > li {
    width: 600px;
}

.contents_entry-list.large-button .entry-list_button p {
    font-size: 24px;
}
/* セット選択ページ */
.set-select {
    padding: 24px 0 32px;
    width: 800px;
    margin: 0 auto;
}

.set-select_title {
    margin-bottom: 10px;
    font-size: 16px;
}

.set-select_table td {
    padding: 0 16px;
}

.set-select_table td > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.set-select_table td > div > p {
    padding: 16px 0;
}

.set-select_table-notes {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
}

.new-notice_button-area.col2 .new-notice_button {
    margin: 0;
}

.new-notice_button-area.col2 .close-button {
    width: 89px;
    margin-right: 20px;
}

.new-notice_button-area.col2 .white-button {
    min-width: 89px;
    margin-right: 20px;
}

.new-notice_button-area.col2 .blue-button {
    min-width: 300px;
}

/* 仮登録ページ */
.registration-contents {
    width: 900px;
    margin: 0 auto;
    padding: 24px 0 32px;
}

.registration-contents .new-notice_first-view {
    justify-content: center;
    padding: 25px 0;
    border-radius: 10px;
}

.registration-contents .first-view_lead-text {
    font-weight: bold;
    font-size: 20px;
}

.registration-contents_notes {
    margin-top: 8px;
    font-size: 14px;
}

.registration-contents_notes:first-of-type {
    margin-top: 12px;
}

.registration-contents .new-notice_button {
    min-width: 322px;
}

/* 条件選択ページ */
.dot-flashing {
    position: absolute;
    top: 18px;
    left: 28px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #333333;
    color: #333333;
    -webkit-animation: dot-flashing 1s infinite linear alternate;
    animation: dot-flashing 1s infinite linear alternate;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    z-index: 100;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -14px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #333333;
    color: #333333;
    -webkit-animation: dot-flashing 1s infinite alternate;
    animation: dot-flashing 1s infinite alternate;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 14px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #333333;
    color: #333333;
    -webkit-animation: dot-flashing 1s infinite alternate;
    animation: dot-flashing 1s infinite alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes dot-flashing {
    0% {
        background-color: #333333;
    }
    50%,
    100% {
        background-color: rgba(51, 51, 51, 0.2);
    }
}

@keyframes dot-flashing {
    0% {
        background-color: #333333;
    }
    50%,
    100% {
        background-color: rgba(51, 51, 51, 0.2);
    }
}
/* 条件選択ページ - ローディング ここまで */

.condition-select {
    display: flex;
    height: calc(100vh - 250px);
    overflow: hidden;
}

.condition-select_message-area {
    width: 50%;
}

.condition-select_select-area {
    width: 50%;
    overflow-y: scroll;
}

.condition-select_message-area {
    border-right: 1px solid #e2e7ec;
}

.condition-select_progress-area {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    z-index: 10;
}

.progress-area_step-nav {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.progress-area_step-nav li {
    font-size: 14px;
    font-weight: bold;
}

.progress-area_step-nav li:not(:first-of-type) {
    margin-left: 14%;
}

.progress-area_step-nav li:not(:first-of-type)::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    margin-left: -7%;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #9e9b90;
}

.progress-area_step-nav .active {
    color: #cc0033;
}

#progressBar {
    width: 100%;
    height: 8px;
    overflow: hidden;
}

.condition-select_chat-area {
    height: 100%;
    background: url(/static/20251104-140604490/images/new-notice/img_back_cloud.svg) center top 16% no-repeat, url(/static/20251104-140604490/images/new-notice/img_back_city.svg) center bottom -50px no-repeat;
    background-color: #ebf1ff;
    background-size: contain;
}

.condition-select_progress-area + .condition-select_chat-area {
    height: calc(100% - 45px);
    overflow-y: scroll;
}

.chat-area_inner {
    max-height: 100%;
    padding: 24px 8px 8px 52px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: padding ease 0.3s;
}

.chat-area_inner::-webkit-scrollbar {
    display: none;
  }

.condition-select_chat-area .question {
    position: relative;
    min-height: 60px;
}

.condition-select_chat-area .answer {
    display: flex;
    justify-content: flex-end;
    min-height: 60px;
}

.condition-select_chat-area .message {
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    font-size: 16px;
    font-weight: bold;
}

.condition-select_chat-area .question.notice::before {
    font-family: "Font Awesome 6 Free";
    content: '\f0f3';
    background-color: #dca521;
    font-size: 15px;
}

.condition-select_chat-area .message.loading {
    color: #ffffff;
}

.condition-select_chat-area .message .small-text {
    font-size: 12px;
}

.condition-select_chat-area .question .message {
    margin-bottom: 16px;
    border-radius: 0 30px 30px 30px;
}

.condition-select_chat-area .question::before {
    content: 'Q.';
    position: absolute;
    top: 0;
    left: -36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #0361c9;
    border-radius: 1000px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.condition-select_chat-area .question.error .message {
    background-color: #f6d8df;
    color: #cc0033;
}

.condition-select_chat-area .question.error::before {
    content: '!';
    background-color: #cc0033;
}

.condition-select_chat-area .answer .message {
    margin-bottom: 24px;
    border-radius: 30px 0 30px 30px;
}

/* 条件選択エリア */
.area-item__label {
    padding-right: 52px;
    background-image: url(/static/20251104-140604490/images/new-notice/icon_accordion_plus.svg);
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-position: right 16px center;
    font-weight: 700;
}

.area-item__checkbox:checked ~ .area-item__label {
    background-image: url(/static/20251104-140604490/images/new-notice/icon_accordion_minus.svg);
}

.area-item__pref-list {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .4s ease-out,opacity .2s ease-out .2s;
}

.area-item__checkbox:checked ~ .area-item__pref-list {
    max-height: 9999px;
    opacity: 1;
    transition: max-height .4s ease-out,opacity .4s ease-out;
}

.area-item__pref-item .list-item {
    justify-content: center;
    font-weight: 700;
}

.list-item,
a.list-item {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #e2e7ec;
    cursor: pointer;
}

.checkbox-list-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    background-color: #fff;
}

.checkbox-list-item__input {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    padding: 0;
    border-right: 1px solid #e2e7ec;
    border-bottom: 1px solid #e2e7ec;
    background: linear-gradient(89deg,#fff 1%,#f8f8f8);
}

input[type=checkbox].sp-default-checkbox+label {
    position: relative;
}

input[type=checkbox].sp-default-checkbox+label:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #c4cad0;
    border-radius: 3px;
    background-color: #fff;
}

input[type=checkbox].sp-default-checkbox:checked+label:before {
    border: 2px solid #0361c9;
    background-color: #0361c9;
}

input[type=checkbox].sp-default-checkbox:checked+label:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/static/20251104-140604490/images/new-notice/icon_checkbox_checked.svg) no-repeat;
    background-size: contain;
}

input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+label {
    display: flex;
    line-height: 24px;
}

input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+label:before {
    width: 24px;
    height: 24px;
    top: 12px;
    left: calc(50% - 12px);
}

input[type=checkbox].sp-default-checkbox:checked.sp-default-checkbox--m+label:after {
    width: 16px;
    height: 12px;
    top: 18px;
    left: calc(36% - 1px);
}

.checkbox-list-item__labels {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 16px 28px 16px 16px;
    border-bottom: 1px solid #e2e7ec;
    font-weight: 500;
}

input.sp-default-radio + .radio-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #c4cad0;
    cursor: pointer;
}

input.sp-default-radio:checked + .radio-label:before {
    background-color: #0d39af;
    box-shadow: inset 0 0 0 4px #ffffff;
    border: 2px solid #0d39af;
}

.short-area {
    display: flex;
    align-items: center;
    padding: 0 32px 30px;
}

.short-area .close-button {
    position: absolute;
    bottom: 16px;
    flex-direction: column;
    width: 89px;
    font-size: 14px;
}

.short-area .close-button span {
    font-size: 11px;
}

.radio-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.radio-btn label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 134px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #c4cad0;
    border: solid 2px #c4cad0;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.radio-btn label:nth-of-type(odd) {
    margin-right: 20px;
}

.radio-btn label .small-text {
    font-size: 16px;
    vertical-align: bottom;
}

.radio-btn label img {
    margin-bottom: 8px;
}

.radio-btn input:checked + label{
    border: solid 2px #0361c9;
    box-shadow: none;
    transition: .1s;
}

.radio-btn .new-notice_button {
    width: calc(50% - 10px);
}

.radio-btn .new-notice_button:nth-of-type(odd) {
    margin-right: 20px;
}

.select-box-area__box {
    position: relative;
    width: 100%;
}

.select-box-area__box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    padding: 14px 10px;
    border-radius: 3px;
    border: 1px solid #c4cad0;
    background-color: #fff;
    font-size: 16px;
}
_::-webkit-full-page-media, _:future, :root .select-box-area__box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    padding: 14px 10px;
    border-radius: 3px;
    border: 1px solid #c4cad0;
    background-color: #fff;
    font-size: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .select-box-area__box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    padding: 14px 10px;
    border-radius: 3px;
    border: 1px solid #c4cad0;
    background-color: #fff;
    font-size: 14px;
	}
}

.select-box-area__box:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 10px;
    margin-top: -4px;
}

.select-area_wrap .fixed-footer-area .new-notice_button {
    width: 300px;
}

.select-area_wrap .fixed-footer-area .close-button {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 89px;
    margin-right: 20px;
    font-size: 14px;
}

.select-area_wrap .fixed-footer-area .close-button span {
    font-size: 11px;
}

.select-area_wrap.is-fixed-footer {
    padding-bottom: 80px;
}

.select-area_wrap.is-fixed-footer .select-area_gradient-mask {
    bottom: 80px;
}

.select-area_wrap.with-supplement {
    padding-bottom: 98px;
}

.padding-with-fixed-footer {
	padding-bottom: 80px;
}

.padding-with-fixed-supplement {
	padding-bottom: 98px;
}

.select-area_wrap.with-supplement .select-area_gradient-mask {
    bottom: 98px;
}

.fixed-footer-area.with-supplement {
    align-items: end;
    background-color: #ffffff;
    padding-top: 10px;
    height: 98px;
}

.fixed-footer-area.with-supplement .blue-button-wrap {
    text-align: center;
}

.fixed-footer-area.with-supplement .blue-button-wrap p {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    word-break: keep-all;
}
/* 条件選択エリア - 共通 ここまで */
.select-area_wrap {
    position: relative;
    height: 100%;
}

.select-area_gradient-mask {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-image: linear-gradient(to bottom, rgba(238, 240, 242, 0), rgba(238, 240, 242, 0.8));
    z-index: 20;
    display: none;
}

.select-area_gradient-mask.fixed {
    position: fixed;
}

.select-area_inner {
    position: relative;
    height: 100%;
    /*overflow-x: scroll;*/
    scrollbar-width: none;
    -ms-overflow-style: none;
}

form.select-area_inner_form {
    min-height: 100%;
}

.select-area_inner::-webkit-scrollbar {
    display: none;
}

/* 条件選択エリア - 都道府県 */
.todofuken-list .area-item__pref-list {
    padding-left: 12px;
    background: linear-gradient(90deg,#e2e7ec 0px,#e2e7ec 12px,#fff 13px,#fff 100%);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .4s ease-out,opacity .2s ease-out .2s;
    display: flex;
    flex-wrap: wrap;
}

.todofuken-list .area-item__pref-item {
    width: calc(100% / 2);
}

.todofuken-list .area-item__pref-item .list-item {
    border: 1px solid transparent;
    border-bottom: 1px solid #e2e7ec;
}

.todofuken-list .area-item__pref-item .list-item:not(:nth-of-type(2n)) {
    border-right: 1px solid #e2e7ec;
}

.todofuken-list .area-item__pref-item .list-item:hover {
    border: solid 1px #0361c9;
}

.todofuken-list .area-item__pref-item .list-item.selected-item {
    border: solid 1px #0361c9;
}

/* 条件選択エリア - 町村 */
.syllabary-area {
    display: flex;
    justify-content: center;
	position: sticky;
	position: -webkit-sticky;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e2e7ec;
    z-index: 20;
    background-color: #ffffff;
}

.syllabary-area__left-arrow,
.syllabary-area__right-arrow {
    width: 34px;
    height: 40px;
	position: absolute;
    z-index: 20;
	display: flex;
    align-items: center;
    flex: none;
    padding: 0 14px;
    background-color: #ffffff;
}

.syllabary-area__left-arrow {
    transform: rotate(180deg);
    border-top: solid 1px #e2e7ec;
    top: 0px;
    left: 0px;
}

.syllabary-area__right-arrow {
    border-bottom: solid 1px #e2e7ec;
    top: 0px;
    right: 0px;
}

.syllabary-area__list {
	position: absolute;
    z-index: 20;
    display: flex;
    background-color: #ffffff;
}

.syllabary-area__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid #e2e7ec;
    border-width: 0px 1px 1px 0px;
    font-size: 16px;
    cursor: pointer;
}

.syllabary-area__list-item:last-child {
    border-right: none;
}

.syllabary-area__list-item--disabled {
    background-color: #eef0f2;
    color: #888888;
}

.syllabary-area + .town-list {
    padding-bottom: 40px;
}

.town-item__title {
    width: 100%;
    background: #e2e7ec;
    padding: 6px 16px;
    font-weight: bold;
}

/* 条件選択エリア - 駅 */
.line-group-list > .area-item {
    padding-left: 12px;
    background: linear-gradient(90deg,#e2e7ec 0px,#e2e7ec 12px,#fff 13px,#fff 100%);
}

/* 条件選択エリア - 間取り */
.quick-floor-select {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 33px;
    background-color: #f8f7f4;
}

.quick-floor-select_label {
    width: calc(100% / 3 - calc(32px / 3));
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #c4cad0;
    border: solid 1px #e2e7ec;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.quick-floor-select_label:not(:nth-of-type(3n)) {
    margin-right: 16px;
}

.quick-floor-select_checkbox:checked + .quick-floor-select_label {
    border: solid 1px #0361c9;
    box-shadow: none;
    color: #0361c9;
}

.quick-floor-select + .select-area_inner {
    padding-bottom: 50px;
}

.floor-select_list {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 33px 0;
}

.floor-select_list-item {
    justify-content: center;
    width: calc(100% / 4 - calc(36px / 4));
    height: 100%;
    min-height: 67px;
    margin-bottom: 16px;
    font-size: 14px;
    text-align: center;
}

.floor-select_list-item:not(:nth-of-type(4n)) {
    margin-right: 12px;
}

.floor-select_label {
    width: 100%;
    height: 100%;
    padding: 35px 5px 8px;
    border-radius: 5px;
    border: solid 1px #e2e7ec;
}

.floor-select_list-item.is-long .floor-select_label {
    min-height: 88px;
}

.floor-select_checkbox:checked + .floor-select_label {
    border: solid 1px #0361c9;
}

input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+.floor-select_label  {
    justify-content: center;
    line-height: 1.4;
}

input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+.floor-select_label:before {
    width: 20px;
    height: 20px;
    top: 10px;
    left: initial;
}

input[type=checkbox].sp-default-checkbox:checked.sp-default-checkbox--m+.floor-select_label:after {
    top: 14px;
    left: initial;
}

/* 条件選択エリア - 金額 */
.select-box-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
}

.select-box-area span {
    margin: 4px 8px;
}

.select-area_inner .category-title {
    padding: 0 32px 16px;
    border-bottom: solid 1px #e2e7ec;
    font-size: 14px;
    font-weight: bold;
}

/* 条件選択エリア - 金額 */
.condition-details_list-title {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 12px;
    background-color: #bed5ee;
    font-weight: bold;
    line-height: 1;
}

.condition-details_list-title.pikup {
    padding-left: 35px;
    background: #bed5ee url(/static/20251104-140604490/images/new-notice/icon_crown.svg) left 12px center no-repeat;
    background-size: 15px;
}

.condition-details_list {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 32px 8px;
}

.condition-details_list-item {
    justify-content: center;
    width: calc(50% - 10px);
    height: 100%;
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 14px;
}

.condition-details_list-title.shop {
    padding-left: 35px;
    background: #bed5ee url(/static/20251104-140604490/images/new-notice/icon_shop.svg) left 12px center no-repeat;
    background-size: 18px;
}

.condition-details_list-full {
    padding: 12px 32px 8px;
}

.condition-details_list-item-full {
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 14px;
}

.condition-details_list-item:not(:nth-of-type(2n)) {
    margin-right: 20px;
}

.condition-details_label {
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 12px 14px 40px;
    border-radius: 5px;
    border: solid 1px #e2e7ec;
}

.condition-details_list-item.is-long .condition-details_label {
    height: 68px;
}

.condition-details_checkbox:checked + .condition-details_label {
    border: solid 1px #0361c9;
}

input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+.condition-details_label  {
    line-height: 1.4;
}

input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+.condition-details_label:before {
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 12px;
}

input[type=checkbox].sp-default-checkbox:checked.sp-default-checkbox--m+.condition-details_label:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 14px;
}

/* 条件選択エリア - メール登録 */
.record-mail_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 32px 16px;
}

.record-mail_form-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.record-mail_inner .center-text {
    margin-top: 8px;
    text-align: center;
    word-break: keep-all;
}

.record-mail_inner p > a {
    color: #0d39af;
    text-decoration: underline;
}

.record-mail_button-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
}

.record-mail_button-wrap .close-button {
    display: flex;
    flex-direction: column;
    width: 89px;
    margin-right: 20px;
    font-size: 14px;
    flex: none;
}

.record-mail_button-wrap .close-button span {
    font-size: 11px;
}

.blue-button-wrap .blue-button {
    min-width: 300px;
}

.record-mail_form {
    position: relative;
    font-size: 16px;
}

.record-mail_input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 3px;
    border: solid 1px #c4cad0;
    overflow: hidden;
    font-size: 16px;
}

.record-mail_placeholder {
    position: absolute;
    left: 12px;
    top: 8px;
    color: #CCCCD6;
    cursor: text;
    font-size: 16px;
    display: none;
}

.record-mail_checkbox {
    margin-bottom: 8px;
}

.record-mail_checkbox input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+label {
    display: inline-flex;
    padding-left: 28px;
    cursor: pointer;
}

.record-mail_checkbox input[type=checkbox].sp-default-checkbox.sp-default-checkbox--m+label:before {
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
}

.record-mail_checkbox input[type=checkbox].sp-default-checkbox:checked.sp-default-checkbox--m+label:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 2px;
}

/* ブラウザバックモーダル */
.browser-back-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 100;
    cursor: pointer;
    display: none;
}

.browser-back-modal_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 344px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
    cursor: initial;
}

.browser-back-modal_text {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.browser-back-modal_button-area {
    display: flex;
    flex-wrap: wrap;
}

.browser-back-modal_button-area .new-notice_button {
    width: calc(50% - 8px);
}

.browser-back-modal_button-area .new-notice_button:nth-of-type(odd) {
    margin-right: 16px;
}

.browser-back-modal_close-button {
    position: absolute;
    top: -44px;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 1000px;
    background-color: #333333;
    cursor: pointer;
}

.browser-back-modal_close-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}