/* common */
.l-header {
  padding: 10px 20px !important;
}

.l-header-menu,
.l-header__hamb,
.l-footer__blank,
.l-footer__credit ul,
.fix_inquiry {
  display: none !important;
}

.l-footer {
  display: block;
  text-align: right;
}

.l-wrapper {
  padding-top: 80px !important;
}

.p-global-section p {
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 900px) {
  .c-title__text {
    font-size: 2.2rem;
  }
  .c-heading--sm {
    font-size: 1.8rem;
  }
}

#scale-tab {
  position: relative;
  margin: 0 0 60px;
  padding: 60px 0 0;
}

@media (max-width: 640px) {
  #scale-tab {
    margin: 0 0 30px;
    padding: 30px 0 0;
  }
}

#scale-tab:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
}

#scale-tab ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#scale-tab ul li {
  width: 50%;
  padding: 0 18px;
}

@media (max-width: 640px) {
  #scale-tab ul li {
    padding: 0 5px;
  }
}

#scale-tab ul li a {
  display: block;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid #ddd;
  border-bottom: none;
}

#scale-tab ul li.active {
  position: relative;
  z-index: 1;
}

#scale-tab ul li.active a {
  background: #E5F5FD;
}

.c-heading-sub {
  margin: 60px 0 10px;
  color: #009fe8;
  font-size: 14px;
  text-align: center;
}

.next {
  padding: 30px 0;
  text-align: center;
}

.next img {
  width: 20px;
}

.all-video {
  max-width: 500px;
  margin: 30px auto 0;
}

.all-video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.all-video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#step {
  margin: 0 0 60px;
}

#step .box {
  position: relative;
  padding: 10px 30px 30px;
  background: #f0f0f0;
}

#step .box:first-child {
  margin: 60px 0 0;
}

@media (max-width: 640px) {
  #step .box:first-child {
    margin: 30px 0 0;
  }
}

@media (max-width: 640px) {
  #step .box {
    padding: 10px 15px 15px;
  }
}

#step .box .icon {
  position: absolute;
  top: 0;
  left: 30px;
  display: inline-block;
}

@media (max-width: 640px) {
  #step .box .icon {
    left: 10px;
  }
}

#step .box .icon .wrap {
  position: relative;
  width: 50px;
  height: 35px;
  background: #009fe8;
}

#step .box .icon .wrap:after, #step .box .icon .wrap:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#step .box .icon .wrap:after {
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 15px solid #009fe8;
  margin-left: -25px;
}

#step .box .icon .wrap span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

#step .box .icon .wrap span.txt {
  padding: 7px 0 3px;
  font-size: 12px;
}

#step .box .icon .wrap span.num {
  font-size: 20px;
}

#step .box .ttl {
  margin: 0 0 30px;
  padding-left: 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 640px) {
  #step .box .ttl {
    padding-left: 55px;
  }
}

#step .box .step-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (max-width: 640px) {
  #step .box .step-content {
    display: block;
  }
  #step .box .step-content + .step-content {
    margin-top: 30px;
  }
}

#step .box .step-content dt {
  width: 40%;
}

@media (max-width: 640px) {
  #step .box .step-content dt {
    width: auto;
  }
}

#step .box .step-content dt .photo {
  margin: 0 0 20px;
}

#step .box .step-content dt .caption {
  margin: 5px 0 0;
  text-align: center;
}

#step .box .step-content dt .youtube .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#step .box .step-content dt .youtube .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#step .box .step-content dd {
  width: 60%;
  padding-left: 20px;
}

@media (max-width: 640px) {
  #step .box .step-content dd {
    width: auto;
    margin: 20px 0 0;
    padding: 0;
  }
}

#step .box .step-content dd .txt {
  text-align: left;
}

#sunmush-box {
  max-width: 640px;
  margin: 30px auto 0;
  overflow: hidden;
}

#sunmush-box ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media (max-width: 640px) {
  #sunmush-box ul {
    display: block;
    margin: 0;
  }
}

#sunmush-box ul li {
  width: 50%;
  padding: 0 30px 50px;
}

@media (max-width: 640px) {
  #sunmush-box ul li {
    width: auto;
    padding: 0 0 40px;
  }
}

#sunmush-box ul li .ttl {
  margin: 10px 0 3px;
  font-weight: bold;
  text-align: center;
}

#sunmush-box ul li .txt {
  line-height: 1.7;
  text-align: left;
}

#sunmush-box ul li .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#sunmush-box ul li .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-support-inquiry {
  margin: 0;
}

.p-support-inquiry__title {
  margin: 0 0 10px;
  color: #009fe8;
}

.p-support-inquiry__sbtitle {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-support-inquiry p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .p-support-inquiry p {
    font-size: 12px;
  }
}

.p-support-inquiry__company {
  max-width: 300px;
  margin: 30px auto;
  overflow: hidden;
}

.p-support-inquiry__company img {
  float: left;
  width: 87px;
  margin-right: 10px;
}

.p-support-inquiry__company span {
  display: block;
  text-align: left;
}

.p-support-inquiry__company .name {
  font-size: 14px;
  font-weight: bold;
}

.p-support-inquiry__company .url a {
  color: #009fe8;
  font-size: 12px;
}
