@charset "UTF-8";
@media screen and (min-width: 769px){
  .sec001{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.compensation-parts{
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  border: solid 1px #ccc;
  padding: 0.5em 1em;
  border-radius: 6px;
}
@media screen and (max-width: 768px){
  .compensation-parts{
    align-items: center;
  }
}
@media screen and (min-width: 769px){
  .compensation-parts{
    width: calc(50% - 0.5em);
    font-size: 16px;
  }
  .compensation-parts:nth-of-type(n+3){
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px){
  .compensation-parts+.compensation-parts{
    margin-top: 1em;
  }
}
.compensation-parts-left{
  width: 25%;
  padding-right: 1em;
  max-width: 100px;
  position: relative;
}
@media screen and (min-width: 769px){
  .compensation-parts-left img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.compensation-parts-right{
  width: 75%;
}
@media screen and (min-width: 769px){
  .compensation-parts-right{
    margin-left: 1em;
    width: calc(75% - 1em);
  }
}
.compensation-parts-right h3{
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px){
  .compensation-parts-right h3{
    font-size: 20px;
  }
}
.compensation-parts-right .link-blue{
  margin: 0.5em 0;
}
.compensation-parts-right h3 .link-blue{
  text-decoration: none;
  margin-bottom: 0;
}

.box-shadow-bg{
  padding: 1em;
  max-width: 780px;
  margin: 0 auto;
}
.box-shadow-bg+.box-shadow-bg{
  margin-top: 2em;
}
.box-shadow-bg h3{
  color: var(--orange);
  font-weight: bold;
  margin-bottom: 0.25em;
  font-size: 20px;
}

/**** 相手方への補償：賠償保険 ****/
/**** ご自身や同乗者への補償：傷害保険 ****/
.compensation-3rd-cmn section{
  display: block;
}
.compensation-3rd-cmn .elm-h2{
  display: flex;
  align-items: center;
}
.compensation-3rd-cmn .elm-h2 sup{
  font-weight: normal;
  font-size: 60%;
  top: -0.25em;
}
.compensation-3rd-cmn .elm-h2 span{
  font-size: 12px;
  background: var(--deep-blue);
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  font-weight: normal;
  border-radius: 4px;
  margin-left: 2em;
  line-height: 1;
}
.compensation-3rd-cmn .elm-h2 span.any{
  color: var(--deep-blue);
  background: #fff;
  border:solid 1px var(--deep-blue);
}
.compensation-3rd-cmn .sec003 .btn-orange br{
  display: none;
}
@media screen and (max-width: 374px) {
  .compensation-3rd-cmn .sec003 .btn-orange{
    line-height: 1.2;
  }
  .compensation-3rd-cmn .sec003 .btn-orange br{
    display: block;
  }
}
/***** 相手方への補償 *****/
.damage .sec003 .btn-orange{
  max-width: 380px;
}

/***** 対人賠償保険、対物賠償保険 *****/
.compensation-4th-layout .elm-h2 {
    line-height: 1.2;
}
.compensation-4th-layout .illust-box{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 1em auto 2em;
}
@media screen and (min-width: 769px) {
  .compensation-4th-layout .illust-box{
    flex-direction: row;
    max-width: 680px;
  }
}
.compensation-4th-layout .illust-box .illust-box-right{
  margin-top: 3em;
}
@media screen and (min-width: 769px) {
  .compensation-4th-layout .illust-box .illust-box-left,.compensation-4th-layout .illust-box .illust-box-right{
    width: 50%;
    margin-top: 0;
  }
}
.compensation-4th-layout .illust-box img{
  width: 80%;
}
.compensation-4th-layout .illust-box p{
  margin-top: 0.5em;
}
.compensation-4th-layout .human_img_01{
  margin-top: 1em;
  margin-bottom: 1em;
}
.compensation-4th-layout .human_img_01 img{
  display: block;
  margin: 0 auto;
  max-width: 750px;
}
.compensation-4th-layout .human-notice{
  background: var(--light-orange);
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 6px;
}
.compensation-4th-layout .human-notice li:not(.fwb){
  display: flex;
}
.compensation-4th-layout .human-notice li:not(.fwb):before {
    content: "●";
    width: 1em;
    height: 1em;
    white-space: nowrap;
    margin-right: 0.25em;
}
.compensation-4th-layout .human-notice li+li{
  margin-top: 0.25em;
}

/***** 対物賠償保険 *****/
.object .object-box1{
  background: var(--light-blue);
  padding: 1em;
  margin: 2em auto 0;
  border-radius: 6px;
  max-width: 750px;
}
.object .object-box1 h3{
  font-weight: bold;
  color: var(--deep-blue);
  font-size: 20px;
}
.object .object-box1 .btn-orange{
  width: 100%;
  font-size: min(4vw, 18px);
  max-width: 380px;
  border-radius: 2em;
}

/***** 対物超過修理費用特約 *****/
.object_sp-sec002 .layout2-1{
  margin-top: 1em;
}
.object_sp-sec002 .layout2-1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .object_sp-sec002 .layout2-1{
    flex-direction: row;
  }
}
.object_sp-sec002 .layout2-1 .layout2-1-left{
  order: 1;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .object_sp-sec002 .layout2-1 .layout2-1-left{
    margin-top: 0;
  }
}

/***** 人身傷害補償特約 *****/
.compensation-4th-layout .injury-img01 img {
    display: block;
    margin: 0 auto;
    max-width: 750px;
}

.injury .injury-sec004 .table-wrap {
    overflow-x: auto;
    margin-bottom: 1em;
}
.injury .injury-sec004 table {
    text-align: center;
    width: 100%;
    max-width: 980px;
    margin: 1em auto 10px;
    border-collapse: separate;
    border-top: solid 1px #aaa;
    border-right: solid 1px #aaa;
}
.injury .injury-sec004 table .fixed01 {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    background: var(--gray);
}
.injury .injury-sec004 table .fixed01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #aaa;
    border-bottom: solid 1px #aaa;
}
.injury .injury-sec004 table td {
    padding: 1em 0.5em;
    vertical-align: middle;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    font-size: 13px;
    line-height: 1.4;
    width: 20%;
    white-space: nowrap;
}
.injury .injury-sec004 table td img{
  height: 80px;
  width: auto;
}
.injury .injury-sec004 table .bdl-n{
  border-left: none;
}
.injury .injury-sec004 table .bg-gray{
  background: var(--gray);
}
.injury .injury-sec004 table .bg-light-orange{
  background: var(--light-orange);
}

.object_sp-sec002 .layout2-1{
  margin-top: 1em;
}
.object_sp-sec002 .layout2-1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .object_sp-sec002 .layout2-1{
    flex-direction: row;
  }
}
.object_sp-sec002 .layout2-1 .layout2-1-right{
  margin-top: 0;
}

/***** 搭乗者傷害特約 *****/
/***** 自損事故傷害特約 *****/
.layout2-1.reverse{
  margin-top: 0;
}
.layout2-1.reverse{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .layout2-1.reverse{
    flex-direction: row;
    justify-content: space-between;
  }
}
.layout2-1.reverse .layout2-1-left{
  order: 1;
  margin-top: 1em;
}

/***** 搭乗者傷害特約 *****/
.pas .box-shadow-bg ul{
  margin: 0.5em 0;
}
.pas .box-shadow-bg ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.pas .box-shadow-bg ul li:before {
    content: "●";
    width: 1em;
    height: 1em;
    color: var(--orange);
    white-space: nowrap;
    margin-right: 0.25em;
}
.pas h3 {
    color: #fff;
    background: var(--deep-blue);
    padding: 0.5em;
    border-radius: 1em;
    text-align: center;
    width: 96%;
    margin: 0 auto 1em;
    max-width: 320px;
    line-height: 1;
    font-size: 16px;
}
/***** 自損事故傷害特約 *****/
.own h3{
  font-size: 18px;
  font-size: min(4.3vw, 18px);
  font-weight: bold;
  text-align: center;
  color: var(--orange);
  margin: 2em auto 0;
}
.own .own-sec003 table{
  border-collapse: collapse;
}
.own .own-sec003 table th, .own .own-sec003 table td{
  font-weight: normal;
  text-align: center;
  border: solid 1px #aaa;
  vertical-align: middle;
  font-size: 14px;
}
.own .own-sec003 table th{
  width: 5em;
  padding: 1em 0;
  white-space: nowrap;
}
.own .own-sec003 table td{
  width: calc(100% - 5em);
  padding: 1em 0.5em;
}
.own .own-sec003 table .bg-gray{
  background: var(--gray);
}
/***** 自損事故傷害特約 *****/
.non_insured h3{
  font-size: 18px;
  font-size: min(4.3vw, 18px);
  font-weight: bold;
  text-align: center;
  color: var(--orange);
  margin: 2em auto 0;
}
@media screen and (max-width: 768px) {
  .non_insured .non_insured-sec003 .table-wrap{
    overflow-x: scroll;
    padding-bottom: 0.5em;
  }
}
.non_insured .non_insured-sec003 table{
  border-collapse: collapse;
  width: 100%;
  max-width: 780px;
  font-size: 13px;
}
.non_insured .non_insured-sec003 table th, .non_insured .non_insured-sec003 table td{
  border: solid 1px #aaa;
  padding: 1em 0.5em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.non_insured .non_insured-sec003 table th{
  background: var(--gray);
  font-weight: normal;
}
.non_insured .non_insured-sec003 table .bg-light-orange{
  background: var(--light-orange);
}
.non_insured .non_insured-sec003 table img{
  height: 50px;
  width: auto;
}

/***** 日常生活賠償特約 *****/
.dailylife-liability h3 {
    color: #fff;
    background: var(--deep-blue);
    padding: 0.5em;
    border-radius: 1em;
    text-align: center;
    width: 60%;
    margin: 0 auto 1em;
    max-width: 200px;
    line-height: 1;
    font-size: 16px;
}
.dailylife-liability .box-shadow-bg-wrap:nth-of-type(2n){
  margin-top: 2em;
}
.dailylife-liability .img-box{
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .dailylife-liability .box-shadow-bg-wrap{
    display: flex;
    justify-content: space-between;
  }
  .dailylife-liability .box-shadow-bg{
    width: 48%;
  }
  .dailylife-liability .box-shadow-bg:nth-of-type(2){
    margin-top: 0;
  }
  .dailylife-liability .img-box{
    width: 100%;
    max-width: 170px;
  }
}

/***** 弁護士費用特約 *****/
.lawyer .img-box{
  width: 96%;
  max-width: 680px;
  margin: 1em auto 0;
}
.lawyer .lawyer-sec004 .img-box:first-of-type{
  margin-bottom: 1.5em;
}
.lawyer .lawyer-sec003 table{
  border-collapse: collapse;
  margin: 0 auto;
}
.lawyer .lawyer-sec003 table th, .lawyer .lawyer-sec003 table td{
  border:solid 1px #aaa;
  width: 50%;
  padding: 1em 0.5em;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}
.lawyer .lawyer-sec003 table th{
  background: var(--gray);
}