.pageTitle {
    position: relative;
    z-index: 1;
    padding-top: .7em;
    font-size: min(5vw, 42px);
    color: #fff;
    font-weight: 500;
    line-height: 1.3
}

.pageTitle-wrap {
    padding-block: min(7.8vw, 100px);
    background: url("../img/common/pagetitle-20250314.jpg") no-repeat top/cover;
    position: relative
}

.pageTitle-wrap::after {
    z-index: 0;
    mix-blend-mode: multiply;
    background-image: linear-gradient(-70deg, #fff 52%, #0da4e9 52%) !important
}

.pageTitle>em {
    font-size: 1.26em
}

.pageTitle .f-en {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 1em;
    font-size: .42em
}

.pageTitle .f-en::before {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    left: 0;
    transform: translateY(-50%);
    width: .55em;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%
}

.pageTitle::before,
.pageTitle::after {
    content: "";
    display: block;
    position: absolute;
    width: min(18%, 114px);
    height: 127px;
    background: url("../index.html") no-repeat 0 0/contain
}

.pageTitle::before {
    top: 0;
    left: 0
}

.pageTitle::after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1)
}

@media screen and (max-width: 599px) {
    .pageTitle {
        width: 100%;
        border-radius: 0
    }
}

#pan {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: min(7%, 60px);
    font-size: .875em
}

#pan li:not(:first-child) {
    padding-left: 2.5em;
    color: #0da4e9;
    position: relative
}

#pan li:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: .6em;
    left: .9em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transform: rotate(45deg)
}

#pan a {
    color: #7b7b7b
}

#pan a:hover {
    text-decoration: underline
}

.contents {
    align-items: flex-start
}

.contents>main {
    font-weight: 400;
    line-height: 1.7
}

.contents>main>section+section {
    margin-top: 10%
}

.contents>aside {
    order: -1
}

@media screen and (min-width: 960px) {
    .contents {
        justify-content: space-between
    }

    .contents>main {
        width: 72%
    }

    .contents>aside {
        width: 24%;
        position: sticky;
        top: 0
    }
}

@media screen and (max-width: 959px) {
    .contents>main {
        width: 100%;
        margin-top: 9%
    }

    .contents>aside {
        width: 100%
    }
}

.contents .side-nav {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9e9;
    background-color: #fff
}

.contents .side-nav>li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.contents .side-nav>li>a {
    position: relative;
    display: block;
    padding: 1em;
    height: 100%
}

.contents .side-nav>li>a::before,
.contents .side-nav>li>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    translate: 0 -50%
}

.contents .side-nav>li>a::before {
    right: calc(7% + .4em);
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1
}

.contents .side-nav>li>a::after {
    right: 7%;
    width: 1.125em;
    height: 1.125em;
    background-color: #0da4e9;
    border-radius: 50%
}

.contents .side-nav>li>a.current,
.contents .side-nav>li>a:hover {
    background-color: #fffcea
}

.contents .side-nav>li>a.down::before {
    margin-top: -0.05em;
    right: calc(7% + .35em);
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg)
}

@media screen and (min-width: 600px)and (max-width: 960px) {
    .contents .side-nav>li {
        width: 33.33%
    }

    .contents .side-nav>li:not(:nth-child(3n)) {
        border-right: 1px solid #e9e9e9
    }
}

@media screen and (max-width: 599px) {
    .contents .side-nav>li {
        width: 50%
    }

    .contents .side-nav>li>a {
        padding-inline: .6em 1.5em;
        line-height: 1.4
    }

    .contents .side-nav>li>a::before {
        right: calc(4% + .4em)
    }

    .contents .side-nav>li>a::after {
        right: 4%
    }

    .contents .side-nav>li>a.down::before {
        right: calc(4% + .35em)
    }

    .contents .side-nav>li:nth-child(2n+1) {
        border-right: 1px solid #e9e9e9
    }
}

.notice-box {
    margin-top: 7.5%;
    overflow: hidden;
    border: 2px solid #f2f2f2;
    border-radius: 10px
}

.notice-box .ttl-fill {
    margin-top: 0 !important
}

.notice-box .con {
    padding: 4%;
    background-color: #fffcea
}

.notice-box .con>*:first-child {
    margin-top: 0
}

.notice-box .con>*:last-child {
    margin-bottom: 0
}

.notice-box .con a.ul {
    color: #ef9e36
}

.img-box {
    display: flex;
    gap: 1em;
    max-width: 640px
}

.img-box .img {
    width: 200px;
    text-align: center
}

.img-box .txt {
    flex: 1
}

.balloon {
    display: inline-block;
    min-width: 80%;
    padding: 1em 2em;
    font-weight: 500;
    background-color: #fffcea;
    border-radius: 3em;
    position: relative;
    border: 2px solid hsl(33.8613861386, 90.1785714286%, 76.0784313725%)
}

.balloon::before,
.balloon::after {
    content: "";
    display: block;
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

.balloon:not(.none)::before {
    top: -13px;
    left: 55px;
    width: 14px;
    height: 15px;
    background-color: #fffcea
}

.balloon:not(.none)::after {
    top: -16px;
    left: 52px;
    width: 20px;
    height: 19px;
    background-color: hsl(33.8613861386, 90.1785714286%, 76.0784313725%);
    z-index: -1
}

.tbl {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    font-size: .9em
}

.tbl.auto {
    width: auto
}

.tbl caption {
    text-align: right
}

.tbl tr>* {
    padding: .6em 1em;
    line-height: 1.6;
    border: 1px solid #d8d8d8
}

.tbl .ws-nowrap {
    white-space: nowrap
}

.tbl thead th {
    color: #fff;
    background-color: #0da4e9;
    position: relative
}

.tbl thead th.split>span {
    position: absolute;
    z-index: 1
}

.tbl thead th.split>span:nth-child(1) {
    top: 3%;
    right: 3%
}

.tbl thead th.split>span:nth-child(2) {
    bottom: 3%;
    left: 3%;
    color: #414141
}

.tbl thead th.split::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    clip-path: polygon(0 0, 0% 100%, 100% 100%)
}

.tbl tbody th {
    text-align: center;
    background-color: #f2f2f2
}

.tbl tbody th a {
    display: inline-block;
    position: relative
}

.tbl tbody th a::after {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    background: url("../index.html") no-repeat center/contain
}

@media screen and (min-width: 600px) {
    .tbl tbody th a {
        padding-right: 1.3em
    }

    .tbl tbody th a::after {
        top: 50%;
        right: 0;
        margin-top: -0.5em
    }
}

@media screen and (max-width: 599px) {
    .tbl tbody th a {
        padding-bottom: 1.3em
    }

    .tbl tbody th a::after {
        bottom: 0;
        left: .15em
    }
}

.tbl tbody th a[href^="#"]::after {
    width: 1.1em;
    height: 1.1em;
    rotate: 90deg
}

.tbl tbody.th-l th {
    text-align: left
}

.tbl tbody td {
    vertical-align: top;
    font-feature-settings: "palt"
}

.tbl tbody td small {
    display: inline-block;
    font-size: .9em
}

.tbl tbody td .kome,
.tbl tbody td .small {
    font-size: .95em
}

.tbl tbody td>p:first-child {
    margin-top: 0
}

.tbl tbody td>p:last-child {
    margin-bottom: 0
}

.tbl tbody td .li-flex>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tbl tbody td .li-flex>li>p {
    width: 100%;
    margin-block: 0
}

.tbl tbody td .kome::before {
    color: #ef3636
}

@media screen and (max-width: 599px) {
    .tbl tbody tr>* {
        padding: .6em .7em
    }

    .tbl tbody .ws-nowrap-sp {
        white-space: nowrap
    }
}

.tbl.td3 td {
    width: 31%
}

.tbl.middle tbody td {
    vertical-align: middle
}

@media screen and (min-width: 600px) {
    .tbl.lr-sp tbody th {
        white-space: nowrap;
        text-align: left
    }
}

@media screen and (max-width: 599px) {
    .tbl.lr-sp tbody th>span {
        white-space: pre;
        writing-mode: vertical-lr;
        text-orientation: upright;
        line-height: 1.3
    }

    .tbl.lr-sp tbody th>span>span:not(.c-red) {
        text-combine-upright: all
    }

    .tbl.lr-sp tbody th.left {
        padding-top: 1em;
        text-align: left
    }
}

.dl-def dt {
    font-weight: 500
}

.dl-def dd {
    padding: 1em;
    text-align: justify;
    border-bottom: 1px solid #ddd
}

.dl-def dd:not(:last-child) {
    margin-bottom: 1em
}

@media screen and (min-width: 600px) {
    .dl-def>div {
        display: flex
    }

    .dl-def>div>dt {
        width: 30%;
        padding: 1em;
        border-bottom: 1px solid #e9e9e9
    }

    .dl-def>div>dd {
        flex: 1
    }

    .dl-def>div:first-child>dt {
        border-top: 1px solid #e9e9e9
    }

    .dl-def>div:first-child>dd {
        border-top: 1px solid #ddd
    }
}

@media screen and (max-width: 599px) {
    .dl-def>div {
        margin-bottom: 1em
    }

    .dl-def>div>dd {
        padding-top: .5em
    }

    .dl-def>div.sbs {
        display: flex
    }

    .dl-def>div.sbs>dt {
        width: 30%;
        padding: 0 0 1em;
        border-bottom: 1px solid #e9e9e9
    }

    .dl-def>div.sbs>dd {
        flex: 1;
        padding-top: 0
    }
}

.dl-simple {
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-left: .5em
}

.dl-simple>* {
    padding-block: .1em
}

.dl-simple dt {
    text-align: justify;
    text-align-last: justify
}

.dl-simple dd {
    padding-left: 1em
}

.dl-simple dd::before {
    content: "：";
    margin-left: -1em;
    color: #0da4e9;
    font-weight: 500
}

.dl-tbl {
    display: grid;
    grid-template-columns: 15% 1fr;
    padding: 1em 0
}

.dl-tbl>* {
    padding: .5em;
    padding-inline: 1em;
    border-bottom: 1px dotted #e9e9e9
}

.dl-tbl dt {
    background-color: #e0f3fc
}

.dl-tbl dt.row2 {
    grid-row: auto/span 2;
    display: grid;
    align-items: center
}

.dl-tbl dt.row3 {
    grid-row: auto/span 3;
    display: grid;
    align-items: center
}

.dl-tbl dt.row4 {
    grid-row: auto/span 4;
    display: grid;
    align-items: center
}

.dl-tbl dt.row5 {
    grid-row: auto/span 5;
    display: grid;
    align-items: center
}

.dl-tbl dd {
    line-height: 1.6
}

.dl-tbl.crm dt {
    background-color: #fffcea
}

@media screen and (max-width: 599px) {
    .dl-tbl {
        grid-template-columns: 30% 1fr
    }

    .dl-tbl.sp-1 {
        grid-template-columns: 1fr
    }
}

.contact-box {
    width: fit-content;
    margin-block: 1em;
    padding: 1em 1.75em;
    background-color: #fffcea;
    border: 2px solid hsl(33.8613861386, 90.1785714286%, 76.0784313725%);
    border-radius: 10px;
    overflow: hidden
}

.contact-box .ttl {
    margin: -1em -1.75em 0;
    padding: .3em 1em;
    font-size: 1.1em;
    color: #fff;
    background-color: #f49c2a
}

.contact-box .name {
    margin-block: .5em .1em;
    font-weight: 500
}

.contact-box .addr {
    margin: 0
}

.contact-box .tel {
    margin: 0;
    font-size: 1.1em;
    padding-left: 1.4em;
    font-weight: 500;
    position: relative
}

.contact-box .tel::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 1.1em;
    height: 1.1em;
    background: url("../index.html") no-repeat center/contain
}

.contact-box .hour {
    margin: 0;
    font-size: .9em
}

@media screen and (max-width: 599px) {
    .list-rnum .contact-box {
        margin-left: -2em
    }
}

#about .side-nav>li>a::after {
    background-color: #5ac5bc
}

#about .method .list-notice em {
    display: inline-block;
    margin-bottom: .1em
}

#about .generic .comp>li {
    margin-bottom: 1em
}

#about .generic .comp .name {
    margin-top: -0.1em;
    font-weight: 600;
    font-size: 1.1em
}

#about .generic .comp .name+p {
    margin-block: .3em
}

#about .generic .comp dl {
    margin-block: .3em;
    font-size: .9em;
    text-align: center;
    display: grid;
    max-width: 500px;
    border: 1px solid #ddd;
    grid-template-columns: 1fr 40% 1fr
}

#about .generic .comp dl>div:nth-child(n+2) {
    border-left: 1px solid #ddd
}

#about .generic .comp dl>div:nth-child(1) dt {
    background-color: #f2f2f2
}

#about .generic .comp dl>div:nth-child(2) {
    position: relative
}

#about .generic .comp dl>div:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: .5em;
    left: -0.4em;
    width: 1em;
    height: 1em;
    background-color: #f49c2a;
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

#about .generic .comp dl>div:nth-child(2) dt {
    letter-spacing: 0;
    background-color: #eef8ea
}

#about .generic .comp dl>div:nth-child(3) dt {
    background-color: #fffcea
}

#about .generic .comp dl>div:nth-child(3) dd {
    color: #ef3636
}

#about .generic .comp dl dt {
    font-weight: 500;
    border-bottom: 1px solid #ddd
}

#about .generic .comp dl dd em {
    font-weight: 500;
    font-size: 1.2em
}

#company .sec-box+.sec-box {
    padding-top: unset
}

#company .policy {
    padding-block: min(15%, 45px);
    background: url("../img/company/policy-bg.jpg") no-repeat bottom right/46%
}

@media screen and (max-width: 599px) {
    #company .policy {
        padding-block: min(15%, 23px);
        background-size: 70%
    }
}

#company .policy p {
    font-size: clamp(15px, 3vw, 26px);
    line-height: 2
}

#company .dl-def dt {
    color: #0da4e9
}

#company .dl-def dt .f-en {
    font-size: 1.3em
}

#company .greeting {
    display: grid;
    grid-template-columns: auto 30%;
    gap: 2em
}

#company .greeting .txt-area {
    display: grid
}

#company .greeting .txt-area .sign {
    margin-top: auto
}

#company .greeting .name {
    padding-left: .2em;
    font-size: clamp(20px, 4vw, 34px);
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-weight: 700
}

@media screen and (max-width: 800px) {
    #company .greeting {
        grid-template-columns: auto 20%
    }
}

@media screen and (max-width: 599px) {
    #company .greeting {
        grid-template-columns: 1fr
    }

    #company .greeting .img-area {
        width: 70%;
        margin-inline: auto
    }
}

#company #value ol {
    width: fit-content;
    margin-inline: auto;
    font-size: clamp(14px, 3vw, 21px)
}

@media screen and (max-width: 599px) {
    #company #value ol {
        padding-inline: 2.5em 1.5em
    }
}

#company #value ol li {
    margin-bottom: 1em
}

#company #value ol li::marker {
    font-size: 1.2em;
    font-weight: 600;
    color: #0da4e9
}

#company #value ol li span {
    font-size: 1.24em;
    font-weight: 600;
    color: #0da4e9
}

@media screen and (max-width: 599px) {
    #company #value ol li span {
        font-size: 1.2em
    }
}

#company #policy,
#company #mission,
#company #value,
#company #action {
    padding-bottom: 3em
}

@media screen and (max-width: 599px) {

    #company #policy,
    #company #mission,
    #company #value,
    #company #action {
        padding-bottom: 1em
    }
}

#company #mission p,
#company #value p,
#company #action p {
    font-size: clamp(15px, 3vw, 26px);
    line-height: 2
}

#works .sec-box {
    display: grid;
    gap: clamp(24px, 4vw, 50px)
}

#works .sec-box+.sec-box {
    padding-top: unset
}

@media screen and (min-width: 960px) {
    #works .sec-box:nth-of-type(even) .lead .txt-area {
        order: 1
    }

    #works .sec-box:nth-of-type(odd) .lead:nth-of-type(2) .txt-area {
        order: 1
    }
}

#works .lead {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2vw, 50px)
}

#works .lead .img-list {
    /*display: grid;*/
    grid-template-columns: repeat(2, 1fr);
    gap: 1em
}

#works .lead .txt {
    line-height: 2
}

@media screen and (max-width: 959px) {
    #works .lead {
        grid-template-columns: 1fr
    }

    #works .lead .img-list {
        grid-template-columns: repeat(4, 1fr);
        width: fit-content;
        justify-self: center
    }

    #works .lead .img-list.col3 {
        grid-template-columns: repeat(3, minmax(auto, 210px))
    }

    #works .lead .img-list.col2 {
        grid-template-columns: repeat(2, minmax(auto, 210px))
    }
}

@media screen and (max-width: 599px) {
    #works .lead .txt {
        line-height: 1.7
    }

    #works .lead .img-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

#works .point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    counter-reset: point-num
}

#works .point-list>li {
    counter-increment: point-num;
    position: relative;
    padding: 1.3em 1.7em 1.7em;
    box-shadow: 0px 0px 20px -5px rgba(123, 123, 123, .1)
}

#works .point-list>li .num {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .05em;
    color: #0da4e9
}

#works .point-list>li .num::after {
    content: counter(point-num, decimal-leading-zero);
    font-size: 1.5em
}

#works .point-list>li .ttl {
    font-size: clamp(16px, 3vw, 24px)
}

#works .point-list>li .ttl em {
    font-size: 1.2em;
    font-weight: 800;
    color: #e9990d
}

#works .point-list>li .txt {
    margin-bottom: unset
}

@media screen and (max-width: 599px) {
    #works .point-list {
        grid-template-columns: 1fr
    }

    #works .point-list>li {
        padding: 1em 1.4em 1.4em
    }
}

#works .note {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em
}

#works .note.col1 {
    grid-template-columns: 1fr
}

#works .note .link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em
}

#works .note .link .con-box {
    align-self: center
}

#works .note .link .con-box img {
    max-height: 70px
}

#works .note .link .con-box .ttl {
    font-size: .85em;
    font-weight: 500
}

#works .note .link.col1 {
    grid-template-columns: 1fr
}

#works .note .logo-wrap .ttl-b-both {
    font-size: min(4.2vw, 18px)
}

@media screen and (min-width: 960px) {
    #works .note .logo-wrap {
        grid-area: 2/1/3/3
    }
}

#works .note .con-box .ttl {
    margin-bottom: .5em;
    text-align: center
}

#works .note .logo-list {
    gap: 1em
}

#works .note .logo-list>li {
    max-width: 100px;
    max-height: 70px;
    text-align: center
}

#works .note .logo-list>li img {
    height: 100%
}

#works .note .img-list {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr)
}

#works .note .img-list img {
    max-width: 284px
}

@media screen and (max-width: 959px) {
    #works .note {
        grid-template-columns: 1fr
    }

    #works .note .con-wrap {
        gap: 2em
    }

    #works .note .link {
        gap: 1em
    }

    #works .note .logo-list>li {
        max-width: 80px;
        max-height: 45px
    }

    #works .note .img-list {
        grid-template-columns: repeat(2, 1fr)
    }

    #works .note .img-list img {
        max-width: 100%
    }
}

@media screen and (max-width: 599px) {
    #works .note .note {
        gap: 1.5em
    }

    #works .note .link {
        grid-template-columns: 1fr
    }
}

#works .reason-list {
    display: grid;
    gap: 2.5em
}

#works .reason-list>li {
    display: grid;
    grid-template-columns: auto 35%;
    gap: 2em;
    padding: 1.5em;
    box-shadow: 0px 0px 20px -5px rgba(123, 123, 123, .1)
}

#works .reason-list>li .txt {
    line-height: 2
}

@media screen and (min-width: 600px) {
    #works .reason-list>li:nth-child(even) {
        grid-template-columns: 35% auto
    }

    #works .reason-list>li:nth-child(even) .txt-area {
        order: 1
    }
}

@media screen and (max-width: 599px) {
    #works .reason-list>li {
        grid-template-columns: 1fr;
        gap: 1em
    }

    #works .reason-list>li .ttl-sub {
        margin-top: unset
    }

    #works .reason-list>li .txt {
        line-height: 1.7
    }
}

#works #after-service .note .btn-fd {
    position: relative;
    display: inline-block;
    padding: 1em 2.5em 1em 4em;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    border-radius: 9999px;
    background: linear-gradient(90deg, #0da4e9 0%, #0d84e9 100%)
}

#works #after-service .note .btn-fd::before {
    position: absolute;
    content: "";
    width: 1.3em;
    height: 1.6em;
    top: 26%;
    left: 2em;
    background: url("../img/common/ico-pdf.svg") 100%/100% no-repeat
}

#contact .error-box {
    margin: 6% 0
}

.branch-list {
    margin-bottom: 8%;
    border-bottom: 1px solid #d8d8d8
}

.branch-list>li .addr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1em
}

.branch-list>li .addr>span {
    flex-basis: fit-content
}

.branch-list>li .addr .ul {
    flex-basis: fit-content;
    align-self: flex-end;
    margin-left: auto;
    padding-right: .8em;
    position: relative
}

.branch-list>li .addr .ul::after {
    content: "";
    display: block;
    position: absolute;
    top: .6em;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #0da4e9;
    border-right: 2px solid #0da4e9;
    transform: rotate(45deg)
}

.branch-list>li .contact>li {
    padding-left: 1.4em;
    position: relative
}

.branch-list>li .contact>li::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    width: 1.1em;
    height: 1.1em;
    background: no-repeat center/contain
}

.branch-list>li .contact>li.tel::before {
    background-image: url("../index.html")
}

.branch-list>li .contact>li.fax::before {
    background-image: url("../index.html")
}

.branch-list>li .contact>li.email::before {
    background-image: url("../index.html")
}

.branch-list>li .contact>li.url::before {
    background-image: url("../index.html")
}

@media screen and (min-width: 600px) {
    .branch-list>li {
        display: grid;
        font-size: .9em;
        grid-template-columns: 6.2em 8em 1fr 11em;
        border-top: 1px solid #d8d8d8;
        border-inline: 1px solid #d8d8d8
    }

    .branch-list>li>* {
        height: 100%;
        margin: 0;
        padding: .5em .7em
    }

    .branch-list>li>*:not(:first-child) {
        border-left: 1px solid #d8d8d8
    }

    .branch-list>li.data .num {
        padding-left: .8em
    }

    .branch-list>li.head {
        text-align: center;
        font-weight: 700;
        color: #fff;
        background-color: #0da4e9
    }

    .branch-list>li.head .num {
        padding-inline: 0
    }
}

@media screen and (max-width: 599px) {
    .branch-list>li.head {
        display: none
    }

    .branch-list>li.data {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .8em .5em;
        border-bottom: 1px solid #ddd
    }

    .branch-list>li.data .num {
        margin: 0;
        padding-inline: .7em;
        background-color: #e9990d;
        border-radius: 2px
    }

    .branch-list>li.data .num::before {
        content: "保険証記号："
    }

    .branch-list>li.data .name {
        margin: 0;
        width: 50%;
        font-size: 1.1em;
        font-weight: 500;
        order: -1
    }

    .branch-list>li.data .addr {
        margin-block: .4em;
        width: 100%
    }

    .branch-list>li.data .contact {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .branch-list>li.data .contact>li {
        width: 49%
    }
}

#policy ol {
    margin-left: 1em
}