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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article h2 {
    padding: .8em;
    border-left: 5px solid #2589d0;
	border-radius: 4px;
    background-color: #e0eeff;
    color: #333333;
	font-size: 20px;
}

.article h3 {
    padding: .6em;
    border-left: 5px solid #2589d0;
	border-top: none;
	border-right: none;
	border-bottom: none;
    color: #333333;
	font-size: 18px;
}

.article h6 {
	font-size: 18px;
	border-bottom: none;
}

/* 検索窓を丸くする */
input.search-edit{
  border-radius: 40px;/*角丸の大きさの指定*/
}

/* お問い合わせ必須フィールドのラベルスタイル */
.wpcf7-form .required {
background-color: #ff0000; /* レッド */
color: #ffffff;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}

#wpcf7-area input[type=”checkbox”], #wpcf7-area input[type=”radio”]{
appearance: auto;
}

.wpcf7 input[type="submit"] {
width:50%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
background: #c8161d;
color: #fff;
transition: 0.3s;
font-weight: bold;
font-size:  16px;
}

.page .date-tags,
.page .author-info {
    display: none;
}

a{
text-decoration: none;
}

.navi-footer-in a {
font-size: 13px;
}
.copyright {
font-size: 11px !important; /* コピーライトサイズ */
}

.pr-label {
font-size: 10px !important; 
text-align: left;
	/* PRサイズ */
}

/*---------------------------------
親カテゴリのカスタマイズ
--------------------------------*/
.widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}

.widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f138"; /* FontAwesomeのユニコード */
  color: #dc143c; /* アイコンの色 */
  padding-right: 6px;
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}

/*---------------------------------
子カテゴリのカスタマイズ
--------------------------------*/
.widget_categories ul li ul li a::before{
  font-family: FontAwesome;
  content: "\f054"; /* FontAwesomeのユニコード */
  color: #dc143c; /* アイコンの色 */
  padding-right: 6px;
}

/* サイドバー見出し */
.sidebar h3 {
  background: transparent;  /* 背景を透明にする */

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

/*  ロゴサイズ変更 */
.header-container-in.hlt-top-menu .logo-header img {
	width: 170px;
	max-height: none;
}

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

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