.main_title {
  margin-bottom: 72px;
}
.column-box02a {
  margin-bottom: 72px;
}
.column-box02a:last-of-type {
  margin-bottom: 0;
}
.column-box02a div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column-box02a h3 {
  margin-bottom: 0px;
  text-align: left;
  width: 100%;
}
.column-box02a p {
  margin: 32px 0;
  text-align: justify;
  text-justify: inter-character;
}
.column-box02a div:first-of-type .toiawase-link {
  font-size:14px;
  color:#002896;
  text-decoration: underline;
  margin:0 auto 24px;
}
.other_list .box ul li.thumb {
  padding: 24px;
  text-align: center;
}
.other_list .box ul li.thumb img {
  max-width: 100%;
}
.other_list .box ul li.txt {
  line-height: 1.8;
  font-size: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.other_list .box h3 {
  margin-top: 0;
  min-height: 63px;
}
@media screen and (max-width: 768px) {
  .column-box02a{
    margin-bottom: 48px;
  }
  .column-box02a div:first-of-type {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .column-box02a div:first-of-type h3 {
    order: 2;
    width: auto;
    width: 100%;
    text-align: center;
  }
  .column-box02a div:first-of-type p {
    order: 3;
    font-size: 16px;
    width: 100%;
    margin: 24px 0;
  }
  .column-box02a div:first-of-type .toiawase-link {
    order: 3;
  }
  .column-box02a div:first-of-type img {
    order: 1;
    padding-right: 24px;
    width: revert-layer;
    height: auto;
    width: 175px;
    margin: 0 auto 30px;
    padding: 0;
  }
  .column-box02a:nth-of-type(2) div:first-of-type img {
    width: 65%;
    max-width: 213px;
  }
  .column-box02a:nth-of-type(3) div:first-of-type img {
    width: 37%;
    max-width: 175px;
  }
  .column-box02a:nth-of-type(5) div:first-of-type img {
    width: calc(100% - 262px);
    max-width:200px;
  }
  .other_list img[src$="mobile.svg"]{
    padding-left: 20px;
  }
  .other_list img[src$="contact.svg"]{
    padding-right: 20px;
  }
  .other_list .box {
    width: 100%;
  }
  .other_list .box h3 {
    min-height: auto;
  }
  .other_list .box ul li.txt {
    line-height: 1.8;
    font-size: 16px;
  }
}
