@charset "utf-8";

/* ======================================================
 * top.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Main
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Main
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  #content-top-wrapper p,
  #content-top-wrapper a {
    color: #333;
  }
  
  /* ----- a ----- */
  #content-top-wrapper a:focus, *:focus { outline:none; }
  #content-top-wrapper a:hover {
    color: #eb0810;
  }
  /* ----- img ----- */
  /* figure */
  #content-top-wrapper figure {
    margin: 0 !important;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a .img-column,
  .top-hero-content-item > .hero-content > .img-column,
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .index_item .img-column,
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a > .img-wrap,
  .top-content-wrapper03 .todenho-carousel-list .card-list li > a .img-wrap,
  .top-content-wrapper04 .top-content-ly-type04 > ul > li .img-column {
    overflow: hidden;
  }
  /* img */
  #content-top-wrapper .img-column img {
    vertical-align: top;
    width: 100%;
  }
  /* zoom */
  .top-hero-content-item > .hero-content > .img-column img,
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a .img-column img,
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .index_item .img-column img,
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a > .img-wrap > img,
  .top-content-wrapper03 .todenho-carousel-list .card-list li > a .img-wrap > img,
  .top-content-wrapper04 .top-content-ly-type04 > ul > li .img-column img {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a:hover .img-column img,
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block a:hover .img-column img,
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a:hover > .img-wrap > img,
  .top-content-wrapper03 .todenho-carousel-list .card-list li > a:hover .img-wrap > img,
  .top-content-wrapper04 .top-content-ly-type04 > ul > li a:hover .img-column img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  /* ----- window ----- */
  [class*="top-content-wrapper0"],
  #content-top-wrapper > #content-info-wrapper > .content-info-inner {
    max-width: 1800px;
    margin: 0 auto;
  }
  
  .mediaQueries-none { display: none; }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* content-info-wrapper */
  #content-top-wrapper > #content-info-wrapper {
    background-color: #ffeded;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-box {
    position: relative;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-box + .emergency-box {
    border-top: solid 2px #fff;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("/pg/shared/images/top/icon_open_plus.png") no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
    content: "";
  }
  #content-top-wrapper > #content-info-wrapper .emergency-toggle.open {
    background: url("/pg/shared/images/top/icon_close_minus.png") no-repeat 0 0;
  }
  #content-top-wrapper > #content-info-wrapper .content-info-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 60px 15px 15px;
  }
  #content-top-wrapper > #content-info-wrapper .content-info-inner .content-info-data,
  #content-top-wrapper > #content-info-wrapper .content-info-inner .content-info-title {
    color: #eb0810;
    font-size: 16px;
  }
  #content-top-wrapper > #content-info-wrapper .content-info-inner .content-info-data {
    margin-right: 1em;
    font-weight: bold;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-body {
    display: none;
    max-width: 1845px;
    margin: 0 auto;
    padding: 0 15px 15px;
  }
  /* content-info-wrapper */
  #content-top-wrapper > .hero-ly-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter {
    width: 75.6%;
    max-width: 1440px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter:first-child {
    background-color: #f6f6f6;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top {
    height: auto;
    margin-bottom: 0;
  }
  #content-top-wrapper > .hero-ly-content .hero-carousel-top ul {
    height: auto;
  }

  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top .top-hero-content-item {
    display: block;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter + .content-innter {
    width: 24.4%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top .top-hero-content-item .top-hero-text {
    padding: 35px 490px 33px 60px;
    font-size: 21px;
  }
  /* top-column-type02 */
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li + li {
    border-top: 1px solid #f6f6f6;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a .img-column {
    width: 44%;
    max-width: 200px;
    margin-right: 7% !important;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a:hover {
    color: #eb0810;
  }
  /* blackout-info-content */
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box {
    padding: 20px 40px 28px;
    background: #eb0810;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .blackout-body {
    line-height: 1.1;
    padding: 15px 20px 15px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;  
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .home-contents {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info {
    position: relative;
    height: 50px;
    padding: 16px 46px 13px 20px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__switch .blackout-info__title {
    overflow: hidden;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__switch .blackout-info__title span {
    padding-left: 100%;
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s;
    white-space: nowrap;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__reload {
    position: absolute;
    content: "";
    width: 15px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    background: url("/shared_files/images/top/icon_index-j_08.png") no-repeat 0 0 / 15px auto;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__contents {
    display: none !important;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list {
    -webkit-display: flex;
    display: flex;
    padding-top: 30px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li {
    width: 50%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li > a {
    display: block;
    width: 100%;
    padding-top: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li.forecast > a {
    background: url("/pg/shared/images/top/icon_index-j_01.png") no-repeat 50% 0;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li.info > a {
    background: url("/pg/shared/images/top/icon_index-j_02.png") no-repeat 50% 0;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li {
    width: 50%;
    border-bottom: solid 1px #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li:last-child {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li.office {
    border-right: solid 1px #e0e0e0;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 28px 10px 27px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li.office > a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 22px;
    margin: 0 9px 0 0;
    background: url("/pg/shared/images/top/icon_index-j_03.png") no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li > a:hover {
    color: #eb0810;
  }
  /* hero-ly-info-content */
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-ly-info-content {
    padding: 40px 40px 25px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min {
    display: none;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .hdg-level3 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .link-btn-type01 {
    position: relative;
    top: auto;
    right: auto;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .link-btn-type01 a {
    min-width: 4.2em;
    margin-left: 20px;
    padding: 6px 0 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: none;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .link-btn-type01 a:hover {
    color: #eb0810;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper {
    margin-bottom: 35px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .section + .section .news-element-wrapper {
    margin-bottom: 0;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dt {
    color: #666;
    font-size: 12px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dt span {
    position: relative;
    left: auto;
    top: auto;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dd {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dd a:hover {
    text-decoration: underline;
  }
  /* bxSlider */
  #content-top-wrapper > .hero-ly-content .bx-controls {
    position: absolute;
    min-width: 490px;
    height: 100px;
    bottom: 0;
    right: 0;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager {
    width: auto;
    height: 20px;
    top: 0;
    bottom: 0 !important;
    right: 185px;
    margin: auto 0;
    padding: 0;
    text-align: left;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager .bx-pager-item .bx-pager-link {
    background: #9d9d9d !important;
    margin: 0 10px;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager .bx-pager-item a.active {
    border: none !important;
    background: #eb0810 !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-controls-direction {
    width: 70px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 40px;
    left: auto;
    margin: auto 0;
    opacity: 1;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-prev,
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-next {
    width: 15px;
    height: 30px;
    top: 0;
    margin-top: 0;
    z-index: 2;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url("/pg/shared/images/top/icon_top_prev_pc.png") no-repeat 0 0  !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: url("/pg/shared/images/top/icon_top_prev_on_pc.png") no-repeat 0 0  !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-next {
    background: url("/pg/shared/images/top/icon_top_next_pc.png") no-repeat 0 0  !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: url("/pg/shared/images/top/icon_top_next_on_pc.png") no-repeat 0 0  !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto {
    width: 17px;
    height: 30px;
    top: 50%;
    bottom: auto!important;
    right: 145px;
    margin-top: -16px;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start,
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop {
    display: block;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start.active,
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop.active {
    display: none;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start {
    width: 20px;
    height: 30px;
    background: url("/pg/shared/images/top/icon_top_play_pc.png") no-repeat 50% 50%;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start:hover {
    background: url("/pg/shared/images/top/icon_top_play_on_pc.png") no-repeat 50% 50%;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop {
    margin: 0;
    width: 14px;
    height: 30px;
    background: url("/pg/shared/images/top/icon_top_stop_pc.png") no-repeat 50% 50%;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop:hover {
    background: url("/pg/shared/images/top/icon_top_stop_on_pc.png") no-repeat 50% 50%;
  }
  /* top-content-wrapper */
  [class*="top-content-wrapper"] > [class*="top-content-ly-type"] .top-hdg-level2 {
    margin-bottom: 30px;
    color: #333;
    font-size: 27px;
  }
  /* top-content-wrapper01 */
  .top-content-wrapper01 {
    max-width: 1920px;
    margin-top: 60px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 {
    -webkit-display: flex;
    display: flex;
    width: 100%;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section {
    box-shadow: 0px 1px 3px 1px #d7d7d7;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section.col01 {
    width: 25%;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section.col01 span.index_item {
    color: #333;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section.col02 {
    width: 73%;
    margin-left: auto;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .index_item .top-hdg-level3-type03 {
    padding: 23px 0 20px;
    font-size: 24px;
    text-align: center;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .item_panel {
    padding: 30px 30px 27px;
    border-top: 1px solid #ddd;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section.col02 > .block .item_panel {
    -webkit-display: flex;
    display: flex;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section.col02 > .block .item_panel > ul {
    width: 33.3%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .item_panel > ul > li {
    font-size: 16px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .item_panel > ul > li:not(.pc-none) + li {
    margin-top: 1.5em;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .item_panel > ul > li > a {
    display: block;
    position: relative;
    padding-left: 25px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section > .block .item_panel > ul > li > a::before {
    position: absolute;
    content: "";
    top: 0.3em;
    left: -5px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #eb0810;
    border-right: 1px solid #eb0810;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 46px 0 0 !important;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c > li:first-child {
    margin-right: 38px
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c > li > a {
    display: block;
    min-width: 220px;
    padding: 12px 10px 10px;
    background: #fff;
    border-radius: 10em;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
  }
  /* top-content-wrapper02 */
  .top-content-wrapper02 {
    margin-top: 90px;
    max-width: 1920px;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-content-wrapper02 .hdg-wrapper > .hdg-level3 {
    font-weight: bold !important;
    font-size: 24px !important;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list {
    width: 100%;
    -webkit-display: flex;
    display: flex;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list + .card-list {
    margin-top: 40px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li {
    width: calc((100% - 40px) / 2);
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-l {
    margin-right: 40px;
    background: #fff;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s {
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li {
    width: calc((100% - 40px) / 2);
    background: #fff;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li:nth-child(1),
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li:nth-child(2) {
    margin-bottom: 20px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li:nth-child(odd) {
    margin-right: 40px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-l > a,
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-l > a:hover,
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li > a:hover {
    text-decoration: none !important;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a > .img-wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a > .img-wrap > img {
    width: 100%;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a > .txt-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 30px 20px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list .card-s li > a > .txt-wrap {
    padding: 15px 30px 20px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li .txt-wrap h3 {
    width: 100%;
    font-size: 18px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li > a:hover .txt-wrap h3 {
    text-decoration: underline !important;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li.card-l .txt-wrap h3 {
    font-size: 24px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list li .txt-wrap .doc-caption {
    display: inline-block;
    margin: 0.5em 20px 0 0 !important;
    background: #fff;
    padding: 5px 15px 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 14px !important;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li .txt-wrap .doc-date {
    margin: 0.5em 0 0 !important;
    color: #666;
    font-size: 12px !important;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .btn-more {
    margin: 30px 0 -75px;
    text-align: center;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .btn-more > a {
    display: inline-block;
    min-width: 220px;
    padding: 12px 10px 10px;
    border-radius: 10em;
    border: none;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
    background-image: none;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
  }
  /* top-content-wrapper03 */
  .top-content-wrapper03 {
    margin: 100px 0 0;
    padding: 50px 15px 80px;
    max-width: none;
    background-color: #f6f6f6;
  }
  .top-content-wrapper03 > .section-wrapper-gray {
    max-width: 1800px;
    margin: 0 auto;
  }
  .top-content-wrapper03 > .section-wrapper-gray > .section {
    width: 1240px;
    margin: 0 auto;
  }
  .top-content-wrapper03 .todenho-carousel-list .card-list .img-wrap > img {
    width: 100%;
    height: auto;
  }
  #content-body-wrapper .top-content-wrapper03 > .section-wrapper-gray .hdg-level2 {
    font-size: 27px;
    font-weight: bold;
  }
  #content-body-wrapper .top-content-wrapper03 .card-list li {
    padding: 5px 0;
  }
  #content-body-wrapper .top-content-wrapper03 .card-list li a {
    display: block;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
  }
  #content-body-wrapper .top-content-wrapper03 .card-list li a:hover {
    text-decoration: none;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap {
    padding: 20px 30px;
    background-color: #fff;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap h3 {
    font-size: 18px;
    overflow: hidden;
    height: 3em;
  }
  #content-body-wrapper .top-content-wrapper03 a:hover .txt-wrap h3 {
    text-decoration: underline;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap h3 > br {
    display: none;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap .doc-date {
    margin-top: 0.5em;
    color: #666;
    font-size: 12px;
    text-align: left;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c {
    margin: 40px 0 0;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c li .link-icon-back {
    display: inline-block;
    min-width: 220px;
    padding: 12px 10px 10px;
    border-radius: 10em;
    border: none;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
    background-image: none;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c li a {
    display: block;
  }
  /* bxSlider */
  .top-content-wrapper03 .bx-viewport {
    height: auto !important;
  }
  .top-content-wrapper03 .bx-wrapper .bx-controls-direction a {
    margin-top: -45px;
    z-index: 5;
  }
  .top-content-wrapper03 .bx-controls-direction,
  .top-content-wrapper03 .bx-wrapper a {
    opacity: 1;
  }
  /* top-content-wrapper04 */
  .top-content-wrapper04 {
    padding: 95px 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
  }
  .top-content-wrapper04 .section-wrapper {
    display: none;
  }
  .top-content-wrapper04 > .top-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px;
    width: 100%;
  }
  .top-content-wrapper04 > .section,
  .top-content-wrapper04 > .top-content > .section {
    width: 49%;
    box-sizing: border-box;
  }
  .top-content-wrapper04 > .section + .section,
  .top-content-wrapper04 > .top-content > .section + .section {
    margin-left: 2%;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper {
    margin-bottom: 0;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 28px;
    padding: 0;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .hdg-level3 {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .link-btn-type01 {
    position: relative;
    top: auto;
    right: auto;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .link-btn-type01 a {
    min-width: 4.2em;
    margin-left: 20px;
    padding: 6px 0 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: none;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .link-btn-type01 a:hover {
    color: #333;
    box-shadow: 0px 6px 4px -3px #d7d7d7;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl + dl {
    margin-top: 30px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > * {
    width: 100%;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dt {
    color: #666;
    font-size: 12px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dt span {
    position: relative;
    left: auto;
    top: auto;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dd {
    margin-bottom: 4px;
    padding: 0;
    font-size: 16px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dd a:hover {
    text-decoration: underline;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
***/
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .mediaQueries-none { display: block; }
  .mediaQueries-none.pc-none { display: block !important; }

  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 201px;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list {
    width: 100%;
    height: calc(100% - 201px);
    margin-top: auto;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li:last-child {
    border-bottom: none;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li > a {
    height: 100%;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-wide {
    display: none;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min > .section {
    width: 49%;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min > .section + .section {
    margin-left: 2%;
  }
  [class*="top-content-wrapper"] > [class*="top-content-ly-type"] .top-hdg-level2 {
    font-size: 2.25vw;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min .top-news-element-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min .top-news-element-wrapper > .section {
    width: 48.5%;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min .top-news-element-wrapper > .section + .section {
    margin-left: 3%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-hero-content-item .hero-content .img-column {
    max-height: 375px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top .top-hero-content-item .top-hero-text {
    padding: 25px 385px 23px 20px;
    font-size: 1.31vw !important;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 {
    height: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list {
    height: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list > li {
    height: 33.2%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list > li a {
    height: 100%;
    font-size: 20px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list > li a .img-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 51.5%;
    max-width: none;
    height: 100%;
    max-height: 151px;
    margin-right: 4% !important;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list > li a .img-column img {
    width: auto;
    height: 100%;
    max-height: 151px;
    margin: 0 -50%;
  }
  /* bxSlider */
  #content-top-wrapper > .hero-ly-content .bx-controls {
    min-width: 385px;
    max-height: 75px;
    height: 19.5%;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager {
    width: auto;
    height: 20px;
    right: 180px;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager .bx-pager-item {
    height: 10px;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager .bx-pager-item .bx-pager-link {
    margin: 0 5px;
  }
  #content-top-wrapper > .hero-ly-content .bx-controls-direction {
    right: 25px;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto {
    width: 17px;
    height: 30px;
    bottom: 35px !important;
    right: 135px
  }
  /* top-column-wrapper02 */
  .top-content-wrapper02 {
    padding: 0 20px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list {
    grid-gap: 19px 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1420px) {
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list > li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dt {
    font-size: 11px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dd {
    font-size: 14px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 > .top-business-list > li a {
    font-size: 18px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter {
    width: 68.5%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter + .content-innter {
    width: 31.5%;
  }
  /* blackout-info-content */
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box {
    padding: 20px 20px 28px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list {
    display: block;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li:last-child {
    border-bottom: none;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li.office {
    border-right: none;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li > a {
    display: block;
    min-height: 0;
    padding: 28px 20px 27px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  /* top-content-wrapper03 */
  #content-body-wrapper .top-content-wrapper03 .txt-wrap {
    padding: 10% 12%;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap h3 {
    font-size: 15px;
  }
  /* top-content-wrapper04 */
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dt {
    font-size: 11px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dd {
    font-size: 14px;
  }
  .top-content-wrapper03 > .section-wrapper-gray > .section {
    width: 100%;
    max-width: 1240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  [class*="top-content-wrapper"] > [class*="top-content-ly-type"] .top-hdg-level2,
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .hdg-level3,
  #content-body-wrapper .top-content-wrapper03 > .section-wrapper-gray .hdg-level2 {
    font-size: 21px;
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  #content-top-wrapper p,
  #content-top-wrapper a {
    color: #333;
  }
  
  /* ----- a ----- */
  #content-top-wrapper a:focus, *:focus { outline:none; }
  
  /* ----- img ----- */
  #content-top-wrapper figure {
    margin: 0 !important;
  }
  #content-top-wrapper .img-column img {
    vertical-align: top;
    width: 100%;
  }
  
  /* ----- window ----- */
  #content-top {
    margin: 0;
  }
  
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* content-info-wrapper */
  #content-top-wrapper > #content-info-wrapper {
    background-color: #ffeded;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-box {
    position: relative;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-box + .emergency-box {
    border-top: solid 2px #fff;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-toggle {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("/pg/shared/images/top/icon_open_plus.png") no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    content: "";
  }
  #content-top-wrapper > #content-info-wrapper .emergency-toggle.open {
    background: url("/pg/shared/images/top/icon_close_minus.png") no-repeat 0 0;
    background-size: contain;
  }
  #content-top-wrapper > #content-info-wrapper .content-info-inner {
    padding: 15px 40px 15px 15px;
  }
  #content-top-wrapper > #content-info-wrapper .content-info-inner .content-info-data,
  #content-top-wrapper > #content-info-wrapper .content-info-inner .content-info-title {
    color: #eb0810;
    font-size: 13px;
  }
  #content-top-wrapper > #content-info-wrapper .content-info-inner .content-info-data {
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #content-top-wrapper > #content-info-wrapper .emergency-body {
    display: none;
    padding: 0 15px 15px;
  }
  /* content-info-wrapper */
  #content-top-wrapper > .hero-ly-content > .content-innter:first-child {
    margin-bottom: 45px;
    background-color: #f6f6f6;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top {
    height: auto;
    margin-bottom: 0;
  }
  #content-top-wrapper > .hero-ly-content .hero-carousel-top ul {
    height: auto;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top .top-hero-content-item {
    display: block;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top .top-hero-content-item .top-hero-text {
    padding: 15px;
    font-size: 14px;
  }
  /* top-column-type02 */
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li {
    width: calc((100%) / 3);
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li + li {
    border-left: 1px solid #ddd;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    background-color: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a > .img-column {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-column-type02 .top-business-list > li a > span {
    width: 100%;
    padding: 8% 0;
    font-size: 16px;
    line-height: 1.3;
    box-sizing: border-box;
  }
  /* blackout-info-content */
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box {
    padding: 15px;
    background: #eb0810;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .blackout-body {
    line-height: 1.1;
    padding: 14px 9px 14px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: bold;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;  
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 15px 15px 0;
    background-color: #eb0810;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .home-contents {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info {
    position: relative;
    width: 100%;
    padding: 13px 40px 11px 10px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__switch .blackout-info__title {
    overflow: hidden;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__switch .blackout-info__title span {
    padding-left: 100%;
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s;
    white-space: nowrap;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__reload {
    position: absolute;
    content: "";
    width: 15px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    background: url("/shared_files/images/top/icon_index-j_08.png") no-repeat 0 0 / 15px auto;
    cursor: pointer;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .top-electrical-contents .blackout-info__contents {
    display: none !important;
  }






  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list {
    -webkit-display: flex;
    display: flex;
    padding-top: 17px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li {
    width: 50%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li > a {
    display: block;
    width: 100%;
    padding-top: 38px;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li.forecast > a {
    background: url("/pg/shared/images/top/icon_index-j_01-r2x.png") no-repeat 50% 0;
    background-size: 43px auto;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .blackout-info-box > .info-list > li.info > a {
    background: url("/pg/shared/images/top/icon_index-j_02-r2x.png") no-repeat 50% 0;
    background-size: 36px auto;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li {
    width: 50%;
    border-bottom: solid 1px #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li:last-child {
    width: 100%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li.office {
    border-right: solid 1px #e0e0e0;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li > a {
    display: block;
    padding: 20px 10px 19px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .blackout-info-content > .procedure-list > li.office > a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 18px;
    margin: -2px 6px 0 0;
    background: url("/pg/shared/images/top/icon_index-j_03.png") no-repeat 0 0;
    background-size: contain;
    vertical-align: middle;
  }
  /* hero-ly-info-content */
  #content-top-wrapper > .hero-ly-content > .hero-ly-info-content.type-min {
    display: none;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-ly-info-content.type-wide {
    padding: 30px 15px 25px;
    border-bottom: solid 1px #ccc;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .section + .section {
    margin-top: 17px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .hdg-level3 {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .link-btn-type01 {
    position: absolute;
    top: auto;
    right: 0;
    margin: 0;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .hdg-wrapper .link-btn-type01 a {
    min-width: 4.2em;
    padding: 6px 0 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: none;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dt {
    color: #666;
    font-size: 10px;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dt span {
    position: relative;
    left: auto;
    top: auto;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content .news-element-wrapper > dl > dd {
    padding: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }
  
  
  
  
  /* bxSlider */
  #content-top-wrapper > .hero-ly-content .bx-controls {
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: -45px;
    right: 0;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager {
    width: 70%;
    height: 15px;
    top: 0;
    bottom: 0 !important;
    right: 105px;

    margin: auto 0;
    padding: 0;
    text-align: right;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager .bx-pager-item .bx-pager-link {
    background: #9d9d9d !important;
    margin: 0 8px;
    width: 8px !important;
    height: 8px !important;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  #content-top-wrapper > .hero-ly-content .bx-pager .bx-pager-item a.active {
    border: none !important;
    background: #eb0810 !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-controls-direction {
    width: 45px !important;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 15px;
    left: auto !important;
    margin: auto 0;
    opacity: 1;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-prev,
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-next {
    width: 9px;
    height: 18px;
    top: 0;
    margin-top: 0;
    z-index: 2;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url("/pg/shared/images/top/icon_top_prev_sp.png") no-repeat 0 0 / 9px auto  !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-direction a.bx-next {
    background: url("/pg/shared/images/top/icon_top_next_sp.png") no-repeat 0 0 / 9px auto  !important;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto {
    width: 17px;
    height: 20px;
    top: 50%;
    bottom: auto!important;
    right: 77px;
    margin-top: -10px;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start,
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop {
    display: block;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start.active,
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop.active {
    display: none;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-start {
    width: 13px;
    height: 15px;
    background: url("/pg/shared/images/top/icon_top_play_sp.png") no-repeat 50% 50% / 13px auto;
  }
  #content-top-wrapper > .hero-ly-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item .bx-stop {
    margin: 0;
    width: 9px;
    height: 18px;
    background: url("/pg/shared/images/top/icon_top_stop_sp.png") no-repeat 50% 50% / 9px auto;
  }
  /* top-content-wrapper */
  [class*="top-content-wrapper"] > [class*="top-content-ly-type"] .top-hdg-level2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    text-align: center;
  }
  /* top-content-wrapper01 */
  .top-content-wrapper01 {
    padding: 45px 15px 0;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section {
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section + .section {
    margin-top: 20px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block {
    box-shadow: 0px 1px 3px 1px #d7d7d7;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block .index_item {
    display: block;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 > .section.col01 span.index_item {
    color: #333;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block .index_item .top-hdg-level3-type03 {
    position: relative;
    padding: 19px 30px 16px;
    font-size: 16px;
    text-align: center;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block .index_item .top-hdg-level3-type03.js-contents-trigger {
    padding: 19px 30px 16px 10px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block .index_item.on .top-hdg-level3-type03.js-contents-trigger {
    background-color: #f6f6f6;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block .index_item .top-hdg-level3-type03.js-contents-trigger::after {
    position: absolute;
    content: "";
    top: -5px;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 1px solid #eb0810;
    border-right: 1px solid #eb0810;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .section .block .index_item.on .top-hdg-level3-type03.js-contents-trigger::after {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .item_panel {
    display: none;
    padding: 27px 20px 28px;
    border-top: 1px solid #ddd;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .item_panel > ul + ul {
    margin-top: 1.8em;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .item_panel > ul > li {
    font-size: 14px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .item_panel > ul > li + li {
    margin-top: 1.8em;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .item_panel > ul > li > a {
    display: block;
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .top-content-ly-col2 .item_panel > ul > li > a::before {
    position: absolute;
    content: "";
    top: 0.3em;
    left: -5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #eb0810;
    border-right: 1px solid #eb0810;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 25px 0 0 !important;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c > li {
    width: 47.8%;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c > li:last-child {
    margin-left: auto;
  }
  .top-content-wrapper01 .top-content-ly-type01 > .list-link-horizontal-c > li > a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px;
    background: #fff;
    border-radius: 10em;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* top-content-wrapper02 */
  .top-content-wrapper02 {
    margin-top: 40px;
    padding: 0 15px;
  }
  .top-content-wrapper02 .hdg-wrapper > .hdg-level3 {
    margin-bottom: 15px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    text-align: center;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper {
    border-bottom: 1px solid #ddd;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list + .card-list {
    margin-top: 20px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li {
    display: block;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li + li {
    margin-top: 20px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a {
    display: block;
    background: #fff;
    box-shadow: 0px 1px 2px 1px #cfcfcf;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a .img-wrap {
    width: 100%;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a .img-wrap > img {
    max-width: 100%;
    height: auto;

    vertical-align: top;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a .txt-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 13px 15px 15px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li.card-l a .txt-wrap {
    padding: 13px 15px 15px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li .txt-wrap h3 {
    width: 100%;
    font-size: 13px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li.card-l .txt-wrap h3 {
    font-size: 15px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li.card-s .txt-wrap h3 {
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a.link-blank .txt-wrap h3:after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 3px;
    vertical-align: middle;
  }
  #content-body-wrapper .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a .txt-wrap .doc-caption {
    display: inline-block;
    margin: 0.4em 10px 0 0;
    background: #fff;
    padding: 2px 10px 1px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 11px;
  }
  #content-body-wrapper .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content .card-list li a .txt-wrap .doc-date {
    margin: 0.4em 0 0;
    color: #666;
    font-size: 12px;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .btn-more {
    margin: 25px 0 -21px;
    text-align: center;
  }
  .top-content-wrapper02 .section > .topmost-card-information-wrapper > .btn-more > a {
    display: inline-block;
    min-width: 180px;
    padding: 10px 10px 9px;
    border-radius: 10em;
    border: none;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
    background-image: none;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
  }
  /* top-content-wrapper03 */
  .top-content-wrapper03 {
    margin: 60px 0 0;
    padding: 25px 15px 10px;
    max-width: none;
    background-color: #f6f6f6;
  }
  .top-content-wrapper03 > .section-wrapper-gray {
    max-width: 1800px;
    margin: 0 auto;
  }
  #content-body-wrapper .top-content-wrapper03 > .section-wrapper-gray .hdg-level2 {
    font-size: 18px;
    font-weight: bold;
  }
  #content-body-wrapper .top-content-wrapper03 .card-list li {
    padding: 5px 0;
  }
  #content-body-wrapper .top-content-wrapper03 .card-list li a {
    display: block;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
  }
  #content-body-wrapper .top-content-wrapper03 .card-list li a .img-wrap > img {
    width: 100%;
    height: auto;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap {
    padding: 10px 15px 15px;
    background-color: #fff;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap h3 {
    font-size: 13px;
    overflow: hidden;
    height: 3em;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap h3 > br {
    display: none;
  }
  #content-body-wrapper .top-content-wrapper03 .txt-wrap .doc-date {
    margin: 0.7em 0 0;
    color: #666;
    font-size: 12px;
    text-align: left;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c {
    margin: 22px 0 0;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c li .link-icon-back {
    display: inline-block;
    padding: 12px 60px 10px;
    border-radius: 10em;
    border: none;
    box-shadow: 0px 1px 3px 1px #cfcfcf;
    background-image: none;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-weight: bold;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c li .link-icon-back::after {
    display: none;
  }
  #content-body-wrapper .top-content-wrapper03 .list-link-horizontal-c li a {
    display: block;
  }
  /* bxSlider */
  .top-content-wrapper03 .bx-viewport {
    height: auto !important;
  }
  .top-content-wrapper03 .bx-wrapper .bx-controls-direction a {
    margin-top: -45px;
    z-index: 5;
  }
  .top-content-wrapper03 .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0px;
  }
  .top-content-wrapper03 .bx-controls-direction,
  .top-content-wrapper03 .bx-wrapper a {
    opacity: 1;
  }
  /* top-content-wrapper04 */
  .top-content-wrapper04 {
    padding: 55px 15px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .top-content-wrapper04 .section-wrapper {
    display: none;
  }
  .top-content-wrapper04 > .top-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 100%;
  }
  .top-content-wrapper04 > .section + .section,
  .top-content-wrapper04 > .top-content > .section + .section {
    margin-top: 30px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper {
    margin-bottom: 0;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .hdg-level3 {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .link-btn-type01 {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .link-btn-type01 a {
    min-width: 4em;
    margin-left: 20px;
    padding: 4px 0 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: none;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper .hdg-wrapper .link-btn-type01 a:hover {
    color: #333;
    box-shadow: 0px 6px 4px -3px #d7d7d7;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl + dl {
    margin-top: 20px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > * {
    width: 100%;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dt {
    color: #666;
    font-size: 9px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dt span {
    position: relative;
    left: auto;
    top: auto;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dd {
    margin-bottom: 4px;
    padding: 0;
    font-size: 13px;
  }
  #content-body-wrapper .top-content-wrapper04 .news-element-wrapper > dl > dd a:hover {
    text-decoration: underline;
  }

}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
  body[data-browser="ie11"] .hero-ly-info-content.type-wide {
    display: none !important;
  }
  body[data-browser="ie11"] .hero-ly-info-content.type-min {
    width: 100% !important;
    -webkit-display: flex !important;
    display: flex !important;
    padding: 30px 20px !important;
  }
  body[data-browser="ie11"] .hero-ly-info-content.type-min > .section {
    width: 50% !important;
    margin: 0 !important;
  }
  body[data-browser="ie11"] .top-content-wrapper02 .section > .topmost-card-information-wrapper > .card-content > .card-list > li.card-s > ul > li {
    width: 48% !important;
    margin-right: 0 !important;
  }

  body {
    width: 1000px;
  }
  .mediaQueries-none { display: block; }
  .mediaQueries-none.pc-none { display: block !important; }
  
  #content-top-wrapper > .hero-ly-content > .content-innter {
    width: 700px;
    height: 475px;
    overflow: hidden !important;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter + .content-innter {
    width: 300px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .top-hero-content-item .hero-content .img-column {
    height: 400px;
  }
  [class*="top-content-wrapper"] > [class*="top-content-ly-type"] .top-hdg-level2 {
    font-size: 2.25vw;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min .top-news-element-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min .top-news-element-wrapper > .section {
    width: 48.5%;
  }
  #content-top-wrapper > .hero-ly-content .hero-ly-info-content.type-min .top-news-element-wrapper > .section + .section {
    margin-left: 3%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter {
    width: 67.5%;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter .hero-carousel-top .top-hero-content-item .top-hero-text {
    padding: 15px 20px 15px 20px;
    font-size: 17px;
  }
  #content-top-wrapper > .hero-ly-content > .content-innter + .content-innter {
    width: 32.5%;
  }
  /* bxSlider */
  #content-top-wrapper > .hero-ly-content .bx-controls {
    display: none;
  }
  [class*="top-content-wrapper"] > [class*="top-content-ly-type"] .top-hdg-level2 {
    margin-bottom: 18px;
    color: #333;
    font-size: 21px;
  }

}