/*--------------------------------------------------------------
# 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: 768px) {
  #app {
    background-attachment: fixed;
  }
}*/
/*@media (max-width: 767px) {
  #app {
    height: auto;
  }
}*/
/*背景画像位置・p位置・app-boxes位置*/
@media (min-width: 2560px) {
  #app .app-bg {
    background-position: center -300px !important;
  }
  #app h1 {
    top: 4rem !important;
  }
  #app #update {}
}
@media (min-width: 1920px) {
  #app .app-bg {
    background-position: center -100px !important;
  }
  #app h1 {
    top: 2.5rem !important;
  }
  #app #update {
    margin-top: 300px !important;
  }
}
@media (min-width: 1600px) {
  #app .app-bg {
    background-position: center -50px !important;
  }
  #app h1 img {
    width: 350px;
  }
  #app #update {
    margin-top: 100px;
  }
}
@media (min-width: 1400px) {
  #app .app-bg {
    background-position: center -30px;
  }
  #app h1 {
    top: 2rem !important;
  }
  #app h1 img {
    width: 280px;
  }
  #app #update {
    padding-top: 600px !important;
  }
  #app .intro {
    font-size: 120% !important;
  }
}
@media (min-width: 1200px) {
  #app h1 {
    top: 1.5rem;
  }
  #app h1 img {
    width: 250px;
  }
  #app #update {
    padding-top: 500px;
  }
  #app .intro {
    font-size: 110%;
  }
}
@media (max-width: 1199px) {
  #app h1 {
    top: 1rem;
  }
  #app h1 img {
    top: 0;
    width: 200px;
  }
  #app .credit {
    top: 14%;
  }
  #app #update {
    padding-top: 460px;
  }
}
@media (max-width: 991px) {
  #app .app-bg {
    background-image: url("../img/app/app-bg.jpg");
    background-position: center -90px;
  }
  #app h1 {
    top: 0;
  }
  #app #update {
    padding-top: 300px;
  }
  #app .credit {
    top: 11%;
    right: 1rem;
  }
  #app #mapSection {
    padding: 1rem;
  }
  #app #mapSection img.exampleMap {
    width: 85vw;
  }
  #app .app-box h2.title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #app .app-bg {
    background-position: center -60px;
  }
  #app h1 img {
    width: 150px;
  }
  #app .credit {
    top: 9%;
  }
  #app #update {
    padding-top: 280px;
  }
}
@media (max-width: 680px) {
  #app .app-bg {
    background-position: center -50px;
  }
  #app .credit {
    top: 8%;
  }
  #app #update {
    padding-top: 260px;
  }
}
@media (max-width: 600px) {
  #app .app-bg {
    background-position: center -25px;
  }
  #app #update {
    padding-top: 250px;
  }
  #app #mapSection {
    padding: 0.5rem;
  }
}
@media (max-width: 540px) {
  #app .app-bg {
    background-position: center -20px;
  }
  #app h1 img {
    width: 130px;
  }
}
@media (max-width: 520px) {
  #app .app-bg {
    background-position: center -15px;
  }
  #app #update {
    padding-top: 230px;
  }
}
@media (max-width: 500px) {
  #app .app-bg {
    background-position: center -10px;
  }
}
@media (max-width: 480px) {
  #app .app-bg {
    background-position: center -5px;
  }
  #app .credit {
    top: 7%;
  }
  #app #update {
    padding-top: 200px;
  }
}
@media (max-width: 440px) {
  #app .credit {
    top: 6.5%;
  }
}
@media (max-width: 420px) {
  #app #update {
    padding-top: 180px;
  }
  #app .credit {
    top: 6%;
  }
}
@media (max-width: 390px) {
  #app .app-bg {
    background-position: center 0;
  }
  #app h1 img {
    width: 110px;
  }
  #app .credit {
    top: 5.5%;
  }
  #app #update {
    padding-top: 150px;
  }
}
@media (max-width: 365px) {
  #app h1 img {
    width: 100px;
  }
}
@media (max-width: 360px) {
  #app h1 img {
    width: 90px;
  }
  #app .credit {
    top: 5%;
  }
}
@media (max-width: 340px) {
  #app h1 img {
    width: 85px;
  }
  #app .credit {
    top: 4.5%;
  }
  #app #update {
    padding-top: 130px;
  }
}
@media (max-width: 320px) {
  #app .credit {
    top: 4.25%;
  }
}
@media (max-width: 280px) {
  #app .credit {
    color: #dcdcdc;
  }
}
/*mapSection*/
@media (max-width: 1200px) {
  #app #mapSection .legend {
    font-size: 0.8rem;
  }
  #app #mapSection .legend li img {
    height: 18px;
  }
}
@media (max-width: 991px) {
  #app #mapSection .case_lead p {
    font-size: 1rem;
  }
  #mapSection .legend {
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #app #mapSection .legend {
    position: static;
    display: inline-flex;
    flex-direction: column;
    margin: 0.5rem 0 0;
  }
}
@media (max-width: 767px) {
  #app #mapSection h3 {
    font-size: 1.25rem;
  }
  #app #mapSection h3 img.logo_aboc {
    height: 1.15rem;
  }
  #app #mapSection .case_lead p {
    text-align: left;
  }
  #app #mapSection .legend {
    font-size: 0.75rem;
  }
  #app #mapSection .legend li img {
    height: 16px;
  }
}
@media (max-width: 575px) {
  #app #mapSection h3 {
    align-items: flex-start;
  }
  #app #mapSection h3 img.logo_aboc {
    margin-top: 0.165rem;
  }
}
@media (max-width: 395px) {
  #app #mapSection h3 {
    font-size: 1.15rem;
  }
  #app #mapSection h3 img.logo_aboc {
    height: 1.05rem;
  }
  #app #mapSection .case_lead p {
    font-size: 0.9rem;
  }
}
@media (max-width: 365px) {
  #app #mapSection h3 {
    font-size: 1.1rem;
  }
  #app #mapSection h3 img.logo_aboc {
    height: 1rem;
  }
}
@media (max-width: 355px) {
  #app #mapSection h3 {
    font-size: 1.05rem;
  }
  #app #mapSection h3 img.logo_aboc {
    height: 0.95rem;
  }
}
@media (max-width: 340px) {
  #app #mapSection h3 {
    font-size: 1rem;
  }
  #app #mapSection h3 img.logo_aboc {
    height: 0.9rem;
  }
  #app #mapSection .case_lead p {
    font-size: 0.85rem;
  }
}
@media (max-width: 325px) {
  #app #mapSection h3 {
    font-size: 0.95rem;
  }
  #app #mapSection h3 img.logo_aboc {
    height: 0.85rem;
  }
}
@media (max-width: 315px) {
  #app #mapSection h3 br {
    display: none;
  }
}
/*#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;
  }
}