@charset "UTF-8";

/* ------------------------------
　　TOP と botto mのスペース
------------------------------ */

@media screen and (min-width:835px) {
 .m-btm-pc10 {
  margin-bottom: 10px !important
 }
	.m-top-pc10 {
  margin-top: 10px !important
 }
}
@media screen and (max-width:834px) {
 .m-btm-sp10 {
  margin-bottom: 10px !important
 }
	.m-top-sp10 {
  margin-top: 10px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc20 {
  margin-bottom: 20px !important
 }
	.m-top-pc20 {
  margin-top: 20px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp20 {
  margin-bottom: 20px !important
 }
	.m-top-sp20 {
  margin-top: 20px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc30 {
  margin-bottom: 30px !important
 }
	.m-top-pc30 {
  margin-top: 30px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp30 {
  margin-bottom: 30px !important
 }
	.m-top-sp30 {
  margin-top: 30px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc40 {
  margin-bottom: 40px !important
 }
	.m-top-pc40 {
  margin-top: 40px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp40 {
  margin-bottom: 40px !important
 }
	.m-top-sp40 {
  margin-top: 40px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc50 {
  margin-bottom: 50px !important
 }
	.m-top-pc50 {
  margin-top: 50px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp50 {
  margin-bottom: 50px !important
 }
	.m-top-sp50 {
  margin-top: 50px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc60 {
  margin-bottom: 60px !important
 }
	.m-top-pc60 {
  margin-top: 60px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp60 {
  margin-bottom: 60px !important
 }
	.m-top-sp60 {
  margin-top: 60px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc70 {
  margin-bottom: 70px !important
 }
	.m-top-pc70 {
  margin-top: 70px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp70 {
  margin-bottom: 70px !important
 }
	.m-top-sp70 {
  margin-top: 70px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc80 {
  margin-bottom: 80px !important
 }
	.m-top-pc80 {
  margin-top: 80px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp80 {
  margin-bottom: 80px !important
 }
	.m-top-sp80 {
  margin-top: 80px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc90 {
  margin-bottom: 90px !important
 }
	.m-top-pc90 {
  margin-top: 90px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp90 {
  margin-bottom: 90px !important
 }
	.m-top-sp90 {
  margin-top: 90px !important
 }
}

@media screen and (min-width:835px) {
 .m-btm-pc100 {
  margin-bottom: 100px !important
 }
	.m-top-pc100 {
  margin-top: 100px !important
 }
}

@media screen and (max-width:834px) {
 .m-btm-sp100 {
  margin-bottom: 100px !important
 }
	.m-top-sp100 {
  margin-top: 100px !important
 }
}


/* --------------------------------------------
　　メインタイトル・サブタイトル・サブテキスト
-------------------------------------------- */

.main-title {
 position: relative;
 text-align: center;
 line-height: 1;
 color: #444555;
 font-weight: 600;
}

.sub-title {
 line-height: 1;
 color: #555566;
 font-weight: 300;
}

.main-title:before,
.main-title:after {
 content: "";
 position: absolute;
 left: 50%;
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}

.main-title:before {
 bottom: 0;
 background-color: #8BD266;
 height: 1px;
}

.main-title:after {
 height: 3px;
 background-color: #8AD166;
 bottom: -1px;
}

@media print,(min-width: 768px) {
 .main-title {
  margin-bottom: 10px;
  padding: 50px 0 10px;
  font-size: 1.8rem;
 }

 .main-title:before {
  width: 330px;
 }

 .main-title:after {
  width: 80px;
 }
 .sub-title {
 font-size: 1.3rem;
}
}

@media only screen and (max-width: 767px) {
 .main-title {
  margin-bottom: 30px;
  padding: 30px 0 10px;
  font-size: 1.2rem;
 }

 .main-title:before {
  width: 100%;
 }

 .main-title:after {
  width: 30%;
 }
 .sub-title {
 font-size: 0.9rem;
}
}

.sub-text p {
 font-weight: 300;
 line-height: 1.875;
}

@media print,(min-width: 768px) {
 .sub-text p {
  font-size: 16px;
 }

 .sub-text p ~ p {
  margin-top: 30px;
 }
}

@media only screen and (max-width: 767px) {
 .sub-text {
  text-align: left;
 }

 .sub-text p {
  font-size: 14px;
 }

 .sub-text p ~ p {
  margin-top: 20px;
 }
}

.button {
 display: inline-block;
}

.button.is-contact {
 background: #238EAD;
 color: #fff;
 text-align: center;
}


.button.is-contact .text {
 font-weight: 600;
	line-height: 1.4;
}

.button.is-arrow {
 border: 1px solid #3366CC;
 background-color: #fff;
 color: #3366CC;
 text-align: center;
 font-weight: 500;
 line-height: 1.2;
}

.button.is-blue {
 border-radius: 30px;
 background-color: #1D61BE;
 border: 1px solid #1D61BE;
 color: #fff;
 line-height: 1.5;
 font-weight: bold;
 text-align: center;
}

.button.is-red {
display: block;
border-radius: 5px;
background-color: #D5494E;
color: #fff;
font-weight: 600;
text-align: center;
}


@media print,(min-width: 768px) {
 .button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }

 .button.is-contact {
  width: 150px;
  padding: 10px;
 }


 .button.is-contact .text {
  font-size: 16px;
  margin-left: 1px;
		line-height: 1.4;
 }

 .button.is-contact:hover {
  background-color: #F2673B;
 }

 .button.is-arrow {
  padding: 5px 25px 3px;
  font-size: 14px;
 }

 .button.is-arrow:hover {
  background-color: #3366CC;
  color: #fff;
 }

 .button.is-blue {
  padding: 12px 65px 10px;
  font-size: 16px;
 }

 .button.is-blue:hover {
  background-color: #fff;
  color: #1D61BE;
 }

 .button.is-red {
padding: 18px 10px 14px;
font-size: 15px;
text-align: center;
 }

 .button.is-red:hover {
  background-color: #F2673B;
 }
}


@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
 .button.is-contact {
  padding: 15px 18px 15px;
 }

 .button.is-arrow {
  padding: 8px 30px 2px;
 }

 .button.is-blue {
  padding: 18px 65px 10px;
 }

 .button.is-red {
  padding: 22px 20px 16px;
 }
}

@media only screen and (max-width: 767px) {
 .button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }

 .button.is-contact {
  width: 100%;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
 }

 .button.is-contact .icon {
  width: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 10px 0 0;
 }

 .button.is-contact .text {
  font-size: 15px;
 }

 .button.is-arrow {
  padding: 10px 30px 7px;
  font-size: 14px;
 }

 .button.is-blue {
  padding: 15px 65px 14px;
  font-size: 15px;
 }

 .button.is-red {
  padding: 10px 20px;
  font-size: 15px;
 } 
}

.object-fit-wrapper {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 display: block;
}

.object-fit-wrapper .object-fit {
 opacity: 0;
 visibility: hidden;
}





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

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

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

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




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

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

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

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

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

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


/* ------------------------------
　　INDEX サマリー ３列表示
------------------------------ */

/* サマリー用（カスタム-元） */
.summary-a {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
}

.summary-a-entry {
	padding: 12px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.summary-a-entry:hover {
	background: #F5F5F5;
	transition: background-color .25s linear;
}

.photo-a {
margin: 0 0 10px 0;
overflow: hidden;
width: 100%;
height: 100%;
}

.example-img-responsive {
  display: block;
  max-width: 100%;
  height: 180px;
}

@media screen and (max-width: 900px) {
.example-img-responsive {
  height: 100px;
}
}
@media screen and (max-width: 600px) {
.example-img-responsive {
  height: auto;
}
}


.summary-a-title {
position: relative;
font: 600 15px sans-serif;
line-height: normal;
background-color: #FDFDF9;
border-bottom: 2px solid #C9D8DE;
margin: 0px 0px 6px;
padding: 5px 0px;
}

.summary-a-title a {
	text-decoration: none;
 border: 0;
	}	

.summary-a-txt {
	margin: 5px 0px 0px;
	font-size: 15px;
	border-left: 5px solid #CCC;
	padding-left: 10px;
}

.summary-b {
margin: 0 0 30px;
padding: 0;
list-style: none;
border-left: 1px solid #E5E5E5;
}

.summary-b-entry {
	padding: 10px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.summary-b-entry:hover {
	background: #F5F5F5;
	transition: background-color .25s linear;
}

.summary-b-title {
font: 500 18px 'Noto Sans JP', sans-serif;
line-height: normal;
background-color: #FDFDF9;
border-bottom: 2px solid #C7D01E;
margin: 0px 0px 5px;
padding: 5px 0px;
position: relative;
}

.photo-dl {
margin: 6px 0 10px;
overflow-x: hidden;
overflow-y: hidden;
width: 100%;
height: 100%;
text-align: center;
}

.summary-b-title .arrow {
	font-size: 14px;
	color: #999999;
	padding-right: 3px;
}

.summary-b-title .sml {
 font-size: 14px;
}

@media screen and (max-width: 767px) {
.summary-a-entry {
	padding: 6px;
}
.summary-a-title {
	font-size: 14px;
}
.summary-b-title {
	font-size: 16px;
}
.summary-a-title .arrow {
	font-size: 14px;
	padding-right: 2px;
}
.summary-b-entry {
	padding: 5px;
}
.summary-b-title {
	font-size:16px;
}
.summary-a-title .arrow {
	font-size:14px;
	padding-right: 2px;
}
}



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

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

.heading-align-center .group-heading {
	text-align: center;
}

.heading-align-right .group-heading {
	text-align: right;
}

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

.detail-align-center .group-detail {
	text-align: center;
}

.detail-align-right .group-detail {
	text-align: right;
}

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

.btn-align-center .group-btn-wrap {
	text-align: center;
}

.btn-align-right .group-btn-wrap {
	text-align: right;
}



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

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

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

/* タイトル */
.entry-title {
	color: #333;
	font-size: 26px;
	text-align: center;
	position: relative;
	margin: 30px 0px 25px;
	border-bottom: 1px solid #CCC;
}

.entry-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -2px;
	display: block;
	width: 20%;
	height: 3px;
	background: #3C8ADB;
}

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

@media screen and (max-width: 767px) {
.entry-title {
	margin-bottom: 15px;
	font-size: 21px;
}
}


/* ------------------------------
　　エントリー　（一部改良）
------------------------------ */
.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: 40px 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: 40px 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: 40px 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: 40px 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: 30px 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: 30px 0px 12px;
	padding: 8px 5px 10px 25px;
	border-left: 8px solid #9BD1DB;
	border-bottom: 1px solid #999;
}

.entry-column h3.heading-primary {
	text-align: center;
	position: relative;
	margin: 30px 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: 30px 0px 15px;
padding: 15px 10px 10px;
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 8px 20px;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
}

.entry-column h5.heading-line {
	font-size: 18px;
	text-align: left;
	border-left: 8px solid #D6F3D9;
	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: 17px;
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
}

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

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

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

.entry-column p.b-big {
margin: 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-header {
text-align: center;
display: block;
	margin: 10px auto 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.entryFormLiteEditor strong {
	font-weight: bold;
}

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

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

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

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


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

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

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

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

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

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


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

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

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

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


/* 記述リスト */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/*
　カード
------------------------------ */
.entry-column .card-title,
.entry-column .card-bordered-title {
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.entry-column .card-title,
	.entry-column .card-bordered-title {
		font-size: 22px;
	}
}

.entry-column .card-item,
.entry-column .card-bordered-item {
	padding: 0 10px;
}

/*
　罫線ユニット
------------------------------ */
.unit-separator {
	margin: 0 10px 40px;
	border: 0;
	border-top: 1px solid #DDD;
}

/*
　メッセージユニット
------------------------------ */
.entry-column .message {
	position: relative;
	margin: 0 0 40px 0;
}

.entry-column .message-bg {
	position: absolute;
	width: 100%;
	height: 240px;
	background: no-repeat center;
	background-size: cover;
}
.entry-column .message-bg::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
}

.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: 240px;
	margin: 0 0 40px 0;
	padding: 0 10px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

.entry-column .message-content {
	margin: 0 10px 50px 10px;
}

.entry-column .message-source {
	margin: 0 10px;
}
.entry-column .message-source::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 15px 0 0;
	vertical-align: middle;
	background: #333;
}

@media screen and (min-width: 768px) {
	.entry-column .message {
		margin: 0 calc(50% - 50vw) 40px;
		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: 50%;
		padding: 100px 60px;
		color: #FFF;
		background: rgba(0, 0, 0, .4);
	}
	.entry-column .message-lead {
		margin: 0 0 40px 0;
		height: auto;
		font-size: 24px;
	}
	.entry-column .message-content {
		margin: 0 0 50px 0;
	}
	.entry-column .message-source::before {
		background: #FFF;
	}
}

/* 区切り線 */
.entry-column hr {
/*	border: 0;*/
	border: 1px solid #E5E5E5;
}

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

/* 区切り線なし */
hr.border0 {
border: 0;
clear: both;
}
/* 区切り線あり */
hr.border1 {
border: 1px solid #E5E5E5;
clear: both;
margin: 5px 10px 20px;
}




/* ------------------------------
　　404ページ
------------------------------ */
.not-found-content {
	text-align: center;
	margin: 0 0 60px 0;
}

.not-found-title {
	margin: 0 0 30px 0;
	color: #2E50AC;
	font-weight: bold;
	font-size: 100px;
}

.not-found-paragraph {
	margin: 0 0 30px 0;
	font-weight: bold;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.not-found-content {
		margin: 0 0 120px 0;
	}
	.not-found-title {
		font-size: 240px;
	}
	.not-found-paragraph {
		margin: 0 0 40px 0;
		font-size: 22px;
	}
}


/* ------------------------------
　　サイドセクション
------------------------------ */
.section-side-grid {
  display: flex;
  flex-flow: column;
  margin-right: calc(var(--gutter) / -2);
  margin-left: calc(var(--gutter) / -2);
}

.section-side-col {
  box-sizing: border-box;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(env(safe-area-inset-right) + var(--gutter) / 2);
  padding-left: calc(env(safe-area-inset-left) + var(--gutter) / 2);
}

@media screen and (min-width: 48rem) {
  .section-side-grid {
    flex-flow: row wrap;
  }
  .section-side-col {
    width: auto;
  }
  .section-side-col.is-fix {
    flex: 0 1 auto;
  }
  .section-side-col.is-full {
    flex: 1 1 auto;
  }
  .section-side-col.is-fix + .section-side-col.is-full {
    flex-basis: min-content;
    min-width: 30%;
  }
}
.section-side {
  margin: 0 0 4rem;
}

.section-side-header {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}
.section-side-header.-calendar {
  margin: 0 0 0.5rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--color-gray30);
}

.section-side-title {
  margin: 0;
  font-size: 1rem;
}

@media screen and (min-width: 48rem) {
  .section-side-title {
    font-size: 1.25rem;
  }
}
.section-side-link {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: var(--color-gray100);
  font-weight: bold;
  font-size: 0.8rem;
  text-decoration: none;
}
.section-side-link svg {
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.5rem;
  padding: 0.25rem;
  background-color: var(--color-secondary);
  border-radius: 100%;
}
.section-side-link:hover svg {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
}
.section-side-link:hover svg path {
  stroke: var(--color-secondary);
}
.section-side-link:hover {
  text-decoration: underline;
}



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

.side-section {
padding: 2px 12px 12px;
margin: 0px 0 15px 10px;
border: 1px solid #E5E5E5;
border-radius: 6px;
background: #fff;
overflow: hidden;
list-style: none;
}

.side-section .photo {
  width: auto !important;
  height: auto !important;
}

.side-section .photo img {
  left: inherit !important;
  top: inherit !important;
}


.bnr-section {
	padding: 0px;
	margin: 10px 0 10px 0px;
	border: 1px solid #E5E5E5;
	border-radius: 6px;
 background: #fff;
	overflow: hidden;
list-style: none;
}
		
.side-section .entry-list {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
 }
.side-section .entry-list a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	}



/* ------------------------------
 リスト サイドのエントリーリスト
------------------------------- */
.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;
	border-top: 1px solid #E5E5E5;
}
.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:16px;
		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:before,
.main:after {
	display: table;
	content: " ";
}

.main:after {
	clear: both;
}

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

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


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

.side-section {
	margin: 20px 0 30px 0;
}

/* タイトル */
.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;
}

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


.side-list-group-heading {
	margin-bottom: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 2px solid #333;
}
.side-list-group-heading a {
	color: inherit;
	text-decoration: none;
}

.side-list-group {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #E5E5E5;
}
.side-list-group-heading + .side-list-group {
	border-top: 0;
}
.side-list-group + .side-list-group {
	margin: 0 0 10px 0;
}

.side-list-group-item a {
	display: block;
	font-size: 15px;
	padding: 16px 0px 16px 26px;
	position: relative;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
}

.side-list-group a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("images/arrow-right-04.png") no-repeat center/cover;
  top: 18px;
  left: 3px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}


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


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

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

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

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


.linkListBnr {
	margin: 20px 0 5px;
	padding: 0px;
}
.linkListBnr li {
	list-style: none;
	margin: 5px;
	padding: 0px;
	text-align: center;
}

/*会社案内のサブのキャプション*/

.sub_caption{
	margin-top: 1px;
	padding-top: 0px;
	margin-bottom: 10px;
}
