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

/* ==================================================
reset
================================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	margin: 0;
	padding: 0;
	font-size: 93.8%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #000;
}
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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
/* ==================================================
layout
================================================== */
#wrap_header,
#wrap_title,
#wrap_main,
#wrap_top_main,
#wrap_fnavi,
#wrap_footer {
	width: 100%;
	min-width: 1020px;
	clear: both;
}
#main,
#top_main,
#fnavi,
#fcopy,
#footer {
	width: 1000px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#wrap_header {
	border-top: #004EA1 6px solid;
}
.top #wrap_header {
	display:none;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
#gnavi ul {
	width: 100%;
	display: table;
	list-style: none;
}
#gnavi li {
	display: table-cell;
	width: 220px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#gnavi li.hlogo {
	width: auto;
	text-align: left;
}
#gnavi li.hlogo img {
	width: auto;
	height: 38px;
}
#gnavi li a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	line-height: 1.2;
	color: inherit;
	position: relative;
	z-index: 10;
	transition: all 0.3s;
}
#gnavi li.hlogo a {
	padding: 0 30px;
}
#gnavi li a span {
	color: #004EA1;
}
#gnavi li a::after {
	content: "";
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 60%;
	box-sizing: border-box;
	border-left: #ccc 1px solid;
}
#gnavi li.last a::after {
	border-right: #ccc 1px solid;
}
#gnavi li.hlogo a::after {
	content: none;
}
#gnavi li ul li a::after {
	content: none;
}
#gnavi li ul {
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 10;
}
#gnavi li ul li {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: all 0.3s;
}
#gnavi li ul li a {
	padding: 1em 10px;
	color: #fff;
	line-height: 1.5;
}
#gnavi li:hover ul li {
	height: 3.5em;
	opacity: 1;
	background-color: rgba(0,78,161,0.7);
}
#gnavi li a:hover {
	background-color: rgba(0,78,161,0.1);
}
#gnavi li.hlogo a:hover {
	background-color: transparent;
}
#gnavi li ul li a:hover {
	background-color: rgba(0,78,161,0.5);
}
/* ==================================================
pnavi
================================================== */
#pnavi {
	padding: 5px 0;
	background-color: rgba(0,78,161,0.1);
}
#pnavi p {
	width: 1000px;
	margin: 0 auto;
	font-size: 87%;
	color: #555;
}
#pnavi p a {
	color: #555;
}
/* ==================================================
title
================================================== */
#wrap_title {
	padding: 150px 0 150px;
	position: relative;
	text-align: center;
}
#wrap_title p.img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
#wrap_title p.img img {
	width: 100%;
	height: auto;
}
#wrap_title p.img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 700px);
	z-index: 1;
}
#title {
	display: inline-block;
	min-width: 600px;
	padding: 20px 40px;
	background-color: rgba(255,255,255,0.6);
	animation-name: title;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes title {
 0% {
 transform:translateY(-10px);
 opacity:0;
}
 100% {
 transform:translateY(0);
 opacity:1;
}
}
#title h1,
#title p.ttl {
	font-size: 300%;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	position: relative;
	z-index: 5;
}
#title p.sub {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #004EA1;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
/* ==================================================
fnavi
================================================== */
#wrap_fnavi {
	background-color: #333;
	position: relative;
	z-index: 1;
}
#fnavi {
	display: table;
	padding: 40px 0 20px;
}
#fnavi ul {
	display: table-cell;
	padding: 0 0 0 20px;
	list-style: none;
}
#fnavi ul.fnavi1 {
	padding-left: 100px;
}
#fnavi ul.children {
	display: block;
	padding: 0 0 0 20px;
}
#fnavi li {
	margin: 0;
}
#fnavi li a {
	padding: 0 0 0 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
}
#fnavi 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 #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fnavi li a:hover {
	text-decoration: underline;
}
#fnavi a[target="_blank"]::after {
	margin: 0 6px;
	content: url(img/footer/exlink.png);
}
#fcopy {
	padding: 20px 0;
	border-top: #888 1px solid;
	text-align: center;
	color: #fff;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 40px 0;
	background-color: #fff;
	border-top: #004EA1 6px solid;
	position: relative;
	z-index: 1;
}
#footer {
	display: table;
	box-sizing: border-box;
}
#flogo {
	display: table-cell;
	vertical-align: middle;
}
#flogo p.logo {
	margin: 0 0 0.8em;
}
#flogo p.desc {
	width: 300px;
	margin: 0 0 0.4em;
	text-align: center;
	font-size: 80%;
}
#flogo p.desc span {
	font-size: 120%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", serif;
}
#flogo p.addr span {
	margin-right: 20px;
}
#fmenu {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
#fmenu ul {
	margin: 0;
	list-style: none;
}
#fmenu ul li a {
	display: block;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	position: relative;
	transition-duration: 0.3s;
}
#fmenu ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 6px;
	margin: -4px 0 0 0;
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
	transform: skewX(60deg);
}
#fmenu ul li.menu1 a {
	background-color: #004EA1;
	color: #fff;
}
#fmenu ul li.menu2 a {
	background-color: #333;
	color: #fff;
}
#fmenu ul li a:hover {
	opacity: 0.7;
}
#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: #004DA0;
	text-align: center;
	opacity: 0.4;
	transition-duration: 0.3s;
}
#pagetop a:hover {
	opacity: 0.8;
}
/* ==================================================
top
================================================== */
/* top_slide
--------------------------- */
#top_slide {
	width: 100%;
	position: relative;
	animation-name: top_slide;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
	opacity: 0;
}
#top_slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #fff, rgba(255,255,255,0) 60%);
	z-index: 10;
}
@keyframes top_slide {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
#top_slide p img {
	width: 100%;
	height: auto;
}
/* top_header
--------------------------- */
#top_header {
	display: block;
	position: relative;
	padding: 20px 0;
}
#top_header h1 {
	text-align: center;
}
#top_header h2 {
	position: absolute;
	top: -250px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 560%;
	font-weight: 800;
	color: #004DA0;
	animation-name: top_slide_txt;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
	opacity: 0;
	z-index: 10;
}
#top_header p {
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #004DA0;
	animation-name: top_slide_txt;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
	opacity: 0;
	z-index: 10;
}
@keyframes top_slide_txt {
 0% {
 transform:translateY(30px);
 opacity:0;
}
 100% {
 transform:translateY(0);
 opacity:1;
}
}
/* top_main
--------------------------- */
#wrap_top_main {
	background: url(img/top/top_main_bg.jpg) no-repeat center bottom;
	background-size: cover;
}
#top_main {
	padding: 40px 0 100px;
	box-sizing: border-box;
}
/* top_news
--------------------------- */
#top_news {
	width: 470px;
	height: 230px;
	margin: 5px;
	padding: 20px;
	box-sizing: border-box;
	float: right;
	overflow: hidden;
	background-color: #004EA1;
	color: #fff;
	position: relative;
}
#top_news h2 {
	margin: 0 0 20px;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
}
#top_news ul {
	margin: 0;
	list-style: none;
}
#top_news li {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.3;
}
#top_news li p.date {
	vertical-align: top;
}
#top_news li p.ttl a {
	white-space: nowrap;
	color: #fff;
}
#top_news p.more {
	position: absolute;
	top: 20px;
	right: 20px;
}
#top_news p.more a {
	display: inline-block;
	width: 170px;
	padding: 8px 40px 8px 20px;
	border: #fff 1px solid;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition-duration: 0.3s;
}
#top_news p.more a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 6px;
	margin: -4px 0 0 0;
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
	transform: skewX(60deg);
	transition-duration: 0.3s;
}
#top_news p.more a:hover {
	background-color: #fff;
	color: #004EA1;
}
#top_news p.more a:hover::after {
	border-bottom: solid 1px #004EA1;
	border-right: solid 2px #004EA1;
}
/* ==================================================
grid_menu
================================================== */
#grid_menu {
	padding: 0 20px 40px;
}
#grid_menu .grid {
	width: 230px;
	height: 230px;
	margin: 5px;
	float: left;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
#grid_menu .grid a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition-duration: 0.3s;
}
#grid_menu .grid a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: #fff 1px solid;
	opacity: 0;
	transition-duration: 0.3s;
}
#grid_menu .grid a:hover::before {
	opacity: 1;
}
#grid_menu .grid a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: -1;
	transition-duration: 0.3s;
}
#grid_menu .grid a:hover::after {
	opacity: 0.6;
}
#grid_menu .grid p.img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition-duration: 0.5s;
}
#grid_menu .grid a:hover p.img {
	transform: scale(1.3, 1.3);
}
#grid_menu .grid p.img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}
#grid_menu .grid h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
}
#grid_menu .grid h2::after {
	content: none;
}
#grid_menu .grid p.sub {
	margin: 0 0 10px;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
	transition-duration: 0.3s;
}
#grid_menu .grid p.desc {
	margin: 0 0 20px;
}
#grid_menu .grid p.more {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 170px;
	margin: 0;
	padding: 8px 40px 8px 20px;
	border: #fff 1px solid;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	transition-duration: 0.3s;
}
#grid_menu .grid a:hover p.more {
	border: #fff 1px solid;
	background-color: #fff;
	color: #004EA1;
}
#grid_menu .grid p.more::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 6px;
	margin: -4px 0 0 0;
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
	transform: skewX(60deg);
	transition-duration: 0.3s;
}
#grid_menu .grid a:hover p.more::after {
	border-bottom: solid 1px #004EA1;
	border-right: solid 2px #004EA1;
}
/* size
--------------------------- */
#grid_menu .size1 {
	width: 470px;
	height: 230px;
	text-align: left;
}
#grid_menu .size2 {
	width: 230px;
	height: 470px;
	text-align: left;
}
#grid_menu .size3 {
	width: 470px;
	height: 470px;
	text-align: left;
}
#grid_menu .size4 {
	width: 310px;
	height: 230px;
}
#grid_menu .size1 a,
#grid_menu .size2 a,
#grid_menu .size3 a {
	padding: 20px;
}
#grid_menu .size1 h2,
#grid_menu .size2 h2,
#grid_menu .size3 h2 {
	text-align: left;
}
#grid_menu .size1 p.sub,
#grid_menu .size2 p.sub,
#grid_menu .size3 p.sub {
	margin-top: -5px;
	font-size: 470%;
	line-height: 1;
}
#grid_menu .size1 p.more,
#grid_menu .size3 p.more {
	bottom: auto;
	left: 20px;
}
#grid_menu .size4 p.more {
	left: 70px;
}
/* right
--------------------------- */
#grid_menu .right {
	float: right;
}
/* black
--------------------------- */
#grid_menu .black {
	color: #000;
}
#grid_menu .black p.sub {
	color: #004EA1
}
#grid_menu .black p.more {
	border: #004EA1 1px solid;
	color: #004EA1
}
#grid_menu .black p.more::after {
	border-bottom: solid 1px #004EA1;
	border-right: solid 2px #004EA1;
}
#grid_menu .black a:hover,
#grid_menu .black a:hover p.sub {
	color: #fff;
}
/* bg
--------------------------- */
#grid_menu .bg1 {
	background-color: #004EA1;
}
#grid_menu .bg2 {
	background-color: #CA4A49;
}
#grid_menu .bg3 {
	background-color: #22B0A9;
}
#grid_menu .bg4 {
	background-color: #F79B3A;
}
#grid_menu .bg5 {
	background-color: #444444;
}
/* bgimg
--------------------------- */
#grid_menu .bgimg1 p.img::after {
	background-color: #004EA1;
}
#grid_menu .bgimg2 p.img::after {
	background-color: #CA4A49;
}
#grid_menu .bgimg3 p.img::after {
	background-color: #22B0A9;
}
#grid_menu .bgimg4 p.img::after {
	background-color: #F79B3A;
}
#grid_menu .bgimg5 p.img::after {
	background-color: #444444;
}
/* ==================================================
contents
================================================== */
#wrap_contents {
	margin: 0;
	padding: 0;
}
#contents {
	width: 1000px;
}
#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: 1000px;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 66px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.2em;
	padding: 0 0 5px;
	border-bottom: #004EA1 1px solid;
	line-height: 1.3;
	font-size: 180%;
	font-weight: normal;
}
#contents p.update {
	margin-bottom: 0.4em;
	color: #004EA1;
}
#contents h2 {
	clear: both;
	margin: 2em 0;
	line-height: 1.3;
	font-size: 220%;
	font-weight: normal;
	text-align: center;
	position: relative;
}
#contents h2::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 100px;
	height: 4px;
	margin-left: -50px;
	background-color: #004EA1;
}
#contents h3 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 5px 20px;
	line-height: 1.3;
	font-size: 140%;
	font-weight: bold;
	background-color: #CA4A49;
	color: #fff;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 10px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	border-left: #004EA1 5px solid;
}
#contents h2.img,
#contents h3.img,
#contents h4.img {
	padding: 0;
	background: none;
	border: none;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
	list-style-image: url(img/contents/list_icon.gif);
}
#contents ol {
	margin: 0 0 0.8em 1.5em;
	list-style-image: none;
}
#contents ul li,
#contents ol li {
	margin: 0.4em 0;
}
#contents ul ul,
#contents ol ol {
	margin: 0 0 0 1em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol li,
#contents ol ol ol li {
	counter-increment: cnt;
	padding-left: 1.5em;
	position: relative;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	content: "(" counter(cnt) ") ";
	line-height: 1;
}
#contents ol ol ol li:before {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	left: 3px;
	top: 4px;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	text-align: center;
	line-height: 1.2;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 10px 100px;
	border-style: none;
	background-color: #004DA0;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.3s;
}
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover {
	opacity: 0.7;
}
#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,
#contents table.layout_table td table th,
#contents table.layout_table td table td {
	padding: 15px 20px;
	border: 10px solid #F2F6FA;
	background-color: #fff;
	vertical-align: top;
}
#contents table th,
#contents table.layout_table td table th {
	background-color: #E5EDF5;
	color: #004DA0;
	text-align: left;
	font-weight: bold;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 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;
}
/* form_table
--------------------------- */
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th {
	width: 30%;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#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: #004DA0;
	color: #FFFFFF;
	margin: 0 5px;
	padding: 5px 20px;
	transition-duration: 0.3s;
}
#contents .backblog a:hover {
	opacity: 0.7;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 20px 0;
	list-style-image: none;
	list-style: 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-image: none;
	list-style: none;
}
#contents ul.link_list li {
	padding-left: 20px;
}
#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);
}
/* voice
--------------------------- */
#voice div.voice_box {
	margin: 0 0 100px;
}
#voice div.wrap_img {
	position: relative;
}
#voice p.img {
	position: relative;
}
#voice p.img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 80%, #fff);
}
#voice p.ttl {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: -20px;
	width: 500px;
	padding: 20px;
	font-size: 240%;
	font-weight: bold;
	background-color: rgba(0,77,160,0.7);
	color: #fff;
	line-height: 1.2;
}
#voice p.ttl span {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 30px;
	background-color: #fff;
}
#voice div.title {
	position: absolute;
	z-index: 5;
	bottom: 50px;
	left: 30px;
	width: 400px;
	padding: 20px 30px;
	background-color: rgba(255,255,255,0.7);
}
#voice p.yomi {
	margin: 0;
	font-size: 200%;
	color: #CA4A49;
}
#voice h2 {
	margin: 0;
	font-size: 160%;
	text-align: left;
}
#voice h2::after {
	content: none;
}
#voice p.group {
	padding: 0 0 10px;
	border-bottom: #004DA0 1px solid;
}
#voice p.shikaku {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 350px;
}
#voice p span {
	font-weight: bold;
	color: #004DA0;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0;
	background: none;
	border: none;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-right: 20px;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-left: 20px;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child {
	margin-top: 0;
}
/* data_table
--------------------------- */
#contents table.data_table {
	width: 100%;
	margin: 0;
}
#contents table.data_table td {
	border: #fff 10px solid;
	padding: 30px;
	background-color: #FFF4EA;
}
#contents table.data_table tr:nth-child(2n) td:nth-child(2n+1),
#contents table.data_table tr:nth-child(2n+1) td:nth-child(2n) {
	background-color: #EBF5FC;
}
#contents table.data_table td h2 {
	margin: 0 0 1.5em;
	color: #004EA1;
	font-size: 160%;
	font-weight: bold;
}
#contents table.data_table td h3,
#contents table.data_table td h4 {
	margin: 0 0 1.5em;
	position: relative
}
#contents table.data_table td h4::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#contents table.data_table td p {
	margin-bottom: 0.8em;
}
#contents table.data_table td h2::after {
	content: none;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	border: #F2F6FA 10px solid;
}
/* fill_box
--------------------------- */
#contents .fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	background-color: #F2F6FA;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	margin: 30px 0;
	padding: 8px 50px 8px 20px;
	border: #004EA1 1px solid;
	box-sizing: border-box;
	color: #004EA1;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition-duration: 0.3s;
}
#contents a.link_btn::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 26px;
	height: 6px;
	margin: -4px 0 0 0;
	border-bottom: solid 1px #004EA1;
	border-right: solid 2px #004EA1;
	transform: skewX(60deg);
	transition-duration: 0.3s;
}
#contents a.link_btn:hover {
	background-color: #004EA1;
	color: #fff;
}
#contents a.link_btn:hover::after {
	border-bottom: solid 1px #fff;
	border-right: solid 2px #fff;
}
/* ==================================================
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: 1000px !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 th,
body.mceContentBody table.layout_table 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;
}
