@charset "UTF-8";
/*--------------------
 * Base
 *--------------------*/
body {
  background: #eeefef;
  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;
}
body * {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
body a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
body .content-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1000px) {
  else body {
    width: 100%;
  }
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

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

.tab-off {
  display: inline-block;
}

.sp {
  display: none;
}

.sp-in {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .tab-off {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .pc-in {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-in {
    display: inline-block;
  }
}
/*--------------------
 * Template
 *--------------------*/
.footer-wrap {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

#bpGlobalFooter {
  width: 100%;
}

#note_text {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 12px;
  line-height: 1.6;
}

.social_buttons {
  background: #fff;
  padding: 7px 0 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/*--------------------
 * 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;
}

/*--------------------
 * Main Contents
 *--------------------*/
#ContentsArea {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  /* 図の設定 ------------------------------*/
  /* PageTopの設定 ------------------------------*/
  /*--------------------
  * 汎用
  *--------------------*/
  /*clearfix --------------------------- */
}
#ContentsArea * {
  font-style: normal;
  list-style: none;
}
#ContentsArea ol, #ContentsArea ul {
  list-style: none;
}
#ContentsArea table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ContentsArea caption, #ContentsArea th, #ContentsArea td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#ContentsArea q, #ContentsArea blockquote {
  quotes: none;
}
#ContentsArea q:before, #ContentsArea q:after, #ContentsArea blockquote:before, #ContentsArea blockquote:after {
  content: "";
  content: none;
}
#ContentsArea a img {
  border: none;
}
#ContentsArea article, #ContentsArea aside, #ContentsArea details, #ContentsArea figcaption, #ContentsArea figure, #ContentsArea footer, #ContentsArea header, #ContentsArea hgroup, #ContentsArea main, #ContentsArea menu, #ContentsArea nav, #ContentsArea section, #ContentsArea summary {
  display: block;
}
#ContentsArea a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
#ContentsArea a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
#ContentsArea br {
  line-height: 1;
}
#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: 30px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
}
#ContentsArea .notes.text-right {
  text-align: right;
}
#ContentsArea .notes.text-right dl {
  display: inline-block;
}
#ContentsArea .notes dt {
  float: left;
  margin-right: 0.25em;
}
#ContentsArea .notes dd {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .notes.sp-off {
    overflow: visible;
  }
  #ContentsArea .notes.sp-off dt {
    float: none;
  }
  #ContentsArea .notes.sp-off dd {
    overflow: hidden;
  }
}
#ContentsArea .simple-list {
  overflow: hidden;
}
#ContentsArea .simple-list dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .simple-list dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea {
    font-size: 14px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
#ContentsArea .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ContentsArea .content-head {
  background-image: url(headerbg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head {
    background-image: none;
    background-color: #12203c;
  }
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 20px 17.5vw;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__inner {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#ContentsArea .content-head-main {
  width: 380px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head-main {
    width: 100%;
  }
}
#ContentsArea .content-head .shoulder {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
#ContentsArea .content-head .shoulder__inner {
  display: inline-block;
  padding: 0 12px 2px 0;
  position: relative;
}
#ContentsArea .content-head .shoulder__inner::after {
  content: "";
  background: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#ContentsArea .content-head h1 {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#ContentsArea .content-head h1::before {
  content: "";
  background: #af6538;
  width: 6px;
  height: 100%;
  position: absolute;
  left: -26px;
  top: 0;
  z-index: 2;
}
#ContentsArea .content-head h1::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 1000px;
  position: absolute;
  left: 0px;
  top: 31.3253012048%;
  z-index: 2;
}
#ContentsArea .content-head h1 img {
  width: 100%;
}
@media only screen and (max-width: 1120px) {
  #ContentsArea .content-head h1 img {
    -webkit-filter: drop-shadow(4px 4px 4px rgba(12, 17, 22, 0.64));
            filter: drop-shadow(4px 4px 4px rgba(12, 17, 22, 0.64));
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head h1 {
    margin-top: 20px;
    padding-right: 10px;
  }
}
#ContentsArea .content-head .img img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .img {
    width: 100vw;
    margin: 20px 0 0 -35px;
  }
}
#ContentsArea .lead {
  margin-top: 35px;
  width: 100%;
  padding-left: 3.9473684211%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1120px) {
  #ContentsArea .lead {
    text-shadow: 0 0 5px #12203c, 0 0 5px #12203c, 0 0 5px #12203c;
    background: rgba(26, 35, 42, 0.75);
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .lead {
    font-size: 13px;
    background: none;
    padding-left: 3.9473684211%;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#ContentsArea .photo {
  width: 400px;
}
#ContentsArea .photo.fl {
  margin-left: -90px;
}
#ContentsArea .photo.fr {
  margin-right: -90px;
}
#ContentsArea .photo.photo-max {
  background: #1b232a;
  width: 100%;
  position: relative;
}
#ContentsArea .photo.photo-max::before, #ContentsArea .photo.photo-max::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
}
#ContentsArea .photo.photo-max::before {
  right: calc(100% - 100px);
}
#ContentsArea .photo.photo-max::after {
  left: calc(100% - 100px);
}
#ContentsArea .photo.photo-max.text-left::before {
  background: #213968;
}
#ContentsArea .photo.photo-max.text-left::after {
  background: #1b232a;
}
#ContentsArea .photo.photo-max.text-left .person {
  margin: 0 0 0 auto;
}
#ContentsArea .photo.photo-max.text-left .profile {
  background-image: url(photo_effect_l.svg);
  background-position: right top;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 44.1826215022%;
}
#ContentsArea .photo.photo-max.text-left .profile__inner {
  padding-right: 25.2525252525%;
}
#ContentsArea .photo.photo-max.text-right::before {
  background: #1b232a;
}
#ContentsArea .photo.photo-max.text-right::after {
  background: #213968;
}
#ContentsArea .photo.photo-max.text-right .profile {
  background-image: url(photo_effect_r.svg);
  background-position: left top;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 44.1826215022%;
}
#ContentsArea .photo.photo-max.text-right .profile__inner {
  padding-left: 25.2525252525%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo.photo-max {
    max-width: none;
  }
  #ContentsArea .photo.photo-max::before, #ContentsArea .photo.photo-max::after {
    display: none;
  }
  #ContentsArea .photo.photo-max.text-left .person {
    width: 50%;
  }
  #ContentsArea .photo.photo-max.text-left .person img {
    position: relative;
    width: 140%;
    left: -30%;
  }
  #ContentsArea .photo.photo-max.text-right .profile__inner {
    padding-left: 30%;
  }
  #ContentsArea .photo.photo-max .person {
    width: 50%;
  }
  #ContentsArea .photo.photo-max .person img {
    width: 140%;
  }
}
#ContentsArea .photo .person {
  width: 69.9558173785%;
  position: relative;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .profile {
  background-repeat: no-repeat;
  background-size: contain;
  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: 58.3210603829%;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 1;
}
#ContentsArea .photo .kata {
  font-size: 14px;
}
#ContentsArea .photo .name {
  margin-top: 5px;
  font-size: 30px;
}
#ContentsArea .photo .name span {
  display: inline-block;
  padding-left: 0.1em;
  font-size: 80%;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .photo {
    width: 320px;
  }
  #ContentsArea .photo.fl {
    margin-left: -50px;
  }
  #ContentsArea .photo.fr {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 100%;
    max-width: 320px;
  }
  #ContentsArea .photo.photo-wide {
    max-width: none;
  }
  #ContentsArea .photo.is-side {
    width: 100%;
  }
  #ContentsArea .photo.mb50, #ContentsArea .photo.mb60 {
    margin-bottom: 30px;
  }
  #ContentsArea .photo.mt50 {
    margin-top: 30px;
  }
  #ContentsArea .photo.fl {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.fr {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.photo-wide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #ContentsArea .photo .person {
    position: relative;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .kata {
    font-size: 11px;
  }
  #ContentsArea .photo .name {
    font-size: 16px;
  }
}
#ContentsArea .figure-wide {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(18, 32, 60, 0.25);
          box-shadow: 0 0 20px rgba(18, 32, 60, 0.25);
  padding: 20px 10px 30px;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
}
#ContentsArea .figure-wide .figure img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-wide {
    padding: 15px 10px 20px;
  }
}
#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 {
  display: block;
  width: 50%;
  padding: 2px;
  text-align: left;
}
#ContentsArea .figure.no-frame {
  background: none;
  padding: 0;
}
#ContentsArea .figure.no-frame .figure-in {
  margin: 0;
}
#ContentsArea .figure:hover {
  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-in {
  background: #dfe5e7;
  position: relative;
}
#ContentsArea .figure-in .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure-img {
  text-align: center;
}
#ContentsArea .figure-title {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #131673;
}
#ContentsArea .figure-title__inner {
  display: inline-block;
  overflow: hidden;
}
#ContentsArea .figure-title .zu {
  display: block;
  float: left;
  margin-right: 0.75em;
}
#ContentsArea .figure-title .text {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-title {
    font-size: 16px;
  }
}
#ContentsArea .figure-text {
  display: block;
  color: #000;
  margin-top: 5px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.64;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure {
    width: 90%;
    background-color: #131673;
    display: block;
    padding: 2px 0;
    font-size: 11px;
    text-align: left;
  }
  #ContentsArea .figure.fl, #ContentsArea .figure.fr {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #ContentsArea .figure.simple {
    padding: 0;
  }
  #ContentsArea .figure.simple .figure-in {
    margin: 0;
  }
  #ContentsArea .figure span {
    display: block;
  }
  #ContentsArea .figure-in {
    margin: 0 2px;
    background-color: #fff;
    position: relative;
  }
  #ContentsArea .figure-in .title {
    color: #2877A6;
    padding: 10px 4px 7px 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
  }
  #ContentsArea .figure-in .title span.zu {
    display: block;
    margin-right: 0.75em;
  }
  #ContentsArea .figure-in .title span.text {
    overflow: hidden;
  }
  #ContentsArea .figure-in .txt {
    background: #131673;
    color: #FFF;
    padding: 8px 10px 6px;
  }
  #ContentsArea .figure-in .txt.simple {
    background: none;
    text-align: center;
    color: #000;
    font-size: 16px;
  }
  #ContentsArea .figure-text {
    padding: 0 10px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  background-color: #eeefef;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap {
    font-size: 14px;
  }
}
#ContentsArea .content-wrap__inner {
  background: #fff;
  width: 100%;
  max-width: 1358px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap__inner {
    padding-top: 20px;
  }
  #ContentsArea .content-wrap__inner::before {
    width: 4px;
  }
}
#ContentsArea .content-wrap h2 {
  border-bottom: solid 1px #12203c;
  margin-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
#ContentsArea .content-wrap h2::after {
  content: "";
  width: 100vw;
  height: 7px;
  background: #af6538;
  position: absolute;
  left: calc(100% - 100px);
  bottom: -4px;
  z-index: 1;
}
#ContentsArea .content-wrap h2 .h2__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  font-size: 24px;
  color: #131673;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap h2 .h2__inner span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2 {
    padding-left: 0px;
    padding-top: 10px;
  }
  #ContentsArea .content-wrap h2::after {
    left: calc(100% - 50px);
    height: 5px;
    bottom: -3px;
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    font-size: 18px;
  }
}
#ContentsArea .content-wrap .block-main {
  background: #fff;
  padding: 72px 229px;
  position: relative;
}
#ContentsArea .content-wrap .block-main + .block-main {
  padding-top: 0;
}
@media only screen and (max-width: 1358px) {
  #ContentsArea .content-wrap .block-main {
    padding: 72px 16.8630338733%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .block-main {
    padding: 30px 20px 40px;
  }
}
#ContentsArea .content-wrap .block-main .text-main {
  line-height: 2;
  text-align: left;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .block-main .text-main .fl-text {
  max-width: 630px;
}
#ContentsArea .content-wrap .block-main .text-main .talk {
  color: #131673;
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .mc {
  display: block;
  font-weight: bold;
  font-size: 17px;
}
#ContentsArea .content-wrap .block-main .text-main .blue {
  color: #131673;
}
#ContentsArea .content-wrap .block-main .text-main .red {
  color: #CD0033;
}
#ContentsArea .content-wrap .block-main .pagetop-text {
  margin-bottom: 0;
}
#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%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .block-main .text-main .mc {
    font-size: 15px;
  }
}
#ContentsArea .pagetop-area {
  margin-top: 120px;
}
#ContentsArea .pagetop-area .btn-pagetop {
  display: block;
  background: #f2f2f2;
  color: #12203c;
  width: 90%;
  margin-left: 5%;
  padding: 10px 30px 8px;
  font-size: 0.75em;
  letter-spacing: 1px;
  border-bottom: 2px solid #131673;
  line-height: 2;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
#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: #131673;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-area {
    margin-top: 50px;
  }
  #ContentsArea .pagetop-area .btn-pagetop {
    font-size: 0.7em;
  }
}
#ContentsArea .link-area {
  background: #12203c;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #dfdfdf;
  padding: 0 20px;
  border-radius: 20px;
}
#ContentsArea .link-title {
  color: #FFF;
  line-height: 1;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  border-bottom: solid 1px #fff;
}
#ContentsArea .link-list {
  margin: 0;
  padding: 20px 20px 30px;
  list-style: none;
  text-align: center;
}
#ContentsArea .link-list li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 15px;
}
#ContentsArea .link-list a {
  display: inline-block;
  background: url("icon_arrow.gif") no-repeat left center;
  color: #FFF;
  padding-left: 24px;
}
#ContentsArea .link-list .linkbot {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .link-list {
    padding: 20px 10px;
    text-align: left;
  }
  #ContentsArea .link-list li {
    font-size: 14px;
  }
}
#ContentsArea .contact-area {
  width: 100%;
  margin-top: 120px;
  background: #fff;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
#ContentsArea .contact-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
#ContentsArea .contact-title::before, #ContentsArea .contact-title::after {
  content: "";
  width: 250px;
  height: 3px;
  background: #12203c;
  position: absolute;
  bottom: 0;
}
#ContentsArea .contact-title::before {
  right: calc(50% + 5px);
}
#ContentsArea .contact-title::after {
  left: calc(50% + 5px);
}
#ContentsArea .contact-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
#ContentsArea .contact-logo {
  max-width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 40px;
  line-height: 1.5;
}
#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;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-title span {
    font-size: 16px;
  }
  #ContentsArea .contact-area {
    margin-top: 30px;
  }
  #ContentsArea .contact-logo {
    max-width: 160px;
  }
  #ContentsArea .contact-content strong {
    font-size: 16px;
  }
}
#ContentsArea .btn-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
#ContentsArea .btn-area .btn-next {
  display: block;
  width: 100%;
  min-height: 122px;
  position: relative;
}
#ContentsArea .btn-area .btn-next::before {
  content: "";
  width: 13px;
  height: 100%;
  background: #131673;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}
#ContentsArea .btn-area .btn-next__inner {
  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: #131673;
  width: calc(100% - 120px - 39px);
  margin-left: 39px;
  padding: 0 40px;
  height: 100%;
  min-height: 122px;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-next__inner::before, #ContentsArea .btn-area .btn-next__inner::after {
  content: "";
  width: 13px;
  height: 100%;
  background: #131673;
  position: absolute;
  top: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-next__inner::before {
  opacity: 0.4;
  left: -26px;
}
#ContentsArea .btn-area .btn-next__inner::after {
  opacity: 0.8;
  left: -13px;
}
#ContentsArea .btn-area .btn-next__inner .next {
  width: 228px;
  height: 38px;
  padding: 8px 68px 0 20px;
  text-align: right;
  position: absolute;
  left: -39px;
  top: -19px;
  z-index: 3;
}
#ContentsArea .btn-area .btn-next__inner .next::before {
  content: "";
  background: #12203c;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-next__inner .next span {
  display: inline-block;
  width: 70px;
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-next__inner .next img {
  width: 100%;
  vertical-align: top;
}
#ContentsArea .btn-area .btn-next__inner .text {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-area .btn-next {
    min-height: auto;
  }
  #ContentsArea .btn-area .btn-next::after {
    content: "";
    width: 100px;
    height: 110px;
  }
  #ContentsArea .btn-area .btn-next__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 139px);
    padding: 10px 0 0 10px;
    height: 110px;
    min-height: auto;
    font-size: 19px;
    text-align: center;
  }
  #ContentsArea .btn-area .btn-next__inner .next {
    width: 160px;
    height: 30px;
    padding: 5px 48px 0 10px;
    left: -39px;
    top: -15px;
  }
  #ContentsArea .btn-area .btn-next__inner .next span {
    width: 60px;
  }
  #ContentsArea .btn-area .btn-next__inner .text {
    width: 100%;
    font-size: 17px;
    line-height: 1.35;
  }
}
#ContentsArea .disno {
  display: none;
}
#ContentsArea .disinline {
  display: inline;
}
#ContentsArea .ofh {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .cl {
  clear: both;
}
#ContentsArea .fl {
  float: left;
}
#ContentsArea .fr {
  float: right;
}
#ContentsArea .tac {
  text-align: center;
}
#ContentsArea .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#ContentsArea .clearfix {
  zoom: 1;
}
#ContentsArea .mt5 {
  margin-top: 5px;
}
#ContentsArea .pt5 {
  padding-top: 5px;
}
#ContentsArea .mt0 {
  margin-top: 0px;
}
#ContentsArea .mr0 {
  margin-right: 0px;
}
#ContentsArea .mb0 {
  margin-bottom: 0px;
}
#ContentsArea .ml0 {
  margin-left: 0px;
}
#ContentsArea .pt0 {
  padding-top: 0px;
}
#ContentsArea .pr0 {
  padding-right: 0px;
}
#ContentsArea .pb0 {
  padding-bottom: 0px;
}
#ContentsArea .pl0 {
  padding-left: 0px;
}
#ContentsArea .mt10 {
  margin-top: 10px;
}
#ContentsArea .mr10 {
  margin-right: 10px;
}
#ContentsArea .mb10 {
  margin-bottom: 10px;
}
#ContentsArea .ml10 {
  margin-left: 10px;
}
#ContentsArea .pt10 {
  padding-top: 10px;
}
#ContentsArea .pr10 {
  padding-right: 10px;
}
#ContentsArea .pb10 {
  padding-bottom: 10px;
}
#ContentsArea .pl10 {
  padding-left: 10px;
}
#ContentsArea .mt20 {
  margin-top: 20px;
}
#ContentsArea .mr20 {
  margin-right: 20px;
}
#ContentsArea .mb20 {
  margin-bottom: 20px;
}
#ContentsArea .ml20 {
  margin-left: 20px;
}
#ContentsArea .pt20 {
  padding-top: 20px;
}
#ContentsArea .pr20 {
  padding-right: 20px;
}
#ContentsArea .pb20 {
  padding-bottom: 20px;
}
#ContentsArea .pl20 {
  padding-left: 20px;
}
#ContentsArea .mt30 {
  margin-top: 30px;
}
#ContentsArea .mr30 {
  margin-right: 30px;
}
#ContentsArea .mb30 {
  margin-bottom: 30px;
}
#ContentsArea .ml30 {
  margin-left: 30px;
}
#ContentsArea .pt30 {
  padding-top: 30px;
}
#ContentsArea .pr30 {
  padding-right: 30px;
}
#ContentsArea .pb30 {
  padding-bottom: 30px;
}
#ContentsArea .pl30 {
  padding-left: 30px;
}
#ContentsArea .mt40 {
  margin-top: 40px;
}
#ContentsArea .mr40 {
  margin-right: 40px;
}
#ContentsArea .mb40 {
  margin-bottom: 40px;
}
#ContentsArea .ml40 {
  margin-left: 40px;
}
#ContentsArea .pt40 {
  padding-top: 40px;
}
#ContentsArea .pr40 {
  padding-right: 40px;
}
#ContentsArea .pb40 {
  padding-bottom: 40px;
}
#ContentsArea .pl40 {
  padding-left: 40px;
}
#ContentsArea .mt50 {
  margin-top: 50px;
}
#ContentsArea .mr50 {
  margin-right: 50px;
}
#ContentsArea .mb50 {
  margin-bottom: 50px;
}
#ContentsArea .ml50 {
  margin-left: 50px;
}
#ContentsArea .pt50 {
  padding-top: 50px;
}
#ContentsArea .pr50 {
  padding-right: 50px;
}
#ContentsArea .pb50 {
  padding-bottom: 50px;
}
#ContentsArea .pl50 {
  padding-left: 50px;
}
#ContentsArea .mt60 {
  margin-top: 60px;
}
#ContentsArea .mr60 {
  margin-right: 60px;
}
#ContentsArea .mb60 {
  margin-bottom: 60px;
}
#ContentsArea .ml60 {
  margin-left: 60px;
}
#ContentsArea .pt60 {
  padding-top: 60px;
}
#ContentsArea .pr60 {
  padding-right: 60px;
}
#ContentsArea .pb60 {
  padding-bottom: 60px;
}
#ContentsArea .pl60 {
  padding-left: 60px;
}
#ContentsArea .mt70 {
  margin-top: 70px;
}
#ContentsArea .mr70 {
  margin-right: 70px;
}
#ContentsArea .mb70 {
  margin-bottom: 70px;
}
#ContentsArea .ml70 {
  margin-left: 70px;
}
#ContentsArea .pt70 {
  padding-top: 70px;
}
#ContentsArea .pr70 {
  padding-right: 70px;
}
#ContentsArea .pb70 {
  padding-bottom: 70px;
}
#ContentsArea .pl70 {
  padding-left: 70px;
}
#ContentsArea .mt80 {
  margin-top: 80px;
}
#ContentsArea .mr80 {
  margin-right: 80px;
}
#ContentsArea .mb80 {
  margin-bottom: 80px;
}
#ContentsArea .ml80 {
  margin-left: 80px;
}
#ContentsArea .pt80 {
  padding-top: 80px;
}
#ContentsArea .pr80 {
  padding-right: 80px;
}
#ContentsArea .pb80 {
  padding-bottom: 80px;
}
#ContentsArea .pl80 {
  padding-left: 80px;
}
#ContentsArea .mt90 {
  margin-top: 90px;
}
#ContentsArea .mr90 {
  margin-right: 90px;
}
#ContentsArea .mb90 {
  margin-bottom: 90px;
}
#ContentsArea .ml90 {
  margin-left: 90px;
}
#ContentsArea .pt90 {
  padding-top: 90px;
}
#ContentsArea .pr90 {
  padding-right: 90px;
}
#ContentsArea .pb90 {
  padding-bottom: 90px;
}
#ContentsArea .pl90 {
  padding-left: 90px;
}
#ContentsArea .mt100 {
  margin-top: 100px;
}
#ContentsArea .mr100 {
  margin-right: 100px;
}
#ContentsArea .mb100 {
  margin-bottom: 100px;
}
#ContentsArea .ml100 {
  margin-left: 100px;
}
#ContentsArea .pt100 {
  padding-top: 100px;
}
#ContentsArea .pr100 {
  padding-right: 100px;
}
#ContentsArea .pb100 {
  padding-bottom: 100px;
}
#ContentsArea .pl100 {
  padding-left: 100px;
}