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

@media only screen and (max-width: 1100px) {
  .header img {
    width: 100%;
  }
}
/*--------------------
 * 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 {
  border-bottom: solid 1px #eee;
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  line-height: 1.75;
  position: relative;
  overflow: hidden;
  /*--------------------
  * 汎用
  *--------------------*/
  /*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;
  word-break: break-all;
}
#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 .notes2 {
  margin-top: 40px;
  text-align: center;
  color: #333;
}
#ContentsArea .notes2 span {
  display: inline-block;
  border-top: solid 1px #666;
  padding-top: 5px;
  font-size: 14px;
  position: relative;
}
#ContentsArea .notes2 span::before, #ContentsArea .notes2 span::after {
  content: "";
  width: 2px;
  height: 1px;
  background: #666;
  position: absolute;
  top: -1px;
}
#ContentsArea .notes2 span::before {
  right: calc(100% + 2px);
}
#ContentsArea .notes2 span::after {
  left: calc(100% + 2px);
}
#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 fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
#ContentsArea .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#ContentsArea .content-head {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
#ContentsArea .content-head img {
  width: 100%;
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto 0;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#ContentsArea .content-head .logo {
  width: 78.125%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 1500px) {
  #ContentsArea .content-head .logo {
    width: 90%;
  }
}
#ContentsArea .content-head .shoulder {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 48%;
  z-index: 5;
  -webkit-transform: skewY(-5deg) translate3d(0, -50%, 0);
          transform: skewY(-5deg) translate3d(0, -50%, 0);
}
#ContentsArea .content-head .shoulder::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#005bac), color-stop(32%, #005bac), color-stop(70%, #008cd6), to(rgba(0, 140, 214, 0.7)));
  background: -webkit-linear-gradient(left, #005bac 0%, #005bac 32%, #008cd6 70%, rgba(0, 140, 214, 0.7) 100%);
  background: linear-gradient(90deg, #005bac 0%, #005bac 32%, #008cd6 70%, rgba(0, 140, 214, 0.7) 100%);
  width: 0vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translate3d(-50vw, 0, 0);
          transform: translate3d(-50vw, 0, 0);
  -webkit-animation-name: widthIn;
          animation-name: widthIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#ContentsArea .content-head .shoulder span {
  display: inline-block;
  padding: 15px;
  position: relative;
  z-index: 2;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#ContentsArea .content-head .shoulder span img {
  vertical-align: middle;
}
@media only screen and (max-width: 2000px) {
  #ContentsArea .content-head .shoulder span {
    width: 60%;
  }
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .content-head .shoulder span {
    padding: 10px 10px 13px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder span {
    width: 80%;
    padding: 0px 5px 3px;
  }
}
#ContentsArea .content-head .effect {
  position: absolute;
}
#ContentsArea .content-head .effect.effect1 {
  width: 27.7777777778%;
  right: calc(100% - 60px);
  top: -10%;
}
#ContentsArea .content-head .effect.effect2 {
  width: 40.7407407407%;
  left: calc(100% - 40px);
  top: 0;
}
#ContentsArea .content-head .title {
  margin-top: 20px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .title {
    margin-top: 15px;
    font-size: 19px;
    padding: 0 10px;
  }
}
#ContentsArea .lead {
  margin-top: 20px;
  width: 100%;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
#ContentsArea .lead__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.5652173913;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .lead__inner {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 150px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
#ContentsArea .content-wrap__inner {
  background: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 70px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap {
    margin-top: 30px;
    padding-bottom: 100px;
  }
  #ContentsArea .content-wrap__inner {
    padding: 20px 20px 60px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ContentsArea .content-wrap a.is-off {
  pointer-events: none;
}
#ContentsArea .content-wrap .btn-set1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
#ContentsArea .content-wrap .btn-set1 .btn-item {
  width: 49%;
}
#ContentsArea .content-wrap .btn-set1 .btn-item + .btn-item {
  margin-left: 2%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-set1 {
    display: block;
  }
  #ContentsArea .content-wrap .btn-set1 .btn-item {
    width: 100%;
  }
  #ContentsArea .content-wrap .btn-set1 .btn-item + .btn-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
#ContentsArea .content-wrap .btn-set1 .btn {
  display: block;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
#ContentsArea .content-wrap .btn-set1 .btn:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#ContentsArea .content-wrap .btn-set1 .btn:hover::after {
  right: 20px;
  bottom: 20px;
}
#ContentsArea .content-wrap .btn-set1 .btn::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: solid 2px #004098;
}
#ContentsArea .content-wrap .btn-set1 .btn::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .content-wrap .btn-set1 .btn img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-set1 .btn::after {
    width: 26px;
    height: 26px;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
#ContentsArea .content-wrap .btn-set1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#ContentsArea .content-wrap .pickup-title {
  margin-top: 56px;
  padding-top: 4px;
}
#ContentsArea .content-wrap .pickup-title.bar-title span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  top: -4px;
}
#ContentsArea .content-wrap .pickup-title img {
  max-width: 172px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .pickup-title {
    margin-top: 38px;
    padding-top: 2px;
  }
  #ContentsArea .content-wrap .pickup-title.bar-title span {
    top: -2px;
  }
}
#ContentsArea .content-wrap .bar-title {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #004098;
  overflow: hidden;
}
#ContentsArea .content-wrap .bar-title::before, #ContentsArea .content-wrap .bar-title::after {
  content: "";
  position: absolute;
  left: 0;
}
#ContentsArea .content-wrap .bar-title::before {
  background: #004098;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
}
#ContentsArea .content-wrap .bar-title::after {
  width: calc(100% - 4px);
  height: 100%;
  top: 50%;
  border-left: solid 2px #004098;
  border-right: solid 2px #004098;
}
#ContentsArea .content-wrap .bar-title span {
  display: inline-block;
  background: #fff;
  padding: 0 0.3em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .content-wrap .bar-title {
    font-size: 22px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .bar-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .content-wrap .bar-title {
    font-size: 15px;
  }
}
#ContentsArea .content-wrap .btn-set2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: -30px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-set2 {
    display: block;
    margin-top: -15px;
  }
}
#ContentsArea .content-wrap .btn-set2 .btn-item {
  margin-top: 30px;
  width: 23.4%;
  margin-left: 2.1%;
}
#ContentsArea .content-wrap .btn-set2 .btn-item:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .content-wrap .btn-set2 .btn-item {
    width: 31%;
    margin-left: 3.5%;
  }
  #ContentsArea .content-wrap .btn-set2 .btn-item:nth-child(4n+1) {
    margin-left: 3.5%;
  }
  #ContentsArea .content-wrap .btn-set2 .btn-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-set2 .btn-item {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  #ContentsArea .content-wrap .btn-set2 .btn-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
#ContentsArea .content-wrap .btn-set2 .btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px 22px;
  font-weight: bold;
}
#ContentsArea .content-wrap .btn-set2 .btn:hover {
  text-decoration: none;
}
#ContentsArea .content-wrap .btn-set2 .btn:hover::before {
  background: #004098;
}
#ContentsArea .content-wrap .btn-set2 .btn:hover .photo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#ContentsArea .content-wrap .btn-set2 .btn:hover .title {
  color: #fff;
}
#ContentsArea .content-wrap .btn-set2 .btn::before {
  content: "";
  width: calc(100% - 4px);
  height: 84.375%;
  border: solid 2px #004098;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .content-wrap .btn-set2 .btn .photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#ContentsArea .content-wrap .btn-set2 .btn .photo img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .content-wrap .btn-set2 .btn .com {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#ContentsArea .content-wrap .btn-set2 .btn .title {
  margin-top: 12px;
  color: #231815;
  font-size: 13.5px;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .btn-set2 .btn .more {
  width: 100%;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea .content-wrap .btn-set2 .btn .more p {
  display: inline-block;
  background: #fff;
  color: #004098;
  padding: 3px 8px 4px;
  border: solid 2px #004098;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .content-wrap .btn-set2 .btn .more span {
  font-size: 90%;
}
@media only screen and (max-width: 950px) {
  #ContentsArea .content-wrap .btn-set2 .btn .title {
    font-size: 13.5px;
    font-size: 1.4210526316vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-set2 .btn .title {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .content-wrap .btn-set2 .btn .title {
    font-size: 14px;
  }
}
#ContentsArea .content-wrap .btn-set2 img {
  width: 100%;
}
#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;
}
@media only screen and (max-width: 750px) {
  #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: 5px;
  }
  #ContentsArea .mr10 {
    margin-right: 5px;
  }
  #ContentsArea .mb10 {
    margin-bottom: 5px;
  }
  #ContentsArea .ml10 {
    margin-left: 5px;
  }
  #ContentsArea .pt10 {
    padding-top: 5px;
  }
  #ContentsArea .pr10 {
    padding-right: 5px;
  }
  #ContentsArea .pb10 {
    padding-bottom: 5px;
  }
  #ContentsArea .pl10 {
    padding-left: 5px;
  }
  #ContentsArea .mt20 {
    margin-top: 10px;
  }
  #ContentsArea .mr20 {
    margin-right: 10px;
  }
  #ContentsArea .mb20 {
    margin-bottom: 10px;
  }
  #ContentsArea .ml20 {
    margin-left: 10px;
  }
  #ContentsArea .pt20 {
    padding-top: 10px;
  }
  #ContentsArea .pr20 {
    padding-right: 10px;
  }
  #ContentsArea .pb20 {
    padding-bottom: 10px;
  }
  #ContentsArea .pl20 {
    padding-left: 10px;
  }
  #ContentsArea .mt30 {
    margin-top: 15px;
  }
  #ContentsArea .mr30 {
    margin-right: 15px;
  }
  #ContentsArea .mb30 {
    margin-bottom: 15px;
  }
  #ContentsArea .ml30 {
    margin-left: 15px;
  }
  #ContentsArea .pt30 {
    padding-top: 15px;
  }
  #ContentsArea .pr30 {
    padding-right: 15px;
  }
  #ContentsArea .pb30 {
    padding-bottom: 15px;
  }
  #ContentsArea .pl30 {
    padding-left: 15px;
  }
  #ContentsArea .mt40 {
    margin-top: 20px;
  }
  #ContentsArea .mr40 {
    margin-right: 20px;
  }
  #ContentsArea .mb40 {
    margin-bottom: 20px;
  }
  #ContentsArea .ml40 {
    margin-left: 20px;
  }
  #ContentsArea .pt40 {
    padding-top: 20px;
  }
  #ContentsArea .pr40 {
    padding-right: 20px;
  }
  #ContentsArea .pb40 {
    padding-bottom: 20px;
  }
  #ContentsArea .pl40 {
    padding-left: 20px;
  }
  #ContentsArea .mt50 {
    margin-top: 25px;
  }
  #ContentsArea .mr50 {
    margin-right: 25px;
  }
  #ContentsArea .mb50 {
    margin-bottom: 25px;
  }
  #ContentsArea .ml50 {
    margin-left: 25px;
  }
  #ContentsArea .pt50 {
    padding-top: 25px;
  }
  #ContentsArea .pr50 {
    padding-right: 25px;
  }
  #ContentsArea .pb50 {
    padding-bottom: 25px;
  }
  #ContentsArea .pl50 {
    padding-left: 25px;
  }
  #ContentsArea .mt60 {
    margin-top: 30px;
  }
  #ContentsArea .mr60 {
    margin-right: 30px;
  }
  #ContentsArea .mb60 {
    margin-bottom: 30px;
  }
  #ContentsArea .ml60 {
    margin-left: 30px;
  }
  #ContentsArea .pt60 {
    padding-top: 30px;
  }
  #ContentsArea .pr60 {
    padding-right: 30px;
  }
  #ContentsArea .pb60 {
    padding-bottom: 30px;
  }
  #ContentsArea .pl60 {
    padding-left: 30px;
  }
  #ContentsArea .mt70 {
    margin-top: 35px;
  }
  #ContentsArea .mr70 {
    margin-right: 35px;
  }
  #ContentsArea .mb70 {
    margin-bottom: 35px;
  }
  #ContentsArea .ml70 {
    margin-left: 35px;
  }
  #ContentsArea .pt70 {
    padding-top: 35px;
  }
  #ContentsArea .pr70 {
    padding-right: 35px;
  }
  #ContentsArea .pb70 {
    padding-bottom: 35px;
  }
  #ContentsArea .pl70 {
    padding-left: 35px;
  }
  #ContentsArea .mt80 {
    margin-top: 40px;
  }
  #ContentsArea .mr80 {
    margin-right: 40px;
  }
  #ContentsArea .mb80 {
    margin-bottom: 40px;
  }
  #ContentsArea .ml80 {
    margin-left: 40px;
  }
  #ContentsArea .pt80 {
    padding-top: 40px;
  }
  #ContentsArea .pr80 {
    padding-right: 40px;
  }
  #ContentsArea .pb80 {
    padding-bottom: 40px;
  }
  #ContentsArea .pl80 {
    padding-left: 40px;
  }
  #ContentsArea .mt90 {
    margin-top: 45px;
  }
  #ContentsArea .mr90 {
    margin-right: 45px;
  }
  #ContentsArea .mb90 {
    margin-bottom: 45px;
  }
  #ContentsArea .ml90 {
    margin-left: 45px;
  }
  #ContentsArea .pt90 {
    padding-top: 45px;
  }
  #ContentsArea .pr90 {
    padding-right: 45px;
  }
  #ContentsArea .pb90 {
    padding-bottom: 45px;
  }
  #ContentsArea .pl90 {
    padding-left: 45px;
  }
  #ContentsArea .mt100 {
    margin-top: 50px;
  }
  #ContentsArea .mr100 {
    margin-right: 50px;
  }
  #ContentsArea .mb100 {
    margin-bottom: 50px;
  }
  #ContentsArea .ml100 {
    margin-left: 50px;
  }
  #ContentsArea .pt100 {
    padding-top: 50px;
  }
  #ContentsArea .pr100 {
    padding-right: 50px;
  }
  #ContentsArea .pb100 {
    padding-bottom: 50px;
  }
  #ContentsArea .pl100 {
    padding-left: 50px;
  }
}