@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') screen and (min-width : 480px);
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #323232;
}
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: #394ab5;
	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,
#wrap_main,
#top_main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#header,
#title,
#pnavi,
#main,
#top_menu,
#top_news,
#footer {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p {
	font-size: 138%;
	font-weight: 600;
	padding: 9px 0 9px 55px;
	background: url("img/header/hlogo.png") no-repeat left center;
	background-size: auto 46px;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	border-left: 1px dashed #39b54a;
}
#gnavi ul li {
	display: flex;
	align-items: center;
	border-right: 1px dashed #39b54a;
}
#gnavi li a {
	position: relative;
	height: 100%;
	display: block;
	padding: 2px 29px;
	box-sizing: border-box;
	text-decoration: none;
	color: #323232;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
#gnavi > ul > li > a span {
	display: inline-block;
	position: relative;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
	overflow: hidden;
}
/* title
--------------------------- */
#wrap_title {
	position: relative;
	background: url("img/contents/title_bg2.png") repeat center top;
	border-bottom: 10px solid #ffffff;
}
#wrap_title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 2084px;
	height: 178px;
	background: url("img/contents/title_bg3.png") no-repeat center center;
}
#title {
	width: 1000px;
	position: relative;
	z-index: 2;
	padding: 15px 0 50px;
	text-align: center;
}
#title h1,
#title p.ttl {
	display: inline-block;
	padding: 15px 5px;
	margin: 0;
	color: #42210b;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	background: url("img/contents/title_bg.png") no-repeat center bottom;
	background-size: auto 8px;
}
/* pnavi
--------------------------- */
#pnavi {
	position: relative;
	z-index: 2;
	padding: 5px 0;
}
#pnavi span {
	margin: 0 0.5em;
}
#pnavi a {
	color: inherit;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 25px 0 60px;
	background-color: #f2f0e9;
}
#footer {
	display: flex;
	justify-content: space-between;
}
#flogo {
	font-size: 138%;
	font-weight: 600;
	padding: 9px 0 9px 55px;
	margin: 0 0 20px;
	background: url("img/footer/flogo.png") no-repeat left center;
	background-size: auto 46px;
}
#fadd {
	padding: 0 0 0 10px;
	line-height: 1.7;
}
/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	justify-content: center;
	padding: 5px 0;
}
#fnavi ul {
	margin: 0 2.5em;
	list-style: none;
}
#fnavi li {
	margin: 0.2em 0;
}
#fnavi li a {
	color: inherit;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
/* fcopy
--------------------------- */
#fcopy {
	padding: 5px 0;
	color: #ffffff;
	background-color: #42210b;
	text-align: center;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #42210b;
	border: 1px solid #ffffff;
	opacity: 0.8;
	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.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;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	color: #30963a;
	font-weight: 500;
	margin: 0 0 0.2em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 8px 0;
	border-top: 1px solid #42210b;
	border-bottom: 3px solid #42210b;
	line-height: 1.3;
	font-size: 160%;
	font-weight: 500;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 10px 0 10px 40px;
	line-height: 1.3;
	font-size: 156%;
	font-weight: bold;
	background: url("img/contents/h2_bg.png") no-repeat left bottom;
	background-size: auto 35px;
}
#contents h3 {
	position: relative;
	clear: both;
	padding: 0 0 0 15px;
	margin: 1.5em 0 0.8em;
	line-height: 1.3;
	font-size: 150%;
	font-weight: bold;
}
#contents h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 8px;
	background-color: #39b54a;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 113%;
	font-weight: bold;
	color: #30963a;
}
#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: #c19963;
	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: #323232;
	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: 2px solid #8c6239;
	vertical-align: top;
}
#contents table th {
	color: #30963a;
	text-align: left;
	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 50px;
	background-color: #f8f8f8;
}
#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="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: 2px solid #42210b;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 25px;
	border: 2px solid #42210b;
	color: #42210b;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
	border-top: #39b54a 1px dotted;
}
#contents ul.archive_list li {
	margin: 0;
	border-bottom: #39b54a 1px dotted;
}
#contents ul.archive_list li a {
	position: relative;
	padding: 15px 45px 15px 20px;
	box-sizing: border-box;
	display: flex;
	color: inherit;
	text-decoration: none;
}
#contents ul.archive_list li a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -5px 0 0 0;
	border-left: solid 9px #39b54a;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
#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;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================
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: 15px 30px;
	border: #30963a 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 15px 30px;
	background-color: #f2f0e9;
}
#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: #f2f0e9;
	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 {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 12px 60px;
	color: #ffffff;
	background-color: #42210b;
	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;
}
#contents a.link_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================
top
================================================== */
/* mainimage
--------------------------- */
#mainimage {
	position: relative;
	width: 100%;
}
#mainimage p.img {
	position: relative;
	height: 540px;
}
#mainimage p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainimage p.txt {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	width: 1120px;
	color: #42210b;
	font-size: 406%;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0px 2px 0 #ffffff, 2px 0px 0 #ffffff, 2px 2px 0 #ffffff, 0px -2px 0 #ffffff, -2px 0px 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff;
}
/* top_menu
--------------------------- */
#top_menu {
	padding: 65px 0 100px;
}
#top_menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#top_menu li {
	width: 270px;
	background: url("img/top/menu_bg.png") no-repeat right bottom #edf5f0;
	border-radius: 10px;
	transition-duration: 0.1s;
}
#top_menu a {
	position: relative;
	display: block;
	padding: 20px 10px 135px;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: inherit;
	font-size: 113%;
	font-weight: 500;
	line-height: 1.3;
}
#top_menu li:nth-of-type(1) a {
	background: url("img/top/menu_img01.png") no-repeat center bottom 25px;
	background-size: auto 85px;
}
#top_menu li:nth-of-type(2) a {
	background: url("img/top/menu_img02.png") no-repeat center bottom 25px;
	background-size: auto 87px;
	padding: 30px 10px 135px;
}
#top_menu li:nth-of-type(3) a {
	background: url("img/top/menu_img03.png") no-repeat center bottom 20px;
	background-size: auto 95px;
}
#top_menu li:nth-of-type(4) a {
	background: url("img/top/menu_img04.png") no-repeat center bottom 20px;
	background-size: auto 95px;
}
#top_menu a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #39b54a;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	transition-duration: 0.1s;
}
#top_menu a::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 14px;
	border-left: solid 12px #ffffff;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
}

/* top_news
--------------------------- */
#top_news {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#top_news h2 {
	width: 235px;
	border-right: 2px solid #39b54a;
	box-sizing: border-box;
	padding: 25px 20px 90px;
	font-size: 188%;
	text-align: center;
}
#top_news ul {
	width: 900px;
	margin: 0;
	list-style: none;
	border-top: #888888 1px dotted;
}
#top_news li {
	box-sizing: border-box;
	border-bottom: #888888 1px dotted;
}
#top_news li a {
	position: relative;
	display: block;
	padding: 8px 45px 8px 10px;
	line-height: 1.3;
	text-decoration: none;
	color: inherit;
}
#top_news li a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -5px 0 0 0;
	border-left: solid 9px #39b54a;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
#top_news li p.date {
	margin: 0 0 0.2em;
}
#top_news p.more {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 235px;
	text-align: center;
}
#top_news p.more a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	background-color: #39b54a;
	padding: 8px 50px 8px 35px;
	border-radius: 50px;
	font-weight: 500;
	text-decoration: none;
}
#top_news p.more a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -5px 0 0 0;
	border-left: solid 9px #ffffff;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
/* ==================================================
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;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	border: #42210b 2px solid;
	color: #42210b;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #42210b;
	color: #ffffff;
}
/* ==================================================
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;
}
/* ==================================================
clearfix
================================================== */
#main::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: #39b54a;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#top_menu li:hover {
		background-color: #F3F8F5;
	}
	#top_menu a:hover,
	#pnavi a:hover {
		color: #39b54a;	
	}
	#top_menu a:hover::before,
	#top_news p.more a:hover {
		background-color: #5ACA69;
	}
	#gnavi li a:hover,
	#top_news li a:hover,
	#contents ul.archive_list li a:hover {
		color: #39b54a;
	}
	#contents a.link_btn:hover,
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #39b54a;
	}
	#contents div.backblog a:hover,
	.wp-pagenavi a:hover {
		background-color: #42210b;
		color: #ffffff;
	}
}