@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:400,500,700,900&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: #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: "Noto Sans JP", sans-serif;
}
/* ==================================================
layout
================================================== */
#wrap_header,
#wrap_gnavi,
#wrap_title,
#wrap_pnavi,
#wrap_main,
#wrap_top_main,
#wrap_top_about,
#wrap_top_message,
#wrap_top_banner,
#wrap_fnavi,
#wrap_footer {
	width: 100%;
	min-width: 1100px;
	clear: both;
}
#header,
#gnavi,
#title,
#pnavi,
#main,
#top_main,
#top_about,
#top_message,
#top_banner,
#fnavi,
#footer,
#footer2 {
	width: 1080px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#wrap_header {
	background: url("img/header/header_line.gif") repeat-x center top #ffffff;
}
#header {
	padding: 25px 0 8px;
	position: relative;
}
#hlogo {
	position: absolute;
	display: table;
	width: 290px;
	height: 108px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	background: url("img/header/hlogo_bg.gif") repeat left top #01B4E2;
}
#hlogo a {
	display: table-cell;
	vertical-align: middle;
	width: 290px;
	height: 108px;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p {
	display: table-cell;
	vertical-align: middle;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 1.2;
}
#hinfo {
	width: 60%;
	float: right;
}
#hnavi {
	float: right;
}
#hnavi p {
	font-size: 150%;
	font-weight: 500;
	background: url("img/header/telicon.gif") no-repeat left center;
	padding: 0 0 0 40px;
}
#sp_menu {
	display: none;
}
/* ==================================================
side_contact
================================================== */
#side_contact {
	position: fixed;
	top: 115px;
	right: -25px;
	z-index: 100;
	line-height: 1;
	transition-duration: 0.3s;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
#side_contact a {
	display: inline-block;
	padding: 15px 35px 15px 15px;
	background-color: #26598C;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	border: 5px solid #26598C;
	position: relative;
}
#side_contact a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
#side_contact a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-bottom: #FFFFFF 1px solid;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
}
#side_contact:hover {
	right: -5px;
}
#side_contact:hover a {
	padding: 15px 35px 15px 15px;
}
/* ==================================================
gnavi
================================================== */
#wrap_gnavi {
	position: relative;
	z-index: 10;
}
#gnavi ul {
	width: 100%;
	display: table;
	list-style: none;
	padding: 0 0 25px;
}
#gnavi li {
	width: 100px;
	padding: 0 8px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	position: relative;
}
#gnavi li.blank {
	width: 240px;
}
#gnavi li.gnavi1 {
	padding-left: 0;
}
#gnavi li.gnavi2 {
	width: 110px;
}
#gnavi li.gnavi5 {
	width: 110px;
}
#gnavi li.gnavi6 {
	padding-right: 0;
}
#gnavi li a {
	display: block;
	height: 2.7em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
	color: #26598C;
	text-align: center;
	position: relative;
}
#gnavi li a span {
	display: block;
	font-size: 90%;
	color: #AAAAAA;
	font-weight: normal;
}
#gnavi li a:hover::after,
#gnavi li a.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #01B4E2;
}
/* ==================================================
title
================================================== */
#wrap_title {
	background-color: #F9E6FF;
	overflow: hidden;
}
#title {
	padding: 20px 0 20px;
	text-align: center;
}
#title h1,
#title p.ttl {
	margin: 0;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	color: #333333;
	position: relative;
}
/*
#title h1::before,
#title p.ttl::before {
	content: "";
	position: absolute;
	left: -880px;
	top: 50%;
	transform: translateY(-50%);
	width: 853px;
	height: 18px;
	background: url("img/contents/h1_bg.png") no-repeat center top;
}
#title h1::after,
#title p.ttl::after {
	content: "";
	position: absolute;
	right: -880px;
	top: 50%;
	transform: translateY(-50%);
	width: 853px;
	height: 18px;
	background: url("img/contents/h1_bg.png") no-repeat center top;
}
*/
#title p.sttl span {
	display: inline-block;
	font-weight: normal;
	font-size: 120%;
	color: #ffffff;
	background-color: #EE87B4;
	border-radius: 6px;
	padding: 3px 25px;
	margin-bottom: 18px;
	position: relative;
}
#title p.sttl span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #EE87B4 transparent transparent transparent;
}
/* ==================================================
pnavi
================================================== */
#wrap_pnavi {
	padding: 10px 0;
}
#pnavi p span {
	margin: 0 0.5em;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* ==================================================
fnavi
================================================== */
#wrap_fnavi {
	background: url("img/footer/fnavi_bg.gif") repeat left top;
	border-bottom: 5px solid #01B4E2;
}
#fnavi {
	display: table;
	position: relative;
	padding: 30px 0;
}
#fnavi::before {
	content: "HT Progress";
	position: absolute;
	right: 70px;
	bottom: 0;
	color: #ffffff;
	font-size: 500%;
	font-weight: 900;
}
#fnavi ul {
	margin: 0;
	list-style: none;
}
#fnavi ul.parent {
	display: table-cell;
	padding: 0 50px;
	position: relative;
}
#fnavi li {
	margin: 0 0 10px 20px;
}
#fnavi li a {
	color: #26598C;
	font-weight: bold;
	text-decoration: none;
}
#fnavi li a:hover {
	text-decoration: underline;
}
#fnavi li ul {
	display: inline-block;
}
#fnavi li ul li {
	display: inline-block;
	margin: 0 0 0 20px;
}
#fnavi li ul li a {
	color: inherit;
	padding: 0 0 0 15px;
	position: relative;
}
#fnavi li ul 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 #777777;
	border-right: solid 2px #777777;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 0 0 15px;
	background: url("img/footer/footer_line.gif") repeat-x center bottom #ffffff;
}
#footer {
	display: table;
	padding: 30px 0 20px;
}
#footer p {
	display: table-cell;
}
#footer p.flogo {
	font-size: 170%;
	font-weight: bold;
	color: #26598C;
	line-height: 1.2;
}
#footer p.flogo span {
	font-size: 80%;
}
#footer2 {
	text-align: center;
	font-weight: bold;
	color: #26598C;
	padding: 10px 0;
}
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #EE87B4;
	opacity: 0.6;
	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);
}
#pagetop a:hover {
	opacity: 1;
}
/* ==================================================
contents
================================================== */
#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: 100%;
}
#contents table img {
	max-width: inherit;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 30px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin-bottom: 0.4em;
	color: #888888;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.2em;
	padding: 0 0 10px;
	text-align: center;
	line-height: 1.3;
	color: #333333;
	font-size: 180%;
	font-weight: 500;
	border-bottom: 2px solid #000000;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 40px 0 0;
	line-height: 1.3;
	color: #000000;
	font-size: 160%;
	font-weight: 500;
	text-align: center;
	position: relative;
}
#contents h2::first-letter {
	color: #ED86B3;
}
#contents h2::after {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	width: 30px;
	height: 0;
	margin: 0 0 0 -15px;
	border-top: solid 2px #000000;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#contents h3 {
	clear: both;
	margin: 1.5em 0 0.8em;
	/*	padding: 0 0 0 45px;*/
	line-height: 1.3;
	font-size: 140%;
	font-weight: bold;/*	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: #26598C;
}
#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: #01B4E2;
	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: 3px;
	content: counter(cnt) ".";
	line-height: 1;
	text-align: right;
}
#contents ol ol li::before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 3px;
	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: 4px;
	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: 10px 100px;
	border-style: none;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
}
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover {
	background-color: #555555;
}
#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: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border-left: 1px solid #01B4E2;
	border-right: 1px solid #01B4E2;
	border-top: 2px dotted #555555;
	border-bottom: 2px dotted #555555;
	vertical-align: top;
}
#contents table th {
	text-align: center;
	font-weight: bold;
	color: #26598C;
}
#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: 100%;
}
#contents table.form_table th {
	width: 30%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#contents table.form_table td {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
#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: #000000;
	color: #FFFFFF;
	margin: 0 5px;
	padding: 5px 20px;
}
#contents .backblog a:hover {
	background-color: #555555;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.archive_list li::before {
	content: none;
}
#contents ul.archive_list li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-bottom: #CCCCCC 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;
}
#contents ul.archive_list li p.ttl {
	display: table-cell;
	vertical-align: top;
}
/* link_list
--------------------------- */
#contents ul.link_list,
#contents ul.link_list ul {
	margin: 0;
	list-style: none;
}
#contents ul.link_list li::before {
	content: none;
}
#contents ul.link_list li {
	padding-left: 10px;
}
#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);
}
/* works_list
--------------------------- */
#contents ul.works_list {
	width: 100%;
	list-style: none;
	margin: 0 0 20px;
}
#contents ul.works_list li {
	float: left;
	vertical-align: top;
	width: 246px;
	min-height: 342px;
	margin-right: 32px;
}
#contents ul.works_list li:nth-child(4n) {
	margin-right: 0;
}
#contents ul.works_list li a {
	display: block;
	color: #333333;
	text-decoration: none;
	position: relative;
	transition-duration: 0.3s;
}
#contents ul.works_list li a:hover {
	opacity: 0.7;
}
#contents ul.works_list li p.img {
	width: 220px;
	height: 220px;
	border: 13px solid #ffffff;
	margin: 0;
	background-color: #eeeeee;
	position: relative;
}
#contents ul.works_list li p.img::before {
	content: "";
	position: absolute;
	top: -13px;
	left: -13px;
	background: url("img/contents/works_frame.gif") no-repeat center center;
	width: 246px;
	height: 246px;
}
#contents ul.works_list li a p.ttl {
	color: #26598C;
	font-weight: bold;
	background: url("img/contents/linkicon1.png") no-repeat left top 2px;
	padding: 0 0 0 23px;
	margin-bottom: 0.4em;
}
#contents ul.works_list li p.cat {
	position: absolute;
	right: 13px;
	top: 13px;
}
#contents ul.works_list li p.cat span {
	display: inline-block;
	color: #ffffff;
	background-color: #01B4E2;
	font-size: 90%;
	padding: 1px 3px;
}
#contents ul.works_list li p.txt {
	padding-left: 20px;
	margin: 0;
}
/* works
--------------------------- */
#contents #contents_works div.ttl {
	position: relative;
}
#contents #contents_works h1 {
	background: url("img/contents/works_ttl_bg.png") no-repeat center bottom;
	font-size: 200%;
	padding: 0 0 50px;
	border: none;
}
#contents #contents_works p.cat {
	position: absolute;
	left: 0;
	top: 0;
}
#contents #contents_works p.cat span {
	display: inline-block;
	color: #ffffff;
	background-color: #01B4E2;
	padding: 1px 6px;
}
#contents #contents_works p.img {
	text-align: center;
	margin: 0 0 50px;
}
/* ==================================================
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: 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;
}
/* 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;
}
#contents table.layout_table2 td h2:first-child,
#contents table.layout_table2 td h3:first-child,
#contents table.layout_table2 td h4:first-child,
#contents table.layout_table2 td table:first-child {
	margin-top: 0;
}
#contents table.layout_table2 > tbody > tr > td > p,
#contents table.layout_table2 > tbody > tr > td > ul,
#contents table.layout_table2 > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.layout_table2 > tbody > tr > td > ul li,
#contents table.layout_table2 > 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: #EE87B4 3px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	background-color: #FFF9CA;
}
#contents table.fill_box {
	clear: both;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 20px 30px;
	background-color: #FFF9CA;
	border: none;
	vertical-align: top;
}
#contents table.fill_box h2:first-child,
#contents table.fill_box h3:first-child,
#contents table.fill_box h4:first-child {
	margin: 0 0 0.6em;
}
/* faq_table
--------------------------- */
#contents table.faq_table {
	width: 100%;
}
#contents table.faq_table th {
	text-align: left;
	border: none;
	background-color: inherit;
	font-weight: normal;
	font-size: 165%;
	padding: 35px 0 15px 60px;
	margin: 0;
	position: relative;
}
#contents table.faq_table th::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 19px;
	font-size: 165%;
	color: #26598C;
}
#contents table.faq_table td {
	padding: 22px 0 40px 60px;
	border-bottom: dotted #cccccc;
	border-width: 0 0 1px;
	position: relative;
}
#contents table.faq_table td::before {
	content: "A";
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 280%;
	color: #C50018;
}
#contents table.faq_table td p {
	margin-bottom: 0.8em;
}
/* upmin
--------------------------- */
#contents p.upmin {
	font-size: 140%;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	padding: 8px 60px 8px 20px;
	color: #ffffff;
	background: url("img/contents/linkicon2.png") no-repeat right 10px center #EE87B4;
	border: #EE87B4 3px solid;
	background-color: #EE87B4;
	border-radius: 1px;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents a.link_btn:hover {
	color: #EE87B4;
	background: url("img/contents/linkicon1.png") no-repeat right 10px center #ffffff;
}
/* ==================================================
top
================================================== */
/* top_slide
--------------------------- */
#wrap_top_slide {
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
	position: relative;
	padding: 0 0 20px;
}
#top_slide div.slick-list {
	height: 500px;
}
#top_slide ul {
	margin: 0;
	list-style: none;
}
#top_slide div.slick-list li {
	padding: 0 15px;
}
#top_slide div.slick-list li img {
	width: 100%;
	height: auto;
}
#top_slide li a {
	display: block;
	transition-duration: 0.3s;
}
#top_slide li a:hover {
	opacity: 0.7;
}
#top_slide ul.navi {
	margin: 8px 0;
	text-align: center;
	list-style: none;
}
#top_slide ul.navi li {
	position: relative;
	z-index: 100;
	display: inline-block;
	padding: 0 5px;
	color: #cccccc;
	cursor: pointer;
}
#top_slide ul.navi li:hover {
	opacity: 0.7;
}
#top_slide ul.navi li.slick-active {
	color: #EE87B4;
}
#top_slide ul.navi li button {
	display: none;
}
#top_slide ul.navi li::before {
	content: '●';
	font-size: 120%;
}
/* top_news
--------------------------- */
#top_news {
	display: table;
	width: 100%;
	background: url("img/top/news_bg.gif") repeat left top;
	margin-bottom: 20px;
	position: relative;
}
#top_news h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 170%;
	line-height: 1.2;
	color: #26598C;
	padding: 20px;
}
#top_news h2 span {
	display: block;
	font-weight: normal;
	font-size: 70%;
}
#top_news ul {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding: 20px 110px 20px 0;
	margin: 0;
	list-style: none;
}
#top_news li {
	display: table;
	padding: 2px 0 2px 20px;
	border-left: 3px solid #EE87B4;
}
#top_news li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 20px 0 0;
	vertical-align: top;
	white-space: nowrap;
	color: #26598C;
}
#top_news li p.ttl {
	display: table-cell;
	vertical-align: top;
}
#top_news li p.ttl a {
	color: #26598C;
}
#top_news p.more {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #ffffff;
}
#top_news p.more a {
	display: inline-block;
	background: url("img/contents/linkicon2.png") no-repeat right 10px center #EE87B4;
	padding: 5px 40px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	transition-duration: 0.3s;
}
#top_news p.more a:hover {
	opacity: 0.7;
}
/* top_ban
--------------------------- */
#top_ban {
	margin: 30px 0;
	text-align: center;
}
#top_ban a {
	transition-duration: 0.3s;
}
#top_ban a:hover {
	opacity: 0.7;
}
/* top_works
--------------------------- */
#top_works {
	padding: 20px 0;
}
#top_works h2 {
	font-size: 200%;
	font-weight: 900;
	color: #26598C;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1.2em;
	position: relative;
}
#top_works h2 span {
	font-size: 50%;
	font-weight: normal;
	display: block;
}
#top_works ul {
	display: table;
	width: 100%;
	list-style: none;
	margin: 0 0 20px;
}
#top_works li {
	display: table-cell;
	vertical-align: top;
	width: 246px;
	padding-right: 32px;
}
#top_works li:last-child {
	padding-right: 0;
}
#top_works li a {
	display: block;
	color: #333333;
	text-decoration: none;
	position: relative;
	transition-duration: 0.3s;
}
#top_works li a:hover {
	opacity: 0.7;
}
#top_works li p.img {
	width: 220px;
	height: 220px;
	border: 13px solid #ffffff;
	background-color: #eeeeee;
	position: relative;
}
#top_works li p.img::before {
	content: "";
	position: absolute;
	top: -13px;
	left: -13px;
	background: url("img/top/works_frame.gif") no-repeat center center;
	width: 246px;
	height: 246px;
}
#top_works li a p.cat {
	position: absolute;
	right: 13px;
	top: 13px;
}
#top_works li a p.cat span {
	display: inline-block;
	color: #ffffff;
	background-color: #01B4E2;
	font-size: 90%;
	padding: 1px 3px;
}
#top_works li a p.ttl {
	color: #26598C;
	font-weight: bold;
	background: url("img/contents/linkicon1.png") no-repeat left top 2px;
	padding: 0 0 0 23px;
	margin-bottom: 0.4em;
}
#top_works p.more {
	text-align: center;
}
#top_works p.more a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 125%;
	padding: 10px 160px 10px 160px;
	background: url("img/top/linkicon.png") no-repeat right 10px center #EE87B4;
	transition-duration: 0.3s;
}
#top_works p.more a:hover {
	opacity: 0.7;
}
/* top_about
--------------------------- */
#wrap_top_about {
	overflow: hidden;
}
#top_about {
	display: table;
	padding: 20px 0 0;
}
#top_about div.ttl {
	position: relative;
	float: left;
	width: 540px;
	height: 455px;
}
#top_about h2 {
	font-size: 400%;
	font-weight: 500;
	color: #26598C;
	position: absolute;
	z-index: 10;
	left: 15px;
	top: 0;
	text-shadow: #ffffff 1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px 1px 1px, #ffffff -1px -1px 1px;
}
#top_about div.ttl::before {
	content: "";
	position: absolute;
	background: url("img/top/about_bg.jpg") no-repeat center top;
	width: 1000px;
	height: 405px;
	left: -460px;
	top: 50px;
}
#top_about div.txt {
	float: right;
	width: 500px;
	vertical-align: middle;
	padding: 80px 10px 0 30px;
}
#top_about h3 {
	font-size: 170%;
	font-weight: 700;
	color: #26598C;
	margin-bottom: 1em;
}
#top_about h3 span {
	font-size: 140%;
}
#top_about p {
	color: #26598C;
	margin-bottom: 2em;
}
#top_about p.more {
	margin: 0;
}
#top_about p.more a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 125%;
	padding: 10px 160px 10px 160px;
	background: url("img/top/linkicon.png") no-repeat right 10px center #EE87B4;
	transition-duration: 0.3s;
}
#top_about p.more a:hover {
	opacity: 0.7;
}
/* top_message
--------------------------- */
#wrap_top_message {
	/*	margin-top: -55px;*/
	margin-top: -60px;
	overflow: hidden;
}
#top_message {
	display: table;
}
#top_message div.ttl {
	position: relative;
	float: right;
	width: 540px;
	height: 455px;
}
#top_message h2 {
	font-size: 400%;
	font-weight: 500;
	color: #26598C;
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 0;
	text-shadow: #ffffff 1px 1px 1px, #ffffff 1px -1px 1px, #ffffff -1px 1px 1px, #ffffff -1px -1px 1px;
}
#top_message div.ttl::before {
	content: "";
	position: absolute;
	background: url("img/top/message_bg.jpg") no-repeat center top;
	width: 1000px;
	height: 405px;
	right: -460px;
	top: 50px;
}
#top_message div.txt {
	float: left;
	width: 500px;
	vertical-align: middle;
	padding: 130px 30px 0 10px;
}
#top_message h3 {
	font-size: 170%;
	font-weight: 700;
	color: #26598C;
	text-align: right;
	margin-bottom: 1em;
}
#top_message h3 span {
	font-size: 140%;
}
#top_message p {
	color: #26598C;
	margin-bottom: 2em;
}
#top_message p.more {
	text-align: right;
	margin: 0;
}
#top_message p.more a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 125%;
	padding: 10px 160px 10px 160px;
	background: url("img/top/linkicon.png") no-repeat right 10px center #EE87B4;
	transition-duration: 0.3s;
}
#top_message p.more a:hover {
	opacity: 0.7;
}
/* top_banner
--------------------------- */
#top_banner {
	padding: 100px 0;
}
#top_banner a {
	transition-duration: 0.3s;
}
#top_banner a:hover {
	opacity: 0.7;
}
/* ==================================================
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;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #555555;
}
/* ==================================================
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 > 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
================================================== */
#header::after,
#footer::after,
#main::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
