/*
Theme Name: 佐藤精密株式会社様2019年版
Description:佐藤精密株式会社様Webサイト用テーマ
Theme URI: テーマの URL
Author: 株式会社マイ．ビジネスサービス．
Author URI: http://www.mbs2000.com/
Version: 1.0
*/

@charset "UTF-8";

/* base
-------------------------------------------------------------*/
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  background:url(images/top/content_bg.png) repeat-y center top;
}
header, article, footer, article, aside, time ,nav {
  display: block;
}

img{
     vertical-align: bottom;
	 height: auto;
}
* html body { /* for IE6 */
    font-size: 100%;
}
*:first-child+html body { /* for IE7 */
    font-size: 100%;
}
.txt10px {
    font-size: 72%; /* 10px */
}
.txt11px {
    font-size: 79% /* 11px */
}
.txt12px {
    font-size: 86% /* 12px */
}
.txt13px {
    font-size: 93% /* 13px */
}
.txt14px {
    font-size: 100% /* 14px */
}
.txt15px {
    font-size: 108% /* 15px */
}
.txt16px {
    font-size: 115% /* 16px */
}
.txt17px {
    font-size: 122% /* 17px */
}
.txt18px {
    font-size: 129% /* 18px */
}
.txt19px {
    font-size: 136% /* 19px */
}
.txt20px {
    font-size: 143% /* 20px */
}
.txt21px {
    font-size: 150% /* 21px */
}
.txt22px {
    font-size: 158% /* 22px */
}
.txt23px {
    font-size: 165% /* 23px */
}
.txt24px {
    font-size: 172% /* 24px */
}
.txt25px {
    font-size: 179% /* 25px */
}
.txt26px {
    font-size: 186% /* 26px */
}
a:link {
  color: #00BFFF;
  text-decoration: underline;
}
a:visited {
  color: #00BFFF;
}
a:focus,
a:hover,
a:active {
  color: #006600;
  text-decoration: none;
}
h1,h2,h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.container{
  width: 980px;
  margin: 0 auto;
}
/* 改行 */
@media screen and (max-width: 767.9px){
	.br-pc { display:none; }
	.br-sp { display:block; }
}
@media screen and (min-width: 768px){
	.br-pc { display:block; }
	.br-sp { display:none; }
}

/* header
-------------------------------------------------------------*/
header{
  box-sizing: border-box;
  /*height: 150px; /* 20210326　変更前90px */
}
header .header_inner{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	padding: 5px 0;
}
header .header_left{
	width: 45%;
	box-sizing: border-box;
	padding: 10px;
}
header .header_center{
	width: 439px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}
header .header_right{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 55%;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px 5px;
}
header h1{
  /*float: left;
  margin: 25px 0 0 30px;*/
}

header p{
  /*float: right;*/
  /*margin: 8px 30px 0 0;*/
  margin: 5px 0;
  text-align: right;
  line-height: 1.2;
  color: #666;
}
header .header_center p{
	padding-right: 3px;
}
header .header_right p.txt10px{
	padding: 0;
	font-size: 9px;
}
header .header_right p.txt12px{
	padding: 10px 0 0;
	font-weight: bold;
	text-align: right;
	color: #0599D8;
}
header .header_right .sdgs{
	padding: 10px 0 10px 20px;
	text-align: center;
}
header .header_right .sdgs a{
	margin-right: 30px;
	text-decoration: none;
}
header .header_right .sdgs a:last-child{
	margin-right: 0;
}
header .header_right .sdgs a img{
	width: 45%;
	max-width: 171px;
	height: auto;
}

/* 追記 2025/9/25 */

header .header_right .sdgs{
	display:flex;
	align-items: center;
	margin-left:auto;
	gap: 20px;
}



header .header_right .sdgs a img {
  width: 150px;
}

.no-wrap {
    white-space: nowrap;
}

@media screen and (max-width: 979px) {

header .header_right .sdgs{
	margin-left: 0;
}

}

/* 追記 2025/9/25 */


header .contact{
  /*float: right;*/
  display: table;
  width: 410px;
  box-sizing: border-box;
  margin: 50px auto 3px auto;
}
header .contact img{
  display: table-cell;
  vertical-align: bottom;
}
header .contact span{
  display: table-cell;
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #006600;
  vertical-align: middle;
}
header .contact span a{
  color: #000;
  text-decoration: none;
}
header .contact span a:hover{
  color: #006600;
}

p.nocopy{
    clear: both;
    width: 100%;
    font-size: 10px;
}

header p.nocopy{
	float: none;
	box-sizing: border-box;
    width: 100%;
	margin: 0;
	padding: 0.5em;
	background: #39B54A;
    font-size: 10px;
	color: #fff;
}

@media screen and (max-width: 979px){
	header p.nocopy{
		width: 100%;
		text-align: center;
	}
	header .header_inner{
		display: flex;
		flex-direction: column;
		padding: 0 0 10px;
	}
	header .header_left{
		width: 100%;
		padding: 10px;
	}
	header .header_center{
		width: 100%;
		display: block;
	}
	header .header_center p{
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
		font-size: 90%;
	}
	header .header_right{
		width: 95%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 10px 30px;
		border: solid 1px #007bbb;
		text-align: center;
	}
	header .header_right p{
		box-sizing: border-box;
		min-width: 45%;
		text-align: center;
		font-size: 100%;
		color: #007bbb;
	}
	header .header_right a{

	}
}
@media screen and (max-width: 767.9px){
	header .header_right{
		width: 100%;
		padding: 10px 10px;
		border: none;
		border-top: solid 1px #007bbb;
		border-bottom: solid 1px #007bbb;
	}
	header .header_right p{
		font-size: 90%;
	}

	header .header_right p.txt12px{
		padding: 0;
	}
	header .header_right .sdgs a{
		margin-right: 0px;
	}
	header .header_right .sdgs a img{
		
	}
}

.hide-area{
  display: none;
}
.modaal-wrapper{
	left: 20%!important;
	width: 60%!important;
}
.modaal-inner-wrapper{
	vertical-align: top!important;
}
.modaal-content-container{
	margin-left: auto;
	margin-right: auto;
	text-align: center!important;
	font-size: 110%;
	letter-spacing: 0.2em;
	color: #007bbb;
}
.modaal-close{
	position: absolute!important;
	top: 0!important;
	right: auto!important;
}
.modaal-close:before, .modaal-close:after{
	background-color: #007bbb!important;
}
@media screen and (max-width: 979px){
	.modaal-wrapper{
		left: 0!important;
		width: 100%!important;
	}
	.modaal-inner-wrapper{
		padding: 80px 40px!important;
	}
	.modaal-content-container{
		padding: 40px 30px 30px!important;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 767.9px){
	.modaal-inner-wrapper{
		padding: 80px 10px!important;
	}
	.modaal-content-container{
		padding: 40px 15px 30px!important;
		text-align: left!important;
		font-size: 85%;
	}
}

/* globalNavi
-------------------------------------------------------------*/
#globalNavi ul{
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 5px solid #333;
}
#globalNavi ul li{
  display: table-cell;
  line-height: 0;
}
#globalNavi ul li img{
	display:block;
}

/* footer
-------------------------------------------------------------*/
footer{
  border-bottom: 10px solid #333;
}
footer address{
  padding: 5px 20px;
  background:url(images/common/footer_bg.png) repeat-x;
  font-style: normal;
}
footer p{
  margin: 5px 20px;
  line-height: 1.2;
  color: #666;
}

footer a {
    color: #000066;
 }

footer a:focus {
    color: #65CDF9;
}

footer a:active,
footer a:hover {
    color: #65CDF9;
}

footer a:visited {
    color: #006;
}

/* clearfix
------------------------------------------------------------- */
.clearfix:after,
header:after,
footer:after,
.wrapper:after,
article:after,
section:after,
.imgBlock:after,
.img-2column:after,
.img-3column:after,
.img-4column:after,
.img4List:after,
.img3List:after,
ul:after,
ol:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.clearfix,
header,
fooer,
.wrapper,
article,
section,
.imgBlock,
.img-2column,
.img-3column,
.img-4column,
.img4List,
.img3List,
ul,
ol {
  /zoom : 1;
}

.clear{
	clear: both;	
}

/*	WP Style
------------------------------------*/
/* imgテキスト回りこみあり（デフォルト） */ 
.container .aligncenter { display: block; clear: both; margin: 0 auto; }
.container .alignright { display: block; float: right; clear: both; margin-left:0.3em; }
.container .alignleft { display: block; float: left; clear: both; margin-right:0.3em; }
.container .alignnone { display: block; clear: both;}

/* imgテキスト回りこみなし（html:div.nowrapright>img） */
.container .nowrapright { display: block; float: right; clear: both; margin-left:0.3em; }
.container .nowrapleft { display: block; float: left; clear: both; margin-right:0.3em; }
.container .nowrap { display: block; overflow: auto; }
.container .nowrap:after { clear: both; }

.container .clear{ clear: both;}
 
.container img[class*="wp-image-"],
.container img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.container .wp-caption {
   border-bottom: 1px dotted #dfdfdf;
}

.container .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.container .wp-caption p.wp-caption-text {
   margin: 0;
   padding: 5px;
   font-size: 85%;
}

/* form
------------------------------------------------------------- */
input[type="text"],
textarea{
	border:0;
	padding:5px;
	margin:5px 5px 7px 5px;
	border:solid 1px #666;
	font-size:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 3px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 3px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 3px 9px -6px rgba(0,0,0,0.5);
}
input[type="text"]:focus,
textarea:focus {
    border:solid 1px #00468C;
}
input[type="radio"]{
	width:16px;
	height:16px;
	margin:5px 5px 7px 5px;
	border:none;
}
input[type="checkbox"]{
	width:15px;
	height:15px;
	margin:5px 5px 7px 5px;
	border:none;
}

input.btnNext{
	border:solid 1px #99CC00;
	padding:10px 40px;
	margin:0 0 40px;
	font-family:Arial, sans-serif;
	font-size:140%;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e6f0a3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QyZTYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MzZDgyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmYwNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-8 */

}
input.btnSubmit,
input.btnReset{
	border:solid 1px #ccc;
	padding:10px 40px;
	margin:0 0 40px;
	font-family:Arial, sans-serif;
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
/* 必須 */
.must{
	font-size:75%;
	color:#b20000;	
}

/* 改行させない */
.nobr{display: inline-block;}
