@charset "UTF-8";

.pc {
  display: none;
}

.car_estimate {
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  color: #242323;
}

.car_estimate img {
  width: 100%;
}

.mainVisual {
  background: #E5F1FF;
  text-align: center;
}

.mainVisual h1 {
  max-width: 950px;
  margin: 0 auto;
}

.mainVisual img {
  width: 100%;
}

.section__body {
  margin: 24px;
}


.btnArea {
  background-color: #DDEAFE;
  text-align: center;
}

.btnArea h1 {
  background-color: #002970;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px;
}

.btnArea_inner {
  padding: 24px 16px;
}

.btnArea_inner img {
  max-width: 420px;
}

.btn {
  margin: 24px auto 0;
  max-width: 295px;
}


.stepImg {
  max-width: 510px;
  margin: 24px auto;
  padding: 0 24px;
}

.companyTitle {

  color: #242323;
  text-align: center;
  margin: 24px;
}

.companyTitle h1 {
  border-bottom: 2px solid #BABABA;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.rogoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.rogoBox li {
  width: 21%;
  margin: 16px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rogoBox img {
  max-width: 110px;
}

.innerBox01 p {
  text-align: left;
  color: #333;
}

.innerBox01 .fontColBe {
  text-align: left;
  color: #002970;
  font-weight: bold;
  margin: 24px 0 16px;
}

.listBtn {
  background: #DDEAFE;
  margin: 24px 0 8px;
  padding: 16px;
  color: #002970;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-weight: bold;
}

.listBtn .note {
  font-size: 12px;
}

.listBtn a {
  margin: 8px 0 12px;
  display: block;
}

.btnLink img {
  max-width: 534px;
}


.innerBox02 {
  color: #232323;
  text-align: left;
}

.basic {
  font-size: 14px;
}

.basic h1 {
  background: #2a76b5;
  padding: 20px 14px;
  color: #fff;
  font-size: 24px;
}

.pc_subnav {
  display: none;
}

.basic dt {
  background: #DDEAFE;
  padding: 16px 8px 16px 16px;
  font-size: 16px;
  color: #002970;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basic dt:after {
  content: url(https://assets.paypay-insurance.co.jp/car_estimate/images/arrowupIcon.svg);
  -webkit-transform: rotate(180deg);
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.basic .can-open:after {
  content: url(https://assets.paypay-insurance.co.jp/car_estimate/images/arrowupIcon.svg);
  -webkit-transform: rotate(90deg);
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.basic dd {
  background: #fff;
  padding: 1px 24px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.basic .is-open {
  height: auto;
  opacity: 1;
  padding: 8px 24px;
}

.basic em {
  color: #fa5c15;
}

.basic .innerBox01Img {
  text-align: center;
}

.basic img {
  width: 100%;
}

.basic dd p {
  margin: 16px 0;
}

.basic ul {
  margin: 16px 0;
}

.basic ul li:first-of-type {
  font-weight: bold;
}

.productList {
  text-align: center;
}

#js-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 10;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  padding: 16px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}

/* safeArea対応 */
#js-sticky .sticky_safeArea{
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

@media screen and (min-width: 768px) {
  html {
    scroll-behavior: smooth;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .stepImg {
    max-width: 100%;

  }

  .basic {
    background: #2455AA;
    padding: 0 32px 32px;
  }

  .basic h1 {
    background: none;
    text-align: center;
    ;
  }

  .pc_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 914px;
  }

  .pc_subnav li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 4px;
    font-size: 16px;
    padding: 0;
    background: #2455AA;
    border: 1px solid #ddd;
    border-radius: 8px;
  }

  .pc_subnav li:last-of-type {
    margin-right: 0;
  }

  .pc_subnav li a {
    padding: 16px 8px 16px 16px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
  }

  .pc_subnav li a:after {
    content: url("https://assets.paypay-insurance.co.jp/car_estimate/images/pagedownIcon.svg");
    display: inline-block;
    float: right;
  }

  .basic dl {
    max-width: 914px;
    margin: 24px auto;
    border-radius: 8px;
    padding: 32px 56px;
    background: #fff;
  }

  .basic dt {
    margin: 16px 0px;
    font-size: 24px;
    padding: 0;
    background: #fff;
  }

  .basic dt:after {
    content: none;
  }

  .basic .can-open:after {
    content: none;
  }

  .basic dd {
    padding: 0;
    margin: 0;
    height: auto;
    opacity: 1;
  }

  .basic .is-open {
    padding: 0;
  }

  .basic_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .basic dd p {
    margin: 24px 0;
  }

  .basic ul {
    margin: 24px auto;
  }

  .basic_inner p:first-child,
  .basic_inner ul:first-child {
    width: 100%;
  }

  .basic_inner .innerBox01Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic_inner .innerBox01Img img {
    margin-left: 16px;
  }

  .productList {
    text-align: left;
  }

  .footerNav {
    display: none;
  }

  #js-sticky p {
    margin: 0 auto;
    max-width: 912px;
  }

  #js-sticky img {
    max-width: 100%;
  }
}