@charset "UTF-8";
@media screen and (max-width: 900px) {
  .fixed-bg{
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-image: url("./../img/mksi_05.png");
  }
  .questions > p{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .questions > p >img{
    width: 98%;
  }
  /*--------------------------------------------------------
  定数
  --------------------------------------------------------*/
  .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: 768px) {
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 700px) {
  .cookie_contents h3 {
    padding-left: 6%;
    font-weight: bold;
    margin-top: 5%;
  }
}
@media screen and (max-width: 640px) {
  .law_wrap p,
  .privacy_wrap p,
  .service_wrap p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 546px) {
  .fixed-bg{
    min-height: 100vh;
    background-attachment: fixed;
    background-size: contain;
    background-position: top;
    background-image: url("./../img/mksi_05.png");
  }
}
@media screen and (max-width: 600px) {
  .law_wrap p, .privacy_wrap p, .service_wrap{
    font-size: 1.2rem;
  }
  .privacy_contents {
    font-size: 1.4rem;
  }
  .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) {
  .privacy_subtitle, .cookie_subtitle, .law_subtitle {
    font-size: 1.18em;
  }
  .visible500 {
    display: block;
    margin: auto;
  }
  .hidden500 {
    display: none;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 450px) {
  .privacy_subtitle, .cookie_subtitle, .law_subtitle {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 400px) {
  .visible400 {
    display: block;
    margin: auto;
  }
  .hidden400 {
    display: none;
  }
  .privacy_subtitle {
    font-size: 1.18em;
  }
}
@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;
  } 
} */