@charset "utf-8";

/* INDEX ********************************************
 *  - COMMON SETTING
 *  - CONTENTS
 *     - HEADER
 *     - MAIN
 *     - FOOTER
 **************************************************** */

/*-----------------------------------------------------

    COMMON SETTING

-----------------------------------------------------*/

:root {
    /* --- color --- */
    --primary-color: #333399; /* navy*/
    --primary-bg-color: #fffadc; /* ivory */

    --color-white: #fff;
    --color-yellow: #ffe100;
    --color-pink: #e61e79;
    --color-gray: #929292;
    --color-gray-lighter: #ebebeb;

    /* --color-venue-main: #f95977; */
    --color-venue-main: #38b7eb;

    /* 申請時来庁方式（ピンク） */
    --color-shinsei: #f95977;
    --color-shinsei-lighter: #ffe7eb;

    /* 交付時来庁方式（ブルー） */
    --color-koufu: #38b7eb;
    --color-koufu-lighter: #c7efff;

    /* 出張交付窓口（オレンジ） */
    /* --color-syuchokoufu: #ff9d1d;
    --color-syuchokoufu-lighter: #ffdeb3; */
    --color-syuchokoufu: #f95977;
    --color-syuchokoufu-lighter: #ffe7eb;

    /* --- font --- */
    --accent-font: 'Roboto', sans-serif;

    /* --- text --- */
    --base-line-height: 1.5;
}

html {
    font-size: 72.5%;
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: var(--color-white);
    color: #2D2D2D;
    font-size: 1.6rem;
    line-height: var(--base-line-height);
    width: 100%;
    position: relative;
}
.container {
    position: relative;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast; /* for Chrome */
}
table, tr, th, td {
    border-collapse: collapse;
}

/* ------- link ------- */
a {
    text-decoration: none;
    transition : 0.3s;
}
a:hover {
    opacity: 0.7;
}

.link_underline {
    text-decoration: underline;
}
.link_arrow {
    padding-right: 1em;
    position: relative;
}
.link_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right-width: 0;
    border-left-color: inherit;
}

/* ------- text ------- */
.text_emphasis_01 { color: var(--color-pink); }
.text_emphasis_02 { color: #FF1D25; }
.text_emphasis_03 { color: #FFFF00; }
.text_emphasis_04 { color: #006FC3; }
.text_red{color:#E91E63;font-weight:bold;}

.text_caution { color: #ff0000; }

@media screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
} /* for SP */

/*
    parts
------------------------------------------------*/

/* ------- accordion ------- */
[data-trigger="js-accordion-title"]::after {
    cursor: pointer;
}
[data-target="js-accordion-body"] {
    display: none;
}

/* ------- form ------- */
input, select , textarea {
    background-color: var(--color-white);
    padding: 2px 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    appearance: menulist;
    text-align: left;
}

/*
    device
------------------------------------------------*/

/* ------- Tab + PC ------- */
.pc-only { display: block; }
.sp-only { display: none; }

img.pc-only {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .pc-only { display: none; }
    .sp-only { display: block; }

    img {
        width: 100%;
        height: auto;
    }
    img.sp-only {
        margin-left: auto;
        margin-right: auto;
    }
} /* for SP */


/*-----------------------------------------------------

    CONTENTS

-----------------------------------------------------*/

/* ------- content ------- */
.content_inner {
    width: 1048px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .content_inner {
        width: 90%;
    }
} /* for Tab + PC */

/*
    header
------------------------------------------------*/
#site-header {
    background-color: var(--color-white);
    padding: 12px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
#site-header .content_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#site-header .header_support {
    display: flex;
    align-items: center;
}
#site-header .header_support-text {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: bold;
}
#site-header .header_support-tel {
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 25px;
    /* line-height:1.2em; */
}
#site-header .header_support-tel-num {
    font-size: 4.2rem;
    margin-left: 10px;
}
.header_support-tel-close{
    font-size:1.2rem;
    font-weight:400;
    color:#333;
    text-align:center;
}
.header_support-tel-close span{
    color:var(--color-white);
    font-weight:600;
    padding:0.2rem 0.6rem;
    margin-right:0.5rem;
    background: var(--color-pink);
}
.footer_box .header_support-tel-close{
    margin-bottom:1rem;
}
#site-header .header_support-time {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    #site-header .content_inner {
        flex-direction: column;
        align-items: flex-start;
    }
    #site-header .header_logo {
        width: 35%;
    }
    #site-header .header_support {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        gap:0.4rem;
    }
    #site-header .header_support-text {
        font-size: 3.2vw;
        width: 100%;
    }
    #site-header .header_support-tel {
        font-size: 4vw;
        line-height: 1;
        margin: 0;
    }
    #site-header .header_support-tel-num {
        font-size: 8vw;
        margin-left: 5px;
    }
    #site-header .header_support-time {
        font-size: 3.5vw;
        text-align: right;
        line-height: 1.1;
    }
} /* for SP */

/*
    main visual
------------------------------------------------*/

.mv {
    background: url(assets/images/bg_01@2x.png) no-repeat top center;
    background-size: cover;
    position: relative;
}
.mv > .content_inner {
    padding: 40px 0;
}
.mv_title {
    text-align: center;
}
.mv_appeal-title {
    text-align: center;
}
.mv_appeal-list {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.mv_appeal-list li {
    background-color: var(--color-white);
    border: 3px solid var(--color-pink);
    border-radius: 100%;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 80px) / 5);
    margin-left: 20px;
}
.mv_appeal-list li:first-child {
    margin-left: 0;
}
.mv_appeal-list li::before {
    content: "";
    padding-top: 100%;
    display: block;
}
.mv_appeal-list-text {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}

.mv_ribbon {
    padding: 20px 5%;
    background-color: #F7D040;
}
.mv_ribbon-text {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mv {
        background-image: url(assets/images/bg_01_sp@2x.png);
        background-size: cover;
    }
    .mv > .content_inner {
        width: auto;
        padding: 8vw 10px;
    }
    .mv_appeal-title {
        margin: 0 10%;
    }
    .mv_appeal-list {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
    .mv_appeal-list li {
        width: calc((100% - 20px) / 3);
        margin-left: 10px;
    }
    .mv_appeal-list-text {
        font-size: 3.6vw;
    }
    .mv_ribbon-text {
        font-size: 6vw;
    }
} /* for SP */

/*
    section-step
------------------------------------------------*/

.section-step {
    background-color: #efffff;
    background-image: url(assets/images/bg_02_top.png), url(assets/images/bg_02_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
	background-size: 574px 729px, 548px 341px;
    padding: 90px 0 100px;
    position: relative;
}
.section-step .section-title {
    text-align: center;
}
.step_lead {
    text-align: center;
    margin-top: 60px;
}
.step_lead-text {
    color: var(--primary-color);
    background: url(assets/images/bg_03.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 5px 4em;
}
.step_item-wrap {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}
.step_item {
    border-radius: 11px;
    padding: 10px;
    width: calc((100% - 150px) / 4);
    position: relative;
    margin-right: 50px;
    background: linear-gradient(110deg, var(--color-shinsei) 0%, var(--color-shinsei) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}
.step_item:nth-of-type(-n+2) {
    background: linear-gradient(110deg, var(--color-yellow) 0%, var(--color-yellow) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
}
.step_item::after {
    content: '';
    display: block;
    border: 144px solid transparent;
    border-left: 46px solid var(--primary-color);
    position: absolute;
    top: 50%;
    left: calc(100% - 1px);
    transform: translateY(-50%);
    z-index: 1;
}
.step_item dt {
    color: var(--color-white);
    font-family: var(--accent-font);
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: calc(100% - 5px);
    transform: translateY(-50%);
    z-index: 3;
}
.step_item:nth-of-type(-n+2) dt {
    color: var(--color-yellow);
}
.step_item dt > .num {
    font-size: 2.8rem;
    display: block;
    line-height: 1;
}
.step_item dd {
    background-color: var(--color-white);
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
}
.step_item dd > .step_item-text {
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(1.5em * 3);
    line-height: var(--base-line-height);
    margin-top: 15px;
}

.step_appeal-text {
    color: var(--primary-color);
    font-weight: bold;
    text-align: center;
    font-size: 3.4rem;
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .section-step {
        padding: 40px 0;
        background-size: 70%, 70%;
    }
    .step_lead-text {
        display: block;
        padding: 5px 1em;
        background-repeat: repeat-y;
        background-size: contain;
        margin-top: 30px;
    }
    .step_item-wrap {
        flex-direction: column;
        margin: 20px auto;
    }
    .step_item {
        width: 255px;
        margin: 0 auto 50px;
        background: linear-gradient(165deg, var(--color-shinsei) 0%, var(--color-shinsei) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
    }
    .step_item:nth-of-type(-n+2) {
        background: linear-gradient(165deg, var(--color-yellow) 0%, var(--color-yellow) 50%, var(--primary-color) 50%, var(--primary-color) 100%);
    }
    .step_item::after {
        top: calc(100% - 2px);
        left: 50%;
        transform: translateX(-50%);
        border: 124px solid transparent;
        border-top: 46px solid var(--primary-color);
    }
    .step_item dt {
        top: calc(100% - 5px);
        left: 50%;
        transform: translateX(-50%);
    }
    .step_item dt > .num {
        display: inline;
        margin-left: 5px;
    }
    .step_item dd {
        padding: 15px;
    }
    .step_item dd > figure {
        width: 60%;
        margin: 0 auto;
    }
    .step_item dd > .step_item-text {
        margin-top: 10px;
    }
    .step_appeal-text {
        font-size: 7vw;
        margin-top: 25px;
    }
} /* for SP*/

/*
    section-cardMerit
------------------------------------------------*/
.section-cardMerit {
    background-color: var(--primary-bg-color);
    padding: 80px 0;
}
.cardMerit_head {
    background-color: #FF82A8;
    border-radius: 10px;
    color: var(--color-white);
    text-align: center;
    padding: 10px 20px;
    position: relative;
}
.cardMerit_head::before {
    content: "";
    background: url(assets/images/img_cardmerit_13@2x.png) no-repeat top left;
    background-size: contain;
    display: block;
    position: absolute;
    width: 118px;
    height: 85px;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}
.cardMerit_head::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #FF82A8;
}
.cardMerit_head-title {
    font-size: 2.8rem;
    font-weight: bold;
}
.cardMerit_head-title_link {
    font-size: 1.8rem;
    position: absolute;
    padding-right: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.cardMerit_head-title_link .link_arrow::after {
    border-left-color:var(--color-white);
}

.cardMerit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 24px;
    margin-top: 20px;
}
.cardMerit_list li {
    background-color: var(--color-white);
    border-radius: 20px;
    box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-align: center;
    width: 22%;
    margin-top: 30px;
    padding: 20px 10px;
}
.cardMerit_list li.list-item_merit { border: 3px solid var(--color-yellow); }
.cardMerit_list li.list-item_secure { border: 3px solid #4987e5; }
.cardMerit_list li .list-item-text {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(1.5em * 3);
    line-height: var(--base-line-height);
}

@media screen and (max-width: 767px) {
    .section-cardMerit {
        padding: 50px 0;
    }
    .cardMerit_head::before {
        width: 70px;
        height: 45px;
        left: -10px;
    }
    .cardMerit_head-title {
        font-size: 2.0rem;
    }
    .cardMerit_head-title_link {
        font-size: 1.4rem;
        position: static;
        transform: none;
    }
    .cardMerit_list {
        padding: 0;
    }
    .cardMerit_list li {
        width: 48%;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .cardMerit_list li .list-item-img {
        width: 60%;
        margin: 0 auto;
    }
    .cardMerit_list li .list-item-text {
        font-size: 4vw;
        margin-top: 15px;
    }
} /* for SP*/

/*
    section-venue
------------------------------------------------*/
.section-venue {
    background-color: #e3efff;
    padding: 95px 0;
}
.venue_head {
    text-align: center;
}
.venue_group {
    margin: 54px auto 0;
    position: relative;
    margin-top: 100px;
    width: 80%;
}
.venue_group.venue_main {
    width: auto;
}
.venue_group-title {
    color: var(--primary-color);
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.venue_main .venue_group-title { color: var(--color-pink); }

.venue_main .venue_group-label {
    background-color: var(--color-white);
    border: 3px solid var(--primary-color);
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 2.0rem;
    font-weight: bold;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 1;
}
.venue_main .venue_group-label::before {
    content: "";
    padding-top: 100%;
    display: block;
}
.venue_list-item {
    background-color: var(--color-white);
}
.venue_list-item-title {
    background-color: var(--primary-color);
    color: var(--color-white);
    border-bottom: 1px solid var(--color-white);
    font-weight: bold;
    padding: 10px 25px;
    position: relative;
}
.venue_list-item:last-child .venue_list-item-title {
    border-bottom: none;
}
.venue_list-item-title[data-trigger="js-accordion-title"]::after {
    content: "";
    background: url(assets/images/icon_arrow_02@2x.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.is-active .venue_list-item-title[data-trigger="js-accordion-title"]::after {
    transform: translateY(-50%) rotate(180deg);
}
.venue_main .venue_list-item-title {
    background-color: var(--color-venue-main);
    font-size: 2.2rem;
    text-align: center;
}
.venue_list-item-title span {
    margin-left: 1em;
}
.venue_list-item-body {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px 60px;
}
.venue_list-item-map {
    width: 50%;
}
.venue_list-item-map iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.venue_list-item-info {
    width: 45%;
}
.venue_list-item-info dl {
    margin-top: 25px;
}
.venue_list-item-info dl:first-child {
    margin-top: 0;
}
.venue_list-item-info dt {
    background-color: var(--primary-color);
    border-radius: 30px;
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3px 15px;
}
.venue_main .venue_list-item-info dt { background-color: var(--color-venue-main); }

.venue_list-item-info dt.item-belongings {
    color: inherit;
    background-color: var(--color-gray-lighter);
}
.venue_main .venue_list-item-info dt.item-belongings {
    background-color: var(--color-koufu-lighter);
}

.venue_list-item-info dd {
    margin-top: 10px;
    padding: 0 15px;
}
.venue_list-item-info dd > p + p {
    margin-top: 10px;
}
.venue_list-item-info dd > p.text_note {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .section-venue {
        padding: 50px 0;
    }
    .venue_group {
        width: auto;
    }
    .venue_group.venue_main {
        margin-top: 60px;
    }
    .venue_group-title {
        font-size: 2.2rem;
    }
    .venue_main .venue_group-label {
        font-size: 5vw;
        line-height: 1.2;
        width: 70px;
        top: -40px;
        left: -15px;
    }
    .venue_list-item-title span {
        margin-left: 0;
        display: block;
        font-size: 1.6rem;
    }
    .venue_list-item-body {
        display: block;
        padding: 20px 20px 30px;
    }
    .venue_list-item-map,
    .venue_list-item-info {
        width: 100%;
    }
    .venue_list-item-map iframe {
        height: 200px;
    }
    .venue_list-item-info {
        margin-top: 20px;
    }
    .venue_list-item-info dl dt,
    .venue_list-item-info dl dd {
        float: none;
    }
    .venue_list-item-info dl dt {
        width: 8em;
        text-align: center;
    }
    .venue_list-item-info dl dd {
        width: auto;
        padding: 0;
    }
} /* for SP*/
@media screen and (max-width: 320px) {
    .venue_group-label {
        top: -60px;
    }
} /* for iPhone SE*/


/*終了した会場*/
.finish_sign{
    /* position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    margin: auto;
    background:#E91E63;
    color:#fff;
    padding:0.4rem 2rem;
    text-align:center;
    font-size:2rem;
    font-weight:600;
}
.venue_list__finish{
    filter: grayscale(100%);
}


/*
    #calendar
------------------------------------------------*/

#calendar {
    margin-top: 80px;
    font-family: var(--accent-font);
}

/* ------- 月表示 &　next,prevボタン ------- */
#calendar .fc-toolbar .fc-left h2 {
    width: 6em;
    text-align: left;
}
#calendar .fc-toolbar .fc-left .fc-button-group {
    margin: 0;
}
#calendar .fc-toolbar .fc-left button {
    border-radius: 100%;
    box-shadow: none;
    text-shadow: none;
    background-color: var(--color-white);
    border: 1px solid #929292;
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 10px;
    padding: 0;
}
#calendar .fc-toolbar .fc-left button.fc-prev-button {
    margin-left: 20px;
}
#calendar .fc-toolbar .fc-left button.fc-next-button {
    margin-left: 5px;
    margin-right: 20px;
}
#calendar .fc-toolbar .fc-left button .fc-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #929292;
}

/* ------- 曜日ヘッダー ------- */
#calendar .eo-fullcalendar .fc-view > table > thead {
    background-color: var(--color-white);
}
#calendar .fc td,
#calendar .fc th {
    border-width: 2px;
    font-size: 1.4rem;
}
#calendar .fc th {
    text-align: left;
    padding: 12px 10px !important;
}
#calendar .fc-sun { color: #f85977; }
#calendar .fc-sat { color: #48c0e9; }

#calendar .eo-fullcalendar-reset .fc-view-container th {
    padding: 10px 10px !important;
}

/* ------- カレンダーイベント ------- */
#calendar .fc-event-container {
    padding: 5px 0;
}
#calendar .fc-row .fc-content-skeleton tbody td {
    padding-bottom: 5px !important;
}
#calendar .fc-view-container a.fc-event.eo-event {
    padding: 8px 1em;
    border-radius: 50px;
    margin-bottom: 2px;
}
#calendar .fc-view-container a.fc-event.eo-event:hover {
    opacity: 1;
}
#calendar .fc-view-container a.fc-event.eo-event .fc-time {
    display: none;
}
#calendar .fc-view-container a.fc-event.eo-event .fc-title {
    color: var(--color-white);
    font-size: 1.4rem;
}
#calendar .eo-fullcalendar .fc-view > table > tbody .fc-row {
    min-height: 150px;
}

/* ------- 日づけ ------- */
#calendar .fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
    padding: 12px 10px 0 !important;
    font-size: 1.4rem;
}
#calendar .fc-content-skeleton > td {
    padding: 12px 10px 0 !important;
}

/* ------- 今日の表示 ------- */
#calendar .eo-fullcalendar-reset.fc-unthemed .fc-today {
    position: relative;
    z-index: -1;
}

/* ------- ツールチップ ------- */
.qtip.qtip-eo {
    /* border-color: ; */
    font-size: 1.4rem;
    padding: 10px 15px;
    max-width: 100%;
    width: 500px;
    line-height: var(--base-line-height);
}
.qtip.qtip-eo .qtip-titlebar {
    background-color: transparent;
}
.qtip.qtip-eo .qtip-title {
    font-size: 1.6rem;
}
.qtip-content li {
    margin-top: 5px;
}
.qtip-content li.googlemap {
    margin-top: 15px;
}
.qtip-content li.googlemap iframe {
    width: 100%;
    max-height: 300px;
}
/* ------- 随時更新中 ------- */
.calendar_message {
    text-align:center;
    margin-bottom:1rem;
}
.calendar_message span{
    position: relative;
    display: inline-block;
    font-weight:600;
    font-size:1.6em;
    color: var(--primary-color);
}
.calendar_message span::before {
    position: absolute;
    left: -1em;
    top: 0;
    content: '';
    width: 3px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 3px;
    transform: rotate(-30deg);
}
.calendar_message span::after {
    position: absolute;
    right: -1em;
    top: 0;
    content: '';
    width: 3px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 3px;
    transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
    .calendar_message {
        margin:0 1rem 1rem;
    }
    .calendar_message span{
        font-size:1.2em;
    }
}

/* ------- 受付方式 ------- */
.calendar_receiving {
    margin-top: 30px;
    text-align: center;
}
.calendar_receiving-text {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.calendar_receiving-type {
    display: inline-block;
    text-align: left;
}

.calendar_receiving-type dl {
    display: flex;
    align-items:center;
    margin-top: 10px;
}
.calendar_receiving-type dl p {
    font-size: 1.4rem;
}
.calendar_receiving-type dt {
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2px 8px;
    text-align:center;
}
.calendar_receiving-type .type_koufu dt {
    background-color: var(--color-koufu);
}
.calendar_receiving-type .type_shinsei dt {
    background-color: var(--color-shinsei);
}
.calendar_receiving-type .type_syuchokoufu dt {
    background-color: var(--color-syuchokoufu);
}
.calendar_receiving-type dd {
    font-size: 1.4rem;
}
.calendar_receiving-type dd::before {
    content: '・・・';
}

@media screen and (max-width: 767px) {
    #calendar .fc-toolbar .fc-left {
        float: left;
    }
    #calendar .eo-fullcalendar .fc-view > table > tbody .fc-row{
        min-height: 80px;
    }
    #calendar .fc-ltr .fc-basic-view .fc-day-number,
    #calendar .fc-content-skeleton > td {
        padding: 5px 5px 0 !important;
    }

    .calendar_receiving-text {
        font-size: 1.6rem;
    }
    .calendar_receiving-type dl {
        display: block;
    }
    .calendar_receiving-type dt {
        display: inline-block;
    }
    .calendar_receiving-type dd {
        margin-top: 5px;
    }
    .calendar_receiving-type dd::before {
        content: "";
    }
} /* for SP*/

.info-syuchokoufu{
    background:#fff;
    border-radius:1rem;
    padding:1rem 2rem;
    border:2px solid var(--color-shinsei);
    margin-top:1rem;
}
.info-syuchokoufu p{
    font-weight:800;
    color:var(--color-shinsei);
}
.info-syuchokoufu article{
    font-size:0.8em;
}



/*
    section-detail
------------------------------------------------*/
.section-detail {
    padding: 70px 0;
}

.detail_box + .detail_box {
    margin-top: 80px;
}

.detail_head {
    position: relative;
    text-align: center;
}
.detail_head:before {
    content: "";
    display: block;
    background-color: var(--primary-color);
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.detail_head-title {
	background-color: var(--color-white);
    color: var(--primary-color);
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 0 1em;
    position: relative;
    z-index: 1;
}

.detail_section {
    font-size: 1.5rem;
    margin-top: 45px;
}
.detail_section > .text_note {
    margin-top: 10px;
}
.detail_section-title {
    border-left: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px 0 8px 10px;
    position: relative;
    margin-bottom: 20px;
}
.detail_section-title::after {
    content: "";
    display: block;
    background-color: var(--primary-color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: -3px;
}

.detail_card-wrap {
    margin: 40px auto 20px;
    display: flex;
    justify-content: center;
}
.detail_card {
    background-color: #fff;
    border-radius: 20px;
    margin: 0 15px;
    padding: 35px 25px 25px;
    position: relative;
    text-align: center;
    width: 295px;
}
.detail_card_middle {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_card-text {
    font-size: 2.0rem;
    font-weight: bold;
    height: calc(1.5em * 3);
    line-height: var(--base-line-height);
    margin-top: 35px;
}
.detail_card-text_small {
    display: inline-block;
    margin: 5px 0;
    font-size: 1.6rem;
    font-weight: normal;
}
.detail_card > .text_note {
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: left;
}

.detail_list > li {
    margin-top: 10px;
}
.detail_list.list_disc > li::before {
    content: "●";
    color: var(--primary-color);
}
.detail_list.list_note {
    font-size: 1.4rem;
}
.detail_list.list_disc > li.list_disc__none::before {
    content: "※";
    color:red;
}
.list_disc__none{
    color:red;
}

.detail_section {
    background-color: var(--primary-bg-color);
    padding: 5%;
    box-sizing: border-box;
    border-radius: 20px;
}
.detail_section-label_wrap {
    margin-bottom: 20px;
    text-align: center;
}
.detail_section-label {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding: 8px 4px;
    margin-bottom: 10px;
}
.detail_section-label_wrap p {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: bold;
}

.detail_section.section_koufu { background-color: var(--color-koufu-lighter); }
.detail_section.section_koufu .detail_section-label { background-color: var(--color-koufu); }

.detail_section.section_shinsei { background-color: var(--color-shinsei-lighter); }
.detail_section.section_shinsei .detail_section-label { background-color: var(--color-shinsei); }
.detail_section.section_shinsei .detail_section-label.top-br {
    margin-top: 5%;
}
.detail_section.section_syuchokoufu { background-color: var(--color-syuchokoufu-lighter); }
.detail_section.section_syuchokoufu .detail_section-label { background-color: var(--color-syuchokoufu); }

/*.section_syuchokoufu { margin-top:6rem; }*/

.detail_list .text_emphasis_typeA,
.detail_list .text_emphasis_typeB {
    color: var(--color-white);
    padding: 0 1px;
}
.detail_table {
    background-color: var(--color-white);
    margin-top: 25px;
}
.detail_table th,
.detail_table td {
    border: 1px solid #acacac;
    padding: 20px 8px;
}
.detail_table th {
    color: #fff;
    font-size: 1.8rem;
}
.detail_table th.th_typeA,
.detail_list .text_emphasis_typeA { background-color: var(--color-koufu); }
.detail_table th.th_typeB,
.detail_list .text_emphasis_typeB { background-color: var(--color-shinsei); }
.detail_table th.th_typeC,
.detail_list .text_emphasis_typeC { background-color: var(--color-syuchokoufu); }

.detail_table td > .detail_table-text_lead {
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.detail_table td > .detail_table-text {
    font-size: 1.2rem;
    margin-left: 5px;
    margin-right: 30px;
}
.detail_table td > .detail_table-text.txt_anno {
    margin-top: 10px;
}

.detail_step {
    margin-top: 45px;
}
.detail_step-item {
    background-color: var(--color-white);
    border: 1px solid #006fc3;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 13px 15px 13px 0;
    margin-left: 60px;
    height: 200px;
    position: relative;
}
.detail_step-item + .detail_step-item {
    margin-top: 70px;
}
.detail_step-item + .detail_step-item::before {
    content: "";
    position: absolute;
    display: block;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top: 30px solid var(--primary-color);
}
.detail_step-item-figure {
    margin-left: -70px;
    width: 200px;
    flex-shrink: 0;
}
.detail_step-item-figure img {
    width: 100%;
}
.detail_step-item-content {
    margin-left: 20px;
}
.detail_step-item-content dt {
    margin-bottom: 10px;
}
.detail_step-item-title {
    color: var(--primary-color);
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.detail_step-item-title img {
    margin-right: 10px;
}

.detail_step-item-content dd {
    position: relative;
    margin-left: 50px;
}
.detail_step-item-content dd > .text_note {
    font-size: 1.2rem;
    margin-top: 10px;
}
.detail_step-item-content dd .text_link {
    color: #006fc3;
    font-size: 1.2rem;
}
.detail_step-item-content dd .text_link:nth-of-type(2) {
    margin-top: 10px;
}
/*持ち物追加加筆*/
.detail_step-item.add-info::before{
	content:none;
}
.detail_step-item.add-info{
    border: none;
    display: block;
    margin-top: 30px;
    height: auto;
	background-color: var(--primary-bg-color);
    border-radius: 30px;
    padding: 30px;
}
.detail_step-item.add-info h3{
    border-left: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: bold;
    padding:4px 0 4px 10px;
    position: relative;
    margin-bottom: 20px;
}
.detail_step-item.add-info h3::after {
    content: "";
    display: block;
    background-color: var(--primary-color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: -3px;
}
.detail_step-item.add-info h4 {
    color: #333399;
    font-weight: bold;
    margin-top: 3%;
}
.detail_step-item.add-info li{
	  text-indent: -1em;
  padding-left: 1em;
	    margin-top: 10px;
}
.detail_step-item.add-info p{
margin-top:20px;
	  text-indent: -1em;
  padding-left: 1em;
	font-weight:bold;
}
.detail_step-item.add-info .ly_left{
	display:flex;
}
.detail_step-item.add-info .ly_left .ly_leftText{
	    flex: 3;	
}
.detail_step-item.add-info .ly_left .ly_leftImg{
	    flex: 1;
    margin-left: 5%;
    text-align: center;
}
.detail_step-item.add-info .ly_left .ly_leftImg img{
	    border: 1px solid #2d2d2d;
}
.detail_step-item.add-info .ly_left .ly_leftImg p {
    margin-top: 5px;
    text-indent: 0;
    padding-left: 0;
    font-weight: normal;
	font-size:0.9em;
}
@media screen and (max-width: 1000px){
.detail_step-item.add-info .ly_left{
display: block;
}
.detail_step-item.add-info .ly_left .ly_leftImg {
    margin-left: 0;
    margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
    .section-detail {
        padding: 50px 0;
    }
    .detail_box + .detail_box {
        margin-top: 50px;
    }
    .detail_head-title {
        font-size: 2.2rem;
    }
    .detail_section {
        margin-top: 25px;
    }
    .detail_section-label {
        font-size: 4.8vw;
    }
    .detail_card-wrap {
        flex-direction: column;
    }
    .detail_card {
        width: auto;
        padding: 20px 15px;
    }
    .detail_card-figure {
        width: 80%;
        margin: 0 auto;
    }
    .detail_card-text {
        font-size: 5.0vw;
        height: auto;
        margin-top: 20px;
    }
    .detail_card_middle {
        margin: 15px auto;
    }

    .detail_table td > .detail_table-text {
        margin: 0;
        font-size: 1.4rem;
    }

    .detail_step-item {
        height: auto;
        padding: 20px;
        margin-left: 0;
    }
    .detail_step-item-figure {
        width: 30%;
        position: absolute;
        top: -40px;
        right: -10px;
    }
    .detail_step-item-content {
        margin-left: 0;
    }
    .detail_step-item-title img {
        width: 40px;
    }
    .detail_step-item-content dd {
        margin-left: 0;
    }
} /* for SP*/


/*
    footer
------------------------------------------------*/

footer {
    background-color: #25b7eb;
    padding: 52px 0 56px;
}
.footer_title {
    color: var(--color-white);
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
}
.footer_box {
    background-color: var(--color-white);
    border-radius: 16px;
    padding: 40px;
    margin-top: 44px;
    text-align: center;
}
.footer_box-inner {
    display: inline-block;
}
.footer_box-title {
    color: var(--primary-color);
    font-size: 2.0rem;
    font-weight: bold;
}
.footer_tel {
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 7.0rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height:1.2em; */
}
.footer_tel::before {
    content: "";
    display: block;
    background: url(assets/images/icon_tel_01@2x.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.footer_tel-num {
    flex-shrink: 0;
}
.footer_box-text {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 30px 0 60px;
    }
    .footer_title {
        font-size: 2.8rem;
    }
    .footer_box {
        margin-top: 25px;
        padding: 20px 20px;
    }
    .footer_box-title {
        font-size: 5.4vw;
    }
    .footer_tel {
        font-size: 10vw;
        margin: 10px 0;
    }
    .footer_tel::before {
        margin-right: 10px;
    }
    .footer_box-text {
        font-size: 1.0rem;
    }
} /* for SP*/


/* ------- pageTop btn ------- */

.pageTop {
    background-color: var(--color-white);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    width: 60px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 100;
    cursor: pointer;
    transition: 0.3s;
}
.pageTop::before {
    content: "";
    padding-top: 100%;
    display: block;
}
.pageTop::after {
    content: "";
    display: block;
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    width: 30%;
    height: 30%;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.pageTop:hover {
    background-color: var(--primary-color);
}
.pageTop:hover::after {
    border-top-color: var(--color-white);
    border-right-color: var(--color-white);
}

/*
    404
------------------------------------------------*/
.error404 main .content_inner {
    margin: 0 auto;
    padding: 60px 0;
    min-height: 50vh;
    text-align: center;
}
.error404 main .content_title {
    font-family: var(--accent-font);
    font-size: 7rem;
    color: #e3efff;
    font-weight: bold;
}
.error404 main p {
    margin-top: 30px;
}

/*
    Modal
------------------------------------------------*/
.modal_wrap {
    display: none;
    background-color: rgba(0,0,0,0.5);
    font-size: 1.4rem;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    overflow: auto;
    opacity: 0;
}
.modal {
    background-color: var(--color-white);
    max-width: 500px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal_inner{
    padding: 20px;
}
.modal_info > li {
    list-style-type: disc;
    margin-left: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}
.modalClose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.modalClose::before,
.modalClose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background-color: #333;
}
.modalClose::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.modalClose::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/*確認書類追加------------------------------------------------*/
.bringList_item {
    border: 2px solid #898989;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 15px;
    position: relative;
    text-align: center;
	margin-right: 2%;
    background-color: var(--color-white);
}
.bringList_itemNum {
    max-width: 40px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.bringList_itemTxt {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height :1.3em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.bringList_itemTxt.line1{
    margin: 33px 0;
}
.bringList_itemLink a {
border: 2px solid #898989;
    border-radius: 10px;
    color: #666666;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    transition: 0.7s;
    font-weight: bold;
}
.bringList_itemLink a:hover {
    background-color: #898989;
    border-color: transparent;
    color: #FFFFFF;
}
.attention_point{
    margin: 3% 0 0;
	padding: 2%;
	background-color:#e6e6e6;
}
.attention_point.btm-br {
    margin-bottom: 3%;
}
.attention_point h3 {
    font-weight: bold;
	margin-bottom: 1%;
}
.attention_point p {
    font-size: 1.3rem;
}
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 600px){
.bringList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bringList_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31%;
}
}
@media screen and (max-width: 640px){
.bringList_item {
    border: 2px solid #898989;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    flex-direction: column;
    margin-bottom: 5%;
}
}
/*マイナンバーカードをお持ちの方！お済ですか？*/
.section-cardHokensyou{
    background-color: var(--primary-bg-color);
    padding: 80px 0;
}
.section-cardHokensyou .cardMerit_list li{
width:100%;
padding: 3% 2%;
}
.section-cardHokensyou .list-item_merit{
	display:flex;
}
.section-cardHokensyou .cardMerit_list li .list-item-img{
	 width:23%;
	margin-right:2%;
}
.section-cardHokensyou .cardMerit_list li .list-item-text {
    margin-top: 0;
	display: block;
	text-align:left;
	 flex: 2;
	height:auto;
}
.section-cardHokensyou .cardMerit_list li .list-item-img{
	 flex: 1;
}
.section-cardHokensyou .cardMerit_list li .list-item-text{
	 flex: 1;
}
.section-cardHokensyou .cardMerit_list li .list-item-text p{
font-size: 0.9em;
    font-weight: normal;
}
.section-cardHokensyou .detail_step-item-title {
color: var(--primary-color);
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
    letter-spacing: 0.05em;
}
.section-cardHokensyou .cardMerit_head {
	background-color: var(--color-koufu-lighter)
}
.section-cardHokensyou .cardMerit_head h2{
	color:#006FC3;
	font-size: 2.2rem;
}
.section-cardHokensyou .cardMerit_head h2 .text_emphasis_04 {
    color: #006FC3;
    border-bottom: 2px dashed #006FC3;
}
.section-cardHokensyou .cardMerit_head::after {
    border-top: 15px solid var(--color-koufu-lighter);
}
.section-cardHokensyou .detail_section {
    background-color: transparent;
	padding: 0 5%;
}
.section-cardHokensyou .detail_list.list_disc > li::before {
content: "・";
    color: var(--primary-color);
}
.section-cardHokensyou .detail_list.list_disc > li.last::before{
	content:none;
}
.section-cardHokensyou .detail_list.list_disc > li.last{
font-size: 1.2rem;
    margin-top: 10px;
}
.section-cardHokensyou h4{
	color:#333399;
	font-weight:bold;
	margin-top:3%;
}
@media screen and (max-width: 900px){
.section-cardHokensyou .cardMerit_list li {
    padding: 3%;
}
.section-cardHokensyou .list-item_merit {
    display: block;
}	
.section-cardHokensyou .cardMerit_list li .list-item-img {
margin-right:0;
margin-bottom:3%;
        width: 100%;
}
.section-cardHokensyou .cardMerit_head h2 .text_emphasis_04 {
    border-bottom: none;
    display: block;
}
}
@media screen and (max-width: 767px) {
.section-cardHokensyou .cardMerit_list li .list-item-text p{
        font-size: 2vw;
        margin-top: 15px;
    }
}
/*祝日の色変更*/
#calendar .fc-day-number[data-date="2025-08-11"],
#calendar .fc-day-number[data-date="2025-09-15"],
#calendar .fc-day-number[data-date="2025-09-23"],
#calendar .fc-day-number[data-date="2025-10-13"],
#calendar .fc-day-number[data-date="2025-11-03"],
#calendar .fc-day-number[data-date="2025-11-24"],
#calendar .fc-day-number[data-date="2026-01-01"],
#calendar .fc-day-number[data-date="2026-01-12"],
#calendar .fc-day-number[data-date="2025-12-29"],
#calendar .fc-day-number[data-date="2025-12-30"],
#calendar .fc-day-number[data-date="2025-12-31"],
#calendar .fc-day-number[data-date="2026-01-02"],
#calendar .fc-day-number[data-date="2026-01-03"],
#calendar .fc-day-number[data-date="2026-02-11"],
#calendar .fc-day-number[data-date="2026-02-23"]{
color:#f85977;
}