@charset "UTF-8";
h3 {
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #787f18;
}

section picture {
  margin-top: 10px;
  display: block;
}
section dl {
  margin-top: 10px;
}
section dl + p {
  margin-top: 15px;
}
section dt {
  color: #787f18;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
section a {
  text-decoration: underline;
  color: #000;
}

.insuredWrap {
  background-color: #fbf3e8;
  padding: 20px 0;
}
.insuredWrap .table {
  border: 1px solid #dbdb82;
  background-color: #fff;
  margin-top: 10px;
}
.insuredWrap .table p {
  border-bottom: 1px solid #dbdb82;
}
.insuredWrap .table p:first-child {
  background-color: #dbdb82;
  text-align: center;
  padding: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.insuredWrap .table p:nth-child(3) {
  background-color: #ffffde;
}
.insuredWrap .table p small {
  font-size: 1.4rem;
}

.detailWrap li {
  padding: 3px 10px;
}
.detailWrap li:nth-child(odd) {
  background-color: #dbdb82;
}
.detailWrap li:nth-child(even) {
  background-color: #ffffde;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  section {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .detailWrap {
    padding: 0;
  }

  .insuredWrap .leftBox {
    display: none;
  }
  .insuredWrap > p {
    padding: 0 15px;
  }
  .insuredWrap .box p {
    width: 100%;
  }
  .insuredWrap .box p:not(:first-child) {
    display: flex;
  }
  .insuredWrap .box p span.sp {
    width: 5em;
  }
  .insuredWrap .box p span {
    width: calc(100% - 5em);
    padding: 5px;
  }
  .insuredWrap .box p span:last-child {
    border-left: 1px solid #dbdb82;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section {
    width: 1000px;
    margin: 20px auto 0;
    margin-bottom: 50px;
    padding-top: 70px;
    margin-top: -40px;
  }

  .insuredWrap {
    padding: 70px 15px 20px;
  }
  .insuredWrap .table {
    display: flex;
  }
  .insuredWrap .table p {
    padding: 10px;
  }
  .insuredWrap .table p span.sp {
    display: none;
  }
  .insuredWrap .table p:last-child {
    border-bottom: none;
  }
  .insuredWrap .table p:nth-child(2) {
    height: 117px;
  }
  .insuredWrap .table p:nth-child(3) {
    height: 69px;
  }
  .insuredWrap .table p:nth-child(4) {
    height: 69px;
  }
  .insuredWrap .table .leftBox {
    width: 18%;
  }
  .insuredWrap .table .leftBox p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .insuredWrap .table .box {
    width: 41.5%;
    border-left: 1px solid #dbdb82;
  }
  .insuredWrap .table .box p:first-child {
    border-left: 1px solid #fff;
  }

  .detailWrap ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 295px;
  }
  .detailWrap li {
    width: 50%;
  }
  .detailWrap li:nth-child(n+10) {
    border-left: 1px solid #fff;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=about.css.map */
