@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: #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: #005D9F;
	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: sans-serif;
}
/* ==================================================
layout
================================================== */
#wrap_header,
#wrap_main,
#wrap_top_main,
#wrap_footer {
	width: 100%;
	min-width: 1120px;
	clear: both;
}
#header,
#main,
#top_main,
#footer {
	width: 1100px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#wrap_header {
	padding: 15px 0;
	border-top: #589959 5px solid;
	border-bottom: #589959 1px solid;
}
#hlogo {
}
#hlogo h1,
#hlogo p {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#hlogo img {
	width: auto;
	height: 1.5em;
	margin-right: 5px;
}
#sp_menu {
	display: none;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 20px 0;
	background-color: #f8f8f8;
	border-top: #589959 1px solid;
	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: #589959;
	text-align: center;
	opacity: 0.6;
	transition-duration: 0.3s;
}
#pagetop a:hover {
	opacity: 1;
}
/* ==================================================
contents
================================================== */
#contents #contents_top {
	margin-bottom: 30px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents h1 {
	clear: both;
	margin: 2em 0;
	padding: 0;
	line-height: 1.3;
	font-size: 120%;
	font-weight: bold;
}
#contents h2 {
	clear: both;
	margin: 2em 0 1.5em;
	padding: 10px 15px;
	background-color: #DEF3E3;
	line-height: 1.3;
	font-size: 115%;
	font-weight: bold;
}
#contents h3 {
	clear: both;
	margin: 1em 0 0.8em;
	padding-left: 0.5em;
	line-height: 1.2;
	font-size: 110%;
	font-weight: bold;
	border-left: #589959 6px solid;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 105%;
	font-weight: bold;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents ol {
	margin: 0 0 0.8em 1.5em;
}
#contents ol li {
	margin-bottom: 0.4em;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	font-weight: normal;
}
#contents.top table th,
#contents.top table td {
	padding: 10px 1em;
	border: none;
	border-bottom: #ddd 1px solid;
}
#contents.top table th {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
/* border_box
--------------------------- */
#contents table.border_box {
	margin: 1.5em 0;
}
#contents table.border_box td {
	padding: 20px 30px;
	border: #ddd 10px solid;
	vertical-align: top;
	background: none;
}
#contents table.border_box h3 {
	margin: 0 0 0.8em;
	padding: 0;
	border: none;
	font-size: 100%;
}
#contents table.border_box table {
	margin: 0;
}
#contents table.border_box table th,
#contents table.border_box table td {
	padding: 5px 20px;
	border: #ccc 1px solid;
}
/* ==================================================
questionnaire
================================================== */
#questionnaire {
}
#questionnaire p {
	margin: 0.8em 0;
}
#questionnaire h2 {
	margin: 2em 0;
	font-size: 100%;
	counter-reset: num;
}
#questionnaire strong.uline {
	text-decoration: underline;
}
#questionnaire .ml2em {
	margin-left: 2em;
}
#questionnaire p.fill_box {
	margin:2em 0;
	padding: 20px 30px;
	border: #ddd 5px solid;
	background-color: #fffff0;
}
#questionnaire li p.fill_box {
	margin: 0;
}
/* ol
--------------------------- */
#questionnaire ol {
	margin: 0;
	list-style: none;
}
#questionnaire ol li {
	margin: 0;
}
#questionnaire > ol {
	margin: 2em 0;
}
#questionnaire > ol > li {
	counter-increment: num;
	position: relative;
	margin-bottom: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	border-bottom: #ccc 1px solid;
}
#questionnaire > ol > li::before {
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}
#questionnaire > ol > li > ol {
	counter-reset: num2;
}
#questionnaire > ol > li > ol > li {
	counter-increment: num2;
	position: relative;
	padding-left: 3em;
}
#questionnaire > ol > li > ol > li::before {
	content: counter(num) "-" counter(num2) ".";
	position: absolute;
	top: 0;
	left: 0;
}
#questionnaire > ol.cat2 > li > ol > li {
	padding-left: 2em;
}
#questionnaire > ol.cat2 > li > ol > li::before {
	content: counter(num2) " )";
	position: absolute;
	top: 0.4em;
	left: 0;
}
#questionnaire > ol > li > ol > li > ol {
	counter-reset: num3;
}
#questionnaire > ol > li > ol > li > ol> li {
	counter-increment: num3;
	position: relative;
	padding-left: 2em;
}
#questionnaire > ol > li > ol > li > ol> li::before {
	content: counter(num3) " )";
	position: absolute;
	top: 0.4em;
	left: 0;
}
/* ul
--------------------------- */
#questionnaire ul {
	margin: 0;
	list-style: none;
	padding-left: 2em;
}
#questionnaire > ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: #ccc 1px dotted;
}
#questionnaire li {
	margin: 0.4em 0;
}
/* form
--------------------------- */
#questionnaire label {
	display: inline-block;
	margin: 0.4em 2em 0.4em 0;
	cursor: pointer;
}
#questionnaire label:last-of-type {
	margin-right: 0;
}
#questionnaire input[type="checkbox"],
#questionnaire input[type="radio"] {
	display: none;
}
#questionnaire input[type="radio"] + span::before,
#questionnaire input[type="checkbox"] + span::before {
	content: "";
	display: inline-block;
	vertical-align: -0.2em;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.2em;
	border: #2196f3 1px solid;
	box-sizing: border-box;
}
#questionnaire input[type="radio"] + span::before {
	border-radius: 50%;
}
#questionnaire input[type="radio"]:checked + span::before,
#questionnaire input[type="checkbox"]:checked + span::before {
	background-color: #2196f3;
}
#questionnaire input[type="text"] {
	margin: 0 0.5em;
	padding: 2px 0.5em;
	box-sizing: border-box;
	border: #2196f3 1px solid;
	vertical-align: middle;
	font-size: 100%;
}
#questionnaire input[type="text"].block {
	display: block;
	width: 100%;
	margin: 0;
}
#questionnaire textarea {
	width: 100%;
	padding: 0 0.5em;
	box-sizing: border-box;
	border: #2196f3 1px solid;
	font-size: 100%;
}
/* table
--------------------------- */
#questionnaire table {
	width: 100%;
	margin: 1em 0;
}
#questionnaire table th {
	padding: 5px 10px;
	background-color: #DEF3E3;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
#questionnaire table td {
	padding: 5px 20px;
	vertical-align: middle;
}
#questionnaire table td.select {
	width: 10em;
}
#questionnaire table td.select select {
	width: 100%;
}
#questionnaire table td.select span {
	display: none;
}
/* form_btn
--------------------------- */
#questionnaire p.form_btn {
	margin: 4em 0;
	text-align: center;
}
#questionnaire input[type="button"],
#questionnaire input[type="submit"] {
	border-radius: 5px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 80%;
	padding: 20px;
	background-color: #589959;
	color: #fff;
	font-size: 120%;
	font-weight: 500;
}
#questionnaire input[type="button"]:hover,
#questionnaire input[type="submit"]:hover {
	background-color: #387939;
}
#questionnaire p.doui {
	margin: 3em 0;
	font-size: 120%;
	text-align: center;
}
/* ==================================================
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: #888888;
	color: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #555555;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1084px !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,
#footer::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
