@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
footer{
  margin-top: 80px;
}
.pdf_btn {
    margin-top: 15px;
}
.pdf_btn a {
  display: flex;
    justify-content: center;
    align-items: center;
    background: #c5010f;
    color: #fff;
    min-height: 40px;
    max-width: 240px;
  padding: 10px 10px
}
.pdf_btn.long a {
    max-width: 420px;
}
.pdf_btn a::after{
  content: '';
  background: url("../../../common/img/icon_pdf.svg")no-repeat center;
  width: 19px;
  height: 21px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
}
.pro_indent a{
  color: #000;
  text-decoration: underline;
}

/* 2023_11_27保守 */
.intro{
  margin-top: 20px;
}
.intro_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding: 45px 85px;
  background: url("../img/bg_00.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro_inner_ex {
  background: #fff;
  padding: 40px;
}
.intro_cont {
  margin-top: 40px;
  letter-spacing: 3.2px;
  line-height: 1.5;
}
.intro_inner_ex .title--main {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 6px;
  color: #111868;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro_inner_ex .title--sub {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #111868;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  white-space: nowrap;
  margin-top: 8px;
}
.title--sub::before {
  border-top: 1px solid #C5010F;
  content: "";
  width: 50px;
}
.title--sub::after {
  border-top: 1px solid #C5010F;
  content: "";
  width: 50px;
}
.check-box {
  margin-top: 20px;
  border: 1px solid #111868;
  padding: 30px 30px 30px 60px;
  display: flex;
  justify-content: center;
  gap: 52px;
}
.check-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  &:nth-of-type(even){
    max-width: 350px;
    width: 100%;
  }
}
.check-box ul li {
  position: relative;
  letter-spacing: 3.2px;
  line-height: 1.5;
}
.check-box ul li::before {
  content: "";
  background: url("../img/check.svg") no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
}
.pro_option {
  margin-top: 70px;
}
.pro_option h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #111868;
}
.opt_box {
  border: 1px solid #B1B1B1;
  padding: 26px 0;
  margin-top: 10px;
  position: relative;
}
.opt_box_inner {
  margin-left: 66px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.img_box_outer {
  display: flex;
  justify-content: center;
}
.img_box p {
  font-size: 1.4rem;
  text-align: center;
}
.opt_text .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #111868;
}
.opt_text .sub_title {
  color: #111868;
  font-weight: 600;
  line-height: 2;
}
.opt_text .model {
  font-weight: 600;
  line-height: 2;
}
.opt_text .sub_text {
  margin-top: 22px;
  font-size: 1.4rem;
}
.opt_sub_img {
  position: absolute;
  right: 48px;
  bottom: 56px;
  z-index: -1;
}
/* 使い方 */
.content_box {
  margin-top: 100px;
}
.con_tab {
  max-width: 1024px;
  margin: auto;
  background: #111868;
  padding: 20px 35px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.intro_text {
  margin-top: 30px;
}
.main_content {
  margin-top: 30px;
  padding: 56px 66px 62px;
  background: #E1E2EC;
}
.mc_box {
  border: 1px solid #111868;
  padding: 32px 16px;
  background: #FFF;
  min-height: 112px;
  position: relative;
  p {
    line-height: 2;
  }
  &:not(:first-of-type) {
    margin-top: 60px;
  }
  &::after {
    content: "";
    background: url(../img/arrow_bot.svg) no-repeat;
    width: 47px;
    height: 19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  &:last-child::after {
    display: none;
  }
}
.list_color {
  color: #C5010F;
}
.mc_upper {
  border-bottom: 2px dotted #111868;
  padding-bottom: 42px;
}
.mc_upper_text {
  border: 1px solid #111868;
  padding: 25px 20px;
  background: #FFF;
  min-height: 100px;
  margin-top: 20px;
  p {
    line-height: 2;
  }
}
.mc_middle {
  margin-top: 40px;
  border-bottom: 2px dotted #111868;
  padding-bottom: 42px;
  .title {
    margin-bottom: 20px;
  }
}
.mc_lower {
  margin-top: 40px;
  .title {
    margin-bottom: 20px;
  }
}
.us_box {
  border-bottom: 2px dotted #111868;
  padding-bottom: 42px;
  .title {
    margin-bottom: 20px;
  }
  &:not(:first-of-type) {
    margin-top: 42px;
  }
  &:last-of-type {
    border-bottom: none;
  }
}
.us_box_text {
  border: 1px solid #111868;
  padding: 25px 20px;
  background: #FFF;
  min-height: 100px;
  p {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  /* 2024_06_07保守 */
  .page_title {
    font-size: 2.4rem;
  }
  /* 2023_11_27保守 */
  .intro{
    margin-top: 20px;
  }
  .intro_inner {
    padding: 40px 5%;
  }
  .intro_inner_ex {
    padding: 5%;
  } 
  .intro_cont {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-top: 25px;
  }
  .intro_inner_ex .title--main {
    font-size: 2rem;
  }
  .title--sub::before {
    width: 50%;
  }
  .title--sub::after {
    width: 50%;
  }
  .check-box {
    padding: 30px 10px 30px 40px;
    flex-direction: column;
    gap: 16px;
  }
  .check-box ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .check-box ul li {
    position: relative;
  }
  .check-box ul li::before {
    left: -25px;
  }
  .opt_box.sp_pb_160 {
    padding-bottom: 160px;
  }
  .opt_box_inner {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
  }
  .opt_sub_img {
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
  }

  /* 使い方 */
  .main_content {
    padding: 32px 5%;
  }
}
@media print {

}