@charset "UTF-8";
@media screen and (max-width: 900px) {
  .bg {
    border-radius: 4px;
  }
  .bg2 {
    border-radius: 4px;
  }
  .bg3 {
    border-radius: 4px;
  }
  .bg4 {
    border-radius: 4px;
  }
  .bg5 {
    border-radius: 4px;
  }
  .bg6 {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 0%;
    height: 19.5%;
    top: 38.5%;
    left: 0;
    z-index: 1;
    background-color: #ffcaca;
    border-radius: 4px;
    animation-name: slideInLeft6;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
  .bg7 {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 0%;
    height: 19.5%;
    top: 80.5%;
    left: 0;
    z-index: 1;
    background-color: #ffcaca;
    border-radius: 4px;
    animation-name: slideInLeft7;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .select_answer3 {
    font-size: 3vw;
    width: 100%;
    position: relative;
    z-index: 2;
    color: black;
    padding-left: 5%;
  }
  .select_answer2 {
    font-size: 3vw;
    width: 100%;
    position: relative;
    z-index: 2;
    color: black;
    padding-left: 5%;
  }
  .select_answer {
    font-size: 3vw;
    width: 100%;
    position: relative;
    z-index: 2;
    color: black;
    padding-left: 5%;
  }
  .select_percent{
    top: 0%;
    right: 0%;
    z-index: 4;
    font-size: 3vw;
  }
  .select_percent2{
    top: 67%;
    right: 0%;
    z-index: 4;
    font-size: 3vw;
  }
  .select_percent3{
    top: 39.1%;
    right: 0%;
    z-index: 4;
    font-size: 3vw;
  }
  .select_percent4{
    top: 78.3%;
    right: 0%;
    z-index: 4;
    font-size: 3vw;
  }
  /*--------------------------------------------------------
  定数
  --------------------------------------------------------*/
  .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) {
  h1{
    font-size: 3rem;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 640px) {
  .law_wrap p, .privacy_wrap p, .service_wrap p{
    font-size: 1.5rem;
  }
}
@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;
  }
 
  .law_wrap p, .privacy_wrap p, .service_wrap{
    font-size: 1.2rem;
  }
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 500px) {
  h1{
    font-size: 2.5rem;
  }
  .visible500 {
    display: block;
    margin: auto;
  }
  .hidden500 {
    display: none;
  }
  .privacy_subtitle {
    font-size: 1.18em;
  }
  .law_subtitle {
    font-size: 1.18em;
  }
  /*--------------------------------------------------------
  ↓↓↓ 各種レイアウト ↓↓↓
  --------------------------------------------------------*/
  /*--------------------------------------------------------
  ↑↑↑ 各種レイアウト ↑↑↑
  --------------------------------------------------------*/
}
@media screen and (max-width: 400px) {
  .visible400 {
    display: block;
    margin: auto;
  }
  .hidden400 {
    display: none;
  }
  .privacy_subtitle {
    font-size: 1.18em;
  }
  .law_subtitle {
    font-size: 1.18em;
  }
  h1{
    font-size: 2rem;
  }
  
}
@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;
  } 
} */