@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;
  }
  /*--------------------------------------------------------
  フッター
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /* --共通-- */
  /* --共通-- */
  /*--header--*/
  /*--header-end--*/
  /*--contents--*/
  .hsha_01_01, .hsha_02_01, .hsha_02_03, .hsha_03_01, .hsha_04_01, .hsha_05_01, .hsha_06_01 {
    margin-top: -7.5%;
  }
  .answer1 p, .answer2-2 p {
    width: 40%;
  }
  .answer4 p, .answer5 p, .answer6 p {
    width: 88.8%;
  }
  .answer1 {
    top: 35%;
  }
  .answer3, .answer4, .answer5, .answer6 {
    width: 94.4%;
  }
  .space {
    height: 200px;
  }
  .hsha_02_btn01, .answer4btn, .answer5btn, .answer6btn {
    width: 42.2%;
  }
  .custom-select {
    font-size: 30px;
  }
  .custom-select-wrapper::after {
    font-size: 27px;
  }
  .answer6btn {
    top: 72%;
  }
  .answer6 {
    top: 30%;
  }
  .hsha_07_03 {
    width: 100%;
  }
  /*--contents-end--*/
  /*--footer--*/
  /*--footer-end--*/
  /* --プラポリ-- */
  /* --プラポリ-end-- */
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 750px) {
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  .custom-select {
    font-size: 23px;
    padding: 2% 5%;
  }
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@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;
  }
  .space {
    height: 150px;
  }
  .custom-select {
    font-size: 18px;
  }
  .custom-select-wrapper::after {
    font-size: 20px;
  }
  .hsha_02_btn01 {
    margin-top: 5%;
  }
  .answer6btn {
    top: 71%;
  }
  .custom-select {
  border-radius: 17px;
  border: 3px solid #754c24;
  }
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 500px) {
  .visible500 {
    display: block;
    margin: auto;
  }
  .hidden500 {
    display: none;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 400px) {
  .visible400 {
    display: block;
    margin: auto;
  }
  .hidden400 {
    display: none;
  }
  .privacy_subtitle {
    font-size: 1.18em;
  }
  .space {
    height: 100px;
  }
  .hsha_02_btn01 {
    margin-top: 4%;
  }
  .answer4btn {
    top: 73%;
  }
  .answer5btn {
    top: 75%;
  }
  .answer6btn {
    top: 71%;
  }
}
@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 */