@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
  .sp-on{
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-on{
    display: none;
  }
}
.l-app-footer__logo{
 background: url(../img/ii_YamahaMusicFoundation_logo_RGB_standard_black.png) 50% 50% / 100% auto no-repeat;
}
.l-app-footer{
  height: 230px;
}
.g-header {
  background: #fff;
  position: relative;
  z-index: 50;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.g-header.is-gnavi-open {
  background: #f0f0f0;
}
.g-header__inner {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

}
.g-header__logo {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  padding: 30px 20px 29px 20px;
}
.g-header__logo img {
  width: 170px;
}
.g-header__logo--kids ,
.g-header__logo--seishun {
  float: left;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  padding: 30px 20px 29px 20px;
}
.g-header__logo--kids img,
.g-header__logo--seishun img{
  max-width: 240px;
}

.is-gnavi-open .g-header__logo {
  opacity: 0.3;
}

.c-app-btn-arrow.big {
  width: 580px;
}

@media (min-width: 768px) {
  .sp-content{
    display: none;
  }

}
@media (max-width: 767px) {
  .pc-content{
    display: none;
  }
  .g-header__logo{
  }
  .g-header__logo img {
    width: 100%;
  }
  .g-header__logo,
  .g-header__logo--kids,
  .g-header__logo--seishun{
    min-width: 33.333%;
    max-width: 33.333%;
    padding: 15px;

  }
  .g-header__logo--kids img,
  .g-header__logo--seishun img{
    width: 100%;
  }
  .c-app-btn-arrow.big {
    width: 100%;
    line-height: 1.4;
    padding-top: 2.5vw;
  }

}

.title-emergency{
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.6875;
}
@media (max-width: 767px) {
  .title-emergency{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
    font-feature-settings: "palt";
  }
}
@media (min-width: 768px) {
  .lead-emergency {
    line-height: 1.6875;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .lead-emergency {
    line-height: 1.6875;
    margin-bottom: 30px;
  }
}
.h2-emergency{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .h2-emergency{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
  }
}
.h3-emergency{
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .h3-emergency{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.list-emergency-btn{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.list-emergency-btn li{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}
.list-emergency-btn li a{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #54C3F1;

}

.l-app-faq-attention__inner{
  margin-top: 60px;
}
@media (max-width: 767px) {
  .l-app-faq-attention__inner{
    margin-top: 30px;
  }
}
.l-app-faq-attention__inner .c-app-txt-center{
  font-size: 21px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .l-app-faq-attention__inner .c-app-txt-center{
    font-size: 18px;
    text-decoration: underline;
  }
}

.l-app-faq-attention__inner .c-app-txt-center:after{
  background: none !important;
  border-top: 2px solid #F50057;
  border-right: 2px solid #F50057;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  margin-top: -0.3em;
  transform: rotate(45deg);
}


.banner {
  margin: 0 auto 50px;
  width: 90%;
}
.banner img {
  width: 100%;
}

.content_title {
  text-align: left;
}

.contents.members {
  text-align: left;
}
.contents.members a {
  color: #000;
  text-decoration: none;
}
.contents.members a:hover {
  text-decoration: underline;
}
.contents.members .flexBox {
  width: 90%;
  margin: 0 auto;
}
.contents.members .panel__image img {
  width: 100%;
}

@media screen and (min-width:768px) {
  .flexBox {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding-left: 2em;
    padding-right: 1em;
  }
  .flexBox + .h3-emergency{
    margin-top: 3em;
  }
  .button_3d {
    position: relative;
    z-index: 100;
    height: 110px;
    box-sizing: content-box;
    width: calc(( 100% / 3) - 20px);
  }
  .button_3d.wide {
    width: calc(( 100% / 2) - 15px);
  }
  .button_3d a {
    box-sizing: content-box;
    display: block;
    position: relative;
    height: 90px;
    width: 100%;
    margin: 0 auto 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    text-decoration: none;
    transition: none;
  }
  .button_3d.line.small a span {
    font-size: 13px;
  }
  .button_3d.wide a {
    width: 100%;
    line-height: 70px;
    padding-top: 10px;
    text-align: center;
  }

  .button_3d a .button_main {
    width: calc(100% - 6px);
    height: 70px;
    border: 3px solid #54c3f1;
    background: #54c3f1;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;
    box-sizing: content-box;
  }
  .button_3d.wide a .button_main {
    width: calc(100% - 6px);
    height: 80px;
  }
  .button_3d.line a .button_main {
    height: 80px;
  }
  .button_3d a:hover {
    line-height: 95px;
    opacity: 1;
  }
  .button_3d.wide a:hover {
    line-height: 60px;
    opacity: 1;
    padding-top: 20px;
  }

  .button_3d a:hover .button_main {
    opacity: 1;
    top: 10px;
  }
  .button_3d.wide.last a:hover {
    margin-bottom: 10px;
  }
  .button_3d.line.last a:hover {
    margin-bottom: 40px;
  }

  .button_3d a .button_under {
    width: calc(100% - 4px);
    height: 35px;
    border-top: none;
    border-left: 1px solid #4bafd8;
    border-right: 1px solid #4bafd8;
    border-bottom: 2px solid #4bafd8;
    background: #4bafd8;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    position: absolute;
    bottom: 6px;
    left: 1px;
    z-index: -2;
    box-sizing: content-box;
  }


  .button_3d.wide a .button_under {
    width: calc(100% - 4px);
    bottom: 6px;
  }
  .button_3d.wide a:hover .button_under {
    bottom: 16px;
  }

  .button_3d.wide.two a{
    line-height: 35px  !important;
  }
  
  .button_3d.wide a{
    line-height: 35px  !important;
  }
}

@media screen and (max-width:767px) {
  .flexBox {
    position: relative;
    z-index: 100;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .button_3d a {
    display: block;
    position: relative;
    height: 90px;
    width: 100%;
    margin: 30px auto 0;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    text-decoration: none;
    transition: none;
    box-sizing: content-box;
  }
  .button_3d.line.mb a {
    height: 110px;
  }
  .button_3d.line.small a span {
    font-size: 4vw;
  }
  .button_3d.wide a {
    width: 100%;
    line-height: 18vw;
    padding-top: 12px;

    box-sizing: content-box;
  }
  .button_3d.line a {
    line-height: 8vw;
    padding-top: 12px;
  }
  .button_3d.line.small a {
    line-height: 6vw;
  }
  .button_3d a .button_main {
    width: calc(100% - 6px);
    height: 70px;
    border: 3px solid #54c3f1;
    background: #54c3f1;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;

    box-sizing: content-box;
  }
  .button_3d.wide a .button_main {
    width: calc(100% - 6px);
    height: 82px;
  }
  .button_3d.line a .button_main {
    height: 82px;
  }
  .button_3d.line.mb a .button_main {
    height: 100px;
  }
  .button_3d a:hover {
    line-height: 95px;
    opacity: 1;
  }
  .button_3d.wide a:hover {
    line-height: 18vw;
    padding-top:22px;
  }
  .button_3d a:hover .button_main {
    opacity: 1;
    top: 10px;
  }
  .button_3d.wide.last a {
    margin-bottom: 50px;
  }
  .button_3d.line.last a {
    margin-bottom: 50px;
  }
  .button_3d.wide.last a:hover {
    margin-bottom: 40px;
  }
  .button_3d.line.last a:hover {
    margin-bottom: 40px;
  }

  .button_3d a .button_under {
    width: calc(100% - 4px);
    height: 35px;
    border-top: none;
    border-left: 1px solid #4bafd8;
    border-right: 1px solid #4bafd8;
    border-bottom: 2px solid #4bafd8;
    background: #4bafd8;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    position: absolute;
    bottom: 6px;
    left: 1px;
    z-index: -2;

    box-sizing: content-box;
  }
  .button_3d.wide a:hover .button_under {
    width: calc(100% - 4px);
    bottom: 16px;
  }

  .button_3d.wide.two a{
    line-height: 35px  !important;
  }

  .button_3d.wide a{
    line-height: 35px  !important;
  }

}
.list-emergency-note{
  margin-bottom: 40px;
}
.list-emergency-note li{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6875;
  font-size: 16px;
}
.c-app-layout-whitebox{
  border-radius: 10px;
}