
@charset "utf-8";

.about_accordion .toggle {
  display: none;
}

.about_accordion .Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #019ac6;
  background-color: #fff;
  border: 1px solid #7fa6d0;
  color: #1f2c3f;
  display: block;
  font-size: 18px;
  margin-right: auto;
  padding-right: 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 360px;
}

.about_accordion .Label h2 {
  background: none;
  padding: 0;
  margin-bottom: 0;
}

.about_accordion .Label h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #004da1;
  border-right: 2px solid #004da1;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.about_accordion .Label,
.about_accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.about_accordion .content {
  height: 0;
  overflow: hidden;
}

.about_accordion .toggle:checked+.Label+.content {
  height: auto;
  padding: 5px 0;
  transition: all .3s;
}

.about_accordion .toggle:checked+.Label h2::before {
  transform: rotate(-45deg) !important;
}

.p-gaming-pc__condition__inr .about_accordion p {
  line-height: normal;
  margin-bottom: 1rem;
}

.p-gaming-pc__condition__inr .about_accordion p.u-mb0 {
  margin-bottom: 0;
}

.p-gaming-pc__condition__inr .about_accordion h3 {
  font-weight: bold;
  margin: 40px 0 12px;
  text-align: center;
}

.about_accordion .Label.c-button--primary-white::after {
  border: none;
}

.about_accordion {
  padding: 20px 0 0;
}

#reportBox_top {
  border: 10px solid #c9e3fe;
  padding: 16px;
  margin-bottom: 22px;
  overflow: hidden;
  width: 100%;
  max-width: 810px;
  margin: 15px auto 0;
}

#reportBox_top h2.leadTitle {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 10px 0;
  background: none;
  padding: 0;
  text-align: left;
}

#reportBox_top h3.detailTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

#reportBox_top p.leadText {
  font-size: 16px;
  line-height: 1.5;
}

#reportBox_top p.linkText {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .about_accordion .Label {
    width: 100%;
  }

  #reportBox_top h2.leadTitle {
    font-size: 16px;
  }

  #reportBox_top h3.detailTitle {
    font-size: 14px;
  }

  #reportBox_top p.leadText {
    font-size: 14px;
  }
}

.block_str_power_calculation_main {
  display: none;
}

#powerCalculation h2 {
  border-bottom: 2px #06c solid;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin-top: 32px;
  background: transparent;
  text-align: left;
  padding: 0 0 0 12px;
  margin-bottom: 0;
  line-height: 1.6;
}

.setWatt {
  font-size: 14px;
}

.setWatt th {
  background-color: #297bce;
  border: 1px solid silver;
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: calc(100% / 4);
}

#powerCalculation .setWatt th {
  padding: 4px 10px;
}

.setWatt td {
  border: 1px solid silver;
  padding: 6px 10px;
  vertical-align: middle;
  font-weight: 400;
  text-align: center;
  width: calc(100% / 4);
}

#powerCalculation .setWatt td {
  padding: 6px 10px;
}

@media screen and (max-width: 479px) {

  #powerCalculation .example,
  #powerCalculation .recpoBox {
    font-size: 1em;
  }
}