@charset "UTF-8";
/*====================
 * style.scss
 *====================*/
/*--------------------
 * Base
 *--------------------*/
body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1100px) {
  body {
    width: 1100px;
  }
}
@media only screen and (max-width: 1100px) {
  body else {
    width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: rgb(58.2829787234, 82.7787234043, 140.2170212766);
  text-decoration: none;
  border: none;
  word-break: break-all;
}
a:hover {
  text-decoration: underline;
}

br {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-in {
  display: inline-block;
}

.sp {
  display: none;
}

.sp-in {
  display: none;
}

/*--------------------
 * Template
 *--------------------*/
.social_buttons {
  background: #000;
  color: #152E42;
  padding: 6px 0 3px;
  text-align: center;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#bpGlobalFooter {
  background: #FFF;
}

.ngt_header {
  width: 100%;
  height: 50px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ngt_header .ngt {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.ngt_header .ngt img {
  width: 100%;
}
.ngt_header .nxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ngt_header .nxt a {
  display: inline-block;
}
.ngt_header .nxt a + a {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.ngt_header .nxt a + a::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 0;
}

.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
  max-width: 40px;
}
.header_pr img {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .header img {
    width: 100%;
  }
}
/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

.lb-data .lb-details {
  width: 90% !important;
  padding: 1%;
}

.lb-data .lb-caption {
  color: #FFF !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
}

.lb-data .lb-caption strong {
  font-weight: bold !important;
}

/*--------------------
 * 汎用
 *--------------------*/
.disno {
  display: none;
}

.disinline {
  display: inline;
}

.ofh {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.mt5 {
  margin-top: 5px;
}

.pt5 {
  padding-top: 5px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

/*--------------------
* Main Contents
*--------------------*/
#ContentsArea {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  overflow: hidden;
  /* 図の設定 ------------------------------*/
  /* PageTopの設定 ------------------------------*/
}
#ContentsArea .ti05 {
  display: inline-block;
  text-indent: -0.5em;
}
#ContentsArea .ti04 {
  display: inline-block;
  text-indent: -0.4em;
}
#ContentsArea .ti03 {
  display: inline-block;
  text-indent: -0.3em;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: -0.075em;
  padding-right: 4px;
}
#ContentsArea .notes {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
#ContentsArea .notes li {
  padding-left: 1.2em;
  position: relative;
}
#ContentsArea .notes li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea dl.notes {
  margin-top: 40px;
  overflow: hidden;
}
#ContentsArea dl.notes dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea dl.notes dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .content-head.is-top {
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head.is-top .content-head__inner {
  background: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
#ContentsArea .content-head.is-top h1 {
  display: block;
  padding-top: 0;
  margin-top: -1px;
  height: auto;
}
#ContentsArea .content-head.is-top h1::before, #ContentsArea .content-head.is-top h1::after {
  content: "";
  width: 3000px;
  height: 2px;
  position: absolute;
  left: calc(50% - 1500px);
  z-index: 1;
}
#ContentsArea .content-head.is-top h1::before {
  background: #f39800;
  top: 7.0572419355%;
}
#ContentsArea .content-head.is-top h1::after {
  background: #76a32d;
  top: 68.4216774194%;
}
#ContentsArea .content-head.is-top h1 .line-red {
  background: #e9546b;
  width: 3000px;
  height: 2px;
  position: absolute;
  left: calc(50% - 1500px);
  top: 32.5527580645%;
  z-index: 1;
}
#ContentsArea .content-head.is-top h1 img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head.is-under {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head.is-under .content-head__inner {
  background: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
#ContentsArea .content-head.is-under .shoulder {
  width: 200px;
  position: absolute;
  right: calc(100% + 5px);
  top: 10px;
  z-index: 1;
}
#ContentsArea .content-head.is-under .shoulder::before, #ContentsArea .content-head.is-under .shoulder::after {
  content: "";
  width: 3000px;
  height: 2px;
  position: absolute;
  left: calc(50% - 1500px);
  z-index: 1;
}
#ContentsArea .content-head.is-under .shoulder::before {
  background: #f39800;
  top: 41.3333333333%;
}
#ContentsArea .content-head.is-under .shoulder::after {
  background: #76a32d;
  bottom: -2px;
}
#ContentsArea .content-head.is-under .shoulder img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head.is-under .shoulder .line-red {
  background: #e9546b;
  width: 3000px;
  height: 2px;
  position: absolute;
  left: calc(50% - 1500px);
  top: 78.6666666667%;
  z-index: 1;
}
#ContentsArea .content-head-content {
  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;
  border-bottom: solid 1px #000;
}
#ContentsArea .content-head-content__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#ContentsArea .content-head-photo {
  width: 230px;
  position: relative;
  z-index: 1;
}
#ContentsArea .content-head-photo > img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .com {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #998800;
  color: #fff;
  width: 200px;
  padding: 45px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
#ContentsArea .content-head .com::after {
  content: "";
  background: #e8e8e8;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
#ContentsArea .content-head h1 {
  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;
  width: 100%;
  height: calc(100% - 114px);
  padding: 20px 0 10px 10px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head h1 .text1 {
  color: #76a32d;
  font-size: 40px;
}
#ContentsArea .content-head h1 .text2 {
  margin-top: 10px;
  font-size: 48px;
}
#ContentsArea .lead__inner {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#ContentsArea .photo {
  background: #FFF;
  width: 300px;
}
#ContentsArea .photo-set {
  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;
}
#ContentsArea .photo-set .photo + .photo {
  margin-left: 50px;
}
#ContentsArea .photo.photo-wide {
  width: 100%;
}
#ContentsArea .photo.photo-wide img {
  width: 100%;
}
#ContentsArea .photo.photo-center {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .photo .person {
  position: relative;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .photo-profile {
  padding: 10px 0;
  background: #76a32d;
}
#ContentsArea .photo .kata {
  width: 100%;
  padding: 8px 4px 6px 8px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
#ContentsArea .photo .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}
#ContentsArea .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 70%;
}
#ContentsArea .photo .profile {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
}
#ContentsArea .figure-max img {
  width: 100%;
}
#ContentsArea .figure-wide {
  text-align: center;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
  max-width: 750px;
}
#ContentsArea .figure-wide .figure img {
  width: 100%;
}
#ContentsArea .figure-center {
  text-align: center;
}
#ContentsArea .figure-center .figure {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .figure-center .figure img {
  max-width: 100%;
}
#ContentsArea .figure {
  width: 544px;
  background-color: #222;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0;
  text-align: left;
}
#ContentsArea .figure.no-frame {
  background: none;
  padding: 0;
}
#ContentsArea .figure.no-frame .figure_in {
  margin: 0;
}
#ContentsArea .figure:hover {
  background-color: #222;
  text-decoration: none;
}
#ContentsArea .figure:hover .figure_in .zoom {
  background: url("zoom_on.gif") no-repeat left bottom;
}
#ContentsArea .figure span {
  display: block;
}
#ContentsArea .figure .figure_in {
  margin: 0 2px;
  background-color: #fff;
  position: relative;
}
#ContentsArea .figure .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure .image {
  text-align: center;
}
#ContentsArea .figure .image img {
  width: 100%;
}
#ContentsArea .figure .title {
  color: #000;
  padding: 10px 10px 7px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
#ContentsArea .figure .title .zu {
  display: block;
  float: left;
  margin-right: 0.5em;
  color: #998800;
}
#ContentsArea .figure .title .text {
  overflow: hidden;
}
#ContentsArea .figure .txt {
  background: #222;
  color: #FFF;
  padding: 8px 10px 6px;
  font-size: 14px;
}
#ContentsArea .lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -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;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 9998;
  /* 閉じるボタン*/
}
#ContentsArea .lb img {
  width: auto !important;
  max-width: 100%;
  max-height: 100% !important;
  cursor: pointer;
}
#ContentsArea .lb img,
#ContentsArea .lb iframe {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#ContentsArea .lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
#ContentsArea .lb:target img, #ContentsArea .lb:target iframe {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#ContentsArea .lb::before, #ContentsArea .lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height: 3px;
  top: 24px;
  right: 12px;
  background: #fff;
  border-radius: 4px;
}
#ContentsArea .lb::before {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
#ContentsArea .lb::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#ContentsArea .content-wrap {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  position: relative;
}
#ContentsArea .content-wrap::before, #ContentsArea .content-wrap::after {
  content: "";
  display: inline-block;
  background: #998800;
  width: 100vw;
  height: calc(100% - 50px);
  position: absolute;
  top: 50px;
  pointer-events: none;
  opacity: 0.15;
}
#ContentsArea .content-wrap::before {
  right: calc(100% + 50px);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#ContentsArea .content-wrap::after {
  left: calc(100% + 50px);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#ContentsArea .content-wrap__inner {
  padding: 30px 50px 0;
  position: relative;
  overflow: hidden;
}
#ContentsArea .content-wrap h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  position: relative;
}
#ContentsArea .content-wrap h2::before, #ContentsArea .content-wrap h2::after {
  content: "";
  width: 5px;
  height: 20px;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#ContentsArea .content-wrap h2::before {
  background: #f39800;
  top: calc(50% - 20px);
}
#ContentsArea .content-wrap h2::after {
  background: #76a32d;
  top: calc(50% + 20px);
}
#ContentsArea .content-wrap h2 span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}
#ContentsArea .content-wrap h2 span::before {
  content: "";
  background: #e9546b;
  width: 5px;
  height: 20px;
  top: 50%;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#ContentsArea .content-wrap .block-main + .block-main {
  margin-top: 30px;
}
#ContentsArea .content-wrap .block-main .text-main {
  background: #fff;
  padding: 30px 0;
  line-height: 1.8;
}
#ContentsArea .content-wrap .block-main .text-main .fl-text {
  max-width: 630px;
}
#ContentsArea .content-wrap .block-main .text-main .mc {
  font-weight: bold;
  margin-bottom: 30px;
  color: #003366;
}
#ContentsArea .content-wrap .block-main .text-main .talk {
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .blue {
  color: rgb(230.0932642487, 61.4067357513, 87.4455958549);
}
#ContentsArea .content-wrap .block-main .text-main .blue2 {
  color: rgb(213.085492228, 27.414507772, 56.0751295337);
}
#ContentsArea .content-wrap .block-main .text-main .blue3 {
  color: #009999;
}
#ContentsArea .content-wrap .block-main .col-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#ContentsArea .content-wrap .block-main .col-block.col2 .col-item {
  width: 47%;
}
#ContentsArea .content-bottom {
  margin-top: 50px;
}
#ContentsArea .under-btns {
  max-width: 1100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 40px;
}
#ContentsArea .under-btns-title {
  width: 50%;
  background: #fff;
  text-align: center;
  padding: 40px;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  border-radius: 15px;
}
#ContentsArea .under-btns-title::before, #ContentsArea .under-btns-title::after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#ContentsArea .under-btns-title::before {
  background: #f39800;
  left: calc(50% - 50px);
}
#ContentsArea .under-btns-title::after {
  background: #76a32d;
  left: calc(50% + 50px);
}
#ContentsArea .under-btns-title div::after {
  content: "";
  background: #e9546b;
  width: 50px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#ContentsArea .under-btns__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#ContentsArea .under-btns .under-btns-title,
#ContentsArea .under-btns a {
  display: block;
  width: calc(50% - 15px);
  margin-top: 30px;
}
#ContentsArea .under-btns .under-btns-title:nth-child(even),
#ContentsArea .under-btns a:nth-child(even) {
  margin-left: 30px;
}
#ContentsArea .under-btns .btn-under__inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
#ContentsArea .under-btns .btn-under .btn-more {
  background: #666;
  width: 100%;
  font-size: 12px;
  padding: 5px 25px 5px 5px;
  position: relative;
  text-align: right;
}
#ContentsArea .under-btns .btn-under .btn-more::after {
  width: 12px;
  height: 12px;
  right: 6px;
  top: 50%;
  margin-top: -6px;
}
#ContentsArea .under-btns .btn-under .profile-bottom {
  width: 100%;
}
#ContentsArea .under-btns .btn-under .btn-photo {
  width: 25%;
}
#ContentsArea .under-btns .btn-under .btn-content {
  width: 75%;
}
#ContentsArea .under-btns .btn-under .com-text {
  padding: 7px 20px 9px;
  font-size: 16px;
}
#ContentsArea .under-btns .btn-under .title {
  padding: 20px 15px 20px 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .under-btns .btn-under .title .text1 {
  color: #76a32d;
  font-size: 17px;
}
#ContentsArea .under-btns .btn-under .title .text2 {
  font-size: 20px;
}
#ContentsArea .under-btns .btn-under .profile {
  padding: 5px 20px;
  font-size: 12px;
}
#ContentsArea .under-btns .btn-under .profile .name span {
  font-size: 18px;
}
#ContentsArea .btn-gototop {
  display: block;
  width: 50%;
  background-position: bottom;
  background-size: cover;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#ContentsArea .btn-gototop__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#ContentsArea .btn-gototop .more {
  width: 130px;
  background: #998800;
  color: #fff;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 30px 2px 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ContentsArea .btn-gototop .more::after {
  content: "";
  background-image: url(arrow_more.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  #ContentsArea .btn-gototop:hover .more {
    background: #76a32d;
  }
}
#ContentsArea .btn-under {
  display: block;
  text-decoration: none;
}
#ContentsArea .btn-under + .btn-under {
  margin-top: 30px;
}
#ContentsArea .btn-under__inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  #ContentsArea .btn-under:hover .btn-more {
    background: #76a32d;
  }
}
#ContentsArea .btn-under__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#ContentsArea .btn-under .btn-more {
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 40px 5px 15px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .btn-under .btn-more::after {
  content: "";
  background-image: url(arrow_more.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  z-index: 1;
}
#ContentsArea .btn-under .btn-photo {
  width: 20%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#ContentsArea .btn-under .btn-content {
  width: 80%;
}
#ContentsArea .btn-under .com {
  position: relative;
  background: #998800;
}
#ContentsArea .btn-under .com-text {
  padding: 6px 20px 7px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
#ContentsArea .pagetop-area {
  margin-top: 80px;
}
#ContentsArea .pagetop-area .btn-pagetop {
  display: block;
  background: #f2f2f2;
  color: #666;
  width: 100%;
  padding: 10px 30px 8px;
  font-size: 0.75em;
  letter-spacing: 1px;
  border-bottom: 2px solid #76a32d;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  font-weight: bold;
}
#ContentsArea .pagetop-area .btn-pagetop__inner {
  display: inline-block;
  position: relative;
}
#ContentsArea .pagetop-area .btn-pagetop__inner::before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-area .btn-pagetop:hover {
  background: #76a32d;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
#ContentsArea .link-area {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 2px #b5b5b6;
}
#ContentsArea .link-title {
  background: #76a32d;
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
  font-weight: bold;
}
#ContentsArea .link-list {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #FFF;
}
#ContentsArea .link-list li {
  margin: 0;
  padding: 10px 0 10px 22px;
  line-height: 1.5em;
  background: url("icon_arrow.gif") no-repeat left center;
  font-size: 14px;
}
#ContentsArea .link-list li:not(:first-child) {
  border-top: dotted 1px #ccc;
}
#ContentsArea .link-list .linkbot {
  overflow: hidden;
}
#ContentsArea .contact-area {
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  background: #fff;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
#ContentsArea .contact-title {
  margin-bottom: 20px;
  text-align: center;
}
#ContentsArea .contact-title span {
  display: inline-block;
  padding: 9px 20px 10px;
  line-height: 1;
  border: solid 1px #b5b5b6;
}
#ContentsArea .contact-logo {
  max-width: 260px;
  margin: 30px auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 30px;
  line-height: 2;
}
#ContentsArea .contact-content + .contact-title {
  margin-top: 50px;
}
#ContentsArea .contact-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#ContentsArea .contact-content a {
  text-decoration: underline;
}
#ContentsArea .contact-content .note {
  margin-top: 30px;
  font-size: 14px;
}
#ContentsArea .contact-content .note__inner {
  display: inline-block;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  padding: 15px 25px;
}
#ContentsArea .contact-content .purple {
  font-weight: bold;
  color: #9082a4;
}
#ContentsArea .content-wrap.is-top .lines {
  width: 100%;
  height: 3px;
  position: relative;
}
#ContentsArea .content-wrap.is-top .lines::before, #ContentsArea .content-wrap.is-top .lines::after {
  content: "";
  width: 33.33%;
  height: 3px;
  position: absolute;
  top: 0;
}
#ContentsArea .content-wrap.is-top .lines::before {
  background: #f39800;
  left: 0;
}
#ContentsArea .content-wrap.is-top .lines::after {
  background: #76a32d;
  right: 0;
}
#ContentsArea .content-wrap.is-top .lines span {
  display: block;
  width: 100%;
  position: relative;
}
#ContentsArea .content-wrap.is-top .lines span::after {
  content: "";
  display: block;
  background: #e9546b;
  width: 33.34%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 33.33%;
}
#ContentsArea .content-wrap.is-top .lines .block-main__inner {
  border-top: 1px solid #000;
}
#ContentsArea .top-block {
  padding-bottom: 20px;
}
#ContentsArea .top-btns {
  margin-top: 50px;
  padding-bottom: 50px;
}
#ContentsArea .top-btns__inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#ContentsArea .top-btns .title {
  padding: 20px 15px 25px 30px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6875;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .top-btns .title .text1 {
  font-size: 28px;
}
#ContentsArea .top-btns .title .text2 {
  color: #76a32d;
  font-size: 32px;
}
#ContentsArea .top-btns .btn-more {
  border-top-left-radius: 6px;
}
#ContentsArea .information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-top: -190px;
}
#ContentsArea .information-list {
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ContentsArea .information-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#ContentsArea .information-list dl + dl {
  margin-top: 4px;
}
#ContentsArea .information-list dt {
  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;
  width: 120px;
  text-align: center;
  position: relative;
  background: #998800;
  color: #fff;
  border-radius: 100px;
}
#ContentsArea .information-list dt span {
  display: block;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 4px;
  position: relative;
  z-index: 2;
}
#ContentsArea .information-list dt span + span {
  margin-left: 0.6666666667em;
}
#ContentsArea .information-list dd {
  width: calc(100% - 120px);
  overflow: hidden;
  padding: 0px 15px 2px 15px;
}