@charset "UTF-8";

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

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

/* 背景色を変更：背景画像にするなら不要 */

.mobile-menu-buttons {
	background: rgba(255,185,185,0.9);
}

.footer-bottom-logo .logo-image {
	max-width: 100%;
}

.buttonlink {
    max-width: 600px;
    text-align: center;
    margin:20px auto 20px auto;
    font-weight: bold;
    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}

.buttonlink :before {
	content:"【\f00c】";
        font-family:"Font Awesome 5 Free";
}


.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #F19926;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}

/* コメントエリア */
.comment-notes,
.comment-form-email,
.comment-form-url,
.form-allowed-tags{
  display:none;
}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #66c2c3; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
 .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: auto;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}



.list-3{
   list-style: none;
   padding:0;
   margin:0;
}
.list-3 li { 
	 padding: 0 0 0.5em 1.8em;
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 25px;
}
.list-3 li:before {
   font-family: "Font Awesome 5 Free";
   content: "\f058"; /*アイコン*/
   color:  #ffa952; /* 色 */
   position: absolute;
   left:0;
	 font-weight: 900; /*アイコンの太さ*/
}

.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

table th {
background: #f1758a;
	text-align: left;
}

/**目次**/
.toc{
    display: block;
    padding: 0px;
}
.toc-title{
    position: relative;
    padding: 10px 0;
    background: #8EDAE5;
    color: #fff;
    font-weight: bold;
}

.instagram-center {
	margin:0 auto;
	max-width: 350px;
}


.logo-header a span{
font-size:52px;
}

.mybtn {
  text-align: center;
}
.mybtn-1 a {
  display: inline-block;
  margin: 1em 0;
  padding: 18px 40px 18px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 4px 12px -2px #666;
  position: relative;
  transition: .4s
}
.mybtn-1 a:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -5px #777;
  opacity: 1;
}
.mybtn-1 a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: auto;
  margin-top: -10px;
	 font-weight: 900; /*アイコンの太さ*/
}
.mybtn-red a {
  background: #F39801;
}

/************************************
** ボックスナビ
************************************/
.p-nav{
margin:2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0;
padding:0;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #f6a068, 2px 2px 0 0 #f6a068, 2px 0 0 0 #f6a068, 0 2px 0 0 #f6a068;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
  .p-nav ul li{
    -ms-flex-preferred-size: calc(100%/2);/* 2列 */
    flex-basis: calc(100%/2);/* 2列 */
  }
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #f6a068;/* アイコン色 */
display:inline-block;
}

/************************************
** CVボタン
************************************/
.p-cv-btn-wrap *{
	margin:0 !important;
	padding:0 !important;
	box-sizing: border-box;
}
.p-cv-btn-wrap{
	background:#f7f7f7;
	padding:1.5em !important;
	margin: 0 0 2em !important;
	font-size:16px;
	line-height:1.8;
}
.p-cv-btn-wrap ul,.p-cv-btn-wrap a,.p-cv-note{
	max-width:350px;
	margin: auto !important;
	border:none;
}
.p-cv-btn-wrap ul li{
	font-weight:500;
	list-style:none;
	font-size:0.9em;
	position:relative;
	padding-left:1.5em !important;
}
.p-cv-btn-wrap ul li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c" !important;
	font-weight:600;
	color:#90c231;
	position:absolute;
	left: 0 !important;
	top: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.p-cv-btn a{
	color:#fff;
	text-decoration:none !important;
	background:#F19926;
	border-bottom: solid 4px #D2691E;
	padding: 0.5em 1em !important;
	border-radius: 7px;
	margin: 0.3em auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	  position: relative;
}
.p-cv-btn:hover{
	opacity:0.9;
}
.p-cv-btn a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.p-cv-btn .p-cv-em{
	font-size:0.9em;
	line-height: 1.3;
	text-align:center;
	font-weight:600;
	display:block;
	color:#F19926;
	background:#fff;
	padding: 5px 10px !important;
	margin: 2px 10px 0px 0 !important;
	border-radius: 30px;
	min-width: 55px;
	max-width: 80px;
}
.p-cv-btn .p-cv-text{
	font-size:0.9em;
	font-weight: 600;
	color:#fff;
	letter-spacing: 1px;
	border-left: 1px solid #fff;
	line-height: 25px;
	margin: 0.6em auto 0.6em 0 !important;
	padding: 0 0.6em 0 1em !important;
}
.p-cv-btn i,.p-cv-btn svg{
	color:#fff;
	min-width:22px;
}
.p-cv-url-wrap{
	font-size: 0.8em !important;
	max-width: 350px;
	margin: 0 auto 0.5em !important;
	display: block;
}
.p-cv-url-wrap a{
	color: #1a0dab !important;
	text-decoration:underline !important;
}
.p-cv-btn-wrap .p-cv-note{
	font-size:0.9em;
	border: 1px solid #90c231;
	margin-top:0.5em !important;
	padding:0.5em 1em !important;
}
.sidebar .p-cv-btn-wrap{
	background:#fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
/*320px以下*/
@media screen and (max-width: 320px){
	.p-cv-btn-wrap{
		padding:1em !important;
	}
}

.p-cv-btn-img{
  margin:0 auto !important;
  text-align:center !important;
  max-width:350px;
  display:block;

		
	.center {
 	text-align: center;
}



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

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


/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.site-name img {
	width: 200px;
	height :auto;
}
}


	
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.site-name img {
	width: 200px;
	height :auto;
}
}