@charset "utf-8";

.borderBoxList01 .item + .item {
  margin-top: 10px;
}
.borderBoxList01 .item {
  border: 1px solid #ccc;
  padding: 20px;
}
.borderBoxList01 .item .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.borderBoxList01 .item .body {
  display: flex;
  justify-content: space-between;
}
.borderBoxList01 .item .body .detail {
  flex: 1;
  padding-right: 20px;
}
.borderBoxList01 .item .body .detail p + p {
  margin-top: 10px;
}
.borderBoxList01 .item .body .detail .link {
  margin-top: 20px;
}
.borderBoxList01 .item .body .image {
  width: 300px;
  flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .borderBoxList01 .item .body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .borderBoxList01 .item .body .detail {
    width: auto;
    padding-right: 0px;
    order: 2;
  }
  .borderBoxList01 .item .body .image {
    order: 1;
    width: auto;
    margin-bottom: 10px;
  }
}

.leadText01 {
  color: #002f70;
  letter-spacing: -0.4em;
  margin-bottom: 30px;
}
.leadText01 .leadMain {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 20px;
}
.leadText01 .leadSub {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}

.kpiArea {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.kpiArea .detail {
  flex: 1;
  padding-right: 20px;
}
.kpiArea .kpi {
  margin-top: 10px;
  border: 1px dotted #ccc;
  width: 50%;
  padding: 10px;
}
.kpiArea .kpi dt {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kpiArea {
    display: block;
  }
  .kpiArea .detail {
    padding-right: 0px;
  }
  .kpiArea .kpi {
    width: auto;
  }
}

.borderBox01 {
  padding: 20px;
  border: 1px solid #000;
}

.topicsBox {
  border: 2px solid var(--site-color-main);
  margin: 30px 0 0;
}
.topicsBox_title {
  display: inline-block;
  padding: 5px 20px;
  background: var(--site-color-main);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.topicsBox_body {
  padding: 0 20px 20px;
}
.topicsBox.is-voice {
  border: 2px solid #ff5f00;
}
.topicsBox.is-voice .topicsBox_title {
  background: #ff5f00;
}

.accentBox01 {
  border: 1px solid var(--site-color-main);
  padding: 5px 5px 20px;
}
.accentBox01_boxTitle {
  background: var(--site-color-main);
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.accentBox01_item {
  padding: 0 20px;
}
.accentBox01_item + .accentBox01_item {
  margin-top: 20px;
}
.accentBox01_inHead {
  font-weight: 700;
  margin-bottom: 10px;
}
.accentBox01_inBlock {
  padding: 0 1em;
}

.targetArea > .item {
  display: flex;
}
.targetArea .item + .item {
  margin-top: 10px;
}
.targetArea__title {
  width: 200px;
  background: #4472c4;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.targetArea__body {
  flex: 1;
  background: #deebf7;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

.policyBox {
  border: #ccc 1px solid;
  background-color: #e7e6d4;
  padding: 20px;
}

.pickupList01 .item + .item {
  margin-top: 30px;
}
.pickupList01 .item .heading {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #002f70;
}
.pickupList01 .item .body {
  display: flex;
  justify-content: space-between;
}
.pickupList01 .item .body .image {
  width: 200px;
}
.pickupList01 .item .body .image a {
  display: block;
  transition: var(--hover-transition);
}
.pickupList01 .item .body .image a:hover {
  opacity: var(--hover-opacity);
}
.pickupList01 .item .body .detail {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-flow: column nowrap;
}
.pickupList01 .item .body .detail .text {
  margin-bottom: 20px;
}
.pickupList01 .item .body .detail .link {
  margin-top: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pickupList01 .item .body {
    display: block;
  }
  .pickupList01 .item .body .image {
    margin: 0 auto 20px;
  }
}

.csrTable01 th {
  width: 20%;
}
.csrTable01_arrow {
  margin: 20px 0;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .csrTable01 th {
    width: auto;
  }
  .csrTable01_arrow {
    width: auto;
  }
}
