@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*logo*/
.site-name img {
	width: 100% !important;
	max-width: 610px !important;
	height :auto !important;
}
/*******************************
* 補足説明
********************************/
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
  padding: 20px 20px 20px 72px;
  border-radius: 4px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.information-box,
.information {
  background: #f3fafe;
  border: 1px solid #bde4fc;
}
.information-box::before,
.question-box::before,
.alert-box::before,
.information::before,
.question::before,
.alert::before,
.memo-box::before,
.comment-box::before,
.common-icon-box::before {
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  top: -13px;
  left: 13px;
  padding-right: .15em;
  line-height: 1em;
  top: 50%;
  margin-top: -.5em;
  width: 44px;
  text-align: center;
}

.information-box::before,
.information::before {
  content: '\f05a';
  color: #87cefa;
  border-right: 1px solid #bde4fc;
}
@media screen and (max-width: 440px) {
  .information-box,
  .question-box,
  .alert-box,
  .information,
  .question,
  .alert,
  .memo-box,
  .comment-box,
  .common-icon-box {
    padding: 26px 6px 6px;
  }

  .information-box::before,
  .question-box::before,
  .alert-box::before,
  .information::before,
  .question::before,
  .alert::before,
  .memo-box::before,
  .comment-box::before,
  .common-icon-box::before {
    padding: 0;
    top: 0.7em;
    left: 50%;
    margin-left: -0.5em;
    font-size: 18px;
    border: none;
    width: auto;
  }
}
/************************************
** コード
************************************/
pre {
  background-color: #f3f4f5;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 10px;
  margin: 1em 0;
}
/************************************
** ブログカード
************************************/
.cf::after {
  clear: both;
  content: "";
  display: block;
}
.a-wrap {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 1.5%;
  margin-bottom: 3%;
  transition: all 0.7s ease;
}
.a-wrap:hover {
  background-color: #f5f8fa;
  transition: all 0.7s ease;
  color: #333;
}
.blogcard-wrap {
  margin: 24px auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
.blogcard {
  padding: 1.4% 2% 1.8%;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.3;
  position: relative;
}
.blogcard-thumbnail {
  float: left;
  margin-top: 3px;
  margin-right: 1.6%;
  width: 160px;
}
.blogcard-thumbnail img {
  width: 100%;
}
.blogcard-content {
  margin-left: 170px;
  max-height: 140px;
  min-height: 100px;
  overflow: hidden;
}
.blogcard-title {
  font-weight: bold;
}
.blogcard-snipet {
  font-size: 0.8em;
}
.blogcard-footer {
  clear: both;
  font-size: 0.8em;
  padding-top: 0.6%;
}
.blogcard-site {
  float: left;
  display: flex;
  align-content: center;
}
.blogcard-date {
  float: right;
  display: flex;
  align-content: center;
}
.blogcard-favicon {
  margin-right: 4px;
  margin-top: 2px;
}
@media screen and (max-width: 480px){
.blogcard-thumbnail {
	width:80px;
}
.blogcard-content {
  margin-left: 90px;
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding-bottom:5px;
}
}
/************************************
** 広告
************************************/
.i--ad {
	display: block;
    width: fit-content;
	background:#eee;
	font-size:12px;
	line-height:1;
	padding:5px 8px;
	margin: 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}
