@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body#top .content-wrap {
  padding: 0 0 5em;
}
@media screen and (max-width: 1022px) {
  body#top .content-wrap {
    padding: 0 0 1em;
  }
}
body#top.login .top-banner {
  margin-top: 0;
}
@media print, screen and (min-width: 1023px) {
  body#top.login .top-banner {
    margin-top: 0;
  }
}

.top-banner {
  margin-top: 60px;
}
.top-banner ul {
  margin: 0;
  padding: 0;
}
.top-banner ul li {
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .top-banner {
    margin-top: 170px;
    padding-top: 30px;
  }
  .top-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-banner ul li {
    width: calc(33.3333333333% - 15px);
    margin: 0 7.5px;
  }
}

.keyvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.keyvisual__slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.keyvisual .slick-prev,
.keyvisual .slick-next {
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}
.keyvisual .slick-prev::before,
.keyvisual .slick-next::before {
  content: none;
}
.keyvisual .slick-prev {
  background-image: url(../img/icon_arrow_prv.svg);
  left: 5px;
}
.keyvisual .slick-next {
  background-image: url(../img/icon_arrow_nxt.svg);
  right: 5px;
}
.keyvisual .slick-dots li.slick-active button::before {
  color: #ff8c37;
  opacity: 1;
}
@media print, screen and (min-width: 1023px) {
  .keyvisual {
    padding-top: 30px;
  }
  .keyvisual__slider a {
    display: block;
    margin: 0 15px;
  }
  .keyvisual .slick-prev,
  .keyvisual .slick-next {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }
  .keyvisual .slick-prev {
    left: 25%;
    margin-left: -33px;
  }
  .keyvisual .slick-next {
    right: 25%;
    margin-right: -33px;
  }
}

section {
  padding: 3em 0;
}
section h2 {
  margin-top: 0;
}
section ul {
  list-style-type: none;
  padding: 0;
}
section .link-btn__wrap {
  border: 1px solid #b4b4b4;
  text-align: center;
  padding: 1.5em;
  margin-top: 3.2em;
}
section .link-btn__wrap h2 {
  background: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin-top: -2.1em;
}
section .link-btn__wrap h2::before {
  content: none;
}
section .link-btn__wrap h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
section .link-btn__wrap ul {
  margin-top: 0;
}
section .link-btn__wrap ul li {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
section .link-btn__wrap ul li a {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  background-position: top 50% right 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 15px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
section .link-btn__wrap ul li i {
  width: 30px;
  margin-right: 5px;
}
section .link-btn__wrap ul li.link-list01 a {
  color: #e63787;
  border-color: #e63787;
  background-image: url(../../top/img/icon_arrow_g01.svg);
}
section .link-btn__wrap ul li.link-list02 a {
  color: #3787c8;
  border-color: #3787c8;
  background-image: url(../../top/img/icon_arrow_g02.svg);
}
section .link-btn__wrap ul li.link-list03 a {
  color: #46a04b;
  border-color: #46a04b;
  background-image: url(../../top/img/icon_arrow_g03.svg);
}
section .link-btn__wrap ul li.link-list04 a {
  color: #46a5a5;
  border-color: #46a5a5;
  background-image: url(../../top/img/icon_arrow_g04.svg);
}
section .link-btn__wrap ul li.link-list05 a {
  color: #eb7869;
  border-color: #eb7869;
  background-image: url(../../top/img/icon_arrow_g05.svg);
}
section .link-btn__wrap ul li.link-list06 a {
  color: #9956af;
  border-color: #9956af;
  background-image: url(../../top/img/icon_arrow_g06.svg);
}
section .service ul li {
  margin: 15px 0 0 !important;
}
section .tv-wrap .community {
  background: #ff8c37;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  border: 3px solid #ff8c37;
  margin-top: 1.6em;
}
section .tv-wrap .community .img {
  width: 100%;
}
section .tv-wrap .community p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
  background-image: url(../img/icon_arrow_b_w.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: top 50% right 0;
}
section .tv-wrap .community a {
  color: #fff;
}
section .tv-wrap .community a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
section .tv-wrap .community a:hover {
  color: #ff8c37;
}
section .tv-wrap .community:hover {
  background: #fff;
}
section .tv-wrap .community:hover p {
  background-image: url(../img/icon_arrow_b_o.svg);
}
section .tv-wrap .program li {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  margin-top: 15px;
}
section .news__emergency {
  border: 3px solid #ce3b37;
}
section .news__emergency h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  background: #ce3b37 url(../img/icon_exclamation.svg) 10px 50% no-repeat;
  background-size: 24px;
  border-bottom: 3px solid #ce3b37;
  border-radius: 0;
  padding: 0.25em 10px 0.25em 44px;
}
section .news__emergency h3::before {
  content: none;
}
section .news__emergency ul {
  padding: 0.5em 1em;
  margin: 0;
}
section .news__emergency ul li {
  margin: 5px 0;
}
section .news__emergency ul li .date {
  margin-right: 0.5em;
}
section .news__emergency ul li a {
  color: #ce3b37;
}
section .news__emergency p {
  padding: 0.5em 1em;
  margin: 0;
  color: #ce3b37;
}
section .news__area {
  margin-top: 1.6em;
}
section .news__area .title p {
  margin: 10px 0 0 0;
}
section .news__area .js-acms_tab {
  color: #333;
}
section .news__area .js-acms_tab-active {
  background: #ff8c37;
  color: #fff;
}
section .news__area .tab {
  border-left: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
section .news__area .tab li {
  width: 33.3333%;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  line-height: 1.4;
  text-align: center;
}
section .news__area .tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.5em 0.25em;
}
section .news__area .news-list {
  margin: 0;
}
section .sns-list ul {
  margin-top: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
section .sns-list ul li {
  margin: 0 1.2em;
}
section .sns-list ul li dl {
  margin-top: 0;
  text-align: center;
}
section .sns-list ul li dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 2.5em 0;
}
section .sns-list ul li dl dt {
  width: 100%;
}
section .sns-list ul li dl dt img {
  width: 46px;
}
section .sns-list ul li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border-radius: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0 1.5em;
}
section .sns-list ul li.insta dl dd {
  position: relative;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
section .sns-list ul li.insta dl dd::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -18px;
  width: 100%;
  height: 30px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
}
section .sns-list ul li.line dl dd {
  background: #06c755;
}
section .bnr_instagram {
  max-width: 600px;
  margin: 0.5em auto 0;
}
section .bnr_instagram img {
  width: 100%;
}
section .banner ul li {
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
}
section.sec02, section.sec04 {
  background: #e9f2f9;
}
@media screen and (max-width: 767px) {
  section .news {
    margin-top: 1.6em;
  }
  section .news__area .title p {
    text-align: right;
  }
  section .banner ul:last-child {
    margin-top: 0;
  }
  section .banner ul li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1022px) {
  section .fb {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  section {
    padding: 4em 0;
  }
  section .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .link-btn__wrap {
    width: calc(50% - 15px);
  }
  section .link-btn__wrap ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  section .link-btn__wrap ul li a {
    height: 80px;
    background-size: 20px;
    padding-right: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  section .link-btn__wrap ul li a:hover {
    opacity: 0.7;
  }
  section .link-btn__wrap ul li i {
    width: 50px;
  }
  section .service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .service ul li {
    width: calc(33.3333% - 15px) !important;
    margin: 0;
    -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  }
  section .tv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .tv-wrap .community {
    width: calc(40% - 10px);
  }
  section .tv-wrap .program {
    width: calc(60% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .tv-wrap .program li {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  section .tv-wrap .program li:nth-child(3), section .tv-wrap .program li:nth-child(4) {
    margin-top: 20px;
  }
  section .banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .banner ul li {
    width: calc(33.3333% - 10px);
    margin-right: 15px;
  }
  section .banner ul li:nth-child(3n) {
    margin-right: 0;
  }
  section .banner ul:last-child li {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 1023px) {
  section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5em;
  }
  section .news {
    width: 100%;
  }
  section .news__area .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .news__area .title p {
    margin: 0;
  }
  section .news__area .tab li {
    max-width: 220px;
  }
  section .news__area .tab li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.5em;
  }
  section .news__area h2.h2-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section .fb {
    width: 100%;
    margin-top: 30px;
  }
  section .fb .fb-container {
    width: 100%;
  }
  section .sns-list ul li dl a {
    width: 180px;
    padding: 3.5em 0;
  }
  section .sns-list ul li dl dt img {
    width: 55px;
  }
  section .sns-list ul li dl dd {
    padding: 0 2em;
  }
  section .banner ul:last-child li {
    width: calc(25% - 12px);
    margin-right: 16px;
  }
  section .banner ul:last-child li:nth-child(3n) {
    margin-right: 16px;
  }
  section .banner ul:last-child li:nth-child(4n) {
    margin-right: 0;
  }
}