@charset "utf-8"; 
/* CSS Document */
:root {
  --orange: #ff380d;
  --light-orange: #ffeadb;
  --blue: #008cd6;
  --light-blue: #d9eef9;
  --green: #00a390;
  --light-green: #edf9f7;
  --gray: #5d5d5d;
  --light-gray: #f4f4f4;
  --yellow: #ffffab;
  --light-yellow: #ffffea;
  --red: #ff0000;
}
.battery {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica, "HelveticaNeue", Verdana;
  font-size: 1.2em;
}
.battery * {
  box-sizing: border-box;
  line-height: 1.6;
}
.battery a {
  color: var(--orange);
}
.battery .note {
  font-size: 0.85em;
}
.battery span.note {
  display: inline !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.battery p.note {
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.battery h3 {
  margin: 10px 0;
}
.battery .recommend {
  background-color: var(--light-orange);
  margin: 20px 15px 20px;
  padding: 0 0 1em;
  border-radius: 10px;
}
.battery .recommend h4 {
  background-color: var(--orange);
  color: #FFF;
  font-size: 1.75em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 1em;
  border-radius: 10px 10px 0 0;
}
.battery .recommend .flex {
  display: flex;
  margin: 0.75em 1em;
  background-color: #FFF;
}
.battery .recommend .flexbox01 {
  width: 70%;
  padding: 0 0 0.5em 0.5em;
}
.battery .recommend .flexbox02 {
  width: 30%;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  margin: auto 1em auto 0;
}
.battery .recommend li {
  display: inline-block;
  border-bottom: dashed 2px #999;
  padding: 10px 0;
}
.battery .recommend li:last-of-type {
  border-bottom: none;
  padding: 10px 0 0 0;
}
.battery .recommend li::before {
  content: "";
  background-image: url(../battery/img/check_icon.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.battery .recommend img {
  text-align: center;
  margin: 0 auto 5px;
  display: table;
}
.battery .explain {
  margin: 15px 15px 3em;
}
.battery .flow h4 {
  background-color: var(--blue);
  color: #FFF;
  font-size: 1.75em;
  font-weight: bold;
  margin: -30px auto 0;
  padding: 0 1em;
  display: table;
}
.battery .flow {
  padding: 10px;
  background-color: var(--light-blue);
  margin: 15px;
}
.battery .flow .task {
  background-color: #FFF;
  border-radius: 10px;
  margin: 15px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.battery .flow .task::before {
  content: "";
  background-repeat: no-repeat;
  width: 45px;
  height: 40px;
  margin: auto 5px auto 0;
  display: inline-block;
  background-size: contain;
}
.battery .flow .task:nth-of-type(1)::before {
  background-image: url(../battery/img/num_01.png);
}
.battery .flow .task:nth-of-type(2)::before {
  background-image: url(../battery/img/num_02.png);
}
.battery .flow .task:nth-of-type(3)::before {
  background-image: url(../battery/img/num_03.png);
}
.battery .flow .task:nth-of-type(4)::before {
  background-image: url(../battery/img/num_04.png);
}
.battery .flow .task:nth-of-type(5)::before {
  background-image: url(../battery/img/num_05.png);
}
.battery .flow .task:nth-of-type(6)::before {
  background-image: url(../battery/img/num_06.png);
}
.battery .flow .task:nth-of-type(7)::before {
  background-image: url(../battery/img/num_07.png);
}
.battery .flow .task dt {
  font-weight: bold;
  font-size: 1.25em;
}
.battery .flow .task dl {
  width: 90%;
}
.battery .price h4 {
  background-color: var(--light-orange);
  border-left: solid 6px var(--orange);
  font-size: 1.75em;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0 0.5em;
  color: #000;
}
.battery .price table {
  border-top: solid 1px #b2b2b2;
  border-right: solid 1px #b2b2b2;
}
.battery .price table td,
.battery .price table th {
  border-left: solid 1px #b2b2b2;
  border-bottom: solid 1px #b2b2b2;
}
.battery .price table th {
  font-size: 0.95em;
  font-weight: bold;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  background-color: var(--light-yellow);
}
.battery .price table td {
  font-size: 0.9em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
}
.battery .price table th:nth-of-type(1), .battery .price table th:nth-of-type(2) {
  color: var(--orange);
}
.battery .price table th:nth-of-type(3) {
  color: var(--blue);
}
.battery .application_btn {
  background-color: #ff290d;
  border-radius: 12px;
  border-bottom: solid 5px #c8290d;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  font-size: 1.75em;
  font-weight: bold;
  margin: -5px auto 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 70%;
}
.battery .application_btn:hover {
  border-bottom: none;
  margin-top: 0;
}
.battery .application_btn a {
  color: #FFF;
  display: block;
  height: 100%;
  text-decoration: none;
}
.battery .qa-list h4 {
  background-color: var(--light-orange);
  border-left: solid 6px var(--orange);
  font-size: 1.75em;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0 0.5em;
  color: #000;
} 
.battery .qa-list dl {
  background-color: var(--light-gray);
  border: solid 1px #999;
  margin: 1em 0 0 0;
  padding: 5px 15px;
  position: relative;
}
.battery .qa-list dl:first-of-type {
  margin: 0;
}
.battery .qa-list dl::after {
  content: url(../battery/img/triangle.png);
  display: block;
  position: absolute;
  right: 20px;
  top: 28px;
  transform: rotateZ(180deg);
}
.battery .qa-list dl.close {
  padding-bottom: 0.5em;
}
.battery .qa-list dl.close::after {
  transform: rotateZ(0deg);
}
.battery .qa-list dt, .battery .qa-list dd {
  display: flex;
  margin: 0;
}
.battery .qa-list dt {
  align-items: center;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.battery .qa-list dt::before {
  content: "Q.";
  color: #FFF;
  font-size: 1.75em;
  background-color: var(--blue);
  padding: 0 0.25em;
  height: 45px;
  width: 30px;
}
.battery .qa-list dd {
  align-content: flex-start;
  border-top: dotted 1px var(--gray);
  padding: 0;
}
.battery .qa-list dd::before {
  content: "A.";
  color: #FFF;
  font-weight: bold;
  font-size: 1.75em;
  background-color: var(--orange);
  padding: 0 0.25em;
  margin: 5px 0 15px;
  height: 45px;
  width: 30px;
}
.battery .qa-list dt > div, .battery .qa-list dd > div {
  padding: 0.5em;
}
.battery .qa-list dd > p:nth-of-type(1) {
  margin-top: 5px;
}
.battery .qa-list dd > p:last-of-type {
  margin-bottom: 0;
}
.battery .notice {
  margin: 30px 0 0 0;
  padding: 10px;
}
.battery .notice dt {
  color: var(--gray);
  font-weight: bold;
  margin: 0 0 10px 0;
}
.battery .notice dd {
  display: flex;
  font-size: 0.9em;
  margin: 0;
  padding: 0 0 10px 0;
}
.battery .notice dd::before {
  content: "●";
  display: inline-block;
  font-size: 0.5em;
  padding: 2px 5px 0 0;
}