@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@600;800&family=Noto+Sans+JP:wght@400;700&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  /*margin: 0;*/
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@media screen and (min-width: 1081px) {
  .mobile,
  .mobile-s {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  .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;
}

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

	フォント

============================================================================*/
/* フォントサイズ */
/* フォントウェイト */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

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

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

.normal {
  font-weight: 400;
}

.ff-m2 {
  font-family: "M PLUS 2", sans-serif;
}

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

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

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

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

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

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

	リンク

============================================================================*/
a,
button {
  outline: none;
}

a,
.link {
  color: #ff6347;
  text-decoration: underline;
}
a:hover,
.link:hover {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  a,
  .link {
    transition: all 0.2s ease-out;
  }
  a:hover,
  .link:hover {
    color: #ffcf48;
    text-decoration: none;
  }
}

/* レイアウト大枠・clearfix */
/*============================================================================

	layout

============================================================================*/
* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.3px;
  text-align: justify;
  color: #2f4858;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 14px;
    line-height: 1.65;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 120px;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  min-width: 1040px;
}
.wrapper__top {
  padding-top: 0;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    min-width: auto;
    padding-top: 60px;
  }
  .wrapper__top {
    padding-top: 0;
  }
}

.inner {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .inner {
    padding: 0 15px;
  }
}

.inner-col-2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .inner-col-2 {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.inner-col-2 .main {
  width: 790px;
}
@media screen and (max-width: 1080px) {
  .inner-col-2 .main {
    width: 100%;
  }
}
.inner-col-2 .sidebar {
  width: 220px;
}
@media screen and (max-width: 1080px) {
  .inner-col-2 .sidebar {
    width: 100%;
    margin-top: 50px;
  }
}

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

	margin-top

============================================================================*/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

	hidden

============================================================================*/
.hidden {
  display: none;
}

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

	.clear / .clearfix

============================================================================*/
.clear {
  clear: both;
}

/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

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

	img

============================================================================*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ヘッダー */
/*============================================================================

	.header　＊ヘッダー＊

============================================================================*/
.header {
  /*--- ヘッダーロゴ ---*/
  /*--- ヘッダーメニュー ---*/
  /*--- ヘッダー画像 ---*/
  /*--- プログレスバー ---*/
  /*--- ヘッダーナビ ---*/
}
.header__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 10px solid #ff6347;
  background: #fff;
  z-index: 1002;
}
@media screen and (max-width: 1080px) {
  .header__wrapper {
    border-top-width: 5px;
  }
}
.header--top .header__wrapper {
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 1081px) {
  .header--top .header__body {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .header--top .header__logo {
    opacity: 0;
    display: none;
  }
  .header--top.open .header__logo {
    display: flex;
    opacity: 1;
    pointer-events: auto;
  }
  .header--top.open .header__wrapper {
    background: white;
  }
}
.header--top .header__menu {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .header--top .header__menu {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .header--top .header__menu {
    margin-bottom: 30px;
  }
}
.header--top .header__menu .menu {
  gap: 0;
}
.header--top .header__menu .menu .menu-item {
  padding: 0 25px 3px;
  font-size: 26px;
  line-height: 1.4;
  border-left: 2px solid #e8edf0;
}
.header--top .header__menu .menu .menu-item:last-child {
  border-right: 2px solid #e8edf0;
}
@media screen and (max-width: 1080px) {
  .header--top .header__menu .menu .menu-item {
    padding: 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header--top .header__menu .menu .menu-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px) {
  .header--top .header__menu .menu .menu-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .header--top .header__menu .menu .menu-item {
    padding: 0 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 330px) {
  .header--top .header__menu .menu .menu-item {
    font-size: 16px;
  }
}
.header__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  z-index: 1002;
}
@media screen and (max-width: 1080px) {
  .header__body {
    height: 55px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  margin: 0;
}
.header__logo a {
  display: inline-block;
}
.header__logo a img {
  display: block;
  height: 50px;
}
@media screen and (max-width: 1080px) {
  .header__logo {
    width: calc(100% - 60px);
  }
  .header__logo a img {
    width: auto;
    min-width: 100px;
    height: 30px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .header__menu .widget {
    display: none !important;
  }
}
.header__menu .menu {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
}
.header__menu .wp-block-search__input {
  width: 100px;
}
.header__img {
  margin: 0;
  padding: 60px 0 30px;
}
@media screen and (max-width: 1080px) {
  .header__img {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 414px) {
  .header__img {
    padding: 50px 0 15px;
  }
}
.header__img img {
  display: block;
  margin: 0 auto;
}
.header__progress {
  position: fixed;
  display: block;
  top: 110px;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1003;
}
@media screen and (min-width: 1081px) {
  .header__progress {
    opacity: 1;
    transition: all 0.2s ease-out;
  }
}
@media screen and (max-width: 1080px) {
  .header__progress {
    top: 60px;
  }
}
.header__progress progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: block;
  height: 5px;
  width: 100%;
  color: #a1d6e2; /*IE*/
  background-color: #e8edf0; /*IE FF*/
}
@media screen and (max-width: 1080px) {
  .header__progress progress {
    height: 3px;
  }
}
.header__progress progress::-moz-progress-bar {
  background: #a1d6e2; /*FF*/
}
.header__progress progress::-webkit-progress-bar {
  background-color: #e8edf0; /*chrome safari*/
}
.header__progress progress::-webkit-progress-value {
  background: #a1d6e2; /*chrome safari*/
}
.header__nav {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  background: #fff;
  opacity: 0;
  z-index: 1001;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header__nav.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation-duration: 0.3s;
  animation-name: fade-in;
}
@media screen and (min-width: 1081px) {
  .header__nav.open {
    display: none !important;
  }
}
.header__nav__body {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 414px) {
  .header__nav__body {
    padding: 15px;
  }
}
.header__nav__body .menu {
  margin-top: 0;
  border-top: 1px solid #e1e3e9;
}
.header__nav__body .menu li {
  border-bottom: 1px solid #e1e3e9;
}
.header__nav__body .menu li a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 5px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: #2f4858;
}
.header__nav__body .menu li a::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
  content: "\f054";
  font: normal normal normal 1em/1 "Font Awesome 5 Free";
  font-weight: 900;
  color: #bbc5cc;
}
.header__nav__body .menu li.current-menu-item a {
  padding-left: 20px;
  color: #ff6347;
}
.header__nav__body .menu li.current-menu-item a::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  left: 5px;
  width: 8px;
  height: 8px;
  background: #ff6347;
  border-radius: 5px;
}
.header__nav__body > *:first-child {
  margin-top: 0;
}
.header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.header .menu .menu-item {
  font-size: 20px;
}
.header .menu .menu-item a {
  position: relative;
  color: #2f4858;
  text-decoration: none;
}
.header .menu .menu-item a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -15px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 5px;
}
@media screen and (max-width: 414px) {
  .header .menu .menu-item a::after {
    width: 8px;
    height: 8px;
    left: calc(50% - 4px);
  }
}
.header .menu .menu-item a:hover {
  color: #ff6347;
}
.header .menu .menu-item.current-menu-item a {
  color: #ff6347;
}
.header .menu .menu-item.current-menu-item a::after {
  background: #ff6347;
}
.header .menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  display: flex;
  list-style: none;
  z-index: 1002;
}
@media screen and (min-width: 1081px) {
  .header .menu-icon {
    display: none !important;
  }
}
.header .menu-icon__btn {
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
}
.header .menu-icon__btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.header .menu-icon__btn-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6347;
  cursor: pointer;
}
.header .menu-icon__btn-menu__inner {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
.header .menu-icon__btn-menu__inner > span {
  display: inline-block;
  position: absolute;
}
.header .menu-icon__btn-menu__inner > span:nth-of-type(1), .header .menu-icon__btn-menu__inner > span:nth-of-type(2) {
  left: 17.5px;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s;
}
.header .menu-icon__btn-menu__inner > span:nth-of-type(1) {
  top: 17px;
}
.header .menu-icon__btn-menu__inner > span:nth-of-type(2) {
  top: 27px;
}
.header .menu-icon__btn-menu__inner > span:nth-of-type(3) {
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.header .menu-icon__btn-menu.open .menu-icon__btn-menu__inner > span:nth-of-type(1) {
  top: 20px;
  left: 17.5px;
  transform: translateY(2px) rotate(-45deg);
}
.header .menu-icon__btn-menu.open .menu-icon__btn-menu__inner > span:nth-of-type(2) {
  top: 32px;
  left: 17.5px;
  transform: translateY(-10px) rotate(45deg);
}

/*--- オーバーレイ ---*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (min-width: 1081px) {
  .overlay {
    display: none !important;
  }
}
.overlay.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
  animation-duration: 0.1s;
  animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*============================================================================

	.newsbar　＊お知らせ＊

============================================================================*/
/*
.newsbar {
	color: #5a4d26;
	background-color: #fff9e6;
	border: 1px solid #fff3cd;

	.inner {
		display: flex;
		align-items: center;
		margin: 10px auto;
	}

	&__close {
		margin: 0 10px;

		@include mq(sp) {
			margin-left: 0;
		}

		&::before {
			content: "\f057";
			display: inline-block;
			width: auto;
			font: normal normal normal 20px/1 "Font Awesome 5 Free";
			font-weight: 800;

			@include mq(sp) {
				font-size: 16px;
			}
		}

		&:hover {
			cursor: pointer;
			opacity: 0.5;
		}
	}

	&__title {
		margin-bottom: 3px;
		font-size: $fs-medium;
		line-height: 1.3;

		@include mq(sp) {
			margin-bottom: 2px;
			font-size: $fs-medium-sp;
		}

		a {
			color: #5a4d26;
		}
	}

	&__excerpt {
		font-size: $fs-small;
		line-height: 1.45;

		@include mq(sp) {
			font-size: $fs-small-sp;
			line-height: 1.3;
		}

		> *:first-child {
			margin-top: 0 !important;
		}
	}
}
*/
/* フッター・追従バナー */
/*============================================================================

	.footer　＊フッター＊

============================================================================*/
.footer {
  position: relative;
}
.footer__copy {
  display: flex;
  align-items: center;
  min-height: 60px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #2f4858;
}
@media screen and (max-width: 1080px) {
  .footer__copy {
    font-size: 12px;
  }
}
.footer__top {
  position: absolute;
  top: -25px;
  right: 20px;
  z-index: 10;
}
@media screen and (min-width: 1081px) {
  .footer__top {
    transition: all 0.2s ease-out;
  }
  .footer__top:hover {
    top: -30px;
  }
}
@media screen and (max-width: 414px) {
  .footer__top {
    top: -18px;
    right: 15px;
  }
}
.footer__top a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #2f4858;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  .footer__top a {
    width: 36px;
    height: 36px;
  }
}
.footer__top a::before {
  position: relative;
  display: inline-block;
  top: 5px;
  content: "\f106";
  font: normal normal normal 30px/1 "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1080px) {
  .footer__top a::before {
    top: 3px;
    font-size: 26px;
  }
}

/* メインエリア・ぱんくず・ページタイトル */
.wp-block-search__inside-wrapper {
  height: 40px;
}
.wp-block-search__input {
  width: 200px;
  font-size: 18px;
  letter-spacing: 0;
  background: #f5fbfc;
  border: 1px solid #bbc5cc;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.wp-block-search__input::-moz-placeholder {
  font-size: 18px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #bbc5cc;
}
.wp-block-search__input::placeholder {
  font-size: 18px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #bbc5cc;
}
.wp-block-search__input:focus {
  outline: none;
  border-color: #a1d6e2;
}
.wp-block-search__button {
  width: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  background: #ff6347;
  border: 1px solid #bbc5cc;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.wp-block-search__button img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
}

.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget:first-child > *:first-child {
  margin-top: 0;
}

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

	.container　＊コンテンツ全体＊

============================================================================*/
.container {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .container {
    margin-bottom: 50px;
  }
}

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

	.contents　

============================================================================*/
.contents .main {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .contents .main {
    margin-top: 30px;
  }
}
.contents .inner-2col {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .contents .inner-2col {
    margin-top: 20px;
  }
}
.contents .inner-2col .main {
  margin-top: 0;
}

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

	.breadcrumb　＊ぱんくず＊

============================================================================*/
.breadcrumb {
  background: #f5fbfc;
}
.breadcrumb ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .breadcrumb ul {
    padding: 10px 0;
    font-size: 12px;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:not(:last-child)::after {
  padding: 0 0.5em 0 0.6em;
  color: #bbc5cc;
  content: "\f054";
  font: normal normal normal 0.9em/1 "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1080px) {
  .breadcrumb ul li:not(:last-child)::after {
    padding: 0 4px 0 6px;
  }
}
.breadcrumb ul li a {
  color: #2f4858;
  text-decoration: none;
}
@media screen and (min-width: 1081px) {
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}

/* メインエリア（本文エリア・ページネーション・関連記事） */
.date {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .date {
    font-size: 12px;
  }
}
.date__pub {
  display: inline-block;
  margin-right: 0.5em;
}
.date__mod {
  display: inline-block;
  margin-right: 0.5em;
}
.date__pv {
  font-weight: 700;
  color: #ff6347;
}

.tag {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .tag {
    font-size: 14px;
  }
}
.tag__item {
  margin: 0 !important;
}
.tag__item a {
  display: inline-block;
  min-width: 100px;
  min-height: 30px;
  padding: 1px 15px 0;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #2f4858;
  border-radius: 15px;
}
@media screen and (max-width: 1080px) {
  .tag__item a {
    min-width: 80px;
    min-height: 24px;
  }
}
.tag__item a:hover {
  opacity: 0.75;
}

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

	.archive　＊アーカイブ＊

============================================================================*/
.entries {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .entries {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.entries .article {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px;
  background: #fff;
  border: 1px solid #a1d6e2;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .entries .article {
    margin-top: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article {
    margin-top: 10px;
    padding: 15px;
  }
}
.entries .article:first-child {
  margin-top: 0;
}
.entries .article__figure {
  position: relative;
  width: 280px;
}
@media screen and (max-width: 1080px) {
  .entries .article__figure {
    width: 140px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__figure {
    width: 100px;
  }
}
.entries .article__figure a {
  display: block;
  width: 100%;
  height: 173px;
}
@media screen and (max-width: 1080px) {
  .entries .article__figure a {
    height: 86px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__figure a {
    height: 62px;
  }
}
.entries .article__figure a:hover {
  opacity: 0.75;
}
.entries .article__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.entries .article__new {
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #ff6347;
  border-radius: 10px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .entries .article__new {
    top: -7.5px;
    left: -7.5px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__new {
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
  }
}
.entries .article__body {
  width: calc(100% - 310px);
}
@media screen and (max-width: 1080px) {
  .entries .article__body {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 414px) {
  .entries .article__body {
    width: calc(100% - 110px);
  }
}
.entries .article__body > *:first-child {
  margin-top: 0;
}
.entries .article__title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (max-width: 1080px) {
  .entries .article__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__title {
    font-size: 16px;
  }
}
.entries .article__title::before, .entries .article__title::after {
  display: none;
}
.entries .article__title a {
  color: #2f4858;
  text-decoration: none;
}
.entries .article__title a:hover {
  color: #ff6347;
}
.entries .article__excerpt {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .entries .article__excerpt {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__excerpt {
    display: none;
  }
}
.entries .article__excerpt > p {
  margin: 0 !important;
}
.entries .article__date {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  .entries .article__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__date {
    margin-top: 5px;
  }
}
.entries .article__tag {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1080px) {
  .entries .article__tag {
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__tag {
    margin-top: 7.5px;
  }
}
.entries .article__tag .tag {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 414px) {
  .entries .article__tag .tag {
    gap: 3px;
    font-size: 10px;
  }
}
@media screen and (max-width: 414px) {
  .entries .article__tag .tag__item a {
    min-width: 50px;
    min-height: 18px;
  }
}
.entries--pickup .article__figure {
  position: relative;
  width: 470px;
}
@media screen and (max-width: 1080px) {
  .entries--pickup .article__figure {
    width: 140px;
  }
}
@media screen and (max-width: 414px) {
  .entries--pickup .article__figure {
    width: 100px;
  }
}
.entries--pickup .article__figure a {
  display: block;
  width: 100%;
  height: 290px;
}
@media screen and (max-width: 1080px) {
  .entries--pickup .article__figure a {
    height: 86px;
  }
}
@media screen and (max-width: 414px) {
  .entries--pickup .article__figure a {
    height: 62px;
  }
}
.entries--pickup .article__figure a:hover {
  opacity: 0.75;
}
.entries--pickup .article__figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.entries--pickup .article__body {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1080px) {
  .entries--pickup .article__body {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 414px) {
  .entries--pickup .article__body {
    width: calc(100% - 110px);
  }
}
.entries--pickup .article__body > *:first-child {
  margin-top: 0;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .wp-pagenavi {
    margin-top: 20px;
  }
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.page,
.wp-pagenavi span.current {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #2f4858;
  border: 1px solid #e1e3e9;
  border-radius: 5px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.page:hover,
.wp-pagenavi span.current:hover {
  border-color: #a1d6e2;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  position: relative;
  width: 80px;
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
  position: absolute;
  font: normal normal normal 1em/1 "Font Awesome 5 Free";
  color: #2f4858;
  font-weight: 900;
  top: calc(50% - 0.5em);
}
.wp-pagenavi a.previouspostslink {
  margin-right: 5px;
  padding-left: 10px;
}
.wp-pagenavi a.previouspostslink::after {
  content: "\f053";
  left: 15px;
}
.wp-pagenavi a.nextpostslink {
  margin-left: 5px;
  padding-right: 10px;
}
.wp-pagenavi a.nextpostslink::after {
  content: "\f054";
  right: 15px;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current {
  margin: 0 5px;
}
.wp-pagenavi span.current {
  color: #fff;
  border-color: #2f4858;
  background: #2f4858;
}

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

	.entry　＊本文エリア＊

============================================================================*/
.entry {
  padding-left: var(--wp--custom--gutter);
  padding-right: var(--wp--custom--gutter);
  /* 幅広・全幅ブロック以外にデフォルトコンテンツ幅を指定 */
  /* 幅広ブロックに幅広コンテンツ幅を指定 */
  /* 全幅ブロックに全幅コンテンツ幅を指定 */
  /* 全幅ブロックを除いて左右にオートマージンを付与する */
}
@media screen and (max-width: 414px) {
  .entry {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.entry > *:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
}
.entry > *.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry > *.alignfull {
  margin-left: calc(var(--wp--custom--gutter) * -1);
  margin-right: calc(var(--wp--custom--gutter) * -1);
}
@media screen and (max-width: 414px) {
  .entry > *.alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.entry > *:not(.alignfull) {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow > *,
  .entry .is-layout-constrained > * {
    margin-top: 20px;
    gap: 10px;
  }
}
.entry.is-layout-flow > * > *:first-child, .entry.is-layout-flow > * *:first-child,
.entry .is-layout-constrained > * > *:first-child,
.entry .is-layout-constrained > * *:first-child {
  margin-top: 0;
}
.entry.is-layout-flow p:not(:first-child),
.entry.is-layout-flow ul:not(:first-child),
.entry.is-layout-flow ol:not(:first-child),
.entry .is-layout-constrained p:not(:first-child),
.entry .is-layout-constrained ul:not(:first-child),
.entry .is-layout-constrained ol:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow p:not(:first-child),
  .entry.is-layout-flow ul:not(:first-child),
  .entry.is-layout-flow ol:not(:first-child),
  .entry .is-layout-constrained p:not(:first-child),
  .entry .is-layout-constrained ul:not(:first-child),
  .entry .is-layout-constrained ol:not(:first-child) {
    margin-top: 10px;
  }
}
.entry.is-layout-flow h2:not(:first-child),
.entry .is-layout-constrained h2:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow h2:not(:first-child),
  .entry .is-layout-constrained h2:not(:first-child) {
    margin-top: 50px;
  }
}
.entry.is-layout-flow h2:not(:first-child) + p,
.entry .is-layout-constrained h2:not(:first-child) + p {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow h2:not(:first-child) + p,
  .entry .is-layout-constrained h2:not(:first-child) + p {
    margin-top: 20px;
  }
}
.entry.is-layout-flow h3:not(:first-child),
.entry .is-layout-constrained h3:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow h3:not(:first-child),
  .entry .is-layout-constrained h3:not(:first-child) {
    margin-top: 30px;
  }
}
.entry.is-layout-flow h3:not(:first-child) + p,
.entry .is-layout-constrained h3:not(:first-child) + p {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow h3:not(:first-child) + p,
  .entry .is-layout-constrained h3:not(:first-child) + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .entry.is-layout-flow .wp-block-buttons,
  .entry .is-layout-constrained .wp-block-buttons {
    gap: 5px;
  }
}

div#ez-toc-container {
  width: 700px;
  margin: 40px auto;
  padding: 15px 20px;
  background-color: #fbfcfe;
  border-color: #e1e3e9;
}
@media screen and (max-width: 1080px) {
  div#ez-toc-container {
    width: 90%;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 414px) {
  div#ez-toc-container {
    width: 100%;
    margin: 20px auto;
  }
}
div#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#ez-toc-container .ez-toc-title-container p.ez-toc-title {
  font-weight: 700;
}
div#ez-toc-container .ez-toc-toggle {
  margin: 0;
  padding: 0;
}
div#ez-toc-container .ez-toc-toggle label {
  left: 0;
  background-color: #ff6347;
  border-color: #ff6347;
}
div#ez-toc-container .ez-toc-toggle label svg {
  fill: #fff !important;
  color: #fff !important;
}
div#ez-toc-container nav > ul {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  div#ez-toc-container nav > ul {
    margin-top: 10px;
  }
}
div#ez-toc-container nav > ul > li {
  margin-top: 5px;
}
div#ez-toc-container nav > ul > li:first-child {
  margin-top: 0;
}
div#ez-toc-container nav > ul > li > ul {
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  div#ez-toc-container nav > ul > li > ul {
    margin-top: 5px;
  }
}
div#ez-toc-container nav a {
  color: #2f4858;
}

.main__header h1 {
  margin: 0;
  font-size: 36px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .main__header h1 {
    font-size: 26px;
  }
}
.main__header h1.main__header__page, .main__header h1.main__header__blog {
  padding-bottom: 20px;
  border-bottom: 5px dotted #fdebb8;
}
@media screen and (max-width: 1080px) {
  .main__header h1.main__header__page, .main__header h1.main__header__blog {
    padding-bottom: 15px;
    border-width: 3px;
  }
}
.main__header .meta .date {
  margin-top: 10px;
}
.main__header .meta .tag {
  margin-top: 10px;
}
.main__img {
  max-width: 750px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .main__img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .main__img {
    margin-top: 20px;
  }
}
.main .entry {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .main .entry {
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .main .entry {
    margin-top: 20px;
  }
}
.main__footer {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .main__footer {
    margin-top: 40px;
  }
}
.main__footer .pagelink {
  margin-top: 40px;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .main__footer .pagelink {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .main__footer .pagelink {
    margin-top: 20px;
  }
}
.main__footer .pagelink__item {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 414px) {
  .main__footer .pagelink__item {
    display: block;
  }
}
.main__footer .pagelink__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  .main__footer .pagelink__item:not(:first-child) {
    margin-top: 15px;
  }
}
.main__footer .pagelink__item span {
  display: inline-block;
  min-width: calc(4em + 35px);
  margin-right: 20px;
  padding: 5px 15px;
  font-weight: 700;
  text-align: center;
  background: #fdebb8;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  .main__footer .pagelink__item span {
    margin-right: 10px;
    padding: 3px 10px;
  }
}
@media screen and (max-width: 414px) {
  .main__footer .pagelink__item span {
    margin-bottom: 5px;
  }
}
.main__footer .pagelink__item a {
  margin-top: 3px;
  color: #2f4858;
}

/* メインエリア内の共通パーツ */
form input,
form textarea,
form select {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 1080px) {
  form input,
  form textarea,
  form select {
    font-size: 14px !important;
  }
}
form input[type=text],
form input[type=email],
form input[type=number] {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #2f4858;
  border-radius: 5px;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=number]::-moz-placeholder {
  color: rgba(47, 72, 88, 0.25);
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=number]::placeholder {
  color: rgba(47, 72, 88, 0.25);
}
form input[type=text]#income,
form input[type=email]#income,
form input[type=number]#income {
  width: 200px;
}
form input[type=text]#age,
form input[type=email]#age,
form input[type=number]#age {
  width: 200px;
}
form textarea {
  width: 100%;
  height: 150px;
  padding: 5px 10px;
  border: 1px solid #2f4858;
  border-radius: 5px;
}
form select {
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #e1e3e9;
  border-radius: 5px;
}
form label {
  font-weight: 400 !important;
}
form input[type=button],
form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  background: #2f4858;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #17232b;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
form input[type=button].back,
form input[type=submit].back {
  color: #2f4858;
  background: #ced4d6;
  box-shadow: 0 5px 0 0 #9ba4a7;
}
@media screen and (max-width: 1080px) {
  form input[type=button],
  form input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1081px) {
  form input[type=button],
  form input[type=submit] {
    margin-top: 5px;
    transform: translateY(-5px);
    transition: 0.2s all;
  }
  form input[type=button]:hover,
  form input[type=submit]:hover {
    box-shadow: none;
    transform: translateY(0px);
    cursor: pointer;
  }
}
@media screen and (max-width: 1080px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form textarea {
    font-size: 16px !important;
  }
}

.mw_wp_form + .wp-block-group {
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .mw_wp_form + .wp-block-group {
    margin-top: 40px;
  }
}

.form__form {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .form__form {
    margin-top: 20px;
  }
}
.form__form dl dt {
  margin-top: 20px;
  font-weight: 800;
}
.form__form dl dd {
  margin-top: 10px;
}
.form__form dl dd ul {
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .form__form dl dd ul {
    margin-top: 5px;
  }
}
.form__form dl *:first-child {
  margin-top: 0;
}
.form__icon {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .form__icon {
    font-size: 12px;
  }
}
.form__icon-1 {
  background: #a1d6e2;
}
.form__icon-2 {
  background: #ff6347;
}
.form__policy {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form__policy {
    margin-top: 10px;
  }
}
.form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.form__btn > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  .form__btn {
    display: block;
    margin-top: 20px;
  }
}

.entry {
  /* ブロック */
  /* ボタン */
  /* グループ */
  /* カバー */
  /* リスト */
  /* メディアとテキスト */
  /* 詰めブロック */
  /* 画像 */
  /* テーブル */
  /* Slick */
  /* 吹き出し */
}
.entry .wp-block-buttons + .wp-block-buttons {
  margin-top: 10px;
}
.entry .wp-block-buttons > .wp-block-button {
  margin-top: 5px;
}
.entry .wp-block-buttons .wp-block-button {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.entry .wp-block-buttons .wp-block-button__link {
  position: relative;
  min-width: 300px;
  padding: 12px 55px 10px;
}
@media screen and (min-width: 1081px) {
  .entry .wp-block-buttons .wp-block-button__link {
    transform: translateY(-5px);
    transition: 0.2s all;
  }
  .entry .wp-block-buttons .wp-block-button__link:hover {
    color: #fff;
    box-shadow: none;
    transform: translateY(0px);
    opacity: 1;
  }
}
@media screen and (max-width: 1080px) {
  .entry .wp-block-buttons .wp-block-button__link {
    min-width: auto;
    width: 100%;
  }
}
.entry .wp-block-buttons .wp-block-button__link::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 10px;
  top: calc(50% - 5px);
  right: 15px;
  background: url("/wp-content/themes/dnokikaku_2309/img/btn_icon_1.png") no-repeat 50% 50%;
  background-size: 28px 10px;
}
@media screen and (max-width: 1080px) {
  .entry .wp-block-buttons .wp-block-button__link::after {
    width: 20px;
    height: 10px;
    background-size: 20px auto;
  }
}
.entry .wp-block-buttons .wp-block-button__link.has-dino-main-background-color {
  box-shadow: 0 5px 0 #17232b;
}
.entry .wp-block-buttons .wp-block-button__link.has-dino-acc-background-color {
  box-shadow: 0 5px 0 #cf513a;
}
.entry .wp-block-buttons .wp-block-button__link.has-dino-acc2-background-color {
  box-shadow: 0 5px 0 #cf513a;
}
.entry .wp-block-buttons .wp-block-button__link.has-dino-acc3-background-color {
  box-shadow: 0 5px 0 #cf513a;
}
@media screen and (min-width: 1081px) {
  .entry .wp-block-buttons .wp-block-button__link.has-dino-main-background-color:hover, .entry .wp-block-buttons .wp-block-button__link.has-dino-acc-background-color:hover, .entry .wp-block-buttons .wp-block-button__link.has-dino-acc2-background-color:hover, .entry .wp-block-buttons .wp-block-button__link.has-dino-acc3-background-color:hover {
    box-shadow: none;
  }
}
.entry .is-style-btns-w100 .wp-block-button {
  width: 100%;
}
.entry .is-style-btns-w100 .wp-block-button__link {
  width: 100%;
}
.entry .is-style-btns-w50 .wp-block-button {
  width: calc(50% - 5px);
}
@media screen and (max-width: 1080px) {
  .entry .is-style-btns-w50 .wp-block-button {
    width: 100%;
  }
}
.entry .is-style-btns-w50 .wp-block-button__link {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-btns-w50 .wp-block-button__link {
    width: 100%;
  }
}
.entry .is-style-btns-w33 .wp-block-button {
  width: calc(33% - 5px);
}
@media screen and (max-width: 1080px) {
  .entry .is-style-btns-w33 .wp-block-button {
    width: 100%;
  }
}
.entry .is-style-btns-w33 .wp-block-button__link {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-btns-w33 .wp-block-button__link {
    width: 100%;
  }
}
.entry .wp-block-group {
  padding: 30px;
}
@media screen and (max-width: 1080px) {
  .entry .wp-block-group {
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-group {
    padding: 15px;
  }
}
.entry .is-style-group-tall {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-group-tall {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.entry .is-style-group-tall + .is-style-group-tall {
  margin-top: 0;
}
.entry .wp-block-cover {
  padding: 30px;
}
@media screen and (max-width: 1080px) {
  .entry .wp-block-cover {
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  .entry .wp-block-cover {
    padding: 15px;
  }
}
.entry .wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 800;
}
.entry h2 {
  font-size: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 1080px) {
  .entry h2 {
    font-size: 24px;
  }
}
.entry h3 {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 1080px) {
  .entry h3 {
    font-size: 20px;
  }
}
.entry h4 {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 1080px) {
  .entry h4 {
    font-size: 20px;
  }
}
.entry h5 {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1080px) {
  .entry h5 {
    font-size: 16px;
  }
}
.entry h6 {
  font-size: 20px;
  line-height: 1.35;
}
@media screen and (max-width: 1080px) {
  .entry h6 {
    font-size: 16px;
  }
}
.entry .is-style-heading-sq {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  padding-left: 1.3em;
}
.entry .is-style-heading-sq::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  background: #ff6347;
  border-radius: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-sq::before {
    top: 0.15em;
  }
}
.entry .is-style-heading-sq::after {
  display: none;
}
.entry .is-style-heading-check {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  padding-left: calc(1.2em + 10px);
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-check {
    padding-left: calc(1.2em + 5px);
  }
}
.entry .is-style-heading-check::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.1em;
  margin-right: 20px;
  content: "\f058";
  font: normal normal normal 1.2em/1 "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-check::before {
    top: 0.05em;
  }
}
.entry .is-style-heading-check::after {
  display: none;
}
.entry .is-style-heading-line {
  padding-bottom: 0.45em;
  border-bottom: 5px solid #e1e3e9;
}
.entry .is-style-heading-top {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  line-height: 0;
}
.entry .is-style-heading-top__sub {
  position: relative;
  display: inline-block;
  min-width: 200px;
  min-height: 36px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: #ff6347;
  border-radius: 23px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-top__sub {
    min-width: 150px;
    min-height: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-heading-top__sub {
    min-width: 120px;
    min-height: 26px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 26px;
  }
}
.entry .is-style-heading-top__sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 16px;
  bottom: -16px;
  right: calc(50% - 15px);
  background: url("/wp-content/themes/dnokikaku_2309/img/heading-top_icon_1.png") no-repeat 50% 0;
  background-size: 30px 16px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-top__sub::after {
    width: 20px;
    height: 12px;
    bottom: -12px;
    right: calc(50% - 10px);
    background-size: 20px auto;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-heading-top__sub::after {
    width: 16px;
    bottom: -12px;
    right: calc(50% - 8px);
    background-size: 16px auto;
  }
}
.entry .is-style-heading-top__main {
  font-size: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-top__main {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-heading-top__main {
    font-size: 30px;
  }
}
.entry .is-style-heading-top--small .is-style-heading-top__main {
  font-size: 36px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-heading-top--small .is-style-heading-top__main {
    font-size: 26px;
  }
}
.entry ul,
.entry ol {
  padding-left: 1.5em;
}
.entry ul li:not(:first-child),
.entry ol li:not(:first-child) {
  margin-top: 0.4em;
}
.entry .is-style-sme-list-arrow li:before, .entry .is-style-sme-list-arrow li::after {
  border: none;
  transform: none;
  width: auto;
  height: auto;
}
.entry .is-style-sme-list-arrow li:before {
  position: absolute;
  top: 0.35em;
  left: -1.4em;
  content: "\f061";
  font: normal normal normal 1em/1 "Font Awesome 5 Free";
  font-weight: 900;
  color: #a1d6e2;
}
.entry .is-style-sme-list-check li:before {
  border: none;
  transform: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 0.35em;
  left: -1.4em;
  content: "\f00c";
  font: normal normal normal 1em/1 "Font Awesome 5 Free";
  font-weight: 900;
  color: #a1d6e2;
}
.entry .is-style-sme-list-times li:before, .entry .is-style-sme-list-times li::after {
  border: none;
  transform: none;
  width: auto;
  height: auto;
}
.entry .is-style-sme-list-times li:before {
  position: absolute;
  top: 0.35em;
  left: -1.2em;
  content: "\f00d";
  font: normal normal normal 1.2em/1 "Font Awesome 5 Free";
  font-weight: 900;
  color: #71a2ad;
}
.entry .is-style-sme-ordered-list-circle,
.entry .is-style-sme-ordered-list-square {
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-sme-ordered-list-circle,
  .entry .is-style-sme-ordered-list-square {
    padding-left: 30px;
  }
}
.entry .is-style-sme-ordered-list-circle li::before,
.entry .is-style-sme-ordered-list-square li::before {
  left: -40px;
  width: 28px;
  height: 28px;
  font-size: 15px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  background-color: #2f4858;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-sme-ordered-list-circle li::before,
  .entry .is-style-sme-ordered-list-square li::before {
    width: 22px;
    height: 22px;
    top: -0.5px;
    left: -30px;
    font-size: 12px;
    line-height: 22px;
  }
}
.entry .is-style-sme-ordered-list-square li::before {
  border-radius: 5px;
}
.entry .wp-block-media-text {
  gap: var(--wp--style--block-gap);
}
@media screen and (max-width: 1080px) {
  .entry .wp-block-media-text {
    gap: 20px;
  }
}
.entry .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
.entry .wp-block-media-text .wp-block-media-text__content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.entry .wp-block-media-text .wp-block-media-text__content > * + * {
  margin-top: 20px;
  margin-block-end: 0;
}
.entry .is-style-media-text-top-greeting {
  padding: 0 30px;
  grid-template-columns: 220px auto;
}
@media screen and (max-width: 600px) {
  .entry .is-style-media-text-top-greeting {
    padding: 0;
  }
}
@media screen and (max-width: 1080px) {
  .entry .is-style-media-text-top-greeting {
    grid-template-columns: 160px auto;
  }
}
@media screen and (max-width: 768px) {
  .entry .is-style-media-text-top-greeting {
    grid-template-columns: 140px auto;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-media-text-top-greeting {
    grid-template-columns: 100px auto;
  }
}
.entry .is-style-media-text-top-greeting.has-media-on-the-right {
  grid-template-columns: auto 220px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-media-text-top-greeting.has-media-on-the-right {
    grid-template-columns: auto 160px;
  }
}
@media screen and (max-width: 768px) {
  .entry .is-style-media-text-top-greeting.has-media-on-the-right {
    grid-template-columns: auto 140px;
  }
}
@media screen and (max-width: 414px) {
  .entry .is-style-media-text-top-greeting.has-media-on-the-right {
    grid-template-columns: auto 100px;
  }
}
@media screen and (max-width: 600px) {
  .entry .is-style-media-text-top-greeting .wp-block-media-text__media {
    text-align: center;
  }
  .entry .is-style-media-text-top-greeting .wp-block-media-text__media img {
    width: 120px;
  }
}
.entry .is-style-media-text-top-greeting .wp-block-media-text__content h2 + p {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .entry .is-style-media-text-top-greeting .wp-block-media-text__content h2 + p {
    margin-top: 20px;
  }
}
.entry .wp-block-image img {
  max-width: 750px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .entry .wp-block-image img {
    max-width: 100% !important;
  }
}
.entry .wp-block-table > table tr th,
.entry .wp-block-table > table tr td,
.entry .wp-block-flexible-table-block-table > table tr th,
.entry .wp-block-flexible-table-block-table > table tr td {
  border-color: #bbc5cc;
}
.entry .wp-block-table > table thead tr th,
.entry .wp-block-table > table thead tr td,
.entry .wp-block-table > table tfoot tr th,
.entry .wp-block-table > table tfoot tr td,
.entry .wp-block-flexible-table-block-table > table thead tr th,
.entry .wp-block-flexible-table-block-table > table thead tr td,
.entry .wp-block-flexible-table-block-table > table tfoot tr th,
.entry .wp-block-flexible-table-block-table > table tfoot tr td {
  background-color: #eef2f5;
}
.entry .wp-block-table figcaption,
.entry .wp-block-flexible-table-block-table figcaption {
  margin-top: 0.25em;
}
.entry .slider__pickup .slick-slide {
  margin: 0 !important;
}
.entry .slider__pickup .slick-slide figcaption {
  font-size: 16px;
  text-align: center;
}
.entry .slider__pickup .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .entry .slider__pickup .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .entry .slider__pickup .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.entry .slider__pickup .slick-arrow::before {
  display: block;
  width: 40px;
  height: 40px;
  font: normal normal normal 20px/1 "Font Awesome 5 Free";
  line-height: 40px;
  font-weight: 900;
  color: #fff;
  background: #2f4858;
  border-radius: 20px;
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .entry .slider__pickup .slick-arrow::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .entry .slider__pickup .slick-arrow::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.entry .slider__pickup .slick-arrow:hover::before {
  background: #ff6347;
}
.entry .slider__pickup .slick-arrow.slick-prev {
  left: -20px;
}
@media screen and (max-width: 1080px) {
  .entry .slider__pickup .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 414px) {
  .entry .slider__pickup .slick-arrow.slick-prev {
    left: -10px;
  }
}
.entry .slider__pickup .slick-arrow.slick-prev::before {
  content: "\f053";
  padding-right: 2px;
}
.entry .slider__pickup .slick-arrow.slick-next {
  right: -20px;
}
@media screen and (max-width: 1080px) {
  .entry .slider__pickup .slick-arrow.slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 414px) {
  .entry .slider__pickup .slick-arrow.slick-next {
    right: -10px;
  }
}
.entry .slider__pickup .slick-arrow.slick-next::before {
  content: "\f054";
  padding-left: 2px;
}
.entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
  padding: 30px 30px 30px calc(50px + 1rem);
}
@media screen and (max-width: 1080px) {
  .entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
    padding: 20px 20px 20px calc(40px + 1rem);
  }
  .entry p.is-style-sme-alert::before, .entry p.is-style-sme-alert-success::before, .entry p.is-style-sme-alert-warning::before, .entry p.is-style-sme-alert-remark::before {
    left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
    padding: calc(30px + 1rem) 20px 20px 20px;
  }
  .entry p.is-style-sme-alert::before, .entry p.is-style-sme-alert-success::before, .entry p.is-style-sme-alert-warning::before, .entry p.is-style-sme-alert-remark::before {
    top: 15px;
    left: 50%;
  }
}
@media screen and (max-width: 414px) {
  .entry p.is-style-sme-alert, .entry p.is-style-sme-alert-success, .entry p.is-style-sme-alert-warning, .entry p.is-style-sme-alert-remark {
    padding: calc(25px + 1rem) 15px 15px 15px;
  }
  .entry p.is-style-sme-alert::before, .entry p.is-style-sme-alert-success::before, .entry p.is-style-sme-alert-warning::before, .entry p.is-style-sme-alert-remark::before {
    top: 10px;
  }
}
.entry .wp-block-group.is-style-sme-alert::before, .entry .wp-block-group.is-style-sme-alert-success::before, .entry .wp-block-group.is-style-sme-alert-warning::before, .entry .wp-block-group.is-style-sme-alert-remark::before {
  display: none;
}
.entry .wp-block-group.is-style-sme-alert h2,
.entry .wp-block-group.is-style-sme-alert h3,
.entry .wp-block-group.is-style-sme-alert h4,
.entry .wp-block-group.is-style-sme-alert h5,
.entry .wp-block-group.is-style-sme-alert h6, .entry .wp-block-group.is-style-sme-alert-success h2,
.entry .wp-block-group.is-style-sme-alert-success h3,
.entry .wp-block-group.is-style-sme-alert-success h4,
.entry .wp-block-group.is-style-sme-alert-success h5,
.entry .wp-block-group.is-style-sme-alert-success h6, .entry .wp-block-group.is-style-sme-alert-warning h2,
.entry .wp-block-group.is-style-sme-alert-warning h3,
.entry .wp-block-group.is-style-sme-alert-warning h4,
.entry .wp-block-group.is-style-sme-alert-warning h5,
.entry .wp-block-group.is-style-sme-alert-warning h6, .entry .wp-block-group.is-style-sme-alert-remark h2,
.entry .wp-block-group.is-style-sme-alert-remark h3,
.entry .wp-block-group.is-style-sme-alert-remark h4,
.entry .wp-block-group.is-style-sme-alert-remark h5,
.entry .wp-block-group.is-style-sme-alert-remark h6 {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.55em;
}
.entry .wp-block-group.is-style-sme-alert h2::before,
.entry .wp-block-group.is-style-sme-alert h3::before,
.entry .wp-block-group.is-style-sme-alert h4::before,
.entry .wp-block-group.is-style-sme-alert h5::before,
.entry .wp-block-group.is-style-sme-alert h6::before, .entry .wp-block-group.is-style-sme-alert-success h2::before,
.entry .wp-block-group.is-style-sme-alert-success h3::before,
.entry .wp-block-group.is-style-sme-alert-success h4::before,
.entry .wp-block-group.is-style-sme-alert-success h5::before,
.entry .wp-block-group.is-style-sme-alert-success h6::before, .entry .wp-block-group.is-style-sme-alert-warning h2::before,
.entry .wp-block-group.is-style-sme-alert-warning h3::before,
.entry .wp-block-group.is-style-sme-alert-warning h4::before,
.entry .wp-block-group.is-style-sme-alert-warning h5::before,
.entry .wp-block-group.is-style-sme-alert-warning h6::before, .entry .wp-block-group.is-style-sme-alert-remark h2::before,
.entry .wp-block-group.is-style-sme-alert-remark h3::before,
.entry .wp-block-group.is-style-sme-alert-remark h4::before,
.entry .wp-block-group.is-style-sme-alert-remark h5::before,
.entry .wp-block-group.is-style-sme-alert-remark h6::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.1em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.entry .wp-block-group.is-style-sme-alert h2::after,
.entry .wp-block-group.is-style-sme-alert h3::after,
.entry .wp-block-group.is-style-sme-alert h4::after,
.entry .wp-block-group.is-style-sme-alert h5::after,
.entry .wp-block-group.is-style-sme-alert h6::after, .entry .wp-block-group.is-style-sme-alert-success h2::after,
.entry .wp-block-group.is-style-sme-alert-success h3::after,
.entry .wp-block-group.is-style-sme-alert-success h4::after,
.entry .wp-block-group.is-style-sme-alert-success h5::after,
.entry .wp-block-group.is-style-sme-alert-success h6::after, .entry .wp-block-group.is-style-sme-alert-warning h2::after,
.entry .wp-block-group.is-style-sme-alert-warning h3::after,
.entry .wp-block-group.is-style-sme-alert-warning h4::after,
.entry .wp-block-group.is-style-sme-alert-warning h5::after,
.entry .wp-block-group.is-style-sme-alert-warning h6::after, .entry .wp-block-group.is-style-sme-alert-remark h2::after,
.entry .wp-block-group.is-style-sme-alert-remark h3::after,
.entry .wp-block-group.is-style-sme-alert-remark h4::after,
.entry .wp-block-group.is-style-sme-alert-remark h5::after,
.entry .wp-block-group.is-style-sme-alert-remark h6::after {
  display: none;
}
.entry .wp-block-group.is-style-sme-alert ol li::before, .entry .wp-block-group.is-style-sme-alert-success ol li::before, .entry .wp-block-group.is-style-sme-alert-warning ol li::before, .entry .wp-block-group.is-style-sme-alert-remark ol li::before {
  color: inherit;
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-square li::before, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-square li::before, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-square li::before, .entry .wp-block-group.is-style-sme-alert-remark ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert-remark ol.is-style-sme-ordered-list-square li::before {
  color: #fff;
  background: #2f4858;
}
.entry .wp-block-group.is-style-sme-alert h2::before,
.entry .wp-block-group.is-style-sme-alert h3::before,
.entry .wp-block-group.is-style-sme-alert h4::before,
.entry .wp-block-group.is-style-sme-alert h5::before,
.entry .wp-block-group.is-style-sme-alert h6::before {
  top: 0;
  background-image: url("/wp-content/plugins/snow-monkey-editor/src/style/alert/icon.svg");
}
.entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert ol.is-style-sme-ordered-list-square li::before {
  background: #5a4d26;
}
.entry .wp-block-group.is-style-sme-alert-success h2::before,
.entry .wp-block-group.is-style-sme-alert-success h3::before,
.entry .wp-block-group.is-style-sme-alert-success h4::before,
.entry .wp-block-group.is-style-sme-alert-success h5::before,
.entry .wp-block-group.is-style-sme-alert-success h6::before {
  background-image: url("/wp-content/plugins/snow-monkey-editor/src/style/alert-success/icon.svg");
}
.entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert-success ol.is-style-sme-ordered-list-square li::before {
  background: #28321b;
}
.entry .wp-block-group.is-style-sme-alert-warning h2::before,
.entry .wp-block-group.is-style-sme-alert-warning h3::before,
.entry .wp-block-group.is-style-sme-alert-warning h4::before,
.entry .wp-block-group.is-style-sme-alert-warning h5::before,
.entry .wp-block-group.is-style-sme-alert-warning h6::before {
  background-image: url("/wp-content/plugins/snow-monkey-editor/src/style/alert-warning/icon.svg");
}
.entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-circle li::before, .entry .wp-block-group.is-style-sme-alert-warning ol.is-style-sme-ordered-list-square li::before {
  background: #5a3426;
}
.entry .wp-block-group.is-style-sme-alert-remark h2::before,
.entry .wp-block-group.is-style-sme-alert-remark h3::before,
.entry .wp-block-group.is-style-sme-alert-remark h4::before,
.entry .wp-block-group.is-style-sme-alert-remark h5::before,
.entry .wp-block-group.is-style-sme-alert-remark h6::before {
  background-image: url("/wp-content/plugins/snow-monkey-editor/src/style/alert-remark/icon.svg");
}
@media screen and (max-width: 1080px) {
  .entry .smb-box {
    padding: 20px;
  }
}
.entry .smb-balloon {
  flex-direction: row !important;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon {
    margin-top: 15px;
  }
}
.entry .smb-balloon__body {
  color: #2f4858;
  background: #eef2f5;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon__body {
    padding: 15px;
  }
}
.entry .smb-balloon__body::before {
  display: none;
}
.entry .smb-balloon__body::after {
  top: 50px;
  margin-top: 0;
  border-right-color: #eef2f5;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon__body::after {
    top: 30px;
    left: -10px;
    border-width: 5px;
    border-bottom-color: transparent;
  }
}
.entry .smb-balloon__body p {
  margin-top: 10px;
}
.entry .smb-balloon__body > *:first-child {
  margin-top: 0 !important;
}
.entry .smb-balloon__person {
  display: block;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon__person {
    margin-right: 5px;
  }
}
.entry .smb-balloon__figure {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon__figure {
    width: 60px;
    height: 60px;
  }
}
.entry .smb-balloon__name {
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon__name {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon__name {
    font-size: 12px;
  }
}
.entry .smb-balloon--reverse {
  flex-direction: row-reverse !important;
}
.entry .smb-balloon--reverse .smb-balloon__body::before {
  display: none;
}
.entry .smb-balloon--reverse .smb-balloon__body::after {
  border-left-color: #eef2f5;
}
@media screen and (max-width: 1024px) {
  .entry .smb-balloon--reverse .smb-balloon__body::after {
    left: auto;
    right: -10px;
    border-width: 5px;
    border-right-color: transparent !important;
  }
}
.entry .smb-balloon--reverse .smb-balloon__person {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon--reverse .smb-balloon__person {
    margin-left: 5px;
  }
}
.entry .smb-balloon + .smb-balloon {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .entry .smb-balloon + .smb-balloon {
    margin-top: 20px;
  }
}
.entry .has-xsmall-font-size {
  line-height: 1.5;
}
.entry .has-small-font-size {
  line-height: 1.5;
}
.entry .has-xmedium-font-size {
  line-height: 1.45;
}
.entry .has-large-font-size {
  line-height: 1.3;
}
.entry .has-xlarge-font-size {
  line-height: 1.25;
}
.entry .has-xxlarge-font-size {
  line-height: 1.2;
}
.entry .has-xxxlarge-font-size {
  line-height: 1.15;
}
.entry .has-fs-50-font-size {
  line-height: 1.1;
}
.entry .has-fs-60-font-size {
  line-height: 1.1;
}
@media screen and (max-width: 1080px) {
  .entry {
    font-size: 14px;
  }
  .entry .has-xsmall-font-size {
    font-size: 12px !important;
  }
  .entry .has-small-font-size {
    font-size: 14px !important;
  }
  .entry .has-medium-font-size {
    font-size: 14px !important;
  }
  .entry .has-xmedium-font-size {
    font-size: 16px !important;
    line-height: 1.5;
  }
  .entry .has-large-font-size {
    font-size: 20px !important;
    line-height: 1.35;
  }
  .entry .has-xlarge-font-size {
    font-size: 24px !important;
    line-height: 1.3;
  }
  .entry .has-xxlarge-font-size {
    font-size: 26px !important;
    line-height: 1.25;
  }
  .entry .has-xxxlarge-font-size {
    font-size: 30px !important;
    line-height: 1.2;
  }
  .entry .has-fs-50-font-size {
    font-size: 32px !important;
    line-height: 1.2;
  }
  .entry .has-fs-60-font-size {
    font-size: 36px !important;
    line-height: 1.2;
  }
}