/* trouble
--------------------------------------------*/
#trouble li {
  position: relative;
  margin-bottom: 48px;
  height: auto;
}
@media screen and (max-width:767px) {
  #trouble li {
    display: flex;
    justify-content: space-between;
    margin-right: -2.6666666667vw;
    margin-bottom: 6.4vw;
    margin-left: -2.6666666667vw;
  }
}
#trouble li:nth-child(2) {
  margin-bottom: 16px;
}
#trouble li:nth-child(3) {
  margin-bottom: 24px;
}
@media print, screen and (min-width:768px) {
  #trouble li:nth-child(4) {
    margin-bottom: 84px;
  }
}
#trouble li:nth-child(odd) .image {
  height: auto;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  #trouble li:nth-child(odd) .image {
    position: absolute;
    left: 20px;
  }
}
@media screen and (max-width:767px) {
  #trouble li:nth-child(odd) .image {
    width: 42%;
  }
}
@media screen and (max-width:767px) {
  #trouble li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
#trouble li:nth-child(even) .image {
  height: auto;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  #trouble li:nth-child(even) .image {
    position: absolute;
    right: 20px;
  }
}
@media screen and (max-width:767px) {
  #trouble li:nth-child(even) .image {
    width: 42%;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  #trouble li:nth-child(even) .subtitle {
    margin-right: -5.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  #trouble li .image {
    width: 42%;
    height: auto;
  }
}
#trouble li .subtitle {
  color: #004dac;
  font-size: 26px;
}
@media screen and (max-width:767px) {
  #trouble li .subtitle {
    font-size: 4vw;
  }
}
#trouble li .person {
  color: #004dac;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  #trouble li .person {
    line-height: 1.9;
  }
}
@media screen and (max-width:767px) {
  #trouble li .person {
    font-size: 3.4666666667vw;
    margin-bottom: 0.8vw;
    display: block;
  }
}
#trouble li .textarea {
  box-sizing: border-box;
  margin-left: 455px;
  padding-top: 52px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:768px) {
  #trouble li .textarea {
    width: 466px;
  }
}
@media screen and (max-width:767px) {
  #trouble li .textarea {
    width: 58%;
    line-height: 1.4;
    margin: 0;
    padding: 0 2.6666666667vw 0 2.6666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  #trouble li:nth-child(3) .textarea, #trouble li:nth-child(4) .textarea {
    padding-top: 72px;
  }
}
#trouble li:nth-child(even) .textarea {
  margin-left: 56px;
}
@media screen and (max-width:767px) {
  #trouble li:nth-child(even) .textarea {
    padding: 0 0 0 2.6666666667vw;
    margin: 0;
  }
}
#trouble li .text {
  font-size: 16px;
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  #trouble li .text {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width:767px) {
  #trouble li .text {
    margin: 0 0 2.1333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.54;
  }
}
#trouble li .link {
  cursor: pointer;
  display: block;
  background: none;
  border: 0;
}
@media print, screen and (min-width:768px) {
  #trouble li .link {
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  #trouble li .link {
    text-align: left;
    width: 100%;
    max-width: 50.4vw;
    padding: 0;
    border: 0;
  }
}
#trouble li .link img {
  display: block;
}

@media print, screen and (min-width:1024px) {
  .modal {
    text-align: center;
    min-width: 1090px;
  }
}
@media print, screen and (min-width:768px) {
  .modal .close-top {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .modal .close-top {
    font-size: 4.2666666667vw;
    color: #000;
    padding: 0;
    margin-left: 1.6vw;
    background-color: transparent;
    border: none;
  }
}
.modal .close-bottom {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 280px;
  background: #e3426a;
  padding: 4px 0;
  border: #fff 3px solid;
  border-radius: 6px;
  margin: 0px auto;
}
@media screen and (max-width:767px) {
  .modal .close-bottom {
    width: 26.6666666667vw;
    font-size: 3.2vw;
    padding: 1.0666666667vw 0;
    margin-top: 1em;
  }
}
.modal p {
  margin-bottom: 24px;
}
@media print, screen and (min-width:768px) {
  .modal p {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .modal p {
    margin-bottom: 6.4vw;
  }
}
.modal p img {
  max-width: 100%;
}

@media print, screen and (min-width:768px) {
  body > .bannerBox:nth-of-type(n+2) {
    display: none;
  }
}

@media screen and (max-width:767px) {
  body > .bannerBox {
    display: none;
  }
}

#contents {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  #contents {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal__container {
  background-color: #fff;
  max-width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
@media print, screen and (min-width:768px) {
  .modal__container {
    max-height: 100vh;
    padding: 30px;
  }
}
@media screen and (max-width:767px) {
  .modal__container {
    height: 100dvh;
  }
}

.modal__content img {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.modal__content .bannerBox button {
  display: block;
  padding: 0;
  outline: none;
  border: none;
  transition: 0.4s all ease;
  cursor: pointer;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}