/* Sass Document */
.main_title_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55rem;
  padding-top: 10rem;
  background: url(https://gigaplus.makeshop.jp/iroto0802/assets/img/category/bg_main_title_area.png) repeat left top;
  background-size: 4rem auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .main_title_area {
    height: 42.3076923077vw;
    padding-top: 7.6923076923vw;
    background-size: 3.0769230769vw auto;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area {
    height: 71.2468193384vw;
    padding-top: 15.2671755725vw;
    background-size: 5.0890585242vw auto;
  }
}
.main_title_area .main_title {
  font-size: 6.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .main_title_area .main_title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area .main_title {
    font-size: 7.6335877863vw;
  }
}

.flow_area {
  padding: 4rem 0 20rem;
}
@media screen and (max-width: 1300px) {
  .flow_area {
    padding: 3.0769230769vw 0 15.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area {
    padding: 5.0890585242vw 0 25.4452926209vw;
  }
}
.flow_area .content_section + .content_section {
  margin-top: 10rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section + .content_section {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section + .content_section {
    margin-top: 12.7226463104vw;
  }
}
.flow_area .content_section .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8rem;
  margin-bottom: 4rem;
  padding: 0 2.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  background: #F5F1ED;
  border-radius: 1rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .title03 {
    height: 6.1538461538vw;
    margin-bottom: 3.0769230769vw;
    padding: 0 1.9230769231vw;
    font-size: 1.9230769231vw;
    border-radius: 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .title03 {
    height: 10.1781170483vw;
    margin-bottom: 5.0890585242vw;
    padding: 0 3.5623409669vw;
    font-size: 3.5623409669vw;
    border-radius: 1.272264631vw;
  }
}
.flow_area .content_section .in {
  padding: 0 2.5rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in {
    padding: 0 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in {
    padding: 0 3.5623409669vw;
  }
}
.flow_area .content_section .in + .in {
  margin-top: 5rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in + .in {
    margin-top: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in + .in {
    margin-top: 6.3613231552vw;
  }
}
.flow_area .content_section .in p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1875;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in p {
    font-size: 3.0534351145vw;
  }
}
.flow_area .content_section .in .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in .btn {
    margin-top: 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in .btn {
    margin-top: 5.0890585242vw;
  }
}
.flow_area .content_section .in .caution {
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in .caution {
    margin: 1.5384615385vw 0 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in .caution {
    margin: 2.5445292621vw 0 5.0890585242vw;
  }
}
.flow_area .content_section .in .caution p {
  font-size: 1.4rem;
  line-height: 1.785714;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in .caution p {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in .caution p {
    font-size: 2.5445292621vw;
  }
}
.flow_area .content_section .in .info {
  margin: 3rem 0 4rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in .info {
    margin: 2.3076923077vw 0 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in .info {
    margin: 3.8167938931vw 0 5.0890585242vw;
  }
}
.flow_area .content_section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6rem;
  padding: 3.2rem 4.4rem;
  border-bottom: 0.1rem solid #DEDEDE;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section dl {
    gap: 3.5384615385vw;
    padding: 2.4615384615vw 3.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section dl {
    gap: 5.8524173028vw;
    padding: 4.0712468193vw 0;
  }
}
.flow_area .content_section dl:first-of-type {
  margin-top: 4rem;
  border-top: 0.1rem solid #DEDEDE;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section dl:first-of-type {
    margin-top: 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section dl:first-of-type {
    margin-top: 5.0890585242vw;
  }
}
.flow_area .content_section dl + p {
  margin-top: 4rem;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section dl + p {
    margin-top: 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section dl + p {
    margin-top: 5.0890585242vw;
  }
}
.flow_area .content_section dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.887rem;
}
.flow_area .content_section dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  width: calc(100% - 4.887rem - 4.6rem);
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section dl dd {
    gap: 0.7692307692vw;
    width: calc(100% - 4.887rem - 3.5384615385vw);
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section dl dd {
    gap: 2.5445292621vw;
    width: calc(100% - 4.887rem - 5.8524173028vw);
  }
}
.flow_area .content_section dl dd .txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.1875;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section dl dd .txt {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section dl dd .txt {
    font-size: 3.0534351145vw;
  }
}
.flow_area .content_section dl dd .num {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section dl dd .num {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section dl dd .num {
    font-size: 3.5623409669vw;
  }
}

.flow_area .flow-image01{
  width: 500px;

}

@media screen and (max-width: 840px){
  .flow_area .flow-image01{
    width: 80%;
    margin: 0 auto;
  }
}

.flow_area .content_section .in li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  .flow_area .content_section .in li {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  .flow_area .content_section .in li {
    font-size: 3.0534351145vw;
  }
}

.guideline-list {
  list-style: none; 
  padding: 0;
  margin: 0;
}

.guideline-list li {
  position: relative;
  padding-left: 1.5em; 
  margin-bottom: 1em;
  color: #333;
}

.guideline-list li:last-child {
  margin-bottom: 0;
}

.guideline-list li::before {
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.4em; 
  width: 0.75em;
  height: 0.75em;
  border: 0.12em solid #888; 
  border-radius: 0.15em; 
  box-sizing: border-box;
}

.note {
  display: block;
  color: #d32f2f; 
  font-size: 0.9em;
  margin-top: 0.25em;
  font-weight: bold;
}