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

/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
	margin: 0;
	padding: 0;
	font-size: 112.5%;
	line-height: 1.7;
	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;
}
td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	color: #005D9F;
	background-color: transparent;
}
.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 {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
#top_info div.info,
#top_main,
#title {
	width: 1180px;
	margin: 0 auto;
}
#contents {
	width: 1000px;
	margin: 0 auto 70px;
}
/* ==================================================
top
================================================== */
#top_img {
	position: relative;
}
#top_img h1 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
}
#top_img h1 img {
	width: 100%;
	height: auto;
	min-height: 665px;
	object-fit: cover;
}
#top_img p.logo {
	position: absolute;
	top: 10px;
	right: 10px;
}
#top_info {
	padding: 40px 0;
	background-color: #EC777F;
	color: #fff;
}
#top_info h2 {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #EC777F;
	font-size: 195%;
	font-weight: bold;
	text-align: center;
}
#top_info p.date {
	margin: 0;
	color: #FFF125;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
}
#top_info p.date strong {
	margin: 0 0.1em;
	font-size: 160%;
}
#top_info p.date2 {
	margin: 0 1.8em;
	font-size: 195%;
	font-weight: bold;
}
#top_info p.img {
	margin: 40px 0 0;
}
#top_main {
	padding: 20px 0;
}
#top_main h2 {
	margin: 1.5em 0 1em;
	padding: 0;
	background-color: #59B1B5;
	color: #fff;
	font-size: 195%;
	font-weight: bold;
	text-align: center;
}
#top_main h3 {
	margin: 1.5em 0 1em;
	font-size: 120%;
	font-weight: bold;
}
#top_main ol {
	margin: 0 0 1.5em;
	list-style: none;
}
#top_main ol li {
	margin: 0.4em 0;
	font-size: 120%;
	font-weight: bold;
}
#top_main p.rem {
	margin: 0 0 0.4em;
	padding-left: 1em;
	text-indent: -1em;
}
#top_main p.entry {
	margin: 80px 0;
	text-align: center;
}
#top_main p.entry a {
	display: inline-block;
	width: 80%;
	padding: 20px;
	border-radius: 20px;
	background-color: #00675B;
	color: #fff;
	font-size: 195%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}
/* ==================================================
page
================================================== */
#title {
	margin-bottom: 50px;
}
#title p.ttl {
	padding: 20px 0;
	text-align: center;
}
#title p.ttl img {
	width: auto;
	height: 200px;
}
#title h1 {
	margin: 0;
	padding: 0;
	background-color: #59B1B5;
	color: #fff;
	font-size: 195%;
	font-weight: bold;
	text-align: center;
}
#contents h2 {
	margin: 1.5em 0 1em;
	color: #00675B;
	font-size: 150%;
	font-weight: bold;
}
#contents input[type="submit"],
#contents input[type="button"] {
	width: 40%;
	margin: 0 5px;
	padding: 20px;
	border-style: none;
	background-color: #00675B;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 20px;
	font-size: 150%;
	font-weight: 500;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #888 1px solid;
	padding: 5px;
	box-sizing: border-box;
}
/* form_table
--------------------------- */
#contents table.form_table {
	width: 100%;
	margin: 1em 0 2em;
	border-top: #ddd 1px solid;
}
#contents table.form_table th,
#contents table.form_table td {
	border-bottom: #ddd 1px solid;
}
#contents table.form_table th {
	width: 40%;
	padding: 10px 20px 10px 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
#contents table.form_table th span::after,
#contents table.form_table td span::after,
#contents table.form_table p.req::after {
	content: "必須";
	margin-left: 0.5em;
	padding: 0 0.5em;
	background-color: #cc0000;
	color: #fff;
	font-size: 80%;
}
#contents table.form_table td {
	padding: 20px 0;
}
#contents table.form_table td p {
	margin: 10px 0;
}
#contents table.form_table select,
#contents table.form_table input[type="text"] {
	margin: 0 0.5em;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	vertical-align: top;
}
#contents table.form_table label {
	display: inline-block;
	margin: 0.5em 0;
	line-height: 1.2;
}
#contents table.form_table label.radio {
	margin-right: 2em;
}
#contents table.form_table textarea {
	width: 95%;
	margin: 0 0.5em;
}
#contents .form_btn {
	margin: 40px 0;
	text-align: center;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 900px !important;
	max-width: none !important;
	margin: 0;
}
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
================================================== */
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
/* ==================================================
csv_export
================================================== */
#csv_export {
	width: 1000px;
	margin: 0 auto;
}
#csv_export h1 {
	margin: 2em 0;
	border-bottom: #000 1px solid;
	font-size: 134%;
	font-weight: bold;
	text-align: center;
}
#csv_export table {
	width: 100%;
	margin: 0;
}
#csv_export table th {
	padding: 5px 10px;
	background-color: #eee;
	border: #ccc 1px solid;
	font-weight: normal;
	text-align: center;
}
#csv_export table td {
	padding: 5px 10px;
	border: #ccc 1px solid;
	text-align: center;
}
#csv_export p.back_btn {
	margin: 2em 0;
	text-align: center;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
a:hover,
a:active {
	color: #CC0000;
}
#top_main p.entry a:hover,
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover,
#contents div.backblog a:hover,
#contents a.link_btn:hover {
	background-color: #EC777F;
}
}

