@charset "utf-8";
/* ##### 全体 ##### */
html {
  font-size: 62.5%; /*ベースを10pxに指定*/
}

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a,
a.btn {
  text-decoration: none;
}

img {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.content {
  width: 1100px;
  margin: 0 auto;
}

.infinity {
  margin-left: -999rem;
  margin-right: -999rem;
  padding-left: 999rem;
  padding-right: 999rem;
  overflow: hidden;
}

.breadcrumbs {
  padding: 1.8rem 0;
}

.breadcrumbs ul {
  overflow: hidden;
}

.breadcrumbs ul li {
  float: left;
}

.breadcrumbs > ul li::after {
  content: "";
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2rem;
  float: right;
  margin: 0 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  position: relative;
  top: -5px;
}

.breadcrumbs ul li:last-child::after {
  display: none;
}

.breadcrumbs ul li a {
  color: #696969;
}

.br,
.br-res,
.br-res321 {
  line-height: 0.5rem;
  font-size: 0.9rem;
}

.br::before,
.br-res::before,
.br-res321::before {
  content: "\A";
  white-space: pre;
  display: none;
}

/* ##### 全体ここまで ##### */

/* ##### ヘッダー ##### */
.header {
  background-color: #f9f5e9;
  border-bottom: 5px solid #ea9709;
  height: auto;
  position: relative;
}

.header:before {
  content: "";
  display: block;
  padding-top: 7.1%;
}

.header .inner-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .inner-header > .content {
  float: none;
}

.header .inner-header ul {
  overflow: hidden;
  margin: 3rem 0 3rem 33.5rem;
}

.header .inner-header ul li {
  float: left;
  padding: 0 3rem;
}

.inner-header > .content > ul > li:nth-child(1),
.inner-header > .content > ul > li:nth-child(2) {
  padding: 0 0.5rem;
}

.inner-header > .content > ul > li:nth-child(3) {
  border-right: 1px solid #696969;
}

.header .inner-header ul li a {
  color: #696969;
}

.header .inner-header ul li:nth-of-type(2) a {
  font-size: 2.5rem;
  line-height: 2.8rem;
  color: #3b5998;
}

.navbar-brand::before {
  margin-bottom: 1rem;
}

.navbar-head {
  position: relative;
  top: -2rem;
}
/* ##### ヘッダーここまで ##### */

/* ##### ナビ ##### */
.nav > .navbar-header {
  display: none;
}

.nav {
  height: 9rem;
  margin-top: -4.5rem;
}

.navbar {
  height: 100%;
  background-color: #fff;
}

.navbar-nav {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.navbar-nav li {
  width: calc(100% / 4);
  height: 100%;
}

/* ##### 414px未満 ##### */
@media (max-width: 767px) {
  .navbar-nav li {
    width: auto;
    height: auto;
  }
}

.navbar-default .navbar-nav > li > a {
  height: calc(100%);
  text-align: center;
}

.navbar-default .navbar-nav > li > a:hover {
  opacity: 0.6;
}

.navbar-default .navbar-nav > li > a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/mark_01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: calc(50% - 1.5rem);
  margin-top: 1rem;
}

.navbar-default .navbar-nav > li:nth-of-type(2) > a::after {
  background-image: url(../img/common/mark_02.jpg);
}

.navbar-default .navbar-nav > li:nth-of-type(3) > a::after {
  background-image: url(../img/common/mark_03.jpg);
}

.navbar-default .navbar-nav > li:nth-of-type(4) > a::after {
  background-image: url(../img/common/mark_04.jpg);
}

.navbar-default .navbar-nav > li:nth-of-type(5) > a::after {
  background-image: url(../img/common/mark_05.jpg);
}

.navbar-default .navbar-nav > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  border-left: 1px solid #696969;
  float: left;
  margin-top: 7%;
}

.navbar-default .navbar-nav > li:first-child::before {
  display: none;
}

.navbar > .container-fluid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* ##### ナビここまで ##### */

/* ##### コンテンツ ##### */
/* トップページ */
.wrapper {
  position: relative;
}

.slider-wrap::before {
  content: "";
  width: 100%;
  height: 5rem;
  background-image: url(../img/common/sl_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  top: 138px;
  left: 0;
  z-index: -1;
}

.slider img {
  padding: 10px;
  background-color: #fff;
}

.slider-wrap {
  background-image: url(../img/common/sl_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
}

.outer-slider {
  width: 1100px;
  height: 61rem;
  margin: 0 auto;
  background-image: url(../img/common/sl_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: -1;
}

.dot-class {
  overflow: hidden;
  width: 100%;
  margin: 1.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dot-class > li {
  display: inline-block;
  margin: 0 0.3rem;
}

.dot-class > li > button {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  text-indent: -999rem;
  border: 1px solid #3b5998;
  width: 10px;
  height: 18px;
  display: block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .dot-class > li > button {
    height: 14px;
  }
}

.dot-class > .slick-active > button {
  background-color: #3b5998;
}

.top-cont {
  background-color: #f5f2eb;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  top: -4.5rem;
}

.inner-facebook a:last-child {
  display: block;
  margin-top: 1.5rem;
}

.top-cont .topics ul {
  width: 100%;
  overflow: hidden;
}

.top-cont .topics ul li {
  float: left;
  margin: 0 1rem 3rem 1rem;
  width: calc(50% - 2rem);
  overflow: hidden;
  background-color: #fff;
}

.top-cont .topics ul li a h2 {
  color: #696969;
  margin: 1rem;
  padding: 2rem;
  border-bottom: 1px solid #a9a9a9;
  width: calc(100% - 2rem);
}

.top-cont .topics ul li:nth-of-type(1) a h2::before {
  background-image: url(../img/common/mark_02.jpg);
}

.top-cont .topics ul li:nth-of-type(2) a h2::before {
  background-image: url(../img/common/mark_04.jpg);
}

.top-cont .topics ul li:nth-of-type(3) a h2::before {
  background-image: url(../img/common/mark_03.jpg);
}

.top-cont .topics ul li a h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 1.5rem;
}

.top-cont .topics ul li a p {
  color: #696969;
  padding: 1.5rem;
  width: calc(100% - 1rem);
}

.top-cont .topics ul li:last-child a span {
  display: block;
  background-color: #f00;
  color: #fff;
  width: 13rem;
  text-align: center;
  padding: 0.5rem;
  float: right;
  margin: 1rem 1rem 0 0;
}

.top-cont .topics ul li a img {
  width: 30%;
  float: left;
  margin: 1rem;
}

.top-cont .topics ul li:last-child a img {
  width: 45%;
  float: none;
}

.notice {
  display: block;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5rem;
}

.notice > h6 {
  background-color: #3b5998;
  color: #fff;
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 6rem;
}

.notice > span:nth-of-type(1) {
  display: block;
  width: 35%;
  float: left;
  color: #fff;
  background-color: #ea9709;
  line-height: 6rem;
  text-align: center;
  font-size: 2.5rem;
}

.notice > p:nth-of-type(1) {
  font-size: 5rem;
  font-weight: bold;
  color: #3b5998;
  text-align: center;
  margin: 1rem 0;
}

.notice > p:nth-of-type(2) {
  padding: 3rem;
  font-size: 2rem;
  font-weight: bold;
}

.notice > p:nth-of-type(3) {
}

.notice > p:nth-of-type(3) > span:nth-of-type(1) {
  display: block;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #3b5998;
  font-size: 8rem;
  line-height: 8rem;
  padding-top: 12rem;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 3rem;
  margin-left: 12rem;
}

.notice > p:nth-of-type(3) > span:nth-of-type(2) {
  height: 30rem;
  font-size: 7rem;
  line-height: 8rem;
  font-weight: bold;
  color: #3b5998;
  margin-left: 3rem;
  display: block;
  padding-top: 6rem;
}

.outer-news {
  background-image: url(../img/common/sl_bg.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  top: -4.5rem;
}

.outer-news .inner-news {
  height: 71rem;
  overflow-y: scroll;
  background-color: #fff;
}

.outer-news .news h3 {
  font-size: 2rem;
  color: #fff;
  background-color: #dacaba;
  padding: 1rem 1.5rem;
}

.outer-news .news dl {
  background-color: #fff;
  padding: 1.5rem 3rem;
}

.outer-news .news dl {
  overflow: hidden;
}

.outer-news .news dl dt {
  width: 15%;
  float: left;
  padding: 1rem 0 1rem 6rem;
}
@media screen and (max-width: 1024px) {
  .outer-news .news dl dt {
    float: none;
  }
}

.outer-news .news dl .new {
  padding: 1rem 0 1rem 0;
}

.outer-news .news dl .new::before {
  content: "new";
  display: inline-block;
  float: left;
  line-height: 1.5rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #fd3737;
  padding: 5px;
  margin-left: 5px;
  margin-right: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.outer-news .news dl dd {
  width: 100%;
  padding-left: 17%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a9a9a9;
}

.outer-news .news dl dd:last-child {
  border-bottom: none;
}


@media screen and (max-width: 640px) {
    .outer-news .news dl dt {
      padding: 1rem 0 1rem 0rem;
    }
    
    .outer-news .news dl dd {
      padding-left: 0%;
    }
}




/* トップページここまで */

/* ##### コンテンツここまで ##### */

/* ##### フッター ##### */
.footer {
  border-top: 1px solid #fba103;
  position: relative;
  background-color: #fff;
}

.footer-logo {
  margin-top: 10rem;
}

.footer-logo a img {
  width: 50%;
}

.footer-nav {
  margin: 10rem 0;
}

.footer-nav > div > ul > li {
  margin-bottom: 1.5rem;
}

.footer-nav ul li a {
  color: #696969;
}

.footer-nav > .row > ul > li > a {
  font-size: 1.6rem;
  font-weight: 600;
}

.footer-nav > .row > ul > li > a::before {
  content: "";
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  float: left;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  background-color: #fba103;
  color: #fff;
  position: relative;
  top: 0.3rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.footer-copyright {
  background-color: #fba103;
}

.footer-copyright .copyright {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
/* ##### フッターここまで ##### */

.news_img img {
  width: 350px;
}
