@charset "UTF-8";

.contactBtn .box:nth-child(1):hover {
  background: #fdaa10 !important;
  border-radius: 0 0 3px 3px;
  transition: 0.2s;
  border-bottom: solid 8px #c98c0d !important;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 640px) {
  .h_flex1 .col_02 .h_contact a span {
    font-size: 22px;
  }
}

/* エリアごと　*/
#col_main .area_text {
  max-width: 900px;
  margin: 20px auto 50px;
}

#col_main .gpt_date p:last-child {
  text-align: right;
}