@charset "UTF-8";
.rr {
  color: #ff0000;
}

.c_ww {
  color: #ffffff;
}

a {
  outline: none;
  color: #329e97;
  text-decoration: none;
}
a:hover, a:active {
  color: #3cbdb5;
}

a:focus {
  outline: none;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.indents {
  padding-left: 1em;
  text-indent: -1em;
}

.br:after {
  content: "\a";
  white-space: pre;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

/* ---------------------------------------- */
/* ----- TOPページバナー追加  20251117 ----- */
/* ---------------------------------------- */
#top__banners {
  display: flex;
  margin-inline: auto;
}
@media only screen and (min-width:960px) {
  #top__banners {
    justify-content: space-between;
    width: min(90%, 1500px);
    margin-top: 77px;
  }
}
@media only screen and (max-width:959px) {
  #top__banners {
    flex-direction: column;
    row-gap: 29px;
    width: min(80%, 600px);
    margin-top: 41px;
  }
}
@media only screen and (min-width:960px) {
  #top__banners a {
    width: 48.6%;
  }
}

/*# sourceMappingURL=top-banner.css.map */
