/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (max-width: 500px) {
  #header .logo {
    font-size: 80%;
  }
  #header .logo img {
    height: 35px;
  }
}
@media (max-width: 420px) {
  #header .logo {
    font-size: 75%;
  }
  #header .logo img {
    height: 30px;
  }
}
@media (max-width: 360px) {
  #header .logo {
    font-size: 70%;
  }
  #header .logo img {
    height: 28px;
  }
}
@media (max-width: 320px) {
  #header .logo img {
    height: 25px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .section-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 1.375rem;
  }
}
/*--------------------------------------------------------------
#app Section
--------------------------------------------------------------*/
/*背景画像固定*/
@media (min-width: 1024px) {
  #app {
    background-attachment: fixed;
  }
}
@media (max-height: 800px) {
  #app {
    height: auto;
  }
}
@media (max-width: 992px) {
  #app {
    height: auto;
  }
}
/*背景画像位置・p位置・app-boxes位置*/
@media (min-width: 1620px) {
  #app {
    background-position: center -200px !important;
  }
  #app .intro {
    top: 60% !important;
  }
}
@media (min-width: 1400px) {
  #app h1 {
    top: 1.5rem !important;
  }
  #app .intro {
    top: 35% !important;
    font-size: 120% !important;
  }
  #app .credit {
    top: 25% !important;
  }
  #app .app-boxes {
    padding-top: 700px !important;
  }
}
@media (min-width: 1200px) {
  #app {
    background-position: center -140px;
  }
  #app h1 {
    top: 1rem;
  }
  #app h1 img {
    width: 280px;
  }
  #app .intro {
    right: 1.25rem;
    top: 28%;
    font-size: 110%;
  }
  #app .credit {
    top: 21%;
    color: rgba(246, 244, 243, .8);
  }
  #app .app-boxes {
    padding-top: 580px;
  }
}
@media (max-width: 1199px) {
  #app {
    background-position: center -130px;
  }
  #app h1 {
    top: 1rem;
  }
  #app h1 img {
    top: 0;
    width: 200px;
  }
  #app .intro {
    right: 1.25rem;
    top: 28%;
  }
  #app .credit {
    top: 17%;
    color: rgba(246, 244, 243, .8);
  }
  #app .app-boxes {
    padding-top: 520px;
  }
}
@media (max-width: 991px) {
  #app {
    background-position: center -50px;
  }
  #app h1 {
    top: 0;
  }
  #app h1 img {
    width: 200px;
  }
  #app .intro {
    right: 0;
    top: 23%;
  }
  #app .credit {
    top: 20%;
  }
  #app .app-boxes {
    padding-top: 490px;
  }
  #app .app-box h2.title {
    font-size: 1.4rem;
  }
}
@media (max-width: 880px) {
  #app .credit {
    color: rgba(102, 101, 100, .7);
  }
}
@media (max-width: 767px) {
  #app h1 img {
    width: 150px;
  }
  #app .intro {
    top: 15%;
    font-size: 100%;
  }
  #app .credit {
    top: 13%;
    font-size: 75%;
  }
  #app .app-boxes {
    padding-top: 500px;
  }
}
@media (max-width: 720px) {
  #app {
    background-size: 120%;
  }
  #app h1 {
    right: 1rem;
  }
  #app h1 img {
    width: 140px;
  }
  #app .intro {
    top: 17%;
  }
  #app .credit {
    top: 15%;
  }
  #app .app-boxes {
    padding-top: 530px;
  }
}
@media (max-width: 650px) {
  #app {
    background-position: center -30px;
  }
}
@media (max-width: 575px) {
  #app {
    background-size: 150%;
  }
  #app h1 {
    top: 0;
  }
  #app .intro {
    top: 17%;
    margin: 0 1.25rem;
  }
  #app .credit {
    top: 15%;
  }
  #app .app-boxes {
    padding-top: 550px;
  }
}
@media (max-width: 500px) {
  #app {
    background-position: center -20px;
    background-size: 150%;
  }
  #app h1 img {
    width: 130px;
  }
  #app .intro {
    top: 14%;
  }
  #app .credit {
    top: 12%;
  }
  #app .app-boxes {
    padding-top: 500px;
  }
}
@media (max-width: 440px) {
  #app .intro {
    top: 13%;
  }
  #app .credit {
    top: 11%;
  }
  #app .app-boxes {
    padding-top: 500px;
  }
}
@media (max-width: 430px) {
  #app {
    background-position: center -10px;
  }
  #app h1 img {
    width: 120px;
  }
}
@media (max-width: 420px) {
  #app .intro {
    top: 12%;
  }
  #app .credit {
    top: 10%;
  }
}
@media (max-width: 400px) {
  #app {
    background-position: center 0;
  }
}
@media (max-width: 390px) {
  #app .intro {
    top: 11%;
  }
  #app .credit {
    top: 9%;
  }
  #app .app-boxes {
    padding-top: 500px;
  }
}
@media (max-width: 370px) {
  #app h1 img {
    width: 110px;
  }
  #app .intro {
    top: 10%;
  }
  #app .credit {
    top: 8%;
  }
  /*#app .intro br {
    display: none;
  }*/
}
@media (max-width: 340px) {
  #app h1 img {
    width: 100px;
  }
  #app .intro {
    top: 9%;
  }
  #app .credit {
    top: 7%;
  }
}
@media (max-width: 320px) {
  #app h1 img {
    width: 90px;
  }
  #app .intro {
    top: 8%;
  }
  #app .credit {
    top: 6%;
  }
}
@media (max-width: 300px) {
  #app h1 img {
    width: 85px;
  }
  #app .intro {
    top: 7%;
  }
  #app .credit {
    top: 5%;
  }
}
/*#app .app-box h2.title*/
@media (min-width: 351px) {
  #app .app-box h2.title .d-350 {
    display: none;
  }
}
/*--------------------------------------------------------------
#basic
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  #basic .sp3 .sp_wrapper {
    width: 140px;
  }
}
@media (max-width: 991px) {
  #basic .sp3 .sp_wrapper {
    width: 170px;
  }
}
@media (max-width: 767px) {
  #basic .sp3 .sp_wrapper {
    width: 140px;
  }
}
@media (max-width: 470px) {
  #basic .sp3 .sp_wrapper {
    width: 130px;
  }
  #basic .sp3 .sp_wrapper a p {
    font-size: 60%;
  }
}
@media (max-width: 435px) {
  #basic .sp3 .sp_wrapper {
    width: 120px;
  }
}
@media (max-width: 400px) {
  #basic .sp3 .sp_wrapper {
    width: 110px;
  }
}
@media (min-width: 366px) {
  #basic .sp3 .sp_wrapper a p .d-365 {
    display: none;
  }
}
@media (max-width: 365px) {
  #basic .sp3 .sp_wrapper {
    width: 100px;
  }
}
@media (min-width: 341px) {
  #basic .sp3 .sp_wrapper a p .d-340 {
    display: none;
  }
}
@media (max-width: 340px) {
  #basic .sp3 .sp_wrapper {
    width: 90px;
  }
}
@media (max-width: 310px) {
  #basic .sp3 .sp_wrapper {
    width: 80px;
  }
  #basic .sp3 .sp_wrapper a p br {
    display: none;
  }
}
/*--------------------------------------------------------------
#option
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  #option .attn {
    margin-left: 3.35rem;
  }
}
@media (max-width: 991px) {
  #option .attn {
    margin-left: 0;
  }
}
/*li i.bx-left-arrow-alt*/
@media (min-width: 411px) {
  .content ul.arrowL .d-410-none {
    display: block;
  }
  .content ul.arrowL .d-411-none {
    display: none;
  }
}
@media (max-width: 410px) {
  .content ul.arrowL .d-410-none {
    display: none;
  }
  .content .QRtest {
    flex-direction: column;
  }
  .content ul.arrowL {
    margin-top: 1rem;
  }
  .content ul.arrowL li {
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
#example-ttl
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  #example-ttl {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  #example-ttl {
    height: 480px;
  }
}
@media (max-width: 991px) {
  #example-ttl {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #example-ttl {
    height: 320px;
  }
}
@media (max-width: 575px) {
  #example-ttl {
    height: 250px;
  }
}
@media (max-width: 365px) {
  #example-ttl .place {
    position: absolute;
    font-size: 0.7rem;
  }
  #example-ttl .place .d-365 {
    display: none;
  }
}
/*--------------------------------------------------------------
#confirm
--------------------------------------------------------------*/
/*確認画面用.section-title h2*/
@media (min-width: 1200px) {
  #confirm .section-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  #confirm .section-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #confirm .section-title h2 {
    font-size: 2rem;
  }
}
/* フォーム用table */
@media screen and (max-width: 991px) {
  .tbl_confirm {
    width: 100%;
  }
  .tbl_confirm th, .tbl_confirm td {
    display: block;
    width: 100%;
    border-bottom: none;
    white-space: normal;
  }
  .tbl_confirm td {
    padding-bottom: 2.5rem;
  }
}