@charset "UTF-8";
/*********************************                  
基本設定
*********************************/
body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #1e1e1e;
  line-height: 1.6;
  font-size: 16px;
}
a {
  display: inline-block;
  color: #1e1e1e;
  text-decoration: none;
}
a:visited {
  color: #1e1e1e;
}
img {
  max-width: 100%;
  height: auto;
}
/*********************************
共通設定
*********************************/
.inner {
  padding: 4rem 0;
}
@media screen and (min-width: 480px) {
  .inner {
    padding: 6rem 0;
  }
}
.spacer {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}
/*********************************
パンくず
*********************************/
.breadcrumb_wrap {
  background: #1e1e1e;
}
.breadcrumb_list {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.4rem;
}
.breadcrumb_list ul {
  display: flex;
  align-items: center;
  color: #fff;
}
.breadcrumb_list ul li {
  font-size: 1.2rem;
  color: #fff;
}
.breadcrumb_list ul li a {
  color: #fff;
}
.top_area {
  background-color: #FFFFFF;
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}
@media only screen and (min-width: 481px) {
  .fluid.top_area .breadcrumb_list_TXT {
    display: block;
    padding-bottom: 0.2%;
  }
}
@media only screen and (max-width: 481px) {
  .fluid.top_area.fluid.breadcrumb_list_TXT {
    padding: 0.5em;
  }
  .top_area {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .fluid.top_area .breadcrumb_list_TXT {
    display: block;
    padding-bottom: 3px;
  }
}
.site_name {
  font-weight: 700;
}
/*********************************
HEADER
*********************************/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: #fff;
}
.headerInner {
  position: relative;
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}
.headerInner-logo a > div {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  font-weight: 700;
  line-height: 1.3;
}
.headerInner-logo img {
  width: 50px;
  margin-right: .75rem;
  display: block;
}
@media screen and (min-width: 768px) {
	.headerInner-logo img {
	  width: 60px;
	}
}
.headerInner-logo b {
  display: block;
  font-weight: 700;
  color: #213D65;
}
/*********************************
MAIN VISUAL
*********************************/
.mv {
  position: relative;
  width: 100%;
  background: #eee;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: url(img/main-bg.jpg) bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mv {
    min-height: 450px;
  }
}
.mvInner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  padding: 4rem 1rem;
}
@media screen and (min-width: 768px) {
  .mvInner {
    padding: 6rem 4rem;
  }
}
.mvInner img.mv-logo {
  max-width: 100%;
}
.mv-eng {
  position: absolute;
  bottom: 15.5rem;
  right: -13.5rem;
  width: 380px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .mv-eng {
    top: 5rem;
    bottom: auto;
    right: 0;
    width: 70%;
    transform: rotate(0deg);
  }
}
.mv-bottom {
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .mv-bottom {
    max-width: 480px;
  }
}
.mv-lead {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 480px) {
  .mv-lead {
    font-size: 4rem;
  }
}
.mv-lead1 {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 3rem 1rem;
  background: rgba(33, 61, 101, 0.9);
  letter-spacing: 2px;
}
.mv-lead2 {
  margin: 0 0.5rem;
  padding: 3rem 1rem;
  background: rgba(33, 61, 101, 0.9);
  letter-spacing: 2px;
}
.mv_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(img/main-bg.jpg) bottom right no-repeat;
  background-size: cover;
  height: 350px;
}
.mv_sub-ttl {
  position: relative;
  font-size: 2.8rem;
  padding: 2rem 2rem 3rem;
  font-weight: 700;
  line-height: 1.25;
  background: #213D65;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .mv_sub-ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .mv_sub-ttl {
    font-size: 4rem;
  }
}
.mv_sub .time {
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  background: #213D65;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  margin-top: -2.75rem;
  width: 100%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv_sub .time {
    width: 80%;
  }
}
/*********************************
MAIN CONTENT
*********************************/
.ranking-card {
  margin-bottom: 4rem;
  padding: 3rem;
  background: #f5f5f5;
}
.ranking-img {
  margin-bottom: 3rem;
}
.ranking-ttl_h2 {
  font-size: 2.4rem;
}
.ranking-ttl_h2 span {
  background: #1e1e1e;
  color: #fff;
  padding: 1rem;
}
.ranking-ttl_h3 {
  margin-bottom: 3rem;
  padding: 1rem;
  background: #1e1e1e;
  color: #fff;
  font-size: 2rem;
}
.ranking-tbl {
  margin-bottom: 3rem;
}
.ranking-tbl table {
  width: 100%;
  border: 1px solid #1e1e1e;
}
.ranking-tbl th, .ranking-tbl td {
  border: 1px solid #1e1e1e;
  padding: 1rem;
  font-size: 1.4rem;
}
.ranking-tbl th {
  background: #aaa;
  color: #fff;
}
.ranking-tbl td {
  background: #fff;
}
.ranking-txt {
  margin-bottom: 3rem;
}
.ranking-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ranking-btn {
  padding: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 300px;
  margin: 1%;
}
.ranking-btn_detail {
  background: #8BC34A;
}
.ranking-btn_external {
  background: #f44336;
}
.rankingRecommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem;
  border: 1px solid #1e1e1e;
  background: #fff;
}
.rankingRecommend-head {
  top: -20px;
  right: 0;
  left: 0;
  position: absolute;
  width: 200px;
  margin: auto;
  padding: 10px;
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
}
#breadcrumbs {
  font-size: 1.2rem;
}
/*********************************
FOOTER
*********************************/
.footer_rank {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0;
  padding: 1rem 0;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .footer_rank {
    padding: 3px 10px;
  }
}
.footer {
  background: #213D65;
  padding: 4rem 0;
}
.footerNav {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}
.footerNav ul {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .footerNav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.footerNav li {
  position: relative;
  margin: 0.5rem 0;
  padding: 1rem 0;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .footerNav li {
    padding: 3px 10px;
  }
}
.footerNav li:before {
  position: absolute;
  top: 1rem;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footerNav li:before {
    display: none;
  }
}
.footerNav a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .footerNav a {
    margin: 0;
  }
}
.footer h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer h3 {
    font-size: 2.4rem;
  }
}
.footer .cat-post-widget h3 {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}
.footer .cat-post-widget:nth-of-type(3), .footer .cat-post-widget:nth-of-type(4) {
  display: inline-flex;
  width: 48%;
  justify-content: space-between;
}
.footerBtm {
  margin-bottom: 2rem;
  text-align: center;
}
.footerBtm a {
  color: #fff;
  font-weight: 700;
}
.footerCopy {
  margin-top: 4rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.footerCopy a {
  color: #fff;
}
/*********************************
PARTS
*********************************/
.sec1 {
  position: relative;
  background: #E7E7DD;
  background-size: cover;
}
.sec1-box {
  position: relative;
  padding: 2rem;
  background: #fff;
  border-radius: 1.16rem;
}
@media screen and (min-width: 768px) {
  .sec1-box {
    padding: 4rem;
  }
}
.sec1-box i {
  font-size: 4rem;
  text-align: center;
}
.sec1-box p {
  margin-bottom: 1.6rem;
}
.sec1-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0 1.6rem;
  text-align: center;
  color: #1e1e1e;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec1-ttl {
    font-size: 2.4rem;
  }
}
.sec1-ttl:after {
  display: block;
  width: 80px;
  height: 4px;
  background: #333;
  margin: 1rem auto 2rem;
  content: "";
}
.sec2 {
  position: relative;
  background: url(img/search-bg.jpg) center no-repeat;
  background-size: cover;
}
.sec3 {
  background: #E7E7DD;
}
.sec5 {
  background: #E7E7DD;
}
.sec7 {
  background: #f9f9f9;
}
.sec5 img {
  display: block;
  margin: 0 auto;
}
.sec5 p {
  margin-bottom: 1.6rem;
}
#rank_area {
  position: relative;
  background: #eee;
  overflow: hidden;
}
.sectionTtl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(30, 30, 30, 0.05);
  height: 400px;
  transform: skewY(-5deg);
}
.sectionTtl-area {
  text-align: center;
}
.sectionTtl-area span {
  position: relative;
  display: inline-block;
  color: #213D65;
  font-size: 1.4rem;
  padding: 1rem 1rem 0rem 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sectionTtl-area span {
    font-size: 2rem;
  }
}
.sectionTtl-area span:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -1rem;
  margin: auto;
  width: 2px;
  height: 20px;
  background: #213D65;
  transform: rotate(-20deg);
  content: "";
}
.sectionTtl-area span:after {
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -1rem;
  margin: auto;
  width: 2px;
  height: 20px;
  background: #213D65;
  transform: rotate(20deg);
  content: "";
}
.sectionTtl_h2 {
  position: relative;
  padding: 1rem 1.6rem;
  background: #1e1e1e;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .sectionTtl_h2 {
    font-size: 2.8rem;
  }
}
.sectionTtl_h2:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #1e1e1e transparent transparent transparent;
  content: "";
}
.sectionTtl_h2 i {
  margin-right: 0.6rem;
}
#sideber_menu {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #sideber_menu {
    margin-top: 0;
  }
}
#sideber_menu .sectionTtl-area span {
  position: relative;
  display: inline-block;
  color: #213D65;
  font-size: 1.2rem;
  padding: 1rem 1rem 0rem 1rem;
  font-weight: 700;
}
#sideber_menu .sectionTtl_h2 {
  position: relative;
  margin-bottom: 10px;
  padding: 1rem 1.6rem;
  background: #213D65;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
/*　個別ページ
----------------------------------------------------------*/
#page {
  width: 100%;
  margin-top: 0;
  padding: 0 0 2% 0;
}
/* 問合せページ
----------------------------------------------------------*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100% !important;
  height: 30px;
  border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 100% !important;
  height: 30px;
  border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-text {
  width: 100% !important;
  height: 30px;
  border: solid 1px #CCC;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
  border: solid 1px #CCC;
}
input.wpcf7-form-control.wpcf7-submit {
  border: solid 1px #CCC;
  padding: 8px 36px;
  margin-left: 47%;
}
.searchandfilter input[type="checkbox"], input[type="radio"], input[type="text"], select, .meta-range, .chosen-container {
  margin-left: 0px !important;
}
/* ハンバーガーメニュー
----------------------------------------------------------*/
.menu-btn {
  position: fixed;
  top: 5px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #1e1e1e;
  position: absolute;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn2 span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
.menu-btn2 span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.menu-btn2 span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-btn2 {
  top: 10px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  margin-left: auto;
  margin-top: 0.7rem;
  background: #FFF;
}
#menu-btn-check {
  display: none;
}
#rank_title_copy {
  display: flex;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu-content ul {
  padding: 20px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #CCC;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 16px;
  position: relative;
  text-align: left;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 24px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  /*アニメーション設定*/
  overflow-y: scroll;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}
.menu-content #search {
  padding-bottom: 0;
  position: relative;
  margin: 10px 2rem 0px !important;
  width: auto !important;
}
.menu-content li {
  margin-left: 0px;
}
.hamburger-menu {
  display: flex;
}
#headbox {
  text-align: left;
  align-items: unset;
  width: 86% !important;
}
.sitename img {
  max-width: 100% !important;
  padding-bottom: 3px;
}
.widget.headbox {
  display: none;
}
#top_area {
  display: flex;
}
.search-menu {
  padding: 10% 8px 8px;
}
.search-menu h3 {
  margin: auto;
}
.search-menu h3::before {
  display: none;
}
.sideRank_title_0 {
  padding: 5% 0;
  text-align: center;
}
img.image {
  max-width: 100%;
  height: auto;
}
.sideber_rank_title {
  position: relative;
}
.sideber_rank_title img {
  width: 45px;
  height: auto;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
.sideber_rank_title .sideRank_title_0 {
  padding-left: 5rem;
  text-align: left;
  background: #f9f9f9;
  font-weight: 700;
}
.time i {
  margin: 0 5px;
}
.Not_TXT {
  font-weight: 700;
  font-size: 2.4rem;
}
.Not_h2 {
  margin-bottom: 4rem;
}
/*********************************
TablePress 
*********************************/
.tablepress {
  table-layout: fixed;
  background: #fff;
}
.tablepress td:first-child {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #213D65;
  font-size: 12px;
  box-sizing: border-box;
  border: 0;
}
.tablepress td {
  width: calc(calc(100% - 100px) / 5);
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  word-break: break-all;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.tablepress tr {
  border: 0;
}
.column-1, .tablepress td:first-child {
  width: 120px;
  font-weight: 700;
}
.tablepress tr.row-1 td {
  position: relative;
}
.tablepress tbody td, .tablepress tfoot th {
  border-top: 0;
}
.tablepress tr.row-1 td span {
  position: absolute;
  left: 5px;
  top: -0.25rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #666666;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  text-indent: -0.04in;
}
.tablepress tr.row-1 td:nth-child(2) span {
  width: 50px;
  height: 50px;
  top: -0.5rem;
  border: 0;
  background: url(/wp-content/themes/e_ver004/img/ranking-one.svg);
  background-size: 100%;
  box-shadow: none;
  text-indent: -9999px;
}
.tablepress tr.row-1 td:nth-child(3) span {
  width: 50px;
  height: 50px;
  top: -0.5rem;
  border: 0;
  background: url(/wp-content/themes/e_ver004/img/ranking-two.svg);
  background-size: 100%;
  box-shadow: none;
  text-indent: -9999px;
}
.tablepress tr.row-1 td:nth-child(4) span {
  width: 50px;
  height: 50px;
  top: -0.5rem;
  border: 0;
  background: url(/wp-content/themes/e_ver004/img/ranking-three.svg);
  background-size: 100%;
  box-shadow: none;
  text-indent: -9999px;
}
.tablepress tr:last-child td a {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.15s;
  background: #213D65;
}
.tablepress tr:last-child td a:hover {
  margin: 0.2rem 0 0 0;
  box-shadow: none;
  opacity: 0.85;
}
.row-2 td {
  font-weight: 700;
}
.tablepress {
  width: 1600px;
}
#page .tablepress {
  width: 100%;
}
.tablepress td {
  width: calc(1600px / 10);
  font-size: 1.2rem;
}
#page .tablepress td {
  width: auto;
}
.horizonal-scroll {
  margin: 0 auto;
  padding: 0 1rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .horizonal-scroll {
    width: 100%;
  }
}
.horizonal-scroll:after {
  content: "※ このテーブルは横にスクロールできます。";
  color: #ff0000;
  font-size: 1.6rem;
}
.horizonal-scroll tr:last-child td a {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 1rem 0;
  text-align: center;
  background: #254191;
  color: #fff;
  box-sizing: border-box;
  border-radius: 40px;
  transition: 0.15s;
}
.tablepress tbody tr:first-child td:first-child {
  position: static;
}
.horizonal-scroll tr a.official-btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 1rem 0;
  text-align: center;
  font-weight: 700;
  background: #213D65;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 40px;
  transition: 0.15s;
}
.horizonal-scroll tr td a.official-btn:hover {
  opacity: 0.85;
}
.img-center {
  display: block;
  margin: 0 auto;
}
/* 目次スタイル */
#toc_container ul {
  padding-left: 0;
  list-style: none;
  font-size: 110%;
}
#toc_container {
  padding: 4rem 6rem;
  background: #fff;
  color: #666;
  max-width: 700px;
  width: 80% !important;
  margin: 0rem auto;
  border: 3px solid #213D65;
  border-radius: 1.6rem;
}
.toc_title {
  font-size: 27px;
  color: #333;
  margin-bottom: 3rem;
  font-weight: bold;
  padding: 0 0 1rem;
  position: relative;
  text-align: center;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #1e1e1e;
  font-family: "Noto Sans JP", sans-serif;
}
.toc_title span {
  font-size: 1.4rem;
  display: block;
}
.toc_title span a {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 30px;
  color: #213D65;
}
.toc_title small {
  font-size: 60%;
}
.toc_title:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 24px;
  height: 34px;
  color: #1e1e1e;
  margin-right: 1rem;
  font-weight: 900;
}
#toc_container .contents-subheading {
  font-size: 2.2rem;
  counter-increment: title;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  font-weight: 700;
}
#toc_container .contents-subheading a {
  line-height: 1.2;
  color: #1e1e1e;
}
.contents-subheading a:hover {
  text-decoration: underline;
  opacity: 0.5;
  transition: 0.3s;
}
#toc_container .contents-subheading:before {
  content: counter(title);
  display: inline-block;
  font-weight: bold;
  background: #213D65;
  width: 40px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem;
}
.toc_list {
  margin: 0 0 3rem;
}
.toc-list:last-child {
  margin: 0;
}
.toc-link {
  font-size: 1.6rem;
  border: none;
  margin: 0 0 1.5rem;
  font-weight: 700;
  padding: 0;
  padding-left: 3rem;
  transition: 0.3s;
}
.toc-link:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 1rem;
}
.toc-link:last-child {
  margin: 0;
}
.toc-link a:hover {
  text-decoration: underline;
  opacity: 0.5;
  transition: 0.3s;
}
/*TOCサブページ*/
.single #toc_container {
  margin: 4rem auto !important;
}
.single #toc_container .toc_list li + li {
  margin-top: 1rem;
}
.single #toc_container .toc_list li {
  counter-increment: number;
  position: relative;
}
.single #toc_container .toc_list li::before {
  content: counter(number) "";
  display: block;
  background-color: #213d65;
  color: #FFF;
  display: inline-block;
  padding: 0.2rem 1rem;
  border-bottom: solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single #toc_container .toc_list li a {
  padding-left: 4rem;
  line-height: 1.25;
}
.single #toc_container .toc_list li a span {
  display: none;
}
@media screen and (max-width: 768px) {
  #toc_container {
    padding: 1.5rem 4vw;
    margin: 0 auto;
    width: 90% !important;
  }
  .toc_title {
    font-size: 24px;
    margin: 0 !important;
  }
  .toc_title:before {
    font-size: 2.8vw;
    padding: 1.5vw;
    margin-right: 0.5rem;
    vertical-align: 7%;
  }
  #toc_container .contents-subheading {
    font-size: 16px;
    margin-bottom: 1.3rem;
    line-height: 25px;
    padding: 0;
  }
  .toc_list {
    margin-bottom: 3vw;
  }
  .toc-link {
    font-size: 14px;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
  }
  .toc-link:before {
    width: 3px;
    height: 3px;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .toc_title {
    font-size: 20px;
  }
  .toc_title:before {
    font-size: 3.5vw;
    padding: 2vw;
    vertical-align: 15%;
  }
  .toc-link {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
  }
}
.toc_toggle a {
  font-size: 12px;
}
#toc_container span.toc_toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#toc_container .contents-subheading {
  margin: 2rem 0;
}
#toc_container .toc-link {
  display: block;
  margin-bottom: 1rem;
}
.recommend-box {
  position: relative;
  background: #fff;
  margin-bottom: 6rem;
  padding: 3rem 2rem;
  box-shadow: 1px 1px 8px rgba(30, 30, 30, 0.1);
}
@media screen and (min-width: 480px) {
  .recommend-box {
    padding: 5rem 4rem;
  }
}

@media screen and (max-width: 480px) {
	.single .recommend-box .btn2, .single .recommend-box .btn3 {
	width: 98%;	
	}
}
.single-box {
  background: #fff;
  margin-bottom: 4rem;
}
.single-box img {
  display: block;
  margin: 0rem auto 3rem;
}
.single-box h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.8rem;
  padding-right: 6rem;
  margin-bottom: 1.6rem;
}
.single-box p {
  margin-bottom: 1.6rem;
}
.single .single-box .recommend-btn {
  margin-bottom: 4rem;
}
@media screen and (max-width: 420px) {
  .recommend-box {
    padding: 4rem 2rem;
  }
}
.recommend-ttl_h3 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #213D65;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .recommend-ttl_h3 {
    font-size: 2.8rem;
  }
}
.recommend-ttl_h3 .tri {
  position: absolute;
  top: 0;
  right: -10%;
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transform: skewX(-20deg);
  pointer-events: none;
}
.recommend-ttl_h3 a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
}
.recommend-ttl_h3 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 24px;
}
.recommend-ttl_h4 {
  font-size: 2rem;
  color: #1e1e1e;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 4.8rem;
  margin-bottom: 1.6rem;
  background: #E7E7DD;
  font-weight: 700;
  border-left: 11px solid #1e1e1e;
}
@media screen and (min-width: 480px) {
  .recommend-ttl_h4 {
    font-size: 2.2rem;
  }
}
.recommend-img img {
  display: block;
  width: 100%;
  height: auto;
}
.recommend-head {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  padding: 1rem;
  background: #00587A;
  color: #ffffff;
  font-weight: 700;
}
.recommend-info {
  position: relative;
}
.recommend-txt p {
  margin-bottom: 1.6rem;
}
.recommend-table {
  width: 100%;
  background: #fff;
  padding: 1rem;
}
.recommend-table td:first-child, .recommend-table td:nth-child(3) {
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  width: 90px;
  border: 6px solid #fff;
  font-size: 1.2rem;
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  .recommend-table td:first-child, .recommend-table td:nth-child(3) {
    width: 150px;
    font-size: 16px;
  }
}
.recommend-table td {
  vertical-align: middle;
  font-size: 1.4rem;
/*   border-radius: 100px; */
}
.recommend-table td:last-child {
  color: #1e1e1e;
}
.recommend-btn--wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.head-info {
  position: relative;
}
.head-info:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 30px;
  height: 30px;
  color: rgba(30, 30, 30, 0.5);
  text-align: center;
  font-family: "Font Awesome 5 Free";
  content: "";
  line-height: 1;
  font-size: 3rem;
}
.head-book {
  position: relative;
}
.head-book:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 30px;
  height: 30px;
  color: rgba(30, 30, 30, 0.5);
  font-family: "Font Awesome 5 Free";
  content: "";
  line-height: 1;
  font-size: 3rem;
}
.head-face {
  position: relative;
}
.head-face:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 30px;
  height: 30px;
  color: rgba(30, 30, 30, 0.5);
  font-family: "Font Awesome 5 Free";
  text-align: center;
  content: "";
  line-height: 1;
  font-size: 3rem;
}
.head-finger {
  position: relative;
}
.head-finger:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 30px;
  height: 30px;
  text-align: center;
  color: rgba(30, 30, 30, 0.5);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  line-height: 1;
  font-size: 3rem;
}
/* 口コミ */
body.home .review {
  width: 47.5%;
  margin: 2% 1%;
  border-radius: 10px;
  border-bottom: 3px solid #213D65;
}
@media screen and (min-width: 768px) {
  body.home .review {
    margin: 1%;
  }
}
@media screen and (max-width: 768px) {
  body.home .review {
    width: 98%;
  }
}
body.home .review-in {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.review-ttl_h3 {
  background-color: #333;
  border-bottom: 0;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 1.6rem;
  text-align: center;
}
.review-ttl_h3 br {
  display: none;
}
.review {
  border: 3px solid #213D65;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
.review .review-title {
  color: #213D65;
  border-bottom: 1px dashed #213D65;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0 auto 1.2rem auto;
  padding: 1.6rem;
  width: 100%;
}
.review .review-title span {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 5px;
}
.review .review-title i {
  margin-right: 5px;
}
.review .alignnone {
  display: none;
}
.review .review-coment {
  padding: 1.6rem;
}
.review .review-coment blockquote {
  line-height: 1.5;
}
.review .review-coment .quote {
  font-size: 1.4rem;
  text-align: right;
}
.review .review-coment .quote a {
  text-decoration: underline !important;
}
.note {
  border: 3px solid #213D65;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.note i {
  color: #213D65;
  margin-right: 5px;
}
.note .sen {
  position: relative;
  border-top: 1px dotted #999;
  line-height: 1.5;
  margin: 0 auto;
  padding: 1.6rem 0 1.6rem 5rem;
  width: 98%;
}
.note .sen:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.6rem;
  margin: auto;
  height: 30px;
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 900;
  content: "";
}
.mb-4 {
  margin-bottom: 4rem;
}
.btn1:not(.sec-3box .btn1) {
  position: relative;
  width: 98%;
  margin: 1%;
  padding: 2rem 3rem;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #003482, #001a41);
  background: linear-gradient(180deg, #003482, #001a41);
  color: #fff;
  border-radius: 100px;
  border: 3px solid #fff;
  box-shadow: 2px 2px 4px rgba(30, 30, 30, 0.2);
  transition: 0.1s;
}
@media screen and (min-width: 480px) {
  .btn1:not(.sec-3box .btn1) {
    width: 80%;
  }
}
.btn1:not(.sec-3box .btn1):visited {
  color: #fff;
}
.btn1:not(.sec-3box .btn1):hover {
  transform: translateY(5px);
  opacity: 0.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn1:not(.sec-3box .btn1) {
    width: 31.3%;
  }
}
.btn1_l {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 3rem;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #003482, #001a41);
  background: linear-gradient(180deg, #003482, #001a41);
  color: #fff;
  border-radius: 100px;
  border: 2px solid #E58D6D;
  transition: 0.2s;
  border: 3px solid #fff;
  box-shadow: 2px 2px 4px rgba(30, 30, 30, 0.2);
  transition: 0.1s;
}
@media screen and (min-width: 480px) {
  .btn1_l {
    width: 80%;
  }
}
.btn1_l:hover {
  transform: translateY(5px);
  opacity: 0.8;
}
.btn1_l i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  height: 16px;
  margin: auto;
}
.btn1_sm {
  position: relative;
  display: block;
  width: 100%;
  margin: 1rem auto 0;
  padding: 0.5rem 3rem;
  font-weight: 700;
  border: 2px solid #fff;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #003482, #001a41);
  background: linear-gradient(180deg, #003482, #001a41);
  color: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 480px) {
  .btn1_sm {
    width: 80%;
  }
}
.btn1_sm:visited {
  color: #fff;
}
.btn1_sm i {
  margin-left: 8px;
}
.btn1 i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: 16px;
  margin: auto;
}
.btn2:not(.sec-3box .btn2)  {
  width: 100%;
  margin: 1%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .btn2:not(.sec-3box .btn2) {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .btn2:not(.sec-3box .btn2) {
    width: 31.3%;
  }
}
.btn2:not(.sec-3box .btn2) span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
.btn2:not(.sec-3box .btn2) a {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(-180deg, red, #b90020);
  background: linear-gradient(-180deg, red, #b90020);
  color: #fff;
  padding: 2rem 3rem;
  border-radius: 100px;
  border: 3px solid #fff;
  box-shadow: 2px 2px 4px rgba(30, 30, 30, 0.2);
  transition: 0.2s;
}
.btn2:not(.sec-3box .btn2) a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: 16px;
  margin: auto;
}
.btn3 {
  width: 100%;
  margin: 1%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .btn3 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .btn3 {
    width: 31.3%;
  }
}
.btn3 span {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
}
.btn3 a {
  position: relative;
  display: block;
  background: -webkit-linear-gradient(-180deg, red, #b90020);
  background: linear-gradient(-180deg, red, #b90020);
  color: #fff;
  padding: 2rem 3rem;
  border-radius: 100px;
  border: 3px solid #fff;
  box-shadow: 2px 2px 4px rgba(30, 30, 30, 0.2);
  transition: 0.1s;
}
.btn3 a:hover {
  transform: translateY(5px);
  opacity: 0.8;
}
.btn3 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: 16px;
  margin: auto;
}
/*　おすすめポイント */
.sectionPoint {
  background-color: rgba(33, 61, 101, 0.1);
  border-radius: 0 5px 5px 5px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 20px;
  position: relative;
}
.sectionPoint .sectionPoint-head {
  background-color: #213D65;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  height: 35px;
  padding: 0 30px;
  position: absolute;
  top: -35px;
}
.sectionPoint .sectionPoint-head i {
  margin-right: 5px;
}
.sectionPoint ul {
  list-style: disc;
  padding: 10px;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.sectionPoint li {
  margin: 10px 0;
  font-weight: 700;
}
.related_post_title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.8rem;
  padding-right: 6rem;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  border-bottom: 3px solid #1e1e1e;
}
.wp_rp_title {
  font-weight: 700;
  display: block;
}
/* 企業一覧 */
.slidelist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slidelist-view {
  position: relative;
  padding: 1.6rem;
  padding-right: 6.5rem;
  cursor: pointer;
}
.slidelist-view i {
  position: absolute;
  top: 0;
  right: 0rem;
  bottom: 0;
  background: rgba(33, 61, 101, 0.5);
  font-size: 2.4rem;
  margin: auto;
  padding: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slidelist-view i.active {
  transform: rotate(180deg);
}
.slidelist li {
  position: relative;
  width: 98%;
  margin: 1%;
  background: #EFF5FB;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .slidelist li {
    width: 31.3%;
  }
}
.slidelist a {
  position: relative;
  display: block;
  padding: 1.6rem;
  text-align: center;
  background: #213D65;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 100px;
}
.slidelist a i {
  position: absolute;
  height: 16px;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
.slidelist-detail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #EFF5FB;
  padding: 1rem;
  display: none;
  z-index: 1;
  border-top: 1px solid #999;
}
.slidelist-tbl {
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.slidelist-tbl th {
  background: #213D65;
  color: #fff;
  padding: 0.6rem;
  border: 4px solid #fff;
}
.slidelist-tbl td {
  padding: 0.6rem;
}
.slidelist-intro {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.slidelist2 {
  list-style: none;
  display: flex;
	align-items: start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.slidelist2-view {
  position: relative;
  padding: 1.6rem;
  padding-right: 4rem;
  font-weight: 700;
  cursor: pointer;
}
.slidelist2-view:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  height: 30px;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  margin: auto;
  padding: 1rem;
  color: #fff;
  background: #213D65;
  border-radius: 50px;
  content: "";
  font-weight: 900;
  line-height: 1;
}
.slidelist2-view.active:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  height: 30px;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  margin: auto;
  padding: 1rem;
  color: #fff;
  background: #213D65;
  content: "";
  font-weight: 900;
  line-height: 1;
}
.slidelist2-view i {
  position: absolute;
  top: 0;
  left: 0rem;
  bottom: 0;
  background: #213D65;
  font-size: 2.4rem;
  margin: auto;
  padding: 2rem;
  color: #fff;
}
.slidelist2-view i.active {
  transform: rotate(180deg);
}
.slidelist2-hide {
  display: none;
  background: #fff;
  padding: 2rem;
  z-index: 2;
}
.slidelist2 li {
  position: relative;
  width: 98%;
  margin: 1%;
  padding: 1rem;
  background: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .slidelist2 li {
    width: 48%;
  }
}
.slidelist2 a {
  position: relative;
  display: block;
  padding: 1.6rem;
  text-align: center;
  background: #003482;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 100px;
}
.slidelist2 a i {
  position: absolute;
  height: 16px;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
.slidelist2-detail {
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.slidelist2-tbl {
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.slidelist2-tbl td:first-child {
  background: #213D65;
  color: #fff;
  padding: 0.6rem;
  border: 4px solid #fff;
}
.slidelist2-tbl td {
  padding: 0.6rem;
}
#sonota {
  background: rgba(33, 61, 101, 0.1);
}
.faq-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.faq-box {
  list-style: none;
  margin: 1% auto;
  margin-top: 1rem;
  width: 90%;
  padding: 0;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .faq-box {
    width: 48%;
    margin: 1%;
  }
}
.faq-box .faq-q {
  width: 100%;
  position: relative;
  padding: 1rem;
  padding-left: 8rem;
  padding-right: 6.5rem;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .faq-box .faq-q {
    padding: 2rem;
    padding-left: 8rem;
    padding-right: 6.5rem;
  }
}
.faq-box .faq-q br {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq-box .faq-q br {
    display: block;
  }
}
.faq-box .faq-q:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #003482;
  height: 6rem;
  padding: 0 1.4rem;
  border-right: 1px solid #003482;
  margin: auto;
  font-size: 6rem;
  content: "Q";
  font-weight: 700;
  line-height: 1;
}
.faq-box .faq-q i {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0rem;
  bottom: 0;
  font-size: 1.4rem;
  margin: auto;
  padding: 2rem;
  color: #213D65;
}
.faq-box .faq-q i.active {
  transform: rotate(180deg);
}
.faq-box li {
  position: relative;
  background: #E7E7DD;
  font-weight: 700;
  font-size: 1.6rem;
}
.faq-box a {
  position: relative;
  display: block;
  padding: 1.6rem;
  text-align: center;
  background: #003482;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 100px;
}
.faq-box a i {
  position: absolute;
  height: 16px;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
.faq-box .faq-a {
  display: none;
  font-size: 1.4rem;
  background: rgba(250, 248, 245, 0.5);
  padding: 2rem;
  padding-left: 8rem;
  z-index: 1;
}
.faq-box .faq-a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #CC0000;
  height: 6rem;
  padding: 0 1.4rem;
  border-right: 1px solid #003482;
  margin: auto;
  font-size: 6rem;
  content: "A";
  font-weight: 700;
  line-height: 1;
}
.single-box img, #bottom-content img {
  margin-bottom: 4rem;
}
.single-box h2, .single-box h3, #bottom-content h2, #bottom-content h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 1.6rem;
  border-top: 3px solid #213D65;
  border-bottom: 3px solid #213D65;
  color: #213D65;
}
@media screen and (min-width: 480px) {
  .single-box h2, .single-box h3, #bottom-content h2, #bottom-content h3 {
    font-size: 2.4rem;
  }
}
.single-box h4, #bottom-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 1.6rem;
  border-left: 6px solid #213D65;
}
.single-box h4 {
	margin-top: 2rem;
}
@media screen and (min-width: 480px) {
  .single-box h4, #bottom-content h4 {
    font-size: 2rem;
  }
}
.single-box h5, #bottom-content h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.single-box p, #bottom-content p {
  margin-bottom: 1.6rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .left {
    width: calc(100% - 280px);
  }
}
.right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .right {
    width: 250px;
  }
}
.bg-white {
  background: #fff !important;
}
.Thumbnail_box {
  width: 100%;
}
.Thumbnail_box a {
  display: block;
}
.Thumbnail_box img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  .Thumbnail_box {
    width: 220px;
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .Thumbnail_box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(1.5);
  }
}
.list_data_0 {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 480px) {
  .list_data_0 {
    width: calc(100% - 240px);
  }
}
.list_link_set_0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.category_list_name {
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  padding: 0.5rem;
  font-weight: 700;
  border-bottom: 3px solid #213D65;
}
.category_list_name a {
  color: #1e1e1e;
}
.widget-title {
  background: #213D65;
  color: #fff;
  text-align: left;
  padding: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.side_list {
  margin-bottom: 2rem;
}
.side_list li {
  padding: 0 !important;
  margin: 0 !important;
}
.side_list li a {
  display: block;
  padding: 1rem !important;
  border-bottom: 1px solid #213D65;
}
.side_list:nth-of-type(2) {
  text-align: center;
}
#sideber_menu .cat-post-item .cat-post-title {
  padding: 1rem !important;
  padding-left: 2rem !important;
  position: relative;
}
#sideber_menu .cat-post-item .cat-post-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  height: 12px;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  margin: auto;
  color: #213D65;
  content: "";
  font-weight: 900;
  line-height: 1;
}
.sideber_rank {
  margin-bottom: 1rem;
}
.sideRank_title_1 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
  border-bottom: 1px solid #1e1e1e;
  border-top: 1px solid #1e1e1e;
}
/*--------------------------------
 下部固定リンク表示用スタイル
--------------------------------*/
.footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 4px 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.7);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
}
.footer-totop-btn, .footer-home-btn {
  width: 64px;
  font-size: 36px;
  padding: 7px 0 5px;
  margin: 0 15px 15px;
  text-align: center;
  box-sizing: border-box;
  background: rgba(214, 214, 214, 0.4);
}
.footer-home-btn {
  position: fixed;
  bottom: 0;
  left: 0;
}
.footer-totop-btn {
  position: fixed;
  bottom: 0;
  right: 0;
}
/*
a.footer-banner-btn {
display: block;
background: -webkit-linear-gradient(1deg, rgb(146, 0, 0), rgb(221, 0, 0));
background: linear-gradient(1deg, rgb(146, 0, 0), rgb(221, 0, 0));
color: #fff;
text-align: center;
padding: 12px 80px;
font-weight: 700;
font-size: 20px;
letter-spacing: 1px;
border-radius: 8px;
border: 2px solid #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
transition: 0.2s;
width: 50%;
margin: 3px auto 6px
}
*/
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
.footer-banner-btn, a .footer-banner-btn, button .footer-banner-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.7px;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-wrap {
  margin: 22px 0 14px;
}
a.btn-f {
  font-size: 2rem;
  position: relative;
  padding: 0px 20px 10px 30px;
  color: #fff;
  background: #c52929;
  box-shadow: 0 5px 0 #880e0e;
  width: 60%;
}
a.btn-f span {
  font-size: 1.3rem;
  position: absolute;
  top: -15px;
  left: calc(50% - 38%);
  display: block;
  width: 77%;
  padding: 0.7rem 0 0.5rem;
  color: #c52929;
  border: 2px solid #c52929;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-f:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #c52929;
  box-shadow: 0 2px 0 #880e0e;
}
a.btn-f:hover:before {
  left: 2rem;
}
a.footer-banner-btn:hover {
  opacity: 0.7;
}
a.footer-banner-btn i {
  margin-left: 15px;
  font-size: 27px;
}
.footer-banner-txt {
  font-size: 15px;
  /*  width: calc(100% - 180px); */
  width: 80%;
  max-width: 1000px;
  /*  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
*/
  display: block;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: center;
}
.footer-banner-txt p {
  /*  width: calc(100% - 500px); */
  width: 100%;
  line-height: 1.4;
  margin: 5px 0 0;
  font-weight: normal;
  padding: 0 10px;
  color: #fff;
}
.icon-space {
  color: #aaa;
  margin: 0 8px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .footer-banner-txt p {
    width: calc(100% - 400px);
  }
  .footer-banner-txt {
    font-size: 16px;
  }
  .footer-banner-txt p {
    font-size: 14px;
  }
  a.footer-banner-btn {
    padding: 0px 15px 9px;
  }
}
.btn1_l {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .footer-banner {
    padding: 5px 0 0;
  }
  .btn-wrap {
    margin: 12px 0 10px;
  }
  a.btn-f {
    font-size: 1.5rem;
    width: 74%;
    margin-right: 40px;
  }
  a.btn-f span {
    font-size: 1rem;
    top: -9px;
    left: calc(50% - 40%);
    width: 80%;
    padding: 0.5rem 0 0.3rem;
  }
  .footer-home-btn {
    width: 40px;
    padding: 0;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    font-size: 34px;
    margin: 0;
  }
  .footer-totop-btn {
    width: 40px;
    padding: 0;
    bottom: 1rem;
    right: 1rem;
    line-height: 1.5;
    font-size: 34px;
    margin: 0;
  }
  .footer-banner-txt p {
    width: 100%;
  }
  .footer-banner-txt {
    font-size: 16px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .icon-space {
    display: none;
  }
  .footer-banner-txt p {
    padding: 5px 20px;
  }
  .footer-banner-btn, a .footer-banner-btn, button .footer-banner-btn {
    letter-spacing: 0.2px;
  }
  a.footer-banner-btn {
    padding: 0px 15px 10px;
    margin-bottom: 5px;
    width: 74%;
  }
  a.footer-banner-btn i {
    margin-left: 12px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-banner-txt p {
    font-size: 12px;
  }
}
.footer a {
  font-size: 1.4rem;
  font-weight: 400;
}
.search-menu {
  max-width: 600px;
  margin: 0 auto;
}
.wpcf7-form input, .wpcf7-form textarea {
  margin-bottom: 2rem;
}
.hamburger-menu h3 {
  font-size: 2rem;
  font-weight: 700;
}
.relative {
  position: relative;
}
.rank_table {
  position: relative;
}
#main_rank_table {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#main_rank_table .ran_ico img {
  width: 110px;
}
.main_rank_table {
  width: 98%;
  margin: 1%;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(33, 61, 101, 0.2);
}
@media screen and (min-width: 768px) {
  .main_rank_table {
    width: 31.3%;
  }
}
.sectionTtl2_h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sectionTtl2_h2 {
    font-size: 3.2rem;
  }
}
.sectionTtl2_h2:after {
  display: block;
  width: 80px;
  height: 4px;
  background: #003482;
  margin: 1rem auto 2rem;
  content: "";
}
.main_rank_table {
  text-align: center;
  padding-top: 20px;
}
.main_rank_table .ran_ico {
  position: relative;
}
.table_rank_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.table_rank_title:after {
  display: block;
  width: 80px;
  height: 3px;
  background: #003482;
  margin: 0.5rem auto 2rem;
  content: "";
}
.recommend-table td {
  display: table-cell;
}

.btn-full {
  width: 80%;
  margin: 2rem auto;
}
.rank_top {
  position: absolute;
  top: -6.5rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 2rem;
}
.recommend-box:last-of-type {
  margin-bottom: 0;
}
.rank_table_point_left b {
  display: block;
  padding: 10px;
  background: #f9f9f9;
  text-align: center;
}
.rank_table_point_left span {
  display: block;
  padding: 10px 10px 0;
  text-align: left;
}
.stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.2) 3px, rgba(255, 255, 255, 0.2) 6px);
  transform: skewY(-5deg);
}
.sec5 .inner {
  padding: 4rem 0;
}
.content-bg {
  background: #fff;
  padding: 4rem 2rem;
}
@media screen and (min-width: 480px) {
  .content-bg {
    padding: 4rem;
  }
}
/* 段落(p)タグ行間設定 */
.sec1 p {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .sec1 p {
    font-size: 1.8rem;
  }
}
.wsp-pages-list, .wsp-posts-list, .wsp-pickups-list {
  margin-bottom: 4rem;
}
.wsp-pages-list li, .wsp-posts-list li, .wsp-pickups-list li {
  margin-bottom: 1.6rem;
}
.widget-title {
  position: relative;
  padding-left: 5rem;
}
.widget-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
  width: 32px;
  height: 36px;
  font-size: 2.4rem;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.btn-center {
  margin: 1% auto !important;
}
.area-read {
  position: relative;
  padding: 4rem;
}
.area-inner {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.85);
  padding-right: 10rem;
}

@media screen and (max-width: 768px) {
.area-inner {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.85);
  padding-right: 5rem;
}
}
	
.area-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 140px;
  height: auto;
}
.nxrc-search-form td {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .nxrc-search-form td {
    justify-content: space-between;
  }
}
.nxrc-search-form .checknox-wrap {
  display: block !important;
}


.bannerArea {
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bannerItem {
position: relative;
  display: block;
  width: 46%;
  max-width: 400px;
  margin: 2%;
}

.bannerTxt {
position: absolute;
bottom: 10px;
width: 100%;
left: 0;
padding: 10px;
background: rgba(255,255,255,0.9);
color: #333;
font-weight: 700;
padding-right: 45px;
}


.bannerTxt:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:16px 10px;
   color: #fff;
     font-family: "Font Awesome 5 Free";
   content:"\f101";
}

.bannerItem img {
  margin-bottom: 0!important;
}

@media screen and (max-width: 768px) {
.bannerItem {
position: relative;
  display: block;
  width: 96%;
  max-width: 400px;
  margin: 2%;
}

}

/*--------------------------------
 おすすめ関連記事 
--------------------------------*/
.rl_post ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 3rem;
  margin-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .rl_post ul {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
.rl_post ul li {
  max-width: 570px;
  transition: opacity 0.2s linear;
}
.rl_post ul li:hover {
  opacity: 0.7;
  transition: opacity 0.3s linear;
}
.rl_post ul li a {
  width: 100%;
}
.rl_post ul li a .img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rl_post ul li a .img-wrap .category {
  display: inline-block;
  background-color: #9FA19C;
  color: #fff;
  padding: 0.5rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
}
.rl_post ul li a .img-wrap img, .rl_post ul li a .img-wrap .noImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .rl_post ul li a .img-wrap img, .rl_post ul li a .img-wrap .noImg {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .rl_post ul li a .img-wrap img, .rl_post ul li a .img-wrap .noImg {
    height: 300px;
  }
}
.rl_post ul li a .img-wrap .noImg {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.rl_post ul li a .img-wrap .noImg i {
  color: #fff;
  font-size: 6rem;
}
.rl_post ul li a .text-wrap {
  padding: 1.5rem 0;
}
.rl_post ul li a .text-wrap h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding-left: 1rem;
  font-weight: 700;
  border-left: 5px solid #9FA19C;
}

/*--------------------------------	
画像フレーム	
---------------------------------*/	
	
.frame {	
	display: inline-block;
	/*position: relative;*/
	/*overflow: hidden; /* 不要部分を消す */
	padding: 50px; /* 6px だけは写真からはみ出す */
	width: 30%;
  float:left;	
  text-align:center;	
}	
.frame img {	
  /*margin: 50px 10px 10px 48px;*/	
  box-shadow: 0 0 10px gray;	
	-webkit-box-shadow: 0 0 10px gray;
    -moz-box-shadow: 0 0 10px gray;	
  width: 80%;	
}	
	
@media only screen and (max-width: 769px) {	
.frame {	
	width: 100%;
}	
.frame img{	
	width: 50%;
	height: auto;
}	
}	
	
/*--------------------------------	
画像右テキスト	
---------------------------------*/	
	
.right{	
  /*width: 65%;*/	
  margin: 0px 10px 5px 15px;	
  float:left;	
}	
	
@media only screen and (max-width: 769px) {	
.right{	
  width: 100%;	
  margin: 10px 0;	
}	
}	
	
.sidetop {	
	border: 3px solid #eaeaea;
}	
	
.sidetop img {	
	margin: 15px 40px 0;
}	
	
.sidetop p {	
	margin:14px;
	color:#888888;
}	
	
@media only screen and (max-width: 769px) {	
	.sidetop img {
	margin: 15px 94px 0;
}	
}
/*********************************
管理人情報
*********************************/
.sv-info {
    padding: 10px;
    border-radius: 1px;
    max-width: 1080px;
    margin: 4rem auto;
    background-color: #1F2C50;
    /* 上記のカラーコードをサイトのテーマカラーによって変更していたらければと思います */
  }
  .sv-info .sv-inner {
    background-color: #fff;
    padding: 2rem;
  }
  @media screen and (min-width: 1140px) {
    .sv-info .sv-inner {
      display: flex;
      align-items: center;
      justify-content: normal;
    }
  }
  .sv-info .img-wrap {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
  .sv-info .img-wrap img {
    display: block;
    margin: 0 auto !important;
    width: 120px !important;
    min-width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
  }
  .sv-info .text-wrap {
    padding-top: 2rem;
  }

  .sv-info .sv-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0 !important;
    border-bottom: 2px solid #213D65;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /* 上記のカラーコードをサイトのテーマカラーによって変更していたらければと思います */
  }
.sv-info .text-wrap p {
	font-size: 1.4rem;
}
	.sv-info .text-wrap p + p {
		margin-top: 1.2rem;
	}
  @media screen and (min-width: 768px) {
    .sv-info .img-wrap img {
      width: 140px !important;
      min-width: 140px !important;
      height: 140px !important;
    }
  }
  @media screen and (min-width: 1140px) {
    .sv-info .img-wrap img {
      width: 170px !important;
      min-width: 170px !important;
      height: 170px !important;
    }
  }
  @media screen and (min-width: 1140px) {
    .sv-info .text-wrap {
      padding: 0 0 0 20px;
    }
  }

/* PR作業（井出）*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header .headerInner-logo {
	display: flex;
	align-items: center;
}

.mv {
	margin-top: 70px;
}

.pr-tag_st {
  display:inline-block;
  font-size: 14px;
  padding: .5rem 1rem;
  background: #1e1e1e;
	font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
span.pr-tag {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 24px;
 padding: .5rem 1rem;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 5px;
  background: #f9f9f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  color:#444;
white-space: nowrap;
}

.single-pickup.postid-523 .mv_sub-ttl {
	padding: 2rem 6rem 3rem 6rem;
}
@media only screen and (max-width: 480px) {
	.single-pickup.postid-523 .mv_sub-ttl {
		padding: 2rem 6.5rem 3rem 2rem;
	}
}

.mv_sub-ttl strong {
  padding-left:5rem;
}

.mv_sub strong span.pr-tag {
  left:10px;
  right: auto;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-item {
    position: relative;
    text-decoration: none;
}

.grid-container .image-overlay {
    position: relative;
    overflow: hidden;
}
.grid-container .image-overlay::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5); /* 薄い黒背景 */
	z-index: 1;
}
.grid-container .image-overlay::after {
	content: '';
	display: block;
	width: 93.5%;
	height: 90%;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	z-index: 1;
}
.grid-container .image-overlay img {
    width: 100%;
    height: 380px;
	object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.grid-container .image-overlay .title {
	text-align: center;
	line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    padding: 1rem 3rem;
    box-sizing: border-box;
	z-index: 2;
}

.grid-container .grid-item:hover .image-overlay img {
    transform: scale(1.1);
    opacity: 0.7;
}

/* 768px以下の画面サイズで縦並びに変更 */
@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
	.grid-container .image-overlay img {
		height: auto;
	}
}

.main-contents.cat_area .recommend-box .btn3 {
	width: 100%;
	max-width: 370px;
}

/*********************************
3BOX(共通パーツ)
*********************************/
.sec-3box .mb-1_6 {
    margin-bottom: 16px;
}
.sec-3box .box {
  background-color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.sec-3box .wrapper .box + .box {
  margin-left: 20px;
}
.sec-3box .wrapper .box {
    min-width: calc(1000px / 3.1);
    width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 480px) {
  .sec-3box .wrapper .box {
    width: 100%;
    min-width: 100%;
  }
}
.sec-3box .wrapper .box .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
	text-align:center;
}

.sec-3box .wrapper .box img:not(img.rank-icon) {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
}


.sec-3box .wrapper .box .content p {
  font-size: 14px;
  font-weight: 400;
}
.sec-3box .wrapper .box .content p:first-child {
    font-weight: bold;
}
.sec-3box .wrapper .box .content p + p {
  margin-top: 10px;
}

.sec-3box .wrapper .box .btn-wrap {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
.sec-3box .wrapper .box .btn-wrap .btn + .btn {
  margin: 16px 0 0;
}
.sec-3box .wrapper .box .btn-wrap .btn + .btn.design2.mt-4 {
  margin: 25px 0 0;
}
.sec-3box .wrapper .box .btn-wrap .btn a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sec-3box .quote {
    display: block;
    font-size: 10px;
    text-align: right;
    line-height: 1;
    margin: 5px 5px 5px auto !important;
    color: #999;
    cursor: pointer;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 3px 3px;
}

.sec-3box .scrollArea::-webkit-scrollbar {
  height: 8px;
  border-radius: 50px;
}
.sec-3box .scrollArea::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px;
}
.sec-3box .scrollArea::-webkit-scrollbar-thumb {
  border-radius: 50px;
}

.sec-3box .scrollArea::-webkit-scrollbar-thumb {
  background-color: var(--box3-primary-color);
}

/*********************************
3BOX BUTTON（ボタン）
*********************************/
@media screen and (min-width: 768px) {
  .sec-3box .btn-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.sec-3box .btn-wrap .btn + .btn {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .sec-3box .btn-wrap .btn + .btn {
    margin: 0 0 0 1.6rem;
  }
}
.sec-3box .btn-wrap .btn {
  display: block;
  width: 100%;
  max-width: 350px;
  min-width: 150px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sec-3box .btn-wrap .btn {
    margin: unset;
  }
}

.sec-3box .btn-wrap .btn .btn-copy {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;

}
.sec-3box .btn-wrap .btn a {
  display: block;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 18px 32px;
  border-radius: 100px;
  border: 2px solid;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.sec-3box .btn-wrap .btn a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: 16px;
  margin: auto;
}

/* ボタンクラスdesign1 */
.sec-3box .btn-wrap .btn.design1 .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.sec-3box .btn-wrap .btn.design1 .btn-copy::before, 
.sec-3box .btn-wrap .btn.design1 .btn-copy::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: var(--box3-primary-color);
}

.sec-3box .btn-wrap .btn.design1 .btn-copy::before {
  margin-right: 0.6rem;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.sec-3box .btn-wrap .btn.design1 .btn-copy::after {
  margin-left: 0.6rem;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.sec-3box .btn-wrap .btn.btn1.design1 a {
  background-color: var(--box3-btn1--color);
  border-color: var(--box3-btn1--color);
  color: #fff;
}
.sec-3box .btn-wrap .btn.btn1.design1 a:hover {
    background: #fff;
    color: var(--box3-btn1--color);
}
.sec-3box .btn-wrap .btn.btn2.design1 a {
  background-color: var(--box3-btn2--color);
  border-color: var(--box3-btn2--color);
  color: #fff;
}
.sec-3box .btn-wrap .btn.btn2.design1 a:hover {
    background: #fff;
    color: var(--box3-btn2--color);
}

/*********************************
3BOX
*********************************/
.sec-3box .scrollArea {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
    position: relative;
}
.sec-3box .box {
  border: 3px solid var(--box3-primary-color);
}
.sec-3box.ranking_f .name::after {
  background-color: var(--box3-primary-color);
}
.sec-3box.ranking_f .name {
  text-align: left;
/*   padding-left: 50px; */
  position: relative;
}

.sec-3box.ranking_f .name::before {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: unset !important;
  min-width: 40px;
  height: 40px !important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-25%);
}




/*********************************
3BOX（タブ切り替え）
*********************************/
.sec-3box.box-type_tab .box3-tabs {
    border-bottom: 0.5rem solid  var(--box3-primary-color);
    display: flex;
    height: 70px;
    margin: 0 0 10px !important;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 481px) {
    .sec-3box.box-type_tab .box3-tabs {
        display: none;
    }
}

.sec-3box.box-type_tab .box3-tabs li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    box-sizing: border-box;
}

.sec-3box.box-type_tab .box3-tabs li:last-of-type {
    margin-right: 0 !important;
}

.sec-3box.box-type_tab .box3-tabs li a {
    list-style: none;
    text-decoration: none !important;
    align-items: center;
    background:  var(--box3-primary-color);
    color: #DDB32A;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 16px;
    pointer-events: none;
    text-align: center;
    width: 100%;
}

.sec-3box.box-type_tab .box3-tabs li.active a {
    height: 100%;
    margin-top: 0;
    opacity: 1.0 !important;
}

.sec-3box.box-type_tab .box3-tabs li a span b {
    color: #FFF;
    display: block;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.sec-3box.box-type_tab .box3-tabs li.active a span b {
    font-size: 20px;
    margin-bottom: 3px;
}

/* カスタムプロパティ（変数） */
:root {
    --box3-primary-color: #213D65;
    --box3-content-height: unset;
    --box3-btn1--color: #01355c;
    --box3-btn2--color: #d44114;
}

.sec-3box .mb-1_6 a {
	display:block;
text-align:center;
}

/* 運営者情報 */
.administrator{
width:1100px;
max-width:100%;
	font-weight:700;
}

.administrator .tablepress{
width:100%!important;
max-width:100%!important;
}

.administrator .tablepress td:first-child{
width:40px;
}
.administrator .tablepress tr:first-child td:not(.column-1){
background:unset;
	border-top:1px solid #ddd;
}
.administrator .colum-2{
width:50px;
}

.administrator .tablepress tr td a:hover{
    background: unset;
    color: unset;
    transition: unset;
}

.administrator .tablepress tr td a{
	display: inline-block;
    width: 100%;
    margin-bottom: 0.3rem;
    padding: unset;
    text-align: unset;
    background: unset;
    color: unset;
    box-sizing: border-box;
    border-radius: unset;
    border: unset;
    position: unset;
	margin: 0;
    padding: 0;
}

.administrator p{
	padding:0;
	margin:0;
	width:20%;
}


.administrator .tablepress tr:last-child td a:hover {
	margin: 0;
    opacity: unset; 
}

/* 新プラン用FAQ */
.single .faq-wrap {
	display: block;
	margin-bottom: 4rem;
}
.single .faq-wrap .faq-box {
	width: 100% !important;
	/* background-color: #f6f6f6; */
	/* 背景色が白の場合（見ずらい場合、上記のコメントアウトを解除して下さい） */
}

/* 20241018 */
/*********************************
3BOX(共通パーツ)
*********************************/
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    padding-bottom: 16px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
  background-color: #fff;
  padding: 20px 15px 195px;
  box-sizing: border-box;
  scroll-snap-align: start;
  min-width: calc(1000px / 3.1);
  width: calc((100% - 40px) / 2);
  border: 3px solid var(--box3-primary-color);
    position: relative;
}
.subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
.single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
  min-width: calc(1000px / 2.5);
}

@media screen and (max-width: 480px) {
  [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
    .subpage [class*="is-BrSearchContents-style_selectBoxes_"] .select-box,
    .single [class*="is-BrSearchContents-style_selectBoxes_"] .select-box {
        width: 100%;
        min-width: 100%;
  }
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box + .select-box {
  margin-left: 20px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12.5px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-capture a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box img:not(img.rank-icon) {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  margin: 0 !important;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-quote {
    display: block;
    font-size: 10px;
    text-align: right;
    line-height: 1;
    margin: 5px 5px 5px auto !important;
    color: #999;
    cursor: pointer;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 3px 3px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt {
  margin: 12.5px 0;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li {
    font-size: 16px;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 0 0 25px !important;
    list-style: none;
    border: unset !important;
    line-height: 1.4 !important;
    position: relative;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-txt.select-points li + li {
    margin-top: 10px !important;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-txt.select-points li::before {
    content: "\f14a";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    color: var(--box3-points-color);
    text-align: center;
    position: absolute;
    left: 0;
    top: 1.5px;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btns{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] + [class*="select-btn_"] {
  margin: 16px 0 0;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a {
  display: block;
  width: 100%;
  font-size: 16px;
  display: block;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 18px 32px;
  border-radius: 100px;
  border: 2px solid;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  height: 16px;
  margin: auto;
}

/* ボタンマイクロコピー */
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  margin-bottom: -2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
}
  
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 .select-copy::after {
  background-color: var(--box3-btn1--color);
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::before, 
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 .select-copy::after {
  background-color: var(--box3-btn2--color);
}

[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::before {
  margin-right: 0.6rem;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
  
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box [class*="select-btn_"] .select-copy::after {
  margin-left: 0.6rem;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
  
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a {
  background-color: var(--box3-btn1--color);
  border-color: var(--box3-btn1--color);
  color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_1 a:hover {
    background: #fff;
    color: var(--box3-btn1--color);
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a {
  background-color: var(--box3-btn2--color);
  border-color: var(--box3-btn2--color);
  color: #fff;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .select-box .select-btn_2 a:hover {
  background: #fff;
  color: var(--box3-btn2--color);
}
  
/* スクロールバー */
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar {
  height: 8px;
  border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
[class*="is-BrSearchContents-style_selectBoxes_"] .scrollArea::-webkit-scrollbar-thumb {
  background-color: var(--box3-primary-color);
}

/*********************************
3BOX(おすすめ形式専用)
*********************************/
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name {
    text-align: center;
    margin-bottom: 16px;
}
  
[class*="is-BrSearchContents-style_selectBoxes_recommend"] .select-box .select-name::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 50px;
    background-color: var(--box3-primary-color);
}

/* カスタムプロパティ（変数） */
:root {
    --box3-primary-color: #01355c;
    --box3-btn1--color: #d44114;
    --box3-btn2--color: #d44114;
    --box3-points-color: #E8410E;
}


.sec-3box .box {
	position: relative;
	padding-bottom: 185px;
}
.sec-3box .box .btn-wrap {
	margin: 0 !important;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 1;
	width: calc(100% - 40px);
}

/*subpageの3boxデザインの調整 */
.subpage .sec-3box .scrollArea {
	flex-wrap:wrap;
}
.subpage .sec-3box .wrapper .box{
	width: calc((100% - 10px) / 3);
	min-width:unset;
}
.subpage .sec-3box .wrapper .box + .box {
    margin-left: 5px;
}
.subpage .sec-3box .box .btn-wrap {
	width: calc(100% - 10px);
	left: 5px;
    right: 5px;
}
.subpage .sec-3box .btn-wrap .btn{
	margin: 0 auto;
}
@media (max-width:1280px){
	.subpage .sec-3box .wrapper .box{
		width: 100%;
		margin-bottom:10px;
	}
	.subpage .sec-3box .wrapper .box + .box {
		margin-left: 0;
	}
	.subpage .sec-3box .wrapper .box3-tabs{
		display:none;
	}
	.subpage .sec-3box .wrapper .box .btn-wrap .btn + .btn{
		margin:16px auto 0;
	}
}




.main-contents.cat_area .inner {
	padding-top: 0 !important;
}

.main-contents.cat_area .inner > .recommend-ttl_h3 {
	margin-top: 0 !important;
}

#toc_container {
    width: 100% !important;
    max-width: 500px;
    margin: 20px auto 40px;
}

@media screen and (max-width: 768px) {
	#toc_container {
		width: auto !important;
}
	#toc_container .toc_title {
		font-size: 20px !important;
	}
}


/*トグルボタン*/
.detail-content {
    position: relative;
    line-height: 1.6;
    max-height: 165px; /* 3行分の高さ */
    overflow: hidden;
    background: linear-gradient(to bottom, transparent, rgb(138, 76, 76) 60%);
    transition: max-height 0.3s ease;
    margin: 0 0 10px;
}
.detail-content.expanded {
    max-height: none;
    background: none;
}
.detail-toggle {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #999999;
    cursor: pointer;
    font-size: 12.5px;
    transition: all .3s ease-in-out;
	  background: none;
	  border: none;
}
.detail-toggle i {
	display: inline-block;
	margin-left: 5px;
}
.detail-toggle:hover {
    opacity: .5;
    transition: opacity .3s ease-in-out;
}
.toggle-wrapper{
	border: 3px solid #213D65;
	border-radius: 10px;
	margin-bottom:20px;
}
.toggle-wrapper .review,
.toggle-wrapper .note{
	border:none;
}
/*********************************
比較表
*********************************/
figure.wp-block-table {
    margin: 16px 0 25px;
}
.wp-block-table table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
  }

.wp-block-table table tr th {
    background: var(--wp-block-table-primary-color);
    font-weight: 400;
    color: #fff;
    border: solid 1px #D3D3D3;
}

.wp-block-table table th,
.wp-block-table table td {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

.wp-block-table table tr td {
    border: solid 1px #D3D3D3;
    vertical-align: middle;
}

.wp-block-table table tr td:nth-of-type(1) {
    border-bottom: solid 1px #D3D3D3;
}

/* 480px以下のデバイス用のスタイル */
@media screen and (max-width: 480px) {
    .wp-block-table table th,
    .wp-block-table table td {
        font-size: 8px;
    }
}
  

/* カスタムプロパティ（変数） */
:root {
    --wp-block-table-primary-color: #01355c;
}


#rank_review.scrollArea {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

#rank_review.scrollArea .rank_review {
  width: 100%; 
  min-width: 100%;
  box-sizing: border-box;
}

#rank_review.scrollArea .rank_review + .rank_review {
  margin-left: 16px;
}