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

/************************************
** 子テーマ用のスタイルを書く
************************************/
nav#navi, .menu-header .sub-menu {
	border-bottom: 1px solid #e5e5e5;
}
.tagline {
	color: #444;
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
}
.article h1 {
	color: #444;
	font-size: 23px;
	font-weight: normal;
	margin-top: 0;
	padding: 0px 3px 0 3px;
}
.article h2 {
	background-color: #fff;
	color: #333;
	position: relative;
	margin: 0 0 1em 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
.article h2::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.article h2:first-letter {
	font-size: 150%;
	color: #df0669;
}
.article h3 {
	background-color: #fff;
	color: #444;
	font-size: 20px;
	font-weight: normal;
	border-left: 8px solid #df0669;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 0 3px 12px;
	margin: 50px 10px 15px 0;
}
.article h4 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin-top: 0;
	padding: 20px 0 0 0;
}
.bold-text {
	font-weight: 700;
}
.wp-caption {
	border: 0;
	border-radius: 0;
	margin-bottom: 25px;
}
.wp-caption-text,
.gallery-caption {
	color: #666;
	padding-bottom: 8px;
}

.cat-label {
	display: none;
}
.sidebar {
	background-color: #f3f3f3;
	color: #333;
	font-size: 15px;
}
.sidebar a {
	color: #333;
	text-decoration: none;
}
.sidebar h3 {
	color: #333;
	background: none;
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
	content: '';
	position: absolute;
	top: 40%;
	width: 25%;
	border-top: 3px solid #df0669;
}
.sidebar h3::before {
	left: 0;
}
.sidebar h3::after {
	right: 0;
}

.widget_categories ul li a {
	border-bottom: 1px solid #e4e4e4;
}
.widget_categories ul li a::before {
	font-family: FontAwesome;
	content: "\f07c";
	color: #ccc;
	padding-right: 6px;
}
.widget_categories > ul > li > a:first-child {
	border-top: none;
}
.widget_recent_entries ul li a {
	border-bottom: 1px solid #e4e4e4;
}
.widget_recent_entries ul li a::before {
	font-family: FontAwesome;
	content: "\f017";
	color: #ccc;
	padding-right: 6px;
}
.widget_recent_entries > ul > li > a:first-child {
	border-top: none;
}
.footer-bottom {
	margin-top: 0;
	padding: 12px 0 30px 0;
}
.navi-footer-in a:hover {
	background: none;
	text-decoration: underline;
}
.go-to-top {
	bottom: 80px;
}
.page .author-info {
	display: none;
}
.post .author-info {
	display: none;
}
.cat-link {
	background-color: #df0669;
}
.tagcloud a {
	background-color: #fff;
	border-radius: 9px 3px;
}
.list-title-in:before, .list-title-in:after {
	background-color: #f1f100;
}
.pagination-next-link {
	background-color: #df0669;
	color: #fff;
	border: none;
	border-radius: 5px;
}
.pagination-next-link:hover {
	background-color: #f02783;
	color: #fff;
}
.page-numbers {
	color: #444;
	border: 1px solid #ccc;
}
.pagination .current {
	background-color: #ccc;
	color: #fff;
}
.page-numbers.dots {
	opacity: 1;
	background: none;
}
.pagination a:hover {
	background-color: #ccc;
	color: #fff;
}
.related-entry-heading {
	font-size: 16pt;
	text-align: center;
}
.related-entry-card-wrap {
	margin-bottom: 0;
}

/* 目次 */
.toc{
	background:#fbfbfb;
	border:none;
	display:block;
	max-width: 450px;
 	border-top:5px solid;
	border-top-color:#df0669;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 20px 25px;
	margin-top: 35px;
}
.toc-title {
	text-align:left;
	margin: 0 20px 20px -10px;
	padding-left: -20px;
	font-size: 23px;
	font-weight: 700;
	color: #df0669;
}
.toc-title:before {
	top: 0;
	left: -45px;
	width: 50px;
	height: 50px;
	font-family: FontAwesome;
	content : "\f0ca";
	font-size:20px;
	margin-right:5px;
	color:#fff;
	background-color:#df0669;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding:14px;
}
.toc-content ol {
	padding: 0 0.5em;
	position: relative;
	counter-reset:number; 
}
.toc-content ol li {
	line-height: 1.5;
	padding: 0.7em 0 0.5em 1.4em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
}
.toc-content ol li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	left : 0.5em;
	color: #df0669;
}
.toc-content ol li:last-of-type {
	border-bottom: none;
}
.toc-content ol li li:before {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	left : 0.5em;
	color: #df0669;
}
.toc-content ol li li:last-of-type {
	border-bottom: none;
}
.toc-content .toc-list li {
	font-weight:700;
}
.toc-content .toc-list li li {
	font-weight:normal;
}

/**sns share button**/
.button-caption {
	display: none;
}
.sns-share-buttons a {
	border-radius: 50%;
	margin: 5px;
}
#main .sns-share a {
	height: 50px;
	width: 50px;
margin-bottom: 0.5em;
}
.sns-share-buttons {
	justify-content: center;
}
.social-icon {
	font-size: 15px;
}
.sns-share-message {
	color: #777;
	font-size: 15px;
}
.page .sns-share,
.page .sns-follow {
	display: none;
}

.pr-label {
	border: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
	padding: 10px 0 10px 0;
}
.pr-text {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.responsive-unit {
	max-width: 336px;
	margin: 30px auto 0 auto;
	background-color: #fff;
}
.kijinai-unit {
	margin: 30px auto 0 auto;
}
.drect {
	width: 692px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.drect-l {
	width: 336px;
	float: left;
	margin-right: 20px;
}
.drect-r {
	width: 336px;
	float: left;
}
.kanren {
	margin-top: 30px;
}
.link-mid {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 25px 7px 25px;
	margin: 30px 0 30px 0;
}
.link-bottom {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 25px 7px 25px;
	margin: 30px 0 45px 0;
}
.link-mid-n {
    position: relative;
    padding: 10px 20px;
	border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
	margin: 60px 0 30px 0;
}
.link-mid-n .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #df0669;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 0 0 0;
}
.link-mid-n p {
    margin: 20px 0; 
    padding: 0;
}
.link-mid-n .box-title:before {
    font-family: 'FontAwesome';
    content: "\f0a4";
    padding:4px;
}
.link-bottom-n {
    position: relative;
    padding: 10px 20px;
	border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
	margin: 60px 0 45px 0;
}
.link-bottom-n .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #df0669;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 0 0 0;
}
.link-bottom-n p {
    margin: 20px 0; 
    padding: 0;
}
.link-bottom-n .box-title:before {
    font-family: 'FontAwesome';
    content: "\f0a4";
    padding:4px;
}
.lk-arrow {
	color: #6c6753;
	font-weight: 700;
	margin-right: 4px;
}
.waku {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 1em;
	padding: 15px;
}
table.wakut {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.wakut th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.wakut td { width: 100px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.top-space {
	margin-top: 3em;
}
.bottom-space {
	margin-bottom: 3em;
}
.underline_y {
	background: linear-gradient(transparent 60%, #ffff90 40%);
}
.box-list {
    padding: 1.5em 1.7em 0.6em 1.7em;
    margin: 2em 0;
    background-color:#fafafa;
    border: 2px solid #82b965;
}
.box-list p {
    margin: 0 0 15px 0; 
    padding: 0;
}
.box-list2 {
    padding: 1.5em 1.7em 1.4em 1.7em;
    margin: 2em 0;
    background-color:#fafafa;
    border: 2px solid #82b965;
}
.box-list2 p {
    margin: 0 0 15px 0; 
    padding: 0;
}
.check {
	border: 1px solid #cccccc;
	padding: 18px 25px 3px 25px;
	margin-bottom: 25px;
	border-radius:10px;
}
.check2 {
	border: 1px solid #cccccc;
	padding: 8px 25px 3px 25px;
	margin-bottom: 25px;
	border-radius:10px;
}
.box-am {
    position: relative;
    margin: 3em 0 2em 0;
    padding: 1em 1em;
    border: solid 3px #e37a14;
}
.box-am .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #e37a14;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-am p {
    margin: 0; 
    padding: 0;
}
.waku-amzl {
	width: 98%;
	height: auto;
	margin: 25px auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	background-color: #fafafa;
	overflow: hidden;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
	border: unset;
}
.amzl {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.amzl img {
	padding: 12px 15px 8px 5px;
}
.video-container {
  max-width: none;
}

/* プロフィール */ 
.prof {
    border: 1px solid #ddd;
	  background-color: #fff;
}
.prof .icatch {
    margin: 0;
}
.prof .circle_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: -70px auto 0 auto;
    border: 1px solid #ddd;
}
.prof .name {
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    /*color:#249bd2;*/
    margin: 14px 0;
}
.prof .txt {
    padding: 0 15px;
}
.prof .txt a {
	color: #187fc4;
	text-decoration: underline;
}
.prof .txt a:hover {
	color: #c70044;
	text-decoration: underline;
}
.prof .icon {
    margin: 14px 0 14px 0;
    text-align: center;
    padding: 0 15px;
}
.prof .icon li {
    display: inline-block;
    margin: 0 2px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    background-color: #6cc655;
}
.prof .icon li a {
    display: block;
    color: #fff;
}
.prof .icon li.facebook {
    background: #3b5998;
}
.prof .icon li.x {
    background: #000;
}
.prof .icon li.insta {
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

/*-- Rinker --*/
div.yyi-rinker-contents {
    width: 99%;
    margin: 25px auto;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0px 2px 6px 0 rgba(0,0,0,.13);
}

div.yyi-rinker-contents img {
    max-width: 100%;
}

div.yyi-rinker-contents div.yyi-rinker-box {
    padding: .8em 0;
}

div.yyi-rinker-contents div.yyi-rinker-image {
    margin: 2%;
    width: 30%;
}

div.yyi-rinker-info {
    padding: 0 3%;
    width: 100%;
    margin: auto;
}

.yyi-rinker-title {
    font-size: 1.1em;
    margin-left: .5em;
    padding-top: 1em;
}
div.yyi-rinker-contents div.yyi-rinker-title p {
    margin: 0;
}
div.yyi-rinker-contents div.yyi-rinker-title a {
    font-weight: bold;
    text-decoration: underline;
}
div.yyi-rinker-contents div.yyi-rinker-title a:hover {
    color: #777
}

div.yyi-rinker-contents div.yyi-rinker-detail {
    font-size: .8em;
    color: #000;
    padding-left: 13px;
    margin-top: 0;
    margin-left: .5em;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
    margin: .5em 0;
    margin-left: .5em;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin-right: .5em;
}

div.yyi-rinker-contents ul.yyi-rinker-links {
    display: inline-block;
    text-align: center;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 62%;
    padding: 0;
    margin: .5em .5em .4em .5em;
    font-size: .8em;
    display: inline-block;
    height: 40px;
    border-radius: 0;
    font-weight: bold;
    vertical-align: middle;
    line-height: 40px;
    transition: .3s ease-in-out;
    text-align: center;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover{
    opacity: .9;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink{
    background: #fff;
    border: 2px solid #666;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a {
    color: #666;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
    background: #ff9901;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
    color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
    background: #bf0000;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a {
    color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
    background: #ff0033;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a {
    color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
    background: #fff;
    border: 2px solid #4072b3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a {
    color: #4072b3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
    background: #fff;
    border: 2px solid #4dc0b2;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a {
    color: #4dc0b2;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
    height: 40px;
    line-height: 40px;
    font-size: 0.95em;
    padding-left: 0px;
    padding-right: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:after {
    position: absolute;
    right: auto;
    padding-left: 5px;
    font-family: "FontAwesome";
    content: "\f138"!important;
    transition: .3s ease-in-out;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:hover::after {
    opacity: .9;
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

@media screen and (max-width: 580px) {
  div.yyi-rinker-contents div.yyi-rinker-box {
    padding: 1em 0 1em 0;
    display: block;
  }
  div.yyi-rinker-contents div.yyi-rinker-image {
    width: 250px;
    margin: auto;
  }
  div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
    padding: 0;
    margin: auto;
    width: 90%;
    text-align: center;
  }
  .yyi-rinker-title {
    font-size: 1em;
    text-align: center
  }
  div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    display: block;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 85%;
    font-size: .9em;
  }
  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li a:after {}
}

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

/*767px以下*/
@media screen and (max-width: 767px){
  /*必要ならばここにコードを書く*/
.entry-header .eye-catch {
	margin-left: -1em;
	margin-right: -1em;
	max-width: none;
	width: auto;
}
}

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