/** Shopify CDN: Minification failed

Line 399:1 Expected "}" to go with "{"

**/
/*common*/

h1.main-page-title{
    font-size: calc(var(--font-heading-scale) * 2rem);
    text-align:center;
    margin:0 auto 1.5em;
}

@media only screen and (min-width: 750px) {
    h1.main-page-title {
        font-size: calc(var(--font-heading-scale) * 3rem);
    }
}

.h1_ttl_sub{
    display: block;
    color: #0b346e;
    font-size: 40%;
    line-height: 1.6;
    margin-top: 0.5em;
    letter-spacing: 0.3em;
    font-weight: normal;
    text-transform: uppercase;
    }


/*legal*/
dl.info_cpny div {
    display: flex;
    margin-bottom:2em;
}
dl.info_cpny dt{
    width:170px;
    font-weight:600;
    padding-top:1.5em;
    border-bottom:none;
}
dl.info_cpny dd{
    width: calc(100% - 170px);
    border-left:1px solid #ddd;
    padding:1.5em 0 1.5em 2em;
    margin-left:0;
}


@media only screen and (max-width: 749px) {
    dl.info_cpny div {
        display: block;
        margin-bottom:1em;
    }

    dl.info_cpny dt{
        width:100%;
        border-bottom:1px solid #ddd;
    }

    dl.info_cpny dt br{
        display:none;
    }

    dl.info_cpny dd{
        width: 100%;
        border-left:none;
        padding:0.5em 0 0 0;
    }
}

/*aboutus*/
#shopify-section-template--20363263377491__main {
  margin-bottom: 0 !important;
}

#shopify-section-template--20363263377491__main h1.main-page-title{
    margin: 0 auto 1.0em;
}

/*guide*/

#guide{
    margin-bottom: 3em;
}
#membership {
    margin-top: -2em;
    padding-top: 2em;
}

#guide h2,
#membership h2 {
    color:#0b346e;
    font-size: calc(var(--font-heading-scale) * 1.8rem);
    border-left: 0.5rem solid #0b346e;
    padding: 0.5rem 0 0.5rem 1.5rem;
}
#guide > h2:not(:first-of-type),
#membership > h2:not(:first-of-type) {
    margin-top:3em;
}

#guide h3,
#membership h3 {
    border-bottom:1px solid #ddd;
    padding-bottom: 0.5rem;
    margin-top:2em;
}
#guide h2 + h3,
#membership h2 + h3 {
    margin-top:0;
}
#guide h4,
#membership h4 {
    color:#0b346e;
    font-weight:bold;
    margin-bottom: -0.25em !important;
}

#guide ul,
#membership ul {
    list-style:none;
    padding-left:0;
}
#guide ul li,
#membership ul li {
    padding-left:1.2em;
    position: relative;
}

#guide ul li::before,
#membership ul li::before {
    content:"・";
    display:inline-block;
    position: absolute;
    left: 0;
}
ul.li_num_mark,
ul.li_num_bn{
    counter-reset: number 0;
}
ul.li_num_bn {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 2em;
    justify-content: center;
    margin-top: 2.5em;
}
.li_num_bn li {
    /*background: #f3f3f3;*/
    padding: 2em !important;
    text-align: center;
    border-radius: 0.6em;
    width: calc(33% - 1em);
    border: 8px solid #f3f3f3;
}

ul.li_num_bn li:before {
    content: "" !important;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -1rem;
    width: 7rem;
    height: 3rem;
    background: #fff;
    margin: auto;
}
ul.li_num_bn li::after{
    counter-increment: number 1;
    content: "0"counter(number) !important;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -3.5rem;
    right: 0;
    font-size: 3rem;
    color: #0b346e;
    margin: auto;
}

.li_num_bn li img {
    width: 30% !important;
    margin-bottom: 1em !important;
}

ul.li_num_mark li::before{
    font-size: 80%;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.2em;
    margin-top: .45em;
    text-align: center;
    border: 1px solid #121212;
    border-radius: 1em;
    counter-increment: number 1;
    content: counter(number) !important;
    display:inline-block;
}
.num_mark{
    vertical-align: middle;
    margin: -0.25em 0.15em 0;
    font-size: 80%;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #121212;
    border-radius: 1em;
    display:inline-block;
}

ul.li_num_mark li{
    padding-left:1.6em !important;
}

#guide ul li strong,
#membership ul li strong {
    display: inline;
}

#membership a.button{
    display: flex;
    width: 100%;
    max-width: 26rem;
    color: #fff !important;
    margin: 1em auto 0;
}

#membership table {
    margin: 0 auto 2em;
}
#membership th{
    background:#f3f3f3;
    font-size:1.4rem;
    padding:0.5em;
}
#membership tr > td:nth-child(2){
    text-align:center;
}
#membership td{
    min-width: 8rem;
    padding:0.5em 0.25em;
}

#membership img {
    border: none;
    box-shadow: none;
    display: block;
    width: 60px;
    margin: 0 auto;
}
#membership img + strong{
    display: block;
    text-align:center;
    line-height: 1.0;
    margin-top: 0.5em;
}
.br_sp{
    display:none;
}

dl.dl_bene {
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5em;
    column-gap: 1em;
    justify-content: center;
}
.dl_bene dt {
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    border-radius: 2em;
    font-weight: bold;
    font-size: 110%;
    line-height: 2em;
    column-gap: 1em;
}
.dl_bene dd {
    width: calc(25% - 1em);
    margin: 0;
    border: 4px solid #f3f3f3;
    border-radius: 0.75em;
    padding: 0.5em;
}
.dl_bene dd > img{
    width:100% !important;
}
.name_rank {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
.name_rank img {
    width: 2em !important;
    margin: 0 0.25em 0 0 !important;
}
.dl_bene dd > strong{
    font-weight:normal;
    line-height:1.6 !important;
    font-size: 1.4rem;
}
@media only screen and (max-width: 949px) {
.dl_bene dd {
    width: calc(50% - 1em);
}


@media only screen and (min-width: 750px) {
    #guide h2,
    #membership h2 {
        font-size: calc(var(--font-heading-scale) * 2.0rem);
    }
    #membership a.button{
        display: flex;
        margin: 1em 0 0;
    }
    #membership table {
        width: 80%;
    }
    #membership table tr > th:first-child {
    width: 120px;
    }
     #membership table tr > th:nth-child(2) {
    width: 240px;
    }
    #membership table tr td {
    min-width: inherit;
    }
}
@media only screen and (max-width: 749px) {
    #membership {
        margin-top: -1em;
        padding-top: 1em;
    }

    #membership th{
    font-size:1.2rem;
    }
    #membership tr > td:first-child {
        width: 6rem;
    }
    #membership img {
        width: 80%;
    }
    #membership img + strong{
        font-size:1.2rem;
    }
    .br_sp{
        display:block;
    }
    ul.li_num_bn{
        flex-direction: column;
        row-gap: 1em;
        margin-top:0;
    }
    ul.li_num_bn li{
        width:100%;
        padding: 1em !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        border: 4px solid #f3f3f3;
    }
   
    ul.li_num_bn li:before {
        top: auto;
        width: 3rem;
        height: 4rem;
        left: -1rem !important;
        right: auto;
    }
    ul.li_num_bn li:after {
        top: auto;
        left: -1rem !important;
        right: auto;
    }
    .li_num_bn li img {
        width: 20% !important;
        margin: 0 2em !important;
    }
    dl.dl_bene {
        width: 100%;
        row-gap: 1em;
    }
    .dl_bene dd {
    border: 2px solid #f3f3f3;
    }

}