/* 全体 */
body{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", Verdana, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "HiraginoKaku Kaku Gothic Pro", sans-serif;
	font-size:15px;
	line-height:28px;
	width: 100%;
	min-width: 1200px;
	background: url("../image/body-lr.jpg") repeat;
}
img {
	display:block;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #800000;
	text-decoration: underline;
}
area{
	border:none;
	outline:none;
	onFocus="this.blur();"
}


.form-boxsize-100 { width:480px; }
.form-boxsize-90 { width:430px; }
.form-boxsize-80 { width:380px; }
.form-boxsize-70 { width:330px; }
.form-boxsize-60 { width:280px; }
.form-boxsize-50 { width:240px; }
.form-boxsize-40 { width:190px; }
.form-boxsize-30 { width:140px; }
.form-boxsize-20 { width:100px; }
.form-boxsize-10 { width:50px; }
.form-opinion-height { height:200px; }



.text-underline-red {
	border-bottom:solid 2px #FF7777;
}
.text-underline {
	border-bottom:solid 1px #CCCCCC;
}



.change-desktop{
	width:100%;
}
.change-mobile{
	display:none;
}



/* 戻る */
.to-back{
	width:100%;
	font-weight:700;
	text-align:right;
	margin:70px 0 0 auto;
}
.to-back a:link,.to-back a:hover,.to-back a:active,.to-back a:visited{
	color:#333333;
}
/* 次へ */
.to-next{
	width:100%;
	font-weight:700;
	text-align:right;
	margin:70px 0 0 auto;
}
.to-next a:link,.to-next a:hover,.to-next a:active,.to-next a:visited{
	color:#333333;
}
.arrow-base{
	width:15px;
	height:10px;
	background-image:url("../image/arrow-black.png");
	background-repeat:no-repeat;
	display:inline-block;
}



/* 右下のトップへ戻る用CSS */
#pageTop {
	display:none;
}
#pageTop i {
	display:none;
}




/* PC用ヘッダー */
#pc-header{
	width:100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
	display : none;
}
nav.globalMenuSp {
	display : none;
}


/* ヘッダー */
#top-hd-box {
	padding-top:20px;
	padding-bottom:20px;
	width: 1200px;
	height:640px;
	margin:0 auto 0 auto;
	background: url("../image/top-hd.jpg");
	background-repeat:no-repeat;
}
#hd-box {
	padding-top:20px;
	padding-bottom:20px;
	width: 1200px;
	height:180px;
	margin:0 auto 0 auto;
	background: url("../image/hd.jpg");
	background-repeat:no-repeat;
}
#hd-logo {
	width:500px;
	margin:20px 0 0 0;
}
#hd-logo img {
	margin:0;
}
#top-hd-box2 {
	padding-top:80px;
	padding-bottom:20px;
	width: 100%;
	display:flex;
}
#top-hd-lbox {
	width: 750px;
}
#top-hd-rbox {
	width: 450px;
	padding:0 0 0 0;
}
#hd-ct{
	width:100px;
}
#hd-ct2{
	width:100px;
}
#hd-ct-nv{
	width:100;
	margin:50px 0 0 auto;
	text-align:right;
}
#hd-ct-nv img{
	display:inline;
}
#top-menu-lr {
	width: 100%;
	background: url("../image/menu-lr.jpg");
	background-repeat:repeat;
	padding:50px 0 20px 0;
	margin:0 0 0 0;
}
#top-menu-title {
	width: 100%;
	text-align:center;
	margin:0 0 15px 0;
}
#top-menu-title img{
	display:inline;
}
#top-menu-box {
	width: 1200px;
	display:flex;
	margin:0 auto 0 auto;
	padding:30px 100px 50px 100px;
}
.top-menu-item {
	width: 200px;
	margin:0 auto 0 auto;
	text-align:center;
}
.top-menu-item img {
	display:inline;
}

/* メニュー部分 */
#menu-lr {
	width: 100%;
	background: url("../image/menu-lr.jpg");
	background-repeat:repeat;
	padding:20px 0 20px 0;
	margin:0 0 0 0;
}
#menu-box {
	width: 1200px;
	display:flex;
	margin:0 auto 0 auto;
}
.menu-item {
	width: 200px;
	margin:0 auto 0 auto;
	text-align:center;
}
.menu-item img {
	display:inline;
}

/* メイン部分 */
#wrapper {
	width: 100%;
}
#main-box {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#contents {
	width: 1200px;
	display:block;
	padding:70px 0 0 0;
}

/* モバイル用ヘッダー */
#mobile-header{
	display:none;
}


/* モバイル用メニュー */
#menu-mobile{
	display:none;
}


/* フッター */ 
#footer-lr { 
	width: 100%;
	display:block;
	margin-right: auto; 
	margin-left: auto;
	background: url("../image/ft-lr.jpg") repeat;
}
#footer {
	width: 1200px;
	margin-right: auto; 
	margin-left: auto;
	display:flex;
} 
#footer-left-box{
	width:300px;
	display:block;
}
#footer-left-box a:link, #footer-left-box a:hover, #footer-left-box a:active, #footer-left-box a:visited{
	color:#000000;
	text-decoration: none;
}
#footer-center-box{
	width:350px;
	margin:80px 0 0 0;
	display:block;
}
#footer-right-box{
	width:550px;
	height:320px;
	background: url("../image/ft-r.jpg") no-repeat;
	background-position:right top;
}
#footer-logo{
	width:100%;
	margin:30px auto 10px 0;
	display:block;
}
#footer-logo img{
	display:inline;
}

#footer-appeal{
	width:200px;
}
#footer-appeal img{
	display:inline;
	margin:0 5px 0 0;
}
#footer-other-box{
	width: 100%;
	padding:50px 0 0 0;
}
#footer-other-box img{
	display:inline;
	margin-right:10px;
}
#footer-copy-box{
	width: 1200px;
	padding:0 0 30px 0;
	display:block;
	margin-right: auto; 
	margin-left: auto;
	color:#666666;
	text-align:right;
	font-size:12px;
	line-height:20px;
}



/* サブページタイトル */
#title-box{
	width:100%;
	display:block;
	margin:0 auto 30px auto;
	text-align:center;
}

#title{
	color:#333333;
	font-size:32px;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	position: relative;
	line-height: 1.2;
	padding:0em 1em;
	display: inline-block;
	top:0;
margin:0 0 30px 0;
}
#title:before, #title:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 90%;
	display: inline-block;
}
#title:before {
	border-left: solid 1px #BEB6AB;
	border-top: solid 1px #BEB6AB;
	border-bottom: solid 1px #BEB6AB;
	left: 0;
}
#title:after {
	content: '';
	border-top: solid 1px #BEB6AB;
	border-right: solid 1px #BEB6AB;
	border-bottom: solid 1px #BEB6AB;
	right: 0;
}



/* 業務案内 */
#work-base{
	width:100%;
	margin-bottom:100px;
}
.work-main{
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.work-photo-r {
	float: right;
	vertical-align: top;
	padding: 5px 0 5px 30px;
}
.work-photo-r img {
	display:inline;
	zoom:70%;
	margin-right:15px;
}
.work-photo-l {
	float: left;
	vertical-align: top;
	padding: 5px 10px 5px 0; 
}
.work-photo-l img {
	display:inline;
	zoom:100%;
	margin-right:50px;
}
.work-photobox {
	width:100%;
	clear:both;
	display:block;
	margin-top:25px;
}
.work-photobox img {
	display:inline;
	zoom:70%;
	margin-right:5px;
}

.work-st{
	width:100%;
	font-size:20px;
	color:#333333;
	background: url("../work/image/st-lr.jpg") repeat;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	margin:0 0 15px 0;
	padding:5px 15px 5px 15px;
	display: inline-block;
}
.work-box{
	width:100%;
	background: #FFFFFF;
	margin:30px 0 0 0;
	padding:50px;
	text-align:center;
	border-radius: 10px;	/* CSS3 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome */
	-moz-border-radius: 10px;	 /* Firefox */
}
.work-box img{
	display:inline;
}



/* 工場案内 */
#factory-base{
	width:100%;
	margin-bottom:100px;
}
.factory-st{
	width:100%;
	font-size:20px;
	color:#FFFFFF;
	background: url("../factory/image/st-lr.jpg") repeat;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	margin:0 0 10px 0;
	padding:5px 15px 5px 15px;
	display: inline-block;
}
.factory-st2{
	width:100%;
	font-size:16px;
	color:#FFFFFF;
	background: url("../factory/image/st-lr2.jpg") repeat;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	margin:0 0 10px 0;
	padding:3px 15px 3px 15px;
	display: inline-block;
}
.factory-main{
	width:100%;
	margin:0 0 100px 0;
}
.factory-box{
	width:100%;
	border-left:1px solid #007EC3;
	padding:10px 0 0 0;
}
.factory-adress{
	width:100%;
	border-left:3px solid #007EC3;
	padding:0 0 0 10px;
	margin:10px 0 30px 0;
}
.factory-adress a:link, .factory-adress a:hover, .factory-adress a:active, .factory-adress a:visited{
	color:#000000;
	text-decoration: none;
}
.factory-box2{
	width:100%;
	display:flex;
}
.factory-box2-left{
	width:470px;
	padding:0 40px 0 40px;
}
.factory-box2-right{
	width:730px;
	padding:0 0 0 0;
}
.factory-photo{
	width:100%;
	margin:0 0 10px 0;
	display:flex;
}
.factory-photo-left{
	width:290px;
	padding:0 10px 0 0;
}
.factory-photo-right{
	width:440px;
	padding:0 0 0 0;
}
.factory-photo-bt{
	width:100%;
}
.factory-table{
	width:100%;
	display: block;
}
.factory-table-row{
	width:100%;
	display:flex;
}
.factory-table-title{
	font-weight: bold;
	background-color:#74BADC;
	border:1px solid #FFFFFF;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	width: 400px;
	line-height:24px;
}
.factory-table-title2{
	font-weight: bold;
	background-color:#74BADC;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	width: 70px;
	line-height:24px;
}
.factory-table-main{
	background-color:#E8F3F9;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width: 400px;
	text-align: left;
	padding: 2px 10px 2px 10px;
}
.factory-table-main2{
	background-color:#E8F3F9;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width: 70px;
	text-align: left;
	padding: 2px 10px 2px 10px;
}
.factory-thumb{
	width:100%;
	margin:25px 0 0 0;
}



/* 会社紹介 */
#company-base{
	width:100%;
	margin-bottom:100px;
}
.company-main{
	width:100%;
	margin:0 0 50px 0;
}
.company-st{
	width:100%;
	font-size:20px;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	border-bottom:3px double #888888;
	margin-bottom: 30px;
}
.company-st2{
	width:100%;
	display:block;
	font-size:20px;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	background: url("../company/image/st-lr.jpg") repeat;
	padding:5px 10px 5px 10px;
	margin-bottom: 15px;
}
#company-greet{
	width:100%;
	margin:0 0 50px 0;
}
#company-greet-box{
	width:100%;
	display:flex;
}
#company-greet-photo {
	width: 400px;
	margin:0 20px 0 0;
}
#company-greet-photo img{
	zoom: 70%;
}
#company-greet-comment {
	width: 800px;
}
#company-greet-text {
	background: url("../company/image/line1.png") repeat;
	line-height:30px;
}
#company-greet-name{
	padding:0 0 30px 0;
	text-align:right;
}
#company-greet-name img{
	display:inline;
}
#company-sdgs{
	width:800px;
	margin:0 0 70px 400px;
	background: #5ED9EE;
	border-radius: 3px;		/* CSS3 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
}
#company-sdgs :hover img{
  opacity: 0.9;
  transition-duration: 0.5s;
}
.company-history{
	width:100%;
	display:inline-block;
	overflow:hidden;
}
.company-history-left{
	width:650px;
	margin:0 50px 0 0;
	float:left;
}
.company-history-right{
	width:500px;
	float:right;
}
.company-history-right img{
	border-radius: 3px;		/* CSS3 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
}
.company-data{
	width:100%;
	display:inline-block;
	margin-bottom:50px
	overflow:hidden;
}
.company-data-left{
	width:650px;
	margin:0 50px 0 0;
	float:left;
}
.company-data-right{
	width:500px;
	float:right;
}
.company-data-right img{
	border-radius: 3px;		/* CSS3 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
}

.company-table{
	width:100%;
	display: block;
}
.company-table-row{
	width:100%;
	display:flex;
}
.company-table-title{
	width: 100px;
	font-weight: bold;
	border-bottom:1px solid #CCCCCC;
	vertical-align: top;
	padding: 1px 10px 2px 10px;
}
.company-table-main{
	border-bottom:1px solid #CCCCCC;
	width: 540px;
	text-align: left;
	padding: 1px 10px 2px 10px;
}
.company-table-title2{
	width: 140px;
	background-color:#C5E1EF;
	border:1px solid #FFFFFF;
	vertical-align: top;
	padding: 2px 10px 1px 10px;
}
.company-table-main2{
	width: 500px;
	background-color:#E8F3F9;
	border:1px solid #FFFFFF;
	text-align: left;
	padding: 2px 10px 1px 10px;
}


.company-tostaff{
	padding-top: 20px;
	clear:both;
}



/* スタッフ紹介 */
#staff-box{
	width:100%;
	display:flex;
}
.staff-main{
	width:100%;
	margin:0 0 50px 0;
	overflow:hiddne;
}
#staff-box-honsha{
	width:350px;
	margin:0 75px 0 0;
}
#staff-box-honji{
	width:350px;
}
#staff-box-miyagi{
	width:350px;
	margin:0 0 0 75px;
}
.staff-st{
	color:#FFFFFF;
	font-size:16px;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	background: url("../company/image/st-lr2.png") repeat;
	padding:5px 10px 5px 10px;
	margin-bottom: 15px;
	text-align:center;
}
.staff-text {
	width: 100%;
	background: url("../company/image/line1.png") repeat;
	line-height:30px;
	margin:10px 0 10px 0;
}
.job-movie {
	display:block;
	width:100%;
	text-align:center;
	margin-top:100px;
	padding-bottom:20px;
}
.job-movie iframe{
	width:960px;
	height:540px;
	margin-left:auto;
	margin-right:auto;
}
.job-banner{
	width:100%;
	margin-top:50px;
	text-align:center;
}
.job-banner img{
	margin-left:auto;
	margin-right:auto;
}



/* アクセスマップ */
#map-base{
	width:100%;
	margin-bottom:100px;
}
.map-st{
	width:100%;
	font-size:20px;
	color:#333333;
	background: url("../work/image/st-lr.jpg") repeat;
	letter-spacing:0.1em;
	font-family: 'Libre Baskerville', serif;
	font-weight: 500;
	margin:0 0 15px 0;
	padding:10px 15px 10px 15px;
	display: inline-block;
}
.map-adress{
	width:100%;
	font-weight:bold;
	margin:5px 0 10px 0;
}
.map-box{
	width:100%;
	background: #FFFFFF;
	margin:30px 0 80px 0;
	padding:30px 50px 30px 50px;
	text-align:center;
	border-radius: 10px;		/* CSS3 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome */
	-moz-border-radius: 10px;	/* Firefox */
}
.map-box img{
	display:inline;
}
.map-box-google {
	width: 100%;
	text-align:left;
	padding:10px;
}
.map-box-google iframe {
	width:100%;
	height:400px;
}
.map-box-detail{
	width:100%;
	padding:5px 10px;
}



/* お問い合わせ */
#info-base{
	width:100%;
	padding-bottom:100px;
}
#info-base a, #info-base a:visited, #info-base a:hover, #info-base a:active {
	color:#000000;
	text-decoration:none;
}

/* フォーム */
#form-box{
	margin: 0;
	width:100%;
	display: block;
	overflow:hidden;
	background-color: #FFFFFF;
	border:2px solid #F1DC87;
	padding:25px;
	margin-bottom:20px;
	border-radius: 3px;		/* CSS3 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;	/* Firefox */
	margin-bottom:30px;
}
.form-box2{
	width:100%;
	display: block;
}
.form-box2 a, .form-box2 a:visited, .form-box2 a:hover, .form-box2 a:active {
	color:#000000;
	text-decoration:none;
}
.form-row{
	width:100%;
	display:flex;
}
.form-title, .form-title2{
	clear: both;
	font-weight: bold;
	background-color: #F9EBB9;
	border:1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 15px 10px 10px 10px;
	width: 350px;
	line-height:24px;
}
.form-main, .form-main2{
	background-color: #FAF5E7;
	border:1px solid #FFFFFF;
	width: 800px;
	text-align: left;
	padding: 10px;
	overflow:hidden;
	line-height:55px;
}
.form-main input, .form-main2 input{
	height:40px;
	padding:0 10px;
}
.form-main2 input[type=radio]{
	transform:scale(2.0);
	-moz-transform: scale( 2.0 );
	-webkit-transform: scale( 2.0 );

	vertical-align:middle;
	margin-right:10px;
	margin-left:5px;
}
.form-main2 input[type=checkbox]{
	transform:scale(2.0);
	-moz-transform: scale( 2.0 );
	-webkit-transform: scale( 2.0 );

	vertical-align:middle;
	margin-right:10px;
	margin-left:5px;
}
.form-main textarea{
	padding:10px;
}
#form-table {
	text-align:center;
	padding-bottom:20px;
	border-collapse: collapse;
	float: left;
	clear: both;
}
.form-table-button{
	float: left;
	width: 1100px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
.form-label-base{
	float:left;
	text-align:left;
	margin-left: 5px;
}
.form-icon-base{
	float:right;
	text-align:right;
	margin-right: 5px;
}
.form-button-custom {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:150px;
	padding-right:150px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}
.form-attachment{
	width:530px;
	margin-bottom:10px;
}
.form-attachment input{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding-left:5px;

	padding-top:10px;
	padding-bottom:10px;
	padding-left:70px;
	padding-right:70px;
}



/* プライバシーポリシー */
.to-pp {
	width:900px;
	margin-top:30px;
	text-align: right;
}
.to-pp img {
	margin-right:0;
	margin-left:auto;
	text-align: right;
}
.policy-box{
	display:block;
	margin-bottom:70px;
}
.policy-box img{
	margin-bottom:5px;
	display:inline;
}



/* サイトマップ */
#sitemap-base{
	width:100%;
	padding-bottom:30px;
}
.sitemap-table {
	display: table;
	width: 100%;
}
.sitemap-table img {
	margin:0;
}
.sitemap-row {
	display: table-row;
	line-height:25px;
}
.sitemap-row img {
	margin: 0;
	bottom:0;
}
.sitemap-text {
	display: table-cell;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}
.sitemap-text img{
	display: inline;
}
.sitemap-text a{
	color:#555555;
	text-decoration:none;
}
.sitemap-text a:visited{
	color:#555555;
	text-decoration:none;
}
.sitemap-text a:active{
	color:#555555;
	text-decoration:underline;
}
.sitemap-text a:hover{
	color:#555555;
	text-decoration:underline;
}
.sitemap-tree {
	display: table-cell;
	width: 15px;
	padding-left: 10px;
}
.sitemap-tree img {
	display:block;
	margin: 0;
}



/* CGI */
#cgi-base{
	width:100%;
	padding-bottom: 100px;
}

.cgi-table{
	width:100%;
	display: block;
}
.cgi-table-row{
	width:100%;
	display:flex;
}
.cgi-table-title{
	width: 200px;
	background-color: #F9EBB9;
	border:1px solid #FFFFFF;
	vertical-align: top;
	padding: 2px 10px 1px 10px;
}
.cgi-table-main{
	width: 1000px;
	background-color: #FAF5E7;
	border:1px solid #FFFFFF;
	text-align: left;
	padding: 2px 10px 1px 10px;
}
.confirm-button{
	width: 100%;
	text-align: center;
	margin-top:30px;
}

