@charset "UTF-8";
/*----------------------------------------------------
	CMS用スタイル
----------------------------------------------------*/
/* .cms-wrap {
  display: flex;
  flex-wrap: wrap; } */
  .cms-wrap .cms-main {
    width: calc(100% - 300px);
     }
    @media screen and (max-width: 767px) {
      .cms-wrap .cms-main {
        width: 100%; } }
  .cms-wrap .cms-aside {
    width: 260px;
    margin-left: 40px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .cms-wrap .cms-aside {
        width: 100%;
        margin-left: 0; } }

/* .cmsCatTag-list {
  display: flex;
  flex-wrap: wrap; } */
  .cmsCatTag-list li {
    line-height: 1;
    background-color: #777; }
    .cmsCatTag-list li a {
      color: #fff;
      padding: 16px 20px;
      display: block; }

.cmsArticle-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 50px; }
  .cmsArticle-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    border-bottom: 1px solid; }
  .cmsArticle-item:hover .zoomBg-bgimg {
    transform: scale(1.2); }
  .cmsArticle-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 2; }

.cmsArticle-img {
  width: 140px;
  height: 140px; }

.cmsArticle-box {
  width: calc(100% - 160px);
  margin-left: 20px; }

.cmsArticle-ttl {
  font-size: 18px;
  transition: all 0.5s ease-out;
  font-weight: bold; }

.cmsArticle-txt {
  margin-top: 5px; }

.cmsCat-wrap h3 {
  background-color: #149680;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: normal; }

.cmsCat-list {
  padding: 16px;
  background: #fff;
  border: 1px solid #ccc; }

.cmsCat-head {
  display: flex;
  justify-content: space-between;
  align-content: center;
  color: #fff;
  background-color: #777;
  padding: 12px 10px;
  line-height: 1; }

.cmsCat-link a {
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid #fff;
  line-height: 1; }

.cmsTag-list {
  display: flex;
  margin-top: 5px; }
  .cmsTag-list li {
    font-size: 12px;
    color: #fff;
    background-color: #777;
    padding: 5px 10px;
    margin-right: 6px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    overflow: hidden; }
    .cmsTag-list li a {
      color: #fff; }

.cmsCat-post {
  display: flex;
  position: relative;
  padding: 10px 0; }
  .cmsCat-post:hover .zoomBg-bgimg {
    transform: scale(1.2); }
  .cmsCat-post a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 2; }

.cmsCat-img {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden; }

.cmsCat-txt {
  width: calc(100% - 80px);
  margin-left: 10px;
  font-size: 14px;
  color: #000; }

.cmsEntry-ttl {
  font-size: 26px;
  font-weight: bold; }

.cmsEntry-block {
  margin-top: 20px;
  line-height: 1.4; }
  .cmsEntry-block h2 {
    padding: 8px 0 8px 16px;
    font-size: 20px;
    border-left: 5px solid #0073b7;
    font-weight: bold;
    background-color: #f5f5f5;
    line-height: 1; }
  .cmsEntry-block .cmsEntry-marker {
    background: linear-gradient(transparent 60%, #ffff66 60%); }
  .cmsEntry-block .cmsEntry-bold {
    font-weight: bold; }
  .cmsEntry-block .cmsEntry-large {
    font-size: large; }
  .cmsEntry-block .cmsEntry-italic {
    font-style: italic; }
  .cmsEntry-block .cmsEntry-red {
    color: red; }
  .cmsEntry-block blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    background-color: #f5f5f5;
    color: #555;
    border-left: 5px solid #0073b7; }
  .cmsEntry-block blockquote:before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "“";
    color: #0073b7;
    font-size: 30px;
    line-height: 1; }
  .cmsEntry-block blockquote p {
    padding: 0;
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 1.5; }
    .cmsEntry-block blockquote p .blockquote-link {
      font-style: italic; }

.cmsEntry-txt {
  margin-top: 10px; }

.cmsEntry-img img {
  width: 100%;
  display: block; }

.cmsCol-wrap {
  display: flex;
  flex-wrap: wrap; }
  .cmsCol-wrap .cmsCol-2 {
    margin-right: 10px;
    width: calc((100% - 10px) / 2 ); }
    .cmsCol-wrap .cmsCol-2:nth-child(2n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .cmsCol-wrap .cmsCol-2 {
        width: 100%;
        margin-right: 0; } }
  .cmsCol-wrap .cmsCol-3 {
    margin-right: 10px;
    width: calc((100% - 20px) / 3 ); }
    .cmsCol-wrap .cmsCol-3:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .cmsCol-wrap .cmsCol-3 {
        width: 100%;
        margin-right: 0; } }

.cmsEntry-list {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .cmsEntry-list .cmsEntry-item {
    margin-right: 20px; }
    .cmsEntry-list .cmsEntry-item:last-child {
      margin-right: 0; }
    .cmsEntry-list .cmsEntry-item a {
      padding: 15px;
      background-color: #333;
      color: #fff;
      line-height: 1;
      display: block;
      transition: all 300ms 0s ease; }
      .cmsEntry-list .cmsEntry-item a:hover {
        background-color: #666; }
      @media screen and (max-width: 767px) {
        .cmsEntry-list .cmsEntry-item a {
          font-size: 12px;
          padding: 10px; } }

.page-list {
  display: flex; }

.page-item span,
.page-item a {
  display: block;
  padding: 1em;
  line-height: 1; }

pre code{
  word-break: break-all;
  white-space: pre-wrap;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7; } }


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