@charset "UTF-8";
/* Scss Document */
.center {
  text-align: center; }

iframe {
  width: 80%;
  height: 1200px; }
  @media only screen and (max-width: 640px) {
    iframe {
      width: 100%; } }

.contact-list {
  border-bottom: 1px solid #c5a282;
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-flow: row wrap; }
  @media only screen and (min-width: 641px) {
    .contact-list li:after {
      display: inline-block;
      content: "／";
      padding: 0 0.5em; }
    .contact-list li:last-child:after {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .contact-list {
      display: block; }
      .contact-list li {
        list-style-position: inside; } }
  .contact-list a.detail {
    font-size: 11px;
    background-image: url(../images/common/footer_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px; }

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