@charset "Shift_JIS";
/* main-visual
------------------------------------------ */
.main-visual {
  margin-bottom: 40px;
}

/* loginMenu
------------------------------------------ */
.loginMenu {
  position: absolute;
  width: 100%;
  top: 60px;
}

.loginMenu__list {
  position: relative;
  display: table;
  width: auto;
  margin-right: auto;
  min-width: 264px;
  z-index: 52;
}

.loginMenu__list > li a {
  min-width: 248px;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
}

.loginMenu__list > li a img {
  display: block;
  max-width: 100%;
}

.loginMenu__list > li a:hover {
  opacity: .7;
}

.loginMenu__list > li a span {
  font-size: 1.8rem;
}

.loginMenu__bg {
  padding: 8px;
  background-color: rgba(0, 0, 0, .15);
}

.loginMenu__open {
  display: block;
  margin-top: 10px;
}

.loginMenu__kojin {
  width: 264px;
}

.loginMenu__hojin, .loginMenu__operation {
  width: 264px;
  margin-top: 6px;
}

.loginMenu__cord {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px;
  background-color: #fff;
  width: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* スライダー
------------------------------------------ */
.bx-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 470px;
  padding-bottom: 50px;
  z-index: 1;
}

.bx-viewport {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: visible !important;
  width: 1400px !important;
  height: 470px;
  margin: 0 0 0 -700px;
}

.bxslider {
  will-change: transform;
  white-space: nowrap;
  height: 470px;
  overflow: hidden;
  opacity: 0;
}

.bxslider:after {
  content: '';
  display: block;
  clear: both;
}

.bxslider.isload {
  opacity: 1;
}

.bxslider li {
  width: 1400px;
  position: relative;
}

.bxslider li a {
  display: block;
}

.bxslider li a img {
  display: block;
}

.bxslider li a:hover img {
  opacity: .7;
}

/* Floating Menu
------------------------------------------ */
.secondaryNav {
  position: fixed;
  z-index: 52;
  min-width: 81px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.secondaryNav__menu > li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  background-color: #f6f8fa;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .05);
          box-shadow: 0 0 7px rgba(0, 0, 0, .05);
  border-radius: 3px 0px 0px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.secondaryNav__menu > li:first-child {
  margin-top: 0;
}

.secondaryNav__menu > li.secondaryNav__langWrap {
  padding: 2px;
  margin-top: 20px;
  height: auto;
}

.secondaryNav__menu a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.1em;
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.secondaryNav__menu a span {
  position: relative;
  display: block;
  text-align: center;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 55px;
}

.secondaryNav__menu a span:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

.secondaryNav__menu a:hover {
  color: #e60000;
}

.secondaryNav__menu a:hover span:before {
  border-color: transparent transparent transparent #e60000;
}

.secondaryNav__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  width: 100%;
}

.secondaryNav__lang--active span {
  color: #fff;
  background-color: #e60000;
  border-radius: 3px 0 0 3px / 3px 0 0 3px;
}

.secondaryNav__lang > li {
  text-align: block;
}

.secondaryNav__lang > li:first-child {
  margin-bottom: 1px;
}

.secondaryNav__lang > li span {
  font-size: 1.1rem;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 3px;
  min-height: 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.secondaryNav__lang > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  padding: 6px 3px;
  border-radius: 3px 0 0 3px / 3px 0 0 3px;
  min-height: 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.secondaryNav__lang > li a:hover {
  color: #fff;
  background-color: #e60000;
}

@media print {
  .secondaryNav {
    position: absolute !important;
    right: 0;
    top: 230px !important;
  }
}

/* homeMenu
------------------------------------------ */
.homeMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}

.homeMenu__news {
  position: relative;
  width: 31%;
  border: 1px solid #eeeeee;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

.homeMenu__main {
  width: 65.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homeMenu__main .card {
  width: 47.32825%;
  margin-top: 40px;
}

.homeMenu__main .card:nth-child(1), .homeMenu__main .card:nth-child(2) {
  margin-top: 0;
}

.newsContents {
  position: absolute;
  padding-right: 20px;
  padding-bottom: 20px;
}

.newsContents__title {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.newsContents__inr dl {
  margin-top: 40px;
}

.newsContents__inr dl:first-child {
  margin-top: 25px;
}

.newsContents__inr dl dt {
  float: none;
  font-size: 1.2rem;
  font-weight: 100;
  color: #999999;
}

.newsContents__inr dl dt > span {
  padding-left: 14px;
}

.newsContents__inr dl dt > span img {
  vertical-align: middle;
}

.newsContents__inr dl dd {
  margin-top: 15px;
}

.newsContents__inr dl dd > p {
  position: relative;
  padding-left: 15px;
  text-indent: 0;
  background: none;
}

.newsContents__inr dl dd > p > a {
  padding-right: 10px;
}

.newsContents__inr dl dd > p > a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #cccccc;
}

.newsContents__inr dl dd > p > a:visited {
  color: #666;
}

.newsContents__inr dl dd > p > a:hover {
  color: #e60000;
}

.newsContents__inr dl dd > p > a:hover:before {
  border-color: transparent transparent transparent #e60000;
}

/* section-menu
------------------------------------------ */
.section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-menu--admt {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.section-menu__col {
  width: 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 55px;
}

.section-menu__title {
  font-weight: 100;
  font-size: 2.8rem;
  line-height: 1;
  border-left: 3px solid #e60000;
  padding: 20px 0 20px 20px;
  margin-bottom: 40px;
}

.section-menu__title--hojin {
  border-color: #2a3f98;
}

.section-menu__title > a:visited {
  color: #666;
}

.section-menu__title > a:hover {
  color: #e60000;
  text-decoration: none;
}

.section-menu__title2 {
  border-left: 3px solid #000;
  padding: 3px 0  3px 15px;
  margin-bottom: 15px;
}

.section-menu__title2--thin {
  color: #999999;
  border-color: #999999;
}

.section-menu__title2 > a:hover {
  color: #e60000;
  text-decoration: none;
}

/* section-menu02
------------------------------------------ */
.section-menu02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-menu02__left {
  width: 25%;
}

.section-menu02__left .menuList a {
  text-decoration: none;
  text-align: center;
  display: block;
}

.section-menu02__left .menuList a:before {
  left: 15px;
  top: 50%;
  margin-top: -4px;
}

.section-menu02__left .menuList__item {
  margin-top: 15px;
}

.section-menu02__left .menuList__item:first-child {
  margin-top: 0;
}

.section-menu02__right {
  width: 71.2%;
}

.section-menu02__right .menuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-menu02__right .menuList:after {
  content: '';
  display: block;
  width: 33.3%;
}

.section-menu02__right .menuList__item {
  width: 33.3%;
  margin-top: 30px;
}

.section-menu02__right .menuList__item:nth-child(1), .section-menu02__right .menuList__item:nth-child(2), .section-menu02__right .menuList__item:nth-child(3) {
  margin-top: 15px;
}

.pagetop {
  z-index: 50;
}
