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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.main {
    padding: 36px 150px;
}
.header-container {
    padding: 0.5em 0;
}
.logo-header img {
    max-height: 45px !important;
}
.article h2 {
    font-size: 28px;
    padding: 17px;
    background-color: #80beba;
    color: #FFF;
}
.article h3 {
    border-left: 7px solid #80beba;
}
.article h4 {
    position: relative;
    padding: 0.4em 1.4em;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0.62em !important;
    line-height: 1.5 !important;
    font-size: 18px;
}

.article h4:before {
  font-family: "FontAwesome";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 8px;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}
.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.marker-under {
    font-weight: bold;
}
.sup {
    font-size: 12px;
    margin-top: -20px;
}
figcaption {
    text-align: center;
    margin-top: -20px;
}
.s-circle, .d-circle, .triangle, .cross {
  display: block;
  text-align: center;
}
.entry-content table {
	font-size: 15px;
}

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

table th {
    background-color: #f5f5eb !important;
	font-weight: 500;
}
/*公式リンクボタン*/
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, #b33641 0%, #b33641 100%);
    background: linear-gradient(to bottom, #b33641 0%, #b33641 100%);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 3px 0 #9b1823;
    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;
}

.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;
}
.badge {
    padding: 1px 5px 2px;
}
/*スクロールテーブル*/
/*---------- スクロール可能なテーブル関連の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; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.promofor {
    color: #838383;
    font-size: 14px;
    text-align: right;
    margin-bottom: 13px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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: 11px;
}
.article h3 {
    font-size: 18px;
}
.article h4 {
    font-size: 17px;
}
.kakomi-box {
    margin: 2em auto;
    padding: 0 0.2em;
    width: 95%;
}
.bule_box,.gray_box,.pink_box {
  padding: 1.3em 0.2em 0;
}
.entry-content table td {
    background: #FFF;
	border-collapse: collapse; /* 1pxにする */
}
}
