@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;
}

.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: #000;
    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-16 .box-menu{
  width:calc(100%/3) !important;
  padding: 1em 2px 5px 2px;
  min-height:80px !important;
  box-shadow:none;
}

#custom_html-16 .box-menu-icon {
    color: #000;
}

#custom_html-16 .box-menu-label {
    color: #0f1419 !important;
}

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

/* 共通設定 */
.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; /*吹き出しの色*/
    padding: 3.5% 3.5%;
    border-radius: 10px; /*吹き出しを丸めたいならここ*/
    width: 70%; /*吹き出しの幅*/
 display:flex;}
/* 共通設定右側 */
.arrow_answer::before, .sbp-r .speech-balloon::before{/*メディアクエリは下部*/
    right: -12px;
    left: auto;
content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 10px;
}
.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;
}
/* 共通設定左側 */
.arrow_question::before, .sbp-l .speech-balloon::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 10px;
}
.arrow_question::after, .sbp-l .speech-balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: 10px;
}

/* 関連記事見出し */

.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-728 .sns-share,.page-id-14412 .sns-share{
display: none;
}


/************************************
**　検索ボックス
************************************/
 .search-edit {
    padding: 15px !important;
}

.search-submit {
    font-size: 24px !important;
}

.cta-thumb img{
width:761px;
height:485px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


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

}

