@charset "UTF-8";

.content_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.content_flex a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1019px) {
  .content_flex {
    display: block;
    height: auto;
  }
  .content_flex a {
    display: block;
  }
}

.mainContents .schedule_table table tbody th {
  width: 40%;
}
.mainContents .schedule_table table tbody td:nth-child(2) {
  width: 20%;
}
@media screen and (max-width: 1019px) {
  .mainContents .schedule_table table tbody th {
    width: 30%;
  }
  .mainContents .schedule_table table tbody td:nth-child(2) {
    width: 30%;
  }
}

.tab_content_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1019px) {
  .tab_content_flex {
    display: flex;
    width: 100%;
    align-items: unset;
  }
}

.caution_block {
  padding: 20px;
  background-color: #fff8e8;
  font-size: 14px;
  line-height: 1.4;
}

.box-conversion {
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
}
.box-conversion__maintext {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.box-conversion.contact-box {
  background-color: #fff;
  border: 1px solid #ddd;
}
.link-contact__inner {
  padding: 20px 0;
  background-color: #f6f8f9;
  margin-bottom: 20px;
}
.link-contact__number {
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 1019px) {
  .box-conversion {
    padding: 40px 20px;
  }
  .box-conversion__column {
    margin-left: 0;
    margin-right: 0;
  }
  .box-conversion__col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d6dde3;
  }
}


