.section01 {
  padding: 80px 0; }
  @media screen and (max-width: 480px) {
    .section01 {
      padding: 40px 0; } }
  .section01 h2 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .section01 h2 {
        font-size: 1.875rem; } }
    @media screen and (max-width: 480px) {
      .section01 h2 {
        font-size: 1.5rem; } }
  .section01 .txt01 {
    background-color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 1024px;
    margin: 40px auto 0;
    padding: 40px;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      .section01 .txt01 {
        padding: 20px;
        font-size: 0.875rem; } }
  .section01__box {
    display: flex;
    flex-wrap: wrap; }
  .section01__col {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 80px;
    padding: 200px 40px 0; }
    @media screen and (max-width: 1024px) {
      .section01__col {
        width: 100%;
        margin-top: 40px; } }
    @media screen and (max-width: 480px) {
      .section01__col {
        padding: 200px 10px 0; } }
    @media screen and (max-width: 1024px) {
      .section01__col:has(> h3) {
        margin-top: 80px; } }
    @media screen and (max-width: 480px) {
      .section01__col:has(> h3) {
        margin-top: 60px; } }
  .section01 h3 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    background-color: #1155a3;
    width: max-content;
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .section01 h3 {
        font-size: 1.125rem; } }
  .section01__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .section01__img {
        height: 300px; } }
    .section01__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section01__txt {
    position: relative;
    background: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 100%;
    padding: 40px; }
    @media screen and (max-width: 480px) {
      .section01__txt {
        padding: 20px; } }
    .section01__txt h4 {
      border-left: 4px solid #1155a3;
      padding-left: 15px;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .section01__txt h4 {
          font-size: 18px; } }
    .section01__txt .txt {
      margin-top: 40px;
      line-height: 2; }
.section-advice {
  padding: 80px 0; }
  @media screen and (max-width: 480px) {
    .section-advice {
      padding: 40px 0; } }
  .section-advice h2 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .section-advice h2 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 480px) {
      .section-advice h2 {
        font-size: 1.25rem; } }
    .section-advice h2 br {
      display: none; }
      @media screen and (max-width: 480px) {
        .section-advice h2 br {
          display: inline-block; } }
  .section-advice .txt01 {
    max-width: 1024px;
    margin: 40px auto 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .section-advice .txt01 {
        text-align: left; } }
  .section-advice__box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .section-advice__box {
        display: block; } }
  .section-advice__txt {
    width: 100%;
    padding-right: 40px; }
    @media screen and (max-width: 768px) {
      .section-advice__txt {
        padding-right: 0; } }
    .section-advice__txt h3 {
      border-left: 4px solid #1155a3;
      padding-left: 15px;
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .section-advice__txt h3 {
          font-size: 1.25rem; } }
    .section-advice__txt h4 {
      margin-top: 40px;
      font-size: 1.125rem;
      font-weight: bold; }
    .section-advice__txt p {
      margin-top: 20px; }
  .section-advice__img {
    flex: 0 0 480px; }
    @media screen and (max-width: 1024px) {
      .section-advice__img {
        flex: 0 0 45%; } }
    @media screen and (max-width: 768px) {
      .section-advice__img {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px; } }

.ul-box {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .ul-box li {
    margin-left: 20px;
    background: #efefef;
    padding: 10px; }
