
.bread ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0;
}

.main_lead {
    padding: 3rem 0;
    background-color: #e9f8ff;
}

.main_lead .text {
    max-width: var(--wp--custom--ast-content-width-size);
    font-size: 24px;
    font-weight: bolder;
    color: #1d1d1d;
    line-height: 1.8;
    text-align: center;
}
.tab_buttons{
    margin-bottom: 0;
}
.tab_buttons h2 {
    margin: 60px auto;
    color: #093474;
    font-size: 34px;
}

.tab_buttons ul {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    margin: 3rem auto 0;
    padding: 0;
}

.tab_buttons ul li {
    width: calc(25% - (60px/4));
    margin-bottom: 30px;
}

.tab_buttons ul li:not(:nth-child(4n)) {
    margin-right: 20px;
}

.ast-single-post .entry-content .tab_buttons ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
    text-decoration: none;
    border: 2px solid #093474;
    border-radius: 8px;
    background-color: #e9f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    text-align: center;
    line-height: 1.3;
}

.tab_buttons ul li a {
    position: relative;
}

.tab_buttons ul li a:after {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 13px;
    background: url(/wp/wp-content/uploads/2025/04/btn_arrow_bottom.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ast-single-post .entry-content .tab_buttons ul li:last-child a {
    background-color: #e9ffee;
    border-color: #415c47;
    color: #415c47;
}
.cover_lead.target{
    padding-top: 60px;
    background-color: #f3fcfc;
}
.cover_lead.index .lead_heading {
    width: auto;
    color: #093474;
    font-size: 36px;
}

.cover_lead.index .lead_heading.heading:before,
.cover_lead.index .lead_heading.heading:after {
    display: none;
}
.cover_lead.system.target .lead_heading{
    color: #288499;
}
.cover_lead.system.target .lead_list {
    width: auto;
    max-width: 980px !important;
    display: flex;
    flex-flow: wrap;
    padding-left: 0;
    padding-bottom: 10px;
}

.cover_lead.system.target .lead_list_item{
    font-size: 26px;
    color: #fff;
    background-color:#288499;
    width: calc(50% - 2px);
    margin: 0 1px 1px 0;
    padding: 20px;
    text-align: center;
    justify-content: center;
}
#concern h2{
    font-size: 48px;
}
#concern .lead_list{
width: 520px;
}
#concern .lead_list_item{
    font-size: 20px;
    color: #555;
    margin: 0 0 20px;
}
#about{
    padding-top: 60px;
    padding-bottom: 60px;
}
#about .col{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
    width: 100%;
    border-radius:0 0  50px 50px ;
}
#about h3{
    color: #288499;
    font-size: 38px;
    font-weight: 600;
    background-color:#fff;
    padding-top: 50px;
        width: 100%;
        max-width: 1140px;
        border-radius: 50px 50px 0 0;
}
#about .text{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.lead_list_item i:after{
    background-size: contain;
    height: 20px;
}

.cate_outer {
    background-color: #dff3f2;
    border-top: none;
    display: flex;
    flex-flow: column;
    padding-bottom: 3rem;
}
#possible.cate_outer{
    background-color: transparent;
}
#possible.cate_outer .col{
    flex-flow: column;
    padding: 30px 0;
    width: 100%;
}
#possible.cate_outer .col h3{
    margin: 0 auto;
    padding-bottom: 50px;
        font-size: 48px;
}
#possible.cate_outer .col ul{
    display: flex;
    flex-flow: wrap;
    padding: 0;
    margin: 0 auto;
        width: 100%;
}
#possible.cate_outer .col ul li{
    width: calc(33% - (2px/3));
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #093474;
    border: 1px solid #dedede;
}
#possible.cate_outer .col ul li:not(:nth-child(1)){
    border-left: none;
}
#possible.cate_outer .col ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    background: #093474;
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Sans JP';
    padding: 5px 0;
    
}
.cate_outer .col .bar_solution {
    width: 100%;
}

.cate_outer .col .bar_solution p {
    display: inline-flex;
    background-color: #3c6c9d;
    color: #fff;
    font-size: 34px;
    font-family: "Damion", cursive;
    margin: 0 0 0 -30px;
    padding: 0 40px;
    line-height: 47px;
}

.entry-content .cate_outer h2 {
    font-size: 36px;
    color: #2b446a;
    margin: 4rem auto 2rem;
}

.cate_outer .col {
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    margin: 2rem auto;
    padding: 30px;
    max-width: 1140px !important;
}

.cate_outer .col:nth-of-type(2n) {
    padding-left: 2rem;
}

.cate_outer .col figure {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    width: 45%;
    max-width: none;
}

.cate_outer .col figure img {
    opacity: .7;
}

.cate_outer .col h3 {
    text-align: left;
    margin: 1.5rem auto 0 0;
    padding-bottom: 2rem;
    font-size: 32px;
    color: #093474;
    font-weight: bold;
}

.cate_outer .col h3 span {
    font-size: 17px;
    color: #fff;
    background-color: #3c6c9d;
    max-width: 300px;
    margin: 0 auto 1rem;
}

.cate_outer .col_right {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0;
}

.cate_outer .col .col_right .text {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.6;
}

.col_lead {
    max-width: 1035px !important;
    margin-bottom: 50px;
}

.col_lead .text {
    font-size: 16px;
    line-height: 1.6;
}

.ul_list {
    margin-bottom: 50px;
}

.ul_list ul {
    display: flex;
    padding-left: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.ul_list ul li {
    background-color: #fff;
    padding: 10px;
    margin-right: 30px;
    width: calc(33.3% - (60px/3));
    box-shadow: 2px -1px 10px #cfcfcf;
}

.ul_list ul li:last-child {
    margin-right: none;
}

.ul_list ul li h3 {
    background-color: #cff3f2;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul_list ul li p {
    background-color: #3c6c9d;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: "Noto Sans";
}

.text_explanation {
    padding: 30px;
    font-size: 16px;
}

.list_works .btn_contact {
    width: 100%;
}

.btn_contact {
    background-color: #3c6c9d;
    text-align: center;
    border-radius: 50px;
    min-width: 300px;
    max-width: 580px !important;
    padding: 20px 0;
    margin-bottom: 50px;
}

.btn_contact a {
    position: relative;
}

.btn_contact a:after {
    content: '';
    display: inline-flex;
    width: 12px;
    height: 13px;
    background: url(/wp/wp-content/uploads/2025/04/btn_arrow.png) no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ast-single-post .entry-content .btn_contact a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
}

.solution_more_detail {
    padding: 40px 0 0;
    max-width: 1010px;
    margin: 0 0 0 auto;
}

.solution_more_detail h4 {
    font-size: 23px;
    color: #031114;
}

.solution_more_detail ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
}

.solution_more_detail li {
    padding: 0 0 0 25px;
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    margin: 0 0 40px;
    position: relative;
}

.solution_more_detail li:before {
    content: '';
    width: 9px;
    height: 100%;
    background-color: #1faed1;
    position: absolute;
    left: 0;
}

.solution_more_detail h5 {
    margin-bottom: 10px;
    line-height: 1;
    color: #031114;
}

.cate_outer .col .solution_more_detail li p {
    line-height: 1.3;
    padding-right: 20px;
}

.sub_explanation {
    background-color: #fff;
    max-width: 800px;
    padding: 30px;
    margin-left: auto;
    margin-bottom: 30px;
}

.sub_explanation h4 {
    border-left: 9px solid #3c6c9d;
    padding-left: 15px;
}

.sub_explanation p {
    text-align: justify;
}

.ast-single-post .entry-content .sub_explanation .btn_contact a {
    font-size: 16px;
}

.list_services {
    flex-flow: column;
    background-color: #f9f9f9;
}

.entry-content .cate_outer.list_services h2 {
    font-size: 30px;
    color: #3c6c9d;
}

.list_services ul {
    display: flex;
    flex-flow: wrap;
    padding: 0;
}

.list_services ul li {
    width: 33.3%;
    margin-bottom: 30px;
}

.list_services ul li .sub {
    padding-left: 48px;
    padding-top: 10px;
}

.list_services ul li .sub li {
    width: 100%;
    margin-bottom: 0;
}

.ast-single-post .entry-content .list_services ul li a {
    color: #3c6c9d;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.ast-single-post .entry-content .list_services ul.sub li a {
    font-size: 15px;
}

.list_services ul li a:before {
    content: '';
    display: inline-flex;
    width: 19px;
    height: 16px;
    background: url(/wp/wp-content/uploads/2025/04/service_list_arrow.png) left center;
    margin-right: 10px;
}

.list_services ul.sub li a:before {
    display: none;
}

.detail_text {
    font-size: 15px;
    padding-bottom: 20px;
    width: 100%;
}

figure+.detail_text {
    margin-top: 30px;
}

.entry-content .detail_text h4 {
    font-size: 18px;
}
#three{
    background-color: #f8fafa;
    padding-bottom: 60px;
}
#three h2{
    color: #288499;
    font-size: 48px;
}
#three .col{
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}
#three .col .col_left{
    width: 55%;
}
#three .col .col_right{
    width: 45%;
}
#three.cate_outer .col h3{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    color:#288499;
}
#three.cate_outer .col h3 span{
    margin: 0 0 20px 0;
    padding: 2px 30px;
    display: inline-flex;
    background-color:#288499;
}
#three .col .col_right figure{
    overflow: hidden;
    width: 100%;
    max-height: 200px;
}
#three .col:nth-of-type(1) figure img{
    margin-top: -30%;
}
#three.cate_outer .col .col_left .text{
    font-size: 16px;
}
#three .col:nth-child(3) .col_right{
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
}
#three .col:nth-child(3) .col_left .text{
    padding-left: 0;
}
#case.cate_outer .col{
    align-items: center;
    width: 100%;
    margin-top: 60px;
}
#case.cate_outer .col h3{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
    width: 50%;
}
#case.cate_outer .col ul{
    width: 50%;
    padding-left: 0;
}
#case.cate_outer .col ul li{
    font-size: 18px;
    font-weight: 600;
    color: #093474;
}
#case.cate_outer .col ul li i{
    margin-right: 5px;
}
#case.cate_outer .col ul li i::before{
        content: "";
    display: inline-flex;
    background-image: none;
    background-color: #093474;
    width: 18px;
    height: 18px;
}
.entry-content #three .col:nth-of-type(3) .sub_list{
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}
.entry-content #three .col:nth-of-type(3) .sub_list li{
    text-indent: 0;
}
.entry-content #three .col:nth-of-type(2) .detail_text{
    padding-top: 2rem;
    padding-left: 2rem;
}
.entry-content #three .col:nth-of-type(3) .detail_text{
    padding-left: 2rem;
}
#plan.cate_outer{
    background-color: transparent;
    padding-bottom: 0;
}
#plan.cate_outer .col{
    align-items: stretch;
    width: 100%;
    padding: 0 0 40px;
}
#plan.cate_outer .col h3{
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #288499;
}
#plan.cate_outer .col .text{
    width:50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #288499;
    color: #fff;
}
#plan.cate_outer .col .text p{
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
#plan.cate_outer .col .text span{
    font-size: 22px;
}
#plan.cate_outer .col .detail_text{
    width: 50%;
    padding: 20px 40px;
    border: 3px solid #288499;
    color: #288499;
}
#plan .sub_list{
    padding-left: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #288499;
}
#plan.cate_outer .col .detail_text p{
    margin-bottom: 0;
}
#plan.cate_outer .circle{
    padding-right: 5px;
    color: #288499;
}
#flow{
    padding-bottom: 60px;
}
.entry-content .cate_outer.list_flow {
    padding: 50px 0;
    flex-flow: column;
    background-color: #f8fafa;
}

.entry-content .cate_outer.list_flow h2 {
    color: #093474;
    font-size: 48px;
    margin-top: 0;
}
.entry-content .cate_outer.list_flow .flow_list{
    max-width: 960px !important;
    width: 100%;
}
.flow_list li {
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.flow_list .flow_num {
    background-color: #093474;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flow_list .flow_num h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: transparent;
}
.flow_list .text {
    font-size: 18px;
    line-height: 1.8;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #093474;
    border-bottom: 1px solid #093474;
    text-align: center;
}
.flow_list .flow_num p {
    margin: 0;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    position: absolute;
    left: 10px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.flow_list .text_explanation {
    padding: 30px 0;
    text-align: justify;
}

.flow_list .flow_num p span {
    font-size: 15px;
    background-color: #fff;
    color: #093474;
    width: 60px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.list_flow .btn_contact {
    margin: 30px 0 0 auto;
    max-width: 300px !important;
    padding: 10px 0;
}

.flow_list ul {
    position: relative;
    margin-bottom: 60px;
    margin-left: 15px;
}

.flow_list li:before {
    content: '';
    display: block;
    width: 28px;
    height: 40px;
    background: url(/wp/wp-content/themes/astra-child/img/offshore/flow_arrow.png) left center;
    position: absolute;
    left: -53px;
    top: 0px;
}

.flow_list li:after {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% + 70px);
    background-color: #093474;
    position: absolute;
    left: -40px;
    top: 0;
}

.flow_list>ul>li:first-child:before {
    top: 13px;
}

.flow_list>ul>li:first-child:after {
    top: 23px;
}

.flow_list>ul>li:last-child:after {
    background-color: transparent;
}
.cate_outer.contact_block{
    padding-top:50px;
    padding-bottom: 60px;
}
.contact_block ol{
    margin: 20px auto;
}
.contact_block ol li{
    line-height: 2;
    color:#193147;
    font-weight: 600;
    font-size: 16px;
}
.cate_outer.contact_block h2,
.entry-content .cate_outer.contact_block h2{
    margin-top: 0;
    line-height: 1;
}
.cate_outer.contact_block h2 span,
.entry-content .cate_outer.contact_block h2 span{
    font-size: 34px;
}


@media screen and (max-width: 800px) {

    .main_lead {
        padding: 1.5rem 0;
    }

    .main_lead .text {
        padding: 0 20px;
        font-size: 18px;
    }
    .cover_lead.system.target .lead_list_item{
        width: 100%;
    }
    .tab_buttons {
        background-color: #fff;
    }

    .tab_buttons h2 {
        font-size: 24px;
        margin: 30px auto;
    }

    .tab_buttons ul {
        padding: 0 20px;
        margin: 1rem auto;
    }

    .tab_buttons ul li,
    .tab_buttons ul li:not(:nth-child(3n)),
    .tab_buttons ul li:not(:nth-child(4n)) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ast-single-post .entry-content .tab_buttons ul li a {
        font-size: 14px;
        min-height: auto;
        padding: 15px 0;
    }
    .ast-single-post .entry-content .tab_buttons ul li a br{
        display: none;
    }

    .cate_outer .col {
        flex-flow: column;
        max-width: 95vw !important;
        padding: 20px;
    }
    .cover_lead.index .lead_heading{
        font-size: 18px;
    }
    .cover_lead.system.target .lead_list{
        max-width: 95% !important;
    }
    .cover_lead.system.target .lead_list_item{
        font-size: 15px;
        padding:15px 5px;
        width: calc(50% - 2px);
    }
    #concern h2,
    #about h3{
        font-size: 22px;
    }
    #concern .lead_list_item{
        font-size: 15px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .lead_list_item i{
        height: 16px;
    }
    .lead_list_item i:after{
                width: 20px;
        height: 16px;
    }
    #about{
        padding-top: 30px;
        padding-bottom:30px ;
    }
    #about h3{
        text-align: center;
        max-width: 95%;
        padding-top: 30px;
    }
    #about .text{
        font-size: 14px;
        text-align: left;
    }
    #about .text br{
        display: none;
    }
    #possible.cate_outer .col{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #possible.cate_outer .col h3{
        text-align: center;
        font-size: 22px;
        padding-bottom: 30px;
    }
    #possible.cate_outer .col ul li{
        width: 100%;
        font-size: 18px;
        padding: 10px;
    }
    #possible.cate_outer .col ul li span{
        font-size: 13px;
    }
    #possible.cate_outer .col ul li:not(:nth-child(1)){
        border-top: none;
        border-left: 1px solid #dedede;
    }
    #three{
        padding-bottom: 30px;
    }
    #three h2{
        font-size: 22px;
        margin-top: 30px;
    }
    #three .col{
        flex-flow: column;
    }
    #three .col .col_left,
    #three .col .col_right{
        width: 100%;
    }
    #three.cate_outer .col h3{
        padding-top: 0;
    }
    #three.cate_outer .col h3 span{
        margin-bottom: 5px;
    }
    #three.cate_outer .col .col_left .text{
        text-align: left;
        font-size: 14px;
        font-weight: 500;
    }
    #three .col .col_right{
        margin-bottom:10px;
    }
    #three .col .col_right figure{
        margin-bottom: 0;
    }
    #case{
        padding-bottom: 30px;
    }
    #case.cate_outer .col h3,
    #case.cate_outer .col ul{
        width: 100%;
    }
    #case.cate_outer .col h3{
        padding-bottom: 10px;
    }
    #case.cate_outer .col{
        margin-top: 30px;
        margin-bottom: 0;
    }
    #case.cate_outer .col ul{
        justify-content: flex-start;
    }
    #case.cate_outer .col ul li{
        text-align: left;
        font-size: 15px;
    }
    #case.cate_outer .col ul li i::before{
        width: 13px;
        height: 13px;
    }
    #plan.cate_outer .col{
        padding-bottom: 10px;
    }
    #plan.cate_outer .col h3{
        font-size: 22px;
                padding-top: 0;
    }
    #plan.cate_outer .col .text,
    #plan.cate_outer .col .detail_text{
        width: 100%;
    }
    #plan.cate_outer .col .text{
        padding-top: 10px;
    }
    #plan.cate_outer .col .text p{
        padding-left: 0;
        font-size: 30px;
    }
    #plan.cate_outer .col .text span{
        font-size: 16px;
    }
    #plan .sub_list{
        font-size: 15px;
    }
    #plan.cate_outer .col .detail_text p{
        padding: 0;
    }
    #flow{
        padding: 30px 0;
    }
    #flow h2{
        margin-bottom: 10px;
    }
    .entry-content .cate_outer.list_flow h2{
        font-size: 22px;
    }
    .flow_list .flow_num{
        justify-content: flex-start;
    }
    .flow_list .flow_num h3{
        font-size: 15px;
        margin-left: 5px;
    }
    .flow_list .flow_num p{
        font-size: 15px;
        padding-right: 10px;
        position: relative;
    }
    .flow_list .flow_num p span{
        width: 35px;
        height: 35px;
        margin-right: 7px;
        font-size: 12px
    }
    .flow_list ul{
        padding-left: 10px;
        max-width: calc(100% - 30px);
    }
    .flow_list li:before{
        width: 16px;
        background-size: contain;
    background-repeat: no-repeat;
        left: -20px;
    }
    .flow_list li:after{
        left: -13px;
        
    }
    .flow_list>ul>li:first-child:before{
            top: 5px;
    }
    .flow_list>ul>li:first-child:after{
        top: 17px;
    }
    .flow_list .text{
        font-size: 15px;
    }
    #div_contact{
        padding-top: 20px;
    }
    #div_contact h2{
        font-size: 16px;
    }
    .entry-content #div_contact.cate_outer.contact_block h2 span{
        font-size: 22px;
    }

    .entry-content .cate_outer h2{
        font-size: 22px;
    }

    .cate_outer .col h3 {
        font-size: 22px;
        background-color: transparent;
        padding: 1rem 0;
        margin-top: 0;
    }

    .cate_outer .col figure,
    .cate_outer .col_right {
        width: 100%;
        margin-bottom: 1rem;
    }
    .cate_outer .col figure{
        max-height: 150px;
        overflow: hidden;
    }
    .cate_outer .col figure img{
        margin-top: -20%;
    }

    .cate_outer .col .col_right .text {
        text-align: justify;
        font-size: 14px;
    }

    .cate_outer .col .bar_solution {
        display: flex;
    }

    .cate_outer .col .bar_solution p {
        font-size: 24px;
        line-height: 27px;
        margin-left: -20px;
    }

    .cate_outer .col:nth-of-type(2n) {
        padding-left: 20px;
    }

    figure+.detail_text {
        text-align: justify;
    }

    .solution_more_detail {
        padding-top: 20px;
    }

    .solution_more_detail h4 {
        text-align: justify;
        font-size: 18px;
    }

    .solution_more_detail li {
        width: 100%;
    }

    .solution_more_detail h5 {
        text-align: left;
    }

    .cate_outer .col .solution_more_detail li p {
        padding: 0;
    }

    .detail_text {
        text-align: justify;
    }

    .list_services {
        padding-bottom: 0;
    }

    .entry-content .cate_outer.list_services h2 {
        font-size: 20px;
        margin: 1.5rem auto;
    }

    .list_services ul li {
        width: 100%;
        padding-left: 20px;
    }

    .ast-single-post .entry-content .list_services ul li a {
        font-size: 15px;
    }

    .list_services ul li a:before {
        width: 14px;
        height: 10px;
        background-size: cover;
    }

    .list_services ul li .sub {
        padding-left: 25px;
    }

    .ast-single-post .entry-content .list_services ul.sub li a {
        font-size: 13px;
    }
    #concern .lead_list{
        width: 100%;
    }

}

@media screen and (min-width: 821px) {
    .sp_only {
        display: none;
    }

    .cover_lead.index .lead_heading {
        width: auto;
    }

    .cate_outer .col:first-child .col_right .text,
    .cate_outer .col:nth-child(3) .col_right .text {
        padding-left: 30px;
    }

    .cate_outer .col:nth-child(2) .col_right .text,
    .cate_outer .col:nth-child(4) .col_right .text {
        padding-right: 30px;
    }
    #concern .lead_list{
        padding-bottom: 0;
    }
}


