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

@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;
  }
}

.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;
}


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

/*文字サイズ*/
.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%;
  }
}

/*太字*/
.bold {
  font-weight: bold;
}

/*文字色*/
.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
}

/*マーカー文字*/
.marker-y {
  background: linear-gradient(transparent 60%, #FFFF99 50%);
}


/*背景色変更*/
.bg-white {
  background-color: #ffffff;
}

/*リンク効果*/
a img:hover {
  opacity: 0.5;
}

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

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

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

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

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

/*display*/
.u-none {
  display: none;
}

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

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

/*見出し調整*/
.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-archive .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-archive .content a:hover {
  border-bottom: #f0b200 1px solid;
}

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

.page-archive .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;
}

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


/*詳細*/
.LC_Page_Index .l-wrapper .l-main {
  max-width: 770px;
}

.page-single .related__list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.related .related__imgLink img {
  max-height: 20.3rem;
}

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

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

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




/*テーブル内 独自グループ*/
.box-group.flex {
  display: flex;
  flex-wrap: wrap;
}

.box-group.flex .a-watch-band-group {
  width: 50%;
}

.box-group.flex .a-watch-band-group .a-watch-band-box .img-box img {
  max-width: 390px;
  object-fit: cover;
}

.a-watch-band-group {
  padding: 5px;
}

.a-watch-band-box {
  margin-bottom: 10px;
}

.a-watch-band-group .a-watch-band-box .img-box {
  margin-bottom: 5px;
}

.a-watch-band-group .a-watch-band-box .img-box img {
  width: 100%;
}

.a-watch-band-group .a-watch-band-box .txt-box {
  margin-bottom: 0;
}


/*目次*/
#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;
}




/*--------------------------------------
パンくず
--------------------------------------*/

/*パンくずエリアパーツ(複数個所で使用)*/
.breadcrumb-area {
  width: 1100px;
  max-width: 95%;
  margin: 0 auto 0 0;
}

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

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0;
    overflow-x: auto;
  }
  /*
  .breadcrumb {
    display: none;
  }
  */
}

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

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

.breadcrumb__item {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 1.75;
  font-size: 1.4rem;
  color: #7f7f7f;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__item {
    display: table-cell;
    white-space: nowrap;
    float: none;
    padding-left: 15px;
    margin-right: 0;
  }
}

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

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

.breadcrumb__item::after {
  content: "";
  position: absolute;
  top: 50%;
  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__link {
  text-decoration: underline;
  line-height: 1;
}

.breadcrumb a {
  line-height: 1.2;
}







/*ラッパー
--------------------------------------------------*/
.l-wrapper {
  position: relative;
  display: flex;
  width: 1100px;
  max-width: 95%;
  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: 20px;
  }
}



/*メイン
--------------------------------------------------*/
.l-main {
  width: 70%;
  padding: 60px 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;
  }
}

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

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


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

.l-extraNone {
  display: none;
}


/*アコーディオン*/
.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;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

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

.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;
}


/*サイドバー
----------------------------------------------------------*/

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

.l-sidebar .searchBox {
  background: #f2f2f2;
  padding: 0.5rem;
  border: 1px solid #e6e6e6;
  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;
  word-break: normal;
  color: #32373c;
  font-size: inherit;
  font-family: 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;
  /*padding-bottom: 10px;*/
  margin-bottom: 20px;
  color: #005aa0;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  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;
}

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

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

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

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

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

.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.4rem;
  font-weight: normal;
}

@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: 100%;
  }
}

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

.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;
}

.icon-tag::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/svg/icon_technolog003.svg) no-repeat;
  background-size: cover;
  z-index: 997;
}


/*検索ナビ*/
.searchNavi {
  display: flex;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .searchNavi {
    padding: 10px 0;
  }
}

.searchNavi__title {
  height: 30px;
  background: #f0b200;
  padding: 0 15px;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .searchNavi__title {
    display: none;
  }
}

.searchNavi__list {
  list-style: none;
  flex-grow: 2;
  padding-top: 8px;
  margin-right: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .searchNavi__list {
    display: none;
  }
}

.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;
}


/*検索窓*/
.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.4;
  cursor: pointer;
}



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

/*アイキャッチ画像*/
.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:hover {
  transform: scale(1.1);
}

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

/*ウィジェットエリア*/
.eyecatch.eyecatch-widget {
  margin-bottom: 10px;
}

/*アーカイブページのアイキャッチ*/
@media only screen and (max-width: 767px) {
  .eyecatch.eyecatch-archive {
    margin-bottom: 10px;
  }
}

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

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

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

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

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

/*アイキャッチ修正*/
a.related__imgLink {
  max-width: 450px;
  height: auto;
  margin-bottom: 2rem;
}

.related__list {
  flex-direction: column;
}

.page-single .related__list {
  flex-direction: row;
}

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

.page-single .related-flex {
  flex-direction: column;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .page-single .related-flex {
    flex-direction: column;
    width: calc(50% - 12px);
  }
}

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

.page-single .related-txtbox {
  margin-left: 0;
}

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

.related__title .dateList__item span {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .dateList .dateList__item span,
  .dateList .dateList__item a {
    font-size: 1.1rem;
  }
}

.related__title .dateList__item.icon-tag {
  padding: 0.1rem 0 0.1rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .dateList__item.icon-tag {
    padding: 0 0 0.3rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .dateList__item.icon-tag:before {
    left: 0.5rem;
  }
}


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

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

/*見出し(複数個所で使用)*/
.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;
  line-height: 1.5;
  border-bottom: #f0b200 1px solid;
  font-size: 2.2rem;
}
@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;
  }
}

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

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


.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;
}

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

.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) {
  .singleTitle__heading {
    position: relative;
    float: none;
    width: 100%;
    padding: 20px 0;
  }
}


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

/*ボタン(複数個所で使用)*/
.btn.btn-center {
  text-align: center;
}

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

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

.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;
  }
}

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

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

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

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

.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;
}

/*ソーシャルボタン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;
}


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

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

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

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

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

/*フッター用ウィジェット枠*/
.widgetFoot {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .widgetFoot {
    display: block;
  }
}

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

@media only screen and (max-width: 767px) {
  .widget.widget-foot:last-child {
    margin-bottom: 40px;
  }
}

/*基本ボックス*/
.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: #f0b200;
}

/*基本リスト*/
.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";
  font-family: "icomoon";
  margin-right: 5px;
}

/*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 {
  text-align: right;
  display: block;
}

.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-size: 1.4rem;
  font-weight: 700;
}

/*サムネイルボーダー（最新の投稿でのみ使用中）*/
.imgListWidget__borderBox {
  position: relative;
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  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 {
  counter-reset: number;
  list-style-type: none;
}

.rankListWidget__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
@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:before {
  content: none;
}
*/
/*
.rankListWidget__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  background: #bfbfbf;
  line-height: 2.8;
  text-align: center;
  color: #FFF;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .rankListWidget__item:before {
    line-height: 2.4;
  }
}

.rankListWidget__item:nth-child(1):before {
  background: #ecd357;
}
.rankListWidget__item:nth-child(2):before {
  background: #a9c6d5;
}
.rankListWidget__item:nth-child(3):before {
  background: #c58459;
}
*/

.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: 37.24%;
    min-width: 37.24%;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
*/
@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 {
  font-size: 1.6rem;
}
*/
.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;
  }
}
/*
.rankListWidget__title {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  overflow: hidden;
}
*/

.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;
}

/*
.rankListWidget__item img {
  width: 100%;
}
*/


/*カレンダー ウィジェット
------------------------------------------------------*/
.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: 1.6;
  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;
}

/*ウィジェットエリアのデータリスト*/
.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;
}

@media only screen and (max-width: 767px) {
  .dateList__item.icon-tag:before {
    left: 0.8rem;
    width: 11px;
    height: 11px;
  }
}

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

.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: "";
  border: 6px solid transparent;
  border-top-color: #032c4c;
  border-right-color: #032c4c;
  top: 24px;
  z-index: 2;
}

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

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

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

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

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

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

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



.icon-calendar1:before {
  content: "";
  position: static;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/svg/icon_technolog001.svg) no-repeat;
  background-size: cover;
  margin-right: 0;
  z-index: 997;
}
@media only screen and (max-width: 767px) {
  .icon-calendar1:before {
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }
}

/*
.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;
}
@media only screen and (max-width: 767px) {
  .dateList .icon-loop:before {
    margin-right: 5px;
    font-size: 1.1rem;
  }
}

.icon-loop:before {
  color: #1a1a1a;
  content: "\ea2d";
}



/*---------------------------------------------------
ページネーション
---------------------------------------------------*/

/*ページネーション(アーカイブとコメントで使用)*/
/*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;
}

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

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,
span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  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;
  }
}

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


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;
  padding: 10px;
  border: solid 1px #005aa0;
  color: #005aa0;
}
@media only screen and (max-width: 767px) {
  a.page-numbers.prev,
  a.page-numbers.next {
    width: 50px;
    padding: 5px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  a.page-numbers.prev,
  a.page-numbers.next {
    padding: 10px;
  }
}

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: none;
  }
}
@media only screen and (max-width: 767px) {
  a.page-numbers.prev::before,
  a.page-numbers.next::before {
    content: normal;
  }
}

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

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

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 {
  font-family: monospace;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  border: #bfbfbf solid 1px;
  border-radius: 5px;
  line-height: 1.4;
  text-align: center;
  color: #bfbfbf;
}

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

.subPager__link {
  display: block;
}


/*tag-list*/
.tag-list-items {
  display: flex;
  flex-flow: row wrap;
}

.tag-list-items li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag-list-items li a {
  position: relative;
  display: flex;
  align-items: center;
  background: #f2f2f2;
  padding: 2px 15px 2px 30px;
  font-size: 1.4rem;
}

.tag-list-items li a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  background: #005aa0;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .tag-list-items li a {
    font-size: 1.4rem !important;
  }

  .tag-list-items li a {
    position: relative;
    display: flex;
    align-items: center;
    background: #f2f2f2;
    padding: 2px 10px 2px 25px;
    font-size: 1.4rem;
  }

  .tag-list-items li a:before {
    left: 10px;
  }
}


/*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;
  }

  .OIC90c,
  .OIC90c.RjsPE,
  .OIC90c .zHQkBf,
  .OIC90c .Wic03c .tL9Q4c,
  .OIC90c .I9OJHe .KRoqRc,
  .OIC90c .PyrB4,
  .OIC90c .snByac {
    font-size: 3.5vw;
  }
}


/*--------------------------------------
カテゴリーページ
--------------------------------------*/

/*カテゴリー新着*/
.categoryBox {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .categoryBox {
    padding-bottom: 10px;
  }
}

/*カテゴリーのシングルページ用*/
.categoryBox.categoryBox-gray {
  padding-top: 60px;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .categoryBox.categoryBox-gray {
    padding-top: 40px;
  }
}

.categoryBox__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .categoryBox__list {
    margin-left: -10px;
  }
}

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

.categoryBox__item {
  width: calc(33.3% - 20px);
  float: left;
  margin: 0 0 40px 20px;
}
@media only screen and (max-width: 767px) {
  .categoryBox__item {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
  }
}

.categoryBox__title {
  border-top: 2px solid;
  color: #f0b200;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .categoryBox__title {
    font-size: 1.5rem;
  }
}

.categoryBox__titleLink {
  position: relative;
  display: block;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .categoryBox__titleLink {
    padding: 15px 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;
}


/*カテゴリー説明ボックス*/
.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%
}
@media only screen and (max-width: 767px) {
  .categoryDescription__explain {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.categoryDescription__heading {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .categoryDescription__heading {
    font-size: 2.4rem;
  }
}

.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 {
  color: #fff;
  line-height: 1.75;
}

.categoryDescription__post {
  width: 30%;
  float: right;
  list-style: none;
  padding-left: 2.5%;
}
@media only screen and (max-width: 767px) {
  .categoryDescription__post {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.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;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  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;
  font-size: 1.8rem;
  color: #FFF;
}

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

.category-list h2 {
  margin-bottom: 1px !important;
}

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

.category-list .children li a {
  background: none;
  /*padding-left: 0;*/
  padding-left: 2.5rem;
  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:not(:last-child) {
  margin-bottom: 1px;
}

.category-list ul li a {
  position: relative;
  width: 100%;
  display: block;
  background: #f2f2f2;
  padding: 8px 0 8px 2.5rem;
  line-height: 1.5 !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .category-list ul li a {
    font-size: 1.4rem !important;
  }
}

.category-list ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  width: 8px;
  height: 2px;
  background: #005aa0;
  margin: auto;
  z-index: 1;
}



/*--------------------------------------
ランキングページ
--------------------------------------*/

/*ランキングボックス(TOPページで使用)*/
.rankingBox {
  background: #f7f7f7;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .rankingBox {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

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

/* PCのみで適用*/
@media only screen and (min-width: 768px) {
  .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;
  }
}

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

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

.rankingBox__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 30px;
  height: 30px;
  background: #bfbfbf;
  line-height: 1.4;
  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 {
  overflow: hidden;
  width: 230px;
  height: 230px;
}

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

.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);
}

/*ランキングリスト*/
.rankingPage {
  counter-reset: number;
  list-style-type: none;
  margin-top: 40px;
}

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

.rankingPage__item:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  width: 30px;
  height: 30px;
  display: block;
  background: #bfbfbf;
  line-height: 1.4;
  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__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;
}



/*テーマ
-----------------------------------------------------------------*/
/*DARK*/
.t-dark .widget.widget-foot .imgListWidget__borderBox:before,
.t-dark .widget.widget-foot .imgListWidget__borderBox:after,
.t-dark .widget.widget-foot .imgListWidget__borderBox>span:before,
.t-dark .widget.widget-foot .imgListWidget__borderBox>span:after {
  background: #191919;
}

.t-dark .widget.widget-foot .imgListWidget__title,
.t-dark .widget.widget-foot .rankListWidget__title,
.t-dark .widget.widget-foot ul li,
.t-dark .widget.widget-foot .textwidget {
  color: #D8D8D8;
}

.t-dark .widget.widget-foot ul li {
  border-color: #3F3F3F;
}

/*LIGHT*/
.t-light .widget.widget-foot .imgListWidget__borderBox:before,
.t-light .widget.widget-foot .imgListWidget__borderBox:after,
.t-light .widget.widget-foot .imgListWidget__borderBox>span:before,
.t-light .widget.widget-foot .imgListWidget__borderBox>span:after {
  background: #f7f7f7;
}

.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-footer {
  background: #f7f7f7;
  border-top: 5px solid #f0b200;
}

.t-light .heading.heading-footer {
  color: #191919;
}

.t-light .heading.heading-footer::after {
  border-color: #E5E5E5;
}

.t-light .copySns {
  border-color: #E5E5E5;
}

.t-light .copySns__copy {
  color: #3f3f3f;
}

.t-light .copySns__copyLink {
  color: #191919;
}

.t-light .copySns__listLink {
  background: #3f3f3f;
  color: #fff;
}

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

.t-light .widget-foot ul li {
  border-color: #cccccc;
}

/*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;
}


/*キーリスト
---------------------------------------------*/
.key {
  width: 100%;
}

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

.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;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.25) 100%);
  display: block;
  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 {
  font-family: "icomoon";
  content: "\e902";
  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 {
    display: table-cell;
    height: 180px;
  }

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

  .key__link {
    width: 90vw;
  }
}

/*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%;
  }
}

/*広告*/
.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;
}

