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

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


a {
	color: #1e2d61;
}

a:visited {
	color: #1e2d61;
}

a:hover,
a:focus {
	color: #1e2d61;
	text-decoration: none;
}

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

:-ms-input-placeholder {
	color: #999999;
}



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

ol,
ul {
	list-style: none;
}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	margin: 0px;
	padding: 0px;
	color: #5d5e50;
	font-family: -apple-system, blinkMacSystemFont,
		/* Macの欧文はSan Francisco (OS X 10.11以降) */
		'Helvetica Neue',
		/* Macの欧文 (OS X 10.10以前) */
		'Segoe UI',
		/* Windowsの欧文 */
		YuGothicM,
		/* Windows8.1以上は游ゴシック */
		YuGothic,
		/* Macの游ゴシック */
		Meiryo,
		/* 游ゴシックが入っていないWindows */
		sans-serif;
	overflow-wrap: break-word;
	line-height: 140%;
	font-size: 100%;
}



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


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

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

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


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



#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 30px;
}


@media print {
	#scrollTop {
		display: none;
	}
}


#scrollTop a {
	text-decoration: none;

}


#scrollTop img {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 80px;
}


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




/* 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;
}

/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */




@media print,
screen and (min-width: 768px) {











	.pc-disp {}

	.sp-disp {
		display: none !important;
	}

	.sp-header {
		display: none;
	}



	#pc-header {
		width: 100%;
		background-color: rgba(255, 255, 255, 1.0);
		border-bottom: 1px solid #eee;
	}


	#header {
		width: 100%;
	}


	#globalNav {
		width: 100%;
		background-color: #edf2f7;
	}

	#globalNavInner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 10px 10px;
	}


	#globalNavInner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#globalNavInner ul li {
		width: 25%;
		text-align: center;
		border-left: #9bb2d8 solid 2px;
		letter-spacing: 2px;
	}

	#globalNavInner ul li:last-child {
		border-right: #9bb2d8 solid 2px;
	}

	#globalNavInner ul li a {
		display: block;
		padding: 10px 0px;
		text-decoration: none;
		font-size: 110%;
		font-weight: bold;
		color: #5d5e5d;
	}

	#globalNavInner ul li a:hover {
		color: #1e2d61;
	}




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

	#globalNavInner {
		position: relative;
	}


	#globalNavInner>ul .child {
		display: none;
		position: absolute;
		z-index: 800;
		padding: 0px;
		background-color: #fff;
	}



	#globalNavInner ul li:nth-child(1) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(2) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(3) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(4) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(5) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(6) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(7) .child {
		width: 20%;
	}

	#globalNavInner ul li:nth-child(8) .child {
		width: 20%;
	}







	#globalNavInner>ul .child li {
		border-left: none;
		border-right: none;
		font-size: 100%;
		min-width: 100%;
		font-weight: normal;
		border-bottom: 1px solid #fff;

		/*
    background-image: url(../images/navi_icon.png);
    background-repeat: no-repeat;
    background-position: 11px 19px;
*/
	}

	#globalNavInner>ul .child li:last-child {
		border-bottom: none;
	}

	#globalNavInner>ul .child li a {
		background-image: url(../images/child-menu.png);
		background-repeat: no-repeat;
		background-position: 10px 18px;
		background-size: 10px;
		font-size: 90%;
		display: block;
		text-decoration: none;
		padding: 8px 5px 8px 25px;
		text-align: left;
		background-color: #2ea759;
		color: #fff;
	}

	#globalNavInner>ul .child li a:hover {
		color: #000;
		background-color: #f9e84b;
	}











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




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

	.header-bottom {
		padding-top: 0;
	}


	.sidemenu01 {
		width: 45px;
		position: fixed;
		right: 0;
		top: 40px;
		z-index: 100;
	}

	.sidemenu01 img {
		width: 100%;
	}

	.sidemenu02 {
		width: 45px;
		position: fixed;
		right: 0;
		top: 175px;
		z-index: 100;
	}

	.sidemenu02 img {
		width: 100%;
	}


	.sidemenu01-page {
		width: 400px;
		position: fixed;
		right: -420px;
		top: 0;
		z-index: 101;
		background-color: rgba(237, 242, 247, 0.9);
		transition-duration: 0.5s;
	}

	.sidemenu01-page-inner {
		width: 315px;
		margin: 20px 65px 20px 20px;
		background-color: #fff;
		border-radius: 10px;
		padding: 0 20px 50px 20px;
	}

	.sidemenu-title {
		font-size: 140%;
		font-weight: bold;
		color: #2c3a65;
		border-bottom: 1px solid #2c3a65;
		padding: 40px 0 5px 10px;
		margin: 0 0 10px 0;
	}

	.sidemenu01-page-inner-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
	}

	.sidemenu01-page-inner-ul li {
		width: 24%;
		margin: 0 0.5%;
		text-align: center;
		border: 1px solid #2c3a65;
	}

	.sidemenu01-page-inner-ul li a {
		display: block;
		padding: 5px 0;
		text-decoration: none;
	}

	.sidemenu01-page-inner-ul .large1 {
		font-size: 120%;
	}

	.sidemenu01-page-inner-ul .large2 {
		font-size: 140%;
	}

	.sidemenu01-page-inner-ul .large3 {
		font-size: 150%;
	}

	.sidemenu01-page-inner-ul li a:hover {
		background-color: #2c3a65;
		color: #fff;
	}

	.sidemenu01-page-inner-ul2 {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: no-wrap;
		flex-wrap: no-wrap;
	}

	.sidemenu01-page-inner-ul2 li {
		width: 24%;
		margin: 0 0.5%;
		text-align: center;
		border: 1px solid #2c3a65;
	}

	.sidemenu01-page-inner-ul2 li a {
		display: block;
		padding: 5px 0;
		text-decoration: none;
	}

	.sidemenu01-page-inner-ul2 .color_def a {
		background-color: #fff;
		color: #2c3a65;
	}

	.sidemenu01-page-inner-ul2 .color_black a {
		background-color: #000;
		color: #ffff00;
	}

	.sidemenu01-page-inner-ul2 .color_blue a {
		background-color: #0000ff;
		color: #ffff00;
	}

	.sidemenu01-page-inner-ul2 .color_yellow a {
		background-color: #ffff00;
		color: #000;
	}


	.input_item0 {
		width: 235px;
		height: 35px;
		border-radius: 5px 0 0 5px;
		border: 2px solid #2c3a65;
	}

	#searchsubmit0 {
		height: 35px;
	}






	.sidemenu01-page-menu-ul {
		margin: 40px 0;
	}

	.sidemenu01-page-menu-ul li {
		padding: 10px 0;
		border-bottom: 1px solid #2c3a65;
	}

	.sidemenu01-page-menu-ul li a {
		text-decoration: none;
		background-image: url(../images/f-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding-left: 20px;
	}






	#sidemenu01-close {
		text-align: center;
	}

	#sidemenu01-close a {
		display: inline-block;
		padding: 5px 10px;
		font-size: 120%;
		text-decoration: none;
		border: 1px solid #2c3a65;
	}

	#sidemenu01-close a:hover {
		background-color: #f4f4f4;
	}


	#sidemenu02-close {
		text-align: center;
	}

	#sidemenu02-close a {
		display: inline-block;
		padding: 5px 10px;
		font-size: 120%;
		text-decoration: none;
		border: 1px solid #2c3a65;
	}

	#sidemenu02-close a:hover {
		background-color: #f4f4f4;
	}






	#home #content {
		width: 100%;
		margin: 0px auto;
		padding-bottom: 0px;
	}


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



/* 緊急情報 */
    .top_emergency_wrp {
      padding-top: 30px;
      background-color: #fff;
    }

    .top_emergency_wrp h2 {
      color: #c71919;
      font-weight: bold;
      font-size: 145%;
      padding-top: 4px;
      padding-bottom: 5px;
      margin-bottom: 6px;
      text-align: center;
    }

    .top_emergency_body {
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: 0 10px;
    }


    .top_emergency_body ul {
/*      border: solid 4px #d23745;*/
      background-color: #c71919;
      padding: 15px;
    }

    .top_emergency_body .date {
      padding-left: 5px;
      margin-right: 20px;
    }

    .top_emergency_body .title a {
      color: #fff;
    }
/* 緊急情報終わり */




	.top1 {
		width: 100%;
		padding: 20px 10px 0 10px;

	}

	.top1:after {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-image: url(../images/top_bk.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
	}


	.top1-inner {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		border-radius: 10px 10px 0 0;
	}

	.top1-inner .slick-box {
		overflow: hidden;
	}

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

	.top1-inner .top-pop {
		display: inline-block;
		position: absolute;
		z-index: 1000;
		top: 0;
		width: auto;
		height: 100%;
	}

	.top1-inner .top-pop.top-pop-bihada {
		right: 0;
		text-align: right;
	}

	.top1-inner .top-pop.top-pop-choju {
		left: 0;
	}

	.top1-inner .top-pop img {
		width: auto;
		height: 100%;
		cursor: pointer;
	}

	.top-h2 {
		text-align: center;
		margin-bottom: 50px;
		background-image: url(../images/bg-toph2.png);
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 140%;
		letter-spacing: 0.1em;

	}

	.top-h2 span {
		background-color: #fff;
		padding: 0 30px;
	}

	.top2 {
		width: 100%;
		padding-top: 30px;
		background-color: #fff;
	}

	.top2-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 10px 0 10px;
	}

	.top2-ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top2-ul li {
		width: 24%;
		margin: 0 0.5% 8px 0.5%;
		font-weight: bold;
		font-size: 105%;
	}

	.top2-ul li a {
		display: block;
		padding: 15px 0 15px 70px;
		text-decoration: none;
		color: #5b5b5b;
		background-color: #f8e0d0;
		border-radius: 5px;
		background-image: url(../images/needs01.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: 30px;
		border: 1px solid #f8e0d0;
		font-weight: s100;
	}

	.top2-ul li a:hover {
		color: #1e2d61;
		background-color: #fae7da;
	}


	.top2-ul li:nth-child(1) a {
		background-image: url(../images/needs01.png);
	}

	.top2-ul li:nth-child(2) a {
		background-image: url(../images/needs02.png);
	}

	.top2-ul li:nth-child(3) a {
		background-image: url(../images/needs03.png);
	}

	.top2-ul li:nth-child(4) a {
		background-image: url(../images/needs05.png);
	}

	.top2-ul li:nth-child(5) a {
		background-image: url(../images/needs17.png);
	}

	.top2-ul li:nth-child(6) a {
		background-image: url(../images/needs06.png);
	}

	.top2-ul li:nth-child(7) a {
		background-image: url(../images/needs07.png);
	}

	.top2-ul li:nth-child(8) a {
		background-image: url(../images/needs08.png);
	}

	.top2-ul li:nth-child(9) a {
		background-image: url(../images/needs09.png);
	}

	.top2-ul li:nth-child(10) a {
		background-image: url(../images/needs10.png);
	}

	.top2-ul li:nth-child(11) a {
		background-image: url(../images/needs11.png);
	}

	.top2-ul li:nth-child(12) a {
		background-image: url(../images/needs12.png);
	}

	.top2-ul li:nth-child(13) a {
		background-image: url(../images/needs13.png);
	}

	.top2-ul li:nth-child(14) a {
		background-image: url(../images/needs14.png);
	}

	.top2-ul li:nth-child(15) a {
		background-image: url(../images/needs15.png);
	}

	.top2-ul li:nth-child(16) a {
		background-image: url(../images/needs16.png);
	}



	.top3 {
		width: 100%;
		padding-top: 50px;
		background-color: #fff;
	}

	.top3-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 10px 0 10px;
		text-align: center;
	}


	.input_item {
		width: 40%;
		padding-left: 25px;
		max-width: 300px;
		height: 50px;
		border-radius: 15px 0 0 15px;
		border: 2px solid #2c3a65;
		background: #edf2f7;
	}

	#searchsubmit1 {
		height: 50px;
	}




	.top4 {
		width: 100%;
		padding-top: 50px;
		background-color: #fff;
	}

	.top4-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 10px 70px 10px;
	}

	.top4-ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top4-ul li {
		width: 19%;
		margin: 0 0.5% 8px 0.5%
	}

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







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

	.top5-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 10px 50px;
	}

	.ai-concierge-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 56px;
	}

	.ai-concierge-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 475px;
		min-height: 88px;
		padding: 12px 18px 10px 14px;
		border: none;
		border-radius: 44px;
		background: -webkit-gradient(linear, left top, left bottom, from(#1556a7), to(#0f4b96));
		background: linear-gradient(180deg, #1556a7 0%, #0f4b96 100%);
		color: #fff;
		font-family: inherit;
		text-align: left;
		-webkit-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.ai-concierge-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		width: 50px;
		margin-right: 12px;
	}

	.ai-concierge-icon img {
		display: block;
		width: 100%;
		height: auto;
	}

	.ai-concierge-copy {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
	}

	.ai-concierge-title {
		display: block;
		font-size: 28px;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: 0.03em;
		white-space: nowrap;
	}

	.ai-concierge-note {
		display: block;
		margin-top: 3px;
		font-size: 11px;
		line-height: 1.3;
		letter-spacing: 0.01em;
		white-space: normal;
	}

	.ai-concierge-arrow {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14px;
		flex: 0 0 14px;
		width: 14px;
		height: 14px;
		margin-left: 12px;
	}

	.ai-concierge-arrow::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		margin-top: -6px;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.top5 .top-h2 {
		margin-bottom: 5px;
	}

	.top5 .top-h2 span {
		background-color: #fff;
	}

	.sub-h2 {
		font-weight: bold;
		color: #9bb2d8;
		margin-bottom: 35px;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.top5-ul {
		width: 100%;
	}

	.top5-ul li {
		padding: 18px 0;
		border-bottom: 1px solid #e7e8e9;
	}

	.top5-ul li .td-span {
		display: table-cell;
		width: 160px;
	}

	.top5-ul li .date {
		display: inline-block;
		width: 150px;
		background-image: url(../images/topics_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 17px;
		padding: 0 0 0 32px;
		/*	color: #9bb2d8;*/
		letter-spacing: 0.1em;
	}

	.top5-ul li .department {
		display: none;
		width: 170px;
		font-size: 80%;
		background: #9bb2d8;
		color: #fff;
		text-align: center;
	}





	.top5-ul li .title {
		display: table-cell;
	}

	.top5-ul li .title a {
		letter-spacing: 0.1em;
	}


	.top5-ul li .list-category-mark {
		display: inline-block;
		width: 100px;
		text-align: center;
		color: #fff;
		margin-right: 8px;
		font-size: 76%;
		border-radius: 10px;
	}

	.top5-ul li .list-category-information01 {
		background-color: #4e74ca;
	}
	.top5-ul li .list-category-information02 {
		background-color: #8fc31f;
	}
	.top5-ul li .list-category-information03 {
		background-color: #e5848d;
	}


	.contentBodyWrapper .contentListWrapper .top5-ul li {
		padding: 18px 15px 18px 25px;
		margin: 0;
		background-position: 0 20px;
		background-size: 17px;
	}

	.information-list {
		margin-top: 50px;
		text-align: right;
	}

	.information-list a {
		display: inline-block;
		text-align: center;
		padding: 5px 10px;
		text-decoration: none;
		background-color: #edf2f7;
	}

	.information-list a:hover {
		background-color: #f0f4f9;
	}

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

	.top6-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 40px 10px 40px 10px;
	}

	.top6-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top6-ul li {
		width: 32.333%;
		background: #f7f8f8;
		margin: 0 0.5% 8px 0.5%;
		font-weight: bold;
		font-size: 105%;
	}

	.top6-ul li a {
		display: block;
		padding: 18px 0 18px 65px;
		border: 2px solid #2c3a65;
		text-decoration: none;
		color: #5b5b5b;
		background-image: url(../images/sub01.png);
		background-repeat: no-repeat;
		background-position: 13px center;
		background-size: 35px;
		font-weight: 200;
		;
		letter-spacing: 0.1em
	}

	.top6-ul li a:hover {
		color: #1e2d61;
		background-color: #f4f4f4;
	}


	.top6-ul li:nth-child(1) a {
		background-image: url(../images/sub01.png);
		border-radius: 15px;
	}

	.top6-ul li:nth-child(2) a {
		background-image: url(../images/sub02.png);
		border-radius: 15px;
	}

	.top6-ul li:nth-child(3) a {
		background-image: url(../images/sub03.png);
		border-radius: 15px;
	}

	.top6-ul li:nth-child(4) a {
		background-image: url(../images/sub04.png);
		border-radius: 15px;
	}

	.top6-ul li:nth-child(5) a {
		background-image: url(../images/sub05.png);
		border-radius: 15px;
	}

	.top6-ul li:nth-child(6) a {
		background-image: url(../images/sub06.png);
		border-radius: 15px;
	}

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

	.top7-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 40px 10px 40px 10px;
	}

	.top7-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top7-ul li {
		width: 23%;
		margin: 0 1% 15px 1%;
	}

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

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

	.top8-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 40px 10px 40px 10px;
	}

	.top8-ul-wrap {
		border: 1px solid #2c3a65;
	}

	.top8-title {
		display: inline-block;
		background-color: #2c3a65;
		padding: 10px 20px;
		color: #fff;
		font-size: 140%;
		margin-right: 20px;
	}

	.top8-link {
		display: inline-block;
		vertical-align: middle;
	}

	.top8-link a {
		text-decoration: none;
		background-image: url(../images/f-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding-left: 20px;
	}

	.top8-link a:hover {
		text-decoration: underline;
	}

	.top8-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 20px 0 20px;
		;
	}

	.top8-ul li {
		width: 23%;
		margin: 0 1% 20px 1%;
	}

	.top8-ul li img {
		width: 100%;
	}

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

	.footer-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 20px 10px;
	}

	.footer-ul-1 {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer-ul-1 li {
		padding: 0 10px;
		/*	border-right: 1px solid #000;*/
	}

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

	.footer-ul-1 li a {
		text-decoration: none;
		color: #5d5e50;
		background-image: url(../images/f-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding-left: 25px;
	}

	.footer-inner ul li a:hover {
		color: #1e2d61;
		text-decoration: underline;
	}


	.footer-ul-2 {
		width: 100%;
		margin: 30px 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer-ul-2 li:first-child {
		width: 20%;
		margin-right: 3%;
	}

	.footer-ul-2 li:first-child img {
		width: 90%;
	}


	.footer-ul-2 li:last-child {
		width: 80%;
	}

	.copy {
		width: 100%;
		padding: 3px;
	}


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


	.cat-img-wrap {
		width: 100%;
		position: relative;
	}

	.cat-img {
		width: 100%;
	}

	.cat-img img {
		width: 100%;
		display: block;
	}


	.cat-img-con {
		position: absolute;
		width: 100%;
		top: 45%;
		text-align: center;

		font-size: 220%;
		font-weight: normal;
		letter-spacing: 6px;

	}

	.cat-img-con span {
		background-color: rgba(35, 45, 97, 0.60);
		padding: 5px 20px;
		color: #fff;
	}





	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;
		font-size: 100%;
		padding: 10px 0;

	}

	#breadCrumb a {
		color: #2c3a65;
	}



	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 980px;
		padding: 0px 10px;
		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 10px;
	}

	.contentListWrapper .pageList {
		width: 100%;
		margin-top: 40px;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}


	.contentListWrapper .pagelist-item {
		width: 48%;
		background-image: url(../images/icon.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: 18px;
		margin: 0px 1% 20px 1%;
		padding: 15px 5px 10px 20px;
		border: 1px solid #604c3f;
		background-color: #f7f8f8;
	}

	.top-category_entry .contentListWrapper .pagelist-item {
		width: 100%;
		background-position: 7px 15px;

	}




	.contentListWrapper .pagelist-item .thumb {
		display: table-cell;
		display: none;
		vertical-align: middle;
		padding: 0px 0 0 0px;

	}

	.contentListWrapper .pagelist-item .thumb img {
		width: 150px;
	}

	.contentListWrapper .pagelist-item .title {
		display: table-cell;
		vertical-align: middle;
		font-size: 115%;

	}

	.contentListWrapper .pagelist-item .date {
		display: block;

		text-align: right;
	}



	.contentListWrapper .pagelist-item .title a {
		color: #5b5b5b;
		text-decoration: none;
		padding: 0 5px 0 15px;
		display: block;
	}

	.contentListWrapper .pagelist-item .title a:hover {
		color: #1e2d61;
		text-decoration: underline;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 20px;
		display: block;
		display: none;
		font-size: 90%;
	}

	.top-category_entry .contentListWrapper .pagelist-item .description {
		display: block;
		color: #5b5b5b;
	}


	.contentListWrapper .pagelist-item p {
		display: none;
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}




	.cate-title {
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #f799bb;
		font-size: 160%;
	}

	.cate-title span {
		background-image: url(../images/bg-heart.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 35px;
		padding-left: 40px;
	}



	#content-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		position: relative;

	}

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

	#main {
		width: 100%;
	}

	#main2 {
		width: 100%;

	}

	#sidemenu {
		width: 24.5%;
		float: left;
		background-color: #f1f1f1;
		padding: 15px;
	}

	.sideHeader h2 {
		padding: 5px 0;
		text-align: center;
		color: #2ea759;
		border-top: 2px solid #2ea759;
		border-bottom: 2px solid #2ea759;
		font-size: 120%;
	}

	.sideBody ul {
		margin: 15px 0 0 0;
	}

	.sideBody ul li {
		background-image: url("../images/bg-link1.png");
		background-repeat: no-repeat;
		background-position: 5px center;
		background-size: 14px;
		margin-bottom: 5px;
		border: 1px solid #D8D5B9;
		background-color: #fef9ba;
	}

	.sideBody ul li a {
		display: block;
		text-decoration: none;
		padding: 5px 0 5px 25px;
		color: #2ea759;
	}

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

	.sideBody ul li .active {
		display: block;
		padding: 5px 0 5px 25px;

	}


	.contentBody {
		width: 100%;
		font-size: 110%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		line-height: 180%;
		min-height: 1em;
	}

	.contentBody img {
		max-width: 100%;
	}




	.pageList {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.pageList .pagelist-item {
		width: 30.333%;
		padding: 25px;
	}


	.top-category_heart .pageList .pagelist-item {
		margin: 0 1.5% 60px 1.5%;
	}

	li.pagelist-item.current-category_taiikubu-item span.thumb {
		margin-bottom: 4%;
		display: block;
		height: 250px;
		width: 100%;
		overflow: hidden;
	}


	.pageList ul li span {
		display: block;
	}

	.pageList .pagelist-item span.date {
		font-size: 85%;
		color: #999999;
		padding: 0% 4% 4% 25px;
	}

	.pageList ul li span.thumb {
		height: 200px;
		width: 100%;
		margin-bottom: 5%;
		overflow: hidden;
	}

	.pageList .pagelist-item .thumb img {
		transition: 0.3s;
		width: 100%;
	}

	.pageList ul li span.thumb img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	.pageList .pagelist-item .title {
		display: table-cell;
		vertical-align: middle;
		font-size: 100%;
		line-height: 160%;
		padding-left: 20px;
	}

	.top-category_heart .pageList .pagelist-item .title {
		background-image: none;
		font-size: 110%;
		text-align: center;
		border-bottom: 1px solid #4d4d4d;
		margin: 10px 0;
		padding-bottom: 10px;
	}

	.pageList .pagelist-item .title a {
		text-decoration: none;
		display: block;
	}

	.pageList .pagelist-item .title a:hover {
		text-decoration: underline;
	}


	.pageList .pagelist-item .description {
		padding: 0 5px 5px 5px;
		display: block;
		font-size: 90%;
		line-height: 140%;
	}

	.pageList .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}




	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin: 30px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #2c3a65;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		padding: 5px 10px;
	}

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

	.pageList .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #9bb2d8;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
		padding: 5px;
	}

	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;
	}



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



}


@media (min-width:768px) and (max-width:980px) {
	.top2-ul li a {
		padding: 15px 0 15px 55px;
		background-position: 10px center;

	}

}




/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */




/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

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


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

	body {
		font-size: 80%;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}




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




	.pc-disp {
		display: none !important;
	}

	.sp-disp {}


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





	#scrollTop {
		right: 5px;
		margin-bottom: 25px;
	}

	#scrollTop a {
		text-decoration: none;

	}

	#scrollTop img {
		width: 50px;
	}

	#header {
		display: none;
	}

	#globalNav {
		display: none;
	}


	.sp-header {}






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


	.inner {
		width: 960px;
		margin: 0 auto;
	}

	.sp-header {
		width: 100%;
		padding-top: 0;
		height: 55px;
		vertical-align: middle;
		position: fixed;
		top: 0;
		z-index: 10000;
		background-color: #fff;
		border-bottom: 1px solid #eee;
	}



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

	.sp-header .inner .logo {
		width: 185px;
		margin-right: auto;
		padding: 2px 0 0 5px;
	}

	.sp-header .inner .logo img {
		width: 100%;
	}

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

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

	}


	#main_img {
		max-width: 960px;
		margin: 0 auto;
	}

	#nav_toggle {
		display: none;
	}

	.change_btn {
		color: #fff;
		display: block;
		width: 100%;
		text-decoration: none;
		border: 1px solid #fff;
		text-align: center;
		padding: 25px 0;
		font-size: 20px;
		margin-top: 40px;
	}


	header {}

	h1 {}

	.inner {
		width: 90%;
	}

	#main_img {
		width: 100%;
	}

	.change_btn {
		width: 90%;
		margin: 32px auto;
	}


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

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

	}

	.sp-header nav ul li {
		margin: 15px auto;
		text-align: left;
		font-size: 140%;
		/*	border-bottom: 1px solid #2ea759;*/
	}

	.sp-header nav ul li a {
		background-image: url(../images/f-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 18px;
		text-decoration: none;
		color: #2c3a65;
		display: block;
		border-bottom: 1px solid #e7e8e9;
		padding: 12px 0 12px 33px;
	}

	.sp-header nav ul li span {
		font-size: 80%;
		font-weight: normal;
	}

	.sp-header nav ul li:last-child {
		border: none;
		background-image: none;
		padding: 15px;
	}



	/*開閉ボタン*/
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		/*		position: relative;
		top: 4px;
*/
		position: fixed;
		top: 5px;
		right: 9px;
		padding-top: 5px;
		z-index: 100;
	}

	#nav_toggle div {
		position: relative;
	}

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

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

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

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

	#nav_toggle p {
		position: absolute;
		left: 2px;
		bottom: -8px;
		color: #595757;
	}



	/*開閉ボタンopen時*/
	.open #nav_toggle span {
		background: #595757;
	}

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

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

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

	.open #nav_toggle p {
		display: none;

	}


	.input_items_wrap {
		margin-top: 15px;
		padding-top: 40px;
		border-top: 1px solid #2c3a65;
	}



	.input_item {

		width: 90%;
		border: none;
		height: 30px;
		padding: 0 5px;
		background: #f4f4f4;
		border-radius: 5px;
	}

	#searchsubmit2 {
		width: auto;
		height: 50px;
		background: #a2a2a2;
		margin-left: -28px;
		border-radius: 0 5px 5px 0;
		margin-right: 10px;
	}






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



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

	.header-top {
		padding-top: 55px;
	}

	.header-bottom {
		padding-top: 0;
	}


	#content {
		width: 100%;
		margin: 0px auto;
		padding-bottom: 0;
	}


/* 緊急情報 */
    .top_emergency_wrp {
      padding-top: 30px;
      background-color: #fff;
    }

    .top_emergency_wrp h2 {
      color: #c71919;
      font-weight: bold;
      font-size: 145%;
      padding-top: 4px;
      padding-bottom: 5px;
      margin-bottom: 6px;
      text-align: center;
    }

    .top_emergency_body {
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: 0 10px;
    }


    .top_emergency_body ul {
/*      border: solid 4px #d23745;*/
      background-color: #c71919;
      padding: 15px;
    }

    .top_emergency_body .date {
      padding-left: 5px;
      margin-right: 20px;
    }

    .top_emergency_body .title a {
      color: #fff;
    }
/* 緊急情報終わり */





	.top1 {
		width: 100%;
		padding: 10px 0;
	}

	.top1:after {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background-image: url(../images/top_bk.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
	}


	.top1-inner {
		position: relative;
		overflow: hidden;
		width: 85%;
		margin: 0 auto;
		border-radius: 15px;
	}

	.top1-inner .slick-box {
		overflow: hidden;
	}

	.top1-inner .slick-box img {
		width: 100%;
		display: block;
		border-radius: 15px;
	}

	.top1-inner .top-pop {
		display: inline-block;
		position: absolute;
		z-index: 500;
		top: 0;
		width: auto;
		height: 100%;
	}

	.top1-inner .top-pop.top-pop-bihada {
		right: 0;
		text-align: right;
	}

	.top1-inner .top-pop.top-pop-choju {
		left: 0;
	}

	.top1-inner .top-pop img {
		width: auto;
		height: 100%;
		cursor: pointer;
	}

	.top1-inner .top-pop.top-pop-bihada img {
		border-radius: 0 15px 15px 0;
	}

	.top1-inner .top-pop.top-pop-choju img {
		border-radius: 15px 0 0 15px;
	}


	.top-h2 {
		text-align: center;
		margin-bottom: 30px;
		background-image: url(../images/bg-toph2.png);
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 140%;
	}

	.top-h2 span {
		background-color: #fff;
		padding: 0 15px;
	}

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

	.top2-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 40px 10px 0 10px;
	}

	.top2-ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top2-ul li {
		width: 49%;
		margin: 0 0.5% 4px 0.5%;
		font-weight: bold;
		font-size: 105%;
	}

	.top2-ul li a {
		display: block;
		padding: 16px 0 16px 45px;
		text-decoration: none;
		color: #5b5b5b;
		background-color: #f8e0d0;
		border-radius: 5px;
		background-image: url(../images/needs01.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 25px;
	}

	.top2-ul li a:hover {
		color: #1e2d61;
		background-color: #fae7da;
	}


	.top2-ul li:nth-child(1) a {
		background-image: url(../images/needs01.png);
	}

	.top2-ul li:nth-child(2) a {
		background-image: url(../images/needs02.png);
	}

	.top2-ul li:nth-child(3) a {
		background-image: url(../images/needs03.png);
	}

	.top2-ul li:nth-child(4) a {
		background-image: url(../images/needs04.png);
	}

	.top2-ul li:nth-child(5) a {
		background-image: url(../images/needs05.png);
	}

	.top2-ul li:nth-child(6) a {
		background-image: url(../images/needs06.png);
	}

	.top2-ul li:nth-child(7) a {
		background-image: url(../images/needs07.png);
	}

	.top2-ul li:nth-child(8) a {
		background-image: url(../images/needs08.png);
	}

	.top2-ul li:nth-child(9) a {
		background-image: url(../images/needs09.png);
	}

	.top2-ul li:nth-child(10) a {
		background-image: url(../images/needs10.png);
	}

	.top2-ul li:nth-child(11) a {
		background-image: url(../images/needs11.png);
	}

	.top2-ul li:nth-child(12) a {
		background-image: url(../images/needs12.png);
	}

	.top2-ul li:nth-child(13) a {
		background-image: url(../images/needs13.png);
	}

	.top2-ul li:nth-child(14) a {
		background-image: url(../images/needs14.png);
	}

	.top2-ul li:nth-child(15) a {
		background-image: url(../images/needs15.png);
	}

	.top2-ul li:nth-child(16) a {
		background-image: url(../images/needs16.png);
	}



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

	.top3-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 60px 10px 0 10px;
		text-align: center;
	}


	.input_item {
		width: 80%;
		max-width: 350px;
		height: 50px;
		border-radius: 5px 0 0 5px;
		border: 2px solid #2c3a65;
	}

	#searchsubmit1 {
		height: 50px;
	}




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

	.top4-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 60px 10px 40px 10px;
	}

	.top4-ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top4-ul li {
		width: 32.333%;
		margin: 0 0.5% 4px 0.5%
	}

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


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

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

	.ai-concierge-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 36px;
	}

	.ai-concierge-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 475px;
		min-height: 80px;
		padding: 11px 15px 9px 11px;
		border: none;
		border-radius: 40px;
		background: -webkit-gradient(linear, left top, left bottom, from(#1556a7), to(#0f4b96));
		background: linear-gradient(180deg, #1556a7 0%, #0f4b96 100%);
		color: #fff;
		font-family: inherit;
		text-align: left;
		-webkit-appearance: none;
		appearance: none;
	}

	.ai-concierge-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		width: 42px;
		margin-right: 10px;
	}

	.ai-concierge-icon img {
		display: block;
		width: 100%;
		height: auto;
	}

	.ai-concierge-copy {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
	}

	.ai-concierge-title {
		display: block;
		font-size: 21px;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: 0.03em;
		white-space: nowrap;
	}

	.ai-concierge-note {
		display: block;
		margin-top: 2px;
		font-size: 11px;
		line-height: 1.3;
		letter-spacing: 0.01em;
		white-space: normal;
	}

	.ai-concierge-arrow {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12px;
		flex: 0 0 12px;
		width: 12px;
		height: 12px;
		margin-left: 10px;
	}

	.ai-concierge-arrow::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		margin-top: -6px;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.top5 .top-h2 {
		margin-bottom: 5px;
	}

	.top5 .top-h2 span {
		background-color: #fff;
	}

	.sub-h2 {
		font-weight: bold;
		color: #2c3a65;
		margin-bottom: 20px;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.top5-ul {
		width: 100%;

	}

	.top5-ul li {
		padding: 10px 0;
		border-bottom: 1px solid #e7e8e9;
	}

	.top5-ul li .td-span {
		display: table-cell;
		width: 300px;

	}

	.top5-ul li .date {
		display: inline-block;
		width: 110px;
		background-image: url(../images/topics_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding: 0 0 0 25px;
		/*	color: #9bb2d8;*/
		letter-spacing: 0.1em;
	}

	.top5-ul li .department {
		display: none;
		font-size: 80%;
		color: #fff;
		text-align: center;
		background: #9bb2d8;
		padding: 0 5px;
	}

	.top5-ul li .title {
		display: block;
		margin-top: 8px;
	}


	.top5-ul li .list-category-mark {
		display: inline-block;
		width: 100px;
		text-align: center;
		color: #fff;
		margin-right: 8px;
		font-size: 76%;
		border-radius: 10px;
	}

	.top5-ul li .list-category-information01 {
		background-color: #4e74ca;
	}
	.top5-ul li .list-category-information02 {
		background-color: #8fc31f;
	}
	.top5-ul li .list-category-information03 {
		background-color: #e5848d;
	}



	.contentBodyWrapper .contentListWrapper .top5-ul li .title {
		margin: 8px 0;
	}

	.information-list {
		margin-top: 20px;
		text-align: right;
	}

	.information-list a {
		display: inline-block;
		text-align: center;
		padding: 5px 10px;
		color: #5d5e50;
		background-color: #edf2f7;
		text-decoration: none;
	}

	.information-list a:hover {
		color: #1e2d61;
		background-color: #f0f4f9;
	}






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

	.top6-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 25px 10px 30px 10px;
	}

	.top6-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top6-ul li {
		width: 49%;
		margin: 0 0.5% 4px 0.5%;
		font-weight: bold;
		font-size: 105%;
	}

	.top6-ul li a {
		display: block;
		background: #f7f8f8;
		padding: 13px 0 13px 36px;
		border: 2px solid #2c3a65;
		text-decoration: none;
		color: #5b5b5b;
		background-image: url(../images/sub01.png);
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 20px;
		border-radius: 10px;
		font-size: 88%;

	}

	.top6-ul li a:hover {
		color: #1e2d61;
		background-color: #f4f4f4;
	}


	.top6-ul li:nth-child(1) a {
		background-image: url(../images/sub01.png);
	}

	.top6-ul li:nth-child(2) a {
		background-image: url(../images/sub02.png);
	}

	.top6-ul li:nth-child(3) a {
		background-image: url(../images/sub03.png);
	}

	.top6-ul li:nth-child(4) a {
		background-image: url(../images/sub04.png);
	}

	.top6-ul li:nth-child(5) a {
		background-image: url(../images/sub05.png);
	}

	.top6-ul li:nth-child(6) a {
		background-image: url(../images/sub06.png);
	}





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

	.top7-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 30px 10px 30px 10px;
	}

	.top7-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top7-ul li {
		width: 47.333%;
		margin: 0 1% 10px 1%;
	}

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



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

	.top8-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 30px 10px 30px 10px;
	}

	.top8-ul-wrap {
		border: 1px solid #2c3a65;
	}

	.top8-title {
		display: inline-block;
		background-color: #2c3a65;
		padding: 10px 20px;
		color: #fff;
		font-size: 140%;
		margin-right: 20px;
	}

	.top8-link {
		display: inline-block;
		vertical-align: middle;
	}

	.top8-link a {
		text-decoration: none;
		background-image: url(../images/f-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding-left: 20px;
	}

	.top8-link a:hover {
		text-decoration: underline;
	}

	.top8-ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 20px 0 20px;
		;
	}

	.top8-ul li {
		width: 47.333%;
		margin: 0 1% 10px 1%;
	}

	.top8-ul li img {
		width: 100%;
	}






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

	.footer-inner {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 20px 10px;
	}



	.footer-ul-1 {
		width: 100%;

	}

	.footer-ul-1 li {
		border-bottom: 1px solid #2c3a65;
	}

	.footer-ul-1 li:first-child {
		border-top: 1px solid #2c3a65;
	}

	.footer-ul-1 li a {
		display: block;
		text-decoration: none;
		color: #5d5e50;
		background-image: url(../images/f-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 15px;
		padding: 10px 0 10px 20px;
	}

	.footer-inner ul li a:hover  {
		color: #1e2d61;
		text-decoration: underline;
	}


	.footer-ul-2 {
		width: 100%;
		margin: 25px 0 0 0;
	}

	.footer-ul-2 li:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-ul-2 li:first-child img {
		width: 150px;
	}


	.footer-ul-2 li:last-child {
		width: 100%;
	}





	.copy {
		width: 100%;
		padding: 3px;
	}


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


	.cat-img-wrap {
		width: 100%;
		position: relative;
	}

	.cat-img {
		width: 100%;
	}

	.cat-img img {
		width: 100%;
	}

	.cat-img-con {
		position: absolute;
		width: 100%;
		top: 45%;
		text-align: center;

		font-size: 130%;
		font-weight: normal;
		letter-spacing: 6px;

	}

	.cat-img-con span {
		background-color: rgba(35, 45, 97, 0.60);
		padding: 3px 10px;
		color: #fff;
	}


	/* 動画画面サイズ */

	.contentBody iframe {
		width: 100%;
		height: 250px;
	}


	#category_icon {
		width: 100%;
	}

	#category_icon img {
		width: 100%;
	}


	#sitemap_main {
		display: none;
	}



	#search_main {
		display: none;
	}






	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;
		font-size: 100%;
		padding: 10px 0;
	}

	#breadCrumb a {
		color: #2c3a65;
	}


	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 1000px;
		padding: 0px 10px;
		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;
	}




	.top-category_heart .contentListWrapper,
	.top-category_schedule .contentListWrapper {
		background-color: transparent;
		padding: 30px 10px 10px 0px;
	}

	.cate-title {
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #f799bb;
		font-size: 160%;
	}

	.cate-title span {
		background-image: url(../images/bg-heart.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 35px;
		padding-left: 40px;
	}

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

	}

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

	article {}

	#main {
		width: 100%;
		padding: 0 0;

	}

	#main2 {
		width: 100%;
		padding: 0 0 35px 0;
	}


	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 1em;
		padding: 0 5px;

	}

	.contentBody img {
		max-width: 100%;
	}


	.contentListWrapper .pageList {
		width: 100%;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.contentListWrapper .pagelist-item {
		width: 100%;
		background-image: url(../images/icon.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: 18px;
		margin: 0px 0 20px 0;
		padding: 15px 5px 10px 20px;
		border: 1px solid #604c3f;
		background-color: #f7f8f8;
	}

	.top-category_entry .contentListWrapper .pagelist-item {
		width: 100%;
		background-position: 7px 15px;

	}




	.contentListWrapper .pagelist-item .thumb {
		display: table-cell;
		display: none;
		vertical-align: middle;
		padding: 0px 0 0 0px;

	}

	.contentListWrapper .pagelist-item .thumb img {
		width: 150px;
	}

	.contentListWrapper .pagelist-item .title {
		display: table-cell;
		vertical-align: middle;
		font-size: 115%;

	}

	.contentListWrapper .pagelist-item .date {
		display: block;

		text-align: right;
	}



	.contentListWrapper .pagelist-item .title a {
		color: #5b5b5b;
		text-decoration: none;
		padding: 0 5px 0 25px;
		display: block;
	}

	.contentListWrapper .pagelist-item .title a:hover {
		color: #1e2d61;
		text-decoration: underline;
	}

	.contentListWrapper .pagelist-item .description {
		padding: 0 5px 5px 20px;
		display: block;
		display: none;
		font-size: 90%;
	}

	.top-category_entry .contentListWrapper .pagelist-item .description {
		display: block;
		color: #5b5b5b;
	}


	.contentListWrapper .pagelist-item p {
		display: none;
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}




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

	.pageList .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #9bb2d8;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		padding: 10px 15px;
	}

	.page.current {
		padding: 0 1%;
		font-size: 125%;
		font-weight: bold;
	}



	#sidemenu {
		display: none;

	}


	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {
		display: none;
	}

	.calendar table {
		width: 100%;
	}

	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
	}

	.calendar_item .title {
		padding-right: 3px;
	}

	.calendar table .category {
		display: none;
	}



	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 90px;
	}

	/*　年間行事
*********************************************/

	.nenkangyouji {
		width: 100%;
	}

	.tukigyouji {
		float: left;
		width: 50%;
		padding: 0 1%;
		margin-bottom: 20px;
	}

	.tukigyouji h2 {
		display: none;
		margin: 0 0 10px 0;
		font-size: 120%;
	}

	.tukigyouji img {
		width: 100%;
	}

	.tukigyouji ul li {
		margin-top: 8px;
		padding: 0 5px 0 23px;
		background-image: url(../images/icon0913.png);
		background-repeat: no-repeat;
		background-position: left 8px center;
		background-size: 10px;
	}



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

	.sitemap {
		margin-left: 0px;

	}

	ul.sitemap-list.sm-depth1-list {
		border-left: none;
	}

	.sitemap li.sm-depth1-item {
		font-size: 150%;
		font-weight: bold;
		padding: 0;
		letter-spacing: 2px;
	}

	.sitemap li.sm-depth1-item a {
		color: #9bb2d8;
	}

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

	span.sitemap-list-item-span.sm-depth1-label {
		background-color: #f1f1f1;
		padding: 1% 2%;
		display: block;
	}

	ul.sitemap-list.sm-depth2-list {
		font-size: 90%;
		letter-spacing: 1px;
		padding: 1%;
	}

	ul.sitemap-list.sm-depth2-list a {
		color: #000;
	}

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

	ul.sitemap-list.sm-depth3-list li {
		margin: 0;
		/*padding: 5px;*/
	}

	.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 #9bb2d8;
	}






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

	.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;

	}

	.depth1 li {
		padding-top: 0px;

	}

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





}

/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */


/* トップページ ツールチップ
================================================== */
.tippy-box[data-theme="misato"] {
	background-color: rgba(29, 45, 97, .85);
	color: #fff;
	border-radius: 10px;
}

.tippy-box[data-theme="misato"] .tippy-arrow {
	color: rgba(29, 45, 97, .85);
}

.top-pop-target {
	display: none;
	padding: 10px 15px 15px;
	line-height: 1.4;
}

.tippy-box .top-pop-target {
	display: block;
}

.top-pop-target .top-pop-target-inner {
	position: relative;
}

.top-pop-target .top-pop-title {
	border-bottom: 1px solid #fff;
	padding: 0 15px;
	text-align: center;
}

.top-pop-target .top-pop-title img {
	width: 100%;
	height: auto;
}

.top-pop-target .top-pop-sub-title {
	font-size: 115%;
	font-weight: bold;
	margin-top: 15px;
}

.top-pop-target .top-pop-body {
	font-size: 85%;
	margin-top: 15px;
	text-align: justify;
	letter-spacing: .4px
}

.top-pop-target .top-pop-note {
	font-size: 80%;
	margin-top: 15px;
}

.top-pop-target .top-pop-note li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	letter-spacing: .1px
}

.top-pop-target .top-pop-note li > * {
	text-indent: 0;
}

.top-pop-target .top-pop-table {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #fff;
	font-size: 80%;
}

.top-pop-target .top-pop-table th,
.top-pop-target .top-pop-table td {
	padding: 2px 4px;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}

.top-pop-target .top-pop-icon {
	position: absolute;
	right: 0;
	top: -10px;
	width: 40px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.top-pop-target .top-pop-sub-title {
		font-size: 120%;
	}

	.top-pop-target .top-pop-body {
		font-size: 95%;
	}
}
