@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,700');

html,body {
	font-size: 100%;
	line-height: 140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	height: 100%;
}
.minchou{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

p {
	font-size: 12px;
	line-height: 200%;
}

ul li {
	font-size: 12px;
	line-height: 200%;
}

dt,dd {
	font-size: 12px;
	line-height: 200%;
}

table {
	font-size: 12px;
	line-height: 200%;
}

hr {
	margin: 100px 0;
}

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

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	max-width: 1400px;
}
.contents {
	width: 100%;
	margin:  0 auto;
}
h1{
	margin:0px;
	padding:0px;
}
.top_header h1{
	width:320px;
	height:200px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-100px 0px 0px -160px;
}
.top_header h1 a{
	width:320px;
	height:200px;
	background-image: url(../image/logo.jpg);
	display:block;
	font-size:0.1em;
	text-indent:-9999em;
}
.sub_header{
	width:100%;
	border-bottom:1px solid #000;
}
.sub_header h2,.sub_header h1{
	width:320px;
	height:120px;
	margin:0px auto;
}
.sub_header h2 a,.sub_header h1 a{
	width: 320px;
	height: 120px;
	background-image: url(../image/sub_logo.jpg);
	display: block;
	font-size: 0.1em;
	text-indent: -9999em;
}
.grid {
	margin: 0 auto;
}

.grid-item {
	position: relative;
	margin: 10px;
}
.grid-item img {
	display:block;
}
.grid-item_30per {
	width: 33%;
	padding:1%;
	margin: 0;
	box-sizing: border-box;
}
.grid-item_40per {
	width: 67%;
	margin: 0;
	padding:1%;
	box-sizing: border-box;
}
.grid-item_20per img,
.grid-item_40per img {
	width: 100%;
	height: auto;
}
.grid-item_sizer {
	width: 1%;
}
.fa {
	margin:0px 5px 0px 0px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.arrow{
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:10px;
}
.contents{
	width:100%;
	padding-top:100px;
	text-align:center;
}
h3{
	width:320px;
	height:150px;
	background-image:url(../image/page_title.jpg);
	display:block;
	margin:0px auto;
	text-indent:-9999em;
	font-size:0.1em;
}
h3.brand{
	background-position:0px -150px;
}
h3.oem{
	background-position:0px -300px;
}
p.ttl_brand{
	width: 320px;
	height: 40px;
	background-image: url(../image/brand_title.jpg);
	text-indent:-9999em;
	font-size:0.1em;
	margin:0px auto;
}
.oswald{
	font-family: 'Oswald', sans-serif;
	font-size:14px;
}
.thin{
	font-weight:300;
}
.bold{
	font-weight:700;
}
.bt{
	width:50%;
	margin: 50px auto 0px;
	background-color: #000;
	padding:5px;
	border-radius: 5px;
	display:block;
}
.bt a{
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:700;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	width: 100%;	
	display: block;
	height: 20px;
	display:block;
}
input[type="submit"]{
	width:50%;
	margin: 50px auto 0px;
	background-color: #000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	padding:5px;
	border-radius: 5px;
	display:block;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#FFF;
	border:0px;
	font-size:16px;
}
table{
	width:50%;
	margin:10px 25%;
	text-align:left;
}
table tr td{
	vertical-align:top;
}
table tr td:nth-child(even){
	text-align:right;
}
ul.icon{
	justify-content: center;
	padding:0px;
	list-style:none;
	display: flex;
}
ul.icon li{
	float:left;
	text-align:center;
	padding:0px 2px;
}
@media screen and (max-width: 768px) {
.grid-item_30per {
		width: 50%;
	}
.grid-item_40per {
		width: 50%;
	}
.grid-item_sizer {
		width: 50%;
	}
table{
	width:90%;
	margin:10px 5%;
	text-align:left;
}
table tr td,table tr th{
	width:100%;
	display:block;
}
table.boeder tr td:nth-child(even){
	border-bottom:1px dotted #ccc;
}
ul.icon li i{
	display:block;
}	
}

/* =======================================
	SPナビ
======================================= */
/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}

label.close {
  	background-color: rgba(0,0,0,0);
}

label.open,
label.close {
  	cursor: pointer;
  	position: fixed;
  	top: 0;
  	right: 0;
}
 
.open {
  	z-index: 2;
 	width: 50px;
  	height: 50px;
  	color: #000;
  	font-size: 2em;
  	line-height: 50px;
  	text-align: center;
  	-webkit-transition: background-color .6s, -webkit-transform .6s;
  	transition: background-color .6s, transform .6s;
}
 
#navTgl:checked + .open {
  	-webkit-transform: translateX(-180px);
  	transform: translateX(-180px);
}
 
.close {
  	pointer-events: none;
  	z-index: 1;
  	width: 100%;
  	height: 100%;
  	transition: background-color .6s;
}
 
#navTgl:checked ~ .close {
  	pointer-events: auto;
  	background-color: rgba(0,0,0,0.3);
}
 
/* :::::: drawer menu :::::: */ 
.menu {
  	z-index: 9999;
  	position: fixed;
  	top: 0;
  	right: 0;
  	width: 180px;
  	height: 100%;
  	background-color: rgba(0,0,0,0.8);
  	-webkit-transform: translateX(100%);
  	transform: translateX(100%);
  	-webkit-transition: -webkit-transform .6s;
  	transition: transform .6s;
}
 
#navTgl:checked ~ .menu {
  	-webkit-transform: translateX(0);
  	transform: translateX(0);
}
 
.menu p,
.menu li a {
  	color: #fff;
}
 
.menu p {
  	text-align: left;
}
 
.menu ul {
  	padding: 0;
  	list-style-type:none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 
.menu li {
  	border-bottom: 1px solid rgba(255,255,255,.6);
  	line-height: 2.9;
} 
.menu li a {
  	font-size: 12px;
  	display: block;
  	text-align: left;
  	padding: 0.2em 2em;/*1em 2em*/
  	text-decoration: none;
  	transition: background-color .6s;
}

.menu li a:hover {
  	background-color: #000;
}
.menu li:last-child{
	border: none;
}
.menu ul li ul{
	padding:0px;
}
.menu ul li ul li {
	float: left;
	border: none;
}

.menu ul li ul li a{
	padding: 0.2em 1.5em;/*1em 2em*/
}

/* =======================================
	ページトップ
======================================= */

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 9999
}
.pagetop a {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 20px;
}
.pagetop a:hover {
    display: block;
    background-color: #555;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 20px;
}

/* =======================================
	フッター
======================================= */
footer {
	width: 100%;
	height: 80px;
	z-index: 9999;
	clear: both;
	margin: 0px;
}
.push{
	width:100%;
	clear:both;
	height:80px;
}
footer ul{
	justify-content: center;
	padding:0px;
	list-style:none;
	display: flex;
}
footer ul li{
	float:left;
	font-size:10px;
	padding-right:10px;
}


copy {
	text-align: center;
	justify-content: center;
	display: flex;
	font-size: 12px;
}

@media (max-width: 767px) {

footer ul li a span{
	display:none;
}

}


@media (min-width: 768px) and (max-width: 1000px) {
table{
	width:70%;
	margin:10px 15%;
	text-align:left;
}

}


@media (min-width:1001px) {



}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.top_header h1 a{
	background-image: url(../image/logo@2x.jpg);
	background-size:320px 200px;
}

.sub_header h2 a,.sub_header h1 a{
	background-image: url(../image/sub_logo@2x.jpg);
	background-size:320px 120px;
}
h3{
	background-image:url(../image/page_title@2x.jpg);
	background-size:320px 450px;
}
p.ttl_brand{
	background-image: url(../image/brand_title@2x.jpg);
	background-size:320px 40px;
}	
}