/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

.ads-tag-fix > div{
  display: block !important;
}

/*自作カスタム*/
#header-box {
  background: linear-gradient(90deg, #8FE1B7 25%, #FFBDF6);
}

#footer-widget-area {
  background: linear-gradient(45deg, #8FE1B7 25%, #FFBDF6);
  border: none !important;
}

/* body{
    padding-bottom: 130px;
} */

/* @media screen and (max-width: 480px){
    body{
        padding-bottom: 70px ;
    }
} */


/* フッター下の広告余白 */
/* 2024/01/22 bodyにクラス出し分けて、
広告無いページでは余白つかないように調整 */
body.wide {
  padding-bottom: 130px;
}
@media screen and (max-width: 480px) {
  body.wide {
    padding-bottom: 70px;
  }
}
body.usually {
  padding: 0 !important;
}

/* 広告タグ */
.ads-tag {
  width: 100%;
  max-width: 300px;
  min-height: 250px;
  max-height: 250px;
  margin: 24px auto;
  position: relative;
}

.ads-tag.m-top {
  margin-top: 0;
}

.ads-tag.adjust {
  margin: -30px auto 25px;
}

.ads-tag-fix {
  width: fit-content;
  max-width: 300px;
  height: 600px;
  margin: 24px auto;
}

.ads-tag-sm {
  width: 100%;
  max-width: 320px;
  height: 180px;
  margin: 24px auto;
}

.ads-tag-la {
  width: 100%;
  max-width: 728px;
  height: 90px;
  margin: 24px auto;
  position: relative;
}

.ads-tag-xl {
  width: 100%;
  max-width: 970px;
  height: 250px;
  margin: 24px auto;
  position: relative;
}

.ads-tag-flex {
  width: 100%;
  height: 250px;
  margin: 24px 0;
  display: flex;
  justify-content: space-around;
}

.ads-tag-over {
  width: 100%;
  max-width: 768px;
  height: 90px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}

.ads-tag-over-sp {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.ads-tag-other {
  width: 100%;
  margin: 20px 0;
}

.ads-tag-gate-header {
  max-width: 1200px;
  min-height: 309px;
  margin: 0 auto;
}

.ads-tag-gate-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.ads-tag-gate {
  width: calc((100% - 1200px) / 2);
  height: 100vh;
  position: fixed;
  top: 0;
}

@media screen and (max-width: 1800px) {
  .ads-tag-gate {
    display: none;
  }
}

.ads-tag-gate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.ads-tag-gate.left {
  left: 0;
}

.ads-tag-gate.right {
  right: 0;
}

.ads-tag,
.ads-tag-sm,
.ads-tag-xl,
.ads-tag-over,
.ads-tag-la,
.ads-tag-flex,
.ads-tag-over-sp,
.ads-tag-fix {
  /* background-color: #888; */
}

#text-2 {
  box-shadow: none !important;
}





/*------------ヘッダー調整-----------------*/
@media (min-width: 768px) {
  #drawernav3 {
    width: calc(100% - 260px);
    max-width: 880px;
  }
}

/*------------記事内css-----------------*/

/*梅原仮置きボックスCSS*/
.intro_box {
  margin: 2em auto;
  background-color: #fff;
  padding: 1.5em;
  position: relative;
  border: 4px solid #03C988;
  text-align: center;
}

.intro_box:before {
  border-top: 6px solid #f47ce8;
  border-left: 6px solid #f47ce8;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 2.5em;
  height: 2em;
  z-index: 1;
}

.intro_box:after {
  border-bottom: 6px solid #f47ce8;
  border-right: 6px solid #f47ce8;
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 2.5em;
  height: 2em;
  z-index: 1;
}

.intro_box .box-title {
  background-color: #f47ce8;
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;
  padding: 5px 5px;
  position: absolute;
  top: -19px;
  left: 35px;
}

/*梅原仮置きボックスCSS終わり*/

/*見出し自作*/
article.cps-post h2 {
  background: #8fe1b7;
  ;
  padding: 0.7em 1.5em 0.7em 2em;
  font-size: 120% !important;
  margin: 1em 0;
  font-weight: bold !important;
  position: relative;
}

article.cps-post h2:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: white;
  top: 0px;
  left: 1em;
}

article.cps-post h2:after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: white;
  top: 0px;
  right: 1em;
}




article.cps-post h3 {
  font-size: 110% !important;
  font-weight: bold !important;
  padding: 0.5em 0.5em 0.5em 1em;
  position: relative;
  margin: 1.2em 1em;
}

article.cps-post h3:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #8fe1b7;
  position: absolute;
  top: 0px;
  left: -2px;
}

article.cps-post h3:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #8fe1b7;
  position: absolute;
  top: 0px;
  left: -13px;
}


article.cps-post h4 {
  display: block;
  position: relative;
  margin: 2em 1em;
  padding-bottom: 0.5em;
  clear: both;
  padding-left: 0.5em;
  font-size: 110% !important;
  font-weight: bold !important;
}

article.cps-post h4:before {
  content: "";
  bottom: 0;
  left: 0;
  border-top: 2em solid transparent;
  border-left: 2em solid #8fe1b7;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: -1;
}

article.cps-post h4:after {
  content: "";
  display: block;
  width: 70%;
  height: 4px;
  background-color: #8fe1b7;
  position: absolute;
  bottom: 0px;
  left: 0px;
}






.ilb-box {
  position: relative;
  border: solid 3px #8fe1b7;
  margin: 2em 1em;
}

.ilb-box .ilb-title {
  display: inline-block;
  background: #8fe1b7;
  margin: 0.5em;
  padding: 0.3em;
  font-weight: bold;
  align-items: center;
  position: relative;
}

.ilb-box .ilb-title:before {
  position: absolute;
  top: -245px;
  left: -241px;
}

.ilb-box .ilb-nontitle {
  position: relative;
}



.ilb-box .ilb-nontitle:before {
  position: absolute;
  content: "■";
  top: -12px;
  left: -6px;
  scale: 4;
  color: #8fe1b7;
}

.ilb-box .ilb-nontitle:after {
  position: absolute;
  content: "■";
  top: -12px;
  left: 40px;
  scale: 2;
  color: #8fe1b7;
}

.ilb-box:before {
  position: absolute;
  content: "■";
  bottom: -12px;
  right: -6px;
  scale: 4;
  color: #8fe1b7;
}

.ilb-box:after {
  position: absolute;
  content: "■";
  bottom: -12px;
  right: 40px;
  scale: 2;
  color: #8fe1b7;
}

.ilb-box.tit-true:before {
  display: none;
}

.ilb-box.tit-true:after {
  display: none;
}

.ilb-box.gray {
  border: solid 3px #ffbdf6;
}

.ilb-box.gray:before {
  color: #ffbdf6;
}

.ilb-box.gray:after {
  color: #ffbdf6;
}

.ilb-box.gray .ilb-nontitle:before {
  color: #ffbdf6;
}

.ilb-box.gray .ilb-nontitle:after {
  color: #ffbdf6;
}

.ilb-box.gray .ilb-title {
  background: #ffbdf6;
}



.ilb-box .ilb-txt {
  padding: 1em 1em 1em 2em;
}






/*P余白*/
.cps-post-main p {
  padding-bottom: 0 !important;
  margin-bottom: 1.2em;
}


/*ウィジェットロジックのタイトルを記事内に表示させない*/
#post-bottom-widget .widgettitle.ef {
  display: none;
}

div.widget-cs-cta {
  border: solid 3px #21a596;
  padding: 30px;
}

@media (max-width:480px) {
  div.widget-cs-cta {
    padding: 10px;
  }
}

div.widget-cs-cta img {
  margin-bottom: 1em;
}

div.widget-cs-cta a {
  color: #1e90ff !important;
  text-decoration: underline;
}



.info-title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0.6em;
  border-bottom: solid 3px #21a596;
}

/*atag リンク*/
#contents a {
  font-weight: bold;
}

/*各種装飾*/
span.red {
  color: red;
  font-weight: bold;
  font-size: 100%;
}

span.big {
  font-size: 120%;
}

span.small {
  font-size: 80%;
}

span.gray {
  color: #5d5c5c;
}

span.center {
  display: block;
  text-align: center;
}

div.center {
  text-align: center;
}

span.bold {
  font-weight: bold;
}


/*出典用*/
p.source {
  margin: 0 2em 0 0;
  font-size: 80% !important;
  text-align: right;
}

/*カラーマーカーjs連動*/
.marker-animation.active {
  background-position: -100% .5em;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #e5c1e0 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #e5c1e0 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #e5c1e0 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #e5c1e0 50%);
  background-image: linear-gradient(left, transparent 50%, #e5c1e0 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}

/*each text animation js連動*/
.eachTextAnime span {
  opacity: 1;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 1;
  }

  100% {
    color: red;
    font-weight: bold;
  }
}


/*各種ハコ*/

.k-box {
  position: relative;
  z-index: 0;
  border: solid 5px #21a596;
  padding: 1em 4%;
  margin: 2.5em 0em 2em;
}

.k-box:before {
  border-top: 5px solid #bfbbbb;
  border-left: 5px solid #bfbbbb;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 3em;
  height: 2em;
  z-index: 1;
}

.k-box.skyblue:before {
  border-top: 5px solid #21a596;
  border-left: 5px solid #21a596;
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 3em;
  height: 2em;
  z-index: 1;
}

.k-box.skyblue {
  border: solid 5px #bfbbbb;
}

.k-box.intitle {
  margin: 3.5em 0em 3em;
  padding-top: 0;
  padding-bottom: 1em;
  border: solid 2px #21a596;
  border-radius: 5px;
}

.k-box.intitle.skyblue {
  border-color: #8b8787;
}

.k-box.intitle:before {
  all: initial;
}

.k-box.intitle div.box-title {
  margin-bottom: -1em;
}

.k-box.intitle .box-title>span {
  position: relative;
  top: -2.5em;
  left: -1em;
  padding: 0.3em 0.5em;
  font-weight: bold;
  background: #21a596;
  color: #ffffff;
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width:480px) {
  .k-box.intitle .box-title>span {
    font-size: 95%;
    top: -2em;
    left: 0em;
  }
}



.k-box.intitle.skyblue .box-title>span {
  color: #ffffff;
  background: #8b8787;
}


.k-box>div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.k-box>p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;

}

.k-box>p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/*k-boxをイントロジャンパーに使うときの設定*/
.k-box.intitle.intro-jumper {
  background: none;
  border: 2px solid #21a596;
  margin-bottom: 4em;
  padding: 3em 4% 1em 6%;
  position: relative;
  border-radius: 0;

}

.k-box.intitle.intro-jumper .box-title>span {
  content: '';
  display: block;
  position: absolute;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  background: #21a596;
  color: white;
  font-weight: bold;
  top: -15px;
  left: -15px;
  z-index: 1;
}

.k-box.intro-jumper:after {
  background: none;
  border: 2px solid #21a596;
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}



/*メリットデメリットのハコ*/
.merit-box_correct {
  position: relative;
  padding-top: 40px !important;
  margin-top: 40px !important;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #86cee8 !important;
}

.merit-box_correct:before {
  content: "メリット" !important;
  color: #86cee8 !important;
  font-size: 20px;
  top: -21px;
  padding: 20px 8px 20px 51px;
  position: absolute;
  font-weight: bold;
  background: #fff;
  line-height: 0;
  letter-spacing: 0;
}

.merit-box_correct:after {
  content: "\e91d";
  line-height: 1.3rem;
}

.merit-box_correct:after {
  position: absolute;
  background: #aaa;
  color: #fff;
  font-family: "jin-icons";
  border: 5px solid #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  left: 20px;
  top: -28px;
  padding-left: 12px;
  padding-right: 18px;
  padding-top: 13px;
  padding-bottom: 17px;
  border-radius: 40px;
  font-size: 1.4rem;
  background-color: #86cee8 !important;
}

.merit-box_incorrect {
  position: relative;
  padding-top: 40px !important;
  margin-top: 40px !important;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #ed8989 !important;
}

.merit-box_incorrect:before {
  content: "デメリット" !important;
  color: #ed8989 !important;
  font-size: 20px;
  top: -21px;
  padding: 20px 8px 20px 51px;
  position: absolute;
  font-weight: bold;
  background: #fff;
  line-height: 0;
  letter-spacing: 0;
}

.merit-box_incorrect:after {
  content: "\e905";
  line-height: 1.3rem;
}

.merit-box_incorrect:after {
  position: absolute;
  background: #aaa;
  color: #fff;
  font-family: "jin-icons";
  border: 5px solid #fff;
  text-align: center;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  left: 20px;
  top: -28px;
  padding-left: 12px;
  padding-right: 18px;
  padding-top: 13px;
  padding-bottom: 17px;
  border-radius: 40px;
  font-size: 1.4rem;
  background-color: #ed8989 !important;
}

.merit-box_correct ul,
.merit-box_correct ol,
.merit-box_incorrect ul,
.merit-box_incorrect ol {
  padding-bottom: 30px !important;
}

@media (max-width: 767px) {

  .merit-box_correct,
  .merit-box_incorrect {
    width: 100%;
  }

  .merit-box_correct ul,
  .merit-box_incorrect ul {
    padding-left: 0px !important
  }

  .merit-box_correct,
  .merit-box_incorrect {
    padding-top: 30px !important
  }


  .merit-box_correct:after,
  .merit-box_incorrect:after {
    left: 12px;
    top: -23px;
    padding-left: 9px;
    padding-right: 11px;
    padding-top: 8px;
    padding-bottom: 12px;
    border-radius: 28px;
    font-size: 1.15rem;
  }

  .merit-box_correct:before,
  .merit-box_incorrect:before {
    font-size: 18px;
    top: -21px;
    padding: 20px 8px 20px 32px;
  }
}







/*mybtn関連*/

.on_mybtn_txt {
  color: red;
  text-align: center;
  font-weight: bold;
  margin-bottom: -1em;


}

.mybtn {
  text-align: center;
  margin: 1em auto;
  display: block;
  clear: both;
}

.mybtn.full {
  width: 100%;
}

.mybtn>a {
  display: inline-block;
  text-decoration: none;
  padding: 1em 2em;
  background-color: #f49801;
  border: none;
  font-weight: bold;
  position: relative;
  box-shadow: 0 3px 0 #a3db9e;
  transition: 0.2s ease-in-out;
  color: #ffffff !important;
  overflow: hidden;

}

.mybtn>a:hover {
  position: relative;
  opacity: 0.8;
  top: 1px;
  box-shadow: none !important;
  transform: translateY(0.1875em);
}


.mybtn.smallbtn>a {
  padding: 0.7em 1.2em !important;
}




.btnshine {
  overflow: hidden;

}

.btnshine a {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  text-decoration: none;
  background-color: #4DAC44;
  font-weight: bold;
  position: relative;
  transition: 0.2s ease-in-out;
  color: #ffffff !important;
}

/*キラッと光る*/
.btnshine a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
  transform: skewX(-25deg);
  animation: shiny-btn1 3s ease-in-out infinite;
}

/*hoverした際のアニメーション*/
.btnshine a:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*時間経過で発生する無限アニメーション*/
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*リスト横並び*/
.FlockListBox {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

@media (max-width:480px) {
  .FlockListBox {
    flex-flow: column;
  }

  .FlockList {
    width: 100%;
  }
}

/*アフィリエイト関連で使用するClass*/
/*アフィバナーエリア*/
.AfiBannerArea {
  text-align: center;
}

/*アフィデカテキストリンク*/
.AfiBigText {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;

}

.AfiBigText.Slightly {
  font-size: 1.2em !important;
}

/*ぷるーむじぇねクラス*/
div.afiLinkContents {
  margin: 1.5em 0;
  padding: 1.2em;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  box-shadow: 2px 3px 8px -5px rgba(0, 0, 0, .25);
}

div.afiLinkContents .afiLinkImg {
  margin: 0 1.2em -1em 0;
  float: left;
}

div.afiLinkContents .afiLinkTitle {
  color: #333;
}

div.afiLinkContents .afiLinkBtn {
  display: table;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  margin: 1em 2em;
  white-space: nowrap;
}

div.afiLinkContents .afiLinkBtn:hover {
  cursor: pointer;
  opacity: 0.67;
  color: white;
}

div.afiLinkContents .red {
  color: pink;
  background: #b22222;
}

div.afiLinkContents .blue {
  color: skyblue;
  background: blue;
}

div.afiLinkContents .orange {
  color: #fffacd;
  background: #ff8c00;
}

div.afiLinkContents .green {
  color: #e0ffff;
  background: #008000;
}

div.afiLinkContents .black {
  color: #fff;
  background: #333;
}







/*テーブル関連*/
/*スクロールバーを丸く*/
table::-webkit-scrollbar {
  width: 12px;
}

table::-webkit-scrollbar-track {
  background: #eee3ed;
  border-radius: 10px;
}

table::-webkit-scrollbar-thumb {
  background: #80c2cb;
  border-radius: 10px;
}



/*テーブルのthを背景色付きにする*/
/*horizontal*/
table th {
  background-color: #8fe1b7 !important;
  color: #191919;
  font-weight: bold;
}


@media (max-width:480px) {

  table th,
  td {
    font-size: 0.7rem !important;
  }
}



/*vertical*/
table th.ve {
  background-color: #cdefdd !important;
  color: #191919;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scroll-table table {
  overflow-x: scroll;
}

.scroll-table table::-webkit-scrollbar {
  height: 13px;
}




/*口コミ関連*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.epArea {
  padding-bottom: 1em;
  background: rgb(255, 233, 236);
  box-shadow: 0px 0px 5px 1px red;
  margin: 2em 1em;
}

.epArea hr {
  margin: 2em 1em 0 1em;
  border: 0;
  border-top: dotted 1px rgb(92, 92, 92);
}

.epArea .epHead {
  padding: 0.5em 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  background: rgb(255, 132, 153);
}

.epArea .epHead:before {
  font-family: 'jin-icons';
  white-space: pre-wrap;
  content: "\e90d  "
}

.epArea .epsName {
  display: inline-block;
  margin: 1em;
  padding: 1em;
  font-weight: bold;
  background: #ffdbe1;
}

.epArea p.epStr {
  margin: 0em 1em 0em 1em;
}

.epArea.blue {
  background: rgb(233, 245, 255);
  box-shadow: 0px 0px 5px 1px blue;
}

.epArea.blue .epHead {
  background: rgb(138, 150, 255);
}

.epArea.blue .epsName {
  background: #d3eaf3;
}



.blog-card .blog-card-hl:after {
  top: 8px !important;
}

/*ブログカードに「続きを読む」を追加*/
a.blog-card {
  padding-bottom: 40px;
}

a.blog-card {
  position: relative;
}

a.blog-card:after {
  position: absolute;
  font-family: 'jin-icons';
  content: 'この記事を読む \e902';
  font-weight: bold;
  right: 10px;
  bottom: 10px;
  padding: 1px 15px;
  background: #dd5656;
  /*「この記事を読む」の背景色*/
  color: #fff;
  /*「この記事を読む」の文字色*/
  font-size: .8em;
  border-radius: 20px;
}

.blog-card-excerpt {
  display: none;
}

/*ブログカードのタイトルをリンク色に変更*/
.blog-card-title {
  color: #327bb7;
  text-decoration: underline;
  font-weight: bold;
}

/*youtubeの自動生成クラスに対する縦横比を渡す*/
div.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}

div.video>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*ギャラリー横並び画像*/
.TransplantGalleryImg {
  display: flex;
  flex-wrap: wrap;
}

.TransplantGalleryImg li {
  width: calc(100%/2);
  /* ←画像を2つ並べるために横幅を2で割る */
  padding: 0 5px;
  box-sizing: border-box;
  list-style: none !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.TransplantGalleryImg li img {
  max-width: 100%;
  /* 画像のはみだしを防ぐ */
  height: auto;
  /* 画像の縦横比を維持 */
  border: solid 1px #ccc;
}


/*目次関連*/

#toc_container p.toc_title {
  padding-top: 1em;
}

#toc_container .toc_list>li {
  padding-left: 25px !important;
}

#toc_container ul ul {
  margin-left: -1em !important;
}

/*アコーディオン余白ボトム調整*/
.jin-ac-box01-inner {
  padding-bottom: 1rem !important;
}

/*ハンバーガーメニュー補正*/
@media (max-width: 767px) {
  #navtoggle:checked~.sp-menu-close {
    height: auto;
  }
}

.sp-menu-box {
  background-color: rgba(255, 255, 255, 0.80) !important;
}




/*ぱんくず関連*/

.breadcrumbs {
  font-size: 0.9em;
}

@media (max-width:480px) {
  .breadcrumbs {
    font-size: 0.5em;
  }
}

#post-top-widget .widget {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*投稿日非表示*/
/* .cps-post-date-box>span.cps-post-date{
	display:none;
} */
.cps-post-date-box>span.timeslash {
  display: none;
}



/*オンリー表示*/
.pc-only {
  display: block !important;
}

span.pc-only {
  display: inline-block !important;
}

.sp-only {
  display: none !important;
}

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

  span.pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/*引用の調整*/

.cps-post-main blockquote {
  padding: 3.0em 3.0em 3.0em 3.0em !important;
}



/*監修した専門家エリア*/
@media only screen and (max-width: 767px) {
  .doctorsAreaTitle {
    text-align: center;
  }
}

.doctorsArea {
  background: white;
  /*←これがエリア全体の背景色*/
  margin: 1em;
  padding: 1em;
  border: solid #87ceeb 1px;
}




.dfContainer {
  display: flex;

  flex-wrap: wrap;
}

/*画像を自動でリサイズするならborderはない方が自然に見える*/
.DocImg {
  display: block;
  width: 140px;
  height: auto;
  background-color: white;
}

.DocImg img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin: auto;

}

.DocNameBox {
  display: block;
  margin: 0.8em 2em;
}

.JobPosition {
  font-size: 80%;
  font-weight: bold;
}

.DocName {
  font-size: 110%;
  font-weight: bold;
}

.DocMemo {
  font-size: 85%;
}

@media (min-width:480px) {
  .DocMemo {
    margin-top: 1em;
  }
}

@media (max-width:480px) {
  .DocImg {
    margin: auto;
  }

}















/*フッターデザイン調整*/
.footer-inner br {
  display: none;
  justify-content: space-between;
}

.foot-lft-bd {
  padding: 0 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.foot-rgt-bd {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

@media (max-width:500px) {
  .foot-mr {
    /* margin-bottom: 50px !important; */
  }

  .footer-inner br {
    display: block;
  }

  .sp-lft-bd {
    border-left: 1px solid #fff;
  }
}

/*タグ説明文調整*/
.tag-box-mb {
  margin-bottom: 60px;
  line-height: 1.8;
}



/*ヘッダー検索欄調整*/
#headmenu .headsearch .search-text:focus {
  border: solid 1px #ddd;
}

input[type="search"]:focus {
  border: solid 1px #ddd;
}


/*サムネイル上の*カテゴリ非表示*/
span.post-list-cat {
  display: none !important;
}




/*ヘッダー長さ・高さ調整*/
ul.menu-box {
  letter-spacing: 0;
  margin-bottom: 12px;
}

.header-type1 {
  align-items: center;
}

#headmenu .headsearch .search-box {
  padding-top: 45px !important;
}

@media (max-width: 1024px) {
  #drawernav3 ul.menu-box li.menu-item a {
    padding: 3px 6px;
  }
}

@media (min-width: 1200px) {
  .tn-logo-size a img {
    width: calc(50%*2.2) !important;
  }
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .tn-logo-size a img {
    width: calc(80%*2.2) !important;
  }
}

@media screen and (min-width:760px) and (max-width:850px) {
  .tn-logo-size a img {
    width: calc(50%*2.2) !important;
  }

  #drawernav3 ul.menu-box li.menu-item a {
    font-size: 14px !important;
  }
}

/*フッターメニュー調整*/
.mini-text {
  font-size: 10px;
}

/*文字大きさ*/
.bottom-menu li img {
  /*icon大きさ*/
  max-height: 24px;
  margin: 0 auto;
  width: auto;
}

ul.bottom-menu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  /*高さ*/
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  /*背景色*/
  border-top: 1px solid #808080;
  /*バーの上の線*/
  border-bottom: 1px solid #808080;
  /*バーの下の線*/
  z-index: 30;
}

ul.bottom-menu li {
  float: left;
  width: 25%;
  background-color: #f5f5f5;
  /*背景色*/
  list-style-type: none;
  text-align: center;
  font-size: 25px;
  /*アイコンのサイズ*/
}

.bottom-menu li a {
  display: block;
  color: #808080;
  /*アイコン＆文字の色*/
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 10px;
  text-decoration: none;
  border-right: 1px solid #fff;
}

.bottom-menu li:last-child a {
  border-right: none;
}

.bottom-menu li :hover {
  background-color: #a9a9a9;
  /*マウスオーバー時の色*/
  transition: 0.3s;
}

@media (max-width:500px) {
  ul.bottom-menu {
    display: block;
  }
}


/*年齢認証画面*/
.agy {
  color: #fff;
}

.agy .box {
  background: none !important;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px 0 15px;
}

.agy .box .box-right small {
  text-align: left !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 200 !important;
  display: block;
  line-height: 1.6;
}

.agy .box .box-right p {
  display: none;
}

.agy h3 {
  display: none !important;
}

.agy .age1 {
  font-size: 15px !important;
  font-weight: 200 !important;
  margin-bottom: 30px !important;
  line-height: 1.7;
}

.agy .age2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 25px !important;
  color: #f06060;
}

.agy .age3 {
  font-size: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.2rem;
}

.agy button.btn {
  background-color: transparent !important;
  color: #fff !important;
  display: inline-block;
  padding: 0 0 4px !important;
  margin-bottom: 25px !important;
  font-size: 17px !important;
  border: none !important;
  outline: none !important;
  appearance: none !important;
  min-width: auto !important;
}

.agy button.btn:hover {
  padding: 0 0 2px !important;
  color: #f06060 !important;
  border-bottom: 2px solid #f06060 !important;
}

.agy .box .box-right .btn {
  letter-spacing: 0.1rem !important;
}

.agy .buttons {
  display: flex !important;
  justify-content: space-between !important;
  max-width: 140px !important;
  margin: 0 auto;
}

.agy .decor-line {
  display: none !important;
}

.overlay-verify {
  background: rgba(0, 0, 0, 0.8) !important;
}

br.br500 {
  display: none;
}

@media (max-width:500px) {
  .agy .box {
    margin: 0 10px !important;
    height: 480px !important;
  }

  br.br500 {
    display: block;
  }
}

@media (max-width:320px) {
  .agy .age3 {
    font-size: 20px !important;
  }
}

/* タグ */
.tag {
  width: fit-content;
  height: 250px;
  margin: 10px auto;
}

.tag-long {
  width: 100%;
  height: 90px;
  margin: 10px auto;
}

.tag-double {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 250px;
  margin: 10px 0;
}

/* ヘッターロゴサイズ指定　画像サイズにより変更 */
/* .tn-logo-size a img {
    width: 250px!important;
    height: 40px!important;
}

.sp-logo-size img {
    width: 100% !important;
}

@media (max-width:1024px) {
    .tn-logo-size a img {
        width: 195px !important;
        height: 31px!important;
    }
}

@media (max-width:768px) {
    .tn-logo-size a img {
        width: 180px !important;
        height: 29px!important;
    }
}

@media (max-width: 767px) {
    #header #site-info img {
        width: 180px !important;
        height: 29px!important;
    }
}

@media (max-width:500px) {
    #header #site-info img, .tn-logo-size a img {
        width: 236px !important;
        margin: 5px auto;
        height: 38px!important;
    }
}

@media (max-width:320px) {
    #header #site-info img, .tn-logo-size a img {
        width: 195px !important;
        height: 31px!important;
    }
} */


/*Janetアフィリンクジェネレーター(3代目)*/
.afiLinkContents02 {
  display: flex;
  align-items: center;
  border: solid 1px gray;
  padding: 1em;
  margin: 0.5em 1em;
}

.ALC02-leftbox {
  display: block;
  width: 40%;
}

.ALC02-leftbox img {
  display: block;
  margin: auto;
}

.ALC02-rightbox {
  display: block;
  width: 60%;
}

.ALC02-title {
  display: block;
  text-align: center;
  color: black !important;
  margin-bottom: 1em;
}

.btn-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.btn-field p.ALC02-btn {
  text-align: center;
  margin: 0em auto;
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.ALC02-btn>a {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
  background-color: #f49801;
  border: none;
  font-weight: bold;
  position: relative;
  width: 85%;
  box-shadow: 0 3px 0 #925625;
  transition: 0.2s ease-in-out;
  color: #ffffff !important;
  overflow: hidden;
}

.ALC02-btn>a:hover {
  position: relative;
  opacity: 0.8;
  color: #925625 !important;
  top: 1px;
  box-shadow: none !important;
  transform: translateY(0.1875em);
}


p.ALC02-btn.red>a {
  background-color: red;
  box-shadow: 0 3px 0 #6e0a0a;

}

p.ALC02-btn.green>a {
  background-color: #35ae86;
  box-shadow: 0 3px 0 #1d5d48;
}

p.ALC02-btn.orange>a {
  background-color: #f49801;
  box-shadow: 0 3px 0 #925625;
}


/*キラッと光る*/
.ALC02-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
  transform: skewX(-25deg);
  animation: shiny-btn1 3s ease-in-out infinite;
}

/*hoverした際のアニメーション*/
.ALC02-btn a:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*時間経過で発生する無限アニメーション*/
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


@media (max-width:480px) {
  .afiLinkContents02 {
    flex-wrap: wrap;
  }

  .ALC02-leftbox {
    width: 100%;
  }

  .ALC02-rightbox {
    width: 100%;
  }

  .btn-field p.ALC02-btn {
    margin: 0.5em;
  }
}


/*銘柄テーブルGeneratorに関するClass*/
table.GSpread img {
  margin-bottom: 0;
}

table.GSpread span {
  display: block;
  text-align: center;
  font-weight: bold;
}

table.GSpread.SP th {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}

table.GSpread.SP td {
  min-width: 110px;
}

.GS-mbottom {
  margin-bottom: 1.5em;
}

.GSpread.SP {
  margin-bottom: 0;
}


/*ブログカードpzlinkのデザインをJINそっくりにする*/
.linkcard {
  display: block;
  position: relative;
  margin: 16px auto;
  width: 90%;
}


.linkcard:before {
  position: absolute;
  font-family: 'jin-icons' !important;
  content: "\e936あわせて読みたい";
  color: white;
  background-color: #21a596;
  border-radius: 4px;
  width: 120px !important;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  top: -8px;
  left: 20px;
  width: 130px;

}

.linkcard:after {
  position: absolute;
  font-family: 'jin-icons';
  content: 'この記事を読む \e902';
  font-weight: bold;
  right: 10px;
  bottom: 10px;
  padding: 1px 15px;
  background: #5fccea;
  /*「この記事を読む」の背景色*/
  color: #fff;
  /*「この記事を読む」の文字色*/
  font-size: .8em;
  border-radius: 20px;
}


.linkcard:hover {
  opacity: 0.8 !important;
}

.lkc-internal-wrap {
  max-width: initial;
  border: 1px solid #21a596;
  border-radius: 4px;
  background-color: initial;
}

.lkc-card {
  margin-top: 26px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  padding: 0 1em;
}


.lkc-title-text {
  color: #327bb7;
  text-decoration: underline;
  font-weight: bold;
}


.lkc-thumbnail {
  margin: 0 20px 0 0;
}


.lkc-excerpt {
  display: none !important;
}

.lkc-info {
  display: none !important;
}

.lkc-url {
  display: none !important;
}

/*かんたんリンクのjs生成クラスを全て上から殴り倒して希望するデザインを差し込むimportantcss塊*/
.entry-content div.af-boxtitle {
  border: solid 3px #8ccaff;
  border-radius: 10px 10px 0px 0px;
  border-bottom: none;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  text-shadow: 1px 2px 3px #808080;
  background-color: #8ccaff;
}

.entry-content div.easyLink-box {
  border: 3px solid;
  box-shadow: 4px 4px 2px #b7afaf;
  margin: 1em 0.3em !important;
  align-items: center;
  padding: 10px 20px;
  border-image: linear-gradient(270deg, #8FE1B7 25%, #FFBDF6);
  border-image-slice: 1;
}

.entry-content div.easyLink-box div.easyLink-img {
  display: flex;
  margin: 20px;

}

div.easyLink-box.easyLink-size-s div.easyLink-img p.easyLink-img-box img {
  filter: none !important;
  box-shadow: none !important;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-maker {
  display: none;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-model {
  display: none;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn {
  display: flex;
  justify-content: center !important;
  margin-top: 10px !important;
  overflow: hidden;

}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
  background: linear-gradient(90deg, #8FE1B7 25%, #FFBDF6) !important;
  box-shadow: 3px 3px #708eab;
}

/*
.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a:nth-child(1) {
    background: linear-gradient(45deg, #f94d26, #f1b305) !important;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a:nth-child(2) {
    background: linear-gradient(45deg, #1ecb09, #a9f332) !important;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a:nth-child(3) {
    background: linear-gradient(45deg, #3576ed, #51e5fd) !important;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a:nth-child(4) {
    background: linear-gradient(45deg, blue, pink) !important;
}
*/

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-name {
  font-weight: bold !important;
  padding-left: 6em;
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
  margin-bottom: 10px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 60% !important;
  height: 40px;
  color: #fff;
  background: linear-gradient(45deg, #63a3e2, #b5ddcf);
  text-shadow: 1px 2px 3px #808080;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  transition: 0.2s ease-in-out;
}

/*フラッシュエフェクトが他の要素をグラつかせてる可能性があるため一時停止

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
    transform: skewX(-25deg);
    animation: shiny-btn1 3s ease-in-out infinite;
}
*/

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a:hover {
  box-shadow: none;
  transform: translateY(2px);
}

.entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .entry-content div.easyLink-box.easyLink-size-s {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px auto 0 !important;
    padding: 1em 20px;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .entry-content div.easyLink-box div.easyLink-info {
    width: 100% !important;
  }

  .entry-content div.easyLink-box div.easyLink-info p.easyLink-info-name {
    padding-left: 1em;
  }

  .entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn {
    display: flex !important;
    justify-content: center !important;
  }

  .entry-content div.easyLink-box div.easyLink-info p.easyLink-info-btn a {
    width: 80% !important;
    justify-content: center !important;
  }

  .entry-content div.easyLink-box div.easyLink-img {
    display: block !important;
    width: 60%;
    margin: auto;
  }
}

/*切り替えタブフィールド用*/
.tab_switch {
  margin-top: 20px;
  margin-bottom: 20px;
}



/*ビーコン改行非表示*/
img[width="1"] {
  display: none !important;
}


/*目次下*/
.reviewBox {
  display: block;
  max-width: 500px;
  background: #FAFAFA;
  border: 3px solid #DBDBDB;
  margin: 20px auto;
  padding: 0;
  border-radius: 10px;
}

.reviewBox .reviewBox_content {
  padding: 30px;
}

.reviewBox .reviewBox_title1 {
  margin: 0;
  padding: 12px !important;
  background: #DBDBDB;
  text-align: center;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.3em;
}

.reviewBox p {
  /*margin: 0;
        padding: 0;*/
  letter-spacing: 0;
}

.reviewBox p.ib-center {
  display: inline-block;
  text-align: left;
}

.reviewBox .reviewBox_title2 {
  margin: 0;
  line-height: 1.3em;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.reviewBox .reviewBox_title2:before {
  content: none !important;
}

.reviewBox .reviewBox_top {
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.reviewBox .reviewBox_top p {
  /*margin: 0;
        padding: 0;*/
  line-height: 1.3em;
  padding-bottom: 12px;
  font-size: 15px !important;
}

.reviewBox .reviewBox_top .reviewBox_left,
.reviewBox .reviewBox_top .reviewBox_right {
  width: 50%;
}

.reviewBox .reviewBox_top .reviewBox_right img {
  display: block;
  margin: auto;
}

.reviewBox .reviewBox_center {
  margin-top: 10px;
}

.reviewBox .reviewLink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviewBox .reviewLink a {
  font-size: 15px !important;
  border: 2px solid #444;
  padding: .6em 2em;
  margin: 5px;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  background: #444;
  color: #fff !important;
}

.reviewBox .reviewBox_center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 0;
}

.reviewBox .reviewBox_center .progress-circle {
  width: 25%;
  margin: auto;
}

.reviewBox .progress-circle {
  font-size: 12px !important;
  margin: 20px;
  position: relative;
  /* so that children can be absolutely positioned */
  padding: 0;
  width: 5em !important;
  height: 5em !important;
  background-color: #FBEFC6;
  border-radius: 50%;
  line-height: 5em;
}

.reviewBox .reviewBox_score {
  font-size: 13px !important;
  text-align: center;
  line-height: 1em;
  z-index: 4;
  padding-top: 5.5em;
  display: block;
  font-weight: 600;
}

.reviewBox .reviewBox_score p {
  margin: 0;
  font-size: 12px !important;
  width: 120% !important;
  margin-left: -10% !important;
}

.reviewBox .progress-circle:after {
  border: none;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  background-color: #FAFAFA;
  content: " ";
}

.reviewBox .progress-circle .progress-text {
  position: absolute;
  line-height: 2.6em;
  width: 2.6em;
  text-align: center;
  display: block;
  color: #444 !important;
  font-size: 23px !important;
  z-index: 2;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.reviewBox .left-half-clipper {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  /* needed for clipping */
  clip: rect(0, 5em, 5em, 2.5em);
  /* clips the whole left half*/
}

.reviewBox .progress-circle.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.reviewBox .value-bar {
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em !important;
  height: 5em !important;
  border-radius: 50%;
  border: 0.5em solid #FCCB28;
  box-sizing: border-box;
}

.reviewBox .progress-circle.over50 .first50-bar {
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 5em, 5em, 2.5em);
  background-color: #FCCB28;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.reviewBox .progress-circle:not(.over50) .first50-bar {
  display: none;
}

.reviewBox .progress-circle.p0 .value-bar {
  display: none;
}

.reviewBox .progress-circle.p1 .value-bar {
  transform: rotate(4deg);
}

.reviewBox .progress-circle.p10 .value-bar {
  transform: rotate(36deg);
}

.reviewBox .progress-circle.p20 .value-bar {
  transform: rotate(72deg);
}

.reviewBox .progress-circle.p30 .value-bar {
  transform: rotate(108deg);
}

.reviewBox .progress-circle.p40 .value-bar {
  transform: rotate(144deg);
}

.reviewBox .progress-circle.p50 .value-bar {
  transform: rotate(180deg);
}

.reviewBox .progress-circle.p60 .value-bar {
  transform: rotate(216deg);
}

.reviewBox .progress-circle.p70 .value-bar {
  transform: rotate(252deg);
}

.reviewBox .progress-circle.p80 .value-bar {
  transform: rotate(288deg);
}

.reviewBox .progress-circle.p90 .value-bar {
  transform: rotate(324deg);
}

.reviewBox .progress-circle.p100 .value-bar {
  transform: rotate(360deg);
}

@media screen and (max-width:480px) {
  .reviewBox {
    padding-bottom: 1em;
  }

  .reviewBox .reviewBox_content {
    padding: 15px;
  }

  .reviewBox .reviewBox_top .reviewBox_right img {
    width: 220px;
  }

  .reviewBox .reviewBox_top p {
    font-size: 13px !important;
  }

  .reviewBox .reviewBox_top p:first-child {
    font-size: 15px !important;
  }

  .reviewBox .reviewBox_center {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .reviewBox .reviewLink a {
    padding: .5em;
  }

  .reviewBox .reviewBox_top {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .reviewBox .reviewBox_top .reviewBox_left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 90%;
    /*margin: auto;*/
    text-align: center;
    margin-top: 20px;
  }

  .reviewBox .reviewBox_top .reviewBox_right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }

  .reviewBox .reviewLink a {
    font-size: 13px !important;
  }

  .reviewBox .progress-circle .progress-text {
    line-height: 2.2em;
    width: 2.2em;
    font-size: 23px !important;
  }

  .reviewBox .progress-circle {
    font-size: 10px !important;
  }

  .reviewBox .reviewBox_score p {
    font-size: 10px !important;
  }

  .reviewBox .reviewBox_score {
    padding-top: 4.4em;
  }
}


/*3連3ren*/
div.triple_block_area {
  display: flex;
  padding: 0.5em 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.triple_block_area .tba-title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;

}

div.triple_block_area .tba-title .jsmonth_string {
  color: red;
  font-size: 125%;
}

div.triple_block_area .container {
  position: relative;
  display: block;
  margin-top: 1em;
  margin: 1em 0.3em 1em 0.3em;
  padding: 0.5em;
  width: 32%;
  border: solid 1px #21a596;
}


.container .inbox_headding {
  border-bottom: solid 2px black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  padding: 0.5em;
  padding-left: 3.5em;
  font-size: 88%;
  font-weight: bold;
}

.container .inbox_headding:before {
  position: absolute;
  transform: scale(0.3);
  top: -140px;
  left: -137px;
}

.container .inbox_headding.rank1 {
  border-bottom: solid 3px gold;
}

.container .inbox_headding.rank2 {
  border-bottom: solid 3px silver;
}

.container .inbox_headding.rank3 {
  border-bottom: solid 3px #bc8b4e;
}

.container .inbox_text p {
  text-align: center;
  margin-bottom: 0 !important;
}

.container .inbox_text .small {
  font-size: 83%;
}

.container .mybtn {
  margin-top: 0em !important;
}



/*li div 他必要なら入れる*/

.container .inbox_headding.rank1:before {
  content: url(https://smopia.com/wp-content/uploads/2023/01/3ren-1.webp);
}

.container .inbox_headding.rank2:before {
  content: url(https://smopia.com/wp-content/uploads/2023/01/3ren-2.webp);
}

.container .inbox_headding.rank3:before {
  content: url(https://smopia.com/wp-content/uploads/2023/01/3ren-3.webp);
}

.container div.inbox_banner {
  text-align: center;
  margin-bottom: 0.5em;
}

.container div.inbox_banner img {
  width: 90%;
  margin-bottom: 0 !important;
}


.container div.tba_button {
  display: block;
  width: 80%;
  background-color: #22a597;
  color: white;
  text-align: center;
  margin: 1em auto;
  padding: 0.5em;
  box-shadow: 2px 3px 5px black;
}

.container div.tba_button:hover {
  opacity: 0.8;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(3px);
}

/*＠メディアでスマホ時のときのブロックの大きさを横一杯に広げるやつ入れておいた方がよさそう。*/
@media (max-width:640px) {
  div.triple_block_area .container {
    width: 100%;
  }

}


.cps-post-main ul:not([class]) {
  padding-left: 0 !important;
}

.tab_back:hover {
  opacity: 0.8;

}

.cta_main {
  margin: 1em 0;
  padding: 1em;
  background-color: #303030;
}

.cta_title {
  padding: 0.5em 1em 1.5em 1em;
  width: 100%;
  border-bottom: white 3px solid;
  color: white;
  font-size: 120%;
  font-weight: bold;
  position: relative;
}

.cta_title:after {
  content: "";
  position: absolute;
  width: 120%;
  height: 10px;
  display: inline-block;
  background-color: white;
  position: absolute;
  bottom: -10px;
  left: -2em;
}

.cta_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cta_img {
  display: block;
  width: 50%;
  padding: 1em;
}

.cta_text {
  width: 50%;
  padding: 2em 1em 1em 1em;
  color: white;
}

.cta_text p {
  margin-bottom: 0.5em !important;
}

.cta_ground p {
  margin-bottom: 0.2em !important;
  text-align: center;
}

.cta_ground .mybtn {
  margin-top: 0em;
  margin-bottom: 0em;
}

.cta_ground span {
  text-shadow: 0px 1px 0px black;
}

@media (max-width:640px) {
  .cta_img {
    display: block;
    width: 100%;
    padding: 1em 1em 0em 1em;
  }

  .cta_img img {
    margin-bottom: 0em;
  }

  .cta_text {
    width: 100%;
    padding: 0.5em 1em 1em 1em;
    color: white;
  }

  .cta_title {
    padding: 0 0 0 0;

  }

  .cta_title:after {
    display: none;
  }

}


/*自作ブログカード*/

/*
.iqos-lab-card {
  display: block;
  position: relative;
  padding: 1.3em;
  margin: 2em 1em 1em 1em;
  background-color: #80c2cb;
}

.iqos-lab-card:before {
  position: absolute;
  content: "あわせて読みたい";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 0px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  padding: 0.5em 0em;
  color: white;
}*/

.iqos-lab-card {
    display: block;
    position: relative;
    border: solid 4px #80c2cb;
    padding: 0;
    margin: 2em 1em 1em 1em;
}
.iqos-lab-card::before {
    position: absolute;
    left: 0;
    content: "あわせて読みたい";
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #80c2cb;
    width: 100%;
    /* margin-left: -70px; */
    color: white;
    padding: 0.5em 0em;
}



.iqos-lab-card ul {
  margin-top: 2.5em !important;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.iqos-lab-card ul li {
	position:relative;
    padding: 0.5em 1.2em 0.5em 2.2em;
    width: 100%;
    border-bottom: 1px dashed #939393;
}
.iqos-lab-card ul li:last-child {
  border-bottom: none;
}
.iqos-lab-card ul li::before{
	left:20px!important;
	top: 50%!important;
	transform: translateY(-50%);
}


@media (max-width:480px) {}



/*2025 復権用 CTA BTN*/

.btn-aff {
    position: relative;
    margin: 35px auto 18px;
    width: fit-content;
    line-height: 1.5;
}

.btn-aff .bubble {
    position: absolute;
    top: -17px;
    left: 10px;
    border-radius: 5px;
    background-color: #FF8B61;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    z-index: 2;
}

.btn-aff a {
    width: fit-content;
    min-width: 360px;
    max-width: 90%;
    display: block;
    padding: 20px 40px;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: all .3s ease;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(0,0,0,.32);
    background-color: #34BA88;
    border: #34BA88 solid 2px;
    position: relative;
}

.btn-aff a:hover {
    color: #34BA88!important;
    background-color: #fff;
    opacity: 1;
}













#post-bottom-widget .widget_text .textwidget {
  padding: 0 !important;
}
















/* 年齢確認モーダル用 */
.c-age-confirmation {
  /* display: none; */
  position: fixed;
  z-index: 3000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
}

.c-age-confirmation * {
  box-sizing: border-box;
}

.c-age-confirmation ul {
  padding: 0;
}

.c-age-confirmation ul li {
  list-style: none;
}

.c-age-confirmation img {
  display: block;
}

.c-age-confirmation__mask {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.c-age-confirmation__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-age-confirmation__box {
  font-size: 18px;
  line-height: 1.5;
  width: calc(100% - 40px);
  max-width: 650px;
  padding: 60px 25px 25px;
  background-color: white;
  background-image: url('./img/smopia-logo.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48% auto;
  border: 3px solid #8FE1B7;
  border-radius: 10px;
}

.c-age-confirmation__heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.c-age-confirmation__txt--large {
  margin-top: 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-age-confirmation__btns {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 100%;
  max-width: 400px;
}

.c-age-confirmation__btns>li {
  width: calc((100% - 40px) / 2);
}

.c-age-confirmation__btn--yes,
.c-age-confirmation__btn--no {
  width: 100%;
  height: 60px;
  border: 1px solid #E9C5EB;
  border-radius: 5px;
}

.c-age-confirmation__btn--yes *,
.c-age-confirmation__btn--no * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: inherit;
  cursor: pointer;
}

.c-age-confirmation__btn--yes {
  background-color: #E9C5EB;
  color: white;
}

.c-age-confirmation__btn--no {
  background-color: white;
  color: #00c1f2;
}

.c-age-confirmation__btn--no a:hover {
  color: black;
}

.c-age-confirmation__txt--small {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .c-age-confirmation__box {
    padding: 30px 20px 20px;
    background-size: 78% auto;
  }

  .c-age-confirmation__heading {
    font-size: 25px;
  }

  .c-age-confirmation__logo img {
    width: 100%;
    height: auto;
  }

  .c-age-confirmation__txt--large {
    margin-top: 20px;
    font-size: 16px;
  }

  .c-age-confirmation__txt--small {
    margin-top: 25px;
  }

  .c-age-confirmation__btns {
    justify-content: space-between;
  }

  .c-age-confirmation__btns>li {
    width: calc((100% - 20px) / 2);
  }

  .c-age-confirmation__btn--yes,
  .c-age-confirmation__btn--no {
    height: 45px;
  }

  .c-age-confirmation__btn--yes *,
  .c-age-confirmation__btn--no * {
    font-size: 16px;
  }

  .br-sp {
    display: block;
  }
}

/*年齢確認モーダル用終わり*/


/* ロゴとメニューの被り調整 2024/1/11 */
#drawernav3 {
  width: 100%;
}

#drawernav3 ul.menu-box li.menu-item {
  width: 21%;
  text-align: left;
}

#drawernav3 ul.menu-box li.menu-item a {
  height: auto;
  font-size: clamp(13.5px, 1.5vw, 15px) !important;
  width: fit-content;
  padding: 3px 10px 3px 0;
}

#drawernav3 ul.menu-box li.menu-item a:after {
  width: 95%;
  right: auto !important;
}

@media(max-width:1200px) {
  #drawernav3 ul.menu-box li.menu-item {
    width: 25%;
  }

  #header #site-info {
    min-width: auto !important;
    max-width: none !important;
  }

  #site-info img {
    width: 20vw !important;
    max-width: 220px;
  }

  #header {
    gap: 0 20px;
  }
}


/* フッターメニュー調整 2024/1/18 */

footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  float: none;
  gap: 8px 20px;
  width: 95%;
  margin: 0 auto;
}

@media(max-width:768px) {
  footer .footer-inner {
    justify-content: center;
  }
}

footer #copyright {
  width: 98%;
  display: block;
  margin: 20px auto 0;
  text-align: center;
}