/* ---------------------------------------*/
/* Page - Index */
/* ---------------------------------------*/
.body {
  padding: 0;
  margin: 0;
}

.slide_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 10px;
}

.slide_area .slide {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
}

.slide_area .slide img {
  width: 100%;
}

.slide_area .bx-has-pager {
  position: absolute;
  right: 0;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .slide_area {
    display: block;
    margin-bottom: 35px;
    border-top: 8px solid #f15a24;
  }
  .slide_area .slide {
    width: 100%;
  }
  .slide_area .bx-has-pager {
    position: static;
  }
}

.slide_copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F15A24;
  background: -webkit-linear-gradient(315deg, #F7931E 0%, #F5871F 10%, #F26622 55%, #F15A24 77%, #F15A24 100%);
  background: -o-linear-gradient(315deg, #F7931E 0%, #F5871F 10%, #F26622 55%, #F15A24 77%, #F15A24 100%);
  background: linear-gradient(135deg, #F7931E 0%, #F5871F 10%, #F26622 55%, #F15A24 77%, #F15A24 100%);
}

.slide_copy img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .slide_copy {
    width: 100%;
    height: calc(100vw * .4);
  }
  .slide_copy img {
    width: 50%;
  }
}

.bx-wrapper .bx-pager {
  text-align: right;
  font-size: .0em;
  margin: 0 25px 0 0;
  padding: 8px 0 0;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager {
    margin: 0;
    padding: 15px 0;
    text-align: center;
  }
}

.bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 50%;
  background: #B3B3B3;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #C69C6D;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #B3B3B3;
  }
  .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
    background: #C69C6D;
  }
}

.ttl_news {
  margin: 0 0 3px 20px;
}

.ttl_news img {
  width: 225px;
}

@media screen and (max-width: 767px) {
  .ttl_news img {
    width: 248px;
  }
}

.news_area {
  border: 2px solid #f15a24;
}

@media screen and (max-width: 767px) {
  .news_area {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .tab_menu_wrapper {
    background: #f15a24;
  }
}

.tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
  background: #f15a24;
  border-bottom: 10px solid #f15a24;
}

@media screen and (max-width: 767px) {
  .tab_menu {
    position: relative;
    margin: 0 10px 0;
    font-size: 81.25%;
    border-right: 2px solid #f15a24;
    border-left: 2px solid #f15a24;
  }
  .tab_menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: calc(100% + 24px);
    height: 82%;
    margin: 0 -12px;
    background: #f15a24;
    z-index: -1;
  }
}

.tab_menu__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-right: 2px solid #e6e6e6;
}

.tab_menu__item:last-child {
  border: none;
}

.tab_menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 15px 0;
  color: #808080;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tab_menu__item.select a, .tab_menu__item a:hover {
  color: #ffffff;
  background: #f15a24;
}

@media screen and (max-width: 767px) {
  .tab_menu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
  }
  .tab_menu__item:nth-child(-n+3) {
    border-top: 2px solid #F15A24;
    border-bottom: 4px solid #F15A24;
  }
  .tab_menu__item a {
    border-right: 2px solid #e6e6e6;
    background: #fff;
  }
  .tab_menu__item:nth-child(3) a, .tab_menu__item:nth-child(5) a {
    border-right: none;
  }
  .tab_menu__item:nth-child(4), .tab_menu__item:nth-child(5) {
    width: calc(100% / 2);
  }
  .tab_menu__item a:hover {
    color: #808080;
    background: #fff;
  }
  .tab_menu__item.select a:hover {
    color: #fff;
    background: #f15a24;
  }
}

.tab_area .layout_news_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_area .block_news {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  position: relative;
  padding: 15px 30px 40px 15px;
}

.tab_area .block_news .more {
  text-align: right;
  margin: 35px 0 0;
}

.tab_area .block_news .more a {
  color: #4d4d4d;
}

.tab_area .pick {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  margin: 25px 0;
}

.tab_area .pick img {
  border: 5px solid #f05924;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .tab_area .layout_news_area {
    display: block;
  }
  .tab_area .block_news {
    padding: 25px 20px 50px;
  }
  .tab_area .block_news .more {
    text-align: center;
    margin-top: 25px;
  }
  .tab_area .pick {
    margin: 0;
  }
  .tab_area .pick img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-right-width: 25px;
    border-left-width: 25px;
  }
}

.bnr_area {
  padding: 15px 0 0;
  background: url(/img/common/bg_bnrarea.gif) repeat top left;
}

.bnr_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 50px 0 30px;
}

.bnr_area ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 16%;
  flex: 1 1 16%;
  margin: 0 0 15px 20px;
}

.bnr_area ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bnr_area ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px 0 calc(20px - 3%);
  }
  .bnr_area ul li {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 47%;
    margin: 0 0 3% 3%;
  }
}
