@charset "utf-8";
:root {
    --main-blue: #002896;
}
.support {
    font-size: 16px;
}
.support #wrap {
    font-size: 16px;
}
.support, .support * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}
.support a {
    font-size: inherit;
}
.ib {
    display: inline-block;
    text-decoration: inherit;
}
.support .contentwrap {
    width: 100%;
    max-width: 1206px;
    margin: 0 auto;
}

#page-trail, #page-trail a {
    font-size: 12px;
    margin-bottom: 8px;
}
#title {
    background-color: transparent;
    max-width: 1206px;
    margin: 0 auto;
    border: none;
    padding-bottom: 19px;
}
#title a {
    text-decoration: none;
}
#title a:hover {
    opacity: 0.8;
}
#title h1 {
    text-align: center;
    font-size: 38px;
    color: var(--main-blue);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}
#title h1 .title-upper {
    font-size: 16px;
    color: #515151;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 7px;
}
#title h1 + p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.8;
}
.goriyouchu-link {
    text-align: right;
    color: var(--main-blue);
    margin-top: 40px;
    font-weight: 500;
}
.goriyouchu-link a {
    font-size: 16px;
    letter-spacing: 1.6px;
}
.goriyouchu-link a::after {
    display: inline-block;
    content: '';
    height: 7px;
    width: 7px;
    margin-left: 5px;
    border-top: 2px solid var(--main-blue);
    border-right: 2px solid var(--main-blue);
    transform: rotate(45deg) translateY(-2px);
}
.detail #maincontent.support-content {
    padding-top: 42px;
}
#maincontent.support-content {
    padding-top: 56px; 
}
.support-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}
.support-link-wrap a {
    display: block;
    width: 267.58px;
    border: 2px solid var(--main-blue);
    border-radius: 50px;
    color: var(--main-blue);
    transition: all 0.2s;
    padding: 11px 24px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.support-link-wrap a:hover {
    background-color: var(--main-blue);
    color: #fff;
}
.support-link-wrap a::before {
    position: absolute;
    right: 24px;
    top: 50%;

    content: '';
    height: 7px;
    width: 7px;
    border-top: 2px solid var(--main-blue);
    border-right: 2px solid var(--main-blue);
    transform: translateY(-50%) rotate(45deg);
}
.support-link-wrap a:hover::before {
    border-color: #fff;
}

.support-content {
    background-color: #EFF4F7;
    padding: 60px 24px 150px;
}
.support-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.support-item {
    background-color: #fff;
    padding: 36px 32px 36px 40px;
    width: calc(33% - 12px);
    height: 331px;
}
.support-item.style2 {
    width: 100%;
    max-width: 796px;
    height: 268px;
    margin: 32px auto 0;
    padding-top: 24px;
}
.support-item-h2 {
    position: relative;
    margin-bottom: 24px;
}
.support-item-h2 img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 30px;
    max-width: 30px;
    height: auto;
    width: 100%;
}
.support-item-h2 a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: var(--main-blue);
    text-decoration: none;
    position: relative;
    padding-left: 30px;
}
.support-item-h2 a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: var(--main-blue);
    transition: all 0.4s;
}
.support-item.style2 .support-item-h2 {
    width: fit-content;
    margin: 0 auto 48px;
}
.support-item.style2 .support-item-h2 a {
    width: 100%;
    padding-right: 40px;
}
.support-item.style2 .support-item-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: calc(100% - 70px);
}
.support-item.style2 .support-item-links a {
    width: calc(50% - 10px);
}
.support-item-h2 a:hover::after {
    width: 100%;
}
.support-item-h2::before {
    position: absolute;
    content: '';
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    height: 31px;
    width: 31px;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    transition: all 0.2s;
}
.support-item-h2::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: calc(50% + 2px);
    right: 13px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid var(--main-blue);
    border-right: 2px solid var(--main-blue);
    transition: all 0.2s;
}
.support-item-h2:hover::before {
    background-color: var(--main-blue);
}
.support-item-h2:hover::after {
    border-color: #fff;
}
.support-item-h2.no-link::before, .support-item-h2.no-link::after{
    display: none;
}
.support-item-links a {
    display: block;
    color: #000;
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.support-item-links a::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    background-color: var(--main-blue);
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.support-item-links a::after {
    position: absolute;
    left: 4px;
    top: 7px;
    content: '';
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.support-item-links a:hover {
    color: var(--main-blue);
}

.detail .tab-area .tab-wrap {
    display: flex;
    max-width: 1056px;
    width: 100%;
    margin: 0 auto;
}
.detail .tab-area .tab-wrap-sp {
    display: none;
}
.detail .tab-area li {
    height: 57px;
    width: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D0E5F2;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.detail .tab-area li:last-child {
    border: none;
}
.detail .tab-area li.active, .detail .tab-area li:hover {
    background-color: var(--main-blue);
    color: #fff;
}

.detail-h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: var(--main-blue);
    margin-bottom: 49px;
}
.local-links {
    display: flex;
    column-gap: 24px;
    row-gap: 8px;
    margin-bottom: 55px;
    flex-wrap: wrap;
}
.local-links a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}
.local-links a::after {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 8px;
    content: '';
    border-right: 2px solid var(--main-blue);
    border-bottom: 2px solid var(--main-blue);
    transform: translateY(-2px) rotate(45deg);
}
.local-links a:hover {
    color: var(--main-blue);
}
.detail-item {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
}
.detail-item-hd {
    display: flex;
    justify-content: space-between;
}
.detail-item-hd + p {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.detail-item h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 11px;
    line-height: 1.4;
}
.detail-info-wrap p {
    margin: 0;
}
.detail-info-wrap p a {
    color: #000;
    text-decoration: underline;
}
.detail-info-wrap p a:hover {
    color: var(--main-blue);
}

.detail-info-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 468px;
}
.detail-info-wrap .status img {
    margin-left: 10px;
    display: inline-block;
}
.detail-hd-lower {
    font-size: 11px;
    font-weight: 500;
    /* margin-bottom: 34px; */
    margin-bottom: 60px;
}
.detail-hd-lower a {
    font-size: 14px;
    width: 140px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 3px;
}
.detail-hd-lower a[target="_blank"]::after {
    content: url(../img/ico_link.svg);
    display: inline-block;
    border: none;
    transform: none;
    margin-left: 8px;
}
.detail-hd-lower a::after {
    content: '';
    border-top: 1px solid var(--main-blue);
    border-right: 1px solid var(--main-blue);
    transform: translateY(-1px) rotate(45deg);
    height: 6px;
    width: 6px;
    display: inline-block;
    margin-left: 8px;
}
.detail-item-inner {
    background-color: #F0F6FC;
    padding: 45px 18px 40px 38px;
    margin-bottom: 40px;
    margin-top: -26px;
}
.detail-inner-hd {
    display: flex;
    align-items: center;
    max-width: 552px;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.detail-item-inner h4 {
    color: var(--main-blue);
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 380px;
    width: 100%;
}
.detail-inner-info {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
}
.detail-inner-info a {
    color: #000;
    text-decoration: underline;
}
.detail-inner-info a:hover {
    color: var(--main-blue);
}
.detail-inner-hd h4::after {
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    text-align: center;
    display: inline-block;
    border: 2px solid var(--main-blue);
    border-radius: 50%;
    font-size: 12px;
    content: '？';
    line-height: 18px;
    cursor: pointer;
    margin-top: 2px;
}
.detail-inner-hd .info-data {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: rgba(0,0,0,0.5);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detail-inner-hd .info-data-txt {
    background-color: #EFF4F7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 801px;
    padding: 50px 24px;
    position: relative;
}
.detail-inner-hd .info-data p {
    font-size: 16px;
    max-width: 512px;
}
.detail-inner-hd .info-data .info-hd {
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.detail-inner-hd .info-data-txt::before {
    content: '×';
    position: absolute;
    top: 21px;
    right: 21px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: var(--main-blue);
    cursor: pointer;
}
.detail-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.detail-inner-wrap li {
    width: calc(25% - 15px);
    position: relative;
    min-width: 252px;
}
.detail-inner-wrap li a, .use-logo a, .detail-item-inner.style2 h4 {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 33px;
    display: block;
    color: #000;
    display: inline-block;
}
.detail-inner-wrap li a::before, .use-logo a::before, .detail-item-inner.style2 h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: var(--main-blue);
    border-radius: 50%;
}
.detail-inner-wrap li a::after, .use-logo a::after, .detail-item-inner.style2 h4::after {
    position: absolute;
    content: '';
    left: 6px;
    top: 16px;
    transform: translateY(-50%) rotate(45deg);
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.detail-inner-wrap li a:hover, .use-logo a:hover, .detail-item-inner.style2 h4 a:hover {
    color: var(--main-blue);
}
.detail-item-lower {
    width: 100%;
    border-top: 1px solid #DBE1E8;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.detail-item-inner.style2 {
    display: flex;
    gap: 30px;
    background-color: transparent;
    padding: 0;
    margin-top: 40px;
    flex-wrap: wrap;
}
.detail-item-inner.style2 h4 {
    position: relative;
    margin-bottom: 4px;
    width: 100%;
}
.detail-item-inner.style2 h4 a {
    color: #000;
}
.detail-item-inner.style2 > div {
    /* min-width: 255px;
    width: calc(30% - 15px); */
    width: fit-content;
    white-space: nowrap;
}
#prp .detail-item-inner.style2 > div {
    /* width: calc(25% - 15px); */
    white-space: normal;
}
.detail-item-inner.style2 li {
    font-size: 14px;
    padding-left: 30px;
}

.hukidashi {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    padding: 12px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #DBE1E8;
    transition: all 0.2s;
    z-index: 3;
}
.huki-par:hover .hukidashi {
    opacity: 1;
}
.hukidashi::before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    left: 50%;
    z-index: 1;
    content: '';
    background-color: #fff;
    transform: translateX(-50%) rotate(45deg);
    border: 1px solid #DBE1E8;
}
.hukidashi::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}
.hukidashi p {
    position: relative;
    z-index: 3;
    margin: 0;
    color: #333;
}

.use-logo {
    margin: -15px 0 40px;
    position: relative;
    z-index: 2;
}

a.btn01,
a.btn02 {
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    width: 267.58px;
    height: 50px;
    padding-right: 24.16px;
    padding-left: 24px;
    border: 2px solid;
    border-radius: 25px;
    /* box-shadow: 3px 5px 0px rgb(0 40 150 / 27%); */
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}

a.btn01::before,
a.btn02::before {
    position: absolute;
    content: '';
    right: 24px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

a.btn02.comBlue::before {
    border-color: #012896;
}

a.btn01 {
    color: #fff;
}

a.btn02 {
    background-color: #fff;
}

a.btn01.comBlue {
    border-color: #00248b;
    background-color: var(--main-blue);
}

a.btn02.comBlue {
    border-color: #00248b;
    color: var(--main-blue);
}

a.btn01.comBlue:hover {
    border: 2px solid var(--main-blue);
    background-color: #c8d3f5;
    color: var(--main-blue);
}

a.btn02.comBlue:hover {
    border: 2px solid #00248b;
    background-color: var(--main-blue);
    color: #fff;
}

a.btn01.comBlue:hover::before {
    border-color: #00248b;
}

a.btn02.comBlue:hover::before {
    border-color: #fff;
}

@media screen and (max-width:1280px) {
    #title {
        padding-left: 24px;
        padding-right: 24px;
    }
    #maincontent.support-content {
        /* padding-top: 0; */
    }
}

@media screen and (max-width:1140px) {
    .support-item {
        width: calc(50% - 12px);
    }
    
}
@media screen and (max-width:900px) {
    #maincontent.support-content {
        padding-bottom: 100px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .detail #maincontent.support-content {
        padding-left: 0;
        padding-right: 0;
    }
    #title {
        padding-left: 24px;
        padding-right: 24px;
    }
    #title h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    #title h1 .title-upper {
        font-size: 14px;
    }
    #title h1 + p {
        margin-top: 10px;
        margin-bottom: 16px;
        font-size: 12px;
    }
    .support-link-wrap a {
        width: 240px;
        padding: 6px 24px;
    }
    .support-item {
        width: 100%;
        height: auto;
    }
    .support-item-h2 a {
        font-size: 22px;
    }
    .support-item-h2::before {
        width: 28px;
        height: 28px;
    }
    .support-item-h2::after {
        right: 12px;
    }
    .goriyouchu-link a {
        font-size: 14px;
        letter-spacing: normal;
    }
    .detail-info-wrap {
        flex-direction: column;
        align-items: flex-end;
        gap: 14px;
        margin-bottom: 30px;
    }
    .detail-h2 {
        display: none;
    }
    .local-links {
        display: none;
    }
    .detail-inner-hd {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .detail-inner-info {
        padding-left: 0;
    }
    .detail-hd-lower {
        margin-bottom: 8px;
    }
    .detail-item-inner {
        margin-top: 0;
    }
    .detail-item-inner.style2 {
        flex-wrap: wrap;
    }
    .detail-info-wrap li {
        width: calc(50% - 15px);
    }
    .detail-info-wrap {
      gap: 12px;  
    }
    .detail-item-inner.style2 > div {
        width: calc(50% - 15px);
        white-space: normal;
    }
    
    .detail .tab-area {
        background-color: #EFF4F7;
        padding: 30px 24px 11px;
        position: relative;
    }
    .detail .tab-area .tab-wrap {
        display: none;
    }
    .detail .tab-area::after {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        right: 36px;
        top: calc(50% + 9px);
        border-top: 1px solid var(--main-blue);
        border-right: 1px solid var(--main-blue);
        transform: translateY(-50%) rotate(135deg);
        pointer-events: none;
    }
    .detail .tab-area .tab-wrap-sp {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        margin-right: 0;
        margin-left: auto;
        padding: 8px 10px;
        width: 160px;
        font-size: 14px;
    }
}
@media screen and (max-width:600px) {
    #title {
        padding-bottom: 24px;
    }
    .support-link-wrap {
        flex-direction: column;
        row-gap: 16px;
        margin-bottom: 16px;
    }
    .goriyouchu-link {
        margin-top: 30px;
    }
    .detail #maincontent.support-content {
        padding: 30px 0px;
    }
    #maincontent.support-content {
        padding: 40px 24px;
    }
    .detail-item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .support-item-wrap {
        gap: 24px;
    }
    .support-item {
        padding: 24px;
    }
    .detail-item h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .detail-info-wrap p a {
        font-size: 14px;
    }
    .support-item.style2 {
        margin: 0;
        height: auto;
    }
    .support-item-h2 {
        margin-bottom: 16px;
    }
    .support-item.style2 .support-item-h2 {
        margin: 0 0 28px;
        width: 100%;
    }
    .support-item-links a {
        margin-bottom: 16px;
    }
    .support-item.style2 .support-item-links a {
        width: 100%;
    }
    .detail-info-wrap {
        min-width: auto;
    }
    .detail-item-inner {
        padding: 24px 20px;
        margin-top: 32px;
    }
    .detail-item-inner h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .detail-inner-wrap li {
        min-width: 0;
        width: 100%;
    }
    .detail-inner-wrap li a, .use-logo a, .detail-item-inner.style2 h4 {
        font-size: 16px;
        padding-left: 28px;
    }
    .detail-inner-wrap li a::before, .use-logo a::before, .detail-item-inner.style2 h4::before {
        width: 20px;
        height: 20px;
        top: 14px;
    }
    .detail-inner-wrap li a::after, .use-logo a::after, .detail-item-inner.style2 h4::after {
        height: 5px;
        width: 5px;
        top: 14px;
    }
    .detail-item-inner.style2, .use-logo {
        margin-bottom: 30px;
        margin-top: 32px;
    }
    .support-item.style2 .support-item-links {
        height: auto;
    }
    .detail-item-lower {
        padding-top: 24px;
        gap: 16px;
    }
    .detail-item-inner.style2 > div {
        width: 100%;
    }

    a.btn01, a.btn02 {
        width: 240px;
        height: 40px;
    }
}
.pc_hide {
    display: none;
}
.sp_hide {
    display: block;
}
@media screen and (max-width:768px) {
    .pc_hide {
        display: block;
    }
    .sp_hide {
        display: none;
    }
}
/* モーダル用CSS 231002追記 */
.login-modal-window {
    background-color: #F0F6FC;
    padding: 40px;
    text-align: center;
    max-width: 1126px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

.login-modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10000;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-modal.active {
    display: flex;
}

.login-modal h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.login-modal h2 .small {
    font-size: 22px;
}

.login-modal p {
    font-size: 20px;
    margin-bottom: 30px;
}

.modal-link-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    column-gap: 10px;
}

.login-modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #EFF4F7;
    font-size: 22px;
    width: 25px;
    line-height: 25px;
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .login-modal h2 {
        font-size: 20px;
        text-align: left;
    }
    .login-modal h2 .small {
        font-size: 16px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .login-modal p {
        font-size: 18px;
        text-align: left;
    }
    .modal-link-wrap {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}
/* 20231101追記 */
.detail-item-attention {
    max-width: 580px;
    margin: 16px auto 0;
    font-size: 12px;
    padding-left: 10px;
    text-align: center;
}
/* 20250319追記 */
.support-item-mobile {
    width: 100%;
    margin-bottom: 32px;
    height: auto;
}