@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.page .entry-title,
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info{
  display: none;
}

.container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	box-sizing: border-box;
}

.content {
	padding: 0 18px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.whatsnew {
  margin: 0;
}

div.whatsnew .newmark {
	background-color: #ff0000;
}

button {
	line-height: 27px;
	padding: 0 2em;
}

@media screen and (min-width: 1024px) {
	.container {
		padding: 90px 0;
	}

	.header-container {
		position: fixed;
		z-index: 9999;
		top: 0;
		width: 100%;
		margin-bottom: 0px;
		background-color: #1F5081;
	}

	.header-in {
		text-align: left;
		margin-left: 5px;
		padding: 0 5px;
	}

	.footer-bottom-content {
		text-align: center;
	}

	.footer-bottom-content .copyright {
		width: 100%;
	}
}

.footer {
	position: fixed;
	z-index: 9999;
	width: 100%;
	bottom: 0;
	background: #1F5081;
}

.navi-in a {
	position: relative;
	color: #fff;
	text-decoration: none;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10 */
}

#navi .navi-in a:hover {
   	background-color: #1F5081;
}

.navi-in a:hover {
	background: none;
}

.navi-in a:before {
	position: absolute;
	left: 0;
	bottom: 13px;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: 0.5s;
}

.navi-in a:hover:before {
	transform: scale(1);
}

.navi-in a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.navi-in > ul .sub-menu a {
	color: #fff;
}

.navi-in > ul .sub-menu a:before {
	background: #fff;
}

input[type=submit] {
	color: #fff;
	border: 1px solid #000;
	background-color: #606060;
	border-radius: 3px;
}

textarea {
  resize: vertical;
}

/* 見出しカスタマイズ（h1-6）*/
/* 見出し初期化 */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
	color: #000;
	padding: 0;
	margin: 0;
	font-size: medium;
	background: none;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	line-height: normal;
	position:relative;
}

/*見出し1*/
.article h1{
	font-size: 24px; /*フォントサイズ*/
	letter-spacing: 3px; /*文字間隔*/
	margin: 15px 0px 22px 0px;
	padding: 2px 0px;
	line-height: 30px; /*高さ*/
}

/*見出し2*/
.article h2{
	font-size: 22px; /*フォントサイズ*/
	letter-spacing: 3px; /*文字間隔*/
	margin: 15px 0px 20px 0px;
	padding: 5px 0px;
	line-height: 28px; /*高さ*/
}

/*見出し3*/
.article h3{
	font-size: 20px; /*フォントサイズ*/
	letter-spacing: 2px; /*文字間隔*/
	margin: 15px 0px 15px 0px;
	padding: 2px 0px;
	line-height: 24px; /*高さ*/
}

/*見出し4*/
.article h4{
	font-size: 18px; /*フォントサイズ*/
	letter-spacing: 2px; /*文字間隔*/
	margin: 10px 0px 15px 0px;
	padding: 2px 0px;
	line-height: 22px; /*高さ*/
}

/*見出し5*/
.article h5 {
	font-size: 16px !important;/*文字のサイズ*/
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 7px 25px;
	line-height: 15px;
	border-top: none;
	border-bottom: none;
}

.article h5:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.6em;
}

/*見出し6*/
.article h6 {
	font-size: 16px !important; /*フォントサイズ*/
	letter-spacing: 2px; /*文字間隔*/
	margin: 40px 0px 10px 0px;
	padding: 1px 8px;
	line-height: 25px; /*高さ*/
	background: rgba(50, 50, 50, .07);
	border: 1px solid #323232;
}

.article h6:after  {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f00c Check';
	background: #000;
	color: #FFF;
	left: -1px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: .3em 1.6em;
	font-size: .5em;
	line-height: 18px; /*高さ*/
}

.article p
{
	margin-left: 0.5em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.container {
		padding: 45px 0;
	}

	.header-container {
		display: none;
	}

	.mblt-header-mobile-buttons {
		margin-top: 0px;
	}

	.footer {
		padding: 0;
	}

	.footer-bottom {
		margin-top: 0;
	}

	.mobile-menu-buttons .menu-button {
		background: #1F5081;
		color: #fff;
	}

	.mobile-menu-buttons .menu-button > a {
		color: #fff;
	}

	.navi-menu-content {
		overflow: auto;
		width: 280px;
		background: #1F5081;
		right: 0;
		left:unset;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
	}

	.navi-menu-close-button{
		text-align: right;
		padding-right: 15px;
	}

	.navi-menu-content a {
		font-size: 14px;
		color: #fff;
	}

	.logo-menu-button img {
		margin: initial;
		margin-left: 20px;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
