@charset "UTF-8";
/*---------------------------------------------------- reset --*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
}
body {
	/* font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; */
	font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif !important;
	width: 100%;
	height: 100%;
	line-height: 1;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
_::-webkit-full-page-media, _:future, :root body {
	display: inline;
}
html {
	font-size: 16px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: inline;
	position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-backface-visibility: hidden;
}
ins {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
mark {
	background-color: #FFFFFF;
	color: #000000;
	/*font-style: italic;*/
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
* {
	box-sizing: border-box;
	color: #1A1A1A;
	line-height: 1.4em;
	letter-spacing: 1.4px;
	word-break: break-all;
}
*:not(html) {
	font: inherit;
	font-size: 0.875rem;
	color: inherit;
}
sup, sub {
	color: inherit;
	font-size: 72%;
	position: relative;
}
sup {
	vertical-align: top;
	top: -0.6em;
}
sub {
	vertical-align: bottom;
	bottom: -0.6em;
}
.container {
	max-width: 1128px;
	padding: 0 16px;
	margin: 0 auto;
}
/*---------------------------------------------------- header --*/
header {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	/* overflow: auto; */
}
@media (max-width:750px) {
	header {
		height: 64px;
		position: absolute;
		top: 0;
		background-color: #189FB3;
	}
}
@media (max-width:480px) {}
body.active {
	overflow: hidden;
}
header #sp_layer {
	display: none;
}
@media (max-width:750px) {
	header #sp_layer {
		display: block;
		opacity: 0;
		width: 100%;
		height: 0;
		background-color: rgba(51, 51, 51, 0.7);
		background-color: rgba(255, 255, 255, 0.95);
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		transition: opacity 0.3s;
	}
	header.active #sp_layer {
		height: 100vh;
		opacity: 1;
	}
}
header #sp_nav {
	display: none;
	text-indent: -99999px;
	cursor: pointer;
	height: 64px;
	width: 64px;
	position: fixed;
	z-index: 99999;
	right: 0;
	margin: 0 0 0 auto;
	background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width:750px) {
	header #sp_nav {
		display: block;
	}
}
@media (max-width:480px) {}
header #sp_nav span::before,
header #sp_nav span::after,
header #sp_nav::after {
	content: '';
	height: 2px;
	width: 18px;
	background: #333333;
	transition: all 0.3s;
}
header #sp_nav span::before {
	position: absolute;
	top: 0;
	left: 0;
}
header #sp_nav span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
}
header #sp_nav::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
header.active #sp_nav span::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
header.active #sp_nav span::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
header.active #sp_nav::after {
	opacity: 0;
}
header #sp_nav span {
	width: 18px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
header .container {
	padding-left: 0;
}
header #header_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width:750px) {
	header #header_menu {
		display: none;
		padding: 20px;
		position: fixed;
		/* background-color: rgba(255,255,255,0.95); */
		top: 64px;
		width: 100%;
	}
}
header #header_menu .nav_inner {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-right: 20px;
}
@media (max-width:750px) {
	header #header_menu .nav_inner {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
}
header .nav_list {
	width: 25%;
	min-width: 100px;
	max-width: 216px;
}
@media (max-width:750px) {
	header .nav_list {
		width: 100%;
		min-width: auto;
		max-width: 100%;
	}
}
header .nav_list a {
	display: block;
	padding: 12px 0;
	border-style: solid;
	border-color: transparent #efefef;
	border-width: 0 1px 0 0;
	text-align: center;
	text-decoration: none;
}
header .nav_list:first-child a {
	border-width: 0 1px;
}
@media (max-width:750px) {
	header .nav_list a {
		border: none;
	}
}
header .nav_list .nav_ja {
	font-size: 12px;
	font-weight: bold;
}
header .nav_list .nav_en {
	color: #189FB3;
	font-size: 12px;
}
header .nav_logout {
	color: #189FB3;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: table;
	margin-left: auto;
	margin-right: 0;
	border: 2px solid #189FB3;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 5px 0;
	width: 150px;
}
@media (max-width:750px) {
	header .nav_logout {
		margin: 0 auto 20px;
	}
}
header .search {
	display: none;
}
@media (max-width:750px) {
	header .search {
		display: block;
	}
}
header .search form {
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 25px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
}
header .search form input,
header .search form button {
	border: none;
}
header .search form input {
	font-size: 16px;
	width: 100%;
	padding: 8px 16px;
}
header .search form button {
	flex-shrink: 0;
	font-size: 12px;
	width: 70px;
	padding: 8px 0px;
	margin-left: 10px;
}
/*------------------------------------------------------ パンくずリスト --*/
#breadcrumb {
	margin: 10px 0;
}
/*---------------------------------------------------- contents_wrapper --*/
#contents_wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media (max-width:750px) {
	#contents_wrapper {
		flex-wrap: wrap;
	}
}
#contents_wrapper #main {
	width: 65%;
	margin-bottom: 80px;
}
@media (max-width:750px) {
	#contents_wrapper #main {
		width: 100%;
		margin-bottom: 40px;
	}
}
#contents_wrapper #sidebar {
	width: 35%;
	margin-left: 40px;
}
@media (max-width:750px) {
	#contents_wrapper #sidebar {
		width: 100%;
		margin-left: 0;
	}
}
/*---------------------------------------------------- ページナビ --*/
.wp-pagenavi,
.wp-pagenavi .wp-paginate {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}
.wp-pagenavi span.current {
	background: #189FB3;
	color: #FFF;
	border-radius: 3px;
	border: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #B9B9B9;
	margin: 0 8px 0 0;
	padding: 0 0 0 2px;
}
.wp-pagenavi a {
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: all 0.3s;
}
.wp-pagenavi a:hover {
	color: #189FB3;
	border: 1px solid #189FB3;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-paginate .prev,
.wp-paginate .next {
	position: relative;
	color: transparent;
	display: block;
	text-indent: -9999px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	color: transparent;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-paginate .prev:before,
.wp-paginate .next:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-color: #189FB3;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.4s;
}
.wp-pagenavi .previouspostslink:before,
.wp-paginate .prev:before {
	transform: translate(-40%, -50%) rotate(-135deg);
}
.wp-pagenavi .nextpostslink:before,
.wp-paginate .next:before {
	transform: translate(-80%, -50%) rotate(45deg);
}
.wp-pagenavi a.previouspostslink {
	order: 1;
}
.wp-pagenavi a.first {
	order: 2;
}
.wp-pagenavi a.previouspostslink~span.extend {
	order: 3;
	padding: 0;
}
.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink~a.page {
	order: 4;
}
.wp-pagenavi span.current {
	order: 5;
}
.wp-pagenavi span.current~a.page {
	order: 6;
}
.wp-pagenavi span.current~span.extend {
	order: 7;
	padding: 0;
}
.wp-pagenavi a.last {
	order: 8;
}
.wp-pagenavi a.nextpostslink {
	order: 9;
	margin-right: 0;
}
/*---------------------------------------------------- form --*/
/*-- form reset base --*/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	font: inherit;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 2px solid rgb(0, 0, 0, 0.5);
	padding: 16px 20px;
	border-radius: 3px;
}
input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder {
	font-size: 14px;
	color: #cccccc;
}
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
form {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
form p {
	margin-bottom: 24px;
	width: calc(100% - 300px);
	flex-shrink: 0;
}
form p:last-child {
	margin-bottom: 0;
}
@media (max-width:750px) {
	form p {
		width: 100%;
	}
}
form .form_label {
	font-size: 14px;
	width: 300px;
	padding-top: 16px;
}
@media (max-width:750px) {
	form .form_label {
		width: 100%;
		padding-top: 0;
		margin-bottom: 8px;
	}
}
form .form_label .required {
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	padding: 2px;
	background-color: #189FB3;
}
form .form_btn {
	width: 100%;
	display: flex;
	justify-content: center;
}
form .form_btn input {
	max-width: 260px;
	width: 100%;
}
@media (max-width:750px) {
	form .form_btn input {
		padding: 12px;
	}
}
input[type="checkbox"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	margin: 0;
	width: 18px;
	height: 18px;
}
form .form_btn .wpcf7-confirm {}
form .form_btn .wpcf7-back {
	margin-right: 10px;
}
form .form_btn .wpcf7-submit {}
.wpcf7 form .wpcf7-response-output {
	width: 100%;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
/*------------------------------------------------------ article_list --*/
#list {
	background-color: rgba(238, 250, 254, 0.6);
	padding: 80px 0;
	overflow: hidden;
}
@media (max-width:750px) {
	#list {
		padding: 40px 0;
	}
}
.article_list_wrapper {
	margin-top: 60px;
	overflow: hidden;
}
.article_list_wrapper:first-child {
	margin-top: 0;
}
@media (max-width:750px) {
	.article_list_wrapper {
		margin-top: 40px;
	}
}
.article_list_wrapper a {
	text-decoration: none;
}
.article_list_cat_title {
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	background-color: #189FB3;
	border-radius: 15px 15px 0 0;
	padding: 18px 20px 11px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
@media (max-width:960px) {
	.article_list_cat_title {
		font-size: 20px;
	}
}
@media (max-width:750px) {
	.article_list_cat_title {
		font-size: 18px;
		padding: 12px 20px 8px;
	}
}
@media (max-width:480px) {
	.article_list_cat_title {
		font-size: 16px;
		padding: 12px 16px 8px;
		margin-bottom: 12px;
	}
}
.article_list_cat_title a {
	margin-right: 8px;
}
.article_list_cat_title a,
.article_list_cat_title .article_list_week {
	font-size: inherit;
	display: inline-block;
	line-height: inherit;
}
.article_list {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.article_list .article_already_read label {
	width: 18px;
	height: 18px;
	position: relative;
	display: block;
	cursor: pointer;
}
.article_list .article_already_read label::before,
.article_list .article_already_read label::after {
	content: "";
	display: block;
}
.article_list .article_already_read label::before {
	background: #fff;
	border: 2px solid #189FB3;
	border-radius: 2px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.article_list .article_already_read label::after {
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	height: 9px;
	width: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%) rotate(45deg);
	opacity: 0;
}
.article_list .article_already_read label.checked::before {
	background-color: #189FB3;
}
.article_list .article_already_read label.checked::after {
	opacity: 1;
}
.article_list .article_already_read input[type="checkbox"] {
	display: none;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	margin: 0;
	width: 18px;
	height: 18px;
}
.article_list .article_already_read img {
	display: none;
}
.article_list .article_already_read a {
	width: 100%;
}
.article_list .article_already_read .wpfp-span {
	display: flex;
	align-items: center;
}
.article_list .article_item {
	width: calc((100% - 10px * 3)/4);
	/* width: 266px; */
	margin-right: 10px;
}
.article_list .article_item:last-child {
	margin-right: 0;
}
.article_list .article_item > a {
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	border-radius: 2px;
	overflow: hidden;
}
.article_list .article_item a {
	text-decoration: none;
	outline: none;
}
.article_list .article_item .article_image {
	font-size: 0;
	overflow: hidden;
	position: relative;
	padding-top: 56.3%;
}
.article_list .article_item .article_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.article_list .article_item .article_text {
	padding: 10px;
}
.article_list .article_item .article_text .article_meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.article_list .article_item .article_text .article_meta .article_cat {
	display: flex;
	flex-wrap: wrap;
}
@media (max-width:480px) {
	.article_list .article_item .article_text .article_meta .article_cat {
		width: 100%;
		margin-bottom: 10px;
	}
}
.article_list .article_item .article_text .article_meta .article_cat li {
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
	color: #FFFFFF;
	padding: 4px 9px;
	border-radius: 10px;
	background-color: #FFC133;
}
.article_list .article_item .article_text .article_overview {
	height: 2.8rem;
	overflow: hidden;
}
.article_list .article_item .article_text .article_already_read {}
