@charset "UTF-8";
@import url("css-smacss/style-base.css");
@import url("css-smacss/style-layout.css");
@import url("css-smacss/style-module.css");
@import url("css-smacss/style-state.css");
@import url("css-smacss/style-theme.css");

@import url("css/style-top.css");
@import url("css/style-products.css");
@import url("css/style-download.css");
@import url("css/style-effective.css");
@import url("css/style-company.css");
@import url("css/style-aboutgaina.css");
@import url("css/style-casegaina.css");
@import url("css/style-about.css");
@import url("css/style-construction.css");
@import url("css/style-inquiry.css");
@import url("css/style-faq.css");

@import url("css/style-form.css");
@import url("css/style-jirei.css");
@import url("css/style-event.css");
@import url("css/style-case.css");
@import url("css/style-faq.css");
@import url("css/style-single.css");

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


/************************************
** 子テーマ用のスタイルを書く
************************************/

/*デフォルトCSSの上書き*/
.content {
	margin-top: 0px!important;
}
.copyright{
	font-size: 9px;
}
.logo-header {
	display: none;
}
.main{
	padding: 0px!important;
	border: none;
}
.wrap{
	width: 100%;	
}

.fz-18px{
	font-size: none!important;
}
#page-base .date-tags{
	display: none;
}
.copyright{
	margin-top: 4rem;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul{

	width: 90%;
	margin: 0 auto;
	
}
.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul li{
	margin-bottom: 1rem;
	
}


.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul li{
	text-align: left;
}
.footer-bottom.fnm-text-width .menu-footer li a{
	color: #444;
}



/* WP show post お知らせ一覧 */
.wpsp-load-more{
	
}
.page-numbers{
	width:32.3%;
	margin:0 0 1% 0;
}
/*768px以上*/
@media screen and (min-width: 768px) {
	.page-numbers{
	width:100px;
	margin: 0 auto;
	}
}



/*EASY ACCORDION クリックすると # へとぶのを無効化 */
.sp-easy-accordion .sp-ea-single .ea-header a{
	pointer-events: none
}

/****************************************************
** レスポンシブデザイン用メディアクエリ（モバイルファースト
****************************************************/

/*768px以上*/
@media screen and (min-width: 768px) {
	/*タブレットのデザイン内容をここに*/
}

/*1023px以上*/
@media screen and (min-width: 1024px) {
	/*PCのデザイン内容をここに*/
}



