@charset "UTF-8";
/* 共通 =========== */
/* 共通・スマホ =========== */
.body-top .topics,
.body-top .panel-nav li a,
.body-top .panel-nav li a:after,
.wrap_news .news_tool li:first-child a,
.body-top .wrap_sns .sns .sns_list li .icon-textLink {
  background-image: url(../img/img-pad_sp.png);
  background-repeat: no-repeat;
  -webkit-background-size: 160px auto;
  background-size: 160px auto;
}

.body-top .topics {
  display: block;
  margin: 40px 0 20px;
  padding: 0 10px;
  background: url(../img/bg_topics-arrow_sp.png) no-repeat right center;
  -webkit-background-size: 18px 15px;
  background-size: 18px 15px;
}
.body-top .topics dl {
  display: table;
  width: 100%;
}
.body-top .topics dl dt {
  display: table-cell;
  width: 65px;
  background-color: #1e4b79;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.body-top .topics dl dd {
  display: table-cell;
  padding: 0 15px 0 8px;
}
.body-top .wrap_news .infoHeader {
  margin: 0 10px;
}
.body-top .wrap_news .tabNav {
  display: table;
  width: 100%;
  border-left: 1px solid #dfdfdf;
}
.body-top .wrap_news .tabNav li {
  display: table-cell;
  width: 33.333%;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  font-size: 0.857em;
  line-height: 1.3;
  vertical-align: middle;
  background-color: #ededed;
}
.body-top .wrap_news .tabNav li a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  color: #252525;
}
.body-top .wrap_news .tabNav li a:hover {
  text-decoration: none;
}
.body-top .wrap_news .tabBody dt {
  padding: 17px 10px 0;
}
.body-top .wrap_news .tabBody dt .category {
  font-size: 0.857em;
  border: 1px solid #333333;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}
.body-top .wrap_news .tabBody dd {
  padding: 0 10px 17px;
  border-bottom: 1px solid #dfdfdf;
}
.body-top .wrap_news#main .news_tool {
  margin: 0 10px 8px;
}
.body-top .wrap_news .news_tool li {
  display: inline-block;
  font-size: 0.857em;
  height: 30px;
  line-height: 30px;
  width: 45px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.body-top .wrap_news .news_tool li:first-child {
  float: left;
  background-color: #ffcc00;
}
.body-top .wrap_news .news_tool li:first-child:hover {
  background-color: #eba705;
}
.body-top .wrap_news .news_tool li:first-child a {
  height: 30px;
  color: #252525;
  background-position: -145px 10px;
  padding-left: 14px;
}
.body-top .wrap_news .news_tool li:last-child {
  float: right;
  background-color: #333333;
  text-align: center;
}
.body-top .wrap_news .news_tool li:last-child:hover {
  background-color: #000000;
}
.body-top .wrap_news .news_tool li:last-child a {
  color: #ffffff;
  height: 100%;
}
.body-top .wrap_news .news_tool li a {
  display: block;
}
.body-top .wrap_news .news_tool li a:hover {
  text-decoration: none;
}
.body-top .wrap_sns {
  background-color: #edf3f1;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .panel-nav {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin: 0 10px 20px;
  }
  .panel-nav li {
    height: 83px;
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    overflow: hidden;
  }
  .panel-nav li a {
    display: block;
    height: 100%;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 100;
  }
  .panel-nav li a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-position: 1px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .panel-nav li a:hover {
    background-color: #edf3f1;
  }
  .panel-nav li:first-child a {
    background-position: center -47px;
  }
  .panel-nav li:nth-child(2) a {
    background-position: center -164px;
  }
  .panel-nav li:nth-child(3) a {
    background-position: center -280px;
  }
  .panel-nav li:last-child a {
    background-position: center -396px;
  }

  .body-top .wrap_news .tabNav li a {
    padding: 17px 0;
  }
  .body-top .wrap_news .tabNav li.line2 a {
    padding: 9px 0;
  }
  .body-top .wrap_news .news_detail dl dd.news_detail_note {
    display: block;
    width: auto;
  }

  .wrap_sns .sns {
    width: 100%;
  }
  .wrap_sns .sns .sns_title {
    text-align: center;
    background-color: #d8e6e2;
    line-height: 37px;
  }
  .wrap_sns .sns .sns_list {
    display: table;
    width: 240px;
    margin: 0 auto;
    padding: 13px 0;
  }
  .wrap_sns .sns .sns_list li {
    display: table-cell;
  }
  .wrap_sns .sns .sns_list li .sns_list_title,
  .wrap_sns .sns .sns_list li .sns_list_window {
    display: none;
  }
  .wrap_sns .sns .sns_list li .sns_list_link {
    width: 50px;
    height: 40px;
    margin-left: 45px;
  }
  .wrap_sns .sns .sns_list li .sns_list_link .icon-textLink {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 100%;
  }
  .wrap_sns .sns .sns_list li.sns_list_youtube .icon-textLink {
    background-position: 1px -631px;
  }
  .wrap_sns .sns .sns_list li.sns_list_twitter .icon-textLink {
    background-position: 1px -735px;
  }
  .wrap_sns .sns .sns_list li.sns_list_facebook .sns_list_link {
    margin-left: 0;
  }
  .wrap_sns .sns .sns_list li.sns_list_facebook .icon-textLink {
    background-position: 1px -834px;
  }

  .body-top .wrap_service {
    border-bottom: 1px solid #dfdfdf;
  }
  .body-top #js_carousel {
    width: 100%;
    max-width: 949px;
    height: auto;
    max-height: 301px;
  }
  .body-top #js_carousel .cassette li {
    display: none;
  }
  .body-top #js_carousel .cassette li a {
    display: block;
  }
  .body-top #js_carousel .cassette .sp {
    width: 100%;
  }
  .body-top #js_carousel .cassette .default {
    display: block;
  }
  .body-top #js_carousel .cassette .default .pc {
    display: none;
  }
  .body-top #js_carousel.js-on {
    position: relative;
  }
  .body-top #js_carousel.js-on .cassette {
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 301px;
  }
  .body-top #js_carousel.js-on .cassette ul {
    position: relative;
  }
  .body-top #js_carousel.js-on .cassette li {
    float: left;
    display: block;
  }
  .body-top #js_carousel.js-on .cassette a {
    display: block;
  }
  .body-top #js_carousel.js-on .indicator {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    right: auto;
    bottom: -25px;
  }
  .body-top #js_carousel.js-on .indicator ul {
    position: relative;
  }
  .body-top #js_carousel.js-on .indicator li {
    margin-left: 10px;
    display: inline-block;
  }
  .body-top #js_carousel.js-on .indicator li:first-child {
    margin-left: 0;
  }
  .body-top #js_carousel.js-on .indicator li a {
    background-color: #ccc;
    display: block;
    position: relative;
    width: 34px;
    height: 9px;
  }
  .body-top #js_carousel.js-on .indicator li a .tooltip {
    display: none !important;
  }
  .body-top #js_carousel.js-on .indicator .active a {
    background-color: #1e4b79;
  }
  .body-top #js_carousel.js-on .controller li {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .body-top #js_carousel.js-on .controller li .label {
    position: absolute;
    left: 100%;
  }
  .body-top #js_carousel.js-on .controller .btn-prev {
    left: 0;
  }
  .body-top #js_carousel.js-on .controller .btn-prev a:after {
    background-position: -140px -1112px;
  }
  .body-top #js_carousel.js-on .controller .btn-next {
    right: 0;
  }
  .body-top #js_carousel.js-on .controller .btn-next a:after {
    background-position: -140px -1025px;
  }
  .body-top #js_carousel.js-on .controller a {
    background-color: #ffffff;
    opacity: .8;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .body-top #js_carousel.js-on .controller a:after {
    content: "";
    display: block;
    width: 14px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -7px;
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }
  .body-top #js_carousel.js-on .controller img {
    position: absolute;
    top: 50%;
  }
}
/* PC =========== */
.body-top .wrap_service,
.body-top .wrap_topics,
.content .panel-nav li a,
.content .panel-nav li a:after,
.content .wrap_news .news_tool li:first-child a,
.wrap_sns .sns .sns_title,
.wrap_sns .sns .sns_list li .sns_list_title,
.wrap_sns .sns .sns_list li .sns_list_link .icon-textLink {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}

.body-top {
  /* カルーセル */
}
.body-top .wrap_service {
  background-position: 0 -768px;
  padding-bottom: 10px;
  margin-top: 34px;
  width: 643px;
  float: left;
  margin-bottom: 26px;
}
.body-top .wrap_topics {
  background-position: -225px -538px;
  padding-bottom: 10px;
  margin-top: 34px;
  width: 290px;
  float: right;
}
.body-top .wrap_topics .topics {
  padding: 0;
  margin: 0;
  height: 208px;
  border: 1px solid #dfdfdf;
  background-image: url(../img/top/img_topics.jpg);
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
.body-top .wrap_topics .topics:hover {
  opacity: .7;
}
.body-top .wrap_topics .topics dl {
  display: block;
}
.body-top .wrap_topics .topics dl dt {
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.body-top .wrap_topics .topics dl dd {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
.body-top .wrap_topics .topics:after {
  display: none;
}
.body-top .panel-nav {
  clear: both;
  border: 1px solid #dfdfdf;
  margin-bottom: 37px;
}
.body-top .panel-nav li {
  height: 143px;
  width: 236px;
  float: left;
  border-right: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
}
.body-top .panel-nav li:last-child {
  border-right: none;
  width: 237px;
}
.body-top .panel-nav li:after {
  content: "";
  display: block;
  width: 472px;
  height: 286px;
  background-color: #d8e6e2;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(215px, -143px) skew(45deg);
  transform: translate(215px, -143px) skew(45deg);
  transition: transform 0.3s;
}
.ie8 .body-top .panel-nav li:after {
  display: none;
}
.body-top .panel-nav li:hover:after {
  -webkit-transform: translate(0, 0) skew(45deg);
  transform: translate(0, 0) skew(45deg);
}
.body-top .panel-nav li a {
  display: block;
  height: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}
.body-top .panel-nav li a:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-position: 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.body-top .panel-nav li a:hover:after {
  background-position: 0 -36px;
}
.ie8 .body-top .panel-nav li a:hover {
  background-color: #d8e6e2;
}
.body-top .panel-nav li:first-child a {
  background-position: 22px -60px;
}
.body-top .panel-nav li:nth-child(2) a {
  background-position: 22px -233px;
}
.body-top .panel-nav li:nth-child(3) a {
  background-position: 22px -399px;
}
.body-top .panel-nav li:last-child a {
  background-position: 22px -576px;
}
.body-top .wrap_news {
  position: relative;
}
.body-top .wrap_news#main {
  width: auto;
  float: none;
}
.body-top .wrap_news .tabNav {
  width: auto;
}
.body-top .wrap_news .tabNav li {
  width: auto;
  font-size: 1em;
  line-height: 1.7;
}
.body-top .wrap_news .tabNav li a {
  padding: 9px 35px;
}
.body-top .wrap_news#main .news_tool {
  margin: 0;
}
.body-top .wrap_news .news_tool {
  width: 108px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.body-top .wrap_news .news_tool li {
  margin-left: 4px;
  width: 50px;
}
.body-top .wrap_news .news_tool li:first-child a {
  background-position: -62px -1px;
  padding-left: 19px;
  height: 30px;
}
.body-top .wrap_news .news_tool li a {
  display: block;
}
.body-top .wrap_news .news_tool li a:hover {
  text-decoration: none;
}
.body-top .wrap_movie .movie {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 34px;
}
.body-top .wrap_sns {
  margin-bottom: 37px;
}
.body-top .wrap_sns .sns {
  width: 950px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.body-top .wrap_sns .sns .sns_title {
  background-position: -244px -7px;
  width: 113px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 30px;
}
.body-top .wrap_sns .sns .sns_list li {
  width: 306px;
  float: left;
  margin-right: 15px;
}
.body-top .wrap_sns .sns .sns_list li:last-child {
  margin-right: 0;
}
.body-top .wrap_sns .sns .sns_list li .sns_list_title {
  border-bottom: 1px solid #070303;
  height: 15px;
  padding-bottom: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.body-top .wrap_sns .sns .sns_list li .sns_list_window {
  height: 230px;
  background-color: #d7e5e1;
  margin: 8px 0;
}
.body-top .wrap_sns .sns .sns_list li .sns_list_link {
  text-align: right;
}
.body-top .wrap_sns .sns .sns_list li .sns_list_link .icon-textLink {
  background-position: -990px -2px;
}
.body-top .wrap_sns .sns .sns_list li.sns_list_youtube .sns_list_title {
  background-position: -293px -97px;
}
.body-top .wrap_sns .sns .sns_list li.sns_list_youtube .sns_list_window {
  padding-top: 29px;
  height: 201px;
}
.body-top .wrap_sns .sns .sns_list li.sns_list_twitter .sns_list_title {
  background-position: -293px -174px;
}
.body-top .wrap_sns .sns .sns_list li.sns_list_facebook .sns_list_title {
  background-position: -293px -250px;
}
.body-top #js_carousel {
  width: 643px;
  height: 210px;
}
.body-top #js_carousel .cassette {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.body-top #js_carousel .cassette li {
  display: none;
}
.body-top #js_carousel .cassette .default {
  display: block;
}
.body-top #js_carousel .cassette .default .sp {
  display: none;
}
.body-top #js_carousel .cassette a {
  display: block;
}
.body-top #js_carousel .cassette a:hover img, .body-top #js_carousel .cassette a:focus img {
  opacity: .7;
}
.body-top #js_carousel.js-on {
  position: relative;
}
.body-top #js_carousel.js-on .cassette {
  overflow: hidden;
  height: 210px;
  position: relative;
}
.body-top #js_carousel.js-on .cassette ul {
  position: relative;
}
.body-top #js_carousel.js-on .cassette li {
  float: left;
  display: block;
}
.body-top #js_carousel.js-on .controller li {
  width: 40px;
  height: 208px;
  position: absolute;
  top: 1px;
  z-index: 1;
}
.body-top #js_carousel.js-on .controller li .label {
  position: absolute;
  left: 100%;
}
.body-top #js_carousel.js-on .controller .btn-prev {
  left: 1px;
}
.body-top #js_carousel.js-on .controller .btn-prev a:after {
  background-position: -981px -897px;
}
.body-top #js_carousel.js-on .controller .btn-next {
  right: 1px;
}
.body-top #js_carousel.js-on .controller .btn-next a:after {
  background-position: -981px -810px;
}
.body-top #js_carousel.js-on .controller a {
  background-color: #ffffff;
  opacity: .5;
  filter: alpha(opacity=50);
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.body-top #js_carousel.js-on .controller a:hover, .body-top #js_carousel.js-on .controller a:focus {
  opacity: .8;
  filter: alpha(opacity=80);
}
.body-top #js_carousel.js-on .controller a:after {
  content: "";
  display: block;
  width: 14px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -7px;
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}
.body-top #js_carousel.js-on .controller img {
  position: absolute;
  top: 50%;
}
.body-top #js_carousel.js-on .indicator {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
}
.body-top #js_carousel.js-on .indicator li {
  margin-left: 5px;
  display: inline-block;
}
.body-top #js_carousel.js-on .indicator li a {
  background-color: #ccc;
  width: 40px;
  height: 5px;
  display: block;
  position: relative;
}
.body-top #js_carousel.js-on .indicator li a .tooltip {
  display: none;
}
.body-top #js_carousel.js-on .indicator li a:hover .tooltip {
  background-color: #1e4b79;
  color: #fff;
  text-align: center;
  width: 130px;
  font-size: 0.785em;
  padding: 10px;
  margin-left: -75px;
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 5;
}
.body-top #js_carousel.js-on .indicator li a:hover .tooltip::after {
  width: 0;
  height: 0;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom: 6px solid #1e4b79;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
}
.body-top #js_carousel.js-on .indicator .active a {
  background-color: #1e4b79;
}
.body-top #js_carousel.js-on .indicator.sd li a:hover .tooltip {
  display: none;
}
.body-top #js_carousel.js-on .indicator.sd li a:hover .tooltip::after {
  display: none;
}

/* 共通・スマホ =========== */
/* 社長メッセージ */
.body-company .lead {
  font-size: 1.57em;
  color: #1c5ba8;
}
.body-company .txt-message {
  line-height: 2;
}

/* 会社概要 */
.body-company #main .textBtn a[target] span.icon-pdf {
  background-image: none;
  padding-left: 0;
}

.company-profile-table {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.company-profile-table th, .company-profile-table td {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: top;
}
.company-profile-table th {
  text-align: center;
  background-color: #edf3f1;
  padding: 5px 10px;
}
.company-profile-table td {
  padding: 10px;
}
.company-profile-table .show-access {
  text-align: right;
  margin-bottom: 0 !important;
}
.company-profile-table .show-access a {
  background-position: -152px -17px;
  padding-left: 10px;
}
.company-profile-table .company-profile-table_innertable {
  margin-bottom: 0 !important;
}
.company-profile-table .company-profile-table_innertable th, .company-profile-table .company-profile-table_innertable td {
  border: 0;
  padding: 0;
}
.company-profile-table .company-profile-table_innertable th {
  background-color: transparent;
  text-align: left;
  width: 190px;
}
.company-profile-table .company-profile-table_innertable td {
  margin-bottom: 5px;
}

.body-company #main .btn_l_space {
  margin: 0;
}

.group-company-list {
  margin: 0 10px;
}
.group-company-list li a {
  background-position: -152px -17px;
  padding-left: 11px;
}

/* アクセス */
.body-company .btn-print-map {
  display: none;
}
.body-company .btn-gmap a {
  display: block;
  height: 44px;
  line-height: 44px;
  margin: 0 80px;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .company-profile-table .show-access a,
  .group-company-list li a {
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }

  .richtext_box2 th, .richtext_box2 td {
    display: block;
  }
  .richtext_box2 .show-access a,
  .group-company-list li a {
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }

  .richtext_box2 th, .richtext_box2 td {
    display: block;
  }
}
/* PC =========== */
.company-profile-table .show-access a,
.group-company-list li a {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}

.company-profile-table th {
  padding: 10px;
}
.company-profile-table .show-access a {
  background-position: -990px -2px;
}
.company-profile-table .company-profile-table_innertable th {
  padding: 0;
}
.richtext_box2 .show-access a,
.group-company-list li a {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}

.richtext_box2 th {
  padding: 10px;
}
.richtext_box2 .show-access a {
  background-position: -990px -2px;
}
.richtext_box2 > table table th {
  padding: 0;
}

.wrap-group-company-list {
  margin-left: 10px;
}
.wrap-group-company-list .group-company-list li {
  margin-bottom: 5px;
}
.wrap-group-company-list .group-company-list li a {
  background-position: -990px -2px;
}

/* 社長メッセージ */
.body-company .txt-message {
  line-height: 2;
}

/* アクセス */
.body-company .btn-print-map {
  display: none;
}
[data-script-enabled='true'] .body-company .btn-print-map {
  display: block;
}
[data-script-enabled='true'] .body-company .btn-print-map a {
  display: block;
  width: 170px;
  height: 42px;
  line-height: 42px;
  margin-left: 578px;
}
.body-company .btn-gmap {
  display: none;
}

/* 共通・スマホ =========== */
.body-service .lead {
  font-size: 1.57em;
  color: #1c5ba8;
}

.contents-list li {
  display: inline-block;
  margin-right: 30px;
}
.contents-list li a {
  background-position: -152px -17px;
  padding-left: 12px;
}

.border-box {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
  margin: 25px 0;
}
#main .border-box .title-h4 {
  font-weight: bold;
  font-size: 1.142em;
  margin: 0 0 10px 0;
}
#main .border-box .title-h4:before {
  display: none;
}
#main .border-box .imgC {
  margin-bottom: 0;
}

.color-box {
  background-color: #edf3f1;
  padding: 15px;
}
.border-box .color-box {
  margin: -15px;
  margin-top: 10px;
  border-radius: 0 0 10px 10px;
}
#main .color-box .title-h4 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #555555;
  font-size: 1.142em;
  padding-bottom: 10px;
  font-weight: bold;
}
#main .color-box .title-h4:before {
  display: none;
}
#main .color-box .btn-list {
  margin-bottom: 0;
}
.color-box .btn-list li {
  margin-bottom: 10px;
}
.color-box .btn-list li a {
  display: block;
  padding: 10px 0;
}

.body-service #main .title-h3 {
  margin-top: 60px;
}
.body-service .caution-note {
  margin-top: 15px;
}
.body-service .caution-note li {
  text-indent: -3.6em;
  padding-left: 3.6em;
}
.body-service #main .textBtn a[target] span.blank-mark {
  background-position: -137px -529px;
  padding-left: 0;
}
.body-service .conne h4 {
  text-align: left;
  border-bottom: 0;
}
.body-service .conne .conneTtl {
  text-align: left;
}
.body-service .bizCase a {
  background-position: -152px -17px;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .contents-list li a,
  #main .textBtn a[target] span.blank-mark,
  .body-service .bizCase a {
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }
}
/* PC =========== */
.contents-list li a,
#main .textBtn a[target] span.blank-mark {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}

.contents-list li a {
  background-position: -990px -2px;
}

.body-service #main .textBtn a[target] span.blank-mark {
  background-position: -841px -3px;
}

.color-box .btn-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.color-box .btn-list li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.color-box .btn-list li:last-child {
  padding-right: 0;
}
.color-box .btn-list li.line2 a {
  line-height: 1.2;
  padding: 6px 0 4px;
}

.body-service .btn_biz {
  margin-top: 35px;
}

.biz_access_detail {
  font-size: 0.928em;
}

.bizService_indentBox {
  margin-left: 36px;
}

/* 共通・スマホ =========== */
.body-csr .lead {
  margin-top: 20px;
}
.body-csr .update-news {
  border: 1px solid #dfdfdf;
  margin: 26px 10px 0;
}
.body-csr .update-news .update-news_title {
  background-color: #dfdfdf;
  font-size: 1.142em;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 35px;
}
.body-csr .update-news .update-news_title:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: 15px;
}
.body-csr .update-news .infoBody {
  padding: 5px 0 0;
}
.body-csr .update-news .infoBody .tabBody {
  height: 220px;
  overflow: auto;
}
.body-csr .update-news .infoBody dt {
  display: inline-block;
  padding: 5px 15px 0;
  margin-bottom: 5px;
}
.body-csr .update-news .infoBody time {
  width: 105px;
  font-size: 0.857em;
  margin-bottom: 5px;
  margin-right: 10px;
}
.body-csr .update-news .infoBody .category {
  font-size: 0.857em;
  border: 1px solid #333333;
  padding: 0 10px;
}
.body-csr .update-news .infoBody dd {
  display: block;
  padding: 0 15px 10px;
}
.body-csr .bnr_report {
  margin-top: 40px;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .body-csr .update-news .news_detail dl {
    margin: 0;
  }
  .body-csr .title-h3, .body-csr .lead {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bnr_report .bnr_report_sp {
    display: block;
    width: 100%;
  }
  .bnr_report .bnr_report_pc {
    display: none;
  }
}
/* PC =========== */
.body-csr .update-news {
  margin: 26px 0 0;
}
.body-csr .update-news .news_detail dl {
  margin: 0;
}
.body-csr .update-news .news_detail dl .news_detail_date {
  width: 105px;
  font-weight: bold;
  vertical-align: top;
}
.body-csr .update-news .news_detail dl dd {
  vertical-align: top;
}
.body-csr .update-news .news_detail dl dd.news_detail_tag {
  margin-right: 10px;
  margin-top: -2px;
}
.body-csr .update-news .news_detail dl dd.news_detail_note {
  width: 505px;
  display: inline-block;
}
.body-csr .update-news .infoBody time {
  font-weight: bold;
}
.body-csr .bnr_report .bnr_report_sp {
  display: none;
}
.body-csr .bnr_report .bnr_report_pc {
  display: block;
}

/* 共通・スマホ =========== */
.body-introduce img {
  vertical-align: top;
}

.body-prospectus #main .title-category {
  font-size: 1.24em;
  margin-bottom: 8px;
}
.body-prospectus #main .indexList section h2 {
  margin-bottom: 0;
}
.body-prospectus small.mini_box {
  width: auto;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .recruit_header_entry,
  .recruit_header_localnav {
    display: none;
  }
  #spNav .recruit_header_entry, #spNav
  .recruit_header_localnav {
    display: block;
    font-size: 0.928em;
  }

  #spNav .title-recruit, .title-entry {
    display: none;
  }
}
/* PC =========== */
.recruit_header .recruit_header_entry h3,
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li a,
.recruit_header .recruit_header_localnav li a {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}

.recruit_header {
  width: 950px;
  margin: 0 auto 20px;
  position: relative;
}
.recruit_header .title-h2 {
  border: 0;
  padding: 0;
}
.recruit_header .recruit_header_entry {
  width: 564px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #0094ba;
}
.recruit_header .recruit_header_entry h3 {
  width: 180px;
  float: left;
  height: 26px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: -335px -365px;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list {
  width: 375px;
  height: 26px;
  float: right;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li {
  display: inline-block;
  width: 124px;
  margin-left: 1px;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #0094ba;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: block;
  height: 26px;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li a:hover {
  background-color: #00aedb;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li.active a {
  background-color: #00aedb;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li:first-child a {
  background-position: -573px -366px;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li:nth-child(2) a {
  background-position: -720px -366px;
}
.recruit_header .recruit_header_entry .recruit_header_entry_btn-list li:nth-child(3) a {
  background-position: -873px -366px;
}
.recruit_header .recruit_header_localnav li {
  display: inline-block;
  margin-right: 2px;
}
.recruit_header .recruit_header_localnav li.identity {
  margin-right: 0;
}
.recruit_header .recruit_header_localnav li a {
  background-color: #f8f8f9;
  height: 60px;
  width: 173px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.recruit_header .recruit_header_localnav li a:hover {
  background-color: #dfdfdf;
}
.recruit_header .recruit_header_localnav li.active a {
  background-color: #dfdfdf;
}
.recruit_header .recruit_header_localnav li:first-child a {
  background-position: -277px -456px;
}
.recruit_header .recruit_header_localnav li:nth-child(2) a {
  background-position: -498px -456px;
}
.recruit_header .recruit_header_localnav li:nth-child(3) a {
  background-position: -678px -456px;
}
.recruit_header .recruit_header_localnav li:nth-child(4) a {
  background-position: -862px -456px;
}
.recruit_header .recruit_header_localnav li.identity a {
  width: 250px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  background-color: #ffffff;
  background-position: -747px -568px;
}
.recruit_header .recruit_header_localnav li.identity a:hover {
  background-color: #fffadb;
}
.recruit_header .recruit_header_localnav li.identity.active a {
  background-color: #fffadb;
}

.body-prospectus #main .title-category {
  font-size: 1.57em;
}

/* 共通・スマホ =========== */
.grouplink-list {
  line-height: 1.7;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .grouplink-list a {
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }

  .grouplink-list li {
    text-indent: -11px;
    padding-left: 11px;
  }
  .grouplink-list li a {
    background-position: -152px -17px;
    padding-left: 11px;
  }
}
/* 共通・スマホ =========== */
.grouplink-list a {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
}

.grouplink-list {
  padding: 0 20px;
}
.grouplink-list li {
  text-indent: -12px;
  padding-left: 12px;
  margin-bottom: 5px;
}
.grouplink-list li a {
  background-position: -990px -2px;
  padding-left: 12px;
}

/* 共通・スマホ =========== */
.body-event .lead {
  margin-top: 20px;
}
.body-event .report-list {
  margin-top: 20px;
}
.body-event .report-list li {
  margin-top: 16px;
  overflow: hidden;
}
.body-event .report-list li a {
  color: #252525;
}
.body-event .report-list li a:hover {
  text-decoration: none;
}

/* スマホ =========== */
@media screen and (max-width: 767px) {
  .body-event .report-list li.flag-new:before {
    background-image: url(../img/img-pad_sp.png);
    background-repeat: no-repeat;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
  }

  .body-event .lead {
    margin-left: 10px;
    margin-right: 10px;
  }
  .body-event .report-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .body-event .report-list li {
    border: 1px solid #dfdfdf;
    position: relative;
  }
  .body-event .report-list li.flag-new:before {
    content: "";
    display: block;
    width: 65px;
    height: 24px;
    background-position: -64px -1189px;
    position: absolute;
    top: -13px;
    left: -6px;
  }
  .body-event .report-list li a {
    overflow: hidden;
    *zoom: 1;
    padding: 13px 10px;
    display: block;
  }
  .body-event .report-list li a .report-list_thum {
    width: 100px;
    float: right;
    margin-left: 8px;
  }
  .body-event .report-list li a .report-list_thum img {
    width: 100px;
    vertical-align: bottom;
  }
  .body-event .report-list li a .report-list_inner_date {
    font-size: 0.875em;
  }
}
/* PC =========== */
.body-event .report-list li.flag-new:before {
  background-image: url(../img/img-pad_pc.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
}

.body-event .content {
  overflow: visible;
}
.body-event .report-list li {
  width: 367px;
  height: 245px;
  float: left;
  position: relative;
}
.body-event .report-list li:nth-child(2n) {
  margin-left: 16px;
}
.body-event .report-list li.flag-new:before {
  content: "";
  display: block;
  width: 96px;
  height: 30px;
  background-position: -904px -710px;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 100;
}
.body-event .report-list li a {
  color: #252525;
}
.body-event .report-list li a:hover {
  text-decoration: none;
}
.body-event .report-list li a:hover .report-list_thum img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.ie8 .body-event .report-list li a:hover .report-list_thum img, .ie9 .body-event .report-list li a:hover .report-list_thum img {
  transform: scale(1);
  filter: alpha(opacity=70);
}
.body-event .report-list li a .report-list_thum {
  overflow: hidden;
  width: 367px;
}
.body-event .report-list li a .report-list_thum img {
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  vertical-align: bottom;
}
.body-event .report-list li a .report-list_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
  opacity: 0.85;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.body-event .report-list .report-list_inner_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
