/*----------------------------------------------
	Common
---------------------------------------------*/
.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  background-color: #ebf2f8;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
}

.f_main {
  font-size: 16px;
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 50px;
  position: relative;
  width: 100%;
}

.l_wrapper p {
  line-height: 1.7;
  margin-bottom: 0;
}

.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 895px;
  padding: 0 162.5px;
}

/*----------------------------------------------
	prpg_repair page
---------------------------------------------*/
/* Section Common */
.p_sec {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.p_sec__block {
  min-height: 232px;
  padding-bottom: 9px;
  padding-left: 395px;
  position: relative;
}

.p_sec__block.one {
  padding-bottom: 30px;
}

.p_sec__block img {
  left: 0;
  position: absolute;
  top: 9px;
  width: auto;
}

.p_sec__head {
  color: #0085ce;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 21px;
}

.p_sec__head span {
  display: block;
}

.p_sec__subhead img {
  left: auto;
  position: relative;
  top: -2px;
}

.l_wrapper p.p_sec__txt {
  line-height: 2;
  margin-bottom: 0;
}

/* original */
.f_main_prpg_repair p {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 736px) {
  .f_main_prpg_repair p {
    font-size: 16px;
  }
}

.c_ttl.p_content__ttl {
  margin-bottom: 0 !important;
}
.c_ttl.p_content__ttl + * {
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .c_ttl.p_content__ttl + * {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .price-section,
  .dl-qa {
    margin-left: 19px !important;
    margin-right: 19px !important;
  }
}

/* Section Banner
------------------------------------------------------ */
.p_banner {
  height: 550px;
  position: relative;
  background: url(../images/prpg_repair_bg.webp) no-repeat center center/cover;
  padding-top: 200px;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .p_banner {
    background-image: url(../images/prpg_repair_bg_sp.webp);
    height: 88vw;
    padding-top: 48.2vw;
    padding-left: 5.1vw;
  }
}

.p_banner__img {
  width: 1043px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  transition: 0.7s;
  opacity: 0;
  transform: translateX(363px);
}
@media only screen and (max-width: 736px) {
  .p_banner__img {
    z-index: 1;
    width: 100vw;
    transform: translateX(30%);
    left: auto;
    margin: 0;
  }
}

.p_banner__img.anim {
  transform: translateX(163px);
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  .p_banner__img.anim {
    transform: none;
  }
}

.p_banner__img img.pcnone {
  display: none;
}
@media only screen and (max-width: 736px) {
  .p_banner__img img.spnone {
    display: none;
  }
  .p_banner__img img.pcnone {
    display: block;
    height: 100%;
    max-width: none;
  }
}

.p_banner__box {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  transition: 0.5s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateY(10px);
}
@media only screen and (max-width: 736px) {
  .p_banner__box {
    position: relative;
    z-index: 2;
  }
}

.p_banner__box.anim {
  transform: none;
  opacity: 1;
}

p.p_banner__txt {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #1184CA;
}
@media only screen and (max-width: 736px) {
  p.p_banner__txt {
    font-size: 4.8vw;
  }
}
.p_banner__ttl {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  margin-bottom: 0;
  font-family: serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .p_banner__ttl {
    font-size: 6.4vw;
  }
}
.p_banner__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 358px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2000px;
  height: 92px;
  background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 240px, rgb(0, 134, 206) 100%);
}
@media only screen and (max-width: 736px) {
  .p_banner__ttl::after {
    width: 62.9vw;
    height: 13vw;
    left: -5.1vw;
    right: auto;
    background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 20%);
  }
}

/* Section 00
------------------------------------------------------ */
.f_sec00 .l_wrapper {
  padding-top: 50px;
}
@media only screen and (max-width: 736px) {
  .f_sec00 .l_wrapper {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 736px) {
  .p_sec00 {
    padding: 0 19px;
  }
}

.p_sec00__col {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 736px) {
  .p_sec00__col {
    flex-direction: column;
    gap: 0;
  }
}
.p_sec00__col:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 736px) {
  .p_sec00__col:nth-of-type(odd) {
    flex-direction: column;
  }
}
.p_sec00__col:not(:first-child) {
  margin-top: 50px;
}
@media only screen and (max-width: 736px) {
  .p_sec00__col:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .p_sec00__body {
    display: contents;
  }
}
.p_sec00__ttl {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1184CA;
}
@media only screen and (max-width: 736px) {
  .p_sec00__ttl {
    order: 1;
    width: 100%;
    font-size: 21px;
    text-align: center;
  }
}
.p_sec00__txt {
  margin-top: 28px;
}
@media only screen and (max-width: 736px) {
  .p_sec00__txt {
    order: 3;
    margin-top: 17px;
  }
}
.p_sec00__txt span {
  font-weight: 600;
  color: #D73563;
}
.p_sec00__img {
  flex-shrink: 0;
}
@media only screen and (max-width: 736px) {
  .p_sec00__img {
    order: 2;
    margin-top: 22px;
  }
}

/* Section 02
------------------------------------------------------ */
@media only screen and (max-width: 736px) {
  .p_sec02 {
    padding-left: 19px;
    padding-right: 19px;
  }
}

.p_sec02__col:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .p_sec02__col:not(:first-child) {
    margin-top: 20px;
  }
}

.p_sec02__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 736px) {
  .p_sec02__box {
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media only screen and (max-width: 736px) {
  .p_sec02__box_body {
    position: relative;
    z-index: 1;
    margin-top: -34px;
    padding: 20px 12px;
    background: #fff;
  }
}
.p_sec02__box_label {
  display: inline-block;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #1184CA;
}
@media only screen and (max-width: 736px) {
  .p_sec02__box_label {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
}
.p_sec02__box_ttl {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1184CA;
}
@media only screen and (max-width: 736px) {
  .p_sec02__box_ttl {
    margin-top: 0;
    font-size: 21px;
  }
}
.p_sec02__box_txt {
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  .p_sec02__box_txt {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p_sec02__box_img {
  width: 450px;
  flex-shrink: 0;
}
@media only screen and (max-width: 736px) {
  .p_sec02__box_img {
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-right: -19px;
  }
}

.p_sec00__box {
  position: relative;
  margin-top: 72px !important;
  padding: 30px 45px 30px;
  border: 20px solid #EBF2F8;
}
@media only screen and (max-width: 736px) {
  .p_sec00__box {
    margin-top: 38px !important;
    margin-left: -19px;
    margin-right: -19px;
    padding: 20px 25px;
    border-width: 10px;
  }
}
.p_sec00__box_ttl {
  position: relative;
  z-index: 2;
  min-width: 466px;
  width: fit-content;
  margin: 0;
  margin-left: auto;
  font-size: 32px;
  font-weight: 600;
  color: #1184CA;
}
@media only screen and (max-width: 736px) {
  .p_sec00__box_ttl {
    min-width: 100%;
    font-size: 18px;
  }
}
.p_sec00__box_list {
  width: fit-content;
  margin-top: 15px;
  margin-left: auto;
}
@media only screen and (max-width: 736px) {
  .p_sec00__box_list {
    width: 100%;
    margin-top: 20px;
  }
}
.p_sec00__box_list_item {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  font-size: 23px;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .p_sec00__box_list_item {
    font-size: 18px;
  }
}
.p_sec00__box_list_item::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 27px;
  height: 29px;
  background: url("../images/icon-checkbox.png") center / contain no-repeat;
}
.p_sec00__box_list_item:not(:first-child) {
  margin-top: 14px;
}
@media only screen and (max-width: 736px) {
  .p_sec00__box_list_item:not(:first-child) {
    margin-top: 15px;
  }
}
.p_sec00__box_img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 560px;
}
@media only screen and (max-width: 736px) {
  .p_sec00__box_img {
    bottom: initial;
    left: initial;
    top: -12.8vw;
    right: 0;
    width: 45.6vw;
  }
}
.p_sec00__box_img img {
  width: 100%;
}

/* Section 4 */
.f_sec04 .l_wrapper {
  /* padding-bottom: 70px; */
}

.p_sec04__wrap {
  margin-bottom: 48px;
  background: #f2f9fd;
  padding: 20px 50px;
}

.p_sec04__wrap .slick-arrow {
  width: 60px;
  height: 60px;
  top: 137px;
  transform: none;
  z-index: 1;
}

.p_sec04__wrap .slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/slider-arrow.svg) no-repeat center center/cover;
}

.p_sec04__wrap .slick-prev {
  left: -30px;
}

.p_sec04__wrap .slick-next {
  right: -30px;
}

.p_sec04__wrap .slick-prev::before {
  transform: scale(-1, 1);
}

.p_sec04__list {
  background: #fff;
  padding: 20px;
}

.p_sec04__step {
  width: 235px;
  margin-right: 20px;
  position: relative;
}

.p_sec04__step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 14px #0085ce;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  transform: rotate(-90deg);
  top: 70px;
  right: -20px;
}

.p_sec04__head {
  border-bottom: 1px solid #0185cf;
  color: #0185cf;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.p_sec04__head span {
  background-color: #0185cf;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  font-size: 18px;
}

p.p_sec04__txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

p.p_sec04__txt .small {
  display: block;
  font-size: 0.8em;
}

.f_sec04 .p_content__ttl {
  margin-bottom: 40px;
}

.p_sec04__box {
  margin-top: 40px;
  background-color: #e8e8e8;
  padding: 15px 30px 30px;
  
}

.p_sec04__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 24px;
  text-align: center;
}

.p_sec04__tbl {
  background-color: #fff;
  border-left: none;
  border-top: none;
  margin: 0;
}

.p_sec04__tbl tr {
  border-bottom: 1px dashed #aaa;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

.p_sec04__tbl tr:first-child {
  border-top: 10px solid #fff;
}

.p_sec04__tbl tr:last-child {
  border-bottom: 5px solid #fff;
}

.p_sec04__tbl th,
.p_sec04__tbl td {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 15px;
  vertical-align: top;
}

.p_sec04__tbl th {
  width: 160px;
  text-align: center;
}

.p_sec04__tbl td {
  padding-right: 0;
}

.p_sec04__tbl td small {
  font-size: 14px;
}

.p_sec04__tbl ul {
  width: 100%;
}

.p_sec04__tbl ul li {
  display: block;
  padding-left: 18px;
  position: relative;
}

.p_sec04__tbl ul li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 3px;
}

/* Section 6 */
.p_sec06__box {
  background-color: #f1f9fc;
  padding: 30px 50px;
}

.p_sec06__tbl {
  background-color: #fff;
  margin: 0 auto 5px;
}

.p_sec06__tbl th,
.p_sec06__tbl td {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0;
  text-align: center;
  vertical-align: middle;
}
.p_sec06__tbl th:nth-child(1),
.p_sec06__tbl td:nth-child(1) {
  width: 60%;
}

.p_sec06__tbl th {
  background-color: #0085ce;
  color: #fff;
}

.p_sec06__note {
  font-size: 16px;
  text-align: right;
}

/*----------------------------------------------
	Media
---------------------------------------------*/
@media only screen and (max-width: 1220px) {
  /* .l_wrapper { width: 100%; } */
}
@media only screen and (max-width: 736px) {
  .wrapper {
    min-width: 100%;
  }
  .l_wrapper,
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  .l_wrapper p.p_sec__last2 {
    margin-bottom: 28px;
  }
  .f_sec04 .l_wrapper {
    /* padding-bottom: 0; */
    padding-bottom: 30px;
  }
  .p_sec {
    max-width: 100%;
  }
  .p_sec__block {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .p_sec__block.one {
    padding-bottom: 0;
  }
  .p_sec__block img {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  .p_sec__wrap {
    padding: 25px 19px 30px;
  }
  .p_sec__block.one .p_sec__wrap {
    padding-bottom: 25px;
    padding-top: 5px;
  }
  .p_sec__block.two .p_sec__wrap {
    padding-top: 5px;
  }
  .p_sec__img.one {
    padding-left: 19px;
  }
  .p_sec__img.two {
    padding-right: 19px;
  }
  .p_sec__head {
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .p_sec__head span {
    display: none;
  }
  .p_sec__block.two .p_sec__head {
    text-align: right;
  }
  .l_wrapper p.p_sec__txt {
    line-height: 1.7;
  }
  .p_sec04__wrap {
    display: none;
  }
  .p_sec04__list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin: 0 32px 20px;
    padding: 0;
  }
  .p_sec04__step {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
  }
  .p_sec04__step:not(:last-child)::after {
    display: none;
  }
  .p_sec04__step img {
    order: 1;
    width: 38.6%;
  }
  .p_sec04__head {
    order: 0;
    width: 100%;
    margin: 0 0 20px;
    font-size: 18px;
  }
  p.p_sec04__txt {
    order: 2;
    width: 58.2%;
  }
  .p_sec04__ttl {
    font-size: 16px;
    padding-bottom: 14px;
    letter-spacing: 0;
  }
  .p_sec04__box {
    /* border-bottom: 30px solid #fff; */
    margin-left: 10px;
    margin-right: 10px;
    padding: 13px 9px 20px;
    width: auto;
  }
  .p_sec04__tbl tr {
    border-left: 13px solid #fff;
    border-right: 13px solid #fff;
  }
  .p_sec04__tbl tr:first-child {
    border-top: none;
  }
  .p_sec04__tbl tr:last-child {
    border-bottom: none;
  }
  .p_sec04__tbl th,
  .p_sec04__tbl td {
    font-size: 13px;
    padding: 10px 5px;
  }
  .p_sec04__tbl th {
    min-width: auto;
    padding-left: 4px;
    padding-right: 4px;
    width: 60px;
  }
  .p_sec04__tbl td {
    padding-right: 0;
  }
  .p_sec04__tbl td small {
    font-size: 11px;
  }
  .p_sec04__tbl ul li {
    padding-left: 15px;
  }
  .p_sec04__tbl ul li:before {
    top: 8px;
  }
  .p_sec06__box {
    margin: 0 10px 30px;
    padding: 10px 9px 5px;
  }
  .p_sec06__tbl {
    margin-bottom: 7px;
  }
  .p_sec06__tbl th,
  .p_sec06__tbl td {
    font-size: 13px;
  }
  .p_sec06__note {
    font-size: 13px;
  }
}

.dl-qa {
  margin: 0 auto 10px;
  max-width: 100%;
  padding: 0 50px;
}

.dl-qa dt {
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  border: #d6d6d6 1px solid;
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
  padding: 15px 20px;
}

.dl-qa dt div {
  background: url("../images/icon-q.jpg") no-repeat;
  font-weight: 700;
  min-height: 50px;
  padding-left: 70px;
  line-height: 50px;
}

.dl-qa dd {
  background: url("../images/icon-a.jpg") no-repeat #fff;
  font-size: 18px;
  background-position: 20px 15px;
  border: #d6d6d6 1px solid;
  border-top: none;
  padding: 20px 70px 20px 90px;
  line-height: 1.8;
}

.accT {
  position: relative;
  cursor: pointer;
}

.accT:after {
  content: url("../images/icon-open.png");
  position: absolute;
  right: 20px;
  top: 20px;
}

.accT.open:after {
  content: url("../images/icon-close.png");
}

@media only screen and (max-width: 736px) {
  br.pcnone {
    display: inline !important;
  }
  .dl-qa {
    width: auto;
    padding: 0;
    margin: 0 32px;
    margin-bottom: 0;
  }
  .dl-qa dt {
    font-size: 18px;
    line-height: 1.5;
    padding: 9px 35px 13px 10px;
    background-color: #fafafa;
  }
  .dl-qa dt div {
    background-image: url("../images/icon-q-sp.jpg");
    min-height: 30px;
    padding-left: 40px;
    padding-top: 4px;
    line-height: 1.2;
  }
  .dl-qa dd {
    background-image: url("../images/icon-a-sp.jpg");
    background-position: 10px 9px;
    font-size: 16px;
    padding: 10px 25px 10px 50px;
    line-height: 1.5;
  }
  .accT:after {
    content: url("../images/icon-open-sp.png");
    right: 10px;
    top: 13px;
    width: auto;
    height: auto;
  }
  .accT.open:after {
    content: url("../images/icon-close-sp.png");
  }
  .f_sec07 .l_wrapper {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=page-prp_zeppeki.css.map */