@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */


@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#logo-sub {
		display: none;
	}

	.sp-header {
		display: none;
	}

	#scrollTop {
		display: none;
	}
}


/* Windows */
@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local('YuGothic-Medium'),
		/* Mediumを明示的に指定 */
		local('Yu Gothic Medium'),
		/* Chrome用 */
		local('YuGothic-Regular');
	/* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local('YoGothic-Bold'),
		/* Boldはそのまま */
		local('Yu Gothic');
	/* Chrome用 */
}

.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #333333;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: 5px;
	color: #ff5353;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

.none_text {
	display: none;
}




a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}



body,
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 140%;


}



ol,
ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}


@media screen and (min-width: 768px) {
	.sp-disp {
		display: none !important;
	}

}

@media screen and (max-width: 767px) {
	.pc-disp {
		display: none !important;
	}

}

@media screen and (min-width: 861px) {
	.sp-disp860 {
		display: none !important;
	}

}

@media screen and (max-width: 860px) {
	.pc-disp860 {
		display: none !important;
	}

}


.hideAnchor {
	display: block;
	height: 0px;
	/height: 1px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -116px;
	padding-bottom: 116px;
}



#lay-container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
	position: relative;
}



#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
	margin-bottom: 0;

}


#scrollTop img {
	width: 60px;
}


.skip-header a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}




#pc-header {
	width: 100%;
	position: fixed;
	z-index: 9998;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
}


.pc-logo {
	width: 330px;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

.pc-logo img {
	width: 100%;
}

#header {
	width: 100%;
}


#headerInner {
	width: 100%;
	padding-bottom: 5px;
}

#headerInner table {
	width: 100%;
}

.headerInner-l {
	width: 10px;
}

.headerInner-r {
	width: auto;
	text-align: right;
	padding-top: 10px;
	clear: both;
}



.headerInner-r .header-oyakudachi {
	display: inline-block;
	width: 155px;
	margin-right: 5px;
}

.headerInner-r .header-oyakudachi a img {
	width: 100%;
}




.headerInner-r .header-contact {
	display: inline-block;
	width: 155px;

}

.headerInner-r .header-contact a img {
	width: 100%;
}

.headerInner-r form {}

.pc-search {
	display: inline-block;
	width: 170px;
	float: right;
	text-align: right;
	margin-right: 20px;
}



.input_item {
	width: 165px;
	height: 47px;
	padding: 10px 32px 10px 10px;
	font-size: 12px;
	color: #787878 !important;
	border-radius: 0 !important;
	border: 1px solid #ccc;
}


#searchsubmit {
	height: 25px;
	margin-left: -30px;
}



#globalNav {
	width: 100%;
}

#globalNavInner {
	width: 100%;
	padding: 0 20px 0 0;
}



#globalNavInner ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	font-size: 100%;
	justify-content: right;
	padding-bottom: 5px;
}

#sub-header #globalNavInner ul {
	justify-content: flex-end;
}


#globalNavInner ul li {
	text-align: center;
	padding: 6px 0;
}


#globalNavInner ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0;
}

#globalNavInner ul li a span {
	display: block;
	border-left: #ccc solid 1px;
	padding: 0 20px;
	line-height: 100%;
}

#globalNavInner ul li:first-child a span {
	border-left: none;
}

#globalNavInner ul li:last-child a span {
	padding: 0 0 0 20px;
}



/* プルダウン Nav
================================================== */

#globalNavInner {
	position: relative;
}





#globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
	width: 300px;
}


#globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 90%;
	transition: .4s;

}

#globalNavInner>ul .child li:nth-child(odd) {
	background-color: #d2e5ef;
}

#globalNavInner>ul .child li:nth-child(even) {
	background-color: #bed7e5;
}


#globalNavInner>ul .child li:last-child {}

#globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	text-align: left;
	border-left: none;
}

#globalNavInner>ul .child li a:hover {
	color: #fff;
}

#globalNavInner>ul .child li:hover {
	background-color: #2870b2;
}

.header-bottom {
	padding-top: 115px;
}





@media screen and (max-width: 1140px) {

	.pc-logo {
		width: 300px;
		top: 15px;

	}

	#globalNavInner ul li a span {
		padding: 0 15px;
	}

	#globalNavInner ul li:last-child a span {
		padding: 0 0 0 15px;
	}


}



@media screen and (max-width: 1020px) {

	.pc-logo {
		width: 345px;
		top: 10px;
	}

	@media screen and (max-width: 930px) {
		.pc-logo {
			width: 300px;
			top: 17px;
		}

		.headerInner-r {
			padding-top: 15px;
		}
	}


	#globalNavInner ul li a span {
		padding: 0 8px;
	}

	#globalNavInner ul li:last-child a span {
		padding: 0 0 0 8px;
	}

}

@media screen and (max-width: 900px) {


	#globalNavInner ul li a span {
		font-size: 90%;
	}


}





/*メニュー関係終わり
---------------------------------------------------------------*/




/* トップ
================================================== */






#content {
	width: 100%;
	padding-bottom: 60px;
}

#home #content {
	padding-bottom: 0px;
}


.top0-ul {
	width: 100%;
	display: inline-flex;
}

.top0-ul li {
	width: 50%;
}

.top0-ul li img {
	width: 100%;
	display: block;
}

.wrap-pr{

	background-color: #E1E8ED;
}
ul.pr-ul{
		font-weight: bold;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
}
ul.pr-ul li{
		font-weight: bold;
}

ul.pr-ul li .td-span {
	width: 120px;
	display: table-cell;
}
ul.pr-ul li .title {
	width: auto;
	display: table-cell;
}


@media screen and (max-width: 860px) {
ul.pr-ul li .td-span {
	display: block;
}
ul.pr-ul li .title {
	display: block;
}

}



ul.pr-ul li a{
	color:#286FB2
}

.top1 {
	width: 100%;
	position: relative;
	margin-top: -10px;
}


.top1-inner-pc,
.top1-inner-sp {
	width: 100%;
}

.top1-inner-pc .slick-box li img,
.top1-inner-sp .slick-box li img {
	width: 100%;
	display: block;
}





.top1-copy {
	width: 100%;
	position: absolute;
	top: 12%;
	text-align: center;
}

.top1-copy img {
	width: 60%;
	max-width: 700px;
}

.top1-sodan {
	width: 58px;
	position: fixed;
	top: 30%;
	z-index: 9999;
	left: 95%;
}

.top1-sodan.madoguchi {
	width: 58px;
	position: fixed;
	top: 50%;
	z-index: 9999;
	left: 95%;
}

.top1-sodan img {
	width: 100%;
}




.top2 {
	width: 100%;
	background-color: #e1e8ed;
	margin-top: -10px;
}

.top2-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px;
}

.top2 table {
	width: 100%;
}

.top2 table th {
	width: 280px;
	vertical-align: middle;
}

.news-title {
	font-size: 240%;
	color: #01295c;
	margin-bottom: 10px;
}

.news1,
.news2,
.news3,
.news4 {
	display: inline-block;
	width: 64px;
}

.news1 {
	border-top: 2px solid #ff0000;
}


.news1 a:link {
	display: block;
	padding: 2px 0;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	color: #3e3a39;
}

.news2 a:link,
.news3 a:link,
.news4 a:link {
	display: block;
	padding: 3px 3px;
	font-size: 70%;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.news1 a {
	background-color: #fff;
}

.news2 a {
	background-color: #01295c;
}

.news3 a {
	background-color: #3887be;
}

.news4 a {
	background-color: #72b9dd;
}

.news2 a:hover,
.news3 a:hover,
.news4 a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.more-link {
	margin-top: 20px;
	text-align: center;
}

.more-link a:link {
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_news.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 7px;
	font-size: 75%;
	padding: 10px 30px 10px 13px;
	border: 1px solid #d1d1d1;
}

.more-link a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}




.top2 table td {
	width: auto;
	vertical-align: top;
	padding-left: 30px;
	font-size: 95%;
}


.top2-ul li {
	margin-bottom: 10px;
}


.top2-ul li .td-span {
	display: table-cell;
	width: 190px;
}


.top2-ul li .date {
	display: inline-block;
	/* width: 90px; */
	letter-spacing: 0;
	margin-right: 10px;
}

.top2-ul li .list-category-mark {
	display: inline-block;
	width: 73px;
	padding: 3px 0;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.list-category-news-01 {
	background-color: #01295c;
}

.list-category-news-02 {
	background-color: #3887be;
}

.list-category-news-03 {
	background-color: #72b9dd;
}


.top2-ul li .title {
	display: table-cell;
	width: auto;
	padding-left: 7px;
	letter-spacing: 2px;
}

.top2-ul li .title a {
	text-decoration: none;
}

.top2-ul li .title a:hover {
	text-decoration: underline;
}


.news-1,
.news-2,
.news-3,
.news-4 {
	display: none;
}



@media screen and (max-width: 860px) {

	.news-title {
		margin-bottom: 0px;
	}




	.top2 table tr,
	.top2 table th,
	.top2 table td {
		display: block;
	}

	.top2 table th,
	.top2 table td {
		width: 100%;
	}

	.top2 table th {

		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	.top2 table td {

		padding-left: 0;
		padding-top: 20px;
	}

	.top2-ul li {
		margin-bottom: 15px;
		line-height: 120%;
	}

	.top2-ul li .td-span {
		display: block
	}


	.top2-ul li .title {
		display: block;
		width: 100%;
		margin-top: 5px;
	}


	.more-link {
		text-align: center;
	}

}

@media screen and (max-width: 767px) {

	.top2-ul li .date {
		width: 85px;
	}

}



.top3 {
	width: 100%;
	background-color: #fff;
}

.top3-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px;

}

.top3 h2 {
	text-align: center;
	font-size: 240%;
	color: #01295c;
	margin-bottom: 30px;
}


.top3-ul {
	display: inline-flex;
	flex-wrap: wrap;
}

.top3-ul li {
	width: 30.33%;
	margin: 0 1.5%;
	margin-bottom: 30px;

}


.top3-ul li .thumb {
	display: block;
}

.top3-ul li .thumb img {
	width: 100%;
	display: block;
	object-fit: contain;
	border: 1px solid #ccc;
}


.top3-ul li .title {
	display: block;
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
}

.top3-ul li .title a {
	text-decoration: none;
}






}

.more-link.grey {
	text-align: center;
}

.more-link.grey a:link {
	background-color: #e1e8ed;
	text-decoration: none;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	padding: 14px 30px 14px 14px;
	font-weight: bold;
	font-size: 85%;
	border: none;
}


.top4 {
	width: 100%;
	background-color: #f5f0ee;
}

.top4-inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 20px;
}

.top4 h2 {
	text-align: center;
	font-size: 220%;
	color: #01295c;
	margin-bottom: 10px;
}

.h2-sub {
	text-align: center;
	margin-bottom: 48px;
	font-weight: bold;
	margin-top: 22px;
}


.top4-ul {
	display: inline-flex;
	flex-wrap: wrap;
}

.top4-ul li {
	    width: 22%;
    margin: 20px 1.5% 0 1.5%;
	margin-bottom: 30px;
	position: relative;
}


.top4-ul li .thumb {
	display: block;
	margin-bottom: 5px;
}

.top4-ul li .thumb img {
	width: 100%;
	display: block;
}


.li-con {
	background-image: url(../images/arrow_maru.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 4px;
	padding-left: 9px;
	font-size: 80%;
	font-weight: bold;
}


.top4-cate {
	position: absolute;
    top: -8%;
    left: 4%;
    width: 30%;
}

.top4-cate img {
	width: 100%;
}


@media screen and (max-width: 860px) {

	.top4-ul li {
		width: 47%;

	}

}


@media screen and (max-width: 500px) {

	.top4 h2 {
		font-size: 180%;
	}

}







.top5 {
	width: 100%;
	background-color: #fff;
	position: relative;
}

.top5-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 60px 20px;
}

.top5 h2 {
	text-align: center;
	font-size: 220%;
	color: #01295c;
	margin-bottom: 10px;
}

.top5-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.top5-ul li {
	width: 32.33%;
	margin: 0 0.5% 20px 0.5%;

}


.top5-ul li a {
	display: block;
	background-color: #bed7e5;
	padding: 25px 30px 25px 25px;
	background-image: url(../images/arrow_b.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	line-height: 145%;
}

.top5-ul li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.fukuchan2 {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	text-align: right;
	padding-right: 2%;
}

.fukuchan2 img {
	width: 35%;
}


@media screen and (max-width: 950px) {

	.top5-ul li {
		width: 49%;
	}

}

@media screen and (max-width: 767px) {
	.top4-inner {
		padding: 60px 20px 75px 20px;
	}
}

@media screen and (max-width: 600px) {

	.top4-inner {
		padding: 60px 20px 60px 20px;
	}

	.top5-ul li {
		width: 99%;

	}

	.fukuchan2 {
		top: -6%;
	}


}





.top6 {
	width: 100%;
	background-color: #e1e8ed;
}

.top6-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 60px 20px;
}

.top6 table {
	width: 100%;
}

.top6 table .td-l {
	width: 25%;
	vertical-align: middle;
}

.top6 .mark {
	text-align: left;
	padding-right: 40px;
}

.top6 .mark img {
	width: 100%;
}

.top6 table .td-r {
	width: 75%;
	vertical-align: top;
}

.top6 table .td-r h2 {
	text-align: left;
	font-size: 220%;
	color: #2870b2;
	margin-bottom: 30px;
	line-height: 135%;
}

.top6 table .td-r h2 span {
	display: block;
	margin-bottom: 20px;
	color: #01295c;
	font-size: 80%;
}

.top6 table .td-r p {
	font-size: 87.5%;
	line-height: 215%;
	margin-bottom: 20px;
}

.more-link.white {
	text-align: center;
}

.more-link.white a:link {
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	padding: 14px 30px 14px 14px;
	font-weight: bold;
	font-size: 85%;
	border: none;
}

.fukuchan {
	position: absolute;
	top: -5%;
	left: 80%;
	width: 20%;
}

.fukuchan img {
	width: 100%;
}

@media screen and (max-width: 767px) {

	.top6 table .td-r {
		width: 100%;
	}

	.top6 table .td-r h2 {
		margin-bottom: 0;
	}


	.top6 table .td-r h2 span {
		margin-bottom: 0;
	}


	.top6 .mark img {
		width: 30%;
		max-width: 175px;
		padding: 10px 0;
	}

	.top6 table .td-r p {
		margin-top: 30px;
	}


}


.top7 {
	width: 100%;
	background-color: #f8f5f3;
}

.top7-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 60px 20px;
}

.top7 h2 {
	text-align: center;
	font-size: 220%;
	color: #01295c;
	margin-bottom: 30px;
}



table.top7-1 {
	width: 100%;
	background-color: #fff;
}

table.top7-1 td.td-l {
	width: 64%;
	padding: 3%;
	vertical-align: middle;
}

table.top7-1 td.td-l img {
	width: 100%;
}

table.top7-1 td.td-r {
	width: 36%;
	vertical-align: middle;
	padding: 3%;
}

table.top7-1 td.td-r img {
	width: 100%;
	border: 1px solid #ccc;
}

.top7-tel {
	margin-bottom: 0%;
}

.top7-tel {
	width: 100%;
	padding-left: 0;
	color: #01295c;
	line-height: 95%;
	padding-bottom: 10px;
}

.top7-tel a:link {
	color: #01295c;
}

.top7-tel span {
	color: #595757;
}

.top7-fax img {
	max-width: 520px;
}


@media screen and (min-width: 461px) {
	.sp-disp460 {
		display: none
	}
}

@media screen and (max-width: 460px) {

	.pc-disp460 {
		display: none
	}

	table.top7-1 tr,
	table.top7-1 td {
		display: block;
	}

	table.top7-1 td.td-l,
	table.top7-1 td.td-r {
		width: 100%;
	}

	.top7-mail a:link {
		display: block;
		padding: 16px 18px 16px 45px;
		font-size: 130%;
		color: #2870b1;
		font-weight: bold;
		border: 1px solid #ccc;
		text-decoration: none;
		background-image: url(../images/f_mail.png), url(../images/arrow_b.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left 15px center, right 15px center;
		background-size: 26px, 12px;
	}

}




.top7-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 10px 10px;
	background-color: #e1e8ed;
}

.top7-li-wrap {
	padding: 10px 10px 0 10px;
	border-left: 1px solid #ccc;
}

.top7-ul li:first-child .top7-li-wrap {
	border-left: none;
}

.top7-ul li {
	width: 33.333%;
}




.top7-li-title {
	display: table-cell;
	padding: 10px 10px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background-color: #2870b2;
	font-size: 80%;
	line-height: 130%;
	font-weight: bold;
}




.top7-li-tel {
	padding: 5px 0 0 5px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

.top7-li-tel span {
	font-size: 65%;
	color: #2870b2;
	letter-spacing: 1px;
}

.top7-sodan {
	margin-top: 40px;
	text-align: center;
}

.top7-sodan img {
	width: 100%;
	max-width: 800px;
}



@media screen and (max-width: 767px) {

	.top7-ul li {
		width: 100%;
	}

	.top7-li-wrap {
		border-left: none;
	}

	.top7-sodan img {
		max-width: 500px;
	}

}


.top8 {
	width: 100%;
	background-color: #fff;
}

.top8-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 60px 20px;
}

.top8 h2 {
	text-align: center;
	font-size: 220%;
	color: #01295c;
	margin-bottom: 30px;
}

.top8-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.top8-ul li {
	width: 19%;
	margin: 0 0.5% 1% 0.5%;
}

.top8-ul li img {
	width: 100%;
	border: 1px solid #cecece;
}

@media screen and (max-width: 560px) {
	.top8-ul li {
		width: 49%;
		margin: 0 0.5% 1% 0.5%;
	}

}


#footer {
	width: 100%;
	background-color: #01295c;
}


.footer-inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 45px 20px;
	color: #fff;
}

.footer-inner a:link {
	color: #fff;
	font-weight: bold;
}

.footer-ul-1 {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 80%;
}

.footer-ul-1-li-l,
.footer-ul-1-li-r {
	width: 50%;
}

.footer-info {
	line-height: 150%;
}

.footer-logo {
	margin-bottom: 15px;
	font-size: 150%;
	font-weight: bold;
}

.footer-logo span {
	display: block;
	font-size: 80%;
	margin-bottom: 5px;
	font-weight: bold;
}


.tel span a {
	text-decoration: none;
	pointer-events: none;
}

.copy {
	font-size: 80%;
	margin-top: 20px;
}




.footer-ul-2 {
	width: 100%;
	display: inline-flex;
	justify-content: right;

}

.footer-ul-2 li {
	border-right: 1px solid #fff;
	padding: 0 12px;
	line-height: 130%;
}

.footer-ul-2 li:last-child {
	border-right: none;
}

.footer-ul-2 li a {
	text-decoration: none;
	color: #fff !important;
}

.footer-ul-2 li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}


@media screen and (max-width: 1000px) {
	.add span {
		display: block;
	}
}

@media screen and (max-width: 767px) {

	.footer-inner {
		padding: 40px 0px 45px 0px;
	}


	.footer-ul-2 {
		justify-content: center;

	}

	.footer-ul-1-li-l,
	.footer-ul-1-li-r {
		width: 100%;
	}

	.footer-ul-1-li-l {
		order: 2;
		text-align: center;
	}

	.footer-ul-1-li-r {
		order: 1;
		padding-bottom: 30px;
	}



}



/* コンテンツページ関係始まり
==================================================
*/


.cat-img-wrap {
	position: relative;
	background-color: #e0e7ed;
	padding: 60px 20px;
}

.cat-img {
	display: none;
}

/*
.cat-img img {
	vertical-align: bottom;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}
*/
.puchisuma .cat-img img {
	height: 100px;
}

.cat-img img {
	width: 100%;
	display: block;
	height: 150px;
	object-fit: cover;
	vertical-align: bottom;

}


.cat-img-con {

	width: 100%;

	text-align: center;
	font-size: 200%;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding-bottom: 8px;
	color: #01295c;
}


@media screen and (max-width: 970px) {

	.cat-img-con {
		font-size: 200%;
		letter-spacing: 2px;

	}

}

@media screen and (max-width: 800px) {

	.cat-img-con {
		padding: 0 20px;
	}
}

.cat-img-con span {}





#home #breadCrumb {
	display: none;
}

#breadCrumb {
	width: 100%;
	font-size: 80%;
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
}

#breadCrumb a {}

#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px;
	font-size: 100%;
}


#breadCrumb p {
	margin-left: 0px;

}




.scrText {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper {
	padding: 0px;
}

.contentListWrapper {
	padding: 0px;
}

#content-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}

#main {
	width: 73%;
	float: left;
}

#main2 {
	width: 100%;
}


/* 扉ページ
*********************************************/
.body-page #main2 {
	display: grid;
	grid-template-columns: 75% 20%;
	justify-content: space-between;
	align-items: flex-start;
}


.body-page .contentListWrapper {
	position: sticky;
	top: 130px;
}

.body-page .contentListWrapper h3 {
	padding: 15px 15px;
	background: #2870b2;
	color: #fff;
	line-height: 140%;
}

.body-page .contentListWrapper .pageList {
	border: 1px solid #2870b2;
}

.body-page .contentListWrapper .pagelist-item {
	border: none;
	border-bottom: 1px dotted #2870b2;
	width: 100%;
	margin-bottom: 0;
}

.body-page .contentListWrapper .pagelist-item .title {
	background: none;
	padding: 10px;
	font-weight: normal;
	font-size: 0.875em;
}

.body-page .contentListWrapper .pagelist-item a {
	padding: 0;
}

.body-page .contentListWrapper .pagelist-item:last-child {
	border: none;
}

@media screen and (max-width: 1000px) {

	.body-page .contentListWrapper {
		position: unset;
	}

	.body-page #main2 {
		grid-template-columns: 100%;
	}

	.body-page .contentListWrapper {
		margin-top: 70px;
	}
}

@media screen and (max-width: 811px) {
	.body-page .contentListWrapper {
		margin-top: 40px;
	}
}



/*　業務案内
*********************************************/

li.pagelist-item.current-category_about-item {
	width: 31.3%;
	margin: 1%;
	/* margin-bottom: 2%; */
	border: 1px solid #3e3a39;
}


li.pagelist-item.current-category_about-item:hover {
	background-color: transparent;
}

li.pagelist-item.current-category_about-item .thumb img {
	transition: 0.3s;
	width: 100%;
	display: block;
	height: 200px !important;
	object-fit: cover;
	vertical-align: bottom;
	padding: 10%;
}

li.pagelist-item.current-category_about-item a {
	padding: 0;
}

li.pagelist-item.current-category_about-item a .title {
	display: block;
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: 20px 24px;
	background-size: 14px;
	padding: 20px 20px 20px 45px;
	line-height: 160%;
	text-align: left;
	background-color: #286fb2;
	color: #fff;
	transition: 0.3s;
}

li.pagelist-item.current-category_about-item a .title:hover {
	background-color: #00295c;
}

li.pagelist-item.current-category_about-item .description {
	margin: 0;
	padding: 20px;
	display: block;
	font-size: 90%;
	line-height: 140%;
	border-top: none;
	background-color: #f0f7fe;
}


@media screen and (max-width: 980px) {

	li.pagelist-item.current-category_about-item a .title {
		font-size: 100%;
		background-size: 10px;
		padding: 20px 20px 20px 38px;
		line-height: 160%;
	}
}


@media screen and (max-width: 720px) {

	li.pagelist-item.current-category_about-item {
		width: 46%;
		margin: 2%;
	}

	li.pagelist-item.current-category_about-item .thumb img {
		height: 160px !important;
		padding: 8%;
	}


}


@media screen and (max-width: 510px) {

	li.pagelist-item.current-category_about-item a .title {
		font-size: 100%;
		background-size: 8px;
		padding: 10px 10px 10px 25px;
		line-height: 160%;
		background-position: 10px 16px;
	}

	li.pagelist-item.current-category_about-item .thumb img {
		height: 130px !important;
		padding: 8%;
	}
}


@media screen and (max-width: 460px) {

	li.pagelist-item.current-category_about-item {
		width: 100%;
		margin: 2% 0;
	}

	li.pagelist-item.current-category_about-item .thumb img {
		height: 120px !important;
		padding: 0;
		object-fit: contain;
	}

	li.pagelist-item.current-category_about-item a .title {
		background-image: none;
		font-size: 115%;
		text-align: center;
		padding: 15px 20px;
		line-height: 160%;
		background-position: 10px 16px;
	}
}

.pagination,
.contentBodyWrapper .pagination {
	text-align: center;
	margin-top: 45px;
}

.pagination a:link,
.contentBodyWrapper .pagination a {
	background-color: #2870b2;
	color: #fff;
	text-decoration: none;
}

.pagination span.current,
.pagination a:link,
.contentBodyWrapper .pagination a {
	border: 1px solid #2870b2;
	padding: 5px 12px;
	text-align: center;
	display: inline-block;
	min-width: 40px;
	margin: 5px;
}

.pagination a:hover,
.contentBodyWrapper .pagination a:hover {
	background-color: #fff;
	color: #2870b2;
}

.pagination span.current {
	color: #2870b2;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb {
	display: none;
}



/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-ul li .thumb,
.contentBodyWrapper .search-ul li .description,
.contentBodyWrapper .search-ul li .date {
	display: none;
}




/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;

}

.sitemap a {}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
}

.sitemap li.sm-depth1-item a {
	text-decoration: none;
	display: block;
}

.sitemap li.sm-depth1-item a:hover {}

.sitemap li.sm-depth1-item a:focus {}

.sitemap li.sm-depth1-item::before {
	border-right: none;
	border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
	display: block;
	margin: 4% 0;
	transition: 0.3s;
	border-left: 10px solid #2870b2;

}

ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
}

ul.sitemap-list.sm-depth2-list li {
	background-position: 0px 6px;
	background-size: 12px;
	/* font-weight: normal; */
	margin: 18px 8px;
}

ul.sitemap-list.sm-depth2-list a {}

ul.sitemap-list.sm-depth2-list a:hover {}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
}

ul.sitemap-list.sm-depth3-list li {
	margin: 10px 0px;
	padding: 5px;
	font-weight: normal;
	background-image: none;
}

.sitemap li.sm-depth3-item::before {
	border-right: none;
	border-bottom: none;
}

ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
}

ul.sitemap-list.sm-depth4-list li {
	margin: 0;
}

.sitemap li.sm-depth4-item::before {
	border-right: none;
	border-bottom: none;
}

.depth1 li {
	padding-top: 0px;

}

.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
	border-left: 1px dotted #d8c7e6;
}

@media screen and (max-width: 767px) {

	.sitemap li.sm-depth1-item {

		width: 48%;
	}

}

@media screen and (max-width: 500px) {

	.sitemap li.sm-depth1-item {

		width: 98%;
	}

}


/*サイトマップ終わり
================================================== */


/*　検索一覧ページ
================================================== */

/*
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}
*/

.search-result h2 {
	margin: 80px 0px 30px 0;
	padding: 10px 15px;
	border-left: 14px solid #2870b2;
	font-size: 155%;
	line-height: 160%;
	background-color: #f7f7f7;
}










.search-result ul li {
	display: block;
	line-height: 120%;
	margin: 12px 0;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size: 12px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 1.15em;
}

@media screen and (max-width: 767px) {
	.search-result ul li {
		background-size: 9px;
		padding: 0px 0px 0px 22px;
	}
}


.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
	display: none;
}

.search-result p {
	margin-bottom: 20px;
}

/*　検索一覧ページ終わり
================================================== */


/*　検索ページ
================================================== */
.input_items_wrap {
	margin: 10px 0;
}

.input_items_wrap .input_item {
	width: 70%;
	height: 32px;
	max-width: 500px;
	padding: 0 5px;
	background-color: #e4e4e4;
}

.input_items_wrap .submit_btn {
	height: 32px;
	padding-left: 3px;
}

/*　検索ページ終わり
================================================== */

/*コンテンツページ関係終わり
================================================== */





/* レスポンシブ対応
==================================================
==================================================
==================================================
================================================== */



@media screen and (min-width: 861px) {
	.sp-header {
		display: none;
	}

	.sub-sp-header {
		display: none;
	}

}


@media screen and (min-width: 691px) {

	.sp-disp690 {
		display: none;
	}

}

@media screen and (max-width: 690px) {


	.tab-disp690 {
		display: none;
	}

}




/*メニュー関係
---------------------------------------------------------------*/


.sp-header {
	width: 100%;
	height: 60px;
	vertical-align: middle;
	position: fixed;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 1);
}



.sp-header .inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.sp-header .inner .sp-logo {
	width: 100%;
	padding: 5px 0 0 0px;
}



.sp-header .inner .sp-logo img {
	width: 200px;
}



.sp-header nav {
	margin-right: -16px;
}

.sp-header nav ul {
	display: flex;
	align-items: center;
}



#nav_toggle {
	display: none;
}


.sp_soudan {
	width: 182px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 309.89px;
}

.sp_soudan img {
	width: 100%;
}


.sp_oyakudachi {
	width: 182px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 127.89px;
}

.sp_oyakudachi img {
	width: 100%;
}


.sp_contact {
	width: 60px;
	position: fixed;
	top: 0;
	right: 60px;
}

.sp_contact img {
	width: 100%;
}

/*メニュー部分*/
.sp-header nav {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(1, 41, 92, 0.9);
	left: 0;
	z-index: 50;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.sp-header nav ul {
	display: block;
	width: 85%;
	position: absolute;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}

.sp-header nav ul li {
	margin: 0 auto;
	text-align: left;
	font-size: 140%;
	border-bottom: 1px dotted #fff;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 15px;
}

.sp-header nav ul li:last-child span {
	display: inline-block;
	width: 50%;
	padding: 30px 0 15px 0;
}

.sp-header nav ul li:last-child span a {
	display: inline-block;
	padding: 0 0 0 0;
	background-image: none;
}

.sp-header nav ul li:last-child span a img {
	width: 100%;
}

/*開閉ボタン*/
#nav_toggle {
	display: block;
	width: 60px;
	background-color: #01295c;
	/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	z-index: 100;
	padding: 0;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span {
	display: block;
	height: 4px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 15px;
}

#nav_toggle span:nth-child(2) {
	top: 27px;
}

#nav_toggle span:nth-child(3) {
	top: 39px;
}





/*開閉ボタンopen時*/
.open #nav_toggle {}

.open #nav_toggle span {
	background: #fff;
}

.open #nav_toggle span:nth-child(1) {
	top: 25px;
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 25px;
	transform: rotate(-135deg);
}

@media screen and (min-width: 691px) {
	.sp-header {
		height: 90px;

	}

	.sp-header .inner .sp-logo {
		width: 100%;
		padding: 20px 0 0 20px;
	}

	.sp_soudan {
		width: 162px;
		top: 18px;
		right: 296.89px;
	}


	.sp_oyakudachi {
		width: 162px;
		top: 18px;
		right: 134.89px;
	}

	.sp_contact {
		width: 60px;
		height: 60px;
		top: 18px;
		right: 75px;
	}

	/*開閉ボタン*/
	#nav_toggle {
		top: 18px;
		right: 15px;

	}

	.header-bottom {}

}

/*メニュー関係終わり
---------------------------------------------------------------*/

@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#scrollTop {
		display: none;
	}
}


/* books
---------------------------------------------------------------*/
.books__inner {
	display: grid;
	grid-template-columns: 10% auto 10%;
	gap: 20px;
}

.books__info {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 811px) {
	.books__inner {
		display: grid;
		grid-template-columns: auto 50px;
		grid-template-rows: auto auto;
		gap: 20px;
	}

	.books__image {
		grid-column-start: 1;
		grid-column-end: 3;
		text-align: center;
	}

	.books__image img {
		max-width: 30%;
	}
}

/* tbl-form
---------------------------------------------------------------*/
.tbl-form .required {
	background-color: #c9171e;
	color: #fff;
	padding: 3px 5px;
	font-size: 85%;
	margin-left: 10px;
	border-radius: 3px;
}

.tbl-form th {
	width: 200px;
}

.tbl-form input:not([type="radio"]),
.tbl-form textarea {
	width: 100%;
}

.tbl-form textarea {
	height: 200px;
}

.tbl-form input.input100 {
	width: 100%;
}

.tbl-form input.input50 {
	width: 50%;
	min-width: 400px;
}

.tbl-form input.input25 {
	width: 25%;
	min-width: 200px;
}

.tbl-form textarea.input-textarea {
	width: 100%;
	height: 200px;
}

@media screen and (max-width: 811px) {

	.tbl-form th,
	.tbl-form td {
		display: block;
		width: 100%;
	}

	.tbl-form .input50,
	.tbl-form .input25 {
		width: 100%;
		min-width: 100%;
	}
}

.required_notice {
	border: 2px solid #c9171e;
	border-radius: 4px;
	padding: 10px;
	background: #FDF5F6;
}

.required_notice .error_msg {
	display: block;
	line-height: 1.7;
	color: #c9171e;
}


/* inner
---------------------------------------------------------------*/

@media screen and (max-width: 500px) {
	.cat-img-con {
		top: 40%;
		font-size: 180%;
		letter-spacing: 0;
	}

}

.mt30 {
	margin-top: 30px;
}

#lay-preview-mode-notice {
	top: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
	color: black;
	position: fixed;
	border: 1px dotted black;
	z-index: 50000;
}

/* blog-list
---------------------------------------------------------------*/
.blog-list .pageList .pagelist-item {
	width: 100%;
	background: #fff;
	border: 10px solid #ecfae7;
}

.blog-list .pageList .page-list-item-body {
	border-top: 1px solid #2870b2;
	padding-top: 10px;
	margin-top: 10px;
}

.blog-list .pageList .pagelist-item {
	margin: 0;
}

.blog-list .pageList .pagelist-item+.pagelist-item {
	margin-top: 30px;
}

.blog-nav h3 {
	color: #2870b2;
	font-size: 110%;
}

.blog-nav ul {
	margin-top: 10px;
}

.blog-nav ul li {
	padding-left: 20px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 15px;
	top: 0;

}

.blog-nav ul li+li {
	margin-top: 5px;
}

.blog-nav ul li {
	font-size: 90%;
}

.blog-archives {
	margin-top: 30px;
}

.blog-nav .update {
	display: block;
	font-size: 80%;
	line-height: 1;
}

@media screen and (max-width: 1000px) {
	.blog-nav {
		margin-top: 30px;
	}
}

/* .lay-sns
================================================== */

.lay-sns {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.lay-sns .btn-sns {
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}

.lay-sns .btn-sns:last-child {
	margin-right: 0;
}

.lay-sns .btn-sns img {
	height: 1.25rem;
	padding-right: 10px;
}

.lay-sns .btn-facebook {
	background: #1677f1;
}

.lay-sns .btn-twitter {
	background: #1ba0f0;
}

.lay-sns .btn-line {
	background: #00b800;
}

.lay-sns .btn-pinterst {
	background: #e60122;
}

@media screen and (max-width: 811px) {
	.lay-sns {
		/* flex-wrap: wrap; */
	}

	.lay-sns .btn-sns {
		width: 23%;
		margin: 1%;
		flex-direction: column;
		font-size: 0.8rem;
		padding: 10px 0 5px;
	}

	.lay-sns .btn-sns img {
		padding: 0;
		padding-bottom: 3px;
		height: 1.5rem;
	}

	.lay-sns .btn-sns span {
		display: none;
	}

	.lay-sns .btn-sns:last-child {
		margin: 1%;
	}
}


/* ブログ
================================================== */

.contentBody .current-category_blog {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-category_blog .contentBody {
	padding: 0;
}

.top-category_blog .contentBody p {
	margin: 1em 0 1em 0;
}

.top-category_blog .contentBody p img {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.top-category_blog .contentBody p img.attached_icon {
	width: auto;
}


.top-category_blog #content-inner {
	margin-top: 40px;
}

.top-category_blog .pagelist-item.current-category_blog-item {
	width: 100%;
	margin: 0 0 60px 0;
	border: 1px solid #61a285;
	padding: 4%;
	margin-bottom: 60px;
	line-height: 160%;
	background-image: none;
	list-style: none;
	color: #333;
	text-indent: 0;
	box-shadow: unset;
	background-color: #fff;
}

.top-category_blog .pagelist-item.current-category_blog-item:hover {
	background-color: #fff;
}

.top-category_blog .pageList .pagelist-item span.date {
	/* width: 100%; */
	/* max-width: 185px; */
	display: block;
	font-size: 100%;
	color: #2870b2;
	padding: 0 30px;
	text-align: right;
	margin-top: 5px;
	background-image: url(../images/pen.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 20px;
	text-decoration: none;
}


.pagelist-item.current-category_blog-item p {
	text-align: left;
	font-size: 110%;
}

.pagelist-item.current-category_blog-item::before {
	margin-bottom: 0px;
	margin-right: 0px;
	background: #fff;
	display: block;
}

.pagelist-item.current-category_blog-item:first-child {
	margin-top: 0;
}

.pagelist-item.current-category_blog-item li {}

.pageList .current-category_blog-item .title {
	padding: 0px 0px 0px 0px;
	background-image: none;
}

.pageList .current-category_blog-item .title a {
	display: block;
	padding: 18px 20px;
	color: #fff;
	font-size: 160%;
	background-color: #2870b2;
	margin-bottom: 25px;
	text-decoration: none;
}

.pageList .current-category_blog-item .title a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-decoration: none;
}

.top-category_blog .contentBody h2 {
	margin: 30px 0 40px 0;
	font-size: 170%;
}



.current-category_blog-item .title {
	display: block;
}

.current-category_blog-item .date {
	display: block;
	text-align: right;
	color: #736357;
}


#blog-nav {
	float: right;
	width: 24.28%;
}

#blog-nav h3 {
	background-color: #f6d86d;
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
}

.recently ul {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}

.recently ul li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.recently ul li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.recently ul li a {
	display: block;
	padding: 0px 0px 2px 20px;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: left 3px top 7px;
	background-size: 8px;
	font-weight: bold;

}

.recently ul li:hover {}

.update {
	display: block;
	text-align: right;
	font-size: 85%;
	color: #2870b2;

}



.categories ul {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}

.categories ul li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.categories ul li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.categories ul li a {
	display: inline-block;
	padding: 0px 0px 2px 20px;
	text-decoration: none;
	background-image: url(../images/arrow_gpng);
	background-repeat: no-repeat;
	background-position: left 1px top 4px;
	background-size: 10px;
}

.categories ul li a:hover {}



.entry-list {
	width: 100%
}

.entry-list ul {
	width: 100%;
	margin-bottom: 15px;
	font-size: 90%;
}

.entry-list li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.entry-list li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.entry-list li a {
	display: block;
	padding: 10px 0px 10px 20px;
	background-image: url(../images/arrow_g.png);
	background-repeat: no-repeat;
	background-position: left 4px top 17px;
	background-size: 8px;
	font-size: 90%;
}

.entry-list li a:hover {}





.top-category_blog .contentHeader .date {
	padding: 0 10px 10px 0;
	color: #2870b2;
	text-align: right;
}

.top-category_blog .contentTitle {
	padding: 0;
	margin-top: 0;
}

.top-category_blog .contentTitle h1 {
	/*
    text-align: left;
	padding: 2% 4%;
*/
}



@media screen and (max-width: 1000px) {
	#blog-nav {
		float: none;
		width: 100%;
		font-size: 100%;
		margin-top: 30px;
	}

	#main {
		width: 100%;
		float: none;
	}

}


@media screen and (max-width: 480px) {

	.top-category_blog #content-inner {
		margin-top: 40px;
	}

	.current-category_blog-item .title a {
		padding: 15px 15px;
		line-height: 140%;
		font-size: 180%;
		text-decoration: none;
	}

	.pagelist-item.current-category_blog-item {}

}






@media (max-width: 1080px) {

	#main2 {
		font-size: 100%;
	}

	.contentTitle h1 {
		padding: 13% 1% 1% 1%;
		line-height: 160%;
	}

	.top-category_blog .contentTitle h1 {
		padding: 17% 1% 1% 1%;
	}

	.cat-sel table th img,
	.top-blog h2 img {
		height: 35px;
	}



	.cat-sel ul li a {
		font-size: 80%;
	}

	.top-blog-more a,
	.top-blog-more a:visited,
	.top-blog-more a:link {
		font-size: 75%;
	}

}









@media screen and (max-width: 900px) {


	.top-category_faculty .pageList .pagelist-item {
		width: 100%;
		margin: 3% 0;
	}

	.top-category_faculty .pageList .pagelist-item .description {
		text-align: center;
	}

}


@media screen and (max-width: 860px) {


	.hideAnchor {
		display: block;
		height: 0px;
		/height: 1px;
		overflow: hidden;
		text-indent: -9999px;
		margin-top: -60px;
		padding-bottom: 60px;
	}


	body,
	html {
		-webkit-text-size-adjust: 100%;

	}



	select,
	textarea,
	input[type=text],
	input[type=email],
	input[type=date],
	input[type=tel] {
		font-size: 16px;
		/*  transform: scale(0.8);*/
	}




	.scrollTable {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}



	#scrollTop img {
		width: 50px;
	}



	#sub-header {
		display: none;
	}


	#pc-header {
		display: none;
	}

	#globalNav {
		display: none;
	}

	/*
#home .header-bottom {
    padding-top: 100px;
}
*/

	.header-bottom {
		padding-top: 90px;
	}

	.sp-header .inner .sp-logo {
		width: 100%;
		padding: 5px 0 0 0px;
	}

	.sp-header .inner .sp-logo img {
		width: 305px;
	}


}



@media screen and (max-width: 1130px) {

	.top1-inner-pc .slick-box li img,
	.top1-inner-sp .slick-box li img {
		width: 100%;
		display: block;
		height: 600px;
		object-fit: cover;
		vertical-align: bottom;
	}

	#globalNavInner ul {
		font-size: 90%;
	}

	.top3-inner,
	.top4-inner,
	.top5-inner,
	.top6-inner,
	.top7-inner,
	.top8-inner,
	.footer-inner,
	#breadCrumb .inner,
	#content-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	#home #content-inner {
		padding: auto;
	}

	.top7-ul {
		font-size: 87%;
	}

	.top5-ul li a {
		font-size: 100%;
	}


}

@media screen and (max-width: 1120px) {


	.fukuchan {
		top: -5%;
		left: 78%;
		width: 17%;
	}
}


@media screen and (max-width: 1000px) {
	.com-side-menu-list {
		margin-top: 70px;
	}
}


@media screen and (max-width: 950px) {

	.top5-ul li {
		width: 100%;
	}

	.top5-ul li a {
		font-size: 110%;
	}

	.top5-ul {
		padding: 0 20%;
	}

}

@media screen and (max-width: 900px) {

	.top1-copy {
		top: 17%;
	}

	.top2-ul li .title {
		display: block;
		padding-left: 0;
		letter-spacing: 1px;
		margin-top: 7px;
		margin-bottom: 20px;
	}


	.top7-li-title {
		font-size: 70%;
	}

	#scrollTop img {
		width: 38px;
	}

}


@media screen and (max-width: 860px) {
	.top2-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.top2-ul li {
		margin-bottom: 30px;
		margin-top: 15px;
		line-height: 120%;
	}

	.top2-ul li .title {
		margin-top: 12px;
	}

	.more-link a:link {
		font-size: 85%;
		font-weight: bold;
	}

	.top2 table th {
		padding-bottom: 0px;
		border-bottom: 1px solid #ccc;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news-cate {
		padding-top: 18px;
	}

	.top4-ul {
		padding: 0 8%;
	}

	.top4-ul li {
		width: 47%;
		padding: 0 10px;
	}

	.top4-cate {
		top: -8%;
		left: 6%;
		width: 25%;
	}

	.top6 table .td-r h2 {
		font-size: 180%;
	}

	.top8-ul li {
		width: 31.3%;
		margin: 1%;
	}

	.top3-ul li .thumb img {
		width: 100%;
		display: block;
		height: 140px !important;
		object-fit: cover;
		vertical-align: bottom;
	}

}



@media screen and (max-width: 767px) {


	.top1-copy img {
		width: 80%;
	}

	.top6 table .td-r h2 span {
		margin-bottom: 0;
		font-size: 100%;
		text-align: center;
	}

	.top6 table .td-r h2 {
		text-align: left !important;
	}

	.top6 table .td-r p {
		margin-top: 20px;
		font-size: 100%;
	}

	.top6 table .td-r h2 {
		text-align: left;
		font-size: 220%;
		margin-bottom: 30px;
		line-height: 160%;
	}

	.top6 table .td-r h2 {
		text-align: center;
	}

	.top6 .mark {
		text-align: center;
		padding-right: 0;

		margin-bottom: 20px;

	}

}


@media screen and (max-width: 760px) {

	.sp-header .inner .sp-logo img {
		width: 270px;
	}

	.sp-header .inner .sp-logo {
		padding: 8px 0 0 0px;
	}

}



@media screen and (max-width: 740px) {

	.sp-header .inner .sp-logo img {
		width: 250px;
	}

	.sp-header .inner .sp-logo {
		padding: 10px 0 0 0px;
	}

	.top7-ul {
		font-size: 100%;
	}

}



@media screen and (max-width: 710px) {

	.sp-header .inner .sp-logo img {
		width: 230px;
	}

	.sp-header .inner .sp-logo {
		padding: 12px 0 0 0px;
	}


}


@media screen and (max-width: 700px) {}


@media screen and (max-width: 690px) {


	.sp-header .inner .sp-logo img {
		width: 305px;
	}

	.sp-header .inner .sp-logo {
		padding: 8px 0 0 0px;
	}

	#nav_toggle {
		top: 23px;
		right: 20px;
	}

	.sp_contact {
		top: 23px;
		right: 90px;
	}

	.sp-header {
		height: 100px;
	}


	.top3-ul li {
		width: 47%;

	}
}


@media screen and (max-width: 600px) {


	.top1-inner-pc .slick-box li img,
	.top1-inner-sp .slick-box li img {
		height: 500px;
	}

	.pageList .pagelist-item .title {
		background-position: 5px 4px;
	}

	.top4-ul {
		padding: 0;
	}

}


@media screen and (max-width: 570px) {
	.top5-ul {
		padding: 0 14%;
	}
}


@media screen and (max-width: 500px) {

	.sp-header nav ul {
		font-size: 80%;
	}


	.sp-header nav ul li a {
		background-size: 12px;
	}

	.top4 h2 {
		line-height: 150%;
	}


}



@media screen and (max-width: 460px) {

	.sp-header {
		height: 60px;
	}

	.sp-header .inner .sp-logo img {
		width: 220px;
	}

	.sp-header .inner .sp-logo {
		padding: 0;
	}

	#nav_toggle {
		top: 0;
		right: 0;
		height: 60px;
		width: auto;
	}


	.sp_contact {
		top: 0;
		width: 67.9px;
		right: 69px;
	}

	#nav_toggle img,
	.sp_contact img {
		height: 60px;
	}

	.header-bottom {
		padding-top: 60px;
	}

	.top1-inner-pc .slick-box li img,
	.top1-inner-sp .slick-box li img {
		height: 500px;
	}

	.top1-copy img {
		width: 90%;
	}

	.top1-copy {
		top: 12%;
	}

	.top3-ul li .title {
		line-height: 160%;
	}

	.h2-sub {
		margin-bottom: 20px;
	}

	.top6 table .td-r h2 {
		font-size: 180%;
	}

	.top7-tel {
		padding-bottom: 15px;
	}

	table.top7-1 td.td-l {
		padding: 5%;
	}

	table.top7-1 td.td-r {
		padding: 0 5% 5% 5%;
	}

	.top7-li-title {
		font-size: 80%;
	}

	.top8-ul li {
		width: 48%;
	}

	.news1,
	.news2,
	.news3,
	.news4 {
		width: 55px;
	}


}


@media screen and (max-width: 420px) {





	.top-category_faculty .pageList .pagelist-item .thumb img {
		height: 140px !important;
	}

	.top-category_faculty .pageList .pagelist-item:nth-child(4) .title {
		background-size: 10px;
	}

	.top-category_faculty .pageList .pagelist-item:nth-child(4) .title a {
		font-size: 130%;
	}

}


@media screen and (max-width: 400px) {

	.top1-inner-pc .slick-box li img,
	.top1-inner-sp .slick-box li img {
		height: 370px;
	}

	.top3-ul li .title {
		font-size: 100%;
	}

	.top3-inner,
	.top4-inner,
	.top5-inner,
	.top6-inner,
	.top7-inner,
	.top8-inner,
	.footer-inner,
	#breadCrumb .inner,
	#content-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.top5-ul {
		padding: 0 5%;
	}

	.cat-img img {
		height: 90px;
	}

	.cat-img-con {
		top: 35%;
	}

	.top2-inner {
		padding: 40px 30px;
	}

	.top6-inner {
		font-size: 85%;
	}

	.top4-ul li {
		padding: 0;
	}

	.top4-cate {
		left: 3%;
		width: 30%;
	}

}


@media screen and (max-width: 360px) {


	.news-title {
		font-size: 220%;
	}
}

/* Base Style
================================================== */
.galleies {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.galleies .gallery {
	padding-top: 100%;
	display: block;
	position: relative;
	background: #ccc;
}

.galleies .gallery img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: contain;
}


/* 署
================================================== */


.page-contact {
	width: 100%;
	margin-top: 45px;
	padding: 40px;
	border: 1px solid #286fb2;
	background-color: #f5f0ee;
	max-width: 880px;
	margin-inline: auto;

}

.page-contact address {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.page-contact h2 {
	text-align: center;
	font-size: 150%;
}

.page-contact-body {
	display: grid;
	grid-template-columns: 65% 35%;
	place-items: center;
	margin-top: 30px;
}

.page-contact address .department {
	font-size: 140%;
}

.page-contact address {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 10px;
}

.page-contact address .phone a {
	font-size: 160%;
	text-decoration: none;
	color: #2870b2;
	display: grid;
	grid-template-columns: 30px 1fr;
	align-items: center;
	line-height: 1;
}

.page-contact-form {
	border: 1px solid #ccc;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.page-contact {
		padding: 30px 20px;
	}

	.page-contact-body {
		grid-template-columns: 100%;
		gap: 10px;
	}

	.page-contact-form {
		max-width: 400px;
		margin-top: 20px;
	}

	.page-contact address {
		display: grid;
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 420px) {

	.page-contact address .department {
		display: block;
		font-size: 150%;
	}

	.page-contact address .phone a {
		font-size: 150%;
	}
}