@charset "utf-8";
/* CSS Document */
@import url("css/common.css?20250417");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700&display=swap');


/* ++++++++++++++++
+ 初期のスタイル
++++++++++++++++ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-ms-text-size-adjust: 100%;
	font-family:  'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: left;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#707070;
	font-size:100%;
}
a {
	color:#000000;
	text-decoration:none;
	-moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
a:hover {
	color:#00b3e5;
}
a img {
	border: none;
}
img {
   vertical-align: bottom;
}
li,ol {
   list-style: none;
}
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border-style: none;
  border-radius: 0; }

/* ++++++++++++++++
+
+ ページナビ
+
++++++++++++++++ */
.wp-pagenavi {
	position: relative;
	width:100%;
	clear:both;
	text-align:center;
	font-size:1.8rem;
}

@media screen and (min-width: 0px) and (max-width: 560px) {
	.wp-pagenavi {
		margin-top: 20px;
		margin-bottom: 40px;
		padding-top: 18px;
	}
}
@media screen and (min-width: 561px) and (max-width: 960px) {
	.wp-pagenavi {
		margin-top: 40px;
		margin-bottom: 60px;
		padding-top: 18px;
	}
}
@media print, screen and (min-width: 961px)  {
	.wp-pagenavi {
		margin-top: 60px;
		margin-bottom: 80px;
		padding-top: 18px;
	}
}

.wp-pagenavi .first {
	display:none;
}
.wp-pagenavi span {
	margin-bottom:10px;
}
@media screen and (min-width: 0px) and (max-width: 599px) {
	/*次へ*/
	.wp-pagenavi .nextpostslink {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 22px;
		right: 5%;
		text-indent: 100%;
		color: #FFFFFF;

	}
	.wp-pagenavi .nextpostslink::before {
		content: "";
		position: absolute;
		top: 14px;
		right: 10px;
		width: 14px;
		height: 2px;
		display:inline-block;
		background-color: #DC000C;
	}

	.wp-pagenavi .nextpostslink::after {
		content: "";
		position: absolute;
		top: 9px;
		right: 10px;
		width: 10px;
		height: 10px;
		display:inline-block;
		text-indent: -9999px;
		border-right: 2px solid #DC000C;
		border-top: 2px solid #DC000C;
		transform: rotate(45deg);
	}
	/*戻る*/
	.wp-pagenavi .previouspostslink {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 22px;
		left: 5%;
		text-indent: 100%;
		color: #FFFFFF;
	}
	.wp-pagenavi .previouspostslink::before {
		content: "";
		position: absolute;
		top: 14px;
		left: 10px;
		width: 14px;
		height: 2px;
		display:inline-block;
		background-color: #DC000C;
	}
	.wp-pagenavi .previouspostslink::after {
		content: "";
		position: absolute;
		top: 9px;
		left: 10px;
		width: 10px;
		height: 10px;
		border-left: 2px solid #DC000C;
		border-top: 2px solid #DC000C;
		transform: rotate(-45deg);
	}
}
@media print, screen and (min-width: 600px)  {
	/*次へ*/
	.wp-pagenavi .nextpostslink {
		width: 10px;
		height: 10px;
		position: absolute;
		top: 38px;
		display:inline-block;
		text-indent: 100%;
		border-right: 3px solid #DC000C;
		border-top: 3px solid #DC000C;
		transform: rotate(45deg);
		margin-left:22px;
		color: #FFFFFF;
	}
	.wp-pagenavi .nextpostslink::before {
		content: "";
		position: absolute;
		top: 3px;
    right: -4px;
    width: 18px;
    height: 3px;
		display:inline-block;
		background-color: #DC000C;
		transform: rotate(-45deg);	}
	/*戻る*/
	.wp-pagenavi .previouspostslink {
		width: 10px;
		height: 10px;
		position: absolute;
		top: 38px;
		display:inline-block;
		text-indent: 100%;
		border-left: 3px solid #DC000C;
		border-top: 3px solid #DC000C;
		transform: rotate(-45deg);
		margin-left:-32px;
		color: #FFFFFF;
	}
	.wp-pagenavi .previouspostslink::before {
		content: "";
		position: absolute;
		top: 4px;
    left: -4px;
    width: 18px;
    height: 3px;
		display:inline-block;
		background-color: #DC000C;
		transform: rotate(45deg);	}
	.wp-pagenavi .previouspostslink:hover {
		margin-left:-37px;
	}
	.wp-pagenavi .nextpostslink:hover {
		margin-left:27px;
	}
}
.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
}
.wp-pagenavi a:visited {
	text-decoration: none;
}
.wp-pagenavi a:hover {
	opacity:0.5;
}
.wp-pagenavi a:active {
	text-decoration: none;
}
.wp-pagenavi span.pages {
	display:none;
}



@media screen and (min-width: 0px) and (max-width: 599px) {
	/*見ている*/
	.wp-pagenavi span.current {
		width: 33px;
		height: 33px;
		line-height: 33px;
		color: #000000;
		text-align:center;
		display:inline-block;
		margin-left:6px;
		margin-right:6px;
		text-indent:0;
		border: thin solid #DC000C;
		color: #000000;
		border-radius: 50%;
	}
	.wp-pagenavi span.extend {
		display:none;
	}
	.wp-pagenavi .page {
		width: 33px;
		height: 33px;
		line-height: 33px;
		text-align:center;
		display:inline-block;
		color: #000000;
		margin-left:6px;
		margin-right:6px;
		text-indent:0;
		border-radius: 50%;
	}
}
@media print, screen and (min-width: 600px)  {
	/*見ている*/
	.wp-pagenavi span.current {
		width: 50px;
		height: 50px;
		line-height: 50px;
		color: #000000;
		text-align:center;
		display:inline-block;
		margin-left:10px;
		margin-right:10px;
		text-indent:0;
		border: thin solid #DC000C;
		color: #000000;
		border-radius: 50%;
	}
	.wp-pagenavi span.extend {
		display:none;
	}
	.wp-pagenavi .page {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align:center;
		display:inline-block;
		color: #000000;
		margin-left:10px;
		margin-right:10px;
		text-indent:0;
		border-radius: 50%;
	}
}

.wp-pagenavi .page:hover {
	background-color: #CCCCCC;
	color: #000000;
	-moz-transition: all 0.26s ease-out;
	-o-transition: all 0.26s ease-out;
	-webkit-transition: all 0.26s ease-out;
	-ms-transition: all 0.26s ease-out;
}
.wp-pagenavi .last {
		display:none;
}

div.wpcf7-mail-sent-ok {
	display: none  !important;
border: 2px solid #FFFFFF !important;
}
