@charset "UTF-8";

.triangle {
  margin: 20px auto 0px;
  text-align: center;
}
.triangle figure {
  padding: 30px;
  background: #f9f9f9;
  margin: 0 auto;
  display: inline-block;
  display: block;
}
@media only screen and (min-width: 783px) {
  .triangle figure {padding: 50px 30px;}
}

.ul02 {
  margin: 0 15px;
}
.ul02 li {
  margin-top: 10px;
  text-align: center;
  border: #ddd 1px solid;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
}
.ul02 li strong {
  font-size: 130%;
}
.ul02 li figure {
  display: block;
  text-align: center;
}
img.usage_video { width: 70%;}
@media only screen and (min-width: 783px) {
  .ul02 {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .ul02 li { width: calc(50% - 10px);}
}
p.popup {
  text-align: center;
}
p.popup span.caption {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.swiper-slide.modal__slide figure {
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  
  z-index: 1;
  margin: 0;
  padding: 0px;
  max-height: calc(100vh - 150px);
  overscroll-behavior:none;
}

.swiper-slide.modal__slide h3 {
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}
.swiper-slide.modal__slide p.caption {
  font-size: 86%;
  text-align: center;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0;}
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0;}

.shareRule { margin-bottom: min(50px, 7vw);}
.shareRule img { }

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex figure {
  max-width: 400px;
  width: 90vw;
  margin-top: 2em;
}
.flex figcaption {
  text-align: center;
}

.img_text { margin-top: 2rem;}
.img_text figure {text-align: center;}
@media only screen and (min-width: 783px) {
  .img_text {display: flex; align-items: center;}
  .img_text figure {width: 130px; text-align: left;}
  .img_text .text { width: calc(100% - 130px);}
  .img_text .text p { margin-top: 0;}
}