@charset "utf-8";
/* ==================================================
h1下のセクション
================================================== */
.p-catch {
  font-weight: 500;
  text-align: center;
}
.p-catch_txt01 {
  font-size: 20px;
}
.p-catch_txt02 {
  font-size: 20px;
}
.p-catch_txt03 {
  font-size: 24px;
  font-weight: bold;
}


/* ==================================================
電子化のメリット
================================================== */
.merit_txt01 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.merit_txt01::after {
  content: '';
  width: 64px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #DDDDDD;
  margin: auto;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
/* ----- merit_block01 ----- */
.merit_block01 {
  display: grid;
  gap: 52px;
  grid-template-columns: 1fr;
  margin-top: 52px;
}
.merit_block01_item {
  position: relative;
  background-color: #fff;
  padding: 50px 10px 24px;
}
.merit_block01_head {
  position: absolute;
  left: 10px;
  right: 10px;
  top: -28px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: var(--mainColor);
  border-radius: 8px;
  padding: 8px;
}
.merit_block01_head-blue {
  background-color: var(--colorBlue);
}
.merit_block01_arrow {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}
.merit_block01_arrow::after {
  content: '';
  width: 64px;
  height: 24px;
  display: flex;
  background-color: #DDDDDD;
  margin: 16px auto 0;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
/* - box1つ単位 - */
.merit_box {
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: var(--colorLightGray);
  margin-top: 12px;
  padding: 20px 16px;
}
.merit_box:first-child { margin-top: 0; }
.merit_box_icon {
  flex-shrink: 0;
}
.merit_box_dt {
  font-size: 18px;
  font-weight: bold;
}
.merit_box_dd {
  font-size: 14px;
  margin-top: 8px;
}
/* ----- merit_block02 ----- */
.merit_block02 {
  background-color: #fff;
  border: 2px solid #BEBEBE;
  border-radius: 16px;
  margin-top: 24px;
  padding: 24px 16px;
}
.merit_block02_head {
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.merit_block02_head_txt {
  font-size: 24px;
  font-weight: bold;
}
.merit_block02_body {
  margin-top: 16px;
}
.merit_block02_body_txt {
  font-size: 14px;
  text-align: center;
}
