#intro {
  color: #fff;
  position: relative;
}
#intro section {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
  background-size: cover;
  top: 0;
  position: relative;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  margin: -60vh auto 0;
}
@media (max-width: 768px) {
  #intro section {
    margin: -70vh auto 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgb(0, 0, 0));
    background-size: cover;
  }
}
@media (max-width: 480px) {
  #intro section {
    margin: -60vh auto 0;
  }
}
#intro div {
  padding: 0 30px 70vh;
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #intro div {
    padding: 0 30px 50vh;
  }
}
@media (max-width: 480px) {
  #intro div {
    padding: 0 30px 20vh;
  }
}
#intro div h2 {
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  #intro div h2 {
    padding-top: 20vh;
  }
}
#intro div h2 span {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#intro div h2 small {
  display: block;
  font-size: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #intro div h2 span {
    font-size: 28px;
    margin-bottom: 1rem;
  }
  #intro div h2 small {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #intro div h2 span {
    font-size: 24px;
  }
  #intro div h2 small {
    font-size: 12px;
  }
}
#intro div p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  #intro div p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #intro div p {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.webp #intro::before {
  z-index: -1;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../../image/re1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.no-webp #intro::before {
  z-index: -1;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../../image/re1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .webp #intro::before {
    background: url(../../image/re1s.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .no-webp #intro::before {
    background: url(../../image/re1s.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 480px) {
  .webp #intro::before {
    background: url(../../image/re1ss.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .no-webp #intro::before {
    background: url(../../image/re1ss.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#about {
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
#about div {
  max-width: 1060px;
  padding: 0 30px 70px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #about div {
    display: block;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  #about div {
    padding: 0;
    padding: 30px 20px 20px;
  }
}
#about h3 {
  margin-bottom: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  #about h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
}
#about h3 span {
  display: block;
  font-size: 40px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #about h3 span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #about h3 span {
    font-size: 24px;
  }
}
#about h3 small {
  display: block;
  font-size: 15px;
}
@media (max-width: 768px) {
  #about h3 small {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #about h3 small {
    font-size: 12px;
  }
}
#about p {
  font-size: 20px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  #about p {
    font-size: 18px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  #about p {
    font-size: 16px;
    line-height: 2;
  }
}
#about h4 {
  font-size: 30px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #about h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #about h4 {
    font-size: 20px;
  }
}
#about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #about ul {
    padding: 0 20px;
  }
}
#about li {
  width: 24%;
  aspect-ratio: 5/4;
  text-align: center;
  margin-bottom: 2.5rem;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #about li {
    margin-bottom: 1.5rem;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  #about li {
    width: 48%;
    aspect-ratio: 5/3;
  }
}
#about li img {
  width: 20px;
  height: auto;
  display: inline-block;
  margin: 0.75rem 0 0;
}
@media (max-width: 768px) {
  #about li img {
    width: 16px;
    margin: 0.5rem 0 0;
  }
}
@media (max-width: 480px) {
  #about li img {
    width: 14px;
    margin: 0.5rem 0 0;
  }
}
#about li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
@media (max-width: 480px) {
  #about li::after {
    opacity: 0.8;
  }
}
#about li:hover:after {
  transform: scale(1.1);
  opacity: 1;
}
#about a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #about a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #about a {
    font-size: 16px;
  }
}
#about a > small {
  font-size: 16px;
  display: inline-block;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  #about a > small {
    font-size: 15px;
    margin: 0.25rem 0;
  }
}
@media (max-width: 480px) {
  #about a > small {
    display: none;
    font-size: 45px;
  }
}
#about a > span {
  display: inline-block;
}
@media (max-width: 768px) {
  #about a > span {
    margin: 0.25rem 0;
  }
}
@media (max-width: 480px) {
  #about a > span {
    margin: 0.2rem 0;
  }
}
#about a:hover {
  opacity: 1;
}
#about .list2 a span {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #about .list2 a span {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  #about .list2 a span {
    font-size: 14px;
  }
}

.webp #about .list1 li:nth-of-type(1)::after {
  background: url(../../image/re2.webp);
  background-size: cover;
  background-position: center;
}
.webp #about .list1 li:nth-of-type(2)::after {
  background: url(../../image/re3.webp);
  background-size: cover;
  background-position: center;
}
.webp #about .list1 li:nth-of-type(3)::after {
  background: url(../../image/re4.webp);
  background-size: cover;
  background-position: center;
}
.webp #about .list1 li:nth-of-type(4)::after {
  background: url(../../image/re5.webp);
  background-size: cover;
  background-position: center;
}

.no-webp #about .list1 li:nth-of-type(1)::after {
  background: url(../../image/re2.jpg);
  background-size: cover;
  background-position: center;
}
.no-webp #about .list1 li:nth-of-type(2)::after {
  background: url(../../image/re3.jpg);
  background-size: cover;
  background-position: center;
}
.no-webp #about .list1 li:nth-of-type(3)::after {
  background: url(../../image/re4.jpg);
  background-size: cover;
  background-position: center;
}
.no-webp #about .list1 li:nth-of-type(4)::after {
  background: url(../../image/re5.jpg);
  background-size: cover;
  background-position: center;
}

.info_box > div {
  display: block;
  width: 100%;
  height: 350px;
  position: relative;
}
@media (max-width: 768px) {
  .info_box > div {
    height: 400px;
  }
}
.info_box > div h2 {
  font-size: 28px;
  writing-mode: vertical-rl;
  position: absolute;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  left: 10%;
  top: 50px;
}
@media (min-width: 1000px) {
  .info_box > div h2 {
    left: 15%;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .info_box > div h2 {
    writing-mode: horizontal-tb;
    font-size: 26px;
    text-align: center;
    left: auto;
    top: auto;
    position: relative;
    padding-top: 2rem;
  }
}
@media (max-width: 480px) {
  .info_box > div h2 {
    writing-mode: horizontal-tb;
    font-size: 24px;
    padding-top: 1rem;
  }
}
.info_box h3 {
  text-align: center;
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .info_box h3 {
    padding: 50px 0 0;
  }
}
@media (max-width: 480px) {
  .info_box h3 {
    padding: 30px 0 0;
  }
}
.info_box h3 i {
  display: block;
  font-size: 36px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .info_box h3 i {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .info_box h3 i {
    font-size: 24px;
  }
}
.info_box h3 span {
  display: block;
  margin-bottom: 1rem;
}
.info_box h3 span:nth-of-type(2) {
  font-size: 32px;
}
@media (max-width: 768px) {
  .info_box h3 span:nth-of-type(2) {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .info_box h3 span:nth-of-type(2) {
    font-size: 24px;
  }
}
.info_box > section {
  background: #000;
  color: #fff;
}
.info_box > section > section {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .info_box > section > section {
    padding: 0 20px;
  }
}
.info_box > section > section div:nth-of-type(1) {
  margin: 5rem auto;
}
@media (max-width: 768px) {
  .info_box > section > section div:nth-of-type(1) {
    margin: 3rem auto;
  }
}
@media (max-width: 480px) {
  .info_box > section > section div:nth-of-type(1) {
    margin: 2rem auto;
  }
}
.info_box .info_section {
  max-width: 600px;
  margin: 0 auto;
}
.info_box .info_section p {
  line-height: 2.5;
  padding: 0 0 3rem;
}
@media (max-width: 768px) {
  .info_box .info_section p {
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .info_box .info_section p {
    padding: 0 0 1rem;
    line-height: 1.7;
  }
}
.info_box .photo_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_box .photo_section picture {
  display: block;
  width: 48%;
  margin-bottom: 4%;
}
.info_box .photo_section img {
  width: 100%;
}
.info_box .sample {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .info_box .sample {
    padding: 1rem 0;
  }
}
.info_box .sample h3 {
  font-size: 32px;
  margin: 0 0 2rem;
  padding: 0;
}
@media (max-width: 768px) {
  .info_box .sample h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .info_box .sample h3 {
    font-size: 20px;
  }
}
.info_box .sample ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_box .sample ul li {
  width: 31%;
  margin-bottom: 3rem;
}
.info_box .sample ul li picture {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.info_box .sample ul li picture::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.info_box .sample ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.info_box .sample ul li a:hover img {
  transform: scale(1.04);
}
.info_box .sample ul li p {
  line-height: 1.75;
}
.info_box .sample ul li:nth-of-type(n+4) {
  display: none;
}
@media (max-width: 480px) {
  .info_box .sample ul li {
    width: 48%;
  }
  .info_box .sample ul li:nth-of-type(n+3) {
    display: none;
  }
}
.info_box .sample > p {
  text-align: right;
}
.info_box .sample > p a {
  border-bottom: 2px solid #008600;
  padding-bottom: 0.5rem;
}
.info_box .checkbox {
  padding: 3rem 0;
}
.info_box .checkbox h3 {
  font-size: 32px;
  margin: 0 0 2rem;
  padding: 0;
}
@media (max-width: 768px) {
  .info_box .checkbox h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .info_box .checkbox h3 {
    font-size: 20px;
  }
}
.info_box .checkbox ul {
  text-align: center;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.info_box .checkbox ul li {
  text-align: left;
  line-height: 1.7;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .info_box .checkbox ul li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .info_box .checkbox ul li {
    font-size: 14px;
  }
}
.info_box .checkbox ul span {
  display: inline-block;
  padding: 0 0.3rem;
  border: 1px solid #ddd;
  margin-right: 0.5rem;
  font-size: 20px;
}
@media (max-width: 768px) {
  .info_box .checkbox ul span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .info_box .checkbox ul span {
    font-size: 14px;
  }
}
.info_box .inq_info2 ul {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
}
.info_box .inq_info2 li {
  background: #000;
}
.info_box .inq_info2 li:nth-of-type(1) {
  border-right: 1px solid #fff;
}
.info_box .inq_info2 li:nth-of-type(2) {
  border-right: 1px solid #fff;
}
.info_box .inq_info2 li {
  border-top: 1px solid #fff;
}
.info_box .circle {
  padding-bottom: 5rem;
}
.info_box > section > section div.remake_title:nth-of-type(1) {
  margin: 5rem 0 1rem;
}
@media (max-width: 768px) {
  .info_box > section > section div.remake_title:nth-of-type(1) {
    margin: 3rem 0 0;
  }
}
@media (max-width: 480px) {
  .info_box > section > section div.remake_title:nth-of-type(1) {
    margin: 2rem 0 0;
  }
}

#repair section div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
#repair section div:nth-of-type(1) p {
  width: 48%;
  text-align: center;
}
#repair section div:nth-of-type(1) p span {
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #repair section div:nth-of-type(1) p span {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #repair section div:nth-of-type(1) p span {
    margin-bottom: 1rem;
  }
}
#repair section div:nth-of-type(1) p img {
  width: 100%;
}

.webp #repair > div {
  background: url(../../image/re6.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #repair > div {
    background: url(../../image/re6s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #repair > div {
    background: url(../../image/re6ss.webp);
    background-size: cover;
    background-position: center;
  }
}
.webp #remake2 > div {
  background: url(../../image/re16.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #remake2 > div {
    background: url(../../image/re16s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #remake2 > div {
    background: url(../../image/re16ss.webp);
    background-size: cover;
    background-position: center;
  }
}
.webp #plan > div {
  background: url(../../image/re18.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #plan > div {
    background: url(../../image/re18s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #plan > div {
    background: url(../../image/re18ss.webp);
    background-size: cover;
    background-position: center;
  }
}
.webp #flow > div {
  background: url(../../image/re19.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #flow > div {
    background: url(../../image/re19s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #flow > div {
    background: url(../../image/re19ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #repair > div {
  background: url(../../image/re6.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #repair > div {
    background: url(../../image/re6s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #repair > div {
    background: url(../../image/re6ss.jpg);
    background-size: cover;
    background-position: center;
  }
}
.no-webp #remake2 > div {
  background: url(../../image/re16.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #remake2 > div {
    background: url(../../image/re16s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #remake2 > div {
    background: url(../../image/re16ss.jpg);
    background-size: cover;
    background-position: center;
  }
}
.no-webp #plan > div {
  background: url(../../image/re18.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #plan > div {
    background: url(../../image/re18s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #plan > div {
    background: url(../../image/re18ss.jpg);
    background-size: cover;
    background-position: center;
  }
}
.no-webp #flow > div {
  background: url(../../image/re19.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #flow > div {
    background: url(../../image/re19s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #flow > div {
    background: url(../../image/re19ss.jpg);
    background-size: cover;
    background-position: center;
  }
}

#remake2 section div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
#remake2 section div:nth-of-type(1) p {
  width: 48%;
  text-align: center;
}
#remake2 section div:nth-of-type(1) p span {
  display: block;
  margin-bottom: 0rem;
}
@media (max-width: 768px) {
  #remake2 section div:nth-of-type(1) p span {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #remake2 section div:nth-of-type(1) p span {
    margin-bottom: 1rem;
  }
}

.remake_photo {
  margin-bottom: 3rem;
}
.remake_photo img {
  width: 100%;
}

.size {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .size {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .size {
    margin-bottom: 1rem;
  }
}
.size P {
  margin-bottom: 1rem;
  line-height: 2;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .size P {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .size P {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .navi_info {
    padding: 10px 0;
  }
}
#plan h2 {
  color: #fff;
}

.info_box .info_section .plan {
  text-align: center;
}
.info_box .info_section .plan p {
  line-height: 2;
  padding: 0 0 2rem;
}
@media (max-width: 768px) {
  .info_box .info_section .plan p {
    padding: 0 0 1.5rem;
  }
}
.info_box .info_section .plan ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .info_box .info_section .plan ul {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .info_box .info_section .plan ul {
    margin-bottom: 1rem;
  }
}
.info_box .info_section .plan li {
  background: #008600;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 5px;
}
.info_box .info_section .plan dt {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .info_box .info_section .plan dt {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .info_box .info_section .plan dt {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}
.info_box .info_section .plan dt span {
  padding: 1rem;
}
.info_box .info_section .plan dt span:nth-of-type(1) {
  border-radius: 7px 0 0 7px;
}
.info_box .info_section .plan dt span:nth-of-type(2) {
  border-radius: 0 7px 7px 0;
}
@media (max-width: 480px) {
  .info_box .info_section .plan dd p:nth-of-type(1) {
    text-align: justify;
  }
  .info_box .info_section .plan dd p:nth-of-type(1) br {
    display: none;
  }
}

.info_box .info_section .kin dt span:nth-of-type(1) {
  background: #856400;
}

.info_box .info_section .karaki dt span:nth-of-type(1) {
  background: #584756;
}

.info_box .info_section .light dt span:nth-of-type(2) {
  background: #4000BC;
}

.info_box .info_section .special dt span:nth-of-type(2) {
  color: #CAB224;
  background: #1A007E;
}

#plan section section section {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  #plan section section section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  #plan section section section {
    padding-bottom: 1rem;
  }
}

#flow h2 {
  color: #fff;
}
#flow li {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #flow li {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  #flow li {
    margin-bottom: 2rem;
  }
}
#flow dt {
  margin-bottom: 2rem;
  font-size: 32px;
}
@media (max-width: 768px) {
  #flow dt {
    margin-bottom: 1.5rem;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #flow dt {
    margin-bottom: 1rem;
    font-size: 20px;
  }
}
#flow dt span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 36px;
}
@media (max-width: 768px) {
  #flow dt span {
    font-size: 2px;
  }
}
@media (max-width: 480px) {
  #flow dt span {
    font-size: 24px;
  }
}
#flow dd {
  line-height: 2;
}

section#flow.info_box h3 span:nth-of-type(1) {
  font-size: 32px;
}
@media (max-width: 768px) {
  section#flow.info_box h3 span:nth-of-type(1) {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section#flow.info_box h3 span:nth-of-type(1) {
    font-size: 24px;
  }
}
/*# sourceMappingURL=repair_remake.css.map */