@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
/* 管理画面 */
.acms-admin-btn-group {
  margin: 0 2px;
  float: left; }

.entryFormColumnBody .lite-editor-btn-group-wrap .acms-admin-btn-group {
  margin-right: 2px; }

.lite-editor-btn-group-wrap .acms-icon-config_links {
  margin-left: -2px;
  padding-right: 2px; }

.lite-editor-toolbox .acms-icon-text-center {
  padding-right: 0; }

.lite-editor-toolbox .LiteEditorBtn__spGroup:before {
  position: absolute;
  content: 'Mobile';
  margin-top: -17px;
  margin-left: 3px;
  font-weight: bold;
  opacity: 0.7;
  font-size: 14px;
  background: #fff; }

.AdminCustomSection__table .lite-editor-toolbox {
  margin-bottom: 0.7em; }

.CustomLinkList__wrap {
  display: block;
  padding: 10px 0 10px 1em;
  border-bottom: 1px solid #ddd;
  background: #eee; }

.AdminCustomBox__title {
  color: #999;
  letter-spacing: 1px;
  margin: 0 0 0.5rem 0;
  font-weight: 700; }

.AdminCustomBox__header {
  background: #555;
  color: #fff;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  border-radius: 1.5rem 1.5rem 0 0;
  margin-top: 1.5rem;
  margin-bottom: 0; }

.AdminCustomBox__headerSmall {
  background: #ddd;
  border-top: 1px solid #aaa;
  color: #000;
  padding: 0.5rem 1.5rem 0.25rem 1.5rem;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0; }

a .AdminCustomBox__header:hover {
  background: #000; }

.AdminCustomBox__headerMini {
  background: #ccc;
  color: #444;
  padding: 0.3em 1em;
  font-size: 16px;
  border-radius: 0.5em 0.5em 0 0;
  margin-top: 0.5em;
  margin-bottom: 0; }

.AdminCustomBox__header a, .AdminCustomBox__header a:visited {
  color: #fff; }

.AdminBtnBox__previewBtn {
  margin-right: 4px;
  font-size: 15px;
  margin-top: -4px; }

.ActionAddBox {
  background: #aaa;
  border: 1px solid #999;
  margin-top: -31px; }

.ActionAddBox.-marginNormal {
  margin-top: 5px;
  border: none;
  background: none; }

.ActionAddBox__btnList {
  padding: 0px;
  margin: 0;
  height: 50px; }

.ActionAddBox__header {
  color: #333;
  padding-left: 1em;
  padding-right: 0.2em;
  border-radius: 1em 0 0 1em;
  font-size: 13px; }

.actionAdd.-marginNormal .ActionAddBox__header {
  padding: 0 5px 0 0px;
  color: #888;
  border-radius: 0;
  text-align: center;
  font-size: 12px; }

.ActionAddBox__headerIcon {
  font-size: 22px;
  margin: 4px 0 2px 0;
  display: block !important; }

.actionAdd.-marginNormal .ActionAddBox__btnList {
  padding: 0 20px 0 0; }

.ActionAddBox__btnList td {
  padding-right: 1em; }

.ActionAddBox__btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px; }

.ActionAddBox__btnlist a {
  padding: 0;
  padding-top: 7px;
  border-radius: 0px;
  background: #666;
  color: #ddd;
  width: 60px;
  border-right: 1px solid #aaa;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  line-height: 1; }

.actionAdd.-marginNormal .ActionAddBox__btnlist a {
  font-size: 11px; }

.ActionAddBox__btnlist a:last-child {
  border-radius: 0 4px 4px 0; }

.ActionAddBox__btnlist a:first-child {
  border-radius: 4px 0 0 4px; }

.ActionAddBox__btnlist a:first-child {
  border-left: 1px solid #aaa; }

.ActionAddBox__btnlist a:hover {
  background: #333;
  color: #fff;
  text-decoration: none; }

.ActionAddBox__btnIcon {
  font-size: 20px;
  margin-bottom: 6px;
  display: block !important;
  padding-right: 0;
  color: #eee; }

li.cidWrap {
  background: #eee;
  color: #555;
  letter-spacing: 1px;
  border: 1px solid #ddd; }

li.cidWrap:hover {
  background: #fff; }

.cidWrap .cid {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #666;
  color: #fff;
  padding: 0.5em 1em;
  width: 20px;
  margin-right: 10px;
  text-align: center; }

li.cidWrap:hover .cid {
  background: #444; }

li.cidWrap .amount {
  margin-left: 1em;
  font-weight: 700;
  color: #aaa; }

th.imgTh {
  background: #fff3f5; }

th.pointTh {
  background: #f5fcff; }

th.linkTh {
  background: #fffcf5; }

#js-edit_inplace-box {
  max-width: 1000px; }

.ActionAddBox__entryCode {
  float: left;
  width: auto;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #666;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 5px;
  margin-right: 5px; }

.actionAdd.-marginNormal .ActionAddBox__entryCode {
  margin: 0;
  border-radius: 4px;
  height: 50px; }

.ActionAddBox__entryCode .acms-icon {
  padding: 0 3px; }

.ActionAddBox__entryCodeLabel {
  margin-left: -6px;
  font-size: 12px;
  font-weight: 700;
  color: #eee; }

.js-fieldgroup-sortable td .columnLabel {
  background: #eee;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
  min-width: 110px;
  text-align: right; }

.custom_bgcolorbegin td div {
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 700;
  margin-right: 0; }

p.custom_bgcolor {
  text-align: center;
  color: #fff;
  margin: -10px -30px 1px -30px;
  font-size: 14px;
  border-radius: 16px 16px 0 0;
  letter-spacing: 2px; }

p.custom_bgcolor-end {
  border-radius: 0 0 16px 16px; }

.actionAddCompilation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0; }

.actionAddCompilation p {
  display: inline-block;
  color: #555;
  margin: 5px 0; }

.actionAddCompilation i {
  color: #cd7086; }

.ActionAddBox__btnlist i.noneDescription {
  color: #FC9AC2; }

.ActionAddBox__entryCodeLabel.-noCustom {
  color: #FC9AC2; }

.custom_bgcolorbegin {
  font-size: 13px; }

@media (max-width: 1023px) {
  .ActionAddBox__btnList {
    display: none; } }

.Unit__adminIcon {
  margin: 0 5px 0 0;
  padding: 0;
  color: #999;
  font-size: 18px; }

/* ------------------------------
　　管理画面▲▲▲
------------------------------ */
/* ------------------------------
　　ベース
------------------------------ */
body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

ul, li, .entry-column ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ------------------------------
　　フォントサイズ
------------------------------ */
.entry-column h4, .entry-column span.bold, .linkBtn, .headerNav ul li, .acms-admin-tabs-panel h2, .offcanvas-nav li {
  font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif; }

body {
  font-size: 1em; }

/* ------------------------------
　　リンク　link
------------------------------ */
.entry-column a, .entry-column a:link, .entry-column a:visited {
  text-decoration: underline; }

.entry-column a:hover, .entry-column a:active {
  text-decoration: none; }

.linkBtn, .linkBtn:visited, .entry-column a.linkBtn, .entry-column a.linkBtn:link, .btn-attention-block-large {
  font-size: 1rem;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  font-weight: 700;
  padding: 1.3em;
  color: #fff;
  text-decoration: none;
  border-radius: 2em;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0;
  max-width: 280px; }

@media (min-width: 1024px) {
  .linkBtn, .linkBtn:visited, .entry-column a.linkBtn, .entry-column a.linkBtn:link, .btn-attention-block-large {
    padding: 1.3em 2em; } }

.btn-attention-block-large:active, .btn-attention-block-large:focus {
  color: rgba(0, 0, 0, 0.5); }

.linkBtn.white, .entry-column a.linkBtn.white, .entry-column a.linkBtn.white:link {
  background: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  color: #333; }

.linkBtn:hover, .linkBtn:active, .entry-column a.linkBtn:hover, .entry-column a.linkBtn:hover, .btn-attention-block-large:hover {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

.linkBtn.white:hover, .linkBtn.white:active, .entry-column a.linkBtn.white:hover, .entry-column a.linkBtn.white:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4); }

/*  ボタンのカスタムユニット
------------------------------ */
.linkBtnWrap, .linkBtnWrap.center {
  text-align: center; }

.linkBtnWrap.left {
  text-align: left;
  margin-left: 1em; }

.linkBtnWrap.right {
  text-align: right;
  margin-right: 1em; }

.entry-column a.linkBtn.big {
  font-size: 1.25rem; }

.entry-column a.linkBtn.mini {
  font-size: 0.75rem; }

.linkBtn.origin:hover, .linkBtn.origin:active, .entry-column a.linkBtn.origin:hover, .entry-column a.linkBtn.origin:hover {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

/* ------------------------------
　　ヘッダーロゴ　logo header
------------------------------ */
.FirstHeader {
  max-height: 64px;
  min-height: 58px; }

@media (max-width: 1023px) {
  .FirstHeader__nav {
    padding: 0px; } }

.FirstHeader.white {
  background: #fff; }

.FirstHeader__nav {
  width: 50px;
  position: absolute;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px; }

.FirstHeader__navBtn {
  color: #fff; }

.mainColor-pale .FirstHeader__navBtn {
  color: #222; }

.FirstHeader__logoImg, .FirstHeader__siteName {
  max-height: 100%;
  width: auto;
  margin: 0; }

.FirstHeader__siteName {
  margin-left: 50px;
  padding: 0 5px; }

@media (min-width: 1024px) {
  .logoLayoutLeft .FirstHeader__siteName {
    margin-left: 0; } }

.logoLayoutCenter .FirstHeader__siteName {
  margin-left: 0;
  text-align: center; }

.FirstHeader__logoImg {
  margin-top: 7px;
  max-width: 240px;
  max-height: 50px; }

@media (min-width: 1024px) {
  .FirstHeader__logoImg {
    max-width: 500px;
    height: 50px; } }

/* ▲▲▲ヘッダーロゴ */
/* ------------------------------
　　ナビゲーション navi
------------------------------ */
.MobileShortcut {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

.MobileShortcut__listWrap {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.MobileShortcut__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  font-size: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.MobileShortcut__list:first-child {
  border-left: none; }

.SpFirstNavi__icon {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
  display: block; }

.MobileShortcut__label {
  font-size: 8px;
  margin-top: -4px;
  margin-bottom: 2px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  display: block; }

.spNavi .globalNaviSub {
  margin-top: -20px; }

header.head-wrapper {
  background: #fff; }

@media (max-width: 1023px) {
  .LargeGlobalNav {
    display: none; } }

.LargeGlobalNav__mainListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 80px; }

.LargeGlobalNav__mainList {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  max-width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.LargeGlobalNav__mainList.half {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.LargeGlobalNav__mainList.mini {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

.LargeGlobalNav__mainList.large {
  -ms-flex-preferred-size: 150%;
  flex-basis: 150%; }

.LargeGlobalNav__mainList.special {
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.LargeGlobalNav__mainBtn {
  display: block;
  text-align: center;
  padding-top: 50px; }

.LargeGlobalNav__mainBtn, .LargeGlobalNav__mainBtn:link, .LargeGlobalNav__mainBtn:visited, .LargeGlobalNav__mainBtn:hover {
  color: #222;
  text-decoration: none; }

.special .LargeGlobalNav__mainBtn, .special .LargeGlobalNav__mainBtn:link, .special .LargeGlobalNav__mainBtn:visited, .special .LargeGlobalNav__mainBtn:hover {
  color: #fff; }

.LargeGlobalNav__mainIcon {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: -48px;
  margin-bottom: -5px;
  display: block;
  text-shadow: none; }

.special .LargeGlobalNav__mainIcon {
  color: rgba(0, 0, 0, 0.8); }

.LargeGlobalNav__mainImg {
  margin-bottom: -3px; }

.LargeGlobalNav__subList.bl-hover {
  background: rgba(255, 255, 255, 0.2); }

.iconShowNone .LargeGlobalNav__mainIcon {
  display: none; }

.iconShowNone .LargeGlobalNav__mainBtn {
  background: none !important;
  padding-top: 30px; }

/* ▲▲▲グローバルナビ（メイン） */
.LargeGlobalNav__subListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 50px; }

.LargeGlobalNav__subList {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 16px;
  max-width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease; }

.LargeGlobalNav__subList:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.LargeGlobalNav__subBtn {
  display: block;
  text-align: center;
  padding: 15px; }

.LargeGlobalNav__subBtn, .LargeGlobalNav__subBtn:link, .LargeGlobalNav__subBtn:visited, .LargeGlobalNav__subBtn:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  text-decoration: none; }

/* ▲▲▲ヘッダーナビ */
/* トピックパス▼▼▼ */
.topicpath {
  background: rgba(0, 0, 0, 0.028);
  margin-bottom: 10px; }

.topicpath-link, .topicpath {
  font-size: 0.75rem;
  line-height: 1.2; }

.topicpath-item {
  padding-left: 10px; }

@media (min-width: 1024px) {
  .topicpath-link, .topicpath {
    font-size: 0.8125rem; } }

/* ------------------------------
　　タイトル・ヘッダー　header title
------------------------------ */
@media (min-width: 1024px) {
  .header-logo {
    width: 30%; }
  .header-nav {
    width: 70%; } }

.page-title-wrapper {
  height: auto; }

.page-title-filter {
  background: rgba(0, 0, 0, 0.25); }

.page-title-inner {
  padding: 10px 0; }

.page-title-wrapper .page-title {
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding: 5px 0; }

.page-title-wrapper p.page-title {
  font-size: 14px;
  padding: 0; }

@media (min-width: 768px) {
  .page-title-wrapper .page-title {
    letter-spacing: 2px;
    font-size: 1.75rem;
    text-align: left;
    padding: 10px 0; }
  .page-title-wrapper p.page-title {
    font-size: 1.25rem;
    padding: 5px 0; } }

.page-description {
  font-weight: 400;
  font-size: 0.8125rem; }

@media (min-width: 1024px) {
  .page-description {
    font-size: 1rem; } }

h2.categoryTitle {
  margin: 0 auto;
  padding: 0.6em 0.5em;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease; }

@media (min-width: 1024px) {
  h2.categoryTitle {
    padding: 0.6em 1em;
    font-size: 1.37rem; } }

a.categoryTitleWrap {
  text-decoration: none;
  color: #222;
  display: block;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease; }

@media (max-width: 1023px) {
  a.categoryTitleWrap {
    margin-left: -15px;
    margin-right: -15px; } }

a.categoryTitleWrap span {
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease; }

a.categoryTitleWrap:hover span {
  color: #fff;
  margin-left: 4px; }

a.categoryTitleWrap.linkOff {
  pointer-events: none; }

/* ------------------------------
　　メイン領域 main
------------------------------ */
main.main, div.sub {
  margin-top: 30px; }

#top main.main {
  margin-top: 0; }

main.main {
  padding-top: 0.5rem; }

#top main.main {
  padding-top: 0; }

.entryMainWrap {
  padding-bottom: 5px; }

@media (min-width: 768px) {
  main article.contentsBgColorWhite, main article.contentsBgColorTransparent {
    padding-left: 40px;
    padding-right: 40px; }
  /*追加したいけど調整中
   main article.contentsBgColorNone{
	   padding-right: 40px;
	   }
*/
  main.main .entryMainWrap.oneColumn {
    padding-left: 0px;
    padding-right: 0px; } }

/* ------------------------------
　　サブ領域 sub
------------------------------ */
/* ------------------------------
　　オフキャンバスのナビ  バイル用
------------------------------ */
.SpGlobalNavi .navIcon {
  color: rgba(0, 0, 0, 0.75);
  text-shadow: none;
  margin-right: 3px; }

.spFooterNavi .navIcon {
  color: rgba(0, 0, 0, 0.45); }

.SpGlobalNavi .navIcon img, .spFooterNavi .navIcon img {
  max-width: 1rem;
  max-height: 1rem;
  margin-bottom: -2px; }

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
  width: 82.5%; }

.js-acms-offcanvas-body-left {
  left: 82.5%; }

.offcanvas-nav li {
  font-weight: 700;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.offcanvas-nav li a {
  color: #fff; }

.offcanvas-nav .globalNaviSub {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.offcanvas-nav .globalNaviSub li {
  font-size: 14px; }

@media (min-width: 768px) {
  .sub.acms-col-md-3 {
    font-size: 0.875rem; }
  .sub.acms-col-md-3 .module-heading {
    font-size: 1rem; }
  .acms-list-group-item, .acms-list-group-item:active, .acms-list-group-item:focus, .acms-list-group-item:hover, .acms-list-group-item:visited {
    color: #777; } }

/* ------------------------------
　　エントリー　entry
------------------------------ */
.acms-page-header {
  border-bottom: none; }

.acms-page-header .entry-title {
  font-size: 6.38vw;
  margin-bottom: 2.5rem; }

@media (min-width: 768px) {
  .acms-page-header .entry-title {
    font-size: 2rem;
    letter-spacing: 2px; } }

p.entryInfo {
  margin-top: 5px;
  font-size: 0.875rem; }

/* 見出しh系要素 ▼▼▼*/
@media (max-width: 767px) {
  .entry-column h2, .entry-column h3, .entry-column h4 {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .customSectionWrap {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.entry-column h2 {
  padding: 0.6em 10px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  border-left: none;
  color: #222;
  background-size: 4px 4px;
  font-weight: 700; }

.fontJumpRatio_s .entry-column h2 {
  font-size: 1.0625rem; }

.fontJumpRatio_l .entry-column h2 {
  font-size: 1.375rem; }

@media (min-width: 768px) {
  .entry-column h2 {
    background-size: 6px 6px; } }

.entry-column h2.bgColor {
  color: #fff;
  border-bottom: none;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }

.entry-column h2.bgNone {
  font-weight: 700;
  color: #333;
  border-bottom: none;
  background: none; }

@media (min-width: 768px) {
  .entry-column h2 {
    font-size: 1.5rem; }
  .fontJumpRatio_s .entry-column h2 {
    font-size: 1.25rem; }
  .fontJumpRatio_l .entry-column h2 {
    font-size: 2rem; }
  .entry-column h2.bgNone {
    padding-left: 0;
    padding-right: 0; } }

.entry-column h3 {
  padding: 0.2em 10px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  background: #fff; }

.fontJumpRatio_s .entry-column h3 {
  font-size: 1rem; }

.fontJumpRatio_l .entry-column h3 {
  font-size: 1.375rem; }

.entry-column h3.bgColor {
  color: #fff;
  border-bottom: none;
  background-size: 4px 4px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  padding: 0.6em 0 0.6em 10px; }

@media (min-width: 768px) {
  .entry-column h3.bgColor {
    background-size: 4px 4px; } }

.entry-column h3.bgNone {
  font-weight: 700;
  padding: 0.6em 0 0.6em 10px;
  border-bottom: none;
  color: #333;
  background: none; }

@media (min-width: 768px) {
  .entry-column h3 {
    font-size: 1.25rem; }
  .fontJumpRatio_s .entry-column h3 {
    font-size: 1.125rem; }
  .fontJumpRatio_l .entry-column h3 {
    font-size: 1.5rem; }
  .entry-column h3.bgNone {
    padding-left: 0;
    padding-right: 0; } }

.entry-column h4 {
  padding: 0.5em 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  background-color: #fff;
  display: inline-block; }

.fontJumpRatio_s .entry-column h4 {
  font-size: 0.9375rem; }

.fontJumpRatio_l .entry-column h4 {
  font-size: 1.0625rem; }

.entry-column h4.bgColor {
  color: #000;
  border-top: none;
  border-bottom: none; }

.entry-column h4.bgNone {
  font-weight: 700;
  border-top: none;
  border-bottom: none;
  color: #333;
  background: none; }

@media (min-width: 768px) {
  .entry-column h4 {
    font-size: 1.125rem; }
  .fontJumpRatio_s .entry-column h4 {
    font-size: 1rem; }
  .fontJumpRatio_l .entry-column h4 {
    font-size: 1.25rem; } }

/* 見出しh系要素 ▲▲▲*/
.entry-column p {
  font-size: 1rem; }

@media (min-width: 768px) {
  .entry-column p {
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
    line-height: 1.9;
    color: #555; } }

/* エントリーのリスト */
.entry-column ul {
  padding-left: 1rem;
  margin-bottom: 2rem; }

@media (min-width: 1024px) {
  .entry-column ul {
    margin-left: 1rem; } }

.entry-column ul li:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -4px;
  margin-right: 10px; }

.entry-column ul li {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.6rem; }

@media (min-width: 1024px) {
  .entry-column ul li, .entry-column ol li {
    font-size: 1.125rem; } }

.entry-column li.summaryCustomEntryWrap:before {
  content: none; }

/* エントリーの番号付きリスト */
.entry-column ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 1rem;
  margin-left: 1rem; }

.entry-column ol ol {
  padding-left: 1em; }

.entry-column ol li {
  text-indent: -1.3em;
  padding-left: 1.3em; }

.entry-column ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
  font-weight: 700; }

/* シリアルナビ */
.serial-nav a {
  padding: 10px 0 10px 10px;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease; }

.serial-nav a .acms-icon-arrow-small-right {
  float: right;
  margin-top: -30px;
  font-size: 16px; }

.serial-nav span {
  display: block;
  font-weight: 700;
  font-size: 13px; }

.serial-nav span.linkName {
  font-size: 14px;
  line-height: 1.3;
  margin-right: 26px; }

.serial-nav span.linkName.linkNameIndex {
  margin-right: 0; }

.serial-nav .nextLink {
  border-top: 1px solid #e5e5e5; }

.serial-nav .upperLink {
  margin-top: 15px;
  text-align: center;
  border-bottom: none; }

.serial-nav .upperLink a, .serial-nav .upperLink a:visited {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #bbb;
  border-radius: 20px;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  padding: 16px 0;
  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; }

.serial-nav .upperLink .linkName {
  color: #333;
  display: inline; }

.serial-nav .upperLink .acms-icon-sort {
  display: inline;
  font-size: 20px;
  vertical-align: top; }

.linkNotFound {
  display: none; }

@media screen and (min-width: 768px) {
  .serial-nav {
    margin-bottom: 10px; }
  .serial-nav li {
    display: block;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px; }
  .serial-nav li a {
    display: block;
    background: rgba(0, 0, 0, 0.06);
    padding: 15px; }
  .serial-nav li a:hover {
    text-decoration: none; }
  .serial-nav .nextLink {
    text-align: right;
    border: none; }
  .serial-nav a .acms-icon-arrow-small-right {
    display: none; }
  .serial-nav .upperLink {
    float: none;
    margin: 0 auto; }
  .linkNotFound {
    display: block;
    background: rgba(0, 0, 0, 0.06);
    height: 100%; } }

/* ▼▼▼動的フォーム */
table.dynamicForm {
  background: rgba(0, 0, 0, 0.025); }

.label-required {
  display: inline-block; }

#entryform .dynamicFormWrap {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 1024px) {
  #entryform .dynamicForm {
    margin-left: 0px;
    margin-right: 0px; } }

#entryform .dynamicForm .acms-admin-grid {
  margin: 0 15px; }

#entryform .dynamicForm table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#entryform .dynamicForm th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#entryform .dynamicForm td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 15px 5px; }

@media (min-width: 1024px) {
  #entryform .dynamicForm th {
    width: 30%; }
  #entryform .dynamicForm td {
    width: 70%; }
  #entryform .dynamicForm td {
    padding: 15px; } }

@media (max-width: 1023px) {
  #entryform .dynamicForm th, #entryform .dynamicForm td {
    display: block; } }

.dynamicForm select, .dynamicForm .error-text {
  font-size: 14px; }

.form-btn-box {
  margin: 0; }

.form-btn-return {
  margin-top: 10px; }

/* ▲▲▲動的フォーム */
/* ▲▲▲エントリー詳細 */
/* テキストユニットの装飾 ▼▼▼*/
span.center {
  text-align: center; }

span.maxbig {
  font-size: 1.5em; }

span.big {
  font-size: 1.25em; }

span.mini {
  font-size: 0.875em; }

span.bold {
  font-weight: 700; }

h2 span.bold, h3 span.bold, h4 span.bold, span.maxbig span.bold, span.bold span.maxbig {
  font-weight: 900; }

span.keikou {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(30%, #FFE757));
  background: -webkit-linear-gradient(transparent 62%, #FFE757 30%);
  background: -o-linear-gradient(transparent 62%, #FFE757 30%);
  background: linear-gradient(transparent 62%, #FFE757 30%);
  padding-bottom: 0.25em; }

span.whiteText {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

span.textCenter {
  display: block;
  text-align: center; }

.entryFormLiteEditor span.textCenterMobile {
  display: block;
  text-align: center; }

.entryFormLiteEditor span.textCenterMobile:after {
  content: '【！】モバイル版で中央表示';
  font-weight: 700;
  background: #e01e2c;
  color: #fff;
  opacity: 0.5;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 10px; }

@media (max-width: 1023px) {
  span.textCenterMobile {
    display: block;
    text-align: center; } }

@media (min-width: 1024px) {
  span.textBrakeMobile br {
    display: none; } }

.entryFormLiteEditor span.textBrakeMobile br {
  display: block; }

.entryFormLiteEditor span.textBrakeMobile:before {
  content: '【！】モバイル版だけ改行';
  font-weight: 700;
  background: #e01e2c;
  color: #fff;
  opacity: 0.5;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px; }

.lite-editor-toolbox .acms-icon-undo {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  margin-left: -2px;
  padding-right: 4px; }

.lite-editor-toolbox .whiteText, .entryFormLiteEditor .whiteText {
  background: #ddd;
  font-weight: 700;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8); }

/* テキストユニットの装飾 ▲▲▲*/
/* 表 テーブル　*/
.entry-column table {
  border: 1px solid #ccc; }

.entry-column th {
  background: rgba(0, 0, 0, 0.025); }

.entry-column tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.015); }

.entry-column td, .entry-column th {
  display: table-cell;
  font-size: 0.75rem; }

@media (min-width: 1024px) {
  .entry-column td, .entry-column th {
    font-size: 1rem; } }

/* 段落セットのカスタムユニット ▼▼▼*/
.customSectionWrap {
  padding-top: 2em;
  padding-bottom: 1em;
  margin-bottom: 1.5rem; }

.customSectionWrap.gray {
  background-color: rgba(0, 0, 0, 0.065); }

.customSectionWrap.white {
  background-color: #fff; }

.customSectionWrap.transparent {
  background-color: transparent; }

.customSection {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }

/* 文字揃え */
.customSection.left, .customSection.left h2 {
  text-align: left; }

.customSection.center, .customSection.center h2 {
  text-align: center; }

.customSection.right, .customSection.right h2 {
  text-align: right; }

/* 文字色 */
.customSection.black, .entry-column .customSection.black h2 {
  color: #222;
  text-shadow: none; }

.customSection .imageWrap {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%; }

.customSection.bottom, .customSection.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.customSection.bottom .imageWrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.customSection.bottom .linkWrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.customSection.second .pointWrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.customSection.second .imageWrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.customSection.second .textWrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.customSection.second .linkWrap {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

@media (min-width: 768px) {
  .customSection.imageSide-left, .customSection.imageSide-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .customSection.imageSide-right .imageWrap {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    max-width: 50%; }
  .customSection.imageSide-left .imageWrap {
    -webkit-box-ordinal-group: -98;
    -ms-flex-order: -99;
    order: -99;
    max-width: 50%; }
  .customSection .contentsWrap {
    padding: 1em 0;
    width: 50%; } }

.customSection.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.customSection .pointWrap, .customSection.left .pointWrap {
  margin: 0.25em auto 1em auto;
  text-align: left;
  display: inline-block; }

.customSection.row .pointWrap, .customSection.left .pointWrap {
  margin-left: 1em;
  margin-right: 1em; }

.customSection.center .pointWrap {
  text-align: center; }

.customSection.right .pointWrap {
  text-align: right;
  margin-right: 1em; }

.customSection .pointLabel {
  display: block;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 0.5em;
  text-align: center; }

.customSection .point {
  display: block;
  background: #fff;
  color: #333;
  font-weight: 900;
  font-size: 2rem;
  padding: 0.4rem 1rem;
  display: inline-block;
  text-shadow: none;
  white-space: nowrap; }

.customSection .pointWrap.color .point {
  color: #fff; }

.customSection .pointWrap.border .point {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.customSection .pointWrap.none .point {
  background: none; }

.entry-column .customSection h2 {
  margin: 0 0.5em 0.5em 0.5em;
  padding: 0;
  font-size: 1.37rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-left: none;
  border-bottom: none;
  background: none;
  color: #fff; }

/* 段落セットのカスタムユニット ▲▲▲*/
/* スマホ対応画像のカスタムユニット ▼▼▼*/
.extendImageWrap {
  text-align: center; }

.extendImageWrap.full {
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 1024px) {
  .extendImageWrap.full {
    margin: 0 calc(50% - 50vw); }
  .extendImageWrap.full img {
    width: 100%; } }

/* スマホ対応画像のカスタムユニット ▲▲▲*/
/* 会話のカスタムユニット ▼▼▼*/
.custom_talkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-left: 5px; }

@media (min-width: 1024px) {
  .custom_talkWrap {
    margin-left: 10px; } }

.custom_talkImgWrap {
  width: 40px;
  min-width: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 1024px) {
  .custom_talkImgWrap {
    width: 70px;
    min-width: 70px; } }

.custom_talkImgWrap label {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.3;
  display: block;
  margin: 0 -5px;
  color: #555; }

@media (min-width: 1024px) {
  .custom_talkImgWrap label {
    font-size: 0.8125rem; } }

.custom_talkTextWrap {
  padding-left: 0.625rem;
  position: relative; }

.custom_talkTextWrap p {
  line-height: 1.6;
  background: #eeeddd;
  padding: 10px;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 1rem; }

@media (min-width: 1024px) {
  .custom_talkTextWrap p {
    padding-left: 1rem;
    padding-right: 1rem; } }

.custom_talkTextWrap p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #eeeddd;
  border-width: 10px 0 10px 17.32px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* 会話のカスタムユニット ▲▲▲*/
/* 空間のカスタムユニット */
.spaceDiv {
  font-weight: 900;
  letter-spacing: 8px;
  color: #bbb;
  text-align: center;
  float: none;
  padding: 0.5em; }

div.space-max {
  height: 6rem; }

div.space-large {
  height: 4rem; }

div.space-medium {
  height: 2.5rem; }

div.space-mini {
  height: 1rem; }

div.space-minus {
  height: 10px;
  margin-top: -25px;
  margin-bottom: -25px; }

div.space-minusLarge {
  height: 10px;
  margin-top: -35px;
  margin-bottom: -35px; }

div.spaceDivEdit {
  background: rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  margin-bottom: 10px; }

/* 背景色のカスタムユニット */
.custom_bgColor {
  margin-top: 0;
  margin-bottom: -1px;
  padding-top: 1rem; }

.custom_bgColor.mainColor, .custom_bgColor.mainColor h2.bgNone, .custom_bgColor.mainColor h3.bgNone, .custom_bgColor.mainColor h4.bgNone, .custom_bgColor.mainColor p, .custom_bgColor.mainColor .bold, .custom_bgColor.btnColor, .custom_bgColor.btnColor h2.bgNone, .custom_bgColor.btnColor h3.bgNone, .custom_bgColor.btnColor h4.bgNone, .custom_bgColor.btnColor p, .custom_bgColor.btnColor .bold, .custom_bgColor.dangerColor, .custom_bgColor.dangerColor h2.bgNone, .custom_bgColor.dangerColor h3.bgNone, .custom_bgColor.dangerColor h4.bgNone, .custom_bgColor.dangerColor p, .custom_bgColor.dangerColor .bold, .custom_bgColor.dangerColor .bold, .custom_bgColor.safeColor, .custom_bgColor.safeColor h2.bgNone, .custom_bgColor.safeColor h3.bgNone, .custom_bgColor.safeColor h4, .custom_bgColor.safeColor p, .custom_bgColor.safeColor .bold {
  color: #fff; }

.custom_bgColor.widthVw100_on {
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 1024px) {
  .custom_bgColor {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px; }
  .custom_bgColor.widthVw100_on {
    margin-right: calc(50% - 50vw + 8px);
    margin-left: calc(50% - 50vw + 7px);
    /*   どこか15pxずれている？ */
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); } }

.custom_bgColor.center {
  background-position: center center; }

.custom_bgColor.left-top {
  background-position: left top; }

.custom_bgColor.top {
  background-position: center top; }

.custom_bgColor.right-top {
  background-position: right top; }

.custom_bgColor.left-center {
  background-position: left center; }

.custom_bgColor.right-center {
  background-position: right center; }

.custom_bgColor.left-bottom {
  background-position: left bottom; }

.custom_bgColor.bottom {
  background-position: center bottom; }

.custom_bgColor.right-bottom {
  background-position: right bottom; }

.custom_bgColor.cover-auto {
  background-size: auto;
  background-repeat: no-repeat; }

.custom_bgColor.cover-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.custom_bgColor.cover-contain {
  background-size: contain;
  background-repeat: no-repeat; }

.custom_bgColor.textBgWhite p {
  padding: 0.5em 1em;
  background: rgba(255, 255, 255, 0.55); }

/* 背景色のカスタムユニット ▲▲▲*/
/* ------------------------------
　　サマリー・一覧　index
------------------------------ */
.summaryEntryTitle {
  margin: 5px auto;
  line-height: 1.3; }

.summaryEntryTitle.xlarge {
  font-size: 1.5rem;
  font-weight: 700; }

@media (min-width: 768px) {
  .summaryEntryTitle.xlarge {
    font-size: 1.75rem; } }

.summaryEntryTitle.large {
  font-size: 1.25rem;
  font-weight: 500; }

@media (min-width: 768px) {
  .summaryEntryTitle.large {
    font-size: 1.5rem; } }

.summaryEntryTitle.medium {
  font-size: 1rem; }

@media (min-width: 768px) {
  .summaryEntryTitle.medium {
    font-size: 1.25rem; } }

.summaryEntryTitle.mini {
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .summaryEntryTitle.mini {
    font-size: 1rem; } }

.photo .maru {
  border-radius: 1rem; }

.photo .maruL {
  border-radius: 2.5rem; }

.photo .circle {
  border-radius: 50%; }

.summaryEntryTitle a:link, .summaryEntryTitle a:visited {
  color: #333;
  text-decoration: none; }

.entry-column p.summaryEntryTitle {
  margin-bottom: 0;
  line-height: 1.3; }

.entry-column ul.summary-custom {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }

@media (max-width: 1023px) {
  ul.summary-custom, .cfFilterWrap {
    margin-left: -15px;
    margin-right: -15px; } }

.description {
  color: #666;
  font-size: 0.8125rem; }

@media (min-width: 768px) {
  .description {
    color: #777;
    font-size: 0.875rem; } }

.summaryCustomEntryWrap, .entry-column ul li.summaryCustomEntryWrap {
  padding: 0 0.3rem 0.6rem 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 768px) {
  .acms-entry li.summaryCustomEntryWrap, li.summaryCustomEntryWrap {
    padding: 0 0.5rem 1rem 0.5rem; } }

.summary-custom-entry {
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12); }

.summary-custom-entry.translucent {
  background: rgba(255, 255, 255, 0.6); }

.borderShowLeft .summary-custom-entry {
  border-top: none; }

.borderShowAll .summary-custom-entry {
  border-radius: 2.2%; }

.borderShowNone .summary-custom-entry {
  border-top: none; }

.summary-custom-entry.imgLayoutRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.summary-custom-entry.imgLayoutRow .photo {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 10px; }

.summary-custom-entry.imgLayoutRow .labelTextWrap {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

.summary-custom {
  border-left: none;
  padding-top: 18px; }

/* カテゴリーの動線・案内 */
.indexGuideWrap {
  text-align: center;
  margin: 1rem auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .indexGuideWrap {
    margin-left: -10px;
    margin-right: -10px; } }

.indexGuide .linkBtn {
  margin-bottom: 0; }

.indexGuide p {
  padding: 0.5em;
  margin: 0; }

.indexGuideImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

@media screen and (min-width: 768px) {
  .indexGuideImgWrap {
    margin-left: 0px;
    margin-right: 0px; } }

.indexGuideImgWrap {
  line-height: 0; }

.indexGuideImgWrap [class*=acms-col] {
  padding-left: 0;
  padding-right: 0; }

.indexGuideImg a {
  display: inline-block; }

.indexGuideWrap .guideText {
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5rem 0 0.5rem 0; }

.indexGuide a.linkOff {
  pointer-events: none; }

a.linkOff .acms-icon-arrow-small-right {
  display: none; }

.cfFilterWrap {
  background: rgba(0, 0, 0, 0.05); }

nav.cfFilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em; }

nav.cfFilter ul a {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 5px 0.8125rem;
  color: #fff;
  border-radius: 10px;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35); }

.cfFilterWrap label.filterName {
  text-align: center;
  display: block;
  padding: 0.25em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem; }

label.entryFieldFilter {
  font-size: 0.625rem;
  padding: 0.2em 1em;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 5px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 5px; }

@media (min-width: 1024px) {
  label.entryFieldFilter {
    font-size: 0.8125rem; } }

label.entryFieldFilter.none-, .entryInfo span.none- {
  display: none; }

p.filter-description {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em; }

.summaryCustomEntryWrap .labelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

time.summaryDate {
  font-size: 0.625rem;
  float: left;
  margin-right: 1rem;
  margin-top: 3px;
  background: #eee;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  display: block;
  color: #333;
  -ms-flex-item-align: center;
  align-self: center; }

@media (min-width: 1024px) {
  time.summaryDate {
    font-size: 0.8125rem; } }

time.summaryDate, time.summaryDate.no_date {
  display: none; }

time.summaryDate.show_date {
  display: block; }

.entry-column ul li.summaryCustomEntryWrap.show_date, .acms-entry li.summaryCustomEntryWrap.show_date {
  padding: 0 0.3rem 0rem 0.3rem;
  margin-bottom: 0; }

.summaryCustomEntryWrap.show_date .summary-custom-entry {
  border-top: none; }

/* ▲▲▲一覧 */
/* ------------------------------
　　トップ　top
------------------------------ */
/* メインビジュアル */
.topImage {
  margin-bottom: 0; }

#autoplay-btn {
  display: none; }

/* トップ横スライド */
#top_slide {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background: none; }

#top_slide ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#top_slide ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  overflow: hidden; }

#top_slide ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

@media screen and (max-width: 767px) {
  #top_slide {
    width: 100%; } }

/* トップ横スライド ▲▲▲*/
/* TOP表示用▼▼▼ */
.entry-column ul.summary-custom {
  padding-left: 0; }

.acms-entry ul.summary-custom .acms-col-12 {
  clear: none; }

#top .entry {
  border-bottom: none; }

.bannerTopeWrap {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bannerTop {
  margin: 0 0.3rem 0.6rem 0.3rem; }

.bannerTop p {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.25rem; }

/* TOP表示用▲▲▲ */
/*  ▼▼▼スマホ用のフッターナビ
------------------------------ */
.spFooterNavi li ul, .spFooterNavi li ul a {
  display: none; }

.spFooterNavi {
  background: rgba(0, 0, 0, 0.25);
  padding-top: 10px; }

.spFooterNavi ul {
  display: inline-block;
  padding: 0;
  width: 100%; }

.spFooterNavi li a {
  display: block;
  padding: 14px 0 14px 20px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  margin: 12px 25px;
  line-height: 1; }

.spFooterNavi li a, .spFooterNavi li a:visited, .spFooterNavi li a:hover {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease; }

.spFooterNavi li a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #000; }

.spFooterNavi h2 {
  margin: 1rem 0 0.5rem 0;
  padding: 0;
  text-align: center;
  color: #fff;
  opacity: 0.9; }

/* ▲▲▲スマホ用のフッターナビ */
/* ------------------------------
　　フッター footer
------------------------------ */
/* 	フッターサジェスト▼▼▼ */
.telBtn:link, .telBtn:visited, .telBtn:hover {
  color: #333;
  font-weight: 900;
  letter-spacing: 1px;
  background: #fff;
  padding: 0.6em 1em;
  border: 1px solid #bbb;
  border-radius: 30px;
  font-size: 24px;
  margin: 5px auto;
  display: inline-block;
  text-decoration: none; }

.telBtn .tenIcon {
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  padding-top: 9px;
  font-size: 20px;
  margin-right: 10px; }

@media (min-width: 1024px) {
  .telBtn:link {
    font-size: 34px;
    border: none;
    letter-spacing: 2px;
    margin: 0px auto; } }

.suggest-box {
  text-align: center;
  padding: 0rem 0 0.5rem 0; }

.suggest-box h2 {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  letter-spacing: 1px; }

.bannerFirstWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.foot-wrapper {
  padding: 0; }

.footColorWrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0; }
