@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Londrina+Shadow&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Building";
  src: url("../files/Building.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hangyaku";
  src: url("../files/Hangyaku-G3rpg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic UI", "Meiryo UI", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #333333;
  background-color: #fff;
  scrollbar-gutter: stable;
  position: relative;
}
body.noscroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-block: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
}

p {
  margin-bottom: 20px;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #228469;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1290px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
  main {
    position: relative;
    margin-top: 100px !important;
  }
}
/*** Header ***/
header {
  width: 100%;
  padding: 0 20px;
  background-color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
header .btn {
  display: none;
}
header .headerInner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 50px;
}
header .headerInner .mainNav {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}
header .headerInner h1 {
  font-size: clamp(1.875rem, 0.8375360231rem + 0.1801152738vw, 3.125rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  font-family: "Hangyaku", sans-serif;
  color: #fff;
}
header .headerInner h1 img {
  max-height: 60px;
}
header .headerInner a {
  text-decoration: none;
}
header .mainNav ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
}
header .mainNav ul li {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .mainNav ul li a {
  display: block;
  padding-left: 1.5rem;
  line-height: 1;
  position: relative;
  color: #fff;
  transition: color 0.3s ease;
}
header .mainNav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 2px;
  height: 1rem;
  transition: transform 0.3s ease;
}
header .mainNav ul li:first-child {
  margin-left: 0;
}
header .mainNav ul li:first-child a::before {
  content: none;
}
header .mainNav ul li:hover {
  z-index: 1001;
}
header .mainNav ul li:hover > a:after {
  transform: translateY(-50%) rotate(180deg);
}
header .slideMenu {
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 10;
  display: none;
  background-color: #fff;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    margin: 0;
  }
  header .btn {
    display: block;
  }
  header .headerInner {
    height: 80px;
    width: 100%;
  }
  header .headerInner .mainNav {
    display: none;
  }
  header .headerInner .logo {
    max-width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .headerInner a {
    text-decoration: none;
  }
  header .slideMenu.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .slideMenu ul {
    padding: 2rem 1rem 1rem;
    text-align: center;
  }
  header .slideMenu ul li {
    margin-bottom: 2rem;
  }
  header .slideMenu ul li a {
    display: block;
    position: relative;
    transition: color 0.3s ease;
  }
  header .btn,
  header .btn span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 6;
    background-color: #fff;
  }
  header .btn span {
    position: absolute;
    right: 8px;
    margin: auto;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background-color: #000;
    z-index: 10;
  }
  header .btn span:nth-of-type(1) {
    top: 40%;
  }
  header .btn span:nth-of-type(2) {
    top: 60%;
  }
  header .btn.on span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .btn.on span:nth-of-type(2) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

/*** Footer ***/
footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  margin-top: 50px;
  padding: 3rem;
}
footer p.copy {
  font-size: clamp(0.875rem, 0.6675072046rem + 0.0360230548vw, 1.125rem);
  font-family: "Hangyaku", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin: 0;
}

#pagetop {
  background-color: #F2CE00;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  visibility: hidden;
}
#pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
#pagetop.is-absolute {
  position: absolute;
}
@media screen and (max-width: 576px) {
  #pagetop {
    width: 70px;
    height: 70px;
  }
  #pagetop img {
    width: 19px;
    height: 15px;
  }
}

/*** 共通 ***/
.center {
  text-align: center;
  margin: 2em auto;
}
.center p {
  line-height: 1;
}

.txtRight {
  text-align: right;
  margin: 1em 0;
}

.txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.6675072046rem + 0.0360230548vw, 1.125rem);
  margin-top: 10px;
  color: #888;
}

.caution {
  font-size: clamp(0.75rem, 0.6462536023rem + 0.0180115274vw, 0.875rem);
  margin-top: 10px;
  color: #888;
  text-align: right;
}

h1 {
  margin: 0 0 0.5em;
  font-size: clamp(1.5rem, 0.8775216138rem + 0.1080691643vw, 2.25rem);
  line-height: 1.4;
}

h2 {
  margin: 0 0 1em;
  font-size: clamp(1.25rem, 0.7312680115rem + 0.0900576369vw, 1.875rem);
  line-height: 1.4;
}

h3 {
  margin: 0 0 2em;
  font-size: clamp(1.125rem, 0.6062680115rem + 0.0900576369vw, 1.75rem);
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

.btnMore {
  text-align: center;
  margin-bottom: 10px;
  width: auto;
  margin: 1rem auto;
}
.btnMore a {
  display: inline-block;
  min-width: 220px;
  font-size: clamp(0.875rem, 0.6675072046rem + 0.0360230548vw, 1.125rem);
  color: #fff;
  padding: 1rem;
  line-height: 1;
  box-sizing: border-box;
  background-color: #1876D0;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: 0.3s ease;
}
.btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  transition: 0.3s ease;
}
.btnMore a:hover {
  color: #333333;
  opacity: 1;
  background-color: #F2CE00;
}
.btnMore a:hover:after {
  right: 0.8em;
}

/*** design ***/
.breadcrumbs {
  margin-bottom: 4em;
  margin-top: 1rem;
  font-size: clamp(0.625rem, 0.5212536023rem + 0.0180115274vw, 0.75rem);
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 50px;
}
.wrapper .sidebar {
  width: 300px;
}
.wrapper .pageinner {
  width: calc(100% - 350px);
}
.wrapper .pageinner.wide {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .wrapper {
    flex-direction: column-reverse;
  }
  .wrapper .sidebar {
    width: 100%;
  }
  .wrapper .pageinner {
    width: 100%;
  }
}

.sidebar h3 {
  font-size: clamp(1rem, 0.8962536023rem + 0.0180115274vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 1em;
}
.sidebar__list {
  position: relative;
  font-size: clamp(0.75rem, 0.6462536023rem + 0.0180115274vw, 0.875rem);
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}
.sidebar__list > li {
  margin-bottom: 1em;
  position: relative;
}
.sidebar__list > li.has-children {
  margin-bottom: 1rem;
}
.sidebar__list > li.has-children::before {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 0.4rem;
  background-image: url(../img/icon_pulus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transition: 0.3s ease;
}
.sidebar__list > li.has-children.is-open::before {
  background-image: url(../img/icon_minus.svg);
  width: 13px;
  height: 3px;
  top: 0.6rem;
}
.sidebar__list > li.has-children > a {
  cursor: pointer;
}
.sidebar__list > li.has-children > a:before {
  content: none;
}
.sidebar__list > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.sidebar__list > li > a:before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #A6A6A6;
  transition: border-left-color 0.3s ease;
}
.sidebar__list > li:hover > a {
  text-decoration: underline;
}
.sidebar__list > li:hover > a:before {
  border-left-color: #333333;
}
.sidebar__list > li.current > a:before {
  border-left-color: #333333;
}
.sidebar__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
}
.sidebar__sublist li {
  margin-bottom: 0.5rem;
}
.sidebar__sublist li:before {
  content: none;
}
.sidebar__ad {
  margin-top: 1.5em;
  text-align: center;
}
.sidebar__ad a {
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .sidebar {
    margin: 0;
    margin-bottom: 1.5em;
    position: relative;
  }
  .sidebar__list > li {
    margin-bottom: 5px;
    box-sizing: border-box;
  }
}

.pageinner h1 {
  line-height: 1;
  margin-bottom: 1em;
  font-size: clamp(1.75rem, 1.4387608069rem + 0.0540345821vw, 2.125rem);
  font-weight: 700;
}
.pageinner h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 0.9175072046rem + 0.0360230548vw, 1.375rem);
  color: #333333;
  line-height: 1.5;
  position: relative;
}
.pageinner h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 10px;
  font-size: clamp(1.125rem, 1.0212536023rem + 0.0180115274vw, 1.25rem);
  color: #333333;
  line-height: 1.5;
}
.pageinner h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1rem, 0.7925072046rem + 0.0360230548vw, 1.25rem);
  color: #333333;
  line-height: 1.5;
}
.pageinner h4:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  background-color: #F2CE00;
  width: 5px;
  height: 1em;
  margin-right: 0.5em;
}
.pageinner a {
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
}
.pageinner p {
  margin-bottom: 1.5em;
}
.pageinner p strong {
  color: #1876D0;
}
.pageinner .btnMore a {
  text-decoration: none;
}
.pageinner .flexBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.pageinner .flexBox.txtcenter {
  align-items: center;
}
.pageinner .flexBox .img {
  width: 250px;
}
.pageinner .flexBox .img img {
  width: auto;
}
.pageinner .flexBox .txt {
  width: calc(100% - 270px);
}
.pageinner .flexBox .txt .strong {
  font-size: clamp(1rem, 0.7925072046rem + 0.0360230548vw, 1.25rem);
  font-weight: 700;
}
.pageinner .flexBox .half {
  width: calc(50% - 10px);
}
.pageinner .update {
  text-align: right;
  padding-bottom: 0.2em;
  font-size: clamp(0.625rem, 0.4175072046rem + 0.0360230548vw, 0.875rem);
  color: #555;
}
.pageinner .txtCenter {
  margin: 1rem auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner .txtRight {
  text-align: right;
}
.pageinner a.pdf[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(libs/img/icon_pdf.svg);
  position: relative;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 992px) {
  .pageinner h1 {
    margin-bottom: 3rem;
  }
}

.conteStyle ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1rem;
}
.conteStyle ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: inline-block;
  background-color: #333333;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.conteStyle ol {
  counter-reset: section;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ol li {
  position: relative;
  font-size: clamp(1.125rem, 1.0212536023rem + 0.0180115274vw, 1.25rem);
  font-weight: 700;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.4;
  padding-left: 1.5rem;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
  font-size: clamp(0.875rem, 0.7712536023rem + 0.0180115274vw, 1rem);
  font-weight: 600;
}
.conteStyle ol li span:before {
  content: "---";
  color: #ccc;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.conteStyle table th,
.conteStyle table td {
  padding: 1rem;
}
.conteStyle table th {
  background-color: #1876D0;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.conteStyle table th:last-child {
  border-right: none;
}
.conteStyle table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.conteStyle table td:last-child {
  border-right: none;
}
.conteStyle table tbody > tr:last-of-type th, .conteStyle table tbody > tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table .bluecolor {
  color: #2E558E;
  font-weight: bold;
}
.conteStyle table .redcolor {
  color: #D06D61;
  font-weight: bold;
}
.conteStyle table .redcolor b {
  font-size: 130%;
}
.conteStyle dl.normal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
.conteStyle dl.normal dt {
  width: 80px;
}
.conteStyle dl.normal dd {
  width: calc(100% - 80px);
}
.conteStyle dl.faqBox {
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1.5em;
  display: block;
}
.conteStyle dl.faqBox dt {
  border-bottom: 1px solid #1876D0;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 40px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8962536023rem + 0.0180115274vw, 1.125rem);
  position: relative;
}
.conteStyle dl.faqBox dt:before {
  display: inline-block;
  content: "Q.";
  font-family: montserrat, sans-serif;
  color: #1876D0;
  position: absolute;
  top: 0;
  left: 0;
}
.conteStyle dl.faqBox dd {
  position: relative;
  padding-left: 40px;
}
.conteStyle dl.faqBox dd:before {
  display: inline-block;
  color: #F2CE00;
  content: "A.";
  font-weight: 700;
  font-family: montserrat, sans-serif;
  font-size: clamp(1rem, 0.8962536023rem + 0.0180115274vw, 1.125rem);
  position: absolute;
  top: 0;
  left: 0;
}
.conteStyle .counterList p {
  margin: 0;
  font-size: clamp(1rem, 0.8962536023rem + 0.0180115274vw, 1.125rem);
}
.conteStyle .counterList dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin-left: 1rem;
}
.conteStyle .counterList dl dt {
  width: 80px;
}
.conteStyle .counterList dl dd {
  width: calc(100% - 110px);
}

.messageBox {
  margin-bottom: 3rem;
}

.newsBox {
  margin-top: 3rem;
}
.newsBox h1 {
  margin-bottom: 0;
}
.newsBox a {
  text-decoration: none;
}
.newsBox a:hover {
  color: #1876D0;
}
.newsBox dl {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0 1em;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.newsBox dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1876D0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.newsBox dl:hover:before {
  transform: scale(1, 1);
}
.newsBox dl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat center center;
  width: 23px;
  height: 8px;
  transition: 0.3s ease;
}
.newsBox dl:hover:after {
  right: 0;
}
.newsBox dl dt {
  width: 100px;
  line-height: 1.5;
}
.newsBox dl dd {
  line-height: 1.5;
  width: calc(100% - 130px);
  padding-right: 30px;
}
.newsBox dl .new {
  background-color: #1876D0;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.5212536023rem + 0.0180115274vw, 0.75rem);
}

ul.adBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
ul.adBox li {
  margin-bottom: 1rem;
}

.Linkbox ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.Linkbox ul li {
  width: calc(33.3333333333% - 15px);
}
.Linkbox ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}
.Linkbox ul li a::before {
  content: none;
}
.Linkbox ul li a img {
  max-height: 250px;
  margin: 0 auto 1rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.Linkbox ul li a h2 {
  margin: 10px 0;
  transition: 0.3s ease;
}
.Linkbox ul li a:hover {
  color: #F2CE00;
}
.Linkbox ul li a:hover h2 {
  color: #F2CE00;
}
.Linkbox ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .Linkbox ul {
    gap: 10px 0;
  }
  .Linkbox ul li {
    width: 100%;
  }
}

.contactBox {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 1000px;
  /* デフォルトのチェックボックスを非表示 */
  /* チェックボックスにフォーカスした時 */
  /* チェックが入った状態 */
  /* チェックマーク */
  /* ラベルテキスト */
  /* エラー時のスタイル（オプション） */
}
.contactBox h3 {
  margin: 0 0 2rem;
}
.contactBox p {
  margin: 0;
  line-height: 1;
}
.contactBox .center {
  margin-bottom: 0;
}
.contactBox dl dt {
  margin-bottom: 0.8em;
  line-height: 1;
  font-size: clamp(1rem, 0.7925072046rem + 0.0360230548vw, 1.25rem);
  font-weight: bold;
}
.contactBox dl dt .txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7712536023rem + 0.0180115274vw, 1rem);
}
.contactBox dl dt span {
  display: inline-block;
  color: #9C0F21;
  font-size: clamp(0.75rem, 0.6462536023rem + 0.0180115274vw, 0.875rem);
  margin-left: 0.5em;
}
.contactBox dl dd {
  margin-bottom: 2em;
  margin-inline-start: 0px;
}
.contactBox dl dd p {
  margin: 0;
  line-height: 1;
}
.contactBox dl .text {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .textarea {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item {
  margin-right: 1em;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
  margin-right: 1em;
}
.contactBox dl .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactBox dl input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contactBox dl .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.2em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
.contactBox dl input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #1876D0; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.contactBox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.contactBox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.contactBox .wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #1876D0;
  border-color: #333;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactBox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.6675072046rem + 0.0360230548vw, 1.125rem);
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
}
.contactBox .wpcf7-acceptance input[type=checkbox][aria-invalid=true] {
  border-color: #e74c3c;
}
.contactBox input[type=submit] {
  all: unset;
}
.contactBox input.contactBtn {
  width: 280px;
  box-sizing: border-box;
  background: #228469;
  border-radius: 4px;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 1em;
  cursor: pointer;
}
.contactBox input.contactBtn:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactBox .wpcf7-spinner {
  display: block;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contactBox {
    padding: 1rem;
  }
  .contactBox input.contactBtn {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */