@charset "UTF-8";

/* CSS Document */

html {
	font-size:14px;
}
@media screen and (max-width: 736px) {
html {
	font-size:14px;
}
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
	min-width:1000px;
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 736px) {
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.5;
}
}

* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");
}


a {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration:underline;}

a:hover img {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
img {
	max-width: 100%;
	height: auto;
}
/*共通*/
.sp {
	display: none;
}
@media screen and (max-width: 736px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
*/



/*header*/
header:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .header_r {
	float:right;
	margin:0 40px 0 0;
	padding:10px 0 0;
	line-height:1.2;
	text-align:right;
}
header .header_r h1 {
	text-align:right;
	font-size:1.4rem;
	margin:0 0 10px;
}
header .header_r dl {
	display:inline-block;
	text-align:right;
}
header .header_r dl:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
header .header_r dl dt ,
header .header_r dl dd {
	float:left;
	font-size:2.4rem;
}
header .header_r dl dt {
	margin:0 50px 0 0;
}
header h2 {
	float:left;
}
@media screen and (max-width: 736px) {
header {
	display:none;
}
}


/*vi*/
.vi {
}
.vi img {
	width:100%;
	max-width:inherit;
}



/*nav*/
nav {
	background:#155378;
	border-top: solid 1px #faffff;
	text-align:center;
}
nav ul {
	display:inline-block;
	text-align:center;
	font-size:0;
	line-height:1.1;
}
nav ul li {
	display:inline-block;
	text-align:center;
	width:165px;
	font-size:1.4rem;
	padding:0 0 1px;
}
nav ul li a {
	position:relative;
	color:#FFF;
	display:block;
	text-align:center;
	padding:20px 0;
}
nav ul li a:hover {
	color:#FFF;
	background:#0b293b;
	text-decoration:none;
}
nav ul li a::before,
nav ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
nav ul li a,
nav ul li a::before,
nav ul li a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 1000px) {
nav ul {
	width:100%;
	padding:0 5%;
}
nav ul li {
	width:15%;
}
}
@media screen and (max-width: 736px) {
nav {
	display:none;
}
}


/*policy*/
.policy {
	background:#faffff;
	padding:80px 0 90px;
}
.policy h3 {
	font-size:3.6rem;
	line-height:1.2;
	margin:0 0 50px;
	text-align:center;
}
.policy h4 {
	font-size:2.0rem;
	line-height:1.5;
	margin:0 0 40px;
	text-align:center;
}
.policy p {
	font-size:1.4rem;
	text-align:center;
}
@media screen and (max-width: 736px) {
.policy {
	padding:10% 3%;
}
.policy h3 {
	margin:0 0 8%;
}
.policy h4 {
	margin:0 0 5%;
}
.policy p {
	text-align:left;
}
}


/*bg01*/
.bg01 {
	background:url(../img2/bg01.png) no-repeat center center fixed;
	background-size:contain;
	height:300px;
	padding:120px 0 0;
	text-align:center;
}
.bg01 h3 {
	display:inline-block;
	background:rgba(10,75,100,0.8);
	color:#FFF;
	width:610px;
	text-align:center;
	padding:20px 0;
	line-height:1.1;
	font-size:3.6rem;
}
@media screen and (max-width: 736px) {
.bg01 {
	background:url(../img2/bg01.png) no-repeat center center;
	background-attachment:scroll;
	background-size:contain;
	height:auto;
	padding:15% 3%;
}
.bg01 h3 {
	display:block;
	width:100%;
	text-align:center;
	padding:3% 0;
	font-size:2.6rem;
}
}



/*equipment*/
.equipment {
	background:#faffff;
	padding:80px 0 60px;
}
.equipment h3 {
	font-size:3.6rem;
	line-height:1.2;
	margin:0 0 50px;
	text-align:center;
}
.equipment .box {
	margin:0 0 60px;
}
.equipment .box section {
	margin:0 0 40px;
}
.equipment .box section;last-child {
	margin:0;
}
.equipment .box section h4 {
	font-size:2.0rem;
	line-height:1.2;
	margin:0 0 20px;
	text-align:center;
}
.equipment .box section p {
	font-size:1.4rem;
	text-align:center;
}
.equipment .img {
	background:#FFF;
	text-align:center;
}
@media screen and (max-width: 736px) {
.equipment {
	padding:10% 3%;
}
.equipment h3 {
	margin:0 0 8%;
	text-align:center;
}
.equipment .box {
	margin:0 0 10%;
}
.equipment .box section {
	margin:0 0 8%;
}
.equipment .box section h4 {
	margin:0 0 3%;
}
.equipment .box section p {
	text-align:left;
}
.equipment .img {
	text-align:center;
}
.example{
    width: 100% !important;	
}
}

.example{
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
    width: 90%;	
}
.example div.a01{
    padding: 10px;
    width: 20%;
    box-sizing: border-box;
    background: #7577ab;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}
.example div.a02{
    border: 1px solid #999;
    padding: 10px;
    width: 20%;
    background: #FFF;
    box-sizing: border-box;
}



/*bg02*/
.bg02 {
	background:url(../img2/bg02.png) no-repeat center center fixed;
	background-size:contain;
	height:300px;
	padding:120px 0 0;
	text-align:center;
}
.bg02 h3 {
	display:inline-block;
	background:rgba(10,75,100,0.8);
	color:#FFF;
	width:610px;
	text-align:center;
	padding:20px 0;
	line-height:1.1;
	font-size:3.6rem;
}
@media screen and (max-width: 736px) {
.bg02 {
	background:url(../img2/bg02.png) no-repeat center center;
	background-attachment:scroll;
	background-size:contain;
	height:auto;
	padding:15% 3%;
}
.bg02 h3 {
	display:block;
	width:100%;
	text-align:center;
	padding:3% 0;
	font-size:2.6rem;
}
}



/*product*/
.product {
	width:893px;
	margin:0 auto;
	padding:80px 0 100px;
}
.product h3 {
	font-size:3.6rem;
	line-height:1.2;
	margin:0 0 50px;
	text-align:center;
}
.product h4 {
	font-size:2.0rem;
	line-height:1.2;
	margin:0 0 65px;
	text-align:center;
}
.product ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.product ul li {
	float:left;
	text-align:center;
	margin:0 31px 100px 0;
}
.product ul li:nth-child(4n) {
	margin:0 0 100px;
}
.product ul li:nth-child(4n+1) {
	clear:both;
}
.product ul li:nth-last-child(-n+4) {
	margin-bottom:0;
}
.product ul li a {
	display:block;
	position:relative;
}
.product ul li a:after {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:10;
	content: "\f00e";
	font-family: FontAwesome;
	color:rgba(255,255,255,0.8);
	font-size:2.0rem;
	line-height:1.1;
}
.product ul li a:hover:after {
	color:rgba(255,255,255,1.5);
}
@media screen and (max-width: 736px) {
.product {
	width:100%;
	padding:10% 3%;
}
.product h3 {
	margin:0 0 8%;
}
.product h4 {
	margin:0 0 5%;
	text-align:center;
}
.product ul li {
	width:48%;
	margin:0 0 5% 0;
}
.product ul li:nth-child(4n) {
	margin:0 0 5% 0;
}
.product ul li:nth-child(4n+1) {
	clear: none;
}
.product ul li:nth-last-child(-n+4) {
	margin-bottom:5%;
}
.product ul li:nth-child(2n) {
	float:right;
}
.product ul li:nth-child(2n+1) {
	clear: both;
}
.product ul li:nth-last-child(-n+2) {
	margin-bottom:0%;
}
}



/*bg03*/
.bg03 {
	background:url(../img2/bg03.png) no-repeat center center fixed;
	background-size:contain;
	height:300px;
	padding:120px 0 0;
	text-align:center;
}
.bg03 h3 {
	display:inline-block;
	background:rgba(10,75,100,0.8);
	color:#FFF;
	width:610px;
	text-align:center;
	padding:20px 0;
	line-height:1.1;
	font-size:3.6rem;
}
@media screen and (max-width: 736px) {
.bg03 {
	background:url(../img2/bg03.png) no-repeat center center;
	background-attachment:scroll;
	background-size:contain;
	height:auto;
	padding:15% 3%;
}
.bg03 h3 {
	display:block;
	width:100%;
	text-align:center;
	padding:3% 0;
	font-size:2.6rem;
}
}



/*company*/
.company {
	background:#faffff;
	padding:80px 0 65px;
}
.company h3 {
	font-size:3.6rem;
	line-height:1.2;
	margin:0 0 50px;
	text-align:center;
}
.company .box01 {
	width:907px;
	margin:0 auto 20px;
	padding:0 0 0 46px;
}
.company .box01:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.company .box01 table {
	font-size:1.4rem;
}
.company .box01 table th ,
.company .box01 table td {
	padding:10px 0;
}
.company .box01 table th {
	width:115px;
}
.company .box01 table th span {
	position:relative;
	padding:0 0 0 15px;
	display:block;
}
.company .box01 table th span:before {
	position:absolute;
	top:11px;
	left:0;
	content:'';
	display:block;
	width:8px;
	height:8px;
	background:#0064cb;
}
.company .box01 p {
	float:right;
}
.company .box02 {
	width:907px;
	margin:0 auto 70px;
	padding:0 0 0 46px;
}
.company .box02 table {
	font-size:1.4rem;
}
.company .box02 table th ,
.company .box02 table td {
	padding:10px 0;
}
.company .box02 table th {
	width:140px;
}
.company .box02 table th span {
	position:relative;
}
.company .box02 table th span:before {
	content:'・';
	display: inline-block;
	margin:0 5px 0 0;
}
.company .box03 {
	width:860px;
	margin:0 auto;
}
.company .box03 .comment {
	font-size:1.4rem;
	margin:0 0 45px;
}
.company .box03 .box03_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.company .box03 table {
	width:460px;
	font-size:1.4rem;
	float:left;
}
.company .box03 table th ,
.company .box03 table td {
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding:25px 0;
}
.company .box03 table th {
	width:240px;
}
.company .box03 table tr:nth-child(3) th ,
.company .box03 table tr:nth-child(4) th {
	padding-top:35px;
}
.company .box03 table td {
}
.company .box03 .img {
	float:right;
	padding:25px 0 0;
}
@media screen and (max-width: 736px) {
.company {
	padding:10% 3%;
}
.company h3 {
	margin:0 0 8%;
}
.company .box01 {
	width:100%;
	margin:0 auto 10%;
	padding:0;
}
.company .box01 table {
	float:none;
	width:100%;
	margin:0 0 5%;
}
.company .box01 table th ,
.company .box01 table td {
	padding:3% 0;
	display:block;
}
.company .box01 table th {
	width:100%;
	padding-bottom:0;
	font-weight:bold;
}
.company .box01 table td {
	padding-top:1%;
	padding-left:4%;
}
.company .box01 p {
	float:none;
	text-align:center;
}
.company .box02 {
	width:100%;
	margin:0 auto 10%;
	padding:0;
}
.company .box02 table {
	width:100%;
}
.company .box02 table th ,
.company .box02 table td {
	padding:3% 0;
	display:block;
}
.company .box02 table th {
	width:100%;
	padding-bottom:0;
	font-weight:bold;
}
.company .box02 table td {
	padding-top:1%;
	padding-left:5%;
}
.company .box03 {
	width:100%;
	margin:0 auto;
}
.company .box03 .comment {
	margin:0 0 5%;
}
.company .box03 table {
	width:100%;
	float:none;
}
.company .box03 table th ,
.company .box03 table td {
	display:block;
	border-top: solid 1px #dddddd;
	border-bottom:none;
	padding:2%;
}
.company .box03 table th {
	width:100%;
	font-weight:bold;
	padding-bottom:0;
}
.company .box03 table td {
	padding-top:1%;
	border-top:none;
}
.company .box03 table tr:nth-child(3) th ,
.company .box03 table tr:nth-child(4) th {
	padding-top:2%;
}
.company .box03 table tr:last-child td {
	border-bottom: solid 1px #dddddd;
}
.company .box03 .img {
	float:none;
	padding:3% 0 0;
	text-align:center;
}
}



/*contact*/
.contact {
	padding:60px 0 80px;
}
.contact h3 {
	font-size:3.6rem;
	line-height:1.2;
	margin:0 0 40px;
	text-align:center;
}
.contact h4 {
	font-size:2.0rem;
	line-height:1.2;
	margin:0 0 65px;
	text-align:center;
}
.contact .map {
	padding:0 0 40px;
}
.contact .map iframe {
	width:100%;
	height:300px;
}
@media screen and (max-width: 736px) {
.contact {
	padding:10% 0;
}
.contact h3 {
	margin:0 0 8%;
}
.contact h4 {
	margin:0 0 5%;
}
.contact .map {
	padding:0 0 5%;
}
}
.contact .box {
	padding:0 5%;
	margin:0 0 50px;
}
@media screen and (max-width: 1280px) {
.contact .box {
	padding:0 2%;
}
}
@media screen and (max-width: 736px) {
.contact .box {
	padding:0 3%;
}
}
.contact .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.contact .box .form {
	float:left;
	width:70%;
}
.contact .box .form .comment01 {
	font-size:1.4rem;
	margin:0 0 40px;
}
.contact .box .form table {
	width:100%;
	font-size:1.4rem;
	margin:0 0 40px;
}
.contact .box .form table th {
	padding:10px 20px 10px 0;
	width:25%;
}
.contact .box .form table th span {
	display:inline-block;
	float:right;
	color:#ff0000;
}
.contact .box .form table td {
	padding:0 0 15px;
	width:75%;
}
@media screen and (max-width: 1280px) {
.contact .box .form {
	width:70%;
}
.contact .box .form table th {
	width:30%;
}
.contact .box .form table td {
	width:70%;
}
}
@media screen and (max-width: 736px) {
.contact .box .form {
	float:none;
	width:100%;
	margin:0 0 3%;
}
.contact .box .form .comment01 {
	margin:0 0 5%;
}
.contact .box .form table {
	width:100%;
	font-size:1.4rem;
	margin:0 0 5%;
}
.contact .box .form table th {
	display:block;
	padding:3% 0 1%;
	width:100%;
}
.contact .box .form table th span {
	float:none;
	margin:0 0 0 3%;
}
.contact .box .form table td {
	padding:1% 0 3% 0;
	display:block;
	width:100%;
}
}
.contact .box .form .comment02 {
	font-size:1.4rem;
}
.contact.thanks p {
	font-size:1.4rem;
	text-align:center;
	margin:0 0 30px;
}
.contact.thanks p:last-child {
	margin:0;
}
@media screen and (max-width: 1280px) {
.contact.thanks {
	padding:10% 3% 30%;
}
.contact.thanks p {
	margin:0 0 5%;
	text-align:left;
}
}
.form table td input[type="text"] ,
.form table td input[type="tel"] ,
.form table td input[type="email"] ,
.form table td input[type="date"] ,
.form table td input[type="number"] ,
.form table td textarea {
	width:100%;
	padding:8px 2px;
	font-size:14px;
	background:#FFFFFF;
	border: solid 1px #cccccc;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.form table td input[type="text"]:focus ,
.form table td input[type="tel"]:focus ,
.form table td input[type="email"]:focus ,
.form table td input[type="number"]:focus ,
.form table td input[type="date"]:focus ,
.form table td textarea:focus {
	outline: 0;
	border: solid 1px #333333;
}
.form table td input[type="number"] {
	text-align:center;
}
.form table td textarea {
	width:55% !important;
	height:140px !important;
}
.form table td input.input01 {
	width:35%;
}
@media screen and (max-width: 1280px) {
.form table td textarea {
	width:80% !important;
}
.form table td input.input01 {
	width:65%;
}
}
@media screen and (max-width: 736px) {
.form table td textarea {
	width:100% !important;
	height:200px !important;
}
.form table td input.input01 {
	width:100%;
}
}
.contact .box .add {
	float:right;
	font-size:1.4rem;
}
@media screen and (max-width: 736px) {
.contact .box .add {
	float:none;
	text-align:center;
}
}
.contact .btn {
	text-align:center;
}
.contact .btn input ,
.contact .btn button {
	background-color:#168ac0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:2.4rem;
	padding:10px 50px;
	text-decoration:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact .btn input:hover ,
.contact .btn button:hover ,
.contact .btn input:focus ,
.contact .btn button:focus {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 736px) {
.contact .btn input ,
.contact .btn button {
	padding:10px 20%;
}
}




/*copy*/
.copy {
	display:block;
	background:#0b293b;
	color:#FFF;
	font-size:1.4rem;
	padding:25px 0;
	text-align:center;
}
@media screen and (max-width: 736px) {
.copy {
	padding:3% 0;
}
}



/*sp_header*/
.sp_header {
	display:none;
}
@media screen and (max-width: 736px) {
html.overlay-menu-flow {
	overflow:hidden;
}
.sp_header_out {
	position: relative;
	display:block;
	width:100%;
}
.sp_header {
	position: relative;
	display:block;
	background:#FFF;
}
.sp_header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
	z-index:1000;
}
.sp_header:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.sp_header .h_logo {
	float:left;
}
.sp_header .h_logo img {
	width:auto;
	max-width:inherit;
	height:45px;
}
.sp_header .sp_menu_btn {
	position:relative;
	float:right;
	width:65px;
	height:45px;
	background:#155378;
}
.sp_header .sp_menu_btn a {
	position:relative;
	display:block;
	font-size:1.2rem;
	line-height:1.1;
	text-align:center;
	color:#FFF;
	width:65px;
	height:45px;
}
.sp_header .sp_menu_btn a:hover {
	text-decoration:none;
}
.sp_header .sp_menu_btn a span {
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.sp_header .sp_menu_btn a span:before {
	display:block;
	content: "\f0c9";
	font-family: FontAwesome;
	color:#FFF;
	font-size:2.0rem;
}
.sp_header .sp_menu_btn a.btn-close span:before {
	content: "\f00d";
}
.sp_header .sp_menu_bg {
	position: relative;
	display:block;
	background:#FFF;
}
.sp_header .sp_menu_bg:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.overlay {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(145,136,77,0.95);
}
.sp_menu_list {
	font-size:1.5rem;
	color:#FFF;
}
.sp_menu_list ul {
	margin:0 0 4%;
}
.sp_menu_list ul li a ,
.sp_menu_list ul li a:hover {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.sp_menu_list ul li a {
	color:#FFF;
	padding:3% 5%;
	border-bottom: solid 1px #FFF;
}
.sp_menu_list ul li a:after {
	float:right;
	content: "\f054";
	font-family: FontAwesome;
	color:#FFF;
}
.sp_menu_list p {
	padding:0 10%;
	font-size:2.4rem;
}
.sp_menu_list p a ,
.sp_menu_list p a:hover {
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.sp_menu_list p a {
	color:#FFF;
	padding:3% 5%;
	border: solid 1px #FFF;
}
.sp_menu_list p a span:before {
	content: "\f098";
	font-family: FontAwesome;
	color:#FFF;
	margin:0 3% 0 0;
}
}
