@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	line-height: 1.6;
	font-size: 81.25%;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}
ul { list-style-type: none;}
ol { padding-left: 2em;}
p {
	margin-bottom: 1.2em;
}
textarea {
	font-size: 1em;
}
img {
	border:0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th,td {
	border-bottom: 1px solid #8AB4D4;
	padding: 5px 10px;
	vertical-align: top;
}
th {
	white-space: nowrap;
	text-align: left;
}
.pc_elem {
	display: none;
}

/* ____ リンクテキスト ____ */
a {
	color: #000;
	text-decoration: underline;
    transition: all  0.3s ease;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
a:hover {
	opacity: 0.9;
}

/*___________ ページの先頭へ ___________ */
.tothetopfixed {
	position: fixed;
	bottom: 25px;
	right: 8px;
}
.tothetopfixed a {
	width: 45px;
	height: 45px;
	text-align: center;
	display: block;
}
.tothetopfixed img {
	width: 45px;
}

/*___________ レイアウト設計 ___________ */
#contents_wrap {
	margin-top: 58px;
	text-align: center;
}
.contents {
	padding: 30px 15px 0;
	text-align: left;
}
h2 {
	font-size: 138.46153%;
	text-align: center;
}
#contents_wrap h2.hd {
	display: inline-block;
	border-bottom: 2px solid #FF7D26;
	padding-top: 30px;
}

h3 {
/*	font-size: 123.07692%;*/
	font-size: 115.38461%;
	text-align: left;
	border-left: 7px solid #FF7D26;
	padding: 5px 5px 5px 8px;
	margin-bottom: 5px;
}
html {
  scroll-padding-top: 58px; /* 固定ヘッダの高さ分 */
}
#head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	background: #fff;
	width: 100%;
	height: 58px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 3px solid #333;
}
#head h1 {
	width: 136px;
	padding: 13px 0 0px 15px;
	margin-bottom: -3px;
}

/*
ナビゲーション
_______________________*/
#pc_gnav {
	display: none;
}
#sp_gnav {
}
#mn_defa {

	top: 0;
	right: 0;
	z-index: 999;
}
#mn_defa li {
}
#mn_defa a {
	display: block;
	padding: 14px;
}
#mn_defa img {
	width: 30px;
}
#mn_cont {
	display: none;
	background-color: #383F49;
	width: 100%;
	height: calc(100% - 58px);
	position: fixed;
	top: 58px;
	left: 0;
	z-index:401;
}
#mn_cont_inner {
	font-size: 106.66666%;
	width: 100%;
	height: calc( 100% - 58px );
	display: flex;
	align-items: center;
	justify-content: center;
}
#mn_cont li a {
	display: block;
	padding: 12px 0 12px 20px;
	text-decoration: none;
	color: #fff;
	background: url(img-layout/pt_10.png) no-repeat left center/ 5px 7px;
}
#mn_cont li.resptel a {
    background: #fff url(img-layout/pt_tel.png) no-repeat 15px center/ 18px 20px;
    border-radius: 20px;
    color: #383F49;
    margin-top: 16px;
	padding: 10px 25px 10px 40px;
}

/*
フッター
_______________________*/
.footer_menu {
	padding: 15px 10px;
	background: #E6E6E6;
}
.footer_menu ul {
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
}
.footer_menu li:first-of-type {
	padding-right: 10px;
}
.footer_info {
	background: #383F49;
	color: #fff;
	text-align: center;
	font-size: 84.61538%;
	padding: 15px 0 1px;
}
.footer_info h2 {
	width: 128px;
	margin: 0 auto;
}
.footer_info a {
	color: #fff;
}

#copyrights {
	text-align: center;
	font-size: 69.23076%;
	background: #FF6600;
	color: #fff;
	padding: 3px;
}

/*
トップページ
_______________________*/
.hero_sp img {
	width: 100%;
}
.top_ttl_prod img {
	width: 70px;
	margin: 15px 0;
}
.top_product {
	background: url(img-layout/top_prod_bg.jpg) center/ cover;
	padding: 15px 5px;
}
.top_product ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.top_product ul li {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}

/*
製品紹介
_______________________*/
.product_page h2 {
	text-align: left;
	border-left: 7px solid #FF7D26;
	padding: 5px 5px 5px 8px;
}
.prod_blk {
	padding-bottom: 30px;
}
.prod_blk .prod_pic {
	max-width: 250px;
	padding: 0 0 8px;
	text-align: center;
	margin: 0 auto;
}
.product_det_page h2 {
	text-align: left;
/*	font-size: 138.46153%;*/
	border-bottom: 2px solid #FF7D26;
	padding: 5px 0 2px;
	margin-bottom: 15px;
}
.product_det_page {
	text-align: center;
}
.product_det_page .contents {
	border-bottom: 10px solid #E6E6E6;
}
.product_intro_inner {
	background: #E6E6E6;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
	margin: 10px 0 0;
	text-align: left;
}
.product_intro .pic {
	width: 30%;
}
.product_intro .cont {
	width: 67%;
}
.prod_det_blk {
	padding-bottom: 20px;
}
.prod_det_blk .prod_cont a {
	display: block;
	background: url(img-layout/pt_link.png) no-repeat left center/ 10px;
	text-decoration: none;
	padding: 2px 0 2px 14px;
}

/*
会社概要
__________________________________*/
.contents.com_base {
	background: #E6E6E6;
	padding: 20px 15px;
	margin-top: 20px;
}
.contents.com_map {
	background: #E6E6E6;
	padding: 0 0 10px;
	margin-top: 20px;
}
.contents.com_map p {
	margin-left: 15px;
	margin-right: 15px;
}
.map_wrap {
	height: 0;
	position: relative;
	padding-bottom: 75%;
	margin-bottom: 20px;
}
.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
お問い合わせ
_______________________*/
.contact_tel {
	text-align: center;
}
.contact_tel img {
	max-width: 260px;
}

/*
個人情報保護方針
_______________________*/
.privacy_inq {
	background: #f2f2f2;
	padding: 15px;
	margin: 0 0 30px;
}
	
@media screen and (min-width:740px) {
	body {
		font-size: 100%;
	}
	th,td {
		padding: 15px 20px;
	}
	.contents {
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0 30px;
	}
	h2 {
		font-size: 162.5%;
		margin-bottom: 30px;
	}
	.pc_elem {
		display: block;
	}
	.sp_elem {
		display: none!important;
	}
	/*___________ レイアウト設計 ___________ */
	#head {
		height: 115px;
		position: inherit;
		border-bottom: 6px solid #333;
		padding: 0 2%;
	}
	#head h1 {
		width: auto;
		padding: 25px 0 0px;
		margin-bottom: -6px;
	}
	html,body {
	  scroll-padding-top: 115px; /* 固定ヘッダの高さ分 */
	}
	#sp_gnav {
		display: none;
	}
	#pc_gnav {
		display: block;
		padding-right: 13px;
	}
	.hd_contact {
		text-align: right;
		padding: 12px 0;
	}
	#pc_gnav ul {
		display: flex;
		align-items: center;
	}
	#pc_gnav li {
		padding-left: 20px;
	}
	#pc_gnav ul a {
		text-decoration: none;
		display: block;
		padding: 5px 8px 0;
		border-bottom: 3px solid #fff;
	}
	#pc_gnav ul a:hover {
		border-bottom: 3px solid #FF6600;
	}
	#contents_wrap {
		margin: 0;
	}
	.hero_wrap {
		background: url(img-layout/hero_bg.jpg) no-repeat center/ cover;
		height: 543px;
	}
	.hero {
		text-indent: -9999px;
		background: url(img-layout/hero_con.png) no-repeat calc(50% + 85px) 70px;
		height: 543px;
	}
	.footer_menu_resp {
		display: flex;
		justify-content: center;
		padding: 40px 0;
	}
	.ft_resp {
		width: 500px;
	}
	.footer_info_inner {
		width: 1000px;
		max-width: 100%;
		display: flex;
		justify-content: space-around;
		text-align: left;
		padding: 30px 0;
		margin: 0 auto;
	}
	.footer_info h2 {
		width: 212px;
		margin: 0 0 5px;
	}
	.footer_info p {
		margin: 0 0 7px;
	}
	.ft_info {
		padding-right: 100px;
	}
	.ft_sitemap li a {
		display: block;
		background: url(img-layout/pt.png) no-repeat left center;
		padding: 3px 0 3px 15px;
		text-decoration: none;
	}
	.ft_office_bana {
		width: 228px;
	}
	.ft_office_bana li {
		padding-bottom: 20px;
	}
	#copyrights {
		font-size: 75%;
	}
	
	/* トップページ */
	.top_ttl_prod img {
		width: auto;
		margin: 50px 0 20px;
	}
	.top_product {
		background: #E6E6E6 url(img-layout/top_prod_bg_pc.jpg) no-repeat left top;
		padding: 60px 0 20px;
	}
	.top_product_inner {
		width: 1000px;
		max-width: 100%;
		text-align: right;
		margin: 0 auto;
	}
	.top_product ul {
		justify-content: flex-end;
	}
	.top_product ul li {
		width: 352px;
		padding: 0 0 40px 25px;
		box-sizing: inherit;
	}

	/*
	製品紹介
	_______________________*/
	.product_page h2 {
		margin-bottom: 0;
	}
	.hero_prod_wrap {
		background: url(img-layout/prod_hero_bg_pc.jpg) center/ cover;
		height: 183px;
		text-align: left;
	}
	.hero_prod {
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		padding: 55px 0 0 100px;
		box-sizing: border-box;
	}
	.product_page .contents {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 30px 0 0;
	}

	.prod_blk {
		width: 47%;
		padding: 0 0 30px;
	}
	.prod_blk a {
		text-align: center;
		padding-bottom: 15px;
	}
	.prod_blk .prod_pic {
		max-width: inherit;
		padding: 5px 0 15px;
	}
	
	.prod_snav ul {
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
	}
	.prod_snav ul a {
		text-decoration: none;
		background: url(img-layout/pt_link.png) no-repeat 10px center;
		padding: 5px 10px 5px 32px;
		margin: 2px 0 40px;
		display: inline-block;
	}
	.prod_snav ul a:hover {
		background: #E8F2FE url(img-layout/pt_link.png) no-repeat 10px center;
	}

	.product_det_page .contents {
		border-bottom: none;
	}
	.product_intro {
		background: #E6E6E6;
	}
	.product_intro_inner {
		padding: 30px 0;
		width: 1000px;
		max-width: 100%;
		margin: 30px auto;
	}
	.product_intro .pic {
		width: 41.6%;
	}
	.product_intro .cont {
		width: 54%;
	}
	.product_intro .cont a {
		text-align: right;
	}
	.prod_det_blk {
		display: flex;
		justify-content: space-between;
		padding: 30px 0;
	}
	.prod_det_blk .prod_cont {
		width: 500px;
	}
	.prod_det_blk .prod_cont a {
		background: url(img-layout/pt_link.png) no-repeat left center;
		padding: 2px 0 2px 22px;
	}

	/*
	会社概要
	__________________________________*/
	.hero_com_wrap {
		background: url(img-layout/com_hero_bg_pc.jpg) center/ cover;
		height: 183px;
		text-align: left;
	}
	.contents.com_base {
		width: 100%;
		display: flex;
		align-content: center;
		justify-content: center;
		padding: 30px 0 15px;
		margin-top: 10px;
	}
	.contents.com_map {
		width: 100%;
		margin-top: 10px;
	}
	.contents.com_map p {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.map_wrap {
		padding-bottom: 35%;
	}
	.hero_contact_wrap {
		background: url(img-layout/contact_hero_bg_pc.jpg) center/ cover;
		height: 183px;
		text-align: left;
	}
	/*
	お問い合わせ
	_______________________*/
	.contact_page .hero_prod {
		padding: 55px 0 0 80px;
	}
	.contact_tel {
		padding-top: 35px;
	}
	.contact_tel img {
		max-width: 300px;
	}
	/*
	個人情報保護方針
	_______________________*/
	.privacy_page .hero_prod {
		padding: 55px 0 0 50px;
	}
	.privacy_page .contents {
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
	.privacy_page .contents p {
		padding-left: 20px;
	}
	.privacy_inq {
		padding: 20px;
		margin: 0 20px;
	}
}