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

.sub-menu-torikumi > div > ul > li:nth-of-type(1) > 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 {
    position: relative;
    z-index: 3;
    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: 40px auto 0 auto;
    font-size: 18px;
    line-height: 1.8;
  }

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

  .box01 > img {
    width: 800px;
    margin: 50px auto 0 auto;
  }

  /* box02 */
  .box02-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: -60px auto 0 auto;
    padding: 340px 0 260px 0;

    background-image: url(../images/initiatives/bg01.jpg),
      url(../images/initiatives/bg02.jpg);
    background-repeat: no-repeat,
      no-repeat;
    background-position: top center,
      bottom center;
    background-size: 100%,
      100%;
    background-color:#FBFAF5;
  }

  .box02 {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .box02 div.bg-w {
    padding: 20px 30px 40px 30px;
    background-color: #fff;
    border-radius: 50px;
  }

  .box02 p.txt01 {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: #E89F42;
    line-height: 1.8;
  }

  .box02 p.txt01 span {
    display: inline-block;
    margin: 0 0 0 10px;
  }

  .box02 p.txt02 {
    margin: 40px auto 0 auto;
    font-size: 14px;
    line-height: 2;
  }

  .box02 p.txt03 {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #779652;
    line-height: 1;
    background-color: #FBFAF5;
    border-radius: 50px;
  }

  .box02 p.txt04 {
    margin: 15px auto 0 auto;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }

  .box02 p.txt05 {
    margin: 20px auto 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #E89F42;
    line-height: 2.4;
    text-align: left;
  }

  .box02 img {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .box02 > div {
    width: 100%;
    margin: 40px auto 0 auto;
    align-items: start;
  }

  .box02 > div > div {
    width: 48%;
    margin: 0;
  }

  .box02 > div > div:nth-of-type(2) {
    margin-left: 4%;
  }

  .box02 div.kanbatsu {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .box02 div.kanbatsu > div {
    width: 48%;
    margin: 0;
  }

  .box02 div.kanbatsu > div:nth-of-type(2) {
    margin-left: 4%;
  }

  .box02 div.kanbatsu img {
    margin: 0 auto;
  }

  .box02 div.amamizu {
    margin: 40px auto 0 auto;
  }

  /* box03 */
  .box03 {
    position: relative;
    z-index: 3;
    width: 98%;
    max-width: 1400px;
    margin: -70px auto 0 auto;
  }

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

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

  .box03 > img {
    width: 600px;
    margin: 40px auto 0 auto;
  }

  /* box04 */
  .box04-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: -85px auto 200px auto;
    padding: 380px 0 530px 0;

    background-image: url(../images/initiatives/bg01.jpg),
      url(../images/initiatives/bg02.jpg);
    background-repeat: no-repeat,
      no-repeat;
    background-position: top center,
      bottom center;
    background-size: 100%,
      100%;
    background-color:#FBFAF5;
  }

  .box04 {
    position: relative;
    z-index: 3;
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
  }

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

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

  .box04 > p:nth-of-type(3) {
    width: 1000px;
    margin: 10px auto 0 auto;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .box04 > img {
    width: 1000px;
    margin: 30px auto 0 auto;
  }

}

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

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

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

  p.title01 {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 17px 0 0 110fpx;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    color: #E89F42;
  }



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

  .box01 > div {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .box01 > div > img {
    width: 90%;
    margin: 30px auto 0 auto;
  }

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


  /* box01 */
  .box01 {
    position: relative;
    z-index: 3;
    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: 40px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

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

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

  /* box02 */
  .box02-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 100px 0 180px 0;

    background-image: url(../images/howto/bg01_sp.jpg),
      url(../images/howto/bg02_sp.jpg);
    background-repeat: no-repeat,
      no-repeat;
    background-position: top center,
      bottom center;
    background-size: 100%,
      100%;
    background-color:#FBFAF5;
  }

  .box02 {
    width: 90%;
    margin: 0 auto;
  }

  .box02 div.bg-w {
    padding: 20px 20px 40px 20px;
    background-color: #fff;
    border-radius: 40px;
  }

  .box02 p.txt01 {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    color: #E89F42;
    line-height: 1.8;
  }

  .box02 p.txt01 span {
    display: block;
  }

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

  .box02 p.txt03 {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #779652;
    line-height: 1;
    background-color: #FBFAF5;
    border-radius: 40px;
  }

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

  .box02 p.txt05 {
    margin: 20px auto 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #E89F42;
    line-height: 2.4;
    text-align: left;
  }

  .box02 img {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .box02 > div {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  .box02 > div > div {
    width: 100%;
    margin: 40px auto 0 auto;
  }

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

  .box02 div.kanbatsu {
    width: 100%;
    margin: 15px auto 0 auto;
  }

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

  .box02 div.kanbatsu > div:nth-of-type(2) {
    margin: 40px auto 0 auto;
  }

  .box02 div.kanbatsu img {
    margin: 0 auto;
  }

  .box02 div.amamizu {
    margin: 40px auto 0 auto;
  }

  /* box03 */
  .box03 {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 15px auto 0 auto;
  }

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

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

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

  /* box04 */
  .box04-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 40px auto 80px auto;
    padding: 140px 0 120px 0;

    background-image: url(../images/howto/bg01_sp.jpg),
      url(../images/howto/bg02_sp.jpg);
    background-repeat: no-repeat,
      no-repeat;
    background-position: top center,
      bottom center;
    background-size: 100%,
      100%;
    background-color:#FBFAF5;
  }

  .box04 {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
  }

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

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

  .box04 > p:nth-of-type(3) {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

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

}
