@charset "UTF-8";

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

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





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

#appeal {
  height: 200px;
}

@media screen and (max-width:640px) { 
  #appeal {
    height: 150px;
  }
}

/* ヘッダー下の余白を消す */
.header-in {

    flex-direction: initial;

}

.tagline {

    margin: 0;

}

.logo-image{

    padding: 0;

}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 30px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #fd7e00; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}

.acbox label:hover{
  background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 5px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #8BC34A; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 18px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

/*購入ボタンフォームのサイズを指定する*/
.nsa_product_detail input[type="submit"] {
    width: auto;
    padding: 14px 45px;
    font-size: 16px;
    border: 2px solid transparent;
	white-space: normal;
}

/*ボタンに影を付けて角を丸くする*/
.btn{
	border-radius: 35px;
	box-shadow: 0 7px 10px -5px rgba(0,0,0,0.5);
}

/* 個別記事ごとのliタグ */
.popular-posts li{
border-top: 1px dotted #CCC;
list-style-type:none;
list-style-image:none;
clear: both;
margin: 0px;
padding: 5px 0 5px 0;}

/* サムネイル */
.popular-posts img{
padding:0px;
float: left;}

/* 人気記事一覧の下の余白 */
.popular-posts ul { margin-bottom: 80px}

/* 人気記事のアイキャッチ左の余白を消す */
ul.wpp-list{
     padding-left: 0px!important;
}

.page-id-1787 navi cf {
    display: none;
}

.page-id-1787 div.page-top {
    display: none;
}

.page-id-1787 ul.mobile-footer-menu-buttons.mobile-menu-buttons {
    display: none;
    min-height: 0;
}

.page-id-1787.mblt-footer-mobile-buttons {
    margin-bottom: 0;
}

/*m-soraスキンの元のリスト（箇条書き）デザインを元に戻す*/
@@ -203,70 +203,6 @@ h3.widget-title:before {
	display: none;
}


.article ul {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin:2em auto;
	background:#d5ebff;
	box-shadow: 0 0 0 10px #d5ebff;
	border: dashed 3px #fff;
	border-radius: 5px;
  width: 96%;
}
.article ul:not(.has-list-style) li {
	line-height: 1.5;
	padding:0.6em 0.6em 0.6em 15px;
	list-style-type: none!important;
	text-shadow: 1px 1px 1px #fff;
	position: relative;
}
.article ul:not(.has-list-style) li:before {
	position: absolute;
	font-family: FontAwesome;
	content:"\f00c";
	font-size: 1.5em;
	font-weight: bold;
	color:#24ade2;
	line-height: 0.8em;
	left: -18px;
	text-shadow: 1px 1px 1px #fff;
}
.article ul li ul {
	padding: 0.5em 1em 0.5em 2.3em;
	margin: 0.5em 0;
	border:none;
	border-radius: 0px;
}
.iconlist-box {
	padding: 0;
}

.iconlist-box li::before {
	margin-right: 0;
	margin-left: 0;
}
.article ul.snsb {
	padding: 10px;
	margin:2em 0 ;
}
.article ul.snsp {
	padding: 0;
	margin:1em 0 ;
}
.article ul.snsb li {
	line-height: 1;
	padding:0;
	color:#454545;
	list-style-type: none!important;
	text-shadow: none;
}
.article ul.snsb li:before ,
.article ul.snsp li:before {
	content:"";
}


.entry-large-thumb img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
@@ -350,8 +286,7 @@ h3.widget-title:before {
}

.font-awesome-5 h5:before,
.font-awesome-5 .article h5::before,
.font-awesome-5 .article ul:not(.has-list-style) li:before{
.font-awesome-5 .article h5::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
  124 changes: 0 additions & 124 deletions124  
skins/m-tomato/style.css
Original file line number	Diff line number	Diff line change
@@ -232,125 +232,6 @@ h3.widget-title:before {
	background: #ffb694;
}

.article 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;
}
.article ul:not(.has-list-style) li {
	line-height: 1;
	padding:0.6em 0.6em 0.6em 15px;
	color:#454545;
	list-style-type: none!important;
	text-shadow: 1px 1px 1px #fff;
	position: relative;
}
.article ul:not(.has-list-style) 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;
}
.article ul:not(.has-list-style) li ul {
	padding: 0.5em 1em 0.5em 2.3em;
	margin: 0.5em 0;
	border:none;
	border-radius: 0px;
}
.iconlist-box {
	padding: 0;
}

.iconlist-box li::before {
	margin-right: 0;
	margin-left: 0;
}
.article ul.snsb {
	padding: 10px;
	margin:2em 0 ;
}
.article ul.snsp {
	padding: 0;
	margin:1em 0 ;
}
.article ul.snsb li {
	line-height: 1;
	padding:0;
	color:#454545;
	list-style-type: none!important;
	text-shadow: none;
}
.article ul.snsb li:before ,
.article ul.snsp li:before {
	content:"";
}
.article ol {
	counter-reset: number;
	list-style: none!important;
	padding:0.5em 1em;
	border:solid 2px #ffb107;
	border-radius: 10px;
}
.article ol.toc-list {
	counter-reset: number;
	list-style: none!important;
	padding:0 0.5em;
	border:none;
}
.article ol li {
	position: relative;
	border-bottom: dashed 1px #dcdcdc;
	padding:0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}

.article ol.toc-list li {
	position: relative;
	border-bottom: dashed 1px #dcdcdc;
	padding:0.2em 0.2em 0em 30px;
	line-height: 1.5em;
}

.article ol li ol {
	border:none;
	border-radius: 0px;
	padding:0.1em 0;
}

.article ol li:last-of-type {
	border-bottom: none; /* 最後の１行はボーダーを消す */
}
.article 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);
}


.entry-large-thumb img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
@@ -433,11 +314,6 @@ h3.widget-title:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.font-awesome-5 .article ul:not(.has-list-style) li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f14a";
}
.font-awesome-5 #under-entry-body h2:before,
.font-awesome-5 .article h4:before{
	content: "\f303";
