/**
 * 単体ページ css
 *
 *
 */

/* --- color ------------------------------- */
/* --- base color ------------------------------- */
/* --- btn color ------------------------------- */
/* --- font-weight -------------------------------  */
/* --- main ------------------------------- */
main {
  max-width: 1024px;
  margin: 0 auto;
}
main .title--container {
  padding: 0 23px 9px;
  border-bottom: 1px solid #c0c3cd;
}
main .title--container span.important {
  background: #999999;
  color: #ffffff;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 7px;
}
main .title--container h1 {
  font-size: 16px;
  margin: 9px 0 18px;
}
main .title--container .time--container {
  text-align: right;
  color: #a7a7a7;
}
main .section--content {
  padding: 32px;
}
main .file--container {
  margin: 18px 0;
}
main .file--container ul li {
  list-style-type: none;
}
main .file--container ul li:nth-child(n+2) {
  margin: 8px 0 0;
}
main .file--container ul li a {
  padding: 0 0 0 23px;
  position: relative;
  display: block;
}
main .file--container ul li a:before {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../../image/notifications/file--icon.png) no-repeat center center;
  background-size: auto 100%;
}
main .btn--container {
  text-align: center;
  margin: 23px 0;
}
@media screen and (min-width: 768px) {
  main .main__color--btn {
    width: 350px;
    margin: 0 auto;
  }
}


/* faq {{{ */

.faq .category-ttl {
    font-size: 1.4em;
}
.faq .category-ttl:before {
    content: "・";
}
.faq .faq-unit {
    box-sizing: border-box;
    margin-bottom: 0.5em;
    border: 1px solid #c0c3cd;
}
.faq .faq-q {
    padding: 1em;
    border-bottom: 1px solid #c0c3cd;
    padding: 0 1em 0 3em;
    text-indent: -2em;
}
.faq .faq-q a {
    display: block;
    color: #232222;
    position: relative;
    padding: 1em 2em 1em 0;
}
.faq .faq-q a:before {
    content: "Ｑ．";
}
.faq .faq-q a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #232222;
    border-bottom: 2px solid #232222;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
.faq .faq-q a.opened:after {
    border-left: 2px solid #232222;
    border-top: 2px solid #232222;
    border-right: none;
    border-bottom: none;
    top: 50%;
}
.faq .faq-a {
    box-sizing: border-box;
    padding: 1em 1em 1em 3em;
    text-indent: -2em;
    background: #fafafa;
    display: none;
}
.faq .faq-a:before {
    content: "Ａ．";
}

/* }}} */

/* 利用規約 tos {{{ */

.tos .tos-ttl {
    font-size: 1.2em;
    margin-bottom: 2em;
}
.tos .tos-list {
    margin-bottom: 2em;
}
.tos .tos-list li {
    font-weight: normal;
}

/* }}} */

/* リンク link {{{ */

.link .link-item {
    box-sizing: border-box;
    border: 1px solid #c0c3cd;
    border-radius: 20px;
    margin-bottom: 2em;
    overflow: hidden;

}
.link .link-item a {
    color: #232222;
    display: block;
}
.link .link-item .subttl {
    padding: 1em 2em;
    background: #efefef;
    overflow: hidden;
}
.link .link-item .img-wrap {
    width: 70%;
    margin: 2em auto 1em;
}
.link .link-item .img-wrap img {
    width: 100%;
}
.link .link-item .corp-name {
    padding: 0 2rem;
    font-size: 1.4em;
}
.link .link-item .desc {
    padding: 1em 2em 2em;
}
.link .link-item .link-exp {
    padding: 1em 2em;
    background: #efefef;
    color: #999;
    overflow: hidden;
    font-size: 0.8em;
    position: relative;
}
.link .link-item .link-exp:after {
    content: "";
    background-image: url(../images/icons/external-link.svg);
    display: inline-block;
    width: 3em;
    height: 3em;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .link .link-item .subttl {
      font-size: 3.2vw;
  }
  .link .link-item .corp-name {
    font-size: 5vw;
  }
  .link .link-item .desc {
      font-size: 3.2vw;
  }
  .link .link-item .link-exp {
      font-size: 3vw;
      padding: 1em 5em 1em 2em;
  }
}

/* }}} */




/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */
