@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/

/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
	margin: 0;
	padding: 0;
	font-size: 93.8%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #030405;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
	transition-duration: 0.1s;
}
a:link,
a:visited {
	color: inherit;
}
.sp_only {
	display: none;
}
body,
#contents input[type="submit"],
#contents input[type="button"],
#contents input[type="text"],
#contents textarea,
#contents select,
body.mceContentBody {
	font-family: "Noto Sans JP", sans-serif;
}
/* ==================================================
layout
================================================== */
#wrap_header,
#wrap_title,
#wrap_pnavi,
#wrap_main,
#top_main,
#wrap_fnavi,
#flogo,
#footer {
	width: 100%;
	min-width: 1220px;
	clear: both;
}
#title,
#pnavi,
#main,
#fnavi {
	width: 1200px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#wrap_header {
	padding: 0;
}
#header {
	width: 96%;
	min-width: 1200px;
	margin: 0 auto;
}
#hlogo {
	float: left;
	padding: 15px 0 0;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p {
	font-size: 100%;
	font-weight: bold;
}
#sp_menu {
	display: none;
}
#sns_icon {
	padding-top: 18px;
	float: right;
}
#sns_icon a {
	display: inline-block;
	margin-left: 15px;
}
#sns_icon img {
	width: 30px;
	height: 30px;
}
/* ==================================================
gnavi
================================================== */
#gnavi {
	float: right;
}
#gnavi ul {
	display: table;
	list-style: none;
}
#gnavi li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	position: relative;
}
#gnavi li a {
	display: block;
	padding: 15px 1vw;
	color: inherit;
	font-size: 110%;
	font-weight: 600;
	text-decoration: none;
}
#gnavi li.contact a {
	margin-left: 10px;
	padding: 5px 25px;
	background-color: #030405;
	color: #fff;
	transition-duration: 0.1s;
}
#gnavi li a span {
	display: block;
	color: #777;
	font-size: 82%;
	font-weight: normal;
}
#gnavi li.contact a span {
	color: #fff
}
/* child
--------------------------- */
#gnavi li ul {
	display: inline-block;
	width: auto;
	min-width: 100%;
	background-color: #fff;
	border: none;
	white-space: nowrap;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.1s;
	position: absolute;
	z-index: 30;
	left: 0;
}
#gnavi li ul li {
	display: block;
	border-top: #e5e5e5 1px solid;
	text-align: left;
}
#gnavi li ul li a {
	padding: 10px 2em 10px 1em;
	position: relative;
}
#gnavi li ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnavi a.active::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 10%;
	width: 80%;
	height: 2px;
	background-color: #ed7006;
}
/* ==================================================
title
================================================== */
#wrap_title {
	background: #030405 url(img/contents/title_bg.jpg) no-repeat center center /cover;
	color: #fff;
}
#title {
	padding: 30px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
#title.img {
	padding: 12% 0;
}
#title h1,
#title p.ttl {
	margin: 0;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #ed7006;
}
#title p.label {
	font-size: 300%;
	font-weight: 600;
	text-align: center;
}
/* ==================================================
pnavi
================================================== */
#wrap_pnavi {
	padding: 10px 0;
	background-color: #eee;
	line-height: 1.2;
}
#pnavi p span {
	margin: 0 0.5em;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* ==================================================
fnavi
================================================== */
#wrap_fnavi {
	padding: 20px 0;
	background-color: #eee;
}
#fnavi {
	display: table;
	table-layout: fixed;
}
#fnavi ul {
	display: table-cell;
	margin: 0;
	padding: 5px 1.5em;
	border-left: #fff 2px solid;
	list-style: none;
	vertical-align: top;
}
#fnavi ul:last-of-type {
	border-right: #fff 2px solid;
}
#fnavi li {
	font-weight: 600;
	line-height: 1.2;
	margin: 0.4em 0;
	position: relative;
}
#fnavi li.child {
	padding-left: 0.9em;
	font-weight: normal;
}
#fnavi li.child::before {
	content: "\0bb";
	position: absolute;
	left: 0;
	top: 0;
}
#fnavi li a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
/* ==================================================
footer
================================================== */
#flogo {
	padding: 24px 0;
	text-align: center;
}
#footer {
	padding: 10px 0;
	border-top: #030405 2px solid;
	text-align: center;
}
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #ed7006;
	opacity: 0.6;
	transition-duration: 0.3s;
	text-indent: -9999px;
	position: relative;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	transform: translate(-50%, -20%) rotate(45deg);
}
/* ==================================================
contents
================================================== */
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.icon_pdf::after,
#contents a[href$=".pdf"]::after {
	margin: 0 5px;
	content: url(img/admin/pdf.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".xlsx"]::after,
#contents a[href$=".xls"]::after {
	margin: 0 5px;
	content: url(img/admin/xls.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".docx"]::after,
#contents a[href$=".doc"]::after {
	margin: 0 5px;
	content: url(img/admin/doc.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents img {
	max-width: 100%;
}
#contents table img {
	max-width: inherit;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 40px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin: -1.5em 0 1.5em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.2em;
	padding: 0 0 5px;
	border-bottom: #030405 2px solid;
	line-height: 1.3;
	font-size: 160%;
	font-weight: 600;
}
#contents h2 {
	clear: both;
	margin: 1.5em 10px 0.8em 0;
	padding: 5px 10px;
	border: #000 1px solid;
	background-color: #fff;
	line-height: 1.3;
	font-size: 160%;
	font-weight: 600;
	box-shadow: 10px 6px 0 #000;
}
#contents h3 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 10px 0 0 10px;
	background: url(img/contents/h3_bg.png) no-repeat left top 3px;
	line-height: 1.3;
	font-size: 140%;
	font-weight: 600;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 0 2px 1px #fff, 2px 0 1px #fff, 0 -2px 1px #fff, -2px 0 1px #fff;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 120%;
	font-weight: 600;
	color: #ed7006;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
}
#contents ul ul {
	margin: 0 0 0 1em;
}
#contents ul li {
	margin: 0.4em 0;
	position: relative;
}
#contents ul:not([class]) li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 0.5em;
	width: 0.6em;
	height: 0.6em;
	background-color: #ed7006;
	border-radius: 50%;
}
#contents ol {
	margin: 0 0 0.8em 2.2em;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0 0 0 1em;
	counter-reset: cnt;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 0.4em 0;
	counter-increment: cnt;
	position: relative;
}
#contents ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 3px;
	content: counter(cnt) ".";
	line-height: 1;
	text-align: right;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 3px;
	content: "(" counter(cnt) ") ";
	line-height: 1;
	text-align: right;
}
#contents ol ol ol li:before {
	position: absolute;
	display: block;
	width: 1.2em;
	height: 1.2em;
	left: -2em;
	top: 4px;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	line-height: 1.2;
	text-align: center;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 12px 60px;
	border-style: none;
	background-color: #030405;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ddd 1px solid;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
	color: inherit;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border: 1px solid #030405;
	border-left-color: #ddd;
	border-right-color: #ddd;
	vertical-align: top;
}
#contents table th:first-child,
#contents table td:first-child {
	border-left: 1px solid #030405;
}
#contents table th:last-child,
#contents table td:last-child {
	border-right: 1px solid #030405;
}
#contents table th {
	background-color: #f9f9f9;
	text-align: left;
	font-weight: normal;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 0;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 10px 50px;
	background-color: #f2f2f2;
}
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 10px 0;
	border: none;
}
#contents table.form_table th {
	width: 25%;
	padding-right: 1em;
	background: none;
	text-align: right;
	vertical-align: middle;
}
#contents table.form_table th span::before {
	content: "※";
	margin-right: 0.2em;
	color: #ff0000;
}
#contents table.form_table textarea {
	width: 100%;
}
#contents table.form_table input[type="text"],
#contents table.form_table textarea {
	width: 90%;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	margin-right: 5px;
}
#contents table.form_table label {
	margin-right: 30px;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 30px 0;
	text-align: center;
}
/* backblog
--------------------------- */
#contents div.backblog {
	clear: both;
	padding: 50px 0 0;
}
#contents div.backblog p {
	margin: 0;
	padding: 20px 0 0;
	border-top: #030405 1px solid;
	text-align: center;
}
#contents div.backblog a {
	display: inline-block;
	text-decoration: none;
	background-color: #030405;
	color: #FFFFFF;
	margin: 0 3px;
	padding: 5px 60px;
	line-height: 1.6;
	vertical-align: top;
}
#contents div.backblog a[rel="prev"],
#contents div.backblog a[rel="next"] {
	padding: 5px 15px;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.archive_list li::before {
	content: none;
}
#contents ul.archive_list li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-bottom: #CCCCCC 1px dotted;
}
#contents ul.archive_list li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 20px 0 0;
	vertical-align: top;
	white-space: nowrap;
}
#contents ul.archive_list li p.ttl {
	display: table-cell;
	vertical-align: top;
}
/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 3em;
}
#contents ul.link_list li {
	position: relative;
}
#contents ul.link_list li.child {
	margin-left: 1em;
}
#contents ul.link_list li::before {
	display: block;
	content: "";
	position: absolute;
	top: 0.6em;
	left: -1em;
	width: 4px;
	height: 4px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu_list
--------------------------- */
#contents ul.menu_list {
	margin: 0 auto;
	list-style: none;
}
#contents ul.menu_list li {
	width: 385px;
	float: left;
	margin: 0 0 22px 22px;
	position: relative;
}
#contents ul.menu_list li:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
#contents ul.menu_list li a {
	display: block;
	text-decoration: none;
}
#contents ul.menu_list li p {
	margin: 0;
}
#contents ul.menu_list li p.img {
	height: 250px;
	margin-bottom: 5px;
	background: url(img/contents/noimg.png) no-repeat center center /cover;
	transition-duration: 0.1s;
}
#contents ul.menu_list li p.ttl {
	width: auto;
	padding: 5px 30px 5px 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
	background: url(img/top/scene_bg.png) no-repeat right bottom;
	font-size: 120%;
	font-weight: 600;
}
#contents ul.menu_list li p.ttl::after {
	content: "\0bb";
	margin-left: 0.5em;
	font-size: 134%;
	font-weight: 500;
	color: #ed7006;
	line-height: 0.5;
}
/* product_list
--------------------------- */
#contents div.colnavi {
	width: 240px;
	float: left;
}
#contents div.colmain {
	width: 900px;
	float: right;
}
#contents div.colnavi h2 {
	margin: 0 0 5px;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: 100%;
	font-weight: normal;
	box-shadow: none;
}
#contents div.colnavi h2 span {
	margin-right: 0.5em;
	font-size: 180%;
	font-weight: 600;
}
#contents div.colnavi ul {
	margin: 0 0 40px;
	border-top: #030405 1px solid;
}
#contents div.colnavi ul li {
	margin: 0;
	padding: 0;
	border-bottom: #030405 1px solid;
	line-height: 1.3;
}
#contents div.colnavi ul li a {
	display: block;
	padding: 7px 20px 7px 5px;
	text-decoration: none;
	font-size: 110%;
	font-weight: 600;
	position: relative;
	transition-duration: 0.1s;
}
#contents div.colnavi ul li a::after {
	content: "";
	position: absolute;
	right: 7px;
	top: 42%;
	width: 6px;
	height: 6px;
	border-top: #777 1px solid;
	border-right: #777 1px solid;
	transform: rotate(45deg);
}
#contents div.colnavi ul li span {
	display: block;
	font-size: 82%;
	font-weight: normal;
	color: #777;
}
#contents div.colnavi ul li.active a {
	background-color: #f2f2f2;
}
#contents div.colnavi p.text {
	padding-top: 10px;
	border-top: #030405 1px solid;
}
#contents div.colnavi input[type="text"] {
	width: 100%;
}
#contents div.colnavi input[type="submit"] {
	width: 100%;
	margin: 0;
	padding: 6px 0;
}
#contents div.colmain ul {
	margin: 0;
}
#contents div.colmain ul li {
	width: 268px;
	margin: 0 30px 30px 0;
	float: left;
}
#contents div.colmain ul li:nth-of-type(3n+1) {
	clear: both;
}
#contents div.colmain ul li a {
	display: block;
	text-decoration: none;
	font-weight: 600;
}
#contents div.colmain ul li p.img {
	margin: 0 0 5px;
	transition-duration: 0.1s;
}
#contents div.colmain ul li p.ttl {
	line-height: 1.3;
}
/* area_list
--------------------------- */
#contents ul.area_list {
	margin: 0 0 20px;
	list-style: none;
}
#contents ul.area_list li {
	display: inline-block;
	margin: 0 2em 0.8em 0;
	cursor: pointer;
	font-weight: 500;
}
#contents ul.area_list li::before {
	content: "\0bb";
	margin: 0 5px 0 0;
	vertical-align: top;
	line-height: 1.4;
	color: #ed7006;
}
#contents ul.area_list li.active {
	border-bottom: #ed7006 2px solid;
}
/* shop_list
--------------------------- */
#contents p.remarks {
	margin: 0 0 -1em;
	padding: 5px 15px;
	background-color: #f2f2f2;
}
#contents p.remarks span {
	margin: 0 5px;
	padding: 0 10px;
	border: #030405 1px solid;
	background-color: #030405;
	color: #fff;
	font-size: 70%;
	line-height: 1.6;
}
#contents p.remarks span:nth-of-type(2) {
	border: #030405 1px solid;
	background-color: #fff;
	color: inherit;
}
#contents ul.shop_list {
	margin: 0;
	list-style: none;
	border-top: #777 1px dotted;
}
#contents ul.shop_list li {
	padding: 2px 0;
	border-bottom: #aaa 1px dotted;
}
#contents ul.shop_list li p {
	display: inline-block;
	margin-right: 1.2em;
}
#contents ul.shop_list li p.ttl {
	font-weight: 500;
}
#contents ul.shop_list li p.op {
	padding: 0 10px;
	border: #030405 1px solid;
	background-color: #030405;
	color: #fff;
	font-size: 70%;
	line-height: 1.6;
}
#contents ul.shop_list li p.sp {
	padding: 0 10px;
	border: #030405 1px solid;
	font-size: 70%;
	line-height: 1.6;
}
/* support_list
--------------------------- */
#contents ul.support_list {
	margin: 0;
	list-style: none;
}
#contents ul.support_list li {
	width: 200px;
	float: left;
	margin: 0 0 50px 50px;
}
#contents ul.support_list li:nth-of-type(5n+1) {
	clear: both;
	margin-left: 0;
}
#contents ul.support_list a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#contents ul.support_list p.img {
	height: 200px;
	margin-bottom: 0.4em;
	background: url(img/contents/noimg.png) no-repeat center center /cover;
	transition-duration: 0.1s;
}
#contents ul.support_list p.ttl {
	margin-bottom: 0;
	font-weight: 600;
}
#contents ul.support_list p.desc {
	margin-bottom: 0;
	color: #777;
}
/* support_info
--------------------------- */
#contents div.support_info div.img {
	width: 500px;
	float: left;
}
#contents div.support_info div.img p {
	margin: 0;
}
#contents div.support_info div.info {
	width: 700px;
	float: left;
}
#contents div.support_info div.info h2 {
	margin: 0 0 0.8em;
	padding: 0 0 5px;
	border: none;
	border-bottom: #000 1px dotted;
	font-size: 120%;
	box-shadow: none;
}
#contents div.support_info div.info h2:nth-of-type(n+2) {
	margin-top: 2em;
}
#contents div.support_info div.info ul {
	margin: 0;
}
#contents div.support_info div.info ul li {
	margin: 0 0 3px;
	padding: 0;
}
#contents div.support_info div.info ul li a {
	display: block;
	padding: 10px 20px;
	background-color: #f8f8f8;
	text-decoration: none;
}
#contents div.support_info div.info ul li::before {
	content: none;
}
#contents div.support_info div.info ul li p {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
#contents div.support_info div.info ul li p.img {
	margin-right: 1em;
}
#contents div.support_info div.info ul li p.img img {
	width: auto;
	height: 50px;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0 20px;
	background: none;
	border: none;
	vertical-align: top;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-right: 0;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child,
#contents table.layout_table td h4:first-child,
#contents table.layout_table td table:first-child {
	margin-top: 0;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 > tbody > tr > td {
	padding: 5px;
	border: none;
	vertical-align: top;
	line-height: 1.3;
}
#contents table.layout_table2 > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-child {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	border: #ed7006 3px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	background-color: #EEEEEE;
}
#contents table.fill_box {
	clear: both;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 20px 30px;
	background-color: #EEEEEE;
	border: none;
	vertical-align: top;
}
#contents table.fill_box td h3:first-of-type,
#contents table.fill_box td h4:first-of-type {
	margin-top: 0;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	margin: 10px;
	padding: 12px 60px;
	background-color: #030405;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
#contents a.link_btn::after {
	content: "\0bb";
	font-size: 160%;
	color: #ed7006;
	position: absolute;
	right: 0.6em;
	top: 50%;
	margin-top: -0.9em;
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
/* img_table
--------------------------- */
#contents table.img_table {
	width: 100%;
	margin: 2.5em 0;
	table-layout: fixed;
}
#contents table.img_table td {
	padding: 20px;
	border: none;
}
#contents table.img_table img {
	width: 100%;
	height: auto;
}
#contents table.img_table td p {
	margin-bottom: 0.4em;
	line-height: 1.3;
}
#contents table.img_table a.lightbox2 {
	display: block;
}
/* ==================================================
product
================================================== */
#product img {
	max-width: 100%;
	transition-duration: 0.1s;
}
#product h1 {
	margin: 0 0 10px;
	padding: 30px 0 5px;
	font-size: 240%;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
}
#product h1::before {
	content: "PRODUCTS";
	font-size: 200%;
	font-weight: 600;
	color: #eee;
	line-height: 1;
	letter-spacing: -5px;
	position: absolute;
	top: -10px;
	right: 0;
	z-index: -1;
}
#product p.subttl {
	margin: -10px 0 -1.5em;
	float: left;
}
#product h2 {
	clear: both;
	margin: 0 0 0.5em;
	padding: 30px 0 10px;
	border-bottom: #030405 2px solid;
	font-size: 134%;
	font-weight: 600;
	line-height: 1.2;
}
#product p.price {
	margin: -2.2em 0 1.2em;
	text-align: right;
	font-size: 134%;
	font-weight: 500;
	line-height: 1;
}
#product p.spec {
	margin-bottom: 20px;
}
#product ul.main {
	width: 931px;
	float: left;
	margin: 0;
	list-style: none;
	position: relative;
}
#product ul.main li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
	border: #030405 1px solid;
	border: none;
}
#product ul.navi {
	width: 260px;
	height: 590px;
	float: right;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: column wrap;
}
#product ul.navi li {
	width: 122px;
	min-height: 0%;
	margin: 0 0 6px 6px;
	cursor: pointer;
	border: #030405 1px solid;
	border: none;
}
/* product var
--------------------------- */
#product div.var {
	height: 64px;
	float: right;
	position: relative;
	z-index: 10;
}
#product div.var p.ttl {
	color: #ed7006;
	font-weight: 500;
	position: absolute;
	top: -1.8em;
}
#product div.var p.current {
	padding: 6px 60px 6px 6px;
	border: #999 1px solid;
	cursor: pointer;
}
#product div.var p.current::after {
	content: "";
	border-top: #555 8px solid;
	border-left: transparent 6px solid;
	border-right: transparent 6px solid;
	position: absolute;
	top: 28px;
	right: 15px;
}
#product div.var p.current.open::after {
	border-top: none;
	border-bottom: #555 8px solid;
}
#product div.var ul {
	max-height: 200px;
	overflow-y: scroll;
	margin: 0;
	border: #999 1px solid;
	border-top: none;
	background-color: #fff;
	list-style: none;
	display: none;
}
#product div.var li a {
	display: block;
	padding: 6px 15px 6px 6px;
	color: inherit;
	text-decoration: none;
}
#product div.var img {
	width: auto;
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
/* ==================================================
top
================================================== */
#top_main {
	padding-bottom: 20px;
	overflow: hidden;
}
/* top_slide
--------------------------- */
#top_slide {
	margin-bottom: 40px;
	position: relative;
}
#top_slide ul {
	margin: 0;
	list-style: none;
}
#top_slide li {
	width: 100%;
}
#top_slide li img {
	width: 100%;
}
#top_slide_navi {
	width: auto;
	margin-right: -600px;
	position: absolute;
	bottom: 15px;
	left: auto;
	right: 50%;
	z-index: 100;
}
#top_slide_navi span {
	width: 15px;
	height: 15px;
	margin: 0 15px 0 0;
	vertical-align: top;
}
#top_slide_navi .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	box-shadow: 0 0 2px #000;
}
#top_slide_navi .swiper-pagination-bullet-active {
	background-color: #000;
	box-shadow: 0 0 2px #fff;
}
/* top_news
--------------------------- */
#top_news {
	margin-bottom: 60px;
	position: relative;
}
#top_news::before {
	content: "";
	width: 100%;
	height: 240px;
	background-color: #eee;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: -1;
	margin-left: -420px;
}
#top_news h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.2;
}
#top_news h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: 600;
}
#top_news ul {
	width: 1198px;
	margin: 0 auto 30px;
	list-style: none;
}
#top_news li {
	width: 280px;
	margin-right: 26px;
	float: left;
}
#top_news li:nth-of-type(4) {
	margin-right: 0;
}
#top_news li a {
	display: block;
	text-decoration: none;
	color: inherit;
}
#top_news li p.img {
	margin-bottom: 5px;
	transition-duration: 0.1s;
}
#top_news li p.ttl {
	line-height: 1.2;
	text-decoration: underline;
}
#top_news p.more {
	text-align: center;
	font-weight: 500;
}
#top_news p.more a {
	display: inline-block;
	width: 18em;
	padding: 12px 0;
	background-color: #030405;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#top_news p.more a::after {
	content: "\0bb";
	font-size: 160%;
	color: #ed7006;
	position: absolute;
	right: 0.6em;
	top: 50%;
	margin-top: -0.9em;
}
/* top_item
--------------------------- */
#wrap_top_item {
	width: 1200px;
	margin: 0 auto 60px;
	position: relative;
}
#top_item {
	width: 300px;
	margin-left: 320px;
}
#top_item h2 {
	width: 300px;
	height: 220px;
	padding: 40px 20px 0;
	box-sizing: border-box;
	border: #030405 1px solid;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.2;
}
#top_item h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: 600;
}
#top_item ul {
	margin: 0;
	list-style: none;
}
#top_item li {
	position: relative;
}
#top_item li a {
	display: block;
}
#top_item li p.img {
	transition-duration: 0.1s;
}
#top_item li p.ttl {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.2;
}
#top_item_navi {
	width: 300px;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: auto;
	z-index: 50;
	text-align: center;
}
#top_item_navi span {
	width: 13px;
	height: 13px;
	margin: 0 3px;
	vertical-align: top;
	border-radius: 0;
}
#top_item_navi .swiper-pagination-bullet {
	background-color: #ccc;
	opacity: 1;
}
#top_item_navi .swiper-pagination-bullet-active {
	background-color: #030405;
}
#top_item_prev,
#top_item_next {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 20px;
	right: auto;
	z-index: 50;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
#top_item_prev {
	left: 256px;
	background: #030405 url(img/top/prev.png) no-repeat center center;
}
#top_item_next {
	left: 20px;
	background: #030405 url(img/top/next.png) no-repeat center center;
}
/* top_scene
--------------------------- */
#top_scene {
	margin-bottom: 40px;
}
#top_scene h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.2;
}
#top_scene h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: 600;
}
#top_scene ul {
	width: 1200px;
	margin: 0 auto;
	list-style: none;
}
#top_scene li {
	width: 385px;
	float: left;
	margin: 0 0 22px 22px;
	position: relative;
}
#top_scene li:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
#top_scene li a {
	display: block;
}
#top_scene li p.img {
	transition-duration: 0.1s;
}
#top_scene li p.ttl {
	width: auto;
	padding: 5px 30px 5px 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
	background: url(img/top/scene_bg.png) no-repeat right bottom;
	font-size: 120%;
	font-weight: 600;
}
#top_scene li p.ttl::after {
	content: "\0bb";
	margin-left: 0.5em;
	font-size: 134%;
	font-weight: 500;
	color: #ed7006;
	line-height: 0.5;
}
/* top_tech
--------------------------- */
#top_tech {
	margin-bottom: 60px;
	background-color: #030405;
	color: #fff;
}
#top_tech table {
	width: 100%;
}
#top_tech table td {
	padding: 0;
}
#top_tech table td.td1 {
	vertical-align: middle;
}
#top_tech table td.td1 div {
	width: 350px;
	margin: 0 20px 0 auto;
	padding: 15px 30px;
}
#top_tech table td.td2 {
	width: 60%;
	background: url(img/top/tech1.jpg) no-repeat center center /cover;
	vertical-align: top;
}
#top_tech table td.td3 {
	width: 30%;
	background: url(img/top/tech2.jpg) no-repeat center center /cover;
	vertical-align: top;
}
#top_tech table td.td4 {
	width: 30%;
	background: url(img/top/tech3.jpg) no-repeat center center /cover;
	vertical-align: top;
}
#top_tech h2 {
	margin-bottom: 30px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.2;
}
#top_tech h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: 500;
}
#top_tech h3 {
	margin-bottom: 130px;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	color: #fff;
}
#top_tech h3 span {
	display: block;
	margin-bottom: 5px;
	font-size: 270%;
	color: #fff;
}
#top_tech p.desc {
	margin-bottom: 50px;
}
#top_tech p.more a {
	display: inline-block;
	width: 15em;
	padding: 12px 0;
	background-color: #fff;
	color: #030405;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	position: relative;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#top_tech p.more a::after {
	content: "\0bb";
	font-size: 160%;
	color: #ed7006;
	position: absolute;
	right: 0.6em;
	top: 50%;
	margin-top: -0.9em;
}
#top_tech table td.td2 a,
#top_tech table td.td3 a,
#top_tech table td.td4 a {
	display: block;
	padding: 10px 30px;
	color: inherit;
	text-decoration: none;
	transition-duration: 0.1s;
	position: relative;
}
#top_tech table td.td2 a::after,
#top_tech table td.td3 a::after,
#top_tech table td.td4 a::after {
	content: "\0bb";
	font-size: 250%;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	right: 20px;
}
/* top_info
--------------------------- */
#top_info {
	margin-bottom: 40px;
	text-align: center;
}
#top_info div {
	display: inline-block;
	width: 560px;
	margin: 0 20px;
	box-sizing: border-box;
	border: #030405 1px solid;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	vertical-align: top;
}
#top_info a {
	display: block;
	padding: 15px 20px;
	color: inherit;
	text-decoration: none;
	transition-duration: 0.1s;
}
#top_info div:nth-of-type(1) a {
	background: url(img/top/shop.png) no-repeat right top;
}
#top_info div:nth-of-type(2) a {
	background: url(img/top/mail.png) no-repeat right top;
}
#top_info h2 {
	margin: 0 0 10px;
	font-size: 100%;
}
#top_info h2 span {
	display: block;
	font-size: 200%;
	line-height: 1.2;
}
#top_info p {
	min-height: 4.5em;
	text-align: left;
}
/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 20px 0;
}
img.alignright {
	margin: 0 0 20px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* ==================================================
wp-caption
================================================== */
#contents .wp-caption-dd,
#contents p.wp-caption-text {
	margin: 0.2em 0;
	font-size: 90%;
	line-height: 1.3;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #030405 1px solid;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	background-color: #030405;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #ed7006;
}
/* ==================================================
reCAPTCHA
================================================== */
.grecaptcha-badge {
	visibility: hidden;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1200px !important;
	max-width: none !important;
}
body.mceContentBody {
	overflow: visible !important;
	background-image: none !important;
	background-color: #FFFFFF !important;
}
body.mceContentBody div {
	border: #80FF80 1px dashed;
}
body.mceContentBody p {
	border: #80FFFF 1px dashed;
}
body.mceContentBody th,
body.mceContentBody td {
	font-size: 100%;
}
body.mceContentBody table.layout_table > tbody > tr > th,
body.mceContentBody table.layout_table > tbody > tr > td,
body.mceContentBody table.img_table > tbody > tr > td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
clearfix
================================================== */
#header::after,
#footer::after,
#main::after,
#top_news ul::after,
#top_scene ul::after,
#product::after,
#contents ul.menu_list::after,
#contents ul.product_list::after,
#contents ul.support_list::after,
#contents div.support_info::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
a:hover,
a:active {
	color: #ed7006;
}
#fnavi li a:hover {
	text-decoration: underline;
}
#pagetop a:hover {
	opacity: 1;
}
#gnavi li.contact a:hover,
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover,
#contents div.backblog a:hover,
#contents a.link_btn:hover,
#top_news p.more a:hover,
#top_tech p.more a:hover,
.wp-pagenavi a:hover {
	background-color: #ed7006;
}
#gnavi li a:hover,
#contents div.colnavi ul li a:hover,
#contents div.support_info div.info ul li a:hover,
#product div.var li a:hover,
#top_info div:nth-of-type(1) a:hover,
#top_info div:nth-of-type(2) a:hover {
	background-color: #f2f2f2;
}
#gnavi li:hover ul {
	border: #e5e5e5 1px solid;
	border-top: none;
	visibility: visible;
	opacity: 1;
}
#contents ul.menu_list li a:hover p.img,
#contents ul.support_list li a:hover p.img,
#contents div.colmain ul li a:hover p.img,
#contents table.img_table a.lightbox2:hover,
#product img:hover,
#top_news li a:hover p.img,
#top_item li a:hover p.img,
#top_scene li a:hover p.img {
	opacity: 0.8;
}
#contents ul.area_list li:hover,
#contents ul.support_list li a:hover p.ttl,
#top_news li a:hover p.ttl {
	color: #ed7006;
}
#contents a.link_btn:hover::after,
#top_news p.more a:hover::after,
#top_tech p.more a:hover,
#top_tech p.more a:hover::after {
	color: #fff;
}
#top_tech table td.td2 a:hover,
#top_tech table td.td3 a:hover,
#top_tech table td.td4 a:hover {
	background-color: rgba(255,255,255,0.2);
}
}
