/*
* 変更履歴: 1.0.0<24/07/15>[U-ND0046] A-0021-ND
*          1.0.1<25/04/22>[U-0052] A-0042-ND
*/

body {
    background: #E2F0FA;
}

.body-backgroud {
    background: #E2F0FA;
}

select:focus {
/* Update Start 2021/01/20 [UI0027] UI刷新対応 */
/*
	outline: 3px solid #006FBC;
*/
	border: 3px solid #006FBC;
/* Update End   2021/01/20 [UI0027] UI刷新対応 */
/* Add Start 2021/01/20 [UI0027] UI刷新対応 */
	outline-style: none;
/* Add End   2021/01/20 [UI0027] UI刷新対応 */
}

.classify__main_div {
	background: #E2F0FA;
}

.classify_box__detail dt {
	border-top: 1px solid #006FBC;
/* Delete Start 2021/04/18[UN0032] UI刷新対応(PMWB1940対応) */
    /* border-bottom: 1px solid #006FBC; */
/* Delete End   2021/04/18[UN0032] UI刷新対応(PMWB1940対応) */
    padding: 5px 0;
}
/* Add Start 2021/04/18 [UN0032] UI刷新対応(PMWB1940対応) */
.dl_top_border_new{
    border-bottom: 1px solid #006FBC;
}
/* Add Start 2021/04/18 [UN0032] UI刷新対応(PMWB1940対応) */
.classify_box__detail dd {
/* Update Start 2021/04/18 [UN0032] UI刷新対応(PMWB1940対応) */
    /* border-bottom: 1px solid #006FBC; */
    border-top: 1px solid #006FBC;
/* Update End   2021/04/18 [UN0032] UI刷新対応(PMWB1940対応) */
    padding: .5rem 0 .5rem 6rem;
}

.classify_box__detail dt:hover {
    background: #B4EBFA;
}

.classify_box__detail dd:hover {
    background: #B4EBFA;
}

.field_error input[type="text"]:enabled,
.field_error input[type="password"],
.field_error textarea,
.field_error select {
/* Update Start 2021/03/04[GC0002] UI刷新対応（課題No.234対応） */
    /* border: 3px solid #FF2800 !important; */
    border: 3px solid #E12800 !important;
/* Update End   2021/03/04[GC0002] UI刷新対応（課題No.234対応） */
    background-color: #E2F0FA !important;
}

/* Add Start 2021/02/03 [UI0082] UI刷新対応 */
.field_error input[type="text"]:focus:enabled,
.field_error input[type="password"]:focus,
.field_error textarea:focus,
.field_error select:focus {
/* Update Start 2021/03/04[GC0002] UI刷新対応（課題No.234対応） */
    /* border: 5px solid #FF2800 !important; */
    border: 5px solid #E12800 !important;
/* Update End   2021/03/04[GC0002] UI刷新対応（課題No.234対応） */
}
/* Add End   2021/02/03 [UI0082] UI刷新対応 */
/* Add Start 2021/04/22UN0010] UI刷新対応（バグ　2030対応） */
.field_error textarea{
	border:none !important;
	outline: 3px solid #E12800 !important;
}
.field_error textarea:focus{
	border:none !important;
	outline: 5px solid #E12800 !important;
}
/* Add End   2021/04/22[UN0010] UI刷新対応（バグ　2030対応） */
/* --- テーブルデザイン --- */
.time--table {
    border-collapse : collapse;
    border-bottom: .125rem solid #006FBC;
    background: #fff;
    width: 100%;
    text-align: center;
}
/* --- テーブル見出し --- */
.time--table.time--th {
    padding : 3px;
    border: .125rem solid #006FBC;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    width:9%;
}

.time--table.time--th.backgroud {
 background-color: #E2F0FA;
}

.time--table.time--td {
    padding : 1px;
    border: .125rem solid #006FBC;
    width:6.6%;
}

.tdSelect:hover {
    background-color: #E2F0FA ! important;
}

.time--table.time--th--sp {
    padding : 3px;
    border: .125rem solid #006FBC;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    width:7.7%;
}

.time--table.time--td--sp {
    padding : 3px;
    border: .125rem solid #006FBC;
    width:6.6%;
}

.time--table.time--th--sp.backgroud {
 background-color: #E2F0FA;
}


.time--table.time--th--date {
    padding : 3px;
    border: .125rem solid #006FBC;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    width:5%;
}

.time--table.time--th.selected {
	background-color: #B4EBFA ! important;
}

.mousehover:hover {
    background: #B4EBFA;
}

@media print {
	body {
    background: #fff;
    }
    .body-backgroud {
    background: transparent;
    }
}
/* Add Start 2021/03/08 [UI0027] UI刷新対応（IEの印刷プレビュー時に枠線表示） */
/* print IE */
@media print and (-ms-high-contrast: none) {
/*  Update Start 2021/04/19[UN0010] UI刷新対応（バグ　1929対応） */
    /* dl.c-input dt
    , .c-box--procedure__title {
        border: 1px solid #006FBC;
    } */
    dl.c-input dt
    , .c-box--procedure__title,.c-title--sub {
        border: 1px solid #006FBC;
    }
/*  Update End   2021/04/19[UN0010] UI刷新対応（バグ　1929対応） */
}
/* Add End   2021/03/08 [UI0027] UI刷新対応（IEの印刷プレビュー時に枠線表示） */

.c-table__th {
    background: #E2F0FA;
    color: #006FBC;
}

.c-box--cardList__item.notice div:first-child{
    border: 3px solid #006FBC;
}

.c-box--cardList__item.notice a:first-child{
    border: 3px solid #006FBC;
}

.l_table th {
    background-color: #E2F0FA;
}

.c-border_dd--color {
    border: 1px solid #006FBC;
}

.c-settingBtn__list:focus{
    border:4px double #E2F0FA !important;
}

.button-focus:focus{
    border:4px double #E2F0FA !important;
}

.blurbackground {
    background-color: #E2F0FA !important;
}

.radio-outline:focus {
    outline:1px solid #006FBC !important;
/* Delete Start [UN0010]2021/04/06 UI刷新対応 (課題No258対応)*/
    /* padding: 7px; */
/* Delete End   [UN0010]2021/04/06 UI刷新対応 (課題No258対応)*/
}

.button-outline:focus {
    outline:1px solid #006FBC !important;
}

.time--table.time--th--date.selected {
    background-color: #B4EBFA ;
}

.time--table.time--th--date.selected:hover {
    background-color: #E2F0FA ! important;
}

.time--table.time--th.selected:hover {
    background-color: #E2F0FA ! important;
}

.time--table.time--th.blurbackground {
    background-color: #E2F0FA !important;
}

@media only screen and (max-width: 960px) {
    .button-focus-sp:focus{
    border:4px double #E2F0FA !important;
    }
}

/* Add Start 2021/01/16 [UI0027] UI刷新対応 */
/* Excel */
div.designFrame.excelDesignFrame {
    border: 1px solid #006FBC;
}
/* GG0016特殊 */
@media screen and (max-width: 960px) {
    div.designFrame.naraDesignFrame {
        border: 1px solid #006FBC;
    }
    dl.naraDesignPrintDl {
        border: 1px solid #006FBC;
    }
}
/* Add End   2021/01/16 [UI0027] UI刷新対応 */

/* Add Start 2021/04/02[UN0043] バグ1888対応*/
.c-pager li:not(.current):hover {
  background: #E2F0FA;
}
/* Add End   2021/04/02[UN0043] バグ1888対応*/
/* Add Start 2021/04/15[UN0041] UI刷新対応（バグ　1940対応） */
@media only screen and (max-width: 960px) {
    .c-box--cardList-finally-border li:last-of-type{
	    border-bottom:2px solid #006FBC !important;
    }
}
/* Add End   2021/04/15[UN0041] UI刷新対応（バグ　1940対応） */
/* Add Start 2025/04/22 [U-0052] A-0042-ND */
.common-header-loginbtn._unlogin {
    padding: 7px 16px;
    color: #0031d8;
    background: #fff;
    border: 1px solid #0031d8;
    color:#0031d8;
}
.common-container {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: #333;
}
.common-circle-txt {
    position: relative;
    line-height: 120%;
    white-space: nowrap;
}
/* ほかの共通様式 */
/* ボタン */
.common-button {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 16px;
    min-width: 136px;
    min-height: 56px;
    width: 280px;
    height: 56px;
    font-size: 16px;
    color: #0031d8;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #0031d8;
    box-sizing: border-box;
    text-align: center;
}
.common-button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.common-button._disable {
    opacity: 0.4;
}
.common-button._fill {
    background-color: #0031d8;
    color: #fff;
}
.common-button-textbox {
    flex: 1;
}
.common-button-text {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 100%;
    text-align: center;
}
.common-button-text._footer {
    margin-right: 17px;
}
.common-button-arrow {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/bottom_arrow_blue.svg) no-repeat center;
}
.common-button._fill .common-button-arrow {
    background: url(../img/Component\ 1.svg) no-repeat center;
}
.common-button-arrow._left {
    left: 16px;
    right: auto;
    transform: rotate(180deg);
}
/* block */
.common-blockparent {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 864px;
    gap: 32px;
    text-align: left;
    font-size: 18px;
}
.common-block:hover {
    cursor: pointer;
}
.common-block {
    width: 416px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #0031d8;
    box-sizing: border-box;
    height: 164px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    gap: 12px;
    text-align:left;
}
.common-block-imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-block-imgbox._circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8f1fe;
}
.common-block-imgbox-icon._bell{
	width:32px;
	height:32px;
	background:url(../../favorite/img/Bell_blue.svg)no-repeat center/100%;
}
.common-block-imgbox-icon._heart{
	width:32px;
	height:32px;
	background:url(../../favorite/img/Heart_blue.svg)no-repeat center/100%;
}
.common-block-imgbox-icon._check{
	width:27px;
	height:22px;
	background:url(../../favorite/img/Check_blue.svg)no-repeat center/100%;
}
.common-block-imgbox-icon._union{
	width:25px;
	height:28px;
	background:url(../../favorite/img/Union_blue.svg)no-repeat center/100%;
}
.common-block-textbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.common-block-arrow {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/bottom_arrow_blue.svg) no-repeat center;
}
.common-block-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
}
.common-block-text {
    align-self: stretch;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 170%;
}
.common-blockparent._type2 .common-block-title {
    font-size: 20px;
}
/* タイトル */
.common-title {
    border-left: 3px solid #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px 0px 12px;
    font-size: 18px;
    box-sizing: border-box;
}
.common-title._noline {
    border: none;
    padding: 0;
}
.common-title-text {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 160%;
}
.common-title:has(> .common-title-l) {
    padding: 0;
    border: none;
    gap: 6px;
}
.common-title-l + .common-title-text {
    letter-spacing: 0.04em;
}
.common-title-l {
    width: 4px;
    position: relative;
    border-radius: 2px;
    background-color: #767676;
    height: 24px;
}
.common-title-arrow {
    display: none;
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/arrow_down.svg) no-repeat center;
}
.common-title:has(> .common-title-arrow) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* input */
.common-input {
    width: 304px !important;
    height: 56px !important;
    border: 1px solid #ccc !important;
    padding: 0 16px !important;
    outline: none !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    letter-spacing: 0.02em !important;
    line-height: 170% !important;
    box-sizing: border-box !important;
}
@media screen and (min-width: 960px) {
    .common-input:focus {
        margin-left: 1px;
    }
    .common-input-223 {
        margin-left: 1px;
    }
}
.common-input-223 {
    width: 48% !important;
    border: 1px solid #ccc !important;
    padding: 0 16px !important;
    outline: none !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    letter-spacing: 0.02em !important;
    line-height: 170% !important;
    box-sizing: border-box !important;
}
.common-inputbox {
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    line-height: 100%;
    font-size: 16px;
    gap: 8px;
}
.common-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
}
.common-radio {
    width: 18px;
    height: 18px;
    margin: 0;
}
.common-select {
    padding: 0 16px;
    min-width: 200px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.common-selectbox {
    position: relative;
}
.common-selectbox::before {
    position: absolute;
    top: 13px;
    right: 0.9em;
    padding: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/arrow_down.svg) no-repeat center;
}
/* card */
.common-cardbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}
.common-cardbox._large {
    width: 864px;
}
.common-cardbox._large .common-card {
    width: 424px;
    padding: 20px 14px 20px 20px;
    cursor:pointer;
}
.common-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
    width:calc(50% - 8px);
    max-width: 368px;
    gap: 16px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #333;
    overflow: hidden;
    text-decoration:none;
    color:#333;
}
.common-card a {
    color: #000;
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 20px 14px 20px 20px;
}
.canNotClick {
    color: #000;
    width: 100%;
    height: 100%;
    padding: 20px 14px 20px 20px;
}
.common-card-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.common-card-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 170%;
    font-size: 16px;
    text-align: left;
}
.common-card-textbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 14px;
    color: #767676;
}
.common-card-text {
    position: relative;
    line-height: 130%;
}
.common-card-status {
    border-radius: 4px;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 8px 3px;
    font-size: 14px;
}
.common-card-statustext {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 170%;
    font-weight: 500;
}
.common-card-status._blue {
    background-color: #97d3ff;
}
.common-card-status._darkblue {
    background-color: #0031d8;
}
.common-card-status._red {
    background-color: #ec0000;
}
.common-card-status._grey {
    background-color: #767676;
}
.common-card-status._green {
    background-color: #197a4b;
}
.common-card-status._pittari {
    background-color: #8B008B;
}
.common-card-status._darkblue .common-card-statustext,
.common-card-status._red .common-card-statustext,
.common-card-status._grey .common-card-statustext,
.common-card-status._pittari .common-card-statustext,
.common-card-status._green .common-card-statustext {
    color: #fff;
}
.common-card-del {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: -8px;
    gap: 4px;
    font-size: 13px;
    color: #767676;
}
.common-card-del:hover {
    cursor: pointer;
}
.common-card-delimg {
    width: 24px;
    height: 24px;
    background: url("../img/del.svg") no-repeat center;
}
.common-card-deltext {
    letter-spacing: 0.04em;
    color: #767676;
    font-size: 13px;
}
/* menu */
.common-menubox {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.common-menu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
}
.common-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.common-menu-text {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 44px;
}
.common-menu-icon {
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/icon_plus.svg) no-repeat center;
}
.common-menu-icon:hover {
    cursor: pointer;
}
/* ネスティング メニュー */
.common-menu-item + .common-menu .common-menu-item {
    padding-left: 32px;
}
.common-menu-item + .common-menu .common-menu-icon {
    background: url(../img/arrow_right.svg) no-repeat center/18px;
}
.common-menu-item._open .common-menu-icon {
    background: url(../img/icon_minus.svg) no-repeat center/16px;
}
.common-menu-item + .common-menu .common-menu-item._choose {
    color: #0031d8;
    background: none;
}
.common-menu-item + .common-menu .common-menu-item._choose .common-menu-icon {
    background: url(../img/arrow_right_blue.svg) no-repeat center/18px;
}
.common-top {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px auto;
}
/* navbar */
.common-nav {
    width: 100%;
    max-width: 1440px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 64px 8px calc(50% - 544px);
    box-sizing: border-box;
    font-size: 16px;
    gap: 8px;
}
.common-nav-item {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 100%;
    color: #333;
}
.common-nav-item._underline {
    color: #0031d8;
    text-decoration: underline;
}
.common-nav-arrow {
    width: 12px;
    position: relative;
    height: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/arrow_right.svg) no-repeat center;
}
.common-banner {
    align-self: stretch;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 32px;
}
.common-banner-bg {
    width: 1440px;
    height: 112px;
    background-color: #e8f1fe;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.common-banner-title {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 150%;
}
/* pagebar */
.common-pagebar {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 6px;
    box-sizing: border-box;
    gap: 15px;
    text-align: center;
    font-size: 14px;
    color: #0031d8;
}
.common-pagebar-item {
    color: #0031d8;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}
.common-pagebar-item._active {
    background-color: #0031d8;
    color: #fff;
}
.common-pagebar-dot {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    background: url(../img/dot.svg) no-repeat center;
}
.common-pagebar-arrow {
    width: 36px;
    height: 36px;
}
.common-pagebar-arrow._last {
    transform: rotate(180deg);
    background: url(../img/bottom_arrow_blue.svg) no-repeat center/36px;
}
.common-pagebar-arrow._next {
    background: url(../img/bottom_arrow_blue.svg) no-repeat center/36px;
}
.common-confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
}
.common-confirm-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 343px;
    margin: auto;
    margin-top: 300px;
    background: #fff;
    border-radius: 8px;
}
.common-confirm-top {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 16px;
}
.common-confirm-title {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 150%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.common-confirm-text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 170%;
}
.common-confirm-bottom {
    width: 100%;
    display: flex;
    border-top: 0.5px solid #ccc;
}
.common-confirm-button {
    flex: 1;
    height: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 16px;
    border: none;
    background: none;
}
.common-confirm-button._red {
    color: #ec0000;
}
.common-confirm-button:hover {
    cursor: pointer;
    opacity: 0.7;
}
.common-confirm-button + .common-confirm-button {
    border-left: 0.5px solid #ccc;
}
.common-totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0031d8;
    z-index: 500;
    font-size: 14px;
}
.common-totop:hover {
    cursor: pointer;
}
.common-totop-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0031d8 url("../img/arrow_down_white.svg") no-repeat center/20px;
    rotate: 180deg;
    margin-bottom: 10px;
}
.common-alert {
    position: absolute;
    width: 100%;
    top: 88px;
    left: 0px;
    background-color: #197a4b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    box-sizing: border-box;
    z-index: 200;
    font-size: 16px;
    color: #fff;
}
.common-alert-icon {
    position: absolute;
    right: 25%;
    width: 24px;
    height: 24px;
    background: url("../img/close_white.svg") no-repeat center/24px;
    border: none;
}
.common-alert-icon:hover {
    cursor: pointer;
}
.common-hidden-option {
    display: none;
}
.common-header-loginbtn {
    background-color:#0031d8;
}
.know-nav-text,
.know-nav-text a {
    color: #0031d8;
}
.know-nav-icon {
    background: url(../img/bottom_arrow_blue.svg) no-repeat center/contain;
}
.know-left-title {
    background: #e8f1fe;
}
.apply {
    background-color: #e8f1fe;
}
.reservation-img {
    background: url(../../top/img/reserve_blue.svg) no-repeat center/contain;
}
.c-box--check__list dd.okinihairi-parent {
    padding-right: 175px;
}
.okinihairi-parent {
    position:relative;
}
.c-box--check__list dd.okinihairi-parent._sp {
    padding-right: 37px;
    padding-bottom: 5px;
}
.okinihairi {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 10px;
    color: #006FBC;
    font-weight: bold;
    text-decoration: underline;
    gap: 6px;
    cursor: pointer;
}

.okinihairi._sp {
    position: static;
}

.okinihairi-icon {
    width: 25px;
    height: 25px;
    background: url(../img/save_blue.svg) no-repeat center/contain;
}

.okinihairi-icon._sp {
    width: 16px;
    height: 16px;
}
.okinihairi-icon._sumi {
    width: 25px;
    height: 25px;
    background: url(../img/save_blue_fill.svg) no-repeat center/contain;
}

.okinihairi-icon._sumi._sp {
    width: 16px;
    height: 16px;
}
.common-card.notice{
    border: 3px solid #006FBC;
}
.reserve_stop_button {
    color: #0031d8;
    border: 1px solid #0031d8;
}
/* SP端末 */
@media screen and (max-width: 960px) {
     /* block */
    .common-block {
        width: 100%;
    }
    .common-blockparent {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 32px;
        text-align: left;
        font-size: 16px;
    }
    .common-block-title {
        align-self: stretch;
        position: relative;
        letter-spacing: 0.02em;
        line-height: 150%;
        font-size: 20px;
    }
    .common-blockparent._type2 .common-block-arrow {
        width: 16px;
        height: 16px;
        background: url(../img/bottom_arrow_blue.svg) no-repeat center/16px;
    }
    /* タイトル */
    .common-title-text {
        line-height: 150%;
    }
    .common-title-l {
        display: none;
    }
    .common-title:has(> .common-title-l) {
        border-left: 3px solid #333;
        padding: 0px 0px 0px 12px;
        gap: 0;
    }
    .common-title-l + .common-title-text {
        letter-spacing: 0.02em;
    }
    .common-title-arrow {
        display: block;
    }
    .common-selectbox {
        width: 100%;
    }
    .common-select {
        width: 100%;
    }
    /* card */
    .common-cardbox,
    .common-cardbox._large {
        width: 100%;
        flex-direction: column;
    }
    .common-card,
    .common-cardbox._large .common-card {
        width: 100%;
    }
    .common-card {
        max-width: 100%;
    }
    /* navbar */
    .common-nav {
        width: 100%;
        padding: 8px 16px;
        font-size: 13px;
    }
    /* banner */
    .common-banner {
        font-size: 24px;
    }
    .common-banner-bg {
        width: 100%;
    }
    .common-banner-title {
        letter-spacing: 0.02em;
    }
    /* input */
    .common-input {
        width: 100%!important;
    }
    /* pagebar */
    .common-pagebar-item {
        width: 36px;
        height: 36px;
        line-height: 32px;
        font-size: 16px;
    }
    .common-pagebar-dot {
        width: 16px;
        height: 16px;
    }
    .common-pagebar-arrow {
        width: 24px;
        height: 24px;
    }
    .common-pagebar-arrow._last,
    .common-pagebar-arrow._next {
        background-size: 24px;
    }
    /* menu */
    .common-menu {
        max-height: none;
    }
    .common-blockparent {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .common-spheader .common-menubox {
        display: none;
    }
    .common-alert {
        top: 120px;
    }
    .common-alert-icon {
        right: 10%;
    }
}
/* Add End 2025/04/22 [U-0052] A-0042-ND */