@charset "UTF-8";
/*====================
 * style.scss
 *====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------------------
 * 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: 1000px) {
  else body {
    width: 100%;
  }
}

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

a {
  color: #2877A6;
  text-decoration: none;
  border: none;
  word-break: break-all;
}
a:hover {
  color: #3b8dc7;
  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;
}

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

/*--------------------
 * Template
 *--------------------*/
.nbo_header {
  background: url("nbo_bg.jpg") no-repeat center 0;
  width: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.nbo_header .nbo_header_in {
  height: 61px;
  width: 100%;
  background: url("onb.jpg") no-repeat left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.nbo_header .btns {
  position: absolute;
  top: 10px;
  right: 12px;
}

.footer-wrap {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

#bpGlobalFooter {
  width: 100%;
}

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

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

@media only screen and (max-width: 1000px) {
  .header img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .nbo_header {
    background: #000;
  }
  .nbo_header .nbo_header_in {
    background: none;
    height: auto;
    padding: 8px;
  }
  .nbo_header .nbo_header_in img {
    width: 100%;
    max-width: 100px;
  }
  .nbo_header .nbo_header_in .btns {
    display: none;
  }
}
/*--------------------
 * Main Contents
 *--------------------*/
#ContentsArea {
  background-color: #ebebeb;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  /* 図の設定 ------------------------------*/ /* PageTopの設定 ------------------------------*/
}
#ContentsArea.is-portal {
  padding-bottom: 0;
}
#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.text-right {
  text-align: right;
}
#ContentsArea .notes li {
  padding-left: 1.2em;
  position: relative;
}
#ContentsArea .notes li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .content-head {
  background-color: #ededed;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#ContentsArea .content-head-main {
  position: relative;
}
#ContentsArea .content-head-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head-content {
    position: static;
  }
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1040px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  z-index: 10;
}
#ContentsArea .content-head__inner img {
  width: 100%;
}
#ContentsArea .content-head .header-photo {
  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%;
  text-align: center;
}
#ContentsArea .content-head .header-photo__inner {
  width: 90%;
}
#ContentsArea .content-head .header-photo img {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .header-photo {
    display: none;
  }
}
#ContentsArea .content-head .title {
  width: 100%;
  font-size: 39px;
  position: absolute;
  left: 0px;
  top: 15%;
  z-index: 2;
}
#ContentsArea .content-head .title__inner {
  display: inline-block;
  padding: 15px 20px;
  background: #071635;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#ContentsArea .content-head .title__inner::before {
  content: "";
  background-image: url(title_bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #071635;
  width: 50vw;
  height: 100%;
  position: absolute;
  left: calc(-1 * (50vw - 50%));
  top: 0;
  z-index: 1;
}
#ContentsArea .content-head .title .text {
  text-shadow: 0 0 6px #071635;
  font-weight: bold;
  line-height: 1.35;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-head .title {
    font-size: 36px;
    font-size: 3.4615384615vw;
  }
  #ContentsArea .content-head .title .title__inner {
    position: relative;
  }
  #ContentsArea .content-head .title .title__inner::before {
    width: 80%;
    left: 0%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .title {
    font-size: 34px;
    font-size: 4.5333333333vw;
    top: auto;
    bottom: 10%;
  }
  #ContentsArea .content-head .title .title__inner::before {
    background-size: 64%;
    width: calc(100% - 15px);
    left: 0%;
  }
}
#ContentsArea .content-head .comment {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
}
#ContentsArea .content-head .comment.w250 .comment__main {
  width: calc(100% - 250px);
}
#ContentsArea .content-head .comment.w250 .profile {
  width: 250px;
}
#ContentsArea .content-head .comment.w300 .comment__main {
  width: calc(100% - 300px);
}
#ContentsArea .content-head .comment.w300 .profile {
  width: 300px;
}
#ContentsArea .content-head .comment.w320 .comment__main {
  width: calc(100% - 320px);
}
#ContentsArea .content-head .comment.w320 .profile {
  width: 320px;
}
#ContentsArea .content-head .comment.fz-sml .comment__main {
  font-size: 24px;
}
#ContentsArea .content-head .comment__inner {
  background: rgba(255, 255, 255, 0.9);
  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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 20px rgba(7, 22, 53, 0.25);
          box-shadow: 0 0 20px rgba(7, 22, 53, 0.25);
}
#ContentsArea .content-head .comment__main {
  width: calc(100% - 400px);
  padding: 0 30px;
  color: #10306d;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-right: solid 1px #10306d;
}
#ContentsArea .content-head .comment__main .text {
  display: inline-block;
  position: relative;
}
#ContentsArea .content-head .comment__main .text::before, #ContentsArea .content-head .comment__main .text::after {
  position: absolute;
  top: -4px;
  font-size: 40px;
}
#ContentsArea .content-head .comment__main .text::before {
  content: "“";
  left: -1em;
}
#ContentsArea .content-head .comment__main .text::after {
  content: "”";
  right: -1em;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-head .comment {
    bottom: 20px;
  }
  #ContentsArea .content-head .comment.w250 .comment__main {
    width: calc(100% - 200px);
  }
  #ContentsArea .content-head .comment.w250 .profile {
    width: 200px;
  }
  #ContentsArea .content-head .comment.fz-sml .comment__main {
    font-size: 22px;
    font-size: 2.1153846154vw;
  }
  #ContentsArea .content-head .comment .comment__inner {
    padding: 10px 0;
  }
  #ContentsArea .content-head .comment .comment__main {
    width: calc(100% - 320px);
    font-size: 26px;
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .comment {
    position: relative;
    bottom: 0;
  }
  #ContentsArea .content-head .comment.w250 .comment__main, #ContentsArea .content-head .comment.w300 .comment__main, #ContentsArea .content-head .comment.w320 .comment__main {
    width: 100%;
  }
  #ContentsArea .content-head .comment.w250 .profile, #ContentsArea .content-head .comment.w300 .profile, #ContentsArea .content-head .comment.w320 .profile {
    width: 100%;
  }
  #ContentsArea .content-head .comment.fz-sml .comment__main {
    font-size: 30px;
    font-size: 4vw;
  }
  #ContentsArea .content-head .comment .comment__inner {
    display: block;
    padding: 15px 0;
    position: relative;
    bottom: 0;
  }
  #ContentsArea .content-head .comment .comment__main {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px 5px;
    font-size: 29px;
    font-size: 3.8666666667vw;
    border-right: none;
  }
  #ContentsArea .content-head .comment .comment__main .text::before, #ContentsArea .content-head .comment .comment__main .text::after {
    font-size: 30px;
  }
}
#ContentsArea .content-head .profile {
  width: 400px;
  padding: 0 30px;
  font-weight: bold;
  text-align: center;
}
#ContentsArea .content-head .profile__inner {
  display: inline-block;
  text-align: left;
}
#ContentsArea .content-head .profile .com {
  font-size: 14px;
  line-height: 1.5;
}
#ContentsArea .content-head .profile .name {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
}
#ContentsArea .content-head .profile .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .content-head .profile {
    width: 320px;
    padding: 0 20px;
  }
  #ContentsArea .content-head .profile .com {
    font-size: 12px;
  }
  #ContentsArea .content-head .profile .name {
    font-size: 24px;
    font-size: 2.3076923077vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .profile {
    width: 100%;
    padding: 0 30px;
    text-align: left;
  }
  #ContentsArea .content-head .profile .com {
    font-size: 13px;
  }
  #ContentsArea .content-head .profile .name {
    font-size: 20px;
  }
}
#ContentsArea .content-head .shoulder {
  width: 100%;
  background-image: url(shoulder.png);
  background-position: center;
  background-color: #071635;
  height: 126px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder {
    background-repeat: no-repeat;
    height: 60px;
    background-size: 900px;
  }
}
#ContentsArea .content-head .lead {
  background: #fff;
  color: #000;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 32/17;
}
#ContentsArea .content-head .lead__inner {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .content-head .lead .notes {
  margin-top: 10px;
  text-align: right;
}
#ContentsArea .photo {
  background: #FFF;
  width: 450px;
}
#ContentsArea .photo.photo-wide {
  width: 100%;
}
#ContentsArea .photo.fr {
  margin-right: -50px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .photo.fr {
    width: 400px;
  }
}
#ContentsArea .photo.fl {
  margin-left: -50px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea .photo.fl {
    width: 400px;
  }
}
#ContentsArea .photo.no-title {
  width: 500px;
}
#ContentsArea .photo.no-title .photo-profile {
  background: rgba(0, 0, 0, 0.8);
}
#ContentsArea .photo.is-editing {
  width: 280px;
}
#ContentsArea .photo.is-editing.fr {
  margin-right: -50px;
  position: relative;
}
#ContentsArea .photo.is-editing .profile {
  background: -webkit-gradient(linear, left top, right top, from(#cbaf00), color-stop(#f7eda2), color-stop(#b99b00), to(#7e6b00));
  background: -webkit-linear-gradient(left, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  background: linear-gradient(90deg, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  padding: 2px;
}
#ContentsArea .photo.is-editing .profile__inner {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 1.64;
  text-align: left;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .photo.is-editing {
    width: 320px;
  }
  #ContentsArea .photo.is-editing.fr {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo.is-editing {
    width: 100%;
    max-width: 300px;
  }
}
#ContentsArea .photo .person {
  position: relative;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .photo-title {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  text-align: left;
}
#ContentsArea .photo .photo-title p {
  color: #071635;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}
#ContentsArea .photo .photo-title p span {
  font-size: 74%;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .photo .photo-title p {
    font-size: 19px;
  }
}
#ContentsArea .photo .photo-profile {
  width: 100%;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
}
#ContentsArea .photo .photo-profile .name {
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#ContentsArea .photo .photo-profile .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 80%;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .photo .photo-profile {
    font-size: 12px;
  }
  #ContentsArea .photo .photo-profile .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 100%;
    text-align: center;
  }
  #ContentsArea .photo.is-side {
    width: 100%;
  }
  #ContentsArea .photo.mb50, #ContentsArea .photo.mb60 {
    margin-bottom: 30px;
  }
  #ContentsArea .photo.mt50 {
    margin-top: 30px;
  }
  #ContentsArea .photo.fl {
    width: 100%;
    max-width: 480px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.fr {
    width: 100%;
    max-width: 480px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.photo-wide {
    width: 100%;
  }
  #ContentsArea .photo.photo1 {
    width: 100%;
    margin-right: auto;
    position: relative;
  }
  #ContentsArea .photo .person {
    position: relative;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .photo-title {
    left: 15px;
    top: 10px;
  }
  #ContentsArea .photo .photo-title p {
    font-size: 31px;
    font-size: 4.1333333333vw;
  }
  #ContentsArea .photo .photo-profile {
    position: static;
    background: rgba(0, 0, 0, 0.8);
  }
}
#ContentsArea .figure-max img {
  width: 100%;
}
#ContentsArea .figure-wide {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .figure-wide .title {
  text-align: left;
  font-weight: bold;
  color: #071635;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
}
#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: 50%;
  background-color: #222;
  display: block;
  padding: 2px;
  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 {
  background-color: #fff;
  position: relative;
}
#ContentsArea .figure .figure_in .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure .figure_in .img {
  text-align: center;
  padding: 5px;
}
#ContentsArea .figure .figure_in .title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
#ContentsArea .figure .figure_in .title span.zu {
  display: block;
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .figure .figure_in .title span.text {
  overflow: hidden;
}
#ContentsArea .figure .figure_in .txt {
  background: #222;
  color: #FFF;
  padding: 8px 10px 6px;
  margin-top: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure {
    width: 90%;
    background-color: #222;
    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 .figure_in {
    margin: 0 2px;
    background-color: #fff;
    position: relative;
  }
  #ContentsArea .figure .figure_in .title {
    color: #2877A6;
    padding: 10px 4px 7px 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
  }
  #ContentsArea .figure .figure_in .title span.zu {
    display: block;
    margin-right: 0.5em;
  }
  #ContentsArea .figure .figure_in .title span.text {
    overflow: hidden;
  }
  #ContentsArea .figure .figure_in .txt {
    background: #222;
    color: #FFF;
    padding: 8px 10px 6px;
  }
  #ContentsArea .figure .figure_in .txt.simple {
    background: none;
    text-align: center;
    color: #000;
    font-size: 16px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  padding-top: 50px;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}
#ContentsArea .content-wrap.pt0 {
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap {
    padding-top: 20px;
  }
}
#ContentsArea .content-wrap.is-editing {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
#ContentsArea .content-wrap.is-editing .editing-init::before {
  display: none;
}
#ContentsArea .content-wrap.is-editing .editing-init__title {
  background: -webkit-gradient(linear, left top, right top, from(#cbaf00), color-stop(#f7eda2), color-stop(#b99b00), to(#7e6b00));
  background: -webkit-linear-gradient(left, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  background: linear-gradient(90deg, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  padding: 20px 20px 24px;
  letter-spacing: 0.05em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}
#ContentsArea .content-wrap.is-editing .editing-init__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#ContentsArea .content-wrap.is-editing h2 .in {
  font-size: 28px;
  letter-spacing: 0.02em;
}
#ContentsArea .content-wrap.is-editing .content-left {
  width: calc(100% - 330px);
  float: left;
}
#ContentsArea .content-wrap.is-editing .content-right {
  float: right;
  width: 330px;
  padding-left: 30px;
}
#ContentsArea .content-wrap.is-editing .content-right__title {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 0 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 15px;
}
#ContentsArea .content-wrap.is-editing .content-right__title span {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #999;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist li {
  display: none;
  margin-bottom: 15px;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn {
  display: block;
  background: #10306d;
  color: #000;
  padding: 3px;
  position: relative;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#cbaf00), color-stop(#f7eda2), color-stop(#b99b00), to(#7e6b00));
  background: -webkit-linear-gradient(left, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  background: linear-gradient(90deg, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn:hover {
  text-decoration: none;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn:hover::before {
  opacity: 0;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn:hover .title::before {
  background: #10306d;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn:hover .title::after {
  right: 1px;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn__inner {
  background: #fff;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title {
  padding: 10px 15px 10px 10px;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title::before, #ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title::before {
  background: #ccc;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 5px;
  border-left-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  right: 2px;
  z-index: 2;
  margin-top: -6px;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title span {
  font-weight: bold;
  font-size: 15px;
}
#ContentsArea .content-wrap.is-editing .content-right .navlist-btn .com {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  text-align: right;
}
#ContentsArea .content-wrap.is-editing .content-right .btn-top {
  margin-top: 40px;
}
#ContentsArea .content-wrap.is-editing .content-right .btn-top img {
  width: 100%;
}
#ContentsArea .content-wrap.is-editing .block-main .text-main {
  background: #fff;
  padding: 50px;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .content-wrap.is-editing h2 .in {
    font-size: 20px;
  }
  #ContentsArea .content-wrap.is-editing .content-left {
    width: calc(100% - 280px);
    float: left;
  }
  #ContentsArea .content-wrap.is-editing .content-right {
    width: 280px;
    padding-left: 15px;
  }
  #ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title {
    font-size: 12px;
  }
  #ContentsArea .content-wrap.is-editing .content-right .navlist-btn .title span {
    font-size: 13px;
  }
  #ContentsArea .content-wrap.is-editing .block-main .text-main {
    background: #fff;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap.is-editing .content-left {
    width: 100%;
    float: none;
  }
  #ContentsArea .content-wrap.is-editing .content-right {
    float: none;
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }
}
#ContentsArea .content-wrap h2 {
  position: relative;
  z-index: 1;
}
#ContentsArea .content-wrap h2::before {
  content: "";
  background-image: url(h2_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-wrap h2 .in {
  display: block;
  padding: 32px 15px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  text-align: center;
  z-index: 3;
}
#ContentsArea .content-wrap h2 .in > span {
  display: inline-block;
  text-shadow: 1px 1px 5px #000;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2::before {
    background-image: url(h2_bg_sp.jpg);
    background-size: cover;
  }
  #ContentsArea .content-wrap h2 .in {
    padding: 24px 10px 20px;
    font-size: 20px;
  }
}
#ContentsArea .content-wrap .block-main {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .block-main .text-main {
  background: #fff;
  padding: 50px 50px 0;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
#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: #444;
}
#ContentsArea .content-wrap .block-main .text-main .talk {
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .green {
  color: #038864;
}
#ContentsArea .content-wrap .block-main .text-main .blue {
  color: #376aaa;
}
#ContentsArea .content-wrap .block-main .text-main .blue2 {
  color: #465e89;
}
#ContentsArea .content-wrap .block-main .text-main .blue3 {
  color: #194f79;
}
#ContentsArea .content-wrap .block-main .text-main .purple {
  color: #4e3d7c;
}
#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: 1000px) {
  #ContentsArea .content-wrap .block-main .text-main {
    padding: 40px 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .block-main .text-main {
    width: calc(100% - 20px);
    padding: 30px 20px 0;
    line-height: 1.8;
    margin: 0 10px;
  }
}
#ContentsArea .is-editing .pagetop-text {
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .is-editing .pagetop-text {
    padding-right: 20px;
  }
}
#ContentsArea .pagetop-text {
  background: #fff;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: right;
}
#ContentsArea .pagetop-text a:before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-text a {
  display: block;
  float: right;
  background: #10306d;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 20px 2px;
  letter-spacing: 1px;
  border-bottom: 2px solid #06132a;
  line-height: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .pagetop-text a:hover {
  background: #06132a;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #10306d;
}
#ContentsArea .pagetop-text:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-text {
    padding-right: 0p a;
    padding-right-font-size: 0.7em;
    padding-right-padding: 6px 15px 4px;
  }
}
#ContentsArea #linkArea {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea #linkArea .linktitle {
  background: #222;
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
}
#ContentsArea #linkArea ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #FFF;
}
#ContentsArea #linkArea ul 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 #linkArea ul li:not(:first-child) {
  border-top: dotted 1px #ccc;
}
#ContentsArea #linkArea ul .linkbot {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea #linkArea {
    margin-top: 30px;
  }
  #ContentsArea #linkArea .linktitle {
    padding: 15px 20px;
  }
  #ContentsArea #linkArea ul {
    padding: 10px 15px;
  }
}
#ContentsArea #ContactArea {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  background: #fff;
  position: relative;
}
#ContentsArea #ContactArea .contact-table {
  background: #fff;
  display: table;
  width: 100%;
  height: 150px;
}
#ContentsArea #ContactArea .contact-title {
  display: table-cell;
  vertical-align: middle;
  background: #071635;
  color: #fff;
  width: 150px;
  padding: 20px;
  text-align: center;
}
#ContentsArea #ContactArea .contact-img {
  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;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0px;
}
#ContentsArea #ContactArea .contact-main {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 150px);
  padding: 30px 40px;
  font-size: 14px;
  line-height: 1.64;
  position: relative;
}
#ContentsArea #ContactArea .contact-main.is-in {
  padding: 0;
}
#ContentsArea #ContactArea .contact-main .contact-item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#ContentsArea #ContactArea .contact-main .contact-item.and-logo {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  position: relative;
}
#ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo {
  max-width: 200px;
  margin-left: 20px;
}
#ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo img {
  width: 100%;
}
#ContentsArea #ContactArea .contact-main .contact-item .intro {
  font-size: 13px;
  background: #f2f2f2;
  margin: 6px 0 10px;
  padding: 10px 12px;
  border-radius: 6px;
}
#ContentsArea #ContactArea .contact-main .and-logo2 .contact-item-logo {
  margin-bottom: 20px;
}
#ContentsArea #ContactArea .contact-main strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
#ContentsArea #ContactArea .contact-main a {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #ContentsArea #ContactArea {
    margin: 30px 0 0;
  }
  #ContentsArea #ContactArea .contact-table {
    display: block;
    height: auto;
  }
  #ContentsArea #ContactArea .contact-title {
    display: block;
    width: 100%;
    padding: 12px 20px 12px;
    text-align: left;
    line-height: 1;
  }
  #ContentsArea #ContactArea .contact-main {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 13px;
  }
  #ContentsArea #ContactArea .contact-main strong {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo {
    display: block;
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-content {
    padding-right: 0px;
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo {
    text-align: center;
    max-width: 50%;
    margin-left: 0;
    margin-bottom: 20px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo img {
    width: 100%;
  }
}
#ContentsArea .content-head.is-portal h1 {
  position: static;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head.is-portal h1 {
    padding: 0;
  }
}
#ContentsArea .portal-top {
  background: #fff;
  padding: 50px 40px 100px;
  border-bottom: 40px solid #000;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .portal-top {
    padding: 40px 20px 50px;
  }
}
#ContentsArea .portal-navlist {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .portal-navlist {
    display: block;
  }
}
#ContentsArea .portal-navlist .navlist-btn {
  display: block;
  background: #10306d;
  color: #000;
  width: calc(50% - 20px);
  margin-top: 30px;
  padding: 3px;
  position: relative;
}
#ContentsArea .portal-navlist .navlist-btn:nth-of-type(1), #ContentsArea .portal-navlist .navlist-btn:nth-of-type(2) {
  margin-top: 0;
}
#ContentsArea .portal-navlist .navlist-btn:nth-of-type(even) {
  margin-left: 40px;
}
#ContentsArea .portal-navlist .navlist-btn::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#cbaf00), color-stop(#f7eda2), color-stop(#b99b00), to(#7e6b00));
  background: -webkit-linear-gradient(left, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  background: linear-gradient(90deg, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .portal-navlist .navlist-btn:hover {
  text-decoration: none;
}
#ContentsArea .portal-navlist .navlist-btn:hover::before {
  opacity: 0;
}
#ContentsArea .portal-navlist .navlist-btn:hover .navlist-btn__inner::before {
  background: #10306d;
}
#ContentsArea .portal-navlist .navlist-btn:hover .navlist-btn__inner::after {
  right: 1px;
}
#ContentsArea .portal-navlist .navlist-btn:hover:nth-of-type(5) .navlist-btn__photo {
  right: 5px;
}
#ContentsArea .portal-navlist .navlist-btn:hover .navlist-btn__photo {
  right: 14px;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .portal-navlist .navlist-btn {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #ContentsArea .portal-navlist .navlist-btn:nth-of-type(1) {
    margin-top: 0;
  }
  #ContentsArea .portal-navlist .navlist-btn:nth-of-type(2) {
    margin-top: 20px;
  }
  #ContentsArea .portal-navlist .navlist-btn:nth-of-type(even) {
    margin-left: auto;
  }
}
#ContentsArea .portal-navlist .navlist-btn__inner {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f3eb;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .portal-navlist .navlist-btn__inner::before, #ContentsArea .portal-navlist .navlist-btn__inner::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .portal-navlist .navlist-btn__inner::before {
  background: #ccc;
  width: 12px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
}
#ContentsArea .portal-navlist .navlist-btn__inner::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-left-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  right: 3px;
  z-index: 3;
  margin-top: -6px;
}
#ContentsArea .portal-navlist .navlist-btn__title {
  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: 100%;
  padding: 10px 110px 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
#ContentsArea .portal-navlist .navlist-btn__title span {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .portal-navlist .navlist-btn__title {
    padding: 10px 100px 10px 10px;
    font-size: 14px;
  }
  #ContentsArea .portal-navlist .navlist-btn__title span {
    font-size: 15px;
  }
}
#ContentsArea .portal-navlist .navlist-btn__com {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 130px 4px 10px;
  text-align: left;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
#ContentsArea .portal-navlist .navlist-btn__sp {
  background: #b99b00;
  color: #fff;
  font-size: 12px;
  padding: 4px 130px 4px 10px;
  text-align: left;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
#ContentsArea .portal-navlist .navlist-btn__name {
  background: #666;
  color: #fff;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  padding: 3px 10px 5px;
  line-height: 1.5;
}
#ContentsArea .portal-navlist .navlist-btn__name span {
  display: inline-block;
  font-size: 80%;
  margin-left: 2px;
}
#ContentsArea .portal-navlist .navlist-btn.btn0b .navlist-btn__photo img {
  width: 145px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .portal-navlist .navlist-btn.btn0b .navlist-btn__photo img {
    width: 135px;
  }
}
#ContentsArea .portal-navlist .navlist-btn.btn5 .navlist-btn__photo {
  right: 0px;
}
#ContentsArea .portal-navlist .navlist-btn.btn5 .navlist-btn__photo img {
  width: 135px;
}
#ContentsArea .portal-navlist .navlist-btn.btn7 .navlist-btn__title {
  padding-right: 130px;
}
#ContentsArea .portal-navlist .navlist-btn.btn7 .navlist-btn__photo {
  right: 0px;
}
#ContentsArea .portal-navlist .navlist-btn.btn7 .navlist-btn__photo img {
  width: 155px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .portal-navlist .navlist-btn.btn7 .navlist-btn__title {
    padding-right: 50px;
  }
  #ContentsArea .portal-navlist .navlist-btn.btn7 .navlist-btn__photo img {
    width: 130px;
  }
}
#ContentsArea .portal-navlist .navlist-btn__photo {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .portal-navlist .navlist-btn__photo img {
  width: 120px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .portal-navlist .navlist-btn__photo img {
    width: 110px;
  }
}
#ContentsArea .btnArea {
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 0;
  padding: 0 350px 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#ContentsArea .btnArea a {
  display: block;
  width: 100%;
  max-width: 770px;
}
#ContentsArea .btnArea a img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .btnArea {
    padding: 0 300px 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btnArea {
    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #ContentsArea .btnArea__inner {
    width: 100%;
  }
}
#ContentsArea .bottom-btns {
  background: #222;
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 30px 20px;
}
#ContentsArea .bottom-btns__title {
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px 0 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 15px;
  position: relative;
}
#ContentsArea .bottom-btns__title span {
  display: block;
}
#ContentsArea .bottom-btns__title::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#cbaf00), color-stop(#f7eda2), color-stop(#b99b00), to(#7e6b00));
  background: -webkit-linear-gradient(left, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  background: linear-gradient(90deg, #cbaf00, #f7eda2, #b99b00, #7e6b00);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
#ContentsArea .bottom-btns .bottom-btns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#ContentsArea .bottom-btns .bottom-btn {
  display: block;
  background: #fff;
  color: #000;
  width: calc(50% - 15px);
  margin-bottom: 15px;
  border: solid 3px #10306d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
#ContentsArea .bottom-btns .bottom-btn:nth-child(even) {
  margin-left: 30px;
}
#ContentsArea .bottom-btns .bottom-btn:hover {
  text-decoration: none;
  border: solid 3px #cbaf00;
}
#ContentsArea .bottom-btns .bottom-btn__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
}
#ContentsArea .bottom-btns .bottom-btn .bottom-btn-content {
  width: calc(100% - 100px);
}
#ContentsArea .bottom-btns .bottom-btn .title {
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
}
#ContentsArea .bottom-btns .bottom-btn .title.sml span {
  font-size: 14px;
}
#ContentsArea .bottom-btns .bottom-btn .title span {
  font-weight: bold;
  font-size: 15px;
}
#ContentsArea .bottom-btns .bottom-btn .com {
  background: #10306d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
}
#ContentsArea .bottom-btns .photo {
  width: 100px;
  position: relative;
  z-index: 3;
}
#ContentsArea .bottom-btns .photo__inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .bottom-btns {
    margin: 50px auto 0;
    padding: 0 20px 20px;
  }
  #ContentsArea .bottom-btns__title {
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 5px 0 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 15px;
    position: relative;
  }
  #ContentsArea .bottom-btns__title span {
    display: block;
  }
  #ContentsArea .bottom-btns__title::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#cbaf00), color-stop(#f7eda2), color-stop(#b99b00), to(#7e6b00));
    background: -webkit-linear-gradient(left, #cbaf00, #f7eda2, #b99b00, #7e6b00);
    background: linear-gradient(90deg, #cbaf00, #f7eda2, #b99b00, #7e6b00);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
  }
  #ContentsArea .bottom-btns .bottom-btns-list {
    display: block;
  }
  #ContentsArea .bottom-btns .bottom-btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: solid 3px #10306d;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
  }
  #ContentsArea .bottom-btns .bottom-btn:nth-child(even) {
    margin-left: 0px;
  }
  #ContentsArea .bottom-btns .bottom-btn:hover {
    text-decoration: none;
    border: solid 3px #cbaf00;
  }
  #ContentsArea .bottom-btns .bottom-btn__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
  }
  #ContentsArea .bottom-btns .bottom-btn .bottom-btn-content {
    width: calc(100% - 100px);
  }
  #ContentsArea .bottom-btns .bottom-btn .title {
    padding: 10px;
    font-size: 13px;
  }
  #ContentsArea .bottom-btns .bottom-btn .title span {
    font-size: 14px;
  }
  #ContentsArea .bottom-btns .bottom-btn .com {
    font-size: 13px;
  }
  #ContentsArea .bottom-btns .photo {
    width: 100px;
    z-index: 3;
  }
  #ContentsArea .bottom-btns .photo__inner {
    width: 100%;
    height: 100px;
  }
}

.btn-area {
  text-align: center;
  margin: 50px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-area .btn-next {
  display: inline-block;
  font-size: 24px;
}
.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-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 0 #aaa;
          box-shadow: 0 6px 0 #aaa;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.btn-area .btn-next__inner:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 50%;
  border-radius: 50px;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.btn-area .btn-next__left, .btn-area .btn-next__right {
  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;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-area .btn-next__left span, .btn-area .btn-next__right span {
  display: inline-block;
  padding-bottom: 2px;
}
.btn-area .btn-next__left {
  background: #000;
  color: #fff;
  padding: 20px 20px 20px 30px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
}
.btn-area .btn-next__left::after {
  content: "";
  border-top: 50px solid transparent;
  border-left: 15px solid #000;
  border-bottom: 50px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}
.btn-area .btn-next__left span {
  text-shadow: 2px 2px 0px rgba(16, 48, 109, 0.8);
}
.btn-area .btn-next__right {
  background: #071635;
  color: #fff;
  padding: 20px 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.btn-area .btn-next__right span {
  text-shadow: 0 0 5px #000;
}
.btn-area .btn-next:hover {
  text-decoration: none;
}
.btn-area .btn-next:hover .btn-next__inner {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 2px 0 #aaa;
          box-shadow: 0 2px 0 #aaa;
}
.btn-area .btn-next:hover .btn-next__right {
  background: #10306d;
}
@media only screen and (max-width: 1100px) {
  .btn-area .btn-next {
    font-size: 21px;
  }
  .btn-area .btn-next__left {
    padding: 20px 20px 20px 25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-area {
    margin-top: 30px;
  }
  .btn-area .btn-next {
    font-size: 16px;
  }
  .btn-area .btn-next__left {
    padding: 20px 10px 20px 20px;
  }
  .btn-area .btn-next__right {
    padding: 20px 30px 20px 25px;
  }
}