@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@media screen and (min-width: 1025px) {
  .mobile,
  .mobile-s {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc,
  .mobile-s {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .mobile-s {
    display: block !important;
  }
}
/*============================================================================

	color

============================================================================*/
/* フォントカラー */
.red {
  color: #cf2e2e;
}

.blue {
  color: #0693e3;
}

.yellow {
  color: #fcb900;
}

.green {
  color: #00d084;
}

.orange {
  color: #ff6900;
}

/*============================================================================

	フォント

============================================================================*/
/* フォントサイズ */
/* 数字用フォントファミリー */
/*.nam {
	font-family: "Oswald", sans-serif;
}*/
/* フォントウェイト */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
}

strong,
.bold {
  font-weight: 700;
}

.bold-900 {
  font-weight: 900;
}

.normal {
  font-weight: 500;
}

.mac h1,
.mac h2,
.mac h3,
.mac h4,
.mac h5,
.mac h6,
.mac .bold {
  font-weight: 900 !important;
}

/* フォント位置 */
.ta-c,
.center {
  text-align: center;
}

.ta-l,
.left {
  text-align: left;
}

.ta-r,
.right {
  text-align: right;
}

/* 改行調整用 */
.txt {
  display: inline-block;
}

.wp-embed {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.5px;
  color: #07516e;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-color: #e1e3e9;
}
@media screen and (max-width: 1024px) {
  .wp-embed {
    padding: 20px;
    font-size: 14px;
    line-height: 1.65;
  }
}
.wp-embed .wp-embed-featured-image {
  margin-bottom: 10px;
}
.wp-embed .wp-embed-heading {
  margin-bottom: 5px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .wp-embed .wp-embed-heading {
    font-size: 18px;
    line-height: 1.45;
  }
}
.wp-embed .wp-embed-heading a {
  color: #07516e;
}
.wp-embed .wp-embed-excerpt {
  overflow: auto;
  color: #07516e;
}
@media screen and (max-width: 1024px) {
  .wp-embed .wp-embed-excerpt {
    overflow: visible;
  }
}
.wp-embed .wp-embed-footer {
  margin-top: 10px;
}