@charset "utf-8";
:root {
    --main-blue: #002896;
}
.contentWrap h1 {
  margin-top: 42px;
}
.service-top p {
    margin: 32px auto 40px;
}
.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 {
    color:#000;
    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;
}
.contentWrap .hukidashi p {
    position: relative;
    z-index: 3;
    margin: 0;
    color: #333;
    font-size: 12px;
}

.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;
    }

}

@media screen and (max-width:1140px) {
    .support-item {
        width: calc(50% - 12px);
    }

}
@media screen and (max-width:900px) {
    .contentInner.main{
      padding-left: 0;
      padding-right:0;
    }
    .detail-info-wrap {
        flex-direction: column;
        align-items: flex-end;
        gap: 14px;
        margin-bottom: 30px;
    }
    .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;
    }

}
@media screen and (max-width:600px) {
    #title {
        padding-bottom: 24px;
    }
    .detail-item {
        padding-left: 24px;
        padding-right: 24px;
    }
    .detail-item h3 {
        font-size: 20px;
        margin-bottom: 8px;
        text-align:left;
    }
    .detail-info-wrap p a {
        font-size: 14px;
    }
    .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;
        text-align:left;
    }
    .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;
    }
}
