@charset "UTF-8";
/* CSS Document */

/*ベース
/************************************************************/
/*
body {
  width: 100%;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.4rem;
  font-weight: 500;
  color: #191919;
  background: #FFF;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
button, input, select, textarea{
  font-family: inherit;
  font-weight: inherit;
  font-size:  inherit;
}
a{
  color: inherit;
  text-decoration: none;
}
*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    -webkit-text-size-adjust: 100%;
  }
}

/*-----------------------------------------------------------
共通レイアウト
-------------------------------------------------------------*/

/*表示・非表示
--------------------------------------*/
.pc-only {
  display: block;
}

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

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

.tab-sp-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab-sp-only {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .tab-sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .tab-only {
    display: none;
  }
}

.u-none {
  display: none;
}

.u-none-pc {
  display: none;
}

.u-none-sp {
  display: block;
}

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

  .u-none-sp {
    display: none;
  }
}

/*画面幅
----------------------------------------*/
.m-width700 {
  max-width: 700px;
}
.m-width650 {
  max-width: 650px;
}
.m-width600 {
  max-width: 600px;
}
.m-width550 {
  max-width: 550px;
}
.m-width500 {
  max-width: 500px;
}
.m-width450 {
  max-width: 450px;
}
.m-width400 {
  max-width: 400px;
}
.m-width350 {
  max-width: 350px;
}
.m-width300 {
  max-width: 300px;
}

/*間隔
-----------------------------------------*/
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt55 {
  margin-top: 55px!important;
}
.mt60 {
  margin-top: 60px!important;
}

.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

/*文字サイズ*/
.fs14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .fs14 {
    font-size: 90%;
  }
}

.fs12 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .fs12 {
    font-size: 85%;
  }
}

/*文字設定
-----------------------------------------------*/

/*文字色*/
.f-red {
  color: #e90f0f;
}
.f-orange {
  color: #f90;
}


/*文字色(カテゴリ用カラー指定)*/
.c-black {
  color: #191919 !important;
}

.c-gray {
  color: #7f7f7f !important;
}

.c-darkgray {
  color: #3f3f3f !important;
}

.c-lightgray {
  color: #bfbfbf !important;
}

.c-red {
  color: #dd3340 !important;
}

.c-winered {
  color: #a21d48 !important;
}

.c-pink {
  color: #ff7bac !important;
}

.c-hotpink {
  color: #ed1e79 !important;
}

.c-rosepink {
  color: #ee8299 !important;
}

.c-orange {
  color: #f46f22 !important;
}

.c-goldyellow {
  color: #faa629 !important;
}

.c-sunflour {
  color: #ffc20f !important;
}

.c-green {
  color: #4dac26 !important;
}

.c-emeraldgreen {
  color: #01b3a7 !important;
}

.c-dallasgreen {
  color: #6c9a51 !important;
}

.c-blue {
  color: #009bde !important;
}

.c-sax {
  color: #5ec3ef !important;
}

.c-loyalblue {
  color: #0153a7 !important;
}

.c-lavender {
  color: #919bcc !important;
}

.c-purple {
  color: #692d91 !important;
}

.c-brown {
  color: #754c24 !important;
}

.c-darkbrown {
  color: #42210b !important;
}

.c-lightbrown {
  color: #c69c6d !important;
}

.c-beige {
  color: #ebc7ad !important;
}

.c-cream {
  color: #ffe0b2 !important;
}

.c-radish {
  color: #ce0c40 !important;
}

.c-apricot {
  color: #f99933 !important;
}

.c-yellowgreen {
  color: #bfd676 !important;
}

.c-mintgreen {
  color: #95d1bd !important;
}

.c-lavendergray {
  color: #a0adc1 !important;
}

.bgc-black {
  background: #191919 !important;
}

.bgc-gray {
  background: #7f7f7f !important;
}

.bgc-darkgray {
  background: #3f3f3f !important;
}

.bgc-lightgray {
  background: #bfbfbf !important;
}

.bgc-red {
  background: #dd3340 !important;
}

.bgc-winered {
  background: #a21d48 !important;
}

.bgc-pink {
  background: #ff7bac !important;
}

.bgc-hotpink {
  background: #ed1e79 !important;
}

.bgc-rosepink {
  background: #ee8299 !important;
}

.bgc-orange {
  background: #f46f22 !important;
}

.bgc-goldyellow {
  background: #faa629 !important;
}

.bgc-sunflour {
  background: #ffc20f !important;
}

.bgc-green {
  background: #4dac26 !important;
}

.bgc-emeraldgreen {
  background: #01b3a7 !important;
}

.bgc-dallasgreen {
  background: #6c9a51 !important;
}

.bgc-blue {
  background: #009bde !important;
}

.bgc-sax {
  background: #5ec3ef !important;
}

.bgc-loyalblue {
  background: #0153a7 !important;
}

.bgc-lavender {
  background: #919bcc !important;
}

.bgc-purple {
  background: #692d91 !important;
}

.bgc-brown {
  background: #754c24 !important;
}

.bgc-darkbrown {
  background: #42210b !important;
}

.bgc-lightbrown {
  background: #c69c6d !important;
}

.bgc-beige {
  background: #ebc7ad !important;
}

.bgc-cream {
  background: #ffe0b2 !important;
}

.bgc-radish {
  background: #ce0c40 !important;
}

.bgc-apricot {
  background: #f99933 !important;
}

.bgc-yellowgreen {
  background: #bfd676 !important;
}

.bgc-mintgreen {
  background: #95d1bd !important;
}

.bgc-lavendergray {
  background: #a0adc1 !important;
}

.hc-black:hover {
  color: #191919 !important;
}

.hc-gray:hover {
  color: #7f7f7f !important;
}

.hc-darkgray:hover {
  color: #3f3f3f !important;
}

.hc-lightgray:hover {
  color: #bfbfbf !important;
}

.hc-red:hover {
  color: #dd3340 !important;
}

.hc-winered:hover {
  color: #a21d48 !important;
}

.hc-pink:hover {
  color: #ff7bac !important;
}

.hc-hotpink:hover {
  color: #ed1e79 !important;
}

.hc-rosepink:hover {
  color: #ee8299 !important;
}

.hc-orange:hover {
  color: #f46f22 !important;
}

.hc-goldyellow:hover {
  color: #faa629 !important;
}

.hc-sunflour:hover {
  color: #ffc20f !important;
}

.hc-green:hover {
  color: #4dac26 !important;
}

.hc-emeraldgreen:hover {
  color: #01b3a7 !important;
}

.hc-dallasgreen:hover {
  color: #6c9a51 !important;
}

.hc-blue:hover {
  color: #009bde !important;
}

.hc-sax:hover {
  color: #5ec3ef !important;
}

.hc-loyalblue:hover {
  color: #0153a7 !important;
}

.hc-lavender:hover {
  color: #919bcc !important;
}

.hc-purple:hover {
  color: #692d91 !important;
}

.hc-brown:hover {
  color: #754c24 !important;
}

.hc-darkbrown:hover {
  color: #42210b !important;
}

.hc-lightbrown:hover {
  color: #c69c6d !important;
}

.hc-beige:hover {
  color: #ebc7ad !important;
}

.hc-cream:hover {
  color: #ffe0b2 !important;
}

.hc-radish:hover {
  color: #ce0c40 !important;
}

.hc-apricot:hover {
  color: #f99933 !important;
}

.hc-yellowgreen:hover {
  color: #bfd676 !important;
}

.hc-mintgreen:hover {
  color: #95d1bd !important;
}

.hc-lavendergray:hover {
  color: #a0adc1 !important;
}

/*文字装飾
--------------------------------------------*/
.bold {
  font-weight: bold;
}

.marker-y {
  background: linear-gradient(transparent 60%, #FFFF99 50%);
}

.bg-white {
  background-color: #ffffff;
}


/*リスト表示
--------------------------------------------*/
.content .c-list-b li:before {
  content: "●";
}

.content .s-list-b li:before {
  content: "■";
}

.content .r-list-b li:before {
  content: "◆";
}

.content .c-list-w li:before {
  content: "○";
}

.content .s-list-w li:before {
  content: "□";
}

.content .r-list-w li:before {
  content: "◇";
}

.content .h-list li:before {
  content: '-';
}

.content .c-list-num.num-list {
  counter-reset: listnum;
}

.content .num-list>li:before {
  content: counter(listnum) ".";
  counter-increment: listnum;
}

/*ページ内リンク調整
-----------------------------------------------*/
.content .anchor {
  padding-top: 60px;
  margin-top: -60px;
}

/*効果
----------------------------------------------*/
a img:hover {
  opacity: 0.5;
}

.u-txtShdw {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

/*-------------
パンくずカスタマイズ ブログ
-------------------------------------------------------------------------*/
.inner1100_blog {
  position: relative;
  width: 1100px;
  max-width: 95%;
  margin: 20px auto 0 auto;
}

@media only screen and (max-width: 1023px) {
  .inner1100_blog {
    width: 840px;
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .inner1100_blog {
    width: 100%;
    max-width: 100%;
  }
}

/*パンくずエリアパーツ(複数個所で使用)*/

.breadcrumb-area {
  margin: 0 auto 10px 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    max-width: 100%;
    margin: 0 auto 10px 0;
    padding: 0 20px 0 20px;
  }
}

.breadcrumb {
  padding: 0 0 10px 0;
}

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

.breadcrumb a {
  line-height: 1.2;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.breadcrumb__list::after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb__item {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  margin-right: 15px;
  line-height: 1.75;
  color: #7f7f7f;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item {
    display: flex;
    flex-wrap: wrap;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-right: 0;
    line-height: 1.2;
  }

  /*
  .breadcrumb__item {
    display: table-cell;
    white-space: nowrap;
  }
  */
}

.breadcrumb__item:first-child {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item:first-child {
    padding-left: 0;
  }
}

.breadcrumb__item:first-child::before {
  display: none;
}

.breadcrumb__item:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb__item:last-child::after {
    border: none;
  }
}

.breadcrumb__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  z-index: 9997;
}

/*
.breadcrumb__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  z-index: 9997;
}
.breadcrumb__item:last-child::after {
  border: none;
}
*/
.breadcrumb__item a {
  text-decoration: underline;
  color: #39c;
  font-weight: bold;
}

.breadcrumb__item a span {
  text-decoration: underline;
  color: #39c;
  font-weight: bold;
}

.breadcrumb__item .icon-home::before {
  margin-right: 5px;
}

@media screen and (max-width: 430px) {
  .breadcrumb__item .icon-home::before {
    display: none;
    z-index: 0;
  }
}

.breadcrumb__link {
  line-height: 1;
  text-decoration: underline;
}


/*ラッパー(メイン&サイドバーを囲む要素)
------------------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 1100px;
  max-width: 95%;
  display: flex;
  padding-top: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-wrapper {
    width: 840px;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 498px) {
  .l-wrapper {
    padding-top: 5px;
  }
}

/*メイン
-------------------------------------------------*/
.LC_Page_Index .l-wrapper .l-main {
  max-width: 770px;
}
.l-main {
  width: 70%;
  padding: 15px 2.5% 60px 0;
}
@media only screen and (max-width: 767px) {
  .l-main {
    width: 100%;
    padding: 10px 10px 40px 10px;
  }
}

.l-main.l-main-single {
  width: 820px;
  max-width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-main.l-main-single {
    width: 100%;
    padding: 10px 10px 40px 10px;
  }
}

.l-main.l-main-w740 {
  width: 740px;
}
.l-main.l-main-w900 {
  width: 900px;
}
.l-main.l-main-w100 {
  width: 100%;
}

/*コンテナ(ヘッダー・フッター・エキストラなどで使用)
-------------------------------------------------------*/
.container {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 840px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .container.container-max {
    padding: 0;
  }
}

.container::after {
  content: "";
  display: block;
  clear: both;
}


/*エキストラ
------------------------------------------------------*/
.l-extra {
  position: relative;
  background: #191919;
}

.l-extraNone {
  display: none;
}


/*サイドバー
----------------------------------------------------*/
.l-sidebar {
  width: 30%;
  padding: 15px 0 30px 2.5%;
}
@media only screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
    padding: 0 10px 40px 10px;
  }
}


/*サイドバー サイト内検索*/
.l-sidebar .searchBox {
  padding: 0.5rem;
  border: 1px solid #949494;
  font-size: 1.4rem;
}

.l-sidebar .searchBox__form {
  background: transparent;
  border: none;
}

.l-sidebar input[type='text'],
input[type='password'] {
  border: none;
}

.l-sidebar .searchBox__input {
  width: calc(100% - 45px);
}

@media screen and (max-width: 767px) {
  .l-sidebar .searchBox__input {
    height: 30px !important;
  }
}

.l-sidebar button.searchBox__submit.icon-search {
  background: #005aa0;
  padding: 0.375em 1.625em;
  margin-left: 0.625em;
  border: 1px solid #ccc;
  line-height: inherit;
  color: #32373c;
  word-break: normal;
  font-family: inherit;
  font-size: inherit;
}

.l-sidebar .icon-search:before {
  content: "\e90c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 999;
}

/*サイドバーカスタマイズ*/
.l-sidebar .imgListWidget__borderBox {
  width: auto;
  max-width: 100%;
  height: auto;
  float: none;
}

.l-sidebar .imgListWidget__borderBox img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.l-sidebar .imgListWidget__title {
  width: 100%;
  float: none;
}

.l-sidebar .widget ul li {
  padding: 0;
  border-top: none;
}

.l-sidebar ol.imgListWidget li {
  display: flex;
  flex-direction: column;
}

.heading.heading-widget::after {
  z-index: 999999;
}

.l-sidebar h2 {
  position: relative;
  display: block;
  background-color: #d4e8f7;
  padding: 1rem 1rem;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  color: #005aa0;
  font-weight: 700;
  font-size: 1.6rem;
  overflow: hidden;
}

.l-sidebar h3 a {
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .l-sidebar h3 a {
    font-size: 1.8rem;
  }
}

.l-sidebar .widget a {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar .widget a {
    font-size: 100%;
  }
}

.l-sidebar .widget ul li {
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .l-sidebar .widget .heading-widget {
    font-size: 1.6rem;
  }
}

.l-sidebar .widget .heading-widget::before {
  display: none;
}

.l-sidebar .widget .heading-widget::after {
  display: none;
}


.month-archive ul li,
.category-list ul li,
.side-box ul li,
.month-archive ul li a,
.category-list ul li a,
.side-box ul li a {
  line-height: 2;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .side-box ul,
  .month-archive ul,
  .month-archive ul li,
  .category-list ul li,
  .side-box ul li,
  .month-archive ul li a,
  .category-list ul li a,
  .side-box ul li a,
  .month-archive .acd-label {
    font-size: 1.4rem;
  }
}

.category-list {
  margin-bottom: 3rem;
}

.category-list .children {
  margin-bottom: 1rem;
}

.category-list .children .cat-item {
  position: relative;
  padding-left: 1.5rem;
}

.category-list .children .cat-item::before {
  content: '-';
  position: absolute;
  left: 0;
  color: #000000;
  z-index: 997;
}

.category-list .children li a {
  padding-left: 0;
  border-bottom: none;
  border-left: none;
  font-weight: normal;
}

.category-list .children li a:hover {
  border-left: none;
}

.category-list .children li:hover:before {
  color: #f60;
}

.category-list ul li a {
  padding-left: 1rem;
  border-left: 3px solid #333333;
  font-weight: bold;
}

.category-list ul li a:hover {
  border-left: 3px solid #f60;
}

.month-archive {
  margin-bottom: 3rem;
}

.tag-list {
  margin-bottom: 3rem;
}

.sidebar-edit {
  margin-bottom: 3rem;
}

.icon-tag {
  position: relative;
  padding: 0.1rem 2.5rem;
  border-radius: 1rem;
}

.icon-tag a {
  color: #333333;
}

.icon-tag::before {
  top: 50%;
  left: 1.2rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #333333;
  z-index: 997;
}


/*サイドバー アコーディオン*/
.acd-check {
  display: none;
}

.acd-label {
  display: block;
  padding: 10px;
  margin-bottom: 1px;
  color: #333333;
}

.acd-content {
  height: 0;
  padding: 0 10px;
  margin-bottom: 10px;
  border: none;
  transition: .5s;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  min-height: 450px;
  padding: 10px 0;
  visibility: visible;
  opacity: 1;
}

.acd-label,
.acd-content {
  max-width: 100%;
  margin: 0 auto 2px auto;
  border-top: 1px solid #333333;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.acd-label {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-top: 2rem;
  text-align: left;
  user-select: none;
  cursor: pointer;
}

.acd-label::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333333;
  z-index: 990;
}

.acd-check:checked+.acd-label::after {
  content: "-";
  font-size: 16px;
}

/*検索ナビ
-----------------------------------------*/
.searchNavi {
  display: flex;
  padding: 15px 0;
}
.searchNavi__title {
  height: 30px;
  background: #f0b200;
  padding: 0 15px;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
.searchNavi__list {
  list-style: none;
  flex-grow: 2;
  padding-top: 8px;
  margin-right: 15px;
  overflow: hidden;    
}
.searchNavi__item {
  height: 14px;
  float: left;
  margin-bottom: 8px;
  line-height: 1;
  color: #bfbfbf;
  transition: .2s;
  overflow: hidden;
}
.searchNavi__item:hover {
  color: #ffffff;
  font-weight: bold;
}
.searchNavi__link {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .searchNavi {
    padding: 10px 0;
  }

  .searchNavi__title {
    display: none;
  }

  .searchNavi__list {
    display: none;
  }
}


/*検索窓
---------------------------------------------------------------*/
.searchBox {
  flex-grow: 1;
  font-size: 1.2rem;
}
.searchBox__form {
  position: relative;
  min-width: 130px;
  height: 30px;
  background: #F2F2F2;
  border-radius: 5px;
}
.searchBox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: inherit;
  background: transparent;
  padding: 0 10px;
  border: none;
}
.searchBox__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: inherit;
  background: transparent;
  border: none;
  line-height: 1.6;
  cursor: pointer;
}


/*キーリスト(TOPで使用)
---------------------------------------------------------*/
.key {
  width: 100%;
}
.key__list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.key__item {
  position: relative;
  height: 270px;
  flex-grow: 1;
  background-position: center center;
  background-size: cover;
}
.key__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 50%,rgba(0,0,0,0.25) 100%); 
  transition: .2s;
}
.key__item:hover::before {
  opacity: 0;
}
.key__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #f0b200;
  z-index: 2;
}
.key__cat a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1.4rem;
  transition: .2s;
}
.key__cat a::before {
  content: "\e902";
  font-family: "icomoon";
  margin-right: 5px;
}
.key__cat a:hover {
  background:rgba(255,255,255,0.25);
}
.key__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.key__title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px;
  line-height: 1.25;
  color: #FFF;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .key {
    overflow-x: auto;
  }

  .key__list {
    display: table;
  }

  .key__item {
    height: 180px;
    display: table-cell;
  }

  .key__cat a {
    padding: 8px 16px;
    font-size: 1.2rem;
  }

  .key__link {
    width: 90vw;
  }
}





/*--------------------------------------------
アイキャッチ設定
--------------------------------------------*/

/*アイキャッチ画像*/
.eyecatch {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}
.eyecatch:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.eyecatch img {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(1);
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  max-height: 100%;
  object-fit: cover;
  transition: ease-in-out .2s;
  z-index: 3;
}
/*
.eyecatch img {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  z-index: 3;
}
*/
/*
.eyecatch img {
  transform: scale(1);
  transition: ease-in-out .2s;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
*/
.eyecatch img:hover {
  transform: scale(1.1);
}

.archiveItem .eyecatch img {
  max-height: 20.3rem;
}
@media screen and (max-width: 767px) {
  .archiveItem .eyecatch img {
    max-height: 100%;
  }
}

.categoryBox .eyecatch img {
  max-width: 35rem;
  max-height: 20rem;
}


/*ウィジェットエリアのアイキャッチ*/
/*
.eyecatch.eyecatch-widget {
  width: 108px;
  min-width: 108px;
  margin-bottom: 10px;
  margin-right: 10px;
}
*/
/*
.eyecatch.eyecatch-widget {
  margin-bottom: 10px;
}
*/

/*シングルページのアイキャッチ*/
.eyecatch.eyecatch-singleTitle {
  width: 100%;
  margin: 0;
}

/*ランキングページのアイキャッチ*/
.eyecatch.eyecatch-ranking {
  width: 160px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .eyecatch.eyecatch-ranking {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .eyecatch.eyecatch-archive {
    margin-bottom: 10px;
  }
}


.archive .eyecatch__cat {
  position: absolute;
  top: 0;
  right: 0;
  background: none!important;
}

/*カテゴリーアイコン*/
.eyecatch__cat .rental::before {
  content: "\ea2e"!important;
  font-family: "icomoon";
}
.eyecatch__cat .monitor::before {
  content: "\e956"!important;
  font-family: "icomoon";
}
.eyecatch__cat .display::before {
  content: "\e956"!important;
  font-family: "icomoon";
}
.eyecatch__cat .panel::before {
  content: "\e922"!important;
  font-family: "icomoon";
}
.eyecatch__cat .thermo::before {
  content: "\e91d"!important;
  font-family: "icomoon"; 
}
.eyecatch__cat .pc::before {
  content: "\e957"!important;
  font-family: "icomoon";
}
.eyecatch__cat .ipad::before {
  content: "\e95a"!important;
  font-family: "icomoon";
}
.eyecatch__cat .mobile::before {
  content: "\e958"!important;
  font-family: "icomoon";
}
.eyecatch__cat .mobile2::before {
  content: "\e959"!important;
  font-family: "icomoon";
}
.eyecatch__cat .media-player::before {
  content: "\e959"!important;
  font-family: "icomoon";
}
.eyecatch__cat .blueray::before {
  content: "\e964"!important;
  font-family: "icomoon";
}
.eyecatch__cat .audio::before {
  content: "\e910"!important;
  font-family: "icomoon";
}
.eyecatch__cat .transceiver::before {
  content: "\e91a"!important;
  font-family: "icomoon";
}
.eyecatch__cat .printer::before {
  content: "\e954"!important;
  font-family: "icomoon";
}
.eyecatch__cat .camera::before {
  content: "\e90f"!important;
  font-family: "icomoon";
}
.eyecatch__cat .wifi::before {
  content: "\e91b"!important;
  font-family: "icomoon";
}
.eyecatch__cat .projector::before {
  content: "\e914"!important;
  font-family: "icomoon";
}
.eyecatch__cat .equipment::before {
  content: "\e9b1"!important;
  font-family: "icomoon";
}
.eyecatch__cat .photographic::before {
  content: "\e90d"!important;
  font-family: "icomoon";
}
.eyecatch__cat .connector::before {
  content: "\e9b5"!important;
  font-family: "icomoon";
}
.eyecatch__cat .cable::before {
  content: "\e9ba"!important;
  font-family: "icomoon";
}
.eyecatch__cat .windows::before {
  content: "\eac1"!important;
  font-family: "icomoon";
}
.eyecatch__cat .apple::before {
  content: "\eabe"!important;
  font-family: "icomoon"; 
}
.eyecatch__cat .android::before {
  content: "\eac0"!important;
  font-family: "icomoon";
}
.eyecatch__cat .office::before {
  content: "\e903"!important;
  font-family: "icomoon";
}
.eyecatch__cat .office2::before {
  content: "\e95c"!important;
  font-family: "icomoon";
}
.eyecatch__cat .exhibition::before {
  content: "\e9c9"!important;
  font-family: "icomoon";
}
.eyecatch__cat .delivery::before {
  content: "\e9b0"!important;
  font-family: "icomoon";
}
.eyecatch__cat .other1::before { 
  content: "\e991"!important;
  font-family: "icomoon";
}
.eyecatch__cat .other2::before {
  content: "\e992"!important;
  font-family: "icomoon";
}

.eyecatch__cat {
  display: flex;
  flex-direction: column;
  background: none!important;
  z-index: 10;
}

.eyecatch__cat a {
  display: flex;
  background: rgba(0,0,0,0.75);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: #ffffff!important;
  font-size: 1.6rem;
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .eyecatch__cat a {
    padding: 6px 12px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .eyecatch__cat a {
    font-size: 2vw;
  }
}

.eyecatch__cat a::before {
  position: relative;
  content: "\e902";
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  font-family: "icomoon";
  z-index: 997;
}
@media screen and (max-width: 767px) {
  .eyecatch__cat a::before {
    content: normal;
  }
}

@media screen and (max-width: 767px) {
  .archiveItem.archiveItem-wide .eyecatch__cat a,
  .archiveItem.archiveItem-wideSp .eyecatch__cat a {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .archiveItem.archiveItem-wide .eyecatch__cat a::before,
  .archiveItem.archiveItem-wideSp .eyecatch__cat a::before {
    content: "\e902";
  }
}

.eyecatch__cat a:hover {
  background: rgba(100,100,100,0.25)!important;
}

.eyecatch__ribbon {
  position: absolute;
  top: 10px;
  left: -35px;
  transform: rotate(-45deg);
  width: 125px;
  display: inline-block;
  background: linear-gradient(#E73831, #BD2021);
  padding:10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .eyecatch__ribbon {
    top: 0px;
    left: -55px;
    width: 140px;
    padding: 5px 0;
    font-size: 1.1rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}


/*---------------------------------------------------------------------------*/



/*---------------------------------------
各種見出し
---------------------------------------*/

/*見出し(複数個所で使用)*/
.heading {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.heading.heading-first {
  background-color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: #f0b200 1px solid;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .heading.heading-first {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.heading-first {
    font-size: 1.4rem;
  }
}

.heading.heading-archive {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .heading.heading-archive {
    font-size: 1.5rem;
  }
}

.heading.heading-singleTitle {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: rgb(0,0,0,0.75);
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .heading.heading-singleTitle {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.heading-singleTitle {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.heading.heading-page {
  line-height: 1.5;
  font-size: 3rem;
}
.heading.heading-primary {
  line-height: 1.5;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .heading.heading-primary {
    font-size: 1.8rem;
  }
}

.heading.heading-primary span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .heading.heading-primary span {
    font-size: 1.4rem;
  }
}

.heading.heading-primary small a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #3F3F3F;
  border-radius: 5px;
  text-align: center;
  color: #3F3F3F;
  font-size: 1.4rem;
  transition: .2s;
}
.heading.heading-primary small a:hover {
  background: #3F3F3F;
  color: #ffffff;
}
.heading.heading-primary .heading__bg {
  background: #f0b200;
  padding: 5px 15px;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: inherit;
}

.heading.heading-widget,
.heading.heading-footer {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.8rem;
  overflow: hidden;
}
.heading.heading-footer {
  color: #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .heading.heading-footer {
    font-size: 1.6rem;
  }
}

.heading.heading-widget::before,
.heading.heading-widget::after,
.heading.heading-footer::before,
.heading.heading-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.heading.heading-widget::before,
.heading.heading-footer::before {
  border-bottom: 1px solid #f0b200;
}
.heading.heading-widget::after {
  border-bottom: 1px solid #E5E5E5;
}
.heading.heading-footer::after {
  border-bottom: 1px solid #3F3F3F;
}

.heading a {
  display: inline-block;
  transition: .2s;
}

@media only screen and (max-width: 767px) {
  .archiveItem.archiveItem-wide .heading.heading-archive,
  .archiveItem.archiveItem-wideSp .heading.heading-archive {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading.heading-widget {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading.heading-first {
    font-size: 1.4rem;
  }

  .heading.heading-archive {
    font-size: 1.5rem;
  }

  .archiveItem.archiveItem-wide .heading.heading-archive,
  .archiveItem.archiveItem-wideSp .heading.heading-archive {
    font-size: 1.8rem;
  }

  .heading.heading-singleTitle {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .heading.heading-primary {
    font-size: 1.8rem;
  }

  .heading.heading-primary span {
    font-size: 1.4rem;
  }

  .heading.heading-widget {
    font-size: 1.6rem;
  }

  .heading.heading-footer {
    font-size: 1.6rem;
  }
}

/*見出し調整*/
.heading.center {
  text-align: center;
}

.page-index .content h2 {
  background: #005aa0;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%) inset;
  padding: 10px 20px !important;
  margin-top: 40px;
  color: #ffffff;
  font-size: 2.6rem;
}

.page-index .content a:hover {
  border-bottom: #f0b200 1px solid;
}

.page-index .content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  z-index: 997;
}

.page-index .content ol li:before {
  counter-increment: number;
  content: counter(number)".";
  position: absolute;
  left: 0;
  z-index: 997;
}

/*目次*/
#toc_container {
  width: 100%;
}

.content #toc_container ul li:before {
  content: '';
  display: none;
}

#toc_container p.toc_title {
  text-align: left !important;
  font-size: 2rem;
}

/*----------------------------------------------------------------------------*/

/*ボタン(複数個所で使用)*/
.btn__link,
.widget .tag-cloud-link,
.comment-respond .submit,
.comments__list .comment-reply-link {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 10px 40px;
  border: 1px solid #f0b200;
  border-radius: 5px;
  color: #f0b200;
  font-size: 1.4rem !important;
  cursor: pointer;
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .btn__link,
  .widget .tag-cloud-link,
  .comment-respond .submit,
  .comments__list .comment-reply-link {
    font-size: 1.2rem;
  }
}

.btn__link::before,
.comments__list .comment-reply-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.btn__link:hover,
.widget .tag-cloud-link:hover,
.comment-respond .submit:hover,
.comments__list .comment-reply-link:hover {
  background: #f0b200;
  color: #ffffff !important;
}

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

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

.btn.btn-mt20 {
  margin-top: 20px;
}

.btn__link.btn__link-profile {
  padding: 7px 20px 7px 10px;
  line-height: 1;
  font-weight: 500;
}

.widget .tag-cloud-link {
  padding: 10px;
  margin-bottom: 10px;
}

.content .b-link {
  border-bottom: 1px solid #005aa0;
  color: #005aa0;
  font-weight: 500;
}

.content .b-link:hover {
  border-bottom: 1px solid #f60;
  color: #f60;
  font-weight: 500;
}

.contact-agree .btn {
  width: auto;
}

.profile__contents .btn {
  width: auto;
  max-width: 20rem;
  display: block;
  margin: 1rem 0 0 0;
}

.btn .btn__link::before,
.btn .comments__list .comment-reply-link::before {
  left: auto;
}

.btn .btn__link.btn__link-profile {
  border: none;
}

/*ソーシャルボタンhover時BGカラー設定*/
.menuNavi__link.icon-facebook:hover,
.copySns__listLink.icon-facebook:hover,
.profile__link.icon-facebook:hover {
  background: #3B5998;
}
.menuNavi__link.icon-twitter:hover,
.copySns__listLink.icon-twitter:hover,
.profile__link.icon-twitter:hover {
  background: #00B0ED;
}
.menuNavi__link.icon-instagram:hover,
.copySns__listLink.icon-instagram:hover,
.profile__link.icon-instagram:hover {
  background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.menuNavi__link.icon-google:hover,
.copySns__listLink.icon-google:hover,
.profile__link.icon-google:hover {
  background: #DF4A32;
}
.menuNavi__link.icon-rss:hover,
.copySns__listLink.icon-rss:hover {
  background: #ff9900;
}

/*コメント*/
.comments__list+.comment-respond {
  margin-top: 40px;
}

.comment-respond .submit {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .comment-respond .submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comments__list .comment-reply-link {
  padding: 7px 20px 7px 10px;
}


/*------------------------------------------------------------------------------

ウィジェットブロック
(※主にWPの標準マークアップに従う)

------------------------------------------------------------------------------*/

/*サイド用固定ウィジェット枠*/
.widgetSticky {
  position: sticky;
  top: 30px;
}

/*投稿ページ用ウィジェット枠*/
.widgetPost {
  margin-bottom: 20px;
  overflow: hidden;
}

/*基本ボックス*/
.widget {
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px auto;
}
.widget::after {
  content: "";
  display: block;
  clear: both;
}
.widget:last-child {
  margin-bottom: 0;
}

/*基本リンク*/
.widget a {
  transition: .2s;
}
.widget a:hover { 
  color: #f60;
}

/*基本リスト*/
.widget ul {
  list-style-type: none;
}
.widget ul li {
  position: relative;
  padding: 15px 0 0 20px;
  margin-bottom: 15px;
  border-top: dotted 1px #D8D8D8;
  line-height: 1.5;
}

.widget > div > ul > li:first-child,
.widget > ul > li:first-child {
  padding-top: 0;
  border-top: 0;	
}
.widget ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.widget .sub-menu {
  margin-top: 15px;
}

/*投稿日表示*/
.widget .rss-date,
.widget .post-date {
  display: block;
  margin-top: 5px;
  color: #7F7F7F;
  font-size: 1.2rem;
  font-weight: normal;
}
.widget .rss-date::before,
.widget .post-date::before {
  content: "\e900";
  margin-right: 5px;
  font-family: "icomoon";
}

/*RSS関連*/
.widget h2 .rss-widget-icon {
  display: none;
}
.widget ul li .rsswidget {
  display: block;
  color: #f0b200;
  font-weight: 700;
}
.widget ul li .rsswidget:hover {
  text-decoration: underline;
}
.widget ul li .rssSummary {
  margin: 10px 0;
}
.widget ul li cite {
  display: block;
  text-align: right;
}
.widget ul li cite::before {
  content: "by:"
}

/*テキストボックス*/
.widget .textwidget {
  line-height: 1.75;
  color: #3F3F3F;
  font-size: 1.4rem;
}

.widget .textwidget a {
  font-weight: 700;
}
.widget .textwidget p + p {
  margin-top: 10px;
}

/*タグクラウド*/
.widget .tagcloud {
  margin-bottom: -10px;
}

/*ドロップダウン*/
.widget .screen-reader-text {
  display: none;
}
.widget select {
  display: block;
  width: 100%;
  height: 30px;
  background: #FFF;
  padding: 0 10px;
  border: none;
  border-radius: 5px;
}

/*画像リストウィジェット
----------------------------------------------------*/

/*最新の投稿（サムネイル付カスタマイズ）*/
.imgListWidget {
  list-style-type: none;
}
.imgListWidget__item {
  padding-top: 20px;
  line-height: 1.5;
}
.imgListWidget__item:first-child {
  padding-top: 0;
}
.imgListWidget__item::after {
  content: "";
  display: block;
  clear: both;
}
.imgListWidget__title {
  width: calc(100% - 100px);
  float: left;
  margin-left: 10px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.4rem;
}

/*サムネイルボーダー（最新の投稿でのみ使用中）*/
.imgListWidget__borderBox {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  display: block;
  overflow: hidden;
}
.imgListWidget__borderBox img {
  display: block;
  width: 90px;
  height: 90px;
}
.imgListWidget__borderBox:before,
.imgListWidget__borderBox:after,
.imgListWidget__borderBox > span:before,
.imgListWidget__borderBox > span:after {
  content: "";
  position: absolute;
  background: #ffffff;
  z-index: 99999;
}

.imgListWidget__borderBox:before {
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
}
.imgListWidget__borderBox:after {
  bottom: -100%;
  right: 0;
  width: 2px;
  height: 100%;
}
.imgListWidget__borderBox > span:before {
  top: 0;
  right: -100%;
  width: 100%;
  height: 2px;
}
.imgListWidget__borderBox > span:after {
  top: -100%;
  left: 0;
  width: 2px;
  height: 100%;
}
.imgListWidget__borderBox:hover:before {
  animation: leftAnim 1s linear 0s infinite;
}
.imgListWidget__borderBox:hover:after {
  animation: bottomAnim 1s linear .5s infinite;
}
.imgListWidget__borderBox > span:hover:before {
  animation: rightAnim 1s linear 0s infinite;
}
.imgListWidget__borderBox > span:hover:after {
  animation: topAnim 1s linear .5s infinite;
}

/*ランキング ウィジェット
--------------------------------------------------------*/
.rankListWidget {
  list-style-type: none;
  counter-reset: number;
}

.rankListWidget__item {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .rankListWidget__item {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .rankListWidget__item {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 90%;
    margin-right: auto;
  }
}
@media only screen and (max-width: 375px) {
  .rankListWidget__item {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.rankListWidget__item:first-child {
  margin-top: 0;
}
.rankListWidget__item .eyecatch.eyecatch-widget {
  width: 108px;
  min-width: 108px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .rankListWidget__item .eyecatch.eyecatch-widget {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 820px) {
  .rankListWidget__item .eyecatch.eyecatch-widget {
    width: 170px;
    min-width: 170px;
  }
}
@media only screen and (max-width: 790px) {
  .rankListWidget__item .eyecatch.eyecatch-widget {
    width: 160px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .rankListWidget__item .eyecatch.eyecatch-widget {
    width: 35%;
    min-width: 35%;
  }
}
@media only screen and (max-width: 375px) {
  .rankListWidget__item .eyecatch.eyecatch-widget {
    width: 80%;
    min-width: 80%;
  }
}

/*ウィジェットエリアのアイキャッチ画像*/
.rankListWidget__item .eyecatch img {
  transform: scale(1);
  transition: ease-in-out .2s;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.rankListWidget__item .rankListWidget__title {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .rankListWidget__item .rankListWidget__title {
    line-height: 1.5;
  }
}

.l-sidebar .rankListWidget__item .rankListWidget__title a {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: normal;
}

.rankListWidget__item .dateList.dateList-widget {
  display: none;
  text-align: left;
}


/*カレンダー ウィジェット
---------------------------------------*/
.widget .calendar_wrap {
  background: #FFF;
  padding: 20px;
  border: 1px #E5E5E5 solid;
}
.widget .calendar_wrap table {
  width: 100%;
}
.widget .calendar_wrap caption {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.widget .calendar_wrap thead {
  font-size: 1.2rem;
}
.widget .calendar_wrap thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget .calendar_wrap tbody {
  color: #7f7f7f;
}
.widget .calendar_wrap tbody td {
  height: 35px;
  background: #F2F2F2;
  border: 1px solid #fff;
  line-height: 2;
  text-align: center;
}
.widget .calendar_wrap tbody td:hover {
  background: #fff;
}
.widget .calendar_wrap tbody a {
  display: block;
  background: #7F7F7F;
  color: #fff !important;
  font-weight: bold;
  text-decoration: underline;
}
.widget .calendar_wrap tbody a:hover {
  background: #f0b200;
}
.widget .calendar_wrap tbody .pad {
  background: none;
}
.widget .calendar_wrap tfoot a {
  text-decoration: underline;
}
.widget .calendar_wrap tfoot #next {
  text-align: right;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.widget .calendar_wrap tfoot #prev {
  padding-top: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}


/*日付ウィジェット
------------------------------------------------------*/
.dateList {
  list-style: none;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .dateList.dateList-archive {
    margin-bottom: 5px;
  }
}

.dateList.dateList-singleTitle {
  display: block;
  background-color: #fff;
  padding: 0 0 10px 0;
  margin-bottom: 0;
}

.dateList.dateList-widget {
  margin-bottom: 0;
}

.dateList__item {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.5;
  text-align: left;
  color: #7f7f7f;
  font-size: 1.4rem;
}

.dateList__item::before {
  margin-right: 5px;
  line-height: 1;
}

.dateList__item a {
  transition: .2s;
}

.dateList__item a[rel=tag]:hover {
  color: #f0b200;
}

.dateList__item a[rel=category]:hover {
  color: #f0b200;
}

.dateList__item.icon-tag span:last-child {
  display: none;
}

/*カレンダーアイコン*/
.dateList-archive .icon-calendar1:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

.dateList .icon-calendar1:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

.icon-calendar1:before {
  content: "\e906";
}

.dateList-archive .icon-loop:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

.dateList .icon-loop:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

.icon-loop:before {
  content: "\ea2d";
}

.dateList .icon-new {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  overflow: visible;
}

.dateList .icon-new:before,
.dateList .icon-new:after {
  position: absolute;
  left: -10px;
  display: block;
}

.dateList .icon-new:before {
  content: "";
  top: 24px;
  border: 6px solid transparent;
  border-top-color: #032c4c;
  border-right-color: #032c4c;
  z-index: 2;
}

.dateList .icon-new:after {
  content: "New";
  top: 0;
  height: 24px;
  background: linear-gradient(#005aa0, #043b66);
  padding: 0 10px;
  line-height: 1.6;
  color: #fff;
  z-index: 10;
}

.dateList .dateList__item {
  line-height: 1.2;
}

.dateList-singleTitle .icon-folder a {
  background: rgba(0, 0, 0, 0.75);
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #ffffff;
}

.dateList-singleTitle .icon-folder:before {
  display: none;
}

.dateList-singleTitle .icon-calendar:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

.dateList-archive .icon-calendar:before {
  position: relative !important;
  display: inline-block;
  z-index: 997;
}

/*-------------------------------------------------------------------------*/

/*
ページネーション
pager内はWPの標準マークアップに従う
------------------------------------------------------------*/
.pager {
  position: relative;
  width: 100%;
  padding-top: 40px;
  border-top: dotted 1px #D8D8D8;
  text-align: center;
  font-size: 1.4rem;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .pager {
    font-size: 1.4rem;
  }
}

.pager.pager-comments {
  margin-bottom: 40px;
}

a.page-numbers, span.page-numbers.current {
  display: inline-block;
  padding: 11px;
  border: #7F7F7F 1px solid;
  border-radius: 5px;
  color: #3F3F3F;
  transition: .2s;
}

a.page-numbers:hover, span.page-numbers.current {
  background: #3F3F3F;
  color: #ffffff;
}

a.page-numbers.prev, a.page-numbers.next {
  position: absolute;
  padding-left: 40px;
  padding-right: 40px;
}

a.page-numbers.prev, a.page-numbers.next {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  border: solid 1px #005aa0;
  color: #005aa0;
}

@media only screen and (max-width: 767px) {
  a.page-numbers.prev, a.page-numbers.next {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  a.page-numbers.prev, a.page-numbers.next {
    width: 50px;
    padding: 5px;
    font-size: 1.4rem;
  }
}

a.page-numbers.prev {
  left: 0;
}

a.page-numbers.next {
  right: 0;
}

a.page-numbers.prev::before, a.page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid;
}

a.page-numbers.prev::before, a.page-numbers.next::before {
  border-color: #005aa0;
  border-width: 2px;
  transition: all ease .3s;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.page-numbers.prev::before, a.page-numbers.next::before {
    content: normal;
  }
}

@media only screen and (max-width: 767px) {
  a.page-numbers.prev::before, a.page-numbers.next::before {
    content: none;
  }
}

a.page-numbers.prev::before {
  left: 10px;
  transform: rotate(-45deg);
  border-left: 1px solid;
}

a.page-numbers.next::before {
  right: 10px;
  transform: rotate(45deg);
  border-right: 1px solid;
}

a.page-numbers, span.page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  margin: 0 5px;
  border: none;
  color: #005aa0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  a.page-numbers, span.page-numbers {
    width: 38px;
    height: 38px;
  }
}

.page-numbers.dots {
  background: none;
  margin: 0;
}

a.page-numbers:hover, span.page-numbers.current {
  display: flex;
  background: #005aa0;
  border: none;
  color: #fff;
}

a.page-numbers:hover.prev::before, a.page-numbers:hover.next::before {
  border-color: #fff;
}



/* サブページネーション */
.subPager {
  float: right;
  margin-top: 10px;
}

.subPager {
  display: none;
}

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

.subPager__text {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2rem;
}

.subPager__list {
  display: inline-block;
  list-style: none;
}

.subPager__item {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 2px;
  border: #bfbfbf solid 1px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  font-family: monospace;
  color: #bfbfbf;
}

.subPager__item:hover {
  border-color: #7f7f7f;
  color: #7f7f7f;
}

.subPager__link {
  display: block;
}

/*-------------------------------------------------------------------------*/

/*関連記事
-------------------------------------------*/
.related .related__imgLink img {
  max-width: 30rem;
  max-height: 20rem;
}

a.related__imgLink {
  max-width: 450px;
  height: auto;
  margin-bottom: 2rem;
}

.related__list {
  flex-direction: column;
}

.related-flex {
  display: flex;
  margin-left: 0;
  margin-bottom: 2rem;
}

.related-txtbox {
  margin-left: 1rem;
}

.related-txtbox .related__contents {
  display: none;
}




/*----------------------------------------------------------------------------------------*/


/*テーマ
-----------------------------------------*/

/*LIGHT*/
.t-light .menuNavi__link-current,
.t-light .menuNavi__link:hover {
  background: #f7f7f7;
  color: #191919;
}
.t-light .l-extra {
  background: #f7f7f7;
  border-bottom:1px #d8d8d8 solid;
}

.t-light .searchNavi__item {
  color: #3f3f3f;
}
.t-light .searchNavi__item:hover {
  color: #191919;
}

.t-light .globalNavi__list .page_item,
.t-light .globalNavi__list .menu-item {
  border-color: #d8d8d8;
  color: #3f3f3f;
}
.t-light .globalNavi__list .page_item:hover,
.t-light .globalNavi__list .menu-item:hover {
  color: #191919;
}

.t-light .l-extra .searchBox__form,
.t-light .widget-foot .searchBox__form {
  background: #fff;
  border: 1px solid #d8d8d8;
}


/*RICH*/
.t-rich .menuNavi__link-current,
.t-rich .menuNavi__link.icon-search:hover,
.t-rich .menuNavi__link.icon-menu:hover {
  background: linear-gradient(180deg, rgba(25,25,25,1), rgba(48,48,48,1));
}
.t-light.t-rich .menuNavi__link-current,
.t-light.t-rich .menuNavi__link:hover {
  background: #f7f7f7;
}

.t-rich .l-extra::before,
.t-rich .l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0) 35%, rgba(255,255,255,0.1));
}

.t-light.t-rich .l-extra::before,
.t-light.t-rich .l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0) 35%, rgba(0,0,0,0.05));
}
.t-rich .eyecatch {
  box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.t-rich .searchBox__form,
.t-rich .comment-respond input,
.t-rich .comment-respond textarea,
.t-rich .contactTable__data input,
.t-rich .contactTable__data textarea {
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25) inset;
}

/*keyframes設定
--------------------------------------------*/
/* ヘッダーマーキー */
@keyframes marquee {
  from{transform: translate(0%);}
  to  {transform: translate(-100%);}
}

/* ボーダー */
@keyframes topAnim {
  0% {top:-100%;}
  100% {top:100%;}
}
@keyframes bottomAnim {
  0% {bottom:-100%;}
  100% {bottom:100%;}
}
@keyframes rightAnim {
  0% {right:-100%;}
  100% {right:100%;}
}
@keyframes leftAnim {
  0% {left:-100%;}
  100% {left:100%;}
}

/*Googleアンケート埋め込み用
--------------------------------------------*/
.page-column .teQAzf {
  width: 100%;
}

@media (max-width: 560px) {
  .LgNcQe,
  .LgNcQe .Wic03c .tL9Q4c,
  .LgNcQe .I9OJHe .KRoqRc,
  .LgNcQe .PyrB4,
  .LgNcQe .snByac {
    font-size: 5.5vw;
  }
}
@media (max-width: 560px) {
  .OIC90c,
  .OIC90c.RjsPE,
  .OIC90c .zHQkBf,
  .OIC90c .Wic03c .tL9Q4c,
  .OIC90c .I9OJHe .KRoqRc,
  .OIC90c .PyrB4,
  .OIC90c .snByac {
    font-size: 3.5vw;
  }
}

/*ランキングボックス(TOPページで使用)
---------------------------------------------------*/
.rankingBox {
  background: #f7f7f7;
  padding: 60px 0;
  margin-bottom: 60px;
}

.rankingBox__over {
  overflow-x: auto;
  overflow-y: hidden;
}

.rankingBox__list {
  counter-reset: number;
  height: 0;
  display: table;
}

.rankingBox__item {
  position: relative;
  display: table-cell;
}

.rankingBox__item:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #bfbfbf;
  line-height: 1.6;
  /*line-height: 30px;*/
  text-align: center;
  color: #FFF;
  z-index: 5;
}

.rankingBox__item:nth-child(1):before {
  background: #ecd357;
}

.rankingBox__item:nth-child(2):before {
  background: #a9c6d5;
}

.rankingBox__item:nth-child(3):before {
  background: #c58459;
}

.rankingBox__img {
  width: 230px;
  height: 230px;
  overflow: hidden;
}

.rankingBox__img img {
  transform: scale(1);
  width: 410px;
  max-width: 410px;
  height: 230px;
  margin-left: -90px;
  vertical-align: bottom;
  transition: ease-in-out .2s;
}

.rankingBox__img img:hover {
  transform: scale(1.2);
}

.rankingBox__title {
  height: calc(100% - 230px);
  background: #f0b200;
}

.rankingBox__titleLink {
  height: 100%;
  display: block;
  padding: 15px;
  line-height: 1.5;
  color: #FFF;
  font-size: 1.5rem;
}

.rankingBox__titleLink:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* PCのTOPのみで適用されるランキングボックスのスクロールバーデザイン */
@media only screen and (min-width: 768px) {
  .rankingBox {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .rankingBox__over::-webkit-scrollbar {
    width: 8px;
  }

  .rankingBox__over::-webkit-scrollbar-track {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3) inset;
    background: #FFF;
  }

  .rankingBox__over::-webkit-scrollbar-thumb {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3) inset;
    background-color: #555;
  }
}



/*カテゴリー新着1件(TOPページで使用)
--------------------------------------------------------*/
.categoryBox {
  padding-bottom: 20px;
}

/*シングルページ*/
.categoryBox.categoryBox-gray {
  background: #f7f7f7;
  padding-top: 60px;
}

.categoryBox__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -20px;
}

.categoryBox__list::after {
  content: "";
  display: block;
  clear: both;
}

.categoryBox__item {
  width: calc(33.3% - 20px);
  float: left;
  margin: 0 0 40px 20px;
}

.categoryBox__title {
  border-top: 2px solid;
  color: #f0b200;
  font-size: 1.8rem;
}

.categoryBox__titleLink {
  position: relative;
  display: block;
  padding: 20px 0;
}

.categoryBox__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid;
  border-right: 1px solid;
  transition: .5s;
}

.categoryBox__titleLink:hover::before {
  transform: rotate(765deg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

.categoryBox .heading.heading-archive {
  font-size: 1.6rem;
}

.categoryBox .container {
  padding: 0 5%;
}

/*カテゴリー説明ボックス(カテゴリーアーカイブで使用)*/
.categoryDescription {
  position: relative;
  padding: 30px 0;
  background: #f0b200;
}

.categoryDescription::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .15) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, .15) 50%, transparent 50%);
  background-size: 2px 2px;
}

.categoryDescription::after {
  content: "";
  display: block;
  clear: both;
}

.categoryDescription__explain {
  width: 70%;
  float: left;
  padding-right: 2.5%
}

.categoryDescription__heading {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 3rem;
}

.categoryDescription__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.categoryDescription__sub {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.categoryDescription__text {
  line-height: 1.75;
  color: #fff;
}

.categoryDescription__post {
  width: 30%;
  list-style: none;
  float: right;
  padding-left: 2.5%
}

.categoryDescription__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.categoryDescription__item:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.categoryDescription__item img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.categoryDescription__ribbon {
  position: absolute;
  top: 10px;
  left: -35px;
  transform: rotate(-45deg);
  width: 125px;
  display: inline-block;
  background: linear-gradient(#E73831, #BD2021);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
}

.categoryDescription__link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.categoryDescription__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.25) 100%);
  transition: .2s;
}

.categoryDescription__link:hover::before {
  opacity: 0;
}

.categoryDescription__title {
  position: absolute;
  bottom: 0;
  margin: 10px;
  line-height: 1.25;
  color: #FFF;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .categoryBox {
    padding-bottom: 10px;
  }

  .categoryBox.categoryBox-gray {
    padding-top: 40px;
  }

  .categoryBox__list {
    margin-left: -10px;
  }

  .categoryBox__item {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
  }

  .categoryBox__title {
    font-size: 1.5rem;
  }

  .categoryBox__titleLink {
    padding: 15px 0;
  }

  .categoryDescription__explain {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .categoryDescription__heading {
    font-size: 2.4rem;
  }

  .categoryDescription__post {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}


/*ランキングリスト(ランキングページで使用)
---------------------------------------------------------*/
.rankingPage {
  list-style-type: none;
  counter-reset: number;
  margin-top: 40px;
}

.rankingPage__item {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.rankingPage__item:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #bfbfbf;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
  z-index: 5;
}

.rankingPage__item:nth-child(1):before {
  background: #ecd357;
}

.rankingPage__item:nth-child(2):before {
  background: #a9c6d5;
}

.rankingPage__item:nth-child(3):before {
  background: #c58459;
}

.rankingPage__item::after {
  content: "";
  display: block;
  clear: both;
}

.rankingPage__contents {
  width: calc(100% - 180px);
}

@media only screen and (max-width: 767px) {
  .rankingPage__item {
    margin-bottom: 0;
  }

  .rankingPage__contents {
    width: calc(100% - 100px);
  }
}

/*よくあるご質問
-------------------------------*/

#faqwrap .box-faq dd a:link, #faqwrap .box-faq dd a:visited {
  color: #39c;
}
#contentsArea p a:link, #contentsArea p a:visited {
  text-decoration: underline;
}
#faqwrap .box-faq dd a[href]:hover {
  color: #f60;
}

/*広告ボックス
-------------------------------------------------*/
.flow-box {
  display: none;
}

.adWidget {
  width: 100%;
  background-color: #F2F2F2;
  background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
  background-size: 6px 6px;
  padding: 0 10px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.adWidget__title {
  display: block;
  padding: 10px 0;
  font-weight: normal;
  font-size: 1.2rem;
}





