/* h2タイトル */
h2,.h2 {
  font-size: 34px!important;
}
@media screen and (max-width:1023px) {
  h2,.h2 {
    font-size: 28px!important;
  }
}
@media screen and (max-width:639px) {
  h2,.h2 {
    font-size: 24px!important;
  }
}
/* h3タイトル */
h3,.h3 {
  font-size: 24px!important;
}
@media screen and (max-width:1023px) {
  h3,.h3 {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
  h3,.h3 {
    font-size: 20px!important;
  }
}
/* h4タイトル */
h4,.h4 {
  font-size: 22px!important;
  margin-bottom: 10px!important;

}
@media screen and (max-width:1023px) {
  h4,.h4 {
    font-size: 20px!important;
  }
}
@media screen and (max-width:639px) {
  h4,.h4 {
    font-size: 18px!important;
  }
}
:where(h2,h3,h4,h5,h6) {
  font-weight: normal!important;
}

/* セクションタイトルのfont-size*/
section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header > .smb-section__title {
  font-size: 34px;
}
@media screen and (max-width:1023px) {
  section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header > .smb-section__title {
    font-size: 28px!important;
  }
}
@media screen and (max-width:639px) {
  section > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .smb-section__header > .smb-section__title {
    font-size: 24px!important;
  }
}
/* セクションサブタイトルのfont-size  */
.smb-section__subtitle {
  font-size: 18px;
}


/* 投稿ページのタイトルデザインとフォントサイズ */
.single main h1.c-entry__title {
	border-left: 5px solid var(--accent-color);
	padding-left:15px
}
.single main h2.wp-block-heading {
	border-left: 5px solid #F492A4;
	padding:10px;
	background-color:#fff;
}

.single main h1  {
  font-size: 26px!important;
}
@media screen and (max-width:1023px) {
  .single main h1  {
    font-size: 24px!important;
  }
}
@media screen and (max-width:639px) {
  .single main h1  {
    font-size: 22px!important;
  }
}

.single main h2 {
  font-size: 24px!important;
}
@media screen and (max-width:1023px) {
  .single main h2  {
    font-size: 22px!important;
  }
}
@media screen and (max-width:639px) {
  .single main h2  {
    font-size: 20px!important;
  }
}

.single main h3  {
  font-size: 20px!important;
}
@media screen and (max-width:1023px) {
  .single main h3  {
    font-size: 20px!important;
  }
}
@media screen and (max-width:639px) {
  .single main h3  {
    font-size: 18px!important;
  }
}

.single main h4  {
  font-size: 18px!important;
}






/* セクションのタイトル下の線 */
.smb-section__title:after {
  height: 2px;
  width: 80px;
}

/* セクションリード文の余白 */
.smb-section__lede-wrapper {
  margin-top: 30px!important;
}

/* セクションリード文のフォント */
.smb-section__lede {
  font-size: 16px;
}
@media screen and (max-width:639px) {
  .smb-section__lede {
    font-size: 14px;
  }
}


/* セクション下のマージンの調整 */
.smb-section__body:nth-child(2) {
  margin-top: 60px !important;
}
@media screen and (max-width:1023px) {
  .smb-section__body:nth-child(2) {
    margin-top: 40px !important;
  }
}
@media screen and (max-width:639px) {
  .smb-section__body:nth-child(2) {
    margin-top: 30px !important;
  }
}



/* パネルのpadding 調整*/
@media screen and (max-width:1023px) {
  .smb-panels__item__body {
    padding: 20px 15px;
  }
}
/* 背景テキスト */
.smb-section__background-text__text {
  line-height: 2.3;
}
@media screen and (max-width:1023px) {
  .smb-section__background-text__text {
   font-size: 40px;
   line-height: 3.5;
  }
}
@media screen and (max-width:639px) {
  .smb-section__background-text__text {
   font-size: 40px;
   line-height: 2;
  }
}



/* パンくずリスト */
.breadcrumbs .c-container {
  padding-left: var(--_container-margin-left)!important;
  padding-right: var(--_container-margin-left)!important;
}
.breadcrumbs .p-breadcrumbs-wrapper {
  padding: 0!important;
}
.p-breadcrumbs-wrapper {
  /* padding-left: var(--_container-margin-left);
  padding-right: var(--_container-margin-left); */
  box-sizing: content-box;
}



/* ヘッダー */
.l-header .c-fluid-container {
  padding: 0!important;
}
.l-header .l-2row-header__row:nth-child(1) {
  max-width: 1100px;
  padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-right);
    margin: 0 auto;
}
.l-header .c-navbar,.l-header .p-drop-nav {
  background-color: #b0ea81;
}
.l-header .l-2row-header__row.u-invisible-md-down .p-global-nav {
  max-width: 1100px;
  padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-right);
    margin: 0 auto;
}
.l-header .c-container{
  --_container-max-width: var(--_global--container-max-width);
    --_container-margin: var(--_global--container-margin);
    --_container-margin-right: calc(var(--_container-margin) + env(safe-area-inset-right));
    --_container-margin-left: calc(var(--_container-margin) + env(safe-area-inset-left));
    margin-left: auto;
    margin-right: auto;
    max-width: var(--_container-max-width);
    padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-right);
    
}
@media screen and (max-width:639px) {
.l-header .l-header__content {
	padding-right:10px;
}

}
/* フッター固定 */

.p-footer-sticky-nav[aria-hidden=true] {
	opacity:1!important;
	overflow:visible!important;
}
.p-footer-sticky-nav, .p-header-content--sm {
	display:block!important;
}
.p-footer-sticky-nav .c-navbar {
	background-color:#eb4636;
	color:#fff!important;
}
.p-footer-sticky-nav .c-navbar a{
	color:#fff!important;
	font-size:18px;
	border: #fff 1px solid;
}
@media screen and (max-width:639px) {
  .p-footer-sticky-nav .c-navbar a{
	font-size:10px!important;
}
}
.p-footer-sticky-nav .c-navbar svg{
	font-size:30px;
	margin-bottom:5px;
}
.p-footer-sticky-nav .c-navbar img{
	display:block;
	margin: 0 auto;
	width:35px;
	margin-bottom:5px;
}
@media screen and (max-width:639px) {
  .p-footer-sticky-nav .c-navbar svg{
	font-size:20px;
	  margin-bottom:10px;
}
.p-footer-sticky-nav .c-navbar img{
	width:25px;
}
}
.c-copyright--inverse {
  background-color: #eb4636!important;
}

/* フッター */
.l-footer .c-navbar .menu-item {
  padding: 10px;
  }
  .l-footer .p-footer-sub-nav {
    background-color: #EFFEE2;
  }
  
  .c-copyright {
    background-color: #C9F880!important;
    color: #333!important;
  }


/* テーブル */
.table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 20px;
}
.table tr:first-child td:first-child {
  border-top-left-radius: 20px;
}
.table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}