@charset "UTF-8";
/*ブレイクポイント*/
/*メディアクエリー*/
/*フォントサイズ*/
/*カラー*/
/*******************************
    zeh_content
 *******************************/
.zeh_content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 75px;
  background-color: #ffffff;
}

.zeh_content .content {
  margin-bottom: 50px;
}

.zeh_content .content h3 {
  font-size: 20px;
  color: #09258d;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 0;
}

.zeh_content .content h3::before, .zeh_content .content h3::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #09258d;
}

.zeh_content .content h3::before {
  margin-right: 10px;
  padding-left: 15px;
}

.zeh_content .content h3::after {
  margin-left: 10px;
  padding-right: 15px;
}

.zeh_content .content .ttl {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .ttl {
    font-size: 24px;
  }
}

.zeh_content .content .txt .wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .txt .wrap {
    flex-direction: row;
    gap: 20px;
  }
}

.zeh_content .content .txt .wrap p {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .txt .wrap p {
    width: 70%;
  }
}

.zeh_content .content .txt .wrap .img {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .txt .wrap .img {
    width: 30%;
  }
}

.zeh_content .content .txt .table {
  overflow: scroll;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .txt .table {
    overflow: hidden;
  }
}

.zeh_content .content .txt .table table {
  width: 400px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .txt .table table {
    width: 100%;
  }
}

.zeh_content .content .txt .table table th,
.zeh_content .content .txt .table table td {
  font-size: 16px;
  border: 1px solid #333333;
  text-align: center;
  padding: 10px;
}

.zeh_content .content .txt p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 480px) {
  .zeh_content .content .txt p {
    line-height: 2.25;
  }
}
