@charset "UTF-8";
/* ===================================
setting
=================================== */
/* font
==============================　*/
/* moda weight */
/* color
==============================　*/
/* ===================================
news
=================================== */
/* news共通　カテゴリーリスト
==============================　*/

.news .side_cat, .news_single .side_cat {
  width: 170px;
  margin-left: 130px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.32em;
  line-height: 1; }
  .news .side_cat ul, .news_single .side_cat ul {
    position: sticky;
    top: 50px;
    margin-bottom: 255px; }
    .news .side_cat ul li, .news_single .side_cat ul li {
      margin-bottom: 30px;
      transition: 0.5s; }
      .news .side_cat ul li:before, .news_single .side_cat ul li:before {
        content: "\025b7";
        margin-right: 15px;
        font-size: 12px;
        transition: 0.5s; }
      .news .side_cat ul li.current:before, .news_single .side_cat ul li.current:before {
        content: "\025b6"; }
      .news .side_cat ul li:hover, .news_single .side_cat ul li:hover {
        margin-left: 10px; }
        .news .side_cat ul li:hover:before, .news_single .side_cat ul li:hover:before {
          content: "\025b6"; }




@media screen and (max-width: 1024px) {
  .news .side_cat, .news_single .side_cat {
    margin-left: 50px; } }
@media screen and (max-width: 900px) {
  .news .side_cat, .news_single .side_cat {
    width: 100%;
    margin: 0 0 20px;
    font-size: 12px;
    overflow-x: auto; }
    .news .side_cat ul, .news_single .side_cat ul {
      display: flex;
      width: 100%;
      padding-bottom: 10px;
      word-break: keep-all;
      padding-top: 10px;
      margin-bottom: 0; }
      .news .side_cat ul li, .news_single .side_cat ul li {
        margin: 0 10px;
        padding-bottom: 7px;
        border-bottom: 2px solid #ffffff; }
        .news .side_cat ul li:before, .news_single .side_cat ul li:before {
          display: none !important; }
        .news .side_cat ul li:hover, .news_single .side_cat ul li:hover {
          margin: 0 10px !important;
          border-bottom: 2px solid #000000; }
        .news .side_cat ul li.current, .news_single .side_cat ul li.current {
          border-bottom: 2px solid; } }
@media screen and (max-width: 600px) {
  .news .side_cat, .news_single .side_cat {
    margin-bottom: 10px; } }


/* news一覧
==============================　*/
.news .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
.news .col_wrap {
  display: flex;
  margin-top: 120px; }
.news .news_wrap {
  width: calc(100% - 300px);
  padding-bottom: 120px; }
.news .news_list .item {
  border: 1px solid;
  margin-bottom: 30px;
  /* news_text */ }
  .news .news_list .item a {
    display: flex;
    align-items: center;
    padding: 30px;
    transition: 0.5s;
    position: relative; }
    .news .news_list .item a:hover {
      opacity: 0.7; }
    .news .news_list .item a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 3px;
      right: 3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #000000 transparent;
      transition: 0.5s; }
  .news .news_list .item .thumbnail {
    width: 246px;
    height: 140px;
    margin-right: 30px; }
    .news .news_list .item .thumbnail img {
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .news .news_list .item .news_txt {
    width: calc(100% - 276px); }
  .news .news_list .item .top_text {
    display: flex;
    letter-spacing: 0.12em;
    line-height: 1; }
    .news .news_list .item .top_text .day {
      font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-size: 16px;
      font-weight: 600; }
    .news .news_list .item .top_text .news_cat {
      margin-left: 20px;
      font-size: 14px;
      font-weight: bold;
      color: #aeaeae; }
      .news .news_list .item .top_text .news_cat span {
        padding: 0 10px 0 0; }
  .news .news_list .item .title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.32em;
    line-height: 1.5; }

@media screen and (max-width: 1024px) {
  .news .news_wrap {
    width: calc(100% - 220px); } }
@media screen and (max-width: 900px) {
  .news .col_wrap {
    flex-direction: column-reverse; }
  .news .news_wrap {
    width: 100%; }
  .news .news_list .item a {
    padding: 20px; }
  .news .news_list .item .thumbnail {
    width: 150px;
    height: 80px; }
  .news .news_list .item .news_txt {
    width: calc(100% - 180px); } }
@media screen and (max-width: 600px) {
  .news .col_wrap {
    margin-top: 50px; }
  .news .news_list .item {
    margin-bottom: 15px; }
    .news .news_list .item a {
      padding: 20px;
      align-items: flex-start; }
    .news .news_list .item .news_txt {
      width: calc(100% - 115px); }
    .news .news_list .item .thumbnail {
      width: 100px;
      height: 56px;
      margin-right: 15px; }
    .news .news_list .item .top_text {
      display: block; }
      .news .news_list .item .top_text .day {
        font-size: 14px; }
      .news .news_list .item .top_text .news_cat {
        margin: 10px 0 0;
        font-size: 12px; }
    .news .news_list .item .title {
      margin-top: 10px;
      font-size: 14px; }
  .news .news_wrap {
    padding-bottom: 40px; }

  .news .side_cat ul li:nth-of-type(1) {
    margin-left: 0; }

  .news_single .side_cat ul li:nth-of-type(1) {
    margin-left: 0; } }
/* news詳細
==============================　*/
.news_single .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }
.news_single .col_wrap {
  display: flex;
  margin-top: 120px; }
.news_single .news_wrap {
  width: calc(100% - 300px);
  padding-bottom: 120px; }
.news_single .ttl_top {
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 50px; }
  .news_single .ttl_top .ttl {
    font-size: 20px;
    letter-spacing: 0.32em;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.5; }
.news_single .top_text {
  display: flex; }
  .news_single .top_text .time {
    font-size: 16px;
    font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    letter-spacing: 0.12em;
    font-weight: 600; }
  .news_single .top_text .categories {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    color: #aeaeae; }
    .news_single .top_text .categories span {
      display: block;
      margin-right: 20px;
      margin-bottom: 10px; }
.news_single .news_area {
  border: 1px solid #000000;
  padding: 50px; }
  .news_single .news_area .blog_thumbnail {
    padding: 0 25px;
    margin-bottom: 30px; }
  .news_single .news_area .content {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.12em; }
    .news_single .news_area .content * {
      margin-bottom: 20px; }
    .news_single .news_area .content h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 40px;
      line-height: 1.8; }
    .news_single .news_area .content a {
      text-decoration: underline;
      transition: 0.5s; }
      .news_single .news_area .content a:hover {
        opacity: 0.5; }
    .news_single .news_area .content strong {
      font-weight: bold; }
    .news_single .news_area .content ul li {
      position: relative;
      padding-left: 15px; }
    .news_single .news_area .content ul li:before {
      content: "";
      width: 4px;
      height: 4px;
      background: #000;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 12px;
      left: 2px; }
    .news_single .news_area .content .has-cyan-bluish-gray-background-color.has-background {
      background: #f2f2f2; }
.news_single .sns_area {
  margin-top: 60px;
  text-align: center; }
  .news_single .sns_area .ttl_text {
    font-size: 18px;
    letter-spacing: 0.32em;
    font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600; }
  .news_single .sns_area .ico_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    .news_single .sns_area .ico_list li {
      width: calc((100% - 40px)/3); }
    .news_single .sns_area .ico_list li + li {
      margin-left: 20px; }
    .news_single .sns_area .ico_list a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      width: 100%;
      background: #000000;
      border: 1px solid #000000;
      color: #ffffff;
      font-size: 16px;
      font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: 600;
      letter-spacing: 0.32em;
      transition: 0.5s; }
      .news_single .sns_area .ico_list a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        transition: 0.5s; }
      .news_single .sns_area .ico_list a:hover {
        color: #000000;
        background: #ffffff; }
        .news_single .sns_area .ico_list a:hover:before {
          border-color: transparent transparent #000000 transparent; }
    .news_single .sns_area .ico_list .sns_ico span {
      display: flex;
      align-items: center;
      line-height: 1; }
      .news_single .sns_area .ico_list .sns_ico span:before {
        content: "";
        display: inline-block;
        margin-right: 8px;
        transition: 0.5s; }
    .news_single .sns_area .ico_list .ico_tw:before {
      width: 18px;
      height: 14px;
      background: url(../img/common/ico_tw-hover.png) no-repeat;
      background-size: contain; }
    .news_single .sns_area .ico_list .ico_li:before {
      width: 14px;
      height: 14px;
      background: url(../img/common/ico_li-hover.png) no-repeat;
      background-size: contain; }
    .news_single .sns_area .ico_list .ico_fa:before {
      width: 9px;
      height: 17px;
      background: url(../img/common/ico_fa-hover.png) no-repeat;
      background-size: contain; }
    .news_single .sns_area .ico_list a:hover .ico_tw:before {
      background: url(../img/common/ico_tw.png) no-repeat;
      background-size: contain; }
    .news_single .sns_area .ico_list a:hover .ico_li:before {
      background: url(../img/common/ico_li.png) no-repeat;
      background-size: contain; }
    .news_single .sns_area .ico_list a:hover .ico_fa:before {
      background: url(../img/common/ico_fa.png) no-repeat;
      background-size: contain; }

.news_single .single_pager {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  font-size: 16px;
  font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600; }
  .news_single .single_pager > * {
    width: 80px;
    text-align: center;
    letter-spacing: 0.12em; }
  .news_single .single_pager a {
    cursor: pointer;
    transition: 0.5s; }
    .news_single .single_pager a:hover {
      opacity: 0.5; }

@media screen and (max-width: 900px) {
  .news_single .col_wrap {
    flex-direction: column-reverse;
    margin-top: 60px; }
  .news_single .news_wrap {
    width: 100%;
    padding-bottom: 60px; }
  .news_single .news_area {
    padding: 30px; }
  .news_single .sns_area .ico_list a {
    font-size: 14px; } }
@media screen and (max-width: 600px) {
  .news_single .col_wrap {
    margin-top: 50px; }
  .news_single .ttl_top {
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .news_single .top_text .time {
    font-size: 14px; }
  .news_single .top_text .categories {
    font-size: 12px;
    margin-left: 10px; }
  .news_single .top_text .ttl {
    font-size: 18px;
    margin-top: 10px; }
  .news_single .news_area {
    padding: 30px 20px; }
    .news_single .news_area .content {
      font-size: 14px;
      line-height: 2; }
      .news_single .news_area .content * {
        margin-bottom: 15px;
        text-align: justify;
        word-break: break-all; }
      .news_single .news_area .content h2 {
        font-size: 18px;
        margin-bottom: 20px; }
      .news_single .news_area .content ul li:before {
        top: 10px;
        left: 2px; }
    .news_single .news_area .blog_thumbnail {
      padding: 0; }
  .news_single .sns_area {
    margin-top: 25px; }
    .news_single .sns_area .ico_list {
      display: block;
      margin-top: 25px; }
      .news_single .sns_area .ico_list li {
        width: 100%;
        margin: 10px auto 0 !important; }
  .news_single .news_wrap {
    padding-bottom: 30px; }
  .news_single .single_pager {
    margin-top: 30px;
    font-size: 15px;
    padding: 0; } }





/* ==============================

コラム

==============================　*/

/* コラム一覧
==============================　*/
.column .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }

.column .col_wrap {
  display: flex;
  margin-top: 120px; }

.column .column_wrap {
  width: calc(100% - 300px);
  padding-bottom: 120px;
}

.columnLIST {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.columnLISTitem {
	width: 47%;
	margin-bottom: 50px;
 display: flex;
  flex-direction: column;
	transition: 0.5s;
}
.columnLISTitem:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.columnLISTitem figure {
    padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.columnLISTitem figure img {
    height: 250px;
    width: 100%;
	object-fit: cover;
}

.columnLISTitem h3 {
   font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
/*   flex-grow: 1; */
}
.columnLISTitem .cate {
   display: flex;
margin-top: auto;


}
.columnLISTitem .cate li {
   border: 1px solid #434343;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	margin-right: 5px;
	padding: 5px 8px;
}



/* ===サイド===　*/

.column .side_cat, .news_single .side_cat {
  width: 170px;
  margin-left: 130px;
  letter-spacing: 0.1em;
}

.column .side_cat h3 {
	font-size: 22px;
	font-weight: bold;
	 letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.column .side_cat ul.cateSIDE {
	margin-bottom: 50px;
}


.column .side_cat ul.cateSIDE li {
	padding-left: 20px;
	text-indent: -20px;
	font-size: 16px !important;
	margin-bottom: 10px;
	line-height: 1.6;
}

.column .side_cat ul.cateSIDE li::before {
content: '';
background: #08294d;
display: inline-block;
height: 2px;
width: 12px;
margin-right: 6px;
margin-bottom: 5px;
}

.column .side_cat ul.keySIDE {
	margin-bottom: 50px;
	margin-left: 20px;
}
.column .side_cat ul.keySIDE li {
	padding-left: 0px;
	text-indent: -0px;
	font-size: 16px;;
	margin-bottom: 15px;
	line-height: 1.6;
	display: block;
	position: relative;
}

.column .side_cat ul.keySIDE li a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
}





@media screen and (max-width: 900px) {
	
.column .col_wrap {
    flex-direction: column-reverse;
	  margin-top: 50px;
	}
	
.column .side_cat {
	  margin-top: -70px !important;
	margin-bottom: 0px !important;
}
	

/* コラム一覧
==============================　*/
.column .inner {
  max-width: auto;
  margin: 0 auto;
  padding: 0 15px; }

.column .col_wrap {
  display: flex;
  margin-top: 120px; }

.column .column_wrap {
  width: auto;
  padding-bottom: 120px;
}

.columnLIST {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.columnLISTitem {
	width: auto;
	margin-bottom: 30px;
 display: flex;
  flex-direction: column;
	transition: 0.5s;
}
.columnLISTitem:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.columnLISTitem figure {
    padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.columnLISTitem figure img {
    height: 200px;
    width: 100%;
}

.columnLISTitem h3 {
   font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15px;
/*   flex-grow: 1; */
}
.columnLISTitem .cate {
   display: flex;
margin-top: auto;


}
.columnLISTitem .cate li {
   border: 1px solid #434343;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	margin-right: 5px;
	padding: 5px 8px;
}
	
/* コラムサイド
==============================　*/
	
.column .side_cat h3 {
	font-size: 16px;
	font-weight: bold;
	 letter-spacing: 0.2em;
	margin-bottom: 10px;
}
	
.column .side_cat, .news_single .side_cat {
    width: 100%;
    margin: 0 0 0px;
    font-size: 12px; 
}
	
.scroll {
	 white-space: nowrap;
  overflow-x: auto;
		margin-bottom: 30px
}
	
.column .side_cat ul.cateSIDE {
	margin-bottom: 0px;
	display: flex;
}
	
.column .side_cat ul.cateSIDE li {
	padding-left: 0px;
	text-indent: 0px;
	font-size: 120% !important;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-right: 15px;
}

.column .side_cat ul.cateSIDE li::before {
 display: none !important; 
}
	
	
.column .side_cat ul.keySIDE {
	margin-bottom: 0px;
	display: flex;
	margin-left: 0px;
}
.column .side_cat ul.keySIDE li {
	padding-left: 0px;
	text-indent: -0px;
	font-size: 120% !important;
	margin-bottom: 10px;
	line-height: 1.6;
	display: block;
	position: relative;
	margin-right: 15px;
}

.column .side_cat ul.keySIDE li a {
	text-decoration: none;
	text-underline-offset: 0.5ex;
}	
	
	
}	




/* ==============================

コラム 詳細

==============================　*/

.columnHEAD {
	border: 1px solid #222;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.columnHEAD h1 {
	font-size: clamp(18px, 1.92vw, 24px);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
}

.columnHEAD .date {
	font-size: clamp(12px, 1.1vw, 14px);
	line-height: 1.5;
	color:#808080;
	margin-bottom: 15px;
}

.columnHEAD .cateBOX {
	display: flex;
}
.columnHEAD .cateBOX .category {
	margin-right: 20px;
}
.columnHEAD .cateBOX .tag {
	 background: url("../img/common/tag.png") no-repeat;
	background-size: 16px;
	background-position: left center;
	padding-left: 20px;
}
.columnHEAD .cateBOX .category a {
	border: 1px solid #222;
	padding: 5px 8px;
	font-size: clamp(12px, 1.1vw, 14px);
	text-align: center;
	box-sizing: border-box;
	margin-right: 5px;
}
.columnHEAD .cateBOX .tag a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	margin-right: 5px;
	font-size: clamp(12px, 1.1vw, 14px);
}


.columnBLOCK {
	
	margin-bottom: 50px;
}



.mokuji {
	background: #dce3ea;
	padding: 40px;
	box-sizing: border-box;
	max-width: 800px;
	margin: auto;
}


.mokuji .title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	text-align: center;
	letter-spacing: 0.2rem;
	font-size: clamp(16px, 1.44vw, 18px); 
	margin-bottom: 20px;
}

.mokuji .title:before, .mokuji .title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.mokuji .title:before {
  left:0;
}
.mokuji .title:after {
  right: 0;
}
.mokuji ul {
  
}
.mokuji ul li {
   list-style:  none; 
    margin:  0; 
    padding: 0;  
	margin-bottom: 10px;
	line-height: 1.5;
}
.mokuji ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #222;
	margin-right: 10px;/* 背景色指定 */      /* 要素を丸くする */
}

.column_area figure {
padding:0;
margin:0;
}


.column_area .greeting  {
	margin: 50px auto;
}

.greeting .wp-block-group__inner-container:first-child {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.greeting .wp-block-group.text .wp-block-group__inner-container {
	display: block !important;
}

.greeting .ph {
	width: 150px;
	text-align: center;
	font-size: clamp(12px, 1.1vw, 14px);
}
.greeting .ph img {
	padding: 0;
	margin: 0;
	width: 150px;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
}

.greeting .text {
	width: 78%;
  position: relative;
  display: inline-block;
  margin:  0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 1px #555;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.greeting .text:before {
  content: "";
  position: absolute;
  top: 15%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.greeting .text:after {
  content: "";
  position: absolute;
  top: 15%;
  left: -27px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}
.column_area p {
	margin-bottom: 16px;
	line-height: 1.6;
}


.column_area h2 {
	background:#dce3ea;
	padding: 20px;
	box-sizing: border-box;
	border-top:3px solid #222; 
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 20px;
}


.column_area h3 {
  border-bottom: solid 3px #dce3ea;
  position: relative;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 25px 0 20px;
}

.column_area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #222;
  bottom: -3px;
  width: 20%;
}

.column_area h4 {
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: bold;
	line-height: 1.5;
padding: 0 15px;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #222;/*左線*/
	margin: 25px 0 20px;
}

.column_area img {
	max-width: 90%;
	margin: 40px auto;
}

.column_area .wp-block-list {
	padding: 20px;
	box-sizing: border-box;
}
.column_area .wp-block-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	
}
.column_area .wp-block-list li:after {
  position: absolute;
  content: " ";
  display: block;
	top:0;
	left:0;
  background: #a4adb7;
	height: 14px;
  width: 13px;
   clip-path: polygon(0 0, 100% 50%, 0 100%);
}



.column_area .wp-block-table {
	width: 90%;
	margin: 40px auto;
}


.column_area table.has-fixed-layout {
    border: 1px #afb8c1 solid;
    border-collapse: collapse;
    border-spacing: 0;
	 line-height: 1.5;
	width: 100%;
	margin-bottom: 10px;
}

.column_area table.has-fixed-layout td:nth-child(odd) {
    padding: 15px;
    border: #afb8c1 solid;
    border-width: 0 0 1px 1px;
    background: #dee5ec;
    font-weight: bold;
   
    text-align: left;
	box-sizing: border-box;
}
.column_area table.has-fixed-layout td {
    padding: 15px;
    border: 1px #afb8c1 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	box-sizing: border-box;
	background: #f3f6f9;
}
.column_area .wp-block-table .wp-element-caption {
	font-size: clamp(12px, 1.1vw, 14px);
	 line-height: 1.5;
}


.column_area h5.wp-block-heading {
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: bold;
	line-height: 1.5;
	margin: 25px 0 20px !important;
}

.designBOXA {
	margin: 0 0 40px !important ;
}
.column_area h6.wp-block-heading {
	background: #4c555e;
	padding: 15px 20px;
	box-sizing: border-box;
	color:#fff;
	line-height: 1.5;
	font-size: clamp(16px, 1.44vw, 18px);
	margin: 15px 0 0px;
	font-weight: bold;
}
.designBOXA .inner {
	background: #f3f6f9;
	 border: 1px #afb8c1 solid;
	padding: 40px;
	box-sizing: border-box;
}


.designBOXB {
	margin: 0 0 40px !important ;
}
.designBOXB h6 {
	background: #222 !important;
	padding: 15px 20px;
	box-sizing: border-box;
	color:#fff;
	line-height: 1.5;
	font-size: clamp(16px, 1.44vw, 18px);
	margin: 15px 0 0px;
	font-weight: bold;
}
.designBOXB .inner {
	background: #f3f6f9;
	 border: 1px #afb8c1 solid;
	padding: 40px;
	box-sizing: border-box;
}

.column_area .yoyaku {
  border: 1px solid #000000;
	width: 40%;
	margin: 50px auto;
}

.column_area .yoyaku a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #000000;
  font-size: clamp(16px, 1.44vw, 18px);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.32em;
  transition: 0.5s;
	
}

.column_area .yoyaku a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition: 0.5s;
}

.column_area .yoyaku a:hover {
  background: #ffffff;
  color: #000000;
}

.column_area .yoyaku a:hover:before {
  border-color: transparent transparent #000000 transparent;
}

.kansyu {
	background: #f3f6f9;
	 border: 1px #afb8c1 solid;
	padding: 40px;
	box-sizing: border-box;
}

.kansyu .head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.kansyu .text {
	width: 70%;
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.kansyu .ph {
	width: 180px;
	padding: 0;
	margin: 0;
}
.kansyu .ph img {
	 width: 180px;
  height: 170px;
  border-radius: 50%;  /* 円形にする */
	object-fit: cover;
	padding: 0;
	margin: 0;
}
.kansyu .text .title {
	font-size: clamp(12px, 1.1vw, 14px);
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.kansyu .text .name {
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: bold;
	margin-bottom: 15px;
}

.kansyu .text .name span {
	font-size: clamp(14px, 1.28vw, 16px);
	margin-left: 10px;
}
.kansyu .text .bunya {
	font-size: clamp(14px, 1.28vw, 16px);
}
.kansyu .text .bunya span {
	margin-right: 10px;
}
.kansyu p {
	
}
.kansyu p:last-child {
	margin-bottom: 0;
}

.snsBOX {
	display: flex;
	justify-content: center;
	width: 180px;
	margin: auto;
}

.snsBOX li {
	width: 32%;
	list-style-type: none;
	margin: 0 5px;
}
.snsBOX li img {
	width: 100%;
	height: auto;
}

.column_area .single_pager {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  font-size: 16px;
  font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600; }
  .news_single .single_pager > * {
    width: 80px;
    text-align: center;
    letter-spacing: 0.12em; }
  .news_single .single_pager a {
    cursor: pointer;
    transition: 0.5s; }
    .news_single .single_pager a:hover {
      opacity: 0.5; }

.kanren {
	border-top: 1px solid #222;
	padding-top: 50px;
	margin-top: 50px;
}
.kanren h1 {
	font-size: clamp(18px, 1.92vw, 24px);
	font-weight: bold;
	margin-bottom: 30px;
	
}


@media screen and (max-width: 900px) {
	
.columnHEAD {
	border: 1px solid #222;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.columnHEAD h1 {
	font-size: clamp(18px, 1.92vw, 24px);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
}

.columnHEAD .date {
	font-size: clamp(12px, 1.1vw, 14px);
	line-height: 1.5;
	color:#808080;
	margin-bottom: 10px;
}

.columnHEAD .cateBOX {
	display: block;
}
.columnHEAD .cateBOX .category {
	margin-right: 20px;
	margin-bottom: 10px;
}
.columnHEAD .cateBOX .tag {
	 background: url("../img/common/tag.png") no-repeat;
	background-size: 12px;
	background-position: left top 5px;
	padding-left: 20px;
}
.columnHEAD .cateBOX .category a {
	border: 1px solid #222;
	padding: 5px 8px;
	font-size: clamp(12px, 1.1vw, 14px);
	text-align: center;
	box-sizing: border-box;
	margin-right: 5px;
}
.columnHEAD .cateBOX .tag a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	margin-right: 5px;
	font-size: clamp(12px, 1.1vw, 14px);
}


.columnBLOCK {
	
	margin-bottom: 25px;
}



.mokuji {
	background: #dce3ea;
	padding: 20px;
	box-sizing: border-box;
	max-width: 800px;
	margin: auto;
}


.mokuji .title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	text-align: center;
	letter-spacing: 0.2rem;
	font-size: clamp(14px, 1.44vw, 18px); 
	margin-bottom: 20px;
}

.mokuji .title:before, .mokuji .title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.mokuji .title:before {
  left:0;
}
.mokuji .title:after {
  right: 0;
}
.mokuji ul {
  margin-left: 15px;
}
.mokuji ul li {
   list-style:  none; 
    margin:  0; 
    padding: 0;  
	margin-bottom: 8px;
	line-height: 1.5;
	font-size: 14px;
	text-indent: -15px;
}
.mokuji ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #222;
	margin-right: 5px;/* 背景色指定 */      /* 要素を丸くする */
}

.greeting {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.greeting .ph {
	width: 25%;
	text-align: center;
	font-size: clamp(10px, 1.1vw, 14px);
}
.greeting .ph img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
}

.greeting .text {
	width: 70%;
  position: relative;
  display: inline-block;
  margin:  0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 1px #555;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

.greeting .text:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.greeting .text:after {
  content: "";
  position: absolute;
  top: 5%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}
.column_area p {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 14px;
}


.column_area h2 {
	background:#dce3ea;
	padding: 12px;
	box-sizing: border-box;
	border-top:3px solid #222; 
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 20px;
}


.column_area h3 {
  border-bottom: solid 3px #dce3ea;
  position: relative;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 20px 0 20px;
}

.column_area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #222;
  bottom: -3px;
  width: 20%;
}

.column_area h4 {
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: bold;
	line-height: 1.5;
padding: 0 10px;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #222;/*左線*/
	margin: 20px 0 15px;
}

.column_area img {
	max-width: 90%;
	margin: 30px auto;
}

.column_area .wp-block-list {
	padding: 15px;
	box-sizing: border-box;
}
.column_area .wp-block-list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	
}
.column_area .wp-block-list li:after {
  position: absolute;
  content: " ";
  display: block;
	top:0;
	left:0;
  background: #a4adb7;
	height: 12px;
  width: 11px;
   clip-path: polygon(0 0, 100% 50%, 0 100%);
}



.column_area .wp-block-table {
	width: 90%;
	margin: 20px auto;
}


.column_area table.has-fixed-layout {
    border: 0px #afb8c1 solid;
    border-collapse: collapse;
    border-spacing: 0;
	 line-height: 1.5;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px solid #afb8c1;
}

.column_area table.has-fixed-layout td:nth-child(odd) {
	display: block;
	width: 100%;
    padding: 10px;
    border: #afb8c1 solid;
    border-width:  1px 1px 1px 1px;
    background: #dee5ec;
    font-weight: bold;
   
    text-align: left;
	box-sizing: border-box;
}
.column_area table.has-fixed-layout td {
	display: block;
	width: 100%;
    padding: 10px;
    border: 1px #afb8c1 solid;
    border-width: 0px 1px 0px 1px;
    text-align: left;
	box-sizing: border-box;
	background: #f3f6f9;
}
.column_area .wp-block-table .wp-element-caption {
	font-size: clamp(12px, 1.1vw, 14px);
	 line-height: 1.5;
}


.column_area h5 {
	font-size: clamp(16px, 1.6vw, 20px) !important;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 10px !important;
}

.designBOXA {
	margin: 0 0 30px !important ;
}
.designBOXA h6 {
	background: #4c555e;
	padding: 10px 15px;
	box-sizing: border-box;
	color:#fff;
	line-height: 1.5;
	font-size: clamp(16px, 1.44vw, 18px);
	margin: 15px 0 0px;
	font-weight: bold;
}
.designBOXA .inner {
	background: #f3f6f9;
	 border: 1px #afb8c1 solid;
	padding: 15px;
	box-sizing: border-box;
}


.designBOXB {
	margin: 0 0 30px !important ;
}




.designBOXB h6 {
	background: #222;
	padding: 10px 15px;
	box-sizing: border-box;
	color:#fff;
	line-height: 1.5;
	font-size: clamp(16px, 1.44vw, 18px);
	margin: 15px 0 0px;
	font-weight: bold;
}
.designBOXB .inner {
	background: #f3f6f9;
	 border: 1px #afb8c1 solid;
	padding: 15px;
	box-sizing: border-box;
}

.column_area .yoyaku {
  border: 1px solid #000000;
	width: 80%;
	margin: 30px auto;
}

.column_area .yoyaku a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #000000;
  font-size: clamp(16px, 1.44vw, 18px);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.32em;
  transition: 0.5s;
	
}

.column_area .yoyaku a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition: 0.5s;
}

.column_area .yoyaku a:hover {
  background: #ffffff;
  color: #000000;
}

.column_area .yoyaku a:hover:before {
  border-color: transparent transparent #000000 transparent;
}

.kansyu {
	background: #f3f6f9;
	 border: 1px #afb8c1 solid;
	padding: 20px;
	box-sizing: border-box;
}

.kansyu .head {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 15px;
}

.kansyu .text {
	width: auto;
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.kansyu .ph {
	width: 40%;
	padding: 0;
	margin: 0;
	margin: auto;
	margin-bottom: 10px;
}
.kansyu .ph img {
	 width: 100%;
  height: auto;
  border-radius: 50%;  /* 円形にする */
	object-fit: cover;
	padding: 0;
	margin: 0;
}
.kansyu .text .title {
	font-size: clamp(12px, 1.1vw, 14px);
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.kansyu .text .name {
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: bold;
	margin-bottom: 10px;
}

.kansyu .text .name span {
	font-size: clamp(12px, 1.28vw, 16px);
	margin-left: 5px;
}
.kansyu .text .bunya {
	font-size: clamp(12px, 1.28vw, 16px);
}
.kansyu .text .bunya span {
	margin-right: 5px;
}
.kansyu p {
	font-size: 14px;
}
.kansyu p:last-child {
	margin-bottom: 0;
}

.snsBOX {
	display: flex;
	justify-content: center;
	width: 180px;
	margin: auto;
}

.snsBOX li {
	width: 32%;
	list-style-type: none;
	margin: 0 5px;
}
.snsBOX li img {
	width: 100%;
	height: auto;
}

.column_area .single_pager {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 45px;
  font-size: 16px;
  font-family: "Mada", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600; }
  .news_single .single_pager > * {
    width: 80px;
    text-align: center;
    letter-spacing: 0.12em; }
  .news_single .single_pager a {
    cursor: pointer;
    transition: 0.5s; }
    .news_single .single_pager a:hover {
      opacity: 0.5; }

.kanren {
	border-top: 1px solid #222;
	padding-top: 25px;
	margin-top: 25px;
}
.kanren h1 {
	font-size: clamp(18px, 1.92vw, 24px);
	font-weight: bold;
	margin-bottom: 20px;
	
}

	
}

.wp-block-vk-blocks-slider  {
       width: auto;
       margin-left: auto;
       margin-right: auto;
     }

.wp-block-snow-monkey-blocks-accordion {
margin-bottom:10px;



}

.smb-accordion__item__title {
background: #677582 !important;
border: 1px #afb8c1 solid;
font-size:16px;
font-weight:bold;
padding:15px 20px !important;
	box-sizing: border-box;

}
.smb-accordion__item__title__label {
color:#fff;
}
.smb-accordion__item__title__icon {
color:#fff;
}

.smb-accordion__item__body {
background:#fff;
}



.column_area .wp-block-button {
  border: 1px solid #000000;
	width: 40%;
	margin: 50px auto !important;
}

.column_area .wp-block-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #000000;
  font-size: clamp(16px, 1.44vw, 18px);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.32em;
  transition: 0.5s;
	border-radius: 0;
	
}

.column_area .wp-block-button a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition: 0.5s;
}

.column_area .wp-block-button a:hover {
  background: #ffffff;
  color: #000000;
}

.column_area .wp-block-buttonu a:hover:before {
  border-color: transparent transparent #000000 transparent;
}






.kansyu .head .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	width: 100% !important;
}
.kansyu .head .text {
	width: 70% !important;
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.kansyu .head .text .wp-block-group__inner-container {
	display: block;
}
.kansyu .head .text .wp-block-group__inner-container p {
margin:0;
padding:0;
}
.kansyu .text .title {
	font-size: clamp(12px, 1.1vw, 14px);
	border-bottom: 1px solid #222;
	padding-bottom: 5px !important;
	margin-bottom: 30px !important;
}
.kansyu .text .name {
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: bold;
	margin-bottom: 15px !important;
}
.kansyu .text .bunya {
	font-size: clamp(14px, 1.28vw, 16px);
}

.kansyu .ph {
	width: 180px;
	padding: 0;
	margin: 0;
margin-top:20px;
}
.kansyu .ph img {
	 width: 180px;
  height: auto;
  border-radius: 50%;  /* 円形にする */
	object-fit: cover;
	padding: 0;
	margin: 0;
}






#toc_container {
	background: #dce3ea !important;
	padding: 40px !important;
	box-sizing: border-box !important;
width: 100% !important;
	margin: auto;
border:0px !important;
}


.toc_title {
font-size: clamp(16px, 1.44vw, 18px) !important; 
text-align: center !important;
font-weight:normal !important;
letter-spacing:0.2rem !important;
}

.toc_title:after {
font-size: clamp(16px, 1.44vw, 18px) !important; 
text-align: center !important;
font-weight:normal !important;
letter-spacing:0.2rem !important;
}



#toc_container .no_bullets .toc_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.mokuji .title:before {
  left:0;
}
.mokuji .title:after {
  right: 0;
}
#toc_container ul {
  
}
#toc_container ul li {
   list-style:  none; 
    margin:  0; 
    padding: 0;  
	margin-bottom: 10px;
	line-height: 1.5;
}
#toc_container ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #222;
	margin-right: 10px;/* 背景色指定 */      /* 要素を丸くする */
}


	.liquid_blocks_format_small {
		font-size: 16px !important;
	}


@media screen and (max-width: 900px) {
	
	
.wp-block-vk-blocks-slider  {
       width: auto;
       margin-left: auto;
       margin-right: auto;
     }

.wp-block-snow-monkey-blocks-accordion {
margin-bottom:10px;



}

.smb-accordion__item__title {
background: #677582 !important;
border: 1px #afb8c1 solid;
font-size:14px;
font-weight:bold;
padding:12px 15px !important;
	box-sizing: border-box;

}
.smb-accordion__item__title__label {
color:#fff;
}
.smb-accordion__item__title__icon {
color:#fff;
}

.smb-accordion__item__body {
background:#fff;
	padding: 15px !important;
	}



.column_area .wp-block-button {
  border: 1px solid #000000;
	width: 90%;
	margin: 30px auto !important;
}

.column_area .wp-block-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: #000000;
  font-size: clamp(16px, 1.44vw, 18px);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.5s;
	border-radius: 0;
	
}

.column_area .wp-block-button a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition: 0.5s;
}

.column_area .wp-block-button a:hover {
  background: #ffffff;
  color: #000000;
}

.column_area .wp-block-buttonu a:hover:before {
  border-color: transparent transparent #000000 transparent;
}






.kansyu .head .wp-block-group__inner-container {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 0px;
	width: 100% !important;
}
.kansyu .head .text {
	width: 100% !important;
	border-bottom: 1px solid #222;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.kansyu .head .text .wp-block-group__inner-container {
	display: block;
}
.kansyu .head .text .wp-block-group__inner-container p {
margin:0;
padding:0;
}
.kansyu .text .title {
	font-size: clamp(12px, 1.1vw, 14px);
	border-bottom: 1px solid #222;
	padding-bottom: 5px !important;
	margin-bottom: 10px !important;
}
.kansyu .text .name {
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: bold;
	margin-bottom: 0 !important;
}
.kansyu .text .bunya {
	font-size: clamp(14px, 1.28vw, 16px);
}

.kansyu .ph {
	width: 40%;
	padding: 0;
	margin: 0 auto;
margin-top:0px;
	margin-bottom: 15px;
}
.kansyu .ph img {
	 width: 100%;
  height: auto;
  border-radius: 50%;  /* 円形にする */
	object-fit: cover;
	padding: 0;
	margin: 0;
}

	.liquid_blocks_format_small {
		font-size: 12px !important;
	}




#toc_container {
	background: #dce3ea !important;
	padding: 20px !important;
	box-sizing: border-box !important;
width: 100% !important;
	margin: auto;
border:0px !important;
}


.toc_title {
font-size: clamp(16px, 1.44vw, 18px) !important; 
text-align: center !important;
font-weight:normal !important;
letter-spacing:0.1rem !important;
}

.toc_title:after {
font-size: clamp(16px, 1.44vw, 18px) !important; 
text-align: center !important;
font-weight:normal !important;
letter-spacing:0.2rem !important;
}



#toc_container .no_bullets .toc_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.mokuji .title:before {
  left:0;
}
.mokuji .title:after {
  right: 0;
}
#toc_container ul {
 margin-left: 25px !important;
}
#toc_container ul li {
	 
   list-style:  none; 
    margin:  0; 
    padding: 0;  
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 14px;
	text-indent: -22px;
}
#toc_container ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #222;
	margin-right: 10px;/* 背景色指定 */      /* 要素を丸くする */
}
	
}



.column_area blockquote {
	width: 90%;
	border-left: 5px #afb8c1 solid;
  padding: 15px 20px;
	box-sizing: border-box;
	background: #f3f6f9;
	margin: 30px auto 40px;
}
.column_area blockquote p {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
	font-size: 14px;
}
.column_area blockquote cite {
	font-style: italic;
	font-size: 14px;
}
.column_area blockquote cite a {
	color:#054bcc;
}
@media screen and (max-width: 900px) {
	.column_area blockquote {
	width: 90%;
	border-left: 5px #afb8c1 solid;
  padding: 10px 20px 15px;
	box-sizing: border-box;
	background: #f3f6f9;
	margin: 25px auto 30px;
}
.column_area blockquote p {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 3px !important;
	font-size: 14px;
}
.column_area blockquote cite {
	font-style: italic;
	font-size: 12px;
}
.column_area blockquote cite a {
	color:#054bcc;
}
}



 /* コラム投稿スライダー調整 */

.spider__dots {
	margin-top: -20px !important;
	margin-bottom: 20px !important;
}

.spider__arrow {
	background: #222 !important;
	
	
}
.spider__arrow[data-direction="prev"],
	.spider__arrow[data-direction="next"] {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		
	}

.spider__arrow[data-direction="prev"]::before {
  border-bottom: 2px solid #fff !important;
  border-left: 2px solid #fff !important;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  transform: rotate(45deg);
	
	
}

.spider__arrow[data-direction="next"]::before {
  border-right: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
  bottom: calc(50% - 5px);
  right: calc(50% - 5px);
  transform: rotate(45deg);
}


@media screen and (max-width: 900px) {
	.spider__arrow[data-direction="prev"],
	.spider__arrow[data-direction="next"] {
		width: 35px;
		height: 35px;
		border-radius: 35px;
	}
.spider__dots {
	margin-top: -20px !important;
	margin-bottom: 10px !important;
}
	
}
