@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #000000;
}
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 {
	text-decoration: underline;
}
a:link,
a:visited {
	color: #1A73B8;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.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
================================================== */
header,
main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#title,
#pnavi,
#main,
#top_service,
#top_news,
#fcontact,
#footer {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p {
	padding: 14px 18px 5px;
	background: url(img/header/hlogo.png) no-repeat left center;
	color: #005243;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.3;
}
#hlogo h1 strong,
#hlogo p strong {
	color: #000;
	font-size: 139%;
	font-weight: 600;
}
/* hnavi
--------------------------- */
#hnavi div.link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 5px;
}
#hnavi p.contact {
	text-align: right;
}
#hnavi p.contact a {
	display: inline-block;
	padding: 0 40px;
	background-color: #2d8e64;
	color: #fff;
	font-weight: 500;
	line-height: 1.9;
	text-decoration: none;
}
#hnavi p.instagram {
	margin: 0 16px 0 0;
}
#hnavi p.instagram img {
	width: 32px;
	height: auto;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#gnavi li {
	background: url(img/header/gnavi.png) no-repeat left center;
	position: relative;
}
#gnavi li:first-of-type {
	background: none;
}
#gnavi li a {
	display: block;
	padding: 5px 30px;
	color: inherit;
	text-decoration: none;
}
/* child
--------------------------- */
#gnavi li ul {
	display: block;
	padding: 12px 0;
	background-color: #fff;
	white-space: nowrap;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.1s;
	position: absolute;
	z-index: 30;
	top: 100%;
}
#gnavi li ul li {
	background: none;
}
#gnavi li ul li a {
	padding: 10px 30px;
}
/* ==================================================
main
================================================== */
#main {
	margin-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	background: #eef2df url(img/contents/title_bg.png) no-repeat center bottom;
	color: #fff;
}
#title {
	padding: 70px 0 30px;
}
#title h1,
#title p.ttl {
	margin: 0;
	padding: 0 0 20px;
	background: url(img/contents/title.png) no-repeat center bottom;
	font-size: 188%;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 10px 0;
	text-align: right;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
/* fcontact
--------------------------- */
#wrap_fcontact {
	max-width: 1920px;
	margin: 0 auto;
	padding: 25px 0;
	background: #2fa375 url(img/footer/contact.png) no-repeat center top;
	color: #fff;
}
#fcontact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fcontact h2 {
	margin-left: 10px;
	padding-bottom: 15px;
	background: url(img/footer/contact_h2.png) no-repeat center bottom;
	font-size: 188%;
	font-weight: 600;
}
#fcontact p {
	font-size: 125%;
	line-height: 1.6;
}
#fcontact p.desc {
	margin-bottom: 10px;
}
#fcontact p.tel,
#fcontact p.btn {
	display: inline-block;
	vertical-align: middle;
}
#fcontact p.tel strong {
	padding-left: 90px;
	background: url(img/footer/tel.png) no-repeat left center;
	font-size: 180%;
	font-weight: bold;
}
#fcontact p.btn {
	margin: 10px 50px 0 70px;
}
#fcontact p.btn a {
	display: inline-block;
	background: url(img/footer/arrow2.png) no-repeat right 20px center;
	padding: 20px 120px;
	border-radius: 10px;
	background-color: #fff;
	color: #005243;
	font-weight: bold;
	text-decoration: none;
}
/* footer
--------------------------- */
#wrap_footer {
	padding: 30px 0;
	border-bottom: #005243 15px solid;
}
#footer {
	display: flex;
	justify-content: space-between;
}
/* finfo
--------------------------- */
#finfo p.flogo {
	margin-bottom: 10px;
	padding: 14px 18px 5px;
	background: url(img/header/hlogo.png) no-repeat left center;
	color: #005243;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.3;
}
#finfo p.flogo strong {
	color: #000;
	font-size: 139%;
	font-weight: 600;
}
#finfo p.info {
	margin: 0 0 5px 15px;
	line-height: 1.6;
}
#finfo p.info strong {
	color: #005243;
	font-weight: bold;
}
#finfo p.site {
	margin-left: 15px;
}
#finfo p.site a {
	display: inline-block;
	text-decoration: none;
	color: #005243;
	font-weight: 500;
	border: 2px solid #2fa375;
	border-radius: 5px;
	padding: 3px 15px 3px 30px;
	background: url(img/footer/arrow2.png) no-repeat left 15px center;
	background-size: auto 9px;
}
#finfo p.site a::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#finfo p.instagram {
	display: none;
}
/* fnavi
--------------------------- */
#fnavi {
	margin-right: 100px;
	display: flex;
	justify-content: center;
}
#fnavi ul {
	margin: 0 2em;
	list-style: none;
}
#fnavi li {
	margin: 5px 0;
	line-height: 1.4;
}
#fnavi li a {
	color: inherit;
	text-decoration: none;
}
#fnavi li.child a {
	padding-left: 1em;
	background: url(img/footer/arrow.png) no-repeat left center;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #009aa3;
	opacity: 0.8;
	transition-duration: 0.3s;
	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.eximg::after {
	content: none;
}
#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: 50px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin-bottom: 0.4em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 10px;
	border-top: #667654 2px solid;
	border-bottom: #667654 2px solid;
	color: #667654;
	line-height: 1.3;
	font-size: 157%;
	font-weight: 600;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 1em;
	padding: 0 0 15px;
	background: url(img/contents/h2.png) no-repeat left bottom;
	color: #005243;
	line-height: 1.3;
	font-size: 157%;
	font-weight: bold;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 32px;
	background: url(img/contents/h3.png) no-repeat top 0.2em left;
	line-height: 1.3;
	font-size: 138%;
	font-weight: bold;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	color: #603813;
	font-size: 120%;
	font-weight: bold;
}
#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: #a7d28d;
	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: 0.2em;
	content: counter(cnt) ".";
	line-height: 1;
	text-align: right;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	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: 0.4em;
	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: #2d8e64;
	color: #FFFFFF;
	font-weight: 500;
	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 #b3b3b3;
	vertical-align: top;
}
#contents table th {
	background-color: #2fa375;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}
#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 80px;
	background-color: #f0f0f0;
}
#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: 20%;
	padding-right: 1em;
	background: none;
	color: #005243;
	text-align: left;
	vertical-align: middle;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#contents table.form_table textarea {
	width: 100%;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	margin-right: 5px;
}
#contents table.form_table label {
	display: block;
}
/* 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: #ccc 1px solid;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	border: 1px solid #005243;
	color: #005243;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 2em 1em;
	box-sizing: border-box;
	border-bottom: #2d8e64 1px solid;
	display: flex;
}
#contents ul.archive_list li p.date {
	width: 10em;
	margin: 0;
}
#contents ul.archive_list li p.ttl {
	margin: 0;
	flex: 1;
}
/* 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 {
	content: "";
	width: 4px;
	height: 4px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	display: block;
	position: absolute;
	top: 0.6em;
	left: -1em;
	transform: rotate(45deg);
}
/* child_list
--------------------------- */
#contents ul.child_list {
	margin: 1.5em 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#contents ul.child_list li {
	width: 380px;
	margin: 0;
}
#contents ul.child_list li a {
	display: block;
	padding: 30px;
	border: 2px solid #2fa375;
	border-radius: 5px;
	background: url(img/top/arrow.png) no-repeat right 20px center;
	color: #005243;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 1.2;
}
/* ==================================================
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: 1em;
}
#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 30px;
	border: #009aa3 3px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #eef2df;
}
#contents table.fill_box {
	clear: both;
	width: 100%;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 20px 30px;
	background-color: #eef2df;
	border: none;
	vertical-align: top;
}
#contents table.fill_box td h2:first-child,
#contents table.fill_box td h3:first-child,
#contents table.fill_box td h4:first-child,
#contents table.fill_box td table:first-child {
	margin-top: 0;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	margin: 10px;
	padding: 12px 80px 12px 60px;
	border: 2px solid #005243;
	background: url(img/contents/arrow.png) no-repeat right 20px center;
	color: #005243;
	font-weight: 500;
	text-decoration: none;
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
/* ==================================================
top
================================================== */
#top_main {
	overflow: hidden;
}
/* top_slide
--------------------------- */
#top_slide {
	margin-bottom: 30px;
}
#top_slide .splide__pagination {
	position: static;
}
#top_slide .splide__pagination__page {
	width: 12px;
	height: 12px;
	margin: 15px;
	opacity: 1;
}
#top_slide .splide__pagination__page.is-active {
	background-color: #2d8e64;
	transform: none;
}
/* top_news
--------------------------- */
#top_news {
	margin-bottom: 60px;
	position: relative;
	display: flex;
}
#top_news div.ttl {
	width: 200px;
}
#top_news div.cnt {
	min-height: 145px;
	padding: 0 35px;
	border: 1px solid #2fa375;
	flex: 1;
}
#top_news h2 {
	display: inline-block;
	margin: 5px;
	padding: 10px 5px;
	background: url(img/top/h2.png) no-repeat center bottom;
	color: #42210b;
	font-size: 188%;
	font-weight: 600;
}
#top_news ul {
	margin: 0;
	list-style: none;
}
#top_news li {
	margin: 20px 0;
	display: flex;
	line-height: 1.3;
}
#top_news li p.date {
	width: 10em;
}
#top_news li p.ttl {
	flex: 1;
}
#top_news p.none {
	margin: 20px 0;
}
#top_news p.more {
	position: absolute;
	left: 0;
	bottom: 20px;
}
#top_news p.more a {
	padding: 10px 65px 10px 0;
	background: url(img/top/more.png) no-repeat right center;
	color: #005243;
	font-weight: 500;
	text-decoration: none;
	transition-duration: 0.2s;
}
/* top_about
--------------------------- */
#top_about {
	height: 533px;
	margin-bottom: 70px;
	padding-left: 70px;
	box-sizing: border-box;
	background: url(img/top/about.jpg) no-repeat center center;
	text-align: center;
}
#top_about h2 {
	margin-bottom: 20px;
	padding: 90px 0 30px;
	background: url(img/top/about_h2.png) no-repeat center bottom;
	color: #005243;
	font-size: 150%;
	font-weight: 600;
	line-height: 1.8;
}
#top_about p {
	font-size: 113%;
	line-height: 1.7;
}
#top_about p.more {
	margin-top: 50px;
	font-size: 125%;
}
#top_about p.more a {
	padding: 15px 80px 15px 0;
	background: url(img/top/more2.png) no-repeat right center;
	color: #005243;
	font-weight: 500;
	text-decoration: none;
	transition-duration: 0.2s;
}
/* top_service
--------------------------- */
#top_service {
	margin-bottom: -220px;
	position: relative;
	z-index: 1;
}
#top_service h2 {
	margin: 0 0 50px;
	padding: 0 0 20px;
	background: url(img/top/h2.png) no-repeat center bottom;
	color: #42210b;
	font-size: 188%;
	text-align: center;
}
#top_service ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#top_service ul li {
	width: 380px;
	margin: 0 0 40px;
	position: relative;
}
#top_service ul li:nth-of-type(n+4) {
	margin: 0 40px;
}
#top_service ul li a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}
#top_service p.ttl {
	padding: 0 30px 0 20px;
	background: url(img/top/service_ttl.png) no-repeat right center;
	color: #fff;
	font-size: 125%;
	font-weight: 500;
	line-height: 52px;
	position: absolute;
	left: -5px;
	top: -25px;
	z-index: 5;
}
#top_service p.img {
	background-color: #fff;
}
#top_service p.img img {
	transition-duration: 0.1s;
}
#top_service p.txt {
	margin: 8px 0 12px;
	font-size: 94%;
}
#top_service p.more {
	padding: 5px 0;
	border: 2px solid #005243;
	background: #fff url(img/top/arrow.png) no-repeat right 20px center;
	background-size: 8px 10px;
	color: #005243;
	font-weight: 500;
	text-align: center;
}
/* top_sbox
--------------------------- */
#top_sbox {
	max-width: 1920px;
	margin: 0 auto 75px;
	padding: 295px 0 90px;
	background: #eef2df url(img/top/sbox_bg.png) no-repeat center top;
}
#top_sbox a {
	display: block;
	width: 1047px;
	margin: 0 auto;
	color: inherit;
	text-decoration: none;
}
#top_sbox div.sbox {
	padding: 25px 40px 10px 280px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #009aa3;
	color: #fff;
	box-shadow: 10px 10px 0 #a7d28d;
	position: relative;
}
#top_sbox h2 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 2px solid #fff;
	font-size: 219%;
	font-weight: 600;
}
#top_sbox p.txt,
#top_sbox p.price {
	font-size: 125%;
	font-weight: 500;
	line-height: 1.7;
}
#top_sbox p.price {
	margin-left: 1em;
}
#top_sbox p.price strong {
	margin: 0 20px;
	font-size: 250%;
	font-weight: 600;
}
#top_sbox p.more {
	position: absolute;
	right: 30px;
	bottom: 20px;
	padding: 15px 100px 15px 0;
	background: url(img/top/more3.png) no-repeat right 10px center;
	font-weight: 500;
	transition-duration: 0.2s;
}
#top_sbox p.img1 {
	position: absolute;
	left: -110px;
	bottom: -60px;
	pointer-events: none;
}
#top_sbox p.img2 {
	position: absolute;
	right: -101px;
	top: -50px;
	pointer-events: none;
}
/* top_menu
--------------------------- */
#top_menu {
	margin-bottom: 80px;
}
#top_menu ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}
#top_menu li {
	width: 380px;
}
#top_menu li.case {
	background: url(img/top/menu1.png) no-repeat left 40px center;
}
#top_menu li.faq {
	background: url(img/top/menu2.png) no-repeat left 30px center;
}
#top_menu li.company {
	background: url(img/top/menu3.png) no-repeat left 60px center;
}
#top_menu a {
	display: block;
	border: 2px solid #2fa375;
	border-radius: 10px;
	background: url(img/top/arrow.png) no-repeat right 20px center;
	color: #005243;
	font-size: 157%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 116px;
}
/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 40px 0;
}
img.alignright {
	margin: 0 0 40px 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;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	border: 1px solid #005243;
	color: #005243;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	border-color: #009aa3;
	background-color: #009aa3;
	color: #fff;
}
/* ==================================================
reCAPTCHA
================================================== */
.grecaptcha-badge {
	visibility: hidden;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1180px !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 {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
float_clear
================================================== */
#contents,
.float_clear {
	display: flow-root;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		font-weight: 600;
	}
	#gnavi a:hover {
		color: #005243;
	}
	#gnavi li:hover ul {
		visibility: visible;
		opacity: 1;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #009aa3;
	}
	#hnavi p.contact a:hover,
	#finfo p.site a:hover,
	#contents div.backblog a:hover,
	#contents a.link_btn:hover,
	.wp-pagenavi a:hover {
		border-color: #009aa3;
		background-color: #009aa3;
		color: #fff;
	}
	#finfo p.site a:hover {
		background-image: url(img/footer/arroe2_on2.png);	
	}
	#fcontact p.btn a:hover {
		background-image: url(img/footer/arroe2_on.png);
		color: #009aa3;
		box-shadow: 0 0 0 2px #fff;
	}
	#contents a.link_btn:hover {
		background-image: url(img/contents/arrow_on.png);
	}
	#top_news p.more a:hover {
		padding-right: 75px;
		font-weight: bold;
	}
	#top_about p.more a:hover {
		padding: 15px 90px 15px 10px;
		font-weight: bold;
	}
	#top_service ul li a:hover p.ttl {
		background-image: url(img/top/service_ttl_on.png);
		font-weight: bold;
	}
	#top_service ul li a:hover p.more,
	#top_menu a:hover,
	#contents ul.child_list li a:hover {
		border-color: #009aa3;
		background-image: url(img/top/arrow_on.png);
		color: #009aa3;
		font-weight: bold;
		box-shadow: 0 0 0 1px #009aa3 inset;
	}
	#top_menu li.case:hover {
		background-image: url(img/top/menu1_on.png);
	}
	#top_menu li.faq:hover {
		background-image: url(img/top/menu2_on.png);
	}
	#top_menu li.company:hover {
		background-image: url(img/top/menu3_on.png);
	}
	#top_service ul li a:hover p.img img {
		opacity: 0.8;
	}
	#top_sbox a:hover div.sbox {
		background-color: #2fa375;
	}
	#top_sbox a:hover p.more {
		background-position: right center;
		font-weight: bold;
	}
}