@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body.public-page {
background: linear-gradient(135deg, rgb(230, 245, 242) 0%, rgb(247, 242, 230) 100%);
}
.header-container {
    padding: 14px 0px;
}
.nwa .sns-follow-buttons a {
    width: 19%;
}
.footer-bottom {
    margin-top: 0px;
}
@media screen and (min-width:1024px){
.article{
width:800px;margin:0 auto;}
}
.author-widget-name {
    margin-left: 27px;
}
.author-box p {
    font-size: 13px;
}
/*---------- スクロール可能なテーブル関連のCSS ----------*/
.table_box {
    display: block;
    overflow: auto;
}

.table_box th,
.table_box td {
    white-space: nowrap;
}

/* スクロールバー全体を対象にする */
.table_box::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.table_box::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.table_box::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.table_box::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.center {
  text-align: center;
}
.promofor {
    color: #838383;
    font-size: 14px;
    text-align: right;
	margin-bottom: 13px;
}
.article h2 {
    font-size: 25px;
    padding: 19px 25px;
    background-color: #584D3E;
    color: #FFF;
}
.article h3 {
    color: #6E6457;
    position: relative;
    z-index: 1;
	border:none;
    padding: 19px 5px;
}
.article h3::after {
content: "";
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgb(230, 245, 242) 0%, rgb(247, 242, 230) 100%);
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: -1;
}
.article h4 {
    color: #907D65;
    padding-left: 17px;
    background: url(https://asai.clinic/shinsaibashi/wp-content/themes/asai-cl/common/img/ico_cycle01.svg) no-repeat top 6px left / 32px;
    border-top: none;
    border-bottom: none;
}
.marker-under {
    font-weight: bold;
}
.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.sup {
    font-size: 12px;
    margin-top: -20px;
}
figcaption {
    text-align: center;
    margin-top: -20px;
}
.s-circle, .d-circle {
  display: block;
  text-align: center;
}
.entry-content table {
	font-size: 15px;
}

table th, table td {
    border: 1px solid #ced1d6 !important;
	padding: 7px;
    line-height: 1.6em;
}

table th {
    background-color: #FBF7F1 !important;
	font-weight: 500;
}
.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.entry-content table td {
    background: #FFF;
	border-collapse: collapse; /* 1pxにする */
}
a.cv-button {
  text-decoration: none;
  display: block;
  width: 80%;
  max-width: 400px;
  font-size: 16px;
  text-align: center;
  padding: 12px 10px;
  background: -webkit-linear-gradient(top, #ff8c00 0%, #ee8300 100%);
    background: linear-gradient(to bottom, #ff8c00 0%, #ee8300 100%);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 3px 0 #ff5d00;
    margin: 0 auto 2.5em;
}
a.cv-button:hover {
  opacity: 0.7;
  color: #fff !important;
}
/* タイトル付枠*/
.kakomi-box {
 position: relative;
 margin: 2em auto;
 padding: 0 1.2em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 90%;
}
.title-box {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 background-color: #fff; /* タイトル背景色 */
 font-weight: bold;
}
.badge {
    padding: 1px 5px 2px;
}
.gray_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 1.3em 1.2em 0;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
.article h2 {
    font-size: 19px;
    padding: 13px 14px;
}
.kakomi-box {
    margin: 2em auto;
    padding: 0 0.2em;
    width: 95%;
}
.entry-content table {
	font-size: 15px;
}
.merit,.demerit {
    width: 100%;
}
.author-widget-name {
    margin-left: 10px;
}
}
