@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2 .inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .page_h2 .inner {
    padding-bottom: 40px;
  }
}
.box01 dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .box01 dl {
    display: block;
  }
}
.box01 dl dt {
  width: 56.5%;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .box01 dl dt {
    width: 100%;
  }
}
.box01 dl dt .ttl {
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 22px;
}
@media screen and (max-width: 818px) {
  .box01 dl dt .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.box01 dl dd {
  padding-left: 20px;
  width: 43.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .box01 dl dd {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.box01 dl dd img {
  margin-left: auto;
  margin-right: 0;
  max-width: 390px;
}
.point {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .point {
    padding-top: 40px;
  }
}
.point ul {
  gap: 32px;
  column-gap: 30px;
  flex-wrap: wrap;
  margin-top: 36px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .point ul {
    margin-top: 20px;
  }
}
.point ul li {
  width: calc(50% - 15px);
  border: 1px solid #0075C2;
  padding: 15px 25px 25px 25px;
}
@media screen and (max-width: 818px) {
  .point ul li {
    width: 100%;
    padding: 15px;
  }
}
.point ul li .sub {
  text-align: center;
  font-size: 21px;
  color: #0075C2;
}
@media screen and (max-width: 818px) {
  .point ul li .sub {
    font-size: 18px;
  }
}
.point ul li .num {
  margin: auto;
  text-align: center;
  color: #0075C2;
  font-size: 32px;
  line-height: 1.01;
  margin-bottom: 10px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #0075C2 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  max-width: 362px;
}
@media screen and (max-width: 818px) {
  .point ul li .num {
    font-size: 24px;
  }
}
.point ul li .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .point ul li .ttl {
    margin-top: 7px;
    padding-top: 7px;
    max-width: 90%;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.point ul li p {
  text-align: left;
}
.list_item {
  padding-left: 20px;
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .list_item {
    margin-top: 20px;
    padding-left: 15px;
    display: block;
  }
}
.list_item li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 818px) {
  .list_item li {
    width: 100%;
  }
}
.list_item li .list {
  padding-left: 20px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .list_item li .list {
    padding-left: 15px;
  }
}
.list_item li .list::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 0;
  top: 8px;
  background: #333333;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .list_item li .list::after {
    top: 7px;
  }
}
.list_item li .list + .list {
  margin-top: 6px;
}
.deki {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .deki {
    padding-top: 40px;
  }
}
.deki .sub {
  padding: 30px 20px 0 20px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .deki .sub {
    padding: 20px 0 0 0;
  }
}
.deki .list_item li:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 818px) {
  .deki .list_item li:nth-child(1) {
    width: 100%;
  }
}
.deki .list_item li:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 818px) {
  .deki .list_item li:nth-child(2) {
    width: 100%;
  }
}
.koka {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .koka {
    padding-top: 40px;
  }
}
.koka .list_item li:nth-child(1) {
  width: 62%;
}
@media screen and (max-width: 818px) {
  .koka .list_item li:nth-child(1) {
    width: 100%;
  }
}
.koka .list_item li:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 818px) {
  .koka .list_item li:nth-child(2) {
    width: 100%;
  }
}
.koka .sub {
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .koka .sub {
    font-size: 10px;
    margin-top: 10px;
  }
}
