@charset "UTF-8";

/*!
Theme Name: ZERO Shiki
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: oyotam
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
a{
  text-decoration: none;
}
/* テーブル */
table{
  width:100%;
  height: auto;
  margin: 5% auto 0;
}
th,td{
  padding: 10px !important;
  border: 1px solid #e5e5e5 !important;
  vertical-align: middle;
  font-size: 0.95em;
  background-color: #ffffff !important;
}
th{
  background-color: #f9f9f9 !important;
  font-weight: normal;
}
td img{
  max-width: 35px;
  min-width: 35px;
  max-height: 35px;
}

th a,td a{
  color: #5d8ae0;
}
caption{
  font-weight: bold;
}
a{
  color: #5d8ae0;
   text-decoration: underline;
}
/************************************
** ステマ表記
************************************/

/* 個別PR表記 */
/* マイナビIT */
.prribon{
  display: inline;
  color: #ffffff;
  background: #2ac4d6;
  font-size: 10px;
  padding: 0 4px;
}
/************************************
** ページごとの基礎カスタマイズ
************************************/
.article h1{
  margin: 5% 0 2%!important;
  font-size: 21px!important;
  color: #726A6A;
  letter-spacing: 2px;
}
.article h2{
  width: 100%;
  margin: 3% auto !important;
  font-size: 18px !important;
  text-align: left;
  line-height: 1.5 !important;
  padding: 2% 3% !important;
  border-left: solid 5px #838383;
  position: relative;
  box-sizing: border-box;
}
.article h3{
  border-top : none !important;
  border-left : none !important;
  border-right : none !important;
  border-bottom: double 5px #838383!important;
  padding: 0.5em 0 !important;
  margin: 5% 0 !important;
  font-size: 18px !important;
  text-align: center;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
  font-weight: normal !important;
}
.article h4{
  margin: 3% auto;
  border-top: none!important;
  border-bottom: 1px solid #383838!important;
  text-align: center;
  line-height: 1.5!important;
}
.article p{
  letter-spacing: 0.05em;
  line-height: 2;
  word-wrap: break-word;
  margin: 0 auto;
}
.navi-in a{
  color: #808080;
  font-size: .79em;
  font-weight: bold;
  white-space: nowrap;
}
.navi-in a:hover{
  background-color: transparent;
  color: #808080;
  opacity: .8;
}
.wrap {
  width: 1060px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.no-scrollable-main .main{
  margin: 0 0 50px;
  padding: 0;
  display: block;
  width: 65%;
  box-sizing: border-box;
}
.no-scrollable-main .main article{
  margin-bottom: 0%;
  padding: 0 4% 0%;
}
.no-scrollable-sidebar .sidebar{
  width: 35%;
  box-sizing: border-box;
  font-size: .9em;
  padding: 4%;
  margin: 0 0 10%;
}
.search-edit {
    width: 100% !important;
    font-size: .8em !important;
    padding: 3% 5% !important;
    margin-bottom: 3% !important;
    line-height: 2.6 !important;
    border: #f3f3f3 2px solid !important;
    box-sizing: border-box !important;
    margin-top: 0;
    background: #f3f3f3;
}
.fas.fa-search{
  display: none;
}
.sidebar h3{
  color: #545454;
  text-align: center;
  font-weight: bold;
  margin: 10% auto 3%;
  padding: 4%;
  box-sizing: border-box;
  font-size: 16px;
  background-color: transparent;
}
.new-entry-card-title.widget-entry-card-title.card-title,
.popular-entry-card-title.widget-entry-card-title.card-title{
  font-weight: bold;
  font-size: 12px;
}

/************************************
** フォントサイズ・デザイン
************************************/
.fnt10{
  font-size: 12px;
  word-wrap:break-word;
  overflow-wrap : break-word;
}
/* 料金は税込み総額表記 */
.fnt10.rightPosition{
  display: block;
  text-align: right;
  margin-top: -4%;
}
.red-font{
  color: red;
  font-weight: bold;
}
/************************************
** リンクテキスト
************************************/
.af-add a{
  font-weight: bold;
  color: #0b62e5;
}

.af-add img{
  display: none;
}

/************************************
** BOXリスト共通
************************************/
.KanrenBox ul, .KanrenBox ol, .matomeBox ul, .matomeBox ol, .NotesMatome ul, .NotesMatome ol{
  background: none;
  border: none;
  padding: 2%;
  margin: 0;
  font-size: 0.9em;
}
.matomeBox ul li, .matomeBox ol li{
  line-height: 1.5;
  padding: .2em 0;
}
.KanrenBox ul li, .KanrenBox ol li, .matomeBox ul li, .matomeBox ol li, .NotesMatome ul li, .NotesMatome ol li{
  list-style:"・";
}
.KanrenBox p,.matomeBox p,.NotesMatome p{
  margin: 0;
}
/************************************
** まとめBOX 先に結論をまとめると
************************************/
.matomeBox{
  position: relative;
  margin: 0 auto 5%;
  padding: 0 1%;
  border: solid 3px #f89174;
  background-color: #fffbf4;
}
.matomeBox p{
  margin-bottom: 0;
}
.matomeBox .box-title{
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 16px;
  color: #f89174;
  background-color: #ffffff;
  font-weight: bold;
}
/************************************
**関連記事へ内部リンク囲い
************************************/
.KanrenBox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
}
.KanrenBox .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
/************************************
** その他の注意事項まとめなどのリスト囲い
************************************/
.NotesMatome ul li, .NotesMatome ol li{
  font-weight: bold;
}
.NotesMatome {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #4356aa;
}
.NotesMatome .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1.5;
    font-size: 16px;
    background: #FFF;
    color: #4356aa;
    font-weight: bold;
}
/************************************
** リンクボタン　オレンジ
************************************/
.btn-af{
  margin: 1em 0 1.5em;
}


.btn-af a{
  display: block;
  text-decoration: none;
  padding: 1em .5em;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  background-color: #ff5c35;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
.btn-af a:hover{
  box-shadow: none;
  transform: translateY(5px);
  opacity: 0.8;
}
/************************************
** メリットデメリットテーブル
************************************/
.meridemeTable{
  margin: 5% 0;
}
.meridemeTable th,
.meridemeTable td{
  border: #333 solid 1px!important;
  vertical-align: baseline !important;
}
.meridemeTable th{
  color: #ffffff;
  width: 50%;
}
.meridemeTable ol{
  padding: 1em !important;
  margin: 0 !important;
}
.meridemeTable ol li{
  list-style: none !important;
  border-bottom: 1px #333 dashed;
  padding: .5em 0 .5em 14px !important;
  text-indent: -14px;
}
.meridemeTable ol li:last-child{
   border:none;
}
.meridemeTable ol li::before {
  content: "・";
}
.meritTitle{
  background: #e53170!important;
}
.demeritTitle{
  background: #404899!important;
}
/************************************
** おすすめポイント
************************************/
.point{
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 -2%;
}
.pre-hukidashi{
  padding: 0.5em 1em;
  margin:  3% 0;
  font-weight: bold;
  border: #ff5c35 3px solid;
  color: #323232;
  background: #fef4ea;
  border-radius :2px;
}
.pre-hukidashi ol,.pre-hukidashi li{
  margin: 0;
}
/************************************
** 黄色BOX　
************************************/
.pre-yellow{
  background-color: #fef4ea;
  padding: 20px;
  margin: 20px 0;
  outline: #ff5c35 2px solid;
  text-align: left;
  font-size: 0.9em;
}
.pre-yellow p{
  font-weight: bold;
  margin-bottom: 15px;
}
.pre-yellow ul, .pre-yellow ol{
  background-color: transparent;
  border: none;
  counter-reset:number;
  list-style-type: none!important;
  padding: 0 25px;
  font-weight: bold;
  margin: 0;
}

.pre-yellow ul li,.pre-yellow ol li{
    list-style-type: none;
    line-height: 1.5em;
    padding: 0.5em 0;
    text-indent: -1.5em;
}
.pre-yellow ul li a,.pre-yellow ol li a{
    line-height: 2;
}
.pre-yellow ul li::before,.pre-yellow ol li::before{
  font-family: "Font Awesome 5 Free";
  padding: 0 1% 0 0;
  text-indent: 0em;
  box-sizing: border-box;
  content: "\f058";
}


/************************************
** ピンクBOX　check
************************************/
.checkbox{
	border: 1px solid #f2a49e;
	padding: 6px 6px;
	margin: 1em 0 1.25em;
	background: #fcf2f4;
	position: relative;

}
p.memomark {
    font-family: Aharoni, "Arial Black", Impact, Arial, sans-serif;
    position: absolute;
    font-size: 13px;
    top: 0;
    line-height: 1.8;
    color: #fff;
    left: 0px;
    padding: 0 1em 0 .8em;
    background: #f2a49e;
    font-weight: bold;
}
.checkbox ul,.checkbox ol{
    margin: 1em 0 0!important;
    padding: 1em !important;
    font-size: 15px;
    line-height: 1.7;
}
.checkbox ul li::marker{
  content: "";
}
.checkbox ul li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #f2a49e;
  font-weight: bold;
  padding-right: .5em;
}
/************************************
** ピンクボックス
************************************/
.pinkBox {
    background: #fff0f0;
    border: 1px solid #c0aead;
    padding: 20px 20px 0;
}
span.pinkBoxText{
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #c0aead;
}
.pinkBox ul li {
    list-style: "・";
    font-size: 15px;
}
/* 口コミ用白いエリア */
.reviewBox{
  background: #ffffff;
  margin: 1em 0;
  padding: 20px;
  border: 1px solid #dfd6d6;
  box-sizing: border-box;
}
.p-r-title{
  font-weight: bold;
}
/************************************
** スター評価
************************************/
/*星のスタイル*/
.rating-star{
  color: #f5bc55;
  font-size: 14px;
  display: inline;
  margin: 0 1em 0 0;
}
/*数字のスタイル*/
.rating-number{
  color: #333;
  font-size: 0.9em;
  margin-left: 0.4em;
}
/************************************
** コスト表
************************************/
.cost-list th {
    background: #f4f4f4;
}
/************************************
** お得情報BOXリスト
************************************/
.list-points {
    background: #f5f5f5;
    margin: 20px auto;
    padding: 1em 1.5em;
  }
.list-points p {
    text-align: center;
    margin-bottom: 25px;
}
.pointBox-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
}
.value-info li, .list-points li {
    font-weight: bold;
}
.list-points ul {
    font-size: 14px;
    font-weight: bold;
}
/* お得情 */
.value-info {
    background: #f7ecec;
    border: solid 1px #e5e5e5;
    margin: 0 auto;
    padding: 24px;
    margin-bottom: 23px;
}
.value-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.value-info li{
  font-size: 12px;
}

/************************************
** ダイヤリスト
************************************/
.labelBox-Diamond {
    margin: 2em 0;
    padding: 0.5em 1em;
}
.labelBox-Diamond .Dbox-title {
    color: #3494cd;
    font-weight: bold;
}
ul.DiamondList{
  padding:0!important;
  margin:0!important;
}

.DiamondList li{
  list-style-type:none !important;
  list-style-image:none !important;
  margin: 5px 0px 5px 0px !important;
}

.DiamondList li{
  position:relative;
  padding:0 0 0 20px !important;
}

.DiamondList li:after{
  content:"♦︎";
  display:block;
  position:absolute;
  color: #51d5e2;
  top:0;
  left:0;
}
/************************************
** 吹き出し
************************************/
.hukidashi{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% auto 2%;
}
.hukidashi .iconImg{
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 16px;
  border: 3px solid #e4e4e4;
}
.hukidashi .iconImg img{
  width: 80%;
  min-width: 80%;
  margin: 10px auto;
  display: block;
}
.hukidashi .textCOntent{
    position: relative;
    border: 4px solid #e3e3e3;
    padding: 10px;
}
.hukidashi .textCOntent::before{
    content: "";
    position: absolute;
    top: -4px;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #e3e3e3 transparent transparent;
    line-height: 0;
    _border-color: #000 #e3e3e3 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/************************************
** アクセス(住所)リスト
************************************/
dl.EntryClinic-list dt{
  padding: 2px 6px;
  font-weight: 700;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
dl.EntryClinic-list dd{
  margin-bottom: 2em;
  margin-left: 18px;
}

/************************************
** ランキング用デザイン
************************************/
.ranking_lisBox {
  list-style: none;
  padding-left: 0;
}
.ranking_lisBox li{
  margin: 0 !important;
}
.ranking_lisBox > li {
    border: 1px solid #053053;
}
.ranking_lisBox li h3{
  border-bottom: none !important;
  color: #ffffff;
  line-height: 52px;
  background-color: #053053;
  padding-left: 64px;
  padding: 0 !important;
  font-weight: bold !important;
  margin: 0 !important;
}
.ranking_lisBox li h3::before{
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  font-family: Futura, 'Century Gothic';
  font-size: 1.25rem;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  content: counter(number) " ";
}
/* 1位 */
.ranking_lisBox li:first-of-type h3::before{
  background-color: #FDAA00;
  color: #ffffff;
  counter-increment: number 1;
}
/* 2位 */
.ranking_lisBox li:nth-of-type(2) h3::before{
  background-color: #AABCC6;
  color: #ffffff;
  counter-increment: number 2;
}
/* 3位 */
.ranking_lisBox li:nth-of-type(3) h3::before{
  background-color: #B59A3C;
  color: #ffffff;
  counter-increment: number 3;
}
.RtopArea{
  width: 95%;
  display: table;
  margin: 0 auto;
}
.L_img{
  width: 36%;
  float: left;
}
.rList{
  width: 62%;
  float: right;
  margin: 28px 0 0 4px;
  border: solid 2px #f89174;
  background: #fffbf4;
  padding: .5em .2em .5em .8em;
}
.rList ul {
    padding: 0;
    margin: 4% 0;
    list-style: none;
}
.rList ul {
    list-style: none;
}
.rList li::before{
  content: "\f14a";
  display: inline-block;
  color: #fe917c;
  font-weight: bold;
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  padding: 0 1% 0 0;
}

.exText {
  width: 93%;
  margin: 0 auto;
  padding-top: 24px;
  font: inherit;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .navi{
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .no-scrollable-main .main{
    width: 100%;
  }
}

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

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