@charset "UTF-8";
html, body {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #221e1f;
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

ul {
  list-style: none;
}

.wrapper {
  max-width: 870px;
  margin: auto;
}

.yellowline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #ffde00), to(#ffde00));
  background: linear-gradient(transparent 50%, #ffde00 0, #ffde00 100%);
}

.t-orange {
  color: #e26d1f;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-select {
  width: 100%;
  position: relative;
  max-width: 500px;
  margin: min(1.1764705882vw, 10px) auto;
}

.custom-select.active ul {
  height: auto;
  border: min(0.2352941176vw, 2px) solid #5d5d5d;
  z-index: 10;
}

.custom-select.active .value {
  color: #5d5d5d;
  border: min(0.2352941176vw, 2px) solid #5d5d5d;
}

.custom-select.active .value::after {
  position: absolute;
  content: "";
  background: url("/rs/186-OXX-889/images/Mtype_2403_ico-arr-select.png") no-repeat;
  background-size: contain;
  width: min(3.7647058824vw, 32px);
  height: min(1.8823529412vw, 16px);
  top: 50%;
  right: min(3.1764705882vw, 27px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.custom-select .value {
  width: 100%;
  padding: min(1.2941176471vw, 11px);
  font-size: min(2.8235294118vw, 24px);
  font-weight: 500;
  border: min(0.2352941176vw, 2px) solid #5d5d5d;
  border-radius: min(0.4705882353vw, 4px);
  cursor: pointer;
  position: relative;
  text-align: left;
  color: #5d5d5d;
  height: min(7.4117647059vw, 63px);
}

.custom-select .value::after {
  position: absolute;
  content: "";
  background: url("/rs/186-OXX-889/images/Mtype_2403_ico-arr-select.png") no-repeat;
  background-size: contain;
  width: min(3.7647058824vw, 32px);
  height: min(1.8823529412vw, 16px);
  top: 50%;
  right: min(1.7647058824vw, 15px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.custom-select li {
  font-size: min(2.8235294118vw, 24px);
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: min(0.1176470588vw, 1px) solid #F5F5F5;
  padding: min(1.1764705882vw, 10px);
}

.custom-select li:last-child {
  border-bottom: 0;
}

.custom-select li:hover {
  background-color: #FDF5E2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #5d5d5d;
}

.custom-select ul {
  padding: min(1.1764705882vw, 10px) 0;
  height: 0;
  width: 100%;
  border-radius: min(0.4705882353vw, 4px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: min(7.4117647059vw, 63px);
  z-index: -10;
}

.btn-banner {
  position: relative;
  text-align: center;
  margin: min(3.1764705882vw, 27px) 0;
}
.btn-banner a {
  display: inline-block;
}
.btn-banner a:hover {
  opacity: 0.8;
}

.t-note li {
  padding-left: min(1.7647058824vw, 15px);
  position: relative;
  font-size: min(1.6470588235vw, 14px);
  text-align: left;
}
.t-note li::before {
  background-color: #000;
  left: 0;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: min(1.4117647059vw, 12px);
  height: min(1.4117647059vw, 12px);
  top: min(0.5882352941vw, 5px);
}

table {
  width: 100%;
  border: 1px solid #e26d1f;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  color: #3e3a39;
  background-color: #fef5ec;
  font-weight: normal;
}
table tr, table td, table th {
  padding: min(0.4117647059vw, 3.5px);
  font-size: min(2.3529411765vw, 20px);
  border: 1px solid #e26d1f;
}

.content-tab {
  position: relative;
  z-index: -100;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.content-tab.content-active {
  opacity: 1;
  height: auto;
  z-index: 100;
}

header {
  padding: min(1.8823529412vw, 16px) min(1.1764705882vw, 10px);
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: min(1.1764705882vw, 10px) 0;
  background-color: #fff;
  margin-top: min(4.3529411765vw, 37px);
}
#nav p {
  width: 32%;
}
#nav a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: min(1.8823529412vw, 16px) min(4.7058823529vw, 40px) min(1.6470588235vw, 14px) 0;
  border: min(0.3529411765vw, 3px) solid #e26d1f;
  color: #e26d1f;
  font-weight: 700;
  font-size: min(3.2941176471vw, 28px);
  text-decoration: none;
  border-radius: min(1.1764705882vw, 10px);
  -webkit-box-shadow: min(-0.1176470588vw, -1px) min(0.5882352941vw, 5px) min(1.4117647059vw, 12px) min(0.3529411765vw, 3px) #c7c5c5;
          box-shadow: min(-0.1176470588vw, -1px) min(0.5882352941vw, 5px) min(1.4117647059vw, 12px) min(0.3529411765vw, 3px) #c7c5c5;
}
#nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(2vw, 17px);
  background: url(/rs/186-OXX-889/images/Mtype_2403_ico-arr_orange.png) no-repeat;
  background-size: contain;
  width: min(4vw, 34px);
  height: min(4vw, 34px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#mv {
  position: relative;
  background: #ffecd8;
  padding: min(3.5294117647vw, 30px) 0 0 0;
}
#mv .mv_btn span {
  color: #ffde00;
}
#mv .btn {
  position: absolute;
  bottom: min(4.2352941176vw, 36px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ballon {
  padding-top: min(5.8823529412vw, 50px);
  position: relative;
}
.ballon i {
  position: absolute;
  font-style: normal;
  top: min(5.0588235294vw, 43px);
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  background: #636363;
  padding: min(0.2352941176vw, 2px) min(5.2941176471vw, 45px);
  z-index: 100;
  color: #fff;
  border-radius: min(1.1764705882vw, 10px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.ballon::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: min(1.0588235294vw, 9px) solid transparent;
  border-right: min(1.0588235294vw, 9px) solid transparent;
  left: 50%;
  top: min(4.9411764706vw, 42px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: min(1.7647058824vw, 15px) solid #636363;
}
.ballon.orange-ballon i {
  background: #e26d1f;
  color: #fff;
  padding: min(1.1764705882vw, 10px) min(3.2941176471vw, 28px);
  top: min(3.8823529412vw, 33px);
  line-height: 1;
}
.ballon.orange-ballon::after {
  border-top: min(1.7647058824vw, 15px) solid #e26d1f;
  border-left: min(1.0588235294vw, 9px) solid transparent;
  border-right: min(1.0588235294vw, 9px) solid transparent;
  top: min(4vw, 34px);
}

.btn, .mktoButtonRow {
  width: 50%;
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: auto;
}
.btn span, .mktoButtonRow span {
  color: #ffde00;
  text-shadow: 0 0 min(0.7058823529vw, 6px) #484848;
}
.btn a, .btn button, .mktoButtonRow a, .mktoButtonRow button {
  outline: 0;
  border: 0;
  display: block;
  border-radius: min(1.1764705882vw, 10px);
  font-size: min(3.5294117647vw, 30px);
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  padding: min(0.8235294118vw, 7px) min(1.1764705882vw, 10px) min(0.9411764706vw, 8px) 0;
  border-radius: min(5.8823529412vw, 50px);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#49c3bc), color-stop(50%, #49c3bc), color-stop(50%, #1caca4), to(#1caca4));
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  -webkit-box-shadow: 0.2rem 0.4rem 0 0 #00867f;
          box-shadow: 0.2rem 0.4rem 0 0 #00867f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.25;
}
.btn a:hover, .btn button:hover, .mktoButtonRow a:hover, .mktoButtonRow button:hover {
  -webkit-box-shadow: 0 0 0 0 #00867f;
          box-shadow: 0 0 0 0 #00867f;
  -webkit-transform: translate(0.2rem, 0.5rem);
          transform: translate(0.2rem, 0.5rem);
}
.btn a:before, .btn button:before, .mktoButtonRow a:before, .mktoButtonRow button:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: min(3.5294117647vw, 30px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: min(1.1764705882vw, 10px) solid #1caca4;
  border-left: min(1.1764705882vw, 10px) solid rgba(255, 255, 255, 0);
  border-right: min(1.1764705882vw, 10px) solid rgba(255, 255, 255, 0);
}
.btn a:after, .btn button:after, .mktoButtonRow a:after, .mktoButtonRow button:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: min(1.8823529412vw, 16px);
  width: min(4.1176470588vw, 35px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: min(4.1176470588vw, 35px);
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: min(0.1176470588vw, 1px) min(0.1176470588vw, 1px) 0 0 #00867f;
  box-shadow: min(0.1176470588vw, 1px) min(0.1176470588vw, 1px) 0 0 #00867f;
}
.btn.btn-anchor, .mktoButtonRow.btn-anchor {
  max-width: 100%;
  width: auto;
}
.btn.btn-anchor a, .mktoButtonRow.btn-anchor a {
  font-size: min(4.7058823529vw, 40px);
  font-weight: bold;
  padding: min(2.9411764706vw, 25px);
  margin: auto;
  width: 70%;
}

.imgGroup {
  margin: min(5.8823529412vw, 50px) 0 min(6.8235294118vw, 58px) 0;
}
.imgGroup img {
  margin: auto;
}
.imgGroup .ttl h4 {
  font-size: min(4.4705882353vw, 38px);
  margin-bottom: min(4.3529411765vw, 37px);
  line-height: 1.3;
}
.imgGroup02 {
  margin: min(5.8823529412vw, 50px) 0 min(5.8823529412vw, 50px) 0;
}
.imgGroup02 .ttl h4 {
  margin-bottom: min(4vw, 34px);
}
.imgGroup03 {
  margin: min(5.8823529412vw, 50px) 0 min(5.5294117647vw, 47px) 0;
}
.imgGroup03 .ttl h4 {
  margin-bottom: min(4.1176470588vw, 35px);
}
.imgGroup05 {
  margin: min(13.0588235294vw, 111px) 0 min(5.5294117647vw, 47px) 0;
}
.imgGroup05 .ttl h4 {
  margin-bottom: min(7.8823529412vw, 67px);
  line-height: 1.6;
}
.imgGroup06 {
  margin: min(5.8823529412vw, 50px) 0 min(4.7058823529vw, 40px) 0;
}
.imgGroup06 .ttl h4 {
  margin-bottom: min(1.1764705882vw, 10px);
  line-height: 1.6;
  font-size: min(3.2941176471vw, 28px);
}
.imgGroup07 {
  margin: min(5.8823529412vw, 50px) 0 min(1.7647058824vw, 15px) 0;
}
.imgGroup07 .ttl h4 {
  margin-bottom: min(1.2941176471vw, 11px);
  line-height: 1.6;
  font-size: min(3.2941176471vw, 28px);
}
.imgGroup08 {
  margin: min(5.6470588235vw, 48px) 0 min(1.7647058824vw, 15px) 0;
}
.imgGroup08 .ttl h4 {
  margin-bottom: min(3.7647058824vw, 32px);
  line-height: 1.6;
  font-size: min(3.2941176471vw, 28px);
}

#section01 {
  padding-top: min(14.2352941176vw, 121px);
  position: relative;
  overflow-x: hidden;
  padding-bottom: min(17.2941176471vw, 147px);
  background: -webkit-gradient(linear, left top, left bottom, from(#efeff6), to(#fff));
  background: linear-gradient(to bottom, #efeff6, #fff);
  margin-top: min(2.9411764706vw, 25px);
}
#section01 .title {
  position: relative;
}
#section01 .title h2 {
  font-size: min(5.6470588235vw, 48px);
}
#section01 .title h2 span {
  font-size: min(6.3529411765vw, 54px);
  color: #3c46a5;
}
#section01 .title .ballon i {
  font-size: min(4vw, 34px);
}
#section01 img {
  margin: auto;
  margin-top: min(3.7647058824vw, 32px);
  margin-bottom: min(8.7058823529vw, 74px);
  position: relative;
  left: min(0.9411764706vw, 8px);
}
#section01 .wrapper > p {
  margin: min(4.7058823529vw, 40px) 0;
  font-size: min(4vw, 34px);
  font-weight: bold;
  line-height: 1.4;
}
#section01::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-top: min(9.4117647059vw, 80px) solid #fefefe;
  border-left: 50vw solid #ffebd8;
  border-right: 50vw solid #ffebd8;
}

#section02 {
  padding-top: min(11.7647058824vw, 100px);
  position: relative;
  overflow-x: hidden;
  padding-bottom: min(17.6470588235vw, 150px);
  background-color: #ffebd8;
}
#section02::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-top: min(9.4117647059vw, 80px) solid #ffebd8;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff;
}
#section02 .title {
  position: relative;
}
#section02 .title h2 {
  font-size: min(5.6470588235vw, 48px);
  line-height: 1.2;
}
#section02 .title h2 span {
  font-size: min(6.5882352941vw, 56px);
}
#section02 .title .ballon i {
  background: #ffffff;
  color: #221e1f;
  font-size: min(4vw, 34px);
  top: min(5.1764705882vw, 44px);
  padding: min(1.0588235294vw, 9px) min(5.7647058824vw, 49px);
}
#section02 .title .ballon::after {
  border-top: min(1.1764705882vw, 10px) solid #ffffff;
}

#section03 {
  padding-top: min(3.7647058824vw, 32px);
  position: relative;
}
#section03 .title {
  position: relative;
}
#section03 .title h3 {
  font-size: min(5.6470588235vw, 48px);
  margin-bottom: min(4.8235294118vw, 41px);
}
#section03 .title h3 span {
  font-size: min(6.5882352941vw, 56px);
}
#section03 .title .ballon i {
  background: #ffffff;
  color: #221e1f;
  font-size: min(4vw, 34px);
}
#section03 .title .ballon::after {
  border-top: min(1.1764705882vw, 10px) solid #ffffff;
}
#section03 .t-note li {
  line-height: 1.5;
}

.boxContent {
  border: min(0.3529411765vw, 3px) solid #e26d1f;
  border-radius: min(1.1764705882vw, 10px);
  margin-bottom: min(4.7058823529vw, 40px);
}
.boxContent .content {
  padding: min(3.2941176471vw, 28px) min(4.3529411765vw, 37px) min(3.1764705882vw, 27px) min(4.3529411765vw, 37px);
}
.boxContent .content hr {
  border: 0;
  outline: 0;
  border-bottom: min(0.2352941176vw, 2px) solid #e2e2e2;
}
.boxContent .content > p {
  font-size: min(2.8235294118vw, 24px);
  line-height: 1.5;
  margin-bottom: min(3.4117647059vw, 29px);
}
.boxContent .content > p.t-orange {
  position: relative;
  display: inline-block;
  padding: 0 min(1.1764705882vw, 10px);
}
.boxContent .content > p.t-orange::after {
  content: "";
  position: absolute;
  width: min(0.3529411765vw, 3px);
  height: 70%;
  background-color: #e26d1f;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg) translate(100%, 22%);
  right: min(-1.7647058824vw, -15px);
}
.boxContent .content > p.t-orange::before {
  content: "";
  position: absolute;
  width: min(0.3529411765vw, 3px);
  height: 70%;
  background-color: #e26d1f;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg) translate(100%, 32%);
  left: min(-2.7058823529vw, -23px);
}
.boxContent .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 720px;
  margin: auto;
}
.boxContent .listBox li {
  width: 48.5%;
  margin-bottom: min(2.3529411765vw, 20px);
  position: relative;
  padding: min(2.4705882353vw, 21px);
  background-color: #fef5ec;
  font-size: min(2.8235294118vw, 24px);
  border-radius: min(0.9411764706vw, 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxContent .listBox li span {
  display: inline-block;
  background-color: #e26d1f;
  width: min(2.9411764706vw, 25px);
  height: min(2.9411764706vw, 25px);
  border-radius: 50%;
  color: white;
  line-height: 1.3;
  font-size: min(2.1176470588vw, 18px);
}
.boxContent .listBox li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.boxContent .listNote {
  margin-top: min(1.8823529412vw, 16px);
}
.boxContent .listNote li {
  text-align: left;
  font-size: min(1.6470588235vw, 14px);
  line-height: 1.4;
  margin-bottom: min(0.1176470588vw, 1px);
}
.boxContent > .ttl {
  background-color: #e26d1f;
  padding: min(0.8235294118vw, 7px) min(2.9411764706vw, 25px) min(1.1764705882vw, 10px) min(2.9411764706vw, 25px);
}
.boxContent .card {
  margin: min(4vw, 34px) 0;
  background-color: #eeeeee;
  padding: min(1.5294117647vw, 13px) min(3.5294117647vw, 30px) min(1.1764705882vw, 10px) min(1.8823529412vw, 16px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: min(1.1764705882vw, 10px);
}
.boxContent .card i {
  padding: min(0.8235294118vw, 7px);
  width: 41%;
  text-align: center;
  font-size: min(2.8235294118vw, 24px);
  color: #e26d1f;
  background-color: #fff;
  border-radius: min(3.5294117647vw, 30px);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-style: normal;
}
.boxContent .card p {
  text-align: left;
  font-size: min(2.1176470588vw, 18px);
  width: 56.5%;
  line-height: 1.4;
}
.boxContent table {
  margin: min(6.9411764706vw, 59px) 0 0 0;
}
.boxContent table tr td:first-child {
  width: 29%;
}
.boxContent table tr td:last-child {
  width: 33%;
}
.boxContent02 .content {
  padding: min(3.2941176471vw, 28px) min(4.3529411765vw, 37px) min(5.2941176471vw, 45px) min(4.3529411765vw, 37px);
}
.boxContent02 .content > p {
  margin-bottom: min(3.1764705882vw, 27px);
}
.boxContent03 {
  margin-bottom: min(8.2352941176vw, 70px);
}
.boxContent03 .content {
  padding: min(6.1176470588vw, 52px) min(4.3529411765vw, 37px) min(6.3529411765vw, 54px) min(4.3529411765vw, 37px);
}
.boxContent03 .content > p {
  margin-bottom: min(2.7058823529vw, 23px);
}
.boxContent03 .content > p.t-orange {
  font-size: min(3.2941176471vw, 28px);
}

#section04 {
  position: relative;
  padding-top: min(10.7058823529vw, 91px);
}
#section04 .title {
  position: relative;
}
#section04 .title h3 {
  font-size: min(6.7058823529vw, 57px);
  margin-bottom: min(4.9411764706vw, 42px);
}
#section04 .title h3 span {
  font-size: min(6.5882352941vw, 56px);
}

.tabBox {
  position: relative;
  margin: min(3.5294117647vw, 30px) 0 min(11.1764705882vw, 95px) 0;
}
.tabBox .tabHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tabBox .tabHead .js-tabhead {
  width: 49%;
  font-size: min(3.2941176471vw, 28px);
  font-weight: bold;
  background-color: #c7c7c7;
  border-top-left-radius: min(1.1764705882vw, 10px);
  border-top-right-radius: min(1.1764705882vw, 10px);
  border: 0;
  outline: 0;
  padding: min(1.1764705882vw, 10px);
  cursor: pointer;
}
.tabBox .tabHead .js-tabhead.active {
  color: #fff;
  background-color: #e26d1f;
  padding: min(2.3529411765vw, 20px) min(1.1764705882vw, 10px) min(2.1176470588vw, 18px) min(1.1764705882vw, 10px);
}
.tabBox .content-tab.content-active {
  border: min(0.3529411765vw, 3px) solid #e26d1f;
  padding: min(2.9411764706vw, 25px) min(4.4705882353vw, 38px) min(4.2352941176vw, 36px) min(4.4705882353vw, 38px);
  border-bottom-left-radius: min(1.1764705882vw, 10px);
  border-bottom-right-radius: min(1.1764705882vw, 10px);
}
.tabBox .content-tab h6 {
  font-size: min(3.2941176471vw, 28px);
  font-weight: bold;
  margin-bottom: min(1.7647058824vw, 15px);
  color: #e26d1f;
  text-align: left;
}
.tabBox .content-tab table {
  width: 100%;
  border: min(0.1176470588vw, 1px) solid #636363;
  margin-bottom: min(3.5294117647vw, 30px);
}
.tabBox .content-tab table th {
  color: #3e3a39;
  background-color: #fef5ec;
  font-weight: normal;
  text-align: center;
}
.tabBox .content-tab table tr, .tabBox .content-tab table td, .tabBox .content-tab table th {
  font-size: min(2.3529411765vw, 20px);
  border: min(0.1176470588vw, 1px) solid #636363;
  padding: min(0.5882352941vw, 5px) min(0.5882352941vw, 5px);
  text-align: left;
  height: min(7.0588235294vw, 60px);
}
.tabBox .content-tab table tr span, .tabBox .content-tab table td span, .tabBox .content-tab table th span {
  color: #e26d1f;
  font-size: min(5.4117647059vw, 46px);
  line-height: 1;
}
.tabBox .content-tab table tr td:first-child {
  background-color: #fdf2e7;
}
.tabBox .content-tab table.table01 {
  margin-bottom: min(3.8823529412vw, 33px);
}
.tabBox .content-tab table.table01 tr th, .tabBox .content-tab table.table01 tr td {
  font-size: min(2.8235294118vw, 24px);
  padding: min(0.3529411765vw, 3px) min(1.1764705882vw, 10px);
  letter-spacing: min(-0.1176470588vw, -1px);
}
.tabBox .content-tab table.table01 tr td:first-child {
  text-align: center;
  width: 32.5%;
}
.tabBox .content-tab table.table02 {
  margin-bottom: min(3.1764705882vw, 27px);
}
.tabBox .content-tab table.table02 tr th, .tabBox .content-tab table.table02 tr td {
  font-size: min(3.5294117647vw, 30px);
}
.tabBox .content-tab table.table02 tr th .unit, .tabBox .content-tab table.table02 tr td .unit {
  font-size: min(2.3529411765vw, 20px);
  color: #221e1f;
}
.tabBox .content-tab table.table02 tr td:first-child {
  width: 33%;
}
.tabBox .content-tab table.table02 tr td:last-child {
  width: 33%;
}
.tabBox .content-tab table.center tr, .tabBox .content-tab table.center td, .tabBox .content-tab table.center th {
  text-align: center;
}
.tabBox .content-tab table.center tr:first-child :not(:first-child) {
  background-color: #e26d1f;
  color: #fff;
}
.tabBox .content-tab table.center tr:first-child td:first-child {
  background-color: transparent;
}
.tabBox .content-tab > p {
  font-size: min(2.8235294118vw, 24px);
}

.boxCard {
  position: relative;
  margin: min(3.5294117647vw, 30px) 0 min(7.0588235294vw, 60px) 0;
}
.boxCard .ttl {
  font-weight: bold;
  font-size: min(5.1764705882vw, 44px);
  margin-bottom: min(9.7647058824vw, 83px);
}
.boxCard .ttl span {
  color: #e26d1f;
  font-size: min(5.8823529412vw, 50px);
}
.boxCard .listCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.boxCard .listCard .item {
  border-radius: min(1.1764705882vw, 10px);
  position: relative;
  width: 32%;
  border: min(0.2352941176vw, 2px) solid #e26d1f;
  text-align: center;
  padding: min(5.4117647059vw, 46px) min(0.9411764706vw, 8px) min(4.2352941176vw, 36px) min(0.9411764706vw, 8px);
}
.boxCard .listCard .item span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.boxCard .listCard .item > img {
  margin: min(4.7058823529vw, 40px) auto min(5.6470588235vw, 48px) auto;
}
.boxCard .listCard .item h6 {
  font-size: min(2.8235294118vw, 24px);
  font-weight: 500;
  line-height: 1.4;
}
.boxCard .listCard .item p {
  font-size: min(2.3529411765vw, 20px);
  line-height: 1.5;
}
.boxCard .listCard .item:nth-child(2) > img {
  margin: min(2vw, 17px) auto min(2.8235294118vw, 24px) auto;
}
.boxCard .listCard .item:nth-child(3) > img {
  margin: min(2.9411764706vw, 25px) auto min(3.6470588235vw, 31px) auto;
}

#section05 .mktoButtonRow {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section05 .mktoButtonRow span {
  margin-left: 0 !important;
  width: 70%;
}

#section05 .mktoForm .mktoButtonWrap.mktoPunch .mktoButton {
  outline: 0;
  border: 0;
  display: block;
  border-radius: min(1.1764705882vw, 10px);
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: min(5.8823529412vw, 50px);
  color: #fff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#49c3bc), color-stop(50%, #49c3bc), color-stop(50%, #1caca4), to(#1caca4));
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4);
  -webkit-box-shadow: 0.2rem 0.4rem 0 0 #00867f;
  box-shadow: 0.2rem 0.4rem 0 0 #00867f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25;
  padding: min(2.3529411765vw, 20px);
  color: #ffde00;
  font-size: min(5.6470588235vw, 48px);
  font-weight: bold;
}

.boxBallon {
  position: relative;
  border: min(0.3529411765vw, 3px) solid #e26d1f;
  padding: min(10.1176470588vw, 86px) min(4.2352941176vw, 36px) min(2.8235294118vw, 24px) min(4.2352941176vw, 36px);
  margin-top: min(18.4705882353vw, 157px);
  margin-bottom: min(1.8823529412vw, 16px);
  border-radius: min(1.1764705882vw, 10px);
}
.boxBallon > span {
  position: absolute;
  top: min(-0.3529411765vw, -3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e26d1f;
  padding: min(1.0588235294vw, 9px) min(5.8823529412vw, 50px);
  z-index: 100;
  color: #fff;
  border-radius: min(1.1764705882vw, 10px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: min(4.4705882353vw, 38px);
  font-weight: bold;
}
.boxBallon > span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: min(1.1764705882vw, 10px) solid transparent;
  border-right: min(1.1764705882vw, 10px) solid transparent;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 95%);
          transform: translate(-50%, 95%);
  border-top: min(2vw, 17px) solid #e26d1f;
}
.boxBallon > span::before {
  position: absolute;
  content: "";
  background: url(/rs/186-OXX-889/images/Mtype_2403_ico-ballon.png) no-repeat;
  background-size: contain;
  width: min(3.7647058824vw, 32px);
  height: min(3.6470588235vw, 31px);
  top: min(0.5882352941vw, 5px);
  right: min(0.3529411765vw, 3px);
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.boxBallon li {
  line-height: 1.3;
  position: relative;
  list-style: none;
  padding: 0 min(3.5294117647vw, 30px);
  font-size: min(2.8235294118vw, 24px);
  text-align: left;
  border-bottom: min(0.3529411765vw, 3px) solid #eeeeee;
  padding-bottom: min(1.5294117647vw, 13px);
  margin-bottom: min(1.2941176471vw, 11px);
}
.boxBallon li span {
  font-size: min(3.2941176471vw, 28px);
}
.boxBallon li::before {
  background-color: #e26d1f;
  left: min(1.4117647059vw, 12px);
  border-radius: 50%;
  content: "";
  position: absolute;
  width: min(0.8235294118vw, 7px);
  height: min(0.8235294118vw, 7px);
  top: min(2.2352941176vw, 19px);
}
.boxBallon li:last-child {
  border-bottom: 0;
}

.note-ballon {
  margin-bottom: min(3.2941176471vw, 28px);
  text-align: left;
}
.note-ballon.right30 {
  margin-right: min(-3.5294117647vw, -30px);
}
.note-ballon li {
  list-style: none;
  font-size: min(1.6470588235vw, 14px);
  margin-bottom: min(0.4705882353vw, 4px);
  position: relative;
  padding-left: min(1.4117647059vw, 12px);
  line-height: 1.9;
}
.note-ballon li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.big-txt {
  font-size: min(3.2941176471vw, 28px);
  font-weight: bold;
  margin: min(8.9411764706vw, 76px) 0 min(6.9411764706vw, 59px) 0;
  line-height: 1.4;
}
.big-txt span {
  color: #e26d1f;
}

#section05 .title {
  background-color: #e26d1f;
  padding: min(5.2941176471vw, 45px) min(1.1764705882vw, 10px) min(5.6470588235vw, 48px) min(1.1764705882vw, 10px);
  margin-bottom: min(4.7058823529vw, 40px);
}
#section05 .title h3 {
  font-size: min(5.8823529412vw, 50px);
  color: #fff;
}
#section05 p, #section05 label, #section05 input, #section05 textarea, #section05 .mktoHtmlText {
  font-size: min(3.0588235294vw, 26px);
}
#section05 #mktoForm_2434 {
  width: 100% !important;
}
#section05 .wrapper-form {
  padding: 0 min(3.5294117647vw, 30px) min(1.7647058824vw, 15px) min(3.5294117647vw, 30px);
  margin-top: min(6.4705882353vw, 55px);
}
#section05 form {
  margin: auto;
  margin-top: min(4.7058823529vw, 40px);
}
#section05 form p.small-txt, #section05 form .mktoHtmlText {
  font-size: min(1.6470588235vw, 14px);
  text-align: left;
  line-height: 2;
  width: 100%;
  color: #323232;
}
#section05 form p.small-txt a, #section05 form .mktoHtmlText a {
  text-decoration: underline;
}
#section05 form input, #section05 form textarea, #section05 form select {
  width: min(53.1764705882vw, 452px) !important;
  padding: min(1.6470588235vw, 14px) min(1.1764705882vw, 10px);
  color: #5d5d5d;
  width: 100%;
  border: 0;
  border: min(0.2352941176vw, 2px) solid #5d5d5d;
  border-radius: min(0.5882352941vw, 5px);
  height: min(7.4117647059vw, 63px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(3.0588235294vw, 26px);
}
#section05 form textarea {
  height: min(14.3529411765vw, 122px);
}
#section05 form .w50 {
  width: 49%;
}
#section05 form label {
  color: #e26d1f;
}
#section05 form label span {
  color: #fff;
  background: #e01919;
  padding: min(0.4705882353vw, 4px) min(0.3529411765vw, 3px);
  line-height: 1.1;
  font-size: min(2vw, 17px);
  display: inline-block;
  margin-left: min(0.5882352941vw, 5px);
  position: relative;
  top: min(-0.3529411765vw, -3px);
}
#section05 form .btn, #section05 form .mktoButtonRow {
  max-width: 100%;
  width: 70%;
  margin-top: min(7.8823529412vw, 67px);
}
#section05 form .btn button, #section05 form .mktoButtonRow button {
  padding: min(2.3529411765vw, 20px);
  color: #ffde00;
  font-size: min(5.6470588235vw, 48px);
  font-weight: bold;
}
#section05 form .btn button::before, #section05 form .mktoButtonRow button::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: min(2.5882352941vw, 22px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: min(0.9411764706vw, 8px) solid rgba(255, 255, 255, 0);
  border-left: min(1.1764705882vw, 10px) solid #1caca4;
  border-bottom: min(0.9411764706vw, 8px) solid rgba(255, 255, 255, 0);
}
#section05 form .btn button::after, #section05 form .mktoButtonRow button::after {
  right: min(1.6470588235vw, 14px);
}
#section05 .mktoFieldWrap input {
  width: min(53.1764705882vw, 452px) !important;
  max-width: 100%;
  margin-left: min(2.8235294118vw, 24px);
}
#section05 .mktoForm .mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#section05 .mktoForm .mktoFormRow label {
  width: auto !important;
  position: relative;
  font-weight: bold;
  margin-bottom: min(1.1764705882vw, 10px);
}
#section05 .mktoForm .mktoFormRow label .mktoAsterix {
  position: absolute;
  right: min(-1.1764705882vw, -10px);
}
#section05 .mktoForm .mktoFormRow:nth-child(2) {
  width: 100%;
}
#section05 .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol, #section05 .mktoForm .mktoFormRow:nth-child(2) .mktoHtmlText {
  width: 100% !important;
  font-weight: bold;
  text-align: center;
  font-size: min(3.0588235294vw, 26px);
}
#section05 .mktoForm .mktoFormRow:nth-child(3) {
  width: min(53.1764705882vw, 452px) !important;
  float: right;
}
#section05 .mktoForm .mktoFormRow:nth-child(3) input {
  width: min(21.8823529412vw, 186px) !important;
}
#section05 .mktoForm .mktoFormRow:nth-child(3) {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section05 .mktoForm .mktoFormRow:nth-child(3) .mktoOffset {
  display: none;
}
#section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
#section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input {
  width: min(53.1764705882vw, 452px) !important;
}
#section05 .mktoForm .mktoFormRow:nth-child(5) label {
  margin-right: min(2.1176470588vw, 18px);
}
#section05 .mktoForm .mktoFormRow:nth-child(5) label.mktoLabel {
  margin-right: 0;
}
#section05 .mktoForm .mktoFormRow:nth-child(7) select {
  margin-left: min(1.1764705882vw, 10px);
}
#section05 .mktoForm .mktoFormRow:nth-child(7) label .mktoAsterix, #section05 .mktoForm .mktoFormRow:nth-child(8) label .mktoAsterix {
  right: 0;
}
#section05 .mktoForm .mktoFormRow:nth-child(10) {
  width: 100%;
}
#section05 .mktoForm .mktoFormRow:nth-child(10) br {
  display: none;
}
#section05 .mktoForm .mktoFormRow:nth-child(10) .mktoHtmlText, #section05 .mktoForm .mktoFormRow:nth-child(10) strong, #section05 .mktoForm .mktoFormRow:nth-child(10) span, #section05 .mktoForm .mktoFormRow:nth-child(10) .mktoHtmlText p {
  font-size: min(1.6470588235vw, 14px);
  color: #323232 !important;
  width: 100% !important;
}
#section05 .mktoForm .mktoFormRow:nth-child(10) .mktoFormCol, #section05 .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap {
  width: 100%;
}
#section05 .groupInput, #section05 .mktoFieldWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: min(3.1764705882vw, 27px);
}
#section05 .groupInput > label, #section05 .mktoFieldWrap > label {
  padding-top: min(1.1764705882vw, 10px);
}
#section05 .groupInput .input, #section05 .mktoFieldWrap .input {
  width: min(53.1764705882vw, 452px);
  max-width: 100%;
  margin-left: min(2.8235294118vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section05 .groupInput .radio, #section05 .mktoFieldWrap .radio {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#section05 .groupInput .radio label, #section05 .mktoFieldWrap .radio label {
  color: #6b6b6b;
  display: block;
  position: relative;
  padding-left: min(4.1176470588vw, 35px);
  margin-bottom: min(1.4117647059vw, 12px);
  margin-right: min(6.8235294118vw, 58px);
  font-size: min(3.2941176471vw, 28px);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#section05 .groupInput .radio label input, #section05 .mktoFieldWrap .radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#section05 .groupInput .radio label .checkmark, #section05 .mktoFieldWrap .radio label .checkmark {
  position: absolute;
  top: 50%;
  left: min(-0.2352941176vw, -2px);
  height: min(2.9411764706vw, 25px);
  width: min(2.9411764706vw, 25px);
  background-color: #fff;
  border-radius: 50%;
  border: min(0.1176470588vw, 1px) solid #323232;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
}
#section05 .groupInput .radio label .checkmark:after, #section05 .mktoFieldWrap .radio label .checkmark:after {
  top: min(0.3529411765vw, 3px);
  left: min(0.3529411765vw, 3px);
  width: min(1.9411764706vw, 16.5px);
  height: min(1.9411764706vw, 16.5px);
  border-radius: 50%;
  background: #323232;
}
#section05 .groupInput .radio input, #section05 .mktoFieldWrap .radio input {
  width: auto;
}
#section05 .groupInput .radio input:checked ~ .checkmark:after, #section05 .mktoFieldWrap .radio input:checked ~ .checkmark:after {
  display: block;
}
#section05 .groupInput .radio .checkmark:after, #section05 .mktoFieldWrap .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#section05 .groupInputRadio, #section05 .mktoFieldWrapRadio {
  margin-top: min(3.7647058824vw, 32px);
  margin-bottom: min(2.3529411765vw, 20px);
}
#section05 .groupInput.groupInputSelect, #section05 .mktoFieldWrap.groupInputSelect {
  margin-bottom: min(2.4705882353vw, 21px);
}
#section05 .groupInput.groupInputSelect label, #section05 .mktoFieldWrap.groupInputSelect label {
  margin-left: min(-2.3529411765vw, -20px);
}
#section05 .groupInput.groupInputSelect label .small, #section05 .mktoFieldWrap.groupInputSelect label .small {
  font-size: min(2.5882352941vw, 22px);
  font-style: normal;
}
#section05 .groupInput.groupInputTextarea, #section05 .mktoFieldWrap.groupInputTextarea {
  margin-bottom: min(6.2352941176vw, 53px);
}
#section05 .t-note {
  margin: min(7.6470588235vw, 65px) 0 min(8.9411764706vw, 76px) 0;
}
#section05 .t-note li {
  padding-left: 0;
  line-height: 2.13;
}
#section05 .t-note li::before {
  display: none;
}

#section05 form {
  width: auto !important;
}

#section05 form .mktoRadioList {
  width: min(53.1764705882vw, 452px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: min(2.8235294118vw, 24px);
}
#section05 form .mktoRadioList input {
  display: none;
}
#section05 form .mktoRadioList label {
  margin-right: min(3.5294117647vw, 30px);
}

.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px !important;
  width: 25px !important;
  background-color: #fff;
  border-radius: 50%;
  border: min(0.1176470588vw, 1px) solid #323232 !important;
  -webkit-transform: translate(70%, -50%);
          transform: translate(70%, -50%);
}

.mktoForm input[type=radio]:checked + label:before {
  background-image: url(/rs/186-OXX-889/images/dot-bk.png);
  background-position: center !important;
  background-repeat: no-repeat;
}

.mktoForm input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -3px;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  background: #323232;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#section05 form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/rs/186-OXX-889/images/Mtype_2403_ico-arr-select.png) 95% center no-repeat;
  background-size: min(3.7647058824vw, 32px);
  margin-left: min(2.8235294118vw, 24px);
}

#section05 form textarea {
  margin-left: min(1.1764705882vw, 10px);
}

#section05 form .mktoButtonRow button {
  outline: 0;
  border: 0;
  display: block;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: min(5.8823529412vw, 50px);
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#49c3bc), color-stop(50%, #49c3bc), color-stop(50%, #1caca4), to(#1caca4)) !important;
  background: linear-gradient(to bottom, #49c3bc, #49c3bc 50%, #1caca4 50%, #1caca4) !important;
  -webkit-box-shadow: 0.2rem 0.4rem 0 0 #00867f !important;
          box-shadow: 0.2rem 0.4rem 0 0 #00867f !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.25;
}

#pageNumber {
  color: #5f5c5d;
  margin: min(3.6470588235vw, 31px);
  font-size: min(2.3529411765vw, 20px);
}

footer {
  background-color: #e26d1f;
  padding: min(1.8823529412vw, 16px) 0;
}
footer .copyright {
  font-size: min(1.8823529412vw, 16px);
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .note-ballon.right30 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .btn-banner a {
    width: min(85.6470588235vw, 728px);
  }
  .groupInput.groupInputSelect label {
    margin-left: min(0vw, 0px);
  }
  header {
    padding: min(1.8823529412vw, 16px) min(1.1764705882vw, 10px) min(1.8823529412vw, 16px) min(4.7058823529vw, 40px);
  }
  header .wrapper {
    padding: 0;
  }
  header .header_logo {
    width: min(19.5294117647vw, 166px);
  }
  #mv {
    padding: 0;
  }
  #mv .wrapper {
    padding: 0;
  }
  #mv .btn {
    width: 89%;
    bottom: min(5.5294117647vw, 47px);
  }
  .btn {
    max-width: 100%;
  }
  .btn a, .btn button, .mktoButtonRow button {
    border-radius: min(8.2352941176vw, 70px);
    font-size: min(6.1176470588vw, 52px);
    padding: min(1.2941176471vw, 11px) min(1.1764705882vw, 10px) min(1.2941176471vw, 11px) min(1.1764705882vw, 10px);
  }
  .btn a::after, .btn button::after, .mktoButtonRow button::after {
    width: min(7.0588235294vw, 60px);
    height: min(7.0588235294vw, 60px);
    right: min(1.5294117647vw, 13px);
  }
  .btn a::before, .btn button::before, .mktoButtonRow button::before {
    top: 53%;
    right: min(5.0588235294vw, 43px);
    border-top: min(1.7647058824vw, 15px) solid #1caca4;
    border-left: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    border-right: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
  }
  #section05 form .mktoButtonRow button {
    padding: min(2.3529411765vw, 20px) !important;
  }
  .btn-banner {
    margin: 0;
    margin-top: min(3.1764705882vw, 27px);
  }
  #nav {
    margin-top: min(1.5294117647vw, 13px);
    padding: min(1.1764705882vw, 10px) min(2.3529411765vw, 20px);
  }
  #nav a {
    height: min(19.5294117647vw, 166px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(1.1764705882vw, 10px) min(2.4705882353vw, 21px) min(6.4705882353vw, 55px) min(2.4705882353vw, 21px);
    font-size: min(4.7058823529vw, 40px);
    line-height: 1.2;
  }
  #nav a::after {
    top: auto;
    right: auto;
    bottom: min(1.0588235294vw, 9px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #section05 .mktoForm .mktoFormRow:nth-child(5) label {
    margin-right: 18px;
  }
  .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    padding-left: 20px !important;
  }
  .mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
    position: absolute;
    top: 50%;
    height: 14px !important;
    width: 14px !important;
    background-color: #fff;
    border-radius: 50%;
    border: min(0.1176470588vw, 1px) solid #323232 !important;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-left: 0 !important;
  }
  .mktoForm input[type=radio]:checked + label::after {
    left: -2px;
    width: 10px !important;
    height: 10px !important;
  }
  #section01 {
    margin-top: min(2.5882352941vw, 22px);
    padding-top: min(15.5294117647vw, 132px);
    padding-bottom: min(13.1764705882vw, 112px);
  }
  #section01 .title h2 {
    font-size: min(6.8235294118vw, 58px);
    line-height: 1.4;
  }
  #section01 .title h2 span {
    font-size: min(6.8235294118vw, 58px);
  }
  #section01 .title .ballon i {
    padding: min(0.9411764706vw, 8px) min(4.4705882353vw, 38px);
    font-size: min(4.4705882353vw, 38px);
  }
  #section01 img {
    margin-top: min(4.3529411765vw, 37px);
    margin-bottom: min(15.2941176471vw, 130px);
  }
  #section01 .wrapper > p {
    font-size: min(4.4705882353vw, 38px);
    line-height: 1.3;
  }
  #section01::after {
    border-top: min(10.5882352941vw, 90px) solid #fefefe;
  }
  #section02 {
    padding-top: min(13.1764705882vw, 112px);
    padding-bottom: min(12.5882352941vw, 107px);
  }
  #section02::after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    border-top: min(10.5882352941vw, 90px) solid #ffebd8;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
  }
  #section02 .title h2 {
    font-size: min(6.8235294118vw, 58px);
    line-height: 1.3;
    padding-top: min(6.5882352941vw, 56px);
    display: inline-block;
  }
  #section02 .title h2 span {
    font-size: min(8.2352941176vw, 70px);
  }
  #section02 .title .ballon i {
    color: #221e1f;
    font-size: min(4.7058823529vw, 40px);
    top: min(5.1764705882vw, 44px);
    padding: min(1.0588235294vw, 9px) min(5.7647058824vw, 49px);
    width: 100%;
  }
  #section02 .title .ballon::after {
    border-top: min(1.1764705882vw, 10px) solid #ffffff;
  }
  #section03 {
    padding-top: min(5.5294117647vw, 47px);
    position: relative;
  }
  #section03 .title {
    position: relative;
  }
  #section03 .title h3 {
    font-size: min(6.8235294118vw, 58px);
    margin-bottom: min(4.8235294118vw, 41px);
  }
  #section03 .title h3 span {
    font-size: min(8.2352941176vw, 70px);
  }
  #section03 .title .ballon i {
    background: #ffffff;
    color: #221e1f;
    font-size: min(4vw, 34px);
  }
  #section03 .title .ballon::after {
    border-top: min(1.1764705882vw, 10px) solid #ffffff;
  }
  #section03 .t-note li {
    line-height: 1.5;
  }
  #section03 .btn {
    width: 94%;
  }
  #section05 .mktoForm .mktoFormRow:nth-child(7) select {
    margin-left: 0;
  }
  .imgGroup {
    margin: min(8.3529411765vw, 71px) 0 min(6.2352941176vw, 53px) 0;
  }
  .imgGroup img {
    margin: auto;
  }
  .imgGroup .ttl h4 {
    font-weight: bold;
    font-size: min(5.6470588235vw, 48px);
    margin-bottom: min(4.3529411765vw, 37px);
    line-height: 1.3;
  }
  .imgGroup02 {
    margin: min(5.8823529412vw, 50px) 0 min(5.2941176471vw, 45px) 0;
  }
  .imgGroup02 .ttl h4 {
    margin-bottom: min(4vw, 34px);
  }
  .imgGroup03 {
    margin: min(5.2941176471vw, 45px) 0 min(5.5294117647vw, 47px) 0;
  }
  .imgGroup03 .ttl h4 {
    margin-bottom: min(4.1176470588vw, 35px);
  }
  .imgGroup04 {
    margin: min(5.2941176471vw, 45px) 0 min(5.5294117647vw, 47px) 0;
  }
  .imgGroup04 .ttl h4 {
    margin-bottom: min(4.9411764706vw, 42px);
  }
  .imgGroup05 {
    margin: min(11.5294117647vw, 98px) 0 min(5.5294117647vw, 47px) 0;
  }
  .imgGroup05 .ttl h4 {
    margin-bottom: min(6.9411764706vw, 59px);
    line-height: 1.25;
    padding-top: min(7.2941176471vw, 62px);
  }
  .imgGroup05 .ttl h4.ballon.orange-ballon i {
    padding: min(1.2941176471vw, 11px) min(5.8823529412vw, 50px);
    font-size: min(4.7058823529vw, 40px);
  }
  .imgGroup05 img {
    width: 95%;
  }
  .imgGroup06 {
    margin: min(5.8823529412vw, 50px) 0 0 0;
  }
  .imgGroup06 .ttl h4 {
    margin-bottom: min(5.2941176471vw, 45px);
    line-height: 1.6;
    font-size: min(4.4705882353vw, 38px);
  }
  .imgGroup07 {
    margin: min(5.8823529412vw, 50px) 0 min(1.7647058824vw, 15px) 0;
  }
  .imgGroup07 .ttl h4 {
    margin-bottom: min(1.2941176471vw, 11px);
    line-height: 1.6;
    font-size: min(3.2941176471vw, 28px);
  }
  .imgGroup08 {
    margin: min(3.7647058824vw, 32px) 0 min(1.7647058824vw, 15px) 0;
  }
  .imgGroup08 .ttl h4 {
    margin-bottom: min(2.2352941176vw, 19px);
    line-height: 1.6;
    font-size: min(4.4705882353vw, 38px);
  }
  .boxContent {
    border-radius: 0;
    border: 0;
    margin-bottom: min(4.1176470588vw, 35px);
  }
  .boxContent > .ttl {
    padding: min(2.2352941176vw, 19px) min(3.1764705882vw, 27px) min(2vw, 17px) min(3.1764705882vw, 27px);
    margin: 0 min(-1.1764705882vw, -10px);
  }
  .boxContent .content {
    padding: min(3.2941176471vw, 28px) min(3.1764705882vw, 27px) min(3.1764705882vw, 27px) min(3.1764705882vw, 27px);
  }
  .boxContent .content > p {
    font-size: min(3.7647058824vw, 32px);
    line-height: 1.4;
    margin-bottom: min(6.4705882353vw, 55px);
    letter-spacing: min(-0.1176470588vw, -1px);
  }
  .boxContent h4 img {
    width: 100%;
  }
  .boxContent table {
    margin-top: min(3.8823529412vw, 33px);
  }
  .boxContent table th {
    font-size: min(2.8235294118vw, 24px);
  }
  .boxContent table td {
    font-size: min(2.5882352941vw, 22px);
    padding: min(0.2352941176vw, 2px);
  }
  .boxContent table tr td:last-child {
    width: 34%;
  }
  .boxContent02 .content {
    padding: min(3.2941176471vw, 28px) min(2vw, 17px) min(2.5882352941vw, 22px) min(2vw, 17px);
  }
  .boxContent03 .content {
    padding: 33px 0 1px 0;
  }
  .boxContent03 .content > p.t-orange {
    font-size: min(3.7647058824vw, 32px);
    margin-bottom: min(3.2941176471vw, 28px);
  }
  .boxContent .listBox {
    max-width: 81%;
  }
  .boxContent .listBox li {
    padding: min(2.1176470588vw, 18px);
    font-size: min(3.2941176471vw, 28px);
  }
  .boxContent .listNote {
    max-width: 81%;
    margin: auto;
    margin-top: min(2.1176470588vw, 18px);
  }
  .boxContent .listNote li {
    font-size: min(2.1176470588vw, 18px);
    margin-bottom: 0;
    line-height: 1.3;
  }
  .btn.btn-anchor a {
    font-size: min(6.8235294118vw, 58px);
    padding: min(4.3529411765vw, 37px) min(7.6470588235vw, 65px) min(4.3529411765vw, 37px) min(3.1764705882vw, 27px);
    width: 100%;
  }
  #section04 {
    padding-top: min(6.5882352941vw, 56px);
  }
  #section04 .wrapper {
    padding: 0 min(4.7058823529vw, 40px);
  }
  #section04 .title h3 {
    margin-bottom: min(4vw, 34px);
  }
  .tabBox {
    margin: min(3.5294117647vw, 30px) 0 min(6.3529411765vw, 54px) 0;
  }
  .tabBox .tabHead .js-tabhead {
    width: 48.5%;
  }
  .tabBox .content-tab table {
    width: 100%;
    border: 1px solid #636363;
    margin-bottom: min(3.5294117647vw, 30px);
  }
  .tabBox .content-tab table th {
    color: #3e3a39;
    background-color: #fef5ec;
    font-weight: normal;
    text-align: center;
  }
  .tabBox .content-tab table tr, .tabBox .content-tab table td, .tabBox .content-tab table th {
    font-size: min(2.3529411765vw, 20px);
    border: 1px solid #636363;
    padding: min(0.5882352941vw, 5px) min(0.5882352941vw, 5px);
    text-align: left;
    height: min(7.0588235294vw, 60px);
  }
  .tabBox .content-tab table tr span, .tabBox .content-tab table td span, .tabBox .content-tab table th span {
    color: #e26d1f;
    font-size: min(5.4117647059vw, 46px);
    line-height: 1;
  }
  .tabBox .content-tab table tr td:first-child {
    background-color: #fdf2e7;
  }
  .tabBox .content-tab table.table01 {
    margin-bottom: min(3.8823529412vw, 33px);
  }
  .tabBox .content-tab table.table01 tr th, .tabBox .content-tab table.table01 tr td {
    font-size: min(2.8235294118vw, 24px);
    padding: min(0.3529411765vw, 3px) min(1.1764705882vw, 10px);
    letter-spacing: min(-0.1176470588vw, -1px);
  }
  .tabBox .content-tab table.table01 tr td:first-child {
    text-align: center;
    width: 40.5%;
  }
  .tabBox .content-tab table.table02 {
    margin-bottom: min(3.1764705882vw, 27px);
  }
  .tabBox .content-tab table.table02 tr th, .tabBox .content-tab table.table02 tr td {
    font-size: min(3.5294117647vw, 30px);
  }
  .tabBox .content-tab table.table02 tr th .unit, .tabBox .content-tab table.table02 tr td .unit {
    font-size: min(2.3529411765vw, 20px);
    color: #221e1f;
  }
  .tabBox .content-tab table.table02 tr td:first-child {
    width: 33%;
  }
  .tabBox .content-tab table.table02 tr td:last-child {
    width: 33%;
  }
  .tabBox .content-tab table.table03 tr td:first-child {
    width: 24%;
  }
  .tabBox .content-tab table.table03 tr td:nth-child(2) {
    width: 37%;
  }
  .tabBox .content-tab table.table03 tr td:last-child {
    width: 37%;
  }
  .tabBox .content-tab table.center tr, .tabBox .content-tab table.center td, .tabBox .content-tab table.center th {
    text-align: center;
  }
  .tabBox .content-tab table.center tr:first-child :not(:first-child) {
    background-color: #e26d1f;
    color: #fff;
  }
  .tabBox .content-tab table.center tr:first-child td:first-child {
    background-color: transparent;
  }
  #section05 form .mktoRadioList {
    margin-left: 0;
    padding-left: 0;
  }
  .boxCard {
    margin: min(3.5294117647vw, 30px) 0 min(1.6470588235vw, 14px) 0;
  }
  .boxCard .ttl {
    font-size: min(6.8235294118vw, 58px);
    margin-bottom: min(4.9411764706vw, 42px);
  }
  .boxCard .ttl span {
    font-size: min(8.2352941176vw, 70px);
  }
  .boxCard .listCard {
    margin: auto;
  }
  .boxCard .listCard .item {
    padding: min(4.3529411765vw, 37px) min(0.5882352941vw, 5px) min(4vw, 34px) min(2.3529411765vw, 20px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: min(3.6470588235vw, 31px);
  }
  .boxCard .listCard .item .content {
    text-align: left;
    max-width: 55%;
  }
  .boxCard .listCard .item .content h6 {
    font-size: min(2.8235294118vw, 24px);
    font-weight: bold;
    margin-bottom: min(1.1764705882vw, 10px);
  }
  .boxCard .listCard .item .content p {
    font-size: min(2.3529411765vw, 20px);
  }
  .boxCard .listCard .item > img {
    width: min(13.1764705882vw, 112px);
    margin: 0 min(6.4705882353vw, 55px) 0 min(5.2941176471vw, 45px);
  }
  .boxCard .listCard .item span {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .boxCard .listCard .item span img {
    width: min(8.2352941176vw, 70px);
  }
  .boxCard .listCard .item:nth-child(2) {
    padding: min(3.4117647059vw, 29px) min(0.5882352941vw, 5px) min(2vw, 17px) min(2.3529411765vw, 20px);
  }
  .boxCard .listCard .item:nth-child(2) > img {
    width: min(13.6470588235vw, 116px);
    margin: 0 min(7.0588235294vw, 60px) 0 min(5.2941176471vw, 45px);
  }
  .boxCard .listCard .item:nth-child(3) {
    padding: min(2.3529411765vw, 20px) min(0.5882352941vw, 5px) min(2.3529411765vw, 20px) min(2.3529411765vw, 20px);
  }
  .boxCard .listCard .item:nth-child(3) > img {
    width: min(23.1764705882vw, 197px);
    margin: 0 min(1.4117647059vw, 12px) 0 min(1.4117647059vw, 12px);
  }
  .boxBallon {
    padding: min(10vw, 85px) min(1.1764705882vw, 10px) 0 min(0.9411764706vw, 8px);
    margin: auto;
    margin-top: min(16.5882352941vw, 141px);
    margin-bottom: min(4.3529411765vw, 37px);
    border-radius: min(1.1764705882vw, 10px);
  }
  .boxBallon li {
    font-size: min(3.2941176471vw, 28px);
    line-height: 1.1;
    padding-bottom: min(1.2941176471vw, 11px);
    padding-right: 0;
  }
  .boxBallon li span {
    font-size: min(3.8823529412vw, 33px);
  }
  .note-ballon {
    margin-bottom: min(1.4117647059vw, 12px);
  }
  .note-ballon li {
    font-size: min(2.1176470588vw, 18px);
    padding-left: min(2vw, 17px);
    line-height: 1.3;
    margin-bottom: 0;
  }
  .big-txt {
    font-size: min(4vw, 34px);
    font-weight: bold;
    margin: min(6.9411764706vw, 59px) 0 min(5.0588235294vw, 43px) 0;
    line-height: 1.1;
  }
  #section05 .title {
    padding: min(5.2941176471vw, 45px) min(1.1764705882vw, 10px) min(6.1176470588vw, 52px) min(1.1764705882vw, 10px);
    margin-bottom: 0;
  }
  #section05 .title h3 {
    font-size: min(7.0588235294vw, 60px);
  }
  #section05 .t-note {
    padding: 0 min(8.2352941176vw, 70px) 0 min(9.4117647059vw, 80px);
    margin: min(6.7058823529vw, 57px) 0;
  }
  #section05 .t-note li {
    line-height: 1.8;
    font-size: min(2.5882352941vw, 22px);
  }
  #section05 form {
    margin-top: min(6vw, 51px);
  }
  #section05 form p {
    font-size: min(4vw, 34px);
    font-weight: bold;
    line-height: 1.5;
  }
  #section05 form input {
    height: min(10.1176470588vw, 86px);
    padding: min(2.3529411765vw, 20px);
    font-size: min(4vw, 34px);
  }
  #section05 form p.small-txt {
    padding: min(7.0588235294vw, 60px) min(9.4117647059vw, 80px) min(1.1764705882vw, 10px) min(9.4117647059vw, 80px);
    font-size: min(2.5882352941vw, 22px);
    font-weight: bold;
    line-height: 1.8;
  }
  #section05 form .btn, #section05 form .mktoButtonRow {
    width: 100%;
    padding: 0 min(4.7058823529vw, 40px);
    margin-top: min(4vw, 34px);
  }
  #section05 form .btn button, #section05 form .mktoButtonRow button {
    font-size: min(6.3529411765vw, 54px);
    padding: min(5.0588235294vw, 43px) min(6.3529411765vw, 54px) min(4.7058823529vw, 40px) min(4.3529411765vw, 37px);
    width: 100%;
  }
  #section05 form .btn button::before, #section05 form .mktoButtonRow button::before {
    border-top: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
    border-left: min(1.7647058824vw, 15px) solid #1caca4;
    border-bottom: min(1.7647058824vw, 15px) solid rgba(255, 255, 255, 0);
  }
  #section05 form .btn button::after, #section05 form .mktoButtonRow button::after {
    right: min(0.5882352941vw, 5px);
  }
  #section05 .wrapper-form {
    padding: 0 min(10.3529411765vw, 88px);
  }
  #section05 .groupInput {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: min(2.3529411765vw, 20px);
  }
  #section05 .groupInput label {
    text-align: left;
    width: 100%;
    font-size: min(4vw, 34px);
    margin-bottom: min(0.7058823529vw, 6px);
  }
  #section05 .groupInput label span {
    font-size: min(2.3529411765vw, 20px);
    color: #fff;
    padding: min(0.4705882353vw, 4px) min(0.8235294118vw, 7px);
    margin-left: min(1.0588235294vw, 9px);
    position: relative;
    top: min(-0.5882352941vw, -5px);
  }
  #section05 .groupInput .input {
    width: 100%;
    margin-left: 0;
  }
  #section05 .groupInput .input.radio {
    margin-top: min(1.1764705882vw, 10px);
  }
  #section05 .groupInput .input.radio label {
    font-size: min(4.4705882353vw, 38px);
    font-weight: bold;
    width: auto;
    padding-left: min(6.3529411765vw, 54px);
    margin-right: min(9.4117647059vw, 80px);
  }
  #section05 .groupInput .input.radio label .checkmark {
    height: min(4.1176470588vw, 35px);
    width: min(4.1176470588vw, 35px);
  }
  #section05 .groupInput .input.radio label .checkmark::after {
    top: min(0.4705882353vw, 4px);
    left: min(0.4705882353vw, 4px);
    width: min(2.8235294118vw, 24px);
    height: min(2.8235294118vw, 24px);
    border-radius: 50%;
    background: #323232;
  }
  #section05 .groupInputRadio {
    margin-top: min(2.3529411765vw, 20px);
  }
  #section05 .groupInput.groupInputSelect label {
    margin-left: 0;
  }
  #section05 .groupInput.groupInputTextarea {
    font-size: min(4vw, 34px);
    margin-bottom: min(1.7647058824vw, 15px);
  }
  #section05 .groupInput.groupInputTextarea label {
    margin-bottom: min(1.7647058824vw, 15px);
  }
  #section05 .groupInput.groupInputTextarea textarea {
    height: 170px;
    font-size: min(4vw, 34px);
    padding: min(2.3529411765vw, 20px);
  }
  #section05 .mktoFieldWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    width: 100%;
  }
  #section05 .mktoFieldWrap input, #section05 .mktoFieldWrap textarea, #section05 .mktoFieldWrap select {
    margin-left: 0;
    width: 100% !important;
  }
  #section05 .mktoFormCol {
    width: 100%;
  }
  #section05 .mktoButtonRow {
    padding: 0;
  }
  #section05 .mktoButtonRow span {
    width: 100%;
  }
  #section05 .mktoForm {
    padding: 0 !important;
  }
  #section05 .mktoForm .mktoFormRow {
    width: 100% !important;
  }
  #section05 .mktoForm .mktoFormRow label {
    display: inline-block;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    position: relative;
    margin-bottom: min(1.1764705882vw, 10px);
    font-family: "Noto Sans JP";
  }
  #section05 .mktoForm .mktoFormRow label .mktoAsterix {
    right: min(-1.7647058824vw, -15px);
  }
  #section05 .mktoForm .mktoFormRow:nth-child(3) {
    width: 100% !important;
  }
  #section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  #section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input {
    width: 100% !important;
  }
  #section05 .mktoForm .mktoFormRow:nth-child(3) input#FirstName {
    margin-right: 0;
  }
  #section05 .mktoForm .mktoFormRow:nth-child(7) label .mktoAsterix, #section05 .mktoForm .mktoFormRow:nth-child(8) label .mktoAsterix {
    right: min(-1.1764705882vw, -10px);
  }
  #section05 .mktoForm .mktoAsterix {
    display: inline-block;
    position: absolute;
    right: min(-1.1764705882vw, -10px);
  }
  #section05 .mktoForm .mktoGutter {
    display: none;
  }
  .wrapper {
    padding: 0 min(2.3529411765vw, 20px);
  }
  .custom-select, .mktoFormRow {
    max-width: 100%;
    margin: 0;
  }
  .custom-select .value, .custom-select select, .mktoFormRow .value, .mktoFormRow select {
    height: min(10.1176470588vw, 86px) !important;
    font-size: min(4vw, 34px) !important;
    padding: min(2.3529411765vw, 20px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-select .value::after, .custom-select select::after, .mktoFormRow .value::after, .mktoFormRow select::after {
    right: min(2.4705882353vw, 21px);
    width: min(5.1764705882vw, 44px);
    height: min(2.5882352941vw, 22px);
  }
  .custom-select ul, .mktoFormRow ul {
    top: min(9.8823529412vw, 84px);
  }
  footer {
    padding: min(0.9411764706vw, 8px) 0 min(1.4117647059vw, 12px) 0;
  }
  footer .copyright {
    font-size: min(2.5882352941vw, 22px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #section05 .mktoForm .mktoFormRow:nth-child(3) .mktoFieldDescriptor input,
  #section05 .mktoFieldWrap input,
  #section05 form select,
  #section05 form textarea,
  #section05 form .mktoRadioList {
    width: min(41.1764705882vw, 350px) !important;
  }
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  margin-left: 0 !important;
  padding-left: min(4.1176470588vw, 35px);
}