@charset "UTF-8";
/* ----------------------------------
  20230812渡邊追記分
 ---------------------------------- */

.it-hojyo {
  background-color: #FFFFFF;
  border: 2px solid #0080CD;
  text-align: center;
}

.banner {
  background-color: #FFFFFF;
  border: 0px;
  text-align: center;
}

.it-hojyo .it-hojyo-aside{
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #0080CD;
	  font-size:24px;
   padding:10px;
}


@media screen and (min-width: 768px) and (max-width: 1366px) {
  .it-hojyo .it-hojyo-aside {
    padding: 1.1428571429vw 0 1.2142857143vw;
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
 .it-hojyo .it-hojyo-aside {
     padding: 4.2666666667vw;
    font-size: 6.4vw;
  }
}

 .it-hojyo .title {
  font-weight: 700;
  color: #0080CD;
   margin:35px 0 15px 0;
	  font-size:25px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .it-hojyo  .title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .it-hojyo .list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 42px;
    margin-bottom:30px;
     font-weight: 700;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .it-hojyo .list {
    margin-top: 2.1628571429vw;
    padding: 0 3vw;
    margin-bottom:30px;
     font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .it-hojyo .list {
    margin-top: 5.4666666667vw;
    padding: 0 4.8vw;
    margin-bottom:30px;
     font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .banner .list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 42px;
    margin-bottom:30px;
     font-weight: 700;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .banner .list {
    margin-top: 2.1628571429vw;
    padding: 0 0;
    margin-bottom:30px;
     font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .banner .list {
    margin-top: 5.4666666667vw;
    padding: 0 0vw;
    margin-bottom:30px;
     font-weight: 700;
  }
}


.banner .item {
  list-style: none;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .banner .item {
    width: calc(33.33% - 20px);
    font-size: 18px;
  }
}

.it-hojyo .item {
  list-style: none;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .it-hojyo .item {
    width: calc(33.33% - 20px);
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .it-hojyo .item {
    width: calc(33.33% - 1.4285714286vw);
    font-size: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .it-hojyo .item+.item {
    margin-top: 4.2666666667vw;
  }
}
/* ----------------------------------
  北原追記分
 ---------------------------------- */
.company_detail_select {
  border-width:1px;
  border-style:solid;
  border-color:#cccccc;
  padding:30px;
  text-align:center;
}
.company_detail_select span {
  color:#eb1781;
  font-weight:bold;
  padding-bottom:0px
}
.wp-post-image {
  width: 100%;
}
.main-top {
  display: none;
}
.c-demo img {
    width: 50%;
    display: block;
    margin: auto;
}
.demerit li {
  list-style: none;
  position: relative;
}
.demerit li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: -1.5em;
  width: 15px;
  height: 8px;
  border-left: 2px solid #0080CD;
  border-bottom: 2px solid #0080CD;
  transform: rotate(-45deg);
}
.t-content .wp-block-group.recommend-list .wp-block-group__inner-container {
  border: none;
}
.t-content .wp-block-group.recommend-list .wp-block-group__inner-container h2 strong {
  border-bottom: solid 1px #0080CD;
}

.t-content .wp-block-group.recommend-list ul li {
  position: relative;
  list-style: none;
  font-weight: bold;
}
.t-content .wp-block-group.recommend-list ul li strong {
  color: #ec1681;
}
.t-content .wp-block-group.recommend-list ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 15px;
  height: 15px;
  border: 1px solid #0080CD;
  background: #0080CD;
  border-radius: 2px;
}
.t-content .wp-block-group.recommend-list ul li:after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1.2em;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.t-content .wp-block-group.consultation-list .wp-block-group__inner-container {
  border: none;
  box-shadow: 0px 2px 4px 1px #ccc;
}

.t-content .wp-block-group.consultation-list ol {
  list-style: none;
  counter-reset: number;
}
.t-content .wp-block-group.consultation-list ol li {
  position: relative;
  padding-left: 20px;
}
.t-content .wp-block-group.consultation-list ol li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1.5em;
  width: 30px;
  height: 30px;
  border: 1px solid #ec1681;
  background: #ec1681;
  border-radius: 100px;
}
.t-content .wp-block-group.consultation-list ol li:after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 1px;
  left: -0.85em;
  color: #fff;
}
.num strong {
    background: #0080cd;
    width: 50px;
    display: flex;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.t-content .wp-block-columns.merit-flex .wp-block-group__inner-container {
  height: 350px;
}
.t-content .wp-block-columns.merit-flex.long-flex .wp-block-group__inner-container {
  height: 400px;
}
.t-content .merit-flex .wp-block-group, .t-content .select-content .wp-block-group, .t-content .screen .wp-block-group {
  margin-bottom: 0;
}
 
@media screen and (min-width: 768px) {
  .main-top {
    display: block;
  }
  .main-top img {
    padding-left: 552px;
    width: 61%;
    display: block;
    margin: auto;
    margin-top: -10px;
  }
  .t-content .merit-flex .wp-block-group, .t-content .screen .wp-block-group {
    margin-bottom: 10px;
  }
}

/* ----------------------------------
  渡邊追記分
 ---------------------------------- */
.required {
  font-size: 12px;
  color: #fff;
  background: #A41E30;
  padding: 2px 4px;
  margin: 0 3px;
}

.form button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.logo {
  width: 100px;
}

.BUTTON_ERQ {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 100;
  padding: 20px;
  background-color: #0080CD;
  border: solid #337FED 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

/* ----------------------------------
  Library, fontの読み込み
 ---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mgdqi2");
  src: url("../fonts/icomoon.eot?mgdqi2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mgdqi2") format("truetype"), url("../fonts/icomoon.woff?mgdqi2") format("woff"), url("../fonts/icomoon.svg?mgdqi2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-post:before {
  content: "\e901";
  color: #0080cd;
}

.icon-operator:before {
  content: "\e902";
  color: #0080cd;
}

.icon-tel:before {
  content: "\e900";
  color: #eb1781;
}

.icon-sale:before {
  content: "\e903";
  color: #0080cd;
}

.icon-arrow:before {
  /* content: "\e904"; */
  color: #0080cd;
}

.icon-kakko:before {
  content: "\e906";
  color: #313131;
}

.icon-plus::before,
.icon-plus::after,
.icon-accordion::before,
.icon-accordion::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #FFFFFF;
  transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-plus::before,
.icon-accordion::before {
  transform: rotate(90deg);
}

.icon-accordion::before,
.icon-accordion::after {
  background: #333333;
}

.icon-accordion.-active::before {
  display: none;
}

.icon-check:before {
  content: "\e905";
  color: #fff;
}

.icon.-pink {
  color: #EB1781;
}

html {
  margin: 0 !important;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

shtml {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ----------------------------------
  基本設定
 ---------------------------------- */
* {
  position: relative;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  body {
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 26.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.pin-spacer {
  height: auto !important;
  padding: 0 !important;
}

.c-headingLv2 {
  line-height: 1.428;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-headingLv2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-headingLv2 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .c-headingLv2 {
    font-size: 7.4666666667vw;
  }
}

.c-headingLv2 .sub {
  display: block;
  color: #0080CD;
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c-headingLv2 .sub {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-headingLv2 .sub {
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-headingLv2 .sub {
    font-size: 6.4vw;
  }
}

.c-button,
input[type="submit"] {
  display: block;
  border-radius: 30px;
  background-color: #eb1781;
  text-align: center;
  border: 1px solid #0080cd;
  color: #fff;
	font-weight:700;
}

@media screen and (min-width: 768px) {

  .c-button,
  input[type="submit"] {
    padding: 13px 0;
    font-size: 16px;
  }

  .c-button:hover,
  input[type="submit"]:hover {
    background-color: #ececec;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .c-button,
  input[type="submit"] {
    padding: 0.9285714286vw 0;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .c-button,
  input[type="submit"] {
    padding: 3.4666666667vw 0;
    font-size: 4.2666666667vw;
  }
}

.c-button .icon-arrow {
  display: table;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-button .icon-arrow {
    right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-button .icon-arrow {
    right: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-button .icon-arrow {
    right: 4.2666666667vw;
  }
}

.c-button .icon-plus {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-button .icon-plus {
    left: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-button .icon-plus {
    left: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-button .icon-plus {
    left: 4.2666666667vw;
  }
}

.c-button.-conversion {
  background-color: #EB1781;
  border-color: #EB1781;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-button.-conversion {
    padding: 16px 56px;
    font-size: 18px;
    line-height: 1.44;
    border: 2px solid #EB1781;
    width:300px;
    font-weight: 900;
  }

  .c-button.-conversion:hover {
    background-color: #ca116e;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-button.-conversion {
    padding: 1.1428571429vw 4vw;
    font-size: 1.2857142857vw;
    width:300px;
  }
}

@media screen and (max-width: 767px) {
  .c-button.-conversion {
    width: 100%;
    padding: 16px 4.2666666667vw;
    font-size: 4.8vw;
    text-align: center;
  }
}

.c-button.-fill {
  background-color: #0080CD;
  color: #FFFFFF;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-button.-fill {
    font-size: 16px;
  }

  .c-button.-fill:hover {
    background-color: #0068a7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-button.-fill {
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-button.-fill {
    font-size: 4.2666666667vw;
  }
}

.c-simulation {
  border: 2px solid #0080CD;
  background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .c-simulation {
    padding: 40px 26px 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation {
    padding: 2.8571428571vw 1.8571428571vw 2.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation {
    padding: 10.6666666667vw 4.8vw 6.9333333333vw;
  }
}

.c-simulation .heading {
  display: block;
  width: 80vw;
  background-color: #0080CD;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-simulation .heading {
    display: table;
    width: auto;
    font-size: 20px;
    padding: 3px 90px 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .heading {
    font-size: 1.4285714286vw;
    padding: 0.2142857143vw 6.4285714286vw 0.5714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .heading {
    font-size: 5.3333333333vw;
    padding: 0.8vw 24vw 2.1333333333vw;
  }
}

.c-simulation .subHeading {
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-simulation .subHeading {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .subHeading {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .subHeading {
    font-size: 7.4666666667vw;
  }
}

.c-simulation .subHeading span {
  display: block;
  line-height: 1;
  color: #0080CD;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-simulation .subHeading span {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .subHeading span {
    margin-bottom: 0.8571428571vw;
    font-size: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .subHeading span {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .c-simulation .form {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .form {
    margin-top: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .form {
    margin-top: 4.8vw;
  }
}

.c-simulation .form .inner {
  background-color: #EEEEEE;
}

@media screen and (min-width: 768px) {
  .c-simulation .form .inner {
    margin-bottom: 28px;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .form .inner {
    margin-bottom: 2vw;
    padding-bottom: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .form .inner {
    margin-bottom: 7.4666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}

.c-simulation .form .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #CCCCCC transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(100%);
}

@media screen and (min-width: 768px) {
  .c-simulation .form .inner::after {
    border-width: 12px 12.5px 0 12.5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .form .inner::after {
    border-width: 0.8571428571vw 0.8928571429vw 0 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .form .inner::after {
    border-width: 3.2vw 3.3333333333vw 0 3.2vw;
  }
}

.c-simulation .form .inner .c-button {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .c-simulation .form .inner .c-button {
    width: 250px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .form .inner .c-button {
    width: 17.8571428571vw;
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .form .inner .c-button {
    max-width: 100%;
    width: 66.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}

.c-simulation .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-simulation .borderbottom {
  border-top: solid 2px #00000036;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .c-simulation .row {
    padding: 16px 24px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .row {
    padding: 1.1428571429vw 1.7142857143vw 0;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .row {
    padding: 4.2666666667vw 6.4vw 0;
  }
}

.c-simulation .row:nth-of-type(2),
.c-simulation .row:nth-of-type(3) {
  opacity: 0;
  display: none;
}

.c-simulation .label {
  font-weight: 500;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-simulation .label {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .label {
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .label {
    font-size: 4.2666666667vw;
  }
}

.c-simulation .label .sub {
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #0080CD;
}

.c-simulation .label .gray {
  color: #898989;
  font-size: 16px !important;
  width: 85px;
}

@media screen and (min-width: 768px) {
  .c-simulation .label .sub {
    margin-right: 16px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .label .sub {
    margin-right: 1.1428571429vw;
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .label .sub {
    font-size: 6.4vw;
  }
}

.c-simulation .label span {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-simulation .label span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .label span {
    display: block;
  }
}

.c-simulation .error {
  display: none;
  width: 100%;
  margin-top: 8px;
  text-align: right;
  color: #EB1781;
}

@media screen and (min-width: 768px) {
  .c-simulation .error {
    padding: 0 24px 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .error {
    padding: 0 1.7142857143vw 0;
    font-size: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .error {
    padding: 0 6.4vw 0;
    font-size: 3.2vw;
  }
}

.c-simulation .c-inputText {
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .c-simulation .c-inputText {
    width: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-simulation .c-inputText {
    width: 9.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .c-simulation .c-inputText {
    width: 26.6666666667vw;
  }
}

.c-simulation .c-button {
  margin: auto;
}

.c-simulation .checkboxes {
  margin: auto;
  display: block;
  width: 86px;
}

.c-table table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #CCCCCC;
}

.c-table table tbody tr {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.c-table table tbody tr th {
  text-align: center;
  vertical-align: middle;
}

.c-table table tbody tr th .note {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table table tbody tr th .note {
    font-size: 0.8571428571vw;
  }
}

.c-table table tbody tr td {
  width: 20%;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-table table tbody tr td {
    padding: 25px 10px 24px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table table tbody tr td {
    padding: 1.7857142857vw 1.1428571429vw 1.7142857143vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table table tbody tr td {
    padding: 6.6666666667vw 4.2666666667vw 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.c-table table tbody tr td+td {
  border-left: 1px solid #CCCCCC;
}

@media screen and (min-width: 768px) {
  .c-table table tbody tr td p+p {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table table tbody tr td p+p {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table table tbody tr td p+p {
    margin-top: 4.2666666667vw;
  }
}

.c-table table tbody tr td strong {
  font-weight: 900;
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

@media screen and (min-width: 768px) {
  .c-table table tbody tr td strong {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table table tbody tr td strong {
    font-size: 2.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table table tbody tr td strong {
    font-size: 8.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-table table tbody tr td .c-button {
    padding: 10px 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table table tbody tr td .c-button {
    padding: 0.7142857143vw 0;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table table tbody tr td .c-button {
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}

.c-table table tbody tr.heading th {
  background-color: #EEEEEE;
  line-height: 2;
  padding: 4px 0;
}

@media screen and (min-width: 768px) {
  .c-table table tbody tr.heading th {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table table tbody tr.heading th {
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table table tbody tr.heading th {
    font-size: 4.2666666667vw;
  }
}

.c-table table tbody tr.heading+tr td {
  border-top: none;
  min-width: 120px;
}

.c-table table tbody tr.tableIn>td {
  padding: 0;
}

.c-table table tbody tr.tableIn table tr {
  border: none;
}

.c-table table table th+th {
  border-left: 1px solid #CCCCCC;
}

.c-table table .hidden {
  display: none;
  opacity: 0;
}

.c-table .item {
  border: 1px solid #CCCCCC;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-table .item {
    padding: 24px 16px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item {
    padding: 1.7142857143vw 1.1428571429vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item {
    padding: 6.4vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-table .item+.item {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item+.item {
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item+.item {
    margin-top: 6.4vw;
  }
}

.c-table .item .note {
  font-size: 11px;
  margin: 6.4vw 0;
}

.c-table .item .logo {
  width: 55vw;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-table .item .row {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item .row {
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item .row {
    margin-top: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .c-table .item .row p+p {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item .row p+p {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item .row p+p {
    margin-top: 4.2666666667vw;
  }
}

.c-table .item .title {
  line-height: 2;
  padding: 4px 0;
  background-color: #EEEEEE;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .c-table .item .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item .title {
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item .title {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-table .item .content {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item .content {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item .content {
    margin-top: 4.2666666667vw;
  }
}

.c-table .item strong {
  font-weight: 900;
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

@media screen and (min-width: 768px) {
  .c-table .item strong {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-table .item strong {
    font-size: 2.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .c-table .item strong {
    font-size: 8.5333333333vw;
  }
}

.c-demo {
  border: 2px solid #0080CD;
}

@media screen and (min-width: 768px) {
  .c-demo {
    padding: 34px 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-demo {
    padding: 2.4285714286vw 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .c-demo {
    padding: 6.9333333333vw 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .c-demo .column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .c-demo .item:nth-of-type(1) {
    width: calc(70% - 30px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-demo .item:nth-of-type(1) {
    width: calc(70% - 2.1428571429vw);
  }
}

@media screen and (min-width: 768px) {
  .c-demo .item:nth-of-type(2) {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .c-demo .item:nth-of-type(2) {
    margin-top: 4.2666666667vw;
  }
}

.c-demo .title {
  color: #0080CD;
  font-weight: 700;
  line-height: 1.33;
}

@media screen and (min-width: 768px) {
  .c-demo .title {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-demo .title {
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-demo .title {
    font-size: 6.4vw;
    text-align: center;
  }
}

.c-demo .text {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-demo .text {
    margin-top: 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-demo .text {
    margin-top: 1.1428571429vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-demo .text {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.c-demo+.c-button {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .c-demo+.c-button {
    width: 320px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-demo+.c-button {
    width: 22.8571428571vw;
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-demo+.c-button {
    margin-top: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .c-caseSlider {
    position: static;
    margin-left: -20px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider {
    padding-bottom: 4.5714285714vw;
    margin-left: -1.4285714286vw;
  }
}

@media screen and (min-width: 768px) {
  .c-caseSlider .swiper {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .swiper-wrapper {
    height: auto !important;
    margin-left: -5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-caseSlider .swiper-slide {
    width: 310px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider .swiper-slide {
    width: 22.1428571429vw;
    padding: 0 1.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .swiper-slide {
    width: 72vw;
    padding: 0 5.3333333333vw;
  }
}

.c-caseSlider .image img {
  width: 100%;
}

.c-caseSlider .caption {
  display: inline-block;
  background-color: #FFFFFF;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .c-caseSlider .caption {
    margin-top: -18px;
    padding: 8px 16px 8px 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider .caption {
    margin-top: -1.2857142857vw;
    padding: 0.5714285714vw 1.1428571429vw 0.5714285714vw 0;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .caption {
    margin-top: -4.8vw;
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 0;
    font-size: 3.7333333333vw;
  }
}

.c-caseSlider .text {
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-caseSlider .text {
    margin-top: 8px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider .text {
    margin-top: 0.5714285714vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .text {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.c-caseSlider .tags {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .c-caseSlider .tags {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider .tags {
    margin-top: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .tags {
    margin-top: 4.8vw;
  }
}

.c-caseSlider .item {
  display: inline-block;
  border: 1px solid #0080CD;
  line-height: 1.57;
  font-weight: 500;
  color: #0080CD;
}

@media screen and (min-width: 768px) {
  .c-caseSlider .item {
    margin: 8px 8px 0 0;
    padding: 6px 16px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider .item {
    margin: 0.5714285714vw 0.5714285714vw 0 0;
    padding: 0.4285714286vw 1.1428571429vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .item {
    margin: 2.1333333333vw 2.1333333333vw 0 0;
    padding: 1.6vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-caseSlider .arrow {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-caseSlider .arrow {
    display: none;
  }
}

.c-caseSlider .arrow .swiper-button-prev,
.c-caseSlider .arrow .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0080CD;
  border-radius: 50%;
  font-size: 14px;
  position: static;
}

.c-caseSlider .arrow .swiper-button-prev::after,
.c-caseSlider .arrow .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .c-caseSlider .arrow .swiper-button-prev,
  .c-caseSlider .arrow .swiper-button-next {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    font-size: 1vw;
  }
}

.c-caseSlider .arrow .swiper-button-prev {
  transform: rotate(-180deg);
}

.c-caseSlider .arrow .swiper-button-next {
  margin-left: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-caseSlider .arrow .swiper-button-next {
    margin-left: 0.5714285714vw;
  }
}

.c-accordion {
  border: 1px solid #CCCCCC;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-accordion {
    padding: 0 24px 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-accordion {
    padding: 0 1.7142857143vw 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion {
    padding: 0 6.4vw 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-accordion+.c-accordion {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-accordion+.c-accordion {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion+.c-accordion {
    margin-top: 4.2666666667vw;
  }
}

.c-accordion .head {
  display: block;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .c-accordion .head {
    padding: 16px 0 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-accordion .head {
    padding: 1.1428571429vw 0 0;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion .head {
    padding: 4.2666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}

.c-accordion .head .inner {
  display: block;
}

.c-accordion .head .icon-accordion {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-accordion .head.-active .icon-accordion::before {
  display: none;
}

.c-accordion .head.-active+.body {
  border-top: 1px solid #CCCCCC;
}

@media screen and (min-width: 768px) {
  .c-accordion .head.-active+.body {
    margin: 16px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-accordion .head.-active+.body {
    margin: 1.1428571429vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion .head.-active+.body {
    margin: 4.2666666667vw 0 0;
  }
}

.c-accordion .body {
  height: 0;
  overflow: hidden;
}

.c-accordion .body p {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-accordion .body p {
    padding: 16px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-accordion .body p {
    padding: 1.1428571429vw 0;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-accordion .body p {
    padding: 4.2666666667vw 0;
    font-size: 4.2666666667vw;
  }
}

.c-breadcrumb {
  display: flex;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin: 16px 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-breadcrumb {
    margin: 1.1428571429vw 0 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 4.2666666667vw 0 10.6666666667vw;
  }
}

.c-breadcrumb .item {
  display: inline-block;
  list-style: none;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb .item {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-breadcrumb .item {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb .item {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-breadcrumb .item+.item {
    margin-left: 16px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-breadcrumb .item+.item {
    margin-left: 1.1428571429vw;
    padding-left: 1.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb .item+.item {
    margin-left: 4.2666666667vw;
    padding-left: 1.4285714286vw;
  }
}

.c-breadcrumb .item+.item::before {
  display: table;
  font-family: "icomoon";
  content: "\e906";
  color: #313131;
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(1px);
}

.c-breadcrumb .item a {
  color: #0080CD;
  text-decoration: underline;
}

.c-related {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-related {
    margin: 72px 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-related {
    margin: 5.1428571429vw 0 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .c-related {
    margin: 19.2vw 0 10.6666666667vw;
  }
}

.c-related .head {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0080CD;
  color: #FFFFFF;
  transform: translate(0, -100%);
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .c-related .head {
    padding: 4px 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-related .head {
    padding: 0.2857142857vw 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .c-related .head {
    padding: 1.0666666667vw 4.2666666667vw;
  }
}

.c-related .item {
  list-style: none;
  margin-left: 0;
}

.c-related .item::marker {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-related .item+.item {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-related .item+.item {
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-related .item+.item {
    margin-top: 6.4vw;
  }
}

.c-related .link {
  border: 1px solid #CCCCCC;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-related .link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-related .link {
    padding: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-related .link {
    display: block;
    padding: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-related .image {
    width: 28.5%;
  }
}

@media screen and (min-width: 768px) {
  .c-related .content {
    width: 68.5%;
  }
}

@media screen and (max-width: 767px) {
  .c-related .content {
    margin-top: 4.2666666667vw;
  }
}

.c-related .title {
  font-weight: 700;
}

.c-related .text {
  margin-top: 8px;
  font-size: 0.9em;
}

.c-related .date {
  margin-top: 16px;
  font-size: 0.8em;
  color: #aaa;
}

.c-inputText {
  border: 1px solid #CCCCCC;
  color: #333333;
  background-color: #FFFFFF;
}

.c-inputText::placeholder {
  color: #CCCCCC;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-inputText {
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .c-inputText {
    font-size: 1vw;
    padding: 0.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .c-inputText {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw;
  }
}

.t-header {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .t-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
  }
}

.t-header>.t-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 15px 12px 12px;
}

@media screen and (max-width: 767px) {
  .t-header>.t-container {
    flex-wrap: wrap;
    align-items: center;
    height: 21.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .t-header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 6%;
  }
}

@media screen and (max-width: 767px) {
  .t-header .logo {
    width: 19.2vw;
  }
}

.t-header .logo img {
  width: 100%;
}

.t-header .nav {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .t-header .nav {
    display: flex;
    justify-content: flex-start;
    width: 74.16%;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .nav {
    font-size: 1.0714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav {
    width: 100%;
    height: 0;
    padding: 9.8666666667vw 8.5333333333vw 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    position: fixed;
    bottom: 21.8666666667vw;
    right: 0;
    z-index: 499;
    opacity: 0;
    transition: height 0.5s ease-in-out 0.4s, opacity 0.5s ease-in-out;
  }
}

@media screen and (min-width: 768px) {
  .t-header .nav ul {
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .nav ul {
    font-size: 1.0714285714vw;
  }
}

@media screen and (min-width: 768px) {
  .t-header .nav ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 16px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .nav ul a {
    padding: 0 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav ul a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 4.2666666667vw;
  }
}

.t-header .nav ul li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .t-header .nav ul li+li {
    margin-top: 8.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav .aside {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
    border-top: 1px solid #CCCCCC;
  }
}

.t-header .tel .tel-num,
.t-header .tel .tel-time {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .t-header .nav .aside .tel {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav .aside .tel .tel-num {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav .aside .tel .icon-tel::before {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav .aside .tel .tel-time {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 767px) {
  .t-header .nav.-open {
    width: 100%;
    height: calc(100% - 21.8666666667vw);
    padding: 9.8666666667vw 8.5333333333vw 0;
    bottom: 21.8666666667vw;
    opacity: 1;
    transition: height 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
  }
}

.t-header .tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .t-header .tel {
    width: 14.75%;
  }
}

.t-header .tel-num {
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #EB1781;
}

@media screen and (min-width: 768px) {
  .t-header .tel-num {
    font-size: 30px;
    line-height: 1.2;
    font-weight:800;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .tel-num {
    font-size: 2.1428571429vw;
    font-weight:800;
  }
}

@media screen and (max-width: 767px) {
  .t-header .tel-num {
    font-size: 8vw;
  }
}

.t-header .tel .icon-tel {
  font-size: 0.8em;
}

@media screen and (min-width: 768px) {
  .t-header .tel .icon-tel {
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .tel .icon-tel {
    margin-right: 0.5714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .tel .icon-tel {
    margin-right: 2.1333333333vw;
  }
}

.t-header .tel-time {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .t-header .tel-time {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .tel-time {
    font-size: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .tel-time {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .t-header .control {
    position: absolute;
    right: 0;
    bottom: -16px;
    transform: translateY(100%);
  }
}

@media screen and (max-width: 767px) {
  .t-header .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px;
    z-index: 500;
  }
}

@media screen and (min-width: 768px) {
  .t-header .control .c-button {
    padding: 13px 28px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-header .control .c-button {
    padding: 0.9285714286vw 2vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .control .c-button {
    width: calc(100% - 13.3333333333vw - 3.4666666667vw);
    padding: 13px 3.4666666667vw;
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .t-header .control-trigger {
    display: block;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 50%;
    background-color: #0080CD;
  }
}

@media screen and (max-width: 767px) {
  .t-header .control-trigger span {
    width: 5.3333333333vw;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.4s ease;
  }

  .t-header .control-trigger span:nth-of-type(1) {
    transform: translateY(-1.3333333333vw);
  }

  .t-header .control-trigger span:nth-of-type(3) {
    transform: translateY(1.3333333333vw);
  }
}

@media screen and (max-width: 767px) {
  .t-header .control-trigger.-open span:nth-of-type(1) {
    transform: translateY(0) rotate(45deg);
  }

  .t-header .control-trigger.-open span:nth-of-type(2) {
    display: none;
  }

  .t-header .control-trigger.-open span:nth-of-type(3) {
    transform: translateY(0) rotate(-45deg);
  }
}

@media screen and (min-width: 768px) {
  .t-main {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-main {
    padding-top: 5.7142857143vw;
  }
}

@media screen and (min-width: 768px) {
  .t-container {
    max-width: 1652px;
    margin: auto;
    padding: 0 12px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
  .t-container {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .t-footer {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer {
    margin-top: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer {
    margin-top: 10.6666666667vw;
  }
}

.t-footer .primary {
  background-color: #0080CD;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .t-footer .primary {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary {
    padding: 3.5714285714vw 0;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary {
    padding: 6.4vw 0;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .t-container {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .item:nth-of-type(1) {
    width: 34.16%;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .item:nth-of-type(2) {
    width: 65.84%;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .item:nth-of-type(2) {
    margin-top: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .c-headingLv2 {
    text-align: left;
  }
}

.t-footer .primary .c-headingLv2 .sub {
  color: #FFFFFF;
}

.t-footer .primary .heading {
  display: table;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #0080CD;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .heading {
    margin-top: 24px;
    padding: 4px 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .heading {
    margin-top: 1.7142857143vw;
    padding: 0.2857142857vw 1.1428571429vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .heading {
    margin-top: 6.4vw;
    padding: 1.0666666667vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.t-footer .primary .list {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .list {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .list {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .list {
    margin-top: 4.2666666667vw;
  }
}

.t-footer .primary .list-item {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .list-item+.list-item {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .list-item+.list-item {
    margin-top: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .list-item+.list-item {
    margin-top: 2.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .list-item .icon-check {
    margin-right: 8px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .list-item .icon-check {
    margin-right: 0.5714285714vw;
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .list-item .icon-check {
    margin-right: 2.1333333333vw;
    font-size: 6.4vw;
  }
}

.t-footer .primary .lead {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .lead {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .lead {
    font-size: 1.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .lead {
    font-size: 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .wrap {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .wrap {
    margin-top: 7.4666666667vw;
  }
}

.t-footer .primary .card {
  text-align: center;
  background-color: #FFFFFF;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .card {
    width: calc(50% - 15px);
    padding: 27px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .card {
    width: calc(50% - 1.0714285714vw);
    padding: 1.9285714286vw 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card {
    padding: 6.4vw 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card+.card {
    margin-top: 4.2666666667vw;
  }
}

.t-footer .primary .card-title {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .card-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .card-title {
    font-size: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card-title {
    font-size: 4.8vw;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .card .tel {
    margin-top: 24px;
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .card .tel {
    margin-top: 1.7142857143vw;
    font-size: 2.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card .tel {
    margin-top: 4.2666666667vw;
    font-size: 9.0666666667vw;
  }
}

.t-footer .primary .card .tel .tel-num {
  display: inline-flex;
  align-items: center;
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #EB1781;
  font-weight:800;
}

.t-footer .primary .card .tel .tel-num .icon-tel {
  margin-right: 8px;
  font-size: 0.65em;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .card .tel+.caption {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .card .tel+.caption {
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card .tel+.caption {
    margin-top: 4.2666666667vw;
  }
}

.t-footer .primary .card .c-button {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .card .c-button {
    margin-top: 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .card .c-button {
    margin-top: 1.1428571429vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card .c-button {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .primary .card .c-button+.caption {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .card .c-button+.caption {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .card .c-button+.caption {
    margin-top: 4.2666666667vw;
  }
}

.t-footer .primary .caption {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .t-footer .primary .caption {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .primary .caption {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .primary .caption {
    font-size: 3.2vw;
  }
}

.t-footer .secondary {
  background-color: #333333;
}

@media screen and (min-width: 768px) {
  .t-footer .secondary {
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .secondary {
    padding: 2.8571428571vw 0;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .secondary {
    padding: 10.6666666667vw 0;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .secondary .t-container {
    padding-right: 0;
  }
}

.t-footer .secondary .banner {
  display: flex;
  justify-content: space-between;
}

.t-footer .secondary .banner img {
  width: 100%;
}

.t-footer .secondary .item {
  width: calc(20% - 24px);
  list-style: none;
}

.t-footer .secondary .caption {
  display: block;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .t-footer .secondary .caption {
    margin-top: 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .secondary .caption {
    margin-top: 0.5714285714vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .secondary .caption {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}

.t-footer .secondary .swiper {
  margin-left: -4vw;
}

.t-footer .secondary .swiper-wrapper {
  height: auto;
}

.t-footer .secondary .swiper-slide {
  width: calc(57.6vw + 4vw * 2);
  padding: 0 4vw;
}

.t-footer .secondary .swiper-slide img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .t-footer .info {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .info {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .info {
    margin-top: 6.4vw;
  }
}

.t-footer .info .t-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .t-footer .info .t-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t-footer .info .t-container .logo+div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .info .logo {
    order: 2;
  }
}

.t-footer .info ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .t-footer .info ul {
    width: 100%;
    justify-content: space-between;
    order: 1;
    margin-bottom: 4.2666666667vw;
  }
}

.t-footer .info ul li {
  list-style: none;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .t-footer .info ul li {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .info ul li {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .info ul li {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .t-footer .info ul li+li {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .info ul li+li {
    margin-left: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .info .logo-ardent {
    margin-left: 8.5333333333vw;
    order: 3;
  }
}

.t-footer .copyright {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .t-footer .copyright {
    margin: 16px 0;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-footer .copyright {
    margin-top: 1.1428571429vw;
    font-size: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .t-footer .copyright {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .t-article .t-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.t-article .c-breadcrumb {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .t-article .t-content {
    width: 74.16%;
    margin:0 15px 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .t-article .t-sidebar {
    width: 22.5%;
  }
}

.t-content h1,
.editor-styles-wrapper h1 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {

  .t-content h1,
  .editor-styles-wrapper h1 {
    margin-bottom: 25px;
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content h1,
  .editor-styles-wrapper h1 {
    margin-bottom: 1.7857142857vw;
    font-size: 2.2857142857vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content h1,
  .editor-styles-wrapper h1 {
    margin-bottom: 6.6666666667vw;
    font-size: 8.5333333333vw;
  }
}

.t-content h2,
.editor-styles-wrapper h2 {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .t-content h2,
  .editor-styles-wrapper h2 {
    margin: 90px 0 50px;
    font-size: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content h2,
  .editor-styles-wrapper h2 {
    margin: 2.8571428571vw 0 1.1428571429vw;
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content h2,
  .editor-styles-wrapper h2 {
    margin: 10.6666666667vw 0 4.2666666667vw;
    font-size: 6.4vw;
  }
}

.t-content h3,
.editor-styles-wrapper h3 {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .t-content h3,
  .editor-styles-wrapper h3 {
    margin: 40px 0 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content h3,
  .editor-styles-wrapper h3 {
    margin: 2.8571428571vw 0 1.1428571429vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content h3,
  .editor-styles-wrapper h3 {
    margin: 10.6666666667vw 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.t-content blockquote,
.editor-styles-wrapper blockquote {
  background-color: #EEEEEE;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .t-content blockquote,
  .editor-styles-wrapper blockquote {
    margin: 40px 0;
    padding: 40px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content blockquote,
  .editor-styles-wrapper blockquote {
    margin: 2.8571428571vw 0;
    padding: 2.8571428571vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content blockquote,
  .editor-styles-wrapper blockquote {
    margin: 10.6666666667vw 0;
    padding: 6.4vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.t-content blockquote cite,
.editor-styles-wrapper blockquote cite {
  display: block;
  font-size: 0.9em;
  color: #999;
}

@media screen and (min-width: 768px) {

  .t-content blockquote cite,
  .editor-styles-wrapper blockquote cite {
    margin: 16px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content blockquote cite,
  .editor-styles-wrapper blockquote cite {
    display: block;
    margin: 1.1428571429vw 0 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content blockquote cite,
  .editor-styles-wrapper blockquote cite {
    margin: 4.2666666667vw 0 0;
  }
}

@media screen and (min-width: 768px) {

  .t-content>img,
  .editor-styles-wrapper>img {
    margin: 16px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content>img,
  .editor-styles-wrapper>img {
    margin: 1.1428571429vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content>img,
  .editor-styles-wrapper>img {
    margin: 4.2666666667vw 0;
  }
}

@media screen and (min-width: 768px) {

  .t-content>p,
  .editor-styles-wrapper>p {
    margin: 16px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content>p,
  .editor-styles-wrapper>p {
    margin: 1.1428571429vw 0;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content>p,
  .editor-styles-wrapper>p {
    margin: 4.2666666667vw 0;
    font-size: 4.2666666667vw;
  }
}

.t-content ul li,
.t-content ol li,
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  margin-left: 1.25em;
  line-height: 2;
}

.t-content ul li::marker,
.t-content ol li::marker,
.editor-styles-wrapper ul li::marker,
.editor-styles-wrapper ol li::marker {
  color: #CCCCCC;
}

@media screen and (min-width: 768px) {

  .t-content ul li+li,
  .t-content ol li+li,
  .editor-styles-wrapper ul li+li,
  .editor-styles-wrapper ol li+li {
    margin-top: 8px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content ul li+li,
  .t-content ol li+li,
  .editor-styles-wrapper ul li+li,
  .editor-styles-wrapper ol li+li {
    margin-top: 0.5714285714vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content ul li+li,
  .t-content ol li+li,
  .editor-styles-wrapper ul li+li,
  .editor-styles-wrapper ol li+li {
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.t-content ul li a,
.t-content ol li a,
.editor-styles-wrapper ul li a,
.editor-styles-wrapper ol li a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-group,
  .editor-styles-wrapper .wp-block-group {
    margin: 40px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-group,
  .editor-styles-wrapper .wp-block-group {
    margin: 2.8571428571vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-group,
  .editor-styles-wrapper .wp-block-group {
    margin: 10.6666666667vw 0;
  }
}

.t-content .wp-block-group .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group .wp-block-group__inner-container {
  border: 1px solid #CCCCCC;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-group .wp-block-group__inner-container,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-group .wp-block-group__inner-container,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container {
    padding: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-group .wp-block-group__inner-container,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container {
    padding: 6.6666666667vw 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-group .wp-block-group__inner-container h1,
  .t-content .wp-block-group .wp-block-group__inner-container h2,
  .t-content .wp-block-group .wp-block-group__inner-container h3,
  .t-content .wp-block-group .wp-block-group__inner-container h4,
  .t-content .wp-block-group .wp-block-group__inner-container h5,
  .t-content .wp-block-group .wp-block-group__inner-container h6,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h1,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h2,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h3,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h4,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h5,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h6 {
    margin: 16px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-group .wp-block-group__inner-container h1,
  .t-content .wp-block-group .wp-block-group__inner-container h2,
  .t-content .wp-block-group .wp-block-group__inner-container h3,
  .t-content .wp-block-group .wp-block-group__inner-container h4,
  .t-content .wp-block-group .wp-block-group__inner-container h5,
  .t-content .wp-block-group .wp-block-group__inner-container h6,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h1,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h2,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h3,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h4,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h5,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h6 {
    margin: 1.1428571429vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-group .wp-block-group__inner-container h1,
  .t-content .wp-block-group .wp-block-group__inner-container h2,
  .t-content .wp-block-group .wp-block-group__inner-container h3,
  .t-content .wp-block-group .wp-block-group__inner-container h4,
  .t-content .wp-block-group .wp-block-group__inner-container h5,
  .t-content .wp-block-group .wp-block-group__inner-container h6,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h1,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h2,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h3,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h4,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h5,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container h6 {
    margin: 4.2666666667vw 0;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-group .wp-block-group__inner-container ul,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container ul {
    margin: 16px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-group .wp-block-group__inner-container ul,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container ul {
    margin: 1.1428571429vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-group .wp-block-group__inner-container ul,
  .editor-styles-wrapper .wp-block-group .wp-block-group__inner-container ul {
    margin: 4.2666666667vw 0;
  }
}

.t-content .wp-block-group .wp-block-group__inner-container>*:first-child,
.editor-styles-wrapper .wp-block-group .wp-block-group__inner-container>*:first-child {
  margin-top: 0;
  margin-left:auto;
  margin-right:auto;
}

.t-content .wp-block-group .wp-block-group__inner-container>*:last-child,
.editor-styles-wrapper .wp-block-group .wp-block-group__inner-container>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin: 16px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin: 1.1428571429vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin: 4.2666666667vw 0;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-image figcaption,
  .editor-styles-wrapper .wp-block-image figcaption {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-image figcaption,
  .editor-styles-wrapper .wp-block-image figcaption {
    font-size: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-image figcaption,
  .editor-styles-wrapper .wp-block-image figcaption {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-gallery,
  .editor-styles-wrapper .wp-block-gallery {
    margin: 24px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-gallery,
  .editor-styles-wrapper .wp-block-gallery {
    margin: 1.7142857143vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-gallery,
  .editor-styles-wrapper .wp-block-gallery {
    margin: 6.4vw 0;
  }
}

.t-content .wp-block-gallery img,
.editor-styles-wrapper .wp-block-gallery img {
  max-width: 100% !important;
  object-fit: contain !important;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-gallery figcaption,
  .editor-styles-wrapper .wp-block-gallery figcaption {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-gallery figcaption,
  .editor-styles-wrapper .wp-block-gallery figcaption {
    font-size: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-gallery figcaption,
  .editor-styles-wrapper .wp-block-gallery figcaption {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text {
    margin: 16px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text {
    margin: 1.1428571429vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text {
    margin: 4.2666666667vw 0;
  }
}

.t-content .wp-block-media-text *:first-child,
.editor-styles-wrapper .wp-block-media-text *:first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-media-text p,
  .editor-styles-wrapper .wp-block-media-text p {
    margin: 24px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-media-text p,
  .editor-styles-wrapper .wp-block-media-text p {
    margin: 1.7142857143vw 0;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-media-text p,
  .editor-styles-wrapper .wp-block-media-text p {
    margin: 6.4vw 0;
    font-size: 4.2666666667vw;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-media-text .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    margin: 4.2666666667vw 0 0;
    padding: 0;
  }
}

.t-content .wp-block-media-text .wp-block-media-text__content>*:first-child,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content>*:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
    margin: 4.2666666667vw 0;
    font-size: 5.3333333333vw !important;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size+p,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content .has-large-font-size+p {
    margin: 4.2666666667vw 0;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-button,
  .editor-styles-wrapper .wp-block-button {
    margin: 16px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-button,
  .editor-styles-wrapper .wp-block-button {
    margin: 1.1428571429vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-button,
  .editor-styles-wrapper .wp-block-button {
    margin: 4.2666666667vw 0;
  }
}

.t-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  display: block;
  border-radius: 30px;
  background-color: #0080cd;
  text-align: center;
  border: 1px solid #0080CD;
  color: #ffffff;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-button .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button .wp-block-button__link {
    padding: 13px 56px;
    font-size: 16px;
  }

  .t-content .wp-block-button .wp-block-button__link:hover,
  .editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
    background-color: #1d8bcd;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-button .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button .wp-block-button__link {
    padding: 0.9285714286vw 4vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-button .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button .wp-block-button__link {
    width: 100%;
    padding: 3.4666666667vw 56px;
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-embed,
  .editor-styles-wrapper .wp-block-embed {
    margin: 24px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-embed,
  .editor-styles-wrapper .wp-block-embed {
    margin: 1.7142857143vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-embed,
  .editor-styles-wrapper .wp-block-embed {
    margin: 6.4vw 0;
  }
}

.t-content .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.3%;
}

.t-content .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-embed figcaption,
  .editor-styles-wrapper .wp-block-embed figcaption {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-embed figcaption,
  .editor-styles-wrapper .wp-block-embed figcaption {
    font-size: 0.8571428571vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-embed figcaption,
  .editor-styles-wrapper .wp-block-embed figcaption {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {

  .t-content .wp-block-columns,
  .editor-styles-wrapper .wp-block-columns {
    margin: 24px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content .wp-block-columns,
  .editor-styles-wrapper .wp-block-columns {
    margin: 1.7142857143vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content .wp-block-columns,
  .editor-styles-wrapper .wp-block-columns {
    margin: 6.4vw 0;
  }
}

.t-content .wp-block-columns .wp-block-column>*:first-child,
.editor-styles-wrapper .wp-block-columns .wp-block-column>*:first-child {
  margin-top: 0 !important;
}

.t-content table,
.editor-styles-wrapper table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 768px) {

  .t-content table,
  .editor-styles-wrapper table {
    margin: 24px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content table,
  .editor-styles-wrapper table {
    margin: 1.7142857143vw 0;
  }
}

@media screen and (max-width: 767px) {

  .t-content table,
  .editor-styles-wrapper table {
    margin: 6.4vw 0;
  }
}

.t-content table tbody tr,
.editor-styles-wrapper table tbody tr {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.t-content table tbody tr th,
.editor-styles-wrapper table tbody tr th {
  text-align: center;
  vertical-align: middle;
}

.t-content table tbody tr td,
.editor-styles-wrapper table tbody tr td {
  width: 20%;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .t-content table tbody tr td,
  .editor-styles-wrapper table tbody tr td {
    padding: 25px 16px 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content table tbody tr td,
  .editor-styles-wrapper table tbody tr td {
    padding: 1.7857142857vw 1.1428571429vw 1.7142857143vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content table tbody tr td,
  .editor-styles-wrapper table tbody tr td {
    padding: 6.6666666667vw 4.2666666667vw 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.t-content table tbody tr td+td,
.editor-styles-wrapper table tbody tr td+td {
  border-left: 3px solid #CCCCCC;
}

@media screen and (min-width: 768px) {

  .t-content table tbody tr td p+p,
  .editor-styles-wrapper table tbody tr td p+p {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-content table tbody tr td p+p,
  .editor-styles-wrapper table tbody tr td p+p {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-content table tbody tr td p+p,
  .editor-styles-wrapper table tbody tr td p+p {
    margin-top: 4.2666666667vw;
  }
}

.t-content table tbody tr td strong,
.editor-styles-wrapper table tbody tr td strong {
  font-weight: 900;
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

/* @media screen and (min-width: 768px) {
  .t-content table tbody tr td strong,
.editor-styles-wrapper table tbody tr td strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-content table tbody tr td strong,
.editor-styles-wrapper table tbody tr td strong {
    font-size: 2.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .t-content table tbody tr td strong,
.editor-styles-wrapper table tbody tr td strong {
    font-size: 8.5333333333vw;
  }
} */
.t-content table table th+th,
.editor-styles-wrapper table table th+th {
  border-left: 1px solid #CCCCCC;
}

.t-sidebar {
  position: sticky;
  bottom: 0;
  right: 0;
}

.t-sidebar .anchor {
  background-color: rgba(0, 128, 205, 0.05);
}

@media screen and (min-width: 768px) {
  .t-sidebar .anchor {
    margin: 20px 0 0;
    padding: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-sidebar .anchor {
    margin: 1.4285714286vw 0 0;
    padding: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .t-sidebar .anchor {
    display: none;
  }
}

.t-sidebar .anchor .item {
  list-style: none;
}

.t-sidebar .anchor .item a {
  display: block;
  font-weight: 700;
  color: #AAAAAA;
  border-left: 2px solid #AAAAAA;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .t-sidebar .anchor .item a {
    padding: 11px 0 11px 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .t-sidebar .anchor .item a {
    padding: 0.7857142857vw 0 0.7857142857vw 1.1428571429vw;
    font-size: 1.1428571429vw;
  }
}

.t-sidebar .anchor .item.-current a {
  color: #0080CD;
  border-color: #0080CD;
}

.t-sidebar .new,
.t-sidebar .ranking {
  background-color: #fafafa;
}

@media screen and (min-width: 768px) {

  .t-sidebar .new,
  .t-sidebar .ranking {
    margin-top: 24px;
    padding: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-sidebar .new,
  .t-sidebar .ranking {
    margin-top: 1.7142857143vw;
    padding: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {

  .t-sidebar .new,
  .t-sidebar .ranking {
    display: none;
    margin-top: 6.4vw;
    padding: 6.4vw;
  }
}

.t-sidebar .new .title,
.t-sidebar .ranking .title {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {

  .t-sidebar .new .title,
  .t-sidebar .ranking .title {
    margin: 0 0 8px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-sidebar .new .title,
  .t-sidebar .ranking .title {
    margin: 0 0 8px;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {

  .t-sidebar .new .title,
  .t-sidebar .ranking .title {
    margin: 0 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.t-sidebar .new .item,
.t-sidebar .ranking .item {
  display: block;
  padding: 4px 2px;
}

@media screen and (min-width: 768px) {

  .t-sidebar .new .item,
  .t-sidebar .ranking .item {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .t-sidebar .new .item,
  .t-sidebar .ranking .item {
    font-size: 1.0vw;
  }
}

@media screen and (max-width: 767px) {

  .t-sidebar .new .item,
  .t-sidebar .ranking .item {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-kv {
    padding: 120px 0 70px;
    background-color: rgba(0, 128, 205, 0.05);
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv {
    padding: 8.5714285714vw 0 45vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv {
    padding: 10.6666666667vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0080cd;
    background: linear-gradient(180deg, rgba(0, 128, 205, 0.05) 0%, rgba(0, 128, 205, 0.05) 60%, white 60%);
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv>* {
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-kv>.t-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .c-simulation {
    width: 450px;
    position: absolute;
    top: 50px;
    left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .c-simulation {
    width: 32.1428571429vw;
    top: 3.5714285714vw;
    left: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .c-simulation {
    margin-top: 16vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content>.t-container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {

  .page-home .p-kv .content .heading,
  .page-home .p-kv .content .lead {
    padding-left: 552px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {

  .page-home .p-kv .content .heading,
  .page-home .p-kv .content .lead {
    padding-left: 39.4285714286vw;
  }
}

.page-home .p-kv .content .heading {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .heading {
    font-size: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .heading {
    font-size: 8.5333333333vw;
    text-align: center;
  }
}

.page-home .p-kv .content .heading .sub {
  display: block;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .heading .sub {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .heading .sub {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .heading .sub {
    margin-bottom: 1.6vw;
    font-size: 6.4vw;
  }
}

.page-home .p-kv .content .heading .strong {
  color: #0080CD;
}

.page-home .p-kv .content .lead {
  line-height: 1.75;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .lead {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .lead {
    margin-top: 0.5714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .lead {
    margin-top: 4.2666666667vw;
  }
}

.page-home .p-kv .content .merit {
  list-style: none;
  background-color: #0080CD;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .merit {
    margin-top: 0px;
    padding: 16px 0 24px;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .merit {
    margin-top: 2.2857142857vw;
    padding: 1.1428571429vw 0 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .merit {
    margin-top: 6.4vw;
    padding: 4.2666666667vw 0;
  }
}

.page-home .p-kv .content .merit .t-container {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .merit .t-container {
    display: flex;
    justify-content: flex-start;
    padding-left: 552px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .merit .t-container {
    padding-left: 39.4285714286vw;
  }
}

.page-home .p-kv .content .merit .item {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .merit .item {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .merit .item {
    font-size: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .merit .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6.4vw;
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .merit .item+.item {
    margin-left: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .merit .item+.item {
    margin-left: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .merit .item+.item {
    margin-top: 4.2666666667vw;
  }
}

.page-home .p-kv .content .merit .item .box {
  display: block;
  color: #0080CD;
  background-color: #FFFFFF;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .page-home .p-kv .content .merit .item .box {
    width: 180px;
    margin-top: 5px;
    padding: 8px 0;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-kv .content .merit .item .box {
    width: 12.8571428571vw;
    margin-top: 0.3571428571vw;
    padding: 0.5714285714vw 0;
    font-size: 1.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-kv .content .merit .item .box {
    width: 40vw;
    padding: 1.8666666667vw 0;
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-comparison {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-comparison {
    margin-top: 3.5714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-comparison {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-comparison .c-table {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-comparison .c-table {
    margin-top: 1.7857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-comparison .c-table {
    margin-top: 6.4vw;
  }
}

.page-home .p-comparison .c-table>.c-button {
  display: table;
  min-width: 250px;
}

@media screen and (min-width: 768px) {
  .page-home .p-comparison .c-table>.c-button {
    margin: 24px auto;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-comparison .c-table>.c-button {
    margin: 1.7142857143vw auto;
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-comparison .c-table>.c-button {
    margin: 6.4vw auto;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-comparison .c-demo {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-comparison .c-demo {
    margin-top: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-comparison .c-demo {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-problem {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem {
    margin-top: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem {
    margin-top: 10.6666666667vw;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .visual {
    width: 768px;
    margin: 24px auto 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .visual {
    width: 54.8571428571vw;
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual {
    margin-top: 6.4vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .visual .list {
    width: 356px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .visual .list {
    width: 25.4285714286vw;
    top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual .list {
    z-index: 2;
  }
}

.page-home .p-problem .visual .item {
  list-style: none;
  text-align: center;
  border: 2px solid #0080CD;
  background-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .visual .item {
    padding: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .visual .item {
    padding: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual .item {
    padding: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .visual .item+.item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .visual .item+.item {
    margin-top: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual .item+.item {
    margin-top: 4.2666666667vw;
  }
}

.page-home .p-problem .visual .title {
  color: #0080CD;
  font-weight: 700;
  line-height: 1.08;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .visual .title {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .visual .title {
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual .title {
    font-size: 6.4vw;
  }
}

.page-home .p-problem .visual .text {
  line-height: 1.625;
  margin-top: 4px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .visual .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .visual .text {
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual .text {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .visual .image {
    width: 154vw;
    margin-top: -2.6666666667vw;
    transform: translateX(-27vw);
  }
}

.page-home .p-problem .merit {
  background-color: #FFFFFF;
  border: 2px solid #0080CD;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .merit {
    margin-top: 24px;
    padding: 26px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .merit {
    margin-top: 1.7142857143vw;
    padding: 1.8571428571vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .merit {
    margin-top: -8vw;
    padding: 7.4666666667vw 0 0;
  }
}


.page-home .p-problem .merit .title {
  font-weight: 700;
  color: #0080CD;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .merit .title {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .merit .title {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .merit .title {
    padding: 0 4.8vw;
    font-size: 7.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .merit .list {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 0 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .merit .list {
    margin-top: 1.1428571429vw;
    padding: 0 3vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .merit .list {
    margin-top: 4.2666666667vw;
    padding: 0 4.8vw;
  }
}

.page-home .p-problem .merit .item {
  list-style: none;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .merit .item {
    width: calc(33.33% - 20px);
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .merit .item {
    width: calc(33.33% - 1.4285714286vw);
    font-size: 1.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .merit .item+.item {
    margin-top: 4.2666666667vw;
  }
}

.page-home .p-problem .merit .aside {
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #0080CD;
}

@media screen and (min-width: 768px) {
  .page-home .p-problem .merit .aside {
    margin-top: 24px;
    padding: 16px 0 17px;
    font-size: 24px;
  }
}



@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-problem .merit .aside {
    margin-top: 1.7142857143vw;
    padding: 1.1428571429vw 0 1.2142857143vw;
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-problem .merit .aside {
    margin-top: 4.2666666667vw;
    padding: 4.2666666667vw;
    font-size: 6.4vw;
  }
}

.page-home .p-caseStudy {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .page-home .p-caseStudy {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-caseStudy {
    margin-top: 3.5714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-caseStudy {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-caseStudy .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1510px;
    position: static;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-caseStudy .inner {
    width: 107.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-caseStudy .inner>.c-button {
    width: 53.3vw;
    margin: 6.4vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-caseStudy .heading {
    width: 310px;
    padding: 0 75px 0 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-caseStudy .heading {
    width: 22.1428571429vw;
    padding: 0 5.3571428571vw 0 2.5vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-caseStudy .heading .c-button {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-caseStudy .heading .c-button {
    margin-top: 1.7142857143vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-caseStudy .slide {
    width: 1200px;
    position: static;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-caseStudy .slide {
    width: 85.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-caseStudy .slide {
    margin-top: 6.4vw;
  }
}

.page-home .p-merit {
  background-color: #EEEEEE;
}

@media screen and (min-width: 768px) {
  .page-home .p-merit {
    margin-top: 40px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit {
    margin-top: 2.8571428571vw;
    padding: 3.5714285714vw 0;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit {
    margin-top: 10.6666666667vw;
    padding: 6.4vw 0;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .list {
    margin-top: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .list {
    margin-top: 6.4vw;
  }
}

.page-home .p-merit .item {
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item {
    width: calc(33.33% - 20px);
    padding: 0 40px 127px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item {
    width: calc(33.33% - 1.4285714286vw);
    padding: 0 2.8571428571vw 9.0714285714vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item {
    padding: 0 4.2666666667vw;
  }
}

.page-home .p-merit .item>* {
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item+.item {
    margin-top: 13.3333333333vw;
  }
}

.page-home .p-merit .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item::after {
    top: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item::after {
    top: 1.7857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item::after {
    top: 6.6666666667vw;
  }
}

.page-home .p-merit .item .caption {
  display: inline-block;
  font-weight: 700;
  background-color: #0080CD;
  color: #FFFFFF;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item .caption {
    font-size: 20px;
    padding: 5px 40px 9px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item .caption {
    font-size: 1.4285714286vw;
    padding: 0.3571428571vw 2.8571428571vw 0.6428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item .caption {
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 10.6666666667vw 2.4vw;
  }
}

.page-home .p-merit .item .caption span {
  margin-left: 0.25em;
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-size: 1.05em;
}

.page-home .p-merit .item .title {
  color: #0080CD;
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-top: 16px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item .title {
    height: 5vw;
    margin-top: 1.1428571429vw;
    font-size: 1.7142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item .title {
    margin-top: 4.2666666667vw;
    font-size: 6.4vw;
  }
}

.page-home .p-merit .item .text {
  line-height: 1.68;
}



@media screen and (min-width: 768px) {
  .page-home .p-merit .item .text {
    margin-top: 16px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item .text {
    margin-top: 1.1428571429vw;
    font-size: 1.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item .text {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.page-home .p-merit .item .text strong {
  text-decoration: underline;
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item .icon {
    bottom: 32px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item .icon {
    bottom: 2.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item .icon {
    display: inline-block;
    margin-top: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item:nth-of-type(1) .icon {
    font-size: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item:nth-of-type(1) .icon {
    font-size: 4.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item:nth-of-type(1) .icon {
    font-size: 15.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item:nth-of-type(2) .icon {
    font-size: 63px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item:nth-of-type(2) .icon {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item:nth-of-type(2) .icon {
    font-size: 16.8vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .item:nth-of-type(3) .icon {
    font-size: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .item:nth-of-type(3) .icon {
    font-size: 5.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .item:nth-of-type(3) .icon {
    font-size: 20.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-merit .c-button {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-merit .c-button {
    width: 22.8571428571vw;
    margin: 3.5714285714vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-merit .c-button {
    margin-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .page-home .p-faq {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-faq {
    margin-top: 2.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-faq {
    margin-top: 10.6666666667vw;
  }
}

.page-home .p-faq .t-container {
  max-width: 768px;
}

@media screen and (min-width: 768px) {
  .page-home .p-faq .c-headingLv2 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-home .p-faq .c-headingLv2 {
    margin-bottom: 1.7857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .page-home .p-faq .c-headingLv2 {
    margin-bottom: 6.6666666667vw;
  }
}

/**.page-home .p-faq .c-accordion:nth-of-type(n + 5) {
  display: none;
}
**/
input,
textarea {
  border: 1px solid #CCCCCC;
  padding: 0.25em 0.45em;
}

input[type="submit"] {
  padding-left: 3em !important;
  padding-right: 3em !important;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._w0per {
  width: 0% !important;
}

._w1per {
  width: 1% !important;
}

._w2per {
  width: 2% !important;
}

._w3per {
  width: 3% !important;
}

._w4per {
  width: 4% !important;
}

._w5per {
  width: 5% !important;
}

._w6per {
  width: 6% !important;
}

._w7per {
  width: 7% !important;
}

._w8per {
  width: 8% !important;
}

._w9per {
  width: 9% !important;
}

._w10per {
  width: 10% !important;
}

._w11per {
  width: 11% !important;
}

._w12per {
  width: 12% !important;
}

._w13per {
  width: 13% !important;
}

._w14per {
  width: 14% !important;
}

._w15per {
  width: 15% !important;
}

._w16per {
  width: 16% !important;
}

._w17per {
  width: 17% !important;
}

._w18per {
  width: 18% !important;
}

._w19per {
  width: 19% !important;
}

._w20per {
  width: 20% !important;
}

._w21per {
  width: 21% !important;
}

._w22per {
  width: 22% !important;
}

._w23per {
  width: 23% !important;
}

._w24per {
  width: 24% !important;
}

._w25per {
  width: 25% !important;
}

._w26per {
  width: 26% !important;
}

._w27per {
  width: 27% !important;
}

._w28per {
  width: 28% !important;
}

._w29per {
  width: 29% !important;
}

._w30per {
  width: 30% !important;
}

._w31per {
  width: 31% !important;
}

._w32per {
  width: 32% !important;
}

._w33per {
  width: 33% !important;
}

._w34per {
  width: 34% !important;
}

._w35per {
  width: 35% !important;
}

._w36per {
  width: 36% !important;
}

._w37per {
  width: 37% !important;
}

._w38per {
  width: 38% !important;
}

._w39per {
  width: 39% !important;
}

._w40per {
  width: 40% !important;
}

._w41per {
  width: 41% !important;
}

._w42per {
  width: 42% !important;
}

._w43per {
  width: 43% !important;
}

._w44per {
  width: 44% !important;
}

._w45per {
  width: 45% !important;
}

._w46per {
  width: 46% !important;
}

._w47per {
  width: 47% !important;
}

._w48per {
  width: 48% !important;
}

._w49per {
  width: 49% !important;
}

._w50per {
  width: 50% !important;
}

._w51per {
  width: 51% !important;
}

._w52per {
  width: 52% !important;
}

._w53per {
  width: 53% !important;
}

._w54per {
  width: 54% !important;
}

._w55per {
  width: 55% !important;
}

._w56per {
  width: 56% !important;
}

._w57per {
  width: 57% !important;
}

._w58per {
  width: 58% !important;
}

._w59per {
  width: 59% !important;
}

._w60per {
  width: 60% !important;
}

._w61per {
  width: 61% !important;
}

._w62per {
  width: 62% !important;
}

._w63per {
  width: 63% !important;
}

._w64per {
  width: 64% !important;
}

._w65per {
  width: 65% !important;
}

._w66per {
  width: 66% !important;
}

._w67per {
  width: 67% !important;
}

._w68per {
  width: 68% !important;
}

._w69per {
  width: 69% !important;
}

._w70per {
  width: 70% !important;
}

._w71per {
  width: 71% !important;
}

._w72per {
  width: 72% !important;
}

._w73per {
  width: 73% !important;
}

._w74per {
  width: 74% !important;
}

._w75per {
  width: 75% !important;
}

._w76per {
  width: 76% !important;
}

._w77per {
  width: 77% !important;
}

._w78per {
  width: 78% !important;
}

._w79per {
  width: 79% !important;
}

._w80per {
  width: 80% !important;
}

._w81per {
  width: 81% !important;
}

._w82per {
  width: 82% !important;
}

._w83per {
  width: 83% !important;
}

._w84per {
  width: 84% !important;
}

._w85per {
  width: 85% !important;
}

._w86per {
  width: 86% !important;
}

._w87per {
  width: 87% !important;
}

._w88per {
  width: 88% !important;
}

._w89per {
  width: 89% !important;
}

._w90per {
  width: 90% !important;
}

._w91per {
  width: 91% !important;
}

._w92per {
  width: 92% !important;
}

._w93per {
  width: 93% !important;
}

._w94per {
  width: 94% !important;
}

._w95per {
  width: 95% !important;
}

._w96per {
  width: 96% !important;
}

._w97per {
  width: 97% !important;
}

._w98per {
  width: 98% !important;
}

._w99per {
  width: 99% !important;
}

._w100per {
  width: 100% !important;
}

._fwBlack {
  font-weight: 900 !important;
}

._fwBold {
  font-weight: 700 !important;
}

._fwMidium {
  font-weight: 500 !important;
}

._fwRegular {
  font-weight: 400 !important;
}

._ffEn {
  font-family: "Bebas Neue", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

._pink {
  color: #EB1781 !important;
}

._right {
  text-align: right !important;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  ._mt-0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-5 {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-10 {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-15 {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-20 {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-25 {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-30 {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-35 {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-40 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-45 {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-45 {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-50 {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-55 {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-55 {
    margin-top: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-60 {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-65 {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-65 {
    margin-top: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-70 {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-75 {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-80 {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-85 {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-85 {
    margin-top: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-90 {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-90 {
    margin-top: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-95 {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-95 {
    margin-top: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-100 {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-5 {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-5 {
    margin-left: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-10 {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-15 {
    margin-left: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-20 {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-25 {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-25 {
    margin-left: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-30 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-30 {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-35 {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-35 {
    margin-left: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-40 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-40 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-45 {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-45 {
    margin-left: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-55 {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-55 {
    margin-left: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-60 {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-65 {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-65 {
    margin-left: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-70 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-70 {
    margin-left: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-75 {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-75 {
    margin-left: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-80 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-80 {
    margin-left: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-85 {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-85 {
    margin-left: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-90 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-90 {
    margin-left: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-95 {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-95 {
    margin-left: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-100 {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-100 {
    margin-left: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-0 {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-5 {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-5 {
    margin-right: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-10 {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-10 {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-15 {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-15 {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-20 {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-20 {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-25 {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-25 {
    margin-right: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-30 {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-35 {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-35 {
    margin-right: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-40 {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-40 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-45 {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-45 {
    margin-right: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-50 {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-50 {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-55 {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-55 {
    margin-right: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-60 {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-60 {
    margin-right: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-65 {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-65 {
    margin-right: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-70 {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-70 {
    margin-right: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-75 {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-75 {
    margin-right: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-80 {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-80 {
    margin-right: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-85 {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-85 {
    margin-right: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-90 {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-90 {
    margin-right: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-95 {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-95 {
    margin-right: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-100 {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-100 {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-5 {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-5 {
    padding-top: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-10 {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-10 {
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-15 {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-15 {
    padding-top: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-20 {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-20 {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-25 {
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-30 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-30 {
    padding-top: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-35 {
    padding-top: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-40 {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-40 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-45 {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-45 {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-50 {
    padding-top: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-55 {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-55 {
    padding-top: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-60 {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-60 {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-65 {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-65 {
    padding-top: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-70 {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-75 {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-75 {
    padding-top: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-80 {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-80 {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-85 {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-85 {
    padding-top: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-90 {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-90 {
    padding-top: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-95 {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-95 {
    padding-top: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pt-100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-100 {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-5 {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-5 {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-10 {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-10 {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-15 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-15 {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-20 {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-20 {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-25 {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-25 {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-30 {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-35 {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-35 {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-40 {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-40 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-45 {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-45 {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-50 {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-50 {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-55 {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-55 {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-60 {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-60 {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-65 {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-65 {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-70 {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-70 {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-75 {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-75 {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-80 {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-80 {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-85 {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-85 {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-90 {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-90 {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-95 {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-95 {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-100 {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-100 {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-0 {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-5 {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-5 {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-10 {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-10 {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-15 {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-15 {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-20 {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-20 {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-25 {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-25 {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-30 {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-30 {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-35 {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-35 {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-40 {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-40 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-45 {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-45 {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-50 {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-50 {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-55 {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-55 {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-60 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-60 {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-65 {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-65 {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-70 {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-70 {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-75 {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-75 {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-80 {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-80 {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-85 {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-85 {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-90 {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-90 {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-95 {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-95 {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-100 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-100 {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-5 {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-10 {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-15 {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-45 {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-55 {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-65 {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-70 {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-75 {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-85 {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-90 {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-95 {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-100 {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-0-pc {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-5-pc {
    margin-top: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-10-pc {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-15-pc {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-20-pc {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-25-pc {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-30-pc {
    margin-top: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-35-pc {
    margin-top: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-40-pc {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-45-pc {
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-50-pc {
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-55-pc {
    margin-top: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-60-pc {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-65-pc {
    margin-top: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-70-pc {
    margin-top: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-75-pc {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-80-pc {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-85-pc {
    margin-top: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-90-pc {
    margin-top: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-95-pc {
    margin-top: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mt-100-pc {
    margin-top: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-0-pc {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-5-pc {
    margin-left: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-10-pc {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-15-pc {
    margin-left: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-20-pc {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-25-pc {
    margin-left: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-30-pc {
    margin-left: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-35-pc {
    margin-left: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-40-pc {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-45-pc {
    margin-left: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-50-pc {
    margin-left: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-55-pc {
    margin-left: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-60-pc {
    margin-left: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-65-pc {
    margin-left: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-70-pc {
    margin-left: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-75-pc {
    margin-left: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-80-pc {
    margin-left: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-85-pc {
    margin-left: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-90-pc {
    margin-left: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-95-pc {
    margin-left: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._ml-100-pc {
    margin-left: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-0-pc {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-5-pc {
    margin-right: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-10-pc {
    margin-right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-15-pc {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-20-pc {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-25-pc {
    margin-right: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-30-pc {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-35-pc {
    margin-right: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-40-pc {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-45-pc {
    margin-right: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-50-pc {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-55-pc {
    margin-right: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-60-pc {
    margin-right: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-65-pc {
    margin-right: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-70-pc {
    margin-right: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-75-pc {
    margin-right: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-80-pc {
    margin-right: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-85-pc {
    margin-right: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-90-pc {
    margin-right: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-95-pc {
    margin-right: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mr-100-pc {
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-0-pc {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-5-pc {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-10-pc {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-15-pc {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-20-pc {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-25-pc {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-30-pc {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-35-pc {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-40-pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-45-pc {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-50-pc {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-55-pc {
    margin-bottom: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-60-pc {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-65-pc {
    margin-bottom: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-70-pc {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-75-pc {
    margin-bottom: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-80-pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-85-pc {
    margin-bottom: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-90-pc {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-95-pc {
    margin-bottom: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-100-pc {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-0-pc {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-5-pc {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-10-pc {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-15-pc {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-20-pc {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-25-pc {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-30-pc {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-35-pc {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-40-pc {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-45-pc {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-50-pc {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-55-pc {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-60-pc {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-65-pc {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-70-pc {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-75-pc {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-80-pc {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-85-pc {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-90-pc {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-95-pc {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-100-pc {
    padding-top: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-0-pc {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-5-pc {
    padding-left: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-10-pc {
    padding-left: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-15-pc {
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-20-pc {
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-25-pc {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-30-pc {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-35-pc {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-40-pc {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-45-pc {
    padding-left: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-50-pc {
    padding-left: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-55-pc {
    padding-left: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-60-pc {
    padding-left: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-65-pc {
    padding-left: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-70-pc {
    padding-left: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-75-pc {
    padding-left: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-80-pc {
    padding-left: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-85-pc {
    padding-left: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-90-pc {
    padding-left: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-95-pc {
    padding-left: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pl-100-pc {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-0-pc {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-5-pc {
    padding-right: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-10-pc {
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-15-pc {
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-20-pc {
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-25-pc {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-30-pc {
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-35-pc {
    padding-right: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-40-pc {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-45-pc {
    padding-right: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-50-pc {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-55-pc {
    padding-right: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-60-pc {
    padding-right: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-65-pc {
    padding-right: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-70-pc {
    padding-right: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-75-pc {
    padding-right: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-80-pc {
    padding-right: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-85-pc {
    padding-right: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-90-pc {
    padding-right: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-95-pc {
    padding-right: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pr-100-pc {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-0-pc {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-5-pc {
    padding-bottom: 5px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-10-pc {
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-15-pc {
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-20-pc {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-25-pc {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-30-pc {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-35-pc {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-40-pc {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-45-pc {
    padding-bottom: 45px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-50-pc {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-55-pc {
    padding-bottom: 55px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-60-pc {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-65-pc {
    padding-bottom: 65px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-70-pc {
    padding-bottom: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-75-pc {
    padding-bottom: 75px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-80-pc {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-85-pc {
    padding-bottom: 85px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-90-pc {
    padding-bottom: 90px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-95-pc {
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 768px) {
  ._pb-100-pc {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-0-sp {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-5-sp {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-10-sp {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-15-sp {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-20-sp {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-25-sp {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-30-sp {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-35-sp {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-40-sp {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-45-sp {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-50-sp {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-55-sp {
    margin-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-60-sp {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-65-sp {
    margin-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-70-sp {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-75-sp {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-80-sp {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-85-sp {
    margin-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-90-sp {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-95-sp {
    margin-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mt-100-sp {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-0-sp {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-5-sp {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-10-sp {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-15-sp {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-20-sp {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-25-sp {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-30-sp {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-35-sp {
    margin-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-40-sp {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-45-sp {
    margin-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-50-sp {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-55-sp {
    margin-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-60-sp {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-65-sp {
    margin-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-70-sp {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-75-sp {
    margin-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-80-sp {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-85-sp {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-90-sp {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-95-sp {
    margin-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._ml-100-sp {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-0-sp {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-5-sp {
    margin-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-10-sp {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-15-sp {
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-20-sp {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-25-sp {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-30-sp {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-35-sp {
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-40-sp {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-45-sp {
    margin-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-50-sp {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-55-sp {
    margin-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-60-sp {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-65-sp {
    margin-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-70-sp {
    margin-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-75-sp {
    margin-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-80-sp {
    margin-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-85-sp {
    margin-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-90-sp {
    margin-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-95-sp {
    margin-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mr-100-sp {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-0-sp {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-5-sp {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-10-sp {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-15-sp {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-20-sp {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-25-sp {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-30-sp {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-35-sp {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-40-sp {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-45-sp {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-50-sp {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-55-sp {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-60-sp {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-65-sp {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-70-sp {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-75-sp {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-80-sp {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-85-sp {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-90-sp {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-95-sp {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._mb-100-sp {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-0-sp {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-5-sp {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-10-sp {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-15-sp {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-20-sp {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-25-sp {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-30-sp {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-35-sp {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-40-sp {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-45-sp {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-50-sp {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-55-sp {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-60-sp {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-65-sp {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-70-sp {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-75-sp {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-80-sp {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-85-sp {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-90-sp {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-95-sp {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pt-100-sp {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-0-sp {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-5-sp {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-10-sp {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-15-sp {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-20-sp {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-25-sp {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-30-sp {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-35-sp {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-40-sp {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-45-sp {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-50-sp {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-55-sp {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-60-sp {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-65-sp {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-70-sp {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-75-sp {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-80-sp {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-85-sp {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-90-sp {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-95-sp {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pl-100-sp {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-0-sp {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-5-sp {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-10-sp {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-15-sp {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-20-sp {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-25-sp {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-30-sp {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-35-sp {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-40-sp {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-45-sp {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-50-sp {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-55-sp {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-60-sp {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-65-sp {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-70-sp {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-75-sp {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-80-sp {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-85-sp {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-90-sp {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-95-sp {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pr-100-sp {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-0-sp {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-5-sp {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-10-sp {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-15-sp {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-20-sp {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-25-sp {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-30-sp {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-35-sp {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-40-sp {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-45-sp {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-50-sp {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-55-sp {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-60-sp {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-65-sp {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-70-sp {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-75-sp {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-80-sp {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-85-sp {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-90-sp {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-95-sp {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  ._pb-100-sp {
    padding-bottom: 100px !important;
  }
}

/*# sourceMappingURL=main.css.map */
