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

/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&subset=japanese');
body {
	margin: 0;
	padding: 0;
	font-size: 93.8%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #333333;
}
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;
}
a:link,
a:visited {
	color: inherit;
	background-color: transparent;
}
a:hover,
a:active {
	background-color: transparent;
	text-decoration: none;
}
.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,
#wrap_top_slide,
#wrap_top_advantage,
#wrap_top_products,
#wrap_top_menu,
#wrap_top_news,
#wrap_fcontact,
#wrap_footer {
	width: 100%;
	min-width: 1100px;
	clear: both;
}
#header,
#title,
#pnavi,
#main,
#top_slide,
#top_advantage,
#top_products,
#top_news,
#fcontact,
#footer {
	width: 1080px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#wrap_header {
	margin-bottom: -157px;
	padding: 20px 0 90px;
	box-sizing: border-box;
	background: url(img/header/header_bg.png) no-repeat center bottom;
	position: relative;
	z-index: 10;
}
#header {
	display: table;
}
#hlogo {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 45px;
	position: relative;
	white-space: nowrap;
}
#hlogo::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 40px;
	height: 38px;
	background: url(img/header/hlogo.png) no-repeat left center /contain;
}
#hlogo p.sub {
	margin-left: 0.3em;
	font-size: 85%;
	color: #fff;
	letter-spacing: 2px;
}
#hlogo h1,
#hlogo p.ttl {
	font-size: 130%;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
}
#hlogo p.ttl a {
	color: inherit;
	text-decoration: none;
}
#gnavi {
	display: table-cell;
	vertical-align: middle;
}
#gnavi ul {
	list-style: none;
	display: table;
	width: 100%;
}
#gnavi li {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}
#gnavi a {
	display: block;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
#gnavi a span {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 80%;
	color: #DBF0FF;
}
#gnavi a::after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	background: url(img/header/gnavi_hover.png) no-repeat center center /contain;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}
#gnavi a:hover::after {
	opacity: 0.2;
}
#sp_menu {
	display: none;
}
/* ==================================================
title
================================================== */
#wrap_title {
	background: url(img/contents/title_bg.jpg) repeat-x center bottom;
}
#title {
	padding: 150px 0 50px;
	position: relative;
}
#title h1,
#title p.ttl {
	margin: 0;
	padding: 30px 0 40px 150px;
	font-size: 200%;
	font-weight: 500;
	line-height: 1.2;
}
#title p.subttl {
	position: absolute;
	bottom: -20px;
	right: 20px;
	font-family: "Noto Serif JP", serif;
	font-size: 700%;
	color: rgba(100,100,100,0.3);
}
/* ==================================================
pnavi
================================================== */
#wrap_pnavi {
	padding: 10px 0;
	background-color: #F0F0F0;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* ==================================================
footer
================================================== */
/* fcontact
--------------------------- */
#wrap_fcontact {
	padding: 80px 0 50px;
	background: url(img/footer/fcontact_bg.jpg) no-repeat center bottom /cover;
	background-attachment: fixed;
}
#fcontact {
	padding: 30px 150px 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	position: relative;
}
#fcontact p.sub {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 400%;
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
}
#fcontact p.sub:first-letter {
	color: #66BAFF;
}
#fcontact h2 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}
#fcontact p.txt {
	margin: 1.2em 0;
	text-align: center;
	font-size: 134%;
	font-weight: 500;
}
#fcontact div.tel {
	width: 50%;
	float: left;
	text-align: center;
	color: #008CFF;
	font-weight: bold;
}
#fcontact div.tel p.num {
	font-size: 300%;
	font-weight: normal;
}
#fcontact div.mail {
	width: 50%;
	float: left;
	text-align: center;
}
#fcontact div.mail a {
	display: inline-block;
	margin-top: 0.6em;
	padding: 1.5em 2em;
	background-color: #008CFF;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
#fcontact div.mail a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	background-color: transparent;
	border-top: transparent 2em solid;
	border-bottom: transparent 2em solid;
	border-right: #008CFF 40px solid;
	transition: 0.3s;
}
#fcontact div.mail a::after {
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	background-color: transparent;
	border-top: transparent 2em solid;
	border-bottom: transparent 2em solid;
	border-left: #008CFF 40px solid;
	transition: 0.3s;
}
#fcontact div.mail a:hover {
	background-color: #66BAFF;
}
#fcontact div.mail a:hover::before {
	border-right: #66BAFF 40px solid;
}
#fcontact div.mail a:hover::after {
	border-left: #66BAFF 40px solid;
}
/* footer
--------------------------- */
#wrap_footer {
	padding: 40px 0;
	background-color: #008CFF;
	color: #fff;
}
#finfo {
	width: 300px;
	float: left;
}
#finfo p.ttl {
	margin-bottom: 0.5em;
	font-size: 130%;
	font-weight: 500;
}
#finfo p.ex {
	margin: 20px 0 10px;
}
#finfo p.ex a {
	display: inline-block;
	padding: 5px 20px 5px 35px;
	text-decoration: none;
	border: #fff 1px solid;
	background: url(img/footer/futaba.png) no-repeat 10px center;
	background-size: auto 20px;
}
#finfo p.shop {
	margin: 0 0 20px;
}
#finfo p.shop a {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	border: #fff 1px solid;
}
#finfo p.shop a::after,
#finfo p.ex a::after {
	content: url(img/footer/exlink.png);
	margin-left: 10px;
}
#fnavi {
	width: 700px;
	float: right;
}
#fnavi > ul {
	width: 200px;
	margin: 0 30px 0 0;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	text-align: left;
	font-size: 94%;
}
#fnavi ul.children {
	margin: 0 0 0 1em;
	display: block;
	list-style: none;
}
#fnavi a {
	display: inline-block;
	margin: 3px 0;
	padding: 0 0 0 14px;
	color: inherit;
	text-decoration: none;
	position: relative;
}
#fnavi a:hover {
	text-decoration: underline;
}
#fnavi a::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	transform: rotate(45deg);
}
#fnavi ul.children a::before {
	top: 10px;
	transform: none;
	border-right: none;
}
#fcopy {
	clear: both;
	padding: 40px 0 0;
	font-size: 94%;
	text-align: center;
}
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	padding: 20px 0 0;
	box-sizing: border-box;
	background-color: #000;
	text-align: center;
	opacity: 0.6;
	transition-duration: 0.3s;
}
#pagetop a:hover {
	opacity: 1;
}
/* ==================================================
contents
================================================== */
#wrap_contents {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#contents {
	width: 1080px;
}
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#top_news a.icon_link::after,
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#top_news a.icon_pdf::after,
#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: 1080px;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 60px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.2em;
	padding: 0 0 0 15px;
	border-left: #008CFF 10px solid;
	line-height: 1.3;
	font-size: 160%;
	font-weight: normal;
}
#contents h1.works {
	border: none;
	padding: 0;
}
#contents h1.works span {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 3px 30px;
	background-color: #008CFF;
	color: #fff;
	font-size: 70%;
	vertical-align: 0.2em;
}
#contents p.update {
	margin-bottom: 0.4em;
	color: #66BAFF;
}
#contents h2 {
	clear: both;
	margin: 2.5em 0 2em;
	padding: 0 0 30px 0;
	background: url(img/contents/h2_bg.png) repeat-x left bottom;
	line-height: 1.3;
	font-size: 170%;
	font-weight: 500;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 30px;
	line-height: 1.3;
	font-size: 135%;
	font-weight: 500;
	background: url(img/contents/h3_bg.png) no-repeat left center;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 120%;
	font-weight: bold;
	color: #008CFF;
}
#contents h2.img,
#contents h3.img,
#contents h4.img {
	padding: 0;
	background: none;
	border: none;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
	list-style-image: url(img/contents/list_icon.gif);
}
#contents ol {
	margin: 0 0 0.8em 1.5em;
	list-style-image: none;
}
#contents ul li,
#contents ol li {
	margin: 0.4em 0;
}
#contents ul ul,
#contents ol ol {
	margin: 0 0 0 1em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol li,
#contents ol ol ol li {
	counter-increment: cnt;
	padding-left: 1.5em;
	position: relative;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	content: "(" counter(cnt) ") ";
	line-height: 1;
}
#contents ol ol ol li:before {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	left: 3px;
	top: 4px;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	text-align: center;
	line-height: 1.2;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 15px 100px;
	border-style: none;
	background-color: #008CFF;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
}
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover {
	background-color: #66BAFF;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ccc 1px solid;
	padding: 5px;
	box-sizing: border-box;
}
/* table
--------------------------- */
#contents table {
	margin: 2.5em 0;
	border-top: #66BAFF 2px dotted;
}
#contents table tr {
	border-bottom: #66BAFF 2px dotted;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border: none;
	vertical-align: top;
}
#contents table th {
	text-align: left;
	font-weight: bold;
	color: #008CFF;
}
#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 table.form_table {
	width: 90%;
	margin: 3em 5%;
	background-color: #DBF0FF;
	border: #DBF0FF 40px solid;
}
#contents table.form_table tr {
	border-bottom: #fff 1px solid;
}
#contents table.form_table th {
	width: 25%;
	padding: 20px;
	background-color: transparent;
	border: none;
	color: #008CFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
#contents table.form_table td {
	padding: 20px;
	background-color: transparent;
	border: none;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#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 .backblog {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #CCCCCC 1px solid;
	text-align: center;
}
#contents .backblog a {
	display: inline-block;
	text-decoration: none;
	background-color: #008CFF;
	color: #FFFFFF;
	margin: 0 5px;
	padding: 5px 20px;
}
#contents .backblog a:hover {
	background-color: #66BAFF;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 20px 0;
	list-style-image: none;
	list-style: none;
}
#contents ul.archive_list li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-bottom: #008CFF 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;
	color: #66BAFF;
}
#contents ul.archive_list li p.ttl {
	display: table-cell;
	vertical-align: top;
}
#contents ul.archive_list li p.ttl span.cat {
	display: inline-block;
	min-width: 120px;
	margin-right: 10px;
	padding: 2px 0;
	background-color: #66BAFF;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
/* link_list
--------------------------- */
#contents ul.link_list,
#contents ul.link_list ul {
	margin: 0;
	list-style-image: none;
	list-style: none;
}
#contents ul.link_list li {
	padding-left: 20px;
}
#contents ul.link_list li a {
	padding: 0 0 0 15px;
	position: relative;
}
#contents ul.link_list li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu_list
--------------------------- */
#contents ul.menu_list {
	display: table;
	border-collapse: separate;
	border-spacing: 20px;
	width: 100%;
	margin: 50px 0;
	list-style: none;
}
#contents ul.menu_list li {
	padding: 20px 20px 30px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#contents ul.menu_list li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	transition: 0.3s;
}
#contents ul.menu_list li:hover::after {
	background-color: rgba(0,0,0,0.7);
}
#contents ul.menu_list li a {
	display: inline-block;
	width: 230px;
	height: 193px;
	padding: 50px 0 0;
	box-sizing: border-box;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 5;
}
#contents ul.menu_list li.n2 a {
	width: 380px;
}
#contents ul.menu_list li a::before,
#contents ul.menu_list li a::after {
	content: "";
	position: absolute;
	top: 45px;
	left: -26px;
	width: 280px;
	height: 102px;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	transform: rotate(20deg);
}
#contents ul.menu_list li a::after {
	transform: rotate(-20deg);
}
#contents ul.menu_list li.n2 a::before,
#contents ul.menu_list li.n2 a::after {
	top: 44px;
	left: -23px;
	width: 424px;
	transform: rotate(13deg) skewX(-7deg);
}
#contents ul.menu_list li.n2 a::after {
	transform: rotate(-13deg) skewX(7deg);
}
#contents ul.menu_list li p.ttl {
	font-size: 116%;
	font-weight: bold;
}
#contents ul.menu_list li p.ttl span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#contents ul.menu_list li p.ttl span:first-letter {
	color: #B7DEFF;
}
#contents ul.menu_list p.link {
	position: absolute;
	bottom: -34px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	padding: 0.5em 0;
	background-color: #008CFF;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
#contents ul.menu_list p.link::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	background-color: transparent;
	border-top: transparent 1em solid;
	border-bottom: transparent 1em solid;
	border-right: #008CFF 20px solid;
	transition: 0.3s;
}
#contents ul.menu_list p.link::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	background-color: transparent;
	border-top: transparent 1em solid;
	border-bottom: transparent 1em solid;
	border-left: #008CFF 20px solid;
	transition: 0.3s;
}
#contents ul.menu_list a:hover p.link {
	background-color: #fff;
	color: #008CFF;
}
#contents ul.menu_list a:hover p.link::before {
	border-right: #fff 20px solid;
}
#contents ul.menu_list a:hover p.link::after {
	border-left: #fff 20px solid;
}
#contents ul.menu_list p.desc {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
	border: none;
}
#contents table.layout_table > tbody > tr {
	border: none;
}
#contents table.layout_table > tbody > tr > td {
	padding: 10px 0;
	background: none;
	border: none;
}
#contents table.layout_table > tbody > tr > td:nth-child(n+2) {
	padding-left: 40px;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child,
#contents table.layout_table td h4: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;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	border: #66BAFF 5px solid;
}
/* fill_box
--------------------------- */
#contents .fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	background-color: #DBF0FF;
}
/* link_btn
--------------------------- */
#contents .link_btn {
	margin: 2.5em 0;
}
#contents .link_btn a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 40px;
	background-color: #008CFF;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
#contents .link_btn a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents .link_btn a:hover {
	background-color: #66BAFF;
}
/* fill_table
--------------------------- */
#contents table.fill_table,
#contents table.fill_table tr {
	border: none;
}
#contents table.fill_table h3:first-child,
#contents table.fill_table h4:first-child {
	margin-top: 0;
}
#contents table.fill_table h3 {
	margin: 0.5em 0;
	font-size: 120%;
}
#contents table.fill_table h4 {
	margin: 0.5em 0;
	font-size: 110%;
}
#contents table.fill_table td {
	padding: 25px;
	background-color: #f2f8fa;
}
#contents table.fill_table tr:nth-child(2n+1) td:nth-child(2n),
#contents table.fill_table tr:nth-child(2n) td:nth-child(2n+1) {
	background-color: #fdf4f7;
}
/* table.flow
--------------------------- */
#contents table.flow {
	margin: 0;
	border: none;
	counter-reset: cnt;
}
#contents table.flow tr {
	display: block;
	padding: 0 0 30px;
	border-bottom: none;
}
#contents table.flow td {
	display: block;
	width: auto;
	padding: 25px 20px;
	text-align: center;
	background-color: #85B200;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	position: relative;
	counter-increment: cnt;
}
#contents table.flow tr:nth-child(2n) td {
	background-color: #66BAFF;
}
#contents table.flow td::before {
	position: absolute;
	top: 15px;
	left: 20px;
	content: '0' counter(cnt);
	width: 46px;
	height: 46px;
	padding: 0.4em 0 0;
	box-sizing: border-box;
	border-radius: 23px;
	background-color: #fff;
	color: #85B200;
	text-align: center;
}
#contents table.flow tr:nth-child(2n) td::before {
	color: #66BAFF;
}
#contents table.flow td::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	border-top: #D9A300 15px solid;
	border-left: transparent 25px solid;
	border-right: transparent 25px solid;
}
#contents table.flow tr:last-child td::after {
	content: none;
}
/* strong.num
--------------------------- */
#contents h2 {
	counter-increment: cnt;
}
#contents h2 strong.num {
	position: relative;
	top: -1em;
	left: -22px;
	margin-right: -15px;
	padding: 10px 30px 50px;
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	background: url(img/contents/strong_num.png) no-repeat center center /contain;
	color: #fff;
	float: left;
}
#contents h2 strong.num::after {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	content: counter(cnt);
	font-size: 200%;
}
/* ==================================================
top
================================================== */
/* top_slide
--------------------------- */
#wrap_top_slide {
	padding-top: 80px;
	background: url(img/top/top_slide_bg.jpg) center center;
	overflow: hidden;
	position: relative;
}
#top_slide {
	width: 100%;
}
#top_slide ul {
	margin: 0;
	list-style: none;
}
#top_slide ul li {
	height: 700px;
	position: relative;
}
#top_slide p.img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -300px;
	z-index: 5;
}
#top_slide p.paint {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	opacity: 0.3;
	z-index: 5;
}
#top_slide p.ttl {
	position: absolute;
	top: 33%;
	left: 50%;
	margin-left: -540px;
	z-index: 6;
	padding: 25px 40px;
	background-color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 250%;
	font-weight: bold;
	line-height: 1;
	z-index: 10;
}
#top_slide p.ttl span {
	margin-left: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50%;
	font-weight: normal;
	color: #008CFF;
	z-index: 10;
}
#top_slide p.lead {
	position: absolute;
	top: 47%;
	left: 50%;
	margin-left: -540px;
	z-index: 6;
	padding: 20px 40px;
	font-family: "Noto Serif JP", serif;
	font-size: 160%;
	font-weight: bold;
	z-index: 10;
	text-shadow: #fff 2px 2px 3px, #fff 2px -2px 3px, #fff -2px 2px 3px, #fff -2px -2px 3px;
}
/* top_pickup
--------------------------- */
#top_pickup {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	top: -100px;
}
#top_pickup p.ttl {
	position: absolute;
	top: -55px;
	left: 220px;
	z-index: 5;
}
#top_pickup ul {
	position: absolute;
	top: -40px;
	left: 400px;
	width: 620px;
	height: 80px;
	margin: 0;
	padding: 27px 20px 0;
	box-sizing: border-box;
	background-color: #FFF5B2;
	list-style: none;
}
#top_pickup ul li {
	font-size: 125%;
	font-weight: 500;
	line-height: 1.2;
}
#top_pickup ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	background-color: transparent;
	border-top: transparent 40px solid;
	border-bottom: transparent 40px solid;
	border-right: #FFF5B2 30px solid;
	font-size: 150%;
}
#top_pickup ul::after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	background-color: transparent;
	border-top: transparent 40px solid;
	border-bottom: transparent 40px solid;
	border-left: #FFF5B2 30px solid;
	font-size: 150%;
}
#top_pickup p.link {
	position: absolute;
	top: -16px;
	right: 0;
}
#top_pickup p.link a {
	display: inline-block;
	padding: 5px 20px;
	background-color: #008CFF;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
#top_pickup p.link a:hover {
	background-color: #66BAFF;
}
/* top_advantage
--------------------------- */
#wrap_top_advantage {
	padding: 100px 0;
}
#top_advantage {
	display: table;
}
#top_advantage div {
	display: table-cell;
	vertical-align: middle;
}
#top_advantage div.img {
	padding-right: 60px;
}
#top_advantage h2 {
	margin: 0 0 1em;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
#top_advantage h2 span {
	display: block;
	font-size: 286%;
	font-weight: 500;
}
#top_advantage h2 span:first-letter {
	color: #66BAFF;
}
#top_advantage p.link {
	margin: 60px 0 0;
	text-align: center;
}
#top_advantage p.link a {
	display: inline-block;
	padding: 1em 2em;
	background-color: #008CFF;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
#top_advantage p.link a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	background-color: transparent;
	border-top: transparent 1.5em solid;
	border-bottom: transparent 1.5em solid;
	border-right: #008CFF 30px solid;
	transition: 0.3s;
}
#top_advantage p.link a::after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	background-color: transparent;
	border-top: transparent 1.5em solid;
	border-bottom: transparent 1.5em solid;
	border-left: #008CFF 30px solid;
	transition: 0.3s;
}
#top_advantage p.link a:hover {
	background-color: #66BAFF;
}
#top_advantage p.link a:hover::before {
	border-right: #66BAFF 30px solid;
}
#top_advantage p.link a:hover::after {
	border-left: #66BAFF 30px solid;
}
/* top_products
--------------------------- */
#wrap_top_products {
	padding: 100px 0;
	background-color: #66BAFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 55% auto;
}
#top_products {
	position: relative;
}
#top_products p.sub {
	position: absolute;
	top: 80px;
	left: 40px;
	transform: rotate(90deg);
}
#top_products p.sub {
	font-size: 400%;
	font-weight: 500;
}
#top_products p.sub:first-letter {
	color: #fff;
}
#top_products h2 {
	position: absolute;
	top: 0;
	left: 100px;
	width: 1em;
	font-size: 140%;
	font-weight: bold;
	line-height: 1;
}
#top_products div.menu {
	width: 700px;
	height: 300px;
	margin: 0 70px 0 auto;
	background-color: #fff;
	position: relative;
	display: table;
}
#top_products div.menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: -60px;
	background-color: transparent;
	border-top: transparent 150px solid;
	border-bottom: transparent 150px solid;
	border-right: #fff 60px solid;
}
#top_products div.menu::after {
	content: "";
	position: absolute;
	top: 0;
	right: -60px;
	background-color: transparent;
	border-top: transparent 150px solid;
	border-bottom: transparent 150px solid;
	border-left: #fff 60px solid;
}
#top_products div.menu div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 50px 20px;
	box-sizing: border-box;
}
#top_products div.menu h3 {
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	color: #008CFF;
	line-height: 1.2;
}
#top_products div.menu h3 img {
	margin: 0 20px 30px 0;
	float: left;
}
#top_products div.menu h3.left {
	margin-top: 0.5em;
}
#top_products div.menu h3.left img {
	margin-top: -0.8em;
}
#top_products div.menu ul {
	clear: both;
	margin: 30px 0 0 0;
	list-style: none;
}
#top_products div.menu ul li {
	margin: 0.5em 0 0 2em;
	padding-left: 1.5em;
	font-size: 120%;
	position: relative;
}
#top_products div.menu ul li::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	content: "";
	width: 1em;
	height: 1em;
	background-color: #66BAFF;
	border-radius: 0.5em;
}
/* top_menu
--------------------------- */
#top_menu ul {
	display: table;
	width: 100%;
}
#top_menu ul li {
	padding: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#top_menu ul li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	transition: 0.3s;
}
#top_menu ul li:hover::after {
	background-color: rgba(0,0,0,0.7);
}
#top_menu ul li a {
	display: inline-block;
	width: 278px;
	height: 235px;
	padding: 50px 0;
	box-sizing: border-box;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	text-decoration: none;
	color: #fff;
	position: relative;
	z-index: 5;
}
#top_menu ul li a::before,
#top_menu ul li a::after {
	content: "";
	position: absolute;
	top: 54px;
	left: -32px;
	width: 340px;
	height: 125px;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	transform: rotate(20deg);
}
#top_menu ul li a::after {
	transform: rotate(-20deg);
}
#top_menu ul li p.ttl {
	font-size: 140%;
	font-weight: bold;
}
#top_menu ul li p.ttl span {
	display: block;
	font-size: 280%;
	font-weight: 500;
}
#top_menu ul li p.ttl span:first-letter {
	color: #B7DEFF;
}
#top_menu p.link {
	display: inline-block;
	margin: 15px 0 0;
	padding: 0.5em 2em;
	background-color: #008CFF;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
#top_menu p.link::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	background-color: transparent;
	border-top: transparent 1em solid;
	border-bottom: transparent 1em solid;
	border-right: #008CFF 20px solid;
	transition: 0.3s;
}
#top_menu p.link::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	background-color: transparent;
	border-top: transparent 1em solid;
	border-bottom: transparent 1em solid;
	border-left: #008CFF 20px solid;
	transition: 0.3s;
}
#top_menu a:hover p.link {
	background-color: #fff;
	color: #008CFF;
}
#top_menu a:hover p.link::before {
	border-right: #fff 20px solid;
}
#top_menu a:hover p.link::after {
	border-left: #fff 20px solid;
}
/* top_news
--------------------------- */
#top_news {
	padding: 80px 0;
	display: table;
}
#top_news div {
	display: table-cell;
	position: relative;
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
#top_news h2 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}
#top_news h2 span {
	display: block;
	font-size: 286%;
	font-weight: 500;
}
#top_news h2 span:first-letter {
	color: #66BAFF;
}
#top_news ul {
	margin: 0;
	min-height: 9.6em;
	padding: 20px 0;
	list-style: none;
}
#top_news li {
	display: table;
	width: 100%;
	padding: 1em 0;
	line-height: 1.2;
	border-bottom: #008CFF 1px dotted;
}
#top_news li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 20px 0 0;
	vertical-align: top;
	white-space: nowrap;
	color: #66BAFF;
}
#top_news li p.ttl {
	display: table-cell;
	vertical-align: top;
}
#top_news li p.ttl span.cat {
	display: inline-block;
	min-width: 120px;
	margin-right: 10px;
	padding: 2px 0;
	background-color: #66BAFF;
	color: #fff;
	font-size: 90%;
	text-align: center;
}
#top_news p.link {
	text-align: center;
}
#top_news p.link a {
	display: inline-block;
	padding: 1em 2em;
	background-color: #008CFF;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: 0.3s;
}
#top_news p.link a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	background-color: transparent;
	border-top: transparent 1.5em solid;
	border-bottom: transparent 1.5em solid;
	border-right: #008CFF 30px solid;
	transition: 0.3s;
}
#top_news p.link a::after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	background-color: transparent;
	border-top: transparent 1.5em solid;
	border-bottom: transparent 1.5em solid;
	border-left: #008CFF 30px solid;
	transition: 0.3s;
}
#top_news p.link a:hover {
	background-color: #66BAFF;
}
#top_news p.link a:hover::before {
	border-right: #66BAFF 30px solid;
}
#top_news p.link a:hover::after {
	border-left: #66BAFF 30px solid;
}
/* ==================================================
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-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #CCCCCC 1px solid;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	background-color: #008CFF;
	color: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #008CFF;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1080px !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 > tr > th,
body.mceContentBody table.layout_table > tr > td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
clearfix
================================================== */
#header::after,
#gnavi ul::after,
#main::after,
#fnavi ul::after,
#fcontact::after,
#footer::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
