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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.mobile-footer-menu-buttons{
    background: #00239c;
}
.is-style-horizon tr > *:first-child {
    min-width:8em;
}
.entry-content h2 > span::before {
	  display:none;
}
.custom-header{
	padding-left:1em;
	padding-right:1em;
	display:flex;
	align-items:center;
}
.custom-header-tel{
	margin-left:auto;
}
.custom-header-tel>*{
	padding:.2em .8em;
	color:#fff;
	font-family:serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.1;
	display:inline-block;
	text-decoration:none;
	background:#00239c;
	border-radius:9px;
}
.custom-header-tel span{
	font-size:16px;
	font-weight:normal;
	display:inline-block;
}
.custom-header-tel .svg-inline--fa{
	margin-right:.2em;
	font-size:20px;
}
.custom-sp{
	display:none !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list time{
	margin-bottom:.5em;
}
.smb-step__item__summary{
	padding-bottom:1px;
}
a[href^='tel:']::before{
	content:"\f095";
	font-family:'FontAwesome';
	margin-right:.5em;
}
.telBtn a[href^='tel:']::before{
	font-size:20px;
}
.wp-block-button .wp-block-button__link{
	font-size:1.2em;
}
.navi-in > ul .sub-menu{
	min-width:100%;
}
#footer{
	color:#fff;
	background:#001e96;
}

.smb-faq__item__question__label{
	color:#001e96 !important;
}
.smb-faq__item__answer{
	margin-left:3em;
}
.smb-faq__item__answer__label{
	color:#ee2436 !important;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.custom-header-logo{
		padding-right:1em;
	}
	.custom-header-tel a{
		padding:.4em;
		font-size:15px;
		min-width:6.5em;
		border-radius:5px;
	}
	.custom-header-tel span{
		font-size:11px;
	}
	.custom-pc{
		display:none !important;
	}
	.custom-sp{
		display:inline-block !important;
	}
	#header a[href^='tel:']::before{
		margin-right:0;
	}
	.header-site-logo-image{
		max-height:70px;
	}
	
	
	.smb-faq__item__answer{
		margin-left:0;
	}
}

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