@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
}
#section01 h1 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
  }
}

#section02 {
  margin-top: 65px;
  width: 90%;
  /*background-image: url(../images/store/backstore.jpg);*/
  padding: 70px 0 40px 0;
  margin: 65px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 0;
  }
}
#section02 .section_in > p {
  color: #595757;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section02 .section_in > p {
    font-size: 3.6vw;
  }
}
#section02 .section_in > p:last-of-type {
  margin-bottom: 0;
}
#section02 .section_in .box {
  margin: 154px auto 0;
  background-color: rgba(255, 159, 0, 0.15);
  padding: 54px 20px;
  width: 90%;
  max-width: 970px;
}
@media screen and (max-width:800px) {
  #section02 .section_in .box {
    margin: 10vw auto 0;
    background-color: rgba(255, 159, 0, 0.15);
    padding: 7vw 5vw;
    width: 100%;
  }
}
#section02 .section_in .box h2 {
  font-size: 28px;
  color: #ff6d00;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section02 .section_in .box h2 {
    font-size: 5.6vw;
    margin-bottom: 3vw;
  }
}
#section02 .section_in .box p {
  text-align: center;
  line-height: 1.9;
  color: #595757;
  letter-spacing: 0.1em;
}
#section02 .section_in .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 40px auto 30px;
}
@media screen and (max-width:800px) {
  #section02 .section_in .box ul {
    gap: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 6vw auto 5vw;
  }
}
#section02 .section_in .box ul li {
  width: 307px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f08300;
}
@media screen and (max-width:800px) {
  #section02 .section_in .box ul li {
    width: 100%;
  }
}
#section02 .section_in .box ul li a {
  padding: 20px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .section_in .box ul li a {
    font-size: 5.6vw;
    padding: 5vw;
  }
}
#section02 .section_in .box ul li a::after {
  content: "";
  width: 28px;
  height: 23px;
  background: url(../images/icon_yaji_white_bottom.svg) no-repeat top left/auto 100%;
  display: table;
  margin: 12px auto 0;
}
#section02 .section_in .box ul li a span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width:800px) {
  #section02 .section_in .box ul li a span {
    font-size: 4.4vw;
  }
}
#section02 .section_in .botans {
  width: 70%;
  max-width: 238px;
  margin: 0 auto;
}
#section02 .section_in .botans .botan_store {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #F08300 !important;
  background-color: #fff;
  padding: 1em 0;
  position: relative;
  border-radius: 30px;
  letter-spacing: 0.05em;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section02 .section_in .botans .botan_store {
    padding: 0.7em 1em 0.7em 0em;
  }
}
#section02 .section_in .botans .botan_store::after {
  content: "";
  background-image: url(../images/icon_maru_totsu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.consultation_box_outline {
  display: table;
  margin: 0 auto;
}
.consultation_box_outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width:800px) {
  .consultation_box_outline dl {
    gap: 2vw;
  }
}
.consultation_box_outline dl dt {
  width: 100px;
}
@media screen and (max-width:800px) {
  .consultation_box_outline dl dt {
    width: 20vw;
  }
}
.consultation_box_outline dl.time {
  font-size: 22px;
}
@media screen and (max-width:800px) {
  .consultation_box_outline dl.time {
    font-size: 3.8vw;
  }
}
.consultation_box_outline dl.date {
  font-size: 18px;
}
@media screen and (max-width:800px) {
  .consultation_box_outline dl.date {
    font-size: 3.8vw;
  }
}

#section03 {
  margin-top: 150px;
}
@media screen and (max-width:800px) {
  #section03 {
    margin-top: 20vw;
  }
}
#section03 .section_in {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
#section03 .section_in .ttl_block {
  text-align: center;
  margin-bottom: 36px;
}
#section03 .section_in .ttl_block h2 {
  font-size: 32px;
  font-weight: bold;
  color: #78573f;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section03 .section_in .ttl_block h2 {
    font-size: 5.7vw;
    line-height: 1.6;
  }
}
#section03 .section_in .ttl_block h2 .subtxt {
  color: #ff6d00;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03 .section_in .ttl_block h2 .subtxt {
    font-size: 4.4vw;
    margin-bottom: 0;
  }
}
#section03 .section_in .ttl_block h2 .big_txt {
  font-size: 40px;
  margin-left: 0.5em;
}
@media screen and (max-width:800px) {
  #section03 .section_in .ttl_block h2 .big_txt {
    font-size: 7.5vw;
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
#section03 .section_in .recommend_box {
  border: solid 2px #f08300;
  padding: 35px 20px 40px;
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14%;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .recommend_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding: 7vw 5vw 7vw;
  }
}
#section03 .section_in .recommend_box h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .recommend_box h2 {
    font-size: 5vw;
  }
}
#section03 .section_in .recommend_box p {
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03 .section_in .recommend_box p {
    font-size: 3.6vw;
  }
}
#section03 .section_in .recommend_box .right_contents {
  max-width: 351px;
  width: 38%;
}
@media screen and (max-width:800px) {
  #section03 .section_in .recommend_box .right_contents {
    max-width: none;
    width: 100%;
  }
}
#section03 .section_in .consultation_box {
  background-color: rgba(255, 159, 0, 0.15);
  padding: 60px 64px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_box {
    padding: 8vw 5vw 6vw;
  }
}
#section03 .section_in .consultation_box h2 {
  font-size: 34px;
  color: #78573f;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_box h2 {
    font-size: 6vw;
  }
}
#section03 .section_in .consultation_reserves_box {
  margin-top: 65px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box {
    mask-type: 7vw;
  }
}
#section03 .section_in .consultation_reserves_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7vw;
  }
}
#section03 .section_in .consultation_reserves_box .left_contetns {
  width: 330px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .left_contetns {
    width: 100%;
  }
}
#section03 .section_in .consultation_reserves_box .left_contetns h3 {
  font-size: 23px;
  font-weight: bold;
  color: #78573f;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .left_contetns h3 {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
#section03 .section_in .consultation_reserves_box .left_contetns .botan_orange_w100p {
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .left_contetns .botan_orange_w100p {
    font-size: 3.6vw;
  }
}
#section03 .section_in .consultation_reserves_box .right_contents p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .right_contents p {
    font-size: 3.6vw;
  }
}
#section03 .section_in .consultation_reserves_box .right_contents ul {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .right_contents ul {
    font-size: 3.4vw;
    line-height: 2.1;
    margin-top: 3vw;
  }
}
#section03 .section_in .consultation_reserves_box .reserves_btn {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .reserves_btn {
    margin-top: 7vw;
  }
}
#section03 .section_in .consultation_reserves_box .reserves_btn a {
  color: #fff;
  background-color: #f08300;
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 40px 30px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .reserves_btn a {
    font-size: 4.4vw;
    padding: 6vw 5vw;
  }
}
#section03 .section_in .consultation_reserves_box .reserves_btn a span {
  font-size: 28px;
  display: table;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .reserves_btn a span {
    font-size: 3.6vw;
    margin-top: 3vw;
    line-height: 1.7;
  }
}
#section03 .section_in .consultation_reserves_box .reserves_btn a span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 25px;
  height: 26px;
  background: url(../images/icon_yaji_white.svg) no-repeat top left/100% auto;
}
@media screen and (max-width:800px) {
  #section03 .section_in .consultation_reserves_box .reserves_btn a span::after {
    right: -8vw;
    top: 50%;
    width: 6vw;
    height: 6vw;
  }
}

#section04 {
  margin-top: 145px;
}
@media screen and (max-width:800px) {
  #section04 {
    margin-top: 30vw;
  }
}
#section04 .section_in {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
#section04 .section_in .ttl_block {
  text-align: center;
  margin-bottom: 36px;
}
#section04 .section_in .ttl_block h2 {
  font-size: 32px;
  font-weight: bold;
  color: #78573f;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section04 .section_in .ttl_block h2 {
    font-size: 5.7vw;
    line-height: 1.6;
  }
}
#section04 .section_in .ttl_block h2 .subtxt {
  color: #ff6d00;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section04 .section_in .ttl_block h2 .subtxt {
    font-size: 4.4vw;
    margin-bottom: 0;
  }
}
#section04 .section_in .ttl_block h2 .big_txt {
  font-size: 40px;
  margin-left: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 .section_in .ttl_block h2 .big_txt {
    display: block;
    font-size: 7.5vw;
    margin-top: 0;
    margin-left: 0;
  }
}
#section04 .section_in .ttl_block h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .ttl_block h3 {
    font-size: 5.6vw;
    margin-top: 10vw;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#section04 .section_in .ttl_block h3::before, #section04 .section_in .ttl_block h3::after {
  content: "";
  width: 18px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
@media screen and (max-width:800px) {
  #section04 .section_in .ttl_block h3::before, #section04 .section_in .ttl_block h3::after {
    width: 5vw;
    height: 7vw;
  }
}
#section04 .section_in .ttl_block h3::before {
  background: url(../images/store/consult/store_consult_deco_01.svg) no-repeat top left/100% auto;
}
#section04 .section_in .ttl_block h3::after {
  background: url(../images/store/consult/store_consult_deco_02.svg) no-repeat top left/100% auto;
}
#section04 .section_in .ttl_block p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .ttl_block p {
    font-size: 3.6vw;
  }
}
#section04 .section_in .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 74px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18vw;
    margin-top: 17vw;
  }
}
#section04 .section_in .point_list li {
  border: solid 2px #F08300;
  width: 33.3333333333%;
  text-align: center;
  padding: 0 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_list li {
    width: 100%;
    padding: 0 5vw 8vw;
  }
}
#section04 .section_in .point_list li .consult_img {
  max-width: 277px;
  width: 100%;
  margin: -40px auto 20px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_list li .consult_img {
    max-width: 70%;
    margin: -8vw auto 4vw;
  }
}
#section04 .section_in .point_list li h3 {
  color: #ff6d00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_list li h3 {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
}
#section04 .section_in .point_list li p {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_list li p {
    font-size: 4.5vw;
  }
}
#section04 .section_in .online_box {
  margin-top: 90px;
  background-color: rgba(255, 159, 0, 0.15);
  padding: 60px 64px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #595757;
  margin-bottom: 145px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_box {
    padding: 6vw 5vw;
    margin-bottom: 20vw;
  }
}
#section04 .section_in .online_box h2 {
  color: #78573f;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_box h2 {
    font-size: 6vw;
  }
}
#section04 .section_in .point_block {
  background-color: rgba(255, 159, 0, 0.15);
  min-height: 314px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9% 0 9%;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block {
    padding: 7vw 5vw 8vw;
    min-height: auto;
    margin-bottom: 20vw;
  }
}
#section04 .section_in .point_block .inner {
  max-width: 503px;
  width: 58%;
  height: 100%;
  position: relative;
  top: -66px;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block .inner {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: -18.4vw;
    top: auto;
  }
}
#section04 .section_in .point_block:last-of-type {
  margin-bottom: 0;
}
#section04 .section_in .point_block h3 {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block h3 {
    font-size: 5vw;
    top: -18vw;
    margin-bottom: 0;
  }
}
#section04 .section_in .point_block h3 span {
  font-size: 20px;
  color: #ff6d00;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block h3 span {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
}
#section04 .section_in .point_block .img {
  max-width: 343px;
  width: 36%;
  position: absolute;
  right: 5%;
  top: -64px;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block .img {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 4vw;
  }
}
#section04 .section_in .point_block .morebotan {
  position: absolute;
  bottom: -90px;
  left: 0;
  max-width: 315px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block .morebotan {
    bottom: -21.5vw;
    max-width: 600px;
    margin: 30px auto 0 auto;
    width: 64%;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#section04 .section_in .point_block .morebotan a {
  width: 100%;
}
#section04 .section_in .point_block .morebotan p {
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  text-align: justify;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block .morebotan p {
    font-size: 3.6vw;
  }
}
#section04 .section_in .point_block:nth-last-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#section04 .section_in .point_block:nth-last-child(even) .img {
  left: 5%;
  right: auto;
}
@media screen and (max-width: 800px) {
  #section04 .section_in .point_block:nth-last-child(even) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #section04 .section_in .point_block:nth-last-child(even) .img {
    left: auto;
  }
}
#section04 .section_in .point_block {
  color: #595757;
}
#section04 .section_in .point_block.point_03 {
  display: block;
  width: 100%;
  min-height: auto;
}
#section04 .section_in .point_block.point_03 .inner {
  width: 100%;
  max-width: 100%;
}
#section04 .section_in .point_block p {
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 2;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_block p {
    font-size: 3.6vw;
    margin-top: 4vw;
  }
}
#section04 .section_in .point_block ul {
  font-size: 14px;
  line-height: 2.3;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section04 .section_in .point_block ul {
    font-size: 3.4vw;
  }
}
#section04 .section_in .online_step_list {
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list {
    margin-bottom: 20vw;
  }
}
#section04 .section_in .online_step_list::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #F08300;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#section04 .section_in .online_step_list > li {
  border: solid 2px #F08300;
  border-radius: 200px;
  padding: 50px 124px 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6vw 5vw;
    margin-bottom: 5vw;
    border-radius: 9vw;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
#section04 .section_in .online_step_list > li h2 {
  font-size: 22px;
  color: #78573f;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li h2 {
    font-size: 4.4vw;
    margin-bottom: 3vw;
  }
}
#section04 .section_in .online_step_list > li h2 span {
  font-size: 18px;
  color: #f08300;
  display: block;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li h2 span {
    font-size: 4.2vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li .left_contents {
    width: 100%;
  }
}
#section04 .section_in .online_step_list > li .botan_orange_w100p {
  max-width: 320px;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li .botan_orange_w100p {
    font-size: 3.6vw;
    margin: 0 auto 5vw;
    display: block;
    width: 90%;
    max-width: none;
  }
}
#section04 .section_in .online_step_list > li p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li p {
    font-size: 3.6vw;
  }
}
#section04 .section_in .online_step_list > li .attention {
  font-size: 14px;
  line-height: 2.1;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li .attention {
    font-size: 3.4vw;
    margin-top: 3vw;
    line-height: 2.1;
  }
}
#section04 .section_in .online_step_list > li .right_contents {
  width: 483px;
}
@media screen and (max-width:800px) {
  #section04 .section_in .online_step_list > li .right_contents {
    width: 100%;
  }
}
#section04 .section_in .online_step_list > li .right_contents a {
  text-decoration: underline;
  color: #595757;
}

#section05 {
  background-color: #f2ece4;
  padding: 120px 20px;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 17vw 5vw;
  }
}
#section05 .section_in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section05 .section_in h2 {
  color: #78573f;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section05 .section_in h2 {
    font-size: 5.7vw;
    line-height: 1.6;
    margin-bottom: 3vw;
  }
}
#section05 .section_in p {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.2;
}
@media screen and (max-width:800px) {
  #section05 .section_in p {
    font-size: 3.4vw;
    line-height: 2.1;
  }
}
#section05 .section_in p a {
  color: #757575;
  text-decoration: underline;
}
#section05 .section_in .subtxt {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section05 .section_in .subtxt {
    margin-top: 8vw;
    font-size: 3.6vw;
  }
}
#section05 .section_in .botan_orange_w100p {
  max-width: 380px;
  margin: 20px auto 0;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section05 .section_in .botan_orange_w100p {
    max-width: none;
    font-size: 3.6vw;
    margin-top: 5vw;
  }
}

#section06 {
  padding: 150px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 20vw 0;
  }
}
#section06 .section_in .ttl_block {
  text-align: center;
  color: #595757;
  margin-bottom: 45px;
}
#section06 .section_in .ttl_block h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section06 .section_in .ttl_block h2 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    line-height: 1.8;
  }
}
#section06 .section_in .ttl_block p {
  font-size: 14px;
}
@media screen and (max-width:800px) {
  #section06 .section_in .ttl_block p {
    font-size: 3.4vw;
    line-height: 2.1;
  }
}
#section06 .section_in .box {
  max-width: 970px;
  margin: 0 auto;
  width: 90%;
  background-color: rgba(255, 159, 0, 0.15);
  padding: 60px 70px;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box {
    width: 100%;
    padding: 6vw 30px;
  }
}
#section06 .section_in .box h4 {
  color: #78573f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box h4 {
    margin-bottom: 5vw;
  }
}
#section06 .section_in .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#section06 .section_in .box dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5vw;
  }
}
#section06 .section_in .box dl dt {
  padding: 0 30px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box dl dt {
    width: auto;
    font-size: 4vw;
  }
}
#section06 .section_in .box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: solid 1px #595757;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: none;
    margin-top: 1.5vw;
  }
}
#section06 .section_in .box dl dd > p {
  line-height: 2;
}
#section06 .section_in .box dl dd .store_info_tel_left {
  padding: 0 50px 0 30px;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box dl dd .store_info_tel_left {
    padding: 0;
    margin-top: 1.2vw;
  }
}
@media screen and (max-width:800px) {
  #section06 .section_in .box dl dd .store_info_tel_left h5 {
    font-size: 3.2vw;
    font-weight: bold;
  }
}
#section06 .section_in .box dl dd .store_info_tel_left p {
  font-weight: bold;
}
#section06 .section_in .box dl dd .store_info_tel_left p a {
  color: #f08300;
}
@media screen and (max-width:800px) {
  #section06 .section_in .box dl dd .store_info_tel_left p a {
    font-size: 9.33vw;
    margin-top: 2vw;
    display: inline-block;
  }
}