@charset "UTF-8";

.lnav ul.legend {
  
}
@media only screen and (min-width: 783px) {
  .lnav ul.legend {
    display: block;
  }
}
ul.legend li {
  display: flex;
  align-items: center;
  line-height: 1.6;
}
ul.legend li:not(:first-child) { margin-top: 10px;}
ul.legend li .desc {
  width: calc(100% - 60px);
  display: block;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
ul.legend li .desc strong {
  font-size: 114%;
  margin-right: 5px;
  color: #07134f;
}

ul.legend li .desc::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: transparent 7px solid;
  border-left: #07134f 7px solid;
  box-sizing: border-box;
  position: absolute;
  left: -5px;
  top: calc(50% - 7px);
}


section h3 {
  font-size: 145%;
  font-weight: bold;
  line-height: 1.6;
}
section h3 + p {
  margin-top: 10px;
  font-size: 92%;
}

section .set {
  margin-top: 10px;
  padding: 20px 0 0;
  border-top: #63758f 1px solid;
  display: flex;
  align-items: center;
  /*flex-direction: row-reverse;
  justify-content: flex-end;*/
}

section h4 {
  font-size: 114%;
  font-weight: bold;
  line-height: 1.6;
}
section h4:not(.no-icon)::before {
  content: "■";
  color: #07134f;
}
section .set .left {
  width: 260px;
}
section .set .right {
  display: flex;
}

.icon {
  display: block;
  width: 50px;
  height: 50px;
  background: #ffe000;
  border-radius: 8px;
  margin-right: 10px;
  position: relative;
}
.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/tom.png") no-repeat calc(50% + 3px) -2px / 34px auto;
}
.icon.x { background: #eeeeee;}
.icon.x::before { filter: contrast(0.5) grayscale(0.9); opacity: 0.5}
.icon .txt {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  
}
.icon .txt { background: #333333;}
.icon.viewer .txt { background: #6EE06D;}
.icon .txt::before {
  color: #ffe000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -1px;
}
.icon.subsc .txt::before { content: "フル"; letter-spacing: 0;}
.icon.trial .txt::before { content: "お試し"; letter-spacing: 0;}
.icon.viewer .txt::before { content: "ビューア"; color: #000}

.lang-en .icon.subsc .txt::before { content: "Full"; letter-spacing: 0;}
.lang-en .icon.trial .txt::before { content: "Trial";}
.lang-en .icon.viewer .txt::before { content: "Viewer";}

.icon.x .txt { filter: grayscale(0.4);}
.icon.x .txt::before { color: #777;}

.icon .ox {
  position: absolute;
}
.icon.o .ox {
  left: -10px;
  top: -10px;
  width: 17px;
  height: 17px;
  border: #f0232a 6px solid;
  border-radius: 20px;
}
.icon.x .ox {
  left: -10px;
  top: 0px;
}
.icon.x .ox::before,
.icon.x .ox::after {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #f0232a;
  position: absolute;
  display: block;
}
.icon.x .ox::before { transform: rotate(45deg);}
.icon.x .ox::after { transform: rotate(-45deg);}

a[href="#"] {
  color: #000;
  pointer-events: none;
}
.toggleBtn { margin-top: 0; line-height: 1.6; }
p.toggleBtn { margin-left: 1em;}
.toggleBtn a {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #00a7fe;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 25px;
}
.toggleBtn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: #fff 2px solid;
  border-right: #fff 2px solid;
  box-sizing: border-box;
  transform: rotate(45deg);
  z-index: 2;
  position: absolute;
  left: 5px;
  top: 13px;
}
.toggleBtn a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #00a7fe;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 10px;
}
.toggleCon {
  transition: all 0.5s ease;
}
.toggleCon:not(.show) {
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

a.toggleBtn h4 { color: #000;}
.zoomable {
  display: flex;
}
.zoomable figure {
  background: #000;
  border-radius: 5px;
  padding: 1px 5px;
  position: relative;
  margin-left: 1em;
}
.zoomable figure.no-waku {
  background: none;
  border-radius: 0px;
  padding: 0px;
}
.zoomable.vertical figure { padding: 2px 1px 5px;}
.zoomable img {
  width: 40px;
  border: #555 0.5px solid;
}
.zoomable figure.no-waku img { border: none;}
.zoomable.vertical img { width: 27px;}
.zoomable figure::after {
  content: "";
  background: url("../img/glass.png") no-repeat right 50% / contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -20px;
  top: 5px;
}
.zoomable figure:not(.no-waku)::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-top: -1.5px;
}
.zoomable.vertical figure::before {
  margin-top: 0;
  left: 50%;
  margin-left: -1.5px;
  bottom: 2px;
  top: auto;
}
.zoomed { margin-top: 1em;}
.zoomed img { border-radius: 5px;}
.zoomed.vertical .waku { max-width: min(550px, 100%); }
.zoomed .waku figure.scrollable {
    padding: 0;
  }
@media only screen and (min-width: 600px) {
  .zoomed .waku {
    background: #000;
    border-radius: 30px;
    padding: 5px 20px 5px 40px;
    position: relative;
    margin-left: 1em;
    display: inline-block;
  }
  .zoomed .waku figure { display: inline-block;}
  .zoomed .waku figure.scrollable {
    height: min(calc(90vw - 70px), 690px);
  }
  .zoomed.vertical .waku { padding: 20px 5px 40px;}
  .zoomed .waku::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #555;
    border-radius: 50%;
    margin-top: -10px;
  }
  .zoomed.vertical .waku::before {
    margin-top: 0;
    left: 50%;
    margin-left: -10px;
    bottom: 10px;
    top: auto;
  }
  .zoomed .waku.no-waku {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .zoomed .waku.no-waku::before { display: none;}
}
.closeToggleP {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}


.bgGray {
  padding: 0 3vw;
}
.bgGray.show {
  margin-top: 10px;
  padding-top: 1px;
  background: #f0f0f0;
  border-radius: 10px;
  padding-bottom: 3vw;
}
.hosoku {
  margin-left: 1em;
  margin-top: 15px;
  font-size: 92%;
  line-height: 1.6;
}

.detail2 {
  display: block;
  margin-top: 8px;
}
@media only screen and (min-width: 783px) {
  .bgGray {
    padding: 0 40px;
  }
  .bgGray.show {
    border-radius: 20px;
    padding: 20px 40px;
  }
  h5.pc {
    font-weight: bold;
    font-size: 114%;
  }
  .details {
    display: flex;
    align-items: flex-end;
  }
  .detail2 {
    margin-top: 0;
  }
}