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

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

/****************************************************************************
共通デザイン
****************************************************************************/

/*フロント固定ページのタイトルを非表示*/
.front-top-page #main .entry-title{
  display: none;
}
.post-3 .entry-title {
    display: none;
}

.post-1475 .entry-title {
    display: none;
}


/*個別ページの新着記事　並列*/
.new-entry-cards.large-thumb {
    display: flex;
}
/*個別ページの日付非表示*/
.page .date-tags {
display: none;
}

/* 見出しリセット */
/* 見出し2 */
.article h2{
background:none;
padding: 0;
}

/* 見出し3 */
.article h3{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
padding: 0;
}

/* 見出し4 */
.article h4{
border-top:none;
border-bottom:none;
padding: 0;
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}
/* 見出し再セット */
.article h2{
  position: relative; /* 表示位置指定 */
  font-size: 18px; /* 文字の大きさ */
  color: black; /* 文字色 */
  border-top: solid 3px #BF9156; /* 線の種類、太さ、色 */
  border-bottom: solid 3px #BF9156; /* 線の種類、太さ、色 */
  padding:10px; /* 要素内の余白 */
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 54px;
}
/* サイドバー見出し */
.sidebar h2, .sidebar h3 {
  position: relative; /* 表示位置指定 */
  font-size: 18px; /* 文字の大きさ */
  color: black; /* 文字色 */
  border-top: solid 3px #BF9156; /* 線の種類、太さ、色 */
  border-bottom: solid 3px #BF9156; /* 線の種類、太さ、色 */
  padding:10px; /* 要素内の余白 */
	text-align: center;
	letter-spacing: 0.1em;
	background: white;
}
/* シェアまわり */
.sns-share-message, .sns-follow-message {
    text-align: center;
    margin-bottom: 3px;
    border-top: solid 1px;
	padding-top:20px;
}
.sns-share-buttons {
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    padding-bottom: 20px;
}
/* ホーム新着記事タイトルまわり */
.widget-entry-cards.card-large-image .card-content {
    margin: 0 0 0.5em;
    padding: 0.4em 0;
    font-size: 15px;
}
/* カテゴリー説明*/
.entry-content {
    margin-top: 1em;
    margin-bottom: 3em;
    border-bottom: dotted 3px;
}

/*英語説明*/
.textwidget .en {
    font-size: 12px;
	text-align: center;
}
.entry-content .en {
   font-size: 14px;
	text-align:left;
}
.entry-content strong {
   font-size: 20px;
}
.font-s {
　　font-feature-settings: "palt";
	letter-spacing: 1px;
}
/*ブログランキング周り*/
.blog-lank{
    margin-top: 2em;
	 margin-bottom: 2em;
}

.ouenbunner{
    margin-right: 10px;
}

/*カテゴリー枠*/
.cat-label {
    background-color: rgba(0,100,50,1);
}

.cat-link {
    background-color: rgba(0,100,50,1);
}
/*ホーム文字リンク*/
.home p a {
  color: #7BAA17;
  text-decoration: none;
}
.home p a:hover {
  color: #7BAA17;
  text-decoration: underline;
}
/*記事文字リンク*/
.text a {
  color: #7BAA17;
  text-decoration: none;
}
.text a:hover {
  color: #7BAA17;
  text-decoration: underline;
}
.text-wh a {
  color: #7BAA17;
  text-decoration: none;
}
.text-wh a:hover {
  color: #7BAA17;
  text-decoration: underline;
}

/* 目次 */

.toc {
  border: 1px solid #7BAA17;
  font-size: 0.9em;
  padding: 1em 1.6em;
  display: table;
}
.toc .toc-list {
  padding-left: 1em;
}
.toc .toc-list ul, .toc .toc-list ol {
  padding-left: 1em;
  margin: 0;
	
}
.toc li {
  margin: 0;
}
.toc ul {
  list-style: none;
}
.toc a {
  color: #7BAA17;
  text-decoration: none;
}
.toc a:hover {
  text-decoration: underline;
}

.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 2px 16px;
}

.toc-widget-box .toc-title {
  display: none;
}
.toc-widget-box .toc-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.nwa .toc {
  border: 0;
  padding: 0 1em;
}

.tnt-none .toc-list,
.tnt-number-detail .toc-list {
  padding-left: 0;
}
/********************************
個別ページ／プライバシーポリシーページの限定要素
*********************************/

/* プライバシーポリシー個別ベージ*/
.article h1.privacy {
    font-size: 25px;
    font-weight: 400;
    border-top: solid 0px #515151;
    background-color: #fff;
    border-radius: none;
    padding: 0em 0em;
    margin: 70px 0 20px 0;
    text-align:center;
}
.article h2.privacy {
    font-size: 22px;
    font-weight: 400;
    border-top: solid 0px #515151;
    background-color: #fff;
    border-radius: none;
    padding: 0.2em 0em;
    margin: 70px 0 20px 0;
    text-align:left;
}
.entry-content p.privacy{
	font-size:16px;
		line-height:1.9em;
    text-align: justify;
}
ol, ul.privacy {
    padding-left: 15%;
    padding-right:  15%;
	   text-align: justify;
}



@media screen and (max-width: 767px){
.entry-content p.privacy{
    text-align: justify;
	font-weight:600;
}
	.entry-content p.privacy2{
    text-align: left;
	font-weight:600;
}
}

/********************************
個別ページ／問合せページの限定要素
*********************************/

/* 問い合わせ個別ベージ*/
.article h1.contact-top {
    font-size: 22px;
    font-weight: 500;
    border-top: solid 0px #515151;
    background-color: #fff;
    border-radius: none;
    padding: 0em 0em;
    margin: 2em 0 40px 0;
    text-align: center;
}
.article h2.contact {
    font-size: 19px;
    font-weight: 500;
    border-top: solid 0px #515151;
    background-color: #fff;
    border-radius: none;
    padding: 0.2em 0em;
    margin: 3em 0 20px 0;
    text-align: center;
}
article h3.contact {
    font-size: 19px;
    font-weight: 400;
    border-top: solid 0px #515151;
    background-color: #fff;
    border-radius: none;
    padding: 0em 0em;
    margin: 3em 0 20px 0;
    text-align: center;
	 border-left: 0px solid #0f0500;
}
.entry-content p.contact-p{
	font-size:17px;
	line-height:1.9em;
	text-align: justify;
}

.contact form p{
	font-size:18px;
		line-height:1em;
    text-align: left;
}

.contact input[type="submit"]{
  width:150px;
  background: #f15A24;
  border: none;
  border-radius:50px;
  color: white;
  font-size:16px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
.contact button.back {
  width:150px;
  background: #000;
  border: none;
    border-radius:50px;
  color: white;
  font-size:16px;
  font-weight:bold;
  padding: 5px 20px;
  margin: 14px 5px;
}
.contact button.back :hover {
    opacity: 0.5;
}
.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
    border: 1px solid;
    padding: 0.667em 1.333em;
}
@media screen and (max-width: 767px){
	.article h1.contact-top {
    font-size: 22px;
   }
	.article h2.contact {
    font-size: 19px;
   }
	.article h3.contact {
    font-size: 19px;
   }
	.contact form p{
	font-size:17px;
   }
.entry-content p.contact-p{
	font-size:17px;
	font-weight:600;
	}
	.btn.cocoon-block-button__width-75, .ranking-item-link-buttons a.cocoon-block-button__width-75 {
    width: 100%;
	}
}


/*============================================
PC&SP 表示ーON-OFF
============================================*/

@media screen and (min-width:601px){

.view-pc-on{
  display:block;
}
.view-pc-off{
  display:none;
}

.br-sp {
display: none;
}
}

@media screen and (max-width:600px){


.view-sp-off{
  display:none;
}
.view-sp-on{
  display:block;
}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/



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

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

main.main, div.sidebar {
    padding: 2px 8% 16px 8%;
}

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

.entry-title {
    text-align: center;
}