/* product category BMpage */
/*-----------------------------------------------------------------------*/
.category_box5 {
    display: flex;
    flex-wrap: wrap;
}

.category_box5>div {
    width: 18.4%;
    margin-left: 2%;
    margin-bottom: 30px;
    transition: all 0.2s;
    color: #666666;
}

.category_box5>div:nth-child(5n+1) {
    margin-left: 0;
}

.category_box5>div.bl-hover {
    opacity: 0.7;
}

.category_box5>div figure {
    margin-bottom: 12px;
}

.category_box5>div h2 {
    font-size: 16px;
    line-height: 1.4;
    color: #1b394c;
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
}

.category_box5>div h2::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-color: #1b394c;
    border-style: solid;
    transform: rotate(45deg);
    transition: all .2s ease-in 0s;
    position: absolute;
    left: 0;
    top: 6px;
}

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

    .category_box5>div {
        width: 47.5%;
        margin-left: 5%;
    }

    .category_box5>div:nth-child(5n+1) {
        margin-left: 5%;
    }

    .category_box5>div:nth-child(odd) {
        margin-left: 0;
    }
}

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

    .category_box5>div {
        width: 100%;
        margin-left: 0;
    }

    .category_box5>div:nth-child(5n+1) {
        margin-left: 0;
    }
}

/*-----------------------------------------------------------------------*/

/*カテゴリー一覧　from index.html*/
/*-----------------------------------------------------------------------*/
.pdctBox {
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}

.pdctBox .innflex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.pdctBox .col {
    width: calc(20% - 16px);
    margin-right: 20px;
    margin-bottom: 40px;
}

.pdctBox .col.on_opacity {
    transition-duration: 0.3s;
}

.pdctBox .col.on_opacity.bl-hover {
    opacity: 0.7;
}

.pdctBox .col:nth-child(5n) {
    margin-right: 0;
}

.pdctBox .foto {
    margin-bottom: 15px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.pdctBox .col img {
    transition: .6s;
    width: 100%;
}

.pdctBox .foto img {
    position: absolute;
    max-width: none;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s;
}

.pdctBox .HTitl {
    position: relative;
    display: flex;
    padding-left: 15px;

}

.pdctBox .HTitl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #9EBA42;
    /*transform: translateY(-50%);*/
}

.pdctBox .HTitl a {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.pdctBox h3.sub_cate {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.pdctBox .col:nth-child(2) .HTitl::before {
    background-color: #42BA54;
}

.pdctBox .col:nth-child(3) .HTitl::before {
    background-color: #42A3BA;
}

.pdctBox .col:nth-child(4) .HTitl::before {
    background-color: #4276BA;
}

.pdctBox .col:nth-child(5) .HTitl::before {
    background-color: #EFD931;
}

.pdctBox .col:nth-child(6) .HTitl::before {
    background-color: #5E42BA;
}

.pdctBox .col:nth-child(7) .HTitl::before {
    background-color: #EB9C1D;
}

.pdctBox .col:nth-child(8) .HTitl::before {
    background-color: #E56E97;
}

.pdctBox .col:nth-child(9) .HTitl::before {
    background-color: #99A7B9;
}

.pdctBox .col:nth-child(10) .HTitl::before {
    background-color: #E55555;
}

.pdctBox .HTitl a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
    .pdctBox {
        margin-bottom: 20px;
    }

    .pdctBox .col {
        width: calc(25% - 15px);
    }

    .pdctBox .col:nth-child(5n) {
        margin-right: 20px;
    }

    .pdctBox .col:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 690px) {
    .pdctBox .HTitl a {
        font-size: 15px;
    }

    .pdctBox .col {
        width: calc(33.33% - 10px);
        margin-right: 15px;
    }

    .pdctBox .col:nth-child(5n) {
        margin-right: 15px;
    }

    .pdctBox .col:nth-child(4n) {
        margin-right: 15px;
    }

    .pdctBox .col:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .pdctBox .col {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .pdctBox .col:nth-child(odd) {
        margin-right: 20px;
    }

    .pdctBox .col:nth-child(even) {
        margin-right: 0;
    }
}


/* top btn */
/*-----------------------------------------------------------------------*/
.top_btn01 a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
    min-width: 300px;
    display: inline-block;
    padding: 15px 25px;
    background: #1b394c;
    position: relative;
    overflow: hidden;
}

.top_btn01 input {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
    min-width: 300px;
    display: inline-block;
    padding: 15px 25px;

    background: rgb(27, 57, 76);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(27, 57, 76, 1) 0%, rgba(27, 57, 76, 1) 75%, rgba(22, 46, 61, 1) 75%, rgba(22, 46, 61, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(27, 57, 76, 1) 0%, rgba(27, 57, 76, 1) 75%, rgba(22, 46, 61, 1) 75%, rgba(22, 46, 61, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(27, 57, 76, 1) 0%, rgba(27, 57, 76, 1) 75%, rgba(22, 46, 61, 1) 75%, rgba(22, 46, 61, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b394c', endColorstr='#3162e3d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: relative;
    border: none;
    transition: all 0.2s;
}


.top_btn01 a:hover,
.top_btn01 input:hover {
    text-decoration: none;
    opacity: 0.8;
}

.top_btn01 a::before {
    content: "";
    width: 100%;
    height: 200%;
    background: #162e3d;
    transform: rotate(-45deg);
    position: absolute;
    top: -30px;
    right: -130px;
    transition: .4s ease-in-out;
}

.top_btn01 a:hover::before {
    right: -300px;
}

.top_btn01 a .arr {
    position: relative;
}

.top_btn01 a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    transition: all .2s ease-in 0s;
}


.top_rss .top_btn01 {
    position: absolute;
    right: 0;
    top: 0;
}

.top_rss .top_btn01 a {
    font-size: 14px;
    min-width: 200px;
    padding: 6px 12px;
}

@media only screen and (max-width: 690px) {
    .top_rss .top_btn01 {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px;
    }
}

.list_col2 {
    display: flex;
    flex-wrap: wrap;
}

.list_col2 li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
    width: calc(50% - 20px);
    padding-right: 15px;
}

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}

@media only screen and (max-width: 690px) {
    .pc_on {
        display: none;
    }

    .sp_on {
        display: block;
    }
}


@media only screen and (max-width: 690px) {
    .btn_minw .dlb_btn a {
        min-width: auto;
        padding: 10px 5px 10px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .btn_minw .dlb_btn a::before {
        left: 5px;
    }
}

.news_scroll {
    border: 1px solid #DDDDDD;
}

.news_scroll h2 {
    border-bottom: 1px solid #DDDDDD;
    color: #4275BA;
    font-size: 22px;
    padding: 10px 20px;
}

.news_scroll .rss_box {
    height: 300px;
    overflow-y: scroll;
    padding: 10px 20px;
}

.news_scroll .rss_box dl {
    border: none;
}

.news_scroll .rss_box a {
    color: #4275BA;
}

.contact_area h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact_area .bg_white {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact_area .bg_white .tel {
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4275BA;
}

.contact_area .bg_white .dlb_btn {
    width: 50%;
    padding: 0 10px;
}

.contact_area .dlb_btn a::before {
    left: 10px;
}

.contact_area .dlb_btn a:hover::before {
    left: 15px;
}

@media only screen and (max-width: 690px) {
    .contact_area .bg_white .tel {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_area .bg_white .dlb_btn {
        width: 100%;
        padding: 0;
    }
}


/*_____________________________________________________*/
.link_tab_list {
    list-style-type: none;
}

.tab_list li,
.link_tab_list a {
    display: block;
    background-color: #4275bb;
    color: #FFF;
    margin-bottom: 10px;
    padding: 10px 30px 10px 10px;
    min-height: 70px;
    font-size: 16px;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tab_list li::after,
.link_tab_list a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}

.link_tab_list li a:hover {
    text-decoration: none;
}

.tab_list li.active::after {
    border-top: solid 1px #4275bb;
    border-right: solid 1px #4275bb;
}

.tab_list li.active {
    background-color: #EEE;
    color: #4275bb;
    border-left: solid #4275bb;
    font-weight: bold;
}

.tabon_area {
    display: none;
    background-color: #eee;
    padding: 25px;
}

.tabon_area.show {
    display: block;
}

.db_searach_keyword {
    display: block;
    max-width: 880px;
    width: 100%;
    border: 1px solid #eee;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
}

.db_searach_keyword .col2_m_222 .col {
    margin-bottom: 18px;
}

.tabon_area .category_selected {
    display: none;
}

.tabon_area select {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    height: 40px;
    padding: 0 20px 0 5px;
    width: 100%;
    box-shadow: none;
    background: #ffffff url("../image/arr_select.png") no-repeat 0 0;
    background-size: 14px 8px;
    background-position: right 4% center;
    border: 1px solid #dddddd;
}

.tabon_area select::-ms-expand {
    display: none;
}

.form_range_col {
    width: 100%;
    margin-bottom: 32px;
}

.form_range_col input {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    height: 40px;
    padding: 0 5px;
    width: calc(50% - 12px);
    box-shadow: none;
    border: 1px solid #dddddd;
}

.form_range_col select {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    height: 40px;
    padding: 0 5px;
    width: calc(50% - 12px);
    box-shadow: none;
    border: 1px solid #dddddd;
}

.form_range_txt {
    display: inline-block;
    width: 24px;
    text-align: center;
}

.form_range_text {
    font-size: 90%;
    margin-top: 3px;
}

.db_searach_keyword input[type="text"] {
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    height: 40px;
    padding: 0 5px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #dddddd;
}


h2.db_titleh2 {
    font-size: 20px;
    border-left: solid 5px #4275bb;
    padding-left: 10px;
    margin-bottom: 15px;
}

#contents_left.db {
    float: left;
    width: 240px;
}

#contents_right.db {
    float: right;
    width: calc(100% - 240px - 40px);
    margin-top: 0;
}

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

    #contents_left.db {
        width: 220px;
    }

    #contents_right.db {
        width: calc(100% - 200px - 40px);
    }


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

@media only screen and (max-width: 690px) {
    #contents_left.db {
        width: 105px;
    }

    #contents_right.db {
        width: calc(100% - 100px - 10px);
        font-size: 12px;
    }

    .link_tab_list li a,
    .tab_list li {
        font-size: 10px;
        padding: 5px 25px 5px 5px;
    }

    .tabon_area {
        padding: 10px;
    }

    h2.db_titleh2 {
        font-size: 15px;
    }

    .tab_list li::after {
        right: 10px;
    }

    .tabon_area_in .dlb_btn_center {
        max-width: 100%;
    }


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


.btnc_apua a {
    background: #a3b8c9;
    width: 290px;
    max-width: 100%;
    min-width: auto;
}

.btnc_apua a::before {
    background: #94acc0;
}

.btnc_apua a::before {
    right: -165px;
}

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

    .btn01_w190_sp a,
    .btn01_w190_sp input {
        min-width: 190px;
    }

    .db_searach_keyword .btn01_w190_sp {
        text-align: center;
    }

    .db_searach_keyword {
        padding: 10px;
    }

    .db_searach_keyword .col2_m_222 .col {
        margin-bottom: 10px;
    }

    .tabon_area_in .w50,
    .tabon_area_in .w30,
    .tabon_area_in .w70 {
        width: 100%;
    }

    .btnc_apua a {
        width: 100%;
        max-width: 290px;
    }

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



/* checkbox */
.checkbox_wrap {
    display: flex;
    flex-wrap: wrap;
}

.checkbox_wrap>div {
    margin-right: 20px;
    margin-bottom: 12px;
}

.checkbox_wrap>div input {
    display: none;
}

.checkbox_wrap>div .txt {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    display: block;
}

.checkbox_wrap>div .txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.checkbox_wrap>div input:checked+.txt {
    color: #000000;
}

.checkbox_wrap>div input:checked+.txt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 8px;
    width: 6px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1a394c;
    border-right: 3px solid #1a394c;
}

html:lang(en) #locator_template_c2 li:first-child,
html:lang(en) #locator_template_c2 li:first-child::after {
    display: none;
}

/*caravan.html*/
.grid-container {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 40px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 370px 1fr;
    -ms-grid-rows: 1fr 30px 1fr;
    -ms-grid-columns: 370px 40px 1fr;
}

.grid-container .foto {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
}

.grid-container .HTitl {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    align-self: flex-end;
    display: -ms-flexbox;
}

@media all and (-ms-high-contrast: none) {
    .grid-container .HTitl {
        align-items: flex-end;
    }
}

.grid-container .bttn {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
}

@media only screen and (max-width: 980px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 690px) {
    .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .grid-container .HTitl {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        align-self: flex-start;
    }

    .grid-container .foto {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .grid-container .bttn {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
}

@media all and (-ms-high-contrast: none) {
    .dlb_c48_icon {
        justify-content: flex-start !important;
    }
}

.dlb_c48_icon img {
    padding: 0 !important;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: auto;
}


@media only screen and (max-width: 979px) {
    .dlb_c48_icon img {
        padding: 10px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 979px) {
    .dlb_c48_icon img {
        padding: 10px !important;
    }
}


.staff_link_frame {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
}

.staff_link_frame.bl-hover {
    opacity: 0.7;
}

.staff_link_frame .txt {
    padding: 15px 0;
}

.staff_link_frame .txt a {
    font-size: 18px;
    font-weight: bold;
}

.staff_link_frame .txt a:hover {
    text-decoration: none;
}

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

    .staff_link_frame .txt {
        padding: 10px 0;
    }

    .staff_link_frame .txt a {
        font-size: 16px;
    }
}


.movie_frame {
    margin-left: auto;
    margin-right: auto;
}



/*NEWS RSS
========================================*/
.newsLead {
    overflow: hidden;
}

.rss_block dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px dotted #cecece;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.rss_date {
    width: 140px;
    color: #999999;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

.rss_title {
    width: calc(100% - 140px);
    padding-left: 20px;
}

.rss_title a {
    position: relative;
    color: #4276BA;
    padding-left: 110px;
    display: inline-block;
    line-height: 1.4;
}

.rss_title span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    min-width: 90px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    background-color: #4276BA;
    border-radius: 30px;
}

.rss_contents {
    /* display: none; */
    width: calc(100% - 140px);
    margin-left: auto;
    padding-left: 20px;
}

.rss_contents a {
    color: #4275BA;
}

span.news_tub {
    background-color: #4275bb;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    margin-right: 10px;
}

.news_tub.c02 {
    background-color: #9EBA42;
}

.news_tub.c03 {
    background-color: #EFD931;
}

@media screen and (max-width: 690px) {
    .newsLead {}

    .rss_block dl {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .rss_date {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .05em;
        margin-bottom: 8px;
    }

    .rss_title,
    .rss_contents {
        width: 100%;
        padding-left: 0;
    }

    .rss_title a {
        position: static;
        padding-left: 0;
    }

    .rss_title span {
        position: absolute;
        top: 0;
        left: 110px;
        font-size: 12px;
        padding: 3px 15px;
        min-width: 80px;
    }

    /*
    .news_tub.c02 {
        background-color: transparent;
        color: #345a8d;
        border: 1px solid #345a8d;
    }
	*/
}

/*
TAB CONTENTS
======================================*/
input[name="switch"] {
    display: none;
}

.tabList {
    display: flex;
    list-style: none;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    border-bottom: 2px solid #DDD;
}

.tabList li {
    margin: 0 20px;
}

.tabList li:not(:last-child) {}

.tabList label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px 0;
    color: #999;
    font-size: 18px;
    line-height: 1.2;
    transition: background .3s;
    margin: 0;
}

.tabList label br {
    display: none;
}

.tabList label::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    display: block;
    transform-origin: center;
    transform: scaleX(0);
    background-color: #4276BA;
    transition: .6s;
}

.tabList label:hover::after,
#tab-1:checked~.tabList label[for="tab-1"]::after,
#tab-2:checked~.tabList label[for="tab-2"]::after,
#tab-3:checked~.tabList label[for="tab-3"]::after {
    transform: scaleX(1);
}

.tabContents section {
    padding: 20px 0;
    background: #FFF;
    flex-basis: 20%;
    /*opacity: 0;*/
    transition: opacity .3s;
}

.tabContents section::after {
    content: "";
    display: block;
    clear: left;
}

.tabList label:hover,
#tab-1:checked~.tabList label[for="tab-1"],
#tab-2:checked~.tabList label[for="tab-2"],
#tab-3:checked~.tabList label[for="tab-3"] {
    /*background: #d5d5d5;*/
    color: #4276BA;
}

#tab-1:checked~.tabContents #section-1,
#tab-2:checked~.tabContents #section-2,
#tab-3:checked~.tabContents #section-3 {
    opacity: 1;
    background: #FFF;
}

.tabContents {
    display: flex;
    width: 500%;
    transition: transform .6s;
}

#tab-1:checked~.tabContents {
    transform: translateX(0);
}

#tab-2:checked~.tabContents {
    transform: translateX(-20%);
}

#tab-3:checked~.tabContents {
    transform: translateX(-40%);
}

@media screen and (max-width: 690px) {
    .tabList {
        display: block;
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .tabList li {
        position: relative;
        width: 100%;
        margin: 0 auto 10px;
    }

    .tabList label::before {
        content: "";
        width: 5px;
        height: 5px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(135deg);
        position: absolute;
        top: calc(50% - 2px);
        left: 18px;
    }

    .tabList label {
        font-size: 18px;
        text-align: left;
        padding: 10px 10px 10px 35px;
        border-radius: 5px;
        border: 1px solid;
    }

    .tabList label:hover,
    #tab-1:checked~.tabList label[for="tab-1"],
    #tab-2:checked~.tabList label[for="tab-2"],
    #tab-3:checked~.tabList label[for="tab-3"] {
        background: #d5d5d5;
        color: #FFF;
        background-color: #4276BA;
    }

    .tabList label::after,
    .tabList label br {
        display: none;
    }
}

/*--- text decoration ---*/
.text_outline {
    border: 1px solid #707070;
    padding: 1px 2px;
}