@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img,
embed,
object,
iframe {
  vertical-align: bottom; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button,
input {
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

select::-ms-expand {
  display: none; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable] {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

template {
  display: none; }

[hidden] {
  display: none; }

/* 汎用クラス */
.pagination {
  display: flex;
  list-style: none;
  border-radius: .25rem; }
  .pagination li:first-child .page-link {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .pagination li:last-child .page-link {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }

.page-item .page-link {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0; }

.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  color: #8a93a2; }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.zoomBg-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .zoomBg-wrap .zoomBg-bgimg {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 0.5s ease-out;
    will-change: transform; }
  .zoomBg-wrap:hover .zoomBg-bgimg {
    transform: scale(1.2); }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
	CMS用スタイル
----------------------------------------------------*/
.blog-container{
  margin-top: 30px;
  margin-bottom: 50px;
}
.cms-wrap {
  display: flex;
  flex-wrap: wrap; }
  .cms-wrap .cms-main {
    width: calc(100% - 300px);
    margin-top: 20px; }
    @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: #009688;
  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 */
