/* 共通パーツ ------------------------------------------------*/
.flexWrap {
  display: flex;
  gap: 3px;
}
@media only screen and (max-width: 640px) {
  .attention {
    font-size: 12px!important;
  }
}
/* タブメニュー ------------------------------------------------*/
div#anc-tab {
  padding-top: 50px;
}
.tab-group.row {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #E75500!important;
}

.tab-group.row li {
  font-size: 20px;
  font-weight: bold;
  width: 47%;
  text-align: center;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s;
  border: none!important;

}
.tab-group.row li a {
  display: block;
  width: 100%;
  color: #000;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 28px 5px!important;
  font-size: 20px!important;
}
#anc-tab a {
  border: none;
}
.tab-group.row li.tab-employee a {
  background: #fff!important;
  color: #ffb600!important;
  border: 3px solid #ffb600!important;
  border-bottom: none!important;

}
.tab-group.row li.tab-employee.current a {
  background: #E75500!important;
  color: #fff!important;
}
.tab-group.row li.tab-ob a {
  background: #fff!important;
  color: #E75500!important;
  border: 3px solid #E75500!important;
  border-bottom: none!important;
}
.tab-group.row li.tab-ob.current a {
  background: #E75500!important;
  color: #fff!important;

}
.tab-group.row li.current a:hover{
  opacity: 1;
  cursor: initial;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  div#anc-tab {
    padding-top: 20px;
  }  
  div#anc-tab .container-inner {
    padding: 0 10px;
  }
  .tab-group.row li {
    font-size: 14px;
    padding: 7px;
    width: 48%;
    display: flex;
    align-items: center;
  }
  .tab-group.row li a {
    font-size: 17px!important;
    padding: 18px 5px!important;
  }
  
}


/* タイトル ------------------------------------------------*/
.ttl-bar{
  background:#FBF2ED;
  color: #E75500;
} 
.ttl-point {
    background: #FBF2ED;
    border-top: solid 2px #E75500;
}
.ttl-point span {
  color: #E75500;
}
 
/* カード------------------------------------------------*/
.page-anc-nav a {
  border: solid 2px #E75500;
}
.page-anc-nav a img {
  filter: hue-rotate(360deg);
}
.list-point li .imgwrap {
  border: solid 2px #E75500;
}


/* ポイント ------------------------------------------------*/
.ttl-point-sub {
  color: #ff8c03 !important;
}

/* faq ------------------------------------------------*/
.list-faq .acc-trigger::before {
  color: #E75500!important;
}
#product-page .main p.faqMoreBtn a {
  color: #E75500 !important;
  border: 1px solid #E75500 !important;
  font-size: 16px;
}

/* ボタン ------------------------------------------------*/
.filedl-btn a{
  background: #E75500!important;
}

/* アコーディオン ------------------------------------------------*/
.js-accordion-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.js-accordion-head .plus{
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.js-accordion-head .plus::before,
.js-accordion-head .plus::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #E75500;
  transition: 0.1s;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.js-accordion-head .plus::before {
  top: 44%;
  transform: rotate(90deg);
}
.js-accordion-head.open .plus::before {
  transform: rotate(0deg);
}

/* お問い合わせボタンセクション ------------------------------------------------*/
.btanwrap2025Bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff9154;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  z-index: 0;
}
.btanwrap2025 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#product-page .btanwrap2025 .icon-arrow-right i {
  position: absolute;
  right: 6px;
  top: calc(50% - 9px);
}
.btanwrap2025 > li {
  background: #fff;
  padding: 30px 12px 40px;
  border-radius: 4px;
}

.btanwrap2025 > li:nth-of-type(1) {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btanwrap2025 > li:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
}

#product-page .btanwrap2025 .btn.shadow.btn-orange-link {
  border-radius: 100px !important;
  align-items: center;
  justify-content: center;
  padding: 20px 5px !important;
  font-size: 110%;
  line-height: 1;
  letter-spacing: 0;
}
#product-page .btanwrap2025 > li:nth-of-type(1) .btn {
  min-width: 32.5%;
}
.btanwrap2025Title {
  width: 100%;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin-bottom: 10px !important;
}
#product-page .btanwrap2025 > li:nth-of-type(1) .btn.shadow.btn-orange-link {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: fit-content;
  background: #f65600;
  border-color: #f65600;
}
#product-page .btanwrap2025 > li:nth-of-type(2) .btn.shadow.btn-orange-link {
  width: 42%;
  background: #ffb600;
  border-color: #ffb600;
  color: #222;
}
@media only screen and (max-width: 640px) {
  .btanwrap2025 > li {
    width: 100% !important;
    padding: 20px;
  }
  .btanwrap2025 > li + li {
      margin-top: 20px;
  }
  #product-page .btanwrap2025 .btn.shadow.btn-orange-link + .btn.shadow.btn-orange-link {
    margin-top: 16px;
}
}



/* ボタン */
.cv-btn a {
  box-shadow: 6px 6px #D0D0D0;
  background: #ee8532 !important;
  color: #fff!important;
  border-color: currentColor !important;
}
.cv-btn a::after {
  display: none;
}

.sec-inq .inq-flex-block dl {
  width: 33%;
}
.sec-inq .inq-flex-block.col2 dl {
  width: 48%!important;
}
.sec-inq .inq-flex-block .btn-point a {
  font-size: 120%;
  line-height: 1.2;
}
.sec-inq .inq-flex-block .btn-point a::after {
  right: 8px;
}
@media screen and (max-width: 640px) { 
  .sec-inq .inq-flex-block dl {
    width: 100%!important;
  }
  .sec-inq .inq-flex-block.col2 dl {
    width: 100%!important;
  }
}


/*  ポイント1 ------------------------------------------------*/
.point1 img {
  width: 100%;
  max-width: 100%;
}
.point1_ttl {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 56px;
  border-bottom: 3px dashed #E75500;
  margin-top: 40px;
}
.point1_ttl-sub {
  color:  #E75500;
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
.point1_ttl-main {
  text-align: center;
  font-size: 140%;
  font-weight: 700;
  line-height: 1.4;
  
}
@media screen and (max-width: 640px) { 
  .point1_ttl {
    margin-block: 24px;
  }
  .point1_ttl-sub {
    font-size: 16px;
  }
  .point1_ttl-main {
    font-size: 20px;
  }
}

/* POINT  */
.point1 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .question1_chart{
  width: 45%;
}
.point1_question-txt {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.point1_question-q {
  font-size: 40px;
  color: #E75500;
}
/* Question1  */
.question1_voice {
  width: 50%;
}
.question1_voice-item {
  background: #FBF2ED;
  display: inline-flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
}
.question1_voice-item:not(:last-child) {
  margin-bottom: 20px;
} 
.question1_voice-img {
  width: 26%;
}
.question1_voice-txt {
  width: 70%;
  font-size: 100%;
  line-height: 1.6;
}
.question1_voice-txt .bold {
  font-weight: bold;
  font-size: 110%;
}
/* Question2  */
.question2_chart {
  max-width: 660px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) { 
  .point1 .flex {
    display: block;
  }
  .question1_chart{
    width: 82%;
    margin-inline: auto;
  }
  .question1_voice {
    width: 100%;
    margin-top: 20px;
  }
  .question1_voice-item {
    padding: 16px 12px;
  }
  .question1_voice-item:not(:last-child) {
    margin-bottom: 12px;
  } 
  .question1_voice-txt {
    font-size: 15px;
  }
  .question1_voice-txt .bold {
    font-size: 18px;
  }
  .point1_question-txt {
    font-size: 18px;
  }
  .point1_question-q {
    font-size: 28px;
    letter-spacing: -0.08em;  
  }
}
/*  ＜事故受付から保険金お受け取りまでにかかる日数＞ ------------------------------------------------*/
.delivery-ttl {
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #b45e11;
  color: #FFF;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.delivery-block {
  background: #FBF2ED;
  padding: 36px 30px;
  
}
.delivery-block-ttl {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) { 
  .delivery-ttl {
    font-size: 16px;
  }
  .delivery-block-ttl {
    margin-bottom: 16px;
  }
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.step-item {
  border-radius: 24px;
  border: 2px solid #FF9560;
  background: #FFF;
  text-align: center;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24%;
  height: 240px;
}
.step-item-img {
  margin-bottom: 20px;
}
.step-item-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.step-item-txt .lg {
  font-size: 22px;
  font-weight: 500;
}
.step-send {
  width: 11%;
}
.step-send-img {
  text-align: center;
  width: 50px;
  margin-inline: auto;
}
.step-send-arw-pc.pc {
  margin-top: -16px;
  margin-bottom: 8px;
}
p.step-send-days {
  font-size: 16px;
  font-weight: 500;
}
.delivery .red {
  color: #D93214;
  font-weight: bold;
  font-size: 120%;
}
.delivery .org {
  color: #FF6A00!important;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 640px) { 
  .step {
    flex-direction: column;
    gap: 4px;
  }
  .step-item {
    width: 100%;
    height: auto;
  }
  .step-send {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .step-send-img {
    margin-inline: 10px;
  }
  p.step-send-days {
    font-size: 15px;
  }
  .delivery .red {
    font-size: 130%;
  }
}

/* WEB */
.web .org {
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: 500;
}
.web-merit {
  background: #E75500;
  padding-block: 14px 16px;
  padding-inline: 16px;
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0px;
  font-weight: 500;

}
.web-merit p {
  color: #fff!important;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.web-merit p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 24px;
  height: 24px;
  background: url(/pisj/products/ob_family/images/2507/web-merit-img.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-40%);
}
.web-merit p .lg {
  font-size: 26px;
  letter-spacing: 0.05em;
}
.web-merit p .md {
  font-size: 22px;
}
@media screen and (max-width: 640px) { 
  .web-merit p {
    font-size: 16px;
  }
  .web-merit p::before {
    left: -12px;
    width: 16px;
  }
  .web-merit p .lg {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  .web-merit p .md {
    font-size: 17px;
  }
}

/*  ポイント3 ------------------------------------------------*/
.ranking_ttl {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 24px;
  border-bottom: 3px solid #E75500;
  padding-bottom: 8px;
}
.ranking_ttl-sub {
  color:  #E75500;
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
.ranking_ttl-main {
  text-align: center;
  font-size: 140%;
  font-weight: 700;
  line-height: 1.4;
  
}
@media screen and (max-width: 640px) { 
  .ranking_ttl {
    margin-block: 30px 16px;
  }
  .ranking_ttl-sub {
    font-size: 16px;
  }
  .ranking_ttl-main {
    font-size: 20px;
  }
}
.ranking-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 700px;
  margin-inline: auto;
}
.ranking-item {
  display: flex;
  align-items: baseline;
}
.ranking-num {
  width: 20%;
  margin-right: 16px;
  text-align: center;
}
.ranking-num img {
  width: 72%;
}
.ranking-num.lg img {
  width: 100%;
}
.ranking-txt {
  font-weight: 500;
}
.ranking-txt.lg {
  font-size: 130%;
  font-weight: bold;
}
.ranking-txt span {
  font-size: 140%;
  display: inline-block;
  margin-inline: 4px
}
@media screen and (max-width: 640px) { 
  .ranking-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
}
/* 請求事例 */
.case {
  max-width: 700px;
  margin-inline: auto;
}
.case-ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: max(16px, 110%);
}
.case-item {
  background: #FBF2ED;
  padding: 24px;
}
.case-item-inner {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.case-item:not(:last-child) {
  margin-bottom: 12px;
} 
.case-item-ttl {
  font-weight: 500;
  font-size:  max(15px, 95%);
  margin-bottom: 4px !important;
  color: #E75500 !important;
}
.case-item-img {
  width: 16%;
}
.case-item-img img {
  max-width: 100%;
}
.case-item-txtblock {
  width: 80%;
}
.case-item-txt {
  font-size: 100%;
  line-height: 1.6;
}
.case-item-txt .bold {
  font-weight: bold;
  font-size: 110%;
} 

/*  トップ ------------------------------------------------*/
.top-img {
  margin-inline: auto;
  width: min(90%, 480px);
  margin-bottom: 60px; 
  text-align: center;
  margin-top: -20px;
}
.top-img img {
  width: 100%;
}

/*  お支払い方法 ------------------------------------------------*/
.apply > p {
  font-size: 120%;
}

/*  フォントサイズ調整 ------------------------------------------------*/
.list-point li > h5 {
  font-size: 110%;
}