@charset "UTF-8";

#date_table + div .outer table tr th,
#date_table + div .outer table tr td {
  text-align: center !important;
}

#date_table + div .outer table tr:first-of-type td {
  background: #def2f1;
}


#date_table + div .outer table tr td:last-of-type {
  font-weight: 600;
  color: #21a0b9;
}



/*------------------お問い合わせの2カラム--------------------*/
.contact_wrap .contact_inner {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.contact_wrap .contact_inner .item{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding-bottom: 3rem;
}
.contact_wrap .contact_inner .item .item_icon {
      background: #fff;
    padding: 3rem;
    border-radius: 50%;
    margin-top: -6rem;
}
.contact_wrap .contact_inner .item .ttl_h {
  margin-top: 2rem;
  color: #21a0b9;
  font-size: 2rem;
}

.contact_wrap .contact_inner .item .tel_wrap a {
  font-size: 2.6rem;
  font-weight: 600;
  color: #21a0b9;
}
.contact_wrap .contact_inner .item .sub_ttl {
  margin-bottom: 1rem;
}
.contact_wrap .contact_inner .item .item_icon img{
  width: 50px;
}

@media screen and (max-width: 800px) {
.contact_wrap .contact_inner .item{
  width: 100%;
  margin-bottom: 10rem;
 }

.contact_wrap .contact_inner .item:last-of-type{
margin-bottom: 0rem;
}
}

