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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
img {
  pointer-events: none;
}
.body{
	letter-spacing: 0.15em;
		font-family: 'Quicksand', sans-serif;
}
.search-box .search-edit {
	font-size: 14px;
	padding: 8px 16px;
	padding-right: 68px;
	border-color: #999;
	border-radius: 30px;
	height: 50px;
}
* {
	-webkit-appearance: none;
	border-radius: 0;
}
h2.entry-card-title.card-title.e-card-title{
	margin:0; 
	padding:0.2em;
	font-weight: normal;
	font-size:0.9em;
}

#main .button-caption {
	display: none; /*キャプション非表示*/
}
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*装飾*/
.balloon1-top {
  position: relative;
	margin:0 auto;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 80%;
  color: #555;
  font-size: 16px;
  background: #E0ECE4;
	border-radius: 15px;
	text-align: center;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #E0ECE4;
}

.balloon1-top p {
  margin: 0;
  padding: 18px;
}

.balloon1-bottom {
  position: relative;
	margin:0 auto;
	margin-top:1.5em;
	margin-bottom:1.5em;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 80%;
  color: #555;
  font-size: 16px;
  background: #E0ECE4;
	border-radius: 15px;
	text-align: center;
}

.balloon1-bottom:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E0ECE4;
}

.balloon1-bottom p {
  margin: 0;
  padding: 18px;
}
/*box*/
.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
	margin: 1em;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0.8em;
}

.arrow2{
    position:relative;
    width:150px;
    height:36px;
    background:#f5b461;
    padding-bottom:10px;
	margin-left:5px;
	margin-bottom: 1.5em;
    text-align:center;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    border-radius:23px;
    -webkit-border-radius:23px;
    -moz-border-radius:23px;
}
.arrow2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(240, 145, 153, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:9px;
    border-right-width:9px;
    margin-left: 9px;
    border-top-color:#f5b461;
    top:100%;
    left:14%;
}

.btn-brackets {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #000;
  transition: .4s;
}
.btn-brackets:hover {
  color:#ff7f7f;
}
.btn-brackets:before, .btn-brackets:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.btn-brackets:before {
  border-left: solid 1px #ff7f7f;
  border-top: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  left: 0;
}
.btn-brackets:after {
  content: '';
  border-top: solid 1px #ff7f7f;
  border-right: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  right: 0;
}

/*目次*/
.toc{
	border:none;
	padding:1em 2em;
	border-top:1px solid #CDBBA7;
	border-bottom:1px solid #CDBBA7;
	font-family: 'Quicksand', sans-serif;
}
.toc ul li{
	list-style
}
.toc-list > li li {
  list-style: none;
}
.toc-list > li li a{
  color:#888;
 }
.toc-list > li li a::before {
content: "";
width: 7px;
height: 7px;
left: -5px;
display: inline-block;
border-radius: 50%;
background: #E0ECE4;
position: relative;
margin-bottom: 2px;
}
@media screen and (min-width:860px){
.toc{
border-top:1px solid #CDBBA7;
	border-bottom:1px solid #CDBBA7;
	}
}

.toc{/*枠に影を付けます*/
box-shadow: 0;}

/*リンカー*/

div.yyi-rinker-info div.yyi-rinker-title a{
	font-weight: 400;
    font-size: 16px;
}
ul.yyi-rinker-links a.yyi-rinker-link{
	font-weight: 400;
    
}

ul.check1 {
  border: solid 2px #E0ECE4;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.check1 li {
  line-height: 1.5;
  padding: 0.5em 0;
	font-size:0.9em;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check1 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #E0ECE4; /*アイコン色*/
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.list-01 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.list-01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ae";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #add8e6; /*アイコン色*/
  font-weight: 900;
}
	
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:after,ul.cp_list li:before {
	position:absolute;
	content:'';
	display:block;
	background: #FFC107;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}
	
	.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}
}

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

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

/*
     FILE ARCHIVED ON 02:48:26 Nov 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:07:29 Aug 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.437
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.04
  esindex: 0.006
  cdx.remote: 5.146
  LoadShardBlock: 219.772 (3)
  PetaboxLoader3.datanode: 244.974 (5)
  PetaboxLoader3.resolve: 376.737 (3)
  load_resource: 439.909
  loaddict: 29.986
*/