@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #eee;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, body { font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',sans-serif; } /* IE11 */
}

.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
	font-weight: bold;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 20px;
}
.liststyle_disc li {
	margin-bottom: 5px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #126EAE;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}
.swap {
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #126EAE;}
.c_green { color: #189249;}
.c_orange { color: #ee761b;}
.c_pink { color: #ff3366;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}


/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transform: translate(0,30px); 
	-moz-transform: translate(0,30px);
	-webkit-transform: translate(0,30px); 
	-o-transform: translate(0,30px);
	-ms-transform: translate(0,30px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 12px 10px;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	word-wrap: break-word;
}
th {
	background: #fff;
}
td {
	background: #fff;
}
.tbl_contact td {
	background: #fff;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fffcec;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fffcec;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox {
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
    pointer-events: none;
}
.selectbox::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
    pointer-events: none;
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border: 1px solid #0094da;
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 190;
	background: #eee;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.area_drawermenu.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.area_drawermenu .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 80px 20px 40px;
}
.list_drawermenu {
	margin: 0 0 30px;
}
.list_drawermenu li {
	position: relative;
}
.list_drawermenu li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
 }
.list_drawermenu li a {
	display: block;
	width: 100%;
	padding: 25px 10px;
	border-bottom:  1px dotted #ccc;
	color: #333;
}
.list_drawermenu li a:hover {
	border-bottom:  1px dotted #ccc;
	color: #333;
	background: #ddd;
}

.drawermenu_closebtn {
	display: inline-block;
	visibility: hidden;
	z-index: 1001;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 8px 0;
	font-size: 160%;
	-webkit-transition: ease-out .5s;
	-ms-transition: ease-out .5s;
	-o-transition: ease-out .5s;
	transition: ease-out .5s;
}
.drawermenu_closebtn.active {
	visibility: visible;
	bottom: 0;
}
.header_menubtn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	width: 54px;
	height: 54px;
	text-align: center;
	cursor: pointer;
	background: #0094da;
}
.header_menubtn p {
    font-size: 1rem;
    text-align: center;
    margin: 6px 0 0;
    font-family: 'Poppins', sans-serif;
    color: white;
}
.header_menubtn p.close {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
	display: block;
	color: white;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 30px;
    height: 21px;
    top: 10px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: white;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 9px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}
.active .menu_trigger span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background: white;
}
.active .menu_trigger span:nth-of-type(2) {
	opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background: white;
}




/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover_header {
	padding: 120px 0;
	width: 100%;
	background: url(../images/mainimg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.ttl_main {
	margin: 0 0 30px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: .1em;
}
.ttl_cont01 {
	margin: 0 0 60px;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.ttl_cont02 {
	margin: 0 0 20px;
	padding-left: 15px;
	border-left: 5px solid #aaa;
	font-size: 1.8rem;
	font-weight: normal;
}
.ttl_cont03 {
	margin: 0 0 30px;
	font-size: 2.4rem;
	font-weight: 500;
}
.block_contents {
	margin: 0 0 10px;
	padding: 80px 0;
}
.block_contents_inner {
	margin: 0 0 80px;
}
.wrap {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
.wrap_960 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}


.block_search {
	width: 100%;
	padding: 15px;
	background: #fff;
}
.block_search > div {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.input_search {
	width: 400px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #eee;
}
.btn_search {
	width: 80px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #333;
	color: #fff;
}
.list_search li {
	position: relative;
}
.list_search li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
 }
.list_search li a {
	display: block;
	width: 100%;
	padding: 25px 10px;
	border-bottom:  1px dotted #ccc;
	color: #333;
}
.list_search li a:hover {
	border-bottom:  1px dotted #ccc;
	color: #333;
	background: #ddd;
}





.block_menu {
  display: flex;
  flex-wrap:wrap; 
}
.block_menu > div.box {
	position: relative;
	width: 32%;
	margin: 0 2% 2% 0;
}
.block_menu > div:nth-child(3n) {
	margin: 0 0 2% 0;
}
.block_menu .numbering {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	background: #fff;
	border-radius: 50%;
	color: #0094da;
	font-weight: 700;
	font-size: 1.6rem;
	z-index: 2;
	text-align: center;
}
.block_menu .box a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
	border-radius: 10px;
}
.block_menu .box a > div.pic::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block_menu .box a:hover > div.pic::after {
  background-color: rgba(0,154,218,0.5);
}
.block_menu .box a > div.pic {
  overflow: hidden;
  width: 100%;
  height: 220px;
}
.block_menu .box a > div.pic img {
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: "object-fit: cover;";
}
.block_menu .box a:hover > div.pic img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.block_menu .txt {
  padding: 20px;
} 
.block_menu .txt .ttl {
  margin: 0 0 10px;
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
} 
.block_menu .txt .cap {
	color: #777;
  font-size: 1.4rem;
} 
.block_menu .txt .date {
	margin: 0;
	color: #aaa;
  font-size: 1.2rem;
} 



.contact_box > a div:after {
	content: "\f0da";
	display: inline-block;
	font-size: 1.2rem;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-left: 5px;
	position: absolute;
	right: 7px;
}
.contact_box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 20px;
	max-width: 900px;
	width: 100%;
}
.contact_box > a {
	width: 32%;
	display: block;
	border: 1px solid #aaa;
	font-size: 1.3rem;
	padding: 10px;
	text-align: center;
}
a.contact_mail {
	color: #333;
}
a.contact_mail:hover {
	background: #dcdcdc;
}
.contact_box > a i {
    display: block;
    margin-bottom: 15px;
    padding-top: 8px;
    font-size: 2.5rem;
}
a.contact_mail i {
    color: #0094da;
}
.contact_box > a div:after {
	margin-left: 15px;
	position: static;
}
a.contact_feed img {
	max-width: 130px;
	width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 6px;
}
a.contact_feed:hover {
	background: #dcdcdc;
}
a.contact_sokuhou {
	background: url(../images/sample.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
a.contact_sokuhou > div {
	padding-top: 15px;
	font-size: 1.5rem;
}
a.contact_sokuhou:hover {
	opacity: .7;
}




.footer {
	padding: 30px 0 50px;
	text-align: center;
}
.copyright {
	margin: 0;
	color: #aaa;
	font-size: 1.2rem;
}









.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 18px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.pagetop a:hover {
	opacity: 0.5;
}

.btnarea1 {
	padding: 50px 0 0;
	text-align: center;
}
.btnarea2 {
	padding: 15px 0 0;
	text-align: center;
}
.btn01 a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 260px;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 5px;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
	z-index: 1;
}
.btn01 a:hover {
	background: #333;
	color: #fff;
}

.btn02 a {
	display: inline-block;
	padding: 10px;
	background: #333;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
}
.btn02 a:hover {
	background: #f4a9bb;
}

.wp-block-image img {
	border: 2px solid #ddd;
}


/* layout_subpage
-----------------------------------------------------------*/
.cover_header_sub {
	padding: 50px 0;
	width: 100%;
	background: url(../images/mainimg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.ttl_main_sub {
	margin: 0;
	color: #fff;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: .1em;
}




.topicpath {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.topicpath ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
.topicpath li {
	display: inline;
	font-size: 1.2rem;
}
.topicpath li a {
	padding-right: 8px;
	color: #0094da;
}
.topicpath li a:after {
	content: "\f0da";
	font-family:'Font Awesome 5 Free','FontAwesome';
	padding-left: 12px;
}


/* layout_post */
.box_post2 {
	margin: 0 0 40px;
	padding: 50px 140px 80px;
	background: #fff;
	border-radius: 10px;
}
.box_post2 .info {
	margin: 0 0 60px;
	padding: 0 0 30px;
	border-bottom: 1px solid #ccc;
}
.box_post2 .date {
	margin: 0;
	 color: #aaa;
	 font-size: 1.2rem;
}
.box_post2 .ttl {
	margin: 0 0 10px;
	color: #333;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.box_post2 .ttl span {
	display: inline-block;
	margin: 0 15px 0 0;
	color: #0094da;
}

.box_post2 .read{
	margin: 0 0 30px;
	color: #0094da;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.entry-content ul {
	margin-bottom: 27px;
	list-style: disc;
}
.entry-content ol {
	margin-bottom: 27px;
	list-style: decimal;
}
.entry-content li {
	margin: 0 0 5px 25px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px;
}
.entry-content h1 {
	font-size: 180%;
}
.entry-content h2 {
	font-size: 160%;
}
.entry-content h3 {
	font-size: 150%;
}
.entry-content h4 {
	font-size: 140%;
}
.entry-content h5 {
	font-size: 120%;
}
.entry-content h6 {
	font-size: 110%;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.entry-content a {
	color: #4954eb;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #189249;
}
.paging{
	overflow: hidden;
	margin: 0 0 60px ;
	list-style-type: none;
	text-align: center;
}
.paging li {
	display: inline-block;
	margin-left: 5px;
}
.paging a,
.paging span{
	display: block;
	text-align: center;
	padding: 5px 15px;
	border: 1px solid #333;
	border-radius: 5px;
	color: #333;
	font-size: 1.4rem;
}
.paging a:hover{
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
a.pages {
	display: inline-block;
	text-align: center;
	margin: 0 0 5px;
	padding: 5px 15px;
	border: 1px solid #333;
	border-radius: 5px;
	color: #333;
	font-size: 1.4rem;
}
span.pages {
	display: inline-block;
	text-align: center;
	margin: 0 0 5px;
	padding: 5px 15px;
	background: #333;
	border: 1px solid #333;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
}
a.pages:hover{
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

/* layout_contact */
.btnarea_contact {
	padding: 30px 0 0;
	text-align: center;
}
.btnarea_contact li {
	display: inline-block;
	margin: 0 3px;
}
.btnarea_contact .btnstyle01 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	border-radius: 5px;
	background: #bf0000;
}
.btnarea_contact .btnstyle02 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	border-radius: 5px;
	background: #333;
}

.wp-block-image {
	margin-bottom: 40px!important;
}

#toc_container {
	margin-bottom: 50px;
	padding: 25px 35px;
	width: 100%!important;
	background: #f1f1f1;
}
p.toc_title {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}
ul.toc_list {
	margin-bottom: 0;
	list-style: none;
}
ul.toc_list li {
	margin: 0 0 5px 0;
}
.toc_number {
	margin-right: 10px;
	font-weight: 500;
	color: #000;
}
.toc_number {
	margin-right: 10px;
	font-weight: 500;
	color: #000;
}
.toc_list a {
	text-decoration: none;
}

.post_footer {
	margin-top: 80px;
	padding: 15px 20px;
	text-align: center;
	background:#e2e2e2;
	border-radius: 8px;
}



/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 768px) {
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

.input_search {
	width: calc(100% - 85px);
}



.block_menu {
  display: flex;
  flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content :space-between;
}
.block_menu > div.box {
	width: 48%;
	margin: 0 0 2%;
}
.block_menu .box a > div.pic {
  overflow: hidden;
  width: 100%;
  height: 160px;
}
.block_menu .txt {
  padding: 15px;
} 
.block_menu .txt .ttl {
  font-size: 1.6rem;
} 

.contact_box {
	max-width: 280px;
	width: 100%;
}
.contact_box > a {
	width: 100%;
	margin: 0 0 15px;
}


/* layout_post */
.box_post2 {
	padding: 30px;
	border-radius: 10px;
}
.box_post2 .info {
	margin: 0 0 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.box_post2 .ttl {
	font-size: 3rem;
}
.box_post2 .read{
	margin: 0 0 30px;
	font-size: 2.1rem;
}



}

