@charset "UTF-8";
@media print, screen and (min-width: 768px){
    .top-content-wrapper01 {
        max-width: 1920px;
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px){
    .top-content-wrapper01 {
        padding: 0 10px 0 !important;
    }
}
.top-content-wrapper05 {
    background-color: #fefafb;
}
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
}
/*.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ea1e1f;
    display: block;
    order: -1;
}*/
.tab_box01 {
    color: White;
    background: #ecd2cd;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 14px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}
.tab_box02 {
    color: White;
    background: #d1dcf1;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 14px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tab-switch:checked+.tab_box01 {
    background: #c73d22;
    letter-spacing: 2px;
    padding-left: -2px;
}
.tab-switch:checked+.tab_box02 {
    background: #295cb7;
    letter-spacing: 2px;
    padding-left: -2px;
}
/*.tab-switch:checked+.tab-label+.tab-content {
    border: 1px solid #ddd;
    height: auto;
    min-height: 330px;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fbfbfb;
}*/
.tab-switch:checked+.tab_box01+.tab-content {
    border: 1px solid #ddd;
    border-top: 3px solid #c73d22;
    height: auto;
    min-height: 310px;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fbfbfb;
}
.tab-switch:checked+.tab_box02+.tab-content {
    border: 1px solid #ddd;
    border-top: 3px solid #295cb7;
    height: auto;
    min-height: 310px;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fbfbfb;
}
.tab-switch {
    display: none;
}
@media print, screen and (min-width: 768px){
    .top-content-wrapper05 {
        padding: 50px 15px;
        max-width: none;
        background-color: #fefafb;
    }
    .top-content-wrapper05 > .section-wrapper-gray {
        max-width: 1240px;
        margin: 0 auto;
    }
    .tab-switch:checked+.tab_box01 {
        font-size: 16px;
    }
    .tab-switch:checked+.tab_box02 {
        font-size: 16px;
    }
}
.tab-wrap ul {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 20px;
}
.tab-wrap li {
    margin: 10px 3% 10px 0;
    width: 31%;
    border: solid 1px #e0e0e0;
    border-radius: 6px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.tab-wrap .clm_in:nth-child(3n) {
    margin-right: 0;
}
.tab-wrap ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: row;
    justify-content: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 20px 1px;
    height: 72px;
    color: #333;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 5%);
    font-size: 16px;
}
.tab-wrap ul li a:hover {
    cursor: pointer;
}
.tab-wrap a.light::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon01.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.speaker::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon02.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.saving::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon03.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.route_b::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon04.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.energy::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon05.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.service::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon06.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.pole::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon07.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.knowledge::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_icon08.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.line::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_iconline.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap a.chat::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background: url(../images/btn_iconchat.png) no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
}
.tab-wrap .btn_in {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .tab-wrap ul {
        -webkit-display: flex;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        flex-direction: column;
        padding-left: 0;
    }
    .tab-wrap li {
        margin: 5px 0;
        width: 100%;
    }
    .tab-wrap ul li a {
        height: 68px;
    }
}