@charset "UTF-8";

/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.25

/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
.widget {
  border-radius: 3px;
}

.widgettitle {
  border-radius: 3px 3px 0 0;
}

/*--------------------------------------
 全体設定
--------------------------------------*/
/*全体*/
body {
  color: #2E373E;
  overflow-wrap: break-word;
  word-break: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.entry-content p {
  font-size: 16px;
  line-height: 1.7;
}

.entry-content a {
  font-weight: bold;
  color: #0A5AB7;
}

.entry-content p a {
  text-decoration: none;
}

.entry-content p a:hover {
  text-decoration: underline;
  color: #0A5AB7;
}

#inner-content .btn {
  margin: 0.5em 0.5em 1em 0;
  text-decoration: none;
}

/*アニメーションのOFF*/
.home #container .header,
#divheader,
.cardtype__article:first-child,
.cardtype__article:nth-child(2),
.sidelong__article:first-child,
.sidelong__article:nth-child(2) {
  animation: none;
}

/*タイトル*/
.single-title,
.page-title,
.entry-title {
  color: #222222;
  font-weight: 600;
}

/*記事内の文章*/
@media screen and (max-width: 767px) {

  .single-title,
  .page-title {
    margin: 8px 0 0;
  }

  .single-title,
  .page-title,
  .entry-title {
    padding: 0 15px 3px !important;
  }
}

/*---  シェアボタン ---*/
label.fab-btn {
  background-color: #ffb36b;
}

.fab-btn .fa-share-alt,
.fab-btn i:after {
  color: #fff;
}

.widget ul li a {
  color: #0A5AB7;
}

/*--------------------------------------
トップページ用CSS
--------------------------------------*/
p.hh.hh5 {
  /*見出し*/
  margin: 0em auto 0.5em auto !important;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 100% !important;
  padding: 0.3em 0.4em;
  color: #fff !important;
  background: #007fc3 !important;
  border-radius: 2px;
}

div.picup a.c_linkto img {
  /*おすすめ記事アイキャッチ*/
  margin: 0em !important;
  padding: 3px;
  height: 170px;
}

div.picup a.c_linkto {
  margin: 0em;
}

div.picup .c_linkto .c_linkto_text {
  margin-top: -0.5px;
  padding: 1em 0.5em;
  color: #222222 !important;
  letter-spacing: 1px;
  font-size: 14px;
}

span.c_linkto_text {
  /*カテゴリリンクのテキスト*/
  font-size: 100%;
  letter-spacing: 0;
}

div.newpst .c_linkto .c_linkto_text {
  /*新着記事のテキスト*/
  font-size: 85%;
  color: #222;
}

div.newpst time {
  /*新着記事の日付*/
  font-weight: 500;
  font-size: 12px;
  color: #aaa;
}

div.picup .shtb2 .cell:first-of-type {
  /*間隔*/
  padding-right: 0%;
}

div.newpst a.c_linkto.longc_linkto:first-of-type:before {
  /*新着記事1つ目に「NEW」を出す*/
  position: absolute;
  content: " NEW";
  /*好きな文字*/
  display: inline-block;
  width: 75px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  background: yellow;
  /*好きな色*/
  font-size: 11px;
  line-height: 28px;
  color: #222;
  /*文字色*/
  letter-spacing: 3px;
  padding-left: 3px;
  border-radius: 0px;
}

.topblue-bc {
  /*リンクボタン*/
  background: #00B0FF !important;
  color: #fff !important;
  font-size: 90% !important;
}

div.top-kanren .longc_img {
  /*画像の範囲*/
  width: 35%;
}

div.top-kanren a.c_linkto.longc_linkto img {
  /*画像の大きさ*/
  height: 100px;
  width: 100%;
  padding: 2px;
  background: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

div.top-kanren .sng-link-time {
  /*日付消す*/
  display: none;
}

div.top-kanren .longc_title {
  color: #333;
  letter-spacing: 0.5px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  div.picup a.c_linkto img {
    height: 120px;
  }

  div.picup .shtb2 .cell:first-of-type {
    /*間隔*/
    padding-right: 2%;
  }

  div.picup .c_linkto .c_linkto_text {
    font-size: 75%;
  }

  div.top-kanren .c_linkto {
    display: flex;
  }

  div.top-kanren .c_linkto .c_linkto_text {
    max-width: 60%;
    font-size: 85%;
    padding-top: 8px;
  }

  div.top-kanren .longc_img {
    /*画像の範囲*/
    width: 40% !important;
  }
}

.space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

/*人気カテゴリー*/
ul.popcate {
  background: none !important;
  /*背景色が必要な場合はどうぞ*/
  padding: 0px !important;
  border: none !important;
  display: flex;
  margin: 0 auto 0.5em 0 !important;
}

ul.popcate li {
  margin: 0.5em;
  background: none !important;
  /*背景色が必要な場合はどうぞ*/
  border: none !important;
  list-style: none;
  flex-basis: 30%;
  text-align: center !important;
  letter-spacing: 0.1em;
  font-weight: bold;
}

ul.popcate a {
  height: 150px;
  width: 100px !important;
  color: #333 !important;
  font-size: 75%;
}

ul.popcate a:hover {
  opacity: 0.5;
  background: none;
  /*背景色が必要な場合はどうぞ*/
}

ul.popcate img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100px;
  width: 100% !important;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/*カテゴリ見出しカスタマイズ*/
#inner-content .entry-content h3.top-title {
  border-left: none;
  color: #545454;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  margin-top: 1.5em;
}

#inner-content .entry-content h3.top-title span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  font-weight: 500;
}

#inner-content .entry-content h3.top-title span:before,
#inner-content .entry-content h3.top-title span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 2px;
  background-color: #545454;
}

#inner-content .entry-content h3.top-title span:before {
  right: 100%;
}

#inner-content .entry-content h3.top-title span:after {
  left: 100%;
}

/*--------------------------------------
  見出し
--------------------------------------*/
/*h2*/
.entry-content h2 {
  background: #fafafa;
  border-left: solid #0A5AB7 5px;
  padding: 14px 12px;
  border-bottom: solid 3px #dadada;
  clear: both;
}

@media screen and (max-width: 480px) {
  .entry-content h2 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
  }
}

/*h3*/
.entry-content h3 {
  border-left-color: #0A5AB7;
}

@media screen and (max-width: 480px) {
  .entry-content h3 {
    font-size: 16px !important;
    margin: 2em 0 0.7em;
    padding: 8px 0 10px 8px;
    line-height: 1.5em;
  }
}

/*h4*/
.entry-content h4 {
  font-size: 18px !important;
  padding-left: 23px !important;
  position: relative;
}

.entry-content h4:before {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  color: #0A5AB7;
}

@media screen and (max-width: 480px) {
  .entry-content h4 {
    font-size: 16px !important;
  }
}

/*--------------------------------------
 パンくずリスト
--------------------------------------*/
#breadcrumb li a {
  font-size: 0.9em;
}

#breadcrumb {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff !important;
}

#breadcrumb li:first-child a:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  color: #5ba9f7;
  font-size: 1.33em;
  content: "\f3c5";
  line-height: 1em;
  vertical-align: -10%;
}

#breadcrumb ul {
  letter-spacing: 0.2em;
}

#breadcrumb li:after {
  color: #c8e4ff;
  content: "\f105";
}

#breadcrumb li:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #breadcrumb {
    padding: 0 15px !important;
    text-align: center !important;
  }
}

/*--------------------------------------
  アイキャッチ画像　スマホ表示
--------------------------------------*/
.post-thumbnail {
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .post-thumbnail {
    margin: 0;
  }
}

/*--------------------------------------
  見出しにジャンプした時の余白調整
--------------------------------------*/
.entry-content h2 span,
.entry-content h3 span {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*ボックスカスタマイズ用*/
.p-box.p-custom {
  border: 2px solid #6bb6ff;
  /*枠線の色*/
}

div.p-box.p-custom .p-box-title {
  background-color: #58a9ef;
  /*吹き出しの色*/
}

div.p-box.p-custom .p-box-title:after {
  border-top: 12px solid #58a9ef;
  /*吹き出しの色*/
}

.p-box.p-custom ul li:before {
  color: #58a9ef;
  /*チェックの色*/
}

.p-orange {
  background-color: #ffb36b !important;
}

.points.p-orange:before {
  border-top: 10px solid #ffb36b;
}

.p-box.p-blue {
  border: 2px solid #c8e4ff !important;
}

.p-blue .p-box-title {
  background-color: #6bb6ff !important;
}

.p-blue .p-box-title:after {
  border-top: 12px solid #6bb6ff !important;
}

.p-box.p-blue ul li:before {
  color: #6bb6ff;
}

/* =========================================================================
サービス別口コミ個別ページ
 ===========================================================================  */
#agentrv .kuchikomibox {
  position: relative;
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  border: solid 1px #5c9ee7;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
}

#agentrv .kuchikomibox h3.reviewtitle {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 1em;
  border-left: none;
  color: #333333;
}

#agentrv .kuchikomibox .kuchikomi_info {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  border: dotted #c4c4c4;
  border-width: 1px 0;
  margin: 1em;
  padding: 0.5em 0;
}

#agentrv .kuchikomibox .kuchikomi_label {
  display: inline-block;
  margin: 2px 0;
}

#agentrv .kuchikomibox .kuchikomi_label .hoshi {
  display: block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

#agentrv .kuchikomibox .kuchikomi_label .gender {
  display: inline-block;
  padding: 0.2em 0.3em;
  margin-right: 0.3em;
  text-decoration: none;
  color: #6bb6ff;
  border: solid 2px #6bb6ff;
  border-radius: 3px;
}

#agentrv .kuchikomibox .kuchikomi_label .job {
  display: inline-block;
  padding: 0.2em 0.3em;
  text-decoration: none;
  color: #ffb36b;
  border: solid 2px #ffb36b;
  border-radius: 3px;
}

#agentrv .kuchikomibox .kuchikomi_label .income {
  display: inline-block;
  padding: 0.2em 0.3em;
  margin-right: 0.3em;
  text-decoration: none;
  color: #40ce9a;
  border: solid 2px #40ce9a;
  border-radius: 3px;
}

#agentrv .kuchikomibox .reviewtext {
  margin: 1em 1em 0;
  font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
  #agentrv .kuchikomibox .kuchikomi_info {
    font-size: 12px;
  }
}

/* 口コミフッターエリア */
#agentrv .kuchikomibox .review_footer {
  display: table;
  color: #f8f8f8;
  font-size: 0.8em;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  border-spacing: 0;
  background: #f8f8f8;
  border-radius: 0px 0px 4px 4px;
}

/* 参考になったボタン */
.bf-click-counter {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
  font-weight: normal !important;
}

.review_footer .btn {
  color: #0A5AB7 !important;
}

#agentrv .kuchikomibox .review_footer a {
  color: #444 !important;
  padding: 4px;
}

.review_footer a {
  color: #666 !important;
  padding: 0.3em;
  font-size: 11px;
}

.review_footer a:hover {
  cursor: pointer;
}

/* さらに口コミを表示ボタン */
.more {
  position: relative;
  color: #fff;
  display: table;
  width: 400px;
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  background: #0A5AB7 linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: none;
  opacity: 1 !important;
  font-size: 1em;
  min-width: 60%;
}

.more:hover {
  text-decoration: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.more:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  content: " \f4ad";
}

@media only screen and (max-width: 768px) {

  .more:active,
  .more:visited,
  .more {
    width: 90%;
    font-size: 80%;
  }
}

/* 口コミ一覧に移動するボタン */
a.kckbtn {
  position: relative;
  background: #57a800 linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  display: table;
  width: 400px;
  border: none;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 15px 0;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: none;
  opacity: 1 !important;
  min-width: 60%;
  font-size: 16px;
}

a.kckbtn:hover {
  text-decoration: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

a.kckbtn:after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: " \f13a";
  font-weight: 900;
}

@media only screen and (max-width: 768px) {

  a.kckbtn:active,
  a.kckbtn:visited,
  a.kckbtn {
    width: 90%;
    font-size: 100%;
  }
}

/* 口コミ(キャラ付き) */
.kuchikomi {
  padding: 5px 10px 10px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  margin: 20px 0;
}

.kuchikomi a {
  color: #0A5AB7;
}

.kuchikomi h5 {
  color: #424242;
  margin: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #e5e5e5;
  border-radius: 0;
  font-size: 1em;
}

.kuchikomi-heading {
  color: #424242;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.kuchikomi-highlight {
  margin-top: 5px !important;
}

.kuchikomi-username,
.kuchikomi-highlight,
.kuchikomi-comment {
  margin-left: 96px;
}

.kuchikomi-comment {
  margin-top: 14px;
  font-size: 13px;
}

.kuchikomi-image {
  float: left;
  width: 85px;
  margin-right: 10px;
}

.hoshi {
  color: #B49724;
  font-size: 14px;
}

.kuchikomi p {
  margin-bottom: 5px !important;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .kuchikomi p {
    margin-bottom: 5px !important;
    font-size: 13px;
  }

  .kuchikomi-heading {
    font-size: 13px;
  }

  .hoshi {
    color: #B49724;
    font-size: 13px;
  }
}

/*--------------------------------------------------------
 ランキングページ
--------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.tabs li {
  position: relative;
  font-size: 0;
  margin: 0;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

/*タブのスタイル*/
.tab_item {
  width: 25%;
  height: auto;
  background-color: #f4f4f4;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 8px 8px 8px;
  border-right: 2px solid #fff;
  font-size: 14px;
}

.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
  cursor: hand;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content,
#quolity:checked~#quolity_content {
  display: block;
}

#sales:checked~#sales_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #0A5AB7;
  color: #fff;
}

/*タブの説明*/
.sectiontitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
}

.tab_item i {
  /*アイコン*/
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {

  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }

  .tab_item {
    /*タブのスタイル*/
    font-size: 11px;
    min-height: 88px;
  }

  .sectiontitle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
  }
}

/*--------------------------------------------------------
 IT・Webランキングページ
--------------------------------------------------------*/
/*タブのスタイル2*/
.tab_item2 {
  width: 25%;
  height: auto;
  background-color: #f6f6f6;
  line-height: 50px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 4px 4px 4px;
  border-right: 2px solid #fff;
  font-size: 14px;
}

.tab_item2 i {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: -10px;
}

.tab_item2:hover {
  opacity: 0.75;
  cursor: pointer;
  cursor: hand;
}

input[name=tab_item2] {
  display: none;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item2 {
  background-color: #0A5AB7;
  color: #fff;
}

@media screen and (max-width: 767px) {

  /*タブのスタイル*/
  .tab_item2 {
    font-size: 11px;
    min-height: 88px;
  }
}

/*----------------------------------------------------
　シンプルなランキング
----------------------------------------------------*/
.rank-normal,
.rank-op {
  margin: 2em 0;
  padding: 120px 1em 0;
  border: 1px solid #e6e6e6;
  position: relative;
}

.rank-normal .box-title {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 1em;
  background: #0A5AB7;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0;
}

.rank-normal .box-title:before {
  content: "\f521";
  font-family: "font awesome 5 free";
  font-weight: 600;
  display: block;
  font-size: 3.5em;
  line-height: 1em;
  padding-bottom: 15px;
  color: #ffffff;
}

.rank-normal ol {
  list-style-type: none !important;
  padding: 0.7em;
  counter-reset: number;
  margin: 0;
}

.rank-normal li {
  position: relative;
  padding: 0.5em 0 0.5em 38px;
  line-height: 30px;
}

.rank-normal li a {
  color: #0A5AB7;
  font-weight: bold;
}

.rank-normal li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #797979;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  content: counter(number);
  counter-increment: number;
}

.rank-normal li:first-child:before,
.rank-normal li:nth-child(2):before,
.rank-normal li:nth-child(3):before {
  content: "\f521";
  font-family: "font awesome 5 free";
}

.rank-normal li:first-child:before {
  background: #e1a625;
}

.rank-normal li:nth-child(2):before {
  background: #a9b5bb;
}

.rank-normal li:nth-child(3):before {
  background: #cf8129;
}

/*パターン2*/
.rank-op {
  margin: 2em 0;
  padding: 50px 0.5em 0;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.rank-op .box-title {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 1em;
  background: #0A5AB7;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0;
}

.rank-op ol {
  list-style-type: none !important;
  padding: 0.7em;
  counter-reset: number;
  margin: 0;
}

.rank-op li {
  position: relative;
  padding: 0.5em 0 0.5em 38px;
  line-height: 30px;
  font-size: 16px;
}

.rank-op li a {
  color: #0A5AB7;
  font-weight: bold;
}

.rank-op li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0A5AB7;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  content: counter(number);
  counter-increment: number;
}

@media screen and (max-width: 767px) {
  .rank-op li {
    font-size: 14px;
  }
}

/*パターン3*/
.rank-pic {
  padding: 50px 0.5em 0;
  position: relative;
  border-radius: 10px;
  width: 100%;
}

.rank-pic .box-title {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  line-height: 1em;
  background: #6bb6ff;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0;
  border-radius: 10px;
}

.rank-pic ol {
  list-style-type: none !important;
  padding: 0.7em;
  counter-reset: number;
  margin: 0;
}

.rank-pic li {
  position: relative;
  padding: 0.5em 0 0.5em 38px;
  line-height: 30px;
  font-size: 16px;
}

.rank-pic li a {
  color: #0A5AB7;
  font-weight: bold;
}

.rank-pic li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6bb6ff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  content: counter(number);
  counter-increment: number;
}

.rank-pic li:first-child:before,
.rank-pic li:nth-child(2):before,
.rank-pic li:nth-child(3):before {
  content: "\f521";
  font-family: "font awesome 5 free";
}

.rank-pic li:first-child:before {
  background: #e1a625;
}

.rank-pic li:nth-child(2):before {
  background: #a9b5bb;
}

.rank-pic li:nth-child(3):before {
  background: #cf8129;
}

@media screen and (max-width: 767px) {
  .rank-pic li {
    font-size: 14px;
  }
}

/*----------------------------------------------------
　オリジナルランキング専用のＨ３見出し
----------------------------------------------------*/
/* ランキングにＨ３でclassを指定 */
.rankh3.rank-no1,
.rankh3.rank-no2,
.rankh3.rank-no3,
.rankh3.rank-no4,
.rankh3.rank-no5,
.rankh3.rank-no6,
.rankh3.rank-no7,
.rankh3.rank-no8,
.rankh3.rank-no9,
.rankh3.rank-no10,
.rankh3.rank-no11,
.rankh3.rank-no12,
.rankh3.rank-no13,
.rankh3.rank-no14,
.rankh3.rank-no15 {
  position: relative;
  color: #222222 !important;
  font-size: 20px !important;
  text-align: left;
  line-height: 28px;
  padding-top: 15px;
  padding-left: 80px;
  padding-bottom: 13px;
  border-left: none;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: transparent;
}

h3.rankh3.rank-no1:before,
h3.rankh3.rank-no1:after,
h3.rankh3.rank-no2:before,
h3.rankh3.rank-no2:after,
h3.rankh3.rank-no3:before,
h3.rankh3.rank-no3:after,
h3.rankh3.rank-no4:before,
h3.rankh3.rank-no4:after,
h3.rankh3.rank-no5:before,
h3.rankh3.rank-no5:after,
h3.rankh3.rank-no6:before,
h3.rankh3.rank-no6:after,
h3.rankh3.rank-no7:before,
h3.rankh3.rank-no7:after,
h3.rankh3.rank-no8:before,
h3.rankh3.rank-no8:after,
h3.rankh3.rank-no9:before,
h3.rankh3.rank-no9:after,
h3.rankh3.rank-no10:before,
h3.rankh3.rank-no10:after,
h3.rankh3.rank-no11:before,
h3.rankh3.rank-no11:after,
h3.rankh3.rank-no12:before,
h3.rankh3.rank-no12:after,
h3.rankh3.rank-no13:before,
h3.rankh3.rank-no13:after,
h3.rankh3.rank-no14:before,
h3.rankh3.rank-no14:after,
h3.rankh3.rank-no15:before,
h3.rankh3.rank-no15:after {
  content: "";
  position: absolute;
  display: block;
}

h3.rankh3.rank-no1:before,
h3.rankh3.rank-no2:before,
h3.rankh3.rank-no3:before,
h3.rankh3.rank-no4:before,
h3.rankh3.rank-no5:before,
h3.rankh3.rank-no6:before,
h3.rankh3.rank-no7:before,
h3.rankh3.rank-no8:before,
h3.rankh3.rank-no9:before,
h3.rankh3.rank-no10:before,
h3.rankh3.rank-no11:before,
h3.rankh3.rank-no12:before,
h3.rankh3.rank-no13:before,
h3.rankh3.rank-no14:before,
h3.rankh3.rank-no15:before {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 0;
  top: 0;
  left: 5px;
  width: 60px;
  height: 30px;
  padding: 14px 0 2px;
  text-align: center;
  z-index: 2;
}

h3.rankh3.rank-no1:after,
h3.rankh3.rank-no2:after,
h3.rankh3.rank-no3:after,
h3.rankh3.rank-no4:after,
h3.rankh3.rank-no5:after,
h3.rankh3.rank-no6:after,
h3.rankh3.rank-no7:after,
h3.rankh3.rank-no8:after,
h3.rankh3.rank-no9:after,
h3.rankh3.rank-no10:after,
h3.rankh3.rank-no11:after,
h3.rankh3.rank-no12:after,
h3.rankh3.rank-no13:after,
h3.rankh3.rank-no14:after,
h3.rankh3.rank-no15:after {
  top: 36px;
  left: 5px;
  width: 0;
  height: 0;
  border: 30px solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .rankh3.rank-no1,
  .rankh3.rank-no2,
  .rankh3.rank-no3,
  .rankh3.rank-no4,
  .rankh3.rank-no5,
  .rankh3.rank-no6,
  .rankh3.rank-no7,
  .rankh3.rank-no8,
  .rankh3.rank-no9,
  .rankh3.rank-no10,
  .rankh3.rank-no11,
  .rankh3.rank-no12,
  .rankh3.rank-no13,
  .rankh3.rank-no14,
  .rankh3.rank-no15 {
    font-size: 15px !important;
  }
}

/*----------------------------------------------------
　オリジナルランキングのリボンの色
----------------------------------------------------*/
/* 「background」でリボン部分の色変更／「transparent」は同色に揃える */
h3.rankh3.rank-no1:before {
  content: "No.1";
  background: #D4B200;
}

h3.rankh3.rank-no1:after {
  border-color: transparent #D4B200;
}

/* ランク２ */
h3.rankh3.rank-no2:before {
  content: "No.2";
  background: #CBCBCB;
}

h3.rankh3.rank-no2:after {
  border-color: transparent #CBCBCB;
}

/* ランク３ */
h3.rankh3.rank-no3:before {
  content: "No.3";
  background: #ac6b25;
}

h3.rankh3.rank-no3:after {
  border-color: transparent #ac6b25;
}

/* ランク４ */
h3.rankh3.rank-no4:before {
  content: "No.4";
  background: #73BCF3;
}

h3.rankh3.rank-no4:after {
  border-color: transparent #73BCF3;
}

/* ランク５ */
h3.rankh3.rank-no5:before {
  content: "No.5";
  background: #73BCF3;
}

h3.rankh3.rank-no5:after {
  border-color: transparent #73BCF3;
}

/* ランク6 */
h3.rankh3.rank-no6:before {
  content: "No.6";
  background: #73BCF3;
}

h3.rankh3.rank-no6:after {
  border-color: transparent #73BCF3;
}

/* ランク7 */
h3.rankh3.rank-no7:before {
  content: "No.7";
  background: #73BCF3;
}

h3.rankh3.rank-no7:after {
  border-color: transparent #73BCF3;
}

/* ランク8 */
h3.rankh3.rank-no8:before {
  content: "No.8";
  background: #73BCF3;
}

h3.rankh3.rank-no8:after {
  border-color: transparent #73BCF3;
}

/* ランク9 */
h3.rankh3.rank-no9:before {
  content: "No.9";
  background: #73BCF3;
}

h3.rankh3.rank-no9:after {
  border-color: transparent #73BCF3;
}

/* ランク10 */
h3.rankh3.rank-no10:before {
  content: "No.10";
  background: #73BCF3;
}

h3.rankh3.rank-no10:after {
  border-color: transparent #73BCF3;
}

/* ランク11 */
h3.rankh3.rank-no11:before {
  content: "No.11";
  background: #73BCF3;
}

h3.rankh3.rank-no11:after {
  border-color: transparent #73BCF3;
}

/* ランク12 */
h3.rankh3.rank-no12:before {
  content: "No.12";
  background: #73BCF3;
}

h3.rankh3.rank-no12:after {
  border-color: transparent #73BCF3;
}

/* ランク13 */
h3.rankh3.rank-no13:before {
  content: "No.13";
  background: #73BCF3;
}

h3.rankh3.rank-no13:after {
  border-color: transparent #73BCF3;
}

/* ランク14 */
h3.rankh3.rank-no14:before {
  content: "No.14";
  background: #73BCF3;
}

h3.rankh3.rank-no14:after {
  border-color: transparent #73BCF3;
}

/* ランク15 */
h3.rankh3.rank-no15:before {
  content: "No.15";
  background: #73BCF3;
}

h3.rankh3.rank-no15:after {
  border-color: transparent #73BCF3;
}

/*--------------------------------------------------------
 font awesomeのカスタマイズ
--------------------------------------------------------*/
.fa-gray {
  color: gray;
}

.fa-skyblue {
  color: #5ba9f7;
}

.fa-red {
  color: #F77475;
}

.fa-orange {
  color: #fecb81;
}

.fa-arrow-circle-right {
  color: skyblue;
}

.fa-times {
  color: #F77475;
}

.fa-circle-o {
  color: #5ba9f7;
}

.y-star .fa-star,
.w-star .fa-star-half-o,
.w-star .fa-star-o {
  color: #D4B200;
}

/*--------------------------------------------------------
 文字装飾
--------------------------------------------------------*/
.uchikeshi {
  text-decoration: line-through;
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #424242;
}

.bigyellow {
  background: none !important;
  margin: 35px 0 10px 0 !important;
  font-weight: bold;
  font-size: 24px;
  color: 0;
  border: none !important;
}

.bigyellow span {
  background: linear-gradient(transparent 90%, #fff100 90%) !important;
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .bigyellow span {
    background: linear-gradient(transparent 95%, #fff100 90%) !important;
  }
}

.maincolor {
  color: #5ba9f7;
  font-size: 1.5em;
}

.huto {
  font-weight: bold;
}

.keiko_yellow {
  font-weight: bold;
  background-image: linear-gradient(transparent 40%, #fff099 40%);
  background-position: 0% 94%;
  background-repeat: no-repeat;
  background-size: 200% 5px;
}

.red {
  font-weight: bold;
  color: #ea545d;
}

.yubiyoko {
  font-size: 1em;
  color: #808080;
}

.yubiyoko a {
  text-decoration: underline !important;
}

.yubiyoko:before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  padding-right: 0.5em;
}

.yubishita {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
}

.yubishita:after {
  content: "\f0a7";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  font-weight: 500;
}

.small {
  font-size: 13px !important;
}

/*--------------------------------------------------------
  公式ボタン 
--------------------------------------------------------*/
/* ダブルボタン*/
.double-button {
  font-size: 0;
  padding: 0;
  border: none !important;
}

.double-button ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2em;
}

.double-button li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-weight: bold;
}

.double-button li:first-child a {
  margin-right: 16px;
}

.double-button li.detail a {
  background: #fff;
  color: #1D2743;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-out;
}

.double-button li.detail a:hover,
.double-button li.official a:hover {
  text-decoration: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.double-button li a {
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 4px;
  display: block;
  padding: 15px 16px;
  padding-left: 3em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2em;
  transition-duration: 0.3s;
}

.double-button li.official a {
  background: linear-gradient(#fd8331, #f60);
  color: #fff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .double-button li {
    width: 100%;
    display: block;
    margin: 6px 0;
  }

  .double-button li:first-child a {
    margin-right: 0;
  }
}

/* CVボタン*/
.cv-btn {
  background-color: #f37006;
}

/*--------------------------------------------------------
 ボタンのサイズ変更
--------------------------------------------------------*/
/* ボタンのシャドウ */
.raised {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), 0 3px 4px -3px rgba(0, 0, 0, 0.15);
}

.orange {
  color: #f89174;
  font-weight: bold;
}

/*　今すぐチェックするボタン*/
.now-plus-btn {
  /*全体（ボタンと文字）*/
  text-align: center;
  /*中央揃え*/
  margin: 1em 0 1.5em 0;
  /*外側の余白（上1em 下1.5em）*/
}

.now-plus-btn .btn {
  /*ボタンの設定*/
  width: 80%;
  /*幅100%*/
  padding: 0.2em 1.3em;
  /*内側の余白（上下.2em 左右1.3em）*/
  font-size: 18px;
  /*文字の大きさ*/
  font-weight: bold;
  /*文字を太文字に*/
}

.now-btn a,
.now-plus-btn a,
.top-btn a {
  color: #fff !important;
}

.now-btn a:after {
  /*ボタンのアイコン(下)*/
  content: "\f13a";
  /*お好きに変更してください*/
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
  /*ボタンの文字との余白*/
}

.top-btn a:after {
  /*ボタンのアイコン(上)*/
  content: "\f139";
  /*お好きに変更してください*/
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
  /*ボタンの文字との余白*/
}

.nowbtn {
  background: #57a800 linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
}

@media screen and (max-width: 480px) {
  .now-plus-btn .btn {
    /*ボタンの設定*/
    width: 100%;
    /*幅100%*/
    padding: 1em 1.3em;
    /*内側の余白（上下.1em 左右1.3em）*/
    font-size: 13px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字を太文字に*/
  }

  .now-btn a:after {
    /*ボタンのアイコン*/
    margin-left: 10px;
    /*ボタンの文字との余白*/
  }
}

.now-btn a:after {
  /*ボタンのアイコン*/
  content: "\f13a";
  /*お好きに変更してください*/
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
  /*ボタンの文字との余白*/
}

.nowbtn {
  background: #57a800 linear-gradient(180deg, rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
}

/*マイクロコピー付き　ボタン*/
.mc-plus-btn {
  /*全体（ボタンと文字）*/
  text-align: center;
  /*中央揃え*/
  margin: 1em 0 1.5em 0;
  /*外側の余白（上1em 下1.5em）*/
}

.mc-plus-btn .btn {
  /*ボタンの設定*/
  width: 80%;
  /*幅100%*/
  padding: 0.2em 1.3em;
  /*内側の余白（上下.2em 左右1.3em）*/
  font-size: 1.3em;
  /*文字の大きさ*/
  font-weight: bold;
  /*文字を太文字に*/
}

.mc-top-text,
.mc-btn {
  /*文字＋ボタン*/
  margin-bottom: -0.2em !important;
  /*外側の余白（下-2em）*/
}

.mc-top-text {
  /*上の文字*/
  font-weight: bold;
  /*太文字に*/
}

.mc-under-text {
  /*下の文字*/
  font-size: 0.8em !important;
  /*ちょい小さく*/
}

.mc-btn a {
  color: #fff !important;
}

.mc-btn a:after {
  /*ボタンのアイコン*/
  content: "\f138";
  /*お好きに変更してください*/
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
  /*ボタンの文字との余白*/
}

/*****スマホで見たとき用*****/
@media screen and (max-width: 500px) {

  /*ブレイクポイント500px*/
  .mc-plus-btn .btn {
    /*ボタンの設定*/
    width: 100%;
    /*幅100%*/
    padding: 1em 1.3em;
    /*内側の余白（上下.1em 左右1.3em）*/
    font-size: 1em;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字を太文字に*/
  }

  .mc-btn a:after {
    /*ボタンのアイコン*/
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    /*お好きに変更してください*/
    font-weight: 900;
    margin-left: 10px;
    /*ボタンの文字との余白*/
  }
}

/*--------------------------------------
  目次　変更
--------------------------------------*/
div#toc_container {
  border-color: #f6f6f6;
}

#toc_container {
  margin: 2em 0;
  padding: 5px 15px;
  border-top: solid 2px;
  border: solid 2px;
  font-size: 0.9em;
  background: white;
  box-shadow: none;
}

@media only screen and (min-width: 481px) {
  #toc_container {
    padding: 10px 30px;
  }
}

#toc_container .toc_title {
  margin: 0;
  padding: 10px 20px 10px 50px;
  font-size: 1.4em;
  font-weight: bold;
  width: 100%;
}

#toc_container .toc_title:before {
  display: none;
}

#toc_container .toc_title:before {
  display: inline-block;
  position: absolute;
  content: "\f02d";
  font-family: "Font Awesome 5 Free";
  left: 0;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}

#toc_container .toc_list {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
}

#toc_container ul {
  list-style-type: none;
}

#toc_container .toc_list li:last-child {
  border-bottom: none;
}

#toc_container .toc_list li {
  font-weight: 500;
  border-bottom: solid 1px #f6f6f6;
  padding: 0;
}

#toc_container .toc_list li a {
  color: #0A5AB7;
  display: inline-block;
  padding: 5px 0 5px;
  width: 100%;
  text-indent: -1.85em;
  padding-left: 1.85em;
}

#toc_container .toc_list li a:before {
  content: "\f22d";
  font-family: "Font Awesome 5 Free";
  color: #0A5AB7;
  margin-right: 8px;
  margin-left: 8px;
  font-weight: 900;
}

#toc_container .toc_list li a:hover {
  background: #f3fcff;
  text-decoration: none;
}

.toc_toggle {
  background: none;
}

#toc_container .toc_toggle a {
  display: inline-block;
  position: absolute;
  color: #fff !important;
  background: #0A5AB7;
  line-height: 24px;
  width: 60px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  border-radius: 6px;
}

/*--------------------------------------
サイドバーのアイコンを変更
--------------------------------------*/
/*-----余白の調整-----*/
.sidebar .widgettitle:before {
  padding-right: 0.7em;
  padding-left: 0.3em;
}

/*-----アイコン変更-----*/
.sidebar .widget_categories .widgettitle:before {
  content: "\f0b1";
}

/*プロフィール*/
.yourprofile .profile-img img {
  border: solid 3px #f8f8f8;
  border-radius: 40px;
  overflow: hidden;
}

.yourname {
  padding: 0 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #545454;
}

.profile-content {
  padding: 0 15px;
  font-size: 0.95em;
  color: #545454;
}

/*-----ボタンが入る枠の設定です-----*/
.prof-sns {
  text-align: center;
  /*中央揃え*/
  padding-top: 5%;
  /*上の余白（内側）*/
  border-top: 2px dotted rgba(66, 66, 66, 0.1254901961);
  /*上線 太さ 形状 色*/
  font-size: 0.6em;
  /*文字の大きさ*/
}

/*-----Twitter部分-----*/
.prof-sns .pf-tw {
  /*クラス名を指定*/
  display: inline-block;
  /*縦横を調整できるように*/
  width: 43%;
  /*ボタンの幅*/
  height: 60px;
  /*ボタンの高さ*/
  margin: 0% 1.5% 5%;
  /*余白（外側） 上0　左右1.5％　下5％*/
  padding-top: 6px;
  /*上の余白（内側）アイコンの位置調整用*/
  border-radius: 5px;
  /*ボタンを角丸にする*/
  text-align: center;
  /*ボタン内を中央揃えに*/
  letter-spacing: 0.05em;
  /*字間をちょい広く*/
  background: rgba(29, 161, 242, 0.5647058824);
  /*ボタンの背景*/
  color: #fff;
  /*文字の色*/
}

.pf-tw:hover {
  /*カーソルをのせたときの変化*/
  background: #1DA1F2;
  /*背景色*/
  text-decoration: none;
  /*文字の下線が出ないように*/
  transition: all ease-in-out 0.3s;
  /*ゆっくり変化していくように*/
}

/*-----プロフィール部分-----*/
.prof-sns .pf-pf {
  display: inline-block;
  width: 43%;
  height: 60px;
  margin: 0% 1.5% 5%;
  padding-top: 6px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #828282;
  /*ここの色はお好きな色に*/
  color: #fff;
}

.pf-pf:hover {
  background: #424242;
  /*ここの色はお好きな色に*/
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/*-----FEEDLY部分-----*/
.prof-sns .pf-fd {
  display: inline-block;
  width: 43%;
  height: 60px;
  margin: 0% 1.5% 5%;
  padding-top: 6px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #80CF93;
  /*ここの色はお好きな色に*/
  color: #fff;
}

.pf-fd:hover {
  background: #2BB24C;
  /*ここの色はお好きな色に*/
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/*-----Youtube部分-----*/
.prof-sns .pf-pei {
  display: inline-block;
  width: 43%;
  height: 60px;
  margin: 0% 1.5% 5%;
  padding-top: 6px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(255, 0, 0, 0.6);
  /*ここの色はお好きな色に*/
  color: #fff;
}

.pf-pei:hover {
  background: #FF0000;
  /*ここの色はお好きな色に*/
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/*-----ライン部分-----*/
.prof-sns .pf-line {
  display: inline-block;
  width: 90%;
  height: 60px;
  margin: 0% 1.5% 5%;
  padding-top: 6px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
  background: rgba(0, 195, 0, 0.6);
  /*ここの色はお好きな色に*/
  color: #fff;
}

.pf-line:hover {
  background: #00C300;
  /*ここの色はお好きな色に*/
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/*-----アイコンの大きさ調整-----*/
.prof-sns i {
  font-size: 3em;
  /*全部のアイコンの大きさ*/
}

/*--------------------------------------
公式ボタン色指定
--------------------------------------*/
.ofbtn {
  background: linear-gradient(#fd8331, #f60);
}

.bluebtn {
  background-color: #4EBDF1;
}

/*--------------------------------------
追尾型の目次をスクロールに変更
--------------------------------------*/
#fixed_sidebar .widget h4+* {
  max-height: 250px;
  /* 縦の幅 */
  overflow-y: auto;
}

/*--------------------------------------
スクロールのデザインを変更
--------------------------------------*/
ul::-webkit-scrollbar {
  width: 10px;
  /* 横幅 */
}

ul::-webkit-scrollbar-track {
  background: #fff;
  /* トラックの背景 */
  border-radius: 0px;
  /* トラックの丸み */
  box-shadow: inset 0 0 1px #999;
  /* トラックの枠 */
}

ul::-webkit-scrollbar-thumb {
  background: rgba(255, 179, 107, 0.3803921569);
  /* バーの色 */
  border-radius: 0px;
  /* バーの丸み */
  box-shadow: none;
  /* バーの枠 */
}

/*--------------------------------------
スクロールのタイトルのデザインを変更
--------------------------------------*/
#fixed_sidebar .widgettitle {
  text-align: center;
  /* 中央揃え */
}

#fixed_sidebar .toc_widget .widgettitle:before {
  display: block;
  content: url(https://creative-bible.com/wp-content/uploads/2018/09/ec6df0f333f8730d2ae94457823feaae-e1535796175524.png);
  margin-bottom: -5px;
  /* 縦位置の調整 */
}

/*--------------------------------------
更新日
--------------------------------------*/
.entry-header .updated:before {
  /*更新マークのクラス名*/
  display: inline-block;
  /*位置調整ができるブロックに*/
  padding: 3px;
  /*内側の上下左右の余白*/
  margin-right: 6px;
  /*外側-右側の余白*/
  color: #fff;
  /*アイコンの色*/
  background: #0A5AB7;
  /*丸い背景の色（お好みで）*/
  width: 25px;
  /*横幅*/
  height: 25px;
  /*縦幅*/
  border-radius: 50%;
  /*角を丸く*/
  line-height: 24px;
  /*文字の高さ*/
  text-align: center;
  /*中央寄せ*/
}

.entry-meta {
  text-align: right;
  font-weight: 700;
}

@media (max-width: 767px) {
  .entry-meta {
    font-size: 0.9em;
  }
}

/*--------------------------------------
  関連記事(横長)
--------------------------------------*/
.linkto {
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: none;
}

.linkto .tbimg {
  width: 50px;
}

.linkto:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 2px solid #0A5AB7;
  border-right: 2px solid #0A5AB7;
  transform: rotate(45deg);
  content: "";
}

.linkto:hover {
  background: #c8e4ff;
}

.linkto img {
  box-shadow: none;
}

.linkto .tbtext {
  font-size: 0.9em;
  position: relative;
  font-weight: bold;
  color: #0A5AB7;
}

@media (max-width: 767px) {
  .linkto .tbtext {
    padding: 0px 55px 0px 14px !important;
    vertical-align: top;
    font-size: 0.8em;
    width: 300px;
  }

  .linkto .tbtext:before {
    content: none !important;
  }
}

/*--------------------------------------
記事カードに余白を追加
--------------------------------------*/
.cardtype__img img {
  padding: 0.25em 0.25em 0 0.25em;
}

/*-----こちらはお好みで-----*/
.osusume-card .cardtype__link {
  /*カード記事全体に対して*/
  padding-bottom: 15px;
  /*下の余白(内側)*/
  text-align: center;
  /*文字中央揃え*/
}

/*--------------------------------------
NEW部分の位置調整（記事カード余白追加用）
--------------------------------------*/
.newmark {
  right: 1.05em;
  /*右からの距離*/
  top: 1.05em;
  /*上からの距離*/
}

/*--------------------------------------
Rinkerのデザイン変更
--------------------------------------*/
div.yyi-rinker-contents {
  border: solid 1px rgba(66, 66, 66, 0.1882352941);
  border-radius: 10px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 1em 0;
}

div.yyi-rinker-contents div.yyi-rinker-image {
  margin-left: 3%;
  width: 30%;
}

div.yyi-rinker-info {
  padding: 0 3%;
  width: 100%;
}

.yyi-rinker-title {
  font-size: 0.9em;
}

div.yyi-rinker-contents div.yyi-rinker-title p {
  margin: 0;
}

div.yyi-rinker-contents div.yyi-rinker-title a {
  color: rgba(66, 66, 66, 0.5647058824);
}

div.yyi-rinker-contents div.yyi-rinker-detail {
  font-size: 0.8em;
  color: rgba(66, 66, 66, 0.5019607843);
  padding-left: 0;
  margin-top: 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
  margin: 0.5em 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-right: 0.5em;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
  width: 45%;
  padding: 0 0.7em;
  margin: 0.5em 1.5em 0.4em 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
  display: none;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
  background: #FFC266 !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a,
.rakutenlink a,
.yahoolink a,
.amazonkindlelink a {
  color: #ffffff !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: #D95656 !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
  background: #FF4D4D !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {
  box-shadow: none;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  div.yyi-rinker-contents div.yyi-rinker-box {
    display: block;
  }

  div.yyi-rinker-contents div.yyi-rinker-image {
    width: auto;
  }

  div.yyi-rinker-info {
    padding: 0;
    margin: auto;
    width: 87%;
    text-align: center;
  }

  div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    display: block;
  }

  div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 100%;
    margin: 0.5em 0;
  }

  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0;
  }
}

@media screen and (min-width: 501px) and (max-width: 1239px) {
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 80%;
  }
}

/*--------------------------------------
  こじか吹き出しの変更
--------------------------------------*/
.kjk_balloon figure img {
  /*アイコン部分*/
  border: solid 3px #eee;
  /*線の種類・線の幅・線の色*/
}

.kb_text {
  /*文字*/
  color: #444;
  /*文字の色*/
}

.kb_icon_name {
  /*名前の大きさ*/
  font-weight: 700;
  font-size: 10px;
  color: #333;
}

.kb_text.kb_right,
.kb_text.kb_left {
  /*普通の吹き出しテキスト部分*/
  max-width: calc(100% - 100px);
  /*幅調整*/
  padding: 8px 10px;
  font-size: 15px;
  border: 3px solid #eee !important;
}

.kb_normal.kb_border .kb_text.kb_left:before {
  border: none;
  border-right: 8px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -11px !important;
  top: 14px !important;
}

.kb_normal.kb_border .kb_text.kb_left:after {
  border: none;
  border-right: 8px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px !important;
  top: 14px !important;
}

@media only screen and (min-width: 768px) {

  /*PCのとき*/
  .kb_text.kb_right,
  .kb_text.kb_left {
    /*普通の吹き出しテキスト部分*/
    max-width: calc(100% - 130px);
    /*幅調整*/
    line-height: 1.8;
    padding: 16px 20px;
  }
}

/* ———————–
   親カテゴリにアイコンを設定
———————– */
.widget_categories ul li a {
  color: #222;
  font-weight: 700;
  font-size: 15px;
}

.widget_categories ul li li a {
  padding: 5px 0 5px 24px;
  color: #8a8a8a;
  position: relative;
  font-weight: 500;
}

.widget_categories .cat-item-122>a:before {
  content: "\f815";
}

.widget_categories .cat-item-3>a:before {
  content: "\f02d";
}

.widget_categories .cat-item-137>a:before {
  content: "\f303";
}

.widget_categories .cat-item-138>a:before {
  content: "\f19d";
}

.widget_categories .cat-item-139>a:before {
  content: "\f508";
}

.widget_categories .cat-item-136>a:before {
  content: "\f02d";
}

.widget_categories .cat-item-135>a:before {
  content: "\f5a0";
}

.widget_categories .cat-item-134>a:before {
  content: "\f0f0";
}

.widget_categories .cat-item-130>a:before {
  content: "\f82f";
}

.widget_categories .cat-item-131>a:before {
  content: "\f484";
}

.widget_categories .cat-item-133>a:before {
  content: "\f4ad";
}

.widget_categories .cat-item-144>a:before {
  content: "\f481";
}

.widget_categories .cat-item-141>a:before {
  content: "\f57d";
}

.widget_categories .cat-item-102>a:before {
  content: "\f15b";
}

.widget_categories .cat-item-109>a:before {
  content: "\f5fc";
}

.widget_categories .cat-item-110>a:before {
  content: "\f11b";
}

.widget_categories .cat-item-143>a:before {
  content: "\f1ad";
}

.widget_categories .cat-item-143>a:before {
  content: "\f1ad";
}

.widget_categories .cat-item-142>a:before {
  content: "\f0c0";
}

.widget_categories .cat-item-111>a:before {
  content: "\f518";
}

.widget_categories .cat-item-145>a:before {
  content: "\f674";
}

.widget_categories .cat-item-146>a:before {
  content: "\f4be";
}

.widget_categories ul li a:before {
  color: #0A5AB7;
  font-family: "Font Awesome 5 Free";
  padding-right: 6px;
}

/* ———————–
   サイドバーのカテゴリを一段ずらす
———————– */
li.cat-item .children {
  padding-left: 24px;
}

.side-widget ul.children li:last-child {
  padding-bottom: 3px;
}

/*--------------------------------------
  スマホナビドロワー内の変更
--------------------------------------*/
/*タイトルのデザイン変更*/
#drawer__content .widgettitle {
  background-color: #0A5AB7;
  text-align: center;
  padding: 9px 13px 7px;
  margin: 0 auto;
  font-size: 1em;
  color: #ffffff;
}

/*ドロワー内カテゴリー*/
#drawer__content #categories-4 .widgettitle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  padding-right: 4px;
}

#drawer__content #categories-4 ul {
  font-size: 0.9em;
}

#drawer__content #categories-4 ul li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

#drawer__content #categories-4 ul li a:before {
  padding-right: 5px;
  color: #0A5AB7;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
}

/*--------------------------------------
  記事下のカテゴリーとタグ部分を変更
--------------------------------------*/
.footer-meta {
  /*カテゴリーとタグを含めた全体*/
  padding: 10px 5% 10px;
  /*内側の余白*/
  font-size: 0.9em;
  /*文字の大きさ*/
  font-weight: 500;
  /*文字の太さ*/
  background: #f4f4f5;
  /*背景色*/
  margin-bottom: 15px;
  /*外側下の余白*/
}

.footer-meta_title {
  /*CATEGORYとTAG部分*/
  display: inline-block;
  /*幅と高さを調整できるように*/
  width: 100px;
  /*幅*/
  padding-right: 0px;
  /*内側右の余白を削除*/
  background: white;
  /*背景色*/
  text-align: center;
  /*中央揃え*/
  margin-right: 5px;
  /*外側右の余白*/
}

.meta-tag {
  /*TAG部分のみの設定*/
  margin-top: 8px;
  /*外側上の余白*/
}

@media only screen and (min-width: 768px) {

  /*PCでの設定*/
  .meta-tag {
    /*TAG部分のみの設定*/
    margin-top: 0px;
    /*外側上の余白*/
    display: inline-block;
    /*幅と高さを調整できるように*/
    margin-left: 20px;
    /*外側左の余白*/
  }
}

/*--------------------------------------
  ボックスデザインの変更
--------------------------------------*/
/*ステッチ赤を変更*/
.stitch-red ul {
  display: flex;
  position: relative;
  background: linear-gradient(90deg, #ff9a91 0%, #ff9a91 50px, #fff 50px, #fff 100%);
  border: none;
  box-shadow: none;
  list-style: none;
  border-radius: 0;
  margin: 1em 0;
  padding: 0;
  line-height: 1.6em;
  align-items: center;
}

.stitch-red ul:before {
  content: "関連";
  color: #fff;
  min-width: 60px;
  padding-left: 7px;
  letter-spacing: 3px;
}

.stitch-red ul:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 56px;
  color: #ffc0c0;
  font-weight: 600;
}

.stitch-red a {
  color: #0A5AB7 !important;
}

.stitch-red a:hover {
  text-decoration: underline;
}

.stitch-red ul li {
  padding: 0 !important;
}

.stitch-red li {
  width: 100% !important;
  font-size: 14px !important;
}

/* ステッチ（水色を変更）*/
.stitch-blue {
  position: relative;
}

.stitch-blue ul {
  margin: 10px 10px 2em 10px;
  border: none;
  border-radius: 0px;
  background: white;
  box-shadow: 0 0 0 10px #f3fcff;
  color: #333333;
  padding: 1em 1em 1em 3.5em;
}

.stitch-blue li:before {
  position: absolute;
  left: 2.5em;
  color: #0A5AB7;
  font-family: "Font Awesome 5 Free";
  content: "\f0b1";
  font-weight: 900;
}

.stitch-blue li {
  list-style-type: none !important;
  padding: 8px 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .stitch-blue ul {
    padding: 1em 1em 1em 2.5em;
  }

  .stitch-blue li,
  .stitch-red li {
    font-size: 0.9em;
  }

  .stitch-blue li:before {
    left: 2em;
  }
}

/*上吹き出しのサイズ調整*/
@media screen and (max-width: 767px) {

  /* モバイル */
  .sns-btn__title {
    font-size: 16px;
  }
}

/*あわせて読みたいコンテンツ*/
#inner-content .hh8 {
  border-left: none;
  background: none;
  color: #222;
}

.recom {
  color: #222;
  font-weight: bold;
  line-height: 30px !important;
  margin-bottom: 0 !important;
}

/*シンプルな箇条書き*/
.li-check {
  font-weight: bold;
}

.li-check ul {
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 2px #6bb6ff;
}

.li-check li:before {
  color: #6bb6ff;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
}

.ol-circle {
  font-weight: bold;
  color: #333;
}

/*横並び2列の吹き出し*/
.box2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border: 2px solid #eaedf2;
  border-radius: 10px;
}

.box2:before {
  border-right: 23px solid #eaedf2;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: 30%;
  content: "";
  position: absolute;
  left: -23px;
}

.box2:after {
  content: "";
  position: absolute;
  border-right: 24px solid white;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  top: 30%;
  left: -20px;
}

@media screen and (max-width: 500px) {
  .box2:before {
    border-bottom: 20px solid #eaedf2;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: "";
    position: absolute;
    left: 40%;
  }

  .box2:after {
    border-bottom: 20px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: "";
    position: absolute;
    left: 40%;
  }
}

.shtb2 .cell {
  vertical-align: middle;
}

/*ボックス1を変更*/
.box1 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 2px #c8e4ff;
  font-weight: 700;
  color: #424242;
}

@media screen and (max-width: 500px) {
  .box1 {
    margin: 1em 0;
    padding: 1em 1em;
    font-size: 0.9em;
  }
}

.box6 {
  border: dashed 2px #ffb36b;
  background-color: #fff;
  margin-top: 0;
  font-weight: bold;
}

.box1-blue {
  margin: 2em auto;
  /* ボックスの余白 */
  background: #f2fcff;
  /* ボックス背景色 */
  border-radius: 4px;
  /* ボックス角丸 */
  max-width: 600px;
  /* ボックス横幅 */
  padding: 3.5em 2em 1.5em;
  /* ボックス内側余白 */
  position: relative;
  /* 配置に関するもの(ここを基準に) */
}

.box1-blue .box-title {
  background: #0A5AB7;
  /* タイトル背景色 */
  color: #fff;
  /* タイトル文字色 */
  font-weight: bold;
  /* タイトル文字の太さ */
  font-size: 20px;
  /* タイトル文字の大きさ */
  padding: 5px;
  /* タイトル周りの余白 */
  text-align: center;
  /* タイトル中央寄せ */
  border-radius: 4px 4px 0px 0px;
  /* タイトル角丸 */
  position: absolute;
  /* 配置に関するもの(ここを動かす) */
  top: 0;
  /*上から(0px)に配置 */
  left: 0;
  /*左から(0px)に配置 */
  width: 100%;
  /*横幅最大幅 */
}

.box1-blue p {
  margin: 0;
  /* 文字の余白リセット */
  padding: 0;
  /* 文字の内側余白リセット*/
}

@media screen and (max-width: 500px) {
  .box1-blue .box-title {
    font-size: 17px;
    /* タイトル文字の大きさ */
  }

  .box1-blue p {
    font-size: 13px;
  }
}

/*box25を変更*/
.box25 {
  border: none;
  background: #f3f5f6;
  margin: 1em 0;
  padding: 10px 15px;
  box-shadow: 0 0 0 5px #f3f5f6;
  font-size: 14px;
}

.box25:after {
  border-color: #FFF #FFF #e7e7e7;
}

/*box26を変更(まとめ用ボックス)*/
.box26 {
  border: solid 2px rgba(0, 127, 195, 0.8705882353);
  border-radius: 3px;
  margin-bottom: 2em;
  padding: 1.2em 1em 1em 1em;
}

.box26 .box-title {
  color: #0A5AB7;
  font-size: 1.1em;
  background: white;
  padding: 0 0.5em;
  top: -1.9em;
  line-height: 1;
  margin: 0;
  left: 0;
}

.box26 .box-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f4" !important;
}

.box26 ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.box26 ul li:last-of-type {
  border-bottom: none;
}

.list-des li {
  border-bottom: #eaeaea solid 1px;
}

.list-des ul {
  margin-top: -2em;
  border: none !important;
  padding: 0 1em 0 1.4em;
  margin-bottom: 0;
  list-style: none !important;
}

.list-des li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -20px;
  margin-right: 10px;
  color: #ff6e6e;
}

@media screen and (max-width: 480px) {
  .list-des li {
    font-size: 14px;
    /* タイトル文字の大きさ */
  }
}

.box31 {
  background-color: rgba(107, 182, 255, 0.1254901961);
}

.box31.box-title {
  background-color: #6bb6ff;
}

/*box32を変更(オレンジボックス)*/
.box32 {
  border-radius: 6px;
}

.box32 .box-title {
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 767px) {

  /* モバイル */
  .box32 .box-title {
    font-size: 16px !important;
    border-radius: 6px 6px 0 0;
  }
}

/*--------------------------------------
 box28を変更
--------------------------------------*/
.box28 .box-title {
  display: inline-block;
  line-height: 1.5;
  padding: 5px 9px 3px;
  border-radius: 5px 5px 0 0;
  background-color: #0A5AB7 !important;
  color: #fff;
  font-size: 17px;
}

.box28 .box-content {
  padding: 1.3em 1em;
  border: solid 2px #0A5AB7 !important;
}

@media screen and (max-width: 500px) {
  .box28 .box-title {
    font-size: 15px;
  }

  .box28 .box-content {
    padding: 1em 1em;
  }
}

/*タイトル付きol(赤)*/
.box28red {
  position: relative;
  margin: 3em 0 2em;
  padding: 1.5em 1em;
  border: solid 3px #F77475;
}

.box28red .box-title {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -3px;
  height: 28px;
  padding: 0 9px;
  border-radius: 5px 5px 0 0;
  background-color: #F77475;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  line-height: 28px;
}

.box28red .ol-circle li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #F77475;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  content: counter(number);
  counter-increment: number;
}

/*メリット・デメリットボックス*/
.meritto .box28 .box-title {
  background: #4ebdf1 !important;
  line-height: 32px;
  padding: 5px 13px 3px;
}

.meritto .box28 .box-content {
  border-color: #4ebdf1 !important;
  padding: 0.8em 1em;
}

.meritto .box28 .box-title:before {
  content: "\f599";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 1.2em;
}

.meritto li:before {
  content: "\f164";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -20px;
  margin-right: 10px;
  color: #4ebdf1;
}

.meritto li,
.demeritto li {
  padding: 0.5em 0;
  font-weight: 500;
}

.meritto ul,
.demeritto ul {
  list-style: none;
}

.demeritto .box28 .box-title {
  background: #ff6e6e !important;
  line-height: 32px;
  padding: 5px 13px 3px;
}

.demeritto .box28 .box-content {
  border-color: #ff6e6e !important;
  padding: 0.8em 1em;
}

.demeritto .box28 .box-title:before {
  content: "\f119";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 1.2em;
}

.demeritto li:before {
  content: "\f165";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -20px;
  margin-right: 10px;
  color: #ff6e6e;
}

@media screen and (max-width: 500px) {

  .demeritto li,
  .meritto li {
    padding: 0.3em 0;
    font-size: 15px;
  }
}

/*--------------------------------------
手順ボックス
--------------------------------------*/
.tejun {
  background: #f6f6f6;
  padding: 1em 0em 0.7em 1em;
  margin: 2em 0;
}

.tejun p {
  display: inline-block;
  background: #fff;
  color: #424242;
  position: relative;
  padding: 4px 8px;
  margin: 0 20px 8px 0;
  font-size: 0.9em;
}

.tejun p:after {
  content: "▶";
  position: absolute;
  font-size: 0.8em;
  right: -15px;
  top: 7px;
  color: #0A5AB7;
}

.tejun p:last-child:after {
  content: none;
}

.tejun .box-title {
  color: #0A5AB7;
  font-weight: bold;
  margin-bottom: 4px;
}

/*--------------------------------------
  メモ
--------------------------------------*/
.memo {
  background: none;
  border: 2px solid #FEECD3;
  margin-top: 2em;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 2em;
  color: #5a5a5a;
}

.memo_ttl {
  color: #FC9E21;
  margin-bottom: 10px;
  font-size: 15px;
}

.memo_ttl:before {
  background: none;
  color: #FC9E21;
  font-family: "FontAwesome";
  content: "\f1fc";
  line-height: 26px;
}

@media screen and (max-width: 500px) {
  .memo {
    font-size: 0.9em;
  }

  .memo_ttl {
    font-size: 1em;
  }

  .memo ul {
    padding: 0 0 0 1em !important;
  }
}

/*--------------------------------------
  ノート
--------------------------------------*/
.memo.note {
  background: none;
  border: 2px solid #CCE5F1;
  margin-top: 2em;
}

.memo.note .memo_ttl {
  color: #007CB7;
}

.memo.note .memo_ttl:before {
  background: none;
  color: #007CB7;
  font-family: "FontAwesome";
  content: "\f19d";
}

.memo.note ul {
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}

.memo.note ul a {
  color: #222222 !important;
}

.memo.note li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
  padding-right: 5px;
  color: #007CB7;
}

/*--------------------------------------
  アクセス・マップ用
--------------------------------------*/
.memo.safe {
  background: none;
  border: 2px solid rgba(107, 182, 255, 0.6);
  margin-top: 2em;
}

.memo.safe .memo_ttl {
  color: #6bb6ff;
}

.memo.safe .memo_ttl:before {
  background: none !important;
  color: #6bb6ff;
  font-family: "Font Awesome 5 Free";
  content: "\f5a0" !important;
}

.memo.safe {
  background: none;
  border: 2px solid rgba(107, 182, 255, 0.6);
  margin-top: 2em;
}

.memo.safe ul {
  list-style: none;
}

.memo.safe li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f239";
  padding-right: 5px;
  color: rgba(107, 182, 255, 0.6);
}

.memo.safe .memo_ttl:before {
  background: none !important;
  color: #6bb6ff;
  font-family: "Font Awesome 5 Free";
  content: "\f5a0" !important;
}

/*--------------------------------------
  注意
--------------------------------------*/
.memo.alert {
  background: none;
  border: 2px solid rgba(229, 89, 130, 0.5019607843);
  margin-top: 2em;
}

.memo.alert .memo_ttl {
  color: #E55982;
}

.memo.alert .memo_ttl:before {
  background: none;
  color: #E55982;
  font-family: "FontAwesome";
  content: "\f071";
}

.memo.alert li {
  color: #E55982;
  font-weight: bold;
}

/*--------------------------------------
表のデザインを変更
--------------------------------------*/
.entry-content table {
  border: 2px solid #e6e6e6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  text-align: center;
}

caption {
  caption-side: bottom;
}

/*--- ヘッダーセル(th) ---*/
.entry-content table th {
  border-radius: 10px 10px 0 0;
  background-color: #0A5AB7;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: none;
  font-size: 1.1em;
  padding: 10px 0;
}

/*--- 行（横方向）(tr) ---*/
.entry-content table tr {
  text-align: center;
}

.entry-content table tr:last-child td {
  border-bottom: none;
}

.entry-content tr:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

/*--- ヘッダーセル以外のセル(td) ---*/
.entry-content table td {
  padding: 1em 0.8em;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.entry-content table td:not(last-child) {
  border-right: 1px solid #e6e6e6;
}

.entry-content table td:last-child {
  border-right: 0 !important;
  text-align: left;
}

/*ホバーで黄色*/
.entry-content tr:hover td {
  background-color: #fffdf2;
  transition: 0.3s ease-in-out;
}

/**********（文字可変）**********/
@media (max-width: 500px) {
  .entry-content th {
    font-size: 4vw !important;
  }

  .entry-content td {
    font-size: 14px;
  }
}

/*--------------------------------------
タイムライン
--------------------------------------*/
.tl_main {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 1em;
  border-bottom: none;
  box-shadow: 0 0 3px rgba(42, 42, 42, 0.1);
}

.entry-content .tl_main>* {
  margin: 0.7em 0;
  color: #5a5a5a;
}

.tl_label {
  padding-top: 0;
  color: #333333;
  font-weight: 500;
  opacity: 0.54;
  display: inline-block;
}

.tl_title {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  color: #5a5a5a;
  margin-left: 10px;
  margin-bottom: 0.5em;
}

.tl_marker {
  top: 9px;
}

.tl-content:before {
  top: 32px;
}

/*--------------------------------------
  参考リンク
--------------------------------------*/
.reference {
  width: 100%;
  background: #fff;
  box-shadow: none;
  border: 2px solid rgba(107, 182, 255, 0.3803921569);
  padding: 6px;
  position: relative;
  max-width: 700px;
}

.reference:before {
  content: "新しいタブで開く";
  color: rgba(66, 66, 66, 0.54);
  position: absolute;
  right: 10px;
  font-size: 12px;
  bottom: 6px;
  display: inline-block;
  background: rgba(66, 66, 66, 0.1);
  padding: 2px 25px 2px 10px;
  border-radius: 15px;
}

.reference:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  color: rgba(66, 66, 66, 0.54);
  position: absolute;
  right: 17px;
  font-size: 14px;
  bottom: 6px;
}

.reference .refttl {
  width: 89px;
  border-right: none;
  background: rgba(107, 182, 255, 0.2196078431);
  padding: 13px;
}

.reference .refttl:before {
  display: block;
  color: rgba(107, 182, 255, 0.6);
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  content: "\f0eb";
}

.reference .refcite {
  padding-left: 15px;
  line-height: 1.8;
}

.reference .refcite span {
  color: rgba(66, 66, 66, 0.38);
  font-size: 0.95em;
}

@media screen and (max-width: 500px) {
  .reference {
    width: 100%;
  }

  .reference .refcite {
    padding-left: 10px;
    font-size: 0.8em;
    padding-bottom: 25px;
  }
}

.reference:hover {
  box-shadow: none;
  color: rgba(66, 66, 66, 0.87);
  background: rgba(66, 66, 66, 0.07);
}

/*--------------------------------------
 アコーディオン
--------------------------------------*/
.accordion {
  margin: 1em 0;
}

.accordion label {
  display: block;
  position: relative;
  padding: 13px 37px 13px 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  border-radius: 5px;
  color: #0A5AB7;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.accordion label:after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 17px;
  top: calc(50% - 7.5px);
  line-height: 15px;
  font-size: 23px;
  font-weight: 500;
  color: #0A5AB7;
}

.accordion label:hover {
  background-color: #f3fcff;
}

/************************************
** ボックスナビ
************************************/
.p-nav {
  margin: 2em 0;
  /* 全体外余白 */
  padding: 0;
  /* 全体内余白 */
}

.p-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.p-nav ul li {
  /* 4列 */
  flex-basis: 25%;
  /* 4列 */
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;
  /* 罫線 */
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  min-height: 100px;
  /* 最低の高さ */
  cursor: pointer;
  background: #fff;
  /* 背景色 */
}

.p-nav ul li:hover {
  z-index: 2;
  background-color: #f3fcff;
}

.p-nav ul li:before {
  content: unset !important;
}

.p-nav ul li a {
  display: block;
  padding: 0.5em 1em;
  /* 内余白 */
  text-decoration: none;
  width: 100%;
}

.p-nav ul li a:hover {
  background: none;
  opacity: 1;
}

.p-nav ul li a img {
  max-width: 50% !important;
  /* 画像横幅 */
  height: auto !important;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
  /* 画像影 */
  display: inline-block;
}

.p-nav .p-nav-title {
  display: block;
  color: #222;
  /* 文字色 */
  font-size: 0.7em;
  /* 文字大きさ */
  letter-spacing: 1px;
  font-weight: 600;
  /* 文字太さ */
  text-align: center;
  line-height: 1.5;
  /* 文字行間高さ */
}

/* サイドバー */
.sidebar .p-nav ul li {
  /* 2列 */
  flex-basis: 50%;
  /* 2列 */
}

/* スマホ */
@media screen and (max-width: 559px) {
  .p-nav ul li {
    /* 2列 */
    flex-basis: 50%;
    /* 2列 */
  }
}

/* fontawesome */
.p-nav ul li a i,
.p-nav ul li a svg {
  font-size: 40px;
  /* アイコン大きさ */
  padding: 10px 0;
  /* アイコン余白 */
  color: #e1a625;
  /* アイコン色 */
  display: inline-block;
}

/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,
.p-nav ul li:nth-of-type(2) a svg {
  color: #0A5AB7;
  /* アイコン色 */
}

/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,
.p-nav ul li:nth-of-type(3) a svg {
  color: #ffcd3c;
  /* アイコン色 */
}

/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,
.p-nav ul li:nth-of-type(4) a svg {
  color: #0A5AB7;
  /* アイコン色 */
}

/*--------------------------------------
記事内Twitter
--------------------------------------*/
.cbtw {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #1c94e0;
  border: 1px solid #1c94e0;
  border-radius: 3px;
  padding-right: 3px;
  margin: 0 2px;
  background: linear-gradient(to right, #1c94e0 20px, #fff 20px);
}

.cbtw i {
  display: inline-block;
  line-height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  margin-right: 3px;
}

/*--------------------------------------
記事内LINE
--------------------------------------*/
.cbline {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #1dcd00;
  border: 1px solid #1dcd00;
  border-radius: 3px;
  padding-right: 3px;
  margin: 0 2px;
  background: linear-gradient(to right, #1dcd00 20px, #fff 20px);
}

.cbline i {
  display: inline-block;
  line-height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  margin-right: 3px;
}

/************************************
** スマホで見やすい比較表
************************************/
.comparison-table-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 2em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.comparison-table-title {
  background-color: #0A5AB7;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1em;
  letter-spacing: 1px;
  margin: 0;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
}

.comparison-table {
  background: #f9fafb;
  margin: 0;
  padding: 0.3em 1em;
}

.comparison-table table {
  border-collapse: separate;
  border-spacing: 5px 10px;
  border: none;
  margin-bottom: 0;
}

.comparison-table table th,
.comparison-table table td {
  width: 50%;
}

.comparison-table table thead th {
  background: #f3fcff;
  border: none;
  color: #222;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
  padding: 0.8em 0.5em;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 18px;
}

.comparison-table table tbody th {
  background: #0A5AB7;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.4em 1em;
  font-size: 16px;
  line-height: 1.3;
}

.comparison-table table tbody td {
  background: #fff;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
  border-radius: 3px;
  border: none;
  padding: 1.2em;
  color: #555;
  line-height: 1.8;
  text-align: justify;
  vertical-align: top;
}

.comparison-table table tbody td p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-size: 15px;
}

.comparison-table table tbody td .td-h {
  text-align: center;
  font-weight: bold;
  color: #1565c0;
  font-size: 16px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .comparison-table {
    padding: 7px;
  }

  .comparison-table table {
    border-spacing: 3px 10px;
  }

  .comparison-table table thead th {
    position: sticky;
    top: 0px;
    z-index: 100;
  }
}

/************************************
** スマホで見やすい比較表(固定追尾なし)
************************************/
@media screen and (max-width: 768px) {
  .no-sticky .comparison-table table thead th {
    position: static;
  }

  .comparison-table-title {
    font-size: 14px;
  }

  .comparison-table table tbody td p {
    font-size: 12px;
  }
}

/************************************
** メリット・デメリット比較ボックス
************************************/
.compare-box {
  margin: 2em auto;
  background: #fef9ed;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.compare-box .compare-box-head {
  font-size: 1em;
  background: #fdc44f;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  border-radius: 4px 4px 0 0;
  line-height: 1.5;
}

.compare-box p {
  padding: 0;
  margin: 0 0 20px 0;
}

.compare-box .compare-box-head div {
  padding: 1.2em 1em;
  font-size: 1em;
  line-height: 1.1;
}

.compare-box .compare-box-content {
  display: flex;
  font-size: 0.9em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.compare-box .compare-box-content div {
  padding: 1em 1.6em;
}

.compare-head-left,
.compare-head-right,
.compare-left,
.compare-right {
  flex: 1;
}

@media screen and (max-width: 480px) {
  .compare-box .compare-box-content div {
    padding: 1em 0.8em;
  }

  .compare-box .compare-box-head {
    font-size: 0.9em;
  }
}

.box-head-separate .compare-head-left {
  background: #1e88e5;
}

.box-head-separate .compare-head-right {
  background: #ff6e6e;
}

.box-separate .compare-left {
  background: #f0f9fc;
}

.box-separate .compare-right {
  background: #fff6f2;
}

.box-separate .compare-left .list-4 li:before {
  color: #6fc7e1;
}

.box-separate .compare-right .list-4 li:before {
  color: #ffa883;
}

.list-4 {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.list-4 li {
  border-bottom: 2px dashed;
  border-color: #c4c4c4;
  /* 線の色 */
  color: #545454;
  position: relative;
  margin: 0.5em 0 !important;
  max-width: 500px;
  /* 横幅 */
  padding: 0 0 0.5em 1.4em;
  font-weight: bold;
}

.list-4 li:last-child {
  border: none;
}

.list-4 li:before {
  font-family: "font awesome 5 free";
  content: "\f058";
  position: absolute;
  left: 0;
}

.compare-box-title-3 {
  text-align: center;
  padding: 0.6em 0 0.5em;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 -1.8em 0;
  font-size: 1em;
}

.compare-box-title-3:before {
  content: "− ";
}

.compare-box-title-3:after {
  content: "  −";
}

@media screen and (max-width: 480px) {
  .compare-box-title-3 {
    font-weight: bold;
    font-size: 0.9em;
  }
}

/*--------------------------------------
  比較ボックス
--------------------------------------*/
.center .shtb2 .cell:first-of-type {
  padding-right: 0;
}

.center .shtb2 .cell:last-of-type {
  padding-left: 0;
}

.vs-left,
.vs-right {
  padding: 1em;
  position: relative;
}

.vs-left {
  background: #ceead6;
  /*★*/
}

.vs-right {
  background: #fad2cf;
  /*★*/
}

.vs-left .box-title,
.vs-right .box-title {
  position: absolute;
  color: white;
  padding: 0.5em 1em;
  top: 1.75em;
}

.vs-left .box-title {
  background: #4eb369;
  /*★*/
  left: 0;
}

.vs-right .box-title {
  background: #ed5b4f;
  /*★*/
  right: 0;
}

.vs-left .box-content,
.vs-right .box-content {
  padding: 4em 1em 1em;
  background: white;
  box-shadow: 0 0 4px 2px rgba(42, 42, 42, 0.05);
  text-align: left;
}

/*--------------------------------------
  二文字背景丸
--------------------------------------*/
.maru2 {
  /* background: linear-gradient(#fd8331, #f60); */
  background: linear-gradient(90deg, rgba(239, 91, 36, 1) 0%, rgba(255, 170, 0, 1) 100%);
  color: white;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
}

/*--------------------------------------
  ランキングページ上部
--------------------------------------*/
#rankheader {
  background: #c8e6ff;
  padding: 30px 0 70px;
}

.headd {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 767px;
}

.table-right {
  width: 367px;
}

.tab-right p {
  font-weight: bold;
  font-size: 18px;
  margin: 0 !important;
}

.tab-left {
  width: 400px;
}

.tab-c {
  display: table-cell;
  vertical-align: middle;
}

.annai {
  position: relative;
  color: #59616d;
  line-height: 1.8;
  padding: 10px 10px 20px;
  max-width: 824px;
  margin: -60px auto 2.5em;
  background: #FFF;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.1);
}

.gensen {
  font-weight: bold;
  color: #66b8ff;
  letter-spacing: 0.05em;
  font-size: 17px;
  padding: 12px 0;
}

span.koushin {
  display: inline-block;
  color: #66b8ff;
  background: #ddefff;
  margin: 10px 0 0;
  border-radius: 17px;
  padding: 2px 13px;
  font-size: 14px;
}

.nonmain {
  margin: 50px auto 2em;
  max-width: 824px;
  padding: 10px 1px 0;
}

span.bango {
  font-weight: bold;
  font-size: 90px;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #66b8ff;
}

@media screen and (max-width: 600px) {
  .tab-right {
    width: 250px;
  }

  .table-left {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #rankheader {
    padding-top: 35px;
  }

  .tab-right {
    width: 300px;
  }

  .tab-left {
    width: 250px;
  }
}

@media screen and (max-width: 450px) {

  .tab-c,
  .headd {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/*--------------------------------------
  レビューボックス　中央寄せver
--------------------------------------*/
.hosi {
  text-align: center;
  padding-bottom: 5px;
  background: #fffbf2;
}

.hosi .rate-thing {
  display: none;
}

.hosi .rate-star {
  font-size: 1.5em;
  width: 100%;
}

/*--------------------------------------
  口コミ
--------------------------------------*/
/*口コミまとめページ*/
.kckcards {
  display: inline-block;
  width: 45%;
  margin: 0.5em 2% 2em;
  border: solid 1px #d3d3d3;
  border-radius: 10px;
  vertical-align: top;
  padding: 1em;
}

.kckcards p {
  margin: 0;
}

p.agname {
  font-weight: 700;
  font-size: 1.2em !important;
  padding: 0.5em;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 0.5em;
}

a.aglink {
  display: inline-block;
  padding: 0.5em 1em;
  background: linear-gradient(#fd8331, #f60);
  color: #fff !important;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

a.aglink:hover {
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

p.aglogo {
  margin: 0 0 1em;
  padding: 0 13px;
}

.each-lineup {
  text-align: center;
  padding: 20px 10px;
  margin: 30px 0 1.5em;
  color: #fff;
}

.com {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 12px;
}

.hashtag {
  /*タグ*/
  display: inline-block;
  padding: 3px 8px;
  /*内側の余白*/
  font-size: 11px !important;
  /*文字の大きさ*/
  font-weight: 700;
  /*文字の太さ*/
  background: #f4f4f4;
  /*背景色*/
  margin: 5px 5px 5px 0;
  border-radius: 15px;
}

h2.lineup-title {
  margin: 10px 0px 0px 0;
  padding: 0;
  background: 0 0;
  border: 0;
}

.redback {
  background: #ff5f69;
}

.blueback {
  background: #73c8ff;
}

.greenback {
  background: #8ccd0c;
}

@media screen and (max-width: 767px) {
  .kckcards {
    width: 96%;
    margin: 1em 2%;
  }

  .hosi .rate-star {
    font-size: 15px;
    width: 100%;
  }

  .nonmain {
    margin: 30px auto 2em;
  }

  .each-lineup {
    margin: 30px 0px 0px 0;
  }
}

/*Q&A*/
p.question {
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 10px;
  margin: 2em 0 0.8em 0;
  border: 0;
  font-weight: bold;
  background: #e8f4ff;
}

p.question:before,
p.answer:before {
  content: "Q";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #75bbff;
  margin-right: 10px;
  color: #fff;
  font-size: 23px;
  font-family: Arial, sans-serif;
  border-radius: 50%;
  left: 12px;
  top: 50%;
}

p.answer {
  margin: 1.5em 0 0.8em;
  padding: 0 0 17px 10px;
  font-weight: 700;
}

p.answer:before {
  content: "A";
  background: #ff8d8d;
  top: 0;
  left: 0;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  p.question {
    font-size: 15px;
    padding: 10px 10px;
  }
}

.summary {
  padding: 24px 40px 24px;
  position: relative;
  background: #edf4fb;
  border-radius: 10px;
  margin-top: 54px;
  font-size: 15px;
}

.summary-tit {
  position: absolute;
  background: #2d5a83;
  color: white;
  top: -20px;
  left: 20px;
  padding: 12px 15px 12px 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
  border: none;
  z-index: 3;
  box-shadow: 0 0 0px 5px #fff;
}

.summary .inner {
  margin-top: 16px;
}

/*--------------------------------------
  可愛い箇条書きボックス
--------------------------------------*/
.koko {
  position: relative;
  border-radius: 5px;
  padding: 50px 4px 4px 4px;
}

.koko .sgb-box-simple__title {
  position: absolute;
  left: 45px;
  line-height: 30px;
  padding: 0;
  top: 10px;
  border-bottom: none;
}

.koko .sgb-box-simple__body {
  border-radius: 8px;
  padding: 0 1.5em;
}

body .koko .sgb-box-simple__body ul {
  padding: 0;
  list-style: none;
  margin: auto;
  border: none;
}

.koko li {
  padding-left: 1.5em;
  position: relative;
}

.koko li:before {
  content: "\f058";
  position: absolute;
  font-family: "font awesome 5 free";
  left: 0;
}

.koko ul li:not(:last-child) {
  border-bottom: dotted 2px #f2f2f2;
}

.koko1 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.koko2 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 20px;
}

@media (min-width: 1030px) {
  .koko {
    padding: 6px 4px 4px 200px;
  }

  .koko .sgb-box-simple__title {
    top: calc(50% - 15px);
    border-bottom: 5px solid #fff100;
  }

  .koko1 .sgb-box-simple__title:before,
  .koko2 .sgb-box-simple__title:before {
    font-family: "font awesome 5 free";
    font-weight: 900;
    position: absolute;
    font-size: 4em;
    left: 20px;
    top: -50px;
  }

  .koko1 .sgb-box-simple__title,
  .koko2 .sgb-box-simple__title {
    top: calc(50% + 20px);
  }
}

/*****  用途別の設定  *****/
.margin-top-none {
  margin-top: 0;
}

/*上の外側余白リセット*/
.margin-bottom-none {
  margin-bottom: 0;
}

/*下の外側余白リセット*/
/*****  カラーはこちら  *****/
.koko {
  background: #4ebdf1;
}

/*カラーを変えてね*/
.koko li:before {
  color: #4ebdf1;
}

/*カラーを変えてね*/
.koko2 {
  background: #f88080;
}

/*カラーを変えてね*/
.koko2 li:before {
  color: #f88080;
}

/*カラーを変えてね*/
/*****  アイコン設定  *****/
.koko1 li:before {
  content: "\f580";
}

/*GOODの方のアイコン*/
.koko2 li:before {
  content: "\f5c8";
}

/*BADの方のアイコン*/
@media (min-width: 1030px) {
  .koko1 .sgb-box-simple__title:before {
    content: "\f580";
  }

  /*GOODの方のアイコン*/
  .koko2 .sgb-box-simple__title:before {
    content: "\f5c8";
  }

  /*BADの方のアイコン*/
}

/************************************
** スマホ追尾目次
************************************/
#mobile-toc-widget-wrap .menu-trigger,
#mobile-toc-widget-wrap .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#mobile-toc-widget-wrap .menu-trigger {
  position: relative;
  width: 25px;
  height: 35px;
}

#mobile-toc-widget-wrap .menu-trigger span {
  position: absolute;
  left: 10px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  /* 三本線色 */
  border-radius: 4px;
}

#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(1) {
  top: 13px;
}

#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(2) {
  top: 20px;
}

#mobile-toc-widget-wrap .menu-trigger span:nth-of-type(3) {
  top: 27px;
}

#mobile-toc-widget-wrap .menu-trigger.active {
  transform: rotate(360deg);
}

#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: 0;
}

#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}

#mobile-toc-widget-wrap .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

#mobile-toc-widget-wrap {
  position: fixed;
  bottom: 30px;
  right: 20px;
  margin: 0;
  padding: 0;
  z-index: 100;
  counter-reset: mobile-toc;
}

#mobile-toc-widget-wrap label .mobile-toc-button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #58a9ef;
  /* ボタン色 */
  opacity: 0.8;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  transition: ease-out 0.3s;
  text-align: center;
  position: relative;
  z-index: 3;
}

#mobile-toc-widget-wrap label .mobile-toc-button .mobile-toc-button-title {
  color: #fff;
  /* ボタン文字色 */
  font-size: 0.65em;
  letter-spacing: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
}

#mobile-toc-widget-wrap label:hover {
  background: #efefef;
}

#mobile-toc-widget-wrap input {
  display: none;
}

#mobile-toc-widget-wrap .mobile-toc-show {
  display: none;
}

#mobile-toc-widget-wrap input:checked~.mobile-toc-show {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5em 1em;
  opacity: 0.97;
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  animation: 0.5s fade-in;
  -webkit-animation: 0.5s fade-in;
  overflow-y: scroll;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 0.93;
  }
}

#mobile-toc-widget-wrap .widgettitle {
  text-align: center;
  margin: 0 0 1em;
  color: #58a9ef;
  font-size: 1.1em;
  letter-spacing: 2px;
  background: none;
  font-weight: 600;
}

/************************************
** スマホ追尾目次 TOC
************************************/
#mobile-toc-widget-wrap .toc_widget_list {
  font-size: 0.8em;
  padding: 0 !important;
}

#mobile-toc-widget-wrap .toc_widget_list a {
  text-decoration: none;
  color: #555;
  /* 目次リストの色 */
  font-weight: 600;
  /* 20190924追加 */
}

#mobile-toc-widget-wrap .toc_widget_list>li {
  list-style-type: none !important;
  position: relative;
  margin-left: 13px;
  margin-right: 25px;
  padding-left: 32px;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.6;
  /* 20190924数値変更 */
}

#mobile-toc-widget-wrap .toc_widget_list>li:before {
  counter-increment: mobile-toc;
  content: counter(mobile-toc);
  position: absolute;
  left: 5px;
  top: -1px;
  background: none;
  font-size: 1.1em;
  color: #58a9ef;
  /* 数字の色 */
}

#mobile-toc-widget-wrap .toc_widget_list>li ul {
  margin-top: 5px;
  padding-left: 20px;
  list-style: none;
}

#mobile-toc-widget-wrap .toc_widget_list>li>ul>li a {
  position: relative;
  text-decoration: none !important;
  font-weight: 500;
  /* 20190924追加 */
}

#mobile-toc-widget-wrap .toc_widget_list>li ul li a:before {
  position: absolute;
  content: "・";
  font-size: 1.4em;
  left: -20px;
  top: -10px;
  color: #58a9ef;
  /* 点の色 */
}

/************************************
** Twitterボックス
************************************/
.p-twitter-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 2rem auto;
  max-width: 500px;
  width: 100%;
}

.p-twitter-box .p-twitter-title {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 2em 0;
  font-size: 12px;
}

.p-twitter-box .twitter-tweet {
  margin: 0 !important;
}

.p-twitter-box p {
  display: none;
}

/* ブルー */
.p-twitter-box .p-twitter-blue {
  background: #1da1f2;
}

/************************************
** 2chボックス
************************************/
.p-2ch-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 2rem auto;
  max-width: 500px;
  width: 100%;
}

.p-2ch-box .p-2ch-title {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 2em 0;
  font-size: 12px;
}

.p-2ch-box .p-2ch-color {
  background: #2cab9f;
}

.p-2ch-box p {
  padding: 1em;
}

@media screen and (max-width: 767px) {

  /* モバイル */
  .p-2ch-box p {
    font-size: 14px !important;
  }
}

/************************************
** 記事内プロフィールボックス
************************************/
.entry-content #nekokun-box {
  /* 全体 */
  width: 80%;
  /* 幅 */
  margin: 0 auto;
  padding: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  /* 外枠 */
  border-radius: 6px;
  /* 角丸 */
  margin-top: 0;
  margin-bottom: 2rem;
  position: relative;
}

.fl {
  display: flex !important;
}

.entry-content #nekokun-box .nekokun-img img {
  /* プロフィール画像 */
  width: 80px;
  border-radius: 50%;
  /* 丸 */
  border: 2px solid #c4c4c4 !important;
  /* 画像の線 */
  margin-top: 0.7em;
  margin-left: 10px;
  /* 左余白 */
}

.nekokun-img {
  display: inline-block;
  width: 150px;
  height: auto;
  margin: 0;
  vertical-align: middle;
}

.entry-content #nekokun-box .nekokun-info {
  margin-left: 0.5rem;
  color: #000;
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
}

.entry-content #nekokun-box .nekokun-info .nekokun-title {
  /* ハッシュタグ */
  color: #222222;
  /* 色 */
  border-bottom: 2px dotted #c4c4c4;
  /* ドット下線 */
  font-size: 13px;
  /* フォントサイズ */
  font-weight: 700;
  /* 太さ */
  margin-bottom: 5px !important;
  padding-left: 4px;
}

.entry-content #nekokun-box .nekokun-info .occupation {
  font-size: 12px;
  color: #0A5AB7;
  margin-bottom: 3px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 4px;
}

.entry-content #nekokun-box .nekokun-info .onamae {
  font-weight: 700;
  color: #222222;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 4px;
}

.entry-content #nekokun-box .story-title {
  display: block;
  color: #333;
  padding-left: 4px;
  line-height: 1.5rem;
  font-weight: 700;
  border-bottom: 2px dotted #c4c4c4;
  margin-bottom: 0.5rem;
  font-size: 13px;
  text-align: left;
}

.entry-content #nekokun-box .nekokun-story {
  font-size: 14px;
  text-align: left;
}

.entry-content #nekokun-box .att {
  font-size: 11px;
  margin-bottom: 0 !important;
  margin: 0px !important;
}

.entry-content #nekokun-box .article {
  font-size: 13px;
  text-align: left;
}

.entry-content #nekokun-box p {
  margin: 0 0 0.3em;
}

.kakushi_box {
  margin: 0;
  padding: 0;
  text-align: right;
  /* 右寄せ */
}

.kakushi_box label {
  padding: 8px;
  font-weight: 700;
  background: #0A5AB7;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /* 影 */
  border-radius: 5px;
  /* 角丸 */
  cursor: pointer;
  /* ポインタ */
  transition: 0.5s;
  font-size: 10px;
  color: #ffffff;
  /* 文字色変更 */
}

.kakushi_box label:before {
  display: inline-block;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  transition: 0.2s;
}

.kakushi_box label:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #0A5AB7;
}

.kakushi_box input:checked~label:before {
  content: "\f068";
  transform: rotate(360deg);
  color: #ffffff;
}

.kakushi_box input:checked~label {
  background: rgba(0, 127, 195, 0.6);
}

.kakushi_box input {
  display: none;
}

.kakushi_box .kakushi_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.kakushi_box input:checked~.kakushi_show {
  padding: 0 0 15px;
  height: auto;
  opacity: 1;
}

.entry-content #nekokun-box .nekokun-info .supervisor-sns {
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 4px;
}

@media screen and (max-width: 767px) {

  /* モバイル */
  .entry-content #nekokun-box {
    /* 全体 */
    width: 100%;
    /* 幅100% */
  }

  .entry-content #nekokun-box .nekokun-info .nekokun-title {
    margin-bottom: 0.5rem;
  }

  .entry-content #nekokun-box .nekokun-img img {
    /* プロフィール画像 */
    margin-left: 0px;
    /* 左余白 */
  }

  .entry-content #nekokun-box .nekokun-img {
    width: 60px;
    margin-right: 5px;
    /* 右余白 */
  }
}

/************************************
** エージェント一覧ページ
************************************/
.official-wrap {
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  margin: 8px 13px auto;
  position: relative;
}

.official-link.ofdetail {
  align-items: center;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  color: #ffa621;
  display: flex;
  font-size: 12px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 30%;
}

.official-link.ofmove {
  align-items: center;
  background: linear-gradient(#fd8331, #f60);
  border-radius: 0 3px 3px 0;
  color: #fff !important;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  padding: 5px 0;
  position: relative;
  text-decoration: none;
  width: 70%;
}

.official-link.ofmove a {
  padding: 0.5em 1em;
}

.com {
  font-size: 15px !important;
}

@media screen and (max-width: 767px) {
  .official-link.ofmove {
    font-size: 15px;
  }

  .com {
    font-size: 14px !important;
  }
}

/************************************
** PPC用
************************************/
.ppcmain {
  margin: 0 auto 2em;
  max-width: 824px;
  padding: 10px 15px 0;
}

.services-cta {
  margin: 24px 0 auto;
  text-align: center;
  font-size: 13px;
}

.official-wrap2 {
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 8px 0 auto;
}

.official-link2.ofdetail {
  align-items: center;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  color: #ffa621;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 30%;
  height: 50px;
}

.official-link2.ofmove {
  align-items: center;
  background: linear-gradient(#fd8331, #f60);
  border-radius: 0 3px 3px 0;
  color: #fff !important;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  padding: 10px 0;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  width: 70%;
  height: 50px;
}

.official-link2.ofmove i {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .services-cta {
    margin: 12px 0 auto;
    text-align: center;
    font-size: 12px;
  }

  .official-link2.ofmove {
    font-size: 15px;
  }

  .official-link2.ofdetail {
    font-size: 13px;
  }

  .official-link2.ofmove i {
    padding-left: 5px;
  }
}

/************************************
** 感想ボックス
************************************/
.kansobox {
  box-shadow: 0 1px 4px rgba(128, 128, 128, 0.49);
  border-radius: 3px;
  margin: 20px 0;
  overflow: hidden;
  padding: 0 0 10px;
}

.kansobox .kansotitle {
  margin-top: 0;
  background: #f3fcff;
  color: #0A5AB7;
  text-align: center;
  padding: 8px 5px;
  font-weight: 600;
  font-size: 17px;
}

.kansobox .read {
  color: #0A5AB7;
  font-size: 1.07em;
  margin: 20px 0 0;
  font-weight: 700;
  padding: 0 15px;
}

.kansobox p {
  padding: 0 15px 0 38px;
  margin: 4px 0 22px;
  font-size: 15px;
}

/************************************
** Youtube
************************************/
.youtube {
  margin-top: 0 !important;
}

/************************************
** カテゴリページ幅
************************************/
@media only screen and (min-width: 1030px) {
  .d-5of7 {
    padding-right: 2em !important;
  }

  #archive_header {
    padding: 20px 40px;
    margin: 0 0% 0em 0%;
  }

  .cardtype__article {
    width: 48%;
    margin: 0 1% 20px 1%;
  }

  .sidelong__article {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

/************************************
** まとめBOX
************************************/
.list04 {
  border: solid 2px #4EBDF1;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.list04 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}

.list04 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  /*アイコンの種類*/
  font-weight: 900;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: #4EBDF1;
  /*アイコン色*/
}

/************************************
** ランキング
************************************/
#inner-content .entry-content h3.rank {
  border-left: none;
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1rem 100px;
  word-break: break-all;
  border-top: 4px solid #0A5AB7;
  border-radius: 12px 0 0 0;
}

#inner-content .entry-content h3.rank span {
  font-size: 10px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 35px 25px;
  margin: 0;
  color: #fff;
  border-radius: 10px 0 10px 10px;
  background: #0A5AB7;
}

/************************************
** 横長テーブル
************************************/
.p-sticky-table {
  white-space: nowrap;
  line-height: 1.6;
}

.p-sticky-table table {
  border: none;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display: block;
  overflow: scroll;
  max-height: 80vh;
  border-radius: 0 !important;
}

.p-sticky-table thead th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 0 !important;
}

.p-sticky-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: center;
}

.p-sticky-table tbody th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  border: none;
  white-space: normal;
  min-width: 130px;
  border-radius: 0 !important;
}

.p-sticky-table th,
.p-sticky-table td {
  min-width: 50px;
  text-align: left;
  font-size: 16px !important;
  position: relative;
  padding: 13px !important;
  color: #333;
  border: none !important;
  z-index: 0;
  vertical-align: middle !important;
  background: #fff;
  border-radius: 0 !important;
}

.p-sticky-table th {
  background: #f0f9ff !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  color: #555 !important;
}

.p-sticky-table tr {
  border-bottom: none !important;
}

.p-sticky-table img {
  margin: 10px auto;
  display: block;
  padding: 0;
  max-width: 80% !important;
}

.p-sticky-table table th::before,
.p-sticky-table table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}

/* スマホ */
@media screen and (max-width: 560px) {
  .p-sticky-table table {
    max-height: 60vh;
  }

  .p-sticky-table thead th:first-child,
  .p-sticky-table tbody th:first-child {
    min-width: 25vw;
  }

  .p-sticky-table th,
  .p-sticky-table td {
    font-size: 12px !important;
    padding: 7px !important;
  }
}

/* 中央寄せ */
.pst-center td {
  text-align: center;
}

/************************************
**テーブル横スクロール
************************************/
.scroll table {
  width: 100%;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

/************************************
**記事一覧
************************************/
@media only screen and (min-width: 1030px) {
  #archive_header {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 1030px) {
  #archive_header {
    margin: 0 2% 1.5em 2%;
  }
}

@media only screen and (min-width: 1030px) {
  .cardtype__article {
    width: 45%;
    margin: 0 4% 25px 0;
  }
}

@media only screen and (min-width: 1030px) {
  .cardtype__article {
    margin: 0 2% 25px 2.5%;
  }
}

h2.list-title {
  padding: 0.8em;
  background: #333333;
  color: #fff;
  font-size: 1.143em;
  font-weight: bold;
  margin: 0 2% 1.5em;
}

.cardtype h3 {
  font-size: 17px;
  margin: 8px 13px 0;
  color: #353535;
}

/************************************
**フッター
************************************/
.footer #footer-menu a,
.footer .copyright {
  font-size: 10px;
}

#footer-menu h4 {
  text-align: left;
  font-size: 12px;
  color: #fff;
}

#footer-menu ul {
  text-align: left;
  margin-left: 0;
}

#footer-menu li {
  display: block;
  padding: 0;
}

#footer-menu li a {
  display: block;
}

#footer-menu .fblock.first,
#footer-menu .fblock.second,
#footer-menu .fblock.third,
#footer-menu .fblock.fourth,
#footer-menu .fblock.last {
  /* width: 18%; */
  width: 98%;
  margin: 1%;
}

@media screen and (max-width: 768px) {

  #footer-menu .fblock.first,
  #footer-menu .fblock.second,
  #footer-menu .fblock.third,
  #footer-menu .fblock.fourth,
  #footer-menu .fblock.last {
    width: 98%;
  }
}

/*********************************
* アンカーリンクのスクロール移動
*********************************/
html {
  scroll-behavior: smooth;
}

/************************************
**シンプルテーブル
************************************/
#exam1 table {
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px #999 solid;
  border-collapse: separate;
  border-radius: 0;
  line-height: 18px;
}

#exam1 table td {
  border: 1px #999 solid;
}

.entry-content ul.supervisor {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border: 0;
}

.entry-content .supervisor * {
  box-sizing: border-box;
}

.entry-content .supervisor-card {
  border: 1px solid #f5f5f5;
  width: 25%;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .entry-content .supervisor-card {
    width: 50%;
  }
}

.entry-content .supervisor-job {
  font-size: 12px;
  line-height: 1.3;
  color: #0A5AB7;
}

.entry-content .supervisor-img {
  overflow: hidden;
  border-radius: 500px;
  margin-bottom: 8px;
}

.entry-content .supervisor-txt {
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
}

div.picup .c_linkto .c_linkto_text {
  min-height: 92.5px;
}

#footer-menu ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#footer-menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#footer-menu li a {
  display: inline-block;
}

#footer-menu li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fblock {
  float: none;
}

.footer .ft_widget,
.footer .my_popular_posts {
  margin: 1.5em 0 2em;
}

.menu-item a {
  margin-left: 15px;
}

/*--------------------------------
検索機能
--------------------------------*/
.nxrc-list *,
.nxrc-search-form * {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.nxrc-title {
  display: block;
  font-size: 1.2em;
}

.nxrc-search-form table,
.nxrc-title {
  margin-bottom: 20px;
}

.nxrc-excerpt {
  margin-bottom: 10px;
}

.nxrc-search-form table {
  margin-bottom: 0;
}

.nxrc-list li,
.nxrc-search-form {
  margin-bottom: 0px;
}

.nxrc-search-form input,
.nxrc-search-form select {
  vertical-align: middle;
}

.nxrc-fields th,
.nxrc-links,
.nxrc-search-button,
.nxrc-search-form th {
  text-align: center;
}

.nxrc-fields th,
.nxrc-links,
.nxrc-search-button,
.nxrc-search-form caption,
.nxrc-search-form th,
.nxrc-title {
  font-weight: 700;
}

.nxrc-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.nxrc-links a,
.nxrc-links span {
  width: 48%;
  margin: 1%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.nxrc-excerpt,
.nxrc-fields {
  font-size: 0.8em;
}

.nxrc-list .nxrc-excerpt a {
  color: #777;
}

.nxrc-list .nxrc-excerpt a:link,
.nxrc-list .nxrc-excerpt a:visited {
  color: #777;
}

.nxrc-fields,
.nxrc-search-button button,
.nxrc-search-form table {
  width: 100%;
}

.nxrc-link {
  display: inline-block;
  width: 40%;
}

.nxrc-fields th {
  width: 20%;
  background: #f5f5f5;
  color: #1e1e1e;
  font-size: 12px;
  border: 1px solid #ddd;
}

.nxrc-search-form th {
  width: 20%;
  background: #dddddd;
  color: #1e1e1e;
  font-size: 14px;
}

.nxrc-fields td {
  font-size: 12px;
  border: 1px solid #ddd;
}

.nxrc-search-form td {
  font-size: 14px;
}

.nxrc-search-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 300px;
  min-height: 68px;
  margin: 0 auto;
  padding: 16px 12px;
  font-size: 18px;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #ffffff;
  background-image: linear-gradient(to top, #F44336 0%, #ffa825 100%);
  border-radius: 8px;
  box-shadow: 0 2px 0 #ccc !important;
  cursor: pointer;
}

.nxrc-link {
  margin: 0 10px;
  height: 60px;
  line-height: 60px;
  background-color: #ffa825;
  color: #ffffff;
  border-radius: 40px;
  cursor: pointer;
}

.nxrc-link:hover,
.nxrc-search-button button:hover {
  text-decoration: none;
  opacity: 0.5;
}

.nxrc-link.active {
  background-color: #c00;
}

.nxrc-link.disable {
  background-color: #ccc;
  pointer-events: none;
}

.nxrc-fields,
.nxrc-search-form table {
  border-spacing: 0;
}

.nxrc-search-form td,
.nxrc-search-form th {
  padding: 10px;
}

.nxrc-fields td,
.nxrc-fields th {
  padding: 10px;
}

.nxrc-search-form select {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.nxrc-search-form input[type=checkbox],
.nxrc-search-form input[type=radio] {
  width: 1em;
}

.nxrc-list li {
  position: relative;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.nxrc-list li:first-child .search-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #FFCA28;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
}

.nxrc-list li:first-child .search-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(search/img/recommend.svg) center no-repeat;
  background-size: 100%;
  content: "";
}

.nxrc-title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 12px 20px 12px;
  color: #333 !important;
  font-size: 22px;
}

.nxrc-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
}

.nxrc-title:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 5px;
  width: 12px;
  height: 12px;
  background: url(../img/angles-right.svg) center no-repeat;
  background-size: 100%;
  margin: auto;
  content: "";
}

.nxrc-fields {
  background: #ffffff;
}

.nxrc-fields tr:not(:first-child) th {
  border-top: dotted 1px #ddd;
}

.nxrc-search-form {
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.nxrc-search-form tr:not(:first-child) th {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

.nxrc-search-form caption {
  /*
  margin-bottom: 20px;
  padding: 10px;
  color: $white;
  background-color: #333;
  border-radius: 4px;
  font-size: 18px;
  text-align: left;
  */
  font-size: 20px;
  margin: 0 auto 10px;
  padding: 1rem 2rem;
  color: #333;
  background: linear-gradient(180deg, #f9f9f9, #f1f1f1);
  border-bottom: 3px solid #335599;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

.nxrc-search-form caption span,
.nxrc-search-form caption img {
  display: inline-block;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

.nxrc-search-form caption img {
  margin-right: 6px;
}

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

.search-img {
  display: block;
  width: 320px;
  position: relative;
  overflow: hidden;
}

.search-txt {
  width: calc(100% - 340px);
}

@media screen and (max-width: 768px) {
  .search-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .search-img img {
    width: 100%;
    height: auto;
    position: static;
  }

  .search-txt {
    width: 100%;
  }

  .nxrc-list li {
    width: 90%;
    margin: auto;
  }

  .nxrc-title {
    font-size: 18px;
  }
}

.kensaku-space {
  margin-top: 60px;
}

.formWrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nxrc-search-form td label {
  margin-right: 10px;
}

.nxrc-search-form {
  position: relative;
  /* max-width: 700px; */
  background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 2px, #f1f1f1 0, #f1f1f1 4px);
  /* チェックボックス全体 */
  /* デフォルトチェックボックス非表示 */
  /* チェックボックスのスタイル */
  /* チェックマーク作成 */
  /* チェック時のスタイル */
  /* チェック時 チェックマーク表示 */
}

.nxrc-search-form a:link {
  color: #ffffff;
}

.nxrc-search-form td {
  padding: 10px;
}

.nxrc-search-form caption {
  border-radius: 0;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

.nxrc-search-form select {
  max-width: 320px;
}

.nxrc-search-form label {
  display: inline-block;
  margin: 4px !important;
}

.nxrc-search-form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}

.nxrc-search-form input[type=radio]+span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 30px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  background: #f9f9f9;
}

.nxrc-search-form input[type=radio]+span::before,
.nxrc-search-form input[type=radio]+span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}

.nxrc-search-form input[type=radio]+span::before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #999999;
  left: 9px;
}

.nxrc-search-form input[type=radio]:checked+span::before {
  border: 2px solid #0070bd;
}

.nxrc-search-form input[type=radio]+span::after {
  width: 8px;
  height: 8px;
  background: #999999;
  left: 13px;
  opacity: 0;
}

.nxrc-search-form input[type=radio]:checked+span::after {
  background: #0070bd;
}

.nxrc-search-form input[type=radio]:checked+span::after {
  opacity: 1;
}

@media (max-width: 650px) {
  .nxrc-search-form input[type=radio]+span {
    padding: 10px 11px 8px 30px;
  }
}

.nxrc-search-form table {
  background: #ffffff;
}

.nxrc-search-form-content {
  /*  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px; */
}

.nxrc-search-form .checknox-wrap {
  display: inline-block;
  position: relative;
  padding: 10px 11px 8px 30px;
  background: #f9f9f9;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 500;
  border-radius: 4px;
}

.nxrc-search-form .checknox-wrap input {
  display: none;
  font-weight: 500;
}

.nxrc-search-form .checknox-wrap .checkmark {
  position: absolute;
  top: 13px;
  left: 9px;
  height: 14px;
  width: 14px;
  background: #ffffff;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 4px;
}

.nxrc-search-form .checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: -3px;
  width: 5px;
  height: 10px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.nxrc-search-form .checknox-wrap input:checked+.checkmark {
  background-color: #0070bd;
  border: 2px solid #0070bd;
}

.nxrc-search-form .checknox-wrap input:checked+.checkmark:after {
  display: block;
}

.nxrc-list a:link,
.nxrc-list a:hover,
.nxrc-list a:active,
.nxrc-list a:visited {
  color: #ffffff;
}

.nxrc-list li {
  margin-bottom: 30px;
}

.nxrc-search-button img {
  margin-left: 8px;
}

.nxrc-search-form {
  /* width: 95%; */
}

@media screen and (max-width: 768px) {
  .nxrc-search-form {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .nxrc-link {
    display: inline-block;
    width: 85%;
    margin: 10px;
  }

  .nxrc-search-form th,
  .nxrc-search-form td {
    display: block;
    width: 100%;
    padding: 4px;
  }

  .nxrc-list li {
    border-width: 2px;
  }
}

.nxrc-title a {
  color: #333 !important;
}

.search-block {
  background: #eee;
}

.search-result {
  max-width: 900px;
  margin: 0 auto;
}

.search-result--header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.search-result--header span {
  font-size: 150%;
  color: #d00;
}

.search-result th,
.search-result td {
  padding: 1rem;
  font-size: 1.6rem;
}

.search-result .nxrc-fields th {
  background: #444444;
  color: #ffffff;
}

.search-totop {
  width: 100%;
  display: block;
  max-width: 320px;
  margin: auto;
  padding: 1rem 0;
  text-align: center;
  background: #444;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 40px;
  border: 2px solid #444;
  position: relative;
  transition: 0.2s;
}

.search-totop:hover {
  background: #ffffff;
  color: #444;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {

  .nxrc-fields th,
  .nxrc-fields td {
    width: auto;
    font-size: 12px;
  }

  .nxrc-fields th {
    width: 40%;
  }

  .nxrc-fields td {
    width: 60%;
  }

  .nxrc-search-form caption {
    font-size: 18px;
  }
}

.nxrc-list li th {
  width: auto;
}

.nxrc-fields {
  table-layout: fixed;
}

.nxrc-search-form-content .search-th {
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 320px;
  min-height: 68px;
  margin: 16px auto;
  padding: 16px 12px;
  font-size: 18px;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #333;
  background: linear-gradient(0deg, #ffffff, #e6e6e6);
  border-radius: 8px;
  box-shadow: 0 2px 0 #ccc !important;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.nxrc-search-form-content .search-th i {
  position: relative;
  left: -8px;
  color: #0A5AB7;
}

.nxrc-search-form-content .search-td {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 16px 12px;
  font-size: 18px;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 2px 0 #ccc !important;
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
}

.search-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  align-items: center;
}

.search-inner b {
  font-size: 30px;
}

.search-head {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #fafafa;
  padding: 8px;
}

.search-head i {
  margin-right: 5px;
  color: #0A5AB7;
}

.search-lead {
  text-align: center;
}

.search-lead i {
  margin-right: 5px;
  color: #0A5AB7;
}

.review-title {
  margin-top: 0;
}

.catch {
  margin-top: 15px;
  font-weight: 700;
  color: #888;
}

.single-review #entry {
  background: transparent;
}

.single-review #entry header {
  margin: 0;
}

.single-review .entry-content {
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.9);
}

.glsr-form-wrap,
.glsr-summary-wrap,
.glsr-review {
  border: 1px solid #e6e6e6 !important;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 20px;
}

.glsr-reviews,
.glsr-reviews-wrap {
  display: block !important;
}

.review-ttl {
  margin-top: 0 !important;
  margin-bottom: 20px;
  border-bottom: 2px solid #0A5AB7;
}

.search-card {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.review-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.review-list--img {
  position: relative;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  overflow: hidden;
}

.review-list--img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-list .glsr {
  width: calc(100% - 220px);
}

@media screen and (max-width: 600px) {
  .review-list .glsr {
    width: 100%;
  }
}

.review-list .glsr-summary-wrap {
  border: 0 !important;
  margin: 0;
  padding: 0;
}

.review-table {
  width: 100%;
  margin-bottom: 20px;
}

.review-table th,
.review-table td {
  border-bottom: 1px dashed #888;
  padding: 10px;
  font-weight: 700;
}

.review-table td:first-child {
  color: #0A5AB7;
}

.review-btn {
  display: block;
  width: 100%;
  max-width: 420px;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 700;
  padding: 16px;
  border: 1px solid #0A5AB7;
  color: #0A5AB7;
  text-align: center;
  border-radius: 500px;
}

.review-btn:hover {
  background: #0A5AB7;
  color: #fff;
  text-decoration: none;
}

.search-inner .nxrc-search-button {
  margin: 15px auto;
}

@media screen and (max-width: 768px) {
  .search-inner .nxrc-search-button {
    margin: 0 auto 10px;
  }

  .nxrc-search-form-content .search-th {
    width: 90%;
    min-height: 48px;
    margin: 10px auto;
    padding: 10px 12px;
  }

  b {
    width: 100%;
    text-align: center;
    line-height: 1;
  }

  .search-head {
    font-size: 16px;
  }

  #inner-content2 {
    padding: 30px 20px;
  }
}

.modal {
  z-index: 100 !important;
}

.review-table {
  background: transparent !important;
  border: 0 !important;
}

.entry-content table.review-table td:not(last-child) {
  border-right: 0;
}

.entry-content table.review-table td {
  border-bottom: 1px dashed #888;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .single-review .entry-content {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .review-table td {
    display: block;
    width: 100%;
  }

  .review-table td :first-child {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .review-list--img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .review-list--img img {
    position: static;
    width: 100%;
    height: auto;
  }

  .single-review .entry-header {
    padding: 0 20px;
  }
}

.glsr-summary-text {
  flex: auto;
}

.flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* FOOTER
---------------------------------------*/
.l-footer ol,
.l-footer ul {
  list-style: none;
}

.l-section--inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem;
  box-sizing: border-box;
}

.rel-footer,
.rel-section--inner,
.rel-section {
  position: relative;
}

.rel-section--inner,
.rel-section {
  background: #fff;
}

.rel-section--inner {
  max-width: 100%;
}

.l-footer .col1-3 {
  margin-bottom: 0;
  width: auto;
}

.l-footer .l-section {
  padding: 0;
}

.l-footer .l-section--inner {
  max-width: 80%;
}

.page-template-template-seo2 .l-footer .l-section--inner {
  max-width: 1400px;
}

.page-template-template-seo2 .l-footer .l-section--inner p {
  color: #1e1e1e;
}

.page-template-template-seo2 .l-footer .l-section--inner.flex-box {
  flex-wrap: nowrap;
}

.page-template-template-seo2 .l-footer--social a img {
  width: auto;
}


.f-menu-block {
  padding: 160px 0rem;
}

.f-csr-block {
  padding: 20px 0 0;
}

.l-footer .f-media-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.l-footer .f-media-ttl span {
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  padding-left: 2rem;
}

.l-media ul {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
}

.l-media li {
  width: 30%;
  position: relative;
  padding-left: 1.4rem;
}

.l-media li a:before {
  position: absolute;
  left: 0px;
  top: 4px;
}

#menu-footernav8 li:first-child a {
  font-weight: 500;
}

.l-footer #menu-footernav8.menu li:first-child {
  line-height: normal;
}

.l-footer #menu-footernav8.menu li:first-child a {
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.l-footer #menu-footernav8.menu li:first-child a:before {
  display: inline-block;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.l-footer--inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

.l-footer .l-section--inner.copy-right {
  border-bottom: none;
  padding: 3rem 0;
  border-top: 1px solid #ddd;
}

.l-footer.recruit_footer .l-section--inner {
  border-bottom: none;
}

.f-subMenu ul {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.f-subMenu ul li {
  padding-left: 2rem;
  align-items: center;
  display: flex;
}

.f-subMenu ul li:first-child {
  padding-left: 0rem;
}

.f-subMenu ul li a {
  opacity: 0.6;
  transition: 0.5s;
}

.f-subMenu ul li a:hover {
  color: #fff;
  opacity: 1;
}

.f-subMenu ul li.sns_block a {
  padding: 0 0.5rem;
}

.sns_block img {
  width: 18px;
}

.l-footer--info .st0 {
  fill: #fff !important;
}


.l-footer--info {
  width: 40%;
}

.l-footer--menu {
  width: 54%;
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px;
}

.l-footer--info .custom-logo {
  display: block;
  margin-bottom: 1rem;
}

.l-footer .custom-logo {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1400px) {
  .l-footer--info {
    width: 34%;
  }

  .l-footer--menu {
    width: 54%;
    gap: 30px;

  }
}



@media screen and (max-width: 768px) {
  .l-footer--info {
    width: 100%;
    text-align: center;
  }

  .l-footer--info .custom-logo {
    margin: 0 0 3rem;
  }
}

.flex-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .flex-footer {
    justify-content: center;
  }
}

.flex-footer a {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .flex-footer.mb-4 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-left: 0;
    border-bottom: 1px solid #eee;
  }
}

.footer-nav01 {
  width: calc(100% - 400px);
}

@media screen and (max-width: 768px) {
  .footer-nav01 {
    width: 100%;
  }

  .l-footer .col1-3 div {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .l-footer .l-section--inner {
    padding: 5rem 2rem 4rem;
  }

  .l-footer--menu {
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }

}

.f-subMenu ul {
  justify-content: center;
  gap: 1rem 1.6rem;
}

.f-subMenu ul li {
  padding-left: 0;
}

.l-media li {
  width: 100%;
}

}

.l-footer .menu li:first-child a {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

.l-footer p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.l-footer a {
  font-size: 14px;
  transition: 0.3s;
  color: #fff;
}

.l-footer a:hover {
  opacity: 0.7;
}

.l-footer a img {
  opacity: 1;
  transition: 0.3s;
}

.l-footer a:hover img {
  opacity: 1;
}

.l-footer--social {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.l-footer--social a.no-click {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .l-footer--social {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .l-footer--social {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
  }

  .l-footer .menu {
    margin-bottom: 0;
  }

  .l-footer .l-section--inner {
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .l-footer .l-section--inner .menu li {
    padding-left: 0;
  }

  .l-footer .l-section--inner .menu li a {
    border-bottom: 1px solid #6d6d6d;
  }

  .l-footer .nav9-13 div:last-child .menu-item a {
    border-bottom: none;
  }

  .l-footer .menu li.menu-item-168 a {
    border-bottom: 0;
  }
}

.l-footer--social a {
  margin: 2.5px;
}

.l-footer--social a img {
  display: inline-block;
  width: 180px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .l-footer--info {
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
  }

  .l-footer--social a img {
    width: 170px;
  }

  .l-footer--social a {
    margin: 0;
  }
}

.l-copyright {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.l-copyright address {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1e1e1e;
  font-size: 12px;
  font-style: normal;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .l-copyright address {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .l-footer .l-section--inner.copy-right {
    padding: 20px 20px 40px;
  }
}

@media screen and (max-width: 480px) {
  .l-copyright address {
    text-align: center;
  }

  .l-footer .l-section--inner.copy-right {
    justify-content: center;
    flex-direction: row;
    border-top: none;
    padding: 0rem 20px 40px;
  }

  .l-footer .l-section--inner.copy-right .f-subMenu {
    margin-bottom: 20px;
  }
}

.custom-logo {
  display: block;
  width: 210px;
  height: auto;
  margin: 15px 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .custom-logo {
    width: 170px;
    height: auto;
  }
}

.l-footer li {
  color: #fff;
}

.l-footer .l-section--inner .menu li a {
  display: block;
  border-bottom: none;
}

/* (2025/03/11ï¼‰è¿½è¨˜ã“ã“ã¾ã§ */

.recruit-footer-menu .l-footer--menu {
  width: 49%;
}

.recruit-footer-menu .l-footer--info {
  width: 40%;
}

.recruit-footer-menu .f-csr-block {
  border-bottom: none;
  max-width: 100%;
}

.recruit-footer-menu .bg-dark {
  background: rgb(0 35 69);
}

.recruit-footer-menu .menu:first-child li {
  margin-bottom: 12px;
}

.recruit-footer-menu .menu li:first-child a {
  font-size: 16px;
  font-weight: bold;
}

.recruit-footer-menu .recruit_menu li:nth-child(n+2) a::before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.l-footer--menu .menu-item a {
  margin-bottom: 12px;

}

.l-footer .l-section--inner.l-media {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit-footer-menu .l-footer--info {
    width: 100%;
  }

  .l-footer .l-section--inner.l-media {
    padding: 20px 0 0;
  }

  .l-footer .l-footer--menu {
    width: 100%;
    justify-content: space-between;
    gap: 6%;
  }

  .l-footer .l-footer--menu .col1-3 {
    width: 47%;
    margin-bottom: 20px;
  }

  .l-footer.recruit-footer-menu .col1-3 a {
    padding: 0;
  }

  .recruit-footer-menu .recruit_menu li:first-child {
    font-size: 16px;
    font-weight: bold;
  }
}

.menu-item.no-click>a {
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 1600px) {
  .l-copyright address {
    max-width: 1500px;
  }
}

@media screen and (max-width: 480px) {
  .custom-logo {
    margin: 10px;
  }
}

/**************************************
// NAVIGATION SETTINGS
***************************************/
#menu-mainnav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 500px;
}

#menu-item-847 a,
#menu-item-2654 a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #menu-mainnav {
    display: none;
  }
}



#menu-footernav1 li,
#menu-footernav2 li,
#menu-footernav3 li,
#menu-footernav4 li,
#menu-footernav5 li,
#menu-footernav6 li,
#menu-footernav7 li,
#menu-footernav8 li,
#menu-footernav9 li,
#menu-footernav10 li,
#menu-footernav11 li,
#menu-footernav12 li,
#menu-footernav13 li,
#menu-footernav14 li,
#menu-footernav15 li,
#menu-footernav16 li,
#menu-footernav17 li,
#menu-footernav18 li,
#menu-footernav19 li,
#menu-footernav20 li,
#menu-footernav21 li,
#menu-footernav22 li,
#menu-footernav23 li,
#menu-footernav24 li,
#menu-footernav26 li,
#menu-footernav27 li,
#menu-footernav28 li,
#menu-footernav29 li,
#menu-footernav30 li,
#menu-footernav31 li,
#menu-footernav25 li,
#menu-footernav32 li,
{

margin-bottom: 12px;
}

.nav9-13 {
  display: none;
}

@media screen and (max-width: 480px) {

  #menu-footernav1 li,
  #menu-footernav2 li,
  #menu-footernav3 li,
  #menu-footernav4 li,
  #menu-footernav5 li,
  #menu-footernav6 li,
  #menu-footernav7 li,
  #menu-footernav8 li,
  #menu-footernav9 li,
  #menu-footernav10 li,
  #menu-footernav11 li,
  #menu-footernav12 li,
  #menu-footernav13 li,
  #menu-footernav14 li,
  #menu-footernav15 li,
  #menu-footernav16 li,
  #menu-footernav17 li,
  #menu-footernav18 li,
  #menu-footernav19 li,
  #menu-footernav20 li,
  #menu-footernav21 li,
  #menu-footernav22 li,
  #menu-footernav23 li,
  #menu-footernav24 li,
  #menu-footernav26 li,
  #menu-footernav27 li,
  #menu-footernav28 li,
  #menu-footernav29 li,
  #menu-footernav30 li,
  #menu-footernav31 li,
  #menu-footernav25 li,
  #menu-footernav32 li {

    margin-bottom: 0;
  }

  .nav9-13 {
    display: block;
  }
}

#menu-footernav1 li a:before,
#menu-footernav2 li a:before,
#menu-footernav3 li a:before,
#menu-footernav4 li a:before,
#menu-footernav5 li a:before,
#menu-footernav6 li a:before,
#menu-footernav7 li a:before,
#menu-footernav8 li a:before,
#menu-footernav9 li a:before,
#menu-footernav10 li a:before,
#menu-footernav11 li a:before,
#menu-footernav12 li a:before,
#menu-footernav13 li a:before,
#menu-footernav14 li a:before,
#menu-footernav15 li a:before,
#menu-footernav16 li a:before,
#menu-footernav17 li a:before,
#menu-footernav18 li a:before,
#menu-footernav19 li a:before,
#menu-footernav20 li a:before,
#menu-footernav21 li a:before,
#menu-footernav22 li a:before,
#menu-footernav23 li a:before,
#menu-footernav24 li a:before,
#menu-footernav26 li a:before,
#menu-footernav27 li a:before,
#menu-footernav28 li a:before,
#menu-footernav29 li a:before,
#menu-footernav30 li a:before,
#menu-footernav31 li a:before,
#menu-footernav25 li a:before,
#menu-footernav32 li a:before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.l-footer .menu .menu-item-object-custom:first-child a {
  border: none;
}

@media screen and (max-width: 480px) {
  /*
    #menu-footernav1 li a,
    #menu-footernav2 li a,
    #menu-footernav3 li a,
    #menu-footernav4 li a,
    #menu-footernav5 li a,
    #menu-footernav6 li a,
    #menu-footernav7 li a,
    #menu-footernav8 li a,
    #menu-footernav9 li a,
    #menu-footernav10 li a,
    #menu-footernav11 li a,
    #menu-footernav12 li a,
    #menu-footernav13 li a,
    #menu-footernav14 li a,
    #menu-footernav15 li a,
    #menu-footernav16 li a,
    #menu-footernav17 li a,
    #menu-footernav18 li a,
    #menu-footernav19 li a,
    #menu-footernav20 li a,
    #menu-footernav21 li a,
    #menu-footernav22 li a,
    #menu-footernav23 li a,
    #menu-footernav24 li a,
    #menu-footernav25 li a,
    #menu-footernav27 li a,
    #menu-footernav28 li a,
    #menu-footernav29 li a,
    #menu-footernav30 li a,
    #menu-footernav31 li a,
    #menu-footernav26 li a,
    #menu-footernav32 li a {
        display: none;
    }

    #menu-footernav8 {
        display: none;
    }
        */
}

#menu-footernav1 li:first-child a,
#menu-footernav2 li:first-child a,
#menu-footernav3 li:first-child a,
#menu-footernav4 li:first-child a,
#menu-footernav5 li:first-child a,
#menu-footernav6 li:first-child a,
#menu-footernav7 li:first-child a,
#menu-footernav8 li:first-child a,
#menu-footernav8 li:first-child a,
#menu-footernav9 li:first-child a,
#menu-footernav10 li:first-child a,
#menu-footernav15 li:first-child a,
#menu-footernav11 li:first-child a,
#menu-footernav12 li:first-child a,
#menu-footernav13 li:first-child a,
#menu-footernav14 li:first-child a,
#menu-footernav15 li:first-child a,
#menu-footernav16 li:first-child a,
#menu-footernav17 li:first-child a,
#menu-footernav18 li:first-child a,
#menu-footernav19 li:first-child a,
#menu-footernav20 li:first-child a,
#menu-footernav21 li:first-child a,
#menu-footernav22 li:first-child a,
#menu-footernav23 li:first-child a,
#menu-footernav24 li:first-child a,
#menu-footernav25 li:first-child a,
#menu-footernav27 li:first-child a,
#menu-footernav28 li:first-child a,
#menu-footernav29 li:first-child a,
#menu-footernav30 li:first-child a,
#menu-footernav31 li:first-child a,
#menu-footernav26 li:first-child a,
#menu-footernav32 li:first-child a {


  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#menu-footernav1 li:first-child a:before,
#menu-footernav2 li:first-child a:before,
#menu-footernav3 li:first-child a:before,
#menu-footernav4 li:first-child a:before,
#menu-footernav5 li:first-child a:before,
#menu-footernav6 li:first-child a:before,
#menu-footernav7 li:first-child a:before,
#menu-footernav8 li:first-child a:before,
#menu-footernav9 li:first-child a:before,
#menu-footernav10 li:first-child a:before,
#menu-footernav15 li:first-child a:before,
#menu-footernav11 li:first-child a:before,
#menu-footernav12 li:first-child a:before,
#menu-footernav13 li:first-child a:before,
#menu-footernav14 li:first-child a:before,
#menu-footernav15 li:first-child a:before,
#menu-footernav16 li:first-child a:before,
#menu-footernav17 li:first-child a:before,
#menu-footernav18 li:first-child a:before,
#menu-footernav19 li:first-child a:before,
#menu-footernav20 li:first-child a:before,
#menu-footernav21 li:first-child a:before,
#menu-footernav22 li:first-child a:before,
#menu-footernav23 li:first-child a:before,
#menu-footernav24 li:first-child a:before,
#menu-footernav25 li:first-child a:before,
#menu-footernav27 li:first-child a:before,
#menu-footernav28 li:first-child a:before,
#menu-footernav29 li:first-child a:before,
#menu-footernav30 li:first-child a:before,
#menu-footernav31 li:first-child a:before,
#menu-footernav26 li:first-child a:before,
#menu-footernav32 li:first-child a:before {
  margin: 0;
  content: "";
}

@media screen and (max-width: 480px) {

  #menu-footernav1 li:first-child a,
  #menu-footernav2 li:first-child a,
  #menu-footernav3 li:first-child a,
  #menu-footernav4 li:first-child a,
  #menu-footernav5 li:first-child a,
  #menu-footernav6 li:first-child a,
  #menu-footernav7 li:first-child a,
  #menu-footernav8 li:first-child a,
  #menu-footernav9 li:first-child a,
  #menu-footernav10 li:first-child a,
  #menu-footernav15 li:first-child a,
  #menu-footernav11 li:first-child a,
  #menu-footernav12 li:first-child a,
  #menu-footernav13 li:first-child a,
  #menu-footernav14 li:first-child a,
  #menu-footernav15 li:first-child a,
  #menu-footernav16 li:first-child a,
  #menu-footernav17 li:first-child a,
  #menu-footernav18 li:first-child a,
  #menu-footernav19 li:first-child a,
  #menu-footernav20 li:first-child a,
  #menu-footernav21 li:first-child a,
  #menu-footernav22 li:first-child a,
  #menu-footernav23 li:first-child a,
  #menu-footernav24 li:first-child a,
  #menu-footernav25 li:first-child a,
  #menu-footernav27 li:first-child a,
  #menu-footernav28 li:first-child a,
  #menu-footernav29 li:first-child a,
  #menu-footernav30 li:first-child a,
  #menu-footernav31 li:first-child a,
  #menu-footernav26 li:first-child a,
  #menu-footernav32 li:first-child a {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}

#menu-footernav1 li:first-child a,
#menu-footernav2 li:first-child a,
#menu-footernav3 li:first-child a,
#menu-footernav4 li:first-child a,
#menu-footernav5 li:first-child a,
#menu-footernav6 li:first-child a,
#menu-footernav7 li:first-child a,
#menu-footernav8 li:first-child a,
#menu-footernav8 li:first-child a,
#menu-footernav9 li:first-child a,
#menu-footernav10 li:first-child a,
#menu-footernav15 li:first-child a,
#menu-footernav11 li:first-child a,
#menu-footernav12 li:first-child a,
#menu-footernav13 li:first-child a,
#menu-footernav14 li:first-child a,
#menu-footernav15 li:first-child a,
#menu-footernav16 li:first-child a,
#menu-footernav17 li:first-child a,
#menu-footernav18 li:first-child a,
#menu-footernav19 li:first-child a,
#menu-footernav20 li:first-child a,
#menu-footernav21 li:first-child a,
#menu-footernav22 li:first-child a,
#menu-footernav23 li:first-child a,
#menu-footernav24 li:first-child a,
#menu-footernav25 li:first-child a,
#menu-footernav27 li:first-child a,
#menu-footernav28 li:first-child a,
#menu-footernav29 li:first-child a,
#menu-footernav30 li:first-child a,
#menu-footernav31 li:first-child a,
#menu-footernav26 li:first-child a,
#menu-footernav32 li:first-child a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.ai-fs {
  align-items: flex-start;
}

.l-footer .l-section--inner.blank_list {
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-end;
}

.blank_menu p strong {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
}

#menu-footernav2 .sub-menu li a {
  font-weight: 500;
}

#menu-footernav2 .sub-menu li a:before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.sub-menu {
  padding-left: 14px;
}

.widget_categories .cat-item-133>a:before {
  content: "\f4ad";
}

.widget_categories .cat-item-144>a:before {
  content: "\f481";
}

.widget_categories .cat-item-134>a:before {
  content: "\f0f0";
}

.widget_categories .cat-item-141>a:before {
  content: "\f57d";
}

.widget_categories .cat-item-135>a:before {
  content: "\f5a0";
}

.widget_categories .cat-item-137>a:before {
  content: "\f303";
}

.widget_categories .cat-item-138>a:before {
  content: "\f19d";
}

.widget_categories .cat-item-139>a:before {
  content: "\f508";
}

.widget_categories .cat-item-109>a:before {
  content: "\f5fc";
}

.widget_categories .cat-item-110>a:before {
  content: "\f11b";
}

.widget_categories .cat-item-143>a:before {
  content: "\f1ad";
}

.widget_categories .cat-item-142>a:before {
  content: "\f0c0";
}

.widget_categories .cat-item-146>a:before {
  content: "\f4be";
}

.widget_categories .cat-item-145>a:before {
  content: "\f674";
}

.widget_categories .cat-item-122>a:before {
  content: "\f815";
}

.widget_categories .cat-item-136>a:before {
  content: "\f02d";
}

.widget_categories .cat-item-102>a:before {
  content: "\f15b";
}

.widget_categories .cat-item-111>a:before {
  content: "\f518";
}

/*# sourceMappingURL=style.css.map */

.bg-dark {
  background: rgba(18, 36, 53, .7);
}

.kb_normal.kb_border .kb_text.kb_right:after {
  border: none;
  border-left: 8px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px !important;
  top: 14px !important;
}

.kb_text.kb_right:before {
  position: absolute;
  content: '';
  top: 12px;
}

/*調査根拠枠 */
/* 外側：グレーの枠（背景＋外枠線） */
.gray-frame{
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  padding: 18px;

  /* うっすら立体感（不要なら消してOK） */
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}

/* 内側：白い面（内枠線） */
.gray-frame__inner{
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 20px;
  font-size: 12px;   /* 例：小さく */
  line-height: 1.7;  /* 読みやすく */
}

/* モバイル調整 */
@media (max-width: 600px){
  .gray-frame{ padding: 12px; border-radius: 16px; }
  .gray-frame__inner{ padding: 14px; border-radius: 12px; }
}


.review-form label {
  font-weight: 700;
}

.sns-icon {
  height: 20px;
}

.side-info th,
td {

  font-size: 14px;
  padding: 10px 12px;
}

.side-info th {
  color: #0A5AB7;
  width: 90px;
  font-weight: 700;
}

.side-info td {
  width: calc(100% - 90px);
  font-weight: 500;
}

.single-qa .child-pages,
.single-company-review .child-pages {
  border: 0 !important;
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-qa .child-pages li,
.single-company-review .child-pages li {
  padding: 0;
  border: 0 !important;
  width: calc((100% - 8px) / 2);
}

.single-qa .child-pages li a,
.single-company-review .child-pages li a {
  border: solid 2px #e8e8e8;
  /* display: block; */
  height: 100%;
  padding: 10px 36px 10px 20px;
  line-height: 1.35;
  color: #333;
  display: flex;
  align-items: center;
}

.single-qa .child-pages li a:hover,
.single-company-review .child-pages li a:hover {
  background: #0A5AB7;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px){
  .single-qa .child-pages li a,
  .single-company-review .child-pages li a{
    padding: 10px 28px 10px 10px;
    font-size: 14px;
  }
  .single-qa .child-pages li a:hover:after, 
  .single-company-review .child-pages li a:after{
    right: 6px!important;
  }
}

.single-qa .qa-latest ul,
.single-company-review .qa-latest ul {
  border: 0 !important;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.review-form select {
  background: #ecf5ff;
}

.hd {
  color: #0A5AB7;
  font-size: 14px;
}

.review-form form {
  border: solid 2px #e8e8e8;
  padding: 24px;
}

.qa-message {
  margin-top: 10px;
  font-size: 12px !important;
  display: block;
  border: 1px solid green;
  text-align: center;
}

select.select-year {
  width: auto;
  margin-bottom: 0;
}

.mb {
  margin-bottom: 24px;
}

input[name="qa_submit"] {
  background: #0A5AB7;
  color: #fff;
  display: block;
  border: none;
  width: 280px;
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 500px;
  cursor: pointer;
}

.single-qa .child-pages li a,
.single-company-review .child-pages li a {
  position: relative;
}

.single-qa .child-pages li a:hover::after,
.single-company-review .child-pages li a::after {
  font-family: "Font Awesome 5 Free";
  /* FA5 Free の場合 */
  font-weight: 900;
  /* solid アイコンの場合は 900 */
  content: "\f061";
  /* fa-chevron-right の unicode */
  margin-left: 8px;
  /* アイコンとテキストの間隔 */
  display: inline-block;
  color: #0A5AB7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 15px;
  height: 18px;
  line-height: 1;
  transition: 0.2s;
}

.single-qa .child-pages li a:hover::after,
.single-company-review .child-pages li a:hover::after {
  color: #fff;
  right: 8px;
}

.table02 table,
.table01 table {
  border-radius: 0;
}

.table02 table td:first-child,
.table01 table td:first-child {
  width: 150px;
  background: #f5f5f5;
}

.table02 table td,
.table01 table td {
  padding: 8px;
}


.qa-latest li {
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 0;
}

.answer-box {
  position: relative;
  border: 16px solid #ecf5ff;
  padding: 40px 20px 20px 20px;
}

.question-top {
  display: flex;
  justify-content: space-between;
}

.question-top strong a {
  color: #333;
}

.question-top strong a i {
  color: #0A5AB7;
}

.question-box {
  padding: 20px;
}

.question-term {
  font-size: 12px;
  padding: 5px;
  border: 1px solid #0A5AB7;
  color: #0A5AB7;
}

.question-term a:hover {
  background: #0A5AB7;
  color: #fff;
  text-decoration: none;
}

.answer-head {
  position: absolute;
  top: -16px;
  left: -18px;
  padding: 8px 10px;
  background: #0A5AB7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1;
}

.question-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
}

.qa-head {
  position: relative;
  padding-left: 60px;
}

.qa-img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.copy-link-box {
  display: flex;
  justify-content: end;
  position: relative;
  align-items: center;
  gap: 6px;
}

.copy-link-btn {
  position: relative;
  background: none;
  width: 40px;
  height: 40px;
  border: 1px solid #aaa;
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  border-radius: 500px;
  transition: 0.2s;
}

.copy-link-btn:hover {
  color: #0A5AB7;
  border: 1px solid #0A5AB7;
}

.copy-message {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 20px;
  right: 50px;
  margin: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.qa-txt {
  font-size: 14px;
}

.answer-box p {
  font-size: 14px;
}

.answer-box .read-more {
  display: inline-block;
  font-size: 14px;
}

.answer-box .read-more:hover {
  color: #0A5AB7;
}

.tdn {
  text-decoration: none;
}

.tdn:hover {
  color: #0A5AB7;
  text-decoration: none;
}

.table01_txt p,
.table02_txt p {
  font-size: 12px;
  text-align: right;
}

.single-company-review .entry-content {
  padding-bottom: 40px;
}

#load-more-qa {
  background: #0A5AB7;
  color: #fff;
  display: block;
  border: none;
  width: 280px;
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 500px;
  cursor: pointer;
}



















/* 2025/11 カスタムここから追記 */
body{
  font-family: "Zen Kaku Gothic New", sans-serif!important;
  font-weight: 500;
  font-style: normal;
}

/* カラー変更 */
body:not(.home) .header,
#footer-menu, 
.drawer__title,
.widgettitle,
.searchform__submit, 
#toc_container 
.toc_title:before, 
.ez-toc-title-container:before, 
.cat-name, 
.pre_tag>span, 
.pagination .current, 
.post-page-numbers.current, 
#submit, 
.withtag_list>span, 
.main-bc-before li:before,
.widgettitle,
.company-sns-links 
.sns-icons li a:hover,
p.hh.hh5,
body.blog .post-tab__content h2
{
  background: #0A5AB7!important;
}

/* header */
.header{
  box-shadow: none;
}

/* カスタムボタン */
.custom-btn{
  margin: 20px auto;
  text-align: center;
}
.custom-btn a{
  display: inline-block;
  border-radius: 8px;
  padding: 16px 40px;
  background: #fff;
  line-height: 1;
  color: #0A5AB7;
  border: 2px solid #0A5AB7;
}
.custom-btn a:hover{
  background: #0A5AB7;
  text-decoration: none;
  color: #fff;
}

.totop{
  border: 1px solid #fff;
}

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

/* パンくず */
@media screen and (max-width: 767px){
  #breadcrumb{
    padding: 5px 15px!important;
    text-align: left!important;
  }
  #breadcrumb ul{
    padding-bottom: 6px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: thin; 
    scrollbar-color: #aaa; 
    scrollbar-gutter: stable;
    letter-spacing: 0.02em;
  }
  #breadcrumb ul::-webkit-scrollbar{
    height: 6px;  /* 横スクロールの太さ */
  }
  #breadcrumb ul::-webkit-scrollbar-track{
    background: #fff;   /* レール */
    border-radius: 999px;
  }
  #breadcrumb li {
    white-space: nowrap;
  }
  #breadcrumb li span,
   #breadcrumb li:first-child a:before{
    font-size: 11px;
  }
}

/* 既存の詳細ページ調整 */
.single-title, .page-title, .entry-title{
  margin: 20px 0 0;
}

/* 検索結果ページ用 */
body.search #inner-content{
  padding: 0 15px;
}

/* ブログ記事一覧用 */
body.blog #inner-content{
  padding: 0 15px;
}
body.blog .post-tab{
  display: none;
}

/* ブログカテゴリ一覧 */
.notfound {
  margin: 0 2%;
}

/*  */
#promotion a:hover{
  color: #0A5AB7;
}


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

TOPページ一時利用 

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