/*---------------------------
entry
----------------------------*/
#entry {
  padding: 4em 0;
}
#entry .inner h2 {
  margin-bottom: 1em;
}
#entry .inner dl > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  padding: 3em 0;
  border-bottom: 1px solid #ccc;
  line-height: 2.2em;
}
#entry .inner dl > div:last-child {
  border-bottom: none;
}
#entry .inner dl > div dt {
  width: 20%;
}
@media screen and (max-width: 640px) {
  #entry .inner dl > div dt {
    /*sp*/
    width: 100%;
    float: none;
  }
}
#entry .inner dl > div dd {
  width: 80%;
}
@media screen and (max-width: 640px) {
  #entry .inner dl > div dd {
    /*sp*/
    width: 100%;
  }
}
#entry .inner > .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 4em;
}
#entry .inner > .row .col {
  width: 48%;
  height: 230px;
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #entry .inner > .row .col {
    /*sp*/
    width: 100%;
    height: auto;
  }
}
#entry .inner > .row .col h3 {
  background: #006be2;
  text-align: center;
  color: #fff;
  padding: 1.3em 1em;
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 5px;
}
#entry .inner > .row .col .txt {
  padding: 1.8em 2em;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}
#entry .inner > .row .col .txt img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}
#entry .inner > .row .col:nth-of-type(1) .txt {
  text-align: center;
}
#entry .inner .other h2 {
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #entry .inner .other h2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
#entry .inner .other h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #entry .inner .other h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
#entry .inner .other h3:nth-of-type(1) {
  margin-top: 2rem;
}
#entry .inner .other p {
  font-size: 1.2em;
}
#entry .inner .other .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #entry .inner .other .row {
    flex-wrap: wrap;
  }
}
#entry .inner .other .row:nth-of-type(1) {
  margin-bottom: 3rem;
}
#entry .inner .other .row .col {
  margin-right: 2%;
  padding-top: 1rem;
}
#entry .inner .other .row .col.none {
  display: none;
}
#entry .inner .other .row .col > p {
  text-align: left;
  margin-bottom: 0.5rem;
}
#entry .inner .other .row .col a img {
  height: 114px;
}
@media screen and (max-width: 767px) {
  #entry .inner .other .row .col {
    width: 100%;
  }
  #entry .inner .other .row .col a img {
    width: 100%;
    height: auto;
  }
}
#entry .inner .other .row.tc {
  justify-content: center;
  -webkit-justify-content: center;
}/*# sourceMappingURL=entry.css.map */