@charset "UTF-8";
@media screen and (max-width: 900px) {
  /*--------------------------------------------------------
  定数
  --------------------------------------------------------*/
  .visible900 {
    display: block;
    margin: auto;
  }
  .hidden900 {
    display: none;
  }
  /*--------------------------------------------------------
  定数（基本的に、全サイト共通に使えるもの）
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  サイト毎に変化のある定数
  --------------------------------------------------------*/
  .contents {
    width: 100%;
  }
  .img_center {
    margin-left: 0px;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .plus {
    width: 20px; 
    height: 20px; 
  }
  /*--------------------------------------------------------
  フッター
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /* --共通-- */
  /* --共通-- */
  /*--header--*/
  /*--header-end--*/
  /*--contents--*/
  /*--contents-end--*/
  /*--footer--*/
  /*--footer-end--*/
  /* --プラポリ-- */
  /* --プラポリ-end-- */
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 800px) {
  .feature_txt-unit > p:nth-of-type(1) {
    width: 170px;
  }

  .plus {
    left: 35%;
  }
  .plus2 {
    left: 33.7%;
  }
  .plus3 {
    left: 25%;
  }
}
@media screen and (max-width: 700px) {
  .plus {
    left: 35%;
  }
  .plus2 {
    left: 33.6%;
  }
  .plus3 {
    left: 23%;
  }
}
@media screen and (max-width: 600px) {
  .visible600 {
    display: block;
    margin: auto;
  }
  .hidden600 {
    display: none;
  }
  body {
    font-size: 1.6rem;
  } /*todo 要調査*/
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  .copyright,
.copyright a {
    font-size: 1.2rem;
  }
  .privacy_title {
    font-size: 7vw;
  }
  .privacy_head {
    font-size: 4vw;
  }
  .privacy_contents {
    font-size: 1.4rem;
  }
  .plus {
    left: 35%;
  }
  .plus2 {
    left: 33%;
  }
  .plus3 {
    left: 21.5%;
  }
  label  {
    font-size: 18px;
  }
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 550px) {
  .plus {
    left: 30%;
  }
  .plus2 {
    left: 28%;
  }
  .plus3 {
    left: 15%;
  }
}
@media screen and (max-width: 500px) {
  .visible500 {
    display: block;
    margin: auto;
  }
  .hidden500 {
    display: none;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  .info_txt-unit {
    display: block;
  }
  .feature_txt-unit {
    display: block;
  }
  .feature_txt-unit > p:nth-of-type(2) {
    width: auto;
  }
  .plus {
    left: 25%;
  }
  .plus2 {
    left: 23%;
  }
  .plus3 {
    left: 9%;
  }
  .plus {
    width: 15px; 
    height: 15px; 
  }
  .space {
    height: 170px;
  }
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 400px) {
  .visible400 {
    display: block;
    margin: auto;
  }
  .hidden400 {
    display: none;
  }
  .privacy_subtitle {
    font-size: 1.18em;
  }
  .plus {
    left: 26%;
  }
  .plus2 {
    left: 23%;
  }
  .plus3 {
    left: 9%;
  }
  label {
    font-size: 16px;
  }
  .space {
    height: 130px;
  }
}
@media screen and (max-width: 320px) {
  .visible320 {
    display: block;
    margin: auto;
  }
  .hidden320 {
    display: none;
  }
}
/* 360px以下の場合　これ以上小さくしたくない場合は横スクロール対応 */
@media screen and (max-width: 359px) {
  body {
    overflow-x: visible;
  }
  .contents {
    min-width: 360px;
  }
  .contents1800 {
    min-width: 360px;
  }
  header {
    min-width: 360px;
  }
  footer {
    min-width: 360px;
  }
}
/*# sourceMappingURL=base_sp.css.map */