@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/*
================================================================================

	A-LINK SERVICES / お知らせ

================================================================================
*/
.main-contents {
  /* 引用----- */
  /* blockquote */
  /* お知らせ -------- */
}
.main-contents .jp {
  font-size: 1em;
}
.main-contents .boxbase .base .bg {
  opacity: 0.6;
}
.main-contents .boxbase .base .txt {
  color: #231815;
}
.main-contents blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  margin: 20px auto;
  box-sizing: border-box;
  font-style: italic;
  background: #fff;
  color: #555;
}
.main-contents blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 60px;
  line-height: 1;
}
.main-contents blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.main-contents blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.main-contents .ul-news {
  border-radius: 10px;
  padding: 2.1428571429rem;
  margin-top: 3.2142857143rem;
  margin-bottom: 1.4285714286rem;
  background-color: #fff;
}
.main-contents .ul-news .postDay {
  width: 11em;
  display: inline-block;
}
.main-contents .ul-news .category {
  color: #ce1225;
  border: 1px solid #ce1225;
  white-space: nowrap;
  padding: 0 0.5em;
  margin-right: 1.5em;
  width: 10em;
  display: inline-block;
  text-align: center;
  line-height: 1.6em;
}
.main-contents .ul-news li {
  padding: 1em;
  border-bottom: solid 1px #f2f2f2;
  list-style: none;
}
.main-contents .ul-news li a {
  text-decoration: none;
}
.main-contents .ul-news li h2 {
  display: inline-block;
  font-weight: normal;
}
.main-contents .ul-news li:hover {
  background-color: #f2f2f2;
}
.main-contents .ul-news li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 736px) {
  .main-contents {
    padding-bottom: 2.8571428571rem;
    /* お知らせ -------- */
  }
  .main-contents .ul-news {
    padding: 0.7142857143rem;
    margin-left: 0.7142857143rem;
    margin-right: 0.7142857143rem;
  }
  .main-contents .ul-news li h2 {
    display: block;
  }
}