@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*フッターウィジェットスマホ表示*/

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

/*新着・人気一覧記事のショートコードに更新日・作成日表示*/

.widget-entry-card-date {
  display: block;
}


/* --------------------------- *
*  スライドインのカスタマイズ *
* --------------------------- */
/* 背景色を変更：背景画像にするなら不要 */
.mobile-menu-buttons {
background: #fafafa;
}
/* サイドバーのみ色変更 */
.sidebar-menu-button {
color: #EA2A15;
}

 .navi-pink {color: #FF7FA1} /* グローバルホーム*/
 .navi-skype {color: #00aff0} /* グローバルホーム*/
 .navi-toeic {color: #55acee} /* グローバルホーム*/
 .navi-online {color: #6fb536} /* グローバルホーム*/
 .navi-english {color: #6fb536} /* グローバルホーム*/

 /* 記事見出し */
 .article h1 {
 color: #5c6b80;
 font-weight: 800;
 font-size: 1.5rem;
 line-height: 1.3;
 }
 .article h2 {
border: none;
position: relative;
padding: .7em .75em;
margin-bottom: 1.5em;
background-color: #FFA500;
color: #fff;
border-radius: 6px;
border-bottom: 0px
}
.article h2::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #FFA500;
border-bottom: 0px
}

.article h4,
#comment-area h4,
#related-entries h4{
border: none;
position: relative;
padding-bottom: .5em;
border-bottom: 4px solid #ccc;
}
.article h4::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: ##FFA500;
}

.article h5 {
position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
border: none;
padding:0px 30px 10px;
margin-top: 30px !important;
color: ##FFA500;/*文字色*/
}
.article h5:before {
font-family: FontAwesome;/*アイコンフォント*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対配置*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: ##FFA500; /*アイコン色*/
}

.article h6{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}
h6:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ Check';
background: #80c8d1;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}



#footer {
  clear: both;
  background: #fafafa;
  border-top: dashed 2px #FFA500;
  color: #828587;
  padding: 5px;
}

 /* TOPページ記事一覧ぼかしフェードイン */
 a.entry-card-wrap figure.entry-card-thumb{
 overflow: hidden;
 }
 a.entry-card-wrap:hover img.entry-card-thumb-image{
 -webkit-filter: blur(2px) brightness(60%);
 filter: blur(2px) brightness(60%);
 -webkit-transform: scale(1.03);
 transform: scale(1.03);
 opacity: 1;
 transition: 0.3s;
 }
 a.entry-card-wrap figure.entry-card-thumb::before{
 z-index: 1;
 font-family: sans-serif;
 font-weight: bold;
 content: "READ MORE";
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-align-items: center;
 align-items: center;
 position: absolute;
 font-size: 100%;
 width: 100%;
 height: 100%;
 color: #fff;
 top: 0;
 left: 0;
 opacity: 0;
 transition: .25s ease;
 -webkit-transition: .4s ease;
 -moz-transition: .4s ease;
 -ms-transition: .4s ease;
 }
 a.entry-card-wrap:hover figure.entry-card-thumb::before{
 opacity: 0.9;
 font-size: 150%;
 }
 .entry-card-snippet{
 font-size: 72%;
 line-height: 1.6;
 color: gray;
 text-align: justify;
 text-justify: inter-ideograph;
 }

/*ブログカード */
 .blogcard {
	padding: 1rem;
	color: #666;
	position: relative;
	border-color: #68d6cb !important; /* 枠線の色を変更 */
}

a.blogcard-wrap:hover{
	background-color: transparent!important;
	opacity: 0.8;
}

a.blogcard-wrap:hover img.blogcard-thumb-image{
	transform: scale(1.1);
	transition: .3s;
}

.blogcard-thumbnail {
	line-height: 0;
	margin-right: 1rem;
	overflow: hidden;
}

.blogcard-title{
	margin-bottom: .5rem;
}

.blogcard-snipet{
	font-size: 70%;
	line-height: 1.7;
	padding-right: 10%;
}

@media screen and (max-width: 480px){
	.blogcard-thumbnail{
		width: 40%;
	}
	.blogcard-snipet{
		display: none;
	}
}

.internal-blogcard-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

.blogcard::before{
	content: 'あわせて読みたい'; /* タイトルの文言 */
	position: absolute;
	top: -.8rem;
	left: auto;
	font-size: 50%;
	background-color: #68d6cb; /* タイトルの背景色 */
	padding: .6em 1em;
	font-weight: bold;
	color: #fff;  /* タイトルの文字色 */
	border-radius: 2px;
}

.internal-blogcard::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .5rem;
	right: 1rem;
	font-size: 70%;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
}


#footer-widget {
 display: block;
}


.content .point ul {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin:2em 0;
	background:#fff4ea;
	box-shadow: 0 0 0 10px #fff4ea;
	border: dashed 3px #ffdbb7;
	border-radius: 3px;
}

.content .point ul li {
	line-height: 1.5;
	padding:0.6em 0.6em 0.6em 15px;
	color:#454545;
	list-style-type: none!important;
	text-shadow: 1px 1px 1px #fff;
}
.content .point ul li:before {
	position: absolute;
	font-family: FontAwesome;
	content:"\f046";
	font-size: 1.5em;
	font-weight: 700;
	color:#ff6347;
	line-height: 0.8em;
	left:18px;
	text-shadow: 1px 1px 1px #fff;
}
.content .point ul li ul {
	padding: 0.5em 1em 0.5em 2.3em;
	margin: 0.5em 0;
	border:none;
	border-radius: 0px;
}

.special ol {
	counter-reset: number;
	list-style: none!important;
	padding:0.5em 1em;
	border:solid 2px #ffb107;
	border-radius: 10px;
}
.special ol li {
	position: relative;
	border-bottom: dashed 1px #dcdcdc;
	padding:0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}
.special ol li ol {
	border:none;
	border-radius: 0px;
}
.special ol li:last-of-type {
	border-bottom: none; /* 最後の１行はボーダーを消す */
}
.special ol li::before {
	position:absolute;
	left:0;
	top:5px;
	counter-increment: number;
	content:counter(number);
	/* 数字のデザインを変える */
	display: inline-block;
	background: #ffb107;
	color:#fff;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height:27px;
	border-radius: 50%;
	width: 25px;
	height:25px;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}

/* Sidebar_area */

.area_dl {
  margin:0;
  padding:15px 10px 10px 10px;
  font-size:16px;
}
.area_dl dt {
  margin:0;
  padding:10px 0 0 0;
  clear:both;
  font-weight: bold;
	font-size: 20px;
  color:#828587
}
.area_dl dd {
  margin:0;
  padding:5px;
  border-bottom:1px dotted #406572;
  line-height: 1.7em;
}
.area_dl dd ul {
  margin:0;
  padding:0;
}
.area_dl dd ul li {
  margin:0;
	font-size: 20px;
  padding:20px 30px 0 0;
  display:inline;
  float:left;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



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

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

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

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