@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
/* breakpoint */
/* ============================================ */
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1023px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1024px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

html, body {
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #222;
  background: #f2f2f2;
  word-break: break-all;
}

input, button, textarea, select {
  color: #222222;
}

a:link, a:active {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #000;
}

.navbar {
  padding: 0;
}

section {
  width: 100%;
}
section.main-section {
  width: calc(100% - 300px);
  padding: 0 10px;
}
@media (max-width: 1023px) {
  section.main-section {
    width: 100%;
    padding: 0;
  }
}
section.sub-section {
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  section.sub-section {
    width: 100%;
    padding: 0;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0;
  display: flex;
}
.container-fluid {
  max-width: 1440px;
  padding: 0;
}
.container-fluid .inner {
  display: flex;
}
@media (max-width: 1023px) {
  .container-fluid .inner {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .container {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.seo-wrapper {
  text-align: center;
}
.seo-wrapper h1, .seo-wrapper h2 {
  font-size: 12px;
  font-weight: normal;
}

.right-wrapper {
  width: 300px;
  margin: 0 20px;
  position: relative;
  right: 0;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  .right-wrapper {
    width: 100%;
    display: block;
    margin: 0;
  }
}

header {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
}
header .inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ftco-navbar-light {
  z-index: 3;
  padding: 10px 10px;
  width: inherit;
}
@media (max-width: 1023px) {
  .ftco-navbar-light {
    position: relative;
    top: 0;
    padding: 10px 15px;
  }
}
.ftco-navbar-light .logo {
  padding: 10px 0;
}
.ftco-navbar-light .logo:hover, .ftco-navbar-light .logo:focus {
  color: #fff;
}
@media (max-width: 1023px) {
  .ftco-navbar-light .logo img {
    width: 150px;
  }
}
.ftco-navbar-light .navbar-nav {
  align-items: center;
}
@media (max-width: 1023px) {
  .ftco-navbar-light .navbar-nav {
    align-items: normal;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #0a5fbb;
}
@media (max-width: 1023px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px dotted #c6c6c6;
    text-align: center;
    background: #fff;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.leave {
  font-size: 12px;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  background: #0a5fbb;
  border-radius: 0px;
}
@media (max-width: 1023px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #0a5fbb;
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}

footer {
  position: relative;
  border-top: 1px solid #c6c6c6;
  padding: 50px;
}
footer .copyright {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

/*=====================================================================
共通タイトル,ボタン
=====================================================================*/
.title {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 400;
}

.btn-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.btn-more-wrap .btn-more {
  padding: 5px 35px;
  font-size: 16px;
  color: #fff;
  border-radius: 3em;
}
.btn-more-wrap .btn-more.primary {
  background: #0066cc;
}
.btn-more-wrap .btn-more.pink {
  background: #fd319b;
}
.btn-more-wrap .btn-more.orange {
  background: #ff8400;
}

.comment-wrap {
  box-shadow: 0px 0px 10px -3px #ccc;
  background: #fbfbfb;
  padding: 7px;
}

.comment-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 5px;
}

.comment-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  height: 40px;
  margin-bottom: 5px;
}
.comment-2.h-auto {
  height: auto;
}

.comment-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  height: 60px;
  margin-bottom: 5px;
}
.comment-3.h-auto {
  height: auto;
}

.comment-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  min-height: 85px;
  margin-bottom: 5px;
}

.videoDetail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.videoDetail.justify-start {
  justify-content: start;
}
.videoDetail.justify-end {
  justify-content: end;
}
.videoDetail span {
  font-size: 14px;
}
.videoDetail span.recommend {
  margin-right: 15px;
}
.videoDetail span.date {
  color: #848484;
}
.videoDetail span.plays {
  margin-left: 10px;
}
.videoDetail span.plays::after {
  content: " 再生回数";
}
.videoDetail span.views {
  margin-left: 10px;
}
.videoDetail span.views::after {
  content: " 閲覧回数";
}

/* pagetop */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
#pagetop a {
  display: block;
}
#pagetop img {
  width: 80px;
}
@media (max-width: 1023px) {
  #pagetop img {
    width: 60px;
  }
}

/*=====================================================================
フォントサイズ
=====================================================================*/
.f12 {
  font-size: 12px !important;
}/*# sourceMappingURL=base.css.map */