@charset "UTF-8";
/* エディター全体の背景色やフォント周りの指定 */
.block-editor .editor-styles-wrapper {
  background-color: #fff;
  color: #333;
  /* font-family とかもここでOK */
}

/* 通常ブロックの横幅（デフォルト値：580px） */
.block-editor .wp-block {
  max-width: 800px;
}

/* 幅広ブロックの横幅（デフォルト値：1100px） */
.block-editor .wp-block[data-align="wide"] {
  max-width: 1000px;
}

a {
  outline: none;
}

.sideBlbock {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.sideBlbock > div {
  padding: 0 !important;
}

a:hover {
  filter: brightness(1.1);
  cursor: pointer;
  display: block;
}

a:focus, a:focus-within {
  border: solid 1px #0095ff;
  z-index: 9;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 781px) {
  #top_rogo {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  #top_rogo {
    display: unset;
  }
}

#top_rogo figure a {
  width: 250px;
  display: block;
  margin: 0 auto;
}

#top_rogo figure a img {
  padding-top: 20px;
}

nav.gNav {
  width: 100%;
}

nav.gNav .wp-block-navigation__responsive-container ul {
  background-color: #e9eff0;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  display: grid;
  grid-template-columns: 1fr;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li {
  margin: 0;
  padding: 0;
  display: unset !important;
  /*
                    &:nth-of-type(14) a {
                        border-top: solid 1px #0d47a1;
                        &::before {
                            content: "";
                            background-image: url(../assets/img/i04.svg);
                        }
                    }
                    &:nth-of-type(15) a {
                        //border-top: solid 1px #0d47a1;
                        &::before {
                            content: "";
                            background-image: url(../assets/img/i08.png);
                        }
                    }
                    &:nth-of-type(16) a {
                        &::before {
                            content: "";

                            background-image: url(../assets/img/i07.svg);
                        }
                    }
                    &:nth-of-type(17) a {
                        &::before {
                            content: "";

                            background-image: url(../assets/img/i06.svg);
                        }
                    }
                    &:nth-of-type(18) a {
                        &::before {
                            content: "";

                            background-image: url(../assets/img/i05.svg);
                            width: 28px;
                            height: 28px;
                        }
                    }
                        */
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li a {
  border-bottom: solid 1px #0d47a1;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0.75em;
  background-color: #fff;
  position: relative;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li a:hover {
  opacity: 0.8;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid #0d47a1;
  border-top: 2px solid #0d47a1;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%-calc(50% - 3px);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li a::before {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(1) a::before {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(1) a {
  border-top: solid 1px #0d47a1;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(1) a::before {
  background-image: url(../assets/img/i01.svg);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(2) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(2) a::before {
  content: "";
  background-image: url(../assets/img/a05.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(3) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(3) a::before {
  content: "";
  background-image: url(../assets/img/a01.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(4) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(4) a::before {
  content: "";
  background-image: url(../assets/img/T11.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(5) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(5) a::before {
  content: "";
  background-image: url(../assets/img/T11M.svg);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(6) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(6) a::before {
  content: "";
  background-image: url(../assets/img/eq.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(7) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(7) a::before {
  content: "";
  background-image: url(../assets/img/04.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(8) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(8) a::before {
  content: "";
  background-image: url(../assets/img/08_5.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(9) a {
  background-color: #ebf8ff;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(9) a::before {
  content: "";
  background-image: url(../assets/img/a07.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(10) a {
  background-color: #ebf8ff;
  margin-bottom: 20px;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(10) a::before {
  content: "";
  background-image: url(../assets/img/a07.png);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(11) a {
  border-top: solid 1px #0d47a1;
  background-color: #fcf9e4;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(11) a::before {
  content: "";
  background-image: url(../assets/img/i04.svg);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(12) a {
  background-color: #fcf9e4;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(12) a::before {
  content: "";
  background-image: url(../assets/img/i07.svg);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(13) a {
  margin-bottom: 20px;
  background-color: #fcf9e4;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(1) li:nth-of-type(13) a::before {
  content: "";
  background-image: url(../assets/img/i06.svg);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  display: grid;
  grid-template-columns: 1fr;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) li {
  margin: 0;
  padding: 0;
  display: unset !important;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) li a {
  border-bottom: solid 1px #ae8181;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0.75em;
  background-color: #fffaeb !important;
  position: relative;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) li a:hover {
  opacity: 0.8;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid red;
  border-top: 2px solid red;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%-calc(50% - 3px);
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) li a::before {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

nav.gNav .wp-block-navigation__responsive-container ul:nth-of-type(2) li:first-of-type a {
  border-top: solid 1px #ae8181;
}

nav.gNav .wp-block-navigation__responsive-container .wp-block-buttons {
  margin: 0 auto;
}

.rogoArea {
  margin: 0 auto !important;
}

.rogoArea figure {
  width: 100%;
}

.rogoArea figure img {
  width: 100%;
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

@media screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .wp-block-navigation__responsive-container {
    display: unset;
  }
}

.has-modal-open nav.gNav .wp-block-navigation__responsive-container {
  display: block !important;
}

.has-modal-open .wp-block-navigation__responsive-close ul {
  display: block !important;
  gap: 0 !important;
}

.has-modal-open .wp-block-navigation__responsive-close ul li {
  margin-bottom: 0;
}

.has-modal-open .wp-block-navigation__responsive-close ul li a {
  padding: 1em !important;
}

#subCopy {
  width: 100%;
}

#subCopy p {
  padding-right: 8vw;
  text-wrap: balance;
}

@media screen and (max-width: 781px) {
  nav.gNav {
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 999999;
    right: 10px;
    top: 16px;
    border: solid;
    background-color: #fff;
    border: unset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }
}

@media screen and (max-width: 393px) {
  nav.gNav {
    top: 28px;
  }
}

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: none;
}

@media screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .wp-container-4 {
    position: unset;
    z-index: 8;
  }
}

@media screen and (max-width: 781px) {
  .main-header > div {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 781px) {
  .has-modal-open .main-header > div {
    display: none;
  }
}

@media screen and (max-width: 781px) {
  .rogoArea {
    display: none !important;
  }
}

.hikaku-table thead {
  border: unset;
}

.hikaku-table img {
  width: 80%;
  object-fit: cover;
  padding: 20px;
}

.hikaku-table tr:nth-child(odd) {
  background-color: #fff !important;
}

.hikaku-table tr:nth-child(even) {
  background-color: #ebf8ff !important;
}

.hikaku-table tr:nth-of-type(1) td div {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 481px) {
  .hikaku-table tr td {
    font-size: 12px;
  }
}

.hikaku-table tr td:nth-of-type(3) {
  background-color: rgba(255, 238, 0, 0.279);
}

.hikaku-table tr td em {
  font-style: normal;
  font-weight: 600;
  color: #0d47a1;
}

.hikaku-table02 thead {
  border: unset;
}

.hikaku-table02 img {
  width: 80%;
  object-fit: cover;
  padding: 20px;
}

.hikaku-table02 tr:nth-child(odd) {
  background-color: #fff !important;
}

.hikaku-table02 tr:nth-child(even) {
  background-color: #ebf8ff !important;
}

.hikaku-table02 tr:nth-of-type(1) td div {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 481px) {
  .hikaku-table02 tr td {
    font-size: 12px;
  }
}

.hikaku-table02 tr td:nth-of-type(1) {
  background-color: rgba(255, 238, 0, 0.279);
  width: 20%;
  text-align: center;
}

.hikaku-table02 tr td strong em {
  font-style: normal;
  font-weight: 600;
  color: #0d47a1;
  font-size: 1.6em;
}

@media screen and (max-width: 769px) {
  .column_support {
    flex-direction: column;
  }
  .column_support > div {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 769px) {
  .column_support02 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.table_D01 table {
  border: unset !important;
}

.table_D01 table td,
.table_D01 table th {
  border: unset !important;
  border-bottom: 1px solid #ccc !important;
}

.table_D01 table th {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8) !important;
}

.table_D01 table thead th {
  color: #fff !important;
}

.table_com table {
  border: unset !important;
}

.table_com table td,
.table_com table th {
  border: unset !important;
  border-bottom: 1px solid #ccc !important;
}

.table_com table th {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8) !important;
}

.table_com table thead th {
  color: #fff !important;
}

.wp-block-contact-form-7-contact-form-selector {
  background-color: #fff;
  max-width: 1000px;
  padding: 60px 20px;
  border-radius: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector {
    padding: 30px 20px;
  }
}

.wp-block-contact-form-7-contact-form-selector form .check {
  margin-bottom: 100px;
}

.wp-block-contact-form-7-contact-form-selector form dl {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form dl {
    display: flex;
    flex-direction: column;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl p {
  padding: 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt,
.wp-block-contact-form-7-contact-form-selector form dl dd {
  font-size:  clamp(1rem, 0.916rem + 0.28vw, 1.125rem);
  border-bottom: dotted #999 1px;
  padding: 1em 0;
  margin: 0;
}

.wp-block-contact-form-7-contact-form-selector form dl dt:last-of-type,
.wp-block-contact-form-7-contact-form-selector form dl dd:last-of-type {
  border-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  padding-right: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form dl dt {
    border-bottom: unset;
    padding-right: unset;
    padding: 1em 0 0 0;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dt span {
  font-size: 16px;
  background-color: #607d8b;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  color: #fff;
  line-height: 1.2;
  margin-right: 10px;
  white-space: nowrap;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea {
  border-radius: 10px;
  padding: 0.5em 0.8em;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
  border: solid 1px #999;
}

.wp-block-contact-form-7-contact-form-selector form dl dd input:focus,
.wp-block-contact-form-7-contact-form-selector form dl dd textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #2196f3 inset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.25em 1em;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form dl dd .checkbox {
    gap: 0.8em 1em;
  }
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .checkbox label input {
  border-radius: 10px !important;
  padding: 1em !important;
  width: 20px !important;
  height: 20px !important;
  background: aqua;
  display: block;
  border: solid 1px #999 !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div {
  margin-bottom: 0.8em;
}

.wp-block-contact-form-7-contact-form-selector form dl dd div:last-of-type {
  margin-bottom: unset;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-not-valid-tip {
  background-color: #ffeb3b;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  margin-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .wpcf7-radio span label input {
  width: 13px !important;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-block-contact-form-7-contact-form-selector form dl dd .addressG input {
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea {
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (max-width: 481px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    padding-top: 0px;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea .wpcf7-spinner {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea > p {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea > p {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
  padding: 1em 2em;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  animation: blinking 1.5s ease-in-out infinite alternate;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="submit"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
  background-color: #aaa;
  width: 100%;
  cursor: pointer;
  padding: 1em 2em;
  color: #fff;
  margin: 0 auto;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
  border-radius: 300px;
  border: unset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  max-width: 80%;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"] {
    max-width: 100%;
  }
}

.wp-block-contact-form-7-contact-form-selector form .submitArea input[type="button"]:hover {
  background-color: #ecd18e;
}

.wp-block-contact-form-7-contact-form-selector form .wpcf7-response-output {
  background-color: #e8b941;
  margin-top: 20px;
  padding: 0.25em 0.5em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  color: #dc3232;
  border: unset;
  font-size:  clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
}

.userdata {
  border-top: dotted 1px #ccc;
  padding-top: 20px;
  box-sizing: border-box;
  margin-top: 40px;
}

.userdata h3 {
  background-color: #007bff;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 0.5em;
}

@media screen and (max-width: 769px) {
  .wp-block-contact-form-7-contact-form-selector {
    padding: 30px 00px;
  }
}

.check_rap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#top_nav .wp-block-group a {
  text-decoration: none !important;
}

#footerLink nav ul {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 769px) {
  #footerLink nav ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 481px) {
  #footerLink nav ul {
    grid-template-columns: 1fr;
  }
}

#footerLink nav ul li a {
  font-size: 16px;
  color: #fff !important;
}

#topItemList {
  background-color: #f3e2e2;
  padding: 1em 0;
}

#topItemList h3 {
  color: #0d47a1;
}

#topItemList .grid {
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 769px) {
  #topItemList .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 481px) {
  #topItemList .grid {
    grid-template-columns: 1fr 1fr;
  }
}

#topItemList .grid > div {
  background-color: #0d47a1;
  border-radius: 14px;
  padding: 0.5em 1em;
  gap: 0;
}

@media screen and (max-width: 1120px) {
  #topItemList .grid > div {
    flex-direction: column;
  }
}

#topItemList .grid > div img {
  object-fit: contain !important;
  height: 90px;
  width: 90px;
  border-radius: unset;
}

@media screen and (max-width: 769px) {
  #topItemList .grid > div img {
    height: 70px;
    width: 70px;
  }
}

#topItemList .grid > div p a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  #topItemList .grid > div p a {
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  .banner01 {
    flex-direction: column;
    padding: 20px !important;
    border-radius: 10px !important;
  }
}

@media screen and (max-width: 481px) {
  .banner01 .has-large-font-size {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 481px) {
  .column03 {
    gap: 10px !important;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 769px) {
  .column03 img {
    border-radius: 10px !important;
  }
}

#footerMain a {
  text-decoration: none !important;
}

#goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #0d47a1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#goTop p a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#goTop p a em {
  font-style: normal;
  text-align: center;
}

#goTop p a em::before {
  display: block;
  content: "";
  width: 10px;
  margin: 0 auto;
  height: 10px;
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(315deg);
}

/* 即時に遷移する */
html {
  scroll-behavior: auto;
}

/* ゆっくり遷移する */
html {
  scroll-behavior: smooth;
}

.schema-faq .schema-faq-section {
  padding: 20px;
  background-color: #d4f4ff;
  border-radius: 20px;
  margin-bottom: 2em;
  font-size: 1rem;
}

.schema-faq .schema-faq-section:last-of-type {
  margin-bottom: 0;
}

.schema-faq .schema-faq-section .schema-faq-question {
  font-size:  clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  color: #1047a1;
  display: flex;
  gap: 10px;
  align-items: center;
}

.schema-faq .schema-faq-section .schema-faq-question:before {
  content: "Q";
  font-size: 50px;
  color: rgba(16, 71, 161, 0.3);
}

.schema-faq .schema-faq-section .schema-faq-answer {
  line-height: 1.8;
}

#caseArea aside {
  max-width: 1200px;
  margin: 0 auto;
}

#caseArea aside ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  #caseArea aside ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 769px) {
  #caseArea aside ul {
    grid-template-columns: 1fr 1fr;
  }
}

#caseArea aside ul li {
  margin-block-start: unset;
}

#caseArea aside ul li > div {
  flex-direction: column;
  gap: 20px;
}

#caseArea aside ul li a {
  display: block;
}

#caseArea aside ul li a img {
  object-fit: cover;
  height: 14vw;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  #caseArea aside ul li a img {
    height: 34vw;
  }
}

@media screen and (max-width: 481px) {
  #caseArea aside ul li a img {
    height: 32vw;
  }
}

#caseArea aside ul li a h3 {
  line-height: 1.6;
}

#tent-image {
  max-width: 100%;
  height: auto;
}

#customAll {
  background-color: #c9e3f6;
  background-image: url(../img/page/kantan/sankaku2.svg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 30px 20px;
}

#customAll > div > div {
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  #customAll {
    padding: 10px 10px 50px;
  }
}

#customAll img {
  max-width: 100%;
  height: auto;
}

#customAll em {
  font-style: normal;
  font-weight: bold;
}

#customAll h2 {
  font-size: 28px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #3f51b5;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  #customAll h2 {
    margin-bottom: 0.5em;
  }
}

#customAll form label {
  font-size: 16px;
}

#customAll form section {
  padding: 0 0 30px;
}

#customAll form section h3 {
  font-size: 24px;
  margin-bottom: 1.5em;
  background-color: #2097f3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 0.25em;
}

#customAll form section h4 {
  font-size: 18px;
  margin-bottom: 2em;
  border-radius: 8px;
  padding: 0.25em;
  color: #2097f3;
  margin-top: 1em;
  text-align: center;
  background-color: #d8efff;
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before,
#customAll .sec08 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before {
  height: 171px;
}

@media screen and (max-width: 1200px) {
  #customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before,
  #customAll .sec08 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before {
    height: 14vw;
  }
}

@media screen and (max-width: 769px) {
  #customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before,
  #customAll .sec08 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before {
    height: 15vw;
  }
}

@media screen and (max-width: 481px) {
  #customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before,
  #customAll .sec08 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label .wpcf7-list-item-label::before {
    height: 25vw;
  }
}

#customAll input[type="text"],
#customAll input[type="password"],
#customAll input[type="email"],
#customAll input[type="tel"],
#customAll input[type="search"],
#customAll input[type="url"],
#customAll input[type="number"] {
  height: 40px;
  padding: 0 0.714em;
  line-height: 40px;
  border-radius: 3px;
  border-color: #c1c1c4;
  border: 1px solid #bbb;
}

#customAll .wpcf7-list-item {
  display: block;
  margin: unset;
}

#customAll .wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 769px) {
  #customAll .wpcf7-form-control {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

#customAll label {
  font-size: 16px;
  display: flex;
  gap: 5px;
  padding: 10px;
  align-items: center;
  border: solid #2097f3;
  border-radius: 10px;
}

#customAll label input[type="radio"],
#customAll label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  position: relative;
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="radio"],
#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
  background-size: cover;
  display: block;
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-image: url(../assets/img/page/tent/item/standard-standard-default.jpg);
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  content: "";
  background-image: url(../assets/img/page/tent/item/oneside-standard-default.jpg);
}

#customAll .sec01 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  content: "";
  background-image: url(../assets/img/page/tent/item/flat-standard-default.jpg);
}

#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  position: relative;
}

#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="radio"],
#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
  background-size: cover;
  display: block;
}

#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/02_1.png);
}

#customAll .sec02 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-color: #eef7fb;
  content: "";
  background-image: url(../assets/img/page/tent/item/02_2.png);
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  position: relative;
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="radio"],
#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
  background-size: cover;
  display: block;
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/04_1.png);
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/04_2.png);
}

#customAll .sec04 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/04_3.png);
}

#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  position: relative;
}

#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="radio"],
#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
  background-size: cover;
  display: block;
}

#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-color: #97bdce;
  background-image: url(../assets/img/page/tent/item/06_1.png);
}

#customAll .sec06 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  content: "";
  background-color: #97bdce;
  background-image: url(../assets/img/page/tent/item/06_2.png);
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item {
  position: relative;
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label input[type="radio"],
#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  height: auto;
  background-size: cover;
  display: block;
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/07_1.png);
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/07_2.png);
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/07_3.png);
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/07_4.png);
}

#customAll .sec07 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/07_5.png);
}

#customAll .rap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 769px) {
  #customAll .rap {
    grid-template-columns: 1fr;
    padding-top: 0px;
    gap: 20px;
  }
}

#customAll .rap > div ul li {
  margin-bottom: 10px;
}

#customAll .rap > div ul li p {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 5px;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 17px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-color: #e5e7ca;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-color: #fff152;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-color: #ffc7ec;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-color: #ff50ad;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  background-color: #ff9e01;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before {
  background-color: #f35c20;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before {
  background-color: #2097f3;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before {
  background-color: #2024f3;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before {
  background-color: #13005d;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before {
  background-color: #ff0b0b;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before {
  background-color: #761010;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before {
  background-color: #805c43;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before {
  background-color: #93e077;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before {
  background-color: #00993b;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label::before {
  background-color: #005212;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(16) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(16) .wpcf7-list-item-label::before {
  background-color: #89a294;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(17) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(17) .wpcf7-list-item-label::before {
  background-color: #c2c8c8;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(18) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(18) .wpcf7-list-item-label::before {
  background-color: #999999;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(19) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(19) .wpcf7-list-item-label::before {
  background: #a2a2a2;
  background: linear-gradient(312deg, #a2a2a2 0%, #e7e7e7 51%, #c2c2c2 100%);
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(20) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(20) .wpcf7-list-item-label::before {
  background-color: #212121;
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(21) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(21) .wpcf7-list-item-label::before {
  background: linear-gradient(90deg, #ffdd00 0%, #ffdd00 35%, white 35%, white 65%, #ffdd00 65%, #ffdd00 100%);
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(22) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(22) .wpcf7-list-item-label::before {
  background: linear-gradient(90deg, red 0%, red 35%, white 35%, white 65%, red 65%, red 100%);
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(23) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(23) .wpcf7-list-item-label::before {
  background: linear-gradient(90deg, #ff68b3 0%, #ff68b3 35%, white 35%, white 65%, #ff68b3 65%, #ff68b3 100%);
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(24) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(24) .wpcf7-list-item-label::before {
  background: linear-gradient(90deg, #008c25 0%, #008c25 35%, white 35%, white 65%, #008c25 65%, #008c25 100%);
}

#customAll .sec051 .wpcf7-form-control .wpcf7-list-item:nth-of-type(25) .wpcf7-list-item-label::before,
#customAll .sec0712 .wpcf7-form-control .wpcf7-list-item:nth-of-type(25) .wpcf7-list-item-label::before {
  background: linear-gradient(90deg, #254ed4 0%, #254ed4 35%, white 35%, white 65%, #254ed4 65%, #254ed4 100%);
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 17px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  background-size: cover;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  background-image: url(../assets/img/page/tent/item/mesh.svg);
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-color: #e3e3e3;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-color: #917c64;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-color: #fdab41;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-color: #83af73;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  background-color: #cad1d9;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before {
  background-color: #faeed1;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before {
  background-color: #c1aa91;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before {
  background-color: #de8498;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before {
  background-color: #719378;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before {
  background-color: #a7bede;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before {
  background-color: #626166;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before {
  background-color: #52362f;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before {
  background-color: #7b0018;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before {
  background-color: #003619;
}

#customAll .sec052 .wpcf7-form-control .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label::before,
#customAll .sec0713 .wpcf7-form-control .wpcf7-list-item:nth-of-type(15) .wpcf7-list-item-label::before {
  background-color: #0e101a;
}

#customAll .sec08 ul,
#customAll .sec09 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 960px) {
  #customAll .sec08 ul,
  #customAll .sec09 ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 769px) {
  #customAll .sec08 ul,
  #customAll .sec09 ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 481px) {
  #customAll .sec08 ul,
  #customAll .sec09 ul {
    grid-template-columns: 1fr;
  }
}

#customAll .sec08 ul li > div:nth-of-type(1),
#customAll .sec09 ul li > div:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
}

#customAll .sec08 ul li p,
#customAll .sec09 ul li p {
  margin-bottom: 10px;
}

#customAll .sec08 ul li p img,
#customAll .sec09 ul li p img {
  background-color: #5f6c7c;
  margin-bottom: 20px;
}

#customAll .sec08 ul li p span,
#customAll .sec09 ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

#customAll .komeRap {
  padding-top: 30px;
}

#customAll .komeRap .kome {
  display: flex;
}

#customAll .komeRap .kome::before {
  font-size: 14px;
  content: "※";
  display: inline-block;
  vertical-align: middle;
}

#customAll .komeRap .kome p {
  padding: 0;
  margin: 0 0 1em;
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item {
  position: relative;
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label input[type="radio"],
#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  height: auto;
  background-size: cover;
  display: block;
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/10_1_1.png);
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/10_1_2.png);
}

#customAll .sec10 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/10_1_3.png);
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item {
  position: relative;
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label input[type="radio"],
#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: unset;
  vertical-align: unset;
  position: absolute;
  top: 10px;
  left: 10px;
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  content: "";
  background-image: url(../assets/img/page/tent/item/10_3_1.jpg);
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  content: "";
  background-image: url(../assets/img/page/tent/item/10_3_2.jpg);
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  content: "";
  background-image: url(../assets/img/page/tent/item/10_3_3.jpg);
}

#customAll .sec10-1-2 > p .wpcf7-form-control-wrap > .wpcf7-form-control > .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  content: "";
  background-color: #eef7fb;
  background-image: url(../assets/img/page/tent/item/10_3_4.png);
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 17px;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::before {
  background-color: #020202;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::before {
  background-color: #ffffff;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::before {
  background-color: #f6ff00;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::before {
  background-color: #ffe600;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::before {
  background-color: #ff4400;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::before {
  background-color: #ff0000;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::before {
  background-color: #9cf6a5;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(8) .wpcf7-list-item-label::before {
  background-color: #065a14;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(9) .wpcf7-list-item-label::before {
  background-color: #e0318e;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(10) .wpcf7-list-item-label::before {
  background: linear-gradient(133deg, #e2e2e2 0%, #797979 100%);
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(11) .wpcf7-list-item-label::before {
  background-color: #44abff;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(12) .wpcf7-list-item-label::before {
  background-color: #008cff;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(13) .wpcf7-list-item-label::before {
  background-color: #06508d;
}

#customAll .sec10-1-2-3 .wpcf7-form-control .wpcf7-list-item:nth-of-type(14) .wpcf7-list-item-label::before {
  background-color: #002c50;
}

#customAll .naireImg p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 481px) {
  #customAll .naireImg p {
    grid-template-columns: 1fr;
  }
}

#customAll .print-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
}

@media screen and (max-width: 769px) {
  #customAll .print-area {
    grid-template-columns: 1fr;
  }
}

#customAll .print-area li {
  background-color: #d8efff;
  border-radius: 10px;
  padding: 20px;
}

#customAll .print-area li em {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 14px;
}

#customAll .print-area li div:nth-of-type(1) {
  margin-bottom: 10px;
}

#customAll .print-area li select {
  background-color: #fff;
}

#customAll .print-area li input {
  width: 100%;
}

#customAll .files {
  text-align: center;
}

#customAll .files h5 {
  margin-bottom: 0.5em;
}

#customAll .files ul {
  background-color: #d8efff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px;
  gap: 5px;
}

#customAll .files ul li {
  background-color: #fff;
  padding: 0.25em 1em;
  border-radius: 30px;
}

#customAll .customer-info dl {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}

@media screen and (max-width: 769px) {
  #customAll .customer-info dl {
    grid-template-columns: 1fr;
  }
}

#customAll .customer-info dl dt,
#customAll .customer-info dl dd {
  border-bottom: solid 1px #ccc;
  padding: 0.5em 0.25em;
}

@media screen and (max-width: 769px) {
  #customAll .customer-info dl dt,
  #customAll .customer-info dl dd {
    border-bottom: unset;
  }
}

@media screen and (max-width: 769px) {
  #customAll .customer-info dl dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid #ccc 1px;
  }
}

#customAll .customer-info dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
}

#customAll .customer-info dl dt:before {
  content: "任意";
  font-size: 12px;
  padding: 0.25em 0.8em;
  background-color: #2097f3;
  color: #fff;
  border-radius: 20px;
}

#customAll .customer-info dl dt.hissu:before {
  content: "必須";
  background-color: #d05b6f;
}

#customAll .content {
  padding-top: 40px;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  #customAll .content {
    max-width: 100%;
  }
}

#customAll .content input[type="submit"] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  cursor: pointer;
  background: linear-gradient(180deg, #80b85e 0%, #3b9b00 100%);
  box-shadow: 0 10px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 0;
  width: 100%;
  height: 100px;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 1;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  #customAll .content input[type="submit"] {
    width: 100%;
    min-width: unset;
  }
}

#customAll .content .coution {
  border: solid 1px #f00;
  padding: 20px;
  text-align: center;
}

#customAll .content .coution p span {
  color: #f00;
}

#customAll .wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
}

#customAll .wpcf7-list-item .wpcf7-list-item-label::before {
  height: 171px;
}

@media screen and (max-width: 1200px) {
  #customAll .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 14vw;
  }
}

@media screen and (max-width: 769px) {
  #customAll .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 15vw;
  }
}

@media screen and (max-width: 481px) {
  #customAll .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 25vw;
  }
}

#customAll .sec10-1-2-3 .wpcf7-form-control,
#customAll .sec071 .wpcf7-form-control,
#customAll .sec051 .wpcf7-form-control,
#customAll .sec05 .wpcf7-form-control {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#customAll .sec10-1-2-3 .wpcf7-list-item .wpcf7-list-item-label,
#customAll .sec071 .wpcf7-list-item .wpcf7-list-item-label,
#customAll .sec051 .wpcf7-list-item .wpcf7-list-item-label,
#customAll .sec05 .wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
}

#customAll .sec10-1-2-3 .wpcf7-list-item .wpcf7-list-item-label::before,
#customAll .sec071 .wpcf7-list-item .wpcf7-list-item-label::before,
#customAll .sec051 .wpcf7-list-item .wpcf7-list-item-label::before,
#customAll .sec05 .wpcf7-list-item .wpcf7-list-item-label::before {
  height: unset;
}

#customAll .sec10 .wpcf7-list-item .wpcf7-list-item-label,
#customAll .sec10-1-2 .wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
}

#customAll .sec10 .wpcf7-list-item .wpcf7-list-item-label::before,
#customAll .sec10-1-2 .wpcf7-list-item .wpcf7-list-item-label::before {
  height: 171px !important;
}

@media screen and (max-width: 1200px) {
  #customAll .sec10 .wpcf7-list-item .wpcf7-list-item-label::before,
  #customAll .sec10-1-2 .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 14vw !important;
  }
}

@media screen and (max-width: 769px) {
  #customAll .sec10 .wpcf7-list-item .wpcf7-list-item-label::before,
  #customAll .sec10-1-2 .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 15vw !important;
  }
}

@media screen and (max-width: 481px) {
  #customAll .sec10 .wpcf7-list-item .wpcf7-list-item-label::before,
  #customAll .sec10-1-2 .wpcf7-list-item .wpcf7-list-item-label::before {
    height: 25vw !important;
  }
}

#customAll .orgtent01 .mainBlock,
#customAll .onetouch10 .mainBlock {
  background-image: url(https://tentshop.jp../assets/img/page/tent/item/all_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 400px;
}

@media screen and (max-width: 769px) {
  #customAll .orgtent01 .mainBlock,
  #customAll .onetouch10 .mainBlock {
    height: 280px;
  }
}

#customAll .orgtent01 .mainBlock .title .tentImg,
#customAll .onetouch10 .mainBlock .title .tentImg {
  max-width: 1150px;
  margin: 0 auto;
}

#customAll .orgtent01 .mainBlock .title h1,
#customAll .onetouch10 .mainBlock .title h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  #customAll .orgtent01 .mainBlock .title h1,
  #customAll .onetouch10 .mainBlock .title h1 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
}

#customAll .orgtent01 .mainBlock .title p,
#customAll .onetouch10 .mainBlock .title p {
  color: #2097f3;
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  #customAll .orgtent01 .mainBlock .title p,
  #customAll .onetouch10 .mainBlock .title p {
    font-size: 14px !important;
    text-align: left;
    line-height: 1.3;
  }
}

#customAll .orgtent01 .blueBlock,
#customAll .onetouch10 .blueBlock {
  background-color: #6abeff;
}

#customAll .custamallDoc {
  max-width: 960px;
  padding: 60px 20px 80px;
  margin: 0 auto;
}

#customAll .custamallDoc .inner .entry-content {
  padding: 0;
  margin: 0;
}

#customAll .custamallDoc .inner .entry-content > div {
  margin: 0;
  margin-bottom: 30px;
  gap: 40px;
  display: flex;
}

#customAll .custamallDoc .inner .entry-content > div figure {
  width: 50%;
}

@media screen and (max-width: 769px) {
  #customAll .custamallDoc .inner .entry-content > div figure {
    width: 100%;
  }
}

#customAll .custamallDoc .inner .entry-content > div > div {
  width: 50%;
}

@media screen and (max-width: 769px) {
  #customAll .custamallDoc .inner .entry-content > div > div {
    width: 100%;
  }
}

#customAll .custamallDoc .inner .entry-content > div:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 769px) {
  #customAll .custamallDoc .inner .entry-content > div:nth-of-type(even) {
    flex-direction: unset;
  }
}

@media screen and (max-width: 769px) {
  #customAll .custamallDoc .inner .entry-content > div {
    flex-direction: column !important;
  }
}

#customAll .custamallDoc .inner .entry-content > div .wp-block-media-text__content h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#customAll .custamallDoc .inner .entry-content > div .wp-block-media-text__content h3::before {
  content: "例えば";
  background-color: #ffcc0b;
  color: #000;
  border-radius: 30px;
  padding: 0.25em 1em;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

#customAll .custamallDoc .inner .entry-content > div .wp-block-media-text__content p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

#customAll .custamallDoc .inner .entry-content > div .wp-block-media-text__content {
  padding: 0;
}

#customAll .custamallDoc .inner .entry-content h2 {
  padding: 0.25em 1em;
  display: block;
  background-color: #2097f3;
  border-radius: 30px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 1.5em;
  border: unset;
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  #customAll .custamallDoc .inner .entry-content h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 481px) {
  #customAll .custamallDoc .inner .wp-block-spacer {
    height: 50px !important;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 769px) {
  #customAll .custamallDoc .inner .wp-block-spacer {
    display: none;
  }
}

#customAll .entryBtnCustom {
  display: flex;
  padding: 30px 40px;
  justify-content: center;
  gap: 20px;
  align-items: center;
  background-color: #f1f1f1;
  margin-bottom: 30px;
}

#customAll .entryBtnCustom a {
  display: flex;
  align-items: center;
  font-size: 30px;
  padding: 1.5em 4em;
  border-radius: 10px;
  color: #fff;
  background-color: #00993b;
  background: linear-gradient(180deg, #80b85e 0%, #3b9b00 100%);
  box-shadow: 0 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

@media screen and (max-width: 769px) {
  #customAll .entryBtnCustom a {
    font-size: 24px;
    padding: 1.5em 2em;
  }
}

#customAll .entryBtnCustom a:after {
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(135deg);
  gap: 20px;
}

#customAll .entryBtnCustom a:hover {
  color: #fff;
}

#customAll .submitArea p {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr 1fr;
  padding-top: 4em;
}

@media screen and (max-width: 769px) {
  #customAll .submitArea p {
    display: flex;
    gap: 2em;
    flex-direction: column-reverse;
  }
}

#customAll .submitArea input[type="submit"] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  cursor: pointer;
  background: linear-gradient(180deg, #80b85e 0%, #3b9b00 100%);
  box-shadow: 0 10px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 0;
  width: 100%;
  height: 100px;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 1;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  #customAll .submitArea input[type="submit"] {
    width: 100%;
    min-width: unset;
  }
}

#customAll .submitArea input[type="button"] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  cursor: pointer;
  background: linear-gradient(180deg, #b1b1b1 0%, #929292 100%);
  box-shadow: 0 10px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 0;
  width: 100%;
  height: 100px;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 1;
  padding: 0 20px;
}

@media screen and (max-width: 769px) {
  #customAll .submitArea input[type="button"] {
    width: 100%;
    min-width: unset;
  }
}

.list01 ul li {
  list-style: none;
}

.mList,
.mList2,
.mList3 {
  background: linear-gradient(135deg, #fff5fc 0%, #e3f1ff 100%);
  padding: 3em 10px;
  margin-top: 0;
}

.mList h2,
.mList2 h2,
.mList3 h2 {
  text-align: center;
}

.mList ul,
.mList2 ul,
.mList3 ul {
  background-color: #fff;
  padding: 2em 6vw;
  border-radius: 10px;
}

.mList ul li,
.mList2 ul li,
.mList3 ul li {
  list-style: none;
  display: flex;
  margin-bottom: 0.5em;
  gap: 10px;
}

.mList ul li:before,
.mList2 ul li:before,
.mList3 ul li:before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background-image: url(img/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}

.mList ul li:last-of-type,
.mList2 ul li:last-of-type,
.mList3 ul li:last-of-type {
  margin-bottom: 0;
}

.mList2 {
  filter: hue-rotate(127deg);
  background: linear-gradient(135deg, #fff5fc 0%, #e3f1ff 100%);
}

.mList3 ul li {
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.kome {
  list-style: none;
  display: flex;
  margin-bottom: 0.5em;
  gap: 10px;
  font-size: 14px;
}

.kome:before {
  content: "※";
  flex-shrink: 0;
}

.kome:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .wp-block-group.is-layout-flex {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 769px) {
  #topUseList > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start;
    margin: 0;
  }
}

@media screen and (max-width: 481px) {
  #topUseList > div {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 769px) {
  #topUseList > div > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0;
    margin-bottom: 1em;
  }
}

#topUseList > div > div h3 a {
  text-decoration: none !important;
  font-size: 1.7vw;
}

@media screen and (max-width: 769px) {
  #topUseList > div > div h3 a {
    line-height: 1.8;
    font-size: 16px;
  }
}

@media screen and (max-width: 481px) {
  #topUseList > div > div h3 a {
    font-size: 15px;
  }
}

.voice_con {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
}

@media screen and (max-width: 960px) {
  .voice_con {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.voice_con article {
  height: 100%;
}

.voice_con article figure {
  flex-shrink: 0;
}

#line_nap h3 a {
  font-size: 20px;
}

#line_nap a {
  text-decoration: none;
}

#line_nap p a {
  color: #333;
}

@media screen and (max-width: 769px) {
  #point figure {
    height: 200px;
  }
}

.c-table {
  font-size: 12px;
}

.c-table td {
  background-color: unset !important;
  border: unset !important;
  border-bottom: solid 1px #000 !important;
}

.c-table th {
  background-color: unset !important;
  border: unset !important;
  border-bottom: solid 1px #000 !important;
}
