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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.page h1.entry-title {
    display: none;
}
span.site-name-text {
    letter-spacing: 1.5px;
}
h2.wp-block-heading {
    font-weight: normal;
    letter-spacing: 1.5px;
}

.top_h1 {
    font-size: 22px;
    text-align: center;
    color: #089d9d;
    font-weight: normal !important;
	line-height: 1.5!important;
}
h3.widget-sidebar-title {
    font-weight: normal;
}

.single .entry-title{
    margin: 0 0 16px 0;
}

.single h1.entry-title {
    padding: 15px 20px 11px;
    background-color: #e2f3f3;
    border-color: #86cfcf;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #86cfcf;
    border-left: none;
    font-size: 22px;
	margin-bottom: 1.5em;
}
 .article h5 {
    margin-bottom: 1em;
}
span.bar_b {
    border-bottom: 2px solid #86cfcf;
}
.company li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.company ul {
    padding-left: 10px;
}
p.maphtml {
    text-align: center;
}
.company table th {
    padding: 8px;
    font-weight: normal;
    background: #eff9f9;
    font-size: 15px;
}
.company table td {
    background-color: #fff;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .table-css01 th, .table-css01 td {
    display: block;
    border-bottom: none;
  }
  .table-css01 tr:last-child td:last-child  {
    border-bottom: 1px solid #ccc;
  }ertical-align: top;

}

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