@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;
}

@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__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 40px 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 34px 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;
  }
}