@charset "UTF-8";
/* CSS Document */
.cmsBox {
	height: auto;
}
.cmsBox .inner {
	padding: 120px 200px;
}
.cmsBox ul {
	text-align: left;
}
.cmsBox ul li {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.cmsBox ul li .date {
	float: left;
	width: 115px;
    margin-left: 20px;
	font-size: 16px;
	color: #000;
}
.cmsBox ul li .ttl {
	float: left;
	width: 468px;
    margin-left: 20px;
}
.cmsBox ul li .ttl a {
	font-size: 16px;
	color: #000;
}
.cmsBox ul li .ttl a:hover {
	color: #FF8000;
}
/* single */
.singleBox {
	padding:  80px 0;
}
.singleBox .inner {
	padding: 0 200px;
}
.singleBox .inner .single {
	margin-bottom: 40px;
}
.singleBox .inner .single .badge {
	margin-bottom: 20px;
}
.singleBox .inner .single .titleArea {
	margin-bottom: 40px;
	overflow: hidden;
}
.singleBox .inner .single .titleArea .ttl {
	float: none;
    width: 100%;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FF8000;
}
.singleBox .inner .single .titleArea .ttl {
	color: #FF8000;
}
.singleBox .inner .single .titleArea .ttl {
	border-left: 10px solid #FF8000;
}
.singleBox .inner .single .titleArea .date {
	font-size: 15px;
    padding-top: 20px;
    padding-left: 30px;
}

/*ページャー*/
.cmsBox .pager {
	font-size: 15px;
    padding: 10px 0;
	text-align: center;
}
.cmsBox .pager span,
.cmsBox .pager a {
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 15px;
	color: #FF8000;
	border: 1px solid #FF8000;
}
.cmsBox .pager span:hover,
.cmsBox .pager a:hover {
	background-color: #FF8000;
	color: #fff;
}
.cmsBox .pager .current {
	background-color: #FF8000;
	color: #fff;
}
.cmsBox .pager .next,
.cmsBox .pager .prev {
	border: none;
}
.cmsBox .pager .next:hover,
.cmsBox .pager .prev:hover {
	color: #FF8000;
	background-color: transparent;
	text-decoration: underline;
}
.singleBox .inner .single .contentArea {
	padding: 0 60px;
}
.singleBox .inner .single .contentArea p {
	font-size: 18px;
	margin-bottom: 10px;
}
.singleBox .inner .single .contentArea p img {
    height: auto;
    margin: 0 auto 30px;
}
.singleBox .inner .single .contentArea p .alignright {
	margin-bottom: 12px;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.singleBox .inner .single .contentArea p .alignleft {
	margin-bottom: 12px;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.singleBox .inner .single .contentArea p .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singleBox .inner .single .contentArea p .alignright {
	margin-bottom: 12px;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.singleBox .inner .pager {
	overflow: hidden;
	padding: 0 40px;
}
.singleBox .inner .pager .prev {
	float: left;
}
.singleBox .inner .pager .next {
	float: right;
}
.singleBox .inner .pager .prev a,
.singleBox .inner .pager .next a {
	color: #000;
}
.singleBox .inner .pager .prev a:hover,
.singleBox .inner .pager .next a:hover {
	color: #FF8000;
}
@media screen and (max-width: 736px) {
	.cmsBox {
		background-image: none;
	}
	.cmsBox .inner {
		padding: 50px 3vw;
	}
	.cmsBox ul {
		padding: 0 3vw 0px;
	}
	.cmsBox ul li .date {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		padding: 0 0 0 10px;
	}
	.cmsBox ul li .ttl {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
		padding: 0 0 0 10px;
	}
	.cmsBox ul li .ttl a {
		font-size: 13px;
	}
	/* single */
	.singleBox {
		padding: 30px 0;
	}
	.singleBox .inner {
		padding: 0 20px;
	}
	.singleBox .inner .single {
		margin-bottom: 40px;
	}
	.singleBox .inner .single .badge {
		margin-bottom: 20px;
	}
	.singleBox .inner .single .titleArea {
		margin-bottom: 30px;
	}
	.singleBox .inner .single .titleArea .ttl {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding: 0 0 0 15px;
		font-size: 20px;
		line-height: 1.3;
	}
	.singleBox .inner .single .titleArea .date {
		float: right;
		padding: 5px 10px;
		font-size: 15px;
		border-bottom: 1px dotted #ddd;
}
	.singleBox .inner .single .contentArea {
		font-size: 17px;
		padding: 0 20px;
	}		
.singleBox .inner .pager .prev a,
.singleBox .inner .pager .next a {
	font-size: 13px;
}
.singleBox .inner .single .contentArea p img {
    width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.singleBox .inner .single .contentArea p .size-full {
    width: 100%;
	height: auto;
}
}


/* ========================================
Gutenberg 用の 追加CSS　260518
======================================== */
.newsArea .inner .single p {
	padding: 10px 0;
}
figure {
	margin: 15px auto;
}
/* 動画 */
.single .txt video,
.single .txt iframe {
  max-width: 100%;
  height: auto;
}

/* 画像 */
.single .txt img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  vertical-align: bottom;
}

/* 危険だった width:61.8% を修正 */
.single .txt img.size-full {
  width: 100%;
  max-width: 100%;
}

/* 画像ブロック */
.single .txt .wp-block-image {
  margin: 30px 0;
}

.single .txt .wp-block-image img {
  display: block;
}

/* 中央寄せ */
.single .txt .aligncenter,
.single .txt img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 左寄せ */
.single .txt .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* 右寄せ */
.single .txt .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* figure */
.single .txt figure {
  margin: 30px 0;
}

/* 見出し */
.single .txt .wp-block-heading {
  margin: 60px 0 20px;
  line-height: 1.5;
  font-weight: bold;
}

.single .txt h2.wp-block-heading {
  font-size: 1.4rem;
}

.single .txt h3.wp-block-heading {
  font-size: 1.2rem;
}

.single .txt h4.wp-block-heading {
  font-size: 1.1rem;
}

/* 太字・斜体 */
.single .txt strong,
.single .txt b {
  font-weight: bold;
}

.single .txt em {
  font-style: italic;
}

/* フォントサイズ */
.single .txt .has-small-font-size {
  font-size: 13px;
}

.single .txt .has-medium-font-size {
  font-size: 18px;
}

.single .txt .has-large-font-size {
  font-size: 24px;
}

.single .txt .has-huge-font-size {
  font-size: 36px;
}

/* テキスト位置 */
.single .txt .has-text-align-left {
  text-align: left;
}

.single .txt .has-text-align-center {
  text-align: center;
}

.single .txt .has-text-align-right {
  text-align: right;
}

/* 背景付き */
.single .txt .has-background {
  padding: 1.5em;
}

/* グループブロック */
.single .txt .wp-block-group {
  margin: 30px 0;
}

.single .txt .wp-block-group__inner-container {
  width: 100%;
}

/* layout */
.single .txt .is-layout-constrained {
  width: 100%;
}

/* ボタン */
.single .txt .wp-block-button {
  margin-top: 20px;
}

.single .txt .wp-block-button__link {
  display: inline-block;
  padding: 14px 28px;
  background: #78B97F;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.single .txt .wp-block-button__link:hover {
  opacity: 0.8;
}

/* リスト */
.single .txt ul {
  margin: 20px 0;
  padding-left: 1.5em;
  list-style: disc;
}

.single .txt ol {
  margin: 20px 0;
  padding-left: 1.5em;
  list-style: decimal;
}

.single .txt li {
  margin-bottom: 0.5em;
}

/* 引用 */
.single .txt blockquote {
  margin: 30px 0;
  padding: 20px;
  border-left: 4px solid #78B97F;
  background: #f7f7f7;
}

/* テーブル */
.single .txt table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.single .txt th,
.single .txt td {
  border: 1px solid #ccc;
  padding: 12px;
}

.single .txt th {
  background: #f5f5f5;
}

/* コード */
.single .txt pre {
  overflow-x: auto;
  padding: 20px;
  background: #222;
  color: #fff;
}

.single .txt code {
  background: #f5f5f5;
  padding: 2px 4px;
}

/* 区切り線 */
.single .txt hr {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #ccc;
}

/* 埋め込み */
.single .txt .wp-block-embed {
  margin: 30px 0;
}

.single .txt .wp-block-embed iframe {
  width: 100%;
}

/* キャプション */
.single .txt figcaption {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

/* ========================================
Gutenberg Color Palette
======================================== */

.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color {
  background-color: #eeeeee;
}

.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
  background-color: #313131;
}

/* 文字色 */

.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color {
  color: #eeeeee;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color {
  color: #313131;
}

/* ========================================
Responsive
======================================== */

@media screen and (max-width: 767px) {

  .singleContainer {
    padding: 0 8vw;
  }

  .single .txt img,
  .single .txt img.size-full {
    width: 100% !important;
    height: auto !important;
  }

  .single .txt h2.wp-block-heading {
    font-size: 1.6rem;
  }

  .single .txt h3.wp-block-heading {
    font-size: 1.4rem;
  }

  .single .txt h4.wp-block-heading {
    font-size: 1.2rem;
  }

  .single .txt .has-large-font-size {
    font-size: 28px;
  }

  .single .txt .has-huge-font-size {
    font-size: 34px;
  }

}
