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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
	.entry-content h2 {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a2240 0%, #1155a8 100%) !important;
  padding: 14px 20px !important;
  border-radius: 8px !important;
  margin: 40px 0 20px !important;
  border: none !important;
}
  /*必要ならばここにコードを書く*/
}
body {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #1a2a3a !important;
  background: #f7fafd !important;
}

#header {
  background: rgba(255,255,255,0.97) !important;
  border-bottom: 2px solid #e8f2fc !important;
  box-shadow: 0 2px 20px rgba(10,34,64,0.08) !important;
}

#header .site-name-text {
  color: #0a2240 !important;
  font-weight: 700 !important;
}

#navi .navi-in > ul > li > a {
  color: #1a2a3a !important;
  font-weight: 500 !important;
}

#navi .navi-in > ul > li > a:hover {
  color: #1155a8 !important;
  background: transparent !important;
}

#main {
  background: #ffffff !important;
}

.entry-content {
  font-size: 1rem !important;
  line-height: 2 !important;
  color: #1a2a3a !important;
}

.entry-title, h1.entry-title {
  font-weight: 700 !important;
  color: #0a2240 !important;
  border-left: 4px solid #1155a8 !important;
  padding-left: 16px !important;
}

.entry-content h3 {
  font-weight: 700 !important;
  color: #0a2240 !important;
  border-bottom: 2px solid #4a90d9 !important;
  padding-bottom: 8px !important;
  margin: 32px 0 16px !important;
}

.entry-content h4 {
  font-weight: 700 !important;
  color: #1155a8 !important;
}

.entry-content blockquote {
  background: #e8f2fc !important;
  border-left: 4px solid #1155a8 !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 20px 24px !important;
  color: #1a2a3a !important;
  font-style: normal !important;
}

.entry-content table th {
  background: linear-gradient(135deg, #0a2240, #1155a8) !important;
  color: white !important;
  padding: 12px 16px !important;
}

.entry-content table td {
  padding: 12px 16px !important;
  border-bottom: 1px solid #e8f2fc !important;
}

.entry-content table tr:nth-child(even) td {
  background: #f7fafd !important;
}

#sidebar {
  background: #f7fafd !important;
}

.widget_title, .widget-title {
  font-weight: 700 !important;
  color: #0a2240 !important;
  border-bottom: 2px solid #1155a8 !important;
  padding-bottom: 8px !important;
  margin-bottom: 16px !important;
}

.author-box {
  background: linear-gradient(135deg, #0a2240 0%, #0e3566 100%) !important;
  border-radius: 12px !important;
  color: white !important;
  border: none !important;
}

.author-box .author-name {
  color: #a8cff0 !important;
  font-weight: 700 !important;
}

.author-box .author-description {
  color: rgba(255,255,255,0.8) !important;
}

#footer {
  background: #0a2240 !important;
  color: rgba(255,255,255,0.7) !important;
}

#footer a {
  color: rgba(255,255,255,0.6) !important;
}

a {
  color: #1155a8 !important;
}

a:hover {
  color: #0a2240 !important;
}

.pagination .page-numbers.current {
  background: #1155a8 !important;
  color: white !important;
  border-radius: 4px !important;
}