@charset "utf-8";

.main {
    margin: 0 auto;
}

#contents-area {
    width: 100%;
    min-width: 950px;
}

.lyt-col-1 #contents-body {
    width: 100%;
}

p,ul,li,span {
    margin: 0;
    padding: 0;
}

.u-sp-d-n {
    display: block;
}

.u-pc-d-n {
    display: none !important;
}

.u-d-n {
    display: none;
}

h1.title-lv-1 {
    text-align: center;
    font-size: 38px;
    margin: 20px auto 0;
}

/*accordion*/
.acc-wrap {
    margin: 80px auto 0;
}

.acc-contents-list {
    margin: 0 auto 80px;
}

.acc-contents-list .acc-contents-list-title {
    border: solid 2px #000;
    border-radius: 8px;
    padding: 10px 10px 10px 15px;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    position: relative;
    line-height: 1.4;
    max-width: 950px;
    margin: 0 auto;
}

.acc-contents-list-title .icon-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
}

.acc-contents-list-title .icon-wrap .icon {
    display: block;
    background: #000;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.icon-wrap .icon::before,
.icon-wrap .icon::after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.icon-wrap .icon::before {
    width: 1px;
    height: 20px;
    top: 8px;
    left: 18px;
    transition: .5s;
}

.icon-wrap .icon::after {
    width: 20px;
    height: 1px;
    top: 17px;
    left: 9px;
}

.acc-contents-list-title.open .icon-wrap .icon::before {
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    transition: .5s;
}

.acc-contents-list-inner {
    display: none;
    margin: 40px auto 0;
    max-width: 870px;
}

.contents-read-text {
    font-weight: bold;
    font-size: 16px;
}

.contents-text {
    font-size: 16px;
}

/*menu 02*/
#section02 .acc-contents-list-inner {
    margin: 40px 0 0;
    max-width: 100%;
}

#section02 .acc-price-contents-tab-wrap {
    width: 100%;
    min-width: 950px;
}

.acc-price-contents-tab-wrap {
    position: relative;
    border-bottom: solid 4px #0f82b8;
}

.acc-contents-btn-list {
    list-style-type: none;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}

.acc-contents-btn-list .acc-contents-btn-item {
    width: 200px;
    border: solid 2px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.acc-contents-btn-list .acc-contents-btn-item:not(:last-child) {
    margin-right: 20px;
}

.acc-contents-btn-list .acc-contents-btn-item.item01 {
    color: #fabd00;
    border-color: #fabd00;
}

.acc-contents-btn-list .acc-contents-btn-item.item01.js-tab-switch-is-active {
    color: #fff;
    background-color: #fabd00;
}

.acc-contents-btn-list .acc-contents-btn-item.item02 {
    color: #236800;
    border-color: #236800;
}

.acc-contents-btn-list .acc-contents-btn-item.item02.js-tab-switch-is-active {
    color: #fff;
    background-color: #236800;
}

.acc-contents-btn-list .acc-contents-btn-item.item03 {
    color: #004098;
    border-color: #004098;
}

.acc-contents-btn-list .acc-contents-btn-item.item03.js-tab-switch-is-active {
    color: #fff;
    background-color: #004098;
}

.acc-contents-btn-list .acc-contents-btn-item.item04 {
    color: #3181ff;
    border-color: #3181ff;
}

.acc-contents-btn-list .acc-contents-btn-item.item04.js-tab-switch-is-active {
    color: #fff;
    background-color: #3181ff;
}

.acc-price-contents-type01, .acc-price-contents-type02, .acc-price-contents-type03, .acc-price-contents-type04 {
    display: none;
}

.acc-price-contents-type01.js-tab-contents-is-active,
.acc-price-contents-type02.js-tab-contents-is-active, 
.acc-price-contents-type03.js-tab-contents-is-active,
.acc-price-contents-type04.js-tab-contents-is-active {
    display: block !important;
}

.acc-price-contents-tab-menu-list {
    list-style-type: none;
    max-width: 950px;
    margin: 50px auto 0;
}

.acc-price-contents-tab-menu-list li {
    text-align: center;
    margin: 0 auto;
    margin: 0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: #cfd0d1;
    color: #333;
    opacity: 0.4;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.acc-price-contents-tab-menu-list li:not(:last-child) {
    margin-right: 10px;
}

.acc-price-contents-tab-menu-list li.js-tab-switch-is-active{
    background: #0b5bce;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
    background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
    color: #fff;
    opacity: 1;
}

.acc-price-contents-tab-item {
    display: none;
}

.acc-price-contents-tab-item.js-tab-contents-is-active {
    display: block !important;
}

.tab_prev.slick-arrow {
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    width: 24px;
    height: 24px;
    background: url(/energy/set/data/special/specified_commercial_transactions/img/shared/icon-arrow-carousel.svg) no-repeat center center transparent;
    background-size: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin: -12px 0 0;
    left: 50%;
    margin-left: -534px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tab_next.slick-arrow {
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    width: 24px;
    height: 24px;
    background: url(/energy/set/data/special/specified_commercial_transactions/img/shared/icon-arrow-carousel.svg) no-repeat center center transparent;
    background-size: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin: -12px 0 0;
    right: 50%;
    margin-right: -534px;
}

.acc-price-contents-tab-menu-list {
    display: none;
}

.acc-price-contents-tab-menu-list.slick-initialized {
    display: block;
}

/* table style */
.u-pc-w-200 {
    width: 200px !important;
}

.acc-price-contents-tab-item-list {
    max-width: 950px;
    margin: 60px auto 0;
}

.acc-price-contents-tab-item .acc-price-area-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.acc-price-area-table-wrap {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
}

.acc-price-table-type01 {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
}

.acc-price-table-type01_header-lv1, 
.acc-price-table-type01_header-lv2, 
.acc-price-table-type01_data {
    font-size: 16px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    overflow-wrap: break-word;
}

.acc-price-table-type01_header-lv1 {
    padding: 30px 25px;
    background: #e0e0e0;
    font-weight: bold;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.acc-price-table-type01_header-lv2 {
    padding: 40px 25px;
    font-weight: bold;
    background: #ececec;
    border-bottom: solid 1px #fff;
}

.acc-price-table-type01_data {
    padding: 40px 25px;
    background: #fff;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

.acc-price-not-text {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

/*menu 03*/
.acc-contents-step-2col-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}

.acc-contents-step-2col-inner-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom: 1px dashed #333;
    margin-right: 30px;
}

.acc-contents-step-2col-inner-wrap:not(:first-child) {
    margin-top: 40px;
}

.acc-contents-step-2col-item-wrap.item-wrap-02 .acc-contents-step-2col-inner-wrap:first-child {
    margin-top: 40px;
}

.acc-contents-step-2col-item-wrap.item-wrap-02 .acc-contents-step-2col-inner-wrap.last{
    border-bottom: none;
}

.acc-contents-step-2col-inner-contents {
    margin-left: 30px;
}

.acc-cotents-step-2col-inner-title {
    margin-bottom: 20px;
}

.acc-contents-step-2col-inner-text {
    margin-bottom: 20px;
    font-size: 16px;
}

.acc-contents-step-2col-inner-text > span {
    font-weight: bold;
}

.acc-contents-step-2col-inner-note {
    margin-bottom: 40px;
}

.acc-contents-step-2col-inner-note .acc-contents-step-2col-inner-note-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 12px;
}

.acc-contents-step-2col-inner-wrap.last .acc-contents-step-2col-inner-note:last-child {
    margin-bottom: 0;
}

.acc-contents-step-2col-inner-claim-img {
    margin-bottom: 40px;
}

/*menu 04*/
.contents-tel-wrap {
    background-color: #f8f8f8;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 540px;
    margin: 40px auto;
}

.contents-tel-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contents-tel-number {
    font-size: 50px;
    font-weight: bold;
    color: #3f77cf;
}

.contents-tel-time {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contents-tel-note {
    font-size: 16px;
}

.list-lv1-disc {
    margin-top: 25px;
}
.list-s-lv1-disc_item {
	position: relative;
    margin: 0 10px;
    padding: 0px 0px 10px;
    line-height: 1.7;
    list-style: disc;
    left: 10px;
}
.list-s-lv1-disc_item::before {
    left: 5px;
    width: 3px;
    height: 3px;
}

