@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.15;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html,
body {
  font-size: 1.3333333333vw;
}
html *,
body * {
  box-sizing: border-box;
}
html *::before, html *::after,
body *::before,
body *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  padding-top: 13.6vw;
  color: #3c3c3c;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.35;
  background-color: #fff;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background-color: #006cb6;
}

::selection {
  color: #fff;
  background-color: #006cb6;
}

a {
  outline: none !important;
  transition: all 0.5s ease-in-out;
}

a:link,
a:visited {
  color: #3c3c3c;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #006cb6;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: text-bottom;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 4.6666666667vw 5.0666666667vw;
  border-bottom: solid 0.2666666667vw #9c9c9c;
  background-color: #fff;
}
.header .logo img {
  width: 26.6666666667vw;
}
.header .menubtn {
  position: absolute;
  top: 1.3333333333vw;
  right: 3.6vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
.header .menubtn .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before, .header .menubtn .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before {
  top: -2.2666666667vw;
}
.header .menubtn .line::after {
  top: 2.2666666667vw;
}
.header .menubtn.active .line {
  background-color: transparent;
}
.header .menubtn.active .line::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.header .menubtn.active .line::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.menunav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding-top: 13.3333333333vw;
  background-color: rgba(255, 255, 255, 0.95);
}
.menunav ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.menunav ul li a {
  display: block;
  padding: 4vw;
  font-size: 4vw;
  text-decoration: none;
}

.cta {
  padding: 4vw 5.0666666667vw;
}
.cta .lead {
  margin-bottom: 1.3333333333vw;
  font-size: 4vw;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.cta .lead p {
  position: relative;
  display: inline-block;
}
.cta .lead p::before, .cta .lead p::after {
  position: absolute;
  top: 50%;
  width: 0.2666666667vw;
  height: 1.25em;
  background-color: #545454;
}
.cta .lead p::before {
  left: -0.5em;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.cta .lead p::after {
  right: -0.5em;
  transform: translate(-50%, -50%) rotate(30deg);
}
.cta .btn a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 13.3333333333vw;
  height: auto;
  padding: 1.3333333333vw;
  padding: 1.3333333333vw 1.3333333333vw 0;
  color: #fff;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-decoration: none;
  background-color: #f36500;
  box-shadow: 0 1.0666666667vw 0 #d94c00;
  border-radius: 6.6666666667vw;
}
.cta .btn a span {
  width: 100%;
  margin: 0;
}
.cta .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.8666666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
.cta .notes {
  margin-top: 3.3333333333vw;
  font-size: 3.2vw;
  text-align: center;
  font-weight: 700;
  font-size: 2.6666666667vw;
  font-weight: 500;
}
.cta .notes + .notes {
  margin-top: 0.2em;
}
.cta .edit {
  margin-top: 4vw;
  font-size: 3.2vw;
  text-align: center;
}
.cta.last {
  padding-bottom: 8vw;
}
.cta.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
  padding: 2vw 5.0666666667vw;
}
.cta.floating .lead {
  font-weight: 500;
}
.cta.floating .btn a {
  font-size: 4.5333333333vw;
}
.cta.floating .notes {
  margin-top: 2vw;
  line-height: 1.2;
  font-size: 2.6666666667vw;
  font-size: 2.5333333333vw;
}
.cta.floating .notes + .notes {
  margin-top: 0.2em;
}
.cta.floating .edit {
  margin-top: 2vw;
  font-size: 2.6666666667vw;
}

.localnav {
  padding: 4vw 0;
}
.localnav ul {
  display: flex;
  justify-content: space-around;
}
.localnav ul li {
  flex-basis: 16.8%;
}
.localnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-bottom: 4vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.localnav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.3333333333vw;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0.9333333333vw 0 0.9333333333vw;
  border-color: #f36500 transparent transparent transparent;
  transform: translateX(-50%);
}

.section {
  position: relative;
}
.section.content {
  padding: 6.6666666667vw 5.0666666667vw;
  background-color: #57a745;
}
.section.content .panel {
  padding: 4vw 5.3333333333vw 3.3333333333vw;
  background-color: #fff;
  border-radius: 4vw;
}
.section.content.lastGreen {
  padding: 6.6666666667vw 5.0666666667vw !important;
}
.section .anchor-wrap {
  position: relative;
}
.section .anchor {
  position: absolute;
  top: -13.3333333333vw;
  left: 0;
}
.section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  background-color: #57a745;
  border-radius: 4vw;
}
.section h2.vertical {
  flex-direction: column;
}
.section h2.vertical .small {
  font-size: 0.75em;
}

.fv {
  position: relative;
}
.fv .page_title {
  position: relative;
  z-index: -1;
}
.fv .campaign {
  position: absolute;
  bottom: 12vw;
  left: 13.3333333333vw;
  left: 16vw;
}
.fv .campaign img {
  width: 42.6666666667vw;
  width: 37.3333333333vw;
}
.fv .notes {
  position: absolute;
  bottom: 0.6666666667vw;
  left: 2%;
  width: 96%;
}

.linkOverIMG {
  position: absolute;
  bottom: -1em;
  left: calc(50% + 0px);
  width: 80px;
  height: 4em;
}

.merit.content {
  padding-bottom: 0;
}
.merit.content .panel {
  padding: 4vw 2.6666666667vw 3.3333333333vw;
}
.merit h2 {
  padding: 0.6666666667vw;
  padding: 1.6vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
  line-height: 1.25;
  margin-bottom: 3.3333333333vw;
  border-radius: 8vw;
}
.merit h2 .small {
  font-size: 4vw;
}
.merit h2 .bigger {
  font-size: 4.8vw;
}
.merit ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 2.6666666667vw);
  gap: 24px;
  padding: 8px;
}
.merit ul li {
  position: relative;
  flex-basis: 100%;
}
.merit ul li img {
  width: 33.3333333333vw;
  width: auto;
}
.merit ul li.campaign {
  flex-basis: 100%;
  margin-top: 2.6666666667vw;
}
.merit ul li.campaign img {
  width: 79.2vw;
}

.difference.content {
  padding-bottom: 0;
}
.difference h2 {
  border-radius: 8vw;
  padding: 1.6vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
}
.difference h2.vertical .small {
  font-size: 4vw;
}
.difference .panel {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
.difference .summary {
  color: #57A745;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.difference .wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.difference .wrapper h3 {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.difference .wrapper .notes {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.difference .wrapper .notes li {
  font-size: 2.9333333333vw;
  font-weight: 700;
  border-left: 0.96vw solid #57A745;
  padding-left: 1.6vw;
}

.price.content {
  padding-bottom: 0;
}
.price .tabs {
  display: flex;
  justify-content: space-between;
  width: 89.8666666667vw;
  margin: 0 auto;
}
.price .tabs .tab {
  flex-basis: 43.6vw;
  padding: 2.6666666667vw 2.6666666667vw 1.3333333333vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  transition: all 0.5s ease-in-out;
}
.price .tabs .tab.active {
  color: #57a745;
  background-color: #fff;
}
.price .panels {
  width: 89.8666666667vw;
  margin: 0 auto;
  padding: 4.5333333333vw 0 0;
  padding: 0;
  background-color: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  border-radius: 4vw;
}
.price .panels .panel {
  display: none;
}
.price .panels .panel.active {
  display: block;
}
.price .panels .panel h2 {
  margin-bottom: 1.3333333333vw;
  font-size: 4vw;
}
.price .panels .panel h2 + .notes {
  color: #57a745;
  color: #999;
  font-weight: bold;
  text-align: center;
  margin: 0em auto 1em;
}
.price .panels .panel table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.price .panels .panel table thead tr th {
  padding: 1.3333333333vw;
  border-bottom: solid 0.2666666667vw #c1c1c1;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  padding-bottom: 14.6666666667vw;
}
.price .panels .panel table thead tr th .small {
  font-size: 2.6666666667vw;
}
.price .panels .panel table thead tr th:nth-child(2) {
  background: url("../img/type1.svg") no-repeat 50% 95%/auto 13.3333333333vw;
}
.price .panels .panel table thead tr th:nth-child(3) {
  background: url("../img/type2.svg") no-repeat 50% 95%/auto 13.3333333333vw;
}
.price .panels .panel table thead tr th:nth-child(4) {
  background: url("../img/type3.svg") no-repeat 50% 95%/auto 13.3333333333vw;
}
.price .panels .panel table tbody tr th,
.price .panels .panel table tbody tr td {
  padding: 1.3333333333vw 0.6666666667vw;
  border-bottom: solid 0.2666666667vw #c1c1c1;
  font-weight: 700;
}
.price .panels .panel table tbody tr th {
  color: #57a745;
  font-size: 3.2vw;
  vertical-align: top;
}
.price .panels .panel table tbody tr td {
  font-size: 3.7333333333vw;
  text-align: center;
}
.price .panels .panel table tbody tr td strong {
  display: inline-block;
  text-align: right;
}
.price .panels .panel table tbody tr td .small {
  font-size: 3.2vw;
}
.price .panels .panel .notes {
  margin-top: 1.3333333333vw;
  font-size: 2.6666666667vw;
}
.price .panels .panel .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.price .panels .panel .notes li::before {
  content: "※";
}
.price .panels .panel .notes li.asterisk::before {
  content: "＊";
  margin: 0 0.125em;
}

.compensation.content {
  padding-bottom: 0;
}
.compensation h2 {
  margin-bottom: 2vw;
}
.compensation .notes {
  margin: 1.3333333333vw 3.7333333333vw 0;
  font-size: 2.6666666667vw;
}
.compensation .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.compensation .notes li::before {
  content: "※";
}
.compensation figure {
  margin-top: 2.6666666667vw;
  text-align: center;
}
.compensation figure + figure {
  margin-top: 4vw;
}

.risk.content {
  padding-bottom: 0;
}
.risk h2 {
  margin-bottom: 3.3333333333vw;
  border-radius: 8vw;
  padding: 1.6vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
}
.risk figure {
  text-align: center;
}
.risk .summary {
  margin-top: 2.6666666667vw;
  margin-bottom: 3.3333333333vw;
  color: #57a745;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.risk a {
  width: 64vw;
  height: 12.2666666667vw;
  text-align: center;
  margin-inline: auto;
  text-decoration: none;
  border: 0.5333333333vw solid #57A745;
  border-radius: 8vw;
  display: grid;
  place-items: center;
  position: relative;
}
.risk a span {
  font-size: 4.8vw;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #57A745;
  letter-spacing: 0.15em;
}
.risk a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #57A745;
  transform: translateY(-50%);
}

.flow.content {
  padding-bottom: 0;
}
.flow h2 {
  margin-bottom: 3.3333333333vw;
  border-radius: 100px;
  border-radius: 8vw;
  padding: 8px;
  padding: 1.6vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
}
.flow div.step {
  position: relative;
  width: calc(100% + 10.6666666667vw);
  left: -5.3333333333vw;
}
.flow .step {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flow .step li {
  flex-basis: 100%;
}
.flow .step li:not(:first-child) {
  margin-top: 2.5vw;
}
.flow .necessary {
  margin-top: 2.6666666667vw;
  padding: 2.6666666667vw;
  border: solid 0.4vw #57a745;
  border-radius: 3.3333333333vw;
}
.flow .necessary h3 {
  margin-bottom: 3.3333333333vw;
  color: #57a745;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
.flow .necessary figure {
  text-align: center;
}
.flow .necessary figure + figure {
  margin-top: 2.4vw;
}
.flow .necessary figure img {
  width: 72.6666666667vw;
}

.step + .notes {
  margin: 2vw 0 0;
  font-size: 2.6666666667vw;
}
.step + .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.step + .notes li::before {
  content: "※";
}

.occurrence.content {
  padding-bottom: 0;
}
.occurrence .panel {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
.occurrence h2 {
  border-radius: 8vw;
  padding: 1.6vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
}
.occurrence .summary {
  font-size: 3.2vw;
  font-weight: 500;
}
.occurrence a {
  width: 64vw;
  height: 12.2666666667vw;
  text-align: center;
  margin-inline: auto;
  text-decoration: none;
  border: 0.5333333333vw solid #57A745;
  border-radius: 8vw;
  display: grid;
  place-items: center;
  position: relative;
}
.occurrence a span {
  font-size: 4.8vw;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #57A745;
  letter-spacing: 0.15em;
}
.occurrence a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #57A745;
  transform: translateY(-50%);
}

.call .panel {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
.call h2 {
  border-radius: 8vw;
  padding: 1.6vw 1.0666666667vw 1.0666666667vw 1.0666666667vw;
}
.call h2.vertical .small {
  font-size: 4vw;
}
.call .wrapper {
  padding: 3.2vw;
  background-color: #eee;
  text-align: center;
  border-radius: 2.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.call .wrapper p {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
}
.call .wrapper p span {
  font-size: 3.2vw;
  font-weight: 500;
}
.call a {
  width: 100%;
  height: 12.8vw;
  text-align: center;
  margin-inline: auto;
  text-decoration: none;
  border: 0.5333333333vw solid #3C3C3C;
  border-radius: 8vw;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #fff;
}
.call a span {
  font-size: 4.8vw;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #3C3C3C;
  letter-spacing: 0.05em;
}
.call a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6.4vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #3C3C3C;
  transform: translateY(-50%);
}

.join {
  padding: 4vw 4vw 4.9333333333vw;
  background-color: #dfe9f4;
}
.join h2 {
  padding: 0;
  background-color: transparent;
}
.join h3 {
  margin-bottom: 4vw;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.join .tabs {
  display: flex;
  justify-content: space-between;
  width: 89.8666666667vw;
  margin: 0 auto;
}
.join .tabs .tab {
  flex-basis: 28.6666666667vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 2.6666666667vw 0 1.3333333333vw;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  transition: all 0.5s ease-in-out;
}
.join .tabs .tab.active {
  color: #286bb4;
  background-color: #fff;
}
.join .tabs .tab span {
  display: block;
  font-size: 2.4vw;
}
.join .panels {
  width: 89.8666666667vw;
  margin: 0 auto;
  padding: 4.5333333333vw 4.9333333333vw 0;
  background-color: #fff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
.join .panels .panel {
  display: none;
}
.join .panels .panel.active {
  display: block;
}
.join .panels .panel ol li {
  position: relative;
  padding-top: 2.1333333333vw;
  padding-left: 12vw;
}
.join .panels .panel ol li + li {
  margin-top: 6.6666666667vw;
}
.join .panels .panel ol li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.join .panels .panel ol li:nth-child(1)::before {
  background-image: url("../img/icon_step01.png");
}
.join .panels .panel ol li:nth-child(2)::before {
  background-image: url("../img/icon_step02.png");
}
.join .panels .panel ol li:nth-child(3)::before {
  background-image: url("../img/icon_step03.png");
}
.join .panels .panel ol li:nth-child(4)::before {
  background-image: url("../img/icon_step04.png");
}
.join .panels .panel ol li h5 {
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.join .panels .panel ol li .notes {
  margin-top: 1.6vw;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.6666666667vw;
}
.join .panels .panel ol li .notes::before {
  content: "※";
}
.join .panels .panel ol li .attention {
  margin-top: 2vw;
  padding-left: 1em;
  text-indent: -1em;
  color: #286bb4;
  font-size: 3.2vw;
  font-weight: 700;
}
.join .panels .panel ol li .attention::before {
  content: "＊";
  margin: 0 0.125em;
}
.join .panels .panel ol li figure {
  margin-top: 2.6666666667vw;
}
.join .panels .panel ol li figure img {
  width: 55.3333333333vw;
}

.faq {
  padding: 6vw 5.0666666667vw 2.6666666667vw;
}
.faq h2 {
  margin-bottom: 4vw;
}
.faq .panel {
  padding: 5.3333333333vw;
  background-color: #e7f3e5;
  border-radius: 4vw;
}
.faq .panel dl {
  position: relative;
}
.faq .panel dl + dl {
  margin-top: 5.3333333333vw;
}
.faq .panel dl dt {
  position: relative;
  padding: 1.3333333333vw 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.faq .panel dl dt::before, .faq .panel dl dt::after {
  content: "";
  position: absolute;
  top: 3.2vw;
  right: 2vw;
  width: 4vw;
  height: 0.8vw;
  background-color: #57a745;
  transition: transform 0.5s ease-in-out;
}
.faq .panel dl dt::before {
  transform: translate(50%, -50%);
}
.faq .panel dl dt::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.faq .panel dl dt .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  color: #57a745;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
.faq .panel dl dt.active::after {
  transform: translate(50%, -50%) rotate(0deg);
}
.faq .panel dl dd {
  display: none;
  position: relative;
  padding: 1.3333333333vw 6.6666666667vw;
  font-size: 3.2vw;
  word-break: break-all;
}
.faq .panel dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  color: #f36500;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
.faq .panel dl dd .typefig {
  margin: 1em 0;
}
.faq .panel dl dd .typefig img {
  width: 100%;
  height: auto;
}
.faq .panel dl dd .typefig02 img {
  width: 50%;
}

.txtPink {
  color: #E5004F;
}

.txtBIG {
  font-size: 3.7333333333vw;
}

.txtINFO {
  display: block;
  margin: 0.5em auto 0.75em;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: rgba(229, 0, 79, 0.9);
  color: #fff;
  letter-spacing: 0.075em;
  text-align: justify;
}

.campaign_detail.content,
.campaign_detail {
  padding: 5.3333333333vw 5.3333333333vw 6.4vw;
  background: rgba(229, 0, 79, 0.1);
  font-size: 3.2vw;
  line-height: 1.8;
}
.campaign_detail.content h2,
.campaign_detail h2 {
  flex-flow: column wrap;
  gap: 0;
  color: #E5004F;
  font-size: 5.3333333333vw;
  padding: 0;
  background-color: transparent;
}
.campaign_detail.content h2 strong,
.campaign_detail h2 strong {
  font-size: 5.8666666667vw;
  line-height: 1;
  display: block;
}
.campaign_detail.content .panel,
.campaign_detail .panel {
  padding: 8vw 5.3333333333vw;
}
.campaign_detail.content .mainTTL,
.campaign_detail .mainTTL {
  display: block;
  width: calc(100% + 10.6666666667vw);
  position: relative;
  left: -5.3333333333vw;
}
.campaign_detail.content p + P,
.campaign_detail p + P {
  margin-top: 1em;
}
.campaign_detail.content h5,
.campaign_detail.content h4,
.campaign_detail h5,
.campaign_detail h4 {
  margin: 30px auto 10px;
  font-size: 3.7333333333vw;
  line-height: 1;
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
  background: rgba(229, 0, 79, 0.2);
  border-radius: 100px;
}
.campaign_detail.content h5,
.campaign_detail h5 {
  margin: 10px auto 10px;
  font-size: 3.2vw;
  line-height: 1;
  padding: 4px 0;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #c1c1c1;
}

h5.toggleNext::before, h5.toggleNext::after {
  top: 3.2vw;
}

.toggleNext {
  position: relative;
  cursor: pointer;
}
.toggleNext + * {
  display: none;
}
.toggleNext::before, .toggleNext::after {
  content: "";
  position: absolute;
  top: 4vw;
  right: 4.6666666667vw;
  width: 4vw;
  height: 0.8vw;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #E5004F;
  background-color: #3c3c3c;
  transform-origin: 51%;
  transition: transform 0.5s ease-in-out;
}
.toggleNext::before {
  transform: translate(50%, -50%);
}
.toggleNext::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.toggleNext.active::after {
  transform: translate(50%, -50%) rotate(0deg);
}

.panel.defaultHidden > *:not(h2) {
  display: none;
}
.panel.defaultHidden h2 {
  margin-bottom: 3.3333333333vw;
  position: relative;
  cursor: pointer;
}
.panel.defaultHidden h2::before, .panel.defaultHidden h2::after {
  content: "";
  position: absolute;
  top: 4vw;
  top: 50%;
  right: 4.6666666667vw;
  width: 4vw;
  height: 0.8vw;
  background-color: #fff;
  transition: transform 0.5s ease-in-out;
}
.panel.defaultHidden h2::before {
  transform: translate(50%, -50%);
}
.panel.defaultHidden h2::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.panel.defaultHidden h2.active::after {
  transform: translate(50%, -50%) rotate(0deg);
}

.footer {
  position: relative;
  padding: 1.3333333333vw 0vw 10.6666666667vw;
  background-color: #e5e5e5;
}
.pageType_global .footer {
  padding: 8vw 4.6666666667vw 10.6666666667vw;
}
.footer .info li + li {
  margin-top: 2vw;
}
.footer .info li a {
  display: inline-block;
  position: relative;
  padding-right: 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
}
.footer .info li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667vw 0 0.6666666667vw 1.2vw;
  border-color: transparent transparent transparent #3c3c3c;
  transform: translateY(-50%);
}
.footer p {
  margin-top: 4vw;
  font-size: 2.9333333333vw;
}
.footer dl {
  margin-top: 5.3333333333vw;
  font-size: 2.9333333333vw;
}
.footer dl dt {
  padding: 0.6666666667vw;
  text-align: center;
  background-color: #fff;
}
.footer dl dd strong {
  display: block;
  padding: 1.3333333333vw;
  text-align: center;
}
.footer dl dd strong a {
  text-decoration: none;
}
.footer dl dd ul {
  display: flex;
  justify-content: center;
}
.footer dl dd ul li {
  padding: 0 1.3333333333vw;
}
.footer dl dd ul li + li {
  border-left: solid 1px #6a6a6a;
}
.footer .copyright {
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 5.3333333333vw;
}
.modal .modaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 10.6666666667vw 4.6666666667vw 5.3333333333vw;
  overflow: auto;
  background-color: #fff;
  pointer-events: all;
  transform: translateY(-50%);
}
.modal .content h2 {
  margin-bottom: 2.6666666667vw;
  color: #57a745;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.modal .content h3 {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
.modal .content h3 strong {
  display: inline-block;
  min-height: 8vw;
  padding: 1.3333333333vw 4vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #57a745;
  border-radius: 6.6666666667vw;
}
.modal .content h4 {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.modal .content h4.center {
  text-align: center;
}
.modal .content h4 strong {
  font-size: 4vw;
}
.modal .content p {
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
.modal .content p + p {
  margin-top: 3.3333333333vw;
}
.modal .content dl + dl {
  margin-top: 6vw;
}
.modal .content dl dt {
  margin-bottom: 2vw;
  color: #286bb4;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .disc {
  margin-top: 3.3333333333vw;
  font-size: 2.9333333333vw;
}
.modal .content .disc li {
  position: relative;
  padding-left: 1em;
}
.modal .content .disc li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.25em;
  height: 0.25em;
  background-color: #3c3c3c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.modal .content .notes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
}
.modal .content .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal .content .notes li::before {
  content: "※";
}
.modal .content .numnotes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
}
.modal .content .numnotes li {
  padding-left: 1.875em;
  text-indent: -1.875em;
}
.modal .content .attention {
  margin-top: 6.6666666667vw;
  padding: 2.6666666667vw;
  border: solid 0.2666666667vw #e5e5e5;
  border-radius: 2.6666666667vw;
}
.modal .content .attention p {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .attention .disc {
  margin-top: 0;
  font-size: 3.2vw;
}
.modal .content hr {
  display: block;
  position: relative;
  width: 100%;
  height: 0.2666666667vw;
  margin: 4vw 0 5.3333333333vw;
  background-color: #e5e5e5;
}
.modal .close {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.modal .close .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .close .modalclose::before, .modal .close .modalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.4vw;
  height: 1em;
  background-color: #3c3c3c;
}
.modal .close .modalclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close .modalclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* info
---------------------------------------------------- */
#info section {
  margin: 2% auto 1%;
  width: 98vw;
}
#info .info_inner {
  padding: 7px 5px 2px 5px;
  border: 2px solid #f00;
  border-radius: 10px;
  text-align: center;
}
#info .info_inner p {
  font-size: 11px;
  color: #f00;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
#info .info_inner p .small {
  font-size: 9px;
}
#info .info_inner + .info_inner {
  margin-top: 10px;
}
#info .notes {
  font-size: 9.5px;
  text-align: left;
  margin: 10px auto 0;
}/*# sourceMappingURL=style.css.map */