@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*------------------------------------------------------------
	s01
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#s01 .mv {
  text-align: center;
}

#s01 .mv img {
  width: 100%;
}

/*------------------------------------------------------------
	s02
------------------------------------------------------------*/
#s02 .trouble {
  margin-top: 100px;
  padding-bottom: 50px;
}

@media all and (max-width: 959px) {
  #s02 .trouble {
    margin-top: 80px;
  }
}

@media all and (max-width: 519px) {
  #s02 .trouble {
    padding-bottom: 30px;
  }
}

#s02 .trouble .troubleBox {
  width: 80%;
  margin: 50px auto 0;
}

@media all and (max-width: 959px) {
  #s02 .trouble .troubleBox {
    width: 90%;
    margin: 20px auto 0;
  }
}

@media all and (max-width: 519px) {
  #s02 .trouble .troubleBox {
    margin: 0 auto 0;
  }
}

#s02 .trouble .troubleBox li {
  width: 50%;
  font-size: 1.5rem;
  padding: 10px 0;
}

@media all and (max-width: 959px) {
  #s02 .trouble .troubleBox li {
    font-size: 1.1rem;
  }
}

@media all and (max-width: 519px) {
  #s02 .trouble .troubleBox li {
    width: 100%;
  }
}

#s02 .trouble .messageBox {
  margin: 50px auto 0;
  width: 80%;
}

@media all and (max-width: 959px) {
  #s02 .trouble .messageBox {
    margin-top: 30px;
    width: 90%;
  }
}

#s02 .trouble .messageBox .messageBox_l {
  width: 40%;
}

@media all and (max-width: 519px) {
  #s02 .trouble .messageBox .messageBox_l {
    width: 80%;
  }
}

#s02 .trouble .messageBox .messageBox_r {
  width: 60%;
}

@media all and (max-width: 519px) {
  #s02 .trouble .messageBox .messageBox_r {
    width: 100%;
  }
}

#s02 .trouble .messageBox .messageBox_r .messageTitle {
  text-align: center;
  font-size: 1.5rem;
}

@media all and (max-width: 959px) {
  #s02 .trouble .messageBox .messageBox_r .messageTitle {
    font-size: 1.2rem;
  }
}

#s02 .trouble .messageBox .messageBox_r .messageContent {
  font-size: 1.2rem;
  color: #333333;
  line-height: 2rem;
  margin: 20px auto 0;
}

@media all and (max-width: 959px) {
  #s02 .trouble .messageBox .messageBox_r .messageContent {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
	s02
------------------------------------------------------------*/
#s03 .feature {
  margin-top: 70px;
  text-align: center;
}

@media all and (max-width: 519px) {
  #s03 .feature {
    margin-top: 40px;
  }
}

#s03 .feature .featureBox {
  width: 35%;
  margin: 50px 20px 0;
}

@media all and (max-width: 959px) {
  #s03 .feature .featureBox {
    margin: 25px 10px 0;
  }
}

@media all and (max-width: 519px) {
  #s03 .feature .featureBox {
    width: 80%;
  }
}

#s03 .feature .featureBox p {
  font-size: 1.3rem;
  margin: 0;
}

@media all and (max-width: 959px) {
  #s03 .feature .featureBox p {
    font-size: 1.2rem;
  }
}

#s03 .feature .featureDetail {
  margin-top: 70px;
}

@media all and (max-width: 959px) {
  #s03 .feature .featureDetail {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=index.css.map */