@charset "UTF-8";
.elm-h2 {
  line-height: 1.2;
  margin-right: 1em;
}
.bg-orange-wave-wrap.no-bg {
  background-color: #fff;
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.no-bg .bg-orange-wave h1 {
  font-size: 26px;
  font-size: min(6vw, 28px);
  line-height: 1.4;
}
.box-shadow-bg {
  padding: 1em;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.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;
}
.h3-num {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: min(5vw, 26px);
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.h3-num span {
  color: var(--orange);
  font-size: 150%;
  padding-right: 0.25em;
  font-weight: normal;
}
.orange-point {
  text-indent: -1em;
  padding-left: 1em;
}
.orange-point:before {
  content: "●";
  width: 1em;
  height: 1em;
  color: var(--orange);
  white-space: nowrap;
  margin-right: .25em;
}
.box-shadow-bg {
  display: block;
}
.box-shadow-bg p {
  margin-right: 2em;
}
.box-shadow-bg:before {
  content: "";
  background: var(--orange);
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 0.75em;
  top: calc(50% + 0.75em);
  transform: translateY(-50%);
  border-radius: 50%;
}
.box-shadow-bg:after {
  content: "▼";
  color: #fff;
  position: absolute;
  right: 0.9em;
  top: calc(50% + 0.75em);
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
}
.orange-circle {
  width: 1em;
  height: 1em;
  color: var(--orange);
  white-space: nowrap;
  margin-right: .25em;
}
.orange-circle-2nd {
  margin-left: 1.25em;
}

/****** バイク保険ガイドトップ ******/
@media (min-width: 769px) {
  .guide .bg-orange-wave .ttl-lead {
    margin-bottom: 1.5vw;
  }
}

/****** new_01 ******/
.new_01 .table01 table {
  max-width: 640px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .new_01 .table01 table {
    font-size: 16px;
  }
}
.new_01 .table01 table th,
.new_01 .table01 table td {
  border: solid 1px #aaa;
  padding: 0.5em;
  vertical-align: middle;
}
.new_01 .table01 table th {
  background: var(--light-orange);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .new_01 .table02 {
    overflow-x: scroll;
    padding-bottom: 0.5em;
  }
}
.new_01 .table02 table th,
.new_01 .table02 table td {
  border: solid 1px #aaa;
  padding: 0.25em 0.5em;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 769px) {
  .new_01 .table02 table th,
  .new_01 .table02 table td {
    padding: 0.75em;
  }
}
@media (min-width: 769px) {
  .new_01 .table02 table th,
  .new_01 .table02 table td {
    font-size: 16px;
  }
}
.new_01 .table02 .bg-blue {
  background: var(--light-blue);
  padding: 1em 0.5em;
}
.new_01 .table02 .bg-orange {
  padding: 1em 0.5em;
  background: var(--light-orange);
}
.new_01 .table02 .bg-gray {
  background: var(--gray);
}
.new_01 .table02 table img {
  width: 60px;
}
.new_01 .table02 .small {
  font-size: 80%;
}
.new_01 .table02 .maru,
.new_01 .table02 .sankaku,
.new_01 .table02 .batsu {
  position: relative;
}
.new_01 .table02 .maru span {
  background-image: url(../common/img/guide_maru.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  display: block;
  margin: 1em;
  position: absolute;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.new_01 .table02 .sankaku span {
  background-image: url(../common/img/guide_sankaku.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  display: block;
  margin: 1em;
  position: absolute;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.new_01 .table02 .batsu span {
  background-image: url(../common/img/guide_batsu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28%;
  display: block;
  margin: 1em;
  position: absolute;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.new_01 .table02 .vertical-rl {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  width: 1em;
  white-space: pre;
}
@media (min-width: 769px) {
  .new_01 .table02 .vertical-rl {
    writing-mode: horizontal-tb;
    letter-spacing: normal;
    padding: 1em;
    width: auto;
  }
}
.new_01 .table02-notice {
  padding: 0.25em;
}
.new_01 .table02-notice p {
  display: flex;
  font-size: 14px;
}
.new_01 .table02-notice p span {
  width: 2.25em;
  text-align: center;
  white-space: nowrap;
}
.new_01 .table02-notice img {
  height: 1em;
  width: auto;
  vertical-align: middle;
}
.new_01 .small-fx {
  padding: 0.25em;
}
.new_01 .sec002 .not-insured .illust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1em 0 0;
  margin-bottom: 2em;
}
.new_01 .sec002 .not-insured .illust .l-illust,
.sec002 .not-insured .illust .r-illust {
  width: 50%;
  text-align: center;
}
.new_01 .sec002 .not-insured .illust .circle-clip {
  border: solid 3px var(--orange);
  width: 80%;
  max-width: 180px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1em;
  background: var(--white);
  padding: 1em;
}
.new_01 .sec002 .not-insured .illust .r-illust .circle-clip {
  padding: 1.5em;
}
.new_01 .sec002 .not-insured .illust p {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 769px) {
  .new_01 .sec002 .not-insured .illust p {
    font-size: 16px;
  }
}
.new_01 .sec002 .jibaiseki-bn {
  border: solid 1px #aaa;
  padding: 1em;
  border-radius: 6px;
}
.new_01 .sec002 .jibaiseki-bn h3 {
  font-weight: bold;
  color: var(--deep-blue);
  font-size: min(5vw, 26px);
  text-align: center;
  margin-bottom: 0.5em;
}
.new_01 .sec002 .jibaiseki-bn {
  max-width: 620px;
  margin: 0 auto;
}

/****** new_02 ******/
@media (min-width: 769px) {
  .new_02 .bg-blue-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto;
  }
}
.new_02 .bg-blue {
  border: solid 1px var(--deep-blue);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 1em;
}
@media (min-width: 769px) {
  .new_02 .bg-blue{
    width: calc(50% - 0.5em);
  }
}
.new_02 .bg-blue .bg-blue-ttl {
  background: var(--deep-blue);
  color: #fff;
  text-align: center;
  padding: 0.25em;
}
.new_02 .bg-blue .bg-blue-list {
  padding: 0.5em;
}
.new_02 .bg-blue-wrap .bg-blue-notice{
  width: 100%;
}
.new_02 .bg-light-blue {
  background: var(--light-blue);
  font-size: 90%;
  padding: 1em;
  border-radius: 6px;
  margin-top: 1em;
}

/****** new_03 ******/
.new_03 .box-shadow-bg {
  margin-top: 1em;
  max-width: 620px;
}
.new_03 .box-shadow-bg:before,
.new_03 .box-shadow-bg:after {
  display: none;
}
.new_03 .flow-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dashed 1px #ccc;
  padding: 1em 0;
}
.new_03 .flow-box:first-of-type {
  padding-top: 0;
}
.new_03 .flow-box.bdn {
  border: none;
  padding-bottom: 0;
}
.new_03 .flow-box p {
  margin-right: 0;
}
.new_03 .flow-box .flow-left {
  width: 22%;
}
.new_03 .flow-box .flow-right {
  width: calc(78% - 1.5em);
  font-weight: bold;
  font-size: 18px;
  margin-left: 1.5em;
}
@media screen and (min-width: 769px) {
  .new_03 .flow-box .flow-right {
    font-size: 24px;
  }
}
.new_03 .flow-box .flow-num {
  color: var(--orange);
  padding-right: 0.75em;
}
.new_03 .orange-bd-box-ttl-wrap {
  margin-top: 2em;
  padding: 0 1em;
}
.new_03 .orange-bd-box-ttl {
  background: var(--orange);
  color: #fff;
  line-height: 1.3;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 10px;
  font-size: min(3.75vw, 20px);
  margin-right: 0;
}
.new_03 .orange-bd-box {
  border: solid 1px var(--orange);
  padding: 3em 1em 1em;
  margin-top: -2.2em;
  border-radius: 6px;
}
.new_03 .flow-box .displacement {
  display: inline-block;
  font-size: 14px;
  color: var(--orange);
  background: var(--light-orange);
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
  line-height: 1;
  border-radius: 1em;
  display: inline-block;
}
.new_03 .notice {
  max-width: 620px;
  margin: 0.5em auto 0;
}
.new_03 .sec002 .box-shadow-bg {
  box-shadow: none;
  border: solid 2px var(--orange);
  margin-top: 0;
}
.new_03 .sec002 .box-shadow-bg h3 {
  text-align: center;
  font-size: min(5.5vw, 28px);
}
.new_03 .sec002 .flow-box {
  border: none;
  padding: 0;
}
.new_03 .sec002 .flow-box .flow-right {
  font-weight: normal;
}
.new_03 .triangle {
  text-align: center;
  font-size: 30px;
  color: var(--orange);
}
@media screen and (min-width: 769px) {
  .new_03 .triangle {
    font-size: 46px;
  }
}

/****** change_* ******/
.change .ws-nowrap {
  white-space: nowrap;
}
.change h3.ttl {
  font-weight: bold;
  margin-top: 1em;
  font-size: min(5.25vw, 24px);
}
.change .img-box {
  max-width: 680px;
  margin: 1em auto;
}
.change-table {
  font-size: 14px;
  margin-top: 0.25em;
}
@media (min-width: 769px) {
  .change-table {
    font-size: 16px;
  }
}
.change-table table th,
.change-table table td {
  border: solid 1px #aaa;
  padding: 0.25em;
}
.change-table table th {
  background: var(--light-orange);
  vertical-align: middle;
  text-align: center;
}
.change-table table td .df {
  margin-top: 0.25em;
}

/****** other_* ******/
.other .img-box {
  max-width: 500px;
  /* margin: 0 auto; */
}
.other h3 {
  font-weight: bold;
  margin-top: 1em;
  font-size: min(5.25vw, 24px);
}
.other_table {
  font-size: 14px;
  margin-top: 1em;
}
@media (min-width: 769px) {
  .other_table {
    font-size: 16px;
  }
}
.other_table table {
  max-width: 500px;
}
.other_table table th,
.other_table table td {
  border: solid 1px #aaa;
  padding: 0.25em;
}
.other_table table th {
  background: var(--light-orange);
  width: 60%;
  vertical-align: middle;
}
.other_table table td {
  width: 40%;
  vertical-align: middle;
}
.other_table table.half th,
.other_table table.half td {
  width: 50%;
}
.other_table table th.adj01 {
  width: auto;
  text-align: center;
  font-weight: normal;
}
.other_table table i{
  display: inline-block;
  width: 1em;
}
.other_table table .vh{
  visibility: hidden;
}