@charset "UTF-8";
/*--- 共通 ---*/
/*--- バナー一覧 ---*/
.top_ban_box .menu_list li a.method, .top_ban_box .menu_list li a:hover {
  color: #FFF;
  background-color: #6fb92c;
}

.kakko {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.head_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .head_box {
    margin-top: 6vw;
  }
}
.head_box .txt02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  .head_box .txt02 {
    font-size: 4vw;
  }
}
.head_box .txt01 {
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .head_box .txt01 {
    font-size: 3.5vw;
  }
}
.head_box .txt01 a, .head_box .txt01 span, .head_box .txt01 strong {
  font-weight: normal;
  color: #da4207;
  text-decoration: underline;
}

#page_content {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  #page_content {
    margin-top: 12vw;
  }
}
#page_content .switch_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #page_content .switch_box {
    margin-bottom: 8vw;
  }
}
#page_content .switch_box .switch_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_content .switch_box .switch_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48.75%;
  height: 110px;
  border: 6px solid #000;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: right 25px center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page_content .switch_box .switch_list li {
    height: 14vw;
    border-width: 0.8vw;
    border-radius: 3.5vw;
    font-size: 4vw;
    background-size: 4vw auto;
    background-position: right 1.5vw center;
  }
}
#page_content .switch_box .switch_list li:hover {
  opacity: 0.5;
}
#page_content .switch_box .switch_list li.kaomai {
  border-color: #f29600;
  color: #f29600;
  background-image: url(../images/method/arrow_kami_deactive.svg);
}
#page_content .switch_box .switch_list li.kinsyachi {
  border-color: #00a9c2;
  color: #00a9c2;
  background-image: url(../images/method/arrow_denshi_deactive.svg);
}
#page_content .page_section {
  display: none;
}
#page_content.kaomai .switch_box .switch_list li.kaomai {
  background-color: #f29600;
  color: #fff;
  background-image: url(../images/method/arrow_kami_active.svg);
}
#page_content.kaomai #kaomai {
  display: block;
}
#page_content.kaomai #kinsyachi {
  display: none;
}
#page_content.kinsyachi .switch_box .switch_list li.kinsyachi {
  background-color: #00a9c2;
  color: #fff;
  background-image: url(../images/method/arrow_denshi_active.svg);
}
#page_content.kinsyachi #kinsyachi {
  display: block;
}
#page_content.kinsyachi #kaomai {
  display: none;
}
#page_content .head_pho_box {
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #page_content .head_pho_box {
    border-bottom-width: 0.4vw;
    margin-bottom: 4.5vw;
  }
}
#page_content .head_pho_box .pho01 {
  max-width: 256px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page_content .head_pho_box .pho01 {
    max-width: none;
    width: 50%;
  }
}

/*--- 名古屋で買おまい★プレミアム商品券2025 ---*/
#kaomai .head_pho_box {
  border-color: #f29600;
}
#kaomai .flow_title {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #kaomai .flow_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
#kaomai .section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kaomai .section {
    margin-top: 7vw;
  }
}
#kaomai .section h2 {
  background-color: #f29600;
  font-size: 22px;
  font-weight: bold;
  padding: 0.3em 0.5em 0.4em;
  color: #fff;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #kaomai .section h2 {
    font-size: 4.5vw;
    line-height: 1.3em;
    margin-bottom: 4.5vw;
  }
}
#kaomai .section h2 strong {
  font-weight: bold;
  color: #ffff00;
}
#kaomai .section.section01 {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #kaomai .section.section01 {
    margin-top: 0px;
  }
}
#kaomai .section01 .web_inq {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .web_inq {
    margin-top: 4.5vw;
  }
}
#kaomai .section01 .web_inq span {
  display: inline-block;
  padding: 0.1em 1em 0.18em;
  background-color: #f29600;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .web_inq span {
    font-size: 4.5vw;
  }
}
#kaomai .section01 .inq_txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  color: #f29600;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_txt {
    font-size: 4vw;
    line-height: 1.5em;
  }
}
#kaomai .section01 .inq_list {
  width: 100%;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list {
    margin-top: 8vw;
  }
}
#kaomai .section01 .inq_list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#kaomai .section01 .inq_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li + li {
    margin-top: 8vw;
  }
}
#kaomai .section01 .inq_list li .no, #kaomai .section01 .inq_list li .inq_list_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .no, #kaomai .section01 .inq_list li .inq_list_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#kaomai .section01 .inq_list li .no {
  width: 40px;
  height: 40px;
  background-color: #f29600;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .no {
    font-size: 4vw;
    width: 7.2vw;
    height: 7.2vw;
  }
}
#kaomai .section01 .inq_list li .no.no01, #kaomai .section01 .inq_list li .no.no02, #kaomai .section01 .inq_list li .no.no03, #kaomai .section01 .inq_list li .no.no04, #kaomai .section01 .inq_list li .no.no05, #kaomai .section01 .inq_list li .no.no06 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .no.no01, #kaomai .section01 .inq_list li .no.no02, #kaomai .section01 .inq_list li .no.no03, #kaomai .section01 .inq_list li .no.no04, #kaomai .section01 .inq_list li .no.no05 #kaomai .section01 .inq_list li .no.no06 {
    margin-top: -1vw;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt {
  width: calc(100% - 58px);
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt {
    width: calc(100% - 10vw);
    font-size: 3.8vw;
    font-weight: bold;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub_txt {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub_txt {
    font-size: 3.2vw;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt a {
  color: #1581ad;
  text-decoration: underline;
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  display: inline-block;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub-txt {
    font-size: 3vw;
    line-height: 1.2em;
    margin-top: 0.5em;
    padding-top: 0;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .normal_txt {
  font-weight: normal;
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt_06 {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  display: inline-block;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub-txt_06 {
    font-size: 3vw;
    line-height: 1.2em;
    margin-top: 0.5em;
    padding-top: 0;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt_02 {
  display: block;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub-txt_02 {
    font-size: 3.2vw;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub_txt_list li {
  display: block;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub_txt_list li {
    font-size: 3.8vw;
    line-height: 1.6em;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub_txt_list li + li {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub_txt_list li + li {
    margin-top: 2vw;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt_03 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub-txt_03 {
    font-size: 3.6vw;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt_03 span {
  color: #f29600;
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt_04 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5em;
  display: inline-block;
  margin-left: 1.7em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub-txt_04 {
    display: block;
    font-size: 3.2vw;
    margin-left: 0em;
    margin-top: 0.2em;
  }
}
#kaomai .section01 .inq_list li .inq_list_txt .sub-txt_05 {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5em;
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .inq_list_txt .sub-txt_05 {
    font-size: 3.2vw;
  }
}
#kaomai .section01 .inq_list li .no04 + .inq_list_txt .sub-txt_03 {
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_list li .no04 + .inq_list_txt .sub-txt_03 {
    margin-top: 0.5em;
  }
}
#kaomai .section01 .inq_txt_01 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .inq_txt_01 {
    font-size: 3.6vw;
    margin-top: 8vw;
  }
}
#kaomai .section01 .inq_txt_01 span {
  color: #f29600;
}
#kaomai .section01 .caution_box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding: 14px 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .caution_box {
    margin-top: 5vw;
    padding: 3vw 0;
  }
}
#kaomai .section01 .caution_box .txt01 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .caution_box .txt01 {
    font-size: 3.8vw;
  }
}
#kaomai .section01 .caution_box .txt02 {
  font-size: 14px;
  margin-top: 0em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .caution_box .txt02 {
    font-size: 3.2vw;
    margin-top: 0em;
  }
}
#kaomai .section01 .point_box {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_box {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
}
#kaomai .section01 .point_box h3 {
  background-color: #f29600;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_box h3 {
    display: block;
    border-top-right-radius: 2.5vw;
    border-top-left-radius: 2.5vw;
    padding: 2vw 0;
  }
}
#kaomai .section01 .point_box h3 .txt {
  display: block;
  padding: 0.25em 28px 0.18em;
  font-size: 21px;
  line-height: 1.8em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_box h3 .txt {
    text-align: center;
    padding: 0.35em 5vw 0.18em;
    font-size: 4.2vw;
    line-height: 1.4em;
  }
}
#kaomai .section01 .point_box h3 .txt .s-txt {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_box h3 .txt .s-txt {
    display: block;
    font-size: 3vw;
  }
}
#kaomai .section01 .point_content {
  padding: 28px;
  background-color: #fff;
  border: 4px solid #f29600;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_content {
    padding: 5vw;
    display: block;
    justify-content: space-between;
    border-bottom-left-radius: 2.5vw;
    border-bottom-right-radius: 2.5vw;
  }
}
#kaomai .section01 .point_content .inq_list {
  margin-top: 0;
}
#kaomai .section01 .point_content .inq_list li .inq_list_txt {
  width: calc(100% - 50px);
  color: #f29600;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_content .inq_list li .inq_list_txt {
    width: calc(100% - 10vw);
  }
}
#kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt_02 {
  color: #000;
}
#kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  display: inline-block;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt {
    font-size: 3vw;
    line-height: 1.2em;
    margin-top: 0.5em;
    padding-top: 0;
  }
}
#kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt_04 {
  display: inline-block;
  font-size: 21px;
  font-weight: normal;
  color: #000;
  margin-top: 0.3em;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt_04 {
    font-size: 3.5vw;
    line-height: 5vw;
    margin-top: 0.5em;
  }
}
#kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt_05 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  font-weight: normal;
  color: #f29600;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .point_content .inq_list li .inq_list_txt .sub-txt_05 {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.3em;
    margin-top: 0.3em;
  }
}
#kaomai .section01 .pdf_box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .pdf_box {
    margin-top: 5vw;
  }
}
#kaomai .section01 .latter {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter {
    margin-top: 3vw;
  }
}
#kaomai .section01 .latter h3 {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 28px;
  background-color: #f29600;
  color: #fff;
  text-align: center;
  padding: 1em 0 1.1em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter h3 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
#kaomai .section01 .latter .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content {
    display: block;
  }
}
#kaomai .section01 .latter .content .txt01 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt01 {
    font-size: 3.4vw;
  }
}
#kaomai .section01 .latter .content .txt_box01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box01 {
    margin-top: 5vw;
  }
}
#kaomai .section01 .latter .content .txt_box01 .txt_block + .txt_block {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box01 .txt_block + .txt_block {
    margin-top: 3vw;
  }
}
#kaomai .section01 .latter .content .txt_box01 .txt_block .no {
  font-size: 21px;
  font-weight: 900;
  color: #f29600;
  border: 2px solid #f29600;
  padding: 0.2em 1em 0.3em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box01 .txt_block .no {
    font-size: 3.5vw;
  }
}
#kaomai .section01 .latter .content .txt_box01 .txt_block .txt02 {
  font-size: 19px;
  font-weight: 900;
  color: #f29600;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box01 .txt_block .txt02 {
    font-size: 3.2vw;
  }
}
#kaomai .section01 .latter .content .txt_box01 .txt_block .txt02 strong {
  color: #D71718;
}
#kaomai .section01 .latter .content .txt_box01 .txt_block .txt03 {
  font-size: 14px;
  font-weight: bold;
  color: #f29600;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box01 .txt_block .txt03 {
    font-size: 3vw;
  }
}
#kaomai .section01 .latter .content .latter_img {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .latter_img {
    max-width: none;
    width: 60%;
    margin-top: 5vw;
  }
}
#kaomai .section01 .latter .content .txt_box02 {
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  #kaomai .section01 .latter .content .txt_box02 {
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box02 {
    margin-top: 8vw;
  }
}
#kaomai .section01 .latter .content .txt_box02 .txt03 {
  font-size: 19px;
  font-weight: bold;
  margin-left: -0.5em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1030px) {
  #kaomai .section01 .latter .content .txt_box02 .txt03 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box02 .txt03 {
    font-size: 4.5vw;
  }
}
#kaomai .section01 .latter .content .txt_box02 .txt_list01 li {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 1030px) {
  #kaomai .section01 .latter .content .txt_box02 .txt_list01 li {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .latter .content .txt_box02 .txt_list01 li {
    font-size: 3.5vw;
  }
}
#kaomai .section01 .latter .content .txt_box02 .txt_list01 li .no {
  color: #f29600;
  margin-right: 0.2em;
}
#kaomai .section01 .latter .content .txt_box02 .txt_list01 li + li {
  margin-top: 0.8em;
}
#kaomai .section01 .latter .content .txt_box02 .txt_list01 li a {
  text-decoration: underline;
  color: #f29600;
}
#kaomai .section01 .later_caution {
  width: 100%;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #f29600;
  padding: 0.4em 0 0.5em;
  border-radius: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #kaomai .section01 .later_caution {
    font-size: 3.8vw;
  }
}
#kaomai .section02 .txt01 {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kaomai .section02 .txt01 {
    font-size: 3.6vw;
  }
}
#kaomai .section02 .txt01 .caution {
  color: #e60012;
}
#kaomai .section02 .txt02 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #kaomai .section02 .txt02 {
    font-size: 3.2vw;
  }
}
#kaomai .section03 .txt_list dt span {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  color: #f29600;
  padding: 0.3em 1em 0.3em;
  border: 2px solid #f29600;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .txt_list dt span {
    font-size: 3.9vw;
  }
}
#kaomai .section03 .txt_list dd {
  font-size: 17px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .txt_list dd {
    font-size: 3.6vw;
  }
}
#kaomai .section03 .txt_list dd + dt {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .txt_list dd + dt {
    margin-top: 5vw;
  }
}
#kaomai .section03 .txt01 {
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .txt01 {
    font-size: 3.2vw;
  }
}
#kaomai .section03 .deliverly_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  border-radius: 20px;
  background-color: #f29600;
  padding: 40px 40px;
  color: #fff;
  background-image: url("../images/method/kaomai_img01.svg");
  background-repeat: no-repeat;
  background-size: 156px auto;
  background-position: right 65px bottom 50px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box {
    margin-top: 8vw;
    border-radius: 4vw;
    padding: 5vw 5vw;
    background-image: none;
  }
}
#kaomai .section03 .deliverly_box .caution {
  color: #fff100;
}
#kaomai .section03 .deliverly_box .catch {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .catch {
    font-size: 4.3vw;
    text-align: left;
  }
}
#kaomai .section03 .deliverly_box .txt_list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .txt_list {
    margin-top: 4vw;
  }
}
#kaomai .section03 .deliverly_box .txt_list li + li {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .txt_list li + li {
    margin-top: 2vw;
  }
}
#kaomai .section03 .deliverly_box .txt_list li .txt01, #kaomai .section03 .deliverly_box .txt_list li .txt02, #kaomai .section03 .deliverly_box .txt_list li .txt03 {
  display: block;
}
#kaomai .section03 .deliverly_box .txt_list li .txt01 {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .txt_list li .txt01 {
    font-size: 3.5vw;
    font-weight: bold;
  }
}
#kaomai .section03 .deliverly_box .txt_list li .txt02 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .txt_list li .txt02 {
    font-size: 3.5vw;
  }
}
#kaomai .section03 .deliverly_box .txt_list li .txt03 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .txt_list li .txt03 {
    font-size: 3vw;
  }
}
#kaomai .section03 .deliverly_box .txt04 {
  font-size: 14px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #kaomai .section03 .deliverly_box .txt04 {
    font-size: 3.2vw;
    line-height: 1.4em;
    margin-top: 1.5em;
  }
}

/*--- 金シャチマネー ---*/
#kinsyachi .head_pho_box {
  border-color: #00a9c2;
}
#kinsyachi .flow_title {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .flow_title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
#kinsyachi .section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section {
    margin-top: 7vw;
  }
}
#kinsyachi .section h2 {
  background-color: #00a9c2;
  font-size: 22px;
  font-weight: bold;
  padding: 0.3em 0.5em 0.4em;
  color: #fff;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section h2 {
    font-size: 4.5vw;
    line-height: 1.3em;
    margin-bottom: 4.5vw;
  }
}
#kinsyachi .section h2 strong {
  font-weight: bold;
  color: #ffff00;
}
#kinsyachi .section.section01 {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section.section01 {
    margin-top: 0px;
  }
}
#kinsyachi .section01 .point_box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .point_box {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
}
#kinsyachi .section01 .point_box h3 {
  padding: 0.25em 28px 0.18em;
  background-color: #00a9c2;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .point_box h3 {
    padding: 0.35em 5vw 0.18em;
    font-size: 4.2vw;
    border-top-right-radius: 2.5vw;
    border-top-left-radius: 2.5vw;
    text-align: center;
  }
}
#kinsyachi .point_content {
  padding: 28px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 4px solid #00a9c2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content {
    padding: 5vw;
    display: block;
    justify-content: space-between;
    border-bottom-left-radius: 2.5vw;
    border-bottom-right-radius: 2.5vw;
  }
}
#kinsyachi .point_content .txt_list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .txt_list {
    width: 100%;
  }
}
#kinsyachi .point_content .txt_list li + li {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .txt_list li + li {
    margin-top: 6vw;
  }
}
#kinsyachi .point_content .txt_list li > span {
  display: block;
}
#kinsyachi .point_content .txt_list .txt01 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .txt_list .txt01 {
    font-size: 3.6vw;
    line-height: 1.5em;
  }
}
#kinsyachi .point_content .txt_list .txt02 {
  display: inline-block;
  font-size: 14px;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .txt_list .txt02 {
    font-size: 3vw;
    line-height: 1.5em;
  }
}
#kinsyachi .point_content .txt_list .txt01 .caution {
  color: #e60012;
}
#kinsyachi .point_content .message {
  max-width: 697px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .message {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6vw;
  }
}
#kinsyachi .point_content .message .m_txt {
  font-size: 15px;
  text-align: center;
  color: #00a9c2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .message .m_txt {
    font-size: 3.5vw;
    margin-bottom: 0.5em;
  }
}
#kinsyachi .point_content .message .btn01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#kinsyachi .point_content .message .btn01 a {
  background-color: #00a9c2;
  border-radius: 10px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 18px center;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .message .btn01 a {
    height: 22vw;
    background-size: 2.5vw auto;
    background-position: right 2.5vw center;
  }
}
#kinsyachi .point_content .message .btn01 a .txt01, #kinsyachi .point_content .message .btn01 a .txt02 {
  display: block;
  color: #fff;
  text-align: center;
}
#kinsyachi .point_content .message .btn01 a .txt01 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .message .btn01 a .txt01 {
    font-size: 3.5vw;
  }
}
#kinsyachi .point_content .message .btn01 a .txt02 {
  font-size: 13px;
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .point_content .message .btn01 a .txt02 {
    font-size: 3vw;
    line-height: 1.5em;
    margin-top: 0.5em;
  }
}
#kinsyachi .section01 .web_inq {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .web_inq {
    margin-top: 4.5vw;
  }
}
#kinsyachi .section01 .web_inq .main_txt {
  display: inline-block;
  padding: 0.1em 1em 0.18em;
  background-color: #00a9c2;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .web_inq .main_txt {
    font-size: 4.5vw;
  }
}
#kinsyachi .section01 .web_inq .sub_txt {
  font-size: 18px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .web_inq .sub_txt {
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 0.3em;
  }
}
#kinsyachi .section01 .web_inq_txt {
  font-size: 18px;
  font-weight: bold;
  color: #00a9c2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .web_inq_txt {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
#kinsyachi .section01 .inq_list {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list {
    margin-top: 4vw;
  }
}
#kinsyachi .section01 .inq_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kinsyachi .section01 .inq_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li + li {
    margin-top: 8vw;
  }
}
#kinsyachi .section01 .inq_list li .no, #kinsyachi .section01 .inq_list li .inq_list_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#kinsyachi .section01 .inq_list li .no {
  width: 40px;
  height: 40px;
  background-color: #00a9c2;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li .no {
    font-size: 4vw;
    width: 7.2vw;
    height: 7.2vw;
  }
}
#kinsyachi .section01 .inq_list li .no.no01 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li .no.no01 {
    margin-top: -1vw;
  }
}
#kinsyachi .section01 .inq_list li .no.no02 {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li .no.no02 {
    margin-top: -1vw;
  }
}
#kinsyachi .section01 .inq_list li .inq_list_txt {
  width: calc(100% - 58px);
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li .inq_list_txt {
    width: calc(100% - 10vw);
    font-size: 3.8vw;
    font-weight: bold;
  }
}
#kinsyachi .section01 .inq_list li .inq_list_txt .sub-txt02 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li .inq_list_txt .sub-txt02 {
    font-size: 3.2vw;
  }
}
#kinsyachi .section01 .inq_list li .inq_list_txt a {
  color: #1581ad;
  text-decoration: underline;
}
#kinsyachi .section01 .inq_list li .inq_list_txt .sub-txt {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  display: inline-block;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_list li .inq_list_txt .sub-txt {
    font-size: 3vw;
    line-height: 1.2em;
    margin-top: 0.5em;
    padding-top: 0;
  }
}
#kinsyachi .section01 .inq_txt_01 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .inq_txt_01 {
    font-size: 3.6vw;
    margin-top: 8vw;
  }
}
#kinsyachi .section01 .inq_txt_01 span {
  color: #00a9c2;
}
#kinsyachi .section01 .chara_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .chara_box {
    display: none;
  }
}
#kinsyachi .section01 .chara_box .chara {
  position: absolute;
  right: 60px;
  bottom: -38px;
  width: 108px;
}
#kinsyachi .section01 .caution_box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .caution_box {
    margin-top: 5vw;
    padding: 3vw 0;
  }
}
#kinsyachi .section01 .caution_box .txt01 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .caution_box .txt01 {
    font-size: 3.8vw;
  }
}
#kinsyachi .section01 .caution_box .txt02 {
  font-size: 14px;
  margin-top: 0em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section01 .caution_box .txt02 {
    font-size: 3.2vw;
    margin-top: 0em;
  }
}
#kinsyachi .big_info_txt {
  border-top: 2px solid #00a9c2;
  font-size: 22px;
  font-weight: bold;
  color: #00a9c2;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-top: 0.1em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .big_info_txt {
    font-size: 4.2vw;
    margin-top: 14vw;
    margin-bottom: 5vw;
  }
}
#kinsyachi .section02 .txt01 {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section02 .txt01 {
    font-size: 3.6vw;
  }
}
#kinsyachi .section02 .txt01 .caution {
  color: #e60012;
}
#kinsyachi .section02 .txt02 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section02 .txt02 {
    font-size: 3.2vw;
  }
}
#kinsyachi .section03 .txt01 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section03 .txt01 {
    font-size: 3.2vw;
  }
}
#kinsyachi .section03 .txt02 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section03 .txt02 {
    font-size: 3.6vw;
  }
}
#kinsyachi .section04 .txt_list li {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .txt_list li {
    font-size: 3.5vw;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#kinsyachi .section04 .txt_list li span {
  color: #00a9c2;
}
#kinsyachi .section04 .txt01 {
  font-size: 17px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .txt01 {
    font-size: 3.2vw;
  }
}
#kinsyachi .section04 .txt02 {
  margin-top: 10px;
  width: 91.75%;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .txt02 {
    margin-top: 3vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#kinsyachi .section04 .pattern {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .pattern {
    display: block;
  }
}
#kinsyachi .section04 .pattern li {
  display: inline-block;
  border: 2px solid #00a9c2;
  color: #00a9c2;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3em;
  padding: 0.2em 0.6em 0.3em;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .pattern li {
    font-size: 4vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 5vw;
    text-align: center;
    padding: 0.7em 0.6em 0.8em;
  }
}
#kinsyachi .section04 .pattern li .sub_txt {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .pattern li .sub_txt {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .pattern li .kakko {
    margin-left: 0;
    margin-right: 0;
  }
}
#kinsyachi .section04 .txt03 {
  font-size: 17px;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .txt03 {
    font-size: 3.6vw;
  }
}
#kinsyachi .section04 .txt04 {
  font-size: 14px;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section04 .txt04 {
    font-size: 3.2vw;
  }
}
#kinsyachi .section05 .txt_list li {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .txt_list li {
    font-size: 3.6vw;
  }
  #kinsyachi .section05 .txt_list li + li {
    margin-top: 2vw;
  }
}
#kinsyachi .section05 .txt_list li .title {
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .txt_list li .title {
    display: block;
    margin-right: 0em;
  }
}
#kinsyachi .section05 .txt_list li .title .circle {
  color: #00a9c2;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .txt_list li .txt {
    display: block;
  }
}
#kinsyachi .section05 .txt_list li .txt .circle {
  color: #7FBE26;
}
#kinsyachi .section05 .flow01, #kinsyachi .section05 .flow02 {
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #F0EFEF;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01, #kinsyachi .section05 .flow02 {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
}
#kinsyachi .section05 .flow01 {
  padding: 40px 0 70px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 {
    padding: 10vw 0 0vw;
  }
}
#kinsyachi .section05 .flow01 .flow_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box {
    display: block;
  }
}
#kinsyachi .section05 .flow01 .flow_box .txt_block, #kinsyachi .section05 .flow01 .flow_box .img_block {
  width: 275px;
}
#kinsyachi .section05 .flow01 .flow_box .txt_block {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .txt_block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#kinsyachi .section05 .flow01 .flow_box .txt_block .no {
  font-size: 40px;
  font-weight: 900;
  color: #00a9c2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .txt_block .no {
    font-size: 6.8vw;
    width: 8vw;
    text-align: left;
    margin-left: 2vw;
  }
}
#kinsyachi .section05 .flow01 .flow_box .txt_block .f_txt01 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 0em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .txt_block .f_txt01 {
    width: calc(100% - 10vw);
    font-size: 3.2vw;
    margin-top: 0em;
    text-align: left;
  }
}
#kinsyachi .section05 .flow01 .flow_box .img_block {
  position: relative;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .img_block {
    width: 100%;
    margin-top: 6.7vw;
  }
}
#kinsyachi .section05 .flow01 .flow_box .img_block .img01 {
  width: 122px;
  position: relative;
  left: 25px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .img_block .img01 {
    width: 31.7vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
#kinsyachi .section05 .flow01 .flow_box .img_block .img02 {
  width: 171px;
  position: relative;
  left: 5px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .img_block .img02 {
    width: 37.3vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
#kinsyachi .section05 .flow01 .flow_box .img_block .img03 {
  width: 195px;
  position: relative;
  left: 37px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .flow_box .img_block .img03 {
    width: 48.8vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
}
#kinsyachi .section05 .flow01 .arrow {
  width: 172px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .arrow {
    width: 40vw;
    margin: 12vw auto;
  }
}
#kinsyachi .section05 .flow01 .f_txt02 {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00a9c2;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  padding: 0.3em 0 0.4em;
  border-radius: 1.5em;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .f_txt02 {
    width: 80%;
    font-size: 4vw;
    line-height: 1.2em;
    padding: 0.5em 0 0.6em;
    border-radius: 2.5em;
  }
}
#kinsyachi .section05 .flow01 .f_txt02 .s-txt {
  font-size: 13px;
  font-weight: normal;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .f_txt02 .s-txt {
    font-size: 3vw;
    line-height: 1.2em;
    margin-left: 0em;
    margin-top: -0.2em;
  }
}
#kinsyachi .section05 .flow01 .pho01 {
  display: none;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 .pho01 {
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7vw;
  }
}
#kinsyachi .section05 .flow01 + .txt_list {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow01 + .txt_list {
    margin-top: 10vw;
  }
}
#kinsyachi .section05 .flow02 {
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 {
    padding: 7.5vw 0px;
  }
}
#kinsyachi .section05 .flow02 .info_list {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .info_list {
    max-width: none;
    width: 73%;
  }
}
#kinsyachi .section05 .flow02 .info_list li {
  display: block;
  background-color: #00a9c2;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0 0.4em;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .info_list li {
    font-size: 3.2vw;
    margin-left: 0;
    margin-top: 2vw;
    line-height: 1.5em;
  }
}
#kinsyachi .section05 .flow02 .info_list li .s-txt {
  font-size: 12px;
  font-weight: normal;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .info_list li .s-txt {
    font-size: 2.5vw;
    line-height: 1.5em;
    margin-left: 0;
    margin-top: 0.2em;
  }
}
#kinsyachi .section05 .flow02 .info_list li:nth-child(4n+1) {
  margin-left: 0;
}
#kinsyachi .section05 .flow02 .info_list01 li {
  width: 155px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .info_list01 li {
    width: 48.5%;
  }
  #kinsyachi .section05 .flow02 .info_list01 li:nth-child(2n) {
    margin-left: 3%;
  }
}
#kinsyachi .section05 .flow02 .info_list02 li {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .info_list02 li {
    width: 48.5%;
  }
  #kinsyachi .section05 .flow02 .info_list02 li:nth-child(2n) {
    margin-left: 3%;
  }
}
#kinsyachi .section05 .flow02 .f_img01 {
  width: 163px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .f_img01 {
    width: 30.7vw;
    margin-top: 4.7vw;
  }
}
#kinsyachi .section05 .flow02 .f_txt01 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .f_txt01 {
    font-size: 3.3vw;
    margin-top: 15vw;
  }
}
#kinsyachi .section05 .flow02 .f_txt01 strong {
  color: #00a9c2;
}
#kinsyachi .section05 .flow02 .f_txt02 {
  width: 438px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00a9c2;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  padding: 1em 0 1.1em;
  border-radius: 2.2em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .flow02 .f_txt02 {
    width: 80%;
    font-size: 4vw;
    padding: 0.5em 0 0.6em;
    border-radius: 2.5em;
    margin-top: 4.2vw;
    letter-spacing: 0;
  }
}
#kinsyachi .section05 .txt01 {
  font-size: 14px;
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .txt01 {
    font-size: 3.2vw;
    margin-top: 1.2em;
  }
}
#kinsyachi .section05 .txt02 {
  font-size: 14px;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  #kinsyachi .section05 .txt02 {
    font-size: 3.2vw;
    margin-top: 0.8em;
  }
}

.privacy_box {
  border: 6px solid #dcdddd;
  padding: 20px 30px;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .privacy_box {
    padding: 4vw 6vw;
    margin-top: 15vw;
  }
}
.privacy_box dt {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .privacy_box dt {
    font-size: 3.5vw;
  }
}
.privacy_box dd {
  font-size: 14px;
  margin-top: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacy_box dd {
    font-size: 3vw;
  }
}
.privacy_box dd a {
  color: #1581ad;
  text-decoration: underline;
}
.privacy_box dd + dt {
  margin-top: 1.2em;
}

.bottom .wrap01 {
  padding-top: 0;
}
.bottom .inq_box .title {
  display: none;
}

.inqu_txt01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .inqu_txt01 {
    font-size: 4vw;
    margin-top: 12vw;
  }
}

.inq_btn01 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  .inq_btn01 {
    max-width: none;
    width: 58.2vw;
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .inq_btn01 {
    max-width: none;
    width: 86.7%;
    margin-top: 10vw;
  }
}
.inq_btn01 a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #5A5758;
  padding: 1.5em 0 1.6em;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  .inq_btn01 a {
    font-size: 2vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .inq_btn01 a {
    font-size: 4vw;
    padding: 1.5em 0 1.6em;
    border-radius: 2vw;
  }
}

/*--- PDFリンク ---*/
.pdf_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pdf_box .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #f29600;
  padding: 1em 0;
}

.pdf_box .link_content {
  background-color: #fcfaea;
  padding: 32px 0;
}

.pdf_box .link_content p {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.pdf_box .link_content p a {
  display: block;
  padding-left: 80px;
  background-image: url("../images/method/pdf_icon.svg");
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: left center;
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
  color: #0088b7;
  text-decoration: underline;
}

@media screen and (max-width: 1030px) {
  /*--- PDFリンク ---*/
  .pdf_box .title {
    font-size: 2vw;
  }
  .pdf_box .link_content {
    padding: 3.1vw 0;
  }
  .pdf_box .link_content p a {
    padding-left: 7.8vw;
    background-size: 3.1vw auto;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  /*--- PDFリンク ---*/
  .pdf_box .title {
    font-size: 3.5vw;
    padding: 0.8em 0;
  }
  .pdf_box .link_content {
    padding: 3vw 0;
  }
  .pdf_box .link_content p {
    width: 94%;
  }
  .pdf_box .link_content p a {
    padding-left: 7vw;
    background-size: 4.8vw auto;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}/*# sourceMappingURL=style_method.css.map */