/***************************************************
　11/6
　コンテンツ一覧ページのココナラ埋め込みサイズ調整
　記事TOPの上部位置調整
***************************************************/
.contentspage_flex ul{
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
	justify-content: center;
}
.contentspage_flex li{
    list-style: none;
	margin:10px;
    padding: 10px;
}
.content ol>li:before, .content ul>li:before {
	content:""!important;
}

.content_firstbox {
	margin-top: 1rem!important;
}

/***************************************************
　11/6
　コンテンツ一覧ページのココナラ埋め込みサイズ調整
**************************************************
@media only screen and (max-width: 991px) {
	.wp-block-columns-ad{
		flex-wrap: wrap!important;
		width: 300px!important;
	}
}
*/
/***************************************************
　11/3
　TabletエリアでPCメニュー非表示
***************************************************/
	.header_menu {
		display: none;
	}
	.header_menu_table table,
	.header_menu_table table tbody,
	.header_menu_table table tbody tr {
		display: block;
	}
	.header_menu_table table tbody td:nth-child(1) {
		width: 18%;
	}
	.header_menu_table table tbody td:nth-child(2) {
		width: 42%;
	}
	.header_menu_table table tbody td:nth-child(3) {
		width: 30%;
	}
	.header_menu_table table tbody tr:nth-child(2) {
		margin-top: 8px;
	}
@media only screen and (min-width: 992px) {
	.header_menu_table {
		display: none;
	}
	.container-header {
		display: block;
		align-items: unset;
	}
	.header_menu {
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
		width: 90%;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
		.header_menu-link {
		font-size: 1.0em!important;
		padding: 0 10px!important;
	}
	.header_menu-link:last-child {
		border-right: none;
	}
	.searchBtn {
		position: absolute;
		top: 0;
		right: 50px;
		text-align: center;
	}
	.menuBtn {
		position: absolute;
		top: 0;
		right: 0;
	}
}



/***************************************************
　11/3
　記事抜粋0文字に変更した際、日時表示の空白調整
***************************************************/

.wp-block-latest-posts.columns-3 li {
    padding: 30px 10px!important;
}

@media only screen and (max-width: 400px) {
	.l-wrapper {
		margin: 0;
	}
}

/***************************************************
　9/18 9/24
　記事2-3カラムの上部位置調整
***************************************************/
.wp-block-column {
	margin-top: 20px!important;
}

/***************************************************
  12/8
  ヘッダメニューに対して「 均等配列かつ枠を付ける」
***************************************************/
.siteTitle__logo {
	height: 40px;
}
.header_menu {
	color: #fff;
}
.header_menu_table {
	color: #fff;
}*/
/***************************************************
  12/16
  前回の続き、グロナビの補正
***************************************************/
/* テキストの太字(B)→普通に変更 */
/* ・フォントサイズを１段小さくする */
.header_menu-link {
	font-weight: normal;
    font-size: 1em;
}
/* 赤枠を除いて4つにしてください */
@media only screen and (min-width: 992px) {
	.header_menu-link {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) {
	.header_menu_table table tbody tr:nth-child(1) td:nth-child(1) {
		width: 59%;
	}
	.header_menu_table table tbody tr:nth-child(1) td:nth-child(2) {
		width: 50%;
	}
	.header_menu_table table tbody tr:nth-child(2) td:nth-child(1) {
		width: 80%;
	}
	.header_menu_table table tbody tr:nth-child(2) td:nth-child(2) {
		width: 50%;
	}
	.header_menu_table table tbody tr:nth-child(2) {
		margin-top: 8px;
	}
}

@media only screen and (min-width: 1300px) {
	.archive__item .archive__contents {
		height: 18vw;
	}
}

@media only screen and (min-width: 1500px) {
	.archive__item .archive__contents {
		height: 19vw;
	}
}

@media only screen and (min-width: 1700px) {
	.archive__item .archive__contents {
		height: 21vw;
	}
}
@media only screen and (min-width: 1900px) {
	.archive__item .archive__contents {
	}
}

.single .l-main.u-shadow {
	background: #fff;
	padding: 30px;
}
@media only screen and (max-width: 480px) {
	.single .l-main.u-shadow {
		padding: 0;
	}
	.heading.heading-primary {
		margin-top: 20px;
	}
	.heading.heading-primary,
	.dateList.dateList-main {
		padding: 0 30px;
	}
}
.single .eyecatch .eyecatch__link img {
	object-fit: none;
}

.l-sidebar.u-shadowfix {
	padding: 0;
}
.l-main.u-shadow {
	padding: 0;
}
.l-sidebar.u-shadowfix {
	box-shadow: unset;
}
aside.widget.widget-side.u-shadowfix.widget_categories > ul {
	border: 0;
}

.snsFollow {
	display: none;
}

.eyecatch__cat {
	width: 25%;
}
.eyecatch__cat a {
	font-size: .5em !important;
}

.single .eyecatch__link {
	border: 2px solid #eee;
}

/***************************************************
  12/1
  h2,h3を参考サイトと同じくらいスリムにしたい
  2,h3の文字の余白を狭くしてほしい
***************************************************/
.single h2 {
	padding: 6px 0 0px 10px;
}
.single h3 {
	padding: 6px 0px 4px 8px;
}

/***************************************************
  12/1
  目次の箇所が改行されず表示がおかしい
  改行して欲しい
***************************************************/
.outline {
	display: block !important;
    width: 80%;
    margin: auto;
    margin-top: 30px !important;
}
@media only screen and (max-width: 480px) {
	.outline {
		width: 100%;
	}
}

/***************************************************
  12/9　⇒　8/2「表示」に戻す
  投稿記事の上部画像を「非表示」にする
  （一覧ページでは表示のまま）
***************************************************/
/* .single .eyecatch.eyecatch-main {
	display: none;
} */

/***************************************************
  記事表紙の横幅をもっと長くしてできる限り１行に治るようにしたい
***************************************************/
.eyecatch__cat {
	width: 65%;
}
@media only screen and (max-width: 480px) {
	.eyecatch__cat {
		width: 35%;
	}
}


/* 記事コンテンツ 背景色 */
.l-main.u-shadow {
	background-color: #EFEFEF !important;
}

.postContents section div a, .pageContents section div a {
    text-decoration: none;
}

/* 目次 */
#ez-toc-container {
	padding: 0;
	margin: 15px auto 30px auto;
	width: 100%;
}
#ez-toc-container .ez-toc-title-container {
	padding:10px;
	color:#FFF;
	text-align:center;
	background:#000;
}
#ez-toc-container .ez-toc-title {
	font-size: 20px;
	font-weight: 300 !important;
	text-align: center !important;
}
#ez-toc-container .ez-toc-list {
	background: #F0F0F0;
	padding: 30px;
}
#ez-toc-container .ez-toc-list ul {
	padding-left:36px;
}
#ez-toc-container .ez-toc-list li {
	color: #0081ba;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
}
#ez-toc-container .ez-toc-list a:hover {
	font-size: 17px;
	font-weight: 300;
}
#ez-toc-container .ez-toc-list ul {
	padding-left: 10px !important;
}
#ez-toc-container .ez-toc-list ul > li {
	list-style: none;
}


/***************************************************
  8/16
  無料診断フォームのCSS
***************************************************/

.cform th {
	font-size: 14px;
	width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #00142c solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

/***************************************************
  9/12
グロナビ
***************************************************/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-size: 10px;
}


main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 50px;
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.navigation__content {
  width: 100%;
  background-color: #fff;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 29.5px 0 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .navigation__content {
    height: 50px;
    padding: 0 20px;
  }
}
.navigation__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__logo:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .navigation__logo-image {
    width: 30px;
  }
}
.navigation__logo-text {
  font-size: 2.7rem;
  font-weight: 700;
  color: #05106A;
}
@media screen and (max-width: 767px) {
  .navigation__logo-text {
    font-size: 20px;
  }
}
.navigation__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 35px;
}
.navigation__main-item {
  position: relative;
  height: 80px;
  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;
}
.navigation__main-item:hover .navigation__subnavigation {
  display: block;
}
.navigation__main-item:hover .navigation__main-link::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation__main-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #05106A;
}
.navigation__main-link--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.navigation__main-link--sub::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #05106A transparent transparent transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__subnavigation {
  display: none;
  position: absolute;
  top: 80px;
  left: -262px;
}
.navigation__subnavigation-container {
  margin-top: 5px;
  width: 534px;
  border-radius: 27px;
  border: 1px solid #fff;
  background-color: #05106A;
  color: #fff;
  padding: 15px 30px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 102px;
}
.navigation__subitem-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.navigation__link-container:not(:last-child) {
  margin-bottom: 6px;
}
.navigation__subitem-link {
  display: inline-block;
  border: 1px solid #FFA200;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1px 10px;
  margin-left: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation__subitem-link:hover {
  background-color: #FFA200;
}
.navigation__button {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #05106A;
  color: #fff;
  padding: 12px 22px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .navigation__button {
    margin: 0 auto;
  }
}
.navigation__button:hover {
  background-color: #FFA200;
}

.navigation__button--blue {
	  background-color: #3C8BD9;
}
.navigation__button--orange {
  width: 281px;
  height: 70px;
  padding: 0;
  border: 3px solid #FFA200;
  background-color: #FFA200;
  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;
}
.navigation__button--orange:hover {
  background-color: #fff;
  color: #FFA200;
}
.navigation__button--white {
  width: 281px;
  height: 70px;
  padding: 0;
  background-color: #fff;
  border: 3px solid #FFA200;
  color: #FFA200;
  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;
}
.navigation__button--white:hover {
  background-color: #FFA200;
  color: #fff;
}
.navigation__button:not(:last-child) {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .navigation__button:not(:last-child) {
    margin-bottom: 15px;
  }
}
.navigation__hamburger {
  position: relative;
  width: 35px;
  height: 20px;
  margin-left: 116px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 22px;
}
@media screen and (max-width: 980px) {
  .navigation__hamburger {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navigation__hamburger {
    margin-left: auto;
    height: 15px;
    padding-bottom: 15px;
    width: 25px;
  }
}
.navigation__hamburger::after {
  content: "ALL";
  position: absolute;
  bottom: -6px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .navigation__hamburger::after {
    font-size: 12px;
  }
}
.navigation__hamburger.active::after {
  content: "CLOSE";
}
.navigation__hamburger.active .navigation__line:first-child, .navigation__hamburger.active .navigation__line:last-child {
  top: 12px;
  left: 50%;
  width: 0;
}
@media screen and (max-width: 767px) {
  .navigation__hamburger.active .navigation__line:first-child, .navigation__hamburger.active .navigation__line:last-child {
    top: 5px;
  }
}
.navigation__hamburger.active .navigation__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation__hamburger.active .navigation__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navigation__hamburger.active .navigation__line:nth-child(2), .navigation__hamburger.active .navigation__line:nth-child(3) {
  top: 12px;
}
@media screen and (max-width: 767px) {
  .navigation__hamburger.active .navigation__line:nth-child(2), .navigation__hamburger.active .navigation__line:nth-child(3) {
    top: 5px;
  }
}
.navigation__line {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #05106A;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0;
}
.navigation__line:first-child {
  top: 0;
}
.navigation__line:nth-child(2), .navigation__line:nth-child(3) {
  top: 9px;
}
@media screen and (max-width: 767px) {
  .navigation__line:nth-child(2), .navigation__line:nth-child(3) {
    top: 8px;
  }
}
.navigation__line:last-child {
  top: 19px;
}
@media screen and (max-width: 767px) {
  .navigation__line:last-child {
    top: 15px;
  }
}
.navigation__container {
  display: none;
  padding: 29px 0 109px;
  background-color: #05106A;
  overflow: auto;
  max-height: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .navigation__container {
    max-height: calc(100% - 50px);
    padding: 10px 0 50px;
  }
}
.navigation__container.active {
  display: block;
}
.navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 974px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .navigation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navigation__block {
  padding: 22px 0 28px;
}
.navigation__block:last-child {
  margin-left: auto;
  padding-left: 86.5px;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .navigation__block:last-child {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 2px solid #fff;
    margin: 0;
  }
}
.navigation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .navigation__links {
    gap: 40px;
    padding-right: 0;
  }
}
.navigation__others {
  margin-top: 72px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navigation__others {
    margin-top: 30px;
  }
}
.navigation__others-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.navigation__others-link:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .navigation__others-link:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page-header {
  position: relative;
  width: 100%;
  height: 267px;
  padding: 64px 20px 0;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-top: 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;
  }
}
.page-header__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__title {
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .page-header__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title {
    font-size: 20px;
  }
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #05106A;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 10px;
}

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

@media screen and (max-width: 767px) {
  .overflow {
    overflow: hidden;
  }
}

