@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
.c-second-head {
  background-color: #d3e0e1;
}

@media (min-width: 769px) {
  .c-second-head {
    width: 100%;
    min-width: 1100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (max-width: 768px) {
  .c-second-head {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (min-width: 769px) {
  .c-second-head .inner {
    width: 1100px;
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 768px) {
  .c-second-head .inner {
    width: 100%;
  }
}

.c-second-head .inner h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  line-height: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
}

@media (min-width: 769px) {
  .c-second-head .inner h1 {
    font-size: 42px;
    letter-spacing: 5px;
    padding: 150px 0px 15px 0px;
    text-shadow: 0px 0px 3px #FFFFFF;
  }
}

@media (max-width: 768px) {
  .c-second-head .inner h1 {
    font-size: 34px;
    letter-spacing: 2px;
    padding: 100px 0px 15px 0px;
    text-shadow: 0px 0px 3px #FFFFFF;
  }
}

.c-second-head .inner h1::before {
  content: none;
}

.content-area {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (min-width: 769px) {
  .content-area {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .content-area {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 769px) {
  .entry {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .entry {
    margin-top: 40px !important;
  }
}

@media (min-width: 769px) {
  .entry-header {
    width: 1100px;
    margin: 0px auto 0px auto !important;
    padding: 0px 20px 0px 20px !important;
  }
}

@media (max-width: 768px) {
  .entry-header {
    margin: 0px 15px 0px 15px !important;
  }
}

@media (min-width: 769px) {
  .entry-content {
    width: 1100px;
    margin: 0px auto 0px auto !important;
    padding: 20px 20px 0px 20px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .entry-content {
    margin: 0px 15px 0px 15px !important;
  }
}

@media (min-width: 769px) {
  .entry .entry-content > * {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .entry .entry-content > * {
    max-width: 100% !important;
  }
}

.entry .entry-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width: 769px) {
  .entry .entry-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .entry .entry-title {
    font-size: 26px;
  }
}

@media (min-width: 769px) {
  .entry .entry-meta {
    margin: 5px 0px 0px 4px !important;
  }
}

@media (max-width: 768px) {
  .entry .entry-meta {
    margin: 3px 0px 0px 0px !important;
    font-size: 14px;
  }
}

.entry .entry-content p {
  border-bottom: 1px solid #CCC;
}

@media (min-width: 769px) {
  .entry .entry-content p {
    font-size: 18px;
    margin: 0px !important;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .entry .entry-content p {
    font-size: 16px;
    margin: 20px 0px 0px 0px !important;
    padding-bottom: 40px;
  }
}

.byline {
  display: block !important;
}

.entry .entry-title:before {
  display: none;
}

h1:not(.site-title):before, h2:before {
  display: none;
}

li {
  list-style-position: inside !important;
}
/*# sourceMappingURL=archive.css.map */