@charset "utf-8";

/************************************************************************************************************************
　999px以下
************************************************************************************************************************/
@media (max-width: 999px) {
	.btn_detail{ margin-top: 40px; }
	.btn_detail a{ width: 50%; padding: 4px 0; border-radius: 5px; }

	.container{ width: 96%; }
	.section{ padding: 20px 0; }

}



/************************************************************************************************************************
　900px以下
************************************************************************************************************************/
@media (max-width: 900px) {
	a#header_l{}
		#logo{ width: 50px; margin-right: 10px; }
		h1#logo_text{ margin-top: 16px; }
			#logo_catchcopy{ margin-bottom: 5px; font-size: 12px; }
			#logo_company{ font-size: 14px; }

	#header_r{}
	#header_r div{ margin-bottom: 6px; }
	#header_r div #header_contact{ margin-right: 18px; }
	#header_r div #header_contact a{ padding: 5px 16px; border-radius: 3px; font-size: 12px; }

	#header_r div #header_tel a{ font-size: 16px; }
	#header_r div #header_tel a i{ margin-right: 4px; font-size: 14px; }

		nav#navi_header{}
		nav#navi_header > ul > li{ margin-right: 25px; padding: 2px 0 2px 3px; }
		nav#navi_header > ul > li a{ padding-left: 7px; font-size: 14px; }
		nav#navi_header > ul > li ul.sub-menu{ width: 180%; padding: 4px; top: 19px; }
		nav#navi_header > ul > li ul.sub-menu li{ margin-bottom: 5px; padding-bottom: 5px; }
		nav#navi_header > ul > li ul.sub-menu li a{ font-size: 12px; }

	.visual .text1{ font-size: 30px; }
}



/************************************************************************************************************************
　800px以下
************************************************************************************************************************/
@media (max-width: 800px) {
	a#header_l{}
		#logo{ width: 45px; margin-right: 10px; }
		h1#logo_text{ margin-top: 14px; }
			#logo_catchcopy{ margin-bottom: 5px; font-size: 12px; }
			#logo_company{ font-size: 13px; }

	#header_r{}
	#header_r div{ margin-bottom: 2px; }
	#header_r div #header_contact{ margin-right: 18px; }
	#header_r div #header_contact a{ padding: 4px 16px; border-radius: 3px; font-size: 11px; }

		nav#navi_header{}
		nav#navi_header > ul > li{ margin-right: 20px; padding: 1px 0 1px 2px; }
		nav#navi_header > ul > li a{ padding-left: 6px; font-size: 14px; }
		nav#navi_header > ul > li ul.sub-menu{ width: 180%; padding: 4px; top: 17px; }
		nav#navi_header > ul > li ul.sub-menu li{ margin-bottom: 5px; padding-bottom: 5px; }
		nav#navi_header > ul > li ul.sub-menu li a{ font-size: 12px; }

	.visual .text1{ font-size: 28px; }
}



/************************************************************************************************************************
　768px以下（iPad mini）　※ハンバーガーメニュー、ナビ隠し
************************************************************************************************************************/
@media (max-width: 768px) {

	/* ▼ WordPressメニューバー対策 ▼ */
	/*header{ margin-top: 40px; }
	main{ margin-top: 100px; }*/
	/* ▲ WordPressメニューバー対策 ▲ */

	.btn_detail{ margin-top: 30px; }
	.btn_detail a{ width: 50%; padding: 4px 0; border-radius: 4px; }

	.notice_box{ padding: 8px 16px; }

	.h2_style{ margin-bottom: 15px; padding-left: 5px; background-size: 100% 2px; }

	.h3_style{ margin-bottom: 15px; padding-left: 15px; border-left: 5px solid #4682b4; }
	.h3_topics{ margin-bottom: 15px; padding: 5px 12px; border-left: 8px solid var(--main_blu); box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }

	.more{ font-size: 12px !important; }
	.more a{ font-size: 12px; }

	.content_text{ width: 63%; font-size: 0.9em !important; line-height: 1.2em; }
	.content_img{ width: 33%; }

	.container *{ font-size: 0.98em; }
	.h2_style{ font-size: 28px; }
	.btn_detail a{ font-size: 16px; }


	header{ width: 100%; padding: 0; border-bottom: 1px solid #ccc; position: fixed; top: 0; left: 0; z-index: 1; }
		#header_inner{ display: block; padding: 5px 2%; }
			a#header_l{}
				#logo{ width: 40px; margin-right: 5px; }
				h1#logo_text{ margin-top: 8px; }
					#logo_catchcopy{ font-size: 11px; }
					#logo_company{  font-size: 14px; }
				
				#btn_spMenu{ display: block; position: absolute; top: 5px; right: 14px; }

			#header_r{ margin-top: 10px; }
			#header_r div{ justify-content: space-between; }
			#header_r div #header_contact{ margin: 0; }
			#header_r div #header_contact a{ padding: 5px 30px; border-radius: 5px; font-size: 13px; }
			#header_r div #header_tel{ text-align: right; }
			#header_r div #header_tel a{ padding-left: 35px; font-size: 21px; background-size: 28px auto; }
			#header_r div #header_tel a i{ margin-right: 5px; font-size: 19px; }

				nav#navi_header{ margin: 0; padding: 20px 30px; width: 340px; height: 100%; background: #000; opacity: 0.9; position: fixed; top: 0; left: -400px; transition: left 0.2s ease; z-index: 2; }
				nav#navi_header.open{ left: 0; }
				nav#navi_header > ul{ display: block; }
				nav#navi_header > ul > li{ margin-right: 0; margin-bottom: 15px; padding-bottom: 10px; border: none; border-bottom: 1px solid #ccc; }
				nav#navi_header > ul > li > a{ padding: 0; font-size: 18px; color: #fff; line-height: 1em; }
				nav#navi_header > ul > li > a:before{ content: '■'; margin-right: 3px; font-size: 24px; }

				nav#navi_header > ul > li ul.sub-menu{ display: block; width: 100%; padding: 8px 0 0 20px; background: transparent; border: none; position: static; }
				nav#navi_header > ul > li ul.sub-menu li{ margin: 0 0 6px 0; padding: 0; border: none; }
				nav#navi_header > ul > li ul.sub-menu li:last-child{}
				nav#navi_header > ul > li ul.sub-menu li a{ font-size: 18px; color: #fff; line-height: 1.5em; }

	footer{ padding: 10px 0 5px; }
		nav#navi_footer{}
		nav#navi_footer ul{}
		nav#navi_footer ul li{}
		nav#navi_footer ul > li > a{ margin-bottom: 5px; font-size: 12px; }
		nav#navi_footer ul li ul li a{ margin: 0 0 5px 15px; }
		nav#navi_footer > ul > li > a{ padding-left: 6px; border-left: 3px solid var(--main_blu); }

		#footer_top #footer_iso{}
		#footer_top #footer_iso #iso_text1, #footer_top #footer_iso #iso_text2{ font-size: 10px; zoom: 0.8; line-height: 1.3em; }

		#copy{ font-size: 12px; }


	main{ padding: 90px 0; }
		/* パンくず */
		.breadcrumb{ margin-bottom: 15px; padding: 4px 0 0 8px; font-size: 11px; }

		.visual .text1{ font-size: 26px; }
		.visual .text2{ font-size: 10px; line-height: 1.5em; top: 80%; }

		/* Topics */
		ul.topics li{ padding-left: 5px; }
		ul.topics li table td{ padding: 2px 0; }
		ul.topics li table td.topics_ymd{ padding-right: 10px; }
		ul.topics li table td.topics_cate{ padding-right: 10px; }
		ul.topics li table td.topics_cate span{ padding: 2px 12px; }


		/* 製品情報 */
		.ul_product-info li{ margin-bottom: 10px; }
		.overlay p.title{ font-size: 24px; }
		.separator{ top: calc(50% + 25px); }
		.overlay p.subtitle{ font-size: 0.8em; top: calc(50% + 35px); }

		/* 製品情報（詳細） */
		.ul_product li{ margin-bottom: 12px; padding-bottom: 12px; }
		.ul_product li .product_img{ flex: 0 0 45px; }

		.ul_product li .product_r{ padding-left: 18px; }
		.ul_product li .product_r .h3_product_title{ margin-bottom: 6px; font-size: 16px; }
		.ul_product li .product_r .h3_product_title:before{ margin-right: 2px; font-size: 28px; }

}



/************************************************************************************************************************
　700px以下
************************************************************************************************************************/
@media (max-width: 700px) {
}



/************************************************************************************************************************
　480px以下（SP）※1カラム
　・iPhone 14 Pro Max・・・430px
　・iPhone 12 Pro・・・390px
　・iPhone 6/7/8 Plus・・・414px
　・iPhone 6/7/8・・・375px
　・iPhone 5/SE・・・320px;
************************************************************************************************************************/
@media (max-width: 480px) {

	/* ▼ WordPressメニューバー対策（解除） ▼ */
	/*header{ margin-top: 0; }
	main{ margin-top: 0; }*/
	/* ▲ WordPressメニューバー対策（解除） ▲ */

	.btn_detail{ margin-top: 20px; }
	.btn_detail a{ width: 50%; padding: 3px 0; border-radius: 4px; }

	.notice_box{ padding: 5px 10px; }

	.h3_style{ margin-bottom: 15px; padding-left: 15px; border-left: 5px solid #4682b4; }
	.h3_topics{ margin-bottom: 15px; padding: 4px 10px; border-left: 6px solid var(--main_blu); box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); font-size: 1.0em; }

	.more{ font-size: 11px !important; }
	.more a{ font-size: 11px; }

	.content_text{ width: 60%; font-size: 0.8em !important; line-height: 1em; }
	.content_img{ width: 38%; }


	.container *{ font-size: 0.96em; }
	.h2_style{ font-size: 24px; }
	.btn_detail a{ font-size: 14px; }


	header{}
		#header_inner{ padding: 5px 2%; }
			nav#navi_header{ padding: 10px 15px; width: 250px; left: -280px; }
			nav#navi_header > ul > li{ margin-bottom: 15px; padding-bottom: 10px; }
			nav#navi_header > ul > li > a{ padding: 0; font-size: 14px; }
			nav#navi_header > ul > li > a:before{ margin-right: 3px; font-size: 20px; }

			nav#navi_header > ul > li ul.sub-menu{ padding: 8px 0 0 15px; background: transparent; border: none; position: static; }
			nav#navi_header > ul > li ul.sub-menu li{ margin: 0 0 6px 0; padding: 0; border: none; }
			nav#navi_header > ul > li ul.sub-menu li a{ font-size: 14px; }


	footer{}
		nav#navi_footer{}
		nav#navi_footer ul{}
		nav#navi_footer ul li{}
		nav#navi_footer ul > li > a{ margin-bottom: 5px; font-size: 12px; }
		nav#navi_footer ul li ul li a{ margin: 0 0 5px 15px; }
		nav#navi_footer > ul > li > a{ padding-left: 6px; border-left: 3px solid var(--main_blu); }

		#footer_iso{ width: 40%; }
		#footer_iso #iso_text1, #footer_iso #iso_text2{ font-size: 10px; }

		#copy{ font-size: 10px; zoom: 0.8 }

	.visual .text1{ font-size: 18px; }
	.visual .text2{ font-size: 10px; line-height: 1.3em; top: 80%; zoom: 0.7; }

	/* パンくず */
	.breadcrumb{ margin-bottom: 12px; padding: 3px 0 0 6px; font-size: 10px; }

	/* Topics */
	ul.topics li{ padding-left: 3px; }
	ul.topics li table td{ padding: 1px 0; }
	ul.topics li table td.topics_ymd{ padding-right: 5px; }
	ul.topics li table td.topics_cate{ padding-right: 5px; }
	ul.topics li table td.topics_cate span{ padding: 1px 10px; }

	/* お問合せ */
	.wpcf7-form{ width: 90%; padding: 20px 5%; border-radius: 5px; }
	.wpcf7-form p{ margin-bottom: 20px; }

	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type="date"],
	.wpcf7-form select,
	.wpcf7-form textarea{ padding: 8px 12px; border-radius: 6px; }
	.wpcf7-form select{ padding: 14px 12px; } /* オーバーライド（selectの縦方向のpadding修正） */

	.wpcf7-form input[type="submit"]{ padding: 10px 0; border-radius: 6px; }

	/* メッセージ */
	.wpcf7-validation-errors, .wpcf7-mail-sent-ok{ margin-bottom: 20px; padding: 10px; border-radius: 6px; }

	/* 会社概要 */
	.tbl_company th, .tbl_company td{ padding: 8px 10px; }

	/* アクセス */
	#google_map{ height: 250px; }


	/* 製品情報 */
	.ul_product-info li{ margin-bottom: 8px; }
	.overlay p.title{ font-size: 14px; }
	.separator{ top: calc(50% + 12px); }
	.overlay p.subtitle{ font-size: 0.6em; top: calc(50% + 16px); }

	/* 製品情報（詳細） */
	.ul_product li{ margin-bottom: 12px; padding-bottom: 12px; }
	.ul_product li .product_img{ flex: 0 0 40px; }

	.ul_product li .product_r{ padding-left: 15px; }
	.ul_product li .product_r .h3_product_title{ margin-bottom: 4px; font-size: 15px; }
	.ul_product li .product_r .h3_product_title:before{ content: '■'; margin-right: 1px; font-size: 24px; }

}



/************************************************************************************************************************
　374px以下
************************************************************************************************************************/
@media (max-width: 374px) {
	#logo{ width: 30px; margin-right: 3px; }
	h1#logo_text{ margin-top: 3px; }
		#logo_catchcopy{ font-size: 10px; }
		#logo_company{  font-size: 12px; }

	#header_r div #header_contact a{ padding: 4px 10px; border-radius: 5px; font-size: 12px; }
	#header_r div #header_tel a{ padding-left: 30px; font-size: 20px; background-size: 24px auto; }
	#header_r nav#navi{ width: 180px; }

	#btn_spMenu{ top: 5px; right: 10px; }

		nav#navi_header{ padding: 10px 10px; width: 200px; left: -220px; }
		nav#navi_header > ul > li{ margin-bottom: 15px; padding-bottom: 10px; }
		nav#navi_header > ul > li a{ padding: 0; font-size: 14px; }
		nav#navi_header > ul > li > a:before{ margin-right: 3px; font-size: 18px; }

		nav#navi_header > ul > li ul.sub-menu{ padding: 8px 0 0 15px; background: transparent; border: none; position: static; }
		nav#navi_header > ul > li ul.sub-menu li{ margin: 0 0 6px 0; padding: 0; border: none; }
		nav#navi_header > ul > li ul.sub-menu li:last-child{}
		nav#navi_header > ul > li ul.sub-menu li a{ font-size: 14px; }

	footer{}
		#copy{ font-size: 10px; zoom: 0.7 }


	/* 製品情報 */
	.ul_product-info li{ margin-bottom: 5px; }
	.overlay p.title{ font-size: 12px; }
	.separator{ top: calc(50% + 10px); }
	.overlay p.subtitle{ font-size: 0.5em; top: calc(50% + 13px); }


	/* 製品情報（詳細） */
	.ul_product li{ margin-bottom: 10px; padding-bottom: 10px; }
	.ul_product li .product_img{ flex: 0 0 35px; }

	.ul_product li .product_r{ padding-left: 10px; }
	.ul_product li .product_r .h3_product_title{ margin-bottom: 3px; font-size: 14px; }
	.ul_product li .product_r .h3_product_title:before{ content: '■'; margin-right: 1px; font-size: 24px; }
}







