@charset "UTF-8";

/* ====================================================
Font
==================================================== */

@font-face {
  font-family: 'Helvetica-CondensedBold';
  src: url("/fonts/Helvetica-CondensedBold.svg#Helvetica-CondensedBold") format("svg"), url("/fonts/Helvetica-CondensedBold.ttf") format("truetype"), url("/fonts/Helvetica-CondensedBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------
　　ベース
------------------------------ */
html {
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", Helvetica Neue, Arial, "Meiryo", YuGothic, Yu Gothic, "Roboto Condensed", sans-serif;
	font-weight: normal;
	background: #FFF;
	font-size: 16px;
}

/* IE表示用のCSS　*/
_:lang(x)::-ms-backdrop,
body {
	font-family: Meiryo, sans-serif;
}

/* リンクの設定 */
a {
	color: #0061D1;
	text-decoration: none;
	border: none;
	  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a:visited {
	color: #0061D1;
	text-decoration: none;
}

a:active {
	color: #0061D1;
	text-decoration: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}

/* コンテナー */
.acms-container {
	max-width: 1180px;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
	padding: 0;
}

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

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

.sticky-contents {
	position: fixed;
	bottom: 0;
	padding: 15px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 9000;
	opacity: 0;
	-webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	        transform: translateY(40px);
	-webkit-transition: opacity .3s, -webkit-transform .2s;
	        transition: opacity .3s, -webkit-transform .2s;
	        transition: opacity .3s, transform .2s;
	        transition: opacity .3s, transform .2s, -webkit-transform .2s;
}
.sticky-contents.is-centered {
	text-align: center;
}
.sticky-contents.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

@-webkit-keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes modal-video-inner {
	from {
		-webkit-transform: translate(0, 100px);
		        transform: translate(0, 100px);
	}
	to {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes modal-video-inner {
	from {
		-webkit-transform: translate(0, 100px);
		        transform: translate(0, 100px);
	}
	to {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-name: modal-video;
	        animation-name: modal-video;
	-webkit-transition: opacity .3s ease-out;
	        transition: opacity .3s ease-out;
}

.modal-video-close {
	opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	    -ms-transform: translate(0, 100px);
	        transform: translate(0, 100px);
}

.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-name: modal-video-inner;
	        animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	        transition: -webkit-transform .3s ease-out;
	        transition:         transform .3s ease-out;
	        transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
}
.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #FFF;
	border-radius: 5px;
	margin-top: -6px;
}
/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		        transform: translate(0, 20px);
	}
	40% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
		opacity: 1;
	}
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		        transform: translate(0, 20px);
	}
	40% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
		opacity: 1;
	}
}

.js .js-animation .section-heading,
.js .js-animation .entry-heading-center {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	    -ms-transform: translate(0, 20px);
	        transform: translate(0, 20px);
	-webkit-transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
	        transition: opacity .2s ease-out, -webkit-transform .4s ease-out;
	        transition: opacity .2s ease-out, transform .4s ease-out;
	        transition: opacity .2s ease-out, transform .4s ease-out, -webkit-transform .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 {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	    -ms-transform: translate(0, 20px);
	        transform: translate(0, 20px);
	-webkit-transition: opacity .2s ease-out .4s, -webkit-transform .4s ease-out .4s;
	        transition: opacity .2s ease-out .4s, -webkit-transform .4s ease-out .4s;
	        transition: opacity .2s ease-out .4s, transform .4s ease-out .4s;
	        transition: opacity .2s ease-out .4s, transform .4s ease-out .4s, -webkit-transform .4s ease-out .4s;
}

.js .js-animation .main-slider-text-wrap {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	    -ms-transform: translate(0, 20px);
	        transform: translate(0, 20px);
	-webkit-transition: opacity .2s ease-out .6s, -webkit-transform .4s ease-out .6s;
	        transition: opacity .2s ease-out .6s, -webkit-transform .4s ease-out .6s;
	        transition: opacity .2s ease-out .6s, transform .4s ease-out .6s;
	        transition: opacity .2s ease-out .6s, transform .4s ease-out .6s, -webkit-transform .4s ease-out .6s;
}

.js-animation.is-show .section-heading,
.js-animation.is-show .entry-heading-center {
	opacity: 1;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}

.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 {
	opacity: 1;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}

.js-animation.is-show .main-slider-text-wrap {
	opacity: 1;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}

/* ------------------------------
　　バッジ
------------------------------ */
.badge {
	padding: 3px 10px;
	color: #2E50AC;
	background: #EAF6FF;
	border-radius: 3px;
}
.badge.is-important {
	color: #FFF;
	background: #2E50AC;
}
.badge.is-inverse {
	background: #FFF;
	border: 1px solid #2E50AC;
}

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

.banner-item {
	margin: 0 0 10px 0;
}

.banner-img-center {
	margin: 0 auto;
}


/* ------------------------------
　　ボタン　その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;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover {
	color: #FFF;
	background-color: #444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#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;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention:hover {
	color: #FFF;
	background-color: #910021;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#910021));
	background-image: linear-gradient(to bottom, #C41134, #910021);
}
.btn-attention:active,
.btn-attention:focus {
	background: #910021;
}

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

/* ボタンサイズ大 色付き */
.btn-attention-large {
	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;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color .25s linear;
	        transition: background-color .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;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-large:hover {
	background: #910021;
}
.btn-attention-large:active,
.btn-attention-large:focus {
	background: #910021;
}

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

/* デスクトップ：最大640pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #C41134;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color .25s linear;
	        transition: background-color .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;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.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: 640px;
		margin: 10px auto 20px;
	}
	.btn-attention-block-large {
		max-width: 640px;
	}
}

.btn-search-block {
	width: 100%;
	max-width: 165px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.btn-search-block {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 10px 20px;
		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;
}
.btn-border [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}
.btn-border:hover {
	text-decoration: none;
}

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



/* ------------------------------
　　ボタン　その２
------------------------------ */
.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  background: var(--color-primary);
  border: 0;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 18px;
}
@media print {
  .button {
    font-size: 18px;
  }
}
.button:hover, .button:visited, .button:active, .button:focus {
  color: var(--color-white);
  text-decoration: none;
}
.button:hover {
  background: var(--color-primary-hover);
}

.button.is-lg {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 30px;
}
.button.is-block {
  width: 100%;
}
.button.is-xl {
  width: 280px;
  max-width: 100%;
}
.button.is-width-lg {
  width: 280px;
  max-width: 100%;
}
.button.is-shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.button.is-shadow-light {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.button.is-inverse {
	color: #0E5B6B;
	background: #FFF;
}
.button.is-bordered {
color: var(--color-gray100);
 background: transparent;
	border: 1px solid #DDD;
}
.button.is-bordered:hover {
  background: var(--color-gray20);
}

.button.is-rounded {
	border-radius: 8em;
}
@media screen and (min-width: 768px) {
.button.is-lg {
	padding: 12px 25px;
	width: 420px;
	font-size: 21px;
}
	.button.is-xl {
		padding: 12px 25px;
		min-width: 420px;
		font-size: 24px;
	}
}



/* ------------------------------
　　カード
------------------------------ */
.card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.card-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}

.card-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	color: #333;
}
.card-link:visited {
	color: #333;
}
.card-link:hover,
.card-link:active,
.card-link:focus {
	text-decoration: none;
	color: #333;
}
.card-link:hover .card-img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.card-link:hover .card-read-more::before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.card-img-wrap {
	position: relative;
	margin: 0 0 20px 0;
	overflow: hidden;
	border-radius: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 1;
}

.card-img {
	-webkit-transition: .4s .2s ease-out;
	        transition: .4s .2s ease-out;
	will-change: transform;
}
.js .js-animation-row .card-img {
	opacity: 0;
	will-change: opacity;
}
.js .js-animation-row.is-show .card-img {
	opacity: 1;
}

.card-title,
.entry-column .card-title {
	margin: 0 0 15px 0;
	line-height: 1.3;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.js .js-animation-row .card-title,
.js .js-animation-row
  .entry-column .card-title {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation-row.is-show .card-title,
.js .js-animation-row.is-show
  .entry-column .card-title {
	-webkit-animation: fade-in .2s .7s 1 both;
	        animation: fade-in .2s .7s 1 both;
}

.card-time {
	display: inline-block;
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #777;
}

.card-badge-news {
	font-size: 12px;
	margin: 0 0 0 10px;
	font-weight: bold;
	line-height: 1;
}

.card-text,
.entry-column .card-text {
	margin: 0 0 25px 0;
	line-height: 1.7;
	font-size: 14px;
}
.js .js-animation-row .card-text,
.js .js-animation-row
  .entry-column .card-text {
	opacity: 0;
}
.js .js-animation-row.is-show .card-text,
.js .js-animation-row.is-show
  .entry-column .card-text {
	-webkit-animation: fade-in .2s 1s 1 both;
	        animation: fade-in .2s 1s 1 both;
}

.card-read-more,
.entry-column .card-read-more {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.card-read-more::before,
.entry-column .card-read-more::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #0E5B6B;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease;
	        transition: -webkit-transform .3s ease;
	        transition:         transform .3s ease;
	        transition:         transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}
.card-read-more::after,
.entry-column .card-read-more::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	background: #0E5B6B no-repeat;
	background-image: url(images/arrow-border-white.svg);
	background-position: center;
	background-size: 5px 10px;
	border-radius: 100%;
}
.js .js-animation-row .card-read-more,
.js .js-animation-row
  .entry-column .card-read-more {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation-row.is-show .card-read-more,
.js .js-animation-row.is-show
  .entry-column .card-read-more {
	-webkit-animation: fade-in .2s 1.2s 1 both;
	        animation: fade-in .2s 1.2s 1 both;
}

.card-footer {
	margin-top: auto;
	padding: 10px 0;
	border-top: 1px solid #EBEBEB;
}

.card-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	font-size: 16px;
}

.card-author-img {
	margin: 0 10px 0 0;
	border-radius: 100%;
}

.card {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}





@media screen and (min-width: 768px) {
	.card-img-wrap {
		margin: 0 0 35px 0;
	}
	.card-title {
		margin: 0 0 20px 0;
		font-size: 21px;
	}
	.card-text {
		margin: 0 0 35px 0;
		font-size: 16px;
	}
	.card-read-more,
	.entry-column .card-read-more {
		font-size: 16px;
	}
	.card-read-more::before,
	.entry-column .card-read-more::before {
		bottom: -10px;
	}
}

/* ボーダー付きカード */
.card-bordered-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.card-bordered-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}

.card-bordered {
	border: 1px solid #DDD;
}

.card-bordered-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	color: #333;
}
.card-bordered-link:visited {
	color: #333;
}
.card-bordered-link:hover,
.card-bordered-link:active,
.card-bordered-link:focus {
	text-decoration: none;
	color: #333;
}

.card-bordered-link:hover .card-bordered-img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.card-bordered-link:hover .card-bordered-read-more::before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.card-bordered-img-wrap {
	margin: 0;
	overflow: hidden;
}

.card-bordered-img {
	-webkit-transition: .4s .2s ease-out;
	        transition: .4s .2s ease-out;
	will-change: transform;
}
.js .js-animation-row .card-bordered-img {
	opacity: 0;
}
.js .js-animation-row.is-show .card-bordered-img {
	opacity: 1;
}

.card-bordered-title,
.entry-column .card-bordered-title {
	margin: 0 0 15px 0;
	line-height: 1.3;
	color: #0E5B6B;
	font-size: 18px;
}

.card-bordered-read-more,
.entry-column .card-bordered-read-more {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.card-bordered-read-more::before,
.entry-column .card-bordered-read-more::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #0E5B6B;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease;
	        transition: -webkit-transform .3s ease;
	        transition:         transform .3s ease;
	        transition:         transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}
.card-bordered-read-more::after,
.entry-column .card-bordered-read-more::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	background: #0E5B6B no-repeat;
	background-image: url(images/arrow-border-white.svg?v=20201224210109);
	background-position: center;
	background-size: 5px 10px;
	border-radius: 100%;
}
.js .js-animation-row .card-bordered-read-more,
.js .js-animation-row
  .entry-column .card-bordered-read-more {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation-row.is-show .card-bordered-read-more,
.js .js-animation-row.is-show
  .entry-column .card-bordered-read-more {
	-webkit-animation: fade-in .2s 1.2s 1 both;
	        animation: fade-in .2s 1.2s 1 both;
}

.card-bordered-text-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}
.card-bordered-text-inline .card-bordered-title,
.card-bordered-text-inline .entry-column .card-bordered-title,
.card-bordered-text-inline .card-bordered-text,
.card-bordered-text-inline .card-bordered-read-more {
	margin: 0;
}
.card-bordered-text-inline .card-bordered-read-more {
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.card-bordered-text-inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 30px;
	}
	.card-bordered-title {
		margin: 0 0 20px 0;
		font-size: 22px;
	}
	.card-bordered-text {
		margin: 0 0 35px 0;
		font-size: 16px;
	}
	.card-bordered-read-more,
	.entry-column .card-bordered-read-more {
		font-size: 18px;
	}
	.card-bordered-read-more::before,
	.entry-column .card-bordered-read-more::before {
		bottom: -10px;
	}
}

/* ------------------------------
　　CTA（コール・トゥ・アクション）
------------------------------ */
/* シンプルなCTA */
.cta {
	margin: -10px 0px 0px;
	padding: 10px 0;
	text-align: center;
	background: #E2EEF4;
}
.cta.is-bg {
	background: #D2E5EF;
	margin: 0;
	padding: 25px 0;
}

.cta-title {
	color: #0E5B6B;
	font-size: 18px;
	line-height: 1.3;
}

.cta-button-wrap {
	font-weight: bold;
}
.js .js-animation .cta-button-wrap {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation.is-show .cta-button-wrap {
	-webkit-animation: fade-in .4s .5s 1 both;
	        animation: fade-in .4s .5s 1 both;
}

.cta-link-wrap {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}

.cta-link {
	color: #2E50AC;
}
.cta-link:before {
	content: "";
	display: inline-block;
	margin: 0 15px 0 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: #2E50AC no-repeat;
	background-image: url(images/arrow-border-white.svg);
	background-position: center;
	background-size: 5px 10px;
	border-radius: 100%;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.cta-link:visited {
	color: #2E50AC;
}
.cta-link:hover,
.cta-link:active,
.cta-link:focus {
	color: #6987D7;
}
.js .js-animation .cta-link {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation.is-show .cta-link {
	-webkit-animation: fade-in .4s .5s 1 both;
	        animation: fade-in .4s .5s 1 both;
}

.cta-micro-copy {
	margin: 15px 0 20px 0;
}

@media screen and (min-width: 768px) {
	.cta {
		margin: -10px 0px 0px;
		padding: 10px 0;
	}
	.cta.is-bg {
		padding: 50px 0;
	}
	.cta-title {
		font-size: 30px;
	}
	.cta-button {
		font-size: 24px;
	}
	.cta-link-wrap {
		margin: 30px 0;
		font-size: 21px;
	}
	.cta-link:before {
		margin: 0 25px 0 0;
		width: 24px;
		height: 24px;
	}
	.cta-micro-copy {
		margin: 25px 0 20px 0;
	}
}

/* 背景画像付きのCTA */
.cta-visual {
position: relative;
padding: 30px 0 20px;
color: #FFF;
text-align: center;
background: no-repeat center;
background-size: cover;
}
.cta-visual.is-cta-margin-top {
	margin-top: 60px;
}
.cta-visual.is-lg {
	padding: 30px 0 20px;
}
.cta-visual:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(7,19,56,0.20);
}

.cta-visual-comment {
position: relative;
display: inline-block;
margin: 0 0 5px 0;
padding: 6px 20px;
background: #FFF;
border-radius: 8em;
color: #2E50AC;
font-weight: bold;
font-size: 18px;
}
.cta-visual-comment:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: #FFF;
}

.cta-visual-title {
	position: relative;
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 2px 2px 2px #123,  -2px 2px 2px #123,  2px -2px 2px #123,  -2px -2px 2px #123;
	line-height: 1.5;
}

.cta-visual-text {
	position: relative;
	margin: 0 0 25px 0;
	font-size: 15px;
	line-height: 1.5;
}

.cta-visual-read-more {
	position: relative;
}
.js .js-animation .cta-visual-read-more {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation.is-show .cta-visual-read-more {
	-webkit-animation: fade-in .4s .5s 1 both;
	        animation: fade-in .4s .5s 1 both;
}

@media screen and (min-width: 768px) {
	.cta-visual {
		padding: 50px 0 20px;
	}
	.cta-visual.is-cta-margin-top {
		margin-top: 100px;
	}
	.cta-visual.is-lg {
		padding: 80px 0 80px;
	}
	.cta-visual-title {
		margin: 10px 0 10px 0;
		font-size: 28px;
	}
	.cta-visual-text {
		margin: 0 0 40px 0;
		font-size: 18px;
	}
	.cta-visual-comment {
padding: 10px 20px;
font-size: 21px;
margin: 0 0 10px 0;
	}
}


/* ====================================================
TOPページの　活動報告
==================================================== */

.news-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 10px;
}
.news-item .item {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-item .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-item .item:last-child {
    margin-bottom: 0;
  }
}


.news-item__box {
  display: block;
  background: white;
  color: #333 !important;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 12px;
		border-radius: 8px;
}

.news-item__box a:hover,
.news-item__box a:visited,
.news-item__box a:active,
.news-item__boxa:focus {
	text-decoration: none;
}

.news-item__box-img {
  display: block;
		padding: 10px 3px 5px 0px;
  width: 36%;
}
.news-item__box-txt {
  width: 64%;
   font-size: 15px;
  line-height: 1.7;
  padding: 10px 3px 30px 10px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .news-item__box-txt {
    font-size: 13px;
    padding: -10px 0px 5px 10px;
  }
}
.news-item__box-txt .ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.333;
  border-bottom: 1px dotted #999;
  padding: 0 0 5px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .news-item__box-txt .ttl { font-size: 16px;
  }
}
.news-item__box-txt .view-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-item__box-txt p {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
.news-item__box-heading {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   font-size: 13px;
  line-height: 1;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .news-item__box-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
  }
}
.news-item__box-heading span {
  display: block;
}
.news-item__box-heading .status {
  width: 100px;
		font-size: 10px;
		line-height: 1.0;
		font-weight: 500;
  text-align: center;
  color: white;
  border-radius: 4px;
  padding: 5px 5px;
}

@media screen and (max-width: 767px) {
  .news-item__box-heading .status {
    width: 70px;
  }
}
@media screen and (max-width: 374px) {
  .news-item__box-heading .status {
    width: 60px;
  }
}



/* お知らせページサマリー属性アイコンの色変化　*/

.news-item__box-heading span {
		display: inline-block;
		}

.news-item__box-heading span.reports {
		border-radius: 3px;
		background: #7766CC !important;
}

.news-item__box-heading span.news {
		border-radius: 3px;
		background: #39C;
}

@media screen and (max-width: 767px) {
.news-item__box-headingt span {
    font-size: 11px;
    min-width: 80px;
    padding: 4px 4px;
  }
}

/* ここまで　*/

.view-more {
  display: inline-block;
  position: relative;
  color: #666 !important; font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0px 20px 10px 0;
}
.view-more:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url("images/arrow-right-04.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline {
	list-style: none;
	margin: 0;
	padding: 0;
}
.js .headline.js-animation-row {
	opacity: 0;
	will-change: transform,opacity;
}
.js .headline.js-animation-row.is-show {
	-webkit-animation: fade-in .2s .3s 1 both;
	        animation: fade-in .2s .3s 1 both;
}

.headline-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin: 0 0 10px 0;
	line-height: 1.5;
	background: #F3F7F9;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 8px;
}

.headline-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 10px 10px;
	color: #333;
}
.headline-link:hover,
.headline-link:visited,
.headline-link:active,
.headline-link:focus {
	color: #333;
	text-decoration: none;
}
.headline-link:hover {
	background: #FFF;
}

.headline-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 5px 0;
}

.headline-badge {
	display: inline-block;
	margin: 0 5px;
	padding: 1px 10px;
	text-align: center;
	font-size: 11px;
}

.headline-date {
	color: #777;
	font-size: 14px;
}

.headline-text {
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	background: url(images/arrow-border-primary.svg?v=20201224210109) no-repeat;
	background-size: 7px 15px;
	background-position: center right;
}

.headline-badge-news {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	vertical-align: text-top;
	line-height: 1;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.headline-info {
		margin: 0 0 5px 0;
	}
	.headline-badge {
		margin: 0 15px;
	}
	.headline-text {
		font-size: 18px;
	}
}


/* ------------------------------
 ラベル
------------------------------- */
.acms-label {
	display: inline-block;
	padding: 2px 5px;
	color: #333;
	line-height: 1.3;
	vertical-align: middle;
	background-color: #CACACA;
	border-radius: 3px;
	font-size: 10px;
}
a.acms-label:link,
a.acms-label:visited,
a.acms-label:active,
a.acms-label:focus {
	color: #333;
}
a.acms-label:hover {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

/* ■ TOPページラベル属性アイコンの色変化　*/

.headline span.news {
	display: inline-block;
	padding: 2px 5px;
	color: #FFF;
	line-height: 1.2;
	vertical-align: middle;
	background-color: #39C;
	border-radius: 3px;
	font-size: 10px;
}

.headline span.blog {
	display: inline-block;
	padding: 2px 5px;
	color: #FFF;
	line-height: 1.2;
	vertical-align: middle;
	background-color: #61A23B;
	border-radius: 3px;
	font-size: 10px;
}

.headline span.information {
	display: inline-block;
	padding: 2px 5px;
	color: #FFF;
	line-height: 1.2;
	vertical-align: middle;
	background-color: #8B9DA6;
	border-radius: 3px;
	font-size: 10px;
}

/* ------------------------------
　　ページ上部のインフォーメーション
------------------------------ */
.info-bar {
	color: #FFF;
	background: #666;
}

.info-bar-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-bar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
}

.info-bar-message {
	padding: 0 15px;
}

.info-bar-link-wrap {
	margin-left: auto;
}

.info-bar-link {
	color: #FFF;
	padding: 5px 0;
}
.info-bar-link:link,
.info-bar-link:visited,
.info-bar-link:hover,
.info-bar-link:active,
.info-bar-link:focus {
	color: #FFF;
}
.info-bar-link:hover {
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.info-bar-link-icon {
	margin: 0 10px 0 0;
}

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

/* 検索結果 */
.list-results-wrap {
	margin: 15px 0 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

.list-results-heading {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #E5E5E5;
}

.list-results {
	position: relative;
	margin: 0;
}

.list-results-item {
	position: absolute;
	width: 100px;
}

.list-results-detail {
	margin: 0;
	padding: 0 0 0 100px;
	font-weight: bold;
}


/* ------------------------------
　　サイドリスト
------------------------------ */

.side-section {
padding: 10px 8px 10px;
margin: 50px 0px 50px 0px;
border: 1px solid #EDEDED;
border-radius: 6px;
background: #FDFDFD;
overflow: hidden;
list-style: none;
}


.side-heading {
	margin: 0;
	font-size: 21px;
	font-weight: bold;
	text-align: center;	
}
.side-heading [class*="acms-icon-"] {
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

.side-section .entry-list {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
 }
.side-section .entry-list a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	}

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



/* ------------------------------
 リスト サイドのエントリーリスト
------------------------------- */
.list-group-heading {
	margin-bottom: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 1px solid #999;
}
.list-group-heading a {
	color: inherit;
	text-decoration: none;
}

.list-group {
	margin: 4px 0px;
	padding: 0;
	list-style: none;
}
.list-group-heading + .list-group {
	border-top: 0;
}
.list-group + .list-group {
	margin: 0 0 10px 0;
}

.list-group-item {
	display: block;
	padding: 16px 4px 16px 8px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
}

.list-group-item:hover {
	background: #F6F8FE;
}
.list-group-item:hover,
.list-group-item:visited,
.list-group-item:active,
.list-group-item:focus {
	color: #333;
	text-decoration: none;
}


/* ラベルを内包しているとき */
.list-group-label-parent {
	position: relative;
	padding: 10px 30px 10px 10px;
}

.list-group-label {
	position: absolute;
	top: 10px;
	right: 10px;
}

.list-group-title-link {
	position: relative;
	padding: 16px 4px 16px 12px;
	margin: 0 10px;
	text-decoration: none;
}
.list-group-title-link:hover,
.list-group-title-link:visited,
.list-group-title-link:active,
.list-group-title-link:focus {
	text-decoration: underline;
}

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

/* ------------------------------
　　メインビジュアル
------------------------------ */
.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual-bg {
  width: 100%;
  height: calc(100vh - 300px);
  max-height: 300px;
  background: no-repeat center;
  background-size: cover;
  -webkit-animation: zoom 3s 0.3s 1 both;
          animation: zoom 3s 0.3s 1 both;
  -webkit-animation-duration: ease-out;
          animation-duration: ease-out;
}

.main-visual-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  color: var(--color-white);
  text-align: center;
}
.main-visual-box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}


.main-visual-catch {
  margin: 0 0 10px 0;
  font-size: 19px;
  line-height: 1.4;
		color : #FFF;
		font-family: "Roboto Condensed", Helvetica Neue, Arial, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
		font-weight: 800;
	display : inline-block;
	text-shadow: 1px 1px 5px #222222,  -1px 1px 5px #222222,  1px -1px 5px #222222,  -1px -1px 5px #222222;
  -webkit-animation: fade-in 0.3s 0.8s 1 both;
          animation: fade-in 0.3s 0.8s 1 both;
  will-change: transform, opacity;
}


@media print {
  .main-visual-catch {
    font-size: 21px;
  }
}

.main-visual-catch-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
		color: #ffffff;
		font-weight: 600;
		text-shadow: 1px 1px 3px #222222,  -1px 1px 3px #222222,  1px -1px 3px #222222,  -1px -1px 3px#222222;
  -webkit-animation: fade-in 0.3s 1.3s 1 both;
          animation: fade-in 0.3s 1.3s 1 both;
  will-change: transform, opacity;
}


@media print {
  .main-visual-catch-sub {
    font-size: 14px;
  }
}

.main-visual-scroll {
  position: absolute;
  bottom: 35px;
  margin: 0;
  -webkit-animation: fade-in 0.3s 2.8s 1 both;
          animation: fade-in 0.3s 2.8s 1 both;
  will-change: transform, opacity;
}

.main-visual-scroll-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual-scroll-link:link, .main-visual-scroll-link:visited, .main-visual-scroll-link:active, .main-visual-scroll-link:focus {
  color: currentColor;
}
.main-visual-scroll-link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.main-visual-scroll-link::after {
  display: inline-block;
  width: 9px;
  height: 18px;
  margin: 5px 0 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjcxMSIgaGVpZ2h0PSI3Ljk4NiIgdmlld0JveD0iMCAwIDQuNzExIDcuOTg2Ij4KICA8cGF0aCBpZD0i44OR44K5XzI1OCIgZGF0YS1uYW1lPSLjg5HjgrkgMjU4IiBkPSJNMTY4OC41LDM1NjAuMzgxbDMuNjM5LDMuNC0zLjYzOSwzLjg4MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2ODguMTM1IC0zNTYwLjAxNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
}

@media screen and (min-width: 768px) {
.main-visual-bg {
  height: calc(100vh - 400px);
  max-height: 500px;
}

  .main-visual-box {
    padding: 50px 70px;
  }

  .main-visual-catch {
    font-size: 36px;
  }

  .main-visual-catch-sub {
    font-size: 21px;
  }
}



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

/* タイトル */
.module-header {
	position: relative;
	margin: 0;
	padding: 4px 0;
	color: #357;
	border-bottom: 1px solid #A6BDF1;
}
.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;
	text-align: center;	
}
.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;
}
a.module-index-link [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}

/* カスタムフィールドグループ */
.module-group-list {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

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

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

/* 行揃えの設定 */
/* 見出し */
.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;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	position: relative;
	align-items: center;
	display: table;
	width: 100%;
	height: 100px;
	color: #FFF;
	background: url(images/cate-header.jpg) #333 no-repeat center;
	background-size: cover;
}

.page-title-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
}

.page-title-inner {
	position: relative;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.page-title {
	text-align: center;
	position: absolute;
	margin: 5px 10px 5px 25px;
	padding: 5px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
.page-title a {
	color: #FFF;
}



.page-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.page-title-wrapper {
		height: 180px;
	}
	.page-title {
	padding: 10px;
	font-size: 36px;
}
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
	margin: 0 -5px 50px -5px;
	padding: 0;
	text-align: center;
	list-style: none;
	font-size: 20px;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li.cur {
	/* 現在いる位置 */
	padding: 5px;
	width: 44px;
	height: 44px;
	color: #2E50AC;
	background: #FFF;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #2E50AC;
}
.pager li span {
	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: 100%;
	height: 100%;
}

.pager-link {
	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;
	padding: 5px;
	width: 44px;
	height: 44px;
	color: #FFF;
	background: #2E50AC;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
	color: #FFF;
}
.pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background: #2E50AC;
}

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

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

/* 前後リンク */
.serial-nav {
	margin: 0 0 60px 0;
	border-top: 1px solid #DDD;
}

.serial-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.serial-nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #DDD;
}
.serial-nav-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 100%;
	padding: 20px;
	color: #333;
}
.serial-nav-item a:hover,
.serial-nav-item a:visited,
.serial-nav-item a:focus,
.serial-nav-item a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav-item a:hover {
	text-decoration: none;
	background: #F8F8F8;
}

.serial-nav-item-prev {
	text-align: left;
}
.serial-nav-item-prev a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.serial-nav-item-next {
	text-align: right;
}
.serial-nav-item-next a {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.serial-nav-item-index {
	display: none;
	width: auto;
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
}
.serial-nav-item-index a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.serial-nav-arrow {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

.serial-nav-index {
	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;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.serial-nav-index a {
	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;
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	color: #333;
}
.serial-nav-index a:hover,
.serial-nav-index a:visited,
.serial-nav-index a:focus,
.serial-nav-index a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav-index a:hover {
	text-decoration: none;
	background: #F8F8F8;
}

@media screen and (min-width: 768px) {
	.serial-nav {
		margin: 0 0 60px 0;
	}
	.serial-nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.serial-nav-item {
		width: 50%;
	}
	.serial-nav-item a {
		padding: 35px 20px;
		border: 0;
	}
	.serial-nav-item-index {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
	}
	.serial-nav-item-index a {
		padding: 35px 40px;
	}
	.serial-nav-index {
		display: none;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
	padding: 10px 20px;
	color: #FFF;
	background: #333;
	border: 1px solid #333;
	border-radius: 0 4px 4px 0;
	-webkit-filter: none;
	        filter: none;
	/* IEでのグラデーションを上書き */
	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"] {
	height: 40px;
	padding: 9px 10px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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


/* ------------------------------
　　メディア
------------------------------ */
.media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.media-item {
	margin: 0 10px 50px 10px;
}

.media-link {
	display: block;
	color: #333;
}
.media-link:link,
.media-link:hover,
.media-link:active,
.media-link:visited,
.media-link:focus {
	color: #333;
}
.media-link:hover {
	text-decoration: none;
	color: #333;
}
.media-link:hover .media-img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.media-link:hover .media-read-more::before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.media-time {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #777;
}

.media-title {
	position: relative;
	margin: 0 0 35px 0;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Roboto Condensed", Helvetica Neue, Arial, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-weight: 800;
}

.media-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	display: block;
	width: 50px;
	height: 4px;
	background: #0E5B6B;
}

.media-item-img {
	margin: 0 0 20px 0;
}

.media-img-wrap {
	position: relative;
	z-index: 1;
	border-radius: 6px;
	overflow: hidden;
}

.media-img {
	-webkit-transition: -webkit-transform .4s ease-in-out;
	        transition: -webkit-transform .4s ease-in-out;
	        transition:         transform .4s ease-in-out;
	        transition:         transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
	will-change: transform;
}

.media-text {
	margin: 0 40px 20px 0;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

.media-read-more {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.media-read-more::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background-color: #0E5B6B;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease;
	        transition: -webkit-transform .3s ease;
	        transition:         transform .3s ease;
	        transition:         transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}
.media-read-more:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
	background: #0E5B6B no-repeat;
	background-image: url(images/arrow-border-white.svg?v=20201224210109);
	background-position: center;
	background-size: 5px 10px;
	border-radius: 100%;
}

.media-tag-wrap {
	margin: 10px 0 0;
}

@media screen and (min-width: 480px) {
	.media-list {
		display: block;
	}
	.media-link {
		position: relative;
		display:     grid;
		display: -ms-grid;
		-ms-grid-columns: 1fr 180px;
		grid-template-columns: 1fr 180px;
		-ms-grid-rows: auto 1fr;
		grid-template-rows: auto 1fr;
		margin: 0 -10px;
		padding: 2px 0 2px 10px;
		border-left: 4px solid #647DC0;
	}
	.media-link.is-noimage {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
	.media-item-header {
		-ms-grid-row: 1;
		    grid-row: 1;
		-ms-grid-column: 1;
		    grid-column: 1;
		padding: 0 40px 0 0;
	}
	.media-item-body {
		-ms-grid-row: 2;
		    grid-row: 2;
		-ms-grid-column: 1;
		    grid-column: 1;
		padding: 0 20px 0 0;
	}
	.media-item-img {
		margin: 0;
		-ms-grid-row: 1;
		grid-row-start: 1;
		grid-row-end: 3;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
		grid-column-start: 2;
		grid-column-end: 3;
		-ms-grid-column-span: 1;
	}
	.media-title {
		margin: 0 0 40px 0;
		font-size: 20px;
	}
	.media-title:before {
		content: none;
	}
	.media-read-more {
		margin: 10px 0 0 0;
	}
	.media-tag-wrap {
		margin: 30px 0 0;
	}
}

@media screen and (min-width: 768px) {
	.media-link {
		-ms-grid-columns: 1fr 300px;
		grid-template-columns: 1fr 300px;
		padding: 15px 0 15px 40px;
	}
	.media-title {
		font-size: 24px;
	}
	.media-text {
		font-size: 16px;
	}
}




/* ------------------------------
　　セクション
------------------------------ */
/* 背景色 */
.section-bg {
	padding: 20px 0;
	background: #F6F6F6;
}

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

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

/* 見出し　スタイルcssにもあるので注意 */
.section-heading {
	margin: 20px 0;
	font-size: 24px;
 font-weight: 400;
 line-height: 1.2;
 text-align: center;
 position: relative;
}	

.section-heading a {
	color: #369;
}



@media screen and (min-width: 768px) {
	/* 背景色 */
	.section-bg {
		padding: 80px 0;
	}
	.section-space {
		padding: 80px 0;
	}
	/* 見出し */
	.section-heading {
		margin: 20px 0 40px 0;
		font-size: 28px;
	}
}



/* ------------------------------
　　提案エリア
------------------------------ */
/* お問い合わせ提案エリア */
.suggest-box {
	background: #DDD;
}

.suggest-inner {
	display: table;
	width: 100%;
	padding: 15px 0;
}

.suggest-item {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.suggest-text {
	margin: 0 0 10px 0;
	line-height: 1.5;
	font-size: 14px;
}

.suggest-tel {
	margin: 0 0 10px 0;
	color: #666;
	font-weight: bold;
	font-size: 24px;
}
.suggest-tel a {
	color: inherit;
}

.suggest-btn {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.suggest-inner {
		padding: 0;
	}
	.suggest-item {
		padding: 30px 10px;
	}
	.suggest-tel {
		margin: 0;
	}
	.suggest-half {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
}

/* お問い合わせ提案エリア 中央寄せ */
.suggest-center-box {
	padding: 20px 0;
}

.suggest-center-item + .suggest-center-item {
	margin: 50px 0 0 0;
}

.suggest-center-text {
	margin: 30px 0 10px 0;
}

.suggest-center-tel {
	margin: 0;
	color: #C38A00;
	font-weight: bold;
	font-size: 34px;
}
.suggest-center-tel a {
	color: #C38A00;
}

@media screen and (min-width: 768px) {
	.suggest-center-box {
		padding: 50px 0;
	}
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
	margin: 0 0 20px 0;
	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;
	padding: 0 10px;
	color: #333;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color .25s ease-out;
	        transition: background-color .25s ease-out;
}
.acms-entry .summary-default-item {
	padding: 10px;
}
.slick-initialized .summary-default-item {
	width: 280px;
	margin: 2px 10px 2px 2px;
	border: 0;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .08), -1px -1px 1px 1px rgba(0, 0, 0, .08);
	        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .08), -1px -1px 1px 1px rgba(0, 0, 0, .08);
}

.summary-default-link {
	display: block;
	margin: 0 -10px;
	padding: 10px;
	color: #333;
	-webkit-transition: background .2s;
	        transition: background .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 0;
	font-size: 16px;
	font-weight: bold;
}

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

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

/* ------------------------------
　　サムネイル　※微修正
------------------------------ */
.thumbnail {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thumbnail-row {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

.thumbnail-item {
	margin: 0 0 24px 0;
}

@media screen and (max-width: 767px) {
	.thumbnail-row .thumbnail-item {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.thumbnail-link {
	display: block;
	color: #333;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}
.thumbnail-link:hover {
	color: #333;
	text-decoration: none;
	opacity: .70;
}
.thumbnail-link:visited {
	color: #333;
}

.thumbnail-img {
	display: block;
	-webkit-transition: opacity .25s ease-out;
	        transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}


.thumbnail-title {
	margin: 10px 0;
	font-weight: bold;
	font-size: 15px;
}

.thumbnail-detail {
	margin: 0;
	line-height: 1.7;
	font-size: 14px;
}

.name-title {
	margin: 6px 0px 3px;
	font-weight: 500;
	color: #364A7C;
	font-size: 16px;
	line-height: 1.3;
}



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

.topicpath-list {
	margin: 0 auto;
	list-style: none;
	font-size: 14px;
}

.topicpath-item {
	float: left;
	padding: 0px 8px 0px 22px;
	background: url(images/icon_arrow.png) no-repeat left center;
}

.topicpath-item a {
	font-size: 14px;
}


.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

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


/* ------------------------------
　　タイポグラフィ
------------------------------ */
.heading-lg {
	margin: 0 0 20px 0;
	padding-top: 80px;
	margin-top: -40px;
	font-size: 26px;
	line-height: 1.3;
}
.heading-lg.heading-line {
	padding-bottom: 15px;
	border-bottom: 2px solid #333;
}
.heading-lg.heading-primary {
padding: 10px 5px 10px 5px;
	position: relative;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.heading-lg.heading-primary:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 25%;
	height: 4px;
	background: #2E50AC;
}

@media screen and (min-width: 768px) {
	.heading-lg {
		margin-bottom: 20px;
		padding-top: 60px;
		margin-top: -20px;
		font-size: 28px;
	}
	.heading-lg.heading-primary {
		margin-bottom: 20px;
	}
	.heading-lg.heading-primary:before {
		bottom: -2px;
	}
}


.heading-md {
	margin: 40px 0 20px 0;
	font-size: 22px;
	line-height: 1.3;
}
.heading-md.heading-line {
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 2px solid #CCC;
}
@media screen and (min-width: 768px) {
	.heading-md {
		margin: 60px 0 40px 0;
		font-size: 28px;
	}
	.heading-md.heading-line {
		margin: 60px 0 20px 0;
	}
}

.heading-sm {
	margin: 50px 0 20px 0;
	font-size: 18px;
}
.heading-sm.heading-line {
margin: 30px 5px 15px 1px;
padding: 6px 6px 6px 12px;
font-size: 18px;
letter-spacing: 0.2em;
font-weight: 600;
color: #356;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #FCFAEA;
}

@media screen and (min-width: 768px) {
	.heading-sm {
		font-size: 24px;
	}
	.heading-sm.heading-line {
padding: 8px 8px 8px 18px;
font-size: 21px;
}
}

.heading-lg.heading-margin-top-none,
.heading-md.heading-margin-top-none,
.heading-sm.heading-margin-top-none {
	margin-top: 0;
}

.paragraph {
	margin: 0 0 40px 0;
	line-height: 1.7;
}
@media screen and (min-width: 768px) {
	.paragraph {
		margin: 0 0 60px 0;
	}
}
.paragraph a {
	padding: 2px 0;
	color: #0061D1;
	border-bottom: 1px dashed #0061D1;
}
.paragraph a:hover {
	text-decoration: none;
	opacity: .7;
}

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



/* ------------------------------
 ユニットグループ
------------------------------- */
/* ------------------------------
 フロート解除
------------------------------ */
.clearHidden {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	border: none;
	visibility: hidden;
}

/* ------------------------------
 動的フォーム
------------------------------ */
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.entry-column [class*=acms-col-] {
	padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.entry-column h2 {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column h3 {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column h4 {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column h5 {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column h6 {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column dl {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column p {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column blockquote {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border-left: solid 5px #CCC;
}

/* ------------------------------
各種ユニットの設定
------------------------------ */
.entry-column [class*="column-image"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-file"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-map"] {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-yolp"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-street-view"]:not(.column-street-view-inner) {
	padding-right: 10px;
	padding-left: 10px;
}

.entry-column [class*="column-youtube"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-video"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-eximage"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-media"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.entry-column [class*="column-quote"] {
	margin-right: 10px;
	margin-left: 10px;
}

.entry-column [class*="column-module"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

[class*="column-image"] {
	margin-bottom: 20px;
}

[class*="column-file"] {
	margin-bottom: 20px;
}

[class*="column-map"] {
	margin-bottom: 20px;
}

[class*="column-yolp"] {
	margin-bottom: 20px;
}

[class*="column-street-view"] {
	margin-bottom: 20px;
}

[class*="column-youtube"] {
	margin-bottom: 20px;
}

[class*="column-video"] {
	margin-bottom: 20px;
}

[class*="column-eximage"] {
	margin-bottom: 20px;
}

[class*="column-media"] {
	margin-bottom: 20px;
}

[class*="column-quote"] {
	margin-bottom: 20px;
}

[class*="column-module"] {
	margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*="column-image"],
[class*="column-media"],
[class*="column-eximage"] {
	display: block;
}
[class*="column-image"].caption,
[class*="column-media"].caption,
[class*="column-eximage"].caption {
	margin-bottom: 10px;
}
[class*="column-image"] a,
[class*="column-media"] a,
[class*="column-eximage"] a {
	display: block;
}
[class*="column-image"] img,
[class*="column-media"] img,
[class*="column-eximage"] img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
[class*="column-image"] .caption,
[class*="column-media"] .caption,
[class*="column-eximage"] .caption {
	margin: 5px 0 0 0;
}

/* メディアの種類がファイルだった時の設定 */
[class*="column-media"] a[href*="media-download"] {
	display: inline-block;
	width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*="column-map"] > img,
[class*="column-yolp"] > img {
	max-width: 100%;
}

[class*="column-map"] img,
[class*="column-yolp"] img {
	width: auto;
	height: auto;
}

[class*="column-map"] > div {
	max-width: 100%;
}

[class*="column-yolp"] {
	width: auto !important;
}

[class*="column-quote"] {
	/* 引用ユニット画像 */
	/* 引用ユニットテキスト */
}
[class*="column-quote"] blockquote {
	padding: 20px 10px 20px 20px;
}
[class*="column-quote"] .quoteImageContainer {
	position: relative;
	float: left;
	max-width: 154px;
	margin-right: 25px;
}
[class*="column-quote"] .quoteImage {
	display: block;
	max-width: 100%;
	height: auto;
}
[class*="column-quote"] .quoteTitle {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
}
[class*="column-quote"] .quoteTitleLink {
	color: #006CD8;
}
[class*="column-quote"] .quoteSiteName {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}
[class*="column-quote"] .quoteDescription {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
	font-size: 12px;
}

/* 配置のスタイル */
.column-image-left {
	float: left;
	text-align: left;
}

.column-image-right {
	float: right;
	text-align: right;
}

.column-image-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-image-auto {
	float: none;
}

/* 配置のスタイル */
.column-file-left {
	text-align: left;
	float: left;
	text-align: left;
}
.column-file-left + .caption {
	text-align: left;
}

.column-file-right {
	text-align: right;
	float: right;
	text-align: right;
}
.column-file-right + .caption {
	text-align: right;
}

.column-file-center {
	text-align: center;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.column-file-center + .caption {
	text-align: center;
}

.column-file-auto {
	text-align: auto;
	float: none;
}
.column-file-auto + .caption {
	text-align: auto;
}

/* 配置のスタイル */
.column-map-left {
	float: left;
	text-align: left;
}

.column-map-right {
	float: right;
	text-align: right;
}

.column-map-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-map-auto {
	float: none;
}

/* 配置のスタイル */
.column-yolp-left {
	float: left;
	text-align: left;
}

.column-yolp-right {
	float: right;
	text-align: right;
}

.column-yolp-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-yolp-auto {
	float: none;
}

/* 配置のスタイル */
.column-street-view-left {
	float: left;
	text-align: left;
}

.column-street-view-right {
	float: right;
	text-align: right;
}

.column-street-view-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-street-view-auto {
	float: none;
}

/* 配置のスタイル */
.column-youtube-left {
	float: left;
	text-align: left;
}

.column-youtube-right {
	float: right;
	text-align: right;
}

.column-youtube-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-youtube-auto {
	float: none;
}

/* 配置のスタイル */
.column-video-left {
	float: left;
	text-align: left;
}

.column-video-right {
	float: right;
	text-align: right;
}

.column-video-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-video-auto {
	float: none;
}

/* 配置のスタイル */
.column-eximage-left {
	float: left;
	text-align: left;
}

.column-eximage-right {
	float: right;
	text-align: right;
}

.column-eximage-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-eximage-auto {
	float: none;
}

/* 配置のスタイル */
.column-media-left {
	float: left;
	text-align: left;
}
.column-media-left :not([href*="media-download"]) + .caption {
	text-align: center;
}

.column-media-right {
	float: right;
	text-align: right;
}
.column-media-right :not([href*="media-download"]) + .caption {
	text-align: center;
}

.column-media-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.column-media-center :not([href*="media-download"]) + .caption {
	text-align: center;
}

.column-media-auto {
	float: none;
}
.column-media-auto :not([href*="media-download"]) + .caption {
	text-align: center;
}

/* 配置のスタイル */
.column-quote-left {
	float: left;
	text-align: left;
}

.column-quote-right {
	float: right;
	text-align: right;
}

.column-quote-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-quote-auto {
	float: none;
}

/* 配置のスタイル */
.column-module-left {
	float: left;
	text-align: left;
}

.column-module-right {
	float: right;
	text-align: right;
}

.column-module-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-module-auto {
	float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-file"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-street-view"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube"] {
	width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video"] {
	width: 100% !important;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-quote"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-module"] {
	width: auto !important;
	max-width: 100%;
}

@media (max-width: 480px) {
	[class*="acms-col-"][class*="-right"] {
		float: left;
	}
	[class*="acms-col-"][class*="-right"] + * {
		clear: both;
	}
}

/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
	margin-right: 10px;
	margin-left: 10px;
}

/* PDFプレビュー */
.column-pdf-image {
	width: 100%;
	border: solid 1px #AAA;
}

/* ストリートビュー */
.column-inner-street-view {
	width: 100%;
	padding-bottom: 100%;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------
 検索
------------------------------ */
/* 検索結果のハイライト
------------------------------ */
.highlight1 {
	background-color: #FF6;
}

.highlight2 {
	background-color: #A0FFFF;
}

.highlight3 {
	background-color: #9F9;
}

.highlight4 {
	background-color: #F99;
}

.highlight5 {
	background-color: #F6F;
}

.highlight6 {
	background-color: #800;
}

/* ------------------------------
 タイトル　一部改良　
------------------------------- */
.page-header {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 28px;
}

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

/* タイトル */
.entry-title {
	margin: 10px 0;
}
.entry-title a {
	color: #357;
}
.acms-entry h2 .entry-title {
	padding: 0;
}


/* ------------------------------
　　エントリー　一部改良
------------------------------ */
.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 h2 {
	margin: 60px 0px 15px;
	padding: 10px;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	line-height: 1.3;
border-bottom: 2px solid #CCC;
}

.entry-column h2.heading-line {
	font-size: 28px;
	margin: 60px 0px 15px;
	padding: 20px 10px 20px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #FAFAFA;
}

.entry-column h2.heading-primary {
display: block;
text-align: center;
	font-size: 26px;
	ont-weight: 700;
	position: relative;
	margin: 60px 0px 15px;
	padding: 20px 0px 20px;
	background-color: #FAFAFA;
	border-bottom: 3px solid #CCC;
}

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


.entry-column h2.entry-heading-center {
	font-size: 26px;
	color: #344;
	position: relative;
	text-align: center;
	font-weight: 700;
	padding: 20px 0px 23px;
	margin: 60px 0px 15px;
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
	background-color: #FAFAFA;
}

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

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

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

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

.entry-column h3.heading-primary {
	text-align: center;
	position: relative;
	margin: 50px 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 0px 15px;
padding: 15px 10px 12px;
font-size: 23px;
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: 2px;
	background: #E895CC;
}

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

.entry-column h5 {
	margin: 30px 0px 15px;
	padding: 15px 10px 12px 20px;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
}

.entry-column h5.heading-line {
	font-size: 19px;
	border-left: 8px solid #A9E7B0;
	border-bottom: 1px solid #999;
}


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

.entry-column h2 {
margin: 10px 2px 10px;
padding: 5px 10px;
font-size: 24px;
}

.entry-column h3 {
margin: 10px 2px 10px;
padding: 5px 8px;
font-size: 22px;
}

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

.entry-column h5 {
margin: 10px 2px 10px;
padding: 5px 8px;
font-size: 18px;
}
}
/*ここまで (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: 21px;
	text-align: center;
	line-height: 1.5;
}

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

.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: 30px 5px 15px 1px;
padding: 10px 5px 9px 20px;
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: 30px 5px 15px 1px;
padding: 8px 8px 8px 18px;
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: 10px 5px 10px 1px;
padding: 7px 7px 6px 12px;
font-size: 17px;
font-weight: 600;
letter-spacing: 0.1em;
color: #334;
border-radius: 3px;
border: 1px solid #CCCCCC;
background-color: #FAFAFA;
}

.entry-column p.m-sml {
margin: 10px 5px 10px 1px;
padding: 6px 6px 6px 12px;
font-size: 16px;
font-weight: 600;
color: #334;
border-radius: 3px;
border: 1px solid #CCC;
}

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

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

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

.entry-column p.sml {
margin: 30px 10px 10px 2px;
padding: 5px 5px 5px 10px;
font-size: 19px;
color: #344;
font-weight: 600;
border-bottom: 1px solid #CCC;
}

.entry-column p.s-sml {
margin: 5px 15px 7px 5px;
padding: 5px 10px 5px 5px;
font-weight: 600;
font-size: 17px;
color: #344;
border-bottom: 1px solid #CCC;
}


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

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

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

.entry-column p.b-sml {
margin: 10px 5px 7px;
padding: 5px 8px 5px 8px;
font-size: 16px;
}

.entry-column p.m-sml {
margin: 5px 5px 7px;
padding: 6px 6px 6px 10px;
font-size: 15px;
}

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

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

.entry-column p.sml {
margin: 20px 3px 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: 30px;
	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-column tr:nth-child(odd) {
		background: #F5F5F5;
	}
}*/



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

.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: 22px;
	font-weight: 600;
	border-bottom: 3px solid #DCDCDC;
	width: 100%;
}

.entry-header-title::after {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 3px;
	background: #8294C0;
	width: 60%;
	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 {
		margin: 20px -5px 10px -5px;
	}
	.entry-header-info {
		font-size: 13px;
	}
	.entry-header-title {
		margin: 10px auto 10px;
		padding: 0 0 10px 0;
		font-size: 26px;
	}
}

.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 {
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	color: #E5172D;
	font-size: 110%;
}


.entry-column .entry-text-unit strong {
	font-weight: bold;
}

.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: 12px;
	color: #777;
}
.entry-column p.text-danger {
	font-size: 12px;
	color: #C92D2D;
}


@media screen and (min-width: 768px) {

	.entry-column p.text-info {
		font-size: 14px;
	}
	.entry-column p.text-danger {
		font-size: 14px;
	}
}

/* リード文*/
.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 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 .text-btn {
	color: #FFF !important;
	display: inline-block;
	width: 100%;
	padding: 10px 30px;
	background: #2E50AC;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
}

.entry-column .text-btn a {
	text-decoration: none;
	color: #FFF !important;
	opacity: 1;
}

.entry-column .text-btn a:hover,
.entry-column .text-btn a:visited,
.entry-column .text-btn a:active,
.entry-column .text-btn a:focus {
	color: #FFFEEE;
	}*/


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

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

.entry-column ul li {
	border-bottom: dotted 1px #CCC;
 font-size: 16px;
	margin: 5px 0px 10px;
	padding: 8px 0px 8px 18px;
	line-height: 1.7;
}

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

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

/* 番号付きリスト */
.entry-column ol {
	list-style: disc;
	margin: 0 0 25px 0;
	padding: 0 0 0 2.5em;
}

.entry-column ol li {
	border-bottom: dotted 1px #CCC;
	margin: 0 0 0.5em;
	font-size: 16px;
 padding: 3px 0;
	line-height: 1.7;
}

.entry-column ol {
　margin: 0 10px 20px 10px;
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
.entry-column ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  padding: 0.5em 0.5em 0.5em 30px;
}

.entry-column ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #86A8CD;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 定義リスト */
.entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 15px;
	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 {
	-webkit-box-sizing: border-box;
	        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;
}

.entry-column .column-quote-auto blockquote {
	padding: 10px;
	border: 1px solid #D0D0D0;
}

.entry-column .column-quote-auto .quoteTitleLink {
	color: #333;
}

@media screen and (min-width: 480px) {
	/* 引用 */
	.entry-column blockquote {
		padding: 20px 20px 20px 30px;
	}
	.entry-column .column-quote-auto blockquote {
		padding: 15px;
	}
}

/* ソースコード */
.entry-column pre {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px 0;
	font-family: Menlo, Monaco, "Courier New", monospace;
	white-space: pre-wrap;
}
.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;
}

/* ユニット */
.entry-column .caption {
	font-size: 13px;
}

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

[class*="column-media-"] a,
[class*="column-image-"] a {
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}
[class*="column-media-"] a:hover,
[class*="column-image-"] a:hover {
	opacity: .8;
}

/* ユニットグループ */
.ug-bg-color {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	background: #F5F5F5;
	overflow: hidden;
}
.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 screen and (min-width: 480px) {
	.ug-bg-color {
		padding: 25px 15px;
	}
}



/* 動的フォーム */
.entry-column ul.contact-form {
	margin: 0;
	padding: 0;
}
.entry-column ul.contact-form li {
	margin: 0;
}

.entry-column tr.contact-form-group:nth-child(odd) {
	background: inherit;
}

.entry-column .contact-form th,
.entry-column .contact-form td {
	background: inherit;
	border: 0;
}

/* エントリーフッター */
.entry-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.entry-tag {
	margin: 0 0 5px 0;
}

.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 0;
}

@media screen and (min-width: 768px) {
	.entry-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.entry-footer-item + .entry-footer-item {
		margin: 0 0 0 auto;
	}
}

/* SNSシェア */
.share-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

@media screen and (min-width: 768px) {
	.share-wrapper {
		float: right;
	}
}

/* SNSシェアボタン */
.share-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	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;
}
.share-item .share-item-facebook {
	/* 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;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
	content: "";
}
.share-item .share-item-twitter {
	/* Twitter */
	position: relative;
	color: #55ACEE;
	line-height: 1.2;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
	content: "";
}

/* 続きを読むボタン */
.continue-link {
	margin: 0;
	font-size: 16px;
}

.continue-link a {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
	background: #767676;
	border-radius: 3px;
}
.continue-link a [class*="acms-icon"] {
	margin: 0 10px 0 0;
}
.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: #AAA;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
	/* 続きを読むボタン */
	.continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}

/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */

a.entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
  background: #666;
  color: #FFF !important;
		font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 10px 36px;
  border-radius: 4px;
}
a.entry-btn-default:hover,
a.entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
  color: #FFF !important;
  text-decoration: none;
}
a.entry-btn-default:focus,
a.entry-btn-default:hover,
a.entry-btn-default:visited,
a.entry-btn-default:active {
  color: #FFF !important;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
a.entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
  color: #FFF !important;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background-image: linear-gradient(to bottom, #666, #444);
}

a.entry-btn-default:focus,
a.entry-btn-default:hover,
a.entry-btn-default:visited,
a.entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
  background: #444;
}

a.entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
  background: #C41134;
  color: #FFF !important;
		font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border: 0;
  display: inline-block;
  padding: 10px 36px;
  border-radius: 4px;
}
a.entry-btn-attention:hover, 
a.entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
  color: #FFF !important;
  text-decoration: none;
}
a.entry-btn-attention:focus, 
a.entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
  color: #FFF;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
a.entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
  color: #FFF;
  background-color: #910021;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#910021));
  background-image: linear-gradient(to bottom, #C41134, #910021);
}
a.entry-btn-attention:active, 
a.entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
  background: #910021;
}
a.entry-btn-icon-before,
.entryFormLiteEditor .entry-btn-icon-before {
  margin: 0 10px 0 0;
}
a.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 0;
}

.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: 840px;
}
.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;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */

.section-contact {
	margin: 30px 0 40px 0;
}


.contact-box .message-group {
	margin: 0 0 35px 0;
}

.contact-box .message-text {
	color: #C41134;
	font-weight: bold;
}

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

.contact-box .error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
}

.contact-box p {
	line-height: 1.6;
}

.contact-box h2 {
margin: 20px 0px 3px;
padding: 2px 10px;
font-weight: bold;
font-size: 21px;
color: #367;
border-left: 4px solid #AFD6E2;
}

.contact-box h3 {
margin: 32px 0px 1px;
padding: 2px 8px;
font-weight: bold;
font-size: 17px;
color: #333;
}


.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: #E5E5E5;
}

.contact-form-heading {
	margin: 40px 0 10px 0;
}

.contact-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	padding: 0;
	background: #E5E5E5;
	border-bottom: 1px solid #FFF;
}

.contact-form-group fieldset {
	display: contents;
	border: 0;
}

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

.contact-form-control {
	display: block;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.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) {

.section-contact {
	margin: 80px 0 100px 0;
}

	.contact-form {
		width: 100%;
	}
	.contact-form-label {
		padding: 15px 15px 5px 15px;
		vertical-align: top;
	}
	.contact-form-control {
		padding: 5px 15px 15px 15px;
	}
	.contact-form-col {
		margin: 0;
	}
}

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

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

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

@media screen and (min-width: 768px) {
	.contact-box .mail-step-item {
		margin: 0 10px;
		padding: 18px 0 14px;
		font-size: 16px;
	}
}

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

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

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

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

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

/* フォーム要素
------------------------------ */
.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;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 5px;
}

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

.contact-box select {
	background-color: #F7F7F7;
	min-height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	.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"] {
		padding: 5px 8px;
	}
	.contact-box textarea {
		padding: 5px 8px;
	}
	.contact-box select {
		padding-left: 8px;
		min-height: 40px;
	}
}

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

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

.invalid {
	background-color: #FFEBEE !important;
}


/* ------------------------------
　　お問い合わせ
------------------------------ */
/* ステップ
------------------------------ */
.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: 0 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;
	}
}

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

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

/* フォーム要素
------------------------------ */
.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: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;
}

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

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

@media screen and (min-width: 768px) {
	.form-message {
		margin: 0 0 60px 0;
	}
}


/*------------------------------
　UTSUWA メッセージユニット
------------------------------ */
.entry-column .message {
  position: relative;
  margin: 0 0 2rem;
}
.entry-column .message-bg {
  position: absolute;
  width: 100%;
  height: 15rem;
  background: no-repeat center;
  background-size: cover;
}
.entry-column .message-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.entry-column .message-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15rem;
  margin: 0 0 2.5rem;
  padding: 0 calc(var(--gutter) / 2);
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.5625rem;
}
.entry-column .message-content {
  margin: 0 calc(var(--gutter) / 2) 3rem;
}
.entry-column .message-source {
  margin: 0 calc(var(--gutter) / 2);
}
.entry-column .message-source::before {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  margin: 0 1rem 0 0;
  vertical-align: middle;
  background: var(--color-gray100);
  content: "";
}
@media screen and (min-width: 768px) {
  .entry-column .message {
    margin: 0 calc(50% - 50vw) 2rem;
    background-size: cover;
  }
  .entry-column .message-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }
  .entry-column .message-bg::before {
    content: none;
  }
  .entry-column .message-wrap {
    position: relative;
    /*width: calc(50% - var(--gutter) / 2);*/
				width: calc(50% - 5vw);
    margin: 0 calc(var(--gutter) / 2);
    padding: 6.5rem 3rem;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.4);
  }
  .entry-column .message-lead {
    height: auto;
    margin: 0 0 2.5rem;
    font-size: 1.5625rem;
  }
  .entry-column .message-content {
    margin: 0 0 3rem;
  }
  .entry-column .message-source::before {
    background: var(--color-white);
  }
}


/* ------------------------------
　　フッター
------------------------------ */
/* フッター内情報 */
.foot-wrapper {
	padding: 30px 0;
	background: #E2EEF1;
}

.company-about {
	margin: 0 0 20px 0;
	text-align: center;
}

.company-name img {
 max-width: 360px;
	margin: 0 0px 10px 0px;
}

.company-detail {
	margin: 0 0 2px 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	font-style: normal;
}
.company-detail a {
	color: #456;
	font-size: 18px;
	font-weight: bold;
}
.company-detail a:hover {
	text-decoration: underline;
}



/* フッターナビゲーション */
.footer-nav {
	float: right;
	width: 500px;
	max-width: 100%;
	margin: 0 -10px;
}

.footer-nav-item {
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.footer-nav-title {
	margin: 0 0 5px 0;
	color: #444;
	font-size: 16px;
}

.footer-nav-list {
	margin: 0;
	padding: 0;
	color: #444;
	list-style: none;
}
.footer-nav-list li {
 font-size: 14px;
	line-height: 1.7;
}
.footer-nav-list a {
	color: #444;
}

@media screen and (max-width: 767px) {
	.footer-nav {
		display: none;
	}
	.company-detail {
	font-size: 14px;
}	
}


/* ページの上に戻るボタン */
.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(/images/marker/btn_pageTop.png?) no-repeat center;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	right: calc(20px + constant(safe-area-inset-right));
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	        transition: opacity .2s ease-out;
}
.no-js .page-top-btn {
	/* jsが無効の環境のとき */
	opacity: .6;
}

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

@media screen and (max-width: 767px) {
	.page-top-btn {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.page-top-btn:hover {
		opacity: .8;
		-webkit-transition: opacity .25s linear;
		        transition: opacity .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.5;
	text-align: center;
	background: #1877F2;
	border-radius: 4px;
	font-size: 19px;
}
.sns-list-item .sns-list-facebook:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
	/* Twitter */
	display: block;
	width: 30px;
	height: 30px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: #55ACEE;
	border-radius: 4px;
	font-size: 19px;
}
.sns-list-item .sns-list-twitter:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
	/* YouTube */
	display: block;
	width: 30px;
	height: 30px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background: #CD201F;
	border-radius: 4px;
	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: .8;
		-webkit-transition: opacity .25s linear;
		        transition: opacity .25s linear;
	}
}

/* 著作権表示 */
.copyright {
	margin: 0;
	color: #777;
}

.copyright-text {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	line-height: 1.2;
	font-style: normal;
}

