/*
Theme Name: まんきち
Theme URI: http://www.sobaya-mankichi.com/
Description: WordPress
Version: 1.0
Author: 
Author URI: http://www.sobaya-mankichi.com/
*/

/*@charset "utf-8";*/

/* @group reset */

* {
	margin:0;
	padding:0;
}

html {
	font-family: "游ゴシック体","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size:14px;
	color:#000000;
 	background:#ffffff;
}

body {

}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

/*p { margin-bottom:1em; }*/
a {
	color:#000000;
	text-decoration:none;
}
/*a:hover { text-decoration:underline; }	*/
ul, ol { list-style:none; }

/* @group reset end */

/* @group Fluid-img */
img {
	width:100%;
	height:auto;
	vertical-align:top;
	border:0;
}

/*img {
	max-width:100%;
	width:auto;
	border:0;
}*/

/* @group Fluid-img @end */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	min-height:1px;
}

.bold {
	font-weight:bold;
}
.red { color:#D35034; }
.mbtm1em { margin-bottom:1em; }
.mbtm5 { margin-bottom:5px; }
.mbtm10 { margin-bottom:10px; }
.mbtm15 { margin-bottom:15px; }
.mbtm20 { margin-bottom:20px; }
.mbtm30 { margin-bottom:30px; }
.mbtm50 { margin-bottom:50px; }
.mbtm60 { margin-bottom:60px; }
.mbtm80 { margin-bottom:80px; }
.mbtm100 { margin-bottom:100px; }

.img_l10 { float:left; margin-right:10px; }
.img_l20 { float:left; margin-right:20px; }
.img_l30 { float:left; margin-right:30px; }
.img_r10 { float:right; margin-left:10px; }
.img_r20 { float:right;	margin-left:20px; }
.img_r30 { float:right;	margin-left:30px; }

a {
	-webkit-transition:0.3s ease;
	-webkit-transition-property:opacity,border,color,background;

	-moz-transition:0.3s ease;
	-moz-transition-property:opacity,border,color,background;

	-o-transition:0.3s ease;
	-o-transition-property:opacity,border,color,background;
	
	transition:0.5s ease;
	transition-property:opacity,border,color,background;
}

.btn_detail_w a {
	position:relative;
}
.btn_detail_w a:before {
	position:absolute;
	top:5px;
	right:0;
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-size:115%;
	padding:13px 20px;
}

.btn_detail_w a,
.btn_mail a {
	display:block;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
	line-height:20px;
	letter-spacing:.05em;
	padding:18px 0;
	width:300px;
	margin:0 auto;
	background:#1b1bb9;
	border-radius:75px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
}
.btn_detail_w a:hover {
	background:#e25b51;
}
.btn_mail a {
	text-align:center;
	color:#ffffff;
	line-height:100%;
	padding:20px 10px;
	margin:0 auto;
	background:#d44657;
	border:1px solid #c03243;
}
.btn_mail a:hover {
	background:#c03243;
}

header {
	width: 100%;
	border-top:#1b1bb9 20px solid;
}

#inner {
	width: 100%;
}

nav ul li {
	font-weight:bold;
}

/* スマホレイアウト */
@media screen and (max-width: 768px)
{
	header {
		position: fixed;
		height:59px;
		top: 0;
		border-top:none;
		z-index:1;
	}

	/* Fixed reset */


	header div#mobile-head {

		width: 100%;
/*		height: 70px;	*/

		background: #ffffff;
		border-top:#1b1bb9 5px solid;
		z-index:1;

	}

	header div#mobile-head div#h_block {
		float:left;
		font-size:72%;
	}

	header div#mobile-head h1 {
		width:50%;
		padding:12px 0 0 10px;
	}

	header div#mobile-head h1 img {
		display:inline-block;
		width:70%;
		padding-top:2px;
	}

	header div#mobile-head h1 img.logo {
		width:22%;
		margin-right:10px;
		padding-top:0;
	}

	#global-nav span {
		display:none;
	}

	#global-nav #h_mail a:before {
		position: fixed;
		top:13px;
		right:90px;
		z-index:999;

		color:#fff;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: '\f0e0';
		font-size:16px;
		padding:10px;

		background:#d61507;
		border-radius:75px;
		-moz-border-radius:75px;
		-webkit-border-radius: 75px;
	}

	#global-nav li#h_tel a:before {
		position: fixed;
		top:13px;
		right:140px;
		z-index:999;

		color:#fff;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: '\f095';
		font-size:16px;
		padding:10px;

		background:#ff8c00;
		border-radius:75px;
		-moz-border-radius:75px;
		-webkit-border-radius: 75px;
	}

	header ul#h_contact li#h_tel a span {
		display:none;
	}

	/* Toggle Button */
	#nav-toggle {
		float:right;
		width: 34px;
		height: 40px;
		cursor: pointer;
		padding:14px 10px 0px 10px;
		background: #1b1bb9;
	}

	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #ffffff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

	nav {
		position: absolute;
		top: -500px;
		background: #1b1bb9;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index:-1;
		opacity: .9;
	}

	nav ul li {
		float: none;
		position: static;
		border-bottom:1px solid #0a0a44;
	}
	nav ul li:after  {
		display: none;
	}
	header nav ul li a,
	header.fixed nav ul li a {
		width: 100%;
		display: block;
		color: #ffffff;
		padding: 18px 0;
	}
	nav ul li:last-child {
		border:none;
	}
	nav .child ul {
		display:none;
	}

	/* ヘッダー分ずらす */
	div#smp_adjust {
		margin-top:59px;
	}
}

/* デスクトップレイアウト */
@media screen and (min-width: 769px)
{
	#inner,
	.Container {
		width:98%;
		margin:0 auto;
	}

	#inner {
		max-width:1280px;
		margin:0 auto;
		background:#ffffff;
	}

	header div#mobile-head {
		width:140px;
		float:left;
		padding:15px 0;
	}

	header h1 {
		font-size:86%;
		line-height:150%;
		text-align:center;
	
	}
	header h1 img {
		width:90%;
	}
	header h1 img.logo {
		width:40%;
		margin-bottom:5px;
	}

	#global-nav {
		width:70%;
		float:right;
		margin:15px 0;
	}

	#global-nav #h_info {
		display: flex;
		float:right;
	}

	#global-nav #h_info li a {
		float:left;
	}

	#global-nav #h_info li#h_tel a:before {
		color:#000000;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f098";
		display: inline-block;
		padding-right:10px;
	}

	#global-nav #h_info li#h_tel a {
		font-size:24px;
		font-weight:bold;
		color:#666666;
		line-height:1em;
	}

	#global-nav #h_info li#h_tel a span#tel {
		font-weight:bold;
		color:#333333;
	}

	#global-nav #h_info li#h_tel a span#time {
		font-size:12px;
	}

	#global-nav #h_info li#h_mail a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f0e0";
		display: inline-block;
		padding-right:15px;
	}

	#global-nav #h_info li#h_mail a {
		font-size:16px;
		font-weight:bold;
		color:#ffffff;
		line-height:1em;
		padding:15px 20px 15px 15px;
		background:#d61507;
		margin-left:20px;

		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
	}

	#global-nav #h_info li#h_mail a:hover {
		color:#000000;
		background:#fc5f54;
	}


	nav > ul {
		width:100%;
		float:right;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		font-size: 0;
		z-index: 999;
	}

	nav > ul > li a {
		position:relative;
		float:left;
		width:16.5%;
		padding:5px 0;
		display:block;
		font-size:16px;
		letter-spacing:.08em;
		border-left:1px solid #dddddd;
	}

	nav > ul > li:first-child a {
		border-left:none;
	}

	nav > ul > li a:before {
		content: "";
		display: inline-block;
		margin-right:15px;		
  		vertical-align: middle;
		width: 25px;
		height: 25px;
	}

	nav > ul > li:nth-child(1) a:before {
		background:url(images/icon_news.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav > ul > li:nth-child(2) a:before {
		background:url(images/icon_products.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	nav > ul > li:nth-child(3) a:before {
		background:url(images/icon_mfc.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav > ul > li:nth-child(4) a:before {
		background:url(images/icon_farm.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav > ul > li:nth-child(5) a:before {
		background:url(images/icon_recruit.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav > ul > li:nth-child(6) a:before {
		background:url(images/icon_company.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	nav > ul > li a:hover{
		position: relative;
	}

	nav > ul > li a:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 0;
		background: #1b1bb9;
		left: 0;
		bottom: -10px;
	}

	nav > ul > li a:hover:after {
		height: 3px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	nav > ul > li:first-child {
		padding-left: 0;
	}

	.normal ul {
		visibility: hidden;
		perspective: 400px;
	}
	.normal li:hover ul{
		visibility: visible;
	}
	.normal ul li{
		transform: rotateX(-90deg);
		transform-origin: 50% 0;
		transition: .1s;
	}
	.normal li:hover ul li{
		transform: rotateX(0);
	}
}

.top_section .Container h2,
.top_section .Container h3,
#top_news .Container h3 {
	position:relative;
	text-align:center;
	letter-spacing:.1em;
	margin-bottom:30px;
}

.top_section .Container h2:before,
.top_section .Container h3:before,
#top_news .Container h3:before {
	content:attr(data-subtitle);
	font-family: 'Roboto', sans-serif;
	display:block;
	font-size:28px;
	color:#1b1bb9;
	line-height:1;
	font-weight:bold;
	padding:5px 50px;
}

.top_section .Container h2 span,
.top_section .Container h3 span,
#top_news .Container h3 span {
	font-size:20px;
	font-weight:bold;
	padding:10px 50px;
	background-color:#fff;
}

.top_section .Container h2:after,
.top_section .Container h3:after,
#top_news .Container h3:after {
	position:absolute;
  	content:"";
	display:block; 
  	width:100%;
	bottom:30px;
	border-bottom:1px solid #dddddd;
	z-index:-1;
}

#top_news .Container h3:before {
	color:#1b95b9;
}

#top_news .btn_detail_w a {
	background:#1b95b9;
}

#top_news .btn_detail_w a:hover {
	background:#e25b51;
}

p.caption {
	font-weight:bold;
	font-size:20px;
	margin:20px 0;
}

p.outline {
	font-weight:500;
	line-height:2em;
	margin:30px 0;
}


#top_news {
	padding: 70px 4%;
	background-size: auto auto;
	background: #edf5f2;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 9px, #f5f7fb 9px, #f5f7fb 13px)
}

#top_news .Container {	
	padding:50px 0;
	background: #ffffff;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius: 12px;
}

.news_article ul {
	margin-bottom:35px;
}

.news_article li a {
	display:block;
	padding:15px 0;
	border-bottom:1px solid #cccccc;

}

.news_article .newsInfo .date,
.news_article .newsInfo .cat {
	float:left;
}

.news_article .date {
	width:90px;
}

.news_article .cat {
	width:80px;
}

.news_article .cat span {
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	background:orange;
}

/* スマホレイアウト */
@media screen and (max-width: 768px)
{
	#top_news .Container {
		padding:30px 15px 35px 15px;
	}

	.news_article .newsInfo:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		overflow:hidden;
		font-size:0.1em;
		line-height:0;
	}
}

/* デスクトップレイアウト */
@media screen and (min-width: 769px)
{
	.news_article li a {
		height:25px;
	}

	.news_article .newsTitle {
		float:left;
	}

	.news_article .cat {
		margin-right:20px;
	}

	.news_article ul {
		padding:0 8%;
	}

	#top_news .btn_detail_w a {
		width:300px;
	}
}

#top_mfg {
	text-align:center;
	background:url(images/mfg.jpg) center center no-repeat;
	background-size:cover;
	padding:50px 0;	
}

#top_mfg div > div > h2 {	
	font-family: "Yu Mincho", "YuMincho";
	font-size: 28px;
	font-weight:bold;
	color:#1b1bb9;
	letter-spacing:.1em;		
}

#top_mfg div > div > p {
	font-size: 16px;
	font-weight:500;
	letter-spacing:.1em;
}

/* デスクトップレイアウト */
@media screen and (min-width: 769px)
{
	#top_mfg div > div > h2 {	
		font-size: 42px;
	}
	
	#top_mfg div > div > p {
		font-size: 20px;
	}
}


/*  フッター  */

footer {
	background:#f8f8f8;	
}

footer #f_wrap > li:first-child {
	margin-bottom:20px;
}

footer img {
	display:block;
	width:30%;
	margin:0 auto;
}

footer img.logo {
	width:14%;
	margin-bottom:10px;
}

footer #f_navi {
	display:none;
}

footer {
	text-align:center;
}
footer #f_bg {
	color:#ffffff;
	padding:10px 0;
	background:#666666;
}

footer #f_bg span {
	font-size:12px;
	margin-left:50px;

}

/* デスクトップレイアウト */
@media screen and (min-width: 769px)
{
	footer .Container {
		padding:50px 0;
	}

	footer #f_wrap > li {
		float:left;
		width:36%;
		line-height: 2rem;
		margin-right:3%;
	}
	
	footer #f_wrap > li:first-child {
		width:20%;
		text-align:center;
	}
	
	footer #f_wrap > li:last-child {
		margin-right:0;

	}

	footer #f_wrap #f_navi > li:before {
		font-family: 'FontAwesome';
		content: '\f101';
		color:#888888;
		margin: 0 10px;
	}

	footer img {
		display:block;
		width:45%;
		margin:0 auto;
	}
	
	footer img.logo {
		width:20%;		
	}


	footer #f_navi {
		display:inline;
	}
}

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50p;
	background: #3f98ef;
	opacity: .6;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}




/* Breadcrumbs */

#breadcrumbs {
	background: #e5f2fa;
}		

#breadcrumbs ol {	
	max-width:1280px;
	width:98%;
	font-size: 86%;
	text-align:left;
	padding: 5px 0;
	margin: 0 auto 30px auto;
}
#breadcrumbs li {
	display: inline;
}
#breadcrumbs li i {
	margin: 0 10px;
}
#breadcrumbs li:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 10px;
}
#breadcrumbs li:last-child:after {
	content: none;
	float: left;
}

/* デスクトップレイアウト : 768 px ～ */
@media screen and (max-width: 768px)
{
	#breadcrumbs {
		width:98%;
		padding:0 1%;
	}
}

/* サブページの見出し */

section.page_outline {
	position: relative;
	padding:25px 0;
	background:url(images/top_images01.jpg) top left no-repeat #444444;
	background-repeat:no-repeat;
	background-position:center center; /*背景画像を、横中央、底辺に配置。*/
	background-size:100%;
}
section.page_outline:before {
	/* 透過した黒を重ねる */
	background-color: rgba(30,30,30,0.4);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

section.page_outline h2 {
	position:relative;
	text-align:center;
	font-size:18px;
	letter-spacing:.2em;
	color:#ffffff;
	text-shadow: 1px 1px 0px #444444;
}

section.page_outline h2 span {
	font-weight:bold;
	font-size:1.5em;
}

/* デスクトップレイアウト : 768 px */
@media screen and (min-width:769px)
{
	section.page_outline {
		padding:80px 0;
	}
}

.Container {
	font-size:16px;	
	padding:30px 15px 35px 15px;
}

/* デスクトップレイアウト : 768 px */
@media screen and (min-width:769px)
{
	.Container {
		max-width:1280px;
		padding:50px 0;
		margin:0 auto;
	}

	.top_section .Container {
		padding:80px 0;
	}

	.top_section .Container > div {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}

	.top_section .Container > div > p,
	.top_section .Container > div > div {
		float:left;
		width:50%;
	}

	.top_section .Container > div > div {
		width:40%;
		padding:0 5%;
	}

	/* .top_section .Container > div > p img {
		width:50%;
	} */





}

.Container dt,
.Container dd {
	float:left;
}

.Container dt {
	width:20%;
}

.Container dd {
	width:80%;
	border-bottom:1px solid;
}


/* お問い合わせフォーム */

.c1 { background:#f2f2f2; }
.c2 { background:#ffffff; }

#contact td input#zip { width:30%; }

#contact td input[type=text],
#contact td input[type=email],
#contact td input[type=tel] {
	height:35px;	
}

#contact td input[type=text],
#contact td input[type=email],
#contact td input[type=tel],
#contact textarea {
	resize: none;
	width:94%;
	padding-left:10px;
}

input[type=submit],
input[type=button] {
	display:block;
	width:60%;
	color:#ffffff;
	line-height:1em;
	background:#d61507;
	padding:25px 0;
	margin:20px auto;
	border:none;
}

input:disabled {
	background: #cccccc;
}

.wpcf7-list-item {
	margin: 0;
}

.m-alert,
.m-alert_s {
	font-size:12px;
	color:#ffffff;
	padding:0 5px;
	margin:10px;
	background:#d61507;
}

div.wpcf7 img.ajax-loader {
	width:auto;
}

/* スマートフォン */
@media screen and (max-width: 768px)
{
	#contact {
		width:100%;
	}

	#contact { border-bottom: none; }
	#contact th { position:relative; }
	#contact th,
	#contact td {
		font-weight:normal;
		display: block;
		width: auto;
		padding:0.5rem 1rem;
		border-right: none;
	}

	#contact th {
		text-align:left;
		padding:0.8rem 1rem;
	}

	#contact td {
		padding-bottom:16px;
	}

	.m-alert {
		position:absolute;
		top:0;
		left:140px;
	}
}

/* デスクトップレイアウト : 768 px */
@media screen and (min-width: 769px)
{
	#contact {
		padding:50px 0;
		margin:0 auto;
	}
	
	#contact th {
		width:25%;
		text-align:left;
		font-weight:normal;
		padding:20px 0;
		padding-left:30px;
		line-height:50px;
		vertical-align: top;
	}
	#contact td {
		padding:15px 0;
		padding-left:20px;
	}

	#contact td input[type=text],
	#contact td input[type=email],
	#contact td input[type=tel],
	#contact td textarea {
		padding:5px 10px;
	}

	#contact td textarea {
		margin-top:10px;
	}

	input[type=submit],
	input[type=button] {
		width:20%;
		margin:0 auto 50px auto;
	}

	input[type=button] {
		width:20%;
		margin-bottom:0;
	}

	.m-alert,
	.m-alert_s {
		float:right;
		line-height:30px;
		padding:0 5px;
		margin:10px 20px 10px 0;
	}
	.m-alert_s{
		float:none;
		margin:10px 10px;
	}
}


.subpage h2 {
	text-align: center;
	font-size: 25px;	
	font-weight: bold;	
	position: relative;
	padding-bottom:15px;	
	margin-bottom:30px;	
	letter-spacing:.1em;
}
 
.subpage h2:after {
	content: "";
	display: inline-block;
	width: 35px;
	height: 3px;
	background: #e50012;
	position: absolute;
	bottom: 0;
	left: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.products h3 {
	color:#ffffff;
	font: weight 500px;;
	padding:5px 0 5px 2%;
	margin-bottom:20px;
	border-left:8px solid #1b1bb9;
	background:#4f8bbd;


}

.products ul#prod_outline {
	margin-bottom:30px;
}

.products ul#prod_outline > li:last-child p {
	margin-bottom:20px;
}

.products ul#prod_outline > li:first-child img {
	width:40%;
}

.products ul#prod_outline > li:first-child {
	text-align: center;
	margin-bottom:20px;
}

.products ul#prod_outline > li:last-child li {
	width:20%;
}

.products ul#prod_outline ul > li {	
	text-align:center;
	margin-left:30px;
}

.products ul#prod_outline img {
	margin-bottom:10px;	
}

.products ul#prod_outline ul > li img {
	width:50%;	
}

.products ul#prod_outline ul {
	font-size: 0;
}

.products ul#prod_outline ul > li {
	display: inline-block;
	font-size: 16px;
	vertical-align: bottom;	
}

.products ul#prod_info table th,
.products ul#prod_info table td {
	width:35%;
	text-align:left;
	padding:10px 0;
	padding-left:30px;
	border-bottom: 1px dashed #bbb;
}

.products ul#prod_info table td {
	width:100%;
}

.products ul#prod_info table {
	width:100%;
	border-collapse: collapse;
}

/* デスクトップレイアウト : 768 px */
@media screen and (min-width:769px)
{
	.products ul#prod_outline > li {
		width:50%;
		float:left;
	}

	.products ul#prod_outline > li:first-child {
		margin-bottom:0;
	}

	.products ul#prod_outline > li:first-child img {
		width:25%;
	}


	.products ul#prod_info li {
		width:49%;
	}
	.products ul#prod_info li:first-child {
		float:left;
	}
	.products ul#prod_info li:last-child {
		float:right;
	}

	.products ul#prod_info table th,
	.products ul#prod_info table td {
		width:30%;
		text-align:left;
		padding:10px 0;
		padding-left:30px;
		border-bottom: 1px dashed #bbb;
	}

	.products ul#prod_info table td {
		width:100%;
	}

	.products ul#prod_info table {
		width:100%;
		margin:0 auto;
		border-collapse: collapse;
	}
}

.recruit table {
	width:100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	color:#333333;
	margin:0 auto;
}
.recruit table tr th {
	vertical-align: top;
	background: #f2f2f2;
}
.recruit table thead,
.recruit table tfoot {
	background: #f5f5f5;
}
.recruit table thead tr:last-child {
	border-bottom: 1px solid #ddd;
}
.recruit table tfoot tr:first-child {
	border-top: 1px solid #ddd;
}
.recruit table tr th,
.recruit table tr td {
	padding:10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.recruit table tr td {
	background: #ffffff;
}

/* デスクトップレイアウト */
@media screen and (min-width:769px)
{
	.recruit table {
		width:60%;
	}
}




#history {
	width:90%;
	margin:0 auto;
	border-collapse: collapse;
	border-top: 1px solid #e2e2e2;
}

#history th {
	vertical-align: top;
	width:35%;
	text-align:left;
	font-weight:normal;
	padding:15px 0;		
	padding-left:30px;
}

#history th,
#history td {
	border-bottom: 1px solid #ddd;
}

#history td {
	padding:15px 0;		
}

/* デスクトップレイアウト */
@media screen and (min-width:769px)
{
	#history th {
		width:20%;
	}
}



#map_canvas{
	position: relative;
	padding: 0 0 40%;
	margin:0 2%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/*=============
slick
=============*/

#top_slider .slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}
#top_slider .slider div.img01 {
  background-image: url(images/products.jpg);
}
#top_slider .slider div.img02 {
  background-image: url(images/top_images01.jpg);
}
#top_slider .slider div.img03 {
  background-image: url(images/top_images02.jpg);
}
#top_slider .slider .slick-dots {
  bottom: 4%;
  z-index: +1;
}

#top_slider .slider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background:#ffffff;
}

#top_slider .slider .slick-slide {
	padding: 0 0;
	opacity: .7;
	transition-duration: 0.3s;
}
#top_slider .slider .slick-slide.slick-current {
	opacity: 1;
}

#top_slider .slick-dots {
	bottom: 5%;
}

#top_slider .slick-dots li button:before {
	font-size:16px;
	color:#ffffff;
	opacity: .5;
}

#top_slider .slick-dots li.slick-active button:before {
	color:red;
}



#top_slider #text {
	position: absolute;
	top:50%;
	width:100%;
	text-align:center;
	font-weight:600;
	color:#ffffff;
	letter-spacing:.15em;
	text-shadow: 1px 1px 2px #000000;
	z-index:999;
	/*background-color: rgba( 0, 0, 0, 0.4 );*/
}

#top_slider #text h2 {
	font-size:42px;
	font-weight:bold;	
	line-height:100%;
	letter-spacing:.2em;
	margin-bottom:40px;
}

#top_slider #text p {
	font-size:20px;
}

/* スマホレイアウト */
@media screen and (max-width: 768px)
{
	#top_slider #text {
		top:40%;
		left:10%;
		width:80%;
	}

	#top_slider #text h2 {
		font-size: 24px;
	}

	#top_slider #text p {
		font-size:16px;
	}
}

/*

表示したいサイズ / 基本サイズ * 100 （小数点以下切り上げ）

10px 72% 
11px 79% 
12px 86% 
13px 93% 
14px 100% 
15px 108% 
16px 115% 
17px 122% 
18px 129% 
19px 136% 
20px 143% 
21px 150% 
22px 158% 
23px 165% 
24px 172% 
25px 179% 
26px 186% 
*/
