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

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

/************************************
** ボックス
************************************/
/*タイトル付き（ラベルボックス）*/
.box5-2{
	background-color:#fff; /* ボックス背景色 */
	padding:2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に) */
	border: 1px solid #666;/* ボックスの線 (太さ・種類・色)*/
	padding-bottom: 5px;
    padding-top: 20px;
}
.box5-2 .box-title {
	background-color:#fff; /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	font-weight:500;
	color: #666; /* タイトル文字色 */
	padding: 0 5px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/* 配置(ここを動かす) */
	top: -8px; /*上からの距離*/
	left: 20px; /*左からの距離*/
}
/*　テーマボックス */
.kakomi-tape4 {
    position: relative;
    padding: 35px 20px 20px;
    margin: 2.5em auto;
    width: 90%;
    color: #555555;
    background-color: #fff;
    box-shadow: 0 2px 5px #888888;
	text-align: center;
	font-weight: bold;
}
.title-tape4 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.1);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2); 
 transform: rotate(-3deg);
}

/*　BOX：青線 */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/*　タブボックス */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/*メリット・デメリット　BOX*/
.meritto, .demeritto {/*ブロックの枠*/
    position: relative;/*基準に設定*/
    padding: 0.8em 1em;/*内側の余白　上下0.8　左右1*/
    margin: 3em 0 2em;/*外側の余白　上3　左右0　下2*/
}
.meritto {/*メリットの枠線*/
    border: 3px solid #46bc63;
}
.demeritto {/*デメリットの枠線*/
    border: 3px solid #ff6e6e;
}
.meritto .box-title {/*タイトル部分*/
    position: absolute;/*基準をもとに自由に動かせるように*/
    top: -42px;/*上からの位置*/
    left: -3px;/*左からの位置*/
    color: white;/*文字色*/
    line-height: 32px;/*文字の高さ*/
    padding: 5px 13px 3px;/*内側の余白*/
    border-radius: 10px 10px 0 0;/*角丸　上2つだけ丸*/
}
.demeritto .box-title {/*タイトル部分*/
    position: absolute;/*基準をもとに自由に動かせるように*/
    top: -42px;/*上からの位置*/
    left: -3px;/*左からの位置*/
    color: white;/*文字色*/
    line-height: 32px;/*文字の高さ*/
    padding: 5px 13px 3px;/*内側の余白*/
    border-radius: 10px 10px 0 0;/*角丸　上2つだけ丸*/
}
.meritto .box-title {/*メリットのタイトル背景色*/
    background: #46bc63;
}
.demeritto .box-title {/*デメリットのタイトル背景色*/
    background: #ff6e6e;
}
.meritto .box-title:before, .demeritto .box-title:before {/*タイトルのアイコン*/
    margin-right: 10px;/*右側の余白*/
    font-size: 1.2em;/*アイコンの大きさ*/
}
.meritto .box-title:before {/*メリットのアイコン*/
    content: "\f599";
}
.demeritto .box-title:before {/*デメリットのアイコン*/
    content: "\f119";
}
.meritto ul, .demeritto ul {/*中の箇条書き*/
    list-style: none;/*●を消去*/
}
.meritto li, .demeritto li {/*中の箇条書きの中*/
    padding: .5em 0;/*上下の余白*/
}
.meritto li:before, .demeritto li:before {/*箇条書きの前にアイコン追加*/
    margin-left: -20px;/*左の余白*/
    margin-right: 10px;/*右の余白*/
}
.meritto li:before {/*メリットのアイコンと色*/
    content: "\f164";
    color: #46bc63;
}
.demeritto li:before {/*デメリットのアイコンと色*/
    content: "\f165";
    color: #ff6e6e;
}
.meritto li:before, .meritto .box-title:before, .demeritto li:before, .demeritto .box-title:before {/*アイコンの共通設定*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*交差線*/
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

/*注意BOX*/
.cautionbox{
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
}
.cautionbox-title{
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}
.cautionbox p{
  margin: 0;
  padding: 0;
　font-size:16px;
}

/************************************
** リスト
************************************/
/*リストチェック*/
ul.CHECK_list{
  list-style-type: none;
}
li.CHECK_list {
  position: relative;
  line-height: 1.8;
	font-weight: bold;
	position:relative;
  padding: 0px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
}
li.CHECK_list::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 5px solid #3498db;
  border-bottom: 4px solid #3498db;
  transform: rotate(-45deg);
}

/*リスト吹き出し*/
ul.cp_list  {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
	font-size: 18px;
	margin-left: 10px;
}
ul.cp_list li {
	position:relative;
	padding: 0em 1em 0em 1.5em;
	padding-left: 50px;
	font-weight:bold;
}
ul.cp_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f4ad";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #01377F; /*アイコン色*/
}
/*リスト注意*/
ul.cau_list {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  font-size: 18px;
  margin-left: 10px;
}

ul.cau_list li {
  position: relative;
  padding: 0em 1em 0em 1.5em;
  padding-left: 50px;
  font-weight: bold;
}

ul.cau_list li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f071'; /* Unicodeをf071に変更 */
  position: absolute;
  left: 1em;
  color: red; /* 赤色に変更 */
}

/*リストnumber*/
ol.number{
  counter-reset:list;
  list-style-type:none;
  font: 18px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
	padding-left: 5px;
    padding-top: 5px;
}
ol.number li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size:16px;
  border-bottom:dashed 1px #3498db;
}
ol.number li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #3498db;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/************************************
** アプリ―地
************************************/
.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;
}

/************************************
** 吹き出しイラスト
************************************/
/* 左画像 */
.voice-img-left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 60px;
  height: 60px;
}
/* 右画像 */
.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 60px;
  height: 60px;
}
.voice figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.voice-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
/* 左からの吹き出しテキスト */
.voice-text-right {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}
/* 右からの吹き出しテキスト */
.voice-text-left {
  position: relative;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}
p.voice-text {
  margin: 0 0 8px;
}
p.voice-text:last-child {
  margin-bottom: 0px;
}
/* 左の三角形を作る */
.voice-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -20px;
}
.voice-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}
/* 右の三角形を作る */
.voice-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #eee;
  top: 15px;
  right: -23px;
}
.voice-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.voice:after,.voice:before {
  clear: both;
  content: "";
  display: block;
}
/************************************
** ボタン
************************************/
/*フラット*/
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
.tagcloud a {
	font-size: 14px !important; /* 文字のサイズ */
	line-height: 1em;
	background: #47bea0; /* 背景色 */
	color: #fff; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px; /* 文字周りの余白 */
	margin-top: 3px; /* タグ同士の余白 */
	border-radius: 4px; /* 角を少し丸く */
	text-decoration: none;
}
.tagcloud a:hover {
 	background: #f9d635; /* マウスホバー時の背景色 */
	color: #fff; /* マウスホバー時の文字色*/
}
.tagcloud a:before {
        font-family: "FontAwesome";
        content: "\f02b";
	padding-right: 4px;
}

/*シンプル*/
.btn-gradient-simple {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  transition: .4s;
}

/************************************
** サイドバーウェジットタイトル
************************************/
#sidebar h3 {
    margin-bottom: 16px;
    font-size: 20px;
    background: 0 0;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    background-color: #5b9dd9;
    color: #fff;
	}

/************************************
** プロフィール欄
************************************/
.nwa .author-box {
	max-width:none;
	padding: 0;
}
aside#author_box-2.widget.widget-sidebar.widget-sidebar-standard.widget_author_box{
	padding: 0!important;
	border-radius: 10px;
}
@media (max-width: 1023px){
aside {
	padding: 0 .5em;
}
}
.nwa .author-box .author-thumb {
	width: 100%;
	height:9em;
	border-radius: 10px 10px 0 0;
}
.author-box figure.author-thumb{
	float: none;
	text-align: center;
	background: url( /*こちらに背景画像のアップロードURLを入力*/) center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.author-box img.avatar.photo{
	background-image: none;
	padding: 0!important;
	box-shadow:none;
}
.author-box figure.author-thumb img{
	width: 40%;
	max-width:180px;
	margin-top:20px;
}
@media (min-width:1023px){
	.nwa .author-box .author-thumb {
		height:8em;
}
.author-box figure.author-thumb img{
	max-width:120px;
}
}
@media (max-width:480px){
	.nwa .author-box .author-thumb {
		height:8em;
}
.author-box figure.author-thumb img{
	max-width:130px;
}
}
.author-box .author-name {
	margin: 0 0 2em 0;
}
.author-box .author-content .author-name a{
	text-decoration: none;
	font-size:1.2em;
	color:#545454;
}
.nwa .author-box .author-description {
	margin-bottom:20px;
}
.author-box .author-content .author-description p{
	font-size:16px;
	color:#7b7b7b;
	line-height:1.6em!important;
	margin:1em;
}
div.author-follows{
	padding-bottom:2em;
}
.author-box .author-content .author-description p a{ text-decoration: none; }
.author-box .author-content .author-description p a:hover{ text-decoration: underline; }
.author-box .author-content .author-follows .sns-buttons{ justify-content: center; }
.author-box .author-content .author-follows .sns-buttons a.follow-button{
	border-radius: 50%;
	border: none;
	width: 40px;
	height: 40px;
	color: #fff!important;
	margin:0 3px;
	transition: .5s;
}
div.author-follows a.follow-button.website-button.website-follow-button-sq{background-color: #6eb6fd!important;}
div.author-follows a.follow-button.twitter-button.twitter-follow-button-sq{background-color: #7dcdf7!important;}
div.author-follows a.follow-button.facebook-button.facebook-follow-button-sq{background-color: #7c9dec!important;}
div.author-follows a.follow-button.hatebu-button.hatebu-follow-button-sq{background-color: #2c6ebd!important;}
div.author-follows a.follow-button.instagram-button.instagram-follow-button-sq{background: linear-gradient(165deg, #427eff 5%, #f13f79 50%) no-repeat !important;}
div.author-follows a.follow-button.pinterest-button.pinterest-follow-button-sq{background-color: #bd081c!important;}
div.author-follows a.follow-button.youtube-button.youtube-follow-button-sq{background-color: #cd201f!important;}
div.author-follows a.follow-button.linkedin-button.linkedin-follow-button-sq{background-color: #0A66C2!important;}
div.author-follows a.follow-button.note-button.note-follow-button-sq{background-color: #41C9B4!important;}
div.author-follows a.follow-button.soundcloud-button.soundcloud-follow-button-sq{background-color: #FF5500!important;}
div.author-follows a.follow-button.flickr-button.flickr-follow-button-sq{background-color: #111!important;}
div.author-follows a.follow-button.line-button.line-follow-button-sq{background-color: #00c300!important;}
div.author-follows a.follow-button.amazon-button.amazon-follow-button-sq{background-color: #ff9900!important;}
div.author-follows a.follow-button.rakuten-room-button.rakuten-room-follow-button-sq{background-color: #C61E79!important;}
div.author-follows a.follow-button.slack-button.slack-follow-button-sq{background-color: #4A154B!important;}
div.author-follows a.follow-button.github-button.github-follow-button-sq{background-color: #4078c0!important;}
div.author-follows a.follow-button.codepen-button.codepen-follow-button-sq{background-color: #47CF73!important;}
div.author-follows a.follow-button.feedly-button.feedly-follow-button-sq{background-color: #2bb24c!important;}
div.author-follows a.follow-button.rss-button.rss-follow-button-sq{background-color: #f26522!important;}
.author-box .author-content .author-follows .sns-buttons a.follow-button span{ line-height: 40px; }
.author-box .author-content .author-follows .sns-buttons a.follow-button span::before{ font-size: 20px !important; }
@media (max-width:1023px){
	.nwa .author-box .author-thumb {
		height:11em;
		margin:0 0 7em 0;
}
.author-name{
	font-size:16px!important;
}
.author-description{
	line-height: 1.5 !important;
	text-align:center;
	margin:0 auto;
}
}
@media screen and (max-width: 1023px){/*スマホ画面でサイドバーを非表示*/
div.sidebar {
	display: none;
}
}

/************************************
** インデックス内の広告（なぜか2つ必要）
************************************/
aside#pc_ad-2.widget.widget-index-middle.widget_pc_ad{
    height: auto !important;
    border: 1px solid;
    border-color: #CECECE;
    padding-top: 10px;
    margin-bottom: 12px;
}
#pc_ad-2{
	height: auto !important;
	border: 1px solid;
	border-color: #CECECE;
	padding-top: 10px;
	margin-bottom: 12px;
}
div.ad-label{
	border: 1px solid #eee;
    font-size: 11px;
	background-color: #666;
	color:#fff;
	width: 80px;
	position: absolute;
	margin: 5px 0px 0px 15px;
	z-index: 2;
}
}

/************************************
** SNSフォローアカウント名（本文下）
************************************/
div.footer-meta {
    display: none;
}
div.author-info {
    display: none;
}
/************************************
** 上に行くボタン
************************************/
.go-to-top-button {
	width: 120px; /*横幅*/
  　height: 120px; /*高さ*/
	margin-bottom: 250px;
  }

/************************************
** 見出し
************************************/
/*h2*/
.article h2 {
    font-size: 20px;
    border-radius: 2px;
    background: #5B9DD9;
    line-height: 1.6;
    margin: 2.5em 0 1em;
    padding: 0.6em;
    color: #fff;
}
/*h3*/
.article h3 {
    border-left: 7px solid #5B9DD9;
    border-right: 0px #fff;
	border-top-color: #fff;
    border-bottom: 1px solid #66b4fa;
    font-size: 22px;
    padding: 12px 20px;
}
/*h4*/
.article h4 {
	border-top-color: #fff;
	border-bottom: 1px solid #66b4fa;
    font-size: 20px;
    padding: 9px 10px;
}
/*h5*/

/************************************
** 関連記事
************************************/
.related-entry-heading{
	position: relative;
    margin: 0;
    padding: 14px 10px;
    font-weight: bold;
    text-align: center;
    background: #5B9DD9;
    color: #fff;
}

/************************************
**　　　　アピールエリア
************************************/
.appeal{
	padding:0 0 .1em;
	background-color: #ADD5E4;
}
div#appeal-in.appeal-in.wrap{
	padding:0;
	min-height:0px;
	max-height:30px;
}
.appeal-content{
	background-color:#ADD5E4; /*背景色をこちらで変更します*/
	margin:auto;
	padding:0;
	max-width:100%;
	opacity:1;
	line-height:1.6;
}
a.appeal-button {
	color: #777777!important;
	font-size:.85em;
	padding:0 23em 0;
	margin:0;
	max-width:100%;
	white-space: nowrap;
	box-shadow: none;
}
@media screen and (max-width: 1023px){
	a.appeal-button {
		padding:0 18em 0 ;
}}
@media screen and (max-width: 834px){
	a.appeal-button {
		padding:0 13em 0 ;
		font-size:.75em;
}
.appeal{
padding:.1em 0 .25em;
}}
@media screen and (max-width: 652px){
	a.appeal-button {
		padding:0 8em 0 ;
}}
@media screen and (max-width: 500px){
	a.appeal-button {
		padding:0 6em 0 ;
}}
@media screen and (max-width: 420px){
	a.appeal-button {
		padding:0 3em 0 ;
}}
.appeal-button:hover {
	transform:none;
	box-shadow: none;
}
/************************************
** タグアイコン
************************************/
.tagcloud a:before {
	display: none;
}
/************************************
** 動画配置
************************************/
.wp-video {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

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

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

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

/************************************
 Twitter中央寄せ
************************************/
.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 550px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/************************************
横スクロールで画像をスライドさせる
************************************/
.image-horizontal-scroll{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.box{
	display: inline-block;
	width:60%;
	margin: 10px;
}