@charset "UTF-8";
/*--------------------
 * 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;
}
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: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1100px) {
  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
 *--------------------*/
.header_bg {
  background: #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 4vw 0 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.header_pr img {
  width: 100%;
}

.header_logo_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 15vw 0 20px;
}

.header_logo {
  font-size: 0;
  position: relative;
}

.header_logo a {
  display: inline-block;
  font-size: 0;
}

.header_logo a img {
  width: 100%;
}

.header_logo.-left {
  width: 40%;
  margin-right: 13%;
}

.header_logo.-left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background: #231815;
}

.header_logo.-right {
  width: 36%;
}

@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 17.21px 0 17.21px;
  }
  .header_pr {
    width: 40px;
  }
  .header_logo.-left {
    width: 137.434px;
    margin-right: 58px;
  }
  .header_logo.-right {
    width: 126.212px;
  }
  .header_logo_flex {
    padding-right: 60px;
  }
  .header_logo.-left::before {
    right: -28px;
  }
}
@media screen and (min-width: 640px) {
  .header_wrap {
    padding: 10.79px 0 10.82px;
  }
  .header_logo_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .header_logo.-left {
    width: 190px;
    margin-right: 58px;
    margin-bottom: 3px;
  }
  .header_logo.-right {
    width: 174.103px;
  }
}
.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: #000;
  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 {
  background: #dcdcdc;
  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 widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
#ContentsArea .content-head {
  background: #dcdcdc;
  width: 100%;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  overflow: hidden;
}
#ContentsArea .content-head__inner {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 200px 50px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head__inner {
    padding: 0 7.1428571429% 50px 14.2857142857%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__inner {
    padding: 0 0 30px;
  }
  #ContentsArea .content-head__inner .head-sp-left {
    width: 30%;
  }
  #ContentsArea .content-head__inner .head-sp-left .header-logo {
    width: 100%;
    height: 30vw;
    position: relative;
    padding: 10px 0;
    background: #999;
  }
  #ContentsArea .content-head__inner .head-sp-left .header-logo::before {
    content: "";
    background: url(head_bg1.png);
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #ContentsArea .content-head__inner .head-sp-left .header-logo img {
    display: inline-block;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 2;
  }
  #ContentsArea .content-head__inner .head-sp-left .header-copy {
    width: 100%;
    padding: 20px;
  }
  #ContentsArea .content-head__inner .head-sp-right {
    width: 70%;
  }
  #ContentsArea .content-head__inner .head-sp-right .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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(head_bg2.png);
    background-size: cover;
    height: 30vw;
  }
  #ContentsArea .content-head__inner .head-sp-right .header-photo {
    width: 100%;
    position: relative;
  }
  #ContentsArea .content-head__inner .head-sp-right .header-photo .prifile {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    line-height: 1.5;
  }
  #ContentsArea .content-head__inner .head-sp-right .header-photo .prifile .kata {
    font-size: 12px;
  }
  #ContentsArea .content-head__inner .head-sp-right .header-photo .prifile .name {
    font-size: 18px;
  }
  #ContentsArea .content-head__inner .head-sp-right .header-photo .prifile .name span {
    display: inline-block;
    margin-left: 0.25em;
    font-size: 80%;
  }
  #ContentsArea .content-head__inner .head-sp-right .lead {
    width: 100%;
    padding: 20px 10px;
    position: relative;
    z-index: 2;
  }
  #ContentsArea .content-head__inner .head-sp-right .header-dx {
    margin-top: -25%;
  }
}
#ContentsArea .content-head__bottom {
  display: block;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#ContentsArea .content-head-left {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-head-left .img {
  width: 120px;
  margin-right: 0;
  margin-left: auto;
}
#ContentsArea .content-head-left .img img {
  width: 100%;
}
#ContentsArea .content-head-left .prifile {
  text-align: right;
  padding: 5px;
  border-top: 1px solid #000;
}
#ContentsArea .content-head-left .prifile .kata {
  font-size: 14px;
}
#ContentsArea .content-head-left .prifile .name {
  font-size: 28px;
  font-weight: bold;
}
#ContentsArea .content-head-left .prifile .name span {
  font-size: 80%;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head-left {
    width: 14.2857142857%;
  }
  #ContentsArea .content-head-left .img {
    width: 60%;
  }
  #ContentsArea .content-head-left .prifile .kata {
    font-size: 14px;
    font-size: 14px;
    font-size: 1vw;
  }
  #ContentsArea .content-head-left .prifile .name {
    font-size: 28px;
    font-size: 28px;
    font-size: 2vw;
  }
}
#ContentsArea .content-head .header-logo {
  max-width: 184px;
  position: absolute;
  left: 0;
  top: 3.595505618%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#ContentsArea .content-head .header-logo::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(100% + 4px);
  top: 46.7391304348%;
}
#ContentsArea .content-head .header-logo img {
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head .header-logo {
    width: 41.3483146067%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .header-logo {
    width: 46.6666666667%;
    max-width: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #ContentsArea .content-head .header-logo::after {
    display: none;
  }
}
#ContentsArea .content-head .header-h1 {
  width: 110%;
  padding-left: 5%;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .header-h1 img {
  width: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .header-h1 {
    padding-left: 0%;
    text-align: center;
  }
  #ContentsArea .content-head .header-h1 img {
    width: 96%;
    vertical-align: middle;
  }
}
#ContentsArea .content-head .header-photo {
  width: 44.5%;
  position: relative;
}
#ContentsArea .content-head .header-photo img {
  width: 100%;
}
#ContentsArea .content-head .header-copy {
  width: 25.2252252252%;
  padding: 20px;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .header-copy img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .header-copy {
    width: 30%;
    padding: 0px 10px;
  }
}
#ContentsArea .content-head .header-text {
  width: 55.5%;
}
#ContentsArea .content-head .header-text .title {
  width: 100%;
  padding-top: 70px;
  height: 250px;
  position: relative;
}
#ContentsArea .content-head .header-text .title::before {
  content: "";
  background-image: url(head_bg2.png);
  background-position: left center;
  background-size: cover;
  width: calc(13.3333333333% + 50vw);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head .header-text .title {
    padding: 12.6126126126% 0;
    height: auto;
  }
}
#ContentsArea .content-head .header-text .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#ContentsArea .content-head .header-text .text::before {
  content: "";
  background: #464182;
  width: 40px;
  height: 70%;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(0, -55%, 0);
          transform: translate3d(0, -55%, 0);
  z-index: 1;
}
#ContentsArea .content-head .header-text .text .lead {
  width: 74.7747747748%;
  padding: 20px 30px 20px 0;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .header-text .text .header-dx {
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea .content-head .header-text img {
  width: 100%;
}
#ContentsArea .content-head .lead {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .lead {
    width: 70%;
    font-size: 15px;
    padding: 0 20px;
  }
}
#ContentsArea .photp-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 {
  width: 658px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .photo {
    width: 65.8%;
  }
}
#ContentsArea .photo.fl {
  margin-left: -130px;
}
#ContentsArea .photo.fl .person::after {
  background-image: url(photo_left.png);
  background-position: right center;
  right: 100%;
}
#ContentsArea .photo.fr {
  margin-right: -130px;
}
#ContentsArea .photo.fr .person::after {
  background-image: url(photo_right.png);
  background-position: left center;
  left: 100%;
}
#ContentsArea .photo-center {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .photo .person {
  position: relative;
}
#ContentsArea .photo .person::after {
  content: "";
  background-size: cover;
  width: calc(50vw - 100% + 80px);
  height: 100%;
  position: absolute;
  top: 0;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .profile {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 14px;
}
#ContentsArea .photo .profile__left {
  margin-right: 20px;
}
#ContentsArea .photo .profile .kata {
  font-size: 14px;
}
#ContentsArea .photo .profile .name {
  margin-top: 2px;
  font-size: 28px;
  font-weight: bold;
}
#ContentsArea .photo .profile .name span {
  font-size: 80%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 100%;
    max-width: 300px;
  }
  #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 .person {
    position: relative;
  }
  #ContentsArea .photo .person::after {
    width: 50vw;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .profile {
    margin-top: 10px;
    font-size: 12px;
  }
  #ContentsArea .photo .profile__left {
    margin-right: 10px;
  }
  #ContentsArea .photo .profile .kata {
    font-size: 12px;
  }
  #ContentsArea .photo .profile .name {
    font-size: 20px;
  }
}
#ContentsArea .figure-wide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .figure-wide.figure-max {
  max-width: 1000px;
}
#ContentsArea .figure-wide .title {
  text-align: left;
  font-weight: bold;
  color: #00465e;
}
#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__inner {
  background: #d6dadd;
  padding: 20px 30px;
  border-radius: 6px;
}
#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-in {
  background-color: #fff;
  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;
  padding: 5px;
}
#ContentsArea .figure-title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
}
#ContentsArea .figure-title .zu {
  display: block;
  color: #464182;
  float: left;
  margin-right: 0.75em;
}
#ContentsArea .figure-title .text {
  overflow: hidden;
}
#ContentsArea .figure-text {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
}
#ContentsArea .figure-link {
  margin-top: 15px;
}
#ContentsArea .figure-link-btn {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
#ContentsArea .figure-link-btn:hover {
  text-decoration: none;
}
#ContentsArea .figure-link-btn:hover .figure-link-text {
  color: #464182;
}
#ContentsArea .figure-link-title {
  background: #464182;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
}
#ContentsArea .figure-link-text {
  background: #fff;
  padding-left: 15px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@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__inner {
    padding: 20px;
  }
  #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-link {
    margin-top: 15px;
  }
  #ContentsArea .figure-link-btn {
    display: block;
  }
  #ContentsArea .figure-link-title {
    background: #464182;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
  }
  #ContentsArea .figure-link-text {
    padding: 6px 0 6px 10px;
    font-size: 13px;
  }
  #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: #222;
    color: #FFF;
    padding: 8px 10px 6px;
  }
  #ContentsArea .figure-in .txt.simple {
    background: none;
    text-align: center;
    color: #000;
    font-size: 16px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
}
#ContentsArea .content-wrap__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap h2 {
  margin-top: 50px;
  text-align: center;
  padding: 25px 0 45px;
}
#ContentsArea .content-wrap h2::before, #ContentsArea .content-wrap h2::after {
  content: "";
  height: 6px;
  position: absolute;
  top: 0;
}
#ContentsArea .content-wrap h2::before {
  background: #fff;
  width: 264px;
  left: calc(50% - 132px);
}
#ContentsArea .content-wrap h2::after {
  background: #464182;
  width: 50px;
  left: calc(50% - 25px);
}
#ContentsArea .content-wrap h2 .h2__inner {
  display: inline-block;
  font-size: 24px;
  color: #464182;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap h2 .h2__inner::before, #ContentsArea .content-wrap h2 .h2__inner::after {
  content: "";
  background: #000;
  width: 300px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
}
#ContentsArea .content-wrap h2 .h2__inner::before {
  right: calc(100% + 10px);
}
#ContentsArea .content-wrap h2 .h2__inner::after {
  left: calc(100% + 10px);
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2 {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    font-size: 20px;
  }
}
#ContentsArea .content-wrap .block-main {
  position: relative;
}
#ContentsArea .content-wrap .block-main .text-main {
  background: #fff;
  line-height: 1.8;
  padding: 50px 50px 80px;
  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: #000;
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .mc {
  display: block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .purple {
  color: #464182;
}
#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 {
    padding: 30px 20px;
  }
}
#ContentsArea .content-bottom {
  background: #fff;
  margin-top: 50px;
}
#ContentsArea .banner {
  margin: 50px auto;
  text-align: center;
}
#ContentsArea .banner .btn-top {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
#ContentsArea .banner .btn-top img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .banner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#ContentsArea .pagetop-area {
  margin-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
}
#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 #464182;
  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;
}
#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: #464182;
  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 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 2px #dcdcdc;
}
#ContentsArea .link-title {
  background: #464182;
  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;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .link .linktitle {
    padding: 15px 20px;
  }
  #ContentsArea .link ul {
    padding: 10px 15px;
  }
}
#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 #dcdcdc;
}
#ContentsArea .contact-logo {
  max-width: 160px;
  margin: 30px auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 30px;
  line-height: 1.75;
}
#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: #464182;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-area {
    margin-top: 30px;
  }
  #ContentsArea .contact-content strong {
    font-size: 16px;
  }
  #ContentsArea .contact-content .note {
    margin-top: 30px;
    font-size: 12px;
  }
  #ContentsArea .contact-content .note__inner {
    padding: 10px;
  }
}
#ContentsArea .btn-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
  position: relative;
}
#ContentsArea .btn-area::before {
  content: "";
  background: #ddd;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-next {
  background: #e00;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 0 #999;
          box-shadow: 0 6px 0 #999;
  position: relative;
  z-index: 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;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
#ContentsArea .btn-area .btn-next__left, #ContentsArea .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ContentsArea .btn-area .btn-next__left span, #ContentsArea .btn-area .btn-next__right span {
  display: inline-block;
  padding-bottom: 2px;
}
#ContentsArea .btn-area .btn-next__left {
  color: #fff;
  width: 140px;
  padding: 20px;
  position: relative;
}
#ContentsArea .btn-area .btn-next__left::before, #ContentsArea .btn-area .btn-next__left::after {
  content: "";
  background: #000;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#ContentsArea .btn-area .btn-next__left::before {
  right: 0;
  z-index: 1;
}
#ContentsArea .btn-area .btn-next__left::after {
  right: -5px;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .btn-area .btn-next__left span {
  display: inline-block;
  padding-right: 20px;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}
#ContentsArea .btn-area .btn-next__left span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .btn-area .btn-next__right {
  width: calc(100% - 140px);
  color: #fff;
  padding: 20px 40px;
  text-align: center;
}
#ContentsArea .btn-area .btn-next__right span {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#ContentsArea .btn-area .btn-next:hover {
  background: #d50000;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 2px 0 #999;
          box-shadow: 0 2px 0 #999;
  text-decoration: none;
}
#ContentsArea .btn-area .btn-next:hover .btn-next__left::after {
  right: -10px;
  opacity: 0.2;
}
#ContentsArea .btn-area .btn-next:hover .btn-next__left span::after {
  right: -5px;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .btn-area .btn-next {
    font-size: 21px;
  }
  #ContentsArea .btn-area .btn-next__left,
  #ContentsArea .btn-area .btn-next__right {
    height: 80px;
  }
  #ContentsArea .btn-area .btn-next__left {
    padding: 20px 20px 20px 25px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-area {
    margin-top: 30px;
  }
  #ContentsArea .btn-area .btn-next {
    font-size: 16px;
  }
  #ContentsArea .btn-area .btn-next__left {
    width: 100px;
    padding: 20px 15px 20px 20px;
  }
  #ContentsArea .btn-area .btn-next__left span {
    padding-right: 15px;
  }
  #ContentsArea .btn-area .btn-next__right {
    width: calc(100% - 100px);
    padding: 20px 15px 20px 25px;
  }
}
#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;
}