@charset "UTF-8";
/*************************
共通class
************************ */
/*************************
guide ページ共通
************************ */
@media screen and (max-width: 767px) {
  #searchbox {
    display: none;
  }
}

#fv {
  padding-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  #fv {
    padding-top: 0;
  }
}

#fv .fvimg {
  width: 100%;
  height: 100%;
  margin-bottom: 0.64rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #fv .fvimg {
    margin-bottom: 0.3rem;
  }
}

#fv .fvimg .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-size: 0.31rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.46rem 0.76rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #fv .fvimg .title {
    display: inline-block;
    font-size: 0.2rem;
    padding: 0.24rem 0.46rem;
    text-align: center;
    line-height: 1.5;
  }
}

#fv .fvimg figure {
  position: relative;
  z-index: 1;
}

.insurance #fv .fvimg {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #fv .hdtxt {
    padding: 0 0.2rem;
  }
}

#fv .hdtxt p {
  font-size: 0.2rem;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #fv .hdtxt p {
    font-size: 0.13rem;
    margin-bottom: 0.04rem;
  }
}

/*************************
guide トップ
************************ */
#guidetp01 {
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  #guidetp01 {
    padding-top: 0.3rem;
    padding-bottom: 1rem;
  }
}

#guidetp01 .guidelist {
  margin-bottom: .6rem;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist {
    margin-bottom: .3rem;
  }
}

#guidetp01 .guidelist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul {
    display: block;
  }
}

#guidetp01 .guidelist ul li {
  width: calc((100% - .56rem) / 3);
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li {
    width: 100%;
    margin-top: 0.16rem;
  }
}

#guidetp01 .guidelist ul li a {
  width: 100%;
  height: 100%;
  min-height: 4rem;
  background-color: #f2f7fc;
  border-radius: 0.1rem;
  padding: .72rem .5rem .3rem;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li a {
    min-height: 0;
    padding: .3rem;
  }
}

#guidetp01 .guidelist ul li a h3 {
  color: #004986;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li a h3 {
    font-size: 0.16rem;
  }
}

#guidetp01 .guidelist ul li a h3:before {
  content: '';
  display: block;
  height: 0.74rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-size: contain;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li a h3:before {
    margin-bottom: 0.1rem;
    height: 50px;
  }
}

#guidetp01 .guidelist ul li a p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 0;
}

.ie #guidetp01 .guidelist ul li a p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li.flow {
    margin-top: 0;
  }
}

#guidetp01 .guidelist ul li.flow a h3:before {
  background-image: url(../img/guide/icon_guide01.png);
  background-size: 70px 54px;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li.flow a h3:before {
    background-size: 50px 38px;
  }
}

#guidetp01 .guidelist ul li.compensation a h3:before {
  background-image: url(../img/guide/icon_guide02.png);
  background-size: 91px 60px;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li.compensation a h3:before {
    background-size: 61px 40px;
  }
}

#guidetp01 .guidelist ul li.other a h3:before {
  background-image: url(../img/guide/icon_guide03.png);
  background-size: 46px 74px;
}

@media screen and (max-width: 767px) {
  #guidetp01 .guidelist ul li.other a h3:before {
    background-size: 31px 50px;
  }
}

#guidetp01 .note {
  border: 1px solid #bbb;
  padding: .16rem .2rem;
}

#guidetp01 .note p {
  margin-bottom: 0;
}

#guidetp01 .note p a {
  display: inline-block;
  color: #2774C2;
}

/*************************
guide 詳細ページ共通
************************ */
#usehd {
  padding-bottom: 0;
}

#usehd .hdtxt p {
  font-size: 0.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  #usehd .hdtxt p {
    font-size: 0.16rem;
    margin-bottom: 0.3rem;
  }
}

#usehd .hdtxt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  #usehd .hdtxt ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#usehd .hdtxt ul li {
  width: calc((100% - (0.4rem * 3)) / 4);
}

@media screen and (max-width: 767px) {
  #usehd .hdtxt ul li {
    width: calc((100% - (0.16rem * 1)) / 2);
    margin-top: 0.08rem;
  }
}

#usehd .hdtxt ul li a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1.1rem;
  font-size: 0.2rem;
  color: #004986;
  font-weight: 700;
  border: 1px solid #004986;
  border-radius: 5px;
  background-color: #f2f7fc;
  padding: .1rem .36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  #usehd .hdtxt ul li a {
    min-height: 0;
    font-size: 0.16rem;
    padding: .16rem .2rem;
  }
}

#usehd .hdtxt ul li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #004986;
  border-right: 3px solid #004986;
  position: absolute;
  top: calc((100% - 14px) / 2);
  right: 0.36rem;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  #usehd .hdtxt ul li a:after {
    right: 0.2rem;
  }
}

.mouse #usehd .hdtxt ul li a:hover {
  background-color: #004986;
  color: #fff;
  opacity: 1;
}

.mouse #usehd .hdtxt ul li a:hover:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 767px) {
  #usehd .hdtxt ul li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.insurance #usehd .hdtxt ul {
  margin: 0 -.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .insurance #usehd .hdtxt ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}

.insurance #usehd .hdtxt ul li {
  width: calc((100% - (0.6rem * 2)) / 3);
  margin: 0.3rem 0.2rem 0;
}

@media screen and (max-width: 767px) {
  .insurance #usehd .hdtxt ul li {
    width: calc((100% - (0.16rem * 1)) / 2);
    margin: 0;
    margin-top: 0.08rem;
  }
}

.insurance #usehd .hdtxt ul li:nth-of-type(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .insurance #usehd .hdtxt ul li:nth-of-type(-n+3) {
    margin-top: 0.08rem;
  }
}

@media screen and (max-width: 767px) {
  .insurance #usehd .hdtxt ul li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .insurance #usehd .hdtxt ul li:last-of-type {
    width: 2.2rem;
    margin: 0.08rem auto 0;
  }
}

.howtobox {
  padding-bottom: 0;
  padding-top: 1.8rem;
  margin-top: -0.8rem;
}

@media screen and (max-width: 767px) {
  .howtobox {
    padding-top: 0.64rem;
    margin-top: -0.3rem;
  }
}

.howtobox .ttl2 {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .howtobox .ttl2 {
    margin-bottom: 0.24rem;
  }
}

.howtobox .ttl6, .howtobox .ttl7 {
  width: 100%;
}

#guidelink {
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  #guidelink {
    padding-bottom: 1rem;
  }
}

#guidelink .ttl2 {
  font-size: 0.2rem;
  padding: 0.12rem 0.3rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  #guidelink .ttl2 {
    font-size: 0.16rem;
    padding: 0.08rem 0.2rem;
    margin-bottom: 0.1rem;
  }
}

#guidelink .guidelist {
  margin-bottom: .2rem;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist {
    margin-bottom: .1rem;
  }
}

#guidelink .guidelist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist ul {
    display: block;
  }
}

#guidelink .guidelist ul li {
  width: calc((100% - .56rem) / 3);
  height: 1.3rem;
  border-radius: 0.1rem;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist ul li {
    width: 100%;
    height: auto;
    margin-top: 0.08rem;
  }
}

#guidelink .guidelist ul li a {
  width: 100%;
  height: 100%;
  background-color: #f2f7fc;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.2rem 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#guidelink .guidelist ul li a span {
  color: #004986;
  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;
  position: relative;
}

#guidelink .guidelist ul li a span:before {
  content: '';
  display: block;
  width: 0.54rem;
  height: 0.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-size: contain;
  margin-right: 0.1rem;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist ul li a span:before {
    width: 0.36rem;
    height: 0.43rem;
    margin-right: 0.16rem;
  }
}

#guidelink .guidelist ul li.flow a span:before {
  background-image: url(../img/index/icon_car.png);
  background-size: 43px 33px;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist ul li.flow a span:before {
    background-size: 33px auto;
  }
}

#guidelink .guidelist ul li.compensation a span:before {
  background-image: url(../img/index/icon_compensation.png);
  background-size: 54px 35px;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist ul li.compensation a span:before {
    background-size: 43px auto;
  }
}

#guidelink .guidelist ul li.other a span:before {
  background-image: url(../img/index/icon_childseat.png);
  background-size: 31px 50px;
}

@media screen and (max-width: 767px) {
  #guidelink .guidelist ul li.other a span:before {
    background-size: auto 36px;
  }
}

#guidelink .note {
  border: 1px solid #bbb;
  padding: .16rem .2rem;
}

#guidelink .note p {
  margin-bottom: 0;
}

#guidelink .note p a {
  display: inline-block;
  color: #2774C2;
}

/*************************
howto ご利用方法について
************************ */
.contbox {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .contbox {
    margin-top: .5rem;
  }
}

.contbox .ttl6 {
  margin-top: 0;
  margin-bottom: 0.1rem;
}

.contbox .ttl6 span {
  display: inline-block;
  margin-left: 0.04rem;
  font-size: 0.14rem;
}

@media screen and (max-width: 767px) {
  .contbox .ttl6 span {
    font-size: 0.12rem;
  }
}

.contbox .txt {
  margin-bottom: 0.3rem;
}

.contbox .flowbox {
  counter-reset: nmb 0;
  margin-bottom: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .contbox .flowbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contbox .flowbox li {
  width: calc((100% - (0.25rem * 3)) / 4);
  border: .05rem solid #dedede;
  border-radius: 0.2rem;
  padding: 0.28rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contbox .flowbox li {
    width: calc((100% - (0.2rem * 1)) / 2);
    border-width: .03rem;
    border-radius: 0.1rem;
    padding: 0.16rem 0;
    margin-top: 0.08rem;
  }
}

.contbox .flowbox li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 12px solid #1396DB;
  position: absolute;
  top: calc((100% - 32px) / 2);
  right: -40px;
}

@media screen and (max-width: 767px) {
  .contbox .flowbox li:after {
    border-width: 10px;
    border-left-width: 8px;
    top: calc((100% - 20px) / 2);
    right: -.28rem;
  }
}

.contbox .flowbox li p {
  padding-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contbox .flowbox li p {
    line-height: 1.2;
    padding-top: 0.24rem;
  }
}

.contbox .flowbox li p:before {
  content: '';
  display: block;
  counter-increment: nmb 1;
  content: counter(nmb);
  font-size: 0.11rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #004986;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc((100% - 14px) / 2);
  top: 0;
}

.contbox .flowbox li p span {
  font-size: 0.1rem;
  line-height: 1;
}

.contbox .flowbox li:last-of-type:after {
  content: none;
}

.contbox .flowbox li:last-of-type p:before {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  left: calc((100% - 20px) / 2);
  font-size: 0.16rem;
}

@media screen and (max-width: 767px) {
  .contbox .flowbox li:last-of-type p:before {
    font-size: 0.13rem;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    left: calc((100% - 18px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .contbox .flowbox li:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.contbox .tablebox {
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .contbox .tablebox table {
    width: 100%;
  }
}

.contbox .tablebox table tr th {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #4A82BB;
  color: #fff;
  font-weight: 400;
  padding: 0.1rem 0.4rem;
}

@media screen and (max-width: 767px) {
  .contbox .tablebox table tr th {
    padding: 0.1rem .16rem;
  }
}

.contbox .tablebox table tr td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #F2F7FC;
  padding: 0.1rem 0.4rem;
}

@media screen and (max-width: 767px) {
  .contbox .tablebox table tr td {
    padding: 0.1rem .16rem;
  }
}

.contbox .bglb {
  background-color: #F2F7FC;
  padding: 0.2rem .3rem;
}

@media screen and (max-width: 767px) {
  .contbox .bglb {
    padding: 0.1rem .16rem;
  }
}

.contbox .bglb.inblk {
  display: inline-block;
  font-weight: 700;
  padding: 0.06rem 0.24rem;
}

@media screen and (max-width: 767px) {
  .contbox .bglb.inblk {
    display: block;
    padding: 0.06rem .16rem;
  }
}

.contbox .squarelist li {
  padding-left: 0.15rem;
  position: relative;
}

.contbox .squarelist li:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 767px) {
  .contbox .squarelist li:before {
    width: 11px;
    height: 11px;
    top: 6px;
  }
}

.contbox .squarelist li span {
  color: #004986;
}

.contbox:first-of-type {
  margin-top: 0;
}

#use01 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#use01 .contbox01 .btnbox {
  width: 3.56rem;
}

@media screen and (max-width: 767px) {
  #use01 .contbox01 .btnbox {
    width: 100%;
  }
}

#use01 .contbox02 {
  width: 4.7rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  #use01 .contbox02 {
    width: 100%;
  }
}

#use01 .contbox02 p {
  margin-bottom: .2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #use01 .contbox02 p {
    margin-bottom: 0.1rem;
  }
}

#use01 .contbox02 p a {
  display: inline-block;
  font-size: 0.31rem;
  color: #004986;
  font-weight: 700;
  margin-right: 0.1rem;
  position: relative;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media screen and (max-width: 767px) {
  #use01 .contbox02 p a {
    font-size: 0.24rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

#use01 .contbox02 p a:before {
  content: '\f095';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.2rem;
  -webkit-transform: translateY(-3px) scale(-1, 1);
          transform: translateY(-3px) scale(-1, 1);
  margin-right: .08rem;
}

@media screen and (max-width: 767px) {
  #use01 .contbox02 p a:before {
    font-size: 0.16rem;
    margin-right: .04rem;
  }
}

#use01 .contbox03 {
  width: 4.7rem;
  margin-bottom: 1rem;
}

#use01 .contbox03 figure {
  width: 3rem;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
  #use01 .contbox02 {
    margin-bottom: 0rem;
  } 
  #use01 .contbox03 {
    margin-bottom: .5rem;
  }
}

#use01 .contbox04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#quickbox{
  padding-top: 1.8rem;
  margin-top: -1.8rem;
}

#use01 .contbox04 .left {
  width: 4.2rem;
}

@media screen and (max-width: 767px) {
  #quickbox{
    padding-top: 0.5rem;
    margin-top: -0.5rem;
  }

  #use01 .contbox04 .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

#use01 .contbox04 .left p {
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 767px) {
  #use01 .contbox04 .left p {
    margin-bottom: 0.2rem;
  }
}

#use01 .contbox04 .right {
  width: calc(100% - 4.2rem - .7rem);
}

@media screen and (max-width: 767px) {
  #use01 .contbox04 .right {
    width: 100%;
  }
}

#use01 .contbox04 .right ul {
  counter-reset: number 0;
}

#use01 .contbox04 .right ul li {
  padding-left: 0.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #use01 .contbox04 .right ul li {
    padding-left: 0.18rem;
  }
}

#use01 .contbox04 .right ul li:before {
  counter-increment: number 1;
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #333333;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 767px) {
  #use01 .contbox04 .right ul li:before {
    top: .04rem;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    font-size: 0.1rem;
  }
}

#use01 .contbox04 .right .btnbox {
  text-align: left;
  padding-top: 0.3rem;
}

#use01 .contbox04 .right .btnbox .btn {
  display: inline-block;
  width: 4rem;
}

@media screen and (max-width: 767px) {
  #use01 .contbox04 .right .btnbox .btn {
    width: 100%;
  }
}

#use01 .contbox06 .cancelbox {
  margin-bottom: 0.3rem;
}

#use01 .contbox06 .tablebox {
  width: 100%;
}

#use01 .contbox06 .tablebox table tr th, #use01 .contbox06 .tablebox table tr td {
  width: 3.08rem;
}

#use02 .contbox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#use02 .contbox01 .txtbox {
  padding-right: 0.4rem;
}

@media screen and (max-width: 767px) {
  #use02 .contbox01 .txtbox {
    padding-right: 0;
  }
}

#use02 .contbox01 .txtbox p {
  margin-bottom: 0.04rem;
}

#use02 .contbox01 .txtbox p span {
  color: #004986;
  font-weight: 700;
  margin-right: 0.2rem;
}

#use02 .contbox01 figure {
  width: 3.04rem;
}

@media screen and (max-width: 767px) {
  #use02 .contbox01 figure {
    width: 90%;
    margin: auto;
    margin-top: 0.1rem;
  }
}

#use02 .contbox02 .txtbox {
  margin-bottom: 0.1rem;
}

#use02 .contbox02 .txtbox p span {
  display: block;
  color: #004986;
  font-weight: 700;
}

#use03 .contbox01 .btnbox {
  text-align: left;
  padding-top: 0.3rem;
}

#use03 .contbox01 .btnbox .btn {
  display: inline-block;
  width: 3.06rem;
}

@media screen and (max-width: 767px) {
  #use03 .contbox01 .btnbox .btn {
    width: 100%;
  }
}

#use03 .contbox03 .txtbox {
  margin-bottom: 0.1rem;
}

/*************************
insurance 保険・補償内容
************************ */
.insurancebox {
  padding-top: 1.8rem;
  padding-bottom: 0;
  margin-top: -0.8rem;
}

@media screen and (max-width: 767px) {
  .insurancebox {
    padding-top: .64rem;
    margin-top: -0.3rem;
  }
}

.insurancebox h3 {
  font-size: 0.2rem;
  font-weight: 700;
  padding: 0.24rem 0;
}

@media screen and (max-width: 767px) {
  .insurancebox h3 {
    font-size: 0.16rem;
  }
}

.insurancebox h4 {
  font-weight: 700;
  margin-bottom: 0.06rem;
}

.insurancebox .joinbox {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox {
    display: block;
  }
}

.insurancebox .joinbox .left, .insurancebox .joinbox .right {
  padding: 0.1rem 0 .3rem;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left, .insurancebox .joinbox .right {
    padding-bottom: 0.2rem;
  }
}

.insurancebox .joinbox .left h4, .insurancebox .joinbox .right h4 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 1.25;
  padding: 0.12rem 0;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left h4, .insurancebox .joinbox .right h4 {
    font-size: 0.18rem;
    line-height: 1.4;
  }
}

.insurancebox .joinbox .left {
  width: 5.5rem;
  border: 10px solid #ec372e;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left {
    width: 100%;
    border-width: 6px;
    margin-bottom: 0.36rem;
  }
}

.insurancebox .joinbox .left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 37px solid transparent;
  border-left: 30px solid #ec372e;
  position: absolute;
  top: calc(50% - 37px);
  right: -.92rem;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left:after {
    border: 30px solid transparent;
    border-top: 20px solid #ec372e;
    top: auto;
    bottom: -0.64rem;
    right: auto;
    left: calc(50% - 30px);
  }
}

.insurancebox .joinbox .left h4 {
  background-color: #ec372e;
  margin-bottom: 0.2rem;
}

.insurancebox .joinbox .left dl {
  width: calc(100% - .6rem);
  margin: auto;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ec372e;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left dl {
    display: block;
    width: 100%;
  }
}

.insurancebox .joinbox .left dl dt {
  font-size: 0.25rem;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left dl dt {
    font-size: 0.17rem;
    text-align: center;
  }
}

.insurancebox .joinbox .left dl dd {
  font-size: 0.51rem;
  color: #ec372e;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left dl dd {
    font-size: 0.28rem;
    text-align: center;
  }
}

.insurancebox .joinbox .left dl dd b {
  display: inline-block;
  font-size: 0.93rem;
  line-height: 1;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .left dl dd b {
    font-size: 0.5rem;
    text-align: center;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.insurancebox .joinbox .left dl:first-of-type {
  border-top: none;
}

.insurancebox .joinbox .right {
  width: 4.74rem;
  border: 10px solid #2774C2;
  border-radius: 20px;
  background-color: #FFFEF1;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right {
    width: 100%;
    border-width: 6px;
  }
}

.insurancebox .joinbox .right h4 {
  background-color: #2774C2;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right h4 {
    margin-bottom: 0.16rem;
  }
}

.insurancebox .joinbox .right p {
  line-height: 1;
  text-align: center;
}

.insurancebox .joinbox .right p strong {
  font-size: 0.28rem;
  color: #2774C2;
  font-weight: 700;
  font-family: 'Noto Sans JP',sans-serif;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right p strong {
    font-size: 0.18rem;
  }
}

.insurancebox .joinbox .right p span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #2774C2;
  font-size: 0.36rem;
  font-weight: 900;
  font-family: 'Noto Sans JP',sans-serif;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right p span {
    font-size: 0.22rem;
  }
}

.insurancebox .joinbox .right p span b {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right p span b {
    font-size: 1.2rem;
  }
}

.insurancebox .joinbox .right p.jointxt {
  font-size: 0.18rem;
  line-height: 1.3889;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right p.jointxt {
    font-size: 0.14rem;
    letter-spacing: -0.02em;
  }
}

.insurancebox .joinbox .right p.price {
  font-size: 0.27rem;
  font-weight: 700;
  font-family: 'Noto Sans JP',sans-serif;
}

@media screen and (max-width: 767px) {
  .insurancebox .joinbox .right p.price {
    font-size: 0.17rem;
  }
}

#insurance01 .tablebox table tr th, #insurance01 .tablebox table tr td {
  width: 3.12rem;
}

@media screen and (max-width: 767px) {
  #insurance01 .tablebox table tr th {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  #insurance01 .tablebox table tr td {
    width: 67%;
  }
}

#insurance01 .txtbox h4 {
  margin-top: 0.6rem;
}

@media screen and (max-width: 767px) {
  #insurance02 .joinbox .left h4 {
    margin-bottom: 0.06rem;
  }
}

#insurance02 .joinbox .left dl {
  border-top: none;
  margin-top: 0.12rem;
  padding: 0 0.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  #insurance02 .joinbox .left dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.56rem;
  }
}

#insurance02 .joinbox .left dl dt {
  font-size: 0.51rem;
  font-weight: 900;
  color: #ec372e;
}

@media screen and (max-width: 767px) {
  #insurance02 .joinbox .left dl dt {
    font-size: 0.28rem;
  }
}

#insurance02 .joinbox .left dl dd {
  line-height: 1;
}

#insurance02 .joinbox .left dl dd b {
  margin-right: 0.1rem;
}

@media screen and (max-width: 767px) {
  #insurance02 .joinbox .left dl dd b {
    font-size: 0.6rem;
    margin-right: 0.06rem;
  }
}

#insurance02 .txtbox h4 + p {
  margin-bottom: 0.1rem;
}

#insurance03 .joinbox .left {
  padding-bottom: 0;
}

#insurance03 .joinbox .left h4 {
  margin-bottom: 0.06rem;
}

#insurance03 .joinbox .left dl {
  padding: 0.06rem 0.3rem 0.06rem 0;
}

@media screen and (max-width: 767px) {
  #insurance03 .joinbox .left dl {
    padding: 0.12rem 0;
  }
}

@media screen and (max-width: 767px) {
  #insurance03 .joinbox .left dl dt {
    margin-bottom: 0.04rem;
  }
}

@media screen and (max-width: 767px) {
  #insurance03 .joinbox .left dl dd b {
    font-size: 0.6rem;
  }
}

#insurance03 .txtbox.ineligible {
  margin-top: 0.6rem;
}

#insurance04 .joinbox .left {
  padding-bottom: 0;
}

#insurance04 .joinbox .left h4 {
  margin-bottom: 0.16rem;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left h4 {
    margin-bottom: 0.06rem;
  }
}

#insurance04 .joinbox .left dl {
  padding: 0.06rem 0 0.06rem 0;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left dl {
    padding: 0.12rem 0;
  }
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left dl dt {
    margin-bottom: 0.04rem;
  }
}

#insurance04 .joinbox .left dl dd {
  line-height: 1.8;
  font-size: 0.29rem;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left dl dd {
    font-size: 0.2rem;
  }
}

#insurance04 .joinbox .left dl dd b {
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left dl dd b {
    font-size: 0.45rem;
  }
}

#insurance04 .joinbox .left dl dd span {
  display: block;
  font-size: 0.3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left dl dd span {
    font-size: 0.19rem;
  }
}

#insurance04 .joinbox .left dl dd span span {
  display: inline;
  font-size: 0.2rem;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .left dl dd span span {
    font-size: 0.15rem;
  }
}

#insurance04 .joinbox .right h4 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #insurance04 .joinbox .right h4 {
    margin-bottom: 0.06rem;
  }
}

#insurance04 .joinbox .right p {
  margin-top: 0.16rem;
  margin-bottom: 0;
}

#insurance04 .joinbox .right p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #insurance05 .flowbox {
    display: block;
  }
}

#insurance05 .flowbox li {
  width: calc((100% - (0.34rem * 2)) / 3);
  min-height: 1.54rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #004986;
}

@media screen and (max-width: 767px) {
  #insurance05 .flowbox li {
    font-size: 0.16rem;
    width: 100%;
    min-height: 0;
    margin-top: 0.24rem;
  }
}

#insurance05 .flowbox li:after {
  right: -44px;
}

@media screen and (max-width: 767px) {
  #insurance05 .flowbox li:after {
    border: 16px solid transparent;
    border-top: 10px solid #1396DB;
    top: auto;
    bottom: -0.36rem;
    right: auto;
    left: calc(50% - 16px);
  }
}

@media screen and (max-width: 767px) {
  #insurance05 .flowbox li:first-of-type {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #insurance05 .flowbox li:nth-of-type(2) {
    margin-top: 0.24rem;
  }
}

#insurance05 .bglb {
  text-align: center;
  padding: 0.24rem 0.3rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb {
    padding: 0.16rem;
  }
}

#insurance05 .bglb .inr {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb .inr {
    display: block;
  }
}

#insurance05 .bglb .inr dl {
  margin-top: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb .inr dl {
    display: block;
  }
}

#insurance05 .bglb .inr dl dt {
  width: 2.8rem;
  text-align: left;
  font-size: 0.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb .inr dl dt {
    width: 100%;
    font-size: 0.16rem;
    text-align: center;
  }
}

#insurance05 .bglb .inr dl dd {
  font-size: 0.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb .inr dl dd {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb .inr dl dd a {
    line-height: 1.2;
    font-weight: 400;
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 767px) {
  #insurance05 .bglb .inr dl dd a span {
    font-size: 0.22rem;
    font-weight: 700;
  }
}

#insurance05 .bglb .inr dl:first-of-type {
  margin-top: 0;
}

/*************************
option その他オプション
************************ */
.option #usehd {
  padding-bottom: 0;
}

.option #usehd .hdtxt p {
  margin-bottom: 0;
}

.optionbox {
  padding-bottom: 0;
  padding-top: 1.8rem;
  margin-top: -0.8rem;
}

@media screen and (max-width: 767px) {
  .optionbox {
    padding-top: 0.64rem;
    margin-top: -0.3rem;
  }
}

.optionbox .ttl2 {
  margin-bottom: 0.24rem;
}

.optionbox .tablebox h3 {
  font-weight: 700;
}

.optionbox .tablebox table tr th {
  vertical-align: middle;
  width: 3.12rem;
}

.onewaybox table tr td {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .optionbox .tablebox table tr th {
    width: 50%;
  }
}

.optionbox .tablebox table tr td {
  width: 3.12rem;
}

@media screen and (max-width: 767px) {
  .optionbox .tablebox table tr td {
    width: 50%;
  }
}

.optionbox .tablebox table tr td b {
  font-size: 0.2rem;
  color: #ec372e;
}

#option01 .seatlist {
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist {
    margin-bottom: 0.24rem;
  }
}

#option01 .seatlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul {
    display: block;
  }
}

#option01 .seatlist ul li {
  width: calc((100% - (0.3rem * 2)) / 3);
  background-color: #F2F7FC;
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li {
    width: 100%;
    padding: 0.16rem 0.16rem 0.16rem 0.3rem;
    margin-top: 0.16rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#option01 .seatlist ul li figure {
  height: 100px;
  padding-right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li figure {
    height: .78rem;
    padding-right: 0.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#option01 .seatlist ul li dl dt {
  font-size: 0.2rem;
  font-weight: 400;
  color: #004986;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li dl dt {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li:first-of-type {
    margin-top: 0;
  }
}

#option01 .seatlist ul li:first-of-type figure img {
  width: 93px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li:first-of-type figure img {
    width: .72rem;
    height: .78rem;
  }
}

#option01 .seatlist ul li:nth-of-type(2) figure img {
  width: 90px;
  height: 96px;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li:nth-of-type(2) figure img {
    width: .68rem;
    height: .73rem;
  }
}

#option01 .seatlist ul li:nth-of-type(3) figure img {
  width: 80px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  #option01 .seatlist ul li:nth-of-type(3) figure img {
    width: .60rem;
    height: .44rem;
  }
}

#option01 .tablebox table tr th {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  #option01 .tablebox table tr th {
    width: 50%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  #option01 .tablebox table tr td {
    vertical-align: middle;
  }
}


#option_kit .seatlist {
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist {
    margin-bottom: 0.24rem;
  }
}

#option_kit .seatlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul {
    display: block;
  }
}

#option_kit .seatlist ul li {
  width: calc((100% - (0.3rem * 2)) / 3);
  background-color: #F2F7FC;
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li {
    width: 100%;
    padding: 0.16rem 0.16rem 0.16rem 0.3rem;
    margin-top: 0.16rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#option_kit .seatlist ul li figure {
  height: 100px;
  padding-right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li figure {
    height: .78rem;
    padding-right: 0.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#option_kit .seatlist ul li dl dt {
  font-size: 0.2rem;
  font-weight: 400;
  color: #004986;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li dl dt {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li:first-of-type {
    margin-top: 0;
  }
}

#option_kit .seatlist ul li:first-of-type figure img {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li:first-of-type figure img {
    width: .78rem;
    height: .78rem;
  }
}

#option_kit .seatlist ul li:nth-of-type(2) figure img {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li:nth-of-type(2) figure img {
    width: .78rem;
    height: .78rem;
  }
}

#option_kit .seatlist ul li:nth-of-type(3) figure img {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 767px) {
  #option_kit .seatlist ul li:nth-of-type(3) figure img {
    width: .78rem;
    height: .78rem;
  }
}

#option_kit .tablebox table tr th {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  #option_kit .tablebox table tr th {
    width: 50%;
    vertical-align: middle;
  }
}

#option_kit .tablebox table tr td {
    vertical-align: middle;
  }

@media screen and (max-width: 767px) {
  #option_kit .tablebox table tr td {
    vertical-align: middle;
  }
}



#option02 .tablebox h3 {
  font-weight: 700;
}

#option02 .tablebox table tr th {
  vertical-align: middle;
}

#option02 .tablebox table tr td b {
  font-size: 0.2rem;
  color: #ec372e;
}

#option02 .tablebox.aboutpet {
  padding-top: 0.16rem;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  #option02 .tablebox.aboutpet {
    padding-top: 0.08rem;
    margin-bottom: 0.24rem;
  }
}

#option02 .tablebox.aboutpet table {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

#option02 .tablebox.aboutpet table tr th {
  width: 1.4rem;
  background-color: #F2F7FC;
  color: #333333;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding: 0.1rem 0.3rem;
}

@media screen and (max-width: 767px) {
  #option02 .tablebox.aboutpet table tr th {
    width: 0.3rem;
    width: 20%;
    padding: 0.1rem;
  }
}

#option02 .tablebox.aboutpet table tr td {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  background-color: #fff;
  width: calc(100% - 3.2rem);
  padding: 0.1rem 0.7rem 0.1rem 0.3rem;
}

@media screen and (max-width: 767px) {
  #option02 .tablebox.aboutpet table tr td {
    padding: 0.1rem;
  }
}

#option02 .tablebox.aboutpet table tr td b {
  font-size: 0.2rem;
  color: #ec372e;
}

#option02 .tablebox.aboutpet table tr td ol {
  padding-left: .15rem;
}

#option02 .tablebox.aboutpet table tr td ol li {
  list-style: decimal;
}

#option02 .tablebox.aboutpet table tr:first-of-type th:first-of-type {
  width: 1.8rem;
}

@media screen and (max-width: 767px) {
  #option02 .tablebox.aboutpet table tr:first-of-type th:first-of-type {
    width: 0.3rem;
  }
}
