@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,main,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,nain,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*-------↑clearfix&reset.css--------*/



.al-cnt {
	text-align: center;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
.al-rig {
	text-align: right;
}
.attention {
	color: red;
	font-weight: 700;
}
.fwb {
	font-weight: 700;
}
.fnt10 {
	font-size: 10px;
}
.fnt12 {
	font-size: 12px;
}
.fnt14 {
	font-size: 14px;
}
.fnt18 {
	font-size: 18px;
}
.fnt25 {
	font-size: 25px;
}
.fnt20 {
	font-size: 20px;
}
.fnt30 {
	font-size: 30px;
}
.fnt50 {
	font-size: 50px;
}

.mgt3{
	margin-top:3px;
}
.mgt-5 {
	margin-top: -5px;
}
.mgt-10 {
	margin-top: -10px;
}
.mgt5 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30 {
	margin-top: 30px;
}
.mgl10 {
	margin-left: 10px;
}
.mgr20 {
	margin-right: 20px;
}
.mgb5 {
	margin-bottom: 5px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgl40 {
	margin-left: 40px;
}

.mgb30 {
	margin-bottom: 30px;
}
.pdl20 {
	padding-left: 20px;
}
.pdn5 {
	padding: 5px;
}
.bdn {
	border: none!important;
}

.padtb20px {
	padding: 20px 0;
}

a {
	text-decoration: none;
	color: #333;
	transition: .5s;
}
a:hover {
	color: #666;
	text-decoration: none;
	transition: .5s;
}
a:visited {
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
	text-align: center;
	padding: 10px;
	background: rgba(255,255,255,.6);
	border-radius: 6px;
	cursor: pointer;
	color: #000;
	line-height: 1.2;
	transition: .5s;
}

#page-top:hover {
	background: rgba(255,255,255,.8);
	transition: .5s;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	background: #666;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 22px;
}

.inner96 {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

.bg-fff {
	background: #fff;
}

.bg-eee {
	background: #eee;
}

.bg-ddd {
	background: #ddd;
}

header {
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}

header h1{
	float: left;
	width: 300px;
	font-size: 18px;
	line-height: 1;
	padding: 20px 0;
}

header h1 span {
	font-size: 12px;
}

header ul {
	float: right;
	text-align: center;
	width: 600px;
	line-height: 1;
	padding: 14px 0;
}

header ul li {
	float: right;
	margin: 10px;
}

header ul li span {
	font-size: 10px;
}

.slider {
	width: 960px;
	margin: 0 auto;
	height: 300px;
	overflow: hidden;
}

.box4 {
	width :220px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	text-align: center;
	float: left;
	transition: .5s;
}

.box4:hover {
	background: #eee;
	transition: .5s;
}

.box4 h2 {
	font-size: 16px;
	margin: 2px 0;
	color: #00CCFF;
}
.box4 p {
	text-align: left;
	font-size: 12px;
}

.towthird {
	width: 60%;
	float: left;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.towthird h3 {
	font-weight: 100;
	margin-bottom: 20px;
}

.detail {
	margin: 20px 0;
	background: #ccc;
	text-align: center;
}

.detail a {
	padding: 5px 10px;
	display: block;
	border: 1px solid #ccc;
}

.detail a:hover {
	color: #000;
	text-shadow: 0 1px 1px #ccc;
	background: #bbb;
	border: 1px solid #00CCFF;
}

#alef {
	margin: 0 0 0 50px;
	width: 11em;
	text-align: center;

}

.onethird {
	width: 40%;
	float: right;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.outer {
	width: 100%;
}

footer {
	font-size: 12px;
	width: 960px;
	margin: 0 auto;
	padding: 20px 30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer h3 {
	font-size: 14px;
	color: #00CCFF;
}


footer .address {
	font-style: normal;
	float: left;
	margin: 0 30px 0 10px;
}

footer .footnav {
	float: left;
}
footer .footnav li {
	display: inline;
	margin: 6px;
}
.sns {
	float: right;
	text-align: center;
}

.sns li {
	background: #ddd;
	margin: 0 5px;
	float: left;
	border-radius: 4px;
	text-shadow: 0 1px 1px #fff;
	font-weight: 700;
}

.sns li a {
	padding: 4px 10px;
	display: block;
}

.sns .twoletter a {
	padding: 4px 6px;
}

.sns li a:hover {
	background: #999;
	color: #000;
}


/*  sub   */


#subh1 img {
	width: 960px;
}
.content h2 {
	margin: 20px 30px;
}

.h2under {
	margin: 30px;
}

.subsecond {
	padding: 30px 0;
}

.submain h3 {
	padding: 0 30px;
}
/*
.subtel {
	text-align: center;
	padding: 20px 0 50px;
	font-size: 16px;
	color: #666;
}
*/
.img-contact {
	float: left;
	margin: 50px 0 0 90px;
}


.contacttbl {
	width: 70%;
	margin: 20px auto 0;
}

.contacttbl th {
	font-weight: 100;
	text-align: left;
	width: 8em;
	vertical-align: middle;
	line-height: 1;
}

.contacttbl th span {
	font-size: 10px;
}

.contacttbl td {
	padding: 2px 0;
}

input[type="text"],input[type="tel"],input[type="email"] {
	height: 2em;
	line-height: 2em;
	font-size: 14px;
	width: 50%;
	border: 1px solid #999;
	transition: .5s;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus {
	background: #eee;
	border: 1px solid #666;
	transition: .5s;
	width: 55%;
}

textarea {
	width: 95%;
	height: 120px;
	border: 1px solid #999;
	transition: .5s;
}

textarea:focus {
	width: 100%;
	background: #eee;
	border: 1px solid #666;
	transition: .5s;
}

.lasttd {
	font-size:12px;
	color: #999;
	width:13em;
}

.attention {
	color: #00CCFF;
}


/* concept */

.conceptfirst {
	width: 62%;
	float: left;
	padding: 20px 30px 50px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.conceptfirst p {
	margin: 10px 10px 10px 32px;
}

.img-concept {
	float: left;
	margin: 50px 0 0 110px;
}

.al-p {
	margin: 20px 100px;
}

.towthird al-p {
	margin: 20px 40px;
}

.all-products {
	float: left;
	margin: 36px 0 0 60px;
}

.productbox {
	margin:0 30px 0;
}


.products4 {
	width: 200px;
	float: left;
	margin:12px;
	font-size: 12px;
	line-height: 1.2;
}

.products4 h4 {
	color: #00CCFF;
	font-size:14px;
}

.halfbox {
	width: 440px;
	margin: 20px;
	float: left;
}

.per60 {
	width: 60%;
	margin: 10px auto;
}	


/* pop up */


#over, #over2, #over3, #over4{
	color: #fff;
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,.8);
	overflow-y: scroll;
}

#btn, #btn2, #btn3,#btn4 {
		cursor: pointer;
}

.productzone {
	width:670px;
	margin: 20px auto;
}

.productzone h4 {
	background: rgba(0,0,0,.4);
}

.productzone dl {
	text-align: left;
	margin: 20px;
}
.productzone dt {
	float: left;
	width: 4em;
}

.productzone dd {
	margin-bottom: 5px;
}

.close {
	padding: 5px;
	margin: 20px 0;
	background: rgba(255,255,255,.7);
	cursor: pointer;
	transition: .5s;
	color: #000;
}

.close:hover {
	background: rgba(0,0,0,.7);
	transition: .5s;
	color: #fff;
}

.thumb, .thumb2, .thumb3, .thumb4  {
	float: left;
}

.thumb li img, .thumb2 li img, .thumb3 li img, .thumb4 li img{
	width: 160px;
}

label {
	transition: .5s;
	cursor: pointer;
}

label:hover {
	background: #ccc;
	transition: .5s;
}


/*   overview   */

.overviewdl {
	margin: 20px 200px;
	line-height: 1.6;
}

.overviewdl dt {
	float: left;
	width: 6em;
}

.consult {
	margin: 10px 90px;
}

.subsecond .consult h3 {
	margin: 0 0 26px -28px;
}

.consult p {
	margin-bottom: 1em;
}

#psa {
	clear:both;
	margin: 20px 0;
	text-align: right;
	font-size: 10px;
}

.english {
	clear: both;
	text-align: right;
}