/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents #page_hd1 .text_wrap {
    padding-right: 140px;
  }
  #contents #page_hd1 .text_wrap h1 {
    color: #452e0b;
  }
  #contents #sec1 {
    width: 900px;
    margin: -120px auto 0;
    letter-spacing: 0.08em;
  }
  #contents #sec1 p {
    line-height: 1.8;
    font-size: 1.5rem;
  }
  #contents #sec1 h2 {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec1 .text1 {
    margin: 0 0 50px;
    text-align: center;
  }
  #contents #sec1 h3 {
    margin: 0 0 3px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  #contents #sec1 .inner {
    margin: 0 0 30px;
    padding: 0 0 0 0.8em;
  }
  #contents #sec1 .inner .inner {
    margin: 0 0 5px;
    padding: 0 0 0 1em;
  }
  #contents #sec1 a {
    text-decoration: underline;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media all and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents #page_hd1 .text_wrap h1 {
    color: #452e0b;
    white-space: nowrap;
  }
  #contents #page_hd1 .text_wrap h1 .hd {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
  }
  #contents #sec1 {
    padding: 0 5.33333vw;
    letter-spacing: 0.08em;
  }
  #contents #sec1 p {
    line-height: 1.8;
    font-size: 1.2rem;
  }
  #contents #sec1 h2 {
    margin: 0 0 1.33333vw;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #contents #sec1 .text1 {
    margin: 0 0 10.66667vw;
    text-align: center;
  }
  #contents #sec1 h3 {
    margin: 0 0 0.8vw;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #contents #sec1 .inner {
    margin: 0 0 7.33333vw;
  }
  #contents #sec1 .inner .inner {
    margin: 0 0 1.33333vw;
    padding: 0 0 0 1em;
  }
  #contents #sec1 a {
    text-decoration: underline;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
