@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.c_main {
  color: #003A99;
}

.common_title {
  text-align: center;
  margin-bottom: 15px;
}
.common_title > img {
  width: auto !important;
}

.common_sub {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

body {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  background-color: #D9D9D9;
}
body > .container {
  position: relative;
  z-index: 10;
  max-width: 380px !important;
}
@media print, screen and (max-width: 992px) {
  body > .container {
    padding: 0 !important;
    max-width: 100% !important;
  }
}
body > .container header {
  background-color: #FFFFFF;
  padding: 10px 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body > .container header .h_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body > .container header .h_flex .h_logo > a {
  text-decoration: none;
  transition: 0.5s;
}
body > .container header .h_flex .h_logo > a:hover {
  opacity: 0.7;
}
body > .container header .h_flex .h_logo img {
  width: 80px;
}
body > .container header .h_flex .h_company > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 6%;
}
body > .container header .h_flex .h_company > ul > li img {
  width: 90px;
}
body > .container main {
  background-color: #FFFFFF;
  padding-bottom: 130px;
}
body > .container main .fv_section {
  position: relative;
  z-index: 100;
}
body > .container main .fv_section > img {
  width: 100%;
}
body > .container main .fv_section > div {
  background-color: #00A2BB;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 15px;
}
@media print, screen and (max-width: 992px) {
  body > .container main .fv_section > div {
    max-width: 100% !important;
  }
}
body > .container main .fv_section > div > a {
  position: relative;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 106, 38) 0%, rgb(255, 81, 1) 50%, rgb(223, 71, 0) 100%);
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.5s;
}
body > .container main .fv_section > div > a:hover {
  opacity: 0.7;
}
body > .container main .fv_section > div > a::after {
  content: "";
  background-image: url(../images/icon_a_fix.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
}
body > .container main .fv_section > div > a > p {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  font-size: 18px;
  padding: 3px 0;
  transform: translate(-50%, -70%);
  color: #FF5101;
  background-color: #FFFFFF;
  border: 1px solid #ff6c28;
  border-radius: 20px;
}
body > .container main .fv_section > div > a > p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #ff6c28 transparent transparent;
  translate: -50% 100%;
}
body > .container main .fv_section > div > a > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body > .container main .a01_section {
  background-color: #85D1B6;
  padding-bottom: 10px;
}
body > .container main .a01_section > p {
  color: #FFFFFF;
  font-size: 10px;
  text-align: right;
  padding: 0 12px;
  margin-bottom: 0;
}
body > .container main .a02_section {
  text-align: center;
  background: linear-gradient(90deg, rgb(8, 72, 102) 0%, rgb(26, 175, 247) 50%, rgb(8, 72, 102) 100%);
  padding: 15px;
}
body > .container main .a02_section > div {
  background-color: #FFFFFF;
  padding: 16px 0px;
  border-radius: 10px;
}
body > .container main .a02_section > div > img {
  width: 230px;
}
body > .container main .a02_section > div > img.a02_img {
  width: 36%;
}
body > .container main .a02_section > div > h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0;
}
body > .container main .a02_section > div > h2 > span {
  color: #00A2BB;
}
body > .container main .a03_section {
  padding: 20px 15px;
}
body > .container main .a03_section .a03_box {
  text-align: center;
  border: 1px solid #000000;
  padding: 20px 15px;
  margin-bottom: 15px;
}
body > .container main .a03_section .a03_box > h2 {
  margin-bottom: 15px;
}
body > .container main .a03_section .a03_box > h2 > img {
  width: auto !important;
}
body > .container main .a03_section .a03_box > div {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 20px;
}
body > .container main .a03_section .a03_box > div.two {
  padding: 20px 15px;
}
body > .container main .a03_section .a03_box > div::before {
  content: "";
  background-image: url(../images/icon_a03_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 130px;
}
body > .container main .a03_section .a03_box > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #00A2BB;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
body > .container main .a03_section .a03_box > div > span {
  position: relative;
  z-index: 1;
  display: block;
  color: #1290CD;
  background-color: #FFFFFF;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
body > .container main .a03_section .a03_box > div > h3 {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0 0;
}
body > .container main .a03_section .a03_box > p {
  text-align: left;
  font-size: 13px;
  margin: 15px 0 5px;
}
body > .container main .a03_section .a03_img {
  text-align: center;
  margin: 0 -15px;
  margin-top: 70px;
}
body > .container main .a03_section .a03_img > h4 {
  position: relative;
  font-size: 28px;
  margin-bottom: 20px;
}
body > .container main .a03_section .a03_img > h4::before {
  content: url(../images/icon_a03_02.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
}
body > .container main .a04_section {
  position: relative;
  text-align: center;
  background-color: #F0FCF9;
  padding: 90px 15px 40px;
  margin-top: 80px;
}
body > .container main .a04_section > h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00A2BB;
  background-color: #DEEFFF;
  border-radius: 50%;
  font-size: 26px;
  line-height: 106px;
  width: 106px;
  height: 106px;
}
body > .container main .a04_section > h2::before {
  content: "";
  background-color: #DEEFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  position: absolute;
  width: 2px;
  height: 40px;
}
body > .container main .a04_section > h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1.4;
  padding: 5px;
  margin-bottom: 0;
  border: 1px solid #F16029;
  background: linear-gradient(90deg, rgb(246, 197, 78) 0%, rgb(241, 96, 41) 100%);
}
body > .container main .a04_section > h1::before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  border: 1px solid #F16029;
}
body > .container main .a05_section {
  text-align: center;
  padding: 20px;
}
body > .container main .a05_section > h1 {
  color: #00A2BB;
  font-size: 38px;
  margin-bottom: 20px;
}
body > .container main .a05_section > .a05_box {
  border: 1px solid #00A2BB;
  padding: 15px 10px;
}
body > .container main .a05_section > .a05_box > span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #00A2BB;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
}
body > .container main .a05_section > .a05_box > p {
  position: relative;
  text-align: left;
  margin: 7px 0 0;
  font-size: 18px;
}
body > .container main .a05_section > .a05_box > p > span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
body > .container main .a05_section > .a05_box > p > span::before {
  content: "⚫︎";
  display: inline-block;
  color: #FBE47D;
  padding-right: 1px;
}
body > .container main .a05_section > .a05_box > p > span::after {
  content: "▶︎";
  display: inline-block;
  color: #FBE47D;
  padding: 0 3px;
  font-size: 14px;
}
body > .container main .a05_section > .a05_list {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  margin-top: 20px;
}
body > .container main .a05_section > .a05_list > .left {
  width: 37%;
}
body > .container main .a05_section > .a05_list > .right {
  width: 60%;
}
body > .container main .a05_section > .a05_list > .right > h2 {
  display: flex;
  align-items: center;
  column-gap: 2%;
  font-size: 16px;
  margin-bottom: 3px;
}
body > .container main .a05_section > .a05_list > .right > h2 > span {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #00A2BB;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
body > .container main .a05_section > .a05_list > .right > p {
  position: relative;
  display: inline-flex;
  font-size: 13px;
  margin-bottom: 0;
}
body > .container main .a05_section > .a05_list > .right > span {
  display: inline-block;
  font-size: 10px;
  margin-top: 3px;
}
body > .container main .a06_section {
  text-align: center;
  padding: 0 15px;
}
body > .container main .a06_section > h1 {
  color: #F16029;
  background-color: #E6C9C8;
  font-size: 30px;
  padding: 30px 0;
  margin: 0 -15px;
}
body > .container main .a06_section > p {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
body > .container main .a06_section > .a06_box {
  background-color: #DEEFFF;
  padding: 15px;
  margin-top: 20px;
}
body > .container main .a06_section > .a06_box > h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3%;
  color: #FFFFFF;
  background-color: #00A2BB;
  border-radius: 10px;
  font-size: 24px;
  padding: 10px 0;
}
body > .container main .a06_section > .a06_box > h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 21%;
  border-style: solid;
  border-width: 12.3px 1.6px 0 6.6px;
  border-color: #00A2BB transparent transparent;
  translate: -50% 100%;
}
body > .container main .a06_section > .a06_box > h2 > span {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  line-height: 28px;
  color: #00A2BB;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 20px;
  width: 28px;
  height: 28px;
}
body > .container main .a06_section > .a06_box > h3 {
  color: #00A2BB;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
body > .container main .a06_section > .a06_box > p {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0 0;
}
body > .container main .a06_section > .a06_box > p > span {
  font-size: 10px;
}
body > .container main .a07_section {
  text-align: center;
  padding: 30px 15px;
}
body > .container main .a07_section .a07_box {
  border: 1px solid #00A2BB;
  padding: 15px;
  margin-bottom: 15px;
}
body > .container main .a07_section .a07_box > h2 {
  font-size: 24px;
  margin: 15px 0;
}
body > .container main .a07_section .a07_box > p {
  color: #00A2BB;
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 2;
}
body > .container main .a07_section .a07_box .tabs {
  width: 100%;
  margin-bottom: 20px;
}
body > .container main .a07_section .a07_box .tabs input[type=radio] {
  display: none;
}
body > .container main .a07_section .a07_box .tabs .tab_buttons {
  display: flex;
  width: 100%;
}
body > .container main .a07_section .a07_box .tabs .tab_buttons label {
  flex: 1;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.3s;
}
body > .container main .a07_section .a07_box .tabs #tab1 ~ .tab_buttons label[for=tab1] {
  color: #FFFFFF;
  background: #00A2BB;
}
body > .container main .a07_section .a07_box .tabs #tab2 ~ .tab_buttons label[for=tab2] {
  color: #000000;
  background: #DEEFFF;
}
body > .container main .a07_section .a07_box .tabs .tab_content {
  display: none;
  padding: 15px;
}
body > .container main .a07_section .a07_box .tabs #tab1:checked ~ #content1 {
  display: block;
  background: #00A2BB;
}
body > .container main .a07_section .a07_box .tabs #tab2:checked ~ #content2 {
  display: block;
  background: #DEEFFF;
}
body > .container main .a07_section .a07_box .tabs .tab_content_02 {
  padding: 15px;
  background: #00A2BB;
}
body > .container main .a07_section .a07_box .price_box {
  text-align: center;
}
body > .container main .a07_section .a07_box .price_box > h3 {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
body > .container main .a07_section .a07_box .price_box > h3::before {
  content: "▼";
  color: #DC2E7C;
  padding-right: 5px;
}
body > .container main .a07_section .a07_box .price_box > h3 > span {
  font-size: 10px;
}
body > .container main .a07_section .a07_box .price_box > p {
  text-align: left;
  font-size: 10px;
  margin-bottom: 0;
}
body > .container main .a07_section .a07_etc {
  padding: 0 15px;
}
body > .container main .a07_section .a07_etc > p {
  text-align: left;
  font-size: 10px;
  margin-bottom: 0;
}
body > .container main .a07_section .a07_etc > img {
  margin: 10px 0;
}
body > .container main .a08_section {
  text-align: center;
  padding: 0 15px;
}
body > .container main .a08_section > h1 {
  position: relative;
  color: #FFFFFF;
  background-color: #00A2BB;
  font-size: 34px;
  padding: 15px 0 20px;
  margin: 0 -15px 30px;
}
body > .container main .a08_section > h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10.3px 18.6px 0 18.6px;
  border-color: #00A2BB transparent transparent;
  translate: -50% 100%;
}
body > .container main .a08_section > h1 > span {
  font-size: 38px;
}
body > .container main .a08_section > .a08_box {
  padding: 20px 15px 30px;
  background-color: #DEEFFF;
  clip-path: polygon(100% 0%, 100% 50%, 100% 92%, 50% 100%, 0 92%, 0 1%);
}
body > .container main .a08_section > .a08_box > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3%;
  margin-bottom: 20px;
}
body > .container main .a08_section > .a08_box > div.s_03 {
  align-items: flex-start;
}
body > .container main .a08_section > .a08_box > div > .t_number {
  position: relative;
  margin-bottom: 0;
  width: 58px;
  height: 58px;
}
body > .container main .a08_section > .a08_box > div > .t_content {
  text-align: left;
  width: calc(97% - 58px);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
body > .container main .a08_section > .a08_box > p {
  text-align: left;
  color: #020B0D;
  font-size: 10px;
  margin-top: 30px;
}
body > .container main .a08_section > h2 {
  color: #00A2BB;
  font-size: 24px;
  line-height: 1.4;
  margin: 10px 0;
}
body > .container main .faq_section {
  padding: 20px;
}
body > .container main .faq_section .qa_square_box {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
body > .container main .faq_section .qa_square_box .qa_square {
  margin-top: 15px;
}
body > .container main .faq_section .qa_square_box .qa_square .q_ques_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5%;
  list-style: none;
  padding: 20px 10px;
  margin: 0;
  background-color: #D9D9D9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body > .container main .faq_section .qa_square_box .qa_square .q_ques_list > li {
  margin-bottom: 0;
}
body > .container main .faq_section .qa_square_box .qa_square .q_ques_list > li:first-child {
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 33px;
  height: 33px;
}
body > .container main .faq_section .qa_square_box .qa_square .q_ques_list > li:last-child {
  width: calc(95% - 33px);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
body > .container main .faq_section .qa_square_box .qa_square .q_answ_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  list-style: none;
  padding: 20px 10px;
  margin: 0;
  background-color: #e9e9e9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body > .container main .faq_section .qa_square_box .qa_square .q_answ_list > li {
  margin-bottom: 0;
}
body > .container main .faq_section .qa_square_box .qa_square .q_answ_list > li:first-child {
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}
body > .container main .faq_section .qa_square_box .qa_square .q_answ_list > li:last-child {
  width: calc(97% - 33px);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}
body > .container main .fix_section {
  background-color: #00A2BB;
  text-align: center;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 340px !important;
  margin: 0 auto;
  padding: 40px 15px 15px;
  z-index: 99;
}
@media print, screen and (max-width: 992px) {
  body > .container main .fix_section {
    max-width: 100% !important;
  }
}
body > .container main .fix_section > a {
  position: relative;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 106, 38) 0%, rgb(255, 81, 1) 50%, rgb(223, 71, 0) 100%);
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.5s;
}
body > .container main .fix_section > a:hover {
  opacity: 0.7;
}
body > .container main .fix_section > a::after {
  content: "";
  background-image: url(../images/icon_a_fix.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
}
body > .container main .fix_section > a > p {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  font-size: 18px;
  padding: 3px 0;
  transform: translate(-50%, -70%);
  color: #FF5101;
  background-color: #FFFFFF;
  border: 1px solid #ff6c28;
  border-radius: 20px;
}
body > .container main .fix_section > a > p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #ff6c28 transparent transparent;
  translate: -50% 100%;
}
body > .container main .fix_section > a > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
body > .container main .contact_section {
  padding: 30px 0;
}
body > .container main .contact_section input, body > .container main .contact_section textarea {
  width: 100%;
}