@charset "UTF-8";
@media screen and (max-width: 900px) {
  .sml {
    top: 73%;
    right: 8%;
    font-size: 2.5vw;
    text-align: right;
    font-weight: 600;
  }
  .icon2{
    width: 40%;
    padding-top: 2%;
  }
  .btn_ref {
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
  .btn a {
    font-size: 31px;
}
  .txt1,
  .txt2 {
    font-size: 2.5vw;
  }
  .img {
    width: 53%;
  }
  .txt1 {
    top: 17%;
  }
  .txt2 {
    top: 26.3%;
}
  /*--------------------------------------------------------
  定数
  --------------------------------------------------------*/
  .visible900 {
    display: block;
    margin: auto;
  }
  .hidden900 {
    display: none;
  }
  /*--------------------------------------------------------
  定数（基本的に、全サイト共通に使えるもの）
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  サイト毎に変化のある定数
  --------------------------------------------------------*/
  .contents {
    width: 100%;
  }
  .img_center {
    margin-left: 0px;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 800px) {
  .font_normal {
    font-size: 18px;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 700px) {
  .sp_padding {
    padding-bottom: 14%;
  }
  .txt2 {
    top: 18.3%;
  }
  .btn a {
    font-size: 27px;
  }
  .btn {
    width: 71%;
    padding: 2.7%;
  }
  .title {
    font-size: 26px;
  }
  .font_large {
    font-size: 22px;
  }
  .icon {
    width: 44%;
    padding: 4% 0;
    margin: 0 auto;
  }
  .bg-txt {
    font-size: 16px;
  }
  .font_normal {
    font-size: 16px;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@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;
  }
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 500px) {
  .alert {
    font-size: 12px;
  }
  .btn {
    width: 84%;
  }
  .font_large {
    font-size: 20px;
  }
  .bg-txt {
    font-size: 15px;
  }
  .btn a {
    font-size: 23px;
  }
  
  .visible500 {
    display: block;
    margin: auto;
  }
  .hidden500 {
    display: none;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 400px) {
  .content_style {
    padding: 3% 6% 7% 6%;
}
  .btn_ref {
    top: 22%;
}
  .txt1 {
    top: 13%;
}
.txt2 {
  top: 17.6%;
}
  .txt1, .txt2 {
    font-size: 2.8vw;
}
  .alert {
    font-size: 12px;
  }
  .btn {
    width: 87%;
    border-radius: 19px;
  }
  .title {
    font-size: 22px;
  }
  .padding_t60 {
    padding-top: 13%;
  }
  .font_large {
    font-size: 17px;
  }
  .bg-txt {
    font-size: 14px;
  }
  .font_normal {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  .btn a {
    font-size: 20px;
}
.btn {
  width: 87%;
  border-radius: 14px;
}

.alert {
  font-size: 10px;
}
.bg-txt, .font_normal {
  font-size: 13px;
}
}
@media screen and (max-width: 319px) {
  body {
    overflow-x: visible;
  }
  .contents {
    min-width: 320px;
  }
  .contents1800 {
    min-width: 320px;
  }
  header {
    min-width: 320px;
  }
  footer {
    min-width: 320px;
  }
}
/* 360px以下の場合　これ以上小さくしたくない場合は横スクロール対応 */
/* @media screen and (max-width: 359px) {
  body {
    overflow-x: hidden;
  }
  .contents {
    min-width: 360px;
  } 
  .contents1800 {
    min-width: 360px;
  }
  header {
    min-width: 360px;
  }
   footer {
    min-width: 360px;
  } 
} */
