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

/************************************
** 子テーマ用のスタイルを書く
************************************/


a {
    color: #333;
}

/*フォント調整*/

blockquote {
    font-size: 14px;
}
#sidebar .textwidget{
    font-size: 14px;
}
.read-time {
    text-align: right;
    font-size: 1.0em;
}

.site-name-text{
	font-family: 'huicoc' !important; 
	font-size: 28px !important;
}

.widget-entry-card {
    font-size: 14px;
}

.new-entry-card-title{
    font-size: 14px;
line-height: 1.8;
padding-left: 2px;
}

.recent-comment-article {
    font-size: 14px;
}

.recent-comment-content {
    font-size: .8em;

}

#text-12 p{
    font-size: 14px;
}


.widget-related-entry-card figure{
    width:60px !important;
}
.widget-related-entry-card-content{
    margin-left: 66px !important;
}

#navi .navi-in>.menu-mobile li {
    width: 50%;
    height: 50px;
    line-height: 50px;
}
/************************************
** 著者情報
************************************/
.feedly-button,.rss-button{
display:none !important;
}
/************************************
** CTA
************************************/
.cta-box {
    margin-bottom: 30px;
}

/************************************
** フッター
************************************/
/* ここから下がボタンのCSS　*/
.btn-footer {
    display: inline-block;
    padding: .3em 2em;
    text-decoration: none;
    border: solid 2px #ccc;
    border-radius: 3px;
    transition: .4s;
    margin: 1em 0 2em;
    font-size: 16px;
    border-radius: 99px;
    background-color: #777;
    color: #fff !important;
    box-shadow: 0 2px 3px rgb(0 0 0 / 7%), 0 2px 3px -2px rgb(0 0 0 / 7%);
    border: 0;
}

#footer .textwidget{
font-size:14px;
}

.footer-title{
font-weight:normal;
}

@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}
#footer .textwidget p{
padding:13px;
}


/************************************
**　ボックスメニュー調整
************************************/

#custom_html-18 .box-menu{
  width:calc(100%/3) !important;
  padding: 1em 2px 5px 2px;
  min-height:80px !important;
  box-shadow:none;
}

#custom_html-18 .box-menu-label {
    color: #777 !important;
}
#custom_html-18 .box-menu{
    background: #E4E4E3 !important;
}



/************************************
**　吹き出し調整
************************************/
/* Cocoon用設定 */
.speech-person {
    width: 150px;
min-width: 150px;
margin-left:8px;
margin-right:8px;
}
.speech-balloon{
margin-top: 70px;
}

/* 旧設定で必要なもの */
.answer_image img,.question_image img {
    width: 150px;
}
.question_image {
    float: left;
}
.answer_image {
    float: right;
}
.answer_image img,.question_image img {
    width: 150px;/*左右のキャラの画像の大きさ*/
}
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;
}
.arrow_question {
    float: right;
}

/* 共通設定 */
.question_Box p, .speech-balloon p{
	line-height: 1.5;
}
.arrow_answer, .arrow_question, .sbp-r .speech-balloon, .sbp-l .speech-balloon {
    position: relative;
    background: #FFF; /*吹き出しの色*/
    border: 3px solid  #6666FF; /*吹き出しの外枠,太さはpxの数字,色はカッコ内の4つの数字をいじる*/
    padding: 3.5% 3.5%;
    border-radius: 10px; /*吹き出しを丸めたいならここ*/
    width: 70%; /*吹き出しの幅*/
 display:flex;}
/* 共通設定右側 */
.arrow_answer::before, .sbp-r .speech-balloon::before{/*メディアクエリは下部*/
    right: -12px;
    left: auto;
    border-left: 12px solid #6666ff !important;
    border-right: none;
content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 10px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.arrow_answer::after, .sbp-r .speech-balloon::after{
right: -9px;
    left: auto;
    border-left: 12px solid #fff;
    border-right: none;

    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 10px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
/* 共通設定左側 */
.arrow_question::before, .sbp-l .speech-balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 10px;
    border-right: 12px solid #6666ff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.arrow_question::after, .sbp-l .speech-balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: 10px;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* 関連記事見出し */

.tagmidasi {
  position: relative;
  display: inline-block;
  height: 44px;
  margin-left: 20px;
  margin-bottom: 14px;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
  color: #fff;
  background: #777;
}

.tagmidasi:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  border-width: 22px 20px 22px 0;
  border-style: solid;
  border-color: transparent #777 transparent transparent;
}

.tagmidasi:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -7px;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/************************************
**　固定ページ
************************************/
/* お問い合わせページトップボタン・その他消去 */
.page-id-47 .go-to-top-button,.page-id-47 .date-tags,.page-id-47 .sns-share{
display: none;
}

.page-id-47 .entry-title{
text-align:center;
}
/* 利用規約・サイトマップ、色々消去 */
.page-id-728 .sns-share,.page-id-14412 .sns-share{
display: none;
}
/* サイトマップcss */

.page-id-728 ul li a{
text-decoration:none;
color:#333;
}
.page-id-728 h2{
background: none;
border-left: none;
border-bottom: none;
}

/************************************
**　grayishSNSアイコン大きさ
************************************/
.skin-grayish .sns-share.ss-high-and-low-lc a .social-icon {
    font-size: 30px;
}
.skin-grayish .article-footer .sns-buttons a {
    font-size: 36px;
}
.skin-grayish .article-footer .author-box .sns-follow-buttons a.follow-button {
    font-size: 24px;
}



.fbelletitle {
    border-bottom: 1px solid var(--skin-grayish-site-main-hover);
    margin: 22px 0;
    padding: 4px 0;
    display: block;
    font-size: 18px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
#box_menu-5 .box-menu{
  width:calc(100%/3.4) !important;
}
.navi-footer-in>.menu-footer li.menu-item {
    min-height: 50px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
#box_menu-5 .box-menu{
  width:calc(100%/2.3) !important;
}
}

#comment-area{
display: none;
}

  /*最近の投稿見出し*/
.info-list-caption {
    font-size: 24px;
}
