
ul{
  padding: 0;
  margin: 0;
}


.question li{
  font-size: 22px;
  border-radius: 30px;
  padding: 28px;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 25%;
  height: 240px;
  float: left;
  list-style: none;
  border-left:3px solid white;
  border-bottom: 3px solid white;
  color: white;
  background-color:#efc43a;
}
.question-top{
  padding-bottom: 20px;
}

.question-arrow {
  text-align: center;

}
.question-arrow img{
  margin-top: 20px;
  width: 200px;
}
.question-logo{
  margin-top: 35px;
  text-align: center;
}
.question-logo h3{
  line-height: 80px;
  font-weight: bold;
  font-size: 40px;
}
.question-logo img{
  width: 400px;
}
.g-media__body_logo img{
  width: 100%;
}

/* stile.css */
p {
  font-size: 20px;
  font-weight: 300;
  color: #656565;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* global.css */
.g-font-size-18--xs {
  font-size: 1.75rem !important;
}
.g-margin-b-70--md {
  margin-bottom: 6.375rem;
}

.s-btn--md{
  width: 60%;
}
.g-padding-y-80--xs{
  padding-top: 8rem;
  padding-bottom: 0rem;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .s-btn--md {
    font-size: 1.2rem;
    font-weight: 400;
    padding: .5rem 2.5rem;
  }
}
@media (max-width: 62em) {
  .g-padding-y-80--xs{
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .g-media__body_logo img{
    padding-bottom: 5px;
  }
  .g-margin-b-30--xs {
    margin-bottom: 5.875rem;
}
  h2{
    margin-bottom: .8rem;
  }

  .question li{
    padding: 20px;
  }
  .g-font-size-55--md {
    font-size: 2.0rem !important;

  }
  .g-padding-x-20--xs{
    padding: 0;
  }
  .catch_h3{
    font-size: 22px;
    padding-bottom: 10px;
  }

}
@media (max-width: 48em){


  .g-media__body h3{
    font-size: 18px;
  }

  .pc { display: none !important; }
  .sp { display: block !important; }

}
@media (max-width: 34em){

  .g-media__body_logo img{
    width: 50%;
  }
  .question li{
    font-size: 16px;
    width: 100%;
    height: 100px;
  }
  .question-logo img{
    width: 70%;
  }
  .question-logo h3{
    line-height: 80px;
    font-weight: bold;
    font-size: 32px;
    padding-left: 10px;
  }
  .question-top{
    display:none
  }
  .g-media__body h3{
    margin: 0.5rem;
  }
  .g-margin-b-60--xs{
    margin-bottom: 0.3rem;
  }

  p {
    font-size: 16px;
  }
  .g-letter-spacing--3 {
    letter-spacing: 0.0rem;
    font-size: 11px;
  }
  .text-uppercase {
    text-transform: none;
  }
  .g-margin-b-15--xs {
    margin-bottom: 0;
  }
  .g-font-size-18--xs {
      font-size: 20px !important;
  }
  .s-btn--md {
    font-size: 0.8125rem;
    font-weight: 400;
    padding: .5rem 2.5rem;
    width: 75%;
  }
    .g-ver-center--xs {
    position: absolute;
    top: 53%;
  }
  .s-header__container{
    padding: .1rem 1rem;
  }
  .g-font-size-32--xs {
    font-size: 19px !important;
  }
  .g-margin-b-100--xs {
    margin-bottom: 1.8rem;
  }
  .question-arrow img{
    margin-top: 10px;
    width: 150px;
  }
  .g-font-size-55--md {
      font-size: 20px !important;
      font-weight: bold;
  }
}
@media (max-width: 20em) {
  h2 {
    margin-bottom: 0.6rem;
}
.g-font-size-55--md {
    font-size: 19px !important;
}
  .g-media__body_logo img {
      padding-bottom: 0px;
  }
.g-media__body h3{
  font-size: 16px;
  padding-bottom: 0px;
}
.g-margin-b-30--xs {
  margin-bottom: 5.875rem;
}
}
