@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.pc-only { display: block; } @media (max-width: 768px) { .pc-only { display: none; } }
.sp-only { display: none; } @media (max-width: 768px) { .sp-only { display: block; } }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/*yakuzaishi-ranking用*/
.content {
  margin-top: 0;
}
.header-container{
  border-top: #61b59b solid 8px;
}
main.main{
  padding: 0;
}
.front-top-page #main .entry-title, .page #main .entry-title{
  display: none;
}
#footer{
  font-size: 12px;
  color: #999;
}
.navi-footer-in a:hover{
  background-color: #373941;
  opacity: 0.8;
}
.sidebar h2, .sidebar h3{
  background-color: #61b59b;
}
/* h1～h6のデザインリセット */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: initial;
  box-shadow: none;
  font-weight: normal;
  font-size: initial;
  line-height: initial;
  color: initial;
}
.pr{
  text-align: right;
  color: #9e9e9e;
  max-width: 1030px;
  margin: 0 auto;
  font-size: 8px;
}
.total-cv{
  width: fit-content;
  margin: 8px auto 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  animation-name: microbaloon;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}
.red{
  color: red;
}
.bold{
  font-weight: bold;
}
.container-fluid.archive-info-outer{
  display: none;
}
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;
  color: #000;
}
body .maincontainer p,
.footer-widgets p {
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #000;
}
body.pref-template-template-full-width-page-builder.elementor-page .maincontainer div.container,
body.pref-template-template-landing-page.elementor-page .maincontainer div.container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
body.pref-template-template-full-width-page-builder.elementor-page .maincontainer,
body.pref-template-template-landing-page.elementor-page .maincontainer,
body.pref-template .maincontainer {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.sokyu-title {
  margin-bottom: 0;
  font-size: 1.8em;
}
.twosite-sokyu{
  padding: 1em 0px;
  margin-bottom: 2em;
}
.twosite-sokyu-wrapper{
  max-width: 680px;
  margin-inline: auto;
  border-radius: 36px;
  border-width: 8px;
  border-style: solid;
  border-color: #15bfaa;
  border-image: initial;
}
.twosite-sokyu-wrapper h2{
  padding: 1em 0px 0px;
  max-width: 500px;
  margin: auto;
}
.twosite-sokyu-wrapper h3 {
  font-size: 20px;
  color: #eb6877;
}
.twosite-sokyu-wrapper h3:before {
  background-image: url(https://ys-style.jp/yakuzaishi/wp-content/uploads/2025/09/twosaite-icon.png);
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: -60px;
  width: 35px;
  height: 35px;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
}
.twosite-sokyu-point1{
  line-height: 1.8;
  margin: 1.5em 88px;
  padding: 1em 0px 0px;
  border-top: 2px dotted #15bfaa;
  position: relative;
}
.twosite-sokyu-point2{
  line-height: 1.8;
  margin: 1.5em 88px;
  padding: 1em 0px 0px;
  border-top: 2px dotted #15bfaa;
  margin-bottom: 0px;
  padding-bottom: 30px;
  position: relative;
}
.marker-under {
    background: linear-gradient(transparent 60%, #ff9 60%);
}
.category-article h1 {
  padding: 1em 0.5em;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
}
.category-article article a {
  color: #0e1bbb !important;
  text-decoration: underline;
}
.category-article h1,
.category-article h2,
.category-article h3,
.category-article h4,
.category-article h5,
.category-article h6 {
  padding: 15px !important;
  margin: 10px 0 !important;
}
.category-article h4 {
  border-left: #61b59b 10px solid;
  padding-left: 30px !important;
}
.navbarprimary {
  background-color: #61b59b !important;
  margin-top: -40px;
}

.navbarprimary .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #fff !important;
}
.navbarprimary .navbar-toggler,
.navbarprimary .navbar-toggler:hover,
.navbarprimary .navbar-toggler {
  background-color: #fff !important;
  border: none;
}
.footer-copyright {
  background-color: #495057 !important;
  color: #fff;
  padding-bottom: 30px;
  font-size: 12px !important;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.sf_icons_ctmzr a {
  color: #fff !important;
}
.site-description-pr {
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px !important;
}
.mainlogooutr {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.hdrlogoimg img {
  max-width: 440px;
}
.tag {
  padding-left: 0 !important;
}
.tag li {
  background-image: none;
  font-size: 12px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-left: 2px;
  padding: 1px 3px;
  background-color: #61b59b;
  border-radius: 5px;
}
.rank-container {
  padding: 25px 10px 15px 12%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(2) .rank-container {
  background: linear-gradient(90deg, #c99e40 0%, #ffd700 8%, white 8%, white 100%);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(3) .rank-container {
  background: linear-gradient(90deg, rgba(159, 159, 159, 1) 0%, rgba(159, 159, 159, 1) 8%, white 8%, white 100%);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(4) .rank-container {
  background: linear-gradient(90deg, #c47222 0%, #c47222 8%, white 8%, white 100%);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(5) .rank-container {
  background: linear-gradient(90deg, rgba(255, 229, 242, 1) 0%, rgba(255, 229, 242, 1) 8%, white 8%, white 100%);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(6) .rank-container {
  background: linear-gradient(90deg, rgba(255, 229, 242, 1) 0%, rgba(255, 229, 242, 1) 8%, white 8%, white 100%);
}
.rank-num:before {
  font-size: 230px;
  position: absolute;
  left: 0;
  top: -30px;
  color: #fff;
}
#main-ranking .elementor-widget-shortcode .rank-num:before {
  font-family: "Lato", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#main-ranking .elementor-widget-shortcode:nth-of-type(2) .rank-num:before {
  content: "1";
}
#main-ranking .elementor-widget-shortcode:nth-of-type(3) .rank-num:before {
  content: "2";
}
#main-ranking .elementor-widget-shortcode:nth-of-type(4) .rank-num:before {
  content: "3";
}
#main-ranking .elementor-widget-shortcode:nth-of-type(5) .rank-num:before {
  content: "4";
}
#main-ranking .elementor-widget-shortcode:nth-of-type(6) .rank-num:before {
  content: "5";
}
.point3 h3:before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-right: 26px;
}
#main-ranking .elementor-widget-shortcode:nth-of-type(2) .point3 h3:before {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/rank1_a.png);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(3) .point3 h3:before {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/rank2_a.png);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(4) .point3 h3:before {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/rank3_a.png);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(5) .point3 h3:before {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/rank4_a.png);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(6) .point3 h3:before {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/rank5_a.png);
}
.point3 h3:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-right: 26px;
  position: absolute;
  right: 0;
}
#main-ranking .elementor-widget-shortcode:nth-of-type(2) .point3 h3:after {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/review_5.gif);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(3) .point3 h3:after {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/review_45.gif);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(4) .point3 h3:after {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/review_42.gif);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(5) .point3 h3:after {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/review_41.gif);
}
#main-ranking .elementor-widget-shortcode:nth-of-type(6) .point3 h3:after {
  content: url(/yakuzaishi/wp-content/uploads/2018/09/review_35.gif);
}
.rankbox-inner > h3 {
  font-size: 25px;
  background: #fff1f4;
  border: 1px solid #eb4848;
  padding: 3px 10px;
  margin: 10px 0;
  text-align: center;
  color: #eb4848;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.point3 h3 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #1960d4;
  font-size: 2.5em;
  margin-bottom: 5px;
  font-weight: bold;
}
.su-tabs .point3 h3 {
  margin: 20px;
  font-size: 40px;
}
.su-tabs .su-heading {
  font-size: 24px !important;
  color: #f00 !important;
  font-weight: bold;
  background-color: #ffcece;
}
.su-heading-style-default .su-heading-inner {
  border-top: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}
.more {
  text-align: center;
  display: flex;
  padding: 0 50px;
}
.more a {
  color: #fff;
}
.more-left {
  margin: 0 10px;
}
.more-left a span {
  padding: 18px 60px !important;
}
.more-right {
  flex: 1;
  margin: 0 10px;
}
.more-right a {
  width: 100% !important;
  max-width: 650px;
  background: #ee361d linear-gradient(to bottom, #58ca54, #29be22 1px, #29be22 50%, #05a800 50%, #3fca3a) !important;
  border: solid 2px #05ab00 !important;
  border-radius: 10px !important;
}
.more-right a span {
  padding: 16px 22px !important;
}
.official {
  background-color: rgba(6, 155, 0, 1);
  padding: 10px 30px;
}
.official2 {
  background-color: rgba(155, 96, 0, 1);
  padding: 10px 30px;
}
.official:hover {
  color: #fff;
  opacity: 0.6;
}
.official2:hover {
  color: #fff;
  opacity: 0.6;
}
.rankbox-inner table,
.lp1-table {
  border-color: #fff;
  border: none;
}
.rankbox-inner table th,
.lp1-table th {
  padding: 3px;
  line-height: 1.2;
  text-align: center;
  background-color: #f4fffb;
  border-left: #fff solid 1px;
  border-right: none;
}
.rankbox-inner table td,
.lp1-table td {
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.rankbox-flex {
  display: flex;
}
.rankbox-left {
  margin-right: 20px;
  max-width: 280px !important;
}
.rankbox-left img {
  height: auto;
  padding: 5px;
}
.rankbox-right .feature {
  font-weight: bold;
  border-bottom: solid thin #aaa;
  margin-bottom: 10px;
}
.maincontainer .entry-content ul li,
.maincontainer .entry-content ol li {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.pc-non {
  display: none;
}
.su-tabs {
  background: #fff !important;
}
.su-tabs-nav {
  display: flex;
  justify-content: space-between;
}
.su-tabs-nav span.su-tabs-current {
  background: #f26671 !important;
  color: #fff;
}
.su-tabs-nav span {
  font-size: 20px !important;
  font-weight: bold;
  width: 25%;
  text-align: center;
  color: #484e5d;
  background-color: #eff2f5;
  padding: 20px 15px !important;
}
.su-tabs-pane {
  background-color: #f26671 !important;
  padding: 10px !important;
}
.su-tabs-pane .rank-container {
  background-color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  padding: 10px 20px 10px 20px;
}
.su-heading-style-default {
  padding: 2px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #fff;
}
.su-tabs-panes .su-tabs-pane .choice_lead {
  background-color: #fff;
  padding: 20px 30px;
  margin: 0;
}
.choice_wrapper {
  background-color: #fff;
  padding: 10px;
}
.choice_wrapper .rank-container {
  border: solid thin #f26671;
}
.btmicro-copy {
  text-align: center;
  color: #fff;
  background-color: #fc3c63;
  margin: 0 auto 20px;
  max-width: 380px;
  font-size: 12px;
  border-radius: 30px;
  position: relative;
  top: 10px;
  padding: 6px;
  animation-name: microbaloon;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}
.btmicro-copy:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fc3c63 transparent transparent;
  border-width: 6px 6px 0;
}
@keyframes microbaloon {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -4px);
  }
}
.footer-sell-btn {
  bottom: -16px;
  right: -16px;
  width: 100px;
  height: 100px;
  font-size: 10px;
  position: fixed;
  z-index: 100000;
  border-radius: 50%;
  background: #f76b00;
  color: #fff;
  text-align: center;
  opacity: 0.6;
  display: none;
}
.footer-sell-btn div {
  margin: 12px 0 0;
  color: #fff;
}
.footer-sell-btn .fa-crown {
  margin: 4px 0 0;
  font-size: 24px;
}
.fa-crown:before {
  content: url(https://ys-style.jp/yakuzaishi/wp-content/uploads/2019/01/crown.png);
}
.go-to-top-show {
  display: inherit;
}
#fixedoverlay {
  position: fixed;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.82);
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 8px #000;
  width: calc(100% - 30px);
  opacity: 0;
  z-index: 100;
}
#fixedoverlay_close {
  position: absolute;
  background-color: #ff7600;
  border-radius: 100%;
  top: 0;
  right: -5px;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  text-align: center;
}
#fixedoverlay_close:before {
  content: "\02715";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.modal_layoutFullWidth {
  display: flex;
  justify-content: space-around;
  padding: 15px 10px;
}
.modal_layoutLeft {
  display: flex;
  align-items: center;
  margin: 0 5px 0 0;
}
.modal_title_osusume {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.2;
}
.modal_layoutNameArea {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.modal_serviceInfoBox__name__anchor {
  color: #f3ff4e;
  text-decoration: underline;
}
.modal_serviceInfoBox__name {
  margin: 0;
}
.starImage48 {
  width: 80px;
  height: 18px;
  background-image: url(/yakuzaishi/wp-content/uploads/2018/10/star_flat.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 80px auto;
}
.serviceInfoBox__star {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}
.modal_serviceInfoBox__star__score {
  display: inline-block;
  color: #ff7600 !important;
  font-weight: bold !important;
  font-size: 13px !important;
  vertical-align: bottom;
  margin-bottom: 0;
}
.modal_recommendPoint {
  margin: 0;
}
.modal_recommendPoint__text {
  color: #fff;
  background: linear-gradient(transparent 60%, #ff7600 60%);
  font-size: 10px !important;
  font-weight: bold;
}

.su-box-content {
  color: #000 !important;
}
.jouken-btn {
  position: relative;
}
.jouken-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10.5px;
  height: 100%;
  background: url(/yakuzaishi/wp-content/uploads/2018/09/white-arrow.png) no-repeat center center, linear-gradient(#ffa507 0%, #212529 100%);
  background-size: 6px 10px, 100% 100%;
}
.kyujinrei-table {
  border: solid 1px #e0e0e0 !important;
}
.kyujinrei-table th {
  vertical-align: middle;
  color: #fff;
  background-color: rgba(14, 96, 31, 1) !important;
  font-weight: 100;
  white-space: nowrap;
}
.kyujinrei-table td {
  text-align: left !important;
}
.pref-kyujin {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #f4efe1;
  justify-content: space-around;
  border-radius: 10px;
}
.pref-kyujin-item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px;
  margin: 6px;
  flex-grow: 1;
}
.tab-rei .pref-kyujin-item {
  width: calc(50% - 12px);
}
.tab-rei .su-tabs-pane {
  background-color: #fff !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: solid thin #f26671;
}
.pref-kyujin-item-img {
  padding: 4px;
}
.pref-kyujin-item-img img {
  display: block;
}
.pref-kyujin-item-detail {
  padding: 4px;
}
.tab-rei .pref-kyujin-item-detail p {
  font-size: 18px;
}
.tab-rei .pref-kyujin-item-detail strong {
  color: #ea6414;
}
#feas-searchform-2 {
  display: none;
}
.tab-rei #feas-searchform-0 .submit:after {
  right: 300px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .rank-num:before {
    font-size: 180px;
  }
  .point3 h3 {
    font-size: 2em;
  }
  .elementor-element-29aaf9f .elementor-image img {
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .pc-non {
    display: inherit;
  }
  .sp-non {
    display: none;
  }
  .sokyu-title {
    font-size: 16px;
  }
  .twosite-sokyu{
  margin-bottom: 0;
}
  .twosite-sokyu-wrapper {
    padding: 4px;
}
  .twosite-sokyu-wrapper h2{
    padding: 0;
    max-width: 500px;
    margin: auto;
  }
  .twosite-sokyu-wrapper h3{
    font-size: 16px;
  }
  .twosite-sokyu-wrapper h3:before {
    left: -36px;
    width: 24px;
  }
  .twosite-sokyu-point1{
    margin: 1.5em 26px 26px 50px;
    padding: 1em 0px 0px;
  }
  .twosite-sokyu-point2{
    margin: 1.5em 26px 26px 50px;
    padding: 1em 0px 0px;
  }
  #feas-searchform-0 {
    display: none;
  }
  #feas-searchform-2 {
    display: block;
  }
  .footer-widgets p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #main-ranking .elementor-widget-shortcode:nth-of-type(2) .rank-container,
  #main-ranking .elementor-widget-shortcode:nth-of-type(3) .rank-container,
  #main-ranking .elementor-widget-shortcode:nth-of-type(4) .rank-container,
  #main-ranking .elementor-widget-shortcode:nth-of-type(5) .rank-container,
  #main-ranking .elementor-widget-shortcode:nth-of-type(6) .rank-container {
    background: #fff;
    left: 0;
  }
  #main-ranking .elementor-widget-shortcode:nth-of-type(2) .rank-num:before,
  #main-ranking .elementor-widget-shortcode:nth-of-type(3) .rank-num:before,
  #main-ranking .elementor-widget-shortcode:nth-of-type(4) .rank-num:before,
  #main-ranking .elementor-widget-shortcode:nth-of-type(5) .rank-num:before,
  #main-ranking .elementor-widget-shortcode:nth-of-type(6) .rank-num:before {
    content: none;
  }
  .rank-container {
    padding: 10px;
  }
  .rankbox-inner > h3 {
    font-size: 14px;
    margin: 10px 0 5px 0;
    white-space: nowrap;
  }
  .point3 h3 {
    margin-bottom: 8px;
    font-size: 18px;
    text-decoration: underline;
  }
  .point3 h3:before {
    margin-left: 3px;
    margin-right: 10px;
  }
  .point3 h3:after {
    top: 102px;
    margin-right: 6px;
  }
  .su-tabs .point3 h3 {
    font-size: 22px;
  }
  .rankbox-left {
    margin-right: 0px;
    flex-basis: 80px;
    flex-shrink: 0;
    max-width: 80px !important;
  }
  .rankbox-left img {
    width: 100%;
  }
  .rankbox-right {
    flex-basis: auto;
  }
  .rankbox-right ul {
    padding-left: 20px;
  }
  .rankbox-right .feature {
    margin: 10px 0 10px 10px;
  }
  .rankbox-right ul li,
  .rankbox-right ol li {
    font-size: 13px !important;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 18px;
    text-transform: inherit;
  }
  .tag li {
    font-size: 10px !important;
  }
  .tag {
    font-size: 10px;
  }
  .rankbox-inner table,
  .lp1-table {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .more {
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    padding: 0;
  }
  .more a {
    margin: 5px 5px;
  }
  .official,
  .official2 {
    padding: 10px 10px;
  }
  .mainlogooutr {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .mainlogoinr {
    min-height: 110px;
    display: flex;
    align-items: center;
  }
  .mainlogoinr .hdrlogoimg img {
    width: 100%;
    max-width: 315px;
    height: auto;
    max-height: 110px;
  }
  .su-tabs {
    padding: 0 !important;
  }

  .su-tabs-nav span {
    display: inline-block !important;
    font-weight: bold;
    font-size: 13px !important;
    width: 24%;
    padding: 10px 5px !important;
  }
  .su-tabs-pane {
    padding: 0px !important;
    background-color: #fff !important;
  }
  .su-tabs-pane .rank-container {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    padding: 10px !important;
    border: thin solid #aaa;
    margin: 5px;
  }
  .su-heading-style-default {
    border-top: 1px solid #f26671 !important;
    border-bottom: 1px solid #f26671 !important;
  }
  .su-tabs .su-heading {
    font-size: 16px !important;
  }
  .more-left {
    margin: 0 2px;
  }
  .more-left a {
    margin: 5px 2px;
  }
  .more-left a span {
    padding: 12px 10px !important;
    font-size: 12px !important;
  }
  .more-right {
    flex: 1;
    margin: 0 2px;
  }
  .more-right a {
    width: 100% !important;
    font-weight: bold;
    max-width: 200px;
  }
  .more-right a span {
    padding: 10px 2px !important;
    font-size: 15px !important;
  }
  .navbarprimary {
    margin-top: -41px;
  }
  .elementor-7 .elementor-element.elementor-element-f045a99 > .elementor-widget-container,
  .elementor-element-21d83fa1 > .elementor-widget-container {
    position: absolute;
    right: 0;
    top: -150px;
  }
  .elementor-7 .elementor-element.elementor-element-a5be226 {
    height: 0px;
  }
  .pref-kyujin {
    padding: 2px;
  }
  .pref-kyujin-item {
    width: calc(50% - 4px);
    padding: 2px;
    margin: 2px;
  }
  .pref-kyujin-item-img {
    padding: 2px;
    max-width: 60px;
  }
  .pref-kyujin-item-detail {
    padding: 2px;
    line-height: 1.2;
    font-size: 10px;
  }
  .tab-rei .pref-kyujin-item-detail p {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
  .tab-rei .su-tabs-nav span {
    padding: 8px 15px !important;
  }
  .tab-rei .su-tabs-pane {
    padding: 5px !important;
  }
  .su-tabs-pane p {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
}
/* ーーーーーーーーーーーーー検索フォームーーーーーーーーーーー */
.header-nav {
  text-align: left;
  padding: 0px;
  margin-bottom: 3em;
}
.site-logo {
  background: -webkit-linear-gradient(45deg, #003399 0%, #003399 75%, #2a61cf 75%, #2a61cf 100%);
  background: -o-linear-gradient(45deg, #003399 0%, #003399 75%, #2a61cf 75%, #2a61cf 100%);
  background: linear-gradient(45deg, #003399 0%, #003399 75%, #2a61cf 75%, #2a61cf 100%);
  text-align: left;
  font-size: 0.7rem;
  color: #fff;
  padding: 3px;
  padding-left: 3em;
}
.header-nav ul li {
  display: inline-block;
  margin-left: 10px;
  color: #003399;
}
.header-nav ul li:hover {
  opacity: 0.6;
}
.site-menu {
  font-size: 12px;
  font-weight: bold;
  padding-left: 3em;
}
#feas-searchform-0 select,
#searchform2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#feas-searchform-0 select,
#searchform2 select {
  position: relative;
  width: 100%;
  padding: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e1e1e1;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
  background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  font-size: 16px;
  color: rgba(66, 66, 66, 1);
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #c1c1c1;
}

#feas-searchform-0 .still,
#searchform2 .still {
  position: relative;
  display: flex;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 5px;
  margin-bottom: 2px;
}

#feas-searchform-0 .still:after,
#searchform2 .still:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url(/yakuzaishi/wp-content/uploads/2018/09/arrow02.png) 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}
#feas-searchform-0 .selecting,
#searchform2 .selecting {
  border: 4px solid #ff7600;
  border-radius: 5px;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 0s;
}
@keyframes blink {
  0% {
    border-color: #ff7600;
  }
  100% {
    border-color: #ffffff;
  }
}
#feas-searchform-0 .ok,
#searchform2 .ok {
  position: relative;
  display: flex;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 5px;
  margin-bottom: 2px;
}

#feas-searchform-0 .ok:after,
#searchform2 .ok:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url(/yakuzaishi/wp-content/uploads/2018/09/arrow02_ok.png) 0 0 no-repeat;
  background-size: 20px;
  pointer-events: none;
}

#feas-searchform-0 label .search-title,
#searchform2 label .search-title {
  display: inline-block;
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
}
#feas-searchform-0 .submit,
#searchform2 .submit {
  text-align: center;
  padding: 10px 0 14px;
  position: relative;
}
#feas-searchform-0 input[type="submit"],
#searchform2 input[type="submit"] {
  text-align: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #ee361d linear-gradient(to bottom, #58ca54, #29be22 1px, #29be22 50%, #05a800 50%, #3fca3a) !important;
  border: solid 3px #05ab00 !important;
  border-radius: 10px !important;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  font-weight: bold;
}
#feas-searchform-0 .submit-wrapper,#feas-searchform-2 .submit-wrapper{
  padding: 8px;
  margin-bottom: 4px;
  position: relative;
}
#feas-searchform-0 .submit-wrapper:after,
#feas-searchform-2 .submit-wrapper:after {
  display: block;
  content: " ";
  position: absolute;
  top: 35%;
  right: 40px;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  background: url(/yakuzaishi/wp-content/uploads/2018/09/arrow01.png) 0 0 no-repeat;
  background-size: 40px;
  pointer-events: none;
}
.pref-search {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .header-nav {
    text-align: left;
    padding: 0px;
    margin-bottom: 1em;
  }
  .site-logo {
    font-size: 0.7rem;
    padding: 3px;
  }
  .site-menu {
    padding-left: 3px;
  }
  .addTerm p {
    text-align: center;
    background-color: #333;
    border-radius: 0 0 8px 8px;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  #feas-searchform-0 .submit input,
  #searchform2 .submit input {
    max-width: 380px;
    width: 90%;
  }
}
/* ーーーーーーーーーーーーー検索結果ーーーーーーーーーーー */
#resultList {
  border: #fff solid thin;
  font-size: 13px;
}
#resultList h3 {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}
#resultList th {
  background-color: rgba(239, 239, 239, 1);
  padding: 5px 8px;
  border: solid 1px #ddd;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
#resultList td {
  text-align: center;
  border: solid 1px #ddd;
  vertical-align: middle;
}
#resultList .head img {
  width: 180px;
  min-width: 180px;
  height: auto;
}
#resultList td.t,
#resultList .search-text {
  text-align: left;
}
#resultList .search-text,
#rankinglist-sp .search-text {
  margin: 5px 0 12px 0;
  line-height: 1.8;
}
#resultList td.t strong,
#resultList .search-text strong,
#resultList-pc .search-text strong,
#rankinglist .search-text strong,
#rankinglist-sp .search-text strong {
  color: rgba(255, 142, 0, 1);
  display: block;
}
#resultList .search-tag,
#rankinglist-sp .search-tag {
  margin: 10px 0;
  text-align: left;
}
#resultList-pc .search-tag,
#rankinglist .search-tag {
  margin: 2px 0;
  text-align: left;
}
#resultList .search-tag ul,
#resultList-pc .search-tag ul,
#rankinglist .search-tag ul,
#rankinglist-sp .search-tag ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#resultList .search-tag ul li,
#resultList-pc .search-tag ul li,
#rankinglist .search-tag ul li,
#rankinglist-sp .search-tag ul li {
  /*	background-color: #CEE5FF;
	border: solid thin #007bff;
*/
  background-color: #f1f7ff;
  border: solid thin #3b99ff;
  color: #3b99ff;
  font-size: 10px;
  padding: 1px 3px;
  margin-right: 2px;
  display: inline-block;
}
.resultList-pc-sort {
  margin-bottom: 0;
  font-size: 11px;
  table-layout: fixed;
}
.resultList-pc-sort th {
  text-align: center;
}
.resultList-pc-sort td {
  text-align: center;
}
.resultList-pc-sort th p {
  margin: 0;
}
.result_shousai {
  background: #cfcfcf linear-gradient(to bottom, #c7c9c7, #bcbfbc 1px, #bcbfbc 50%, #a8a8a8 50%, #cfcfcf) !important;
  font-size: 13px;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 5px 5px;
  margin: 5px 0;
  line-height: 1.35;
  color: #fff;
}
.resultlist-item {
  margin: 0 0 20px 0;
  padding: 10px;
  border: solid 5px #61b59b;
  position: relative;
}
.resultlist-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.resultlist-flex-left {
  width: 170px;
}
.resultlist-flex-right table {
  margin: 0;
}
.resultlist-flex-right table th {
  font-size: 10px;
  padding: 0 !important;
}
.resultlist-flex-right table td {
  padding: 0 5px !important;
  color: #ff8800;
}
.resultlist-item-ribbon {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 7px;
  margin: 0 0 0 -20px;
  max-width: 120px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background: #ff8800;
  right: 15px;
  top: -10px;
}
.resultlist-item-ribbon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-top: solid 5px transparent;
  border-left: solid 5px #e09c6e;
}
.officialLink_s {
  background: #3fca3a linear-gradient(to bottom, #58ca54, #29be22 1px, #29be22 50%, #05a800 50%, #3fca3a) !important;
  font-size: 13px;
}
.officialLink_s,
.detailLink_s {
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 10px 5px;
  margin: 5px 0;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
}
.btn_animation {
  transition: 0.7s;
  overflow: hidden;
  position: relative;
}
.btn_animation::before,
.btn_animation::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0, 0);
}
.btn_animation:active {
  opacity: 0.7;
}
.btn_animation:before {
  animation: hamon 2s infinite;
}
.btn_animation:after {
  animation: hamon 2s 0.3s infinite;
}
@keyframes hamon {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(50, 50);
    opacity: 0;
  }
}

.nowrap {
  white-space: nowrap;
}
.search_notice_wrapper {
  max-width: 956px;
  margin: 0 auto;
}
.search_notice_wrapper h3 {
  color: rgba(215, 90, 92, 1);
  border-top: solid thin rgba(215, 90, 92, 1);
  border-bottom: solid thin rgba(215, 90, 92, 1);
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
}
.search_notice_wrapper h4 {
  font-size: 18px;
  text-align: center;
  color: rgba(215, 90, 92, 1);
}
.search_notice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search_notice_left {
  border: solid 3px #dcd6ff;
  padding: 5px;
  margin-right: 10px;
  width: 50%;
}
.search_notice_left p,
.search_notice_right p {
  font-size: 14px !important;
  line-height: 22px !important;
  margin-top: 12px;
}

.search_notice_right {
  border: solid 3px #ffd7e1;
  padding: 5px;
  margin-left: 10px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .officialLink_s,
  .detailLink_s {
    margin: 5px auto;
    max-width: 300px;
    padding: 7px 5px;
    font-size: 18px;
  }
  #resultList,
  #rankinglist-sp {
    font-size: 14px;
    line-height: 16px;
  }

  #resultList h3,
  #rankinglist-sp h3 {
    text-align: left;
    border-left: solid 10px #61b59b;
    padding-left: 15px;
  }
  #resultList .sp th {
    font-size: 12px;
    padding: 0 !important;
  }
  #resultList .sp td {
    padding: 0 !important;
  }
  #resultList .search-text strong,
  #rankinglist-sp .search-text strong {
    font-size: 14px;
    padding: 2px 0 4px 0;
    text-align: center;
  }
  .search_notice_wrapper h3 {
    color: rgba(215, 90, 92, 1);
    border-top: solid thin rgba(215, 90, 92, 1);
    border-bottom: solid thin rgba(215, 90, 92, 1);
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
  }
  .search_notice_wrapper h4 {
    font-size: 13px;
    text-align: center;
    color: rgba(215, 90, 92, 1);
  }
  .search_notice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .search_notice_left {
    border: solid 3px #dcd6ff;
    padding: 5px;
    margin-right: 1px;
    width: 50%;
  }
  .search_notice_left p,
  .search_notice_right p {
    font-size: 10px !important;
    line-height: 13px !important;
    margin-top: 12px;
  }

  .search_notice_right {
    border: solid 3px #ffd7e1;
    padding: 5px;
    margin-left: 1px;
    width: 50%;
  }
}

/* ーーーーーーーーーーーーー投稿ページのテーブルーーーーーーーーーーー */
.post-table1 th,
.post-table1 td,
.post-table2 th,
.post-table2 td {
  border-top: #fff thin solid !important;
}
.post-table1 th {
  background-color: rgba(219, 240, 206, 1) !important;
}
.post-table2 {
  font-size: 12px !important;
}
@media only screen and (max-width: 768px) {
  .post-table1 th,
  .post-table1 td,
  .post-table2 th,
  .post-table2 td {
    font-size: 10px;
  }
}
/* ーーーーーーーーーーーーー詳細記事ページーーーーーーーーーーー */

.shousai-article p {
  line-height: 1.8 !important;
  margin-bottom: 20px;
}
.shousai-article a {
  color: #0e1bbb !important;
  text-decoration: underline;
}
.shousai-article h1,
.shousai-article h2,
.shousai-article h3,
.shousai-article h4,
.shousai-article h5,
.shousai-article h6 {
  padding: 15px;
  margin: 10px 0;
}
.shousai-article h3 {
  background-color: #61b59b;
  color: #fff;
  margin-bottom: 20px;
}
.shousai-article h4 {
  border-left: #61b59b 10px solid;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.shousai-article .osusumeicon {
  display: flex;
}
.shousai-article .osusumeicon > div {
  width: 33%;
}
.kuchikomi .subject {
  text-align: right;
}
.kuchikomi .date {
  text-align: right;
}
.sidebar-widgets .widget_sidebar_main .right-widget-title {
  background-color: #fff !important;
  color: #000 !important;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  border-top: solid thin #61b59b;
  border-bottom: solid thin #61b59b;
}
.single-post h1 {
  font-size: 2em !important;
}
.single-post h2 {
  font-size: 1.6em;
  text-align: center;
  border-top: solid #ff7e00 1px;
  border-bottom: solid #ff7e00 1px;
}
@media only screen and (max-width: 768px) {
  .single-post .maincontainer {
    margin-top: 20px !important;
  }
  .single-post h1 {
    font-size: 1.3em !important;
    padding: 1em 0.5em;
    border-top: 4px solid #61b59b;
    border-bottom: 4px solid #61b59b;
  }
  .single-post h2 {
    font-size: 15px;
  }
  .shousai-article h4 {
    margin-left: 5px;
  }
  .shousai-article ul li {
    font-size: 13px !important;
  }
}

/*ーーーーーーーーーーーーーーーー関連コンテンツーーーーーーーーーーーーーーーーー*/
.recent-contents-wrapper h4 {
  font-size: 16px;
}
.recent-contents-wrapper ul {
  padding-left: 5px;
}
.recent-contents-wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.recent-contents-wrapper ul li .rc-left {
  overflow: hidden;
  background-color: #fff;
  width: 100px;
  height: 100px;
}
.recent-contents-wrapper ul li .rc-left img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.recent-contents-wrapper ul li .rc-right {
  flex: 1;
  padding: 5px;
}
.recent-contents-wrapper ul li .rc-right p {
  line-height: 17px;
  margin-bottom: 0;
  font-size: 12px;
}
/*ーーーーーーーーーーーーーーーー関連コンテンツサイドバーーーーーーーーーーーーーーーーーー*/
.sidebar-widgets h4 {
  border-left: none !important;
  padding: 0px !important;
  margin: 0 0 2px 0 !important;
}
@media only screen and (max-width: 768px) {
  #custom_html-2,
  #custom_html-7 {
    display: none;
  }
}
/* ーーーーーーーーーーーーー各種ランキングーーーーーーーーーーー */
.various-ranking-sp-nomber-table {
  margin: 0 auto 10px;
  max-width: 90%;
}
.various-ranking-sp-nomber-table th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-top: rgba(255, 142, 0, 1) solid thin;
  border-left: rgba(255, 142, 0, 1) solid thin;
  border-bottom: rgba(255, 142, 0, 1) solid thin;
  padding: 2px;
}
.various-ranking-sp-nomber-table td {
  text-align: center;
  font-size: 16px;
  color: #f00;
  font-weight: bold;
  border-top: rgba(255, 142, 0, 1) solid thin;
  border-right: rgba(255, 142, 0, 1) solid thin;
  border-bottom: rgba(255, 142, 0, 1) solid thin;
  padding: 2px;
}
@media only screen and (max-width: 768px) {
}
/* ーーーーーーーーーーーーー県別ページーーーーーーーーーーー */
.pref-header-list ul {
  justify-content: space-around !important;
}
.pref-header-list ul li {
  padding: 8px 10px !important;
  background-color: #f1b44e;
  min-width: 125px;
  transition: 0.6s;
  border-radius: 5px;
  opacity: 0.8;
}
.pref-header-list ul li:hover {
  background-color: #129780;
}
.pref-header-list ul li a {
  justify-content: center !important;
  font-weight: bold;
}
.pref-header-list ul li:hover a span,
.pref-header-list ul li:hover a i {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .pref-header-list ul li {
    min-width: 90px;
  }
}
/*ーーーーーーーーーーーーーーーーパンくずリストーーーーーーーーーーーーーーーーー*/
.breadcrumb-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 12px;
  color: #aaa;
}
.breadcrumb-wrapper ul {
  margin-bottom: 0;
  padding: 2px;
}
.breadcrumb-wrapper ul li {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    font-size: 10px;
  }
}
