@charset "UTF-8";

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

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


/* 空段落でも1em空け */
.entry-content p:empty {
  height: 1em;
}



/************************************
** アプリーチ用CSS　start
************************************/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/************************************
** アプリーチ用CSS　End
************************************/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}

/************************************
** TY-BlogAdd
************************************/
/***
スクロール時のヘッダ背景色
*/
.fixed-header {
  background-color:#193273;
}


/***
目次デザイン変更 S
*/
.toc {
	padding: 0;
}
.toc .toc-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 12px;
	background-color: #193273;
	color: #ffffff;
}
.toc .toc-title:before {
	display: block;
	content: '\f0c9';
	font-family: 'FontAwesome';
	color: #ffffff;
	margin-right: 0.5em;
}
.toc .toc-content {
	background-color: #f5f6f7;
}
.toc-checkbox:checked~.toc-content {
	padding-top: 0;
}
.toc .toc-content ul.toc-list {
	padding: 18px;
}
.toc .toc-content ul.toc-list li {
	font-weight: bold;
}
.toc .toc-content ul.toc-list li:before {
}
.toc .toc-content ul.toc-list li ul li {
	font-size: 0.85em;
	font-weight: normal;
}
.toc .toc-content ul.toc-list li ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 12px;
}

/***
目次デザイン変更 E
*/

/* 見出しのデザインリセット */
.entry-content h2,.entry-content h3{
border:none;
background:none;
padding: 0;
}
/*H2 */
.entry-content h2 {
  border-left: solid 8px #193273; /* 左線: 実線・太さ・色 */
  color: #333; /* 文字色 */
  padding: 1em 1em; /* 余白 */
	background-color:#eee;
	margin-top:3em;
}
/*H3 */
.entry-content h3 {
  position: relative;
  border-left: 8px solid #cdd8f4; /* 左線: 実線・太さ・色 */
  color: #333; /* 文字色 */
  padding: .5em 1em; /* 余白 */
	background-color:#f5f5f5;
	margin-top:2em;
}

.entry-content h3::before {
  position: absolute;
  content: "";
  left: -8px;
  bottom: 0;
  width: 8px;
  height: 60%;
  background-color: #193273; /* アクセント線 */
}
