@charset "UTF-8";
/* ***************************
   INIT CSS
*************************** */
* {
  margin: 0;
  padding: 0; }

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #1A1A1A;
  letter-spacing: 0.1em;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased; }

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

li {
  margin: 0px;
  padding: 0px; }

dl {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  color: #333333; }

a:hover {
  color: #999999;
  text-decoration: none; }

.clear {
  clear: both; }

.wrapper {
  position: relative;
  background-color: #FFF; }

@media screen and (min-width: 1000px) {
  #navi {
    font-size: 0;
    width: 100%;
    height: 68px;
    position: fixed;
    background-color: #FFF;
    z-index: 100; }
    #navi button.menu-trigger {
      display: none; }
    #navi a.logo {
      position: absolute;
      left: 48px;
      top: 20px; }
    #navi a.logo img {
      width: 101px;
      height: auto; }
    #navi ul.grobalMenu {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.2em;
      position: absolute;
      right: 150px;
      top: 25px; }
      #navi ul.grobalMenu li {
        display: inline-block;
        margin-right: 15px; }
    #navi ul.snsMenu {
      position: absolute;
      right: 50px;
      top: 22px; }
      #navi ul.snsMenu li {
        display: inline-block;
        margin-left: 15px; }
        #navi ul.snsMenu li img {
          width: 22px;
          height: auto; }

  #footerBanner {
    width: 999px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 100px auto; }
    #footerBanner li {
      flex-basis: auto; }
    #footerBanner li img {
      width: 100%;
      height: auto; }
    #footerBanner li img:hover {
      opacity: 0.8; }

  footer {
    text-align: center;
    padding: 45px 0px 50px 0px;
    background-color: #000; }
    footer img.logo {
      width: 97px;
      height: auto; }
    footer menu {
      margin-top: 25px;
      text-align: center; }
    footer menu.menu1 {
      font-family: "Poppins", sans-serif; }
    footer menu li {
      display: inline;
      padding: 0px 15px; }
      footer menu li a {
        color: #FFF;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.15em; }
      footer menu li a:hover {
        color: #CCC; }
    footer menu li:last-child {
      border-right: none; }
    footer aside {
      color: #999;
      font-size: 11px;
      line-height: 20px;
      margin-top: 25px; }

  br.smpBr {
    display: none; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #navi {
    font-size: 0;
    width: 100%;
    height: 68px;
    position: fixed;
    background-color: #FFF;
    z-index: 100; }
    #navi button.menu-trigger {
      display: none; }
    #navi a.logo {
      position: absolute;
      left: 25px;
      top: 20px; }
    #navi a.logo img {
      width: 101px;
      height: auto; }
    #navi ul.grobalMenu {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.2em;
      position: absolute;
      right: 95px;
      top: 25px; }
      #navi ul.grobalMenu li {
        display: inline-block;
        margin-right: 15px; }
    #navi ul.snsMenu {
      position: absolute;
      right: 20px;
      top: 22px; }
      #navi ul.snsMenu li {
        display: inline-block;
        margin-left: 15px; }
        #navi ul.snsMenu li img {
          width: 22px;
          height: auto; }

  #footerBanner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 100px auto 50px auto; }
    #footerBanner li {
      flex-basis: auto; }
    #footerBanner li img {
      width: 100%;
      height: auto; }
    #footerBanner li img:hover {
      opacity: 0.8; }

  footer {
    text-align: center;
    padding: 45px 0px 50px 0px;
    background-color: #000; }
    footer img.logo {
      width: 97px;
      height: auto; }
    footer menu {
      margin-top: 25px;
      text-align: center; }
      footer menu li {
        display: inline;
        padding: 0px 10px; }
        footer menu li a {
          color: #FFF;
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.15em; }
        footer menu li a:hover {
          color: #CCC; }
      footer menu li:last-child {
        border-right: none; }
    footer menu.menu1 {
      font-family: "Poppins", sans-serif; }
    footer aside {
      color: #999;
      font-size: 11px;
      line-height: 20px;
      margin-top: 25px; }

  br.smpBr {
    display: none; } }
@media screen and (max-width: 799px) {
  #navi {
    font-size: 0;
    width: 100%;
    height: 68px;
    position: fixed;
    background-color: #FFF;
    z-index: 100;
    transition: all .4s; }

  #navi.opened {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }

  #navi button.menu-trigger,
  #navi button.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  #navi button.menu-trigger {
    position: absolute;
    width: 25px;
    height: 20px;
    top: 22px;
    right: 20px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer; }
    #navi button.menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #111;
      border-radius: 2px; }
    #navi button.menu-trigger span:nth-of-type(1) {
      top: 0; }
    #navi button.menu-trigger span:nth-of-type(2) {
      top: 9px; }
    #navi button.menu-trigger span:nth-of-type(3) {
      bottom: 0; }

  #navi.opened button.menu-trigger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg); }
  #navi.opened button.menu-trigger span:nth-of-type(2) {
    opacity: 0; }
  #navi.opened button.menu-trigger span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg); }

  #navi a.logo {
    position: absolute;
    left: 20px;
    top: 22px; }
    #navi a.logo img {
      width: 85px;
      height: auto; }

  #navi ul.grobalMenu {
    display: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2em;
    position: absolute;
    right: 95px;
    top: 25px; }

  #navi.opened ul.grobalMenu {
    display: block;
    text-align: center;
    position: static; }

  #navi ul.grobalMenu li {
    display: inline-block;
    margin-right: 15px; }

  #navi.opened ul.grobalMenu li {
    font-size: 16px;
    display: block;
    margin: 40px auto; }

  #navi ul.snsMenu {
    position: absolute;
    right: 75px;
    top: 22px; }
    #navi ul.snsMenu li {
      display: inline-block;
      margin-left: 10px; }
      #navi ul.snsMenu li img {
        width: 22px;
        height: auto; }

  #footerBanner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px auto 20px auto; }
    #footerBanner li {
      flex-basis: auto; }
      #footerBanner li img {
        width: 100%;
        height: auto; }
      #footerBanner li img:hover {
        opacity: 0.8; }

  footer {
    text-align: center;
    padding: 40px 10px 40px 10px;
    background-color: #000; }
    footer img.logo {
      width: 97px;
      height: auto; }
    footer menu {
      margin-top: 25px;
      text-align: center; }
      footer menu li {
        display: inline-block;
        padding: 0px 10px; }
        footer menu li a {
          color: #FFF;
          font-size: 12px;
          line-height: 20px;
          letter-spacing: 0.15em; }
        footer menu li a:hover {
          color: #CCC; }
      footer menu li:last-child {
        border-right: none; }
    footer menu.menu1 {
      font-family: "Poppins", sans-serif; }

  aside {
    color: #999;
    font-size: 11px;
    line-height: 20px;
    margin-top: 25px; }

  br.pcBr {
    display: none; } }
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 998; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  color: #fff;
  z-index: 999; }
  #loader img {
    width: 100%;
    height: auto; }

.pager .pagination {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 100px; }
  .pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 10px; }
    .pager .pagination li a {
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: table;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .pager .pagination li a span {
        display: table-cell;
        vertical-align: middle; }
    .pager .pagination li a:hover,
    .pager .pagination li a.active {
      color: #fff;
      background: #999; }

@media screen and (max-width: 799px) {
  .pager .pagination li {
    display: none; }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center; }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center; }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ"; }

  .pager .pagination li.next span::before {
    content: "次の10件へ　"; } }
/* ***************************
   TOP CSS
*************************** */
@media screen and (min-width: 1000px) {
  #top_wrapper header .soanda {
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    z-index: 5; }
    #top_wrapper header .soanda img {
      width: 300px;
      height: auto; }
  #top_wrapper .mainImageSlider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
    z-index: 1; }
  #top_wrapper .mainImageSlider div.mainImage1 {
    background-image: url("../images/top/top_mainImage1.png"); }
  #top_wrapper .mainImageSlider div.mainImage2 {
    background-image: url("../images/top/top_mainImage2.png"); }
  #top_wrapper .mainImageSlider div.mainImage3 {
    background-image: url("../images/top/top_mainImage3.png"); }
  #top_wrapper .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
    /*ドットの位置*/ }
    #top_wrapper .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
    #top_wrapper .slick-dots button {
      color: #FFF;
      text-indent: 100%;
      overflow: hidden;
      outline: none;
      width: 10px;
      /*ドットボタンのサイズ*/
      height: 10px;
      /*ドットボタンのサイズ*/
      display: block;
      border: none;
      border-radius: 50%;
      background: #fff;
      /*ドットボタンの色*/ }
    #top_wrapper .slick-dots .slick-active button {
      background: #333;
      /*ドットボタンの現在地表示の色*/ }
  #top_wrapper #infoWrap {
    width: 750px;
    margin: 50px auto;
    position: relative;
    text-align: left; }
    #top_wrapper #infoWrap .info {
      width: 600px;
      height: 200px;
      margin: 80px 0px 60px 0px; }
      #top_wrapper #infoWrap .info dl {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        border-bottom: 1px solid #CCC; }
        #top_wrapper #infoWrap .info dl dt {
          margin: 10px 20px 10px 0px; }
        #top_wrapper #infoWrap .info dl dd {
          margin: 10px 20px 10px 0px; }
    #top_wrapper #infoWrap a.toNewsPage {
      line-height: 20px;
      width: 100px;
      height: 20px;
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 180px;
      padding-right: 20px;
      background-image: url("../images/common/allow2.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 15px auto; }
  #top_wrapper #contents-1 {
    letter-spacing: 0.2em;
    min-height: 495px;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #F2F2F2; }
    #top_wrapper #contents-1 .contentsWrap {
      width: 999px;
      margin: 0px auto;
      position: relative; }
      #top_wrapper #contents-1 .contentsWrap .contentsImage {
        width: 523px;
        position: absolute; }
      #top_wrapper #contents-1 .contentsWrap h3 {
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        margin-left: 590px;
        margin-bottom: 30px; }
      #top_wrapper #contents-1 .contentsWrap p {
        line-height: 27px;
        text-align: left;
        margin-top: 20px;
        margin-left: 600px; }
  #top_wrapper #contents-2 {
    letter-spacing: 0.2em;
    min-height: 495px;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #000; }
    #top_wrapper #contents-2 .contentsWrap {
      width: 999px;
      margin: 0px auto;
      position: relative; }
      #top_wrapper #contents-2 .contentsWrap .logo {
        width: 86px;
        height: 49px;
        margin-left: 600px;
        background-image: url("../images/top/what_is_soanda2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      #top_wrapper #contents-2 .contentsWrap p {
        color: #FFF;
        line-height: 27px;
        text-align: left;
        margin-top: 20px;
        margin-left: 600px; }
      #top_wrapper #contents-2 .contentsWrap .contentsImage {
        width: 523px;
        position: absolute;
        left: 0px;
        top: 50px; }
  #top_wrapper #contents-3 {
    width: 908px;
    margin: 67px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #top_wrapper #contents-3 .contentsWrap {
      text-align: center;
      width: 408px;
      box-sizing: border-box;
      flex-basis: auto;
      padding: 15px;
      border: 1px solid #333; }
      #top_wrapper #contents-3 .contentsWrap img {
        width: 100%;
        height: auto; }
      #top_wrapper #contents-3 .contentsWrap img:hover {
        opacity: 0.8; }
      #top_wrapper #contents-3 .contentsWrap h3 {
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.2em;
        margin-top: 60px; }
      #top_wrapper #contents-3 .contentsWrap p {
        line-height: 26px;
        margin-top: 31px; }
      #top_wrapper #contents-3 .contentsWrap a.pageLink {
        font-family: "Poppins", sans-serif;
        display: block;
        width: 100px;
        margin: 30px auto 60px auto;
        padding: 0px 15px 0px 0px;
        background-image: url("../images/common/allow2.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 15px auto; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #top_wrapper header .soanda {
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    z-index: 5; }
    #top_wrapper header .soanda img {
      width: 300px;
      height: auto; }
  #top_wrapper .mainImageSlider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
    z-index: 1; }
  #top_wrapper .mainImageSlider div.mainImage1 {
    background-image: url("../images/top/top_mainImage1.png"); }
  #top_wrapper .mainImageSlider div.mainImage2 {
    background-image: url("../images/top/top_mainImage2.png"); }
  #top_wrapper .mainImageSlider div.mainImage3 {
    background-image: url("../images/top/top_mainImage3.png"); }
  #top_wrapper .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
    /*ドットの位置*/ }
    #top_wrapper .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
    #top_wrapper .slick-dots button {
      color: #FFF;
      text-indent: 100%;
      overflow: hidden;
      outline: none;
      width: 10px;
      /*ドットボタンのサイズ*/
      height: 10px;
      /*ドットボタンのサイズ*/
      display: block;
      border: none;
      border-radius: 50%;
      background: #fff;
      /*ドットボタンの色*/ }
    #top_wrapper .slick-dots .slick-active button {
      background: #333;
      /*ドットボタンの現在地表示の色*/ }
  #top_wrapper #infoWrap {
    width: 750px;
    margin: 50px auto;
    position: relative;
    text-align: left; }
    #top_wrapper #infoWrap .info {
      width: 600px;
      height: 200px;
      margin: 80px 0px 60px 0px; }
      #top_wrapper #infoWrap .info dl {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        border-bottom: 1px solid #CCC; }
        #top_wrapper #infoWrap .info dl dt {
          margin: 10px 20px 10px 0px; }
        #top_wrapper #infoWrap .info dl dd {
          margin: 10px 20px 10px 0px; }
    #top_wrapper #infoWrap a.toNewsPage {
      line-height: 20px;
      width: 100px;
      height: 20px;
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 180px;
      padding-right: 20px;
      background-image: url("../images/common/allow2.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 15px auto; }
  #top_wrapper #contents-1 {
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #F2F2F2; }
    #top_wrapper #contents-1 .contentsWrap {
      width: 100%;
      margin: 0px auto;
      position: relative; }
      #top_wrapper #contents-1 .contentsWrap .contentsImage {
        width: 45%;
        position: absolute;
        left: 20px; }
      #top_wrapper #contents-1 .contentsWrap h3 {
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        width: 45%;
        box-sizing: border-box;
        padding: 0px;
        margin-left: 52%;
        margin-bottom: 30px; }
      #top_wrapper #contents-1 .contentsWrap p {
        line-height: 27px;
        text-align: left;
        width: 45%;
        box-sizing: border-box;
        margin-top: 20px;
        margin-left: 53%; }
  #top_wrapper #contents-2 {
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #000; }
    #top_wrapper #contents-2 .contentsWrap {
      width: 100%;
      margin: 0px auto;
      position: relative; }
      #top_wrapper #contents-2 .contentsWrap .logo {
        width: 86px;
        height: 49px;
        margin-left: 53%;
        background-image: url("../images/top/what_is_soanda2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      #top_wrapper #contents-2 .contentsWrap p {
        color: #FFF;
        line-height: 27px;
        text-align: left;
        margin-top: 20px;
        margin-left: 53%;
        margin-right: 20px; }
      #top_wrapper #contents-2 .contentsWrap .contentsImage {
        width: 45%;
        position: absolute;
        left: 20px;
        top: 0px; }
  #top_wrapper #contents-3 {
    width: 95%;
    margin: 67px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #top_wrapper #contents-3 .contentsWrap {
      text-align: center;
      width: 48%;
      box-sizing: border-box;
      flex-basis: auto;
      padding: 15px;
      border: 1px solid #333; }
      #top_wrapper #contents-3 .contentsWrap img {
        width: 100%;
        height: auto; }
      #top_wrapper #contents-3 .contentsWrap img:hover {
        opacity: 0.8; }
      #top_wrapper #contents-3 .contentsWrap h3 {
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.2em;
        margin-top: 60px; }
      #top_wrapper #contents-3 .contentsWrap p {
        line-height: 26px;
        margin-top: 31px; }
      #top_wrapper #contents-3 .contentsWrap a.pageLink {
        font-family: "Poppins", sans-serif;
        display: block;
        width: 100px;
        margin: 30px auto 60px auto;
        padding: 0px 15px 0px 0px;
        background-image: url("../images/common/allow2.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 15px auto; } }
@media screen and (max-width: 799px) {
  #top_wrapper header .soanda {
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    z-index: 5; }
    #top_wrapper header .soanda img {
      width: 200px;
      height: auto; }
  #top_wrapper .mainImageSlider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    margin: 0;
    z-index: 1; }
  #top_wrapper .mainImageSlider div.mainImage1 {
    background-image: url("../images/top/top_mainImage1_smp.jpg"); }
  #top_wrapper .mainImageSlider div.mainImage2 {
    background-image: url("../images/top/top_mainImage2_smp.jpg"); }
  #top_wrapper .mainImageSlider div.mainImage3 {
    background-image: url("../images/top/top_mainImage3_smp.jpg"); }
  #top_wrapper .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
    /*ドットの位置*/ }
    #top_wrapper .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
    #top_wrapper .slick-dots button {
      color: #FFF;
      text-indent: 100%;
      overflow: hidden;
      outline: none;
      width: 10px;
      /*ドットボタンのサイズ*/
      height: 10px;
      /*ドットボタンのサイズ*/
      display: block;
      border: none;
      border-radius: 50%;
      background: #fff;
      /*ドットボタンの色*/ }
    #top_wrapper .slick-dots .slick-active button {
      background: #333;
      /*ドットボタンの現在地表示の色*/ }
  #top_wrapper #infoWrap {
    width: 90%;
    margin: 50px auto;
    position: relative;
    text-align: left; }
    #top_wrapper #infoWrap .info {
      width: 100%;
      height: 200px;
      margin: 80px 0px 40px 0px; }
      #top_wrapper #infoWrap .info dl {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: left;
        border-bottom: 1px solid #CCC; }
        #top_wrapper #infoWrap .info dl dt {
          margin: 10px 20px 10px 0px; }
        #top_wrapper #infoWrap .info dl dd {
          margin: 10px 20px 10px 0px; }
    #top_wrapper #infoWrap a.toNewsPage {
      line-height: 20px;
      width: 100px;
      height: 20px;
      display: block;
      position: relative;
      padding-right: 20px;
      background-image: url("../images/common/allow2.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 15px auto; }
  #top_wrapper #contents-1 {
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding: 50px 0px;
    background-color: #F2F2F2; }
    #top_wrapper #contents-1 .contentsWrap {
      text-align: center;
      position: relative; }
      #top_wrapper #contents-1 .contentsWrap .contentsImage {
        width: 90%;
        margin: 0px auto; }
      #top_wrapper #contents-1 .contentsWrap h3 {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        padding: 0px;
        margin: 50px 40px 30px 32px; }
      #top_wrapper #contents-1 .contentsWrap p {
        line-height: 24px;
        text-align: left;
        margin: 20px 40px 0px 40px; }
  #top_wrapper #contents-2 {
    letter-spacing: 0.2em;
    padding: 50px 0px;
    background-color: #000; }
    #top_wrapper #contents-2 .contentsWrap {
      text-align: center;
      position: relative; }
      #top_wrapper #contents-2 .contentsWrap .logo {
        width: 86px;
        height: 49px;
        margin-left: 40px;
        background-image: url("../images/top/what_is_soanda2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      #top_wrapper #contents-2 .contentsWrap p {
        color: #FFF;
        line-height: 24px;
        text-align: left;
        margin: 20px 40px; }
      #top_wrapper #contents-2 .contentsWrap .contentsImage {
        width: 90%;
        margin: 20px auto; }
  #top_wrapper #contents-3 {
    width: 95%;
    margin: 60px auto 0px auto; }
    #top_wrapper #contents-3 .contentsWrap {
      text-align: center;
      width: 90%;
      box-sizing: border-box;
      margin: 10px auto 30px auto;
      padding: 15px;
      border: 1px solid #333; }
      #top_wrapper #contents-3 .contentsWrap img {
        width: 100%;
        height: auto; }
      #top_wrapper #contents-3 .contentsWrap img:hover {
        opacity: 0.8; }
      #top_wrapper #contents-3 .contentsWrap h3 {
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.2em;
        margin-top: 60px; }
      #top_wrapper #contents-3 .contentsWrap p {
        line-height: 26px;
        margin-top: 31px; }
      #top_wrapper #contents-3 .contentsWrap a.pageLink {
        font-family: "Poppins", sans-serif;
        display: block;
        width: 100px;
        margin: 30px auto 60px auto;
        padding: 0px 15px 0px 0px;
        background-image: url("../images/common/allow2.svg");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 15px auto; } }
/* ***************************
   SHOP CSS
*************************** */
@media screen and (min-width: 1000px) {
  #shop_wrapper .shopHeader-wrap {
    width: 999px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    border-bottom: solid 1px #000; }
    #shop_wrapper .shopHeader-wrap ul {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-end; }
      #shop_wrapper .shopHeader-wrap ul li {
        margin: 0 10px; }
    #shop_wrapper .shopHeader-wrap .header-cart {
      margin-left: 10px; }
      #shop_wrapper .shopHeader-wrap .header-cart img {
        width: 25px;
        height: auto; }
      #shop_wrapper .shopHeader-wrap .header-cart span {
        font-size: 14px; }
  #shop_wrapper ul.pankuzu {
    width: 999px;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    #shop_wrapper ul.pankuzu li {
      padding-right: 15px; }
    #shop_wrapper ul.pankuzu li::after {
      content: ">";
      padding-left: 15px;
      color: #CCC; }
    #shop_wrapper ul.pankuzu li:last-child::after {
      content: none; }
  #shop_wrapper .categoryWrap {
    width: 999px;
    margin: 0 auto; }
    #shop_wrapper .categoryWrap .cate_name {
      font-size: 17px;
      line-height: 30px;
      text-align: center;
      margin-top: 10px; }
    #shop_wrapper .categoryWrap .item-_num {
      text-align: center; }
    #shop_wrapper .categoryWrap ul.sort-btn {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end; }
      #shop_wrapper .categoryWrap ul.sort-btn li {
        margin: 0 5px; }
        #shop_wrapper .categoryWrap ul.sort-btn li span {
          padding: 3px 15px;
          border: solid 1px #CCC; }
      #shop_wrapper .categoryWrap ul.sort-btn li:last-child {
        margin: 0 0 0 5px; }
  #shop_wrapper header {
    width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    #shop_wrapper header .mainImage {
      width: 980px;
      height: 565px;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/shop/shop_mainImage.png"); }
    #shop_wrapper header h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 54px;
      font-weight: bold;
      letter-spacing: 0.4em;
      line-height: 66px;
      text-align: left;
      flex: 0 0 620px;
      margin-top: 40px; }
  #shop_wrapper #contents-1 {
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #FFF; }
    #shop_wrapper #contents-1 .itemCate {
      width: 1080px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #shop_wrapper #contents-1 .itemCate dl {
        text-align: center;
        width: 321px;
        margin: 20px 10px 30px 10px; }
        #shop_wrapper #contents-1 .itemCate dl dt img {
          width: 100%; }
        #shop_wrapper #contents-1 .itemCate dl dd {
          margin-top: 10px; }
    #shop_wrapper #contents-1 .shop_pager {
      margin-top: 50px; }
      #shop_wrapper #contents-1 .shop_pager ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center; }
        #shop_wrapper #contents-1 .shop_pager ul li a {
          padding: 2px 15px 3px 15px;
          margin: 0 10px;
          display: block;
          border: solid 1px #333; }
        #shop_wrapper #contents-1 .shop_pager ul li span {
          color: #CCC;
          padding: 2px 15px 3px 15px;
          margin: 0 10px;
          display: block;
          border: solid 1px #ccc; }
      #shop_wrapper #contents-1 .shop_pager p {
        text-align: center;
        margin-top: 5px; }
  #shop_wrapper #contents-2 {
    width: 999px;
    display: grid;
    grid-template-columns: 421px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "photo info" "discription discription" "review review";
    margin: 0px auto;
    padding-top: 50px; }
    #shop_wrapper #contents-2 .item_photo {
      grid-area: photo;
      width: 321px; }
      #shop_wrapper #contents-2 .item_photo img {
        width: 100%;
        height: auto; }
    #shop_wrapper #contents-2 .item_info {
      grid-area: info; }
      #shop_wrapper #contents-2 .item_info h1 {
        font-size: 17px;
        font-weight: normal;
        line-height: 30px; }
      #shop_wrapper #contents-2 .item_info .container1 {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap; }
        #shop_wrapper #contents-2 .item_info .container1 p {
          font-size: 25px; }
          #shop_wrapper #contents-2 .item_info .container1 p span {
            font-size: 14px; }
        #shop_wrapper #contents-2 .item_info .container1 a {
          text-decoration: underline;
          margin-top: 5px; }
      #shop_wrapper #contents-2 .item_info .container2 {
        margin-top: 15px;
        padding: 10px 10px;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        display: flex; }
        #shop_wrapper #contents-2 .item_info .container2 span {
          margin-right: 10px; }
        #shop_wrapper #contents-2 .item_info .container2 input.num {
          font-size: 12px;
          line-height: 24px;
          text-align: center;
          width: 50px;
          height: 24px;
          box-sizing: border-box;
          border: solid 1px #999; }
        #shop_wrapper #contents-2 .item_info .container2 button.cartButton {
          color: #FFF;
          font-size: 12px;
          line-height: 24px;
          width: 200px;
          height: 24px;
          box-sizing: border-box;
          margin-left: 140px;
          border: none;
          background-color: #000; }
        #shop_wrapper #contents-2 .item_info .container2 button.cartButton:hover {
          background-color: #666; }
      #shop_wrapper #contents-2 .item_info .container3 {
        font-size: 10px;
        font-weight: normal;
        line-height: 15px;
        color: #898989;
        margin-top: 10px; }
      #shop_wrapper #contents-2 .item_info .container4 {
        margin-top: 20px; }
    #shop_wrapper #contents-2 .item_discription {
      grid-area: discription;
      width: 999px;
      margin: 50px auto; }
      #shop_wrapper #contents-2 .item_discription h3 {
        font-size: 17px;
        font-weight: normal;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: solid 1px #CCC; }
      #shop_wrapper #contents-2 .item_discription .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden; }
        #shop_wrapper #contents-2 .item_discription .movie-wrap iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #shop_wrapper #contents-2 .item_discription .howto {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 20px; }
        #shop_wrapper #contents-2 .item_discription .howto dl {
          text-align: center;
          width: 30%; }
          #shop_wrapper #contents-2 .item_discription .howto dl dt img {
            width: 100%;
            height: auto; }
    #shop_wrapper #contents-2 .review {
      width: 999px; }
      #shop_wrapper #contents-2 .review h3 {
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.2em; }
      #shop_wrapper #contents-2 .review .review__item_wrap {
        word-break: break-all;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0; }
        #shop_wrapper #contents-2 .review .review__item_wrap .review__item {
          width: 48%;
          box-sizing: border-box;
          padding: 30px;
          border: solid 1px #CCC;
          margin: 10px 0 30px; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading .review__title {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.2em;
            padding-bottom: 5px;
            border-bottom: solid 1px #CCC; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading ul.review-info {
            margin-top: 10px;
            margin-bottom: 15px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading ul.review-info li.is-date {
              font-size: 10px;
              color: #CCC; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item img {
            width: 100%;
            height: auto; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply {
            word-break: break-all;
            padding: 10px 20px 10px 20px;
            margin-top: 20px;
            background-color: #EFEFEF; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__ttl {
              border-bottom: solid 1px #CCC; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__body {
              margin-top: 10px; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__date {
              font-size: 10px;
              color: #999;
              text-align: right; }
      #shop_wrapper #contents-2 .review .review__btn a {
        color: #FFF;
        text-align: center;
        width: 150px;
        display: block;
        padding: 10px;
        background-color: #000;
        background-image: url("../images/common/plus.svg");
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: 10px center; }
      #shop_wrapper #contents-2 .review .review__btn a:hover {
        background-color: #666; }
  #shop_wrapper #contents-3 .itemCate {
    width: 999px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 30px auto; }
    #shop_wrapper #contents-3 .itemCate dl {
      margin: 40px 27px 10px 27px; }
      #shop_wrapper #contents-3 .itemCate dl dt img {
        width: 100%; }
      #shop_wrapper #contents-3 .itemCate dl dd {
        text-align: center;
        margin-top: 10px; }
  #shop_wrapper #contents-4 {
    margin-top: 50px; }
    #shop_wrapper #contents-4 h2 {
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      line-height: 30px;
      letter-spacing: 0.3em;
      text-align: center; }
    #shop_wrapper #contents-4 .p-shopguide-wrap {
      width: 980px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 30px auto; }
      #shop_wrapper #contents-4 .p-shopguide-wrap .column {
        width: 300px; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head {
          text-align: center;
          padding: 20px 0px;
          border-top: solid 2px #222222;
          border-bottom: solid 2px #222222; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head h3 {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 17px;
            line-height: 30px;
            letter-spacing: 0.3em; }
            #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head h3 span {
              font-family: "Poppins", sans-serif;
              font-size: 12px;
              font-weight: normal;
              line-height: 24px;
              letter-spacing: 0.1em;
              display: block; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl .center {
          text-align: center; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl dt {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 13px;
          font-weight: bold;
          line-height: 24px;
          margin-top: 20px; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl dd .shipping_logo img {
          width: 70%;
          height: auto; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #shop_wrapper .shopHeader-wrap {
    margin: 0 25px;
    padding-top: 100px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    border-bottom: solid 1px #000; }
    #shop_wrapper .shopHeader-wrap ul {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-end; }
      #shop_wrapper .shopHeader-wrap ul li {
        margin: 0 10px; }
    #shop_wrapper .shopHeader-wrap .header-cart {
      margin-left: 10px; }
      #shop_wrapper .shopHeader-wrap .header-cart img {
        width: 25px;
        height: auto; }
      #shop_wrapper .shopHeader-wrap .header-cart span {
        font-size: 14px; }
  #shop_wrapper ul.pankuzu {
    margin: 0 25px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    #shop_wrapper ul.pankuzu li {
      padding-right: 15px; }
    #shop_wrapper ul.pankuzu li::after {
      content: ">";
      padding-left: 15px;
      color: #CCC; }
    #shop_wrapper ul.pankuzu li:last-child::after {
      content: none; }
  #shop_wrapper .categoryWrap {
    margin: 20px 25px 0px 25px; }
    #shop_wrapper .categoryWrap .cate_name {
      font-size: 17px;
      line-height: 30px;
      text-align: center;
      margin-top: 10px; }
    #shop_wrapper .categoryWrap .item-_num {
      text-align: center; }
    #shop_wrapper .categoryWrap ul.sort-btn {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end; }
      #shop_wrapper .categoryWrap ul.sort-btn li {
        margin: 0 5px; }
        #shop_wrapper .categoryWrap ul.sort-btn li span {
          padding: 3px 15px;
          border: solid 1px #CCC; }
      #shop_wrapper .categoryWrap ul.sort-btn li:last-child {
        margin: 0 0 0 5px; }
  #shop_wrapper header {
    margin: 0 30px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap; }
    #shop_wrapper header .mainImage {
      width: 100%;
      height: 0;
      padding-top: 57.653061224489796%;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/shop/shop_mainImage.png"); }
    #shop_wrapper header h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 54px;
      font-weight: bold;
      letter-spacing: 0.4em;
      line-height: 66px;
      text-align: left;
      flex: 0 0 580px;
      margin-top: 40px; }
  #shop_wrapper #contents-1 {
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding: 60px 0px;
    background-color: #FFF; }
    #shop_wrapper #contents-1 .itemCate {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #shop_wrapper #contents-1 .itemCate dl {
        text-align: center;
        width: 321px;
        margin: 20px 10px 30px 10px; }
        #shop_wrapper #contents-1 .itemCate dl dt img {
          width: 100%; }
        #shop_wrapper #contents-1 .itemCate dl dd {
          margin-top: 10px; }
    #shop_wrapper #contents-1 .shop_pager {
      margin-top: 50px; }
      #shop_wrapper #contents-1 .shop_pager ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center; }
        #shop_wrapper #contents-1 .shop_pager ul li a {
          padding: 2px 15px 3px 15px;
          margin: 0 10px;
          display: block;
          border: solid 1px #333; }
        #shop_wrapper #contents-1 .shop_pager ul li span {
          color: #CCC;
          padding: 2px 15px 3px 15px;
          margin: 0 10px;
          display: block;
          border: solid 1px #ccc; }
      #shop_wrapper #contents-1 .shop_pager p {
        text-align: center;
        margin-top: 5px; }
  #shop_wrapper #contents-2 {
    display: grid;
    grid-template-columns: 371px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "photo info" "discription discription" "review review";
    margin: 0px 25px;
    padding-top: 50px; }
    #shop_wrapper #contents-2 .item_photo {
      grid-area: photo;
      width: 321px; }
      #shop_wrapper #contents-2 .item_photo img {
        width: 100%;
        height: auto; }
    #shop_wrapper #contents-2 .item_info {
      grid-area: info; }
      #shop_wrapper #contents-2 .item_info h1 {
        font-size: 17px;
        font-weight: normal;
        line-height: 30px; }
      #shop_wrapper #contents-2 .item_info .container1 {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap; }
        #shop_wrapper #contents-2 .item_info .container1 p {
          font-size: 25px; }
          #shop_wrapper #contents-2 .item_info .container1 p span {
            font-size: 14px; }
        #shop_wrapper #contents-2 .item_info .container1 a {
          text-decoration: underline;
          margin-top: 5px; }
      #shop_wrapper #contents-2 .item_info .container2 {
        margin-top: 15px;
        padding: 10px 10px;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        display: flex; }
        #shop_wrapper #contents-2 .item_info .container2 span {
          margin-right: 10px; }
        #shop_wrapper #contents-2 .item_info .container2 input.num {
          font-size: 12px;
          line-height: 24px;
          text-align: center;
          width: 50px;
          height: 24px;
          box-sizing: border-box;
          border: solid 1px #999; }
        #shop_wrapper #contents-2 .item_info .container2 button.cartButton {
          color: #FFF;
          font-size: 12px;
          line-height: 24px;
          width: 165px;
          height: 24px;
          box-sizing: border-box;
          margin-left: 40px;
          border: none;
          background-color: #000; }
        #shop_wrapper #contents-2 .item_info .container2 button.cartButton:hover {
          background-color: #666; }
      #shop_wrapper #contents-2 .item_info .container3 {
        font-size: 10px;
        font-weight: normal;
        line-height: 15px;
        color: #898989;
        margin-top: 10px; }
      #shop_wrapper #contents-2 .item_info .container4 {
        margin-top: 20px; }
    #shop_wrapper #contents-2 .item_discription {
      grid-area: discription;
      margin: 50px 0px; }
      #shop_wrapper #contents-2 .item_discription h3 {
        font-size: 17px;
        font-weight: normal;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: solid 1px #CCC; }
      #shop_wrapper #contents-2 .item_discription .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden; }
        #shop_wrapper #contents-2 .item_discription .movie-wrap iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #shop_wrapper #contents-2 .item_discription .howto {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 20px; }
        #shop_wrapper #contents-2 .item_discription .howto dl {
          text-align: center;
          width: 30%; }
          #shop_wrapper #contents-2 .item_discription .howto dl dt img {
            width: 100%;
            height: auto; }
    #shop_wrapper #contents-2 .review {
      grid-area: review;
      width: 100%; }
      #shop_wrapper #contents-2 .review h3 {
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.2em; }
      #shop_wrapper #contents-2 .review .review__item_wrap {
        word-break: break-all;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0; }
        #shop_wrapper #contents-2 .review .review__item_wrap .review__item {
          width: 48%;
          padding: 30px;
          border: solid 1px #CCC;
          margin: 10px 0 30px; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading .review__title {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.2em;
            padding-bottom: 5px;
            border-bottom: solid 1px #CCC; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading ul.review-info {
            margin-top: 10px;
            margin-bottom: 15px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading ul.review-info li.is-date {
              font-size: 10px;
              color: #CCC; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item img {
            width: 100%;
            height: auto; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply {
            padding: 10px 20px 10px 20px;
            margin-top: 20px;
            background-color: #EFEFEF; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__ttl {
              border-bottom: solid 1px #CCC; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__body {
              margin-top: 10px; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__date {
              font-size: 10px;
              color: #999;
              text-align: right; }
      #shop_wrapper #contents-2 .review .review__btn a {
        color: #FFF;
        text-align: center;
        width: 150px;
        display: block;
        padding: 10px;
        background-color: #000;
        background-image: url("../images/common/plus.svg");
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: 10px center; }
      #shop_wrapper #contents-2 .review .review__btn a:hover {
        background-color: #666; }
  #shop_wrapper #contents-3 .itemCate {
    display: flex;
    flex-wrap: nowrap;
    margin: 30px auto 0px auto; }
    #shop_wrapper #contents-3 .itemCate dl {
      margin: 40px 27px 10px 27px; }
      #shop_wrapper #contents-3 .itemCate dl dt img {
        width: 100%; }
      #shop_wrapper #contents-3 .itemCate dl dd {
        text-align: center;
        margin-top: 10px; }
  #shop_wrapper #contents-4 {
    margin-top: 50px; }
    #shop_wrapper #contents-4 h2 {
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      line-height: 30px;
      letter-spacing: 0.3em;
      text-align: center; }
    #shop_wrapper #contents-4 .p-shopguide-wrap {
      width: 95%;
      box-sizing: border-box;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 30px auto; }
      #shop_wrapper #contents-4 .p-shopguide-wrap .column {
        width: 31%; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head {
          text-align: center;
          padding: 20px 0px;
          border-top: solid 2px #222222;
          border-bottom: solid 2px #222222; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head h3 {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 17px;
            line-height: 30px;
            letter-spacing: 0.3em; }
            #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head h3 span {
              font-family: "Poppins", sans-serif;
              font-size: 12px;
              font-weight: normal;
              line-height: 24px;
              letter-spacing: 0.1em;
              display: block; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl .center {
          text-align: center; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl dt {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 13px;
          font-weight: bold;
          line-height: 24px;
          margin-top: 20px; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl dd .shipping_logo img {
          width: 70%;
          height: auto; } }
@media screen and (max-width: 799px) {
  #shop_wrapper .shopHeader-wrap {
    margin: 0 25px;
    padding-top: 100px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    border-bottom: solid 1px #000; }
    #shop_wrapper .shopHeader-wrap ul {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-end; }
      #shop_wrapper .shopHeader-wrap ul li {
        margin: 0 10px; }
    #shop_wrapper .shopHeader-wrap .header-cart {
      margin-left: 10px; }
      #shop_wrapper .shopHeader-wrap .header-cart img {
        width: 25px;
        height: auto; }
      #shop_wrapper .shopHeader-wrap .header-cart span {
        font-size: 14px; }
  #shop_wrapper ul.pankuzu {
    margin: 0 25px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    #shop_wrapper ul.pankuzu li {
      padding-right: 15px; }
    #shop_wrapper ul.pankuzu li::after {
      content: ">";
      padding-left: 15px;
      color: #CCC; }
    #shop_wrapper ul.pankuzu li:last-child::after {
      content: none; }
  #shop_wrapper .categoryWrap {
    margin: 20px 25px 0px 25px; }
    #shop_wrapper .categoryWrap .cate_name {
      font-size: 17px;
      line-height: 30px;
      text-align: center;
      margin-top: 10px; }
    #shop_wrapper .categoryWrap .item-_num {
      text-align: center; }
    #shop_wrapper .categoryWrap ul.sort-btn {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end; }
      #shop_wrapper .categoryWrap ul.sort-btn li {
        margin: 0 5px; }
        #shop_wrapper .categoryWrap ul.sort-btn li span {
          padding: 3px 15px;
          border: solid 1px #CCC; }
      #shop_wrapper .categoryWrap ul.sort-btn li:last-child {
        margin: 0 0 0 5px; }
  #shop_wrapper header {
    margin: 0 30px;
    padding-top: 40px; }
    #shop_wrapper header .mainImage {
      width: 100%;
      height: 0;
      padding-top: 57.653061224489796%;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/shop/shop_mainImage.png"); }
    #shop_wrapper header h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 7vw;
      font-weight: bold;
      letter-spacing: 0.4em;
      line-height: 1.22em;
      text-align: left;
      margin-top: 20px; }
  #shop_wrapper #contents-1 {
    letter-spacing: 0.2em;
    padding: 10px 0px 0px 0px;
    background-color: #FFF; }
    #shop_wrapper #contents-1 .itemCate {
      margin: 0 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #shop_wrapper #contents-1 .itemCate dl {
        text-align: center;
        margin: 10px 0 0 0; }
        #shop_wrapper #contents-1 .itemCate dl dt img {
          width: 70%;
          height: auto; }
        #shop_wrapper #contents-1 .itemCate dl dd {
          margin-top: 10px; }
    #shop_wrapper #contents-1 .shop_pager {
      margin-top: 50px; }
      #shop_wrapper #contents-1 .shop_pager ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center; }
        #shop_wrapper #contents-1 .shop_pager ul li a {
          padding: 2px 15px 3px 15px;
          margin: 0 10px;
          display: block;
          border: solid 1px #333; }
        #shop_wrapper #contents-1 .shop_pager ul li span {
          color: #CCC;
          padding: 2px 15px 3px 15px;
          margin: 0 10px;
          display: block;
          border: solid 1px #ccc; }
      #shop_wrapper #contents-1 .shop_pager p {
        text-align: center;
        margin-top: 5px; }
  #shop_wrapper #contents-2 {
    display: block;
    margin: 0px 25px;
    padding-top: 20px; }
    #shop_wrapper #contents-2 .item_photo {
      grid-area: photo;
      width: 100%; }
      #shop_wrapper #contents-2 .item_photo img {
        width: 100%;
        height: auto; }
    #shop_wrapper #contents-2 .item_info {
      margin-top: 30px; }
      #shop_wrapper #contents-2 .item_info h1 {
        font-size: 17px;
        font-weight: normal;
        line-height: 30px; }
      #shop_wrapper #contents-2 .item_info .container1 {
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap; }
        #shop_wrapper #contents-2 .item_info .container1 p {
          font-size: 25px; }
          #shop_wrapper #contents-2 .item_info .container1 p span {
            font-size: 14px; }
        #shop_wrapper #contents-2 .item_info .container1 a {
          text-decoration: underline;
          margin-top: 5px; }
      #shop_wrapper #contents-2 .item_info .container2 {
        margin-top: 15px;
        padding: 10px 10px;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        display: flex;
        justify-content: space-between; }
        #shop_wrapper #contents-2 .item_info .container2 span {
          margin-right: 10px; }
        #shop_wrapper #contents-2 .item_info .container2 input.num {
          font-size: 12px;
          line-height: 24px;
          text-align: center;
          width: 50px;
          height: 24px;
          box-sizing: border-box;
          border: solid 1px #999; }
        #shop_wrapper #contents-2 .item_info .container2 button.cartButton {
          color: #FFF;
          font-size: 12px;
          line-height: 24px;
          width: 165px;
          height: 24px;
          box-sizing: border-box;
          margin-left: 40px;
          border: none;
          background-color: #000; }
        #shop_wrapper #contents-2 .item_info .container2 button.cartButton:hover {
          background-color: #666; }
      #shop_wrapper #contents-2 .item_info .container3 {
        font-size: 10px;
        font-weight: normal;
        line-height: 15px;
        color: #898989;
        margin-top: 10px; }
      #shop_wrapper #contents-2 .item_info .container4 {
        margin-top: 20px; }
    #shop_wrapper #contents-2 .item_discription {
      grid-area: discription;
      margin: 50px 0px; }
      #shop_wrapper #contents-2 .item_discription h3 {
        font-size: 17px;
        font-weight: normal;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: solid 1px #CCC; }
      #shop_wrapper #contents-2 .item_discription .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden; }
        #shop_wrapper #contents-2 .item_discription .movie-wrap iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #shop_wrapper #contents-2 .item_discription .howto {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px; }
        #shop_wrapper #contents-2 .item_discription .howto dl {
          text-align: center;
          width: 80%; }
          #shop_wrapper #contents-2 .item_discription .howto dl dt img {
            width: 100%;
            height: auto; }
    #shop_wrapper #contents-2 .review {
      margin: 20px 0px; }
      #shop_wrapper #contents-2 .review h3 {
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.2em; }
      #shop_wrapper #contents-2 .review .review__item_wrap {
        word-break: break-all;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0; }
        #shop_wrapper #contents-2 .review .review__item_wrap .review__item {
          width: 100%;
          padding: 30px;
          border: solid 1px #CCC;
          margin: 10px 0 30px; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading .review__title {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.2em;
            padding-bottom: 5px;
            border-bottom: solid 1px #CCC; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading ul.review-info {
            margin-top: 10px;
            margin-bottom: 15px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__heading ul.review-info li.is-date {
              font-size: 10px;
              color: #CCC; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review__body {
            word-break: break-all; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item img {
            width: 100%;
            height: auto; }
          #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply {
            padding: 10px 20px 10px 20px;
            margin-top: 20px;
            background-color: #EFEFEF; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__ttl {
              border-bottom: solid 1px #CCC; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__body {
              margin-top: 10px; }
            #shop_wrapper #contents-2 .review .review__item_wrap .review__item .review-reply .reply__date {
              font-size: 10px;
              color: #999;
              text-align: right; }
      #shop_wrapper #contents-2 .review .review__btn a {
        color: #FFF;
        text-align: center;
        width: 150px;
        display: block;
        padding: 10px;
        background-color: #000;
        background-image: url("../images/common/plus.svg");
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: 10px center; }
      #shop_wrapper #contents-2 .review .review__btn a:hover {
        background-color: #666; }
  #shop_wrapper #contents-3 {
    margin: 80px 25px 0px 25px; }
    #shop_wrapper #contents-3 .itemCate {
      display: flex;
      flex-wrap: wrap; }
      #shop_wrapper #contents-3 .itemCate dl {
        flex: 0 0 50%;
        padding: 30px 15px;
        box-sizing: border-box;
        display: block; }
        #shop_wrapper #contents-3 .itemCate dl dt img {
          width: 100%; }
        #shop_wrapper #contents-3 .itemCate dl dd {
          text-align: center;
          margin-top: 10px; }
  #shop_wrapper #contents-4 {
    margin-top: 50px; }
    #shop_wrapper #contents-4 h2 {
      font-family: "Poppins", sans-serif;
      font-size: 17px;
      line-height: 30px;
      letter-spacing: 0.3em;
      text-align: center; }
    #shop_wrapper #contents-4 .p-shopguide-wrap {
      width: 100%;
      box-sizing: border-box;
      display: block;
      margin: 30px auto; }
      #shop_wrapper #contents-4 .p-shopguide-wrap .column {
        width: 100%;
        border-bottom: solid 2px #222222; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head {
          text-align: center;
          padding: 20px 0px; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head h3 {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 17px;
            line-height: 30px;
            letter-spacing: 0.3em; }
            #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head h3 span {
              font-family: "Poppins", sans-serif;
              font-size: 12px;
              font-weight: normal;
              line-height: 24px;
              letter-spacing: 0.1em;
              display: block; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head .arrow {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 10px;
            border-top: none;
            border-left: none;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            transform: rotate(45deg); }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column .guide-head.opened .arrow {
          margin: 10px 10px;
          border-bottom: none;
          border-right: none;
          border-top: 2px solid #000;
          border-left: 2px solid #000;
          transform: rotate(45deg); }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl {
          display: none;
          margin: 10px 20px 50px 20px;
          border-top: solid 1px #CCC; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column dl .center {
            text-align: center; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column dl dt {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 13px;
            font-weight: bold;
            line-height: 24px;
            margin-top: 20px; }
          #shop_wrapper #contents-4 .p-shopguide-wrap .column dl dd .shipping_logo img {
            width: 50%;
            height: auto; }
        #shop_wrapper #contents-4 .p-shopguide-wrap .column dl.opened {
          display: block; }
      #shop_wrapper #contents-4 .p-shopguide-wrap .column:first-child {
        border-top: solid 2px #222222; } }
a.toShoppingTop {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 125px;
  margin: 80px auto 100px auto;
  padding: 0px 15px 0px 0px;
  background-image: url("../images/common/allow2.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px auto; }

/* ***************************
   ESTHETIC CSS
*************************** */
@media screen and (min-width: 1000px) {
  #esthe_wrapper header {
    width: 980px;
    margin: 0 auto;
    padding-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    #esthe_wrapper header .mainImage {
      width: 980px;
      height: 565px;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/esthe/esthe_mainImage.png"); }
    #esthe_wrapper header h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 54px;
      font-weight: bold;
      letter-spacing: 0.4em;
      line-height: 66px;
      text-align: left;
      flex: 0 0 620px;
      margin-top: 40px; }
    #esthe_wrapper header p {
      font-size: 12px;
      line-height: 21px;
      text-align: left;
      margin-top: 40px; }
  #esthe_wrapper #contents-2 {
    margin-top: 150px; }
    #esthe_wrapper #contents-2 h2, #esthe_wrapper #contents-2 h3 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      width: 980px;
      margin: 20px auto; }
      #esthe_wrapper #contents-2 h2 span, #esthe_wrapper #contents-2 h3 span {
        font-size: 12px;
        display: block; }
    #esthe_wrapper #contents-2 h3 {
      padding-left: 20px;
      background-image: url("../images/common/maru.png");
      background-repeat: no-repeat;
      background-position: left 8px;
      background-size: 16px auto; }
    #esthe_wrapper #contents-2 .course {
      padding-top: 30px;
      padding-bottom: 30px;
      background-color: #F2F2F2; }
      #esthe_wrapper #contents-2 .course ul {
        width: 980px;
        margin: 20px auto;
        display: flex; }
        #esthe_wrapper #contents-2 .course ul li {
          text-align: center;
          padding-right: 28px;
          margin-left: 10px;
          background-image: url("../images/common/arrow3.svg");
          background-repeat: no-repeat;
          background-position: right 50px;
          background-size: 14px auto; }
          #esthe_wrapper #contents-2 .course ul li p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 10px; }
        #esthe_wrapper #contents-2 .course ul li.course1 {
          margin-left: 0px; }
        #esthe_wrapper #contents-2 .course ul li.course1, #esthe_wrapper #contents-2 .course ul li.course3 {
          width: 157px; }
          #esthe_wrapper #contents-2 .course ul li.course1 img, #esthe_wrapper #contents-2 .course ul li.course3 img {
            width: 100%;
            height: auto; }
        #esthe_wrapper #contents-2 .course ul li.course2 .txt, #esthe_wrapper #contents-2 .course ul li.course4 .txt, #esthe_wrapper #contents-2 .course ul li.course5 .txt {
          font-size: 14px;
          line-height: 25px;
          height: 120px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          border: solid 1px #231815; }
        #esthe_wrapper #contents-2 .course ul li.course2 p, #esthe_wrapper #contents-2 .course ul li.course4 p, #esthe_wrapper #contents-2 .course ul li.course5 p {
          margin-top: 15px; }
        #esthe_wrapper #contents-2 .course ul li.course2 .txt {
          width: 239px; }
        #esthe_wrapper #contents-2 .course ul li.course3, #esthe_wrapper #contents-2 .course ul li.course4 {
          margin-left: 10px; }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt {
          font-size: 12px;
          line-height: 18px;
          width: 135px;
          display: block;
          padding-top: 68px;
          background-repeat: no-repeat;
          background-position: center 10px;
          background-size: 74px auto; }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt.op1 {
          background-image: url("../images/esthe/plus1.png"); }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt.op3 {
          background-image: url("../images/esthe/plus3.png"); }
        #esthe_wrapper #contents-2 .course ul li.course5 {
          padding-right: 0px;
          background-image: none; }
          #esthe_wrapper #contents-2 .course ul li.course5 .txt {
            width: 135px; }
    #esthe_wrapper #contents-2 .course:nth-of-type(2n) {
      background-color: #FFF; }
  #esthe_wrapper #contents-3 {
    margin-top: 40px;
    margin-bottom: 70px; }
    #esthe_wrapper #contents-3 h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      width: 980px;
      margin: 20px auto; }
    #esthe_wrapper #contents-3 .contentsWrap {
      text-align: center;
      width: 980px;
      margin: 20px auto;
      display: flex;
      justify-content: space-between; }
      #esthe_wrapper #contents-3 .contentsWrap .contents {
        width: 31%;
        box-sizing: border-box;
        border: solid 1px #000;
        padding: 18px 18px 30px 18px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents img {
          width: 100%; }
        #esthe_wrapper #contents-3 .contentsWrap .contents h3 {
          font-size: 18px;
          line-height: 30px;
          font-weight: normal;
          margin-top: 15px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents span {
          font-size: 10px;
          line-height: 1.5em;
          height: 30px;
          display: block;
          margin-top: 5px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents p {
          font-size: 11px;
          line-height: 30px;
          letter-spacing: 0.1em;
          margin-top: 15px; }
  #esthe_wrapper #contents-4 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #F2F2F2; }
    #esthe_wrapper #contents-4 h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      width: 980px;
      margin: 20px auto; }
    #esthe_wrapper #contents-4 .optionWrap {
      text-align: center;
      width: 980px;
      margin: 0px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #esthe_wrapper #contents-4 .optionWrap dl {
        flex: 0 0 260px;
        margin-bottom: 30px; }
        #esthe_wrapper #contents-4 .optionWrap dl dt img {
          width: 100%;
          height: auto; }
        #esthe_wrapper #contents-4 .optionWrap dl dd {
          font-size: 16px;
          line-height: 28px; }
  #esthe_wrapper .lineArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 50px auto; }
    #esthe_wrapper .lineArea h2 {
      font-size: 18px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 20px 0px;
      border-bottom: solid 1px #000;
      margin-bottom: 32px; }
    #esthe_wrapper .lineArea p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    #esthe_wrapper .lineArea a {
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      width: 250px;
      height: 32px;
      margin: 30px auto 50px auto;
      display: block;
      background-color: #000; }
    #esthe_wrapper .lineArea a:hover {
      background-color: #666; }
  #esthe_wrapper .telArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 150px auto; }
    #esthe_wrapper .telArea h2 {
      ont-size: 18px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 20px 0px;
      border-bottom: solid 1px #000;
      margin-bottom: 32px; }
    #esthe_wrapper .telArea h3 {
      font-size: 22px;
      line-height: 40px;
      font-weight: normal;
      margin: 20px 0 0px 0; }
    #esthe_wrapper .telArea p {
      font-size: 14px;
      line-height: 22px; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #esthe_wrapper header {
    margin: 0 30px;
    padding-top: 90px;
    display: flex;
    flex-wrap: wrap; }
    #esthe_wrapper header .mainImage {
      width: 100%;
      height: 0;
      padding-top: 57.653061224489796%;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/esthe/esthe_mainImage.png"); }
    #esthe_wrapper header h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 54px;
      font-weight: bold;
      letter-spacing: 0.4em;
      line-height: 66px;
      text-align: left;
      flex: 0 0 580px;
      margin-top: 40px; }
    #esthe_wrapper header p {
      font-size: 12px;
      line-height: 21px;
      text-align: left;
      margin-top: 40px; }
  #esthe_wrapper #contents-2 {
    margin-top: 100px; }
    #esthe_wrapper #contents-2 h2, #esthe_wrapper #contents-2 h3 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      margin: 20px 30px; }
      #esthe_wrapper #contents-2 h2 span, #esthe_wrapper #contents-2 h3 span {
        font-size: 12px;
        display: block; }
    #esthe_wrapper #contents-2 h3 {
      padding-left: 20px;
      background-image: url("../images/common/maru.png");
      background-repeat: no-repeat;
      background-position: left 8px;
      background-size: 16px auto; }
    #esthe_wrapper #contents-2 .course {
      padding-top: 30px;
      padding-bottom: 30px;
      background-color: #F2F2F2; }
      #esthe_wrapper #contents-2 .course ul {
        margin: 0px 30px 20px 30px;
        display: flex;
        flex-wrap: wrap; }
        #esthe_wrapper #contents-2 .course ul li {
          text-align: center;
          padding-right: 28px;
          margin-left: 10px;
          margin-top: 20px;
          background-image: url("../images/common/arrow3.svg");
          background-repeat: no-repeat;
          background-position: right 50px;
          background-size: 14px auto; }
          #esthe_wrapper #contents-2 .course ul li p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 10px; }
        #esthe_wrapper #contents-2 .course ul li.course1 {
          margin-left: 0px; }
        #esthe_wrapper #contents-2 .course ul li.course1, #esthe_wrapper #contents-2 .course ul li.course3 {
          width: 157px; }
          #esthe_wrapper #contents-2 .course ul li.course1 img, #esthe_wrapper #contents-2 .course ul li.course3 img {
            width: 157px;
            height: auto; }
        #esthe_wrapper #contents-2 .course ul li.course2 .txt, #esthe_wrapper #contents-2 .course ul li.course4 .txt, #esthe_wrapper #contents-2 .course ul li.course5 .txt {
          font-size: 14px;
          line-height: 25px;
          height: 120px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          border: solid 1px #231815; }
        #esthe_wrapper #contents-2 .course ul li.course2 p, #esthe_wrapper #contents-2 .course ul li.course4 p, #esthe_wrapper #contents-2 .course ul li.course5 p {
          margin-top: 15px; }
        #esthe_wrapper #contents-2 .course ul li.course2 .txt {
          width: 239px; }
        #esthe_wrapper #contents-2 .course ul li.course3, #esthe_wrapper #contents-2 .course ul li.course4 {
          margin-left: 10px; }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt {
          font-size: 12px;
          line-height: 18px;
          width: 135px;
          display: block;
          padding-top: 68px;
          background-repeat: no-repeat;
          background-position: center 10px;
          background-size: 74px auto; }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt.op1 {
          background-image: url("../images/esthe/plus1.png"); }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt.op3 {
          background-image: url("../images/esthe/plus3.png"); }
        #esthe_wrapper #contents-2 .course ul li.course5 {
          padding-right: 0px;
          background-image: none; }
          #esthe_wrapper #contents-2 .course ul li.course5 .txt {
            width: 135px; }
    #esthe_wrapper #contents-2 .course:nth-of-type(2n) {
      background-color: #FFF; }
  #esthe_wrapper #contents-3 {
    margin-top: 40px;
    margin-bottom: 70px; }
    #esthe_wrapper #contents-3 h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      margin: 20px 30px; }
    #esthe_wrapper #contents-3 .contentsWrap {
      text-align: center;
      margin: 20px 30px;
      display: flex;
      justify-content: space-between; }
      #esthe_wrapper #contents-3 .contentsWrap .contents {
        width: 31%;
        box-sizing: border-box;
        border: solid 1px #000;
        padding: 18px 18px 30px 18px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents img {
          width: 100%; }
        #esthe_wrapper #contents-3 .contentsWrap .contents h3 {
          font-size: 18px;
          line-height: 30px;
          font-weight: normal;
          margin-top: 15px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents span {
          font-size: 10px;
          line-height: 1.5em;
          height: 30px;
          display: block;
          margin-top: 5px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents p {
          font-size: 11px;
          line-height: 30px;
          letter-spacing: 0.1em;
          margin-top: 15px; }
  #esthe_wrapper #contents-4 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #F2F2F2; }
    #esthe_wrapper #contents-4 h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      margin: 20px 30px; }
    #esthe_wrapper #contents-4 .optionWrap {
      text-align: center;
      margin: 0px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #esthe_wrapper #contents-4 .optionWrap dl {
        flex: 0 0 30%;
        margin-bottom: 30px; }
        #esthe_wrapper #contents-4 .optionWrap dl dt img {
          width: 100%;
          height: auto; }
        #esthe_wrapper #contents-4 .optionWrap dl dd {
          font-size: 16px;
          line-height: 28px; }
  #esthe_wrapper .lineArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 50px auto; }
    #esthe_wrapper .lineArea h2 {
      font-size: 18px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 20px 0px;
      border-bottom: solid 1px #000;
      margin-bottom: 32px; }
    #esthe_wrapper .lineArea p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    #esthe_wrapper .lineArea a {
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      width: 250px;
      height: 32px;
      margin: 30px auto 50px auto;
      display: block;
      background-color: #000; }
    #esthe_wrapper .lineArea a:hover {
      background-color: #666; }
  #esthe_wrapper .telArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 150px auto; }
    #esthe_wrapper .telArea h2 {
      ont-size: 18px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 20px 0px;
      border-bottom: solid 1px #000;
      margin-bottom: 32px; }
    #esthe_wrapper .telArea h3 {
      font-size: 22px;
      line-height: 40px;
      font-weight: normal;
      margin: 20px 0 0px 0; }
    #esthe_wrapper .telArea p {
      font-size: 14px;
      line-height: 22px; } }
@media screen and (max-width: 799px) {
  #esthe_wrapper header {
    margin: 0 30px;
    padding-top: 90px; }
    #esthe_wrapper header .mainImage {
      width: 100%;
      height: 0;
      padding-top: 57.653061224489796%;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url("../images/esthe/esthe_mainImage.png"); }
    #esthe_wrapper header h1 {
      font-family: 'Poppins', sans-serif;
      font-size: 7vw;
      font-weight: bold;
      letter-spacing: 0.4em;
      line-height: 1.22em;
      text-align: left;
      margin-top: 20px; }
    #esthe_wrapper header p {
      font-size: 12px;
      line-height: 21px;
      text-align: left;
      margin-top: 30px; }
  #esthe_wrapper #contents-2 {
    margin-top: 100px; }
    #esthe_wrapper #contents-2 h2, #esthe_wrapper #contents-2 h3 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      margin: 20px 30px; }
      #esthe_wrapper #contents-2 h2 span, #esthe_wrapper #contents-2 h3 span {
        font-size: 12px;
        line-height: 18px;
        display: block;
        margin-top: 5px; }
    #esthe_wrapper #contents-2 h2 {
      text-align: center; }
    #esthe_wrapper #contents-2 h3 {
      padding-left: 20px;
      background-image: url("../images/common/maru.png");
      background-repeat: no-repeat;
      background-position: left 8px;
      background-size: 16px auto; }
    #esthe_wrapper #contents-2 .course {
      padding-top: 30px;
      padding-bottom: 30px;
      background-color: #F2F2F2; }
      #esthe_wrapper #contents-2 .course ul {
        margin: 0px 30px 20px 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center; }
        #esthe_wrapper #contents-2 .course ul li {
          text-align: center;
          padding-bottom: 28px;
          margin-top: 20px;
          background-image: url("../images/common/arrow4.svg");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-size: 22px auto; }
          #esthe_wrapper #contents-2 .course ul li p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 10px; }
        #esthe_wrapper #contents-2 .course ul li.course1, #esthe_wrapper #contents-2 .course ul li.course3 {
          margin: 0 20px; }
          #esthe_wrapper #contents-2 .course ul li.course1 img, #esthe_wrapper #contents-2 .course ul li.course3 img {
            width: 100%;
            height: auto; }
        #esthe_wrapper #contents-2 .course ul li.course3 {
          margin-top: 15px; }
        #esthe_wrapper #contents-2 .course ul li.course2, #esthe_wrapper #contents-2 .course ul li.course4, #esthe_wrapper #contents-2 .course ul li.course5 {
          margin-top: 15px; }
          #esthe_wrapper #contents-2 .course ul li.course2 .txt, #esthe_wrapper #contents-2 .course ul li.course4 .txt, #esthe_wrapper #contents-2 .course ul li.course5 .txt {
            font-size: 14px;
            line-height: 25px;
            height: 120px;
            margin: 0 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            border: solid 1px #231815; }
          #esthe_wrapper #contents-2 .course ul li.course2 p, #esthe_wrapper #contents-2 .course ul li.course4 p, #esthe_wrapper #contents-2 .course ul li.course5 p {
            margin-top: 15px; }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt {
          font-size: 12px;
          line-height: 18px;
          display: block;
          padding-top: 68px;
          background-repeat: no-repeat;
          background-position: center 10px;
          background-size: 74px auto; }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt.op1 {
          background-image: url("../images/esthe/plus1.png"); }
        #esthe_wrapper #contents-2 .course ul li.course4 .txt.op3 {
          background-image: url("../images/esthe/plus3.png"); }
        #esthe_wrapper #contents-2 .course ul li.course5 {
          padding-right: 0px;
          background-image: none; }
    #esthe_wrapper #contents-2 .course:nth-of-type(2n) {
      background-color: #FFF; }
  #esthe_wrapper #contents-3 {
    margin-top: 40px;
    margin-bottom: 70px; }
    #esthe_wrapper #contents-3 h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      margin: 20px 30px; }
    #esthe_wrapper #contents-3 .contentsWrap {
      text-align: center;
      margin: 20px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #esthe_wrapper #contents-3 .contentsWrap .contents {
        box-sizing: border-box;
        border: solid 1px #000;
        padding: 18px 18px 30px 18px;
        margin-bottom: 30px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents img {
          width: 100%; }
        #esthe_wrapper #contents-3 .contentsWrap .contents h3 {
          font-size: 18px;
          line-height: 30px;
          font-weight: normal;
          margin-top: 15px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents span {
          font-size: 10px;
          line-height: 1.5em;
          height: 30px;
          display: block;
          margin-top: 5px; }
        #esthe_wrapper #contents-3 .contentsWrap .contents p {
          font-size: 11px;
          line-height: 30px;
          letter-spacing: 0.1em;
          margin-top: 15px; }
  #esthe_wrapper #contents-4 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #F2F2F2; }
    #esthe_wrapper #contents-4 h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      margin: 20px 30px; }
    #esthe_wrapper #contents-4 .optionWrap {
      text-align: center;
      margin: 0px 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #esthe_wrapper #contents-4 .optionWrap dl {
        flex: 0 0 48%;
        margin-bottom: 30px; }
        #esthe_wrapper #contents-4 .optionWrap dl dt img {
          width: 100%;
          height: auto; }
        #esthe_wrapper #contents-4 .optionWrap dl dd {
          font-size: 16px;
          line-height: 28px; }
  #esthe_wrapper .lineArea {
    text-align: center;
    margin: 150px 20px 50px 20px; }
    #esthe_wrapper .lineArea h2 {
      font-size: 18px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 20px 0px;
      border-bottom: solid 1px #000;
      margin-bottom: 32px; }
    #esthe_wrapper .lineArea p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    #esthe_wrapper .lineArea a {
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      width: 250px;
      height: 32px;
      margin: 30px auto 50px auto;
      display: block;
      background-color: #000; }
    #esthe_wrapper .lineArea a:hover {
      background-color: #666; }
  #esthe_wrapper .telArea {
    text-align: center;
    margin: 150px 20px 150px 20px; }
    #esthe_wrapper .telArea h2 {
      font-size: 18px;
      font-weight: normal;
      line-height: 28px;
      text-align: center;
      padding: 20px 0px;
      border-bottom: solid 1px #000;
      margin-bottom: 32px; }
    #esthe_wrapper .telArea h3 {
      font-size: 22px;
      line-height: 40px;
      font-weight: normal;
      margin: 20px 0 0px 0; }
    #esthe_wrapper .telArea p {
      font-size: 14px;
      line-height: 22px; } }
/* ***************************
   ABOUT US CSS
*************************** */
@media screen and (min-width: 1000px) {
  #history_wrapper h1 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    width: 650px;
    margin: 0px auto;
    padding-top: 150px;
    padding-bottom: 15px;
    display: block;
    border-bottom: solid 1px #000; }
  #history_wrapper .section1 {
    width: 880px;
    margin: 0px auto 0px auto;
    margin-top: 75px;
    display: flex; }
    #history_wrapper .section1 .imageWrap {
      width: 255px; }
      #history_wrapper .section1 .imageWrap img {
        width: 221px;
        margin-bottom: 35px; }
    #history_wrapper .section1 .contents h2 {
      font-size: 16px;
      line-height: 26px; }
    #history_wrapper .section1 .contents p {
      margin: 20px 0px; }
  #history_wrapper .section2 {
    margin: 50px auto; }
    #history_wrapper .section2 dl {
      width: 380px;
      margin: 10px auto;
      display: flex; }
      #history_wrapper .section2 dl dt {
        width: 70px; }
      #history_wrapper .section2 dl dd {
        padding-left: 20px;
        background-image: url("../images/common/colon.png");
        background-size: 2px auto;
        background-repeat: no-repeat;
        background-position: left center; }
  #history_wrapper .section3 {
    margin-bottom: 150px; }
    #history_wrapper .section3 h3 {
      font-size: 20px;
      font-weight: normal;
      line-height: 30px;
      text-align: center;
      margin: 40px auto 20px auto; }
    #history_wrapper .section3 span {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.4em;
      text-align: center;
      margin: 50px auto;
      display: block; }
    #history_wrapper .section3 p {
      text-align: center; }
      #history_wrapper .section3 p a {
        color: #fff;
        font-size: 14px;
        width: 300px;
        display: block;
        padding: 10px;
        margin: 50px auto 10px auto;
        background-color: #000; }
      #history_wrapper .section3 p a:hover {
        background-color: #333; }
    #history_wrapper .section3 span.hosoku {
      letter-spacing: 0.1em; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #history_wrapper h1 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    margin: 0px 80px;
    padding-top: 150px;
    padding-bottom: 15px;
    display: block;
    border-bottom: solid 1px #000; }
  #history_wrapper .section1 {
    margin: 0px 30px 0px 30px;
    margin-top: 75px;
    display: flex; }
    #history_wrapper .section1 .imageWrap {
      width: 221px;
      margin-right: 25px; }
      #history_wrapper .section1 .imageWrap img {
        width: 100%;
        margin-bottom: 35px; }
    #history_wrapper .section1 .contents h2 {
      font-size: 16px;
      line-height: 26px; }
    #history_wrapper .section1 .contents p {
      margin: 20px 0px; }
  #history_wrapper .section2 {
    margin: 50px auto; }
    #history_wrapper .section2 dl {
      width: 380px;
      margin: 10px auto;
      display: flex; }
      #history_wrapper .section2 dl dt {
        width: 70px; }
      #history_wrapper .section2 dl dd {
        padding-left: 20px;
        background-image: url("../images/common/colon.png");
        background-size: 2px auto;
        background-repeat: no-repeat;
        background-position: left center; }
  #history_wrapper .section3 {
    margin-bottom: 150px; }
    #history_wrapper .section3 h3 {
      font-size: 20px;
      font-weight: normal;
      line-height: 30px;
      text-align: center;
      margin: 40px auto 20px auto; }
    #history_wrapper .section3 span {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.4em;
      text-align: center;
      margin: 40px auto;
      display: block; }
    #history_wrapper .section3 p {
      text-align: center; }
      #history_wrapper .section3 p a {
        color: #fff;
        font-size: 14px;
        width: 300px;
        display: block;
        padding: 10px;
        margin: 50px auto 10px auto;
        background-color: #000; }
      #history_wrapper .section3 p a:hover {
        background-color: #333; }
    #history_wrapper .section3 span.hosoku {
      letter-spacing: 0.1em; } }
@media screen and (max-width: 799px) {
  #history_wrapper h1 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    letter-spacing: 0.2em;
    margin: 0px 30px;
    padding-top: 100px;
    padding-bottom: 15px;
    display: block;
    border-bottom: solid 1px #000; }
  #history_wrapper .section1 {
    margin: 0px 15px 0px 15px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between; }
    #history_wrapper .section1 .imageWrap {
      flex: 0 0 35%;
      margin-right: 20px; }
      #history_wrapper .section1 .imageWrap img {
        width: 100%;
        margin-bottom: 20px; }
    #history_wrapper .section1 .contents {
      flex: auto; }
      #history_wrapper .section1 .contents h2 {
        font-size: 15px;
        line-height: 24px; }
      #history_wrapper .section1 .contents p {
        margin: 15px 0px; }
  #history_wrapper .section2 {
    margin-top: 30px;
    margin-bottom: 30px; }
    #history_wrapper .section2 dl {
      width: 90%;
      margin: 10px auto;
      display: flex;
      justify-content: center; }
      #history_wrapper .section2 dl dt {
        flex: 0 0 60px; }
      #history_wrapper .section2 dl dd {
        flex: auto;
        padding-left: 15px;
        background-image: url("../images/common/colon.png");
        background-size: 2px auto;
        background-repeat: no-repeat;
        background-position: left 8px; }
  #history_wrapper .section3 {
    margin-bottom: 100px; }
    #history_wrapper .section3 h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 26px;
      text-align: center;
      margin: 30px auto 20px auto; }
    #history_wrapper .section3 span {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.4em;
      text-align: center;
      margin: 30px auto;
      display: block; }
    #history_wrapper .section3 p {
      text-align: center; }
      #history_wrapper .section3 p a {
        color: #fff;
        font-size: 14px;
        width: 300px;
        display: block;
        padding: 10px;
        margin: 50px auto 10px auto;
        background-color: #000; }
      #history_wrapper .section3 p a:hover {
        background-color: #333; }
    #history_wrapper .section3 span.hosoku {
      letter-spacing: 0.1em; } }
/* ***************************
   NEWS CSS
*************************** */
@media screen and (min-width: 1000px) {
  #news_wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 120px;
    padding-bottom: 50px; }
  #news_wrapper .list {
    width: 600px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 10px 20px;
    display: flex;
    transition: all  0.3s ease; }
    #news_wrapper .list dt {
      font-size: 12px;
      font-weight: normal;
      flex: 0 0 100px; }
    #news_wrapper .list dd {
      flex: auto; }
  #news_wrapper .list:hover {
    color: #FFF;
    background-color: #999; }
  #news_wrapper .contents {
    width: 880px;
    margin: 20px auto 50px auto; }
    #news_wrapper .contents h2 {
      font-size: 16px;
      line-height: 26px;
      padding: 15px 0px;
      border-bottom: solid 1px #000; }
    #news_wrapper .contents .date {
      text-align: right; }
    #news_wrapper .contents .textSpace {
      margin-top: 20px; }
      #news_wrapper .contents .textSpace p {
        margin: 15px 0px; }
      #news_wrapper .contents .textSpace img {
        max-width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px; }
  #news_wrapper a.toNewsPage {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    width: 100px;
    margin: 30px auto 100px auto;
    padding: 0px 15px 0px 0px;
    background-image: url("../images/common/allow2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px auto; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #news_wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 120px;
    padding-bottom: 50px; }
  #news_wrapper .list {
    width: 600px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 10px 20px;
    display: flex;
    transition: all  0.3s ease; }
    #news_wrapper .list dt {
      font-size: 12px;
      font-weight: normal;
      flex: 0 0 100px; }
    #news_wrapper .list dd {
      flex: auto; }
  #news_wrapper .list:hover {
    color: #FFF;
    background-color: #999; }
  #news_wrapper .contents {
    margin: 20px 50px 50px 50px; }
    #news_wrapper .contents h2 {
      font-size: 16px;
      line-height: 26px;
      padding: 15px 0px;
      border-bottom: solid 1px #000; }
    #news_wrapper .contents .date {
      text-align: right; }
    #news_wrapper .contents .textSpace {
      margin-top: 20px; }
      #news_wrapper .contents .textSpace p {
        margin: 15px 0px; }
      #news_wrapper .contents .textSpace img {
        max-width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px; }
  #news_wrapper a.toNewsPage {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    width: 100px;
    margin: 30px auto 100px auto;
    padding: 0px 15px 0px 0px;
    background-image: url("../images/common/allow2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px auto; } }
@media screen and (max-width: 799px) {
  #news_wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 120px;
    padding-bottom: 50px; }
  #news_wrapper .list {
    margin: 0 20px;
    margin-top: 5px;
    padding: 10px 20px;
    display: flex;
    transition: all  0.3s ease; }
    #news_wrapper .list dt {
      font-size: 12px;
      font-weight: normal;
      flex: 0 0 100px; }
    #news_wrapper .list dd {
      flex: auto; }
  #news_wrapper .list:hover {
    color: #FFF;
    background-color: #999; }
  #news_wrapper .contents {
    margin: 0px 20px 30px 20px; }
    #news_wrapper .contents h2 {
      font-size: 16px;
      line-height: 26px;
      padding: 15px 0px;
      border-bottom: solid 1px #000; }
    #news_wrapper .contents .date {
      text-align: right; }
    #news_wrapper .contents .textSpace {
      margin-top: 20px; }
      #news_wrapper .contents .textSpace p {
        margin: 15px 0px; }
      #news_wrapper .contents .textSpace img {
        max-width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px; }
  #news_wrapper a.toNewsPage {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    width: 100px;
    margin: 30px auto 100px auto;
    padding: 0px 15px 0px 0px;
    background-image: url("../images/common/allow2.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px auto; } }
/* ***************************
   NEWS CSS
*************************** */
@media screen and (min-width: 1000px) {
  #contact_wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 120px;
    padding-bottom: 50px; }
  #contact_wrapper h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: solid 1px #000; }
  #contact_wrapper .mailForm {
    width: 710px;
    margin: 20px auto 50px auto; }
    #contact_wrapper .mailForm .form {
      margin-top: 50px; }
      #contact_wrapper .mailForm .form .hosoku {
        width: 610px;
        display: block;
        text-align: right;
        margin: 10px auto; }
      #contact_wrapper .mailForm .form .inquiry_type {
        text-align: center;
        width: 610px;
        box-sizing: border-box;
        padding: 30px;
        margin: 20px auto 50px auto;
        background: #FAFAFA; }
        #contact_wrapper .mailForm .form .inquiry_type select {
          background-color: white;
          border: thin solid black;
          border-radius: 4px;
          display: inline-block;
          font: "Noto Sans JP", sans-serif;
          font-size: 15px;
          line-height: 1.5em;
          padding: 0.5em 3.5em 0.5em 1em;
          /* reset */
          margin: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-appearance: none;
          -moz-appearance: none; }
        #contact_wrapper .mailForm .form .inquiry_type select.simpleStyle {
          background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat; }
        #contact_wrapper .mailForm .form .inquiry_type select.simpleStyle:focus {
          background-image: linear-gradient(45deg, #666 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #666 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat;
          border-color: black;
          outline: 0; }
        #contact_wrapper .mailForm .form .inquiry_type select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
        #contact_wrapper .mailForm .form .inquiry_type .confirm {
          margin-bottom: 15px; }
      #contact_wrapper .mailForm .form dl {
        width: 610px;
        display: flex;
        flex-direction: row;
        margin: 20px auto; }
        #contact_wrapper .mailForm .form dl dt {
          text-align: left;
          font-size: 14px;
          line-height: 22px;
          width: 160px;
          padding-top: 10px; }
        #contact_wrapper .mailForm .form dl dd {
          flex: auto;
          width: 450px; }
          #contact_wrapper .mailForm .form dl dd input {
            font-size: 14px;
            line-height: 22px;
            width: 100%;
            box-sizing: border-box;
            padding: 10px;
            background-color: #EFEFEF;
            border: none; }
          #contact_wrapper .mailForm .form dl dd textarea {
            font-size: 14px;
            line-height: 22px;
            width: 100%;
            box-sizing: border-box;
            height: 200px;
            padding: 10px;
            background-color: #EFEFEF;
            border: none; }
      #contact_wrapper .mailForm .form .privacyCheckArea {
        text-align: center;
        width: 610px;
        box-sizing: border-box;
        padding: 30px;
        margin: 50px auto 30px auto;
        background: #FAFAFA; }
        #contact_wrapper .mailForm .form .privacyCheckArea p a {
          text-decoration: underline; }
        #contact_wrapper .mailForm .form .privacyCheckArea a.privacyLink {
          color: #000;
          font-size: 12px;
          line-height: 30px;
          width: 200px;
          height: 32px;
          background-color: #FFF;
          border: solid 1px #CCC;
          display: block;
          margin: 20px auto;
          border-radius: 3px; }
        #contact_wrapper .mailForm .form .privacyCheckArea a.privacyLink:hover {
          color: #666; }
        #contact_wrapper .mailForm .form .privacyCheckArea .privacyChk {
          margin: 30px auto; }
      #contact_wrapper .mailForm .form input[type=checkbox] {
        display: none; }
      #contact_wrapper .mailForm .form input[type=checkbox] + label {
        font-size: 15px;
        box-sizing: border-box;
        cursor: pointer;
        padding: 5px 0px 5px 35px;
        position: relative;
        width: auto; }
      #contact_wrapper .mailForm .form input[type=checkbox] + label::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        content: '';
        background: #FFF;
        border: solid 2px #000; }
      #contact_wrapper .mailForm .form input[type=checkbox]:checked + label::after {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
        display: block;
        height: 10px;
        left: 12px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 5px; }
      #contact_wrapper .mailForm .form .sbumitArea {
        text-align: center;
        margin: 50px auto; }
        #contact_wrapper .mailForm .form .sbumitArea .submit {
          color: #FFF;
          font-size: 14px;
          line-height: 30px;
          width: 150px;
          height: 32px;
          background-color: #000;
          border: none; }
        #contact_wrapper .mailForm .form .sbumitArea .submit:hover {
          background-color: #666; }
      #contact_wrapper .mailForm .form .error {
        color: #950205;
        line-height: 28px; }
      #contact_wrapper .mailForm .form .confirm {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px; }
  #contact_wrapper .mailThanks {
    width: 710px;
    margin: 20px auto 50px auto;
    text-align: center; }
    #contact_wrapper .mailThanks h2 {
      border: none; }
    #contact_wrapper .mailThanks p {
      margin-top: 30px; }
    #contact_wrapper .mailThanks a.toTopPage {
      line-height: 20px;
      width: 80px;
      height: 20px;
      margin: 80px auto;
      display: block;
      padding-right: 20px;
      background-image: url("../images/common/allow2.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 15px auto; }
  #contact_wrapper .lineArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 50px auto; }
    #contact_wrapper .lineArea h2 {
      margin-bottom: 32px; }
    #contact_wrapper .lineArea p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    #contact_wrapper .lineArea a {
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      width: 250px;
      height: 32px;
      margin: 30px auto 50px auto;
      display: block;
      background-color: #000; }
    #contact_wrapper .lineArea a:hover {
      background-color: #666; }
  #contact_wrapper .telArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 150px auto; }
    #contact_wrapper .telArea h2 {
      margin-bottom: 32px; }
    #contact_wrapper .telArea h3 {
      font-size: 22px;
      line-height: 40px;
      font-weight: normal;
      margin: 20px 0 0px 0; }
    #contact_wrapper .telArea p {
      font-size: 14px;
      line-height: 22px; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #contact_wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 120px;
    padding-bottom: 50px; }
  #contact_wrapper h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: solid 1px #000; }
  #contact_wrapper .mailForm {
    width: 710px;
    margin: 20px auto 50px auto; }
    #contact_wrapper .mailForm .form {
      margin-top: 50px; }
      #contact_wrapper .mailForm .form .hosoku {
        width: 610px;
        display: block;
        text-align: right;
        margin: 10px auto; }
      #contact_wrapper .mailForm .form .inquiry_type {
        text-align: center;
        width: 610px;
        box-sizing: border-box;
        padding: 30px;
        margin: 20px auto 50px auto;
        background: #FAFAFA; }
        #contact_wrapper .mailForm .form .inquiry_type select {
          background-color: white;
          border: thin solid black;
          border-radius: 4px;
          display: inline-block;
          font: "Noto Sans JP", sans-serif;
          font-size: 15px;
          line-height: 1.5em;
          padding: 0.5em 3.5em 0.5em 1em;
          /* reset */
          margin: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-appearance: none;
          -moz-appearance: none; }
        #contact_wrapper .mailForm .form .inquiry_type select.simpleStyle {
          background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat; }
        #contact_wrapper .mailForm .form .inquiry_type select.simpleStyle:focus {
          background-image: linear-gradient(45deg, #666 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #666 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat;
          border-color: black;
          outline: 0; }
        #contact_wrapper .mailForm .form .inquiry_type select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
        #contact_wrapper .mailForm .form .inquiry_type .confirm {
          margin-bottom: 15px; }
      #contact_wrapper .mailForm .form dl {
        width: 610px;
        display: flex;
        flex-direction: row;
        margin: 20px auto; }
        #contact_wrapper .mailForm .form dl dt {
          text-align: left;
          font-size: 14px;
          line-height: 22px;
          width: 160px;
          padding-top: 10px; }
        #contact_wrapper .mailForm .form dl dd {
          flex: auto;
          width: 450px; }
          #contact_wrapper .mailForm .form dl dd input {
            font-size: 14px;
            line-height: 22px;
            width: 100%;
            box-sizing: border-box;
            padding: 10px;
            background-color: #EFEFEF;
            border: none; }
          #contact_wrapper .mailForm .form dl dd textarea {
            font-size: 14px;
            line-height: 22px;
            width: 100%;
            box-sizing: border-box;
            height: 200px;
            padding: 10px;
            background-color: #EFEFEF;
            border: none; }
      #contact_wrapper .mailForm .form .privacyCheckArea {
        text-align: center;
        width: 610px;
        box-sizing: border-box;
        padding: 30px;
        margin: 50px auto 30px auto;
        background: #FAFAFA; }
        #contact_wrapper .mailForm .form .privacyCheckArea p a {
          text-decoration: underline; }
        #contact_wrapper .mailForm .form .privacyCheckArea a.privacyLink {
          color: #000;
          font-size: 12px;
          line-height: 30px;
          width: 200px;
          height: 32px;
          background-color: #FFF;
          border: solid 1px #CCC;
          display: block;
          margin: 20px auto;
          border-radius: 3px; }
        #contact_wrapper .mailForm .form .privacyCheckArea a.privacyLink:hover {
          color: #666; }
        #contact_wrapper .mailForm .form .privacyCheckArea .privacyChk {
          margin: 30px auto; }
      #contact_wrapper .mailForm .form input[type=checkbox] {
        display: none; }
      #contact_wrapper .mailForm .form input[type=checkbox] + label {
        font-size: 15px;
        box-sizing: border-box;
        cursor: pointer;
        padding: 5px 0px 5px 35px;
        position: relative;
        width: auto; }
      #contact_wrapper .mailForm .form input[type=checkbox] + label::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        content: '';
        background: #FFF;
        border: solid 2px #000; }
      #contact_wrapper .mailForm .form input[type=checkbox]:checked + label::after {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
        display: block;
        height: 10px;
        left: 12px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 5px; }
      #contact_wrapper .mailForm .form .sbumitArea {
        text-align: center;
        margin: 50px auto; }
        #contact_wrapper .mailForm .form .sbumitArea .submit {
          color: #FFF;
          font-size: 14px;
          line-height: 30px;
          width: 150px;
          height: 32px;
          background-color: #000;
          border: none; }
        #contact_wrapper .mailForm .form .sbumitArea .submit:hover {
          background-color: #666; }
      #contact_wrapper .mailForm .form .error {
        color: #950205;
        line-height: 28px; }
      #contact_wrapper .mailForm .form .confirm {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px; }
  #contact_wrapper .mailThanks {
    width: 710px;
    margin: 20px auto 50px auto;
    text-align: center; }
    #contact_wrapper .mailThanks h2 {
      border: none; }
    #contact_wrapper .mailThanks p {
      margin-top: 30px; }
    #contact_wrapper .mailThanks a.toTopPage {
      line-height: 20px;
      width: 80px;
      height: 20px;
      margin: 80px auto;
      display: block;
      padding-right: 20px;
      background-image: url("../images/common/allow2.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 15px auto; }
  #contact_wrapper .lineArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 50px auto; }
    #contact_wrapper .lineArea h2 {
      margin-bottom: 32px; }
    #contact_wrapper .lineArea p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    #contact_wrapper .lineArea a {
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      width: 250px;
      height: 32px;
      margin: 30px auto 50px auto;
      display: block;
      background-color: #000; }
    #contact_wrapper .lineArea a:hover {
      background-color: #666; }
  #contact_wrapper .telArea {
    text-align: center;
    width: 710px;
    margin: 150px auto 150px auto; }
    #contact_wrapper .telArea h2 {
      margin-bottom: 32px; }
    #contact_wrapper .telArea h3 {
      font-size: 22px;
      line-height: 40px;
      font-weight: normal;
      margin: 20px 0 0px 0; }
    #contact_wrapper .telArea p {
      font-size: 14px;
      line-height: 22px; } }
@media screen and (max-width: 799px) {
  #contact_wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 120px;
    padding-bottom: 50px; }
  #contact_wrapper h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: solid 1px #000; }
  #contact_wrapper .mailForm {
    margin: 20px 20px 50px 20px; }
    #contact_wrapper .mailForm .form {
      margin-top: 50px; }
      #contact_wrapper .mailForm .form .hosoku {
        display: block;
        text-align: right;
        margin: 10px auto; }
      #contact_wrapper .mailForm .form .inquiry_type {
        text-align: center;
        box-sizing: border-box;
        padding: 30px 30px;
        margin: 20px auto 0px auto;
        background: #FAFAFA; }
        #contact_wrapper .mailForm .form .inquiry_type select {
          background-color: white;
          border: thin solid black;
          border-radius: 4px;
          display: inline-block;
          font: "Noto Sans JP", sans-serif;
          font-size: 14px;
          line-height: 1.5em;
          padding: 0.5em 3.5em 0.5em 1em;
          /* reset */
          margin: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-appearance: none;
          -moz-appearance: none; }
        #contact_wrapper .mailForm .form .inquiry_type select.simpleStyle {
          background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat; }
        #contact_wrapper .mailForm .form .inquiry_type select.simpleStyle:focus {
          background-image: linear-gradient(45deg, #666 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #666 50%), linear-gradient(to right, #ccc, #ccc);
          background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat;
          border-color: black;
          outline: 0; }
        #contact_wrapper .mailForm .form .inquiry_type select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
      #contact_wrapper .mailForm .form dl {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 20px auto; }
        #contact_wrapper .mailForm .form dl dt {
          text-align: left;
          font-size: 14px;
          line-height: 22px;
          width: 160px;
          padding-top: 10px; }
        #contact_wrapper .mailForm .form dl dd {
          flex: auto;
          margin-top: 10px; }
          #contact_wrapper .mailForm .form dl dd input {
            font-size: 14px;
            line-height: 22px;
            width: 100%;
            box-sizing: border-box;
            padding: 10px;
            background-color: #EFEFEF;
            border: none; }
          #contact_wrapper .mailForm .form dl dd textarea {
            font-size: 14px;
            line-height: 22px;
            width: 100%;
            box-sizing: border-box;
            height: 200px;
            padding: 10px;
            background-color: #EFEFEF;
            border: none; }
      #contact_wrapper .mailForm .form .privacyCheckArea {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 30px;
        margin: 50px auto 30px auto;
        background: #FAFAFA; }
        #contact_wrapper .mailForm .form .privacyCheckArea p a {
          text-decoration: underline; }
        #contact_wrapper .mailForm .form .privacyCheckArea a.privacyLink {
          color: #000;
          font-size: 12px;
          line-height: 30px;
          width: 200px;
          height: 32px;
          background-color: #FFF;
          border: solid 1px #CCC;
          display: block;
          margin: 20px auto;
          border-radius: 3px; }
        #contact_wrapper .mailForm .form .privacyCheckArea a.privacyLink:hover {
          color: #666; }
        #contact_wrapper .mailForm .form .privacyCheckArea .privacyChk {
          margin: 30px auto; }
      #contact_wrapper .mailForm .form input[type=checkbox] {
        display: none; }
      #contact_wrapper .mailForm .form input[type=checkbox] + label {
        font-size: 15px;
        box-sizing: border-box;
        cursor: pointer;
        padding: 5px 0px 5px 35px;
        position: relative;
        width: auto; }
      #contact_wrapper .mailForm .form input[type=checkbox] + label::before {
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        content: '';
        background: #FFF;
        border: solid 2px #000; }
      #contact_wrapper .mailForm .form input[type=checkbox]:checked + label::after {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
        display: block;
        height: 10px;
        left: 12px;
        margin-top: -7px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        width: 5px; }
      #contact_wrapper .mailForm .form .sbumitArea {
        text-align: center;
        margin: 50px auto; }
        #contact_wrapper .mailForm .form .sbumitArea .submit {
          color: #FFF;
          font-size: 14px;
          line-height: 30px;
          width: 150px;
          height: 32px;
          background-color: #000;
          border: none; }
        #contact_wrapper .mailForm .form .sbumitArea .submit:hover {
          background-color: #666; }
      #contact_wrapper .mailForm .form .error {
        color: #950205;
        line-height: 28px; }
      #contact_wrapper .mailForm .form .confirm {
        font-size: 14px;
        line-height: 22px;
        margin-left: 15px; }
  #contact_wrapper .mailThanks {
    margin: 20px 20px 50px 20px;
    text-align: center; }
    #contact_wrapper .mailThanks h2 {
      border: none; }
    #contact_wrapper .mailThanks p {
      margin-top: 30px; }
    #contact_wrapper .mailThanks a.toTopPage {
      line-height: 20px;
      width: 80px;
      height: 20px;
      margin: 80px auto;
      display: block;
      padding-right: 20px;
      background-image: url("../images/common/allow2.svg");
      background-repeat: no-repeat;
      background-position: right;
      background-size: 15px auto; }
  #contact_wrapper .lineArea {
    text-align: center;
    margin: 150px 20px 50px 20px; }
    #contact_wrapper .lineArea h2 {
      margin-bottom: 32px; }
    #contact_wrapper .lineArea p {
      font-size: 14px;
      line-height: 22px;
      margin-top: 10px; }
    #contact_wrapper .lineArea a {
      color: #FFF;
      font-size: 14px;
      line-height: 30px;
      width: 250px;
      height: 32px;
      margin: 30px auto 50px auto;
      display: block;
      background-color: #000; }
    #contact_wrapper .lineArea a:hover {
      background-color: #666; }
  #contact_wrapper .telArea {
    text-align: center;
    margin: 150px 20px 150px 20px; }
    #contact_wrapper .telArea h2 {
      margin-bottom: 32px; }
    #contact_wrapper .telArea h3 {
      font-size: 22px;
      line-height: 40px;
      font-weight: normal;
      margin: 20px 0 0px 0; }
    #contact_wrapper .telArea p {
      font-size: 14px;
      line-height: 22px; } }
/* ***************************
   PRIVACY POLICY
   TOKUSHOUHOU
*************************** */
@media screen and (min-width: 1000px) {
  #textPage_wrapper h1 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.2em;
    width: 880px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 1px #000; }
  #textPage_wrapper section {
    width: 880px;
    margin: 0 auto;
    margin-top: 75px; }
    #textPage_wrapper section h3 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 30px; }
    #textPage_wrapper section dl {
      width: 880px;
      margin: 0 auto;
      margin-top: 20px;
      display: flex; }
      #textPage_wrapper section dl dt {
        font-size: 12px;
        font-weight: bold;
        flex: 0 0 200px; }
      #textPage_wrapper section dl dd {
        flex: auto; }
    #textPage_wrapper section p {
      margin-top: 15px; } }
@media screen and (min-width: 800px) and (max-width: 999px) {
  #textPage_wrapper h1 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.2em;
    margin: 0 30px;
    padding-top: 150px;
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 1px #000; }
  #textPage_wrapper section {
    margin: 0 30px;
    margin-top: 75px; }
    #textPage_wrapper section h3 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 30px; }
    #textPage_wrapper section dl {
      margin: 0 auto;
      margin-top: 20px;
      display: flex; }
      #textPage_wrapper section dl dt {
        font-size: 12px;
        font-weight: bold;
        flex: 0 0 200px; }
      #textPage_wrapper section dl dd {
        flex: auto; }
    #textPage_wrapper section p {
      margin-top: 15px; } }
@media screen and (max-width: 799px) {
  #textPage_wrapper h1 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.2em;
    margin: 0 20px;
    padding-top: 100px;
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 1px #000; }
  #textPage_wrapper section {
    margin: 0 20px;
    margin-top: 50px; }
    #textPage_wrapper section h3 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 30px; }
    #textPage_wrapper section dl {
      margin: 0 auto;
      margin-top: 20px; }
      #textPage_wrapper section dl dt {
        font-size: 12px;
        font-weight: bold; }
    #textPage_wrapper section p {
      margin-top: 15px; } }

/*# sourceMappingURL=style.css.map */
