* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	letter-spacing: 0em;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.float-l {float: left;}

.float-r {float: right;}

.right:{
    text-align: right;
}

a {color: #0b8793;}

.marb40 {margin-bottom: 40px;}
.marb80 {margin-bottom: 80px;}
.marb100 {margin-bottom: 100px;}
.marb120 {margin-bottom: 120px;}
p.indentback{
padding-left:1em;
text-indent:-1em;
}
.indentback-qa{
padding-left:3em;
text-indent:-2em;
}

.red {
    color: #ff0000;
    font-weight: bold;
}

#conv {
  position: fixed;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  right:40px;
  bottom: 40px;
  margin-left:-100px;
  display: block;
  background-color:#000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:24px;
  border-radius: 80px;
    opacity: 0.7;
}
#conv:hover{
  background: rgba(0,102,204,.8);
}

article {
	margin: 0 auto;
	line-height: 1.9;
	width:978px;
	font-size: 14px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom:40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

footer {
	padding: 30px;
	text-align: center;
	border-top: solid 1px #bbb;
	font-size:10px;
    width:100%;
    margin:0 auto;
}

footer a {
	text-decoration: none;
}

footer p{
	padding: 5px;
}


/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0 0;
	line-height: 1;
	z-index: 999;
	background-color: #000;
	height:45px;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 20px;
    margin-left:40px;
    padding-top:2px;
    font-weight: bold;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
    top:10px;
	font-size: 14px;
    margin-right:20px;
}
#global-nav ul li {
	float: left;
	position: relative;
	top:-5px;
}
#global-nav ul li a {
	padding: 0 20px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -10px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 45px;
	background: #fff;
	background: rgba(0,0,0,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 20px;
	color: #fff;
    padding-top:2px;
    font-weight: bold;
}
#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -20px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #fff;
	bottom: -10px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 11px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
.center {
	text-align:center;
}

.product-panel {
    width:470px;
    margin-bottom:40px;
    float:left;
    margin:0 5px;
}
.product-panel img{
    width:100%;
    height:auto;
}

input[type="text"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
input[type="submit"]{
    background-color: #000;
    color:#fff;
  box-shadow: none;
  outline: none;
  border: none;
    width:30%;
    padding:20px;
}
input[type="reset"], input[type="button"]{
    background-color: #ccc;
    color:#333;
  box-shadow: none;
  outline: none;
  border: none;
    width:30%;
    padding:20px;
}
 select {
  box-shadow: none;
  border: none;
background: #ffecea;
       font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
 select:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="text"],
textarea {
  background: #ffecea;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
table {
	margin: 0 auto;
	width: 100%;
    max-width: 980px;
}
table tbody tr {
	border: solid 1px #ccc;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(144, 144, 144, 0.25);
}
table td {
	padding: 0.75em 0.75em;
}
table th {
	font-weight: normal;
	padding: 0.75em 0.75em;
	text-align: left;
}



@media screen and (max-width: 980px) {
#top-head .logo {
	float: left;
	font-size: 24px;
    margin-left:10px;
}
article {
padding: 0 30px;
}
.inner {
width: 100%;
padding: 0 20px;
}
#global-nav ul li a {
padding: 0 10px;
}
#top-head.fixed #global-nav ul li a {
padding: 0 15px;
}
}
@media screen and (max-width: 980px) {
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #000;
	width: 100%;
	height: 45px;
z-index: 999;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 10px;
	color: #333;
	font-size: 20px;
    margin-left:0px;
}
#top-head .logo a{
	color: #fff;
	text-decoration: none;
}
#global-nav {
	position: absolute;
	top: -512px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 0 ;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after  {
	display: none;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
    top: 9px;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
@media screen and (max-width: 640px) {

.float-l {float: none;}
    
.float-r {float: none;}

#conv {
  position: fixed;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  right:20px;
  bottom: 20px;
  margin-left:-100px;
  display: block;
  background-color:#000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:10px;
  border-radius: 40px;
    opacity: 0.7;
}
#conv:hover{
  background: rgba(0,102,204,.8);
}
    .form-table {
  width: 100%;
}
.form-table th,
.form-table td {
  display: block;
  width: 100%;
  border-bottom: none;
}
    input[type="text"], textarea,select {
        width:100%;

    }
    .main{
        width:100%;
    }
    .main .img {
        width:100%;
        height:auto;
    }
}


