@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: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

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

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

.sp {
  display: none;
}

.sp-in {
  display: none;
}

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

#bpGlobalFooter {
  width: 100%;
}

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

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

/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

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

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

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

/*--------------------

 * Main Contents

 *--------------------*/
#ContentsArea {
  --btn-paddingtop: 0px;
  background: #e3e3e3;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  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;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  #ContentsArea::before {
    background: #2e6bd5;
  }
}
#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 {
  word-break: break-all;
}
#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 .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: -0.075em;
  padding-right: 4px;
}
#ContentsArea .notes {
  margin-top: 30px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
}
#ContentsArea .notes.text-right {
  text-align: right;
}
#ContentsArea .notes.text-right dl {
  display: inline-block;
}
#ContentsArea .notes dt {
  float: left;
  margin-right: 0.25em;
}
#ContentsArea .notes dd {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .notes.sp-off {
    overflow: visible;
  }
  #ContentsArea .notes.sp-off dt {
    float: none;
  }
  #ContentsArea .notes.sp-off dd {
    overflow: hidden;
  }
}
#ContentsArea .simple-list {
  overflow: hidden;
}
#ContentsArea .simple-list dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .simple-list dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea {
    font-size: 14px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#ContentsArea .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ContentsArea .content-head {
  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;
  background-image: url(headbg.png);
  background-size: 1920px;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 452px;
  position: relative;
  z-index: 10;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .content-head {
    height: 34.5098039216vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head {
    height: auto;
    padding: 20px 0;
  }
}
#ContentsArea .content-head img {
  width: 100%;
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 92px;
  position: relative;
  z-index: 1;
}
#ContentsArea .content-head__inner::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#1e4ea1), to(#219cde));
  background: -webkit-linear-gradient(#1e4ea1, #219cde);
  background: linear-gradient(#1e4ea1, #219cde);
  width: 36px;
  height: 100%;
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 5;
}
#ContentsArea .content-head__inner::after {
  content: "";
  width: 146px;
  height: 452px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e4ea1), color-stop(50%, #219cde), color-stop(50.01%, #1e4ea1), to(#219cde));
  background: -webkit-linear-gradient(#1e4ea1 0%, #219cde 50%, #1e4ea1 50.01%, #219cde 100%);
  background: linear-gradient(#1e4ea1 0%, #219cde 50%, #1e4ea1 50.01%, #219cde 100%);
  position: absolute;
  left: calc(100% - 200px);
  top: 50%;
  -webkit-transform: skewX(-28deg) translate(0, -50%);
          transform: skewX(-28deg) translate(0, -50%);
  -webkit-transform-origin: left conter;
          transform-origin: left conter;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__inner {
    padding: 20px 0 0 2.5vw;
  }
  #ContentsArea .content-head__inner::before {
    width: 2.5vw;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    left: 0;
  }
}
#ContentsArea .content-head .shoulder {
  width: 100%;
  position: relative;
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  padding: 0px 20px;
}
#ContentsArea .content-head .shoulder img {
  width: 81.3253012048%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder {
    padding-left: 15px;
  }
}
#ContentsArea .content-head h1 {
  width: 100%;
  margin-top: 10px;
  padding: 20px 20px;
  position: relative;
  z-index: 4;
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  line-height: 1;
}
#ContentsArea .content-head h1::before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  width: calc(100% + 74px);
  height: 100%;
  position: absolute;
  left: -120px;
  top: 0;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 2;
}
#ContentsArea .content-head h1 p {
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head h1 img {
  display: block;
  width: 92.1686746988%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head h1 {
    padding: 20px 15px;
  }
  #ContentsArea .content-head h1::before {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    left: 0;
  }
}
@-webkit-keyframes bgIn1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes bgIn1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#ContentsArea .btn-nav {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 15px 0 40px;
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
}
#ContentsArea .btn-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
#ContentsArea .btn-nav a {
  display: block;
  width: calc(50% - 12px);
  margin-bottom: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .btn-nav a:hover {
  opacity: 0.7;
}
#ContentsArea .btn-nav a:nth-child(even) {
  margin-left: 24px;
}
#ContentsArea .btn-nav a img {
  width: 100%;
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .btn-nav {
    padding-bottom: 5px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .btn-nav__inner {
    display: block;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .btn-nav a {
    width: 100%;
    margin-bottom: 5px;
  }
  #ContentsArea .btn-nav a:nth-child(even) {
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  #ContentsArea .btn-nav a {
    font-size: 13px;
    font-size: clamp(10px, 2.7083333333vw, 2.7083333333vw);
  }
}
#ContentsArea .content-wrap {
  width: 100%;
}
#ContentsArea .content-wrap__inner {
  width: 100%;
}
#ContentsArea .content-wrap #ancher1 .btn-content .title {
  width: 99.1489361702%;
}
#ContentsArea .content-wrap #ancher2 .btn-content .title {
  width: 87.2340425532%;
}
#ContentsArea .content-wrap #ancher3 .btn-content .title {
  width: 110.2127659574%;
}
#ContentsArea .content-wrap #ancher4 .btn-content .title {
  width: 88.5106382979%;
}
#ContentsArea .content-wrap #ancher5 .btn-content .title {
  width: 75.3191489362%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap #ancher1 .btn-content .title {
    width: 89.2340425532%;
  }
  #ContentsArea .content-wrap #ancher2 .btn-content .title {
    width: 78.5106382979%;
  }
  #ContentsArea .content-wrap #ancher3 .btn-content .title {
    width: 99.1914893617%;
  }
  #ContentsArea .content-wrap #ancher4 .btn-content .title {
    width: 79.6595744681%;
  }
  #ContentsArea .content-wrap #ancher5 .btn-content .title {
    width: 67.7872340426%;
  }
}
#ContentsArea .content-wrap h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#ContentsArea .content-wrap h2 .h2__inner {
  background: #1e4ea1;
  width: 446px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#ContentsArea .content-wrap h2 img {
  display: block;
  width: 100%;
}
#ContentsArea .content-wrap .btn-item {
  display: block;
  border-top: solid 1px #000;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-item + .btn-item {
    margin-top: 10px;
  }
}
#ContentsArea .content-wrap .btn-item:nth-of-type(odd) .btn-item__inner::before {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewX(-30.75deg);
          transform: skewX(-30.75deg);
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .content-wrap .btn-item:nth-of-type(odd) .btn-item__inner::before {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
#ContentsArea .content-wrap .btn-item:nth-of-type(even) .btn-item__inner::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(30.75deg);
          transform: skewX(30.75deg);
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .content-wrap .btn-item:nth-of-type(even) .btn-item__inner::before {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
#ContentsArea .content-wrap .btn-item__inner {
  max-width: 1200px;
  height: 464px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#ContentsArea .content-wrap .btn-item__inner::before {
  content: "";
  background: -webkit-linear-gradient(135deg, #01458b 0%, #0169d9 25%, #21cbde 100%);
  background: linear-gradient(-45deg, #01458b 0%, #0169d9 25%, #21cbde 100%);
  width: 1080px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: calc(50% - 700px);
  top: 0;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea .content-wrap .btn-item__inner {
    height: auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .content-wrap .btn-item__inner {
    padding-bottom: 20px;
  }
  #ContentsArea .content-wrap .btn-item__inner::before {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-item__inner {
    padding-bottom: 0px;
  }
}
#ContentsArea .content-wrap .btn-item.play .title {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}
#ContentsArea .content-wrap .btn-item.play .btn-content .text {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#ContentsArea .content-wrap .btn-item.play .btn-photo span {
  -webkit-clip-path: polygon(33.0303030303% 0, 100% 0, 66.9696969697% 100%, 0 100%);
          clip-path: polygon(33.0303030303% 0, 100% 0, 66.9696969697% 100%, 0 100%);
}
#ContentsArea .content-wrap .btn-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
#ContentsArea .content-wrap .btn-content__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
#ContentsArea .content-wrap .btn-content__main {
  width: 470px;
  margin-left: 70px;
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .content-wrap .btn-content__main {
    width: 44.1176470588%;
    margin-left: 6.862745098%;
  }
}
#ContentsArea .content-wrap .btn-content .title {
  display: inline-block;
  margin-top: 25px;
  position: relative;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#ContentsArea .content-wrap .btn-content .title img {
  width: 100%;
}
#ContentsArea .content-wrap .btn-content .text {
  width: 100%;
  margin-top: 34px;
}
#ContentsArea .content-wrap .btn-content .text__inner {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 7px 0;
  font-weight: bold;
}
#ContentsArea .content-wrap .btn-content .btn {
  display: block;
  width: 188px;
  margin-top: 16px;
  margin-left: -0.5em;
  position: relative;
}
#ContentsArea .content-wrap .btn-content .btn:hover:after {
  opacity: 1;
}
#ContentsArea .content-wrap .btn-content .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(btn_detail_on.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
#ContentsArea .content-wrap .btn-content .btn img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-content__main {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  #ContentsArea .content-wrap .btn-content .title {
    margin-top: 0;
  }
  #ContentsArea .content-wrap .btn-content .text {
    margin-top: 4vw;
  }
  #ContentsArea .content-wrap .btn-content .btn {
    margin-left: auto;
    margin-right: 0;
  }
}
#ContentsArea .content-wrap .btn-photo {
  position: absolute;
  right: -100px;
  top: 0;
  width: 55%;
  z-index: 2;
}
#ContentsArea .content-wrap .btn-photo__inner {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}
#ContentsArea .content-wrap .btn-photo span {
  display: block;
  -webkit-clip-path: polygon(33.0303030303% 0, 33.0303030303% 0, 0 100%, 0 100%);
          clip-path: polygon(33.0303030303% 0, 33.0303030303% 0, 0 100%, 0 100%);
  -webkit-transition: all 0.75s 0.5s;
  transition: all 0.75s 0.5s;
}
#ContentsArea .content-wrap .btn-photo img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1020px) {
  #ContentsArea .content-wrap .btn-photo {
    right: -75px;
    width: 54.9019607843%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-photo.pc {
    display: none;
  }
  #ContentsArea .content-wrap .btn-photo.sp {
    display: block;
  }
  #ContentsArea .content-wrap .btn-photo {
    width: 100%;
    position: relative;
    margin-top: -5px;
    right: 0;
  }
  #ContentsArea .content-wrap .btn-photo span {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}
#ContentsArea {
  /*--------------------

  * 汎用

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