h3 {
  text-align: center;
}
h3 span {
  /*  display: block;*/
}
h3 .h3-ja {
  font-size: 42px;
  font-weight: 550;
  color: #555;
  letter-spacing: 0.03rem;
  line-height: 6.0vh;
}
h3 .h3-ja2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 30px;
  margin-top: 10px;
}
@media only screen and (max-width:1000px) {
  h3 .h3-ja {
    font-size: 3.2vw;
  }
  h3 .h3-ja2 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width:768px) {
  h3 .h3-ja {
    font-size: 3.6vw;
    margin: 0;
    padding: 0;
  }
  h3 .h3-ja2 {
    font-size: 3.0vw;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width:640px) {
  h3 .h3-ja {
    font-size: 4.5vw;
  }
}
.black {
  color: #555 !important;
}
.white {
  color: #fff !important;
}
.blue {
  color: #4496D5 !important;
}
.blue2 {
  color: #0F5EAB;
  font-weight: bold;
}
.green {
  color: #3AAFB0 !important;
}
.purple2 {
  color: #714585;
  font-weight: bold;
}
/*==================== SEC04（3ステップ） ===================*/
.howto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* 折返し指定 */
  margin: 0 auto;
  margin-bottom: 30px;
  align-items: stretch;
  width: 95%;
}
.howto .howto-box {
  background: #E9F6F6;
  position: relative;
  width: 30%;
  border-radius: 7px;
  margin: 0px 15px 20px 0;
  margin-bottom: 10px;
}
.howto .howto-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 30px solid transparent;
  border-left: 15px solid #E9F6F6;
}
.howto .ar-none::after {
  border: none;
  border-top: none;
}
.howto .ar-none:after {
  border: none;
  border-top: none;
}
.howto .howto-box .sub-title {
  font-size: 22px;
  background: #3AAFB0;
  padding: 8px 8px 8px 8px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 7px 7px 0px 0px;
  margin: 0;
}
.howto .howto-box .howto-box2 {
  padding: 20px 20px
}
.howto .howto-box .howto-box2 .howto-img {
  width: 100%;
  margin-right: 40px;
}
.howto .howto-box .howto-box2 .howto-img img {
  width: 100%;
  height: auto;
}
.howto .howto-box .howto-txt {
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: 0.12rem;
  width: 100%;
}
.icon-step {
  text-align: center;
  position: absolute;
  top: -5.0vh;
  left: 0vw;
}
.icon-step img {
  width: 25%;
  height: auto;
}
/*↓【製品情報・特集 情報量調整】用********/
.linup-contents {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; /*item中央合わせ*/
}
.lineup-reduce {
  width: 30%;
  padding: 0px 5px 5px;
  margin-left: 2px;
  margin-right: 2px;
  border: thin solid #714585;
  border-radius: 10px;
}
.lineup-reduce-navy {
  width: 30%;
  margin-left: 2px;
  margin-right: 2px;
  border: thin solid #0f5eab;
  border-radius: 10px;
  padding: 0px 5px 5px;
}
.lineup-box-reduce {
  width: auto;
  margin: 0px 2px 5px;
}
.lineup-box-reduce p {
  font-weight: bold;
  color: #714585;
  font-size: 16px;
}
.lineup-box-reduce img {
  padding-top: 2%;
  padding-bottom: auto;
  width: 90%;
}
.lineup-box.navy-reduce {
  width: auto;
  margin: 0px 2px 5px;
}
.lineup-box.navy-reduce p {
  font-weight: bold;
  color: #0f5eab;
  font-size: 16px;
}
.lineup-box.navy-reduce img {
  padding: auto 2px;
  width: auto;
}
.lineup .lineup-box .lineup-logo6-reduce {
  padding-bottom: 10px;
}
.lineup .lineup-box .lineup-logo6-reduce img {
  width: auto;
  height: 30px;
}
.explanation {
  width: 90% !important;
  height: auto !important;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: left;
}
.explanation2 {
  width: 90% !important;
  height: auto !important;
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.lineup-logo-liberty {
  text-align: center !important;
  padding: 0;
  margin: 0px;
}
.lineup-logo-liberty img {
  height: 40px !important;
  width: auto !important;
  vertical-align: bottom;
}
/*↑【製品情報・特集 情報量調整】用********/
@media only screen and (max-width:1199px) {
  .icon-step {
    text-align: center;
    position: absolute;
    top: -4.5vh;
    left: 0vw;
  }
}
@media only screen and (max-width:1000px) {
  .howto .howto-box .howto-txt {
    font-size: 2.2vw;
  }
  .howto .howto-box .sub-title {
    /*  padding: 30px 8px 8px 8px;*/
    font-size: 18px;
  }
  .icon-step {
    text-align: center;
    position: absolute;
    top: -4.5vh;
    left: 0vw;
  }
}
@media only screen and (max-width:850px) {
  .icon-step {
    text-align: center;
    position: absolute;
    top: -3.5vh;
    left: 0vw;
  }
  /*↓【製品情報・特集 情報量調整】用********/
  .explanation {
    width: 90% !important;
    height: auto !important;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 74px;
  }
  .lineup-logo-liberty {
    padding: 0;
    margin: 0px;
    text-align: center !important;
    width: auto;
  }
  .lineup-logo-liberty img {
    width: 100% !important;
    vertical-align: bottom;
    height: auto;
  }
  /*↑【製品情報・特集 情報量調整】用********/
}
@media only screen and (max-width:768px) {
  .icon-step {
    text-align: center;
    position: absolute;
    top: -2.5vh;
    left: 0vw;
  }
  /*↓【製品情報・特集 情報量調整】用********/
  .explanation {
    width: 90% !important;
    height: auto !important;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .lineup-logo-liberty {
    padding: 0;
    margin: 0px;
    text-align: center !important;
    width: auto;
  }
  .lineup-logo-liberty img {
    width: auto !important;
    vertical-align: bottom;
    height: auto;
  }
  /*↑【製品情報・特集 情報量調整】用********/
}
@media only screen and (max-width:640px) {
  .howto {
    display: block;
    margin-bottom: 48px;
  }
  .howto .howto-box {
    width: 90%;
    margin: 60px auto;
  }
  .howto .howto-box .howto-box2 .howto-img {
    text-align: center;
  }
  .howto .howto-box .howto-box2 .howto-img img {
    width: 80%;
    height: auto;
  }
  .howto .howto-box .howto-txt {
    font-size: 2.8vw;
  }
  .howto .howto-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 30px solid transparent;
    border-left: none;
    border-bottom: none;
  }
  .icon-step {
    text-align: center;
    position: absolute;
    top: -4.5vh;
    left: 0vw;
  }
  .icon-step img {
    width: 15%;
    height: auto;
  }
  .howto .howto-box {
    width: 90%;
    margin: 70px auto;
  }
  .howto .howto-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-top: 15px solid #E9F6F6;
  }
  .howto .ar-none::before {
    border: none;
    border-top: none;
  }
  /*↓【製品情報・特集 情報量調整】用********/
  .linup-contents {
    display: block;
    flex-wrap: wrap;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-reduce {
    width: auto;
    padding: 0px 5px 5px;
    margin-left: 2px;
    margin-right: 2px;
    border: thin solid #714585;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .lineup-reduce-navy {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
    border: thin solid #0f5eab;
    border-radius: 10px;
    padding: 0px 5px 5px;
    margin-bottom: 10px;
  }
  .lineup-box-reduce p {
    font-size: 14px;
  }
  .lineup-box-reduce img {
    padding-top: auto;
    padding-bottom: auto;
    width: 92%;
  }
  .lineup-box.navy-reduce p {
    font-size: 14px;
  }
  /*↑【製品情報・特集 情報量調整】用********/
}
/*==================== SEC05（ラインナップ） ===================*/
.sec05-h3 span {
  color: #FFF;
  margin-bottom: 9px;
  letter-spacing: 0.05rem;
  position: relative;
  z-index: 9999 !important;
}
.fd02 {
  position: absolute;
  left: 63vw !important;
  top: -10.0vh;
}
.fd02 img {
  width: 40%;
  height: auto;
}
.lineup {
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 0 auto;
}
.lineup .lineup-box {
  padding: 0px 10px;
  padding-left: 30px;
  width: auto;
  border-left: solid 10px #714585;
  margin: 30px 0 0 0;
}
.lineup .lineup-box2 {
  padding: 30px;
  width: 100%;
  border-radius: 7px;
  border-left: solid 6px #714585;
  margin: 20px 0;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
.lineup .lineup-box.navy {
  border-left: solid 10px #0f5eab;
}
.lineup .lineup-box .sub-title {
  /*  font-size: 22px;*/
  margin-bottom: 10px;
}
.lineup .lineup-box .lineup-logo6 {
  padding-bottom: 10px;
}
.lineup .lineup-box .lineup-logo6 img {
  width: auto;
  height: 30px;
}
.lineup .lineup-box ul {
  margin: 10px 0;
}
.lineup .lineup-box ul li {
  list-style: disc !important;
  margin-left: 30px;
  padding-left: 0px;
  /*  font-size: 20px;*/
}
.documents {
  background: #E9F6F6;
  padding: 5px 10px;
  border: 1px solid #3AAFB0;
  border-radius: 5px;
}
.documents span {
  font-weight: bold;
}
@media only screen and (max-width:1900px) {}
@media only screen and (max-width:1600px) {
  .fd02 {
    position: absolute;
    left: 68vw !important;
    top: -8.0vh;
  }
  .fd02 img {
    width: 40%;
    height: auto;
  }
}
@media only screen and (max-width:1400px) {
  .fd02 {
    position: absolute;
    left: 72vw !important;
    top: -7.0vh;
  }
  .fd02 img {
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width:1200px) {
  .fd02 {
    position: absolute;
    left: 75vw !important;
    top: -8.0vh;
  }
  .fd02 img {
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width:1000px) {
  .lineup .lineup-box .sub-title {
    /*  font-size: 2.4vw;*/
  }
  .lineup .lineup-box ul li, .documents {
    /*  font-size: 2.1vw;*/
  }
  .lineup .lineup-box .lineup-logo6 img {
    width: auto;
    height: 25px !important;
  }
  .fd02 {
    position: absolute;
    left: 75vw !important;
    top: -11.0vh;
  }
  .fd02 img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width:850px) {
  .fd02 {
    position: absolute;
    left: 70vw !important;
    top: -9.0vh;
  }
  .fd02 img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width:768px) {
  .lineup .lineup-box ul li, .documents {
    /*  font-size: 2.6vw;*/
  }
  .fd02 {
    position: absolute;
    left: 65vw !important;
    top: -9.0vh;
  }
  .fd02 img {
    width: 80%;
    height: auto;
  }
  .lineup .lineup-box .sub-title {
    /*  font-size: 2.8vw;*/
  }
}
@media only screen and (max-width:640px) {
  .lineup .lineup-box ul li, .documents {
    /*  font-size: 2.8vw;*/
  }
  .lineup .lineup-box .lineup-logo6 img {
    width: auto;
    height: 20px !important;
  }
  .fd02 {
    position: absolute;
    left: 65vw !important;
    top: -6.0vh;
  }
  .fd02 img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width:320px) {
  /*↓【製品情報・特集 情報量調整】用********/
  .lineup-logo-liberty {
    padding: 0;
    margin: 0px;
    text-align: center !important;
    width: auto;
  }
  .lineup-logo-liberty img {
    width: 100% !important;
    vertical-align: bottom;
    height: auto;
  }
  /*↑【製品情報・特集 情報量調整】用********/
}