
/*===============================================
●共通
===============================================*/

.sub-menu-hydro > div > ul > li:nth-of-type(3) > a {
  color: #e89f42;
}

.green {
  color: #779652;
  font-weight: 500;
}

/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  /* メイン画像 */
  .main-img {
    width: 100%;
    margin: 0 auto;
  }

  .main-img img {
    width: 100%;
  }

  /* box01 */
  .box01 {
    width: 98%;
    max-width: 1400px;
    margin: 30px auto 0 auto;
  }

  .box01 > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    color: #E89F42;
  }

  .box01 > p:nth-of-type(2) {
    margin: 30px auto 0 auto;
    font-size: 16px;
    line-height: 2;
  }

  .box01 > img {
    width: 756px;
    margin: 30px auto 0 auto;
  }

  /* box02 */
  .box02 {
    width: 98%;
    max-width: 1400px;
    margin: 70px auto 0 auto;
    padding: 30px 0 40px 0;
    background-color: #FBFAF5;
    border-radius: 50px;
  }

  .box02 > p {
    margin: 0 auto;
    padding: 0 0 0 40px;
    font-size: 20px;
    font-weight: 500;
    color: #779652;
    line-height: 2.2;
    text-align: left;
  }

  .box02 > ul {
    width: 97%;
    margin: 15px auto 0 auto;
  }

  .box02 > ul > li {
    width: 31.5%;
    margin: 0 auto;
  }

  .box02 > ul > li > img {
    width: 100%;
    margin: 0 auto;
  }

  .box02 > ul > li > p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .box02 > ul > li > p:nth-of-type(1) {
    margin: 15px auto 0 auto;
    font-weight: 500;
  }

  /* box03 */
  .box03 {
    width: 98%;
    max-width: 1400px;
    margin: 60px auto 0 auto;
  }

  .box03 > div {
    width: 48.5%;
    margin: 0 3% 60px 0;
  }

  .box03 > div:nth-of-type(2n) {
    margin: 0 0 60px 0;
  }

  .box03 > div > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.2;
    color: #779652;
    text-align: left;
  }

  .box03 > div > p:nth-of-type(2) {
    margin: 15px auto 0 auto;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .box03 > div > img {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  /* box04 */
  .box04 {
    width: 98%;
    max-width: 1400px;
    margin: 60px auto 0 auto;
  }

  .box04 > p {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.2;
    color: #779652;
    text-align: left;
  }

  .box04 > div {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .box04 > div > div {
    width: 48.5%;
    margin: 0 3% 0 0;
  }

  .box04 > div > div:nth-of-type(2) {
    margin: 0;
  }

  .box04 > div > div > p {
    margin: 15px auto 0 auto;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .box04 > div > div > p > span {
    display: block;
    font-weight: 500;
  }

  .box04 > div > div > img {
    width: 100%;
    margin: 0 auto;
  }

  /* box05 */
  .box05 {
    width: 98%;
    max-width: 1400px;
    margin: 100px auto 150px auto;
  }

  .box05 > a.howto {
    display: block;
    width: 480px;
    height: 44px;
    margin: 0 auto;
    padding: 14px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #E89F42;
    line-height: 1;
    border: #E89F42 1px solid;
    border-radius: 22px;
  }

  .box05 > a.howto:hover {
    color: #fff;
    background-color: #E89F42;
    transition : .5s;
  }

  .box05 > p {
    margin: 90px auto 0 auto;
    font-size: 22px;
    font-weight: 500;
    color: #E89F42;
    line-height: 2;
  }

  .box05 > a.btn {
    display: block;
    width: 350px;
    height: 80px;
    margin: 20px auto 0 auto;
    background: url(/images/common/contact-online.png) top center no-repeat;
    background-size: 350px 80px;
  }

  .box05 > a.btn:hover {
    background: url(/images/common/contact-online-h.png) top center no-repeat;
    background-size: 350px 80px;
    transition : .5s;
  }

}

/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  /* メイン画像 */
  .main-img {
    width: 100%;
    margin: 0 auto;
  }

  .main-img img {
    width: 100%;
  }

  /* box01 */
  .box01 {
    width: 90%;
    margin: 60px auto 0 auto;
  }

  .box01 > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    color: #E89F42;
  }

  .box01 > p:nth-of-type(2) {
    margin: 30px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .box01 > img {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  /* box02 */
  .box02 {
    width: 90%;
    margin: 50px auto 0 auto;
    padding: 30px 20px;
    background-color: #FBFAF5;
    border-radius: 40px;
  }

  .box02 > p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #779652;
    line-height: 1;
    text-align: left;
  }

  .box02 > ul {
    width: 100%;
    margin: 0 auto;
  }

  .box02 > ul > li {
    width: 100%;
    margin: 25px auto 0 auto;
  }

  .box02 > ul > li > img {
    width: 100%;
    margin: 0 auto;
  }

  .box02 > ul > li > p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .box02 > ul > li > p:nth-of-type(1) {
    margin: 15px auto 0 auto;
    font-weight: 500;
  }

  /* box03 */
  .box03 {
    width: 80%;
    margin: 60px auto 0 auto;
  }

  .box03 > div {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .box03 > div:nth-of-type(1) {
    margin: 0 auto;
  }

  .box03 > div > p:nth-of-type(1) {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    color: #779652;
    text-align: left;
  }

  .box03 > div > p:nth-of-type(2) {
    margin: 15px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .box03 > div > img {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  /* box04 */
  .box04 {
    width: 80%;
    margin: 30px auto 0 auto;
  }

  .box04 > p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
    color: #779652;
    text-align: left;
  }

  .box04 > div {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .box04 > div > div {
    width: 100%;
    margin: 0 auto;
  }

  .box04 > div > div:nth-of-type(2) {
    margin: 20px auto 0 auto;
  }

  .box04 > div > div > p {
    margin: 15px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .box04 > div > div > p > span {
    display: block;
    font-weight: 500;
  }

  .box04 > div > div > img {
    width: 100%;
    margin: 0 auto;
  }

  /* box05 */
  .box05 {
    width: 90%;
    margin: 80px auto 100px auto;
  }

  .box05 > a.howto {
    display: block;
    width: 295px;
    height: 44px;
    margin: 0 auto;
    padding: 14px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #E89F42;
    line-height: 1;
    border: #E89F42 1px solid;
    border-radius: 22px;
  }

  .box05 > p {
    margin: 60px auto 0 auto;
    font-size: 22px;
    font-weight: 500;
    color: #E89F42;
    line-height: 2;
  }

  .box05 > a.btn {
    display: block;
    width: 95%;
    max-width: 290px;
    margin: 20px auto 0 auto;
  }

  .box05 > a.btn > img {
    width: 100%;
  }

}
