@charset "shift_jis";
/* CSS Document */
.g-layout-block--col-1 {
  position: relative;
}

.g-text-list {
  margin-bottom: 30px;
}

.g-layout-block__content{
  position: relative;
}

.g-speech-bubble__wrapper img {
  width: 80px;
}
.g-speech-bubble__wrapper{
  align-items: center;
}
.g-speech-bubble{
  width: 100%;
  min-height: 3em;
}

@media print, screen and (min-width:1081px) {
}

@media print, screen and (max-width:1080px) {
  
}

@media print, screen and (max-width: 767px) {
  .main_wrap{
    margin: 10px 15px;
  }

  .g-speech-bubble__wrapper img{
    width: 60px;
  }
}


.js-style-none{
  display: none !important;
}
.js-style-on{
  display: block !important;
}


body{
  height: auto;
}

.g-btn--inactive{
  pointer-events: none;
}


@media print, screen and (max-width:1080px) {
  main{
    max-width: 846px;
  }
  .main_wrap{
    margin: 0 15px;
  }
}

.g-layout-block--col-1:nth-of-type(2) {
  animation-delay: .2s;
}

.g-layout-block--col-1:nth-of-type(3) {
  animation-delay: .4s;
}


.g-site-main__content__question-title {
  display: flex;
}

.g-site-main__content__question-title p {
  flex: 1;
}


