.accordion {
  width: 100%;
  margin: 0 auto; padding:0;
}
.accordion li {
  position: relative; list-style-type:none; list-style-image: none; padding: 0; margin: 0;
}
.accordion-blt li {list-style-image: url("../images/body-blt.webp"); padding: 0 0 0 5px;  margin: 0 0 1vw 2vw;}
.accordion li section {
  display: none; font-size:1vw; line-height:1.8vw;
  padding: 2vw 0;
}
.accordion li section strong{font-weight:600;}
.accordion li section i{ font-weight:500;}
.accordion b{width: 100%; padding:1.5vw;  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.8vw;
  font-size: 1.2vw;
  user-select: none; background:#153a72; color:#fff; margin:0 0 1vw 0; border:solid 1px #fff;
}
b.active{ background:#ef2c3c; color:#fff; border:none;}
.accordion b:after {
  width: 1vw;
  height: 1vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 2vw;
  top: 1.9vw;
  content: " ";
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion section {
  font-size: 2vw;
  line-height: 2;
  padding: 10px;
}

b.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


@media screen and (max-width:767px) {
.accordion li{ margin:0 0 2vw 0;}
.accordion li section {padding: 5vw; font-size:3.5vw; line-height:6vw;}
.accordion b {
  padding:3vw;
  line-height: 5vw;
  font-size: 3.5vw;
  text-indent: 3vw;
}
.accordion b:after {
  width: 3vw;
  height: 3vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 4vw;
  top: 3vw;
}
.scr-link { display:block; width:70%; margin-left:auto; margin-right:auto; margin-bottom:1.5vw; margin-top:2vw;}
.page-head03-new{font-size:4vw; line-height:em; }
}

.acr-area{width: 100%; font-size: 0;}
.acr-left{width:48%; margin: 0 4% 0 0; display:inline-block; vertical-align:top;}
.acr-right{width:48%; margin: 0; display:inline-block; vertical-align:top;}