@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */

html {
  line-height: 1.7;
}

body {
  color: #333;
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  background: #FFF;
  font-size: 16px;
}
@media print {
  body {
    font-size: 14px;
  }
}


/* リンクの設定 */
a {
	border: none;
	color: #006DD9;
	text-decoration: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}


/* コンテナー */
/* レスポンシブ対応コンテナー */

.acms-container {
	max-width: 1180px;
	padding-right: auto;
	padding-left: auto;
}
.acms-container .acms-container {
	padding: 0;
}

.container-md {
	max-width: 980px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}

.container-sm {
	max-width: 780px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}


/* レスポンシブ対応wrapper */
.wrapper {
 width: 1180px;
 padding-left: 15px;
 padding-right: 15px;
 margin: 0px auto;
}

.acms-container .acms-container {
	padding: 0;
}

.onecolumn {
	_display: inline;
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 0px;
	text-align: left;
}


/* グリッド */
.acms-grid {
  margin: 0 -1rem;
}

[class*=acms-col] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.main {
  margin: 0 0 5rem;
}

@media screen and (min-width: 48rem) {
  .main {
    margin: 0 0 6.5rem;
  }
}

/* ------------------------------
　　レスポンシブ用
------------------------------ */
.acms-img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.topmenu-responsive {
	display: block;
	height: auto;
	width: 95%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 95%;
}

.banner-img-responsive {
	display: block;
	height: auto;
	width: 95%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 95%;
	margin-bottom: 5px;
}

.sidebanner-responsive {
	display: block;
	height: auto;
	width: 80%;
	padding-left: auto;
	padding-right: auto;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
}

@media print {

.acms-col-md-9 {
  float: left;
  width: 75%;
}
.acms-col-9 {
  float: left;
  width: 75%;
}
.acms-col-3 {
  float: left;
  width: 25%;
}
.acms-col-md-3 {
  float: left;
  width: 25%;
}
}


/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.js .js-animation .section-heading,
.js .js-animation .entry-heading-center {
  transform: translate(0, 20px);
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
}
.js .js-animation .module-group-list,
.js .js-animation .entry-column,
.js .js-animation .module-section,
.js .js-animation .suggest-center-box {
  transform: translate(0, 20px);
  opacity: 0;
  transition: opacity 0.2s ease-out 0.4s, transform 0.4s ease-out 0.4s;
}
.js .js-animation .main-slider-text-wrap {
  transform: translate(0, 20px);
  opacity: 0;
  transition: opacity 0.2s ease-out 0.6s, transform 0.4s ease-out 0.6s;
}

.js-animation.is-show .section-heading,
.js-animation.is-show .entry-heading-center {
  transform: translate(0);
  opacity: 1;
}
.js-animation.is-show .module-group-list,
.js-animation.is-show .entry-column,
.js-animation.is-show .module-section,
.js-animation.is-show .suggest-center-box {
  transform: translate(0);
  opacity: 1;
}
.js-animation.is-show .main-slider-text-wrap {
  transform: translate(0);
  opacity: 1;
}

@media print {
  .js .js-animation .section-heading,
  .js .js-animation .entry-heading-center {
    transform: translate(0);
    opacity: 1;
  }
  .js .js-animation .module-group-list,
  .js .js-animation .entry-column,
  .js .js-animation .module-section,
  .js .js-animation .suggest-center-box {
    transform: translate(0);
    opacity: 1;
  }
  .js .js-animation .main-slider-text-wrap {
    transform: translate(0);
    opacity: 1;
  }
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  background: #666;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.btn:hover, .btn:visited {
  color: #FFF;
  text-decoration: none;
}
.btn:focus, .btn:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn:hover {
  color: #FFF;
  background-color: #444;
  background-image: linear-gradient(to bottom, #666, #444);
}
.btn:active, .btn:focus {
  background: #444;
}

/* ボタン　色付き */
.btn-attention {
  background: #C41134;
  border: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.btn-attention:hover, .btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-attention:focus, .btn-attention:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #C41134, #910021);
}
.btn-attention:active, .btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  box-sizing: border-box;
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  transition: background-color 0.25s linear;
}
.btn-large:hover, .btn-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-large:focus, .btn-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
@media print {
  .btn-large {
    font-size: 20px;
  }
}
.btn-large:hover {
  background: #444;
}
.btn-large:active, .btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  box-sizing: border-box;
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  transition: background-color 0.25s linear;
}
.btn-attention-large:hover, .btn-attention-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-attention-large:focus, .btn-attention-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
@media print {
  .btn-attention-large {
    font-size: 20px;
  }
}
.btn-attention-large:hover {
  background: #910021;
}
.btn-attention-large:active, .btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  box-sizing: border-box;
  width: 100%;
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  transition: background-color 0.25s linear;
}
.btn-block-large:hover, .btn-block-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-block-large:focus, .btn-block-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
@media print {
  .btn-block-large {
    font-size: 20px;
  }
}
.btn-block-large:hover {
  background: #444;
}
.btn-block-large:active, .btn-block-large:focus {
  background: #444;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  box-sizing: border-box;
  width: 100%;
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  transition: background-color 0.25s linear;
}
.btn-attention-block-large:hover, .btn-attention-block-large:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-attention-block-large:focus, .btn-attention-block-large:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
@media print {
  .btn-attention-block-large {
    font-size: 20px;
  }
}
.btn-attention-block-large:hover {
  background: #910021;
}
.btn-attention-block-large:active, .btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }
  .btn-attention-block-large {
    max-width: 360px;
  }
}
.btn-search-block {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .btn-search-block {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media print and (max-width: 767.98px) {
  .btn-search-block {
    font-size: 20px;
  }
}
/* ボーダーボタン */
.home-btn {
  margin: 20px auto 10px;
}

.btn-border {
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 16px;
}
@media print {
  .btn-border {
    font-size: 16px;
  }
}
.btn-border [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}
@media print {
  .btn-border [class*=acms-icon-] {
    font-size: 14px;
  }
}
.btn-border:hover {
  text-decoration: none;
}

/* 影付きボタン */
.btn-shadow {
  box-shadow: 0 1rem 1rem -0.75rem rgba(0, 0, 0, 0.4);
}

/* ------------------------------
　　ボタン
------------------------------ */
.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.75rem 2.25rem;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  background: var(--color-primary);
  border: 0;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.button:-moz-any-link {
  color: var(--color-white);
  text-decoration: none;
}
.button:any-link {
  color: var(--color-white);
  text-decoration: none;
}
.button:hover {
  background: var(--color-primary-hover);
}
.is-lg {
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 2.25rem;
}
.is-block {
  width: 100%;
}
.is-xl {
  width: 18rem;
  max-width: 100%;
}
.is-width-lg {
  width: 18rem;
  max-width: 100%;
}
.button.is-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.button.is-shadow-shallow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.button.is-shadow-shallow:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.button.is-inverse {
  color: var(--color-gray100);
  background: var(--color-white);
}
.button.is-inverse:-moz-any-link {
  color: var(--color-gray100);
}
.button.is-inverse:any-link {
  color: var(--color-gray100);
}
.button.is-inverse:hover {
  background: var(--color-gray10);
}
.button.is-bordered {
  color: var(--color-gray100);
  background: transparent;
  border: 1px solid #CCC !important;
}
.button.is-bordered:-moz-any-link {
  color: var(--color-gray100);
}
.button.is-bordered:any-link {
  color: var(--color-gray100);
}
.button.is-bordered:hover {
  background: var(--color-gray20);
}
.button.is-rounded {
  border-radius: 10em;
}
@media screen and (min-width: 48rem) {
 .button.button.is-xl {
    min-width: 22rem;
    padding: 1rem;
    font-size: 1.25rem;
  }
}
.button:focus {
  border-color: #137AF3;
  box-shadow: var(--box-shadow-focus);
}

.button-read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: currentcolor;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}
.button-read-more::before {
  position: absolute;
  right: 0;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  content: "";
}
.button-read-more::after {
  display: inline-block;
  background: var(--color-secondary) no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 0.25rem 0.5rem;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  content: "";
}
.js .js-animation .button-read-more {
  opacity: 0;
  will-change: transform, opacity;
}
.js .js-animation.is-show .button-read-more {
  animation: fade-in 0.2s 1.2s 1 both;
}
@media (hover: hover) {
  .button-read-more:hover::before {
    transform: scaleX(1);
  }
}


/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -5px 50px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
}
.pager li.cur { /* 現在いる位置 */
  padding: 5px 20px;
  color: #FFF;
  background: #767676;
  border-radius: 3px;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  background: #E5E5E5;
  border-radius: 3px;
}
.pager-link:visited, .pager-link:focus, .pager-link:active {
  color: #333;
}
.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }
  .pager li.cur { /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}
.serial-nav .serial-nav-item {
  display: block;
  float: none;
}
.serial-nav .serial-nav-item-prev {
  text-align: left;
}
.serial-nav .serial-nav-item-next {
  text-align: right;
}
.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #E5E5E5;
}
.serial-nav a:hover, .serial-nav a:visited, .serial-nav a:focus, .serial-nav a:active {
  color: inherit;
  text-decoration: none;
}
.serial-nav a:hover {
  background: #E5E5E5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin-bottom: 30px;
	padding: 10px 0;
	background: #F5F5F5;
}

.topicpath-list {
	list-style: none;
	margin: 0 auto;
}

.topicpath-item {
	float: left;
	padding: 0 10px 0 23px;
	background: url("../images/marker/icon_arrow.png") no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 14px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}




/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
  margin: 0 0 30px;
}

/* タイトル */
.module-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333;
}
.module-header + .thumbnail, .module-header + .summary-default, .module-header + .entry-column, .module-header + .card, .module-header + .search-form, .module-header + .banner {
  margin-top: 10px;
}

.module-heading {
  margin: 0;
  font-size: 18px;
}
@media print {
  .module-heading {
    font-size: 18px;
  }
}
.module-heading [class*=acms-icon-] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

a.module-index-link {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #333;
  font-size: 16px;
}
@media print {
  a.module-index-link {
    font-size: 16px;
  }
}
a.module-index-link [class*=acms-icon-] {
  color: #CCC;
  font-size: 14px;
}
@media print {
  a.module-index-link [class*=acms-icon-] {
    font-size: 14px;
  }
}

/* カスタムフィールドグループ */
.module-group-list {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.module-group-list:before, .module-group-list:after {
  display: table;
  content: " ";
}
.module-group-list:after {
  clear: both;
}

.module-group-heading {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
}
@media print {
  .module-group-heading {
    font-size: 18px;
  }
}

.module-group-detail {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.7;
}
@media print {
  .module-group-detail {
    font-size: 16px;
  }
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .module-group-heading {
  text-align: left;
}
.heading-align-center .module-group-heading {
  text-align: center;
}
.heading-align-right .module-group-heading {
  text-align: right;
}

/* 概要文 */
.detail-align-left .module-group-detail {
  text-align: left;
}
.detail-align-center .module-group-detail {
  text-align: center;
}
.detail-align-right .module-group-detail {
  text-align: right;
}

/* ボタン */
.btn-align-left .module-group-btn-wrap {
  text-align: left;
}
.btn-align-center .module-group-btn-wrap {
  text-align: center;
}
.btn-align-right .module-group-btn-wrap {
  text-align: right;
}



/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
	/* リスト */
	a.acms-list-group-item {
		padding: 10px 20px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.acms-list-group-item:hover {
		padding: 10px 10px 10px 20px;
		transition: padding .25s ease-out;
	}
}

@media screen and (min-width: 768px) {
  /* リスト */
  a.list-link.acms-list-group-item {
    padding: 10px 20px 10px 10px;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-item:hover {
    padding: 10px 10px 10px 20px;
    transition: padding 0.25s ease-out;
  }
  /* ラベルがあったとき */
  a.list-link.acms-list-group-label-parent {
    padding: 10px 30px 10px 10px;
    transition: padding 0.15s ease-out;
  }
  a.list-link.acms-list-group-label-parent:hover {
    padding: 10px 30px 10px 20px;
  }
}


/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.summary-default:before, .summary-default:after {
  display: table;
  content: " ";
}
.summary-default:after {
  clear: both;
}
.summary-default.slick-initialized {
  margin-right: -10px;
  margin-left: -10px;
  overflow: hidden;
  border: 0;
}
.summary-default .slick-list {
  padding: 0 0 0 20px;
  overflow: inherit;
}
.summary-default .slick-dots {
  margin: 0;
}
.summary-default .slick-dots button {
  background: #E5E5E5;
}
.summary-default .slick-dots .slick-active button {
  background: #C41134;
}

.summary-default-item {
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  color: #333;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  transition: background-color 0.25s ease-out;
}
.acms-entry .summary-default-item {
  padding: 10px;
}
.slick-initialized .summary-default-item {
  width: 280px;
  margin: 2px 10px 2px 2px;
  border: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08), -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
}

.summary-default-link {
  display: block;
  margin: 0 -10px;
  padding: 10px;
  color: #333;
  transition: background 0.2s;
}
.summary-default-link:hover, .summary-default-link:visited, .summary-default-link:active, .summary-default-link:focus {
  color: #333;
}
.summary-default-link:hover {
  text-decoration: none;
  background: #F1F1F1;
}

.summary-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
@media print {
  .summary-title {
    font-size: 16px;
  }
}

.summary-detail {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}
@media print {
  .summary-detail {
    font-size: 13px;
  }
}

@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px;
  }
}


/* ------------------------------
　　ピックアップリスト
------------------------------ */
.pickup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pickup-list img {
	display: block;
	transition: opacity .25s ease-out;
}
.pickup-list img:hover {
	opacity: .75;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner a {
	display: block;
	transition: opacity .25s ease-out;
}
.banner a:hover {
	opacity: .75;
}

.banner-list-item {
	margin: 0 0 20px 0;
}



/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
	line-height: 1.5;
	transition: background-color .25s ease-out;
}
.headline-item.bl-hover {
	background: #F1F1F1;
}

@media screen and (max-width: 479px) {
	/* 画面幅が小さいとき */
	/* ヘッドライン */
	.headline-item {
		padding: 10px 0;
	}
	.headline-title {
		display: block;
		margin: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
  padding: 10px 20px;
  color: #FFF;
  background: #333;
  border: 1px solid #333;
  border-radius: 0 4px 4px 0;
  filter: none; /* IEでのグラデーションを上書き */
  font-size: 16px;
}
@media print {
  .search-form .btn-search {
    font-size: 16px;
  }
}
.search-form .btn-search:hover, .search-form .btn-search:active, .search-form .btn-search:focus {
  background: #666;
}
.search-form input[type=search] {
  box-sizing: border-box;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
}
@media print {
  .search-form input[type=search] {
    font-size: 16px;
  }
}

input[type=search].search-form-input {
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
}
@media print {
  input[type=search].search-form-input {
    font-size: 20px;
  }
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg {
	padding: 20px 0;
	background: #F6F6F6;
}

.layout-space {
	padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col {
	float: none;
	margin: 0 auto;
}

/* 見出し */
.section-heading {
	margin: 20px 0 40px 0;
	font-size: 28px;
}
.section-heading a {
	color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
.group-heading {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 1.2;
}

.group-detail {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.7;
}

.lp-headline {
	font-size: 16px;
}


/* ------------------------------
　　エントリー
------------------------------ */
.page-header {
  margin: 0 0 20px;
}

.entry-info {
  margin-top: 0;
  font-size: 14px;
}
@media print {
  .entry-info {
    font-size: 14px;
  }
}
.entry-category,
.entry-new {
  font-size: 14px;
}
@media print {
  .entry-category,
  .entry-new {
    font-size: 14px;
  }
}

.entry-title {
  margin: 10px 0;
}
.entry-title a {
  color: #333;
}
.acms-entry h2 .entry-title {
  padding: 0;
}

.entry-style-top {
  padding: 0 5px;
}

.entry-style-grid {
  margin: 0 -10px;
}

.entry-style {
  color: #333;
  word-wrap: break-word;
}
.entry-style h2 {
  margin: 0 10px 25px 10px;
  padding: 5px 10px;
  font-size: 20px;
  color: #666;
  border-left: 4px solid #666;
}
@media print {
  .entry-style h2 {
    font-size: 20px;
  }
}
.entry-style h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}
.entry-style h2.entry-heading-center {
  position: relative;
  margin: 20px 0 25px;
  color: #333;
  text-align: center;
  border: 0;
  font-size: 16px;
}
@media print {
  .entry-style h2.entry-heading-center {
    font-size: 16px;
  }
}
.entry-style h2.entry-heading-center::before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #999;
  content: "";
}
.entry-style h3 {
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  font-size: 18px;
  color: #333;
  background: #E5E5E5;
}
@media print {
  .entry-style h3 {
    font-size: 18px;
  }
}
.entry-style h4 {
  margin: 0 10px 20px 10px;
  font-size: 18px;
  color: #333;
}
@media print {
  .entry-style h4 {
    font-size: 18px;
  }
}

.entry-style a:link {
  text-decoration: none;
}
.entry-style a:hover, .entry-style a:focus, .entry-style a:active {
  text-decoration: underline;
}
.entry-style a:visited {
  color: #7f5ad7;
  text-decoration: none;
}

@media (min-width: 768px) {
  .entry-style h2.entry-heading-center {
    margin: 0 20px 35px 0;
    font-size: 22px;
  }
}
@media print and (min-width: 768px) {
  .entry-style h2.entry-heading-center {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .entry-style h2.entry-heading-center::before {
    bottom: -15px;
  }
}

.entry-style p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}
@media print {
  .entry-style p {
    font-size: 16px;
  }
}
.entry-style p.entry-danger-text {
  color: #c41134;
  font-weight: bold;
}
.entry-style p.summary-title {
  margin: 0 0 10px;
}
.entry-style p.summary-detail {
  margin: 0 0 10px;
  font-size: 14px;
}
@media print {
  .entry-style p.summary-detail {
    font-size: 14px;
  }
}
.entry-style p.entry-lead-text {
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
}
@media print {
  .entry-style p.entry-lead-text {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .entry-style p.entry-lead-text {
    margin: 0 0 40px;
    font-size: 30px;
  }
}
@media print and (min-width: 768px) {
  .entry-style p.entry-lead-text {
    font-size: 30px;
  }
}

.entry-container {
  margin: 0 10px;
}

[class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

.entry-style table {
  width: 100%;
  border-collapse: collapse;
}
.entry-style th,
.entry-style td {
  display: block;
  padding: 5px 10px;
  color: #333;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
  font-size: 16px;
}
@media print {
  .entry-style th,
  .entry-style td {
    font-size: 16px;
  }
}
.entry-style .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}
.entry-style .acms-table-responsive th,
.entry-style .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-style .acms-table-responsive table {
  margin: 0;
}
.entry-style th {
  background: #f5f5f5;
}
.entry-style .entry-custom-table {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .entry-style th,
  .entry-style td {
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #dfdfdf;
  }
}
@media print and (min-width: 768px) {
  .entry-style th,
  .entry-style td {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .entry-style th {
    background: inherit;
  }
  .entry-style tr:nth-child(odd) {
    background: #f5f5f5;
  }
}

.entry-style ul {
  margin: 0 10px 25px 10px;
  padding: 0 0 0 2em;
}
.entry-style ul li {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-style ul li {
    font-size: 16px;
  }
}
.entry-style ul.summary-default {
  padding: 0;
}
.entry-style ul.summary-default li {
  margin: 0;
}

.entry-style ol {
  margin: 0 10px 25px 10px;
  padding: 0 0 0 2em;
}
.entry-style ol li {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-style ol li {
    font-size: 16px;
  }
}

.entry-style dl {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media print {
  .entry-style dl {
    font-size: 16px;
  }
}
.entry-style dt {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media print {
  .entry-style dt {
    font-size: 16px;
  }
}
.entry-style dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 16px;
}
@media print {
  .entry-style dd {
    font-size: 16px;
  }
}

.entry-style blockquote {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 10px 20px 20px;
  line-height: 1.8;
  background: #F5F5F5;
  border-left: 5px solid #DEDEDE;
  font-size: 16px;
}
@media print {
  .entry-style blockquote {
    font-size: 16px;
  }
}
.entry-style .column-quote-auto blockquote {
  padding: 10px;
  border: 1px solid #D0D0D0;
}
.entry-style .column-quote-auto .quoteTitleLink {
  color: #333;
}

@media (min-width: 480px) {

  .entry-style blockquote {
    padding: 20px 20px 20px 30px;
  }
  .entry-style .column-quote-auto blockquote {
    padding: 15px;
  }
}
/
.entry-style pre {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px 0;
  font-family: "Menlo", "Monaco", "Courier New", monospace;
  white-space: pre-wrap;
}
.entry-style pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}
.entry-style pre ol li {
  line-height: 1.5;
}

.entry-style hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

.entry-style .caption {
  font-size: 13px;
}
@media print {
  .entry-style .caption {
    font-size: 13px;
  }
}

.column-file-auto + .caption {
  margin-left: 10px;
}

[class*=column-media-] a,
[class*=column-image-] a {
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

.ug-bg-color {
  margin: 0 10px 25px 10px;
  padding: 20px 10px;
  overflow: hidden;
  background: #F5F5F5;
}
.ug-bg-color *:last-child {
  margin-bottom: 0;
}
.ug-bg-color h2 {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.ug-bg-color h3,
.ug-bg-color h4 {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .ug-bg-color {
    padding: 25px 15px;
  }
}

.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
	background: #878787;
}

.entry-column p.entry-btn-attention a {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
	background: #EDA800;
}

.entry-column p.summary-title {
	margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/*
.entry-container {
	margin: 0 5px;
}

.entry-column table {
	width: 100%;
	margin: 0 0 30px 0;
}
.entry-column table.table-history {
	table-layout: fixed;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-top: 1px solid #DFDFDF;
	vertical-align: top;
}

.entry-column .acms-table-responsive {
	margin-bottom: 30px;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column th {
	background: #F5F5F5;
}

.entry-column table.table-history tr {
	background: #FFF;
}

.entry-column table.table-history th,
.entry-column table.table-history td {
	display: block;
}

.entry-column table.table-history th {
	padding: 10px;
}

.entry-column table.table-history td {
	padding: 10px 0;
}

.entry-column table.table-history .table-history-img {
	display: block;
	padding: 0 10px 10px 10px;
	background: #FFF;
}


.entry-column ul {
	margin: 0 0 20px 0;
	padding: 0;
}
.entry-column ul li {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.5;
}
.entry-column ul.summary-default {
	padding: 0;
}
.entry-column ul.summary-default li {
	margin: 0;
}

.entry-column ol {
	margin: 0 0 25px 0;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}

.entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.entry-column dd {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.entry-column blockquote {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 20px 15px 16px;
	font-size: 16px;
	line-height: 1.5;
	border-left: 4px solid #BFBFBF;
	background: #EFEFEF;
}

.entry-column pre {
	width: 100%;
	margin: 0 0 30px 0;
}
.entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
	line-height: 1.5;
}

.entry-column hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

@media screen and (min-width: 480px) {
	.entry-column .table-history-img {
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	
	.entry-column th {
		background: inherit;
	}
}
*/

.entry-footer {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5;
}

.entry-tag {
  margin: 0 0 5px;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

.entry-footer-item + .entry-footer-item {
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .entry-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .entry-footer-item + .entry-footer-item {
    margin: 0 0 0 auto;
  }
}

.share-wrapper {
  display: flex;
  align-items: center;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

@media (min-width: 768px) {
  .share-wrapper {
    float: right;
  }
}
.share-list {
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.share-item a {
  color: #999;
  text-decoration: none;
}
.share-item [class*=acms-icon] {
  font-size: 22px;
  vertical-align: middle;
}
@media print {
  .share-item [class*=acms-icon] {
    font-size: 22px;
  }
}
.share-item .share-item-facebook { 
  position: relative;
  color: #1877f2;
  line-height: 1.2;
}
.share-item .share-item-facebook::before {
  vertical-align: middle;
}
.share-item .share-item-facebook:focus::before {
  position: absolute;
  inset: -1px;
  border: 1px dotted #333;
  content: "";
}
.share-item .share-item-twitter { /* Twitter */
  position: relative;
  color: #000;
  line-height: 1.2;
}
.share-item .share-item-twitter::before {
  vertical-align: middle;
}
.share-item .share-item-twitter:focus::before {
  position: absolute;
  inset: -1px;
  border: 1px dotted #333;
  content: "";
}

.continue-link {
  margin: 20px 8px 30px 10px;
  font-size: 14px;
}

.continue-link a {
  display: inline-block;
  padding: 6px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #B3DBD4;
  border-radius: 3px;
		width: 93%;
}

.continue-link a [class*=acms-icon] {
  margin: 0 0 0 10px;
}
.continue-link a:link, .continue-link a:visited {
  color: #fff;
}
.continue-link a:hover, .continue-link a:focus, .continue-link a:active {
  color: #fff;
  text-decoration: none;
  background-color: #DB7072;
}

@media (min-width: 768px) {
  .entry-tag {
    margin: 0;
  }
  .continue-link a {
		margin: 6px;
  padding: 5px 10px;
		font-size: 14px;
  font-weight: normal;
  }
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 40px;
	color: #FFF;
	background-size: cover;
}
.page-title-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,51,51,0.5);
}

.page-title-inner {
  display: table-cell;
  position: relative;
  padding: 15px 10px;
  vertical-align: middle;
}
.page-title {
  margin: 0 0 5px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.page-title a {
  color: #FFF;
}
.page-description {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-title-wrapper {
    height: 110px;
  }
}

/* ---------------------------------------------------
　　エントリー
------------------------------------------------------ */

/* ------------------------------
 タイトル　一部改良　
------------------------------- */
.page-header {
	margin-top: 20px;
	margin-bottom: 10px;
}

.page-header a {
	color: inherit;
	text-decoration: none;
}

/* タイトル */
.entry-title {
	margin: 30px 0px 25px;
	padding: 12px;
	text-align: center;
	position: relative;
	font-size: 28px;
	font-weight: 700;
	color: #333;
line-height: 1.3;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #FAFAFA;
}

.entry-title a {
	color: #357;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

@media screen and (max-width: 767px) {
.entry-title {
	margin: 20px 0px 15px;
	padding: 8px;
	font-size: 22px;
}
}


/* ------------------------------
　　エントリー　（一部改良）
------------------------------ */
.entry {
	margin: 0 0 20px 0;
}

.entry-info {
	margin-top: 0;
	font-size: 14px;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 14px;
}

.entry-column-top {
	padding: 0 5px;
}

.entry-column-grid {
margin: 0px;
	/*margin: 0 -10px;*/
}

/* エントリーのスタイル */
.entry-column {
	color: #333;
	word-wrap: break-word;
}
.entry-column h1.heading-line {
	margin: 50px 0px 15px;
	padding: 10px;
	text-align: center;
	position: relative;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #FEFEFE;
}

.entry-column h2 {
	margin: 50px 0px 15px;
	padding: 6px 10px 6px;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
border-bottom: 1px solid #CCC;
}

.entry-column h2.heading-primary {
display: block;
text-align: center;
	position: relative;
	margin: 40px 0px 15px;
	padding: 10px 0px 10px;
	background-color: #FFF;
	border-bottom: 2px solid #CCC;
}

.entry-column h2.heading-primary::after {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 3px;
	background: #EE8FE5;
	width: 30%;
	left: 0;
 right: 0;
 margin: 0 auto
}

.entry-column h2.entry-heading-center {
	color: #344;
	position: relative;
	text-align: center;
	font-weight: 700;
	margin: 40px 0px 15px;
	padding: 9px 0px 9px;
border-bottom: 1px solid #CCC;
}

.entry-column h2.entry-heading-center::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
	width: 40%;
	margin: 0 auto;
	bbackground: #A9D3F8;
}

.entry-column h2.text-point {
	display: block;
	color: #0E5B6B;
}

.entry-column h3 {
	margin: 40px 0px 15px;
	padding: 8px 10px 8px;
	font-size: 23px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	border-bottom: 2px solid #CCC;
}

.entry-column h3.heading-line {
	margin: 40px 0px 15px;
	padding: 8px 5px 10px 20px;
	border-left: 8px solid #9BD1DB;
	border-bottom: 1px solid #999;
}

.entry-column h3.heading-primary {
	text-align: center;
	position: relative;
	margin: 40px 0px 15px;
	border-bottom: 1px solid #CCC;
}

.entry-column h3.heading-primary::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -2px;
	display: block;
	width: 33%;
	height: 3px;
	background: #C1DF95;
}


.entry-column h3 .text-point {
	display: block;
	color: #0E5B6B;
}

.entry-column h4 {
margin: 40px 1px 20px;
padding: 20px 10px 7px;
font-size: 21px;
font-weight: 600;
color: #333;
line-height: 1.5;
border-bottom: 1px solid #CCC;
}

.entry-column h4.heading-primary {
text-align: center;
position: relative;
border-bottom: 1px solid #AAA;
}

.entry-column h4.heading-primary::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	display: block;
	width: 50%;
	height: 3px;
	background: #AFCBEA;
}

.entry-column h4 .text-point {
	display: block;
	color: #9CD1FA;
}

.entry-column h5 {
	margin: 30px 0px 15px;
	padding: 15px 8px 6px 20px;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
}

.entry-column h5.heading-line {
	padding: 6px 5px 10px 20px;
	font-size: 19px;
	text-align: left;
	border-left: 6px solid #D4E2D5;
	border-bottom: 1px solid #999;
}


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

.entry-column h1.heading-line {
	margin: 20px 0px 10px;
	padding: 4px 6px 4px;
	font-size: 24px;
}

.entry-column h2 {
margin: 20px 0px 10px;
padding: 5px 8px;
font-size: 21px;
}

.entry-column h3 {
margin: 20px 0px 5px;
padding: 5px 8px;
font-size: 19px;
}

.entry-column h4 {
margin: 20px 0px 5px;
padding: 5px 8px;
font-size: 18px;
}

.entry-column h5 {
margin: 20px 2px 10px;
padding: 5px 8px;
font-size: 16px;
}
}
/*ここまで (max-width: 767px)*/


/* 本文 */
.entry-column p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}


.entry-column p.entry-danger-text {
	color: #C41134;
	font-weight: bold;
}
.entry-column p.summary-title {
	margin: 0 0 10px 0;
}
.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.entry-column p.entry-lead-text {
	margin-bottom: 25px;
	font-size: 17px;
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.entry-column p.entry-lead-text {
		margin: 0 0 30px 0;
		font-size: 22px;
	}
}

.entry-column a:link {
  color: #006DD9;
  text-decoration: none;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}
.entry-column a:visited {
  color: #7F5AD7;
  text-decoration: none;
}

/* 囲み見出し-のスタイル */

.entry-column p.b-big {
margin: 40px 0px 15px 0px;
padding: 8px 5px 8px 15px;
font-size: 21px;
font-weight: 600;
color: #334;
letter-spacing: 0.1em;
border-radius: 3px;
border: 1px solid #CCCCCC;
background-color: #FAFAFA;
}

.entry-column p.b-mid {
margin: 35px 0px 15px 0px;
padding: 6px 5px 6px 15px;
font-size: 19px;
font-weight: 600;
letter-spacing: 0.1em;
color: #334;
border-radius: 3px;
border: 1px solid #CCCCCC;
background-color: #FAFAFA;
}

.entry-column p.b-sml {
margin: 30px 0px 10px 0px;
padding: 6px 5px 6px 15px;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.1em;
color: #356;
border-radius: 3px;
border: 1px solid #CCCCCC;
background-color: #FAFAFA;
}

.entry-column p.m-sml {
margin: 20px 0px 10px 0px;
padding: 8px 10px 5px 10px;
font-size: 16px;
font-weight: 500;
color: #356;
border-radius: 3px;
border: 1px solid #CCCCCC;
}

/* 小見出し-のスタイル */

.entry-column p.big {
margin: 40px 0px 10px 0px;
padding: 9px 10px 9px 10px;
font-size: 21px;
color: #344;
font-weight: 600;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #FAFAFA;
}

.entry-column p.mid {
margin: 35px 0px 10px 0px;
padding: 7px 10px 7px 10px;
font-size: 19px;
font-weight: 600;
color: #344;
font-weight: 600;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #FAFAFA;
}

.entry-column p.sml {
margin: 25px 0px 10px 0px;
padding: 5px 10px 5px 10px;
font-size: 17px;
font-weight: 600;
color: #567;
border-bottom: 1px solid #CCC;
}

.entry-column p.s-sml {
margin: 3px 0px 3px 0px;
padding: 3px 12px 3px 12px;
font-size: 17px;
font-weight: 700;
color: #567;
border-bottom: 1px solid #CCC;
}


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

.entry-column p.b-big {
margin: 20px 0px 10px 0px;
padding: 5px 8px 5px 10px;
font-size: 20px;
}

.entry-column p.b-mid {
margin: 20px 0px 10px 0px;
padding: 5px 8px 5px 10px;
font-size: 18px;
}

.entry-column p.b-sml {
margin: 20px 0px 10px;
padding: 5px 8px 5px 8px;
font-size: 17px;
}

.entry-column p.m-sml {
margin: 20px 0px 10px;
padding: 6px 6px 6px 10px;
font-size: 16px;
}

.entry-column p.big {
margin: 30px 0px 10px;
padding: 7px;
font-size: 20px;
}

.entry-column p.mid {
margin: 30px 0px 5px;
padding: 6px;
font-size: 18px;
}

.entry-column p.sml {
margin: 20px 0px 5px;
padding: 6px;
font-size: 16px;
}

.entry-column p.s-sml {
margin: 5px 3px 5px;
padding: 5px;
font-size: 15px;
}

h2 .sub-txt {
	display: none;
}

.module-index-link {
	display: none;
}
}



[class^=column-table] .entry-container {
	margin-bottom: 10px;
	overflow-x: auto;
}

[class^=column-table] table {
	margin-bottom: 0;
}

/* テーブル */
.entry-column table {
	width: 100%;
	border-collapse: collapse;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	color: #333;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DFDFDF;
	font-size: 16px;
}

.entry-column .acms-table-responsive {
	border-top: 0;
	border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column th {
	background: #F5F5F5;
}

.entry-column .entry-custom-table {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	.entry-column th {
		background: inherit;
	}
}



/*------------------------------
　エントリーヘッダー
------------------------------ */
.entry-header {
text-align: center;
display: block;
	margin: 10px auto 30px;
}

.entry-header-info {
	text-align: right;
	font-size: 12px;
	color: #666;
}

.entry-header-title {
 display: block;
 text-align: center;
 position: relative;
	color: #334;
	margin: 0px auto 5px;
	padding: 0px auto 5px;
	font-size: 24px;
	font-weight: 600;
	border-bottom: 3px solid #DCDCDC;
	width: 100%;
}

.entry-header-title::after {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 3px;
	background: #385CB3;
	width: 50%;
	left: 0;
 right: 0;
 margin: 0 auto
}

.entry-header-title-link {
	color: #333;
}
.entry-header-title-link:visited {
	color: #333;
}
.entry-header-title-link:hover,
.entry-header-title-link:active,
.entry-header-title-link:focus {
	color: #666;
}

@media screen and (min-width: 768px) {
	.entry-header-info {
		font-size: 13px;
	}
	.entry-header-title {
		margin: 10px auto 10px;
		padding: 0 0 5px 0;
		font-size: 28px;
	}
}

.entry-header-bg {
	margin: 0 calc(50% - 50vw) 30px;
	padding: 140px 0 0 0;
	background: no-repeat;
	background-size: contain;
}

.entry-header-bg-box {
	padding: 30px 20px 30px 20px;
	color: #FFF;
	background: #2E50AC;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-header-bg-title {
	margin: 0 0 20px 0;
	font-size: 24px;
}

.entry-header-bg-desc {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.7;
}

.entry-header-bg-btn-wrap {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.entry-header-bg {
		margin: 0 calc(50% - 50vw) 45px;
		padding: 240px 0 0 0;
	}
	.entry-header-bg-title {
		margin: 0 0 25px 0;
		font-size: 30px;
	}
	.entry-header-bg-desc {
		margin: 0 0 25px 0;
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.entry-header-bg {
		padding: 80px 0;
		background-size: cover;
	}
	.entry-header-bg-box {
		width: 50%;
		margin: 0 10px;
		padding: 60px 60px 50px 60px;
	}
	.entry-header-bg-title {
		margin: 0 0 30px 0;
		font-size: 40px;
	}
	.entry-header-bg-desc {
		margin: 0 0 30px 0;
		font-size: 16px;
	}
}


/*------------------------------
　エントリーのコンテンツ
------------------------------ */
.entry .text-point {
	display: block;
	color: #2E50AC;
	font-size: 80%;
}

.entryFormLiteEditor em,
.entry-column em,
.entry .entry-text-unit em {
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	color: #893745;
	background-size: .2em .1em;
	background-repeat: repeat-x;
	background-image: radial-gradient(.05em .05em at center center, #AE5173, #AE5173 100%, transparent);
	background-position: bottom left 1px;
	font-size: 105%;
}

.entryFormLiteEditor strong,
.entry-column strong,
.entry .entry-text-unit strong {
	font-weight: bold;
	font-size: 105%;
}

.entry .entry-text-unit a {
	padding: 2px 0;
	color: #0061D1;
	border-bottom: 1px dashed #0061D1;
}
.entry .entry-text-unit a:hover {
	text-decoration: none;
	opacity: .7;
}

.entry-column p.text-info {
	font-size: 13px;
	color: #777;
}
.entry-column p.text-danger {
	font-size: 13px;
	color: #C92D2D;
}

@media screen and (min-width: 768px) {
	.entry-column p.text-info {
		font-size: 15px;
	}
	.entry-column p.text-danger {
		font-size: 15px;
	}
}

/* リード文*/
.entry-column p.text-lead-primary {
	margin: 0px 10px 20px 10px;
	font-size: 26px;
	font-weight: bold;
	color: #2E50AC;
	line-height: 1.5;
}
.entry-column p.text-lead-primary .text-point {
	margin: 0px 10px;
	color: #444;
	font-size: 21px;
}

.entry-column p.text-lead-info {
	margin: 0px 10px 20px 10px;
	font-size: 21px;
	font-weight: bold;
	color: #444;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	.entry-column p.text-lead-primary {
		font-size: 21px;
	}
	.entry-column p.text-lead-primary .text-point {
		font-size: 21px;
	}
	.entry-column p.text-lead-info {
		font-size: 21px;
	}
}

/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entryFormLiteEditor .text-point {
	display: block;
	color: #2E50AC;
}

.entryFormLiteEditor .text-word-break {
	display: inline-block;
}

.entryFormLiteEditor strong {
	font-weight: bold;
}

.entryFormLiteEditor em {
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	color: #893745;
	background-size: .2em .1em;
	background-repeat: repeat-x;
	background-image: radial-gradient(.05em .05em at center center, #AE5173, #AE5173 100%, transparent);
	background-position: bottom left 1px;
	font-size: 105%;
}

.entryFormLiteEditor a {
	padding: 2px 0;
	color: #2969D6;
	border-bottom: 1px dashed #993333;
}
.entryFormLiteEditor a:hover {
	text-decoration: none;
	opacity: .7;
}

.acms-admin-table-admin-edit {
	border-collapse: collapse;
}
.acms-admin-table-admin-edit .sortable-item {
	border-top: 1px solid #CCC;
}
.acms-admin-table-admin-edit .sortable-item:first-child {
	border: 0;
}

/* ボタン */
.entry-column p.text-btn a {
	display: inline-block;
	padding: 10px 25px;
	color: #FFF;
	background: #2E50AC;
	font-size: 18px;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}
.entry-column p.text-btn a:hover,
.entry-column p.text-btn a:visited,
.entry-column p.text-btn a:active,
.entry-column p.text-btn a:focus {
	text-decoration: none;
	color: #FFF;
	opacity: 1;
}
.entry-column p.text-btn a:hover {
	background: #4166CC;
}

/* ------------------------------
　　リスト
------------------------------ */

.entry-column ul {
list-style-type: none;
margin: 5px 5px 10px;
padding: 5px 5px 20px;
position: relative;
}

.entry-column ul li {
	border-bottom: dotted 1px #EEE;
 font-size: 15px;
	margin: 0px 0px 5px;
	padding: 7px 0px 6px 16px;
	line-height: 1.7;
}

.entry-column li::before {
  position: relative;
  top: 1px;
  left: -10px;
  display: inline-block;
  width: 10px;
  height: 10px;
 content: '';
	border-radius: 100%;
 background: #A6ADCC;
}

.entry-column ul.summary-topics {
	padding: 0;
}
.entry-column ul.summary-topics li {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.entry-column ul {
		padding: 5px 5px 20px;
	}
	
	.entry-column ul li {
 font-size: 16px;
	padding: 7px 0px 7px 18px;
}
.entry-column li::before {
  width: 13px;
  height: 13px;
}
}


.entry-column ol {
	list-style: disc;
　margin: 0px 8px 16px 8px;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0 0 0 16px;
}

.entry-column ol li {
	font-size: 15px;
		margin: 10px 0 10px;
  position: relative;
  line-height: 1.7;
  padding: 7px 0px 7px 18px;
		border-bottom: dotted 1px #CCC;
}

.entry-column ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #8491A6;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 10px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 18px;
  text-align: center;
		margin: 12px 0px 4px;
}

@media screen and (min-width: 768px) {
	.entry-column ol {
		margin: 0px 7px 16px 8px;
	}
	.entry-column ol li {
	font-size: 16px;
	margin: 5px 0 10px;
 padding: 8px 0px 8px 18px;
}
.entry-column ol li:before{
  font-size: 12px;
  width: 17px;
  height: 17px;
}
}


/* 記述リスト */

.entry-column dl {
	margin: 10px 5px 30px 5px;
	font-size: 16px;
	line-height: 1.6;
}

.entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.entry-column dd {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.entry-column dl dt {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
}
.entry-column dl dd {
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 1.7;
}
.entry-column dl.box {
	padding: 20px;
	border: 1px solid #DDD;
	border-radius: 6px;
}
.entry-column dl.box dt {
	padding: 20px 20px 0 20px;
	border-top: 1px solid #DDD;
}
.entry-column dl.box dt:first-child {
	border: 0;
}
.entry-column dl.box dd {
	margin: 0;
	padding: 6px;
}

@media screen and (min-width: 768px) {
	.entry-column dl dt {
		font-size: 19px;
	}
	.entry-column dl.box dt {
		padding: 10px;
	}
	.entry-column dl.box dd {
		padding: 10px;
	}
}

/* テーブル */
.entry-column table {
	width: 100%;
	margin: 0 0 5px 0;
	border-collapse: collapse;
	border-bottom: 1px solid #DDDDDD;
}
.entry-column table th,
.entry-column table td {
	padding: 12px;
	font-size: 14px;
	line-height: 1.8;
}
.entry-column table th {
	background: #F8F8F8;
}
.entry-column table tr {
	border-top: 1px solid #DDDDDD;
}

@media screen and (min-width: 768px) {
	.entry-column table {
		margin: 0 0 10px 0;
	}
	.entry-column table th,
	.entry-column table td {
		padding: 15px 30px;
		font-size: 16px;
	}
}

/* 引用 */
.entry-column blockquote {
	padding: 25px;
	font-size: 16px;
	line-height: 1.7;
	border: 2px solid #DDD;
}
.entry-column blockquote cite {
	color: #777;
	font-size: 14px;
	font-style: normal;
}
.entry-column blockquote cite::before {
	content: "\2014\00A0";
}

@media screen and (min-width: 768px) {
	.entry-column blockquote {
		padding: 30px 40px;
	}
}

/* ユニットグループ */
.entry-column .ug-bg-gray {
	background: #F4F4F4;
}

.entry-column .ug-bg-primary {
	background: #EAF6FF;
}

.entry-column .ug-bg-gray,
.entry-column .ug-bg-primary {
	margin: 0 0 40px 0;
	padding: 18px 25px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
.entry-column .ug-bg-gray h2:first-child,
.entry-column .ug-bg-gray h3:first-child,
.entry-column .ug-bg-gray h4:first-child,
.entry-column .ug-bg-primary h2:first-child,
.entry-column .ug-bg-primary h3:first-child,
.entry-column .ug-bg-primary h4:first-child {
	margin-top: 0;
	padding-top: 0;
}
.entry-column .ug-bg-gray > *:not(.entry-reset):last-child > *,
.entry-column .ug-bg-primary > *:not(.entry-reset):last-child > * {
	margin-bottom: 0;
}

.entry-column .ug-cover {
	margin: 0 calc(50% - 50vw) 40px;
	padding: 35px calc(50vw - 50%);
	border: 0;
}

.entry-column .ug-text-center {
	text-align: center;
}

.entry-column .ug-border {
	position: relative;
	margin: 0 0 40px 0;
	padding: 45px 30px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
.entry-column .ug-border::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #DDD;
	z-index: -1;
}
.entry-column .ug-border h2:first-child,
.entry-column .ug-border h3:first-child,
.entry-column .ug-border h4:first-child {
	margin-top: 0;
}
.entry-column .ug-border > *:not(.entry-reset):last-child > * {
	margin-bottom: 0;
}

.entry-column .ug-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	.entry-column .ug-bg-gray,
	.entry-column .ug-bg-primary {
		margin: 0 0 40px 0;
		padding: 20px 35px;
	}
	.entry-column .ug-bg-gray h2:first-child,
	.entry-column .ug-bg-gray h3:first-child,
	.entry-column .ug-bg-gray h4:first-child,
	.entry-column .ug-bg-primary h2:first-child,
	.entry-column .ug-bg-primary h3:first-child,
	.entry-column .ug-bg-primary h4:first-child {
		margin-top: 0;
	}
	.entry-column .ug-bg-gray > *:not(.entry-reset):last-child > *,
	.entry-column .ug-bg-primary > *:not(.entry-reset):last-child > * {
		margin-bottom: 0;
	}
	.entry-column .ug-cover {
		margin: 0 calc(50% - 50vw) 40px;
		padding: 45px calc(50vw - 50%);
	}
	.entry-column .ug-border {
		padding: 50px;
	}
}


/* ------------------------------
　　テーブルデザイン/オリジナル
------------------------------ */
.entry-column .cci_table {
}

.entry-column .cci_table th {
	white-space: nowrap;
	font-weight: bold;
	background: #F6F6F1;
}

.entry-column .cci_table .th-a {
	background: #FCF;
	white-space: nowrap;
}

.entry-column .cci_table .txt-s {
	font-size: 86%;
	font-weight: normal;
	white-space: nowrap;
}

.entry-column .cci_table .nowrap {
	white-space: nowrap;
}


.entry-column .cci_table .th-b {
	background: #DFF0EE;
}

.entry-column .cci_table .th-c {
	background: #EFCEC6;
}

.entry-column .cci_table .td-strong {
	font-weight: bold;
	white-space: nowrap;
}

.entry-column .cci_table .td-a {
	font-weight: bold;
	color: #339;
	background: #FFFFCC;
}

.entry-column .cci_table .td-b {
	background: #FCFCFC;
}

.entry-column .cci_table .td-c {

}



/* ------------------------------  
 タイトル
------------------------------- */
.cci-heading {
  margin-bottom: 10px;
  padding: 5px 0;
  color: #333;
  font-size: 18px;
  border-bottom: 2px solid #333;
}
.cci-heading a {
  color: inherit;
  text-decoration: none;
}
.cci-page-header {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #699;
	padding-bottom: 0px;
}
.cci-page-header a {
	color: inherit;
}
.cci-page-header .cci-page-heading {
  font-size: 28px;
}

.cci-entry-title {
	color: #069;
	padding: 2px;
	line-height: normal;
	font-weight: bold;
}

.cci-entry-title2 {
	color: #069;
	padding: 2px;
	line-height: normal;
	font-weight: bold;
	font-size: 21px;
	margin: 0px;
}


/* ------------------------------
　　サブエリアのエントリー
------------------------------ */

.summarySub {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}
.summarySubEntry {
	float: left;
	width: 100%;
	padding: 5px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
.summarySubEntry.bl-hover {
	background: #F1F1F1;
}
.SubBlogTitle1 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background: #690;
	margin: 4px 8px;
	padding: 4px;
	width: auto;
	text-align: center;
	overflow: hidden;
}

.SubBlogTitle2 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #977416;
	margin: 4px 8px;
	padding: 3px;
	width: auto;
	text-align: center;
	overflow: hidden;
}
.SubBlogTitle3 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #0098AF;
	margin: 4px 8px;
	padding: 3px;
	width: auto;
	text-align: center;
	overflow: hidden;
}

.SubBlogTitle1 a {
	color: #CFC;
}
.SubBlogTitle1 a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

.SubBlogTitle2 a {
	color: #FFC;
}
.SubBlogTitle2 a:hover {
	color: #FFCCFF;
	text-decoration: underline;
}

.SubBlogTitle-s {
	font-size: 12px;
}

.summarySubTitle {
	margin: 0px 0px 3px;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	padding: 0px 0px 2px;
	border-bottom: 1px dotted #9CF;
}
.summarySubDetail {
	margin: 0;
	line-height: 1.5;
	font-size: 13px;
}



/************************************************
* サイドバー　moduleFlameSide *
************************************************/

.moduleFlameSide {
	list-style: none;
	margin: 15px 0pt 15px 0px;
	padding: 6px;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 0 0 3px #CCC;
	overflow: hidden;
}

.moduleFlameSide .copy1 {
	margin: 4px;
	padding: 4px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

.moduleFlameBdr {
	list-style: none;
	margin: 15px 0pt 15px 0px;
	padding: 6px;
	border-radius: 6px;
	box-shadow: 0 0 3px #CCC;
	overflow: hidden;
	background-image: url(images/bg07.gif);
}

/*サイドの外観写真等*/
.side-photo {
	text-align: center;
	margin: 5px auto 10px;
	}
.side-photo img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}

@media print  {
	
	.moduleFlameSide {
	list-style: none;
	margin: 15px 0pt 15px 0px;
	padding: 6px;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0 0 3px #CCC;
	overflow: hidden;
}
}

@media screen and (max-width: 768px) {
	.moduleFlameSide {
	display: none;
}
.moduleFlameBdr {
	display: none;
}
}


/* ■■■■■ サイドのリスト ※カテゴリーリスト 　*/

.sideList ul {
	list-style: none;
	margin: 0px 4px 5px;
	padding: 0;
	font-size: 13px;
}

.sideList ul li {
	vertical-align: bottom;
	zoom: 1;
	margin-bottom: 1px;
}

/* そのページを表示しているとき */
.sideList ul li.stay {
	background-color: #666666;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #543E44;
}

.sideList ul li a {
	display: block;
	padding: 7px 0px 7px 10px;
	color: #555;
	vertical-align: bottom;
	zoom: 1;
	border-left: 6px solid #FFEACD;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
}

.sideList ul li a:hover {
	text-decoration: none;
}

.sideList ul li ul li a {
	margin: 3px;
	border-left: 6px solid #CED2BE;
	font-weight: normal;
}


/* ■■■■■ サイドのリスト ※エントリーリスト 　*/

.sideList2 ul {
	list-style: none;
	margin: 0px 4px 5px;
	padding: 0;
	font-size: 14px;
}

.sideList2 ul li {
	vertical-align: bottom;
	zoom: 1;
	margin-bottom: 1px;
}

/* そのページを表示しているとき */
.sideList2 ul li.stay {
	background-color: #666666;
	color: #FFFFFF;
	text-shadow: -1px -1px 0px #543E44;
}

.sideList2 ul li a {
	display: block;
	padding: 10px 0px 10px 10px;
	color: #444444;
	vertical-align: bottom;
	zoom: 1;
	border-left: 6px solid #E9F89F;
	margin-bottom: 1px;
	margin-top: 1px;
}

.sideList2 ul li a:hover {
	text-decoration: none;
}

.sideList2 ul li ul li a {
	margin: 3px;
	border-left: 6px solid #DEEBB6;
	font-weight: normal;
}


/* ------------------------------  
 acms-リスト(acm.cssからコピー）
------------------------------- */
.acms-list-group-heading {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333;
}
.acms-list-group-heading a {
  color: inherit;
  text-decoration: none;
}
.acms-list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #FFF;
}
.acms-list-group-heading + .acms-list-group {
  border-top: 0;
}
.acms-list-group + .acms-list-group {
  margin: 0 0 10px 0;
}
.acms-list-group-item {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
a.acms-list-group-item:hover {
	background-color: #FAFDF2;
}
a.acms-list-group-item:hover,
a.acms-list-group-item:visited,
a.acms-list-group-item:active,
a.acms-list-group-item:focus {
  color: #333;
  text-decoration: none;
}
.acms-list-group-title-link {
  margin: 0 10px;
  text-decoration: none;
}
.acms-list-group-title-link:hover,
.acms-list-group-title-link:visited,
.acms-list-group-title-link:active,
.acms-list-group-title-link:focus {
  text-decoration: underline;
}


@media screen and (min-width: 768px) {
a.acms-list-group-item {
	padding: 7px 20px 7px 10px;
	-webkit-transition: padding 0.15s ease-out;
	transition: padding 0.15s ease-out;
}
a.acms-list-group-item:hover {
	padding: 7px 10px 7px 20px;
	-webkit-transition: padding 0.25s ease-out;
	transition: padding 0.25s ease-out;
}
}

/* ------------------------------
　　サイドのバナー
------------------------------ */

.banner {
	padding: 0;
	list-style: none;
	text-align: center;
}
.banner a {
	display: block;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.banner a:hover {
	opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	filter: alpha(opacity=75);
}
.banner img {
}

.bannerListItem {
	text-align: center;
}

/*オリジナルのバナー（センターへ）*/
.bannerItem {
	margin: 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 10px;
	text-align: center;
}





/* ------------------------------
　　ボタン追加分？
------------------------------ */
.btn-large-orig {
	background: #A8D7C9;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.btn-large-orig:hover,
.btn-large-orig:visited {
  color: #FFF;
  text-decoration: none;
}
.btn-large-orig:focus,
.btn-large-orig:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-large-orig:hover {
	background: #99FF00;
	color: #FFF;
}




/* ------------------------------
　　前後ページへのリンク
------------------------------ */
.pager {
	list-style: none;
	margin: 10px -5px;
	padding: 0;
	text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
}
.pager li.cur {
  padding: 5px 20px;
  color: #FFF;
  background: #999999;
  border-radius: 3px;
}
.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  border-radius: 3px;
  background: #e5e5e5;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}
.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #333;
}
.pager-link-forward {
  float: right;
}
.pager-link-prev {
  float: left;
}
@media screen and (min-width: 480px) {
	
  .pager-link {
    padding: 5px 10px;
  }
  .pager li.cur {
    padding: 5px 10px;
  }
}

/* ------------------------------
　　Twitter等へシェアボタン
------------------------------ */

.shareWrapper {
  float: right;
}
.shareText {
  display: inline;
  float: left;
  margin: 0;
}
.shareList {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shareItem {
  display: inline-block;
  margin: 0 0 0 20px;
}
.shareItem a {
  color: #999;
  text-decoration: none;
}
.shareItem [class*='acms-icon'] {
  font-size: 16px;
  vertical-align: text-bottom;
}
.shareItem .shareItemFacebook {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #3b5999;
  border-radius: 4px;
}
.shareItem .shareItemFacebook:before {
  vertical-align: middle;
}
.shareItem .shareItemTwitter {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #55acee;
  border-radius: 4px;
}
.shareItem .shareItemTwitter:before {
  vertical-align: middle;
}
.shareItem .shareItemGplus {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #dd4b39;
  border-radius: 4px;
}
.shareItem .shareItemGplus:before {
  vertical-align: middle;
}
.continueLink {
  margin: 20px 8px 30px 10px;
  font-size: 14px;
}
.continueLink a {
	display: inline-block;
	padding: 5px;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 3px;
	background-color: #97AECC;
	width: 93%;
}
.continueLink a [class*='acms-icon'] {
  margin: 0 0 0 10px;
}
.continueLink a:link,
.continueLink a:visited {
  color: #FFF;
}
.continueLink a:hover,
.continueLink a:focus,
.continueLink a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #DB7072;
}
@media screen and (min-width: 480px) {
  .entryTag {
    margin: 0;
  }
  .continueLink a {
		margin: 6px;
  padding: 5px 10px;
		font-size: 14px;
  font-weight: normal;
  }
}

/* ------------------------------
　　前後の記事へのナビボタン
------------------------------ */

.serialNav {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
.serialNav .serialNavItem {
  display: block;
  float: none;
}
.serialNav .serialNavItemPrev {
  text-align: left;
}
.serialNav .serialNavItemNext {
  text-align: right;
}
.serialNav a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.serialNav a:hover,
.serialNav a:visited,
.serialNav a:focus,
.serialNav a:active {
  color: inherit;
  text-decoration: none;
}
.serialNav a:hover {
  background: #e5e5e5;
}
@media screen and (min-width: 480px) {
  .serialNav {
    border: 0;
  }
  .serialNav .serialNavItemPrev {
    float: left;
  }
  .serialNav .serialNavItemNext {
    float: right;
  }
  .serialNav a {
    display: inline;
    border: 0;
  }
  .serialNav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
.fieldTitle {
  padding: 0 10px;
}
.fieldTitle:first-child {
  margin: 0 0 10px 0;
}

/************************************************
　サイトマップ用
/********************************************* */

/* ■■■■■ ヘッドライン #sitemap 　*/
ul#sitemap {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ul#sitemap li {
	vertical-align: bottom;
	zoom: 1;
	list-style: url(none) none;
	padding: 2px 0px 1px;
	margin: 0px;
}

ul#sitemap .cate {
	font-weight: bold;
	font-size: 106%;
	margin: 8px 0px 0px;
	background-color: #F6F9FA;
	padding: 0;
}


/* 現在いるとき */
ul#sitemap li.stay {
	background-color: #EEEEEE;
}

ul#sitemap li a {
	display: block;
	padding: 4px 10px 3px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
	margin: 0px;
}

ul#sitemap li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

ul#sitemap li a span.headlineDat {
	color: #999;
	font-size: 70%;
}

ul#sitemap li a span.headlineCategory {
	margin: 0 3px;
	padding: 3px;
	background: #9C9;
	color: #FFFFFF;
	font-size: 10px;
}










/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
.entry-style,
.entryFormLiteEditor {
}
.entry-style .entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
  background: #666;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.entry-style .entry-btn-default:hover, .entry-style .entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
  color: #FFF;
  text-decoration: none;
}
.entry-style .entry-btn-default:focus, .entry-style .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-style .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
  color: #FFF;
  background-color: #444;
  background-image: linear-gradient(to bottom, #666, #444);
}
.entry-style .entry-btn-default:active, .entry-style .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
  background: #444;
}
.entry-style .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #C41134;
  color: #FFF;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
}
.entry-style .entry-btn-attention:hover, .entry-style .entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
  color: #FFF;
  text-decoration: none;
}
.entry-style .entry-btn-attention:focus, .entry-style .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
  color: #FFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-style .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #C41134, #910021);
}
.entry-style .entry-btn-attention:active, .entry-style .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
  background: #910021;
}
.entry-style .entry-btn-icon-before,
.entryFormLiteEditor .entry-btn-icon-before {
  margin: 0 10px 0 0;
}
.entry-style .entry-btn-icon-after,
.entryFormLiteEditor .entry-btn-icon-after {
  margin: 0 0 0 10px;
}



/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px;
}

.field-table-inner {
  width: 100%;
}
.field-table-inner th,
.field-table-inner td {
  border: 0;
}


/* ------------------------------
　　メインカラム
------------------------------ */
.main:before, .main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}

.main-inner {
  width: 100%;
  max-width: 820px;
}
.main-inner.is-space-left {
  float: right;
}
.main-inner.is-space-right {
  float: left;
}
.main-inner.is-space-center {
  margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
  margin-top: 0;
  font-size: 18px;
}
@media print {
  .side-title {
    font-size: 18px;
  }
}


/* ------------------------------
　　お問い合わせ
------------------------------ */
/* ステップ
------------------------------ */
.form-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 25px 0;
	padding: 0;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.form-step-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 14px 0 10px;
	color: #2E50AC;
	font-weight: bold;
	list-style: none;
	font-size: 16px;
}
.form-step-item::before {
	content: counter(mailStep);
	/* カウンターの設定 */
	counter-increment: mailStep;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 0 10px 0;
	color: #2E50AC;
	line-height: 1.7;
	background: #EAF6FF;
	border-radius: 50%;
}
.form-step-item.is-current::before {
	color: #FFF;
	background: #2E50AC;
}
.form-step-item:not(:last-child) {
	margin: 0 20px 0 0;
}

@media screen and (min-width: 768px) {
	.form-step-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 18px 0 14px;
		font-size: 22px;
	}
	.form-step-item::before {
		width: 38px;
		height: 38px;
		margin: 0 10px 0 0;
		font-size: 24px;
	}
	.form-step-item:not(:last-child) {
		margin: 0 30px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.form-step {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* フォームレイアウト
------------------------------ */
.form-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-group-list.is-confirm {
	padding: 0 10px;
}

.form-group-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}

.form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

.form-label {
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.form-control {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.7;
}

.form-button-group .button {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.form-label {
		vertical-align: top;
	}
}

.form-button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0 0;
}

@media screen and (min-width: 480px) {
	.form-button-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
		margin: 40px 0 0 0;
	}
	.form-button:not(:last-child) {
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 479px) {
	.form-button {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.form-button .button {
		width: 100%;
	}
	.form-button-return {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}


/* フォーム要素
------------------------------ */
.form-group select[required]:required {
	border: 1px solid #C92D2D;
}

.form-group select.focused:invalid {
	border: 1px solid #C92D2D;
}

.form-group select[required]:valid {
	border: 1px solid #DDD;
}

.form-group input[required]:required,
.form-group textarea[required]:required {
	background: #F8F8F8;
}

.form-group input.focused:invalid,
.form-group input.invalid,
.form-group textarea.focused:invalid,
.form-group textarea.invalid {
	background: #F8F8F8;
	-webkit-box-shadow: 0 0 0 2px rgba(201, 45, 45, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
	        box-shadow: 0 0 0 2px rgba(201, 45, 45, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
	border-color: #C92D2D;
}

.form-group input[required]:valid,
.form-group textarea[required]:valid {
	background: #F8F8F8;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="datetime"],
.form-group input[type="datetime-local"],
.form-group input[type="date"],
.form-group input[type="month"],
.form-group input[type="time"],
.form-group input[type="week"],
.form-group input[type="number"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="search"],
.form-group input[type="tel"] {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 9px 15px;
	line-height: 1.5;
}

.form-group textarea {
	font-size: 16px;
	padding: 9px  15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.form-group select {
	background-color: #F8F8F8;
	min-height: 44px;
	padding: 9px  44px 9px 15px;
	font-size: 16px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.form-group input[type="text"],
	.form-group input[type="password"],
	.form-group input[type="datetime"],
	.form-group input[type="datetime-local"],
	.form-group input[type="date"],
	.form-group input[type="month"],
	.form-group input[type="time"],
	.form-group input[type="week"],
	.form-group input[type="number"],
	.form-group input[type="email"],
	.form-group input[type="url"],
	.form-group input[type="search"],
	.form-group input[type="tel"] {
		padding: 9px  15px;
	}
	.form-group textarea {
		padding: 9px 15px;
	}
}

.form-checkbox-only {
	display: block;
	margin: 0;
	padding: 12px 15px 10px;
	background: #F4F4F4;
	border-radius: 3px;
}
.form-checkbox-only a {
	display: inline-block !important;
}

.form-checkbox-only:hover {
	background: #EBEBEB;
}

.form-checkbox-only-label {
	vertical-align: middle;
}

/* 検索フォーム
------------------------------ */
.form-search .form-search-action {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.form-search .form-search-action .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.form-search input.form-search-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	height: 48px;
	padding: 10px;
	font-size: 16px;
	background: #F8F8F8;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #DDD;
	-webkit-transition: background-color .25s ease;
	        transition: background-color .25s ease;
	-webkit-appearance: none;
}
.form-search input.form-search-input:hover {
	background: #FFF;
	border-color: #CCC;
}
.form-search input.form-search-input:focus {
	background: #FFF;
	border-color: #137AF3;
	outline: none;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
	        box-shadow: 0 0 0 2px rgba(19, 122, 243, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
}

.form-search .form-search-side-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
}

.form-search .form-search-button {
	padding: 12px 15px;
}

@media screen and (min-width: 768px) {
	.form-search input.form-search-input {
		height: 60px;
		padding: 15px 20px;
		font-size: 22px;
	}
	.form-search .form-search-button {
		width: 100px;
	}
}

/* ヘルパーテキスト
------------------------------ */
.form-helper-text {
	margin: 10px 0;
	font-size: 14px;
	color: #777;
}

/* バリデーター
------------------------------ */
.form-group .valid-mark {
	display: none;
}

.form-group .valid-mark.valid {
	display: inline;
	float: right;
	color: #5CB85C;
}

.form-group .invalid {
	border-color: #C92D2D;
}

.form-error-text {
	color: #C92D2D;
}

.transaction-notice-,
.v-result-,
.v-result-1,
.validator-result-,
.validator-result-1 {
	display: none;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}


/* メッセージ
------------------------------ */
.form-message {
  margin: 0 0 3rem;
}

.form-message-back {
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .form-message {
    margin: 0 0 4rem;
  }
}

/* ラベル
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 11px;
	border-radius: 3px;
	background: #C41134;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
		margin: 0 10px;
	}
}



/* ------------------------------
　　フォーム
------------------------------ */
.contact-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
 border: 1px solid #E0E0E0;
}

.contact-form-group {
	background: #F5F5F5;
}

.contact-form-label {
	display: block;
	text-align: left;
	margin: 0;
	padding: 10px 10px 0 10px;
 background: #F0F0ED;
 border-right: 1px solid #fff;
}

.contact-form-control {
	display: block;
	padding: 10px;
 background: #F6F6F6;
	border-bottom: 1px solid #FFF;
}

	.contact-form-control-tr {
		margin: 10;
		display: block;
	}
	
	.contact-form-control-th {
	color: #993333;
		background: #F5F5F5;
		margin: 10;
	}

	.contact-form-control-td {
		margin: 10;
		padding: 10px 5px;
		display: block;
	}
	

.contact-form-label {
	font-weight: bold;
}

.contact-form-grid {
	margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.contact-form {
		display: table;
		width: 100%;
	}
	.contact-form-group {
		display: table-row;
	}
	.contact-form-label,
	.contact-form-control {
		display: table-cell;
	}
	.contact-form-label {
		width: 33.33333%;
		padding: 25px 15px 15px 15px;
		vertical-align: top;
		border-bottom: 1px solid #FFF;
	}
	.contact-form-control {
		width: 66.66667%;
		padding: 15px;
	}
	.contact-form-col {
		margin: 0;
	}
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
	margin: 0 0 35px 0;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}

@media screen and (min-width: 768px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
	}
}



/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
	font-size: 16px;
	padding: 14px 5px 10px 5px;
}

.contact-box textarea {
	font-size: 16px;
	padding: 5px 5px 4px;
}

.contact-box select {
	font-size: 16px;
	padding: 11px 30px 11px 10px;
	vertical-align: top;
}


/* お問い合わせの見出し */
.heading-title {
margin: 50px 0px 20px;
padding: 10px 15px 10px 15px;
font-size: 22px;
font-weight: bold;
color: #346;
border-radius: 3px;
border: 1px solid #C8D0E2;
background-color: #EFF0F6;
}

@media screen and (max-width: 680px) {
.heading-title {
margin: 20px 0px 10px;
padding: 9px;
font-size: 19px;
}
}

.contact-box p.message {
	margin: 0 0 35px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #C41134;
}

.contact-box p.contact-no {
	margin: 0 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	color: #345;
}
.contact-box p.contact-no a {
	color: inherit;
}

.contact-box .message-group {
  margin: 0 0 35px;
}
.contact-box .message-text {
  color: #C41134;
  font-weight: bold;
}
.contact-box .contact-no {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
@media print {
  .contact-box .contact-no {
    font-size: 30px;
  }
}
.contact-box .contact-no a {
  color: inherit;
}
.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
}

.contact-box p {
font-size: 16px;
line-height: 1.6;
}



/* ------------------------------
　　フッター
------------------------------ */
.footer {
  margin: 4rem 0 0 0;
  border-top: 1px solid #9AA;
		background: #D9E7F2;
}
.cta-visual + .footer, .cta + .footer {
  margin-top: 0;
}

.footer-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3rem 0;
}

.footer-item {
  display: flex;
  box-sizing: border-box;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(env(safe-area-inset-right) + var(--gutter) / 2);
  padding-left: calc(env(safe-area-inset-left) + var(--gutter) / 2);
}
.footer-item.-navigation {
  display: none;
}

.footer-item-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.0rem;
}

.footer-company-catch {
  margin: 0 0 0.5rem;
  color: #333;
}

.footer-company-title {
  margin: 0 0 0.6rem;
  font-size: 1.5625rem;
}

.footer-company-logo {
  margin: 0;
	 width: 300px;
}

@media screen and (min-width: 881px) {
  .footer {
    margin: 20px 0 0 0;
  }
  .cta-visual .footer, .cta .footer {
    margin-top: 0;
  }
  .footer-group {
    flex-direction: row;
  }
  .footer-item.-address {
    width: 32%;
  }
  .footer-item.-navigation {
    display: block;
    width: 68%;
  }
.footer-company-logo {
  margin: 0 0 0 10px;
		width: 80%;
}
}

.footer-address {
  margin-top: auto;
  font-style: normal;
}

.footer-address-name {
  margin: 0 0 5px;
  color: #333;
}

.footer-address-item {
  margin: 0 0 0 30px;
  color: #333;
  font-size: 16px;
}

.footer-address-item a {
  font-size: 21px;
}
/* ナビゲーション */
.footer-item-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-nav {
  margin: 0;
  font-size: 13px;
}

.footer-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-item {
  font-weight: 400;
  font-size: 15px;
}
.footer-nav-item .footer-nav-item {
  position: relative;
  margin: 0 0 0 15px;
  font-weight: normal;
  font-size: 14px;
}
.footer-nav-item .footer-nav-item::before {
  position: absolute;
  top: 6px;
  left: -15px;
  display: inline-block;
  border: 0.2rem solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.3);
  content: "";
}

.footer-nav-link {
  display: inline-block;
  margin: 0 0 12px;
  color: #333;
  text-decoration: none;
}
.footer-nav-link:hover {
  text-decoration: underline;
}
.footer-nav-item .footer-nav-item .footer-nav-link {
  margin: 0 0 10px;
  color: #333;
}
.footer-nav-item .footer-nav-item .footer-nav-link:hover {
  color: #333;
}
.footer-nav-link + .footer-nav-group {
  margin-top: -5px;
}

/* サブ項目 */
.footer-nav-side {
  display: flex;
  margin-top: auto;
  border-top: 1px solid var(--color-primary-light);
}

/* インラインナビゲーション */
.footer-nav-inline {
  display: flex;
}

.footer-nav-inline-group {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav-inline-item {
  margin: 10px 20px;
}
.footer-nav-inline-item:first-child {
  margin-left: 0;
}
.footer-nav-inline-item:last-child {
  margin-right: 0;
}

.footer-nav-inline-link {
  color: var(--color-white);
}
.footer-nav-inline-link:-moz-any-link {
  color: var(--color-white);
}
.footer-nav-inline-link:any-link {
  color: var(--color-white);
}
.footer-nav-inline-link:active, .footer-nav-inline-link:focus {
  text-decoration: underline;
}
@media (hover: hover) {
  .footer-nav-inline-link:hover {
    opacity: 0.7;
  }
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid var(--color-gray30);
}

/* コピーライト */
.footer-copyright-text {
  margin: 0 0 7px;
  font-weight: 300;
  font-size: 13px;
}

/* SNS */
.footer-bottom-sns {
  display: none;
}

.footer-sns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 7px 0 0 auto;
}

.footer-sns-group {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sns-item {
  margin: 0 6px;
}
.footer-sns-item:first-child {
  margin-left: 0;
}
.footer-sns-item:last-child {
  margin-right: 0;
}

.footer-sns-link {
  display: inline-block;
  padding: 7px;
  vertical-align: top;
}

@media screen and (min-width: 48rem) {
  .footer-bottom-inner {
    display: flex;
    align-items: center;
  }
  .footer-copyright-text {
    margin: 0;
  }
  .footer-bottom-sns {
    display: block;
    margin-left: auto;
  }
  .footer-sns {
    display: none;
  }
}



/* ページの上に戻るボタン */
.page-top a:focus {
  display: block;
  border: 1px dotted #FFF;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAllBMVEUAAADx8fH09PQAAAD09PT09PTw8PDz8/P09PT09PT19fXz8/P19fX09PT19fX19fX09PT09PT19fXz8/P09PT19fX19ekzMzPp9fUzM21aMzNDdanC5fW02e1PMzMzM0/15cepdUPx2bRtMzORdU/t3cwzQ5jt2bSYTzPM2e3C5fFPdZEzdakzM2T17e3x9fX19fHt7fUOmBhvAAAAFXRSTlMAOEQBv+4ig+fZrW38pfOZwpDDmvIULFodAAABJElEQVR4XpXV15KDMAwFUJluQgug1O29l///uS2a3YngEuz7fIaRbCPRIKFJy8hWvY3K1IR0LEGd8UGyOpikpuFRGgNpkjNMnoAKYp5IPKplUfBkioW2Sz6apfouz+Tg20Exh4v/upOYZxMnJMnZIblYw06R22ndcPvbHTsmIKLOFddEYQbA7SPAWQjbu9qdn8IWU2DP1mukUyqhhbqkCFmsI7LIYm2pQhbrinpkse51Gfc7Uc83SFvV4OpBzH6zuhR9t1ENqqO7uBbLLHr7pI8uZa3Fit6eDC7F8EC/fFvRr9qyGT2kt/c/8PE5ekhUs2Nq38dPjZttvH5Yn1HgNWR8xpfPYPQZuZ7D3H9N+C8giQEjsjU0laDTS7MLNMDruILr+Avko32SUqNo0QAAAABJRU5ErkJggg==) no-repeat center;
  transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.page-top-btn-appear {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .page-top-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-top-btn:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}
/* フッター内各SNSアカウントのリンク集 */
.sns-list {
  margin: 0 -5px 30px 15px;
  padding: 0;
  list-style: none;
}

.sns-list-item {
  float: left;
  margin: 0 5px;
}
.sns-list-item a:hover, .sns-list-item a:visited, .sns-list-item a:active, .sns-list-item a:focus {
  text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  background: #1877f2;
  border-radius: 4px;
  font-size: 19px;
}
@media print {
  .sns-list-item .sns-list-facebook {
    font-size: 19px;
  }
}
.sns-list-item .sns-list-facebook::before {
  vertical-align: middle;
}
.sns-list-item .sns-list-twitter {
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  background: #000;
  border-radius: 4px;
  font-size: 19px;
}
@media print {
  .sns-list-item .sns-list-twitter {
    font-size: 19px;
  }
}
.sns-list-item .sns-list-twitter::before {
  vertical-align: middle;
}
.sns-list-item .sns-list-youtube {
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  background: #CD201F;
  border-radius: 4px;
  font-size: 19px;
}
@media print {
  .sns-list-item .sns-list-youtube {
    font-size: 19px;
  }
}
.sns-list-item .sns-list-youtube::before {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .sns-list {
    float: right;
    margin: 0 -10px;
  }
  .sns-list-item {
    margin: 10px;
  }
  .sns-list-item a:hover {
    opacity: 0.8;
    transition: opacity 0.25s linear;
  }
}

