@charset "UTF-8";
/** module.css hack **/
.under_main {
  padding-top: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .under_main {
    padding-bottom: 20px;
  }
}

.under_main .inner {
  max-width: 100%;
}

.under_main .block {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .under_main .block {
    padding-left: 0;
    padding-right: 0;
  }
}

.under_main .table_list th {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .under_main .table_list th {
    width: 30%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .subttl_wrap .date,
.under_main .block p,
.under_main .table_list th,
.under_main .table_list td,
.under_main .table_list tr:last-child th,
.under_main .table_list tr:last-child td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .under_main .totop {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .under_main .totop a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .under_main .ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .under_main .block .subttl {
    font-size: 1.8rem;
  }
}

textarea {
  width: 699px;
  height: 164px;
  padding: 3px;
  border: solid 1px #cbcbcb;
}

.icheckbox_square-red {
  display: block;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 22px;
  background: url(/contact/css/square/red.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-red.checked {
  background-position: -25px 0;
}

#contact .l-contents__body,
#contact .p-to-top {
  background: #f6f6f6;
}

#contact .l-contents__body__box {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

#contact #container {
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #808384;
}

.form_box {
  margin: 30px auto 60px;
}

#contact .l-contents,
#contact .l-footer {
  min-width: 960px;
}

/** End module.css hack **/
/*# sourceMappingURL=map/module-hack.css.map */