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

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

/* 基本設定＜始まり＞*/

*, *::before, *::after {
	box-sizing: border-box;
}

.article h2 {
	background: none;
	padding: 0;
	font-weight: normal;
}

.article h3 {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
	font-weight: normal;
}

.article h4 {
	border-top: none;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h5 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article h6 {
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.article p {
	border-bottom: none;
	padding: 0;
	font-size: 16px !important;
}

.entry-title {
	display: none;
}

.entry-card .cat-label {
	display: none;
}

article {
	margin: 0 auto !important;
	padding: 0;
}
.wp-block-image {
  margin-bottom: 0;
}

.content-in {
	width: 100% !important;
	min-height: calc(100vh - 316.48px);
}

.container {
	width: 100% !important;
	
}
.entry-content{
	margin: 0;
}
.footer {
	margin-top: 0;
	padding: 8px 0px !important;
}
/* 基本設定＜終わり＞*/
/* フォント*/
body {
    font-family: 'Hiragino Mincho ProN', 'HiraMinProN-W3', 'Yu Mincho', 'YuMincho', 'MS PMincho', serif;
	color: #333;
}

/* ヘッダーデザイン */

.header-container{
	display: flex;
    align-items: center;
	height: 80px;
}
header{
	display: flex;
    align-items: center;
}
.header-container-in{
	min-width: 100% !important;
}
.header-site-logo-image{
	width: 250px !important;
}
#navi-in .menu-header {
    display: flex;
    justify-content: flex-end;
	margin-right: 30px !important;
}
.navi-in>ul.menu-header>li{
	width: auto;
	margin: auto 15px;
}
.navi-in>ul.menu-header>li a{
	font-size: 20px;
}
.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0%;
	width: 100%;
	height: 3px;
	background: #063b9e;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}

.navi-in>ul.menu-header>li.menu-item a>.caption-wrap>.item-label:hover::after {
	transform: scale(1, 1);
}
.navi-in>ul.menu-header>.menu-item a:hover {
	background-color: transparent !important;
}

/* コンテンツ */
main {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.content{
	margin: 0;
	padding: 0;
}
#container {
	background-color: #fff;
	min-height: 100vh !important;
}
article {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.entry-content {
	margin: 0;
}
section {
	width: 100%;
	margin: 0px auto !important;
}

.section-wrapper {
	width: 80%;
	max-width: 1100px;
	margin: 0px auto !important;
	padding: 40px 30px 40px 30px;
	display: flex;
	flex-direction: column;
}

/* モバイルヘッダー */
.logo-menu-button{
	justify-content: flex-start !important;
}
.menu-button-in{
	margin-left: 10px;
}
.menu-button-in img{
	margin: 3px 0px;
}
/* フッター */
.footer-in{
	min-width: 100% !important;
}
.footer-widgets{
	margin: 0;
}
.footer-right{
	display: none;
}
.footer-center{
	width: 100%;
	padding-bottom: 0;
}
.footer-center ul{
	min-width: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-center ul li{
	width: auto;
	margin: auto 10px;
}
.footer-center ul li a{
	font-size: 20px;
	position: relative;
}
.footer-center ul li a::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0%;
	width: 100%;
	height: 3px;
	background: #063b9e;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}

.footer-center ul li a:hover::after {
	transform: scale(1, 1);
}
.footer-center ul li a:hover {
	background-color: transparent !important;
}
.footer-center ul li:nth-last-child(1),
.footer-center ul li:nth-last-child(2) {
	margin: auto 5px;
}
.footer-center ul li:nth-last-child(2) {
    margin-left: 20px;
}
.footer-center ul #menu-item-42 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px !important;
}
.footer-center ul li:first-child a::after {
    display: none;
}
.footer-center ul li:first-child a:hover::after {
    transform: scaleX(0); 
}
.footer-left{
	display: none;
}
.copyright{
display: none;	
}
#nav_menu-2{
margin: 0;
}
.footer-bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.footer-bottom li{
	border: none !important;
	padding: 0 20px;
}
#menu-item-43{
	text-decoration:underline;
	text-align: left;
	display: flex;
	justify-content: center;
}
#menu-item-43 > a {
    display: none;
}

#menu-item-44{
	pointer-events: none;
}
#menu-item-45{
	display: flex;
	justify-content: center;
}
#menu-item-45 > a {
    display: none;
}
#menu-item-45 p a:first-child{
	pointer-events: none;
}

#menu-item-45 p a:last-child{
	color: #19408B;
	text-decoration:underline;
}
#menu-item-46{
	pointer-events: none;
}
/* タイトル */
.wp-block-heading-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h1.wp-block-heading-h1 {
	font-size: 44px;
	margin-bottom: 5px !important;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
h1.wp-block-heading-h1::before,
h1.wp-block-heading-h1::after {
    content: "-";
    background-color: #333;
    height: 5px !important;
    width: 30px;
	text-align: center;
}
h1.wp-block-heading-h1::before {
    left: 30px;
}
h1.wp-block-heading-h1::after {
    right: 30px;
}
h2.wp-block-heading-h2 {
	font-size: 26px;
	margin-bottom: 5px !important;
	text-align: center;
}
/* ボタンカスタマイズ */
.wp-block-buttons{
	margin: 30px auto !important;
		width: 250px;
}
.wp-block-button{
		min-width: 250px;
}
.wp-block-button a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif !important;
	background: #757575;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border: 1px solid #757575 !important;
	cursor: pointer;
	height: 30px !important;
	text-decoration: none;
	width: 250px;
	line-height: 33px;
}
.wp-block-button a span {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	z-index: 20 !important;
	transition: all 0.1s ease-in-out;
	font-size: 16px;
	position: relative;
}
.wp-block-button a::before {
	content: " ";
	width: 0%;
	height: 100%;
	background: #fff;
	position: absolute;
	transition: all 0.3s ease-in-out;
	right: 0;
}
.wp-block-button a span::after {
	content: "→";
	color: #fff;
	margin-left: 10px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
/* hover効果 */
.wp-block-button a:hover::before {
	right: auto;
	left: 0;
	width: 100%;
}
.wp-block-button a:hover span::after {
	color: #757575;
	margin-left: 15px;
}
/* hover時のテキストスタイル */
.wp-block-button a:hover span {
	color: #757575 !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.header-container{
		display: none;
	}
	.footer-center ul li{
		margin: auto 5px;
	}
	.footer-center ul li a{
		font-size: 16px !important;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	.section-wrapper {
		width: 100%;
		padding: 25px 15px 0px 15px;
	}
	h1.wp-block-heading-h1 {
		font-size: 32px;
	}
	h2.wp-block-heading-h2 {
		font-size: 20px !important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.navi-footer-in ul{
		flex-direction: column;
		align-items: center;
	}
	.navi-footer-in ul li{
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.navi-footer-in ul li a{
line-height: 20px !important;
	}
	.footer_left_btn a{
		text-align: center;
	}
	h1.wp-block-heading-h1 {
		font-size: 28px;
	}
	.article p{
		font-size: 14px !important;
	}
}
