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

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

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

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

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

.sp {
  display: none;
}

.sp-in {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .tab-off {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .pc-in {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-in {
    display: inline-block;
  }
}
/*--------------------
 * Template
 *--------------------*/
.header_bg {
  position: relative;
  z-index: 3;
}

.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: #111;
  padding: 7px 0 1px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

body {
  overflow-x: hidden;
}

div.localFooter,
#bpGlobalFooter {
  background: #fff;
  position: relative;
  z-index: 3;
  overflow: visible !important;
}
div.localFooter::before, div.localFooter::after,
#bpGlobalFooter::before,
#bpGlobalFooter::after {
  content: "";
  background: #fff;
  width: calc(50vw - 500px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
div.localFooter::before,
#bpGlobalFooter::before {
  right: 100%;
}
div.localFooter::after,
#bpGlobalFooter::after {
  left: 100%;
}
@media only screen and (max-width: 750px) {
  div.localFooter::before, div.localFooter::after,
  #bpGlobalFooter::before,
  #bpGlobalFooter::after {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .header img {
    width: 100%;
  }
  #bpGlobalFooter::before, #bpGlobalFooter::after {
    display: none;
  }
}
/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

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

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

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

/*--------------------
 * Main Contents
 *--------------------*/
#ContentsArea {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  /* 図の設定 ------------------------------*/
  /* 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 dt {
  float: left;
}
#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 {
  width: 100%;
  background-image: url(headbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f5f6f3;
  background-size: 100%;
  padding-top: 28px;
  position: relative;
  z-index: 3;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head {
    background-color: #fff;
    padding-top: 5px;
    background-size: 165%;
  }
}
#ContentsArea .content-head__inner {
  width: 100%;
  padding-top: 37.5%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__inner {
    padding-top: 50%;
  }
}
#ContentsArea .content-head .shoulder {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-head .shoulder span {
  display: inline-block;
  background: #8cc8cd;
  padding: 5px 30px;
  line-height: 1.35;
  border-radius: 100px;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head .shoulder {
    font-size: 24px;
    font-size: 1.7142857143vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder {
    font-size: 24px;
    font-size: 3.2vw;
  }
  #ContentsArea .content-head .shoulder span {
    padding: 4px 20px;
  }
}
#ContentsArea .content-head h1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#ContentsArea .content-head h1 .h1__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  text-align: left;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head h1 .text1 {
  display: inline-block;
  position: relative;
}
#ContentsArea .content-head h1 .text1::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #8cc8cd;
  border-radius: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-head h1 .text1 span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  padding: 30px 30px 30px 0;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head h1 .text2 {
  margin-top: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.35;
  text-shadow: 0 0 10px #ececeb, 0 0 10px #ececeb, 0 0 10px #ececeb, 0 0 10px #ececeb, 0 0 10px #ececeb;
}
#ContentsArea .content-head h1 .text2 span {
  font-size: 120%;
}
@media only screen and (max-width: 1400px) {
  #ContentsArea .content-head h1 .h1__inner {
    padding-bottom: 20px;
  }
  #ContentsArea .content-head h1 .text1 span {
    font-size: 30px;
    font-size: 2.1428571429vw;
    padding: 20px 20px 20px 30px;
  }
  #ContentsArea .content-head h1 .text2 {
    padding-left: 30px;
    font-size: 48px;
    font-size: 3.4285714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head h1 {
    position: relative;
  }
  #ContentsArea .content-head h1::before {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 18px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  #ContentsArea .content-head h1 .text1 {
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  #ContentsArea .content-head h1 .text1 span {
    font-size: 30px;
    font-size: 4vw;
    padding: 10px 20px 10px 20px;
  }
  #ContentsArea .content-head h1 .text2 {
    padding-top: 50px;
    padding-left: 20px;
    font-size: 48px;
    font-size: 6.4vw;
  }
}
#ContentsArea .content-head-bottom {
  width: 100%;
  position: relative;
}
#ContentsArea .content-head-bottom__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head-bottom {
    width: 100%;
  }
}
#ContentsArea .content-head .lead {
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .lead .leadbg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -153px;
  z-index: 1;
  pointer-events: none;
}
#ContentsArea .content-head .lead .leadbg img {
  width: 2500px;
}
#ContentsArea .content-head .lead__inner {
  width: 100%;
  padding: 70px 175px 50px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  line-height: 2;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head .lead__inner::before {
  content: "";
  width: 3px;
  background: #8cc8cd;
  height: 30%;
  position: absolute;
  left: 0;
  top: 70%;
  z-index: 2;
}
#ContentsArea .content-head .lead__inner::after {
  content: "";
  width: 100%;
  background: #fff;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#ContentsArea .content-head .lead span {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .content-head .lead__inner {
    padding: 70px 75px 50px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .lead .leadbg {
    top: -90px;
  }
  #ContentsArea .content-head .lead .leadbg img {
    width: 1500px;
  }
  #ContentsArea .content-head .lead__inner {
    font-size: 14px;
    padding: 70px 40px 40px 50px;
  }
  #ContentsArea .content-head .lead__inner::before {
    width: 2px;
    height: 75%;
    top: 25%;
  }
  #ContentsArea .content-head .lead__inner::after {
    height: 50%;
  }
}
#ContentsArea .photo {
  width: 260px;
}
#ContentsArea .photo.is-wide {
  width: 100%;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .photo.is-wide img {
  width: 100%;
}
#ContentsArea .photo.is-wide .note {
  margin-top: 2px;
  text-align: center;
  font-size: 13px;
}
#ContentsArea .photo-wide {
  background: #8cc8cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 200px);
  margin-left: -100px;
  border-radius: 500px;
  position: relative;
}
#ContentsArea .photo-wide::after {
  content: "";
  width: 50vw;
  background: #8cc8cd;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#ContentsArea .photo-wide.photo-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#ContentsArea .photo-wide.photo-right::after {
  left: 50%;
}
#ContentsArea .photo-wide.photo-right .kata-name {
  padding-left: 100px;
}
#ContentsArea .photo-wide.photo-left::after {
  right: 50%;
}
#ContentsArea .photo-wide.photo-left .kata-name {
  padding-right: 50px;
}
#ContentsArea .photo-wide.photo3 .kata-name {
  padding-left: 20px;
}
#ContentsArea .photo-wide .kata-name {
  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: 40.9090909091%;
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
#ContentsArea .photo-wide .kata-name__inner {
  position: relative;
  padding: 35px 0 35px 35px;
}
#ContentsArea .photo-wide .kata-name .name {
  font-size: 27px;
}
#ContentsArea .photo-wide .kata-name .name span {
  font-size: 21px;
}
#ContentsArea .photo-wide .person {
  width: 59.0909090909%;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo-wide {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0;
    border-radius: 30px;
  }
  #ContentsArea .photo-wide.photo-right .kata-name {
    padding-left: 15px;
  }
  #ContentsArea .photo-wide.photo-left .kata-name {
    padding-right: 20px;
    padding-left: 15px;
  }
  #ContentsArea .photo-wide.photo3 .kata-name {
    padding-left: 15px;
  }
  #ContentsArea .photo-wide::after {
    display: none;
  }
  #ContentsArea .photo-wide .kata-name {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  #ContentsArea .photo-wide .kata-name__inner {
    position: relative;
    padding: 20px 0 30px;
  }
  #ContentsArea .photo-wide .kata-name .name {
    font-size: 20px;
  }
  #ContentsArea .photo-wide .kata-name .name span {
    font-size: 16px;
  }
  #ContentsArea .photo-wide .person {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
#ContentsArea .photo .person {
  position: relative;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .kata {
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-sizing: border-box span;
          box-sizing: border-box span;
  box-sizing-font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .photo .kata {
    font-size: 15px;
    font-size: 1.5vw;
  }
}
#ContentsArea .photo .name {
  margin-top: 5px;
  line-height: 1;
  font-size: 38px;
  font-weight: bold;
}
#ContentsArea .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 28px;
}
@media only screen and (max-width: 1000px) {
  #ContentsArea .photo .name {
    font-size: 38px;
    font-size: 3.8vw;
  }
  #ContentsArea .photo .name span {
    font-size: 28px;
    font-size: 2.8vw;
  }
}
#ContentsArea .photo .profile {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  border: solid 2px #ddd;
}
#ContentsArea .photo .profile-title {
  color: #666;
  position: relative;
}
#ContentsArea .photo .profile-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -1px;
}
#ContentsArea .photo .profile-title span {
  display: inline-block;
  background: #f2f2f2;
  padding-right: 6px;
  position: relative;
  z-index: 2;
}
#ContentsArea .photo .profile-text {
  margin-top: 4px;
}
#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: #00465e;
  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: 750px) {
  #ContentsArea .photo {
    width: 100%;
  }
  #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.is-big {
    max-width: 90%;
  }
  #ContentsArea .photo.photo-wide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #ContentsArea .photo .person {
    position: relative;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .kata {
    font-size: 12px;
  }
  #ContentsArea .photo .name {
    font-size: 20px;
  }
  #ContentsArea .photo .name span {
    font-size: 18px;
  }
  #ContentsArea .photo .photo-title {
    left: 12px;
    top: 10px;
  }
  #ContentsArea .photo .photo-title p {
    font-size: 31px;
    font-size: 4.1333333333vw;
  }
}
#ContentsArea .figure-wide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
#ContentsArea .figure-wide.figure-max {
  max-width: 1000px;
}
#ContentsArea .figure-wide.figure2 {
  max-width: 500px;
}
#ContentsArea .figure-wide .title {
  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;
  color: #8cc8cd;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  overflow: hidden;
}
#ContentsArea .figure-wide .title span.zu {
  display: block;
  float: left;
  margin-right: 1em;
}
#ContentsArea .figure-wide .title span.text {
  display: inline-block;
  overflow: hidden;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
}
#ContentsArea .figure-wide .img {
  padding-top: 10px;
}
#ContentsArea .figure-wide .img img {
  max-width: 100%;
}
#ContentsArea .figure-wide .txt {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-wide .title {
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #ContentsArea .figure-wide .title span.zu {
    width: 2.75em;
    margin-right: 0;
  }
  #ContentsArea .figure-wide .txt {
    text-align: left;
  }
}
#ContentsArea .figure-center {
  text-align: center;
}
#ContentsArea .figure-center .figure {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .figure-center .figure img {
  max-width: 100%;
}
#ContentsArea .figure {
  display: block;
  width: 50%;
  background-color: #fff;
  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: #8cc8cd;
  text-decoration: none;
}
#ContentsArea .figure:hover .figure_in .zoom {
  background: url("zoom_on.gif") no-repeat left bottom;
}
#ContentsArea .figure-andlink {
  background-color: #fff;
  padding: 2px;
}
#ContentsArea .figure-andlink .figure {
  display: block;
  background-color: none;
  padding: 0;
}
#ContentsArea .figure-link {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#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 .title {
  padding: 0 10px 6px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
#ContentsArea .figure .title span.zu {
  display: block;
  float: left;
  margin-right: 1em;
}
#ContentsArea .figure .title span.text {
  overflow: hidden;
}
#ContentsArea .figure .txt {
  background: #fff;
  color: #FFF;
  padding: 8px 10px 6px;
  margin-top: 4px;
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure {
    width: 90%;
    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-andlink .figure {
    background-color: #fff;
  }
  #ContentsArea .figure span {
    display: block;
  }
  #ContentsArea .figure .figure_in {
    margin: 0 2px;
    background-color: #fff;
    position: relative;
  }
  #ContentsArea .figure .title {
    color: #2877A6;
    padding: 10px 4px 7px 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
  }
  #ContentsArea .figure .title span.zu {
    display: block;
    margin-right: 0.75em;
  }
  #ContentsArea .figure .title span.text {
    overflow: hidden;
  }
  #ContentsArea .figure .txt {
    background: #fff;
    color: #FFF;
    padding: 8px 10px 6px;
  }
  #ContentsArea .figure .txt.simple {
    background: none;
    text-align: center;
    color: #000;
    font-size: 16px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap::before {
  content: "";
  width: 50vw;
  background: #f5f6f3;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-wrap__inner {
  background: #fff;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap__inner::after {
  content: "";
  width: 3px;
  background: #8cc8cd;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap__inner::after {
    width: 2px;
  }
}
#ContentsArea .content-wrap h2 {
  color: #fff;
  line-height: 1.5;
  font-size: 25px;
  position: relative;
}
#ContentsArea .content-wrap h2::before {
  content: "";
  background: #8cc8cd;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
#ContentsArea .content-wrap h2 .h2__inner {
  padding: 30px 30px 30px 0;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap h2 .h2__inner::before {
  content: "";
  background: #ff9c4d;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  position: absolute;
  left: calc(-25px - 0.5em);
  top: calc(50% - 0.5em);
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
  #ContentsArea .content-wrap h2::before {
    width: 120vw;
    left: -10vw;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    padding: 15px 0px 15px 20px;
  }
  #ContentsArea .content-wrap h2 .h2__inner::before {
    left: -0.55em;
  }
}
@media only screen and (max-width: 480px) {
  #ContentsArea .content-wrap h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .content-wrap h2 {
    font-size: 18px;
    font-size: 4.8128342246vw;
  }
}
#ContentsArea .content-wrap .block-main {
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  position: relative;
}
#ContentsArea .content-wrap .block-main + .block-main {
  padding-top: 50px;
}
#ContentsArea .content-wrap .block-main .text-main {
  padding-top: 30px;
  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 .talk {
  color: #8cc8cd;
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .mc {
  color: #00afec;
}
#ContentsArea .content-wrap .block-main .text-main .red {
  color: #e00;
}
#ContentsArea .content-wrap .block-main .text-main .green {
  color: #68b7be;
}
#ContentsArea .content-wrap .block-main .pagetop-text {
  margin-bottom: 0;
}
#ContentsArea .content-wrap .block-main .col-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ContentsArea .content-wrap .block-main .col-block.col2 .col-item {
  width: 47%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .block-main {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 20px;
  }
  #ContentsArea .content-wrap .block-main + .block-main {
    padding-top: 25px;
  }
  #ContentsArea .content-wrap .block-main .text-main {
    padding: 30px 0;
  }
}
#ContentsArea .content-wrap .column {
  width: 100%;
  background: #efe9e0;
  border-radius: 50px;
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#ContentsArea .content-wrap .column__inner {
  padding: 30px 30px 50px;
}
#ContentsArea .content-wrap .column-title {
  text-align: center;
  color: #ff9c4d;
  font-size: 28px;
  font-weight: bold;
  padding-top: 35px;
  position: relative;
}
#ContentsArea .content-wrap .column-title::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #8cc8cd;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 14px);
  top: 0;
}
#ContentsArea .content-wrap .column-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .column {
    border-radius: 30px;
  }
  #ContentsArea .content-wrap .column__inner {
    padding: 30px 20px 40px;
  }
  #ContentsArea .content-wrap .column-title {
    font-size: 20px;
  }
  #ContentsArea .content-wrap .column-title::before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
  }
  #ContentsArea .content-wrap .column-text {
    margin-top: 20px;
    font-size: 14px;
  }
}
#ContentsArea .pagetop-text {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  text-align: center;
}
#ContentsArea .pagetop-text a:before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-text a {
  display: inline-block;
  background: #8cc8cd;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 60px 3px;
  letter-spacing: 1px;
  border-bottom: 2px solid #00afec;
  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: #00afec;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #8cc8cd;
}
#ContentsArea .pagetop-text:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-text {
    margin-top: 20px;
  }
  #ContentsArea .pagetop-text a {
    font-size: 0.7em;
    padding: 6px 30px 4px;
  }
}
#ContentsArea #linkArea {
  width: 100%;
  max-width: 1000px;
  background: #8cc8cd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 30px 15px;
  border-radius: 500px;
}
#ContentsArea #linkArea .linktitle {
  position: relative;
}
#ContentsArea #linkArea .linktitle::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: calc(50% - 14px);
  top: 0;
}
#ContentsArea #linkArea .linktitle span {
  display: block;
  color: #fff;
  padding-top: 35px;
  text-align: center;
  font-weight: bold;
}
#ContentsArea #linkArea ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
}
#ContentsArea #linkArea ul li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 14px;
  text-align: center;
}
#ContentsArea #linkArea ul a {
  color: #fff;
}
#ContentsArea #linkArea ul a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 100%;
  position: relative;
  top: 1px;
  margin-right: 0.25em;
}
@media only screen and (max-width: 750px) {
  #ContentsArea #linkArea {
    margin-top: 30px;
    border-radius: 50px;
  }
  #ContentsArea #linkArea .linktitle::before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
  }
  #ContentsArea #linkArea ul {
    padding-top: 10px;
  }
  #ContentsArea #linkArea ul li {
    text-align: left;
  }
}
#ContentsArea .contact-area {
  width: 100%;
  max-width: 1000px;
  margin-top: 80px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px 20px 30px;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
#ContentsArea .contact-title {
  font-size: 16px;
  padding-top: 15px;
  font-weight: bold;
  position: relative;
}
#ContentsArea .contact-title::after {
  content: "";
  background: #8cc8cd;
  width: 106px;
  height: 10px;
  position: absolute;
  top: 0px;
  border-radius: 10px;
  left: calc(50% - 53px);
}
#ContentsArea .contact-logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 40px;
  line-height: 1.5;
}
#ContentsArea .contact-content + .contact-title {
  margin-top: 50px;
}
#ContentsArea .contact-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}
#ContentsArea .contact-content a {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
#ContentsArea .contact-content a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-area {
    margin-top: 30px;
  }
  #ContentsArea .contact-logo {
    max-width: 240px;
  }
  #ContentsArea .contact-content {
    margin-top: 20px;
  }
  #ContentsArea .contact-content strong {
    font-size: 16px;
  }
  #ContentsArea .contact-content a {
    font-size: 14px;
  }
}
#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;
}