@charset "UTF-8";
/*
Theme Name: 岡山県法人会連合会
Version: 1.0.0
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 14px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

/* ===================================

  ヘッダー：header

====================================== */
.header {
  position: relative;
}
.header__contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-top: 30px;
}
.header .logo {
  width: 300px;
}
.header .logo__link {
  display: block;
}
.header .logo__img {
  display: block;
  width: 100%;
}
.header .mv img {
  width: 100%;
}
.header .mv .pc {
  display: block;
}
.header .mv .pc-s {
  display: none;
}
.header .mv .sp {
  display: none;
}

@media screen and (max-width: 1450px) {
  .header .mv .pc {
    display: none;
  }
  .header .mv .pc-s {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    max-width: 100%;
    padding-left: 30px;
    padding-top: 20px;
  }
  .header .logo {
    width: 166px;
  }
  .header .mv .sp {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-top: 35px;
  }
  .header .mv .pc-s {
    display: none;
  }
  .header .mv .sp {
    display: block;
  }
}
/* ===================================

  フッター

====================================== */
.footer__copy {
  padding: 22px 0;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .footer__copy {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .footer__copy {
    padding: 17px 0 14px;
    font-size: 13px;
  }
}
/* ===================================

  apply

====================================== */
.home .apply {
  padding: 60px 0 40px;
  background-color: #8ed1d9;
}
.home .apply .container {
  width: 880px;
}
.home .apply__img {
  display: block;
  width: 100%;
}
.home .apply__text {
  margin-top: 21px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .home .apply {
    padding: 40px 0 30px;
  }
  .home .apply .container {
    width: 100%;
    max-width: 500px;
    padding: 0;
  }
  .home .apply__text {
    margin-top: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .apply {
    padding: 15px 0 10px;
  }
  .home .apply .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .home .apply__text {
    margin-top: 8px;
    font-size: 14px;
    text-align: left;
  }
}
/* ===================================

  main

====================================== */
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
  display: none !important;
}

.home .main {
  padding: 135px 0 140px;
  background-color: #fefcde;
}
.home .main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: 700;
}
.home .main__title h2 {
  display: inline-block;
  padding: 0 10px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), color-stop(56%, #fcee21));
  background: linear-gradient(transparent 56%, #fcee21 56%);
}
.home .main .form {
  width: 1000px;
  margin: 78px auto 0;
  padding: 84px 120px 120px;
  background-color: #fff;
  font-weight: 300;
  border-radius: 8px;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  /* ---------------------------------
    枠ありチェックボックス装飾
  ----------------------------------- */
  /* ---------------------------------
    入力者情報内チェックボックス
  ----------------------------------- */
}
.home .main .form__read {
  line-height: 2;
}
.home .main .form__read + .form__read {
  margin-top: 1em;
}
.home .main .form__read .sp {
  display: none;
}
.home .main .form form {
  margin-top: 78px;
}
.home .main .form .section + .section {
  margin-top: 60px;
}
.home .main .form .section-title {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #4e89d0;
  border-bottom: 2px solid #4e89d0;
}
.home .main .form .section-title .require {
  position: relative;
  top: -1px;
  margin-left: 10px;
  padding: 4px 11px;
  background-color: #ff7466;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
}
.home .main .form .section__text {
  margin-top: 21px;
  line-height: 2;
}
.home .main .form .section__text span {
  color: #ff7466;
  font-weight: 700;
}
.home .main .form .section__text a {
  color: #4e89d0;
}
.home .main .form .section__text .block-link {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.home .main .form .section__check {
  margin-top: 31px;
}
.home .main .form .section .textarea-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
  font-size: 16px;
  font-weight: 300;
}
.home .main .form .section .textarea-read::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 18px;
  height: 14px;
  border-top: 14px solid #000;
  border-right: 9px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 9px solid transparent;
}
.home .main .form .section textarea {
  margin-top: 14px;
  padding: 20px;
  width: 100%;
  height: 140px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  font-weight: 300;
}
.home .main .form .info-read {
  margin-top: 51px;
}
.home .main .form .info-read p {
  line-height: 2;
}
.home .main .form .info-read p span {
  color: #ff7466;
  font-weight: 700;
}
.home .main .form .info-read p + p {
  margin-top: 28px;
}
.home .main .form .info {
  margin-top: 41px;
  padding: 40px 40px 37px;
  border-radius: 14px;
  background-color: #f2f2f2;
}
.home .main .form .info__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.home .main .form__contents {
  margin-top: 52px;
}
.home .main .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b3b3b3;
}
.home .main .form__group + .form__group {
  margin-top: 20px;
}
.home .main .form__group label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.home .main .form__group label .require,
.home .main .form__group label .any {
  position: relative;
  top: -1px;
  margin-right: 14px;
  padding: 4px 11px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
}
.home .main .form__group label .require {
  background-color: #ff7466;
}
.home .main .form__group label .any {
  background-color: #666;
}
.home .main .form__group input {
  font-size: 18px;
  font-weight: 300;
}
.home .main .form__group input::-webkit-input-placeholder {
  color: #808080;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .main .form__group input::-moz-placeholder {
  color: #808080;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .main .form__group input:-ms-input-placeholder {
  color: #808080;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .main .form__group input::-ms-input-placeholder {
  color: #808080;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .main .form__group input::placeholder {
  color: #808080;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.home .main .form__group input[type=text] {
  width: 100%;
  height: 35px;
  padding-left: 14px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.home .main .form__group .select-wrap .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 300;
}
.home .main .form__group .select-wrap .wpcf7-form-control-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  border-top: 10px solid #808080;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
}
.home .main .form__group .select-wrap .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
  color: #000;
}
.home .main .form__group.checkbox {
  border-bottom: 0 solid #000;
  padding-bottom: 0;
}
.home .main .form__group.checkbox .form__input {
  padding-top: 0;
}
.home .main .form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .main .form__input #zip {
  width: 320px;
  margin-bottom: 10px;
}
.home .main .form__input .address-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
}
.home .main .form__input .check-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.home .main .form .pp {
  margin-top: 50px;
  padding: 0 50px;
}
.home .main .form .pp__box {
  position: relative;
  padding: 20px 10px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
}
.home .main .form .pp__title {
  font-weight: 300;
  text-align: center;
}
.home .main .form .pp__body {
  font-size: 14px;
  margin-top: 10px;
  padding: 0 20px;
  height: 250px;
  overflow-y: auto;
}
.home .main .form .pp__body h4 {
  font-size: 16px;
  margin-top: 1em;
  line-height: 1.5;
}
.home .main .form .pp__body p {
  margin-top: 0.75em;
  line-height: 1.75;
}
.home .main .form .pp__body p + p {
  margin-top: 1em;
}
.home .main .form .pp__agree {
  margin-top: 25px;
}
.home .main .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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: 50px auto 0;
  width: 420px;
  height: 70px;
  background-color: #f4e14c;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border: 2px solid #d7842b;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .main .form input[type=submit]:hover {
  opacity: 0.6;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item label,
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item label.locked,
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item label.locked {
  opacity: 0.3 !important;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-indent: -1.9em;
  padding-left: 1.9em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  cursor: pointer;
}
.home .main .form .section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(img/ico-check-gr.svg) no-repeat center;
  background-size: contain;
}
.home .main .form .section .wpcf7-checkbox#check-q1, .home .main .form .section .wpcf7-checkbox#check-q2-1, .home .main .form .section .wpcf7-checkbox#check-q2-2, .home .main .form .section .wpcf7-checkbox#check-q3, .home .main .form .section .wpcf7-checkbox#check-q4,
.home .main .form .section .wpcf7-acceptance#check-q1,
.home .main .form .section .wpcf7-acceptance#check-q2-1,
.home .main .form .section .wpcf7-acceptance#check-q2-2,
.home .main .form .section .wpcf7-acceptance#check-q3,
.home .main .form .section .wpcf7-acceptance#check-q4 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item {
  padding: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item.active, .home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item.active, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item.active, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item.active, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item.active,
.home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item.active,
.home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item.active,
.home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item.active,
.home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item.active,
.home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item.active {
  background-color: rgba(34, 181, 115, 0.15);
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item {
  width: 47.4%;
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item:nth-child(n+3), .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item:nth-child(n+3),
.home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item:nth-child(n+3),
.home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item:nth-child(n+3) {
  margin-top: 20px;
}
.home .main .form .section .wpcf7-checkbox#check-q2-1, .home .main .form .section .wpcf7-checkbox#check-q2-2, .home .main .form .section .wpcf7-checkbox#check-q3,
.home .main .form .section .wpcf7-acceptance#check-q2-1,
.home .main .form .section .wpcf7-acceptance#check-q2-2,
.home .main .form .section .wpcf7-acceptance#check-q3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item {
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item + .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item + .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item + .wpcf7-list-item,
.home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}
.home .main .form .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .main .form .wpcf7-acceptance .wpcf7-list-item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 24px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.home .main .form .wpcf7-acceptance .wpcf7-list-item.active {
  background-color: rgba(34, 181, 115, 0.15);
}
.home .main .form .info__check {
  margin-top: 22px;
}
.home .main .form .info .wpcf7-form-control {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .main .form .info .wpcf7-list-item {
  width: 50%;
  position: relative;
}
.home .main .form .info .wpcf7-list-item:nth-child(n+3) {
  margin-top: 15px;
}
.home .main .form .info .wpcf7-list-item label {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .main .form .info .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: absolute;
  opacity: 0;
}
.home .main .form .info .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.home .main .form .info .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  cursor: pointer;
}
.home .main .form .info .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #4e89d0;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .home .main {
    width: 100%;
    padding: 80px 30px;
  }
  .home .main__title {
    font-size: 34px;
  }
  .home .main__title h2 {
    padding: 0 8px 4px;
  }
  .home .main .form {
    width: 100%;
    margin: 50px auto 0;
    padding: 60px 30px 80px;
    border-radius: 5px;
    /* ---------------------------------
      枠ありチェックボックス装飾
    ----------------------------------- */
    /* ---------------------------------
      入力者情報内チェックボックス
    ----------------------------------- */
  }
  .home .main .form__read {
    line-height: 2;
  }
  .home .main .form__read .sp {
    display: block;
  }
  .home .main .form form {
    margin-top: 50px;
  }
  .home .main .form .section + .section {
    margin-top: 50px;
  }
  .home .main .form .section-title {
    padding-bottom: 12px;
    font-size: 20px;
  }
  .home .main .form .section-title .require {
    top: -1px;
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 16px;
  }
  .home .main .form .section__text {
    margin-top: 18px;
  }
  .home .main .form .section__check {
    margin-top: 26px;
  }
  .home .main .form .section .textarea-read {
    margin-top: 24px;
    font-size: 15px;
  }
  .home .main .form .section .textarea-read::before {
    margin-right: 6px;
    width: 16px;
    height: 12px;
    border-top: 12px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .home .main .form .section textarea {
    margin-top: 12px;
    padding: 15px;
    height: 140px;
    border-radius: 4px;
  }
  .home .main .form .info-read {
    margin-top: 30px;
  }
  .home .main .form .info-read p + p {
    margin-top: 1em;
  }
  .home .main .form .info {
    margin-top: 40px;
    padding: 30px;
    border-radius: 12px;
  }
  .home .main .form .info__title {
    font-size: 20px;
  }
  .home .main .form__contents {
    margin-top: 40px;
  }
  .home .main .form__group {
    padding-bottom: 15px;
  }
  .home .main .form__group + .form__group {
    margin-top: 15px;
  }
  .home .main .form__group label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    padding-top: 10px;
    font-size: 16px;
  }
  .home .main .form__group label .require,
  .home .main .form__group label .any {
    top: -1px;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 16px;
  }
  .home .main .form__group input {
    font-size: 15px;
  }
  .home .main .form__group input[type=text] {
    height: 36px;
    padding-left: 12px;
  }
  .home .main .form__group .select-wrap .wpcf7-form-control-wrap {
    height: 36px;
    padding-left: 12px;
    font-size: 15px;
  }
  .home .main .form__group .select-wrap .wpcf7-form-control-wrap::after {
    right: 10px;
    width: 10px;
    height: 8px;
    border-top: 8px solid #808080;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .home .main .form__group .select-wrap .wpcf7-form-control-wrap select {
    height: 36px;
    font-size: 15px;
  }
  .home .main .form__input #zip {
    width: 200px;
    margin-bottom: 10px;
  }
  .home .main .form__input .address-text {
    font-size: 14px;
  }
  .home .main .form__input .check-text {
    font-size: 14px;
  }
  .home .main .form .pp {
    margin-top: 40px;
    padding: 0;
  }
  .home .main .form .pp__box {
    padding: 15px 10px;
    border-radius: 4px;
  }
  .home .main .form .pp__body {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 15px;
    height: 220px;
  }
  .home .main .form .pp__body h4 {
    font-size: 14px;
  }
  .home .main .form .pp__agree {
    margin-top: 20px;
  }
  .home .main .form input[type=submit] {
    margin: 40px auto 0;
    width: 100%;
    max-width: 420px;
    height: 60px;
    font-size: 20px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    text-indent: -2.2em;
    padding-left: 2em;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
    top: -2px;
    width: 18px;
    height: 18px;
    margin-right: 14px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 3px;
    left: -2px;
    width: 18px;
    height: 18px;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item {
    padding: 14px;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item {
    width: 48.3%;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item:nth-child(n+3), .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item:nth-child(n+3),
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item:nth-child(n+3),
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item:nth-child(n+3) {
    margin-top: 15px;
  }
  .home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 15px;
  }
  .home .main .form .wpcf7-acceptance .wpcf7-list-item {
    padding: 14px 20px;
  }
  .home .main .form .info__check {
    margin-top: 18px;
  }
  .home .main .form .info .wpcf7-list-item {
    width: 50%;
  }
  .home .main .form .info .wpcf7-list-item:nth-child(n+3) {
    margin-top: 14px;
  }
  .home .main .form .info .wpcf7-list-item input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .home .main .form .info .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
  .home .main .form .info .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .home .main .form .info .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 4.5px;
    left: 3px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 758px) {
  .home .main {
    padding: 48px 15px 70px;
  }
  .home .main__title {
    font-size: 28px;
  }
  .home .main__title h2 {
    padding: 0 10px 4px;
  }
  .home .main .form {
    margin: 48px auto 0;
    padding: 16px 15px 58px;
    /* ---------------------------------
      枠ありチェックボックス装飾
    ----------------------------------- */
    /* ---------------------------------
      入力者情報内チェックボックス
    ----------------------------------- */
  }
  .home .main .form form {
    margin-top: 32px;
  }
  .home .main .form .section + .section {
    margin-top: 48px;
  }
  .home .main .form .section-title {
    font-size: 18px;
  }
  .home .main .form .section-title .require {
    top: -1px;
    margin-left: 8px;
    padding: 3px 9px;
    font-size: 13px;
  }
  .home .main .form .section__text {
    margin-top: 13px;
  }
  .home .main .form .section__check {
    margin-top: 28px;
  }
  .home .main .form .section .textarea-read {
    margin-top: 13px;
    font-size: 12px;
  }
  .home .main .form .section .textarea-read::before {
    width: 12px;
    height: 10px;
    border-top: 10px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .home .main .form .section textarea {
    margin-top: 10px;
    padding: 10px;
    height: 120px;
  }
  .home .main .form .info-read {
    margin-top: 15px;
  }
  .home .main .form .info-read p + p {
    margin-top: 20px;
  }
  .home .main .form .info {
    margin-top: 30px;
    padding: 42px 15px 37px;
    border-radius: 10px;
  }
  .home .main .form .info__title {
    font-size: 18px;
  }
  .home .main .form__group {
    display: block;
    padding-bottom: 16px;
  }
  .home .main .form__group + .form__group {
    margin-top: 21px;
  }
  .home .main .form__group label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
  }
  .home .main .form__group label .require,
  .home .main .form__group label .any {
    top: -1px;
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 13px;
  }
  .home .main .form__group .form__input {
    margin-top: 14px;
  }
  .home .main .form__group input {
    font-size: 12px;
  }
  .home .main .form__group input[type=text] {
    height: 26px;
  }
  .home .main .form__group .select-wrap .wpcf7-form-control-wrap {
    height: 26px;
    font-size: 12px;
  }
  .home .main .form__group .select-wrap .wpcf7-form-control-wrap::after {
    right: 12px;
    width: 8px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .home .main .form__group .select-wrap .wpcf7-form-control-wrap select {
    height: 26px;
    font-size: 12px;
  }
  .home .main .form__input #zip {
    width: 240px;
    margin-bottom: 8px;
  }
  .home .main .form__input .address-text {
    margin-top: 11px;
    font-size: 10px;
  }
  .home .main .form__input .check-text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.5;
  }
  .home .main .form .pp {
    margin-top: 30px;
  }
  .home .main .form .pp__box {
    padding: 12px 0;
  }
  .home .main .form .pp__body {
    font-size: 11px;
    margin-top: 8px;
    padding: 0 10px;
    height: 150px;
  }
  .home .main .form .pp__body h4 {
    font-size: 12px;
  }
  .home .main .form .pp__body p {
    margin-top: 0.75em;
  }
  .home .main .form .pp__agree {
    margin-top: 20px;
  }
  .home .main .form input[type=submit] {
    margin: 34px auto 0;
    max-width: 284px;
    height: 56px;
    font-size: 18px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    text-indent: -1.8em;
    padding-left: 26px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 0;
    width: 15px;
    height: 15px;
    margin-right: 11px;
  }
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 5px;
    left: 1px;
    width: 15px;
    height: 15px;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item {
    padding: 11px;
    border-radius: 4px;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1, .home .main .form .section .wpcf7-checkbox#check-q4,
  .home .main .form .section .wpcf7-acceptance#check-q1,
  .home .main .form .section .wpcf7-acceptance#check-q4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item {
    width: 100%;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item:nth-child(n+3), .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item:nth-child(n+3),
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item:nth-child(n+3),
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item:nth-child(n+3) {
    margin-top: 0;
  }
  .home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q1 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q4 .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 10px;
  }
  .home .main .form .section .wpcf7-checkbox#check-q2-1 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q2-2 .wpcf7-list-item + .wpcf7-list-item, .home .main .form .section .wpcf7-checkbox#check-q3 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-1 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q2-2 .wpcf7-list-item + .wpcf7-list-item,
  .home .main .form .section .wpcf7-acceptance#check-q3 .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 10px;
  }
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item {
    padding: 11px 16px;
  }
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item-label {
    line-height: 1.5;
  }
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    left: 1px;
    top: 3px;
  }
  .home .main .form .info__check {
    margin-top: 20px;
  }
  .home .main .form .info .wpcf7-list-item {
    width: auto;
  }
  .home .main .form .info .wpcf7-list-item:nth-child(odd) {
    width: 63%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
  }
  .home .main .form .info .wpcf7-list-item:nth-child(even) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .home .main .form .info .wpcf7-list-item:nth-child(n+3) {
    margin-top: 13px;
  }
  .home .main .form .info .wpcf7-list-item input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .home .main .form .info .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.5;
  }
  .home .main .form .info .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
    margin-right: 9px;
  }
  .home .main .form .info .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
  }
}
/* ===================================

  サンクスページ

====================================== */
.page-thanks .main {
  padding: 80px 0 0;
  width: 100%;
  background-color: #fefcde;
}
.page-thanks .thanks {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 120px 75px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.page-thanks .thanks__logo {
  width: 221px;
  margin: 0 auto;
}
.page-thanks .thanks__logo img {
  display: block;
  width: 100%;
}
.page-thanks .thanks__title {
  margin-top: 54px;
  font-size: 42px;
  line-height: 1.5;
  color: #4e89d0;
  text-align: center;
}
.page-thanks .thanks__text {
  margin-top: 47px;
  line-height: 2;
}
.page-thanks .thanks__link {
  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: 50px auto 0;
  width: 420px;
  height: 60px;
  background-color: #8ed1d9;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
}
.page-thanks .thanks__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main {
    padding: 60px 30px 0;
  }
  .page-thanks .thanks {
    width: 100%;
    padding: 60px 80px;
  }
  .page-thanks .thanks__logo {
    width: 220px;
  }
  .page-thanks .thanks__title {
    margin-top: 40px;
    font-size: 36px;
  }
  .page-thanks .thanks__text {
    margin-top: 36px;
  }
  .page-thanks .thanks__link {
    margin: 36px auto 0;
    width: 360px;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .main {
    padding: 40px 15px 0;
  }
  .page-thanks .thanks {
    padding: 40px 15px;
  }
  .page-thanks .thanks__logo {
    width: 180px;
  }
  .page-thanks .thanks__title {
    margin-top: 30px;
    font-size: 24px;
  }
  .page-thanks .thanks__title br {
    display: none;
  }
  .page-thanks .thanks__text {
    margin-top: 30px;
  }
  .page-thanks .thanks__link {
    margin: 30px auto 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}
/* ===================================

  about

====================================== */
.page-thanks .about {
  padding: 40px 0 80px;
  background-color: #fefcde;
}
.page-thanks .about__contents {
  margin: 0 auto;
  padding: 48px 120px 60px;
  width: 1000px;
  background-color: #d5effd;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.page-thanks .about__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.page-thanks .about__text {
  margin-top: 30px;
  font-weight: 300;
  line-height: 2;
}
.page-thanks .about__link {
  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: 40px auto 0;
  width: 420px;
  height: 60px;
  background-color: #8ed1d9;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
}
.page-thanks .about__link:hover {
  opacity: 0.6;
}
.page-thanks .about-footer {
  margin-top: 53px;
}
.page-thanks .about-footer__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-thanks .about {
    padding: 30px 30px 60px;
  }
  .page-thanks .about__contents {
    padding: 40px 80px 50px;
    width: 100%;
    border-radius: 5px;
  }
  .page-thanks .about__title {
    font-size: 28px;
  }
  .page-thanks .about__text {
    margin-top: 25px;
  }
  .page-thanks .about__link {
    margin: 30px auto 0;
    width: 360px;
    height: 52px;
    font-size: 18px;
  }
  .page-thanks .about-footer {
    margin-top: 45px;
  }
  .page-thanks .about-footer__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .about {
    padding: 20px 15px 40px;
  }
  .page-thanks .about__contents {
    padding: 37px 15px 45px;
    border-radius: 5px;
  }
  .page-thanks .about__title {
    font-size: 24px;
  }
  .page-thanks .about__text {
    margin-top: 22px;
  }
  .page-thanks .about__link {
    margin: 20px auto 0;
    width: 100%;
    height: 45px;
    font-size: 15px;
  }
  .page-thanks .about-footer {
    margin-top: 27px;
  }
  .page-thanks .about-footer__text {
    font-size: 12px;
  }
}
/* ===================================

  section-ttl（共通タイトル）

====================================== */
.section-ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #333;
  line-height: 1.4;
}
.section-ttl .star {
  color: #f9a825;
}
.section-ttl--white {
  color: #fff;
}
.section-ttl--white .star {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .section-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 758px) {
  .section-ttl {
    font-size: 20px;
  }
}

/* ===================================

  応募期間：entry-period

====================================== */
.entry-period {
  padding: 60px 20px;
  background-color: #fffde7;
}
.entry-period__inner {
  max-width: 880px;
  margin: 0 auto;
}
.entry-period__box {
  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: 30px;
  padding: 28px 48px;
  background-color: #f68b1e;
  border-radius: 12px;
  color: #fff;
  gap: 30px;
}
.entry-period__label {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  padding: 10px 18px;
  border: 2px solid #fff;
  border-radius: 6px;
}
.entry-period__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-weight: 700;
}
.entry-period__year {
  font-size: 26px;
}
.entry-period__year small {
  font-size: 16px;
}
.entry-period__day {
  font-size: 44px;
}
.entry-period__day small {
  font-size: 20px;
}
.entry-period__wave {
  font-size: 36px;
  padding: 0 12px;
}

@media screen and (max-width: 1199px) {
  .entry-period {
    padding: 50px 30px;
  }
  .entry-period__box {
    padding: 22px 30px;
    gap: 20px;
  }
  .entry-period__label {
    font-size: 16px;
  }
  .entry-period__year {
    font-size: 20px;
  }
  .entry-period__year small {
    font-size: 14px;
  }
  .entry-period__day {
    font-size: 34px;
  }
  .entry-period__day small {
    font-size: 16px;
  }
  .entry-period__wave {
    font-size: 28px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 758px) {
  .entry-period {
    padding: 36px 15px;
  }
  .entry-period__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    padding: 20px 15px;
    text-align: center;
  }
  .entry-period__label {
    font-size: 14px;
    padding: 8px 14px;
    display: inline-block;
  }
  .entry-period__dates {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
  .entry-period__year {
    font-size: 16px;
  }
  .entry-period__year small {
    font-size: 12px;
  }
  .entry-period__day {
    font-size: 28px;
  }
  .entry-period__day small {
    font-size: 13px;
  }
  .entry-period__wave {
    font-size: 22px;
    padding: 0 6px;
  }
}

/* ===================================

  キャンペーン内容：campaign

====================================== */
.campaign {
  padding: 60px 20px;
  background-color: #fff9e0;
}
.campaign__inner {
  max-width: 880px;
  margin: 0 auto;
}
.campaign__question-wrap {
  margin-top: 28px;
  text-align: center;
}
.campaign__question {
  display: inline-block;
  padding: 12px 28px;
  background-color: #fff;
  border: 2px solid #f68b1e;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #f68b1e;
}
.campaign__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.campaign__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-top: 40px;
}
.campaign__feature {
  text-align: center;
}
.campaign__feature-circle {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-color: #ffd740;
  border-radius: 50%;
  padding: 20px;
}
.campaign__feature-sub {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.campaign__feature-num {
  font-size: 26px;
  font-weight: 700;
  margin-top: 8px;
  color: #e65100;
}
.campaign__note {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1199px) {
  .campaign {
    padding: 50px 30px;
  }
  .campaign__question {
    font-size: 17px;
    padding: 10px 22px;
  }
  .campaign__features {
    gap: 20px;
  }
  .campaign__feature-circle {
    width: 170px;
    height: 170px;
  }
  .campaign__feature-sub {
    font-size: 12px;
  }
  .campaign__feature-num {
    font-size: 22px;
    margin-top: 6px;
  }
  .campaign__note {
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .campaign {
    padding: 36px 15px;
  }
  .campaign__question {
    font-size: 15px;
    padding: 10px 16px;
  }
  .campaign__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
  .campaign__features {
    -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;
    gap: 20px;
    margin-top: 28px;
  }
  .campaign__feature-circle {
    width: 160px;
    height: 160px;
  }
  .campaign__feature-sub {
    font-size: 11px;
  }
  .campaign__feature-num {
    font-size: 20px;
  }
  .campaign__note {
    font-size: 13px;
    text-align: left;
    margin-top: 24px;
  }
}

/* ===================================

  プレゼント：present

====================================== */
.present {
  padding: 60px 20px;
  background-color: #f68b1e;
}
.present__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.present__body {
  margin-top: 30px;
}
.present__text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.present__num {
  font-size: 44px;
  color: #fff176;
}
.present__amount {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.present__amount span {
  display: block;
  font-size: 52px;
  line-height: 1.2;
}
.present__note {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 1199px) {
  .present {
    padding: 50px 30px;
  }
  .present__text {
    font-size: 24px;
  }
  .present__num {
    font-size: 36px;
  }
  .present__amount {
    font-size: 18px;
  }
  .present__amount span {
    font-size: 42px;
  }
  .present__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .present {
    padding: 36px 15px;
  }
  .present__body {
    margin-top: 24px;
  }
  .present__text {
    font-size: 20px;
  }
  .present__num {
    font-size: 30px;
  }
  .present__amount {
    font-size: 16px;
    margin-top: 6px;
  }
  .present__amount span {
    font-size: 34px;
  }
  .present__note {
    font-size: 12px;
    margin-top: 14px;
  }
}

/* ===================================

  entry-period 画像対応上書き

====================================== */
.entry-period__box {
  display: none;
}
.entry-period__img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 28px auto 0;
}

@media screen and (max-width: 758px) {
  .entry-period__img {
    margin-top: 20px;
  }
}

/* ===================================

  campaign 画像対応上書き

====================================== */
.campaign__feature-circle {
  display: none;
}
.campaign__feature-img {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.campaign__feature-text {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}
.campaign__feature-text strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e65100;
  margin-top: 4px;
}

@media screen and (max-width: 1199px) {
  .campaign__feature-img {
    width: 150px;
  }
  .campaign__feature-text {
    font-size: 14px;
  }
  .campaign__feature-text strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  .campaign__feature-img {
    width: 140px;
  }
  .campaign__feature-text {
    font-size: 13px;
  }
  .campaign__feature-text strong {
    font-size: 16px;
  }
}

/* ===================================

  present 画像対応上書き

====================================== */
.present__text,
.present__amount,
.present__note {
  display: none;
}
.present__img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 28px auto 0;
}

@media screen and (max-width: 758px) {
  .present__img {
    margin-top: 20px;
  }
}

/* ===================================

  campaign 2カラム・カード対応上書き

====================================== */

/* 既存の .campaign を上書き */
.campaign {
  padding: 60px 20px;
  background-color: #fffde7;
}
.campaign__outer {
  max-width: 960px;
  margin: 0 auto;
}
.campaign__card {
  margin-top: 28px;
  background: #fff;
  border-radius: 16px;
  padding: 40px 50px 44px;
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.08);
          box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* 2カラム：質問バブル＋説明文 */
.campaign__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.campaign__question-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  margin-top: 0;
  text-align: left;
}
.campaign__question {
  display: block;
  padding: 20px 22px;
  background-color: #f68b1e;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  position: relative;
}
.campaign__question::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #f68b1e;
}
.campaign__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.campaign__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  margin-top: 0;
}

/* 3アイコン */
.campaign__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 36px;
}
.campaign__feature {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 220px;
}
.campaign__feature-img {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.campaign__feature-caption {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
.campaign__feature-keyword {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 700;
  color: #f68b1e;
}

/* 下部ノートボックス */
.campaign__note-box {
  margin-top: 32px;
  background-color: #fff9c4;
  border: 2px solid #f9a825;
  border-radius: 8px;
  padding: 14px 24px;
  text-align: center;
}
.campaign__note-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

/* 既存の .campaign__note は非表示 */
.campaign__note {
  display: none;
}

/* --- tablet --- */
@media screen and (max-width: 1199px) {
  .campaign {
    padding: 50px 30px;
  }
  .campaign__card {
    padding: 30px 34px 36px;
  }
  .campaign__intro {
    gap: 24px;
  }
  .campaign__question-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
  }
  .campaign__question {
    font-size: 15px;
    padding: 16px 18px;
  }
  .campaign__text {
    font-size: 14px;
  }
  .campaign__features {
    gap: 20px;
    margin-top: 30px;
  }
  .campaign__feature-img {
    width: 130px;
  }
  .campaign__feature-keyword {
    font-size: 19px;
  }
  .campaign__note-box p {
    font-size: 14px;
  }
}

/* --- SP --- */
@media screen and (max-width: 758px) {
  .campaign {
    padding: 36px 15px;
  }
  .campaign__card {
    padding: 24px 20px 28px;
    border-radius: 12px;
  }
  .campaign__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .campaign__question-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .campaign__question {
    font-size: 14px;
    padding: 14px 16px;
  }
  .campaign__question::after {
    display: none;
  }
  .campaign__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .campaign__features {
    gap: 10px;
    margin-top: 24px;
  }
  .campaign__feature {
    max-width: none;
  }
  .campaign__feature-img {
    width: 100%;
    max-width: 110px;
  }
  .campaign__feature-caption {
    font-size: 11px;
    margin-top: 8px;
  }
  .campaign__feature-keyword {
    font-size: 16px;
    margin-top: 4px;
  }
  .campaign__note-box {
    margin-top: 20px;
    padding: 12px 14px;
  }
  .campaign__note-box p {
    font-size: 13px;
  }
}

/* ===================================

  campaign 左右2カラム完全上書き

====================================== */

/* セクション全体 */
.campaign {
  padding: 60px 20px;
  background-color: #fffde7;
}
.campaign__outer {
  max-width: 960px;
  margin: 0 auto;
}

/* ホワイトカード */
.campaign__card {
  margin-top: 28px;
  background: #fff;
  border-radius: 16px;
  padding: 36px 44px 40px;
  -webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.08);
          box-shadow: 0 2px 14px rgba(0,0,0,0.08);
}

/* 左右2カラムのメインボディ */
.campaign__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}

/* 左カラム：質問バブル＋説明文 */
.campaign__col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.campaign__question {
  display: block;
  background-color: #f68b1e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding: 18px 16px;
  border-radius: 10px;
  position: relative;
}
.campaign__question::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #f68b1e;
}
.campaign__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
  color: #333;
  margin-top: 6px;
  text-align: left;
}

/* 右カラム：3アイコン */
.campaign__col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.campaign__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 0;
}
.campaign__feature {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.campaign__feature-img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.campaign__feature-caption {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
}
.campaign__feature-keyword {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #f68b1e;
}

/* 既存ノートを非表示 */
.campaign__note,
.campaign__description,
.campaign__intro,
.campaign__question-wrap {
  display: none;
}

/* 下部ノートボックス */
.campaign__note-box {
  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: 30px;
  padding: 14px 24px;
  background-color: #fff9c4;
  border: 2px solid #f9a825;
  border-radius: 8px;
  text-align: center;
}
.campaign__note-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

/* --- tablet (〜1199px) --- */
@media screen and (max-width: 1199px) {
  .campaign {
    padding: 50px 30px;
  }
  .campaign__card {
    padding: 28px 30px 32px;
  }
  .campaign__body {
    gap: 24px;
  }
  .campaign__col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
  .campaign__question {
    font-size: 14px;
    padding: 14px 12px;
  }
  .campaign__text {
    font-size: 13px;
  }
  .campaign__features {
    gap: 12px;
  }
  .campaign__feature-img {
    max-width: 120px;
  }
  .campaign__feature-caption {
    font-size: 11px;
  }
  .campaign__feature-keyword {
    font-size: 17px;
  }
  .campaign__note-box p {
    font-size: 14px;
  }
}

/* --- SP (〜758px) --- */
@media screen and (max-width: 758px) {
  .campaign {
    padding: 36px 15px;
  }
  .campaign__card {
    padding: 22px 18px 26px;
    border-radius: 12px;
  }
  .campaign__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .campaign__col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    gap: 14px;
  }
  .campaign__question {
    font-size: 14px;
    padding: 14px 16px;
  }
  .campaign__question::after {
    bottom: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f68b1e;
  }
  .campaign__text {
    font-size: 13px;
    margin-top: 4px;
  }
  .campaign__col-right {
    width: 100%;
  }
  .campaign__features {
    gap: 8px;
  }
  .campaign__feature-img {
    max-width: 90px;
  }
  .campaign__feature-caption {
    font-size: 10px;
    margin-top: 6px;
  }
  .campaign__feature-keyword {
    font-size: 15px;
    margin-top: 4px;
  }
  .campaign__note-box {
    margin-top: 20px;
    padding: 12px 14px;
  }
  .campaign__note-box p {
    font-size: 13px;
  }
}

/* ===================================

  campaign 調整（比率・アイコンサイズ・矢印方向）

====================================== */

/* 左右比率：左32% / 右68% */
.campaign__col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

/* 吹き出し：下矢印を消して右矢印に変更 */
.campaign__question::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #f68b1e;
  border-right: none;
}

/* アイコン：サイズアップ */
.campaign__feature-img {
  max-width: 180px;
}

/* アイコン下テキスト：サイズ調整 */
.campaign__feature-caption {
  font-size: 13px;
  margin-top: 12px;
  color: #444;
  line-height: 1.6;
}
.campaign__feature-keyword {
  font-size: 22px;
  margin-top: 6px;
}

/* アイコン間隔を均等に */
.campaign__features {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

/* カードのパディング調整 */
.campaign__card {
  padding: 36px 40px 40px;
}

/* ノートボックス：フォントサイズ調整 */
.campaign__note-box p {
  font-size: 14px;
  font-weight: 500;
}

/* --- tablet (〜1199px) --- */
@media screen and (max-width: 1199px) {
  .campaign__col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
  .campaign__feature-img {
    max-width: 140px;
  }
  .campaign__feature-caption {
    font-size: 12px;
  }
  .campaign__feature-keyword {
    font-size: 18px;
  }
}

/* --- SP (〜758px) --- */
@media screen and (max-width: 758px) {
  /* SP時は吹き出しを下矢印に戻す */
  .campaign__question::after {
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 10px solid #f68b1e;
    border-bottom: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  .campaign__feature-img {
    max-width: 100px;
  }
  .campaign__feature-caption {
    font-size: 11px;
  }
  .campaign__feature-keyword {
    font-size: 15px;
  }
}

/* ===================================

  新セクションに明示的フォント指定

====================================== */
.entry-period,
.entry-period *,
.campaign,
.campaign *,
.present,
.present * {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
cat: /tmp/add-style6.css: No such file or directory

/* ===================================

  SVG精密値による全セクション上書き

====================================== */

/* ---- 応募期間 ---- */
.entry-period {
  padding: 60px 20px;
  background-color: #FCF6D9;
}
.entry-period__outer {
  max-width: 960px;
  margin: 0 auto;
}
.entry-period__card {
  margin-top: 28px;
  background: #fff;
  border-radius: 18px;
  padding: 32px 40px;
  -webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.07);
          box-shadow: 0 2px 14px rgba(0,0,0,0.07);
  text-align: center;
}
.entry-period__img {
  max-width: 100%;
  height: auto;
}

/* ---- キャンペーン内容（色・カード上書き） ---- */
.campaign {
  background-color: #FEEB90;
}
.campaign__card {
  background: #FDFBEB;
}

/* 吹き出しアクセントカラーを #E95518 に統一 */
.campaign__question {
  background-color: #E95518;
}
.campaign__question::after {
  border-top: 12px solid #E95518;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.campaign__feature-keyword {
  color: #E95518;
}

/* PC時：右矢印も #E95518 */
@media screen and (min-width: 759px) {
  .campaign__question::after {
    border-left-color: #E95518;
    border-top-color: transparent;
  }
}

/* 各アイコンを白カードに */
.campaign__feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px 12px 20px;
  height: 100%;
  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;
}

/* テキストエリアを白カードに */
.campaign__col-left-inner {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
}

/* ノートボックス：ピル形状・ボーダーなし・#FEEB90 */
.campaign__note-box {
  background-color: #FEEB90;
  border: none;
  border-radius: 22.5px;
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  height: 45px;
}
.campaign__note-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- プレゼント ---- */
.present {
  padding: 60px 20px;
  background-color: #FCF6D9;
}
.present__outer {
  max-width: 960px;
  margin: 0 auto;
}
.present__card {
  margin-top: 28px;
  background: #fff;
  border-radius: 18px;
  padding: 32px 40px;
  -webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.07);
          box-shadow: 0 2px 14px rgba(0,0,0,0.07);
  text-align: center;
}
.present__img {
  max-width: 100%;
  height: auto;
}

/* ---- tablet (〜1199px) ---- */
@media screen and (max-width: 1199px) {
  .entry-period {
    padding: 50px 30px;
  }
  .entry-period__card {
    padding: 24px 28px;
  }
  .present {
    padding: 50px 30px;
  }
  .present__card {
    padding: 24px 28px;
  }
  .campaign__note-box {
    height: auto;
    padding: 10px 24px;
    border-radius: 16px;
  }
  .campaign__note-box p {
    line-height: 1.6;
    white-space: normal;
  }
  .campaign__feature-card {
    padding: 18px 10px 16px;
  }
}

/* ---- SP (〜758px) ---- */
@media screen and (max-width: 758px) {
  .entry-period {
    padding: 36px 15px;
  }
  .entry-period__card {
    padding: 20px 16px;
    border-radius: 12px;
  }
  .present {
    padding: 36px 15px;
  }
  .present__card {
    padding: 20px 16px;
    border-radius: 12px;
  }
  .campaign__note-box {
    height: auto;
    padding: 10px 16px;
    border-radius: 14px;
  }
  .campaign__note-box p {
    font-size: 12px;
    line-height: 1.6;
    white-space: normal;
  }
  .campaign__feature-card {
    padding: 14px 8px 12px;
    border-radius: 12px;
  }
  .campaign__col-left-inner {
    padding: 12px 14px;
  }
  /* SP：下矢印は #E95518 */
  .campaign__question::after {
    border-top-color: #E95518;
    border-left-color: transparent;
  }
}

/* ===================================

  SVG精密値：吹き出し・ボーダー修正

====================================== */

/* ---- 吹き出しラップ（人物アイコン + 吹き出し横並び） ---- */
.campaign__question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  gap: 0;
}

.campaign__person-icon {
  width: 59px;
  height: 59px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  margin-right: -8px;
}

/* ---- 吹き出し：白背景・青ボーダーに上書き ---- */
.campaign__question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  color: #3C0400;
  border: 2px solid #015FC5;
  border-radius: 17px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding: 12px 16px;
  position: relative;
}

/* 矢印を無効化 */
.campaign__question::after,
.campaign__question::before {
  display: none;
}

/* ---- 左テキストカード：黄ボーダー追加 ---- */
.campaign__col-left-inner {
  border: 1.5px solid #FEDD4C;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.06);
          box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* ---- アイコンカード：黄ボーダー追加 ---- */
.campaign__feature-card {
  border: 1.5px solid #FEDD4C;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.06);
          box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* ---- section-ttlの★色 ---- */
.section-ttl .star {
  color: #E95518;
}

/* ---- tablet (〜1199px) ---- */
@media screen and (max-width: 1199px) {
  .campaign__question {
    font-size: 14px;
    padding: 10px 14px;
  }
  .campaign__person-icon {
    width: 48px;
    height: 48px;
  }
}

/* ---- SP (〜758px) ---- */
@media screen and (max-width: 758px) {
  .campaign__question-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .campaign__question {
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .campaign__person-icon {
    width: 40px;
    height: 40px;
    margin-right: -6px;
  }
}

/* ===================================
   フォーム内フォント PC 18px / 700
====================================== */
@media (min-width: 768px) {
  .home .main .form__read,
  .home .main .form .section__text,
  .home .main .form .section .textarea-read,
  .home .main .form .section textarea,
  .home .main .form .info-read p,
  .home .main .form__group label,
  .home .main .form__group input,
  .home .main .form__group select,
  .home .main .form .pp__body p,
  .home .main .form .pp__agree,
  .home .main .wpcf7 p,
  .home .main .wpcf7 label,
  .home .main .wpcf7 input:not([type="submit"]),
  .home .main .wpcf7 select,
  .home .main .wpcf7 textarea {
    font-size: 18px;
    font-weight: 700;
  }
}

/* ===================================
   フォーム内フォントカラー #3c0400
====================================== */
.home .main .form__read,
.home .main .form .section__text,
.home .main .form .section .textarea-read,
.home .main .form .section textarea,
.home .main .form .info-read p,
.home .main .form__group label,
.home .main .form__group input,
.home .main .form__group select,
.home .main .form .pp__body p,
.home .main .form .pp__agree,
.home .main .wpcf7 p,
.home .main .wpcf7 label,
.home .main .wpcf7 input:not([type="submit"]),
.home .main .wpcf7 select,
.home .main .wpcf7 textarea {
  color: #3c0400;
}

/* ===================================
   CF7エラー/応答メッセージのフォントを他のフォーム要素と統一
====================================== */
.home .main .wpcf7-response-output {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ff7466;
  border: none;
  text-align: center;
}
@media screen and (max-width: 758px) {
  .home .main .wpcf7-response-output {
    font-size: 16px;
  }
}

/* ===================================
   クイズチャレンジ見出し（キャンペーン内容と同デザイン）
====================================== */
.home .main__title {
  padding: 0;
  border: none;
  background: none;
}
.home .main-title-row {
  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;
  gap: 18px;
}
.home .main-title-row h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #015fc5;
  text-shadow: 5px 5px 0 #fedd4c;
  border: none;
  padding: 0;
  margin: 0;
}
.home .main-deco-l,
.home .main-deco-r {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 76px;
  width: auto;
}

@media (max-width: 1199px) {
  .home .main-title-row h2 { font-size: 52px; }
  .home .main-deco-l,
  .home .main-deco-r { height: 63px; }
}
@media (max-width: 767px) {
  .home .main-title-row h2 { font-size: 32px; }
  .home .main-deco-l,
  .home .main-deco-r { display: none; }
}

/* ===================================
   クイズチャレンジ見出し：下線を削除
====================================== */
.home .main-title-row h2 {
  background: none;
  padding: 0;
}

/* ===================================
   SP：「はじめての方〜GETしよう！」改行なし
====================================== */
@media (max-width: 767px) {
  .page .col-left .desc:last-child p {
    display: inline;
  }
}

/* ===================================
   フォーム内フォント PC 18px / 700 / #3c0400（強制上書き）
====================================== */
@media (min-width: 768px) {
  .home .main .form__read,
  .home .main .form .section-title,
  .home .main .form .section__text,
  .home .main .form .section__text p,
  .home .main .form .textarea-read,
  .home .main .form textarea,
  .home .main .form .info-read p,
  .home .main .form .info__title,
  .home .main .form .address-text,
  .home .main .form__group label,
  .home .main .form input[type="text"],
  .home .main .form select,
  .home .main .form .wpcf7-list-item-label,
  .home .main .form .pp__body p,
  .home .main .form .pp__agree {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3c0400 !important;
  }
}

/* ===================================
   フォーム内フォント 18px / 700 / #3c0400（全デバイス）
====================================== */
.home .main .form__read,
.home .main .form .section-title,
.home .main .form .section__text,
.home .main .form .section__text p,
.home .main .form .textarea-read,
.home .main .form textarea,
.home .main .form .info-read p,
.home .main .form .info__title,
.home .main .form .address-text,
.home .main .form__group label,
.home .main .form input[type="text"],
.home .main .form select,
.home .main .form .wpcf7-list-item-label,
.home .main .form .pp__body p,
.home .main .form .pp__agree {
  font-size: 18px;
  font-weight: 700;
  color: #3c0400;
}

/* ===================================
   フォーム内フォント SP 16px
====================================== */
@media (max-width: 767px) {
  .home .main .form__read,
  .home .main .form .section-title,
  .home .main .form .section__text,
  .home .main .form .section__text p,
  .home .main .form .textarea-read,
  .home .main .form textarea,
  .home .main .form .info-read p,
  .home .main .form .info__title,
  .home .main .form .address-text,
  .home .main .form__group label,
  .home .main .form input[type="text"],
  .home .main .form select,
  .home .main .form .wpcf7-list-item-label,
  .home .main .form .pp__body p,
  .home .main .form .pp__agree {
    font-size: 16px;
  }
}

/* ヒントセクション */
.home .main .form .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 21px;
  padding: 16px 24px;
  background-color: #feeb90;
  border-radius: 8px;
}
.home .main .form .hint .hint__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  padding: 4px 14px;
  background-color: #ff7466;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}
.home .main .form .hint .hint__text {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 758px) {
  .home .main .form .hint {
    -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;
    padding: 14px 16px;
  }
  .home .main .form .hint .hint__label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home .main .form .hint .hint__text {
    font-size: 15px;
  }
}

/* 問4（check-q5）を問1と同じ1カラム箱型レイアウトに */
.home .main .form .section .wpcf7-checkbox#check-q5 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q5 .wpcf7-list-item {
  width: 100%;
  padding: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.home .main .form .section .wpcf7-checkbox#check-q5 .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}
.home .main .form .section .wpcf7-checkbox#check-q5 .wpcf7-list-item.active {
  background-color: rgba(34, 181, 115, 0.15);
}

/* 問3（check-q4）を問1と同じ1カラム全幅の箱型に（2カラム指定を上書き） */
.home .main .form .section .wpcf7-checkbox#check-q4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item {
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q4 .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

/* 各問の「必須」をタイトルの左に配置（余白を右側へ） */
.home .main .form .section-title .require {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 758px) {
  .home .main .form .section-title .require {
    margin-left: 0;
    margin-right: 8px;
  }
}

/* 問5（check-q6）を問1と同じ1カラム箱型レイアウトに */
.home .main .form .section .wpcf7-checkbox#check-q6 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q6 .wpcf7-list-item {
  width: 100%;
  padding: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.home .main .form .section .wpcf7-checkbox#check-q6 .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}
.home .main .form .section .wpcf7-checkbox#check-q6 .wpcf7-list-item.active {
  background-color: rgba(34, 181, 115, 0.15);
}

/* ===================================
   問1〜5の見出し（.section-title）フォントサイズ PC20px / SP18px
   ※他のフォーム要素(PC18px/SP16px)に対し +2px のバランスを維持
====================================== */
@media (min-width: 768px) {
  .home .main .form .section-title {
    font-size: 20px !important;
    color: #4e89d0 !important;
  }
}
@media (max-width: 767px) {
  .home .main .form .section-title {
    font-size: 18px !important;
    color: #4e89d0 !important;
  }
}

/* ===================================
   問1（check-q1）・問2（check-q2）を問3〜5と同じ1カラム箱型に統一
   ※旧フィールド名前提の2カラム/未指定レイアウト崩れを修正
====================================== */
.home .main .form .section .wpcf7-checkbox#check-q1,
.home .main .form .section .wpcf7-checkbox#check-q2 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item,
.home .main .form .section .wpcf7-checkbox#check-q2 .wpcf7-list-item {
  width: 100%;
  margin-top: 0;
  padding: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item + .wpcf7-list-item,
.home .main .form .section .wpcf7-checkbox#check-q2 .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}
.home .main .form .section .wpcf7-checkbox#check-q1 .wpcf7-list-item.active,
.home .main .form .section .wpcf7-checkbox#check-q2 .wpcf7-list-item.active {
  background-color: rgba(34, 181, 115, 0.15);
}

/* ===================================
   個人情報セクションのタイトル・小見出し／説明文(.check-text)を
   他のフォーム要素と統一（18px / 700 / #3c0400・SP16px）
   ※pp__title の中央寄せは維持
====================================== */
.home .main .form .pp__title,
.home .main .form .pp__body h4,
.home .main .form__input .check-text {
  font-weight: 700 !important;
  color: #3c0400 !important;
}
@media (min-width: 768px) {
  .home .main .form .pp__title,
  .home .main .form .pp__body h4,
  .home .main .form__input .check-text {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .home .main .form .pp__title,
  .home .main .form .pp__body h4,
  .home .main .form__input .check-text {
    font-size: 16px !important;
  }
}

/* ===================================
   【個人情報の取り扱いについて】ボックス内の本文・小見出しを14pxに
   ※タイトル(.pp__title)は18pxのまま維持。ウエイト700/色#3c0400は継続
====================================== */
.home .main .form .pp__body p,
.home .main .form .pp__body h4 {
  font-size: 14px !important;
}

/* ===================================
   SP時、希望賞品（.info内）の選択肢ラベルを他(16px/700)と統一
   ※SPでは .info ラベルが12px/weight300になり他と異なるため上書き
====================================== */
@media (max-width: 767px) {
  .home .main .form .info .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #3c0400 !important;
  }
}

/* ===================================
   SP時、他とフォントサイズが異なる残りの箇所を16pxに統一
   ・セレクト(ご職業/ご年代)：12px→16px
   ・同意チェックのラベル：14px→16px
   ※ウエイト700/色#3c0400は統一ルールで適用済み
====================================== */
@media (max-width: 767px) {
  .home .main .form select,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px !important;
  }
}

/* ===================================
   SP時、問1〜5の回答ラベル＋同意チェックのラベルを他(16px/700)に統一
   ※基底(.section ... .wpcf7-list-item-label)がSPで14px/weight300のため上書き
====================================== */
@media (max-width: 767px) {
  .home .main .form .section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
  .home .main .form .section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
}

/* ===================================
   Cloudflare Turnstile を中央寄せ＋上部マージン
====================================== */
.home .main .form .wpcf7-turnstile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home .main .form .wpcf7-turnstile {
    margin-top: 30px;
  }
}

/* ===================================
   /thanks/ ページ フォント統一（サイト標準 18px/SP16px・700・#3c0400 に合わせる）
====================================== */
.page-thanks .thanks__text,
.page-thanks .about__text {
  font-size: 18px;
  font-weight: 700;
  color: #3c0400;
}
.page-thanks .about-footer__text,
.page-thanks .about__link,
.page-thanks .thanks__link {
  color: #3c0400;
}
.page-thanks .about__title {
  color: #4e89d0;
}
@media (max-width: 767px) {
  .page-thanks .thanks__text,
  .page-thanks .about__text {
    font-size: 16px;
  }
}
