@charset "UTF-8";
@import "../css/lp.css";
:after, :before, a, input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  text-decoration: none;
}
*:focus {
  outline: none;
}

.img _:-ms-lang(x), .img _::-webkit-meter-bar {
  min-width: auto !important;
}
.img img {
  min-width: auto !important;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

a, h1, h2, h3, h4, p, span {
  white-space: normal;
  word-break: break-word;
}

button, input, select, textarea {
  resize: none;
  border: none;
}

.yugo {
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, Roboto, sans-serif;
}

body, html {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo, Roboto, sans-serif;
  margin: 0;
  font-weight: 400;
  height: 100%;
  color: #29263e;
  font-weight: 500;
  counter-reset: number 0;
}
body .children, body a, body button, html .children, html a, html button {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body {
  width: 100%;
}

li, ul {
  list-style: none;
}

a:link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

main {
  overflow: hidden;
}

.m-heading01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.m-heading01 .small {
  font-weight: 700;
  font-size: 25px;
  font-size: 3.33333vw;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0.3em;
}
.m-heading01 .logo {
  width: 271px;
  width: 36.13333vw;
  position: relative;
  top: -0.2em;
  margin-right: 0.25em;
}

.m-bg-grey {
  background: #f4f4f6;
}

.header {
  background: #fff;
  width: 100%;
  height: 78px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 14px rgba(0, 0, 0, 0.12);
}
.header .header-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4vw;
}
.header .header-logo {
  width: 200px;
  width: 26.66667vw;
  display: block;
}
.header .header-logo img {
  width: 180px;
}
.header .header-nav-link {
  font-size: 24px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #29263e;
}
.header .haeder-menu {
  display: inline-block;
  color: #29263e;
  margin-right: 20px;
}
.header .haeder-menu:hover {
  color: #2FC1E1;
  text-decoration: underline !important;
}
.header .header-cta {
  width: 286px;
  width: 38.13333vw;
  height: 100%;
  background: #111111;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 26px;
  font-size: 3.46667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 769px) {
  #header .header-inner {
    margin-bottom: 60px;
  }
  #header .haeder-menu {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
  }
  #header .haeder-menu span {
    display: inline-block;
  }
  .header .header-logo img {
    width: 150px;
  }
}
#footer {
  padding-bottom: 10.66667vw;
}
#footer .footer-logo {
  width: 200px;
  width: 26.66667vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#footer .copyright {
  font-size: 17px;
  font-size: 2.26667vw;
  text-align: center;
  letter-spacing: 0.075em;
  margin-top: 5.6vw;
}
#footer .policy {
  margin: 1.5em auto;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.075em;
}
#footer .policy a {
  color: #111111;
  text-decoration: underline;
}

main {
  background: #fff;
}

.sec-mv {
  height: 150px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/lp01/bg-mv01.jpg);
  background-size: cover;
}
.sec-mv .copy {
  font-size: 36px;
  font-size: 4.8vw;
  color: #111111;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin: 8vw auto 4vw;
  width: 594px;
  width: 79.2vw;
}
.sec-mv .body {
  font-size: 20px;
  font-size: 2.66667vw;
  color: #fff;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 2vw;
  line-height: 1.8;
}
.sec-mv .obj01 {
  width: 742px;
  width: 98.93333vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.sec-mv .circle {
  width: 895px;
  width: 119.33333vw;
  height: 895px;
  height: 119.33333vw;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edf4ff), color-stop(50%, #edf4ff), color-stop(51%, #2fc1e1), to(#2fc1e1));
  background: linear-gradient(180deg, #edf4ff 0, #edf4ff 50%, #2fc1e1 51%, #2fc1e1);
  top: 500px;
  top: 66.66667vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-mv .mv-cta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: #e87463;
  width: 445px;
  width: 59.33333vw;
  height: 83px;
  height: 11.06667vw;
  border-radius: 43px;
  border-radius: 5.73333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -30px;
  bottom: -4vw;
  z-index: 10;
  font-size: 23px;
  font-size: 3.06667vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  z-index: 15;
}

.slide-wrap {
  background: #fff;
  position: relative;
  z-index: 10;
  height: 137px;
  height: 18.26667vw;
}

.slide-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  padding-top: 5.33333vw;
}
.slide-area .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-area .slide {
  width: 120px;
  width: 20.66667vw;
  margin-left: 1.33333vw;
  margin-right: 1.33333vw;
}

.slide-area01 {
  -webkit-animation: scroll 30s linear 0s infinite;
          animation: scroll 30s linear 0s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.slide-area02 {
  -webkit-animation: scroll2 30s linear 0s infinite;
          animation: scroll2 30s linear 0s infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.lead-area {
  height: 380px;
  height: 50.66667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding-top: 4.53333vw;
}
.lead-area .icon {
  width: 137px;
  width: 18.26667vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.66667vw;
}
.lead-area .lead {
  font-size: 32px;
  font-size: 4.26667vw;
  letter-spacing: 0.2em;
}
.lead-area .desc, .lead-area .lead {
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.lead-area .desc {
  font-size: 20px;
  font-size: 2.66667vw;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

.sec-result {
  padding-top: 12vw;
  padding-bottom: 5.33333vw;
}
.sec-result .heading {
  margin-bottom: 4vw;
}
.sec-result .desc {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 4vw;
}
.sec-result .content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.sec-result .graph {
  width: 670px;
  width: 89.33333vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  margin-bottom: 8vw;
}
.sec-result .voice {
  width: 650px;
  width: 86.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vw;
  background: #fff;
  height: auto;
}
.sec-result .voice .head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  width: 40vw;
  height: 108px;
  height: 14.4vw;
  margin-bottom: 0;
}
.sec-result .voice .head .icon {
  width: 60px;
  width: 8vw;
  margin-right: 2vw;
}
.sec-result .voice .head .txt {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.sec-result .voice .point {
  width: 350px;
  width: 46.66667vw;
  font-size: 18px;
  font-size: 2.4vw;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.06667vw;
  color: #5372b7;
}
.sec-result .voice .point li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.8em;
}
.sec-result .voice .point li:not(:last-of-type) {
  margin-bottom: 0.35em;
}
.sec-result .voice .point li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sec-result .voice .desc-area {
  width: 650px;
  width: 86.66667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.26667vw;
}
.sec-result .voice .voice-desc {
  font-size: 18px;
  font-size: 2.4vw;
  letter-spacing: 0.025em;
}
.sec-result .voice01 {
  width: 650px;
  width: 86.66667vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-result .voice01 .head {
  background: #5372b7;
  width: 300px;
  width: 40vw;
  margin-bottom: 0;
}
.sec-result .voice01 .point {
  width: 350px;
  width: 46.66667vw;
  padding: 1.6vw;
}
.sec-result .voice01 .desc-area {
  width: 650px;
  width: 86.66667vw;
  padding: 2.26667vw;
}
.sec-result .voice02 .head {
  padding-left: 0;
}
.sec-result .voice02 .head .icon {
  margin-right: 2vw;
}
.sec-result .voice02 .point {
  color: #6b70b0;
}
.sec-result .voice03 .head {
  padding-left: 0;
  background: #30b7d3;
}
.sec-result .voice03 .head .icon {
  margin-right: 2vw;
}
.sec-result .voice03 .point {
  color: #30b7d3;
}
.sec-result .voice03 .point li {
  letter-spacing: -0.03em;
}

.sec-introducingcompany {
  padding-top: 14.66667vw;
}
.sec-introducingcompany > .heading {
  margin-bottom: 6vw;
}
.sec-introducingcompany > .desc {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 11.2vw;
}
.sec-introducingcompany .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  width: 100vw;
}
.sec-introducingcompany .company-list .each {
  width: 120px;
  width: 15vw;
  margin-left: 1.33333vw;
  margin-right: 1.33333vw;
}

.sec-casestudy {
  padding-top: 17.73333vw;
  padding-right: 5.6vw;
  padding-left: 5.6vw;
  width: 750px;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.sec-casestudy > .heading {
  margin-bottom: 13.6vw;
}
.sec-casestudy .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-casestudy .card {
  border: 1px solid #b2b2b2;
  padding-right: 2.13333vw;
  padding-bottom: 3.06667vw;
  padding-left: 2.13333vw;
  width: 318px;
  width: 42.4vw;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 2vw;
  margin-right: 2vw;
}
.sec-casestudy .card-img {
  margin: auto;
  width: 100%;
  height: 180px;
  height: 24vw;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-casestudy .card-img img {
  max-height: 100%;
}
.sec-casestudy .star {
  text-align: center;
  color: #ffb35a;
  font-size: 36px;
  font-size: 4.8vw;
  margin-bottom: 1.33333vw;
}
.sec-casestudy .card-copy {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.65;
}
.sec-casestudy .card-txt {
  margin-top: 2.93333vw;
  font-size: 17px;
  font-size: 2.26667vw;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.sec-casestudy .card-btn {
  display: block;
  margin: 4.66667vw auto auto;
  border-radius: 29px;
  border-radius: 3.86667vw;
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
  width: 227px;
  width: 30.26667vw;
  background-color: #464c9c;
  color: #fff;
  font-size: 24px;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1;
}

.sec-support {
  padding-top: 18.53333vw;
}
.sec-support > .heading {
  margin-bottom: 6.8vw;
}
.sec-support > .desc {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 12vw;
}
.sec-support .support-gr {
  margin-bottom: 10.66667vw;
}
.sec-support .support-gr .img {
  width: auto;
  height: 433px;
  height: 57.73333vw;
  overflow: hidden;
}
.sec-support .support-gr.support-gr02 .img {
  margin-left: auto;
}
.sec-support .support-item {
  position: relative;
  border-width: 2.66667vw;
  border-style: solid;
  margin: auto auto -7.33333vw;
  padding-top: 4.93333vw;
  padding-bottom: 4.93333vw;
  width: 544px;
  width: 72.53333vw;
}
.sec-support .support-item.support-item-01 {
  border-color: #30b7d3;
  left: 0;
}
.sec-support .support-item.support-item-01 dt {
  background-color: #30b7d3;
}
.sec-support .support-item.support-item-02 {
  border-color: #5372b7;
  right: 0;
}
.sec-support .support-item.support-item-02 dt {
  background-color: #5372b7;
}
.sec-support .support-item.support-item-03 {
  border-color: #464c9c;
  left: 0;
}
.sec-support .support-item.support-item-03 dt {
  background-color: #464c9c;
}
.sec-support .support-item .pictogram {
  margin: auto auto 4.13333vw;
  width: 147px;
  width: 19.6vw;
}
.sec-support .support-item dl {
  text-align: center;
}
.sec-support .support-item dt {
  display: inline-block;
  margin-bottom: 2.66667vw;
  color: #fff;
  font-size: 24px;
  font-size: 3.2vw;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  padding-top: 0.4vw;
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  height: 43px;
  height: 5.73333vw;
}
.sec-support .support-item dt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-support .support-item dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.sec-support .support-item dd {
  font-size: 22px;
  font-size: 2.93333vw;
  line-height: 1.82;
}

.sec-reserve {
  margin-bottom: 14.66667vw;
}
.sec-reserve > .heading {
  margin-bottom: 2vw;
}
.sec-reserve > .desc {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 6.66667vw;
}
.sec-reserve .table {
  margin: 0 auto;
  width: 693px;
  width: 92.4vw;
  max-width: 100%;
}

.sec-form {
  margin-bottom: 14.66667vw;
}
.sec-form > .heading {
  margin-bottom: 2vw;
}
.sec-form > .heading .small {
  margin-top: 2vw;
}
.sec-form > .desc {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 6.66667vw;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
}

button:hover, input:hover, select:hover, textarea:hover {
  cursor: pointer;
}

.form-style01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
  width: 85.33333vw;
  margin-left: auto;
  margin-right: auto;
}
.form-style01 dd, .form-style01 dl, .form-style01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-style01 dd, .form-style01 dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-style01 #services-groups {
  width: 100%;
}
.form-style01 dt {
  font-size: 17px;
  font-size: 2.26667vw;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 1;
  width: 640px;
  width: 85.33333vw;
  height: 30px;
  height: 4vw;
  margin-bottom: 1.33333vw;
}
.form-style01 dt .required {
  background: #e50060;
}
.form-style01 dt .optional, .form-style01 dt .required {
  color: #fff;
  width: 50px;
  height: 22.5px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.1em;
  margin-left: 0.75em;
  width: 55px;
  width: 7.33333vw;
  height: 29px;
  height: 3.86667vw;
  font-size: 17px;
  font-size: 2.26667vw;
}
.form-style01 dt .optional {
  background: #bdbfc7;
}
.form-style01 dd {
  width: 100%;
  font-size: 13px;
  width: 640px;
  width: 85.33333vw;
  min-height: 75px;
  min-height: 10vw;
  margin-bottom: 3.33333vw;
}
.form-style01 dd span {
  width: 100%;
}
.form-style01 dd a {
  color: #e50060;
}
.form-style01 input, .form-style01 select, .form-style01 textarea {
  background: #f4f4f6;
  color: #000;
  padding: 0.5em 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-weight: 700;
  height: 75px;
  height: 10vw;
  border-radius: 6px;
  border-radius: 0.8vw;
  letter-spacing: 0.025em;
  font-size: 20px;
  font-size: 2.66667vw;
}
.form-style01 input:placeholder-shown, .form-style01 select:placeholder-shown, .form-style01 textarea:placeholder-shown, .form-style01 input::-webkit-input-placeholder, .form-style01 select::-webkit-input-placeholder, .form-style01 textarea::-webkit-input-placeholder {
  color: #c8c7cc;
  font-family: Yu Gothic, YuGothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.form-style01 input:-moz-placeholder, .form-style01 input::-moz-placeholder {
  color: #c8c7cc;
  opacity: 1;
  font-family: Yu Gothic, YuGothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.form-style01 select:-moz-placeholder, .form-style01 select::-moz-placeholder {
  color: #c8c7cc;
  opacity: 1;
  font-family: Yu Gothic, YuGothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.form-style01 textarea:-moz-placeholder, .form-style01 textarea::-moz-placeholder {
  color: #c8c7cc;
  opacity: 1;
  font-family: Yu Gothic, YuGothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.form-style01 input:-ms-input-placeholder, .form-style01 select:-ms-input-placeholder, .form-style01 textarea:-ms-input-placeholder {
  color: #c8c7cc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: Yu Gothic, YuGothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.form-style01 .check, .form-style01 .radio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-style01 .check .each-radio, .form-style01 .radio .each-radio {
  margin-bottom: 1.5em;
}
.form-style01 .check .line, .form-style01 .radio .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.form-style01 .check .line > span, .form-style01 .radio .line > span {
  display: inline-block;
  width: auto;
}
.form-style01 .check span.wpcf7-list-item, .form-style01 .radio span.wpcf7-list-item {
  margin-left: 0;
}
.form-style01 .check input[type=checkbox], .form-style01 .check input[type=radio] {
  display: none;
}
.form-style01 .radio input[type=checkbox], .form-style01 .radio input[type=radio] {
  display: none;
}
.form-style01 .check label, .form-style01 .radio label {
  position: relative;
  width: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  height: 5.33333vw;
  padding: 0 0 0 6.66667vw;
  margin-bottom: 2vw;
}
.form-style01 .check label .wpcf7-list-item-label, .form-style01 .radio label .wpcf7-list-item-label {
  font-size: 20px;
  font-size: 2.66667vw;
  font-weight: 700;
}
.form-style01 .check label:before, .form-style01 .radio label:before {
  content: "";
  width: 40px;
  width: 5.33333vw;
  height: 40px;
  height: 5.33333vw;
  border-radius: 6px;
  border-radius: 0.8vw;
  padding: 0;
  background: #f4f4f6;
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.form-style01 .check label span:after, .form-style01 .radio label span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  width: 20px;
  width: 2.66667vw;
  height: 10px;
  height: 1.33333vw;
  border-left: 0.66667vw solid #29263e;
  border-bottom: 0.66667vw solid #29263e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form-style01 .check input[type=checkbox]:checked + span:after, .form-style01 .check input[type=radio]:checked + span:after {
  opacity: 1;
}
.form-style01 .radio input[type=checkbox]:checked + span:after, .form-style01 .radio input[type=radio]:checked + span:after {
  opacity: 1;
}
.form-style01 .select {
  position: relative;
  width: 100%;
}
.form-style01 .select select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-style01 .select:after {
  content: "▼";
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2.66667vw;
  width: 46px;
  width: 6.13333vw;
  height: 46px;
  height: 6.13333vw;
  background: #cacacf;
  border-radius: 4px;
  border-radius: 0.53333vw;
  right: 12px;
  right: 1.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.66667vw;
}
.form-style01 .codedropz-upload-wrapper h3 {
  font-size: 20px;
  font-size: 2.66667vw;
  padding: 0;
  line-height: 1;
  margin: 0 0 2vw;
}
.form-style01 .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.form-style01 .codedropz-upload-wrapper .codedropz-upload-handler {
  border-color: #bdbfc7;
}
.form-style01 .codedropz-upload-wrapper .codedropz-upload-container {
  padding: 4vw;
}
.form-style01 .codedropz-upload-wrapper .fileup-input {
  display: none;
}
.form-style01 .codedropz-upload-wrapper .vendor-form-button-submit {
  background: #f4f4f6;
  color: #c8c7cc;
  font-size: 24px;
  font-size: 3.2vw;
  margin: 0 auto;
}
.form-style01 #append-element-button, .form-style01 .codedropz-upload-wrapper .vendor-form-button-submit {
  width: 500px;
  width: 66.66667vw;
  height: 80px;
  height: 10.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 10px;
  border-radius: 1.33333vw;
}
.form-style01 #append-element-button {
  background: #5372b7;
  color: #fff;
  font-size: 20px;
  font-size: 2.66667vw;
  margin-left: auto;
  margin-bottom: 6vw;
}
.form-style01 .category {
  margin-top: 10px;
}
.form-style01 .category .select:after, .form-style01 .category .select:before {
  display: none;
}
.form-style01 dl.column {
  margin-bottom: -4vw;
}
.form-style01 dl.column dd, .form-style01 dl.column dt {
  width: 100%;
}
.form-style01 dl.column dd {
  margin-bottom: 0;
}
.form-style01 .comment {
  font-weight: 700;
}
.form-style01 .comment textarea {
  width: 100%;
  height: 200px;
  height: 26.66667vw;
}
.form-style01 .privacy-area {
  margin-top: 9.33333vw;
  letter-spacing: 0.025em;
}
.form-style01 .privacy-area .desc {
  font-size: 17px;
  font-size: 2.26667vw;
  text-align: center;
}
.form-style01 .privacy-area .desc a {
  color: #29263e;
  text-decoration: underline;
}
.form-style01 .google-policies {
  text-align: center;
  font-size: 14px;
}
.form-style01 .google-policies a {
  color: #e50060;
}

.grecaptcha-badge {
  visibility: hidden;
}

.error-area {
  margin-top: 30px;
}

.error {
  color: #e00;
  font-weight: 700;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 1em;
  font-size: 14px;
}

.form-btns {
  margin-top: 6.26667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-btns .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-btns .btn-submit {
  max-width: 100%;
  border: none;
  background: #e50060;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
  font-weight: 700;
  width: 509px;
  width: 67.86667vw;
  height: 95px;
  height: 12.66667vw;
  border-radius: 48px;
  border-radius: 6.4vw;
}
.form-btns .btn-submit .ajax-loader {
  display: none;
}
.form-btns button[type=submit] {
  letter-spacing: 0.2em;
  font-size: 26px;
  font-size: 3.46667vw;
  font-weight: 700;
  color: #fff;
  border: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
}
.form-btns input[type=reset], .form-btns input[type=submit] {
  letter-spacing: 0.2em;
  font-size: 26px;
  font-size: 3.46667vw;
  font-weight: 700;
  color: #fff;
  border: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
}
.form-btns .error-input {
  background: rgba(255, 0, 0, 0.1);
}
.form-btns .unfinished {
  cursor: pointer;
}
.form-btns .unfinished button {
  pointer-events: none;
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #db798a;
  background: #fff0f1;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 0.5em;
  display: none !important;
  font-family: YuGothic, Yu Gothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 700 !important;
  color: #ff3304 !important;
}

div.wpcf7-response-output {
  font-family: YuGothic, Yu Gothic, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  font-weight: 500;
  font-weight: 700 !important;
  color: #ff3304 !important;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 2em auto !important;
  padding: 0 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  top: -40px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-all;
  border: none !important;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  -webkit-transition: all 0.75s ease 0.5s;
  transition: all 0.75s ease 0.5s;
  pointer-events: none;
}

.overlay.visible {
  pointer-events: all;
  opacity: 0.83;
}

#header.js-nav-open .header-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header.js-nav-open .menu-btn {
  color: #fff;
}
#header.js-nav-open .menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}
#header.js-nav-open .menu-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 11px;
}

@media (-ms-high-contrast: none) {
  .img img, .img ::-ms-backdrop, .img img {
    min-width: auto !important;
  }
  .select:after, .select:before {
    content: "";
  }
  ::-ms-backdrop {
    content: "";
  }
}
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
  a:link:hover {
    opacity: 0.6;
  }
  .m-sm {
    display: none;
  }
  .m-heading01 {
    font-size: 36px;
    font-size: 2.57143vw;
  }
  .m-heading01 .small {
    font-size: 25px;
    font-size: 1.78571vw;
  }
  .m-heading01 .logo {
    width: 271px;
    width: 19.35714vw;
  }
  .menu-btn {
    display: none;
  }
  #header {
    height: 82px;
    height: 5.85714vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header-inner {
    padding-left: 2.14286vw;
  }
  #header .header-logo {
    width: 200px;
    width: 14.28571vw;
  }
  #header .header-nav {
    margin: 0 0 0 auto;
  }
  #header .header-nav-link {
    font-size: 16px;
    font-size: 1.14286vw;
    margin-right: 2em;
  }
  #header .header-cta {
    width: 308px;
    width: 22vw;
    font-size: 26px;
    font-size: 1.85714vw;
  }
  #footer {
    padding-bottom: 5.71429vw;
  }
  #footer .footer-logo {
    width: 200px;
    width: 14.28571vw;
  }
  #footer .copyright {
    font-size: 17px;
    font-size: 1.21429vw;
    margin-top: 3vw;
  }
  main.page-form {
    /* padding-top: 13vw */
  }
  .sec-mv .copy {
    font-size: 44px;
    font-size: 3.14286vw;
    margin-top: 4.28571vw;
    margin-bottom: 1.78571vw;
    width: 1090px;
    width: 77.85714vw;
  }
  .sec-mv .body {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 1.78571vw;
  }
  .sec-mv .obj01 {
    width: 847px;
    width: 60.5vw;
  }
  .sec-mv .circle {
    width: 980px;
    width: 70vw;
    height: 980px;
    height: 70vw;
    top: 435px;
    top: 31.07143vw;
  }
  .sec-mv .mv-cta {
    width: 509px;
    width: 36.35714vw;
    height: 95px;
    height: 6.78571vw;
    border-radius: 48px;
    border-radius: 3.42857vw;
    bottom: -35px;
    bottom: -2.5vw;
    font-size: 26px;
    font-size: 1.85714vw;
  }
  .slide-wrap {
    height: 155px;
    height: 11.07143vw;
  }
  .slide-area {
    padding-top: 2.14286vw;
  }
  .slide-area .slide {
    width: 120px;
    width: 8.57143vw;
    margin-left: 0.71429vw;
    margin-right: 0.71429vw;
  }
  .lead-area {
    height: 390px;
    height: 27.85714vw;
    padding-top: 2.71429vw;
  }
  .lead-area .icon {
    width: 137px;
    width: 9.78571vw;
    margin-bottom: 1.42857vw;
  }
  .lead-area .lead {
    font-size: 36px;
    font-size: 2.57143vw;
  }
  .lead-area .desc {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-result {
    padding-top: 8.92857vw;
    padding-bottom: 2.85714vw;
  }
  .sec-result .heading {
    margin-bottom: 2.14286vw;
  }
  .sec-result .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-result .content {
    padding-top: 0;
    padding-bottom: 6.42857vw;
  }
  .sec-result .graph {
    width: 1280px;
    width: 91.42857vw;
    margin-bottom: 0;
  }
  .sec-result .voice {
    width: 330px;
    width: 23.57143vw;
    margin-bottom: 0;
    height: 520px;
    height: 37.14286vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .sec-result .voice .head {
    width: 325px;
    width: 23.21429vw;
    height: 77px;
    height: 5.5vw;
    margin-bottom: 1.07143vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-result .voice .head .icon {
    width: 60px;
    width: 4.28571vw;
    margin-right: 0;
  }
  .sec-result .voice .head .txt {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-result .voice .point {
    width: 325px;
    width: 23.21429vw;
    font-size: 17px;
    font-size: 1.21429vw;
    padding: 0.71429vw;
  }
  .sec-result .voice .desc-area {
    width: 318px;
    width: 22.71429vw;
    padding: 0.71429vw;
  }
  .sec-result .voice .voice-desc {
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .sec-result .voice01 {
    width: 1060px;
    width: 75.71429vw;
    height: 154px;
    height: 11vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
  }
  .sec-result .voice01 .head {
    width: 150px;
    width: 10.71429vw;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .sec-result .voice01 .point {
    width: 300px;
    width: 21.42857vw;
    padding: 0.71429vw;
  }
  .sec-result .voice01 .desc-area {
    width: 615px;
    width: 43.92857vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0.78571vw;
  }
  .sec-result .voice01 .voice-desc {
    letter-spacing: -0.015em;
  }
  .sec-result .voice02 {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(0lc -46.429vw);
            transform: translateX(0lc -46.429vw);
  }
  .sec-result .voice02 .head {
    padding-left: 0.71429vw;
    background: #6b70b0;
  }
  .sec-result .voice02 .head .icon {
    margin-right: 0.71429vw;
  }
  .sec-result .voice03 {
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(46.42857vw);
            transform: translateX(46.42857vw);
  }
  .sec-result .voice03 .head {
    padding-left: 0.71429vw;
  }
  .sec-result .voice03 .head .icon {
    margin-right: 0.71429vw;
  }
  .sec-introducingcompany {
    padding-top: 8.92857vw;
  }
  .sec-introducingcompany > .heading {
    margin-bottom: 3.07143vw;
  }
  .sec-introducingcompany > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-introducingcompany .company-list {
    width: 1200px;
    width: 85.71429vw;
  }
  .sec-introducingcompany .company-list .each {
    width: 120px;
    width: 8.57143vw;
    margin-left: 0.66vw;
    margin-right: 0.66vw;
  }
  .sec-casestudy {
    padding-top: 8.92857vw;
    padding-right: 8.92857vw;
    padding-left: 8.92857vw;
    width: 1050px;
    width: 75vw;
  }
  .sec-casestudy > .heading {
    margin-bottom: 7.14286vw;
  }
  .sec-casestudy .card {
    padding-right: 1.42857vw;
    padding-bottom: 1.42857vw;
    padding-left: 1.42857vw;
    width: 320px;
    width: 22.85714vw;
    margin-left: 1.21429vw;
    margin-right: 1.21429vw;
  }
  .sec-casestudy .card-img {
    height: 220px;
    height: 15.71429vw;
  }
  .sec-casestudy .star {
    font-size: 36px;
    font-size: 2.57143vw;
    margin-bottom: 1.42857vw;
  }
  .sec-casestudy .card-copy {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .card-copy span {
    font-size: 16px;
    margin-top: 15px;
    display: block;
  }
  .sec-casestudy .card-txt {
    margin-top: 1.57143vw;
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .sec-casestudy .card-btn {
    margin-top: 1.64286vw;
    border-radius: 48px;
    border-radius: 3.42857vw;
    padding-top: 1.28571vw;
    padding-bottom: 1.28571vw;
    width: 227px;
    width: 16.21429vw;
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-support {
    padding-top: 8.92857vw;
  }
  .sec-support > .heading {
    margin-bottom: 3.07143vw;
  }
  .sec-support > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-support .support-gr {
    margin-bottom: 7.14286vw;
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-support .support-gr .img {
    width: 860px;
    width: 61.42857vw;
    height: auto;
  }
  .sec-support .support-item {
    border-width: 1.42857vw;
    margin-bottom: 0;
    padding-top: 2.64286vw;
    padding-bottom: 2.64286vw;
    width: 504px;
    width: 36vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-support .support-item.support-item-01 {
    left: 793px;
    left: 56.64286vw;
  }
  .sec-support .support-item.support-item-02 {
    right: 793px;
    right: 56.64286vw;
  }
  .sec-support .support-item.support-item-03 {
    left: 793px;
    left: 56.64286vw;
  }
  .sec-support .support-item .pictogram {
    margin-bottom: 2.21429vw;
    width: 147px;
    width: 10.5vw;
  }
  .sec-support .support-item dt {
    margin-bottom: 1.42857vw;
    font-size: 20px;
    font-size: 1.42857vw;
    padding-top: 0.35714vw;
    padding-left: 1.78571vw;
    padding-right: 1.78571vw;
    height: 43px;
    height: 3.07143vw;
  }
  .sec-support .support-item dt:before {
    border-width: 1.53571vw 0 1.53571vw 0.42857vw;
  }
  .sec-support .support-item dt:after {
    border-width: 1.53571vw 0.8vw 1.53571vw 0;
  }
  .sec-support .support-item dd {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-reserve {
    margin-bottom: 12.85714vw;
  }
  .sec-reserve > .heading {
    margin-bottom: 1.07143vw;
  }
  .sec-reserve > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-reserve .table {
    width: 846px;
    width: 60.42857vw;
  }
  .sec-form {
    margin-bottom: 12.85714vw;
  }
  .sec-form > .heading {
    margin-bottom: 1.07143vw;
  }
  .sec-form > .heading .small {
    margin-top: 1.07143vw;
  }
  .sec-form > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .form-style01 {
    width: 945px;
    width: 67.5vw;
  }
  .form-style01 dt {
    font-size: 17px;
    font-size: 1.21429vw;
    width: 395px;
    width: 28.21429vw;
    height: 55px;
    height: 3.92857vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 dt .required {
    width: 55px;
    width: 3.92857vw;
    height: 29px;
    height: 2.07143vw;
    font-size: 17px;
    font-size: 1.21429vw;
    padding-top: 0.25em;
    margin-left: 1em;
  }
  .form-style01 dt .optional {
    width: 55px;
    width: 3.92857vw;
    height: 29px;
    height: 2.07143vw;
    font-size: 17px;
    font-size: 1.21429vw;
    padding-top: 0.15em;
    margin-left: 1em;
  }
  .form-style01 dt a {
    display: block;
    margin-top: 9px;
  }
  .form-style01 dd {
    width: 550px;
    width: 39.28571vw;
    min-height: 55px;
    min-height: 3.92857vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 input, .form-style01 select, .form-style01 textarea {
    height: 55px;
    height: 3.92857vw;
    border-radius: 6px;
    border-radius: 0.42857vw;
    font-size: 17px;
    font-size: 1.21429vw;
    padding: 0.25em 1em 0;
  }
  .form-style01 .check .line, .form-style01 .radio .line {
    margin-bottom: 17px;
  }
  .form-style01 .check label, .form-style01 .radio label {
    height: 55px;
    height: 3.92857vw;
    padding-left: 5.35714vw;
    margin-bottom: 1.07143vw;
    width: auto;
  }
  .form-style01 .check label .wpcf7-list-item-label, .form-style01 .radio label .wpcf7-list-item-label {
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .form-style01 .check label:before, .form-style01 .radio label:before {
    width: 59px;
    width: 4.21429vw;
    height: 55px;
    height: 3.92857vw;
    border-radius: 6px;
    border-radius: 0.42857vw;
  }
  .form-style01 .check label span:after, .form-style01 .radio label span:after {
    width: 22px;
    width: 1.57143vw;
    height: 12px;
    height: 0.85714vw;
    border-left-width: 0.35714vw;
    border-bottom-width: 0.35714vw;
    top: 0.9em;
    left: 1em;
  }
  .form-style01 .select:after {
    font-size: 13px;
    font-size: 0.92857vw;
    width: 30px;
    width: 2.14286vw;
    height: 30px;
    height: 2.14286vw;
    border-radius: 4px;
    border-radius: 0.28571vw;
    right: 14px;
    right: 1vw;
    padding-top: 0;
  }
  .form-style01 .codedropz-upload-wrapper {
    margin: 10px 0;
  }
  .form-style01 .codedropz-upload-wrapper h3 {
    font-size: 17px;
    font-size: 1.21429vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 .codedropz-upload-wrapper .codedropz-upload-container {
    padding: 2.14286vw;
  }
  .form-style01 .codedropz-upload-wrapper .vendor-form-button-submit {
    width: 368px;
    width: 26.28571vw;
    height: 55px;
    height: 3.92857vw;
    font-size: 17px;
    font-size: 1.21429vw;
    border-radius: 6px;
    border-radius: 0.42857vw;
  }
  .form-style01 #append-element-button {
    border-radius: 6px;
    border-radius: 0.42857vw;
    font-size: 20px;
    font-size: 1.42857vw;
    width: 370px;
    width: 26.42857vw;
    height: 55px;
    height: 3.92857vw;
    margin-left: 28.21429vw;
    margin-bottom: 2.14286vw;
  }
  .form-style01 dl.column {
    margin-bottom: -3.57143vw;
  }
  .form-style01 dl.column dt {
    margin-bottom: 0;
  }
  .form-style01 .comment textarea {
    height: 145px;
    height: 10.35714vw;
  }
  .form-style01 .privacy-area {
    margin-top: 6.42857vw;
  }
  .form-style01 .privacy-area .desc {
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .form-style01 .google-policies {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
  }
  .form-style01 .google-policies a {
    color: #e50060;
  }
  .form-btns {
    margin-top: 3.35714vw;
  }
  .form-btns .btn {
    margin: 0 15px;
  }
  .form-btns .btn-submit {
    width: 509px;
    width: 36.35714vw;
    height: 95px;
    height: 6.78571vw;
    border-radius: 48px;
    border-radius: 3.42857vw;
  }
  .form-btns button[type=submit] {
    font-size: 26px;
    font-size: 1.85714vw;
  }
  .form-btns input[type=reset], .form-btns input[type=submit] {
    font-size: 26px;
    font-size: 1.85714vw;
  }
  .form-btns .unfinished:hover button {
    background: #e87463;
    color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
  .m-smmd {
    display: none;
  }
  .m-heading01 {
    font-size: 36px;
    font-size: 2.57143vw;
  }
  .m-heading01 .small {
    font-size: 25px;
    font-size: 1.78571vw;
  }
  .m-heading01 .logo {
    width: 271px;
    width: 19.35714vw;
  }
  #header {
    height: 82px;
    height: 5.85714vw;
  }
  #header .header-inner {
    padding-left: 2.14286vw;
  }
  #header .header-logo {
    width: 200px;
    width: 14.28571vw;
  }
  #header .header-nav-link {
    font-size: 16px;
    font-size: 1.14286vw;
  }
  #header .header-cta {
    width: 308px;
    width: 22vw;
    font-size: 26px;
    font-size: 1.85714vw;
  }
  #footer {
    padding-bottom: 5.71429vw;
  }
  #footer .footer-logo {
    width: 200px;
    width: 14.28571vw;
  }
  #footer .copyright {
    font-size: 17px;
    font-size: 1.21429vw;
    margin-top: 3vw;
  }
  main.page-form {
    /* padding-top: 13vw */
  }
  .sec-mv .copy {
    font-size: 44px;
    font-size: 3.14286vw;
    margin-top: 4.28571vw;
    margin-bottom: 1.78571vw;
    width: 1090px;
    width: 77.85714vw;
  }
  .sec-mv .body {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 1.78571vw;
  }
  .sec-mv .obj01 {
    width: 847px;
    width: 60.5vw;
  }
  .sec-mv .circle {
    width: 980px;
    width: 70vw;
    height: 980px;
    height: 70vw;
    top: 435px;
    top: 31.07143vw;
  }
  .sec-mv .mv-cta {
    width: 509px;
    width: 36.35714vw;
    height: 95px;
    height: 6.78571vw;
    border-radius: 48px;
    border-radius: 3.42857vw;
    bottom: -35px;
    bottom: -2.5vw;
    font-size: 26px;
    font-size: 1.85714vw;
  }
  .slide-wrap {
    height: 155px;
    height: 11.07143vw;
  }
  .slide-area {
    padding-top: 2.14286vw;
  }
  .slide-area .slide {
    width: 120px;
    width: 8.57143vw;
    margin-left: 0.71429vw;
    margin-right: 0.71429vw;
  }
  .lead-area {
    height: 390px;
    height: 27.85714vw;
    padding-top: 2.71429vw;
  }
  .lead-area .icon {
    width: 137px;
    width: 9.78571vw;
    margin-bottom: 1.42857vw;
  }
  .lead-area .lead {
    font-size: 36px;
    font-size: 2.57143vw;
  }
  .lead-area .desc {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-result {
    padding-top: 8.92857vw;
    padding-bottom: 2.85714vw;
  }
  .sec-result .heading {
    margin-bottom: 2.14286vw;
  }
  .sec-result .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-result .content {
    padding-top: 0;
    padding-bottom: 6.42857vw;
  }
  .sec-result .graph {
    width: 1280px;
    width: 91.42857vw;
    margin-bottom: 0;
  }
  .sec-result .voice {
    width: 330px;
    width: 23.57143vw;
    margin-bottom: 0;
    height: 520px;
    height: 37.14286vw;
  }
  .sec-result .voice .head {
    width: 325px;
    width: 23.21429vw;
    height: 77px;
    height: 5.5vw;
    margin-bottom: 1.07143vw;
  }
  .sec-result .voice .head .icon {
    width: 60px;
    width: 4.28571vw;
    margin-right: 0;
  }
  .sec-result .voice .head .txt {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-result .voice .point {
    width: 325px;
    width: 23.21429vw;
    font-size: 17px;
    font-size: 1.21429vw;
    padding: 0.71429vw;
  }
  .sec-result .voice .desc-area {
    width: 318px;
    width: 22.71429vw;
    padding: 0.71429vw;
  }
  .sec-result .voice .voice-desc {
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .sec-result .voice01 {
    width: 1060px;
    width: 75.71429vw;
    height: 154px;
    height: 11vw;
  }
  .sec-result .voice01 .head {
    width: 150px;
    width: 10.71429vw;
    margin-bottom: 0;
  }
  .sec-result .voice01 .point {
    width: 300px;
    width: 21.42857vw;
    padding: 0.71429vw;
  }
  .sec-result .voice01 .desc-area {
    width: 615px;
    width: 43.92857vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0.78571vw;
  }
  .sec-result .voice02 .head, .sec-result .voice03 .head {
    padding-left: 0.71429vw;
  }
  .sec-result .voice02 .head .icon, .sec-result .voice03 .head .icon {
    margin-right: 0.71429vw;
  }
  .sec-introducingcompany {
    padding-top: 8.92857vw;
  }
  .sec-introducingcompany > .heading {
    margin-bottom: 3.07143vw;
  }
  .sec-introducingcompany > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-introducingcompany .company-list {
    width: 1200px;
    width: 85.71429vw;
  }
  .sec-introducingcompany .company-list .each {
    width: 120px;
    width: 8.57143vw;
    margin-left: 0.71429vw;
    margin-right: 0.71429vw;
  }
  .sec-casestudy {
    padding-top: 8.92857vw;
    padding-right: 8.92857vw;
    padding-left: 8.92857vw;
    width: 1050px;
    width: 75vw;
  }
  .sec-casestudy > .heading {
    margin-bottom: 7.14286vw;
  }
  .sec-casestudy .card {
    padding-right: 1.42857vw;
    padding-bottom: 1.42857vw;
    padding-left: 1.42857vw;
    width: 320px;
    width: 22.85714vw;
    margin-left: 1.21429vw;
    margin-right: 1.21429vw;
  }
  .sec-casestudy .card-img {
    height: 220px;
    height: 15.71429vw;
  }
  .sec-casestudy .star {
    font-size: 36px;
    font-size: 2.57143vw;
    margin-bottom: 1.42857vw;
  }
  .sec-casestudy .card-copy {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-casestudy .card-txt {
    margin-top: 1.57143vw;
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .sec-casestudy .card-btn {
    margin-top: 1.64286vw;
    border-radius: 48px;
    border-radius: 3.42857vw;
    padding-top: 1.28571vw;
    padding-bottom: 1.28571vw;
    width: 227px;
    width: 16.21429vw;
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-support {
    padding-top: 8.92857vw;
  }
  .sec-support > .heading {
    margin-bottom: 3.07143vw;
  }
  .sec-support > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-support .support-gr {
    margin-bottom: 7.14286vw;
  }
  .sec-support .support-gr .img {
    width: 860px;
    width: 61.42857vw;
    height: auto;
  }
  .sec-support .support-item {
    border-width: 1.42857vw;
    margin-bottom: 0;
    padding-top: 2.64286vw;
    padding-bottom: 2.64286vw;
    width: 504px;
    width: 36vw;
  }
  .sec-support .support-item.support-item-01 {
    left: 793px;
    left: 56.64286vw;
  }
  .sec-support .support-item.support-item-02 {
    right: 793px;
    right: 56.64286vw;
  }
  .sec-support .support-item.support-item-03 {
    left: 793px;
    left: 56.64286vw;
  }
  .sec-support .support-item .pictogram {
    margin-bottom: 2.21429vw;
    width: 147px;
    width: 10.5vw;
  }
  .sec-support .support-item dt {
    margin-bottom: 1.42857vw;
    padding-top: 0.35714vw;
    padding-left: 1.78571vw;
    padding-right: 1.78571vw;
    height: 43px;
    height: 3.07143vw;
  }
  .sec-support .support-item dd, .sec-support .support-item dt {
    font-size: 20px;
    font-size: 1.42857vw;
  }
  .sec-reserve {
    margin-bottom: 12.85714vw;
  }
  .sec-reserve > .heading {
    margin-bottom: 1.07143vw;
  }
  .sec-reserve > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .sec-reserve .table {
    width: 846px;
    width: 60.42857vw;
  }
  .sec-form {
    margin-bottom: 12.85714vw;
  }
  .sec-form > .heading {
    margin-bottom: 1.07143vw;
  }
  .sec-form > .heading .small {
    margin-top: 1.07143vw;
  }
  .sec-form > .desc {
    font-size: 20px;
    font-size: 1.42857vw;
    margin-bottom: 5.71429vw;
  }
  .form-style01 {
    width: 945px;
    width: 67.5vw;
  }
  .form-style01 dt {
    font-size: 17px;
    font-size: 1.21429vw;
    width: 395px;
    width: 28.21429vw;
    height: 55px;
    height: 3.92857vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 dt .required, .form-style01 dt .optional {
    width: 55px;
    width: 3.92857vw;
    height: 29px;
    height: 2.07143vw;
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .form-style01 dd {
    width: 550px;
    width: 39.28571vw;
    min-height: 55px;
    min-height: 3.92857vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 input, .form-style01 select, .form-style01 textarea {
    height: 55px;
    height: 3.92857vw;
    border-radius: 6px;
    border-radius: 0.42857vw;
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .form-style01 .check label, .form-style01 .radio label {
    height: 55px;
    height: 3.92857vw;
    padding-left: 5.35714vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 .check label .wpcf7-list-item-label, .form-style01 .radio label .wpcf7-list-item-label {
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .form-style01 .check label:before, .form-style01 .radio label:before {
    width: 59px;
    width: 4.21429vw;
    height: 55px;
    height: 3.92857vw;
    border-radius: 6px;
    border-radius: 0.42857vw;
  }
  .form-style01 .check label span:after, .form-style01 .radio label span:after {
    width: 22px;
    width: 1.57143vw;
    height: 12px;
    height: 0.85714vw;
    border-left-width: 0.35714vw;
    border-bottom-width: 0.35714vw;
  }
  .form-style01 .select:after {
    font-size: 13px;
    font-size: 0.92857vw;
    width: 30px;
    width: 2.14286vw;
    height: 30px;
    height: 2.14286vw;
    border-radius: 4px;
    border-radius: 0.28571vw;
    right: 14px;
    right: 1vw;
    padding-top: 0;
  }
  .form-style01 .codedropz-upload-wrapper h3 {
    font-size: 17px;
    font-size: 1.21429vw;
    margin-bottom: 1.07143vw;
  }
  .form-style01 .codedropz-upload-wrapper .codedropz-upload-container {
    padding: 2.14286vw;
  }
  .form-style01 .codedropz-upload-wrapper .vendor-form-button-submit {
    width: 368px;
    width: 26.28571vw;
    height: 55px;
    height: 3.92857vw;
    font-size: 17px;
    font-size: 1.21429vw;
    border-radius: 6px;
    border-radius: 0.42857vw;
  }
  .form-style01 #append-element-button {
    border-radius: 6px;
    border-radius: 0.42857vw;
    font-size: 20px;
    font-size: 1.42857vw;
    width: 370px;
    width: 26.42857vw;
    height: 55px;
    height: 3.92857vw;
    margin-left: 28.21429vw;
    margin-bottom: 2.14286vw;
  }
  .form-style01 dl.column {
    margin-bottom: -3.57143vw;
  }
  .form-style01 .comment textarea {
    height: 145px;
    height: 10.35714vw;
  }
  .form-style01 .privacy-area {
    margin-top: 6.42857vw;
  }
  .form-style01 .privacy-area .desc {
    font-size: 17px;
    font-size: 1.21429vw;
  }
  .form-style01 .google-policies {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }
  .form-style01 .google-policies a {
    color: #e50060;
  }
  .form-btns {
    margin-top: 3.35714vw;
  }
  .form-btns .btn-submit {
    width: 509px;
    width: 36.35714vw;
    height: 95px;
    height: 6.78571vw;
    border-radius: 48px;
    border-radius: 3.42857vw;
  }
  .form-btns button[type=submit] {
    font-size: 26px;
    font-size: 1.85714vw;
  }
  .form-btns input[type=reset], .form-btns input[type=submit] {
    font-size: 26px;
    font-size: 1.85714vw;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
  .m-md {
    display: none;
  }
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    z-index: 100;
  }
  .menu-btn {
    font-size: 8px;
    letter-spacing: 0.12em;
    width: 30px;
    height: 23px;
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .menu-btn:after, .menu-btn:before {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .menu-btn:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #29263e;
    position: absolute;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .menu-btn:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #29263e;
    position: absolute;
    left: 0;
    z-index: 2;
    pointer-events: none;
    top: 0;
  }
  .menu-btn:after {
    bottom: 0;
  }
  #header .header-nav {
    width: 61.86667vw;
    height: 100%;
    position: fixed;
    top: 10.93333vw;
    left: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-top: 50px;
  }
  #header .header-nav-link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 23px;
    border-bottom: 1px solid #dfdfe2;
    background-image: url(../img/lp01/icon-nav.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center right 20px;
  }
  #header .header-cta {
    margin-left: 12px;
  }
  .sec-result .voice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-result .voice .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-result .voice02 .head {
    background: #464c9c;
  }
  .sec-result .voice03 .head {
    min-height: 100%;
  }
  .sec-result .voice03 .point li:first-of-type {
    letter-spacing: -0.05em;
  }
  .sec-support .support-gr.support-gr01 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec-support .support-item dt:before {
    border-width: 2.86667vw 0 2.86667vw 0.8vw;
  }
  .sec-support .support-item dt:after {
    border-width: 2.86667vw 0.8vw 2.86667vw 0;
  }
  .form-style01 dt a {
    margin-left: 1.1em;
  }
  .form-style01 .check label span:after, .form-style01 .radio label span:after {
    top: 0.4em;
    left: 0.4em;
  }
  .form-style01 #append-element-button {
    margin-right: auto;
  }
  .form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-btns .btn-submit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 961px) {
  .m-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .m-heading01 {
    font-size: 36px;
  }
  .m-heading01 .small {
    font-size: 25px;
  }
  .m-heading01 .logo {
    width: 271px;
  }
  #header {
    height: 82px;
  }
  #header .header-inner {
    padding-left: 30px;
  }
  #header .header-logo {
    width: 200px;
  }
  #header .header-nav-link {
    font-size: 16px;
  }
  #header .header-cta {
    width: 308px;
    font-size: 26px;
  }
  #footer {
    padding-bottom: 80px;
  }
  #footer .footer-logo {
    width: 200px;
  }
  #footer .copyright {
    font-size: 17px;
    margin-top: 42px;
  }
  .sec-mv .copy {
    font-size: 44px;
    margin-top: 60px;
    margin-bottom: 25px;
    width: 1090px;
  }
  .sec-mv .body {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sec-mv .obj01 {
    width: 847px;
  }
  .sec-mv .circle {
    width: 980px;
    height: 980px;
    top: 435px;
  }
  .sec-mv .mv-cta {
    width: 509px;
    height: 95px;
    border-radius: 48px;
    bottom: -35px;
    font-size: 26px;
  }
  .slide-wrap {
    height: 155px;
  }
  .slide-area {
    padding-top: 30px;
  }
  .slide-area .slide {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .lead-area {
    height: 390px;
    padding-top: 38px;
  }
  .lead-area .icon {
    width: 137px;
    margin-bottom: 20px;
  }
  .lead-area .lead {
    font-size: 36px;
  }
  .lead-area .desc {
    font-size: 20px;
  }
  .sec-result {
    padding-top: 125px;
    padding-bottom: 40px;
  }
  .sec-result .heading {
    margin-bottom: 30px;
  }
  .sec-result .desc {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .sec-result .content {
    padding-top: 0;
    padding-bottom: 90px;
  }
  .sec-result .graph {
    width: 1280px;
    margin-bottom: 0;
  }
  .sec-result .voice {
    width: 330px;
    margin-bottom: 0;
    height: 520px;
  }
  .sec-result .voice .head {
    width: 325px;
    height: 77px;
    margin-bottom: 15px;
  }
  .sec-result .voice .head .icon {
    width: 60px;
    margin-right: 0;
  }
  .sec-result .voice .head .txt {
    font-size: 20px;
  }
  .sec-result .voice .point {
    width: 325px;
    font-size: 17px;
    padding: 10px;
  }
  .sec-result .voice .desc-area {
    width: 318px;
    padding: 10px;
  }
  .sec-result .voice .voice-desc {
    font-size: 17px;
  }
  .sec-result .voice01 {
    width: 1060px;
    height: 154px;
  }
  .sec-result .voice01 .head {
    width: 150px;
    margin-bottom: 0;
  }
  .sec-result .voice01 .point {
    width: 300px;
    padding: 10px;
  }
  .sec-result .voice01 .desc-area {
    width: 615px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 11px;
  }
  .sec-result .voice02 .head, .sec-result .voice03 .head {
    padding-left: 10px;
  }
  .sec-result .voice02 .head .icon, .sec-result .voice03 .head .icon {
    margin-right: 10px;
  }
  .sec-introducingcompany {
    padding-top: 125px;
  }
  .sec-introducingcompany > .heading {
    margin-bottom: 43px;
  }
  .sec-introducingcompany > .desc {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .sec-introducingcompany .company-list {
    width: 1200px;
  }
  .sec-introducingcompany .company-list .each {
    width: 118px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .sec-casestudy {
    padding-top: 125px;
    padding-right: 125px;
    padding-left: 125px;
    width: 1050px;
  }
  .sec-casestudy > .heading {
    margin-bottom: 100px;
  }
  .sec-casestudy .card {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 320px;
    margin-left: 17px;
    margin-right: 17px;
  }
  .sec-casestudy .card-img {
    height: 220px;
  }
  .sec-casestudy .star {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .sec-casestudy .card-copy {
    font-size: 20px;
  }
  .sec-casestudy .card-txt {
    margin-top: 22px;
    font-size: 17px;
  }
  .sec-casestudy .card-btn {
    margin-top: 23px;
    border-radius: 48px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 227px;
    font-size: 20px;
  }
  .sec-support {
    padding-top: 125px;
  }
  .sec-support > .heading {
    margin-bottom: 43px;
  }
  .sec-support > .desc {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .sec-support .support-gr {
    margin-bottom: 100px;
  }
  .sec-support .support-gr .img {
    width: 860px;
    height: auto;
  }
  .sec-support .support-item {
    border-width: 20px;
    margin-bottom: 0;
    padding-top: 37px;
    padding-bottom: 37px;
    width: 504px;
    background: #fff;
  }
  .sec-support .support-item.support-item-01 {
    left: 793px;
  }
  .sec-support .support-item.support-item-02 {
    right: 793px;
  }
  .sec-support .support-item.support-item-03 {
    left: 793px;
  }
  .sec-support .support-item .pictogram {
    margin-bottom: 31px;
    width: 147px;
  }
  .sec-support .support-item dt {
    margin-bottom: 20px;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    height: 43px;
  }
  .sec-support .support-item dd {
    font-size: 20px;
  }
  .sec-reserve {
    margin-bottom: 180px;
  }
  .sec-reserve > .heading {
    margin-bottom: 15px;
  }
  .sec-reserve > .desc {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .sec-reserve .table {
    width: 846px;
  }
  .sec-form {
    margin-bottom: 180px;
  }
  .sec-form > .heading {
    margin-bottom: 15px;
  }
  .sec-form > .heading .small {
    margin-top: 15px;
  }
  .sec-form > .desc {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .form-style01 {
    width: 945px;
  }
  .form-style01 dt {
    font-size: 17px;
    width: 395px;
    height: 55px;
    margin-bottom: 15px;
  }
  .form-style01 dt .required, .form-style01 dt .optional {
    width: 55px;
    height: 29px;
    font-size: 17px;
  }
  .form-style01 dd {
    width: 550px;
    min-height: 55px;
    margin-bottom: 15px;
  }
  .form-style01 input, .form-style01 select, .form-style01 textarea {
    height: 55px;
    border-radius: 6px;
    font-size: 17px;
  }
  .form-style01 .check label, .form-style01 .radio label {
    height: 55px;
    padding-left: 75px;
    margin-bottom: 15px;
  }
  .form-style01 .check label .wpcf7-list-item-label, .form-style01 .radio label .wpcf7-list-item-label {
    font-size: 17px;
  }
  .form-style01 .check label:before, .form-style01 .radio label:before {
    width: 59px;
    height: 55px;
    border-radius: 6px;
  }
  .form-style01 .check label span:after, .form-style01 .radio label span:after {
    width: 22px;
    height: 12px;
    border-left-width: 5px;
    border-bottom-width: 5px;
  }
  .form-style01 .select:after {
    font-size: 13px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    right: 14px;
    padding-top: 0;
  }
  .form-style01 .codedropz-upload-wrapper h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .form-style01 .codedropz-upload-wrapper .codedropz-upload-container {
    padding: 30px;
  }
  .form-style01 .codedropz-upload-wrapper .vendor-form-button-submit {
    width: 368px;
    height: 55px;
    font-size: 17px;
    border-radius: 6px;
  }
  .form-style01 #append-element-button {
    border-radius: 6px;
    font-size: 20px;
    width: 370px;
    height: 55px;
    margin-left: 395px;
    margin-bottom: 30px;
  }
  .form-style01 dl.column {
    margin-bottom: -50px;
  }
  .form-style01 .comment textarea {
    height: 145px;
  }
  .form-style01 .privacy-area {
    margin-top: 90px;
  }
  .form-style01 .privacy-area .desc {
    font-size: 17px;
  }
  .form-style01 .google-policies {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }
  .form-btns {
    margin-top: 47px;
  }
  .form-btns .btn-submit {
    width: 509px;
    height: 95px;
    border-radius: 48px;
  }
  .form-btns button[type=submit] {
    font-size: 26px;
  }
  .form-btns input[type=reset], .form-btns input[type=submit] {
    font-size: 26px;
  }
}
#lp_price .header-main {
  padding-top: 40px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/mv_lp2.png);
  background-size: cover;
  text-align: center;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
}
#lp_price .header-main .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
#lp_price .header-main .copy .logo img {
  width: 200px;
  height: auto;
}
#lp_price .header-main .copy span {
  display: inline-block;
  font-size: 30px;
  margin-left: 6px;
  letter-spacing: 0.2em;
}
#lp_price .header-desc {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 15px;
  letter-spacing: 0.2em;
}
#lp_price .sec-support {
  padding-top: 0;
}
#lp_price .sec-support .support-item.support-item-01 {
  border-width: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background: #fff;
}
#lp_price .sec-support .support-item.support-item-01 .pictogram {
  width: 6vw;
}
#lp_price .sec-support .support-gr {
  margin-bottom: 60px;
}
#lp_price .kakaku_intro .img_wrap {
  width: 40px;
  margin: 10px auto;
}
#lp_price .kakaku_intro .img_wrap img {
  width: 100%;
  height: 100%;
}
#lp_price .maru {
  display: inline-block;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  background: #e50060;
}
#lp_price .nakamaru {
  border: 3px solid #e50060;
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
#lp_price .stick {
  font-size: 15px;
  font-weight: bold;
  color: #e50060;
}
#lp_price .add {
  font-size: 18px;
  font-weight: bold;
  color: #e50060;
}
#lp_price .cs {
  font-size: 12px;
  color: #e50060;
}
#lp_price .sec-casestudy {
  padding-top: 50px;
}
#lp_price .grid-container .wrap_plan_head_top {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
  grid-template-rows: 10px;
  gap: 2px 2px;
}
#lp_price .grid-container .wrap_plan_head_top .recommended {
  background: #2FC1E1;
  position: relative;
  border-radius: 4px 4px 0 0;
}
#lp_price .grid-container .wrap_plan_head_top .recommended img {
  width: 60%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -55px;
}
#lp_price .grid-container .wrap_plan_head {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2px 2px;
  grid-template-areas: "intro free standard premium advance";
}
#lp_price .grid-container .wrap_plan_head .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp_price .grid-container .wrap_plan_head .intro .intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
#lp_price .grid-container .wrap_plan_head .intro .intro_box .icon_wrap {
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#lp_price .grid-container .wrap_plan_head .intro .intro_box .icon_wrap span {
  display: inline-block;
  margin-right: 10px;
  color: #e50060;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px 60px 70px 80px;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .plan_name {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-number {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #e50060;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-unit {
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .txt {
  padding: 5px;
  font-size: 14px;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .btn_area {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .btn_area .btn {
  width: 100%;
  border-radius: 30px;
  background: #111111;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #fff;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.free .plan_name {
  background: #B4B4B5;
  border-radius: 4px 4px 0 0;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.standard .plan_name {
  background: #464C9C;
  border-radius: 4px 4px 0 0;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.premium .plan_name {
  background: #2FC1E1;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.advanced .plan_name {
  background: #464C9C;
  border-radius: 4px 4px 0 0;
}
#lp_price .accordion_wrap {
  border-top: 1px solid #dcdbdc;
}
#lp_price .accordion_wrap .accordion_content {
  border-bottom: 1px solid #f8f1f6;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
  grid-template-rows: 50px;
  gap: 0px 0px;
  grid-template-areas: accordion_head free standard premium advanced;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head {
  position: relative;
  font-size: 14px;
  padding-left: 18px;
  cursor: pointer;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #e50060;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  border: 1px solid #e50060;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: white;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: white;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch.clicked {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  background: #fff;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch.clicked:before {
  width: 0 !important;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch.clicked:after {
  background: #e50060 !important;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column span + span {
  font-size: 12px;
}
#lp_price .accordion_wrap .accordion_content .accordion_column {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp_price .accordion_wrap .accordion_content .accordion_column .smp_only {
  display: none;
}
#lp_price .accordion_wrap .accordion_content .accordion_column.free {
  background: #f4f4f4;
}
#lp_price .accordion_wrap .accordion_content .accordion_column.premium {
  background: #e1f6fb;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner {
  display: none;
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_head {
  grid-area: 1/1/2/2;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column a {
  text-decoration: underline;
  color: #e50060;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column .smp_only {
  color: #e50060;
  margin-bottom: 5px;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.free {
  grid-area: 1/2/2/3;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.standard {
  grid-area: 1/3/2/4;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.premium {
  grid-area: 1/4/2/5;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.advance {
  grid-area: 1/5/2/6;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.twocolumn {
  grid-area: 1/3/2/5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dcdbdc;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.twocolumn p {
  text-align: left;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.except_free {
  grid-area: 1/3/2/6;
  background: #fff;
  border-top: 1px solid #dcdbdc;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.except_free p {
  text-align: center;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.except_free p a {
  color: #e50060;
  text-decoration: underline;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.all {
  grid-area: 1/2/2/6;
  background: #fff;
  border-top: 1px solid #dcdbdc;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.all p {
  text-align: left;
}
#lp_price .notice {
  margin: 20px 0 60px;
  font-size: 12px;
  line-height: 15px;
}
#lp_price .contact {
  padding-bottom: 30px;
}
#lp_price .contact .contact_head {
  margin: 0 auto 10px;
}
#lp_price .contact .contact_head h2 {
  width: 75%;
  height: 120px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  text-align: center;
  background-position: center;
  opacity: 0.8;
}
#lp_price .contact .contact_content {
  margin: 0 auto;
  padding: 60px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lp_price .contact .contact_content .desc {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
}
#lp_price .contact .contact_content .desc small {
  font-size: 16px;
}
#lp_price .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
#lp_price .btn_wrap li {
  width: 50%;
  text-align: center;
}
#lp_price .btn_wrap li:first-child {
  margin-right: 30px;
}
#lp_price .btn_wrap li p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#lp_price .btn_wrap li .btn {
  position: relative;
}
#lp_price .btn_wrap li .btn a {
  display: block;
  color: #fff;
  width: 100%;
  background: #e50060;
  padding: 13px 0 10px;
  font-size: 26px;
  text-align: center;
  border-radius: 100px;
  letter-spacing: 0.2em;
  font-weight: 700;
  -webkit-box-shadow: 0 7px 0 #92003d;
          box-shadow: 0 7px 0 #92003d;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#lp_price .btn_wrap li .btn a .fukidashi {
  display: block;
  font-size: 18px;
  color: #e50060;
  width: 60%;
  margin-bottom: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  position: relative;
  padding: 7px 10px;
  font-size: 16px;
  left: 50%;
  background: #f4f4f6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#lp_price .btn_wrap li .btn a .fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 10px solid #f4f4f6;
}
#lp_price .btn_wrap li .btn a .img_wrap {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e50060;
}
#lp_price .btn_wrap li .btn a .img_wrap img {
  width: 60%;
  height: 60%;
}
#lp_price .btn_wrap li .btn a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 15px rgba(255, 255, 255, 0.5);
  margin-top: 22px;
}
#lp_price .btn_wrap li.chat .btn a {
  background: #111111;
  -webkit-box-shadow: 0 7px 0 #000;
          box-shadow: 0 7px 0 #000;
}
#lp_price .btn_wrap li.chat .btn a .fukidashi {
  color: #111111;
}
#lp_price .btn_wrap li.chat .btn a .img_wrap {
  background: #111111;
}
#lp_price .btn_wrap li.chat .btn a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 1px 15px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 15px rgba(255, 255, 255, 0.5);
  margin-top: 22px;
}
#lp_price .form-btn {
  text-align: center;
  border: none;
  width: 350px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 0;
  padding-bottom: 60px;
  font-size: 18px;
}
#lp_price .form-btn p {
  font-size: 14px;
  margin-bottom: 5px;
}
#lp_price .form-btn a {
  display: block;
  color: #fff;
  text-align: center;
  background: #e87463;
  width: 100%;
  padding: 15px 0;
  border-radius: 48px;
}
#lp_price #calendar h4.m-heading01.heading small {
  font-size: 23px;
}

@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .header-main {
    height: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .header-main .copy {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .header-main .copy .logo {
    width: 110px;
    height: 28px;
    margin: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  #lp_price .header-main .copy span {
    font-size: 16px;
  }
}
@media screen and (min-width: 321px) and (max-width: 769px) {
  #lp_price .header-main .copy span {
    font-size: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .header-desc {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .maru {
    line-height: 10px;
    line-height: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .nakamaru {
    line-height: 4px;
    line-height: 4px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .sec-casestudy {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head_top {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 80px 1fr;
    grid-template-areas: "intro intro intro intro" "free standard premium advance";
  }
  #lp_price .grid-container .wrap_plan_head .intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: intro;
  }
  #lp_price .grid-container .wrap_plan_head .free {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: free;
  }
  #lp_price .grid-container .wrap_plan_head .standard {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: standard;
  }
  #lp_price .grid-container .wrap_plan_head .premium {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: premium;
  }
  #lp_price .grid-container .wrap_plan_head .advance {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: advance;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #lp_price .grid-container .wrap_plan_head .free {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #lp_price .grid-container .wrap_plan_head .standard {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #lp_price .grid-container .wrap_plan_head .premium {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #lp_price .grid-container .wrap_plan_head .advance {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .intro .inro_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .intro .intro_box {
    width: 50%;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .intro .intro_box .icon_wrap {
    line-height: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .plan_name {
    font-size: 14px;
  }
}
@media screen and (min-width: 321px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .plan_name {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-number {
    font-size: 14px;
  }
}
@media screen and (min-width: 321px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-number {
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-unit {
    margin-left: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .btn_area .btn {
    padding: 4px 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.wrap_plan_head_inner {
    grid-template-rows: 40px 60px 1fr 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap {
    padding: 0 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap {
    display: block;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e50060;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #f1dbdb;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_column {
    padding: 5px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_column .smp_only {
    display: block;
    font-size: 14px;
    width: 200px;
  }
  #lp_price .accordion_wrap .accordion_content .accordion_column .smp_only:after {
    content: "：";
    color: #464C9C;
    font-weight: 700;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.twocolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.twocolumn p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.except_free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.except_free p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.all p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .contact .contact_head h2 {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .contact .contact_content {
    padding: 15px 5px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .contact .contact_content .desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .contact .contact_content .desc small {
    font-size: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap {
    padding: 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #lp_price .btn_wrap li {
    height: 152px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap li:first-child {
    margin-bottom: 15;
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap li p {
    font-size: 14px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap li .btn a {
    font-size: 18px;
    padding: 5px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap li .btn a .fukidashi {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .btn_wrap li .btn a .img_wrap {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .form-btn {
    width: 100%;
    max-width: 350px;
    font-size: 16px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price #calendar h4.m-heading01.heading small {
    font-size: 14px;
  }
}
.customers-review .glide {
  margin-bottom: 80px;
}
.customers-review .glide__slide {
  opacity: 0.2;
}
.customers-review .glide__slide--active {
  opacity: 1;
}
.customers-review .glide__slide p {
  text-align: center;
}
.customers-review .glide__arrow {
  max-width: 40px;
  width: 4vw;
  height: auto;
  border: none;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.customers-review .glide__arrow--left svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.customers-review .glide__arrow svg {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 100%;
  height: 100%;
}
.customers-review .glide__arrow--left:hover svg {
  -webkit-transform: scaleX(-1) translateX(20%);
          transform: scaleX(-1) translateX(20%);
}
.customers-review .glide__arrow--right:hover svg {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.customers-review .glide__arrow .d {
  fill: #e50060;
}

@media screen and (min-width: 0px) and (max-width: 769px) {
  .customers-review .glide {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  .customers-review .glide__arrow--left {
    left: 1em;
  }
  .customers-review .glide__arrow--right {
    right: 1em;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  /* 800px以下～600px以上の場合 */
}
/*
上書き
*/
#header {
  position: sticky !important;
}

#lp_price .sec-casestudy {
  max-width: 1300px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #lp_price .sec-casestudy {
    padding-top: 30px;
    width: 100%;
  }
}
#lp_price .m-bg-grey {
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  #lp_price .m-bg-grey {
    padding-top: 30px;
  }
}
/*
utility
*/
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/*
atom
*/
.button {
  border-radius: 31px;
  color: #fff;
  background-color: #e50060;
  padding: 21px 33px;
}

.button--secondary {
  background-color: #111111;
}

.button--third {
  background-color: #363b60;
}

.button--fourth {
  background-color: #68c972;
}

.button--black {
  background-color: #111111;
}

.button--gray {
  background-color: #e2e2e2;
  color: #434343;
}

.button-card {
  border: 1px solid #efefef;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 23px;
}

.section-header {
  border-bottom: 3px solid #e50060;
  font-size: 30px;
  line-height: 58px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section-header {
    font-size: 22px;
    line-height: 41px;
  }
}
/*
2022-02-partials/top/movie.php
*/
.first-view {
  font-weight: bold;
  background: url("../img/mv_top.png") no-repeat;
  background-position: center;
  background-size: cover;
  color: #111111;
  margin-bottom: 139px;
  padding-top: 20px;
}

.first-view__inner {
  display: grid;
  grid-template-areas: "text image" "links image";
  grid-template-rows: minmax(270px, 1fr) minmax(100px, 1fr);
  grid-template-columns: minmax(100px, -webkit-max-content);
  grid-template-columns: minmax(100px, max-content);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .first-view__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .first-view__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__inner {
    position: relative;
    top: 30px;
    padding-bottom: 40px;
  }
}
.first-view__text {
  grid-area: text;
}

@media screen and (min-width: 1024px) {
  .first-view__text {
    position: relative;
    top: 60px;
  }
}
.first-view__image {
  grid-area: image;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.first-view__links {
  grid-area: links;
  align-self: start;
}

.first-view__links .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  .first-view__links {
    position: relative;
    top: 60px;
  }
  .first-view__links .button:first-of-type {
    margin-right: 18px;
  }
  .first-view__links .button--third {
    margin-right: 18px;
  }
  .first-view__links .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .first-view__links .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .first-view__links .button {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
.first-view__text-main {
  font-size: 44px;
  line-height: 1.3157;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .first-view__text-main {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .first-view__text-main {
    font-size: 24px;
    line-height: 30px;
  }
}
.first-view__text-sub {
  font-size: 18px;
  line-height: 1.7777;
}

@media screen and (max-width: 1023px) {
  .first-view__text-sub {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .first-view__text-sub {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .first-view {
    margin-bottom: 46px;
  }
  .first-view__inner {
    text-align: center;
    display: grid;
    grid-template-areas: "text" "image" "links";
    grid-template-rows: 1fr 1fr minmax(100px, -webkit-min-content);
    grid-template-rows: 1fr 1fr minmax(100px, min-content);
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .first-view__inner {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .first-view__image {
    width: 277px;
  }
}
@media screen and (max-width: 1023px) {
  .first-view__links {
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .first-view__links a.button {
    width: 300px;
    margin-bottom: 17px;
  }
}
/*
2022-02-partials/top/movie.php
*/
.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.movie__inner {
  text-align: center;
}

.movie__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .movie__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 399px) {
  .movie__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.movie__youtube {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.movie__youtube > div {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .movie__youtube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie__youtube iframe {
    width: 100%;
    height: 100%;
  }
}
.movie__text {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
}

.movie__text b {
  color: #e50060;
  font-size: 53px;
  margin-right: 10px;
  margin-left: 10px;
}

.movie__text:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 0px;
  top: 70px;
  left: -100px;
  border: 2px solid #e50060;
  border-color: transparent transparent #e50060 transparent;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}

.movie__text:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 0px;
  top: 70px;
  right: -100px;
  border: 2px solid #e50060;
  border-color: #e50060 transparent transparent transparent;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

.movie__text br {
  display: none;
}

@media screen and (max-width: 1023px) {
  .movie__text {
    line-height: 35px;
    font-size: 16px;
  }
  .movie__text br {
    display: block;
  }
  .movie__text b {
    font-size: 31px;
  }
  .movie__text:before {
    top: 65px;
    left: -80px;
  }
  .movie__text:after {
    content: "";
    top: 65px;
    right: -80px;
  }
}
.slide-wrap {
  margin-bottom: 90px;
}

@media screen and (max-width: 1023px) {
  .slide-wrap {
    margin-bottom: 44px;
  }
}
/*
2022-02-partials/top/customers-voice.php
*/
.customers-voice {
  overflow: hidden;
  padding-top: 50px;
  background-color: #f8f1f6;
}

@media screen and (max-width: 1023px) {
  .customers-voice {
    padding-top: 20px;
  }
}
.customers-voice .heading {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .customers-voice .heading {
    font-size: 18px;
  }
}
.customers-voice .cards__outer {
  position: relative;
  top: -80px;
}

@media screen and (max-width: 1279px) {
  .customers-voice .cards__outer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .customers-voice .cards__outer {
    padding-right: 0;
    padding-left: 0;
    top: -30px;
  }
}
.customers-voice .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.customers-voice .card {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 38px 28px 35px;
  text-align: center;
}

.customers-voice .card:first-of-type {
  color: #40478e;
}

.customers-voice .card:nth-of-type(2) {
  color: #d96e5f;
}

.customers-voice .card:nth-of-type(2) .card__label {
  border-color: #d96e5f;
}

.customers-voice .card:nth-of-type(3) {
  color: #33aeca;
}

.customers-voice .card:nth-of-type(3) .card__label {
  border-color: #33aeca;
}

.customers-voice .card__title div:first-child {
  font-size: 32px;
  line-height: 42px;
}

.customers-voice .card__title div:last-child {
  font-size: 12px;
  line-height: 16px;
}

.customers-voice .card__icon {
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customers-voice .card__label {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  border: 1px solid #3f468d;
  margin-bottom: 11px;
  padding: 2px;
}

.customers-voice .card__label:last-of-type {
  margin-bottom: 19px;
}

.customers-voice .card__description {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .customers-voice .cards {
    grid-template-columns: 1fr;
    row-gap: 16px;
    justify-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .customers-voice .card {
    max-width: 380px;
  }
  .customers-voice .feature__list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .customers-voice .feature__list-item {
    max-width: 500px;
  }
}
.customers-voice__center {
  max-width: 1280px;
  margin: 0 auto;
}

.customers-voice__header {
  border-bottom: 3px solid #e50060;
  letter-spacing: 0;
  position: relative;
  top: 80px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .customers-voice__header {
    top: 26px;
  }
}
.customers-voice__circle {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 312px;
  height: 312px;
  font-size: 32px;
  font-weight: bold;
  line-height: 55px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .customers-voice__circle {
    font-size: 18px;
    width: 162px;
    height: 162px;
  }
}
.customers-voice__circle img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .customers-voice__circle img {
    width: 116px;
  }
}
.customers-voice__circle--1 {
  position: absolute;
  width: 622px;
  height: 622px;
  border: 3px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .customers-voice__circle--1 {
    width: 304px;
    height: 304px;
  }
}
.customers-voice__circle--2 {
  position: absolute;
  width: 900px;
  height: 900px;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .customers-voice__circle--2 {
    width: 438px;
    height: 438px;
  }
}
.customers-voice__circle--3 {
  position: absolute;
  width: 1176px;
  height: 1176px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .customers-voice__circle--3 {
    width: 571px;
    height: 571px;
  }
}
.feature {
  margin-top: 90px;
}

@media screen and (max-width: 1023px) {
  .feature {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    font-size: 12px;
    line-height: 20px;
  }
}
.feature__list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 39px;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px;
}

@media screen and (max-width: 768px) {
  .feature__list {
    row-gap: 9px;
  }
}
.feature__title {
  font-size: 22px;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e50060;
  padding: 10px 0;
  height: 53px;
  font-weight: bold;
  margin-bottom: 15px;
}

.feature__title svg {
  margin-right: 22px;
}

@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 18px;
  }
}
/*
2022-02-partials/top/case-study.php
*/
.case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 109px;
  margin-bottom: 109px;
}

@media screen and (max-width: 768px) {
  .case-study {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}
.case-study__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-study__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .case-study__title {
    margin-bottom: 10px;
  }
}
.case-study .card {
  border: 1px solid #e6e6e6;
  padding: 33px;
  width: 23%;
  text-align: center;
  margin-right: 40px;
}

@media screen and (max-width: 1023px) {
  .case-study .card {
    margin-right: 0;
    padding: 20px;
    margin-bottom: 18px;
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case-study .card {
    max-width: 300px;
  }
}
.case-study .card:last-of-type {
  margin-right: 0;
}

.case-study .card svg {
  height: 100px;
}

.case-study .card__header {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.case-study .card__company {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
.case-study .card__company a {
  color: #e50060;
}

.case-study .card__description {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  height: 100px;
}

.case-study .card .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  width: 189px;
  height: 51px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-study .card__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 62px;
}

@media screen and (max-width: 1023px) {
  .case-study .card__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-study .card__outer .card__logo {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .case-study .card__outer .card__logo {
    height: 100px;
  }
  .case-study .card__outer .card__logo img {
    width: 60%;
  }
}
.case-study__bottom .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 24px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e50060;
  border-radius: 60px;
}

.case-study__inner {
  max-width: 1280px;
}

/*
2022-02-partials/top/step.php
*/
.step {
  background-color: #f8f1f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}

.step .section-header {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .step .section-header {
    margin-bottom: 40px;
  }
}
.step__inner {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .step__inner {
    margin-top: 58px;
    margin-bottom: 18px;
  }
}
.step__header {
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  color: #111111;
  border-bottom: 1px solid #e50060;
  display: inline-block;
  margin-bottom: 37px;
  padding-bottom: 8.5px;
}

@media screen and (max-width: 1023px) {
  .step__header {
    font-size: 18px;
  }
}
.step__box {
  border-left: 1px solid #e50060;
  padding-left: 72px;
  position: relative;
}
.step__box:before {
  position: absolute;
  background: #e50060;
  font-size: 26px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  left: -25px;
  top: -10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step__box:nth-of-type(1)::before {
  content: "1";
}
.step__box:nth-of-type(2)::before {
  content: "2";
}
.step__box:nth-of-type(3)::before {
  content: "3";
}
.step__box:last-of-type {
  border: none;
}

@media screen and (max-width: 1023px) {
  .step__box {
    padding-left: 52px;
  }
  .step__box::before {
    font-size: 16px;
    left: -16px;
    top: -2px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .step__box {
    padding-left: 40px;
    margin-left: 30px;
  }
}
.step__buttons {
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .step__buttons {
    margin-right: 30px;
  }
}
.step__buttons-inner {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}

.step__buttons-inner a {
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 6px;
}

.step__buttons-inner a:before {
  content: url("../img/play.svg");
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .step__buttons-inner a {
    height: 5px;
  }
}
.step__buttons-inner:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media screen and (max-width: 1023px) {
  .step__buttons-inner {
    grid-template-columns: auto;
    justify-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .step__buttons-inner .button-card {
    width: calc(100% - 30px);
    font-size: 13px;
  }
}
/*
*/
.a-decoration {
  position: relative;
  margin-right: 4px;
}

.a-decoration:after {
  content: url("../img/decoration-red.svg");
  position: absolute;
  top: -28px;
  right: -18px;
  width: 15px;
}

@media screen and (max-width: 768px) {
  .a-decoration:after {
    top: -20px;
    right: -12px;
  }
}
.a-decoration--blue:after {
  content: url("../img/decoration-blue.svg");
}

.a-decoration--saku {
  margin-right: 8px;
}

.a-decoration--saku:after {
  top: -24px;
  right: -8px;
}

@media screen and (max-width: 768px) {
  .a-decoration--saku:after {
    top: -17px;
    right: -12px;
  }
}
.sec-reserve .heading,
.sec-reserve .small,
.sec-reserve .desc {
  letter-spacing: normal;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .sec-reserve .heading,
  .sec-reserve .small,
  .sec-reserve .desc {
    font-size: 24px;
    line-height: 41px;
  }
}
.sec-reserve .heading {
  position: relative;
}

.sec-reserve .heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 38px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e50060;
}

.sec-reserve .small {
  font-size: 18px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .sec-reserve .small {
    font-size: 13px;
    line-height: 41px;
  }
}
.sec-reserve .desc {
  margin-top: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .sec-reserve .desc {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.sec-reserve__help {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .sec-reserve__help {
    margin-top: 35px;
  }
}
.sec-introducingcompany {
  margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .sec-introducingcompany {
    margin-bottom: 44px;
  }
}
/* ============================= */
/* 無料掲載プラン */
/* ============================= */
.page-plan .title-header {
  background-image: url("../img/mv_lp2.png");
  background-size: cover;
  background-position: center;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-plan .title-header .logo img {
  top: -4px;
  left: -3px;
  position: relative;
  width: 180px;
}
.page-plan .title-header span {
  color: #111111;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .page-plan .title-header .logo img {
    width: 140px;
  }
  .page-plan .title-header span {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-plan .title-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .page-plan .title-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-plan .feature-icons {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page-plan .feature-icons {
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.page-plan .feature-icons__item {
  text-align: center;
}

.page-plan .feature-icons__title {
  color: #33aeca;
  margin-bottom: 35px;
}

.page-plan .feature-icons__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 1023px) {
  .page-plan .feature-icons__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 40px;
  }
}
.page-plan .feature-icons p.notes {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page-plan .feature-icons p.notes {
    font-size: 12px;
  }
}
.page-plan .features {
  background-color: #fff;
}

.page-plan .features__inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#d6d6d6), to(#d6d6d6)) repeat-y center/1px;
  background: linear-gradient(to top, #d6d6d6, #d6d6d6) repeat-y center/1px;
}

@media screen and (max-width: 1023px) {
  .page-plan .features__inner {
    background: none;
  }
}
.page-plan .features__item {
  z-index: 3;
  position: relative;
}

.page-plan .features__image {
  width: 524px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 4;
}

@media screen and (max-width: 1023px) {
  .page-plan .features__image {
    background-color: #f6f6f6;
    height: 50%;
    top: 50%;
    position: relative;
    right: initial;
    width: 100%;
  }
  .page-plan .features__image img {
    width: 100% !important;
  }
  .page-plan .features__image::before {
    content: "";
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}
.page-plan .features__item-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 570px;
  padding-bottom: 150px;
}

.page-plan .features__item-inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 570px;
}

.page-plan .features__item-inner--reverse .features__image {
  right: initial;
  left: 100px;
}

@media screen and (max-width: 1023px) {
  .page-plan .features__item-inner--reverse .features__image {
    left: initial;
  }
}
.page-plan .features__item-inner--reverse .features__text {
  padding-left: 65px;
}

@media screen and (max-width: 768px) {
  .page-plan .features__item-inner--reverse .features__text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page-plan .features__item-inner {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .page-plan .features__item-inner--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: initial;
  }
}
.page-plan .features__text {
  background-color: #fff;
  z-index: 1;
  padding: 45px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-plan .features__text {
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-plan .features__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-plan .features__title span:last-of-type {
  font-size: 12px;
  font-weight: normal;
  margin-left: 30px;
}

.page-plan .features__description {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.page-plan .features__background {
  background-color: #f6f6f6;
  width: 80%;
  height: 229px;
  position: absolute;
  z-index: 0;
  top: 140px;
  left: -10px;
}

.page-plan .features__background--right {
  left: initial;
  right: -10px;
}

.page-plan .features__image {
  z-index: 4;
}

.page-plan .features__image img {
  width: 534px;
}

.page-plan .benefits {
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .page-plan .benefits {
    margin-top: 80px;
  }
}
@media screen and (max-width: 399px) {
  .page-plan .benefits {
    margin-top: 20px;
  }
}
.page-plan .benefits__inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#d6d6d6), to(#d6d6d6)) repeat-y center/1px;
  background: linear-gradient(to top, #d6d6d6, #d6d6d6) repeat-y center/1px;
  width: 90vw;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .page-plan .benefits__inner {
    background: none;
  }
}
@media screen and (max-width: 399px) {
  .page-plan .benefits__inner {
    padding-bottom: 10px;
  }
}
.page-plan .benefits__content {
  position: relative;
  background: #fff;
  padding: 30px 60px 10px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1023px) {
  .page-plan .benefits__content {
    padding: 30px 40px 10px;
  }
}
@media screen and (max-width: 399px) {
  .page-plan .benefits__content {
    padding: 20px 28px 0;
  }
}
.page-plan .benefits__content__title {
  position: relative;
  text-align: center;
}
.page-plan .benefits__content__title h4 {
  padding: 20px 0 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  margin: 0 auto 10px;
}
.page-plan .benefits__content__title h4:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  display: inline-block;
  background: #e50060;
  bottom: -4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .page-plan .benefits__content__title h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-plan .benefits__item {
  margin-bottom: 30px;
}

.page-plan .benefits__item_title {
  font-size: 16px;
  line-height: 24px;
  margin: 20px auto 10px;
}
.page-plan .benefits__item_title i {
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  .page-plan .benefits__item_title {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-plan .benefits__item_content {
  font-size: 16px;
  line-height: 20px;
  background: #f3f3f3;
  padding: 20px 30px;
}
.page-plan .benefits__item_content dl {
  margin: 6px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-plan .benefits__item_content dl dt {
  width: 130px;
  font-weight: bolder;
}
.page-plan .benefits__item_content dl dd p {
  margin: 0 auto;
}
.page-plan .benefits__item_content dl dd p.note {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 399px) {
  .page-plan .benefits__item_content dl dd p.note {
    font-size: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .page-plan .benefits__item_content {
    font-size: 14px;
  }
  .page-plan .benefits__item_content dl dt {
    width: 30%;
  }
  .page-plan .benefits__item_content dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .page-plan .benefits__item_content dl {
    display: block;
  }
  .page-plan .benefits__item_content dl dt, .page-plan .benefits__item_content dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .page-plan .benefits__item_content {
    padding: 12px 20px;
  }
}
.page-plan .cta {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page-plan .cta {
    margin-top: 50px;
  }
}
.page-plan .cta__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-plan .cta__text {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-plan .cta__text span {
  color: #000;
}
.page-plan .cta__text b {
  color: #e50060;
}

@media screen and (max-width: 1023px) {
  .page-plan .cta__text {
    font-size: 19px !important;
  }
}
.page-plan .cta .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  width: 317px;
  height: 74px;
  border-radius: 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e50060;
  color: #fff;
}

.page-plan .howtouse {
  background: url("../img/free-plan-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 157px;
}

.page-plan .howtouse__inner {
  border: 1px solid #fff;
  width: 100%;
  height: 95%;
  margin: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-plan .howtouse__inner a {
  color: #111111;
}

.page-plan .howtouse__link {
  font-size: 28px;
  color: #fff;
  border-bottom: 3px solid #e50060;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page-plan .howtouse {
    margin-bottom: 60px;
  }
}
.page-plan--paid .title-header {
  background-image: url("../img/mv_lp2.png");
}

.page-plan--paid .features__item:nth-of-type(1) .features__text::after {
  background-image: url("../img/paid-plan-1.png");
}

.page-plan--paid .features__item:nth-of-type(2) .features__text::after {
  background-image: url("../img/paid-plan-2.png");
}

.page-plan--paid .features__item:nth-of-type(3) .features__text::after {
  background-image: url("../img/paid-plan-3.png");
}

.page-plan--paid .features__item:nth-of-type(4) .features__text::after {
  background-image: url("../img/paid-plan-4.png");
}

.page-plan--paid .cta__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .page-plan--paid .cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-plan--paid .cta__inner .cta__item:first-of-type {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.page-plan--paid .cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-plan--paid .cta__item:first-of-type {
  margin-right: 30px;
}

.page-plan--paid .cta__item:first-of-type .cta__text {
  font-size: 24px;
}

.page-plan--paid .cta__item:first-of-type .cta__text b {
  color: #e50060;
}

.page-plan--paid .cta__item:first-of-type .button {
  background: #e50060;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 56px;
  }
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #000000;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header ul ul {
  display: none;
}

.header li {
  font-size: 16px;
  line-height: 1.6875;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 46px;
}

.header li a {
  color: #000000;
  text-decoration: none;
}

.header li.current {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: bold;
  border-bottom: 4px solid #fff;
}

.header li.hover:hover ul {
  display: block;
}

.header li.hover ul {
  position: absolute;
  top: 70px;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
}

.header li.hover ul li {
  width: 132px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 0;
  padding: 0 12px;
  border-bottom: 1px solid #e2e2e2;
}

.header li.hover ul li:last-of-type {
  border-bottom: none;
}

.header li.hover.commendation ul li {
  width: 190px;
}

@media screen and (max-width: 1279px) {
  .header li {
    font-size: 12px;
    line-height: 2.25;
    margin-right: 32px;
  }
}
.header__logo-link {
  fill: #fff;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  fill: #fff;
  height: 28px;
  width: 200px;
  margin-left: 22px;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

@media screen and (max-width: 1023px) {
  .header__logo {
    font-size: 8px;
    line-height: 1.125;
    margin-left: 16px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__button,
.header__button--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 23px;
}
.header__button a,
.header__button--sp a {
  border-radius: 24px;
  padding: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: bold;
  text-decoration: none;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 128px;
  height: 39px;
  padding: 0;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .header__button a, .header__button--sp a {
    font-size: 12px;
  }
}
@media screen and (max-width: 399px) {
  .header__button a, .header__button--sp a {
    font-size: 11px;
  }
}
.header__button .schedule, .header__button--sp .schedule {
  background-color: #e50060;
  margin-right: 10px;
}

@media screen and (max-width: 399px) {
  .header__button .schedule, .header__button--sp .schedule {
    margin-right: 0;
  }
}
.header__button .free,
.header__button--sp .free {
  background-color: #111111;
}

.header__button--sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 59px;
  }
  .header__button--sp {
    display: block;
    position: absolute;
    right: 37px;
  }
  .header__button--sp a {
    height: 31px;
    width: initial;
    padding: 0 10px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .header__logo {
    width: 180px;
    margin-left: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 115px;
    margin-left: 12px;
  }
  .header ul {
    display: none;
  }
  .header__button {
    display: none;
  }
  .header__right {
    width: 56px;
  }
  /* ハンバーメニューの枠組み */
  .menu-icon {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 14px 15px 14px;
  }
  .menu-icon span {
    display: block;
    width: 30px;
    height: 2px;
    background: #d1d1d1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bar1.open {
    position: relative;
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .bar2.open {
    opacity: 0;
  }
  .bar3.open {
    position: relative;
    top: -10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .drawer {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: calc(100vh - 59px);
    overflow: scroll;
    position: fixed;
    right: -120%;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5;
    transition: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    -webkit-transform: translateZ(1px);
            transform: translateZ(1px);
    font-size: 20px;
    line-height: 1.3;
    z-index: 100;
    color: #111111;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f1f6), to(#f8f1f6));
    background: linear-gradient(to bottom, #f8f1f6 0%, #f8f1f6 100%);
  }
  .drawer__commendation {
    margin-top: 22px;
    margin-bottom: 40px;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .drawer__commendation a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 10px;
    color: #111111;
  }
  .drawer__commendation a:first-of-type {
    margin-right: 50px;
  }
  .drawer__commendation a svg {
    margin-right: 18px;
  }
  .drawer__plan {
    margin-top: 22px;
    margin-bottom: 43.5px;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .drawer__plan a {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
  }
  .drawer__plan a:first-of-type {
    margin-right: 50px;
  }
  .drawer__plan a svg {
    margin-right: 18px;
  }
  .drawer ul {
    list-style: none;
    width: 100%;
  }
  .drawer li {
    color: #111111;
    padding-bottom: 10.5px;
    border-bottom: 1px solid #e50060;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    margin-top: 32.5px;
  }
  .drawer li:first-of-type {
    margin-top: 0;
  }
  .drawer li img {
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: 5px;
  }
  .drawer a {
    color: #111111;
    text-decoration: none;
  }
  .drawer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 40px;
    padding: 0 5px;
  }
  .drawer__btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-radius: 37px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 74px;
    padding: 0;
    max-width: 329px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
  }
  .drawer__btns .schedule {
    background-color: #e50060;
    margin-bottom: 24px;
  }
  .drawer__btns .free {
    background-color: #111111;
  }
  .drawer.open {
    right: 0;
  }
  .drawer-menu {
    padding: 0;
    margin: 0;
  }
  .drawer-item {
    list-style: none;
    margin-bottom: 30px;
  }
  .drawer-item:last-child {
    margin-bottom: 0;
  }
  .drawer-item a {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .drawer {
    display: none;
  }
  .menu-icon {
    display: none;
  }
}
.vendor-body-content .page-plan * {
  color: #000;
}

.page-plan .sec-reserve {
  background: #f4f4f6;
}

@media screen and (max-width: 768px) {
  .page-plan .sec-reserve {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-plan .sec-reserve__help {
  color: #000;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page-plan .sec-reserve__help {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.page-plan .sec-reserve__help a {
  font-size: 20px;
  font-weight: bold;
}

.page-plan .sec-reserve__help a svg {
  margin-left: 3px;
}

.js-loop {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .js-loop {
    margin-bottom: 30px;
  }
}
.js-loop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.js-loop ul li {
  max-width: 160px;
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .js-loop ul li {
    max-width: 120px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 399px) {
  .js-loop ul li {
    max-width: 100px;
  }
}
@media screen and (max-width: 399px) {
  #footer .policy {
    font-size: 12px;
  }
}
#lp_price .sec-casestudy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lp_price .grid-container .wrap_plan_head {
  grid-template-columns: 160px 220px 1fr 1fr 1fr 1fr 1fr;
}
#lp_price .grid-container .wrap_plan_head_inner {
  grid-template-rows: 40px auto auto 80px !important;
}
#lp_price .grid-container .wrap_plan_head_top {
  grid-template-columns: 160px 220px 1fr 1fr 1fr 1fr 1fr;
}
#lp_price .grid-container .wrap_plan_head_top .recommended {
  background: #70ad47;
}
#lp_price .grid-container .wrap_plan_head_top .recommended img {
  width: 75%;
}

@media screen and (min-width: 1200px) {
  #lp_price .sec-casestudy {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #lp_price .sec-casestudy {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lp_price .grid-container .wrap_plan_head .intro {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 64vw;
    left: 30vw;
    padding-left: 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .plan_name {
    border-radius: 0;
    position: absolute;
    right: 100%;
    width: 30vw;
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .plan_name {
  border-radius: 4px 4px 0 0;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.expert .plan_name {
  background: #6849aa;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.pro .plan_name {
  background: #dd7061;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.basic .plan_name {
  background: #70ad47;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner.starter .plan_name {
  background: #418ab3;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 2px;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price p {
  font-size: 80%;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-unit {
  margin-right: -0.5em;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price small {
  font-size: 70%;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price small .price-number {
  font-size: 14px;
  font-weight: normal;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price small .price-unit {
  font-size: 10px;
}
#lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .txt {
  font-size: 12px;
}
#lp_price .accordion_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#lp_price .accordion_wrap:last-of-type {
  border-bottom: 1px solid #dcdbdc;
}
#lp_price .accordion_wrap .accordion_ganre {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lp_price .accordion_wrap .accordion_content {
  width: calc(100% - 160px);
  border-bottom: none;
}
#lp_price .accordion_wrap .accordion_content > li:not(:first-of-type) {
  border-top: 1px solid #dcdbdc;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap {
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto !important;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column {
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.head {
  padding-left: 30px;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.head:not(.has--inner) {
  cursor: initial;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.head .switch {
  left: 9px;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.except_free {
  grid-area: 1/2/2/6;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.all {
  grid-area: 1/2/2/7;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.grey {
  background-color: #f4f4f4;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column p {
  font-size: 12px;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column small {
  display: inline-block;
  line-height: 1.2;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.txt--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column.txt--left p {
  text-align: left;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner {
  grid-template-columns: 220px 1fr 1fr 1fr 1fr 1fr;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.except_free {
  grid-area: 1/2/2/6;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.free {
  grid-area: 1/6/2/7;
}
#lp_price .accordion_wrap .accordion_content .accordion_inner .accordion_column.all {
  grid-area: 1/2/2/7;
}
#lp_price .sec-reserve {
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price p {
    font-size: 70%;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-number {
    font-size: 18px;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-unit {
    font-size: 12px;
  }
  #lp_price .sec-reserve {
    padding-top: 30px;
  }
}
@media screen and (max-width: 769px) {
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price {
    font-size: 12px;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price small {
    font-size: 8px;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price small .price-number {
    font-size: 12px;
    margin-top: 5px;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price small .price-unit {
    font-size: 10px;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price p {
    font-size: 120%;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-number {
    font-size: 120%;
  }
  #lp_price .grid-container .wrap_plan_head .wrap_plan_head_inner .price .price-unit {
    font-size: 100%;
  }
}
@media screen and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_ganre {
    width: 100%;
    background-color: #f8f1f6;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 3vw 0;
  }
  #lp_price .accordion_wrap .accordion_ganre br {
    display: none;
  }
  #lp_price .accordion_wrap .accordion_content {
    width: 100%;
  }
}
@media screen and (min-width: 321px) and (max-width: 769px) {
  #lp_price .accordion_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head {
    padding-left: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_colum.head .switch {
    left: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 769px) {
  #lp_price .accordion_wrap .accordion_content .accordion_head_wrap .accordion_column {
    padding: 5px 0;
    min-height: initial;
  }
}
.page-commendation {
  padding-bottom: 8em;
}
.page-commendation .title-header {
  width: 100%;
  padding: 4em;
  background: #00489b url(../img/commendation/commendation_header_bg.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}

.page-commendation .lead-content {
  max-width: 1280px;
  margin: 4em auto;
  text-align: center;
}

.page-commendation .lead-content p {
  margin: 1em auto;
  font-size: 18px;
  line-height: 34px;
}

.page-commendation .lead-content .box {
  width: 70%;
  margin: 3em auto;
  text-align: center;
  border: 1px solid #666;
  padding: 42px 30px 20px;
  background: #fafafa;
}

.page-commendation .lead-content .box h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.page-commendation .lead-content .box h3:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #bbb;
}

.page-commendation .lead-content .box p {
  font-size: 14px;
  line-height: 26px;
}

.page-commendation .lead-content .box p.note {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 1023px) {
  .page-commendation .lead-content {
    margin: 4em auto;
    max-width: 960px;
  }
  .page-commendation .lead-content h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .page-commendation .lead-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .page-commendation .lead-content .box {
    margin: 2em auto;
  }
  .page-commendation .lead-content .box p {
    font-size: 13px;
    line-height: 22px;
  }
  .page-commendation .lead-content .box p.note {
    font-size: 11px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-commendation .title-header {
    padding: 2em 3em;
  }
}
@media screen and (max-width: 399px) {
  .page-commendation .lead-content {
    margin: 3em auto 1.5em;
    max-width: none;
    width: 90%;
  }
  .page-commendation .lead-content h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-commendation .lead-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .page-commendation .lead-content .box {
    width: 90%;
    margin: 2em auto;
    padding: 30px 20px 20px;
    margin: 1.4em auto;
  }
  .page-commendation .lead-content .box h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .page-commendation .lead-content .box p {
    font-size: 12px;
    line-height: 20px;
  }
  .page-commendation .lead-content .box p.note {
    font-size: 10px;
    line-height: 18px;
  }
}
.page-commendation .awards__list ul {
  margin: 3em auto;
  width: 90%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-commendation .awards__list ul li {
  width: 50%;
  padding: 2em;
}

@media screen and (max-width: 768px) {
  .page-commendation .awards__list ul li {
    padding: 1em;
  }
}
@media screen and (max-width: 399px) {
  .page-commendation .awards__list ul {
    margin: 0 auto 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-commendation .awards__list ul li {
    padding: 0.5em;
    margin: auto;
    text-align: center;
    width: 95%;
  }
}
.page-commendation .interview__banner {
  width: 80%;
  max-width: 1020px;
  margin: 2em auto 6em;
  text-align: center;
}

.page-commendation .interview__banner .banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 214px;
}

.page-commendation .interview__banner .banner__box .banner__photo {
  width: 38%;
  height: 214px;
  overflow: hidden;
}

.page-commendation .interview__banner .banner__box .banner__info {
  height: 214px;
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
}

.page-commendation .interview__banner .banner__box .banner__info h5 {
  text-align: left;
  background: #003e84;
  max-width: 100%;
  width: auto;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-bottom: 12px;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box h6 {
  padding: 12px;
  font-weight: bolder;
  font-size: 16px;
  line-height: 16px;
  margin: 3px auto;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box ul {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box ul li {
  width: 50%;
  padding: 0 6px;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box ul li:nth-child(1) a {
  background: #0d7cc3;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box ul li:nth-child(2) a {
  background: #409e6f;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box ul li a {
  font-weight: bolder;
  padding: 14px 20px;
  color: #fff;
  display: block;
  width: 100%;
  letter-spacing: 2px;
}

.page-commendation .interview__banner .banner__box .banner__info .info-box ul li a:before {
  font-weight: normal;
  content: "»";
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  .page-commendation .interview__banner {
    max-width: 680px;
  }
  .page-commendation .interview__banner .banner__box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-commendation .interview__banner .banner__box .banner__photo {
    height: auto;
    width: 100%;
  }
  .page-commendation .interview__banner .banner__box .banner__photo picture, .page-commendation .interview__banner .banner__box .banner__photo img {
    width: 100%;
  }
  .page-commendation .interview__banner .banner__box .banner__info {
    width: 100%;
  }
  .page-commendation .interview__banner .banner__box .banner__info h5 {
    text-align: center;
  }
  .page-commendation .interview__banner .banner__box .banner__info .info-box {
    border-left: 1px solid #999;
  }
}
@media screen and (max-width: 768px) {
  .page-commendation .interview__banner {
    max-width: 480px;
  }
}
@media screen and (max-width: 399px) {
  .page-commendation .interview__banner {
    max-width: none;
    margin: 2em auto;
  }
  .page-commendation .interview__banner .banner__box .banner__info .info-box h6 {
    font-size: 12px;
  }
}
.page-commendation .award#award__2020, .page-commendation .award#award__2022 {
  background: #fafafa;
}

.page-commendation .award__inner {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 8em 0;
}

@media screen and (max-width: 1023px) {
  .page-commendation .award__inner {
    padding: 4em 0 5em;
    max-width: 960px;
  }
}
@media screen and (max-width: 399px) {
  .page-commendation .award__inner {
    padding: 3em 0 4.2em;
    max-width: none;
  }
}
.page-commendation .award__inner .award__img {
  margin: 0 auto 3em;
  width: 80%;
}

@media screen and (max-width: 399px) {
  .page-commendation .award__inner .award__img {
    max-width: none;
    width: 96%;
    margin: 0 auto 2em;
  }
}
.page-commendation .award__inner .glide {
  position: relative;
}

.page-commendation .award__inner .glide .glide__track {
  overflow: visible;
}

.page-commendation .award__inner .glide .glide__track .glide__slides {
  overflow: visible;
}

.page-commendation .award__inner .glide .glide__track .glide__slides .glide__slide {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.2 !important;
}

.page-commendation .award__inner .glide .glide__track .glide__slides .glide__slide.glide__slide--active {
  opacity: 1 !important;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow {
  text-indent: -9999px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow:hover:after {
  opacity: 0.7;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow.glide__arrow--left {
  left: -0.9em;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow.glide__arrow--left:after {
  border-width: 25px 20px 25px 0;
  border-color: transparent #e50060 transparent transparent;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow.glide__arrow--right {
  right: 0.6em;
}

.page-commendation .award__inner .glide .glide__arrows .glide__arrow.glide__arrow--right:after {
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #e50060;
}

.page-commendation .award__inner .glide .glide__bullets {
  bottom: -40px;
}

.page-commendation .award__inner .glide .glide__bullets .glide__bullet {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #cacaca;
}

.page-commendation .award__inner .glide .glide__bullets .glide__bullet--active {
  background-color: #e50060;
}

@media (max-width: 800px) and (min-width: 600px) {
  /* 800px以下～600px以上の場合 */
}
.page-faq {
  padding: 5em 0 8em;
}

@media screen and (max-width: 1023px) {
  .page-faq {
    padding: 0 0 5em;
  }
}
.page-faq .page__title {
  text-align: center;
  margin: 3em auto 6em;
}
.page-faq .page__title h1 {
  position: relative;
  font-size: 32px;
  line-height: 44px;
  font-weight: bolder;
  color: #111;
  display: inline-block;
}
.page-faq .page__title h1:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  background: #30b7d3;
}

@media screen and (max-width: 768px) {
  .page-faq .page__title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 399px) {
  .page-faq .page__title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page-faq .page__title {
    margin: 3em auto;
  }
}
.page-faq .qa__list ul li {
  padding: 4em 0;
  position: relative;
}
.page-faq .qa__list ul li:nth-child(2n+1) {
  background: #f2f9fc;
}

@media screen and (max-width: 768px) {
  .page-faq .qa__list ul li {
    padding: 2em 0;
  }
}
.page-faq .qa__list ul li .qa-item {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
}

@media screen and (max-width: 399px) {
  .page-faq .qa__list ul li .qa-item {
    padding: 24px 30px;
  }
}
.page-faq .qa__list ul li .qa-item h4 {
  font-size: 20px;
  line-height: 32px;
  color: #30b7d3;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-faq .qa__list ul li .qa-item h4:before {
  content: "Q.";
  width: 40px;
  margin-right: 10px;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .page-faq .qa__list ul li .qa-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .page-faq .qa__list ul li .qa-item h4:before {
    font-size: 25px;
    width: 32px;
  }
}
@media screen and (max-width: 399px) {
  .page-faq .qa__list ul li .qa-item h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-faq .qa__list ul li .qa-item h4:before {
    font-size: 20px;
    width: 35px;
  }
}
.page-faq .qa__list ul li .qa-item p {
  font-size: 16px;
  line-height: 24px;
}
.page-faq .qa__list ul li .qa-item p a {
  text-decoration: underline;
  color: #30b7d3;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  .page-faq .qa__list ul li .qa-item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-faq .qa__more {
  text-align: center;
  margin: 4em auto 0;
}
.page-faq .qa__more a {
  display: inline-block;
  background: #414993;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: bolder;
  text-align: center;
  padding: 20px 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 399px) {
  .page-faq .qa__more {
    margin-top: 3em;
  }
}
@media screen and (max-width: 1023px) {
  .page-faq .qa__more a {
    font-size: 21px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page-faq .qa__more a {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    width: 90%;
  }
}
@media screen and (max-width: 399px) {
  .page-faq .qa__more a {
    font-size: 16px;
    line-height: 18px;
  }
}
.award-interview__header {
  background: url(../img/interview/header_interview.png) center top no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award-interview__header .award-interview__header__inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.award-interview__header .award-interview__header__inner h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: bolder;
  color: #fff;
}
.award-interview__header .award-interview__header__inner h1 i {
  color: #e50060;
  font-size: 26px;
}

@media screen and (max-width: 399px) {
  .award-interview__header {
    height: 140px;
  }
  .award-interview__header .award-interview__header__inner h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
.award-interview__content {
  text-align: center;
}
.award-interview__content .award-interview__content__inner {
  width: 90%;
  max-width: 1080px;
  margin: 6em auto;
}
.award-interview__content .award-interview__content__inner h2 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: bolder;
  display: inline-block;
  margin: auto;
  position: relative;
}
.award-interview__content .award-interview__content__inner h2:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #e50060;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.award-interview__content .award-interview__content__inner .section {
  margin: 1.5em auto 3em;
  font-size: 20px;
  line-height: 20px;
  font-weight: bolder;
  text-align: center;
  display: block;
}
.award-interview__content .award-interview__content__inner .award-interview__mainImg {
  margin: 4em auto;
}
.award-interview__content .award-interview__content__inner .lead {
  text-align: left;
  margin: 4em auto 2em;
}
.award-interview__content .award-interview__content__inner .lead p {
  font-size: 16px;
  line-height: 30px;
}
.award-interview__content .award-interview__content__inner .outline {
  text-align: center;
  border: 1px solid #aaa;
  padding: 30px 40px;
}
.award-interview__content .award-interview__content__inner .outline .logo {
  text-align: center;
  margin-bottom: 1em;
}
.award-interview__content .award-interview__content__inner .outline .logo img {
  width: 160px;
  height: auto;
}
.award-interview__content .award-interview__content__inner .outline h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bolder;
}
.award-interview__content .award-interview__content__inner .outline .interviewer {
  margin-top: 30px;
}
.award-interview__content .award-interview__content__inner .outline .interviewer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.award-interview__content .award-interview__content__inner .outline .interviewer ul li {
  width: 48.5%;
  background: #F6F6F6;
  padding: 1em 1.5em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.award-interview__content .award-interview__content__inner .outline .interviewer ul li .photo {
  width: 32%;
}
.award-interview__content .award-interview__content__inner .outline .interviewer ul li .name {
  padding-left: 20px;
  width: 68%;
}
.award-interview__content .award-interview__content__inner .outline .interviewer ul li .name .role {
  font-size: 14px;
  line-height: 20px;
}
.award-interview__content .award-interview__content__inner .outline .interviewer ul li .name h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bolder;
}
.award-interview__content .award-interview__content__inner .note {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}
.award-interview__content .award-interview__content__inner .interview__content {
  text-align: left;
}
.award-interview__content .award-interview__content__inner .interview__content .interview-q {
  font-weight: bolder;
  position: relative;
  margin: 4em auto 2em;
  font-size: 18px;
  line-height: 32px;
  padding-left: 100px;
}
.award-interview__content .award-interview__content__inner .interview__content .interview-q:before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  height: 1px;
  width: 80px;
  background: #333;
}
.award-interview__content .award-interview__content__inner .interview__content .interview-a {
  margin: 2em auto;
  font-size: 18px;
  line-height: 36px;
}
.award-interview__content .award-interview__content__inner .interview__content .interview-a span {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}
.award-interview__content .award-interview__content__inner .interview__content a {
  color: #e50060;
}
.award-interview__content .award-interview__content__inner .interview__next {
  margin: 6em auto;
  text-align: center;
}
.award-interview__content .award-interview__content__inner .interview__next a {
  border-radius: 44px;
  font-size: 18px;
  background: #e50060;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  padding: 20px 60px;
}
.award-interview__content .award-interview__content__inner .interviewer-profile ul li {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.award-interview__content .award-interview__content__inner .interviewer-profile ul li .photo {
  width: 20%;
}
.award-interview__content .award-interview__content__inner .interviewer-profile ul li .info {
  width: 80%;
  text-align: left;
}
.award-interview__content .award-interview__content__inner .interviewer-profile ul li .info .role {
  font-size: 14px;
  line-height: 18px;
}
.award-interview__content .award-interview__content__inner .interviewer-profile ul li .info h4 {
  font-weight: bolder;
  font-size: 20px;
  line-height: 24px;
  margin: 8px auto;
}
.award-interview__content .award-interview__content__inner .interviewer-profile ul li .info .profile {
  font-size: 13px;
  line-height: 20px;
}
.award-interview__content .back {
  margin: 4em auto;
  text-align: center;
}
.award-interview__content .back a {
  text-decoration: underline;
  color: #e50060;
}

@media screen and (max-width: 768px) {
  .award-interview__content__inner .interview__content .interview-q {
    font-size: 16px;
    line-height: 28px;
    padding-left: 80px;
  }
  .award-interview__content__inner .interview__content .interview-q:before {
    top: 12px;
    width: 55px;
  }
  .award-interview__content__inner .interview__content .interview-a {
    font-size: 16px;
    line-height: 32px;
  }
  .award-interview__content__inner .interview__content .interview-img {
    margin: 3em auto;
    text-align: center;
  }
}
@media screen and (max-width: 399px) {
  .award-interview__content__inner {
    margin: 2em auto;
  }
  .award-interview__content__inner h2 {
    font-size: 20px;
  }
  .award-interview__content__inner .section {
    font-size: 16px;
  }
  .award-interview__content__inner .award-interview__mainImg {
    margin: 2em auto;
  }
  .award-interview__content__inner .lead {
    margin: 2em auto;
  }
  .award-interview__content__inner .lead p {
    font-size: 14px;
    line-height: 24px;
  }
  .award-interview__content__inner .outline {
    padding: 24px 30px 18px;
  }
  .award-interview__content__inner .outline .logo img {
    width: 140px;
  }
  .award-interview__content__inner .outline h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .award-interview__content__inner .outline .interviewer ul {
    display: block;
  }
  .award-interview__content__inner .outline .interviewer ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .award-interview__content__inner .outline .interviewer ul li .name .role {
    font-size: 12px;
    line-height: 16px;
  }
  .award-interview__content__inner .outline .interviewer ul li .name h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .award-interview__content__inner .interview__content .interview-q {
    margin-top: 3em;
    line-height: 24px;
    padding-left: 50px;
  }
  .award-interview__content__inner .interview__content .interview-q:before {
    top: 10px;
    width: 40px;
  }
  .award-interview__content__inner .interview__content .interview-a {
    line-height: 28px;
  }
  .award-interview__content__inner .interview__content .interview-img {
    margin: 2em auto;
  }
  .award-interview__content__inner .interviewer-profile ul li {
    display: block;
  }
  .award-interview__content__inner .interviewer-profile ul li .photo {
    width: 50%;
    margin: 0 auto;
  }
  .award-interview__content__inner .interviewer-profile ul li .info {
    width: 100%;
  }
  .award-interview__content__inner .interviewer-profile ul li .info .role {
    margin-top: 1em;
  }
}
.visible-sm {
  display: none;
}
@media screen and (max-width: 399px) {
  .visible-sm {
    display: block;
  }
}

.clear {
  clear: both;
}

.sp-hidden {
  display: none;
}

@media only screen and (min-width: 980px) {
  .sp-hidden {
    display: block;
  }
}
.pc-hidden {
  display: block;
}

@media only screen and (min-width: 980px) {
  .pc-hidden {
    display: none;
  }
}
.out-small-sp {
  display: block;
}

@media only screen and (max-width: 360px) {
  .out-small-sp {
    display: none;
  }
}
.only-small-sp {
  display: none;
}

@media only screen and (max-width: 360px) {
  .only-small-sp {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .show-for-small-only {
    display: none !important;
  }
}
.show-tab-up {
  display: none !important;
}

@media only screen and (min-width: 640px) {
  .show-tab-up {
    display: block !important;
  }
}
.margin-top-30 {
  margin-top: 30px !important;
}

.main-whole-wrap {
  background-color: white;
}
.main-whole-wrap a {
  text-decoration: none;
}
.main-whole-wrap a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-whole-wrap a * {
  color: #111111;
}

@media only screen and (min-width: 640px) {
  .main-whole-wrap {
    background-color: #FAFAFA;
  }
}
.main-whole-wrap li {
  list-style: none;
}

.main-whole-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (min-width: 640px) {
  .main-whole-container {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 980px) {
  .main-whole-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 640px) {
  .blog-main {
    width: 100%;
  }
}
/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.is-yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(60%, transparent), color-stop(60%, yellow), to(yellow));
  background: linear-gradient(to bottom, transparent 0, transparent 60%, yellow 60%, yellow 100%);
}

.text-center {
  text-align: center;
}

.anchor-link-target {
  display: block;
  margin-top: -30px;
  padding-top: 30px;
}

@media only screen and (max-width: 639px) {
  .anchor-link-target {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
  }
}
.image-block {
  display: block;
  width: 100%;
}

.image-block img {
  display: block;
  width: 100%;
  height: auto;
}

.link-color {
  color: #48A3D9;
}

@media only screen and (min-width: 640px) {
  .article-list-title {
    margin-bottom: 20px;
  }
}
.article-list-title h2 {
  background-color: #48A3D9;
  color: white;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}

@media only screen and (min-width: 980px) {
  .article-list-title h2 {
    background-color: inherit;
    color: #4D4D4D;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0;
    text-align: left;
  }
}
.blog-breadcrumbs {
  background-color: #FAFAFA;
  font-size: 12px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 10px;
}
.blog-breadcrumbs a span {
  color: #e50060 !important;
}

@media only screen and (min-width: 640px) {
  .blog-breadcrumbs {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 980px) {
  .single-breadcrumbs {
    padding-left: 90px;
  }
}
.category-list-wrap .category-list h2 {
  background-color: #e50060;
  color: white;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}
.category-list-wrap .category-list .first-layer .first-layer-category:first-child {
  border-top: 2px solid #EFEFEF;
}
.category-list-wrap .category-list .first-layer li {
  border: 2px solid #EFEFEF;
  border-top: none;
  background-color: white;
  color: #e50060;
  font-size: 14px;
}
.category-list-wrap .category-list .first-layer li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
.category-list-wrap .category-list .first-layer li div a {
  color: #e50060;
}
.category-list-wrap .category-list .first-layer li div a p {
  color: #e50060;
}
.category-list-wrap .category-list .first-layer li span {
  display: inline-block;
  font-size: 20px;
}
.category-list-wrap .category-list .second-layer {
  display: none;
}
.category-list-wrap .category-list .second-layer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(72, 163, 217, 0.1);
  border: none;
  border-top: 2px solid #EFEFEF;
  padding: 10px 20px;
  padding-left: 30px;
}
.category-list-wrap .category-list .second-layer li a {
  color: #e50060;
}
.category-list-wrap .category-list .second-layer li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
.category-list-wrap .category-list .second-layer li span {
  display: inline-block;
  font-size: 20px;
}
.category-list-wrap .category-list .third-layer {
  display: none;
}
.category-list-wrap .category-list .third-layer li {
  background: rgba(72, 163, 217, 0.2);
  border: none;
  border-top: 2px solid #EFEFEF;
  padding: 10px 20px;
  padding-left: 40px;
}

.article {
  background-color: white;
  padding: 12px 6px;
  border: 2px solid #EFEFEF;
}
.article:not(:first-child) {
  border-top: none;
  margin-top: 0px;
}

@media only screen and (min-width: 640px) {
  .article {
    border: 2px solid #EFEFEF !important;
    padding: 0;
  }
  .article:not(:first-child) {
    margin-top: 20px;
  }
}
.article .category-and-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

@media only screen and (min-width: 640px) {
  .article .category-and-date {
    display: none;
    margin-bottom: 0px;
  }
}
.article .category-and-date .category-label a {
  display: inline-block;
}

.article .category-and-date .category-label a p {
  text-rendering: auto;
  background: #e50060;
  color: white;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 10px;
  min-width: 100%;
  overflow: hidden;
  padding: 4px 16px;
  text-align: center;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 640px) {
  .article .category-and-date .category-label a p {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
  }
}
.article .category-and-date .post-date p {
  color: #888888;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 10px;
  margin-left: 5px;
  white-space: nowrap;
  padding: 2px;
}

@media only screen and (min-width: 640px) {
  .article .category-and-date .post-date p {
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px 0;
  }
}
.article .article-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article .article-pc .art-img-side {
  height: 80px;
  min-width: 105px;
  max-width: 105px;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-img-side {
    height: auto;
    min-height: 160px;
    min-width: 260px;
    max-width: 260px;
  }
}
.article .article-pc .art-img-side a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.article .article-pc .art-img-side a .art-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
}

.article .article-pc .art-img-side a .art-img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.article .article-pc .art-txt-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0px 0px 10px;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side {
    padding: 15px 20px;
  }
}
.article .article-pc .art-txt-side .category-and-date {
  display: none;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side .category-and-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.article .article-pc .art-txt-side .art-title h5 {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side .art-title h5 {
    font-size: 20px;
    padding: 20px 0;
  }
}
.article .article-pc .art-txt-side .art-title h5:hover {
  opacity: 0.5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.article .article-pc .art-txt-side .art-title h5 .art-li-subtitle {
  color: #888888;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side .art-title h5 .art-li-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
.article .article-pc .art-txt-side .art-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.article .article-pc .art-txt-side .art-tags a {
  border: 1px solid #e50060;
  color: #e50060;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1px;
  padding: 2px 5px;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side .art-tags a {
    margin: 2px;
    padding: 3px 15px;
  }
}
.article .article-pc .art-txt-side .art-tags .tag-img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 15px;
  min-width: 15px;
  margin-right: 2px;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side .art-tags .tag-img {
    margin-right: 5px;
  }
}
.article .article-pc .art-txt-side .art-tags p {
  font-size: 8px;
  line-height: 10px;
}

@media only screen and (min-width: 640px) {
  .article .article-pc .art-txt-side .art-tags p {
    font-size: 12px;
    line-height: 14px;
  }
}
.common-footer {
  padding: 0;
  background-color: #F2F5F7;
}

.common-footer .footer-invitation-wrap {
  background: url("./img/footer-invitation-bg.jpg");
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #4D4D4D;
  text-align: center;
}

.common-footer .footer-invitation-wrap .footer-invitation-background {
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 40px 20px;
}

@media only screen and (max-width: 639px) {
  .common-footer .footer-invitation-wrap .footer-invitation-background {
    padding: 20px 15px;
  }
}
.common-footer .footer-invitation-wrap .footer-invitation-for-vendor {
  font-weight: bold;
  font-size: 24px;
}

@media only screen and (max-width: 639px) {
  .common-footer .footer-invitation-wrap .footer-invitation-for-vendor {
    font-size: 14px;
  }
}
.common-footer .footer-invitation-wrap .footer-invitation-title {
  font-weight: bold;
  font-size: 33px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 639px) {
  .common-footer .footer-invitation-wrap .footer-invitation-title {
    font-size: 24px;
    line-height: 1.2;
    padding-top: 20px;
  }
}
.common-footer .footer-invitation-wrap .footer-invitation-text {
  padding-bottom: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 639px) {
  .common-footer .footer-invitation-wrap .footer-invitation-text {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.common-footer .footer-invitation-wrap .footer-invitation-link a.footer-invitation-button {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#21A4C9), to(#1E8AD8));
  background: linear-gradient(to right, #21A4C9, #1E8AD8);
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 50px;
  text-align: center;
}

.common-footer .footer-invitation-wrap .footer-invitation-link a.footer-invitation-button:hover {
  color: white;
  opacity: 0.8;
}

@media only screen and (max-width: 639px) {
  .common-footer .footer-invitation-wrap .footer-invitation-link a.footer-invitation-button {
    width: 100%;
    font-size: 15px;
    padding: 10px 30px;
    margin: 20px 0;
  }
}
.common-footer .footer-link-wrap {
  background: -webkit-gradient(linear, left bottom, right top, from(#54B4F8), to(#66C7F8));
  background: linear-gradient(to top right, #54B4F8, #66C7F8);
  padding: 20px 20px 50px 20px;
  color: white;
}

@media only screen and (max-width: 639px) {
  .common-footer .footer-link-wrap {
    padding: 20px;
  }
}
.common-footer .footer-logo-wrap {
  padding: 25px 25px 40px 25px;
  text-align: center;
}

.common-footer .footer-logo-wrap .footer-logo {
  text-align: center;
  background: url("./img/logo_white.svg") center center/contain no-repeat;
  display: inline-block;
  width: 154px;
  height: 31px;
}

.common-footer .footer-logo-wrap .footer-logo-line {
  background: #DDBBE3;
  padding: 2px;
  width: 80px;
  margin: 20px auto 0 auto;
}

.common-footer .footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 990px;
  margin: 0 auto;
}

.common-footer .footer-link-list .footer-link-container {
  width: 29%;
  -webkit-transform: translateX(22%);
          transform: translateX(22%);
  font-weight: bold;
}

.common-footer .footer-link-list .footer-link-container .footer-link {
  padding: 4px 0;
}

.common-footer .footer-link-list .footer-link-container .footer-link a {
  color: white;
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  .common-footer .footer-link-list {
    width: 80%;
    min-width: 600px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-footer .footer-link-list .footer-link-container {
    width: 33%;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 639px) {
  .common-footer .footer-link-list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-footer .footer-link-list .footer-link-container {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    font-weight: normal;
    padding: 0 20px 20px 20px;
  }
}
.common-footer .footer-copyright {
  text-align: center;
  display: block;
  color: #4D4D4D;
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 20px;
}

.ajax-error:last-child {
  display: block !important;
  border: none;
  width: 300px;
  max-width: 300px;
  margin: 100px 20px !important;
  padding: 30px 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
          box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
  z-index: 999;
  opacity: 1;
  cursor: pointer;
  background: rgba(255, 79, 79, 0.5);
}

.ajax-error:last-child:after {
  content: "システムエラーにより送信できませんでした。";
  color: white;
}

@media only screen and (max-width: 639px) {
  .ajax-error:last-child {
    padding: 20px 15px;
    max-width: 250px;
    font-size: 14px;
  }
}
.wpcf7-not-valid {
  border-color: #FF4F4F !important;
}

span.wpcf7-not-valid-tip {
  color: #FF4F4F !important;
  font-size: 12px !important;
}

.wpcf7-field-group {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.wpcf7-field-group .wpcf7-field-group-remove {
  display: none;
}

.wpcf7-field-group:not(:first-child) {
  margin-top: 30px;
}

.wpcf7-field-group:not(:first-child) .wpcf7-field-group-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.wpcf7-field-group:not(:first-child) .wpcf7-field-group-remove:before {
  content: "×";
  font-weight: bold;
  color: #42C7FC;
  font-size: 50px;
  line-height: 1;
}

.wpcf7-field-group:not(:first-child) .wpcf7-field-group-remove:hover {
  cursor: pointer;
  opacity: 0.5;
}

.wpcf7-field-group:not(:last-child) .wpcf7-field-group-add {
  display: none;
}

.wpcf7-field-group:nth-child(n+5) .wpcf7-field-group-add {
  display: none;
}

.fileup-input {
  display: none;
}

.upload-file-name {
  margin-bottom: 15px;
  font-size: 14px;
  word-wrap: break-word;
  text-align: center;
}

.upload-thumbnail-text {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.dragover {
  opacity: 0.5;
}

.dropped {
  background: #dff3fd !important;
}

.sub-label-text {
  font-size: 14px;
}

.vendor-form-button-submit {
  line-height: 1.7;
  border: none;
  border-radius: 5px;
  background: #42C7FC;
  display: inline-block;
  padding: 15px 15px;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.vendor-form-button-submit:hover {
  opacity: 0.5;
  color: white;
  cursor: pointer;
}

.vendor-form-button-submit:focus {
  color: white;
  outline: none;
}

.vendor-form-button-submit.vendor-form-button-border-style {
  border: 1px solid #42C7FC;
  color: #42C7FC;
  background: white;
}

.vendor-form-button-submit.vendor-form-button-border-style:hover {
  opacity: 1;
  background: rgba(66, 199, 252, 0.2);
  color: #42C7FC;
}

.vendor-form-button-submit.vendor-form-button-border-style:focus {
  color: #42C7FC;
}

.vendor-form-button-submit.vendor-form-button-border-style-lightblue {
  border: 1px solid #42C7FC;
  color: #42C7FC;
  background: rgba(66, 199, 252, 0.2);
}

.vendor-form-button-submit.vendor-form-button-border-style-lightblue:hover {
  background: rgba(66, 199, 252, 0.2);
  color: #42C7FC;
}

.vendor-form-button-submit.vendor-form-button-border-style-lightblue:focus {
  color: #42C7FC;
}

.vendor-form-button-submit.vendor-form-button-gray-style {
  background: #DDD;
  padding: 10px 15px;
}

.vendor-form-button-submit.vendor-form-button-gray-style:hover {
  opacity: 1;
  cursor: default;
}

.vendor-form-button-submit.vendor-form-button-red-style {
  background: #ff4f4f;
}

.vendor-form-button-submit.vendor-form-button-red-style:hover {
  opacity: 0.5;
}

.vendor-form-button-submit.vendor-form-button-upload-style {
  background: #DDD;
  color: #555;
  padding: 10px 15px;
  max-width: 300px;
}

.vendor-form-button-submit.vendor-form-button-upload-style:hover {
  color: #555;
  opacity: 0.5;
  cursor: pointer;
}

.vendor-form-button-submit.is-myreview-button {
  padding: 15px 7px;
  line-height: 1.2;
  font-size: 14px;
}

input[disabled].vendor-form-button-red-style {
  cursor: not-allowed;
  background: #DDD;
}

.page-title {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 30px;
}

@media only screen and (max-width: 639px) {
  .page-title {
    padding: 10px;
  }
}
.title-addtion {
  font-size: 12px;
}

@media only screen and (max-width: 639px) {
  .title-addtion {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.title-addtion a {
  color: #48A3D9;
}

.title-addtion a:hover {
  opacity: 0.5;
}

.form-headline {
  margin-top: -50px;
  margin-left: -50px;
  width: calc(100% + 100px);
  padding: 15px 40px;
  background: #42C7FC;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 639px) {
  .form-headline {
    margin-top: -20px;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 15px 20px;
  }
}
.form-headline .additional-element-num {
  color: white;
}

.upload-thumbnail {
  background: white;
  display: inline-block;
  min-width: 180px;
  max-width: 180px;
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  position: relative;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 5px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 5px rgba(85, 85, 85, 0.2);
  margin-bottom: 10px;
}

.upload-thumbnail img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vendor-form-textarea {
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
  min-height: 180px;
  display: block;
  margin: 0;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  color: #555;
  border: 1px solid lightgray;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  padding: 6px 12px;
  font-size: 14px;
}

.vendor-form-textarea:focus {
  background: #dff3fd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #42C7FC !important;
  outline: none;
}

.vendor-form-textarea::-webkit-input-placeholder {
  color: lightgray;
}

.vendor-form-textarea::-moz-placeholder {
  color: lightgray;
}

.vendor-form-textarea:-ms-input-placeholder {
  color: lightgray;
}

.vendor-form-textarea::-ms-input-placeholder {
  color: lightgray;
}

.vendor-form-textarea::placeholder {
  color: lightgray;
}

@media only screen and (min-width: 980px) {
  .vendor-form-checkboxes {
    margin-left: 20px;
  }
}
.vendor-form-checkboxes .vendor-form-checkbox-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.vendor-form-checkbox {
  display: inline-block;
  height: auto;
}

.vendor-form-checkbox input[type=checkbox] {
  display: none;
}

.vendor-form-checkbox label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #555;
}

.vendor-form-checkbox label:before {
  background: white;
  border: 1px solid #DDD;
  border-radius: 2px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vendor-form-checkbox label:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vendor-form-checkbox input:checked + label {
  font-weight: bold;
}

.vendor-form-checkbox input:checked + label:after {
  display: block;
  content: "";
  width: 20px;
  height: 12px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: translateY(-50%) rotate(-50deg);
          transform: translateY(-50%) rotate(-50deg);
  position: absolute;
  top: 47%;
  left: 4px;
  z-index: 2;
}

.vendor-form-checkbox input:checked + label:before {
  background: #42C7FC;
  border-color: #42C7FC;
}

.vendor-form-radioboxes .vendor-form-radiobox-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.vendor-form-radiobox {
  display: inline-block;
  height: auto;
}

.vendor-form-radiobox input[type=radio] {
  display: none;
}

.vendor-form-radiobox label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #555;
}

.vendor-form-radiobox label:before {
  background: white;
  border: 1px solid #DDD;
  border-radius: 50px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vendor-form-radiobox label:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vendor-form-radiobox input:checked + label {
  font-weight: bold;
}

.vendor-form-radiobox input:checked + label:after {
  background: #42C7FC;
  border-radius: 50px;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vendor-form-radiobox input:checked + label:before {
  border: 1px solid #42C7FC;
}

.vendor-form-input-text {
  height: 2.5375rem;
  padding-left: 12px;
  display: inline-block;
  margin: 0;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #555;
  border: 1px solid lightgray;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 3px;
  max-width: 600px;
  font-size: 14px;
}

.vendor-form-input-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #555;
}

.vendor-form-input-text:focus {
  background: #dff3fd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #42C7FC;
  outline: none;
}

.vendor-form-input-text::-webkit-input-placeholder {
  color: lightgray;
}

.vendor-form-input-text::-moz-placeholder {
  color: lightgray;
}

.vendor-form-input-text:-ms-input-placeholder {
  color: lightgray;
}

.vendor-form-input-text::-ms-input-placeholder {
  color: lightgray;
}

.vendor-form-input-text::placeholder {
  color: lightgray;
}

.vendor-form-select {
  height: 2.5375rem;
  padding-left: 12px;
  display: inline-block;
  margin: 0;
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #555;
  border: 1px solid lightgray;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
}

.vendor-form-select:focus {
  background-color: #dff3fd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #42C7FC;
  outline: none;
}

#user-form {
  background: white;
  padding: 30px 30px 80px 30px;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  #user-form {
    padding: 20px 10px 50px 10px;
  }
}
#user-form * > th {
  text-align: right;
}

#user-form * > td {
  padding-bottom: 0px;
}

#user-form .must_item {
  color: red;
}

#user-form .wpcf7-response-output {
  border: none;
  width: 300px;
  max-width: 300px;
  margin: 100px 20px !important;
  padding: 30px 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
          box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 639px) {
  #user-form .wpcf7-response-output {
    padding: 20px 15px;
    max-width: 250px;
    font-size: 14px;
  }
}
#user-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(9, 158, 152, 0.5);
}

#user-form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(255, 79, 79, 0.5);
}

#user-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: rgba(255, 79, 79, 0.5);
}

#user-form .wpcf7-response-output.wpcf7-aborted {
  background: rgba(255, 79, 79, 0.5);
}

#user-form .wpcf7-response-output.wpcf7-display-none {
  opacity: 1;
}

#user-form .wpcf7-response-output:hover {
  opacity: 0.6;
}

#user-form form > div:not(:first-child) {
  margin-top: 40px;
}

#user-form .additional-elements .additional-element {
  max-height: 170px;
  overflow: hidden;
}

#user-form .additional-elements .additional-element.is-open-additional-element {
  max-height: 3000px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

#user-form .vendor-form-wrap {
  background: #F7F6F5;
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 50px 80px 50px;
  -webkit-box-shadow: 0 0 10px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 10px rgba(85, 85, 85, 0.2);
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-wrap {
    padding: 20px 10px 60px 10px;
  }
}
#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item {
  padding: 30px 20px;
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-wrap .vendor-form-items .vendor-form-item {
    padding: 20px 10px;
    display: block;
  }
}
#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 7px solid #DDD;
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  #user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media only screen and (max-width: 639px) {
  #user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title .labels-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title .labels-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
}
#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title label {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  margin-right: 7px;
}

#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title span {
  display: inline-block;
  padding: 0px 1px;
  letter-spacing: 2px;
  line-height: 1.2;
}

#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title span.required-label {
  color: white;
  border: 2px solid #42C7FC;
  background: #42C7FC;
  font-size: 12px;
  white-space: nowrap;
}

#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-title span.optional-label {
  color: #555;
  border: 2px solid #DDD;
  background: white;
  font-size: 12px;
  white-space: nowrap;
}

#user-form .vendor-form-wrap .vendor-form-items .vendor-form-item .vendor-form-item-inputs {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}

#user-form .vendor-form-wrap .vendor-form-upload-wrap {
  display: block;
  border: 2px dashed #ddd;
  background: white;
  padding: 15px;
  text-align: center;
}

#user-form .vendor-form-wrap .vendor-form-thumbnail-wrap {
  line-height: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 979px) {
  #user-form .vendor-form-wrap .vendor-form-thumbnail-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#user-form .vendor-form-wrap .vendor-form-thumbnail-wrap .vendor-form-thumbnail {
  width: 150px;
  height: 150px;
}

#user-form .vendor-form-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-name-wrap {
    display: block;
  }
}
#user-form .vendor-form-name-wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-name-wrap > div {
    margin-bottom: 5px;
  }
}
#user-form .vendor-form-post-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

#user-form .vendor-form-post-number-wrap .post-icon {
  margin-right: 10px;
}

#user-form .vendor-form-startday-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#user-form .vendor-form-startday-wrap > div {
  margin-right: 10px;
  max-width: 100px;
}

#user-form .vendor-form-addition {
  text-align: center;
  margin: 50px 0 0 0;
  color: #555;
  font-size: 12px;
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-addition {
    margin: 30px 0 0 0;
  }
}
#user-form .vendor-form-addition a {
  color: #48A3D9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#user-form .vendor-form-addition a:hover {
  opacity: 0.5;
}

#user-form .vendor-form-agreement-block {
  margin-top: 40px;
  display: inline-block;
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-agreement-block {
    margin-top: 25px;
  }
}
#user-form .vendor-form-agreement-block label {
  font-size: 14px;
}

#user-form .vendor-form-button-wrap {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  #user-form .vendor-form-button-wrap {
    margin-top: 30px;
  }
}
#user-form .add-button-wrap {
  margin: 30px 0;
  text-align: center;
}

.headline-box {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
}

.headline-box-headline {
  background: -webkit-gradient(linear, left top, right top, from(#449BCB), to(#4DB9D6));
  background: linear-gradient(to right, #449BCB, #4DB9D6);
  color: white;
  font-weight: normal;
  padding: 20px;
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 639px) {
  .headline-box-headline {
    padding: 10px;
    font-size: 18px;
  }
}
.headline-box-box {
  padding: 30px 30px 45px 30px;
  background: white;
}

@media only screen and (max-width: 639px) {
  .headline-box-box {
    padding: 30px 10px 45px 10px;
  }
}
.headline-boxes .headline-box .vendor-label {
  margin-top: 15px;
}

.headline-boxes .headline-box:not(:first-child) {
  margin-top: 50px;
}

.jump-to-category {
  color: #48A3D9;
  display: inline-block;
  float: right !important;
  margin: 15px 10px 0 0;
}

.link-to-main-category-page {
  display: inline-block;
  color: #48A3D9;
  margin: 10px 0 10px 5px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .link-to-main-category-page {
    font-size: 20px;
    margin: 10px 0 0 10px;
  }
}
.link-to-main-category-page:hover {
  text-decoration: underline;
}

.link-to-main-category-page:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: "900";
}

.page-number-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-number-btns a {
  background: #d6d6d6;
  color: #4D4D4D;
  display: block;
  font-size: 18px;
  margin: 3px;
  min-width: 35px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .page-number-btns a {
    margin: 5px;
    min-width: 50px;
  }
}
.page-number-btns a p {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 35px;
}

@media only screen and (min-width: 640px) {
  .page-number-btns a p {
    line-height: 50px;
  }
}
.page-number-btns .current-page-btn, .page-number-btns .no-more-page-btn {
  background: none;
  pointer-events: none;
}

.signup-btn-wrap {
  background: white;
  border: 3px solid #e50060;
  margin: 0px 10px;
}

@media only screen and (min-width: 980px) {
  .signup-btn-wrap {
    margin: 0;
  }
}
.signup-btn-wrap .side-container {
  padding: 20px;
}

.signup-btn-wrap .side-logo {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.signup-btn-wrap .side-logo img {
  width: 60%;
  max-width: 200px;
}

.signup-btn-wrap p {
  margin: 10px 0;
  text-align: center;
}

.signup-btn-wrap .post_link {
  background: #e50060;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pc-single-below-title {
  background-color: #111111;
}
.pc-single-below-title h2 {
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 10px 15px;
  margin-top: 0px;
}

@media only screen and (min-width: 640px) {
  .pc-single-below-title h2 {
    margin-top: 60px;
    font-size: 26px;
  }
}
.follow-btn-wrap {
  background: #0075c1;
  margin: 0 10px;
}

@media only screen and (min-width: 980px) {
  .follow-btn-wrap {
    margin: 0;
  }
}
.follow-btn-wrap .side-container {
  padding: 20px;
}

.follow-btn-wrap h4 {
  font-size: 18px;
}

.follow-btn-wrap .side-logo {
  color: white;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.follow-btn-wrap .share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.follow-btn-wrap .share-btns a {
  width: 20%;
  max-width: 60px;
}

.follow-btn-wrap .share-btns img {
  width: 100%;
}

.tag-list-wrap h2 {
  background-color: #111111;
  color: white;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}
.tag-list-wrap .tag-list {
  background: white;
  border: 2px solid #EFEFEF;
  padding: 10px;
}
.tag-list-wrap .tags-btn {
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.tag-list-wrap .tags-btn span {
  font-size: 30px;
  margin-left: 15px;
}
.tag-list-wrap .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tag-list-wrap .tags .tag-cloud-link {
  display: none;
}
.tag-list-wrap .tags .tag-cloud-link.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tag-list-wrap .tags a {
  border: 1px solid #111111;
  color: #111111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px !important;
  margin: 4px;
  padding: 2px 5px;
}

@media only screen and (min-width: 980px) {
  .tag-list-wrap .tags-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tag-list-wrap .tags a {
    margin: 3px;
    padding: 2px 5px;
  }
}
.tag-list-wrap .tags a:before {
  content: "";
  display: inline-block;
  padding-right: 4px;
  background-image: url("img/tag.svg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 15px;
  min-width: 15px;
  margin-right: 2px;
}
.tag-list-wrap .tags p {
  font-size: 12px;
  line-height: 14px;
}

@media only screen and (min-width: 980px) {
  .tag-list-wrap .tags p {
    font-size: 13px;
  }
}
.navicon-button {
  display: inline-block;
  position: relative;
  padding: 15px 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.8;
}

.navicon-button .navicon:before, .navicon-button .navicon:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navicon-button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navicon-button:hover .navicon:before {
  top: 0.725rem;
}

.navicon-button:hover .navicon:after {
  top: -0.725rem;
}

.navicon {
  position: relative;
  width: 2em;
  height: 0.3125rem;
  background: #4D4D4D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2.5rem;
}

.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: 0.3125rem;
  width: 2rem;
  background: #4D4D4D;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}

.navicon:before {
  top: 0.625rem;
}

.navicon:after {
  top: -0.625rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* × and + */
.open.plus .navicon,
.open.x .navicon {
  background: transparent;
}

.open.plus .navicon:before,
.open.x .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open.plus .navicon:after,
.open.x .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open.plus {
  -webkit-transform: scale(0.75) rotate(45deg);
          transform: scale(0.75) rotate(45deg);
}

.vendor-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 10px;
}

@media only screen and (min-width: 640px) {
  .vendor-header {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 639px) {
  .vendor-header {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
            box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
    top: 0;
    left: 0;
  }
}
.vendor-header .vendor-header-logo-wrap {
  line-height: 0;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .vendor-header .vendor-header-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .vendor-header .vendor-header-logo-wrap:before {
    content: "";
    width: 42px;
  }
}
.vendor-header .vendor-header-logo-wrap .vendor-header-logo {
  -ms-flex-item-align: center;
      align-self: center;
  display: inline-block;
  width: 130px;
  height: auto;
}

.vendor-header .vendor-header-logo-wrap .vendor-header-logo img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.vendor-header .vendor-header-menus {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 639px) {
  .vendor-header .vendor-header-menus {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .vendor-header .vendor-header-menus.mobile-open-menus {
    display: block;
    z-index: 2;
  }
}
.vendor-header .vendor-header-menus .vendor-header-menu {
  margin: 5px 20px;
}

@media only screen and (max-width: 639px) {
  .vendor-header .vendor-header-menus .vendor-header-menu {
    margin: 20px 10px;
    text-align: center;
  }
}
.vendor-header .vendor-header-menus .vendor-header-menu a {
  font-size: 14px;
  color: #48A3D9;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.vendor-header .vendor-header-menus .vendor-header-menu a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0px;
  height: 2px;
  background: #9ccdeb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.vendor-header .vendor-header-menus .vendor-header-menu a:hover {
  color: #206d9b;
}

.vendor-header .vendor-header-menus .vendor-header-menu a:hover:after {
  position: absolute;
  width: 100%;
}

.vendor-footer {
  background: #111111;
  padding: 70px 15px 90px 15px;
  margin-bottom: 100px;
}
.vendor-footer .vendor-footer-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px 60px 30px;
}
.vendor-footer .vendor-footer-texts {
  max-width: 650px;
  margin: 0 auto;
}

.vendor-footer .vendor-footer-main-text {
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 639px) {
  .vendor-footer .vendor-footer-main-text {
    font-size: 20px;
  }
}
.vendor-footer .vendor-footer-text {
  color: white;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.vendor-footer .vendor-footer-sub-text {
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 639px) {
  .vendor-footer .vendor-footer-sub-text {
    font-size: 16px;
  }
}
.vendor-footer-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.vendor-footer-logo {
  display: inline-block;
  width: 180px;
  height: auto;
}

.vendor-footer-logo img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.vendor-footer-button-wrap {
  text-align: center;
}

.vendor-logos {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.vendor-logos > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  padding-top: 15%;
  position: relative;
  width: 20%;
}

@media only screen and (max-width: 639px) {
  .vendor-logos > div {
    padding-top: 27%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333333333%;
            flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
  }
}
.vendor-logos > div img {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0px;
}

.vendor-section {
  padding: 40px 15px 40px 15px;
}

@media only screen and (max-width: 639px) {
  .vendor-section {
    padding: 60px 15px 60px 15px;
  }
}
.vendor-section .vendor-section-container {
  max-width: 1280px;
  margin: 0 auto;
}

.vendor-section .vendor-headline-wrap {
  margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
  .vendor-section .vendor-headline-wrap {
    margin-bottom: 40px;
  }
}
.vendor-section .vendor-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.vendor-section.is-background-gray {
  background: #F2F5F7;
}

.vendor-section.is-background-btob-gray {
  background: #F7F6F5;
}

.vendor-section.is-background-lightblue {
  background: #E4F4FF;
}

.vendor-section.is-background-gradation-blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1E8AD8), to(#21A4C9));
  background: linear-gradient(to right, #1E8AD8 0, #21A4C9 100%);
}

.vendor-section.is-background-silver {
  background: linear-gradient(135deg, #DBE0E3, #FFFFFF, #DEE1E3, #C8DAE0);
}

.vendor-section.is-padding-top-small {
  padding: 20px 15px 80px 15px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-top-small {
    padding: 20px 15px 60px 15px;
  }
}
.vendor-section.is-padding-top-small .vendor-headline-wrap {
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-top-small .vendor-headline-wrap {
    margin-bottom: 40px;
  }
}
.vendor-section.is-padding-top-small .vendor-button-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-top-small .vendor-button-wrap {
    margin-top: 40px;
  }
}
.vendor-section.is-padding-top-middle {
  padding: 50px 15px 80px 15px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-top-middle {
    padding: 50px 15px 60px 15px;
  }
}
.vendor-section.is-padding-top-middle .vendor-headline-wrap {
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-top-middle .vendor-headline-wrap {
    margin-bottom: 30px;
  }
}
.vendor-section.is-padding-top-middle .vendor-button-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-top-middle .vendor-button-wrap {
    margin-top: 30px;
  }
}
.vendor-section.is-padding-large {
  padding: 80px 15px 80px 15px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-large {
    padding: 60px 15px 60px 15px;
  }
}
.vendor-section.is-padding-large .vendor-headline-wrap {
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-large .vendor-headline-wrap {
    margin-bottom: 40px;
  }
}
.vendor-section.is-padding-large .vendor-button-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-large .vendor-button-wrap {
    margin-top: 40px;
  }
}
.vendor-section.is-padding-balloon {
  padding: 80px 15px 30px 15px;
  position: relative;
}

.vendor-section.is-padding-balloon .vendor-headline-wrap .vendor-headline-additional {
  margin-top: 20px;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-balloon {
    padding: 50px 15px 20px 15px;
  }
}
.vendor-section.is-padding-balloon:after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-top: 50px solid white;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  z-index: 2;
}

@media only screen and (max-width: 639px) {
  .vendor-section.is-padding-balloon:after {
    border-top: 50px solid white;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }
}
@media only screen and (min-width: 640px) and (max-width: 979px) {
  #itreview-blog-banner-wrap .top-banner-wrap {
    border: 2px solid #EFEFEF;
    background: white;
    padding: 40px 0;
  }
}
#itreview-blog-banner-wrap .top-banner-wrap .top-banner-item:not(:first-child) {
  margin-top: 15px;
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  #itreview-blog-banner-wrap .top-banner-wrap .top-banner-item {
    padding: 0 50px;
  }
  #itreview-blog-banner-wrap .top-banner-wrap .top-banner-item:not(:first-child) {
    margin-top: 20px;
  }
}
.vendor-top-headline {
  text-align: center;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 2px;
  line-height: 1.25;
}

@media only screen and (max-width: 639px) {
  .vendor-top-headline {
    font-size: 35px;
  }
}
.vendor-headline {
  text-align: center;
  display: block;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 1.5;
}

@media only screen and (max-width: 639px) {
  .vendor-headline {
    font-size: 26px;
  }
}
.vendor-headline.is-blue-text-color {
  color: #449BCB;
}

.vendor-headline.is-white-text-color {
  color: white;
}

.vendor-headline.is-font-size-middle {
  font-size: 24px;
}

@media only screen and (max-width: 639px) {
  .vendor-headline.is-font-size-middle {
    font-size: 20px;
  }
}
.vendor-headline .vendor-headline-standing-text {
  display: inline;
  font-size: 50px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(65%, transparent), color-stop(65%, yellow), to(yellow));
  background: linear-gradient(to bottom, transparent 0, transparent 65%, yellow 65%, yellow 100%);
}

@media only screen and (max-width: 639px) {
  .vendor-headline .vendor-headline-standing-text {
    font-size: 38px;
  }
}
.vendor-headline .vendor-headline-standing-text:before, .vendor-headline .vendor-headline-standing-text:after {
  color: gray;
  font-family: sans-serif;
}

.vendor-headline .vendor-headline-standing-text:before {
  content: "“";
}

.vendor-headline .vendor-headline-standing-text:after {
  content: "”";
}

.vendor-headline-additional {
  display: block;
  margin-top: 6px;
  text-align: center;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: normal;
}

.blog-sidebar {
  margin-top: 30px;
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .blog-sidebar {
    margin-top: 0px;
    margin-left: 20px;
    min-width: 300px;
    max-width: 300px;
  }
}
.blog-sidebar > div:not(:first-child) {
  margin-top: 30px;
}

.recommend-wrap {
  display: none;
}
.recommend-wrap h2 {
  background-color: #111111;
  color: white;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}
.recommend-wrap .article {
  border: 2px solid #EFEFEF;
  border-top: none !important;
}
.recommend-wrap .article:not(:first-child) {
  margin-top: 0px;
}
.recommend-wrap .article:nth-child(2) {
  border-top: 2px solid #EFEFEF !important;
}
.recommend-wrap .article .article-pc .art-img-side {
  padding: 10px 5px 10px 10px;
  min-height: 80px;
  min-width: 105px;
  max-width: 105px;
}
.recommend-wrap .article .article-pc .art-txt-side {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 10px 5px;
}
.recommend-wrap .article .article-pc .art-txt-side .art-title h5 {
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 16px;
  padding: 0 !important;
}
.recommend-wrap .article .article-pc .art-txt-side .art-title h5:hover {
  opacity: 0.5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.recommend-wrap .article .article-pc .art-txt-side .art-title h5 .art-li-subtitle {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 12px;
}

@media only screen and (min-width: 980px) {
  .recommend-wrap {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .recommend-wrap .article:not(:first-child) {
    margin-top: 0px;
  }
}
.share-btns-side {
  position: fixed;
  bottom: 5px;
  left: 0;
  /* 左右を開けるのであれば 7px */
  right: 0;
  z-index: 999;
}

@media only screen and (min-width: 640px) {
  .share-btns-side {
    bottom: 5px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .share-btns-side {
    position: static;
    display: block;
    margin-right: 20px;
    min-width: 50px;
    max-width: 50px;
  }
}
.share-btns-side .share-btns-side-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 980px) {
  .share-btns-side .share-btns-side-container {
    position: fixed;
    width: auto;
    display: block;
  }
}
.share-btns-side .share-btns-side-container a {
  display: block;
  overflow: hidden;
}

.share-btns-side .share-btns-side-container a:not(:first-child) {
  margin-left: 5px;
}

@media only screen and (min-width: 640px) {
  .share-btns-side .share-btns-side-container a:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .share-btns-side .share-btns-side-container a:not(:first-child) {
    margin-left: 0px;
    margin-top: 5px;
  }
}
.share-btns-side .share-btns-side-container a .share-btn {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-width: 50px !important;
  min-height: 50px !important;
}

@media only screen and (min-width: 640px) {
  .share-btns-side .share-btns-side-container a .share-btn {
    min-width: 60px !important;
    min-height: 60px !important;
  }
}
@media only screen and (min-width: 980px) {
  .share-btns-side .share-btns-side-container a .share-btn {
    min-width: 50px !important;
    min-height: 50px !important;
  }
}
.share-btns-side .share-btns-side-container a .share-btn:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.vendor-articles {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 639px) {
  .vendor-articles {
    display: block;
  }
}
.vendor-articles .vendor-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333333333%;
          flex: 0 1 33.3333333333%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .vendor-articles .vendor-article {
    display: block;
  }
  .vendor-articles .vendor-article:not(:first-child) {
    margin-top: 30px;
  }
}
.vendor-articles .vendor-article .vendor-article-container {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  background: white;
}

@media only screen and (max-width: 639px) {
  .vendor-articles .vendor-article .vendor-article-container {
    display: block;
  }
}
.vendor-articles .vendor-article .vendor-article-container:hover {
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.5);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.5);
  cursor: pointer;
}

.vendor-articles .vendor-article .vendor-article-container .vendor-article-image {
  width: 100%;
  padding-top: 58%;
}

@media only screen and (max-width: 639px) {
  .vendor-articles .vendor-article .vendor-article-container .vendor-article-image {
    padding-top: 50%;
  }
}
.vendor-articles .vendor-article .vendor-article-container .vendor-article-text {
  width: 100%;
  background: white;
  padding: 20px 20px 30px 20px;
}

@media only screen and (min-width: 640px) {
  .vendor-articles .vendor-article .vendor-article-container .vendor-article-text {
    min-height: 200px;
  }
}
.vendor-articles .vendor-article .vendor-article-container .vendor-article-text .vendor-article-title {
  line-height: 1.4;
  max-height: 75.6px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .vendor-articles .vendor-article .vendor-article-container .vendor-article-text .vendor-article-title {
    line-height: 1.4;
    max-height: 44.8px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.vendor-articles .vendor-article .vendor-article-container .vendor-article-text .vendor-article-exerpt {
  margin-top: 10px;
  line-height: 1.4;
  max-height: 58.8px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (max-width: 639px) {
  .vendor-articles .vendor-article .vendor-article-container .vendor-article-text .vendor-article-exerpt {
    line-height: 1.4;
    max-height: 39.2px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.vendor-label {
  display: inline-block;
  padding: 13px 10%;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

@media only screen and (max-width: 639px) {
  .vendor-label {
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
  }
}
.vendor-label.is-background-orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #FF6827), color-stop(50%, #F3A83B), color-stop(50%, #F3A83B), to(#FF6827));
  background: linear-gradient(to right, #FF6827 0, #F3A83B 50%, #F3A83B 50%, #FF6827 100%);
}

.vendor-button {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1E8AD8), to(#21A4C9));
  background: linear-gradient(to right, #1E8AD8, #21A4C9);
  color: white;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  font-size: 20px;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 640px) {
  .vendor-button {
    min-width: 510px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .vendor-button {
    font-size: 16px;
  }
}
.vendor-button:hover {
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.5);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.5);
  cursor: pointer;
}

.vendor-contact-button {
  display: inline-block;
  background: white;
  color: #111111;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-transition: background 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  transition: background 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, background 0.5s, color 0.5s;
  transition: box-shadow 0.5s, background 0.5s, color 0.5s, -webkit-box-shadow 0.5s;
  font-size: 20px;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 640px) {
  .vendor-contact-button {
    min-width: 510px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .vendor-contact-button {
    font-size: 16px;
  }
}
.vendor-contact-button:hover {
  -webkit-box-shadow: 0 0 30px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 30px 0px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.vendor-page-header {
  padding: 55px 20px;
  width: 100%;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 639px) {
  .vendor-page-header {
    padding: 30px 20px;
    min-height: 280px;
  }
}
.vendor-page-header .vendor-page-header-headline {
  text-align: center;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 2px;
  line-height: 1.25;
}

@media only screen and (max-width: 639px) {
  .vendor-page-header .vendor-page-header-headline {
    font-size: 35px;
  }
}
.vendor-page-header .vendor-page-header-additional-message {
  margin-top: 10px;
  display: block;
  color: white;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .vendor-page-header .vendor-page-header-additional-message {
    font-size: 14px;
  }
}
.vendor-top-large-image {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("img/cover_top.jpg") center center/cover no-repeat;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("img/cover_top.jpg") center center/cover no-repeat;
  width: 100%;
  max-width: 100%;
  padding: 110px 10px 140px 10px;
}

@media only screen and (max-width: 639px) {
  .vendor-top-large-image {
    padding: 60px 10px 80px 10px;
  }
}
.vendor-top-large-image .vendor-top-large-image-texts {
  max-width: 1280px;
  margin: 0 auto;
}

.vendor-top-large-image .vendor-top-large-image-text {
  text-align: center;
  width: 100%;
}

.vendor-top-large-image .vendor-top-large-image-text:not(:first-child) {
  margin-top: 30px;
}

.vendor-top-large-image .vendor-top-large-image-text-label {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1E8AD8), to(#21A4C9));
  background: linear-gradient(to right, #1E8AD8 0, #21A4C9 100%);
  color: white;
  padding: 7px 10px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}

@media only screen and (max-width: 639px) {
  .vendor-top-large-image .vendor-top-large-image-text-label {
    font-size: 16px;
  }
}
.vendor-top-large-image .vendor-top-large-image-additional-message {
  display: inline-block;
  color: white;
}

@media only screen and (max-width: 639px) {
  .vendor-top-large-image .vendor-top-large-image-additional-message {
    font-size: 14px;
  }
}
.vendor-solutions-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #F2F5F7;
  border-radius: 20px;
}

@media only screen and (min-width: 640px) {
  .vendor-solutions-wrap {
    max-width: 650px;
  }
}
.vendor-solutions {
  display: block;
  padding: 30px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  .vendor-solutions {
    max-width: 520px;
  }
}
.vendor-solutions .vendor-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-solutions .vendor-solution:not(:first-child) {
  margin-top: 20px;
}

.vendor-solutions .vendor-solution-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url("./img/top_check.svg") 100% 0px/contain no-repeat;
  width: 40px;
  height: 30px;
  margin-right: 20px;
}

.vendor-solutions .vendor-solution-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1px;
          flex: 1 1 1px;
  color: #666;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 5px;
}

.vendor-top-download-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 40px 20px;
}

@media only screen and (max-width: 639px) {
  .vendor-top-download-wrap {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 979px) {
  .vendor-top-download-wrap {
    max-width: 650px;
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 980px) {
  .vendor-top-download-wrap {
    max-width: 1050px;
    padding: 40px 50px;
  }
}
.vendor-top-download-wrap .vendor-top-download {
  margin: 0 auto;
}

@media only screen and (min-width: 980px) {
  .vendor-top-download-wrap .vendor-top-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 950px;
  }
}
.vendor-top-download-wrap .vendor-top-download .vendor-top-download-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .vendor-top-download-wrap .vendor-top-download .vendor-top-download-image {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .vendor-top-download-wrap .vendor-top-download .vendor-top-download-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 50px 0 0;
  }
}
.vendor-top-download-wrap .vendor-top-download .vendor-top-download-image img {
  width: 100%;
  height: auto;
  display: block;
}

.vendor-top-download-wrap .vendor-top-download .vendor-top-download-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 300px);
          flex: 1 1 calc(100% - 300px);
}

@media only screen and (max-width: 979px) {
  .vendor-top-download-wrap .vendor-top-download .vendor-top-download-texts {
    margin: 0 auto 20px auto;
    max-width: 600px;
  }
}
.vendor-top-download-wrap .vendor-top-download .vendor-top-download-texts .vendor-top-download-text {
  text-align: left;
  display: block;
  color: #4D4D4D;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.7;
  max-width: 550px;
}

.vendor-top-download-wrap .vendor-top-download .vendor-top-download-texts .vendor-top-download-main-text {
  margin: 5px 0 20px 0;
  text-align: left;
  display: block;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 1.5;
}

.vendor-top-possibilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 639px) {
  .vendor-top-possibilities {
    display: block;
  }
}
.vendor-top-possibilities .vendor-top-possibility {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 40px);
          flex: 1 1 calc(50% - 40px);
  padding: 60px 20px 60px 20px;
  width: 50%;
}

@media only screen and (max-width: 639px) {
  .vendor-top-possibilities .vendor-top-possibility {
    width: 100%;
  }
}
.vendor-top-possibilities .vendor-top-possibility .vendor-top-possibility-container {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .vendor-top-possibilities .vendor-top-possibility .vendor-top-possibility-container {
    max-width: 330px;
  }
}
.vendor-top-possibilities .vendor-top-possibility .vendor-top-possibility-label {
  display: inline;
  background: white;
  line-height: 1.4;
  padding: 3px;
  font-size: 20px;
}

@media only screen and (max-width: 639px) {
  .vendor-top-possibilities .vendor-top-possibility .vendor-top-possibility-label {
    font-size: 16px;
  }
}
.vendor-top-possibilities .vendor-top-possibility .vendor-top-possibility-text {
  margin-top: 15px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}

@media only screen and (max-width: 639px) {
  .vendor-top-possibilities .vendor-top-possibility .vendor-top-possibility-text {
    font-size: 22px;
  }
}
.vendor-top-possibilities .vendor-top-possibility:nth-child(1) {
  background: url("./img/top_01.svg") top left/23% auto no-repeat, -webkit-gradient(linear, left top, right top, from(#21A4C9), to(#1E8AD8));
  background: url("./img/top_01.svg") top left/23% auto no-repeat, linear-gradient(to right, #21A4C9, #1E8AD8);
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(1) .vendor-top-possibility-label {
  color: #1E8AD8;
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(2) {
  background: url("./img/top_02.svg") top left/23% auto no-repeat, -webkit-gradient(linear, left top, right top, from(#F3A83B), to(#FF6827));
  background: url("./img/top_02.svg") top left/23% auto no-repeat, linear-gradient(to right, #F3A83B, #FF6827);
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(2) .vendor-top-possibility-label {
  color: #EF8B1E;
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(3) {
  background: url("./img/top_03.svg") top left/23% auto no-repeat, -webkit-gradient(linear, left top, right top, from(#ED7DA4), to(#BC369F));
  background: url("./img/top_03.svg") top left/23% auto no-repeat, linear-gradient(to right, #ED7DA4, #BC369F);
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(3) .vendor-top-possibility-label {
  color: #BF367E;
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(4) {
  background: url("./img/top_04.svg") top left/23% auto no-repeat, -webkit-gradient(linear, left top, right top, from(#47D8A2), to(#099E98));
  background: url("./img/top_04.svg") top left/23% auto no-repeat, linear-gradient(to right, #47D8A2, #099E98);
}

.vendor-top-possibilities .vendor-top-possibility:nth-child(4) .vendor-top-possibility-label {
  color: #39AD91;
}

.vendor-top-success {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("./img/top_back.jpg") center center/cover no-repeat;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("./img/top_back.jpg") center center/cover no-repeat;
}

.vendor-top-success .vendor-top-success-image {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.vendor-top-success .vendor-top-success-image img {
  display: block;
  width: 100%;
  height: auto;
}

.effeciveness-page .effectiveness-small-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .effectiveness-small-title-wrap:not(:first-child) {
    margin-top: 20px;
  }
}
.effeciveness-page .effectiveness-small-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.effeciveness-page .effectiveness-image {
  display: block;
  width: 100%;
}

.effeciveness-page .effectiveness-image img {
  display: block;
  width: 100%;
  height: auto;
}

.effeciveness-page .effeciveness-review-image-below {
  margin: -6% 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.effeciveness-page .effeciveness-review-image-below > div:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.effeciveness-page .effeciveness-review-image-below > div:nth-child(2) {
  padding-left: 3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.effeciveness-page .effeciveness-review-image-below > div:nth-child(2) span {
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .effeciveness-review-image-below > div:nth-child(2) span {
    font-size: 14px;
  }
}
.effeciveness-page .effeciveness-psychological-effect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .effeciveness-psychological-effect {
    padding: 0px;
    display: block;
  }
}
.effeciveness-page .effeciveness-psychological-effect .review-effect {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px);
  width: calc(50% - 20px);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
  position: relative;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .effeciveness-psychological-effect .review-effect {
    width: 100%;
  }
}
.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-label {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 10px 15px 5px;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-label .review-effect-label-english {
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 30px;
  line-height: 1.2;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-label .review-effect-label-japanese {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-content {
  padding: 10px 10px 25px 10px;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-content .image-block {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-content .review-effect-content-texts {
  margin-top: 5px;
  text-align: center;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-content .review-effect-content-texts .review-effect-content-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-content .review-effect-content-texts .review-effect-content-text span {
  padding: 0 7px 5px 7px;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect .review-effect-content .review-effect-content-texts .plus {
  color: red;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect.positive-review .review-effect-label {
  background: #FFCACA;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect.positive-review:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  border-top: transparent solid 40px;
  border-right: white solid 40px;
  border-bottom: transparent solid 40px;
  -webkit-transform: translateY(-31px) rotate(135deg);
          transform: translateY(-31px) rotate(135deg);
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .effeciveness-psychological-effect .review-effect.positive-review:after {
    display: none;
  }
}
.effeciveness-page .effeciveness-psychological-effect .review-effect.negative-review .review-effect-label {
  background: #E3E3E3;
}

.effeciveness-page .effeciveness-psychological-effect .review-effect.negative-review:after {
  position: absolute;
  top: 100%;
  right: 50%;
  content: "";
  border-top: transparent solid 40px;
  border-right: white solid 40px;
  border-bottom: transparent solid 40px;
  -webkit-transform: translateY(-31px) rotate(45deg);
          transform: translateY(-31px) rotate(45deg);
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .effeciveness-psychological-effect .review-effect.negative-review:after {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .effeciveness-page .effeciveness-psychological-effect .review-effect.negative-review {
    margin-top: 20px;
  }
}
.effeciveness-page .review-effect-conclusion {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: yellow;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 30px;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .review-effect-conclusion {
    padding: 20px 10px;
  }
}
.effeciveness-page .review-effect-conclusion .review-effect-conclusion-text {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 16px;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .review-effect-conclusion .review-effect-conclusion-text {
    font-size: 14px;
    line-height: 1.2;
  }
}
.effeciveness-page .review-effect-conclusion .review-effect-conclusion-text span {
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .review-effect-conclusion .review-effect-conclusion-text span {
    line-height: 1.2;
  }
}
.effeciveness-page .review-effect-conclusion .review-effect-conclusion-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-left: 10px;
}

@media only screen and (max-width: 639px) {
  .effeciveness-page .review-effect-conclusion .review-effect-conclusion-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
.effeciveness-page .vendor-logo-image {
  width: 235px;
  margin: 0 auto;
  display: block;
}

.effeciveness-page .vendor-logo-image img {
  display: block;
  width: 100%;
  height: auto;
}

.simple-headline-boxes .simple-headline-box:not(:first-child) {
  margin-top: 60px;
}

.simple-headline-box {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: white;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
}

@media only screen and (max-width: 639px) {
  .simple-headline-box {
    padding: 30px 10px 30px 10px;
  }
}
.simple-headline-box .vendor-headline {
  margin-bottom: 30px;
}

.skelton-box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.vendor-steps {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.vendor-steps .vendor-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
}

.vendor-steps .vendor-step:not(:first-child) {
  margin-top: 20px;
}

.vendor-steps .vendor-step .vendor-step-number {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  background: #42C7FC;
  font-size: 30px;
  padding: 15px;
}

@media only screen and (max-width: 639px) {
  .vendor-steps .vendor-step .vendor-step-number {
    font-size: 16px;
  }
}
.vendor-steps .vendor-step .vendor-step-content {
  background: white;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  padding: 10px 20px 15px 30px;
}

@media only screen and (max-width: 639px) {
  .vendor-steps .vendor-step .vendor-step-content {
    padding: 10px 10px 15px 10px;
  }
}
.vendor-steps .vendor-step .vendor-step-content .vendor-headline {
  text-align: left;
}

.vendor-steps .vendor-step .vendor-step-content .vendor-step-text {
  font-size: 14px;
}

.vendor-elements {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 979px) {
  .vendor-elements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 639px) {
  .vendor-elements {
    display: block;
  }
}
.vendor-elements .vendor-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px);
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
  padding: 30px 20px;
  width: calc(25% - 20px);
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  .vendor-elements .vendor-element {
    padding: 15px 30px 40px 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .vendor-elements .vendor-element:nth-child(3), .vendor-elements .vendor-element:nth-child(4) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .vendor-elements .vendor-element {
    padding: 15px 20px 40px 20px;
    width: 100%;
  }
  .vendor-elements .vendor-element:not(:first-child) {
    margin-top: 30px;
  }
}
.vendor-elements .vendor-element .element-texts .element-label {
  display: inline-block;
  background: #42C7FC;
  color: white;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 14px;
  margin: 10px 0 10px 0;
}

@media only screen and (max-width: 979px) {
  .vendor-elements .vendor-element .element-texts .element-label {
    font-size: 18px;
    font-weight: bold;
  }
}
.vendor-elements .vendor-element .element-texts .element-text {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}

@media only screen and (max-width: 979px) {
  .vendor-elements .vendor-element .element-texts .element-text {
    font-size: 18px;
    font-weight: bold;
  }
}
.itreview-introduction {
  max-width: 850px;
  margin: 30px auto 0 auto;
  width: 100%;
}

.itreview-introduction p {
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 639px) {
  .itreview-introduction p {
    text-align: left;
  }
}
.itreview-introduction p:not(:last-child) {
  margin-bottom: 30px;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 639px) {
  .flex-row {
    display: block;
  }
}
.flex-row .column-on-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 10px;
  width: 100%;
}

.flex-row .column-on-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 10px;
  width: 100%;
}

.flex-row .column-on-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333333333%;
          flex: 1 1 33.3333333333%;
  padding: 0 10px;
  width: 100%;
}

.headline-box-grid {
  width: 100%;
  display: grid;
  display: -ms-grid;
}

@media only screen and (max-width: 639px) {
  .headline-box-grid {
    display: block;
  }
}
.headline-box-grid.is-2-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 1fr 1fr 1fr;
}

.headline-box-grid.is-2-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 1fr 1fr;
}

.headline-box-grid > *:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.headline-box-grid > *:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.headline-box-grid > *:nth-child(3) {
  grid-row: 1/2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.headline-box-grid > *:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.headline-box-grid > *:nth-child(5) {
  grid-row: 1/2;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.headline-box-grid > *:nth-child(6) {
  grid-row: 2/3;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.headline-box-grid.is-3-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: 1fr 1fr;
}

.headline-box-grid.is-3-2 > *:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.headline-box-grid.is-3-2 > *:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.headline-box-grid.is-3-2 > *:nth-child(3) {
  grid-row: 3/4;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.headline-box-grid.is-3-2 > *:nth-child(4) {
  grid-row: 1/2;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.headline-box-grid.is-3-2 > *:nth-child(5) {
  grid-row: 2/3;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.headline-box-grid.is-3-2 > *:nth-child(6) {
  grid-row: 3/4;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.case-page .case-graph-block {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.case-page .case-number-block {
  max-width: 650px;
  margin: 40px auto 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 639px) {
  .case-page .case-number-block {
    display: block;
  }
}
.case-page .case-number-block .case-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .case-page .case-number-block .case-number:not(:first-child) {
    margin-top: 20px;
  }
}
.case-page .case-number-block .case-number .case-number-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.case-page .case-number-block .case-number .case-number-number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.case-page .case-number-block .case-number .case-number-number span {
  font-size: 80px;
  color: #FF4F4F;
  font-family: "DIN Alternate", sans-serif;
  padding: 0 20px;
}

.case-page .marketing-cases {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.case-page .marketing-cases .marketing-case {
  -webkit-box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
          box-shadow: 0 0 30px 0px rgba(85, 85, 85, 0.2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.case-page .marketing-cases .marketing-case:not(:first-child) {
  margin-top: 30px;
}

@media only screen and (max-width: 639px) {
  .case-page .marketing-cases .marketing-case {
    display: block;
    padding: 20px 20px 40px 20px;
  }
}
.case-page .marketing-cases .marketing-case:hover {
  -webkit-box-shadow: 0 0 40px 0px rgba(85, 85, 85, 0.6);
          box-shadow: 0 0 40px 0px rgba(85, 85, 85, 0.6);
}

.case-page .marketing-cases .marketing-case .marketing-case-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}

@media only screen and (max-width: 639px) {
  .case-page .marketing-cases .marketing-case .marketing-case-image {
    width: 100%;
  }
}
.case-page .marketing-cases .marketing-case .marketing-case-image img {
  display: block;
  width: 100%;
  height: auto;
}

.case-page .marketing-cases .marketing-case .marketing-case-texts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(70% - 20px);
          flex: 0 1 calc(70% - 20px);
  width: calc(70% - 20px);
}

@media only screen and (max-width: 639px) {
  .case-page .marketing-cases .marketing-case .marketing-case-texts {
    width: 100%;
  }
}
.case-page .marketing-cases .marketing-case .marketing-case-texts .marketing-case-title {
  font-weight: bold;
  font-size: 24px;
  margin: 5px 0 10px 0;
}

@media only screen and (max-width: 639px) {
  .case-page .marketing-cases .marketing-case .marketing-case-texts .marketing-case-title {
    margin: 20px 0 10px 0;
    font-size: 20px;
  }
}
.case-page .marketing-cases .marketing-case .marketing-case-texts .marketing-case-text {
  font-size: 16px;
}

@media only screen and (max-width: 639px) {
  .case-page .marketing-cases .marketing-case .marketing-case-texts .marketing-case-text {
    font-size: 14px;
  }
}
.service-page .date-use-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 639px) {
  .service-page .date-use-flex-box {
    display: block;
  }
}
.service-page .date-use-flex-box > div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.service-page .comentback-coment {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #449BCB;
}

.service-page .comentback-aim-box {
  border: 1px solid #449BCB;
  padding: 20px 20px 30px 20px;
  max-width: 650px;
  margin: 20px auto 30px auto;
}

.service-page .comentback-aim-box .comentback-aim-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.service-page .comentback-aim-box .comentback-aims {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-page .comentback-aim-box .comentback-aims .comentback-aims-ul {
  margin-left: 1em;
}

.service-page .comentback-aim-box .comentback-aims .comentback-aims-ul li {
  list-style: none;
  font-size: 14px;
  position: relative;
}

.service-page .comentback-aim-box .comentback-aims .comentback-aims-ul li:not(:first-child) {
  margin-top: 6px;
}

.service-page .comentback-aim-box .comentback-aims .comentback-aims-ul li:before {
  position: absolute;
  right: calc(100% - 5px);
  top: -12px;
  content: "・";
  font-size: 30px;
  color: #48A3D9;
}

.service-page .price-below-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

@media only screen and (max-width: 639px) {
  .service-page .price-below-label-wrap {
    display: none;
  }
}
.service-page .price-below-label-wrap .vendor-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((33.3333333333% - 10px) * 2 + 15px);
          flex: 0 0 calc((33.3333333333% - 10px) * 2 + 15px);
  width: calc(66.666% - 5px);
  font-size: 16px;
}

.service-page .vendor-label.is-background-orange {
  padding: 10px 15px;
  text-align: center;
}

.price-box {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 35px 25px 60px 25px;
}

.price-box .price-box-addition {
  text-align: left !important;
  color: #FF4F4F;
  border: 2px solid #FF4F4F;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 15px;
}

.price-box .price-box-addition-subs {
  max-width: 420px;
  margin: 0 auto 30px auto;
  width: 100%;
}

.price-box .price-box-addition-subs .price-box-addition-sub {
  font-size: 14px;
}

.price-box .price-box-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 639px) {
  .price-box .price-box-prices {
    display: block;
  }
}
.price-box .price-box-prices .price-box-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 10px);
          flex: 0 0 calc(33.3333333333% - 10px);
  width: calc(33.333% - 10px);
}

@media only screen and (max-width: 639px) {
  .price-box .price-box-prices .price-box-price {
    width: 100%;
    position: relative;
  }
  .price-box .price-box-prices .price-box-price:not(:first-child) {
    margin-top: 40px;
  }
}
.price-box .price-box-prices .price-box-price .price-box-price-header {
  padding: 20px 20px 15px 20px;
}

.price-box .price-box-prices .price-box-price .price-box-price-header .price-box-price-label {
  display: inline-block;
  padding: 0 20px;
  border-radius: 50px;
  min-width: 130px;
  white-space: nowrap;
  font-size: 20px;
}

.price-box .price-box-prices .price-box-price .price-box-price-header .price-box-price-monthly {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

.price-box .price-box-prices .price-box-price .price-box-price-header .price-box-price-monthly span {
  font-size: 100px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  position: relative;
  top: 7px;
  padding-right: 10px;
  letter-spacing: -5px;
  line-height: 1;
}

.price-box .price-box-prices .price-box-price .price-box-price-footer {
  padding: 30px 20px;
}

.price-box .price-box-prices .price-box-price .price-box-price-footer .price-box-price-ul {
  font-size: 14px;
  padding-left: 1em;
}

.price-box .price-box-prices .price-box-price .price-box-price-footer .price-box-price-ul li {
  font-size: 14px;
}

.price-box .price-box-prices .price-box-price .price-box-price-footer .price-box-price-ul li:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (max-width: 639px) {
  .price-box .price-box-prices .price-box-price .price-box-price-footer .vendor-label.is-background-orange {
    margin-top: 40px;
  }
}
.price-box .price-box-prices .price-box-price.is-free {
  background: #F2F5F7;
}

.price-box .price-box-prices .price-box-price.is-free .price-box-price-header {
  background: #ECECEC;
  padding-bottom: 36px;
}

.price-box .price-box-prices .price-box-price.is-free .price-box-price-header .price-box-price-label {
  background: #666666;
  color: white;
}

.price-box .price-box-prices .price-box-price.is-free .price-box-price-header .price-box-price-monthly {
  color: #666666;
}

.price-box .price-box-prices .price-box-price.is-free .price-box-price-header .price-box-price-monthly span {
  color: #666666;
}

.price-box .price-box-prices .price-box-price.is-standard {
  background: #E4F4FF;
}

.price-box .price-box-prices .price-box-price.is-standard .price-box-price-header {
  background: #C9E9FF;
}

.price-box .price-box-prices .price-box-price.is-standard .price-box-price-header .price-box-price-label {
  background: #449BCB;
  color: white;
}

.price-box .price-box-prices .price-box-price.is-standard .price-box-price-header .price-box-price-monthly {
  color: #449BCB;
}

.price-box .price-box-prices .price-box-price.is-standard .price-box-price-header .price-box-price-monthly span {
  color: #449BCB;
}

.price-box .price-box-prices .price-box-price.is-standard .price-box-price-header .price-box-price-year {
  color: #449BCB;
  text-align: center;
  font-size: 14px;
}

.price-box .price-box-prices .price-box-price.is-premium {
  background: white;
  border: 2px solid #1E8AD8;
}

.price-box .price-box-prices .price-box-price.is-premium .price-box-price-header {
  background: -webkit-gradient(linear, left top, right top, from(#449BCB), to(#4DB9D6));
  background: linear-gradient(to right, #449BCB, #4DB9D6);
}

.price-box .price-box-prices .price-box-price.is-premium .price-box-price-header .price-box-price-label {
  background: white;
  color: #449BCB;
}

.price-box .price-box-prices .price-box-price.is-premium .price-box-price-header .price-box-price-monthly {
  color: white;
}

.price-box .price-box-prices .price-box-price.is-premium .price-box-price-header .price-box-price-monthly span {
  color: white;
}

.price-box .price-box-prices .price-box-price.is-premium .price-box-price-header .price-box-price-year {
  color: white;
  text-align: center;
  font-size: 14px;
}

.blog-top-img {
  position: relative;
}

@media only screen and (min-width: 980px) {
  .blog-top-img {
    margin-bottom: 60px;
  }
}
.blog-top-img img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 980px) {
  .blog-top-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-top-text .log-top-text-left {
    font-size: 12vw;
    min-width: 53%;
    position: static;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-top-text .log-top-text-left {
    font-size: 160px;
    letter-spacing: 5px;
    padding: 15px;
  }
}
.blog-top-text .log-top-text-left {
  position: absolute;
  top: 9%;
  left: 5%;
  color: white;
  font-size: 18vw;
  font-weight: bold;
  letter-spacing: 0.2vw;
}

.blog-top-text p {
  color: #e50060;
  font-size: 3.4vw;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

@media only screen and (min-width: 640px) {
  .blog-top-text p {
    font-size: 20px;
    margin: 40px 0;
  }
}
@media only screen and (min-width: 980px) {
  .blog-top-text p {
    color: white;
    font-size: 1.3vw;
    line-height: 3vw;
    margin: 0;
    min-width: 47%;
    padding-right: 5%;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-top-text p {
    line-height: 38px;
    font-size: 18px;
  }
}
.not-found-text {
  text-align: center;
  font-size: 30px;
  word-wrap: break-word;
}

.single-article {
  background: white;
}

.single-article .single-article-container {
  padding: 20px;
}

.single-article .single-article-container .category-and-date .post-date p {
  color: #888888;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-left: 2px;
  white-space: nowrap;
  text-align: left;
}

@media only screen and (min-width: 640px) {
  .single-article .single-article-container .category-and-date .post-date p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 980px) {
  .single-article .single-article-container .category-and-date .post-date p {
    font-size: 18px;
    line-height: 18px;
  }
}
.single-article .indi-art-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (min-width: 640px) {
  .single-article .indi-art-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .single-article .indi-art-title {
    font-size: 35px;
  }
}
.single-article .indi-art-sub-title {
  color: #888888;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .single-article .indi-art-sub-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 980px) {
  .single-article .indi-art-sub-title {
    font-size: 24px;
  }
}
.single-article .indi-art-category-label {
  margin-top: 15px;
  margin-left: 2px;
}

.single-article .indi-art-category-label a {
  display: inline-block;
}

.single-article .indi-art-category-label a p {
  text-rendering: auto;
  background: #e50060;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  min-width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 640px) {
  .single-article .indi-art-category-label a p {
    font-size: 18px;
    line-height: 18px;
    padding: 5px 20px;
  }
}
.single-article .art-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 5px;
}

.single-article .art-tags a {
  border: 1px solid #e50060;
  color: #e50060;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1px;
  padding: 2px 5px;
}

@media only screen and (min-width: 640px) {
  .single-article .art-tags a {
    margin: 2px;
    padding: 3px 15px;
  }
}
.single-article .art-tags .tag-img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 15px;
  min-width: 15px;
  margin-right: 2px;
}

@media only screen and (min-width: 640px) {
  .single-article .art-tags .tag-img {
    margin-right: 5px;
  }
}
.single-article .art-tags p {
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (min-width: 640px) {
  .single-article .art-tags p {
    font-size: 16px;
    line-height: 18px;
  }
}
.single-article .fixed-article-content {
  display: block;
  border: 2px solid #e50060;
  border-radius: 5px;
  text-align: center;
  margin: 50px auto 30px;
  padding: 20px 10px;
  width: 80%;
}

.single-article .fixed-article-content p {
  color: #000;
}
.single-article .fixed-article-content p a {
  color: #e50060;
}

.single-article .fixed-article-content .post_link {
  background: #e50060;
  text-align: center;
  width: 90%;
  margin: 20px 5% 0;
  color: white;
  display: block;
  padding: 10px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 980px) {
  .single-article .fixed-article-content .post_link {
    max-width: 700px;
    margin: 20px auto 0;
    font-size: 22px;
    padding: 20px;
  }
}
.single-article .fixed-article-content .post_link:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wordpress-article {
  margin-top: 16px;
  padding: 0;
  letter-spacing: 1px;
}
.wordpress-article .alignleft {
  float: left;
  margin-right: 10px;
}
.wordpress-article .aligncenter {
  display: block;
  margin: 0 auto;
}
.wordpress-article .alignright {
  float: right;
  margin-left: 10px;
}

.wordpress-article img[class*=wp-image-], .wordpress-article img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  margin-bottom: 24px;
}

.wordpress-article .size-full, .wordpress-article .attachment-full {
  height: auto;
  width: 100%;
}

.wordpress-article p {
  margin-bottom: 24px;
}

.wordpress-article h2 {
  font-size: 20px;
  font-weight: bold;
  background-color: #EFEFEF;
  margin: 24px 0;
  padding: 10px 14px;
}

.wordpress-article h3 {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0;
  padding: 10px 14px;
}

.wordpress-article a {
  color: #e50060;
  text-decoration: underline;
}

.wordpress-article h4 {
  border-left: 5px solid #888888;
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0;
  padding: 0 14px;
}

.wordpress-article ul {
  margin: 16px 0 10px 1.5em;
}

.wordpress-article .disc-li li {
  list-style: disc;
}

.wordpress-article .num-li li {
  list-style: decimal;
}

.wordpress-article hr {
  margin: 24px 0;
}

.wordpress-article blockquote {
  background: #FAFAFA;
  border: none;
  display: block;
  margin: 24px auto;
  padding: 40px 40px;
  position: relative;
  width: 95%;
}

.wordpress-article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 5px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  content: "“";
  color: rgba(136, 136, 136, 0.5);
  font-size: 60px;
  font-weight: 900;
}

.wordpress-article blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: 5px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  content: "”";
  color: rgba(136, 136, 136, 0.5);
  font-size: 60px;
  font-weight: 900;
}

.wordpress-article table {
  border-collapse: collapse;
}

.wordpress-article th, .wordpress-article td {
  border: 1px solid black;
  padding: 5px;
}

.wordpress-article .grid-large {
  display: block;
}

.wordpress-article .grid-small {
  display: none;
}

@media (max-width: 480px) {
  .wordpress-article .grid-large {
    display: none;
  }
  .wordpress-article .grid-small {
    display: block;
  }
}

.art-company_name,
.art-issue,
.art-attribute,
.art-btn {
  display: none;
  visibility: hidden;
}

.art-img {
  height: 100%;
}

.case-sutdy .blog-main .art-company_name,
.case-sutdy .blog-main .art-issue,
.case-sutdy .blog-main .art-attribute,
.case-sutdy .blog-main .art-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.case-sutdy .blog-main .blog-top-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 84%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-sutdy .blog-main .blog-top-text h1 {
  font-size: 3rem;
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 0.2rem 0;
  margin: 0.7rem 0;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-top-text h1 {
    font-size: 5vw;
    padding: 0;
    margin: 0.5rem 0;
  }
}
.case-sutdy .blog-main .blog-top-text h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BFBFBF;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  margin-top: 0.2rem;
}
.case-sutdy .blog-main .blog-top-text h1 small {
  font-family: "Bahnschrift Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #e50060;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: -0.6rem;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-top-text h1 small {
    font-size: 3vw;
    margin-bottom: -0.3em;
  }
}
.case-sutdy .blog-main .blog-top-text p {
  line-height: 1.6;
  margin: 0;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-top-text p {
    font-size: 2.5vw;
  }
}
.case-sutdy .blog-main .blog-filter {
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 3em;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter {
    padding: 2rem;
  }
}
.case-sutdy .blog-main .blog-filter h2 {
  text-align: center;
  font-size: 1.3rem;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 1.5em auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .blog-filter-select {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li {
  width: 43%;
  text-align: center;
  height: 63px;
  position: relative;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .blog-filter-select > li {
    height: 50px;
  }
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(1) .list {
  left: 0;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) {
  width: 6%;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) {
    width: 14%;
  }
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) .cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) .cross::before, .case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) .cross::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  background: #A4A4A4;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) .cross::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(2) .cross::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.case-sutdy .blog-main .blog-filter .blog-filter-select > li:nth-of-type(3) .list {
  right: 0;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select label[for^=label] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .blog-filter-select label[for^=label] {
    font-size: 1rem;
  }
}
.case-sutdy .blog-main .blog-filter .blog-filter-select .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5%;
  height: 0.5rem;
  min-width: 0.6rem;
  position: absolute;
  left: 7%;
  top: 48%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select .arw::before, .case-sutdy .blog-main .blog-filter .blog-filter-select .arw::after {
  content: "";
  display: block;
  width: 54%;
  height: 1px;
  background: #A1A1A1;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select .arw::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-right: -7%;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select .arw::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-left: -7%;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select input[id^=label] {
  opacity: 0;
  visibility: hidden;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select input[id^=label]:checked ~ .list {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.case-sutdy .blog-main .blog-filter .blog-filter-select input[id^=label]:checked ~ .arw {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.case-sutdy .blog-main .blog-filter input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #111111;
  border-radius: 4px;
  margin: 2em auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  width: 70%;
  max-width: 233px;
  height: 57px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.case-sutdy .blog-main .blog-filter input[type=submit]:hover {
  opacity: 0.7;
}
.case-sutdy .blog-main .blog-filter .list {
  background: #fff;
  border: 1px solid #DBDBDB;
  position: absolute;
  min-width: 100%;
  max-width: 200%;
  width: calc(100vw - 4rem);
  top: 100%;
  padding: 1em;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .list {
    width: calc(100vw - 4rem);
  }
}
.case-sutdy .blog-main .blog-filter .list .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 80%;
  text-align: left;
  margin: 0 10%;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .list .terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.case-sutdy .blog-main .blog-filter .list li {
  width: 50%;
  padding-right: 0.3em;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .list li {
    width: 100%;
  }
}
.case-sutdy .blog-main .blog-filter .list input[type=checkbox] {
  display: none;
}
.case-sutdy .blog-main .blog-filter .list .checkbox span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.case-sutdy .blog-main .blog-filter .list .checkbox span::before {
  background: #fff;
  border: 1px solid #D6D6D6;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
.case-sutdy .blog-main .blog-filter .list .checkbox span::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  left: 8px;
  top: 50%;
  opacity: 0;
  position: absolute;
  margin: -4px 0 0 -4px;
  background: #e50060;
}
.case-sutdy .blog-main .blog-filter .list input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.case-sutdy .blog-main .blog-filter .list label {
  cursor: pointer;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .list label {
    font-size: 0.9rem;
  }
}
.case-sutdy .blog-main .blog-filter .close {
  width: 120px;
  height: 45px;
  background-color: #e50060;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: 1em;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 1rem;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .blog-filter .close {
    font-size: 0.7rem;
  }
}
.case-sutdy .blog-main .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.case-sutdy .blog-main .article-list .article {
  width: 49%;
  margin-top: 2%;
  border: 1px solid #EBEBEB !important;
}
.case-sutdy .blog-main .article-list .article:not(:first-child) {
  margin-top: 2%;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article {
    width: 100%;
    margin-top: 0;
  }
  .case-sutdy .blog-main .article-list .article:not(:first-child) {
    margin-top: 0;
  }
}
.case-sutdy .blog-main .article-list .article .category-and-date,
.case-sutdy .blog-main .article-list .article .art-tags {
  display: none;
  visibility: hidden;
}
.case-sutdy .blog-main .article-list .article a * {
  color: #000;
}
.case-sutdy .blog-main .article-list .article a *:hover .art-img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case-sutdy .blog-main .article-list .article a *:hover button {
  background: #3497b1;
}
.case-sutdy .blog-main .article-list .article .article-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .article-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    padding-bottom: 55px;
  }
}
.case-sutdy .blog-main .article-list .article .article-pc .art-img-side {
  width: 100%;
  max-width: initial;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .article-pc .art-img-side {
    height: 100%;
    min-width: 105px;
    max-width: 105px;
  }
}
.case-sutdy .blog-main .article-list .article .article-pc .art-img-side::before {
  content: "";
  display: block;
  padding-top: 56.15%;
  top: 0;
}
.case-sutdy .blog-main .article-list .article .article-pc .art-img-side a {
  position: absolute;
  top: 0;
}
.case-sutdy .blog-main .article-list .article .article-pc .art-img-side .art-img {
  position: absolute;
  top: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
}
.case-sutdy .blog-main .article-list .article .article-pc .art-img-side .art-img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .article-pc .art-txt-side {
    width: auto;
  }
}
.case-sutdy .blog-main .article-list .article .article-pc .art-txt-side .art-title h5 {
  color: #000;
  padding: 0.3em 0 0;
}
.case-sutdy .blog-main .article-list .article .article-pc .art-txt-side .category-and-date {
  display: none;
  visibility: hidden;
}
.case-sutdy .blog-main .article-list .article .art-product_name h4 {
  color: #e50060;
  font-weight: normal;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-product_name h4 {
    font-size: 0.8rem;
  }
}
.case-sutdy .blog-main .article-list .article .art-company_name h6 {
  margin: 0.3rem 0 0.5rem;
  font-size: 1.1rem;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-company_name h6 {
    font-size: 0.8rem;
  }
}
.case-sutdy .blog-main .article-list .article .art-company_name h6 small {
  font-weight: normal;
}
.case-sutdy .blog-main .article-list .article .art-issue,
.case-sutdy .blog-main .article-list .article .art-attribute {
  margin-top: 0.2rem;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-issue,
  .case-sutdy .blog-main .article-list .article .art-attribute {
    margin-top: 0;
  }
}
.case-sutdy .blog-main .article-list .article .art-issue dl,
.case-sutdy .blog-main .article-list .article .art-attribute dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-sutdy .blog-main .article-list .article .art-issue dl dt,
.case-sutdy .blog-main .article-list .article .art-attribute dl dt {
  min-width: 3rem;
  font-weight: bold;
  font-size: 0.8rem;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-issue dl dt,
  .case-sutdy .blog-main .article-list .article .art-attribute dl dt {
    font-size: 0.6rem;
    min-width: 2rem;
  }
}
.case-sutdy .blog-main .article-list .article .art-issue ul,
.case-sutdy .blog-main .article-list .article .art-attribute ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-sutdy .blog-main .article-list .article .art-issue ul p {
  margin-right: 0.7em;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-issue ul p {
    margin-right: 0.3rem;
  }
}
.case-sutdy .blog-main .article-list .article .art-issue ul p a {
  font-size: 0.7rem;
  border: 1px solid #000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.7em;
  color: #111111;
  line-height: 1.5;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-issue ul p a {
    font-size: 0.5rem;
  }
}
.case-sutdy .blog-main .article-list .article .art-attribute ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-sutdy .blog-main .article-list .article .art-attribute ul p {
  font-size: 0.8rem;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-attribute ul p {
    font-size: 0.6rem;
  }
}
.case-sutdy .blog-main .article-list .article .art-attribute ul p a {
  color: #111111;
}
.case-sutdy .blog-main .article-list .article .art-btn {
  margin-top: auto;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-btn {
    width: 100%;
    margin-left: auto;
    position: absolute;
    bottom: 0;
  }
}
.case-sutdy .blog-main .article-list .article .art-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e50060;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  right: 0;
  margin: 1em 1.5em;
  margin-left: auto;
  width: 42%;
  height: 3.3rem;
  cursor: pointer;
}
@media only screen and (max-width:639px) {
  .case-sutdy .blog-main .article-list .article .art-btn a {
    font-size: 0.7rem;
    height: 2.6rem;
    min-width: 103px;
    margin: 1em 1em 0.2em;
    margin-left: auto;
  }
}

html {
  scroll-behavior: smooth;
}

#docs {
  max-width: 1226px;
  margin: auto;
  padding-top: 5em;
  margin-bottom: 8em;
}
@media only screen and (max-width:979px) {
  #docs {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width:639px) {
  #docs {
    margin-bottom: 1em;
    padding-top: 2, 5em;
  }
}
#docs a {
  color: #000;
}
#docs h1 {
  font-size: 2em;
}
#docs h1 span {
  padding-bottom: 0.2em;
  border-bottom: 5px solid #e50060;
}
@media only screen and (max-width:639px) {
  #docs h1 {
    font-size: 1.5em;
  }
  #docs h1 span {
    border-bottom-width: 4px;
  }
}
#docs h2 {
  font-size: 2em;
  margin: 2em auto;
}
@media only screen and (max-width:639px) {
  #docs h2 {
    font-size: 1.5em;
    margin: 1em auto;
  }
}
#docs .nav {
  margin: 6em auto;
  width: 90%;
  max-width: 900px;
}
#docs .nav .wp-block-column {
  border-left: 1px solid #B7B7B7;
}
@media (min-width: 600px) {
  #docs .nav .wp-block-column {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
#docs .nav .wp-block-column:last-child {
  border-right: 1px solid #B7B7B7;
}
#docs .nav .wp-block-column:not(:last-child), #docs .nav .wp-block-column:nth-child(odd) {
  margin: 0;
}
#docs .nav a {
  padding: 1em 2em 1em 1em;
  background: url("../../img/pages/for_document_request/arw.svg") no-repeat right center/13px;
}
@media only screen and (max-width:639px) {
  #docs .nav {
    margin: 4em auto 3em;
    width: 80%;
  }
  #docs .nav .wp-block-column {
    border-left: none;
    border-top: 1px solid #B7B7B7;
    padding: 1em 1em;
  }
  #docs .nav .wp-block-column:last-child {
    border-right: none;
    border-bottom: 1px solid #B7B7B7;
  }
}
#docs div[id^=contents] {
  margin: -80px auto 9em;
  padding-top: 100px;
}
#docs div[id^=contents] .wp-block-columns {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#docs div[id^=contents] .wp-block-columns.has-1-columns .wp-block-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#docs div[id^=contents] .wp-block-columns.has-2-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#docs div[id^=contents] .wp-block-column {
  max-width: 324px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#docs div[id^=contents] .wp-block-column p {
  font-size: 0.9em;
  text-align: justify;
  word-break: break-all;
}
#docs div[id^=contents] .wp-block-column .btn_dl {
  margin-top: auto;
}
@media only screen and (max-width:979px) {
  #docs div[id^=contents] {
    width: 86%;
  }
  #docs div[id^=contents] .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #docs div[id^=contents] .wp-block-column {
    margin-right: 0 !important;
    margin-left: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #docs div[id^=contents] .wp-block-column:nth-child(odd) {
    padding-right: 1em;
  }
  #docs div[id^=contents] .wp-block-column:nth-child(even) {
    padding-left: 1em;
  }
}
@media only screen and (max-width:639px) {
  #docs div[id^=contents] {
    margin: -50px auto 5em;
    padding-top: 60px;
    width: 80%;
  }
  #docs div[id^=contents] .wp-block-column {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
#docs .btn_dl a {
  display: block;
  max-width: 258px;
  width: 90%;
  background: #111111;
  height: 4em;
  border-radius: 4em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 4em;
  margin: 2em auto;
}

#calendar {
  padding: 5em 0 3em;
  margin-bottom: 4em;
}
@media only screen and (max-width:979px) {
  #calendar {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width:639px) {
  #calendar {
    padding: 3em 0 1em;
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=lp.css.map */