/* ================*/

html, body {
    width: 100%;
    margin: auto;
    min-height: 100%;
}

html {
    height: 100%;
}

:root {
    --color-font: #111111;
    --color-accent: #FF6100;
    --color-border: #CCCCCC;
    --color-red: #CC0000;
    --color-grey: #DDDDDD;
    --color-graph: #fcd5b5;
    --color-graph_border: #777777;
    --color-link: #005bff;
    --color-green01: #02993b;
    --color-ocher01:#e6a437;
}

body {
    position: relative;
    height: auto;
    color: var(--color-font);
    padding-bottom: 50px;
    width: 100%;
    overflow-x: hidden;
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}

a.wire{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: var(--color-font);
            text-decoration-color: var(--color-font);
}

a:visited {
    color: var(--color-font);
}


/*
==========================================================================

    - #contents

=========================================================================*/

#contents {
    padding-block: 111px 50px;
}

#contents .contWrap section .innerWrap {
    padding: 60px 0 60px;
}

#contents .contWrap section:first-of-type .innerWrap {
    padding: 0 0 60px;
}

#contents .contWrap section:last-of-type .innerWrap {
    padding: 0;
}

@media screen and (max-width: 1215px) {
    #contents {
        padding-top: calc(8vw + 3px);
    }

}
@media screen and (max-width: 949px) {
    #contents {
        padding-top: 71px;
    }

    #contents .contWrap section .innerWrap {
        padding: 40px 0 40px;
    }

    #contents .contWrap section:first-of-type .innerWrap {
        padding: 0 0 40px;
    }

    #contents .contWrap section:last-of-type .innerWrap {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    #contents {
        padding-top: 60px;
    }
}

/*
==========================================================================

    - font color

=========================================================================*/

.f_red {
    color: var(--color-red);
}

/*
==========================================================================

    - pic_wrap

=========================================================================*/

.pic_wrap span {
    display: block;
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
}

/*
==========================================================================

    - position

=========================================================================*/

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

@media screen and (max-width: 768px) {
    .tab_tab_center{
        text-align: center;
    }
    
    .tab_left{
        text-align: left;
    }
    
    .tab_right{
        text-align: right;
    }
}

@media screen and (max-width: 480px) {
    .sp_center{
        text-align: center;
    }
    
    .sp_left{
        text-align: left;
    }
    
    .sp_right{
        text-align: right;
    }
}

/*
==========================================================================

    - flex

=========================================================================*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
}

.list_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*
==========================================================================

    - responsive

=========================================================================*/

.spOnly {
    display: none;
}

@media screen and (max-width: 949px) {
    .contWrap {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .spOnly {
        display: block;
    }

    .pic_wrap span {
        font-size: 11.5px;
        line-height: 1.2;
        width: 85%;
        margin-left: auto;
    }
}

@media screen and (max-width: 394px) {
    .pic_wrap span {
        width: 93%;
    }
}

/*
==========================================================================

    | title_page |
    | h1 |  タイトルページ

=========================================================================*/

.title_page {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding: 45px 0 20px;
    border-bottom: 1px solid #ccc;
}

.title_page::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 1px;
    background-color: #FF6100;
}

.title_page h1 {
    font-size: 36px;
    line-height: 1.1;
}

.title_page h1::before {
    content: '';
    position: absolute;
    top: 25px;
    width: 84px;
    height: 8px;
    background: url(/lda/assets/common/img/svg06.svg) no-repeat center/contain;
}

@media screen and (max-width: 949px) {
    .title_page {
        max-width: calc(100% - 40px);
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .title_page h1 {
        margin-bottom: 5px;
    }

    h1 {
        position: relative;
        margin-bottom: 0;
    }

    .title_page h1::before {
        top: -25px;
    }
}

@media screen and (max-width: 480px) {
    .title_page h1 {
        font-size: 30px;
        line-height: 1.4;
    }

    .title_page::before {
        width: 175px;
    }

    .title_page h1::before {
        top: -20px;
    }
}

.title_page .bcList {
    position: absolute;
    right: 0;
    bottom: 10px;
    line-height: 1.1;
}

.title_page .bcList>li {
    display: inline;
    font-weight: normal;
    padding-right: 5px;
    font-size: 1.2rem;
}

.title_page .bcList>li::after {
    content: '/';
    color: #000;
    padding-left: 10px;
}

.title_page .bcList>li:last-child {
    padding-right: 0;
}

.title_page .bcList>li:last-child::after {
    content: none;
}

.title_page .bcList>li>a {
    text-decoration: underline;
    display: inline-block;
}

@media screen and (max-width: 949px) {
    .title_page .bcList {
        position: relative;
        bottom: 0;
    }
}


/*
==========================================================================

    | h2 | セクションタイトル

=========================================================================*/
/*--
    - title_section h2
    - title_block h2
-------------------------------------*/
.title_section h2,
.title_block h2 {
    line-height: 1.4;
    font-size: 28px;
}

@media screen and (max-width: 786px) {

    .title_section h2,
    .title_block h2 {
        font-size: 24px;
        line-height: 1.2;
        ;
    }
}

/*--
    - heading_h2
-------------------------------------*/
.heading_h2 {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    margin-bottom: 20px;
}

.heading_h2.none_no{
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px;
}
.heading_h2::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 46px;
    border-radius: 6px 65px 65px 6px;
    background-color: #ff6100;
}

.heading_h2>span {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    z-index: 1;
    padding-left: 13px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .heading_h2.none_no{
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }

    .heading_h2::after {
        height: 38px;
        width: 45px;
    }

    .heading_h2>span {
        font-size: 24px;
        padding-left: 14px;
        line-height: 1.6;
    }

}

@media screen and (max-width: 480px) {
    .heading_h2 {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
    }

    .heading_h2.none_no{
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
    }
    .heading_h2::after {
        width: 37px;
        height: 40px;
        top: 50%;
        bottom: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 6px 70px 70px 6px;
    }

    .heading_h2>span {
        font-size: 24px;
        padding-left: 8px;
    }

}

/*
==========================================================================

    | h3 | ブロックタイトル

=========================================================================*/

/*--
    - title_block h3
-------------------------------------*/
.title_block h3 {
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 786px) {
    .title_block h3 {
        font-size: 18px;
    }
}

/*--
    - container_h3
        info / agreement
-------------------------------------*/
.container_h3-a {
    margin-top: 60px;
}

.container_h3-a .title_block {
    padding: 7px 0 7px 10px;
    margin-bottom: 20px;
    background: #F3F3F3;
}

.container_h3-a .title_block h3 {
    text-align: left;
}

.container_h3-a.bg_none .title_block{
    background: unset;
}

@media screen and (max-width: 480px) {

    .container_h3-a {
        margin-top: 30px;
    }

}


/*
==========================================================================

    - button

=========================================================================*/

.bntWrap {}

.linkBtn {
    display: block;
    position: relative;
    text-align: center;
    background-color: var(--color-accent);
    border-radius: 100vmax;
    border: 1px solid var(--color-accent);
    color: #fff !important;
    line-height: 1;
    font-size: 2rem;
    padding: 12px 28px;
}

.linkBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 16px;
    background: url(/lda/assets/common/img/svg05.svg) no-repeat center/contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.linkBtn.svg07::before {
    background: url(/lda/assets/common/img/svg07.svg) no-repeat center/contain;
}

.linkText {
    text-decoration: underline !important;
}


/*
==========================================================================

    - table

=========================================================================*/

/*--
    table base
--------------------------------------*/

.tbl_wrap th {
    padding: 5px 10px;
    background: var(--color-graph);
    border: 1px solid var(--color-graph_border);
    font-weight: bold;
}

.tbl_wrap td {
    padding: 10px;
    border: 1px solid var(--color-graph_border);
    border-left: none;
    font-size: 14px;
}

.tbl_wrap td:first-of-type {
    border-left: 1px solid var(--color-graph_border);
}

.tbl_wrap tr td .f_red {
    font-weight: bold;
}


/*
==========================================================================

- header

=========================================================================*/

header {
    position: relative;
    -webkit-box-shadow: 0px 8px 8px -8px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 8px -8px rgb(0 0 0 / 10%);

    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.header_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin: auto;
    width: 100%;
    align-items: center;
}

/*---------------------------------------------
    logo
---------------------------------------------*/

.header_inner h1 {
    display: block;
}
.header_inner h1 .h1_wrap{
    /* width: 415px; */
    width: 27vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 10px 0;
}
@media screen and (max-width: 1255px) {
    .header_inner h1 .h1_wrap{
        width: min(28vw,445px);
    }
}
@media screen and (max-width: 949px) {
    .header_inner h1 .h1_wrap {
        width: 390px;
        padding-block: 10px;
    }
}
@media screen and (max-width: 768px) {
    .header_inner h1 .h1_wrap{
        max-width: 245px;
        top: -2px;
        position: relative;
    }
}

/*---------------------------------------------
    nav_inner
---------------------------------------------*/

.nav_inner {
    position: relative;
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 4px;
}

header nav {
    background-color: transparent;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}


.nav_inner .nav_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    bottom: -5px;
}

.nav_sec {
    padding: 0 20px;
    margin: auto;
    width: 100%;
}
.nav_sec .nav_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    font-weight: bold;
}

.nav_sec .nav_block li {
    width: auto;
}

.nav_sec ul.nav_block li a {
    color: var(--color-font);
    padding-block: 5px 15px;
    display: block;
    font-size: 1.4rem;
}

.nav_sec ul.nav_block li a.soon{
    pointer-events: none !important;
    filter: grayscale(100%) !important;
    opacity: 0.3;
}

.nav_sec .nav_acc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 228px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
    position: relative;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    bottom: 14px;
    top: 0;
}

.nav_inner .nav_acc .linkArea01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav_inner .nav_acc .linkArea01 .boxLink+.boxLink {
    margin-left: 10px;
}

.nav_inner .nav_acc .linkArea01 .boxLink.-def01 a,
.white_bg .nav_acc .linkArea01 .boxLink.-def01 a,
.link_btn_base a {
    border: 1px solid #cccccc;
}

.nav_inner .nav_acc .linkArea01 .boxLink.-emp01 a,
.white_bg .nav_acc .linkArea01 .boxLink.-emp01 a  {
    background-color: #FF6100;
    border-color: #FF6100;
}

.nav_inner .nav_acc .linkArea01 .boxLink a,
.white_bg .nav_acc .linkArea01 .boxLink a,
.link_btn_base a  {
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    font-size: 1.4rem;
    border-radius: 3px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.white_bg .nav_acc .linkArea01 .boxLink.-def01 a,
.white_bg .nav_acc .linkArea01 .boxLink.-emp01 a {
    display: block;
}

.nav_inner .nav_acc .linkArea01 .boxLink.-emp01 a,
.white_bg .nav_acc .linkArea01 .boxLink.-emp01 a {
    color: #fff;
}

.nav_inner .nav_acc .linkArea01 .boxLink a::before,
.white_bg .nav_acc .linkArea01 .boxLink a::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    vertical-align: baseline;
}

.nav_inner .nav_acc .linkArea01 .boxLink.-def01 a::before,
.white_bg .nav_acc .linkArea01 .boxLink.-def01 a::before {
    width: 11px;
    height: 11px;
    background: url(../img/svg/svg01.svg) no-repeat 0 center;
}

.nav_inner .nav_acc .linkArea01 .boxLink.-emp01 a::before,
.white_bg .nav_acc .linkArea01 .boxLink.-emp01 a::before {
    width: 16px;
    height: 16px;
    background: url(../img/svg/svg02.svg) no-repeat 0 center;
    vertical-align: text-top;
}

.nav_inner .nav_accname {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.nav_accname span {
    color: #FF6100;
    font-size: 14px;
}

@media screen and (max-width: 1255px) {
    .nav_sec ul.nav_block li a{
        padding-block: 10px 15px;
    }
}
@media screen and (max-width: 949px) {

    header nav {
        display: none;
    }

    .nav_sec {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 55px 0 20px;
    }

    .nav_sec .nav_acc {
        display: none;
    }

    .nav_inner .nav_acc .linkArea01 {
        display: none;
    }

    .nav_inner .nav_accname {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: inline;
        text-align: left;
    }

    .pcOnly > .nav_accname{
        display: none;
    }

}

@media screen and (max-width: 768px) {

.nav_sec .nav_acc{
    display: none;
}

}
@media screen and (max-width: 480px) {

    .header_inner {
        padding: 0 10px 0 10px;
    }

    .header_inner h1 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
                margin: 0px auto;
    }

    .header_inner h1 .h1_wrap{
        width: 150px;
        top: 0;
        padding-block: none;
    }
    .nav_inner{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .nav_inner .nav_wrap .nav_acc {
        display: none;
    }

}
/*---------------------------------------------
 hamburger
---------------------------------------------*/

.hamburger {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    width: 24px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.white_bg .sp_nav_wrap,
.white_bg .nav_acc {
    display: none;
}

.white_bg .sp_nav_wrap .nav_block {
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 949px) {

    .hamburger {
        display: block;
        right: 20px;
    }

    .hamburger__line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--color-font);
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .hamburger__line--1 {
        top: 10px;
    }

    .hamburger__line--2 {
        top: 20px;
    }

    .hamburger__line--3 {
        top: 30px;
    }

    .nav-open .hamburger__line--1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger__line--2 {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger__line--3 {
        top: 20px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}

.white_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: default;
    padding-top: 120px;
}

@media only screen and (max-width: 949px) {

    .white_bg {
        padding-top: 70px;
    }

    .white_bg .sp_nav_wrap{
        display: block;
        width: 100%;
    }

    .white_bg.spopen {
        display: block;
    }


    .white_bg .sp_nav_wrap .nav_block {
        text-align: left;
    }
    .sp_nav_wrap::before{
        position: absolute;
        content: "";
        height: 1px;
        width: 95%;
        background-color: var(--color-border);
        left: 50%;
        right: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 92px;
    }
    .sp_nav_wrap .sp_accname_Wrap{
        position: absolute;
        top: 10px;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
        right: 60px;
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .sp_nav_wrap .sp_accname_Wrap .sp_accname_block{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 14px;
        letter-spacing: -0.6px;
        font-weight: bold;
        line-height: 1.4;
    }

    .sp_nav_wrap .sp_accname_Wrap .sp_accname_block .sp_accname_span > span{
        color: var(--color-accent);
        padding-right: 7px;
    }

    .white_bg .sp_nav_wrap .sp_nav {
        width: 88%;
        margin: auto;
        padding-top: 30px;
    }

    .white_bg .sp_nav_wrap .sp_nav .nav_block {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap; */
        row-gap: 40px;
        font-size: 18px;
        cursor: default;
        flex-wrap: wrap;
        column-gap: 14px;
    }

    .white_bg .sp_nav_wrap .sp_nav .nav_block li{
        width: calc(50% - 7px);
    }

    .white_bg .sp_nav_wrap .sp_nav .nav_block li a.soon{
        pointer-events: none !important;
        filter: grayscale(100%) !important;
        opacity: 0.3;
    }
    
    .nav-open .nav {
        right: 0;
    }

    .nav-open .white_bg_open {
        opacity: .95;
        visibility: visible;
    }

    .white_bg .nav_acc {
        display: block;
        width: 580px;
        margin: 60px auto 0;
        margin-top: 60px;
    }

    .white_bg .nav_acc .linkArea01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .white_bg .nav_acc .linkArea01 .boxLink {
        width: calc((100% - 25px) / 2);
    }

    .white_bg .nav_acc .linkArea01 .boxLink_def01 a:before,
    .white_bg .nav_acc .linkArea01:last-child .boxLink_def01 a:before {
        position: relative;
        left: -15px;
    }

    .nav-open .hamburger_border_top {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
    }

    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }

    .nav-open .hamburger_border_bottom {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 20px;
    }

}

@media only screen and (max-width: 768px) {

    .sp_nav_wrap .sp_accname_Wrap{
        top: 15px;
    }

    .white_bg .nav_acc{
        width: 100%;
    }

    .white_bg .nav_acc .linkArea01{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
        width: 100%;
    }

    .white_bg .nav_acc .linkArea01 .boxLink{
        width: calc((80% - 25px) / 2);
    }

    .white_bg .nav_acc .linkArea01 .boxLink.-def01 a, .white_bg .nav_acc .linkArea01 .boxLink.-emp01 a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {

    .sp_nav_wrap::before{
        top: 65px;
        width: 88%;
    }
    .sp_nav_wrap .sp_accname_Wrap{
        -webkit-transform: translate(calc(-50% - 65px), 0);
            -ms-transform: translate(calc(-50% - 65px), 0);
                transform: translate(calc(-50% - 65px), 0);
        left: 50%;
        right: 50%;
        top: 12px;
    }

    .white_bg .nav_acc .linkArea01{
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .white_bg .nav_acc .linkArea01 .boxLink{
        width: 100%;
    }

}
@media only screen and (min-width: 949px) {

    .nav_list {
        text-align: right;
    }

    .nav_list li {
        display: inline-block;
        text-align: right;
        padding-left: 20px;
    }

    .nav_list li a {
        color: #fff;
        font-weight: 600;
    }
}

/*
==========================================================================

- footer

=========================================================================*/

.contact_btn {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 244px;
    z-index: 100;
    background: #FF6100;
    border-radius: 5px 0 0 5px;
}

.contact_btn a {
    display: block;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 100%;
    width: 100%;
}

.contact_btn a p {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
    text-align: center;
    right: 8px;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #ffffff;
    font-weight: bold;
    bottom: -10px;
}

.contact_btn a p::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/lda/assets/common/img/svg05.svg) no-repeat center/contain;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: -25px;
}

.contact_btn.contact_btn_up {
    bottom: 75px;
}


#page_top {
    width: 42px;
    height: 42px;
    position: fixed;
    right: 20px;
    z-index: 100;
}

#page_top a {
    display: block;
}
/*
footer {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 0px;
}

footer .footer_inner {
    border-top: 1px solid #cccccc;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 25px 0;
}

footer .footer_inner .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: auto 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

footer .footer_inner.mini .footer_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

footer .footer_inner .footer_li a {
    color: #808080;
}
footer .copyright_wrap p {
    color: #808080;
    text-align: center;
}
*/
@media screen and (max-width: 768px) {
    #page_top {
        width: 58px;
        height: 42px;
        right: 0;
        bottom: 0;
        background-color: #7f7f7f;
    }

    #page_top a {
        display: block;
        width: 100%;
    }

    #page_top a img {
        height: 42px;
        width: 42px;
        display: block;
        margin: auto;
    }

    .contact_btn {
        bottom: 0;
        position: fixed;
        width: calc(100% - 58px);
        border-radius: 0;
        height: auto;
        top: unset;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: 42px;
    }

    .contact_btn a {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        position: relative;
    }

    .contact_btn a p {
        display: block;
        font-size: 14px;
    }

    .contact_btn a p::before {
        right: auto;
        top: 50%;
        bottom: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
        width: 14px;
        height: 14px;
    }

    footer .footer_inner {
        padding: 25px 20px 65px;
    }

    footer .footer_inner .footer_wrap {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    footer .copyright_wrap p {
        font-size: 10.5px;
        letter-spacing: -0.4px;
    }
}

/*
==========================================================================

- toppage

=========================================================================*/
/*---------------------------------------------
slide
---------------------------------------------*/

.mainBnrArea01 {
    width: 100%;
    padding: 24px 0 40px;
    position: relative;
    background-color: rgb(221, 221, 221, 0.4);
}

.mainBnrArea01 .mainBnrList01 {
    margin: auto;
    position: relative;
}

.mainBnrArea01 .mainBnrList01 li.slick-slide {
    width: 600px;
    margin: 0 12px;
}

.mainBnrArea01 .mainBnrList01 li.slick-slide a {
    display: block;
}

.mainBnrArea01 .mainBnrList01 li.slick-slide a:hover {
    opacity: 0.8;
}


/*--
    - Media-queries
----------------------*/
@media screen and (max-width: 949px) {

    .head_attention {
        width: 100%;
    }

    .mainBnrArea01 {
        padding-top: 16px;
    }

    .mainBnrArea01 .mainBnrList01 li.slick-slide {
        width: auto;
    }

    .slideDots .slick-dots {}
}


/*--
   - toppage h2
------------------------------------*/

.h2wrap h2 {
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: 50%;
}

div:not(.introWrap) > .h2wrap h2::before,
div:not(.introWrap) > .h2wrap h2::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.h2wrap h2::before {
    left: -48px;
    background: url(/lda/assets/common/img/svg03.svg) no-repeat center/contain;
}

.h2wrap h2::after {
    right: -48px;
    background: url(/lda/assets/common/img/svg04.svg) no-repeat center/contain;
}

/*--
    - columnlink
-------------------------------------*/

/* #columnlink .contWrap{
    padding: 10px 0 40px;
    margin: 0 auto;
} */

.columnlink_inner.contWrap{
    margin: auto !important;
    padding: 60px 0 0;
}

.columnlink_inner .flex{
    column-gap: 20px;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.columnlink_inner ul li{
    position: relative;
}

.columnlink_inner ul li.col3{
    width: calc(calc(100% / 3) - calc(40px / 3));
}

.columnlink_inner ul li.col4{
    width: calc( calc(100% / 4) - calc(60px / 4));
}

/* .columnlink_inner ul li .money > a {
    background: #FFC100;
}

.columnlink_inner ul li .health > a {
    background: #46BDD8;
} */

.columnlink_inner ul li .ninchi > a {
    background: #15AA4A;
}

.columnlink_inner ul li .education > a {
    background: #ED5E53;
}

.columnlink_inner ul li .point01{
    position: absolute;
    top: -10px;
    left: 5px;
    width: 60px;
    z-index: 2;
    transition: .3s;
}
@media screen and (min-width: 769px) {
    .columnlink_inner ul li:hover .point01{
    opacity: 0;
    }
}
.columnlink_inner ul li a.columnlink_block.flex{
    align-items: center;
    justify-content: center;
    padding-block: 20px;
    row-gap: 15px;
    border-radius: 12px;
}

.columnlink_inner ul li a.scroll{
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
}

.columnlink_inner ul li a .scrollTxt{
    display: none;
}
@media screen and (min-width: 769px) {

    .columnlink_inner ul li a.scroll::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0%;
        left: 0;
        background: #000000ab;
        transition: transform ease .2s;
        transform: translate3d(0, 100%, 0);
        border-radius: 10px;
        z-index: 1;
    }
    .columnlink_inner ul li a.scroll:hover{
        opacity: 1;
    }
    .columnlink_inner ul li a.scroll:hover::before{
        transform: translate3d(0, 0, 0);
    }
.columnlink_inner ul li a .scrollTxt{
    opacity: 0;
    transition: transform ease 1s;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    width: 80%;
    height: auto;
    font-weight: 700;
}
.columnlink_inner ul li a:hover .scrollTxt{
    opacity: 1;
    z-index: 1;
}
}
/* .columnlink_inner ul li a.columnlink_block .new{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 13px 0 0 9px;
    background-color: #d90000;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    top: -1.5rem;
    left: -1rem;
} */
.columnlink_inner .columnlink_block .tits{
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.columnlink_inner .columnlink_block .tits > span.fs_sml01{
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
}


/*-- accent wrap --*/

.columnlink_inner ul li .accent_wrap{
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 100%;
}
.columnlink_inner ul li .accent_wrap.soon{
    filter: grayscale(100%) !important;
    opacity: 0.5;
}
.columnlink_inner ul li .accent_wrap .accent{
    position: relative;
    display: inline-block;
    color: var(--color-accent);
    font-weight: bold;
    font-size: 18px;
}
.columnlink_inner ul li .accent_wrap .accent::before,
.columnlink_inner ul li .accent_wrap .accent::after{
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: var(--color-accent);
    bottom: 5px;
}
.columnlink_inner ul li .accent_wrap .accent::before{
    left: -0.7em;
    transform: rotate(-35deg);
}
.columnlink_inner ul li .accent_wrap .accent::after{
    right: -0.7em;
    transform: rotate(35deg);
}

/*-- menu block --*/
.columnlink_inner.menublock .flex{
    gap: 20px;
}
.columnlink_inner.menublock ul {
    padding-top: 30px;
}
.columnlink_inner.menublock ul li a.columnlink_block{
    background-color: #E7F2E9;
    outline: 2px solid #02993B;
    outline-offset: -2px;
    /* padding-block: 25px;
    row-gap: 7px; */
    padding-block: 30px;
}

.columnlink_inner ul li a.columnlink_block .pic img{
    max-width: 90px;
}

/*-- useful --*/
.columnlink_inner.useful ul li a.columnlink_block{
    background-color: #E2EEF2;
    outline: 2px solid #2E7FE6;
    outline-offset: -2px;
    padding-block: 25px;
    row-gap: 7px;
}
.columnlink_inner.useful ul li a.columnlink_block .pic img{
    max-width: 100px;
}

/*-- simulation --*/
.columnlink_inner.simulation .h2wrap .h2_p center{
    margin-top: 10px;
}

.columnlink_inner.simulation ul li a.columnlink_block{
    background-color: #FFF5EE;
    outline: 2px solid #FF6100;
    outline-offset: -2px;
    padding-block: 30px;
}

/* comming soon */
.columnlink_inner ul li a.soon{
    pointer-events: none!important;
    filter: grayscale(100%)!important;
    opacity: 0.5;
}

@media screen and (min-width: 770px) and (max-width: 949px){
    .columnlink_inner ul{
        margin-inline: 20px;
    }
}
@media screen and (min-width: 769px){
    .columnlink_inner.contWrap{
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 768px){
    .columnlink_inner.contWrap{
        padding: 30px 0 0;
    }

    .columnlink_inner.simulation .h2wrap .h2_p{
        margin-bottom: 20px;
    }

    .columnlink_inner .flex{
        /* flex-direction: column; */
        row-gap: 35px;
        justify-content: flex-start;
    }
    
    .columnlink_inner ul li{
        width: 100%;
    }

    .columnlink_inner ul li.col3,
    .columnlink_inner ul li.col4{
        width: calc(50% - 10px);
    }

    .columnlink_inner ul li .accent_wrap{
        padding-top: 7px;
    }

    .columnlink_inner ul li a.columnlink_block{
        flex-direction: row;
        align-items: center;
        column-gap: 0;
    }

    .columnlink_inner ul li a.columnlink_block.flex{
        padding-block: 15px;
    }
    
    .columnlink_inner ul li a.columnlink_block .pic{
        flex: .5 1 0;
        text-align: right;
        position: relative;
        right: 20px;
    }

    .columnlink_inner ul li a.columnlink_block .tits{
        padding: 0;
        width: 100%;
        flex: .5 1 0;
        text-align: center;
    }

    .columnlink_inner ul li a.columnlink_block .pic img{
        max-height: 70px;
    }

    .columnlink_inner ul li .point01{
        left: 5px;
        top: -20px;
    }
}

@media screen and (max-width: 480px){
    .columnlink_inner .flex{
        row-gap: 12px;
    }

    .columnlink_inner ul li.col3,
    .columnlink_inner ul li.col4{
        width: 100%;
    }
    .columnlink_inner ul li a.columnlink_block.flex{
        gap: 10px;
    }
    .columnlink_inner ul li a.columnlink_block .pic{
        text-align: center;
        right: 0;
        flex: .3 1 0;
    }
    .columnlink_inner ul li a.columnlink_block .pic img{
        max-height: 50px;
    }
    .columnlink_inner ul li .accent_wrap + .health{
        margin-bottom: 10px;
    }
}
/*--
    - toppage news
-------------------------------------*/

#news_section .contWrap {
    margin: auto !important;
    padding: 60px 0;
}

.news_inner {
    max-width: 660px;
    margin: 20px auto 0;
}

.news_inner .day_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.news_inner .day_wrap+.day_wrap {
    margin-top: 20px;
}

/* .news_inner .day_wrap:last-of-type {
    padding-bottom: 0;
} */

.news_inner .day_wrap .day {
    display: block;
    color: var(--color-accent);
    letter-spacing: 0.6px;
    width: 14rem;
}

.news_inner .day_wrap .daynews {
    width: auto;
    max-width: 500px;
}

.news_inner .day_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: var(--color-border);
    height: 1px;
    bottom: 0;
}

/* .news_inner .day_wrap:last-of-type::before {
    height: 0;
} */

.news_inner .day_bannerWrap{
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .news_inner .day_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news_inner .day_wrap .daynews {
        margin-top: 5px;
        max-width: 100%;
    }

    #news_section .contWrap {
        padding: 40px 20px !important;
    }
}

/*--
    - toppage wordbox
-------------------------------------*/

.wordbox_inner {
    background-color: #259dd433;
    padding-bottom: 60px;
}

.wordbox_inner .contWrap {
    margin: auto !important;
    padding-block: 60px 0;
}

.wordbox_inner .introWrap .h2wrap h2{
    font-size: 32px;
}

.wordbox_inner .introWrap .flex{
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-top: 30px;
}

.wordbox_inner .introWrap .flex p{
    font-weight: 700;
    line-height: 2;
}

.wordbox_inner .introWrap .flex .img{
    max-width: 500px;
}

.wordbox_inner .introWrap .flex p > span{
    color: var(--color-link);
}
.wordbox_inner .introWrap .btnWrap .linkBtn{
    width: 360px;
}


.wordbox_wrap+.wordbox_wrap {
    margin-top: 40px;
}

.wordbox_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
}

.wordbox_wrap .wordbox_block {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}

.wordbox_block .wb_name.flex {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wordbox_block .wb_name>p {
    max-width: 60px;
}

.wordbox_block .wb_name .wb_nameis {
    font-size: 18px;
    font-weight: bold;
}

.wordbox_block .wb_name .wb_nameday {
    font-size: 12px;
}

.wordbox_block .wb_name .wb_nameday>span {
    color: var(--color-accent);
}

.wb_main.flex {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

.wb_main .wb_mainimg {
    max-width: 200px;
    min-width: 200px;
}
@media screen and (min-width: 481px) and (max-width: 949px) {
    .wordbox_inner .contWrap{
        margin-inline: 20px !important;
        width: auto !important;
    }
}
@media screen and (max-width: 768px) {
    .wordbox_inner .contWrap {
        padding: 40px 20px !important;
    }

    .wordbox_wrap+.wordbox_wrap {
        margin-top: 20px;
    }

    .wordbox_inner .introWrap .flex{
        flex-direction: column;
        row-gap: 30px;
    }
    .wordbox_inner .introWrap .flex p{
        margin: auto;
    }
    .wordbox_wrap .wordbox_block {
        padding: 20px;
    }

    .wordbox_block .wb_main {
        max-height: unset;
    }

    .wb_main .wb_mainimg {
        max-width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .wordbox_inner{
        padding-bottom: 20px;
    }
    .wordbox_inner .introWrap .h2wrap h2{
        font-size: 24px;
    }
    .wordbox_block .wb_main {
        max-height: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 10px;
    }

    .wordbox_inner .introWrap .btnWrap .linkBtn{
        width: 100%;
    }

}

/*--
   - toppage other
------------------------------------*/

#other_section .contWrap {
    margin: auto !important;
    padding: 60px 0;
}

.other_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.otr_wrap {
    padding: 30px;
    max-width: 300px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    border-radius: 12px;
}

.otr_wrap .otr_text>h3 {
    font-size: 24px;
    text-align: center;
}

.otr_wrap .otr_text .txt {
    margin-top: 10px;
    font-size: 1.4rem;
}

.otr_wrap .btnWrap {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #other_section .contWrap {
        padding: 40px 20px !important;
    }

    .other_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .otr_wrap {
        max-width: 100%;
        padding: 30px 20px;
    }

    .otr_wrap+.otr_wrap {
        margin-top: 20px;
    }
}

/*--
   - toppage tool
------------------------------------*/
/* 
#hobby_section {
    background-color: #daf1d3;
}

#hobby_section .contWrap {
    margin: auto !important;
    padding: 60px 0;
}

@media screen and (max-width: 768px) {
    #hobby_section .contWrap {
        padding: 40px 20px !important;
    }
}

#hobby_section .txt_lead {
    text-align: center;
}

.hobbyList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hobbyList>li {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    border-radius: 12px;
    width: calc((100% - 50px) / 3);
    height: 174px;
    margin-right: 25px;
}

.hobbyList>li:nth-of-type(3n) {
    margin-right: 0;
}

.hobbyList>li:nth-of-type(n+4) {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .hobbyList>li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }

    .hobbyList>li:nth-of-type(3n) {
        margin-right: 10px;
    }

    .hobbyList>li:nth-of-type(2n) {
        margin-right: 0;
    }

    .hobbyList>li:nth-of-type(n+4) {
        margin-top: 10px;
    }

    .hobbyList>li:nth-of-type(n+3) {
        margin-top: 10px;
    }
}

.hobbyList>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.hobbyList>li>a .icon {}

.hobbyList>li>a .txt {
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .hobbyList>li>a .txt {
        font-size: 1.8rem;
    }
}

.hobbyList>li.yellow {
    border: 3px solid #e6a437;
}

.hobbyList>li.yellow>a {
    color: #e6a437;
}

.hobbyList>li.yellow>a .icon {
    width: 54px;
}

.hobbyList>li.bostonBlue {
    border: 3px solid #4898b3;
}

.hobbyList>li.bostonBlue>a {
    color: #4898b3;
}

.hobbyList>li.bostonBlue>a .icon {
    width: 70px;
}

.hobbyList>li.purple {
    border: 3px solid #925ce6;
}

.hobbyList>li.purple>a {
    color: #925ce6;
}

.hobbyList>li.purple>a .icon {
    width: 58px;
}

.hobbyList>li.blue {
    border: 3px solid #2e7fe6;
}

.hobbyList>li.blue>a {
    color: #2e7fe6;
}

.hobbyList>li.blue>a .icon {
    width: 54px;
}

.hobbyList>li.green {
    border: 3px solid #02993b;
}

.hobbyList>li.green>a {
    color: #02993b;
}

.hobbyList>li.green>a .icon {
    width: 34px;
}

.hobbyList>li.pink {
    border: 3px solid #ff7bac;
}

.hobbyList>li.pink>a {
    color: #ff7bac;
}

.hobbyList>li.pink>a .icon {
    width: 50px;
} */

/*--
   - toppage other
------------------------------------*/
/* 
#tool_section .contWrap {
    margin: auto !important;
    padding: 60px 0 95px;
}

@media screen and (max-width: 768px) {
    #tool_section .contWrap {
        padding: 40px 20px !important;
    }
}

.tool_inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
}

.tool_inner .tool_wrap a {
    width: 100%;
    text-align: center;
}

.tool_wrap {
    max-width: 465px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}

.tool_wrap>.boxLink_def01 {
    position: relative;
    width: 100%;
}

.tool_wrap>.boxLink_def01 a:before {
    background: url(/lda/assets/common/img/svg05.svg) no-repeat;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    bottom: 50%;
}

@media screen and (max-width: 768px) {
    .tool_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
} */


/*--
   - 2023.05 ~ mitsui-sumitomo-kensetsu popup-window
---------------------------------------------------------------*/
.modal{
    display: flex;
    /* display:none; */
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #000000b3;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}
.modal::before,
.modal::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
.modal-wrapper::-webkit-scrollbar {
  display: none;
}
.close-btn{
    position: relative;
    text-align: right;
    text-decoration: none;
    font-size: 32px;
    line-height: 0.7;
    color: var(--color-graph_border);
    display: inline-block;
    background-color: var(--color-grey);
    border-radius: 50%;
    padding: 9px 12px 15px;
}
.close-btn:hover{
    cursor: pointer;
    opacity: 0.7;
}

.modal-bg{
background: rgba(0,0,0,0.8);
height: 100vh;
position: absolute;
width: 100%;
}

.modal-box{
overflow: hidden;
background: #fff;
left: 50%;
padding: 20px 50px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 65%;
max-height: 95%;
border-radius: 5px;
}

.popup_wrap{
/* overflow-y: auto;
    height: 86vh; */
}
.popup_wrap h3{
color: var(--color-accent);
text-align: center;
}
.popup_wrap p{
margin: 30px auto 35px;
text-align: center;
}
.popup_wrap .img{
height: 100%;
width: 45%;
max-width: 320px;
margin: auto;
}
.popup_wrap .img img{
border: 0.7px solid var(--color-border);
}
.popup_wrap .btnWrap{
max-width: 340px;
margin: 20px auto 35px;
}

@media screen and (max-width: 768px) {
    .modal-box{
        width: 85%;
    }
}
@media screen and (min-width: 481px) {
    .close-btn{
        right: -30px;
    }
}
@media screen and (max-width: 480px) {
    .close-btn{
        padding: 5px 7px 10px;
    }
    .modal-box{
        width: 92%;
        padding: 18px 18px 0px;
    }
}

/*
==========================================================================

- hobby

=========================================================================*/

/*--
    list
-------------------------------------*/

/* .hobbyList.-underPage {
    margin-top: 0;
}

.hobbyList.-underPage>li {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

.hobbyList.-underPage>li>a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
} */

/* .hobbyList .texts {
    margin-top: 10px;
}

.hobbyList .texts .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hobbyList .texts .ttl {
    margin-top: 10px;
}

.hobbyList .tag {
    color: #fff;
    padding: 5px 20px;
    line-height: 1;
    font-weight: bold;
}

.hobbyList .tag,
.hobbyList .date {
    font-size: 1.4rem;
}

.hobbyList .date {
    margin-left: 10px;
    line-height: 1.2;
}
 */
@media screen and (max-width: 768px) {
    /* .hobbyList>li {
        width: calc((100% - 16px) / 2);
        margin-right: 16px;
    }

    .hobbyList>li:nth-of-type(n+3) {
        margin-top: 24px;
    }

    .hobbyList>li:nth-of-type(3n) {
        margin-right: 16px;
    }

    .hobbyList>li:nth-of-type(2n) {
        margin-right: 0;
    } */
}

@media screen and (max-width: 480px) {
    /* .hobbyList .texts {
        width: 100%;
        margin-top: 5px;
    }

    .hobbyList .texts .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hobbyList .texts .ttl {
        margin-top: 5px;
    }

    .hobbyList .tag {
        width: 100%;
        text-align: center;
    }

    .hobbyList .date {
        margin-left: 0;
        margin-top: 10px;
    } */
}

/* .hobbyList .tag.-yellow {
    background-color: #e6a437;
}

.hobbyList .tag.-bostonBlue {
    background-color: #4898b3;
}

.hobbyList .tag.-purple {
    background-color: #925ce6;
}

.hobbyList .tag.-blue {
    background-color: #2e7fe6;
}

.hobbyList .tag.-green {
    background-color: #02993b;
}

.hobbyList .tag.-pink {
    background-color: #ff7bac;
} */

/*--
    article
-------------------------------------*/

/* .hobby .title_section{
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-top: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hobby .title_section > .icon{
    max-width: 28px;
} */

/*
==========================================================================

- check

=========================================================================*/

/*--
    list
-------------------------------------*/

#pageTop.check .contWrap {
    padding: 0px 0 30px;
}

#pageTop.check .tool_inner.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
}

#pageTop.check .tool_inner .tool_wrap {
    width: 100%;
}

#pageTop.check .tool_inner .tool_wrap .linkBtn {
    background-color: #FD993E;
    border: 1px solid #FD993E;
}

.self-checkList>li {
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    overflow: hidden;
}

.self-checkList>li+li {
    margin-top: 20px;
}

.self-checkList>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.check .tool_inner .tool_wrap>p {
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (max-width: 949px) {
    .self-checkList>li>a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.self-checkList .label,
.self-checkList .txt,
.self-checkList .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.self-checkList .label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    padding: 10px;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.self-checkList .txt {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.self-checkList .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    padding: 10px;
}

@media screen and (max-width: 949px) {
    .self-checkList .label {
        width: 100%;
    }

    .self-checkList .pic {
        margin: auto;
    }
}

.self-checkList>li.-orange {
    background-color: #fff8f1;
}

.self-checkList>li.-orange .label {
    background-color: #FD993E;
}

.self-checkList>li.-blue {
    background-color: #f1f8ff;
}

.self-checkList>li.-blue .label {
    background-color: #3ea2fd;
}

.self-checkList>li.-green {
    background-color: #effbf2;
}

.self-checkList>li.-green .label {
    background-color: #2fbe56;
}

.self-checkList>li.-pink {
    background-color: #fff5f5;
}

.self-checkList>li.-pink .label {
    background-color: #fe6e80;
}

@media screen and (max-width: 768px) {

    #pageTop.check .contWrap {
        padding: 30px 20px;
    }

    #pageTop.check .contWrap section .innerWrap {
        padding: 0 0 20px;
    }

    #pageTop.check .tool_inner {
        row-gap: 25px;
    }

    #pageTop.check .tool_inner.flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #pageTop.check .tool_inner .tool_wrap {
        width: clamp(440px, 75%, 650px);
    }


}

@media screen and (max-width: 480px) {
    #pageTop.check .tool_inner .tool_wrap {
        width: 100%;
    }

    #pageTop.check .tool_inner .tool_wrap>p {
        margin: 0 auto;
        width: auto;
    }
}

/*
==========================================================================

- flightBtn（base）

=========================================================================*/

.flightBtn{
    background-color: #ffba39;
    border-radius: 10px;
    width: calc(50% - 30px);
    height: fit-content;
    position: relative;
}
.flightBtn::before{
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    background: url(/lda/assets/common/img/pic_info_icon01.png) no-repeat 0 center;
    background-size: 85px;
    /* top: 100%; */
    bottom: 0;
    left: 15px;
    z-index: 3;
}
.flightBtn.icon02::before{
    background: url(/lda/assets/common/img/pic_info_icon02.png) no-repeat 0 center;
    background-size: 85px;
}
.flightBtn.icon03::before{
    background: url(/lda/assets/common/img/pic_info_icon03.png) no-repeat 0 center;
    background-size: 85px;
}
.flightBtn .flightBtn_wrap{
    margin: 15px 10px 10px;
    display: block;
}
.flightBtn .flightBtn_wrap .tit{
    font-weight: bold;
    color: var(--color-accent);
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    padding-block: 2px;
}

.flightBtn .flightBtn_wrap .txt_wrap{
    margin-top: 6px;
}
.flightBtn .flightBtn_wrap .txt_wrap .txt{
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.flightBtn .flightBtn_wrap .txt_wrap .txt::before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/svg/svg01.svg) no-repeat 0 center;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    transform: translate(calc(-50% + 60px), -50%) rotate(180deg);
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
    .contact_inner .contact_wrap.flex{
        flex-direction: column;
    }
    .contact_inner .contact_wrap .flightBtn{
        min-width: unset;
        width: 100%;
    }
    .flightBtn .flightBtn_wrap .txt_wrap .txt{
        left: -7px;
    }
}
@media screen and (max-width: 480px) {
    .flightBtn::before{
        left: 0px;
    }
}