@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.content-in {
	width: 1000px !important;
}
.navi-in a {
	font-size: 18px;
	line-height: 1.25;
}
.navi-in > ul li {
	border-radius: 40px;
	border: 2px solid #ba5c29;
	margin: 5px;
	font-weight: bold;
}
.navi-in a:hover {
	background-color: transparent;
}
.navi-in > ul .sub-menu {
	background-color: transparent;
}
.navi-in > ul .sub-menu li {
	background: white;
}
.n2-section-smartslider {
	margin-top: -100px;
}
.orange {
	color: orange;
}
.darkblue {
	color: darkblue;
}
.bold {
	font-weight: bold;
}
.article h2 {
	text-shadow: 0 1px #ffffff;
	clear: both;
	font-size: 128.6%;
	padding: 20px 15px 15px;
	font-weight: bold;
	background: transparent;
	color: #333;
	border-top: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #ba5c29;
	position: relative;
	line-height: 114.3%;
}
.article h3 {
	box-shadow: none;
	font-size: 20px;
	margin: 0px 0px 35px;
	padding: 15px 15px 11px 25px;
	background: none;
	border: 2px solid #ba5c29;
	border-radius: 26px;
	color: #333333;
	text-shadow: 1px 1px #cccccc;
	line-height: 1.2;
}
.article h4 {
	padding-top: 8px;
	text-shadow: 0 1px #ffffff;
	padding-bottom: 5px;
	color: #ba5c29;
	position: relative;
	clear: both;
	font-size: 18px;
	margin: 30px 0px 20px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
dl dt {
	color: #ba5c29;
	font-weight: bold;
}
dl dd {
	margin-bottom: 1em;
}
figure.wp-block-table table {
	width: 100%;
}
figure.wp-block-table table th {
	font-weight: normal;
	width: 9em;
}
figure.wp-block-table table td {
	padding-left: 1em;
}
figcaption {
	font-size: 1em;
	opacity: 1;
}
.is-list-horizontal.large-thumb .widget-entry-card-link,
.is-list-horizontal.large-thumb-on .widget-entry-card-link {
	max-width: 50%;
}
.is-list-horizontal .card-title {
	font-size: 18px;
	font-weight: bold;
}
.widget-entry-cards .a-wrap {
	padding: 15px;
}
.widget-entry-card-snippet {
	font-size: 14px;
	opacity: 1;
}
.eye-catch {
	margin: 0 auto;
}







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

/*1030px以下*/
@media screen and (max-width: 1030px){
	.content-in {
		width: 95% !important;
	}
}

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

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