@charset "utf-8";

body {
	font-family: "ヒラギノ丸ゴ ProN W4", "Lucida Grande", "segoe UI", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	background-color: #F0F0F0;
}
div#wrap {
	background-color: #F0F0F0;
}
section {
	background-color: #F0F0F0;
	color: #000;
}
footer {
	background-color: #244062;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
span {
	display: inline-block;
}
table td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
table td:first-child {
	color: #244062;
}
span.point {
	color: red
}

/* ボタン */
a.button {
	display: inline-block;
	text-align: center;
	padding: 5px;
	background: #244062;
	color: #fff;
}
.button:hover {
	color: #244062;
	background: #fff;
}
.button-area {
	width: 95%;
	text-align: center;
}
.button {
	width: 150px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	background-color: #244062;
	color: #fff;
	margin: 5px 50px;
}
.button.product {
	width: 120px;
	height: 30px;
	line-height: 30px;
}
.download {
	color: blue;
	font-size: 1em;
	margin-top: 50px;
}

/* （モバイル用）電話をかけるボタン */
.telMobile {
	display: none;
	width: 95%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #244062;
	text-decoration: none;
	margin: 10px 30px 0px 10px;
}

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
}

#pagetop img{
  width: 50px;
  height: 50px;
}

/* アウトライン */
section {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	text-align: left;
	padding-bottom: 100px;
}
footer {
	padding-top: 10px;
	padding-bottom: 20px;
	max-width: 100%;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	min-height: 100px;
	text-align: center;
}
footer a {
	color: #FFFFFF;
}
h2 {
	padding-top: 58px;
	margin-top: -28px;
	color: #244062;
	border-bottom: solid 2px #244062;
}
h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 1.4em;
}
h3.productHeader {
	padding-top: 58px;
	margin-top: -48px;
	font-size: 1.8em;
}
h4 {
	padding-top: 58px;
	margin-top: -28px;
	color: #244062;
	border-bottom: solid 2px #244062;
}

/* ヘッダー */
.luxbar-menu {
	margin: auto 0;
}
.luxbar-item a {
	padding: 19px 10px;
}
.luxbar-logo {
	height: 100%;
	font-size: 36px;
	text-align: center;
	margin: auto;
}
.luxbar-logo span {
	line-height: 58px;
	margin-left: 10px;
}
.luxbar-logo img {
	height: 40px;
	margin: 9px;
}
.luxbar-hamburger {
	margin-right: 0px !important;
}
.luxbar-menu-material-indigo, .luxbar-menu-material-indigo .dropdown ul{
	background-color: #244062;
	color: #fff;
}

.luxbar-menu-material-indigo .luxbar-hamburger span, .luxbar-menu-material-indigo .luxbar-hamburger span::before, .luxbar-menu-material-indigo .luxbar-hamburger span::after{
	background-color: #fff;
}

.luxbar-menu-material-indigo .active,.luxbar-menu-material-indigo .luxbar-item:hover{
	background-color:#fff;
	color: #244062;
}

.luxbar-header {
	background-color: #244062;
}

/* フッター */
.footerIcon {
	width: 40px;
	margin: 10px;
}

/* 会社情報 */
table.notice td:first-child {
	width: 120px;
}
table.company td:first-child {
	width: 80px;
}

/* 製品情報 */
ul.packageList li {
	margin-left: -10px;
}
div.productImage {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 100%;
	height: 158px;
}
div.divLink {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 100%;
	height: 158px;
}
div.divLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.package1 {
	background-image: url("../img/package1.jpg");
}
div.package2 {
	background-image: url("../img/package2.jpg");
}
div.package3 {
	background-image: url("../img/package3.jpg");
}
div.pickup1 {
	background-image: url("../img/pickup1.png");
}
div.pickup2 {
	background-image: url("../img/pickup2.png");
}
div.pickup3 {
	background-image: url("../img/pickup3.png");
}
div.pickup4 {
	background-image: url("../img/pickup4.png");
}
div.pickup5 {
	background-image: url("../img/pickup5.png");
}
img#productImage003 {
	margin-top: -80px;
}

div.productImage .productImageTitle {
	color: #244062;
	font-size: 1.4em;
	text-align: center;
	background: rgba(255, 255, 255, .75);
}

.youtube {
	margin-top: 20px;
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.downloadFrame{
	padding: 10px;
	margin: 10px;
	border: 1px solid #333333;
	background-color: white;
}

/* 採用情報 */
table.recruit td:first-child {
	width: 120px;
}

/* お問い合わせ */
table.contact td:first-child {
	width: 120px;
}

.contact_form {
	font-size: 18px;
}
.contact_form td {
	margin-top: 10px;
	vertical-align: middle;
}
.contact_form td:first-child {
	width: 150px;
}
.contact_form td:not(:first-child) {
	height: 50px;
	width: 700px;
}
.contact_form td span {
	color: red;
}
.contact_form input[type=text], textarea, select, option {
	width: 95%;
	height: 30px;
	font-size: 18px;
	margin: 5px auto;
}
.contact_form input.name {
	width: 300px;
}
.contact_form input.zipcode {
	width: 120px;
}
.contact_form input.telno {
	width: 200px;
}
.contact_form input.mail {
	width: 400px;
}

.contact_form select {
	border: 1px;
}
.contact_form textarea {
	height: 100px;
}

/* プライバシーポリシー */
.privacy_policy dt{
	font-weight: bold;
	margin-top: 10px;
}




/* 本文 */
#wrapper{
	width: 100%;
	position: relative;
	top: 55px;
}
.messageLL {
	font-size: 1.8em;
	text-align: center;
}
.messageL {
	font-size: 1.4em;
	text-align: center;
}
.messageM {
	font-size: 1em;
	text-align: center;
	line-height: 32px;
}
.messageS {
	font-size: 0.8em;
	text-align: center;
}
.box{
	float: left;
}
.grid a:hover img{
	opacity: 0.2;
}
.ft-t{
	vertical-align: top;
}
.ft-m{
	vertical-align: middle;
}
.ft-r{
	text-align: right;
}
.ft-l{
	text-align: left;
}
.ft-li{
	text-align: left;
	margin-left: 20px;
}
.ft-c{
	text-align: center;
}
.ft-red{
	color: #AB3B3A;
}
.ft-real-red{
	color: red;
}
.ft-pink{
	color: #EB7A77;
}
.ft-white{
	color: #fff;
}
.ft-bold{
	font-weight: 700;
}
.ft-d{
	margin: 2px 0;
	line-height: 20px;
}
.ft-dd{
	margin: 5px 0;
	line-height: 25px;
}
.ft-ds{
	margin: 0;
	line-height: 20px;
}
.ft-big{
	font-size: 24px;
}
.ft-title{
	border-top: 3px solid #402f56;
	font-size: 20px;
	padding-top: 10px;
}
.ft-s{
	font-size: 14px;
}
.ft-b{
	font-size: 22px;
	font-weight: 700;
	border-bottom: solid 2px #244062;
	margin: 0;
}
.grid hr{
	background-color: #fff;
	border-top: 2px dotted #EB7A77;
}
strike {
	color: red;
	font-size: 0.8em;
}

/* アニメーション */
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

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

/* タブレット版 */
@media only screen and (max-width: 980px) {
	#wrapper{
	}
	#container h2{
		font-size: 22px;
	}
	.ft-d{
		font-size: 80%;
	}
	.ft-dd{
		font-size: 90%;
	}
}

/* スマホ版 */
@media screen and (max-width: 768px) {
	/* iOSでのデフォルトスタイルをリセット */
	input.button {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input.button::-webkit-search-decoration {
		display: none;
	}
	input.button::focus {
		outline-offset: -2px;
	}


	table {
		width: 100%
	}
	table td {
		display: block;
		vertical-align: middle;
		text-align: left !important;
		width: 100% !important;
		margin-top: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	table td:first-child {
		border-left: solid 5px #244062;
		padding-left: 10px;
		margin-top: 10px;
		box-sizing : border-box;
	}

	.luxbar-logo img {
		width: 42%;
		height: auto;
		margin-top: 15px;
	}

	h3 {
		border-left: solid 5px #244062;
		padding-left: 10px;
	}
	h3.productHeader {
		border-left: none;
		padding-left: 0px;
	}

	footer .copyright {
		font-size: 10px;
	}
	.contact_form td.contact-textarea {
		height: 230px;
	}
	.contact_form input, .contact_form textarea {
		max-width: 95%;
	}
	.contact_form input.mail {
		width: 95%;
	}
	.button-area {
		width: 330px;
		text-align: center;
		margin: auto;
	}
	.button {
		margin: 5px;
	}
	.button.product {
		width: 95%;
	}

	div.productImage {
		height: 200px;
	}
	img#productImage003 {
		margin-top: 0px;
	}
}

/* ローディング */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
