@charset "UTF-8";

body {}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333333;
}	

/* Block */
/* -- header */
header {
	background-color: #001686;
	color: white;
}
.header {
	padding-top: 1rem;
}
.header_title {
	font-size: 2rem;
}
.header_title a {
	color: white;
	font-family: "丸フォーク M";
}
.header_description {

}
.header_right {

}
.header_right a.button {
	margin-top: 0.5rem;
}
.header_image {
	background-position: 50% 50%;
	height: 100%;
	width: 100%;
}
/* -- nav */
.nav {

}
.top-bar, .top-bar-left ul {
	background-color: #b0e0e6;
}
.top-bar-left ul li a {

	color: #001686;
}
.top-bar-left ul li a:hover {
	color: blue;
}
.top-bar-left ul li {
}
.title-bar {
	background-color: #001686;
}
/* -- content */
/* -- main */
.main, .sidebar {
	background-color: #ffffff;
}
.main_title {
	font-size: 1.8rem;
	border-bottom: solid 1px #cc3399;
	padding-bottom: 5px;
	margin-top: 10px;
}
.article_title {
	font-size: 1.5rem;
	margin: 30px 0;
	border-left: solid 10px olivedrab;
	padding-left: 10px;
}
h2.main_title {
	font-family: "丸フォーク M";
}
.item_title {
	font-size: 1.2rem;
	padding-left: 1.5rem;
	position: relative;
}
.item_title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(20%) rotate(-45deg);
	width: 1em;
	height: 1em;
	background-color: #0760a8;
	border-radius: 50%;
}
.item_title::after {
	content: '';
	width: 1rem;
	height: 0.6rem;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(30%) rotate(-45deg);
}
.xmas_list li {
	position: relative;
	padding-left: 1.5rem;
}
.xmas_list li::before {
	content: '';
	width: 1rem;
	height: 0.6rem;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 3px solid #ff3333;
	border-bottom: 3px solid #ff3333;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	transform: translateY(-80%) rotate(-45deg);
}
/* -- sidebar */
.sidebar li.widget {
	border: solid 1px #dcdcdc;
	list-style-type: none;
	margin-bottom: 20px;
}
h2.widgettitle {
	font-size: 1rem;
	font-weight: bold;
	background-color: pink;
	color: white;
	padding: 6px 10px;
}
.widget ul {
	margin: 0;
	padding: 0 10px 10px;
}
.widget ul li {
	list-style-type: none;
}
.textwidget {
	padding: 0 10px;
}
/* --footer */
.footer {
	background-color: #001686;
	color: white;
	margin-top: 30px;
	position: relative;
}
.goto_top {
	display: block;
	background-color: #001686;
	padding: 0 5px;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-100%);
}
.goto_top a {
	color: white;
}
.goto_top a:hover {
	color: #dcdcdc;
}
.footer small {
	font-size: 1rem;
}
.footer_copyright {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 2rem 0;
}

/* Element */

.table_title, .table_center {
	text-align: center;
}
blockquote p {
	display: block;
	padding-left: 3rem;
	position: relative;
}
blockquote p::before {
	content: '“';
	font-size: 600%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-30%);
}
.archive_list li, .publish_list li {
	display: block;
	position: relative;
	padding-left: 1rem;
	line-height: 2rem;
}
.archive_list li::before, .publish_list li::before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 2px solid #ffa500;
	border-bottom: 2px solid #ffa500;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(120%) rotate(-135deg);
	transform: translateY(120%) rotate(-135deg);
}
p span.aboutus_caption {
	font-size: 0.9rem;
	font-style: italic;
}
p a.pdf_dl {
	display: inline-block;
	margin-top: 2rem;
	padding-left: 1.5rem;
	position: relative;
}
/*p a.pdf_dl::before {
	content: '';
	width: 1rem;
	height: 1rem;
	border-bottom: 3px solid #ff9999;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
}*/
p a.pdf_dl::after {
	content: '';
	width: 1rem;
	height: 1rem;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 5px solid #ff9999;
	border-bottom: 5px solid #ff9999;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(-60%) rotate(-45deg);
}
a.back_to {
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 1rem;
	position: relative;
	padding: 15px 40px;
	border-radius: 6px;
	background-color: #1886c6;
	color: white;
	font-weight: bold;
}
/*a.back_to::before {
	content: '';
	background-color: white;
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
a.back_to::after {
	content: '';
	border: 1rem solid transparent;
	border-left: 0;
	border-right: 1rem solid white;
	position: absolute;
	top: 50%;
	left: 0.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Modifire */
input.wpcf7-submit, input.wpcf7-confirm, input.wpcf7-back {
	padding: 10px 30px;
	border-radius: 6px;
	background-color: seagreen;
	color: white;
	font-weight: bold;
	border-color: green;
}
input.wpcf7-submit:hover, input.wpcf7-confirm:hover, input.wpcf7-back:hover {
	background-color: green;
}
input.wpcf7-back {
	margin-right: 1rem;
}
.screen-reader-text {
	display: none;
}
.nav-links .page-numbers {
	display:inline-block;
}
@media screen and (max-width: 39.9375em) {
	.header_title {
		font-size: 1.2rem;
	}
	.header_logo {
		text-align: center;
	}
	.header_logo img {
		height: 100px;
		width: auto;
	}
	.main_title {
		font-size: 1rem;
	}
	.article_title {
		font-size: 1rem;
	}
	.article_title {
		font-size: 1rem;
	}

}