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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: initial;
  box-shadow: none;
  font-weight: normal;
  font-size: initial;
  line-height: initial;
  color: initial;
}


.article h1 {
  margin-left: 20px;
  padding-left: 7px;
  position: relative;
  border-left: solid 2px #006400;
  box-shadow: -4px 0px #fff,
            -6px 0px #008000,
            -10px 0px #fff,
            -12px 0px #228b22;
  padding-bottom: 10px;
	 font-size: 1.5em;
}

.article h1:before {
  content: "";
  position: absolute;
  left: -25px;
  right: 0;
  bottom: 12px;
  border-bottom: 2px solid #228b22;
  box-shadow: 0px 6px #228b22;
}

.article h2 {
	position: relative;
	padding-left: 30px;
	font-size:1.5em;
	color: #555;
}
.article h2::before,
.article h2::after{
	content: "□";
	position: absolute;
}
.article h2::before{
	left:0;
	top:-3px;
	color: #006400;
}
.article h2::after{
	left: 5px;
	top: 3px;
	color: #98fb98;
}

.article h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.article h3:before, .article h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.article h3:before {
  left:0;
}
.article h3:after {
  right: 0;
}

.article h4 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
}

.article h4::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2589d0;
    content: '';
}

.article h4::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2589d0;
    content: '';
}

.article h5 {
    display: inline-block;
    position: relative;
    color: #333;
}

.article h5:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #2589d0;
}

.article h6 {"font-size: 1.125em; font-weight: 400; line-height: 150%;"}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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


/*footerwhijit*/
@media screen and (max-width: 480px) {
	.footer-widgets {
		display: block;
	}
}


@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}
/* 
 

* ヘッダーロゴ左寄せ
*/
.header-in .tagline {
text-align:left;
	padding-left: 0px;
}

.header-in .logo {
text-align: left;
	padding-left: 0px ;
	
}

/* ヘッダーロゴ調整 */
#content-top {
  margin: 0 !important;
  padding: 0 !important;
}
#content-top .widget {
  margin: 0px !important;
  padding: 0px !important;
}
#content {
  margin-top: 0px !important;/* ← ここを微調整！ */
  padding-top: 0 !important;
}

/*グローバルメニュー*/
#navi.navi.cf{
	border-top:solid 1px #3c3c3c; /*線の種類 太さ 色*/
border-bottom:solid 1px #9d9d9d; /*下線色・太さ*/
padding:0.1em 0; /*上下の余白 左右の余白*/
}

.tagline{
font-size: 1em;
}
/*グローバルナビメニューの高さを変更*/

#navi .navi-in > ul li{
height: 40px;
line-height: 40px;
}

/*マウスオーバー時の文字色と背景色を変更
マウスオーバーしてから色が変わり終わるまでの時間も調整します。
- - - - - - - - - - ココカラ- - - - - - - - - -*/

#navi .navi-in a:hover{
color: #000000!important;
background: linear-gradient(#888888,#eeeeee);
transition: all 0.5s ease;
}

/*サブメニューもグラデーション化させるCSS*/
- - - - - - - - - - ココカラ- - - - - - - - - -

#navi .navi-in > .menu-header .sub-menu{
background: #dddddd;
}

#navi .navi-in > .menu-header .sub-menu a{
background: linear-gradient(#888888,#eeeeee);
}

#navi .navi-in > ul .sub-menu a:hover{
opacity: 0.8 ;
}
/*グローバルナビ区切り*/
#navi .navi-in > ul > li{
border-left: 1px solid #000000;
}

#navi .navi-in > ul > li:last-child{
border-right: 1px solid #000000;
}

.navi-in > ul > .menu-item-has-children > a::after{
right: 10px;
}


/*480以下でロゴの大きさ変更*/
@media screen and (max-width: 480px){
.logo-menu-button img {
	width: 300px;
    　　max-height: none;
	margin: 0px auto 0;
}
}
/*ヘッダーモバイルボタン高さ変更*/
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 60px;
	padding-top: 1px;
}

/*サイドバー装飾する*/
.sidebar h3{
	position: relative;
	padding: 20px 20px 20px 38px;
	font-size:16px;
	border: 1px solid #D8D8D8;
	border-top: 4px solid #325A8C;
	background: linear-gradient(#ffffff 0%, #EFEFEF 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.sidebar h3::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 4px solid #325A8C;
	border-radius: 100%;
	box-sizing:border-box;
}


/*表About Us*/
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: auto;
}
.table_design01 th, .table_design01 td {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 1em;
}
.table_design01 th {
  background-color: #e6f1f6;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}

.table_design02 {
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: auto;
}
.table_design02 th, .table_design02 td {
  border: 0px solid #d3d3d3;
  background-color: #fff;
  padding: 1em;
}
.table_design02 th {
  background-color: #e6f1f6;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}

/*リンクの下線を消す*/
a{
text-decoration: none;
}
