/* 下記TOPページ */
.company .sect-ttl {
  padding: 35px 0;
}

@media screen and (max-width: 1199px) {
  .company .sect-ttl {
    padding: 30px 0;
  }
}

/* 下記詳細ページ */
/************************************************************/
/* title */
/************************************************************/
.order-title-area {
  background: #2fc6bd;
}
.order-title {
  padding: 2.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-title::before {
  content: "";
  display: inline-block;
  margin-right: 1.5vw;
  background-image: url(img/order-top.png);
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-title {
    padding: 1.6rem;
  }
  .order-title::before {
    width: 6vw;
    height: 7vw;
  }
}

/************************************************************/
/* MV */
/************************************************************/
.order-mv {
  display: flex;
  align-items: center;
  background: #e4f5f3;
}
.order-mv-title {
  width: 50vw;
}
.order-mv-title-tile {
  display: flex;
  width: 42.5vw;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 25px;
}
.order-mv-title-tile:first-of-type {
  margin-bottom: 15px;
}
.order-mv-title-tileitem {
  margin-right: 2px;
  padding: 10px 5px;
  background-color: #ffd84d;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}
.order-mv-ex {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.61;
  text-align: center;
}
.order-mv-img {
  max-width: 50vw;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-mv {
    display: block;
  }
  .order-mv-title {
    width: 100vw;
  }
  .order-mv-title-point {
    width: 80vw;
    padding-top: 4vh;
  }
  .order-mv-title-tile:first-of-type {
    padding-top: 4vh;
  }
  .order-mv-title-point_img {
    width: 15vw;
    height: 15vw;
  }
  .order-mv-title-point_p {
    width: 60vw;
    padding-top: 4.5vw;
    font-size: 1.5em;
    text-align: center;
  }
  .order-mv-title-point_p::before {
    top: 70%;
    left: 76%;
    height: 10vw;
  }
  .order-mv-title-tile {
    width: 42.5vw;
    margin-bottom: 25px;
  }
  .order-mv-title-tileitem {
    margin-right: 2px;
    width: 28px;
    padding: 5px 1px;
    font-size: 1.6em;
  }
  .order-mv-ex {
    display: block;
    width: 80vw;
    margin: 0 auto 4vh;
    font-size: 1.6rem;
    line-height: 140%;
  }
  .order-mv-img {
    max-width: 100vw;
  }
}

/************************************************************/
/* subtitle */
/************************************************************/
.order-subtitlearea {
  padding: 2.4rem;
  background: #ffd84d;
}
.order-subtitle {
  position: relative;
  text-align: center;
}
.order-subtitle2 {
  position: relative;
  padding: 5vh 0 1.5vh;
  text-align: center;
}
.order-subtitle_point {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 8px 18px;
  letter-spacing: 0.03em;
  background-color: #000;
  border-radius: 30px;
  line-height: 1em;
}
.order-subtitle_point::before {
  position: absolute;
  bottom: -7px;
  left: 40px;
  content: "";
  width: 14px;
  height: 25px;
  background: url(img/order-parts_black.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-subtitlearea {
    padding: 1.6rem;
  }
  .order-subtitle2 {
    padding: 6vh 0 1.5vh;
  }
  .order-subtitle_point {
    top: 17px;
    font-size: 13px;
    padding: 8px 20px;
  }
}

/************************************************************/
/* 機能 */
/************************************************************/
.order-kinou {
  display: flex;
  padding-bottom: 8vh;
  align-items: center;
}
.order-kinou.first {
  padding-top: 8vh;
}
.order-kinou:last-of-type {
  padding-bottom: 0;
}
.order-kinou-info_l {
  width: 50vw;
  padding: 0 2vw 0 5vw;
}
.order-kinou-info_r {
  width: 50vw;
  padding: 0 5vw 0 0;
}
.order-kinou-info-title {
  display: flex;
  margin-bottom: 5vh;
  align-items: center;
}
.order-kinou-icon {
  width: 7.6vw;
  margin-right: 1.5vw;
}
.order-kinou-info-ex {
  color: #2fc6bd;
  font-size: 1.68em;
  font-weight: bold;
  line-height: 1.45;
}
.order-kinou-ex {
  font-size: 1.1em;
  line-height: 2.2;
}
.order-kinou-ex_s {
  font-size: 0.8em;
}
.order-kinou-img-area {
  max-width: 50vw;
}
.circle_l {
  background-image: radial-gradient(
    circle at left 15vw bottom 1vh,
    #e4f5f3 calc(65vw / 2 - 1px),
    transparent calc(100px / 2)
  );
}
.circle_r {
  background-image: radial-gradient(
    circle at right 15vw bottom 1vh,
    #e4f5f3 calc(65vw / 2 - 1px),
    transparent calc(100px / 2)
  );
}
.order-kinou-img_l {
  padding-right: 5vw;
}
.order-kinou-img_r {
  padding-right: 0vw;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-kinou-area {
    padding: 0;
  }
  .order-kinou {
    padding-bottom: 8vh;
    flex-wrap: wrap;
  }
  .order-kinou.first {
    padding-top: 4vh;
  }
  .order-kinou.first .order-kinou-img-area {
    background: rgb(47, 198, 189, 0.76);
  }
  .order-kinou-info_l,
  .order-kinou-info_r {
    display: block;
    width: 80vw;
    margin: 0 auto;
    padding: 0;
  }
  .order-kinou-info_r {
    order: -1;
  }
  .order-kinou-info-title {
    margin-bottom: 3vh;
  }
  .order-kinou-icon {
    width: 15vw;
    margin-right: 2vw;
  }
  .order-kinou-info-ex {
    font-size: 1.8rem;
  }
  .order-kinou-ex {
    padding-bottom: 4vh;
    font-size: 0.9em;
    line-height: 180%;
    letter-spacing: 0.01em;
  }
  .order-kinou-img-area {
    max-width: 100vw;
    margin: 0 auto;
  }
  .circle_l {
    background-image: radial-gradient(
      circle at left 25vw bottom 1vh,
      #e4f5f3 calc(110vw / 2 - 1px),
      transparent calc(100px / 2)
    );
  }
  .circle_r {
    background-image: radial-gradient(
      circle at right 25vw bottom 1vh,
      #e4f5f3 calc(110vw / 2 - 1px),
      transparent calc(100px / 2)
    );
  }
  .order-kinou-img_l {
    padding-right: 0;
  }
  .order-kinou-img_r {
    padding-right: 0;
  }
}

/************************************************************/
/* 料金比較表 */
/************************************************************/
.order-price-support {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-price-support_huki {
  position: relative;
  display: inline-block;
  margin: 1.5em 5vw 1.5em 0;
  padding: 3.3vw;
  min-width: 43vw;
  max-width: 100%;
  font-size: 1em;
  background: #2fc6bd;
  box-sizing: border-box;
  border-radius: 3vw;
}
.order-price-support_huki:before {
  content: "";
  position: absolute;
  top: 44%;
  right: -57px;
  margin-top: -12px;
  border: 6px solid transparent;
  border-left: 55px solid #2fc6bd;
}
.order-price-support_speak {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  line-height: 100%;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.order-price-support_speak_s {
  color: #fff;
  font-size: 2.7rem;
}
.order-price-support_img {
  width: 18.125vw;
}
/* 料金比較表 */
.order-price-pricetable-area {
  margin: 0 auto;
  padding: 70px 0;
}
.order-price-pricetable {
  margin: 0 auto;
  padding: 0em;
  border-spacing: 1px 0;
  border-radius: 6px;
  background: #fff;
}
.order-price-pricetable td {
  height: 60px;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
/*詳細テーブル*/
.order-price-pricetable tbody td {
  width: 21.1vw;
  text-align: center;
  padding: 0 20px;
  font-weight: bold;
  font-size: 2rem;
}
/* 詳細*/
.order-price-pricetable tbody td:first-child {
  font-size: 1em;
  width: 27vw;
  text-align: left;
  white-space: nowrap;
  background: #e4f5f3;
  border-left: 1px solid #cdcdcd;
}

/*プラン名*/
.order-price-pricetable thead td {
  border-top: none;
  border-right: 1px solid #ffffff;
  padding: 0 0 0 0.6vw;
  font-weight: bold;
}
.order-price-pricetable-title1,
.order-price-pricetable-title2,
.order-price-pricetable-title3 {
  width: 19.7vw;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  text-align: center;
}
.order-price-pricetable-title1 {
  position: relative;
  padding: 2.4vw 0;
  background: #2fc6bd;
}
.order-price-pricetable-title1::before {
  content: "無料";
  position: absolute;
  color: #000;
  border-radius: 50%;
  background-color: #ffd84d;
  transform: rotate(350deg);
  display: inline-block;
  padding: 35px 25px;
  top: -50px;
  left: -50px;
  font-size: 25px;
}
.order-price-pricetable-title2 {
  padding: 1.5vw 0;
  background: #f3a816;
}
.order-price-pricetable-title3 {
  padding: 1.5vw 0;
  background: #10cd5d;
}
.order-price-pricetable-uchikeshi {
  position: relative;
}
.order-price-pricetable-uchikeshi::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg);
  background-color: #f70000;
  width: 70%;
  height: 1px;
  top: 50%;
  left: 15%;
}
.order-price-pricetable-red {
  color: #f70000;
}
.order-price-pricetable-large {
  font-size: 1.2em;
}
.order-price-pricetable-small {
  font-size: 0.7em;
}

/* pdf */
.order-price-pdf {
  width: 400px;
  margin: 20px auto 0;
}
.order-price-pdf__link {
  position: relative;
}
.order-price-pdf__inner {
  display: flex;
  align-items: center;
  min-height: 42px;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  color: #2fc6bd;
  border: 1px solid #2fc6bd;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
}
.order-price-pdf__icon {
  position: absolute;
  top: calc(50% - (1.375em / 2));
  right: 1em;
  left: auto;
  width: 40px;
  height: 20px;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-price-support_huki {
    padding: 4vw;
    min-width: 30vw;
  }
  .order-price-support_huki:before {
    right: -8vw;
    border-left: 40px solid #2fc6bd;
  }
  .order-price-support_speak {
    font-size: 1em;
    line-height: 120%;
  }
  .order-price-support_speak_s {
    font-size: 1.2rem;
  }
  .order-price-support_img {
    width: 26vw;
  }
  /* 料金比較表 */
  .order-price-pricetable-area {
    display: block;
    margin: 0 0 0 5vw;
    overflow-x: hidden;
    padding: 8vw 0;
  }
  .order-price-pricetable {
    display: block;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .order-price-pricetable td {
    height: 5vh;
  }
  /*詳細テーブル*/
  .order-price-pricetable tbody td {
    width: 5vw;
    font-size: 0.7em;
  }
  /* 詳細タイトル*/
  .order-price-pricetable tbody td:first-child {
    font-size: 0.7em;
    width: 10vw;
  }
  /*プラン名*/
  .order-price-pricetable-title1,
  .order-price-pricetable-title2,
  .order-price-pricetable-title3 {
    width: 48vw;
    font-size: 1em;
    margin: 0 1vw;
  }
}
/************************************************************/
/* CAMPAIGN */
/************************************************************/
.order-camp-area {
  padding-top: 80px;
  padding-bottom: 8vh;
}
.order-camp-title {
  color: #2fc6bd;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 40px;
}
.order-camp-info-area {
  width: 83vw;
  margin: 0 auto;
  background-image: url(img/order_camp_bg.png);
  background-size: contain;
}
.order-camp-info-title {
  width: 75vw;
  margin: 0 auto;
  padding: 2vh 0;
}
.order-camp-info-plan {
  display: flex;
  justify-content: center;
  padding: 0 0 4vh 0;
}
.order-camp-info-plan-l {
  margin-right: 5vw;
}
.order-camp-info-plan-img {
  width: 28.9vw;
}
.order-camp-info-text {
  color: #fff;
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 1vw;
}
.order-camp-info-caution {
  text-align: right;
  padding: 0 1vw 0.4vw 0;
  font-size: 12px;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-camp-area {
    padding-bottom: 8vh;
  }
  .order-camp-title {
    font-size: 1.5em;
    text-align: center;
  }
  .order-camp-info-area {
    width: 90vw;
  }
  .order-camp-info-title {
    width: 80vw;
    margin: 0 auto;
    padding: 2vh 0;
  }
  .order-camp-info-plan {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 3vh;
  }
  .order-camp-info-plan-l {
    margin-right: 0;
    margin-bottom: 3vh;
  }
  .order-camp-info-plan-img {
    width: 80vw;
  }
  .order-camp-info-text {
    font-size: 1.5em;
    padding-bottom: 3vw;
  }
  .order-camp-info-caution {
    font-size: 0.5em;
  }
}

/************************************************************/
/* CONTACT */
/************************************************************/
.order-contact-area {
  padding-bottom: 8vh;
}
.order-contact-info {
  display: flex;
  justify-content: center;
  margin: 5vh auto;
}
.order-contact-info-text {
  font-size: 2rem;
  line-height: 2.5;
}
.order-contact-content {
  width: 80vw;
  margin: 0 auto;
}
.contact-form table,
.contact-form .privacy-policy_wrapper,
.contact-form .wpcf7-form-control.wpcf7-submit {
  width: 100% !important;
}
.contact-form td:first-child {
  color: #696969;
  font-size: 16px;
  padding-left: 6px;
}
.contact-form td:first-child {
  padding-top: 6px;
}
.contact-form td:first-child .contact__txt-red {
  color: #df6f5f;
  font-size: 1.6rem;
}
.contact-form td:last-child {
  width: 100%;
  font-size: 14px;
  display: block;
}
.contact-form td:last-child input,
.contact-form td:last-child textarea {
  /* background: #f9f9f9; */
  border-radius: 4px;
}
.contact-form tr:nth-of-type(6) td:last-child .wpcf7-form-control {
  width: 100%;
  display: block;
  background: #f9f9f9;
  border-radius: 4px;
  line-height: 1;
}
.contact .privacy-policy_wrapper {
  padding: 4px;
}
.contact-form .privacy-policy {
  height: 77px;
  font-size: 10px;
  padding: 1em;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
  border-radius: 4px;
  background: #f3ac1f;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  box-shadow: none;
  padding: 18px 0;
  max-width: 420px;
  width: 90%;
}

@media screen and (max-width: 1199px) {
  /*480px以下に適用されるCSS（スマホ用）*/
  .order-contact-area {
    padding-bottom: 8vh;
  }
  .order-contact-info-text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .order-price-pricetable-title1::before {
    padding: 20px 10px;
    top: -3%;
    left: -10px;
    font-size: 18px;
  }
  .order-price-pricetable-title1 {
    padding: 4.3vw 0;
  }
  .order-contact-info {
    width: 90vw;
    font-size: 0.7em;
    margin: 3vh auto;
  }

  .contact-form table,
  .contact-form .privacy-policy_wrapper,
  .contact-form .wpcf7-form-control.wpcf7-submit {
    /* width: 90vw !important; */
  }
  .order-contact-content {
    width: 90vw;
  }
  .contact-form tr {
    margin-bottom: 20px !important;
  }
}
