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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.eye-catch .cat-label,.cat-label{
    background: #39bcdf!important
}

.inner-wrap {
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
	margin:0 auto;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: flex
;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-2.col-lg-2-5 {
        flex: 0 0 13%;
        max-width: 13%;
    }
    .col-lg-2.col-lg-3-5 {
        flex: 0 0 20.333333%;
        max-width: 20.333333%;
    }
}
#footer a{
	text-decoration:none;
	    font-size: .8em;
}
#footer p{
    line-height: 2.2;
}
#footer h4{
    padding-left:10px;
	border-left:solid 5px #fff;
margin: 20px 0;
}
.article-header .catblue{
margin-bottom: 20px;
    position: absolute;
    z-index: 2;
}
.catblue a{
    font-size: 17px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    background: #39bcdf !important;
}
.oral-table{
white-space: nowrap;
    line-height: 1.6;
}

.entry-card .catblue{
    margin-bottom: 0px;
    top: 6px;
    position: absolute;
    left: 0;
    text-align: left;
    line-height: 1;
    padding: 1.5%;
}
.entry-card .catblue .entry-card-wrap{
    display:none;
}
.cat-label {
    display:none;
}



.entry-card .catblue a{
    font-size: 12px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    background: #39bcdf !important;
}


@media screen and (max-width: 599px){
.entry-card .catblue a{
font-size: 10px;
    padding: 4px;
    opacity: 1;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    background: #39bcdf !important;
}
	.entry-card .catblue {
    margin-bottom: 0px;
    top: 2px;
    position: absolute;
    left: 0;
    text-align: left;
    line-height: 1;
    padding: 1.5%;
}
}



table.oral {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    max-width: 100% !important;
    word-break: break-all;

}
table.oral {
    border: none;
    border: 1px solid #dedede;
    border-bottom: none;
    border-collapse: collapse;
    word-break: break-all;
    table-layout: fixed;
	    overflow-x: auto;
    display: block;
    max-height: 100%;
}
#footer {
    background: #39bcdf!important;
}
table.oral,table.oral tr{
	border:none;
}
.oral-table img{
	max-height: 100px;
    width: auto;
	margin-top:30px;
}

table.oral tr td, table.oral tr th {
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
	    font-size: .8em;
}

table.oral tr:first-child td {
	    background: #fff !important;
	font-size:1em;
	font-weight:600;
}
.header {
    background-color: #fff;
    padding-bottom: 15px;
}
.big {
	font-size:2em;
	font-weight:600;
}

.big3 {
font-size: 1.1em;
    padding: .2em .5em;
    font-weight: 600;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
    background: #ebebeb;
}
.al-c{
	text-align:center;
}
table tr:nth-child(even) {
    background: #fff;
}
.btn-aral{
	    border: 0.1rem solid #39BCDF;
    background: #39BCDF;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	font-weight:600;
	text-decoration:none;
    cursor: pointer;
	width: 100%;
        padding: 1rem 1rem;
}
.btn-aral:hover {
    background: #fff;
    color: #39BCDF;
  }


table.oral td::before, table.oral th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    z-index: -1;
}
table.oral tr {
    border-bottom: none !important;
}


table.oral tbody td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;

    white-space: normal;
    min-width: 130px;
	    background: #c8edff !important;
}
@media screen and (max-width: 599px){
table.oral tbody td:first-child {
    min-width: 90px;
}

}
table.oral td {

    letter-spacing: 1px;
    font-weight: 500 !important;
    color: #555 !important;
}

.gray-box {
    margin: 3rem 0;
    padding: 3rem;
    background: #eee;
}
.b {
    font-weight: 600;
}
.red {
    color: #dc143c;
}
.marker1 {
    background-color: #feffbe;
}


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

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

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

/* スクロールバーの操作部分にホバーした時のスタイル */
table.oral::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}

table.oral.oral2 {
    width: 100%;
    table-layout: auto;
    overflow-x: unset;
    display: table;
}
@media screen and (max-width: 599px){
table.oral.oral2 tbody td:first-child {
width: 90px;
        min-width: 90px;
}
}
table.oral.oral2 td{
    font-size: 1em;
}
ol.yellow-number, ul.yellow-number {
    margin: 3rem 0;
    list-style: none;
    counter-reset: item;
}
ol.yellow-number, ul.yellow-number {
    background-color: #fffceb;
    margin-bottom: 40px !important;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 40px 50px;
}
ol.yellow-number li, ul.yellow-number li {
    position: relative;
    display: block;
    padding: 0em 0px 0em 30px !important;
    }
	
ol.yellow-number li:before, ul.yellow-number li:before {
    counter-increment: item;
    content: counter(item);
    padding-right: .7rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0rem;
}
ol.yellow-number li:before, ul.yellow-number li:before {
    background-color: #ffcd44 !important;
    height: 23px;
    width: 23px;
    border-radius: 50px;
    top: 3.5px !important;
    text-align: center;
    color: #fff !important;
    font-weight: 300 !important;
    padding: 0 !important;
    line-height: 1.9;
    font-size: .75em;
}

.article h3{
    background: none;
    padding-left: 5px;
}
.article h2{
	margin-top:5.5em;
	background-color:#39bcdf!important;
}
	
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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