@charset "utf-8";
/*
Theme Name: SANBI
Description: 三美電機株式会社ホームページ用のスタイルシート
Version: 1.0
*/

.only-pc {
    display: none;
}

/* タブレットデザイン ここから */
@media screen and (min-width:768px) and (max-width:959px) {
	.only-top-sp {
		display: none;
	}

	/* 業務案内 */
	#main-contents .flex-img-area .img-box-3 {
		top: 105px;
		right: 35px;
	}

	#main-contents .flex-img-area .img-box-4 {
		width: 80%;
		right: 0px;
	}
}

/* スマートフォンデザイン ここから */
@media screen and (max-width:767px) {
}

body {
	font-family: "sans-serif";
}

img {
	max-width: 100%;
	height: auto;
}

/*ヘッダ*/
header .inner{
	padding: 10px 0;
}
header .inner #logo a{
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 30px;
	background:url(img/logo-mark.svg);
	margin:0 auto 10px;
}

/*問合せ*/
header .inner #contact{
	/*width: 200px;*/
text-align: center;
}

header .inner #contact .tel-info{
	font-size: 1.3em;
	font-weight: bold;
}

header .inner #contact .tel-info:before{
	content: " ";
	display: inline-block;
	width: 1.1em;/*28px;*/
	height: 1.1em;/*28px;*/
	background:url(img/tel-icon.svg);
	margin-right: 5px;
}

header .inner #contact .tel-info:after{
	content: "(代)";
	font-size: 0.7em;
	position: relative;
	top: -3px;
}

header .inner #contact .mail-info a{
	display: inline-block;
	color: #FFF;
	text-decoration:none;
	padding: 5px 20px;
background-color: #026CB5;
	border-radius: 10px;
	margin-top:2px;
	/*margin-bottom: 10px;*/
}

header .inner #contact .mail-info span:before{
	content: " ";
	display: inline-block;
	width: 1.3em;/*26px;*/
	height: 1.0em;/*20px;*/
	background:url(img/mail-icon.svg);
	position: relative;
	top: 2px;
	right: 5px;
}
/*問合せ end*/

/*サイトID*/
#global-navi{
	position: relative;
}

#global-navi .inner #site-id-sp a{
	position: absolute;
	z-index: 100;
	top: 10px;
	left:10px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration:none;
}

/*ページタイトル*/
#header-img{
	width: 100%;
	height: 140px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-position: center;
	background-size:cover;
	box-shadow: 0px 2px 6px #BDBDBD;
}

#header-img h1{
	margin-left: 0.5em;
}
/*ヘッダ end*/

/*フッタ*/
footer{
	/*padding: 10px 0;*/
	padding-top: 8px;
}

footer .inner{
}

footer .inner .company-info .name{
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}

footer .inner .company-info address{
	text-align: center;
}

footer .inner .company-info .contact ul{
padding-left: 0px;
}

footer .inner .company-info .contact {
	width: 220px;
	margin:10px auto;
}

footer .inner .copyright{
	width: 100%;
	text-align: center;
	border-top: 1px #1A6600 solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .inner .copyright span{
	display: block;
}
/*フッタ end*/

/*ホーム*/
.home-msg{
	padding: 10px 10px;
}

/* ホームナビ*/
#home-navi ul{
display: flex;
align-items: center;
-webkit-align-items: center;
flex-wrap: wrap;
justify-content:space-around;
align-content: space-between;
}

#home-navi ul li a{
display:block;
width:180px;
height:180px;
text-decoration:none;
display: flex;
align-items: center;
justify-content:center;
font-size: 1.0em;
color: #FFF;
font-weight:bold;
letter-spacing: 1px;
text-shadow: 0 0 10px #000;
}


main #main-contents{
padding: 0 10px 15px;
}

main #main-contents table{
	width: 100%;
	table-layout: fixed;/*スマホ対応*/
}

/*2018.5.30*/
main #main-contents table tbody th,
main #main-contents table tbody td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
}

main #main-contents table tbody th{
	text-align: left;
}
/*
main #main-contents table tbody td{
	text-align: center;
}

main #main-contents table tbody td ul,
main #main-contents table tbody td ol{
	text-align: left;
}
*/

/*ホーム ニュースリスト*/
#news h2{
	padding-left: 0.5em;
}

#news li span.date-item{
	display: block;
}

#news li span.title-item{
	display: block;
	padding-left: 1.0em;
	border-bottom: 1px #999 dotted;
	margin-bottom: 0.5em;
}

/*ニュース記事ページ*/

#newspage-title h1{
	padding: 15px 10px;
}

/*会社概要 googlemap*/
.google-map iframe{
	width: 100%;
	/*height: auto;*/
	height: 300px;
}

/* 基板実装 */

.omron-flex-area {
	display: flex;
	flex-direction: column;
}

.omron-flex-area img {
	margin: 0 auto;
}

.omron-text-area {
	width: 100%;
}

.omron-text-area .omron-text-1 {
	font-weight: 900;
	font-size: 40px;
	color: #ffffff;
	text-shadow: 2px 2px #ee8641;
	background-color: #feddf8;
}

.omron-text-area .omron-text-2 {
	box-sizing: border-box;
	margin: 0px;
	width: 100%;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	background: linear-gradient(rgb(253, 253, 253), #c2d1eb);
	border-radius: 10px;
}

.omron-text-area .omron-text-2 p {
	margin: 0px;
	display: inline-block;
	text-align: left;
}

.omron-text-area .omron-text-3 {
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	width: 100%;
	background: linear-gradient(rgb(253, 253, 253), #ffffcc);
	border-radius: 10px;
	text-align: center;
}

.omron-text-p {
	text-align: center;
}

/* オムロン画像エリア */
.omron-flex-img-area {
	display: flex;
	flex-direction: column;
	margin: 10px 0px 30px;
}

.flex-board-mounting-area {
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.flex-board-mounting-area .flex-board-mounting-item-1 p,
.flex-board-mounting-area .flex-board-mounting-item-2 p {
	text-align: center;
}

.flex-board-mounting-area .flex-board-mounting-item-2 {
	margin: 0px;
}

.machine-area p {
	text-align: center;
}

.machine-area  .text-left {
	text-align: left;
}

/* 業務案内 */
.flex-img-area .img-box-3 {
	top: 60px;
	right: 21px;
}

.flex-img-area .img-box-4 {
	width: 80%;
	right: 0px;
}

/*基盤実装 設備表*/
main #main-contents table.setsubi tbody tr:nth-child(1) th{
border-top: 1px #999 solid;
}

main #main-contents table.setsubi thead th{
	display: none;
}

main #main-contents table.setsubi caption{
	caption-side: top;
}

main #main-contents table.setsubi tbody th:before{
	content: "設備名：";
	margin-right: 0.5em;
	font-size: small;
}
/*
main #main-contents table.setsubi tbody td:nth-child(1):before{
	content: "型式・メーカー：";
	margin-right: 0.5em;
}

main #main-contents table.setsubi tbody td:nth-child(2):before{
	content: "適応サイズ(MAX)：";
	margin-right: 0.5em;
}

main #main-contents table.setsubi tbody td:nth-child(3):before{
	content: "適応サイズ(MIN)：";
	margin-right: 0.5em;
}

main #main-contents table.setsubi tbody td:nth-child(4):before{
	content: "適応サイズ(T)：";
	margin-right: 0.5em;
}
*/
main #main-contents table.setsubi tbody td:nth-of-type(1):before{
	display: block;
	content: "型式・メーカー：";
	margin-right: 0.5em;
	font-size: small;
}

main #main-contents table.setsubi tbody td:nth-of-type(2):before{
	content: "適応サイズ(MAX)：";
	margin-right: 0.5em;
	font-size: small;
}

main #main-contents table.setsubi tbody td:nth-of-type(3):before{
	content: "適応サイズ(MIN)：";
	margin-right: 0.5em;
	font-size: small;
}

main #main-contents table.setsubi tbody td:nth-of-type(4):before{
	content: "適応サイズ(T)：";
	margin-right: 0.5em;
	font-size: small;
}

/*沿革*/

main #main-contents table.history{
	margin-top: 15px;
}

/*採用情報*/
.job-info{
	margin-top: 15px;
}

/*貸スペース動画 2025.5.7*/
/*
.promotion-video ul.video-box li {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promotion-video ul.video-box li:not(:first-child) {
	margin-top: 15px;
}
*/