@charset "UTF-8";
/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.gc_ttl {
  width: 100%;
  height: auto;
  margin: 50px 0 20px;
  background: #dfddde;
  font-size: 16px;
  padding: 17px 0 17px 1em;
  font-weight: 400;
}
.gc_lead {
  font-size: 14px;
  margin-top: 20px;
  font-weight: normal;
}
.gc_txt {
  line-height: 1.6;
  margin-top: 0px;
}
.gc_img {
  width: 100%;
  margin-top: 20px;
}
.gc_lr {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gc_lr .gc_img {
  width: 360px;
  margin-top: 0;
}
.gc_lr .gc_txt {
  width: calc(100% - 365px);
  margin-top: 0;
  padding: 0 1em 0 0;
}
.gc_lr +.gc_lr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
}
.gc_lr +.gc_lr .gc_txt {
  padding: 0 1em 0 0;
}
.gc_body {
  margin-top: 24px;
}
.gc_body dl {
  display: table;
}
.gc_body dl dt,
.gc_body dl dd {
  display: table-cell;
  padding: 5px 0;
}
.gc_body dl dt {
  min-width: 90px;
}
.gc_table01,
.gc_table02 {
  width: 100%;
  margin-top: 15px;
}
.gc_table01 {
  border: none;
}
.gc_table01 th,
.gc_table01 td {
  background: none;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.gc_table01 th {
  width: calc(100% - 70%);
  font-weight: 400;
}
.gc_table01 tr:last-child th,
.gc_table01 tr:last-child td {
  border: none;
}
.gc_accordion_ttl {
  cursor: pointer;
  position: relative;
}
.gc_accordion_ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.gc_accordion_ttl.is_open::after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gc_accordion_body {
  display: none;
}
.gc_accordion_body .gc_table01 {
  margin: 0;
}

/*# sourceMappingURL=user.css.map */
