@charset "utf-8";


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.sp-br {
	display: none;
}

@media (max-width:500px) {
	.sp-br {
		display: block;
	}
}

/* =============================================

ヘッター

============================================= */
#header {
	position: fixed;
	background: #fff;
	padding: 0;
	overflow: visible;
	opacity: 0.9;
	box-shadow: 0px 1px 10px rgb(180, 180, 180);
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	overflow: visible;
}

#logo50th {
	position: absolute;
	max-width: 250px;
	left: 120px;
	top: 20px;
	overflow: visible;
}

header .headerInner {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}


.headerInner h1 {
	padding: 20px 20px 0 0;
	margin-right: 40%;
	color: #0b51a2;
	position: absolute;
	left: 5%;
}

header .headerInner #nav ul {
	margin-right: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
}

header .headerInner #nav ul li {
	position: relative;
	display: -webkit-flex;
	height: 100%;
	padding-top: 30px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

li {
	list-style-type: none;
}

header .headerInner #nav ul li:nth-child(1) a {
	padding: 0px 10px;
}

header .headerInner #nav ul li a {
	pointer-events: auto;
	position: relative;
	display: block;
	padding: 0px 2rem;
	color: #333;
	font-size: .8em;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
}

header .headerInner #nav ul li a span {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#nav {
	margin-bottom: 20px;
}

#nav ul li a span.en {
	display: none;
}

#nav ul li a:hover span.jp {
	display: none;
}

#nav ul li a:hover span.en {
	display: block;
}

@media (max-width:1200px) {
	#logo50th {
		left: 50px;
	}

	header .headerInner #nav ul {
		margin-right: 30px;
	}
}

@media (max-width:356px) {
	.headerInner img {
		width: 200px;
	}
}





/* =============================================

ハンバーガーメニュー

============================================= */

.nav {
	margin: 50px auto;
	display: none;
}

.drawer_hidden {
	display: none;
}


.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	z-index: 100;
	cursor: pointer;
	right: 50px;
}


.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #487e73;
	transition: 0.5s;
	position: absolute;
}



.drawer_open span:before {
	bottom: 8px;
}


.drawer_open span:after {
	top: 8px;
}


#drawer_input:checked~.drawer_open span {
	background: rgba(255, 255, 255, 0);
}


#drawer_input:checked~.drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #fff;
}

#drawer_input:checked~.drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;
}

.sp {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	left: 0%;
	z-index: 99;
	background: #1263aa;
	transition: .5s;
	text-align: center;
	padding-top: 120px;
}

.nav_list {
	list-style: none;
}

.nav_item {
	padding-top: 10px;
}

.nav_item a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 700;
}

.nav_item a:hover {
	color: #84a8a1;
}


#drawer_input:checked~.sp {
	bottom: 0;

}

@media (max-width:900px) {

	#nav {
		display: none;
	}

	.nav {
		display: block;
	}
}

@media (max-width:390px) {
	.drawer_open {
		right: 20px;
	}
}


/* =============================================

top

============================================= */

#TOP {
	text-align: center;
}

/* =============================================

main

============================================= */

.main {
	padding-top: 80px;
	position: relative;
}

.main img {
	width: 100vw;
	max-height: 600px;
}

h1.main_title {
	font-size: 4.0em;
	font-weight: 900;
	/* background: #487e73; */
	padding: 20px;
	color: #343938;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
}

p.sub_title {
	position: absolute;
	right: 3%;
	bottom: 3%;
	background: #487e73;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.2em;
	font-weight: 900;
}

@media (max-width:1150px) {

	h1.main_title {
		font-size: 3.0em;
		font-weight: 700;
	}
}

@media (max-width:900px) {

	h1.main_title {
		width: 80%;
		font-size: 2.6em;
		transform: translate(-50%, 0%);
	}
}

@media (max-width:610px) {
	h1.main_title {
		font-size: 1.8em;
		padding: 5px 10px;
		transform: translate(-50%, -50%);
	}
}

/* =============================================

Content

============================================= */

.content {
	width: 1200px;
	margin: 50px auto;
}

.aboutus p {
	text-align: left;
	width: 60%;
	margin: 20px auto;
}

@media (max-width:1200px) {
	.content {
		width: 90%;
		width: 80%;
	}
}

@media (max-width:900px) {
	.aboutus p {
		width: 90%;
	}
}

/* =============================================

お役立ち情報

============================================= */
/* TOPページ */
.top_news {
	background-color: #84a8a1;
	margin: 20px 0;
	padding: 20px;
	color: #fff;
}

.top_news-all {
	width: 900px;
	margin: 0 auto;
}

.top_news-list {
	padding: 20px;
}

.news_dl {
	padding: 10px;
	border-bottom: 2px solid #fff;
}

.top_news-date {
	text-align: left;
}

.top_news_list-title {
	font-weight: 700;
	font-size: 1.2em;
}

.top_news_list-words {
	padding-left: 20px;
	margin: 10px 0 10px 40px;
	font-size: 1.0em;

}

.btn_news {
	text-align: right;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

/* お役立ち情報一覧ページ */
.news-img img {
	width: 100vw;
	height: 450px;
}

@media (max-width:1000px) {
	.top_news-all {
		width: 80%;
	}

	.top_news_list-words {
		margin: 10px auto;
		text-align: left;
	}
}

@media (max-width:600px) {
	.top_news-all {
		width: 90%;
	}
}

@media (max-width:500px) {
	.top_news_list-title {
		font-weight: 700;
		font-size: 1.2em;
		margin: 20px auto;
	}

	h1.main_title {
		font-size: 1.6em;
		width: 60%;
		top: 200px;
		transform: translate(-50%, -50%);
	}

	.keyword-ex {
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}
}

@media (max-width: 380px) {

	h1.main_title {
		font-size: 1.6em;
		width: 70%;
		top: 150px;
	}
}

@media (max-width: 320px) {

	h1.main_title {
		font-size: 1.2em;
		width: 80%;
	}
}

/* =============================================

footer

============================================= */
#footer {
	position: absolute;
	width: 100%;
	height: 150px;
	overflow: visible;
	background: #487e73;
	margin-top: 100px;
}

.footerInner img {
	width: 300px;
	margin: 50px;
}

.footer_logo {
	position: relative;
}

#footer p {
	margin-bottom: 20px;
	z-index: 999;
}

.footerInner {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	/* padding: 6rem 0 3rem; */
}

.address {
	color: #fff;
	margin: 0 0 0 50px;
	width: 400px;
}

.address ul li a {
	text-decoration: none;
	color: #fff;
}

.footerTEL {
	color: #fff;
	font-weight: 900;
	display: list-item;
	list-style-type: none;
	margin: 15px 0;
}

.footerTEL ul li a {
	text-decoration: none;
	color: #fff;
}

.footer_address {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:1200px) {
	.footerInner {
		width: 100%;
		margin: 0px;
		padding: 20px;
	}

	.address {
		width: 280px;
		margin: 0;
	}

	#footer {
		height: auto;
	}
}

@media (max-width:950px) {
	.footer_logo {
		width: 100%;
		text-align: center;
	}

	.footer_address {
		justify-content: space-between;
		margin: 0 auto;
	}
}

@media (max-width:900px) {


	#footer p {
		margin-bottom: 10px;
		right: 10%;
	}

	.footerInner img {
		margin: 0px;
	}

	.address {
		width: 200px;
		margin: 0 30px;
	}

	.footer_address {
		margin: 30px auto;
		width: 90%;
	}

}

@media (max-width: 850px) {
	.footerInner {
		text-align: center;
		flex-wrap: wrap;
	}

	#footer {
		height: auto;
	}

	.footer_logo {
		position: relative;
		margin: 10px auto;
		width: 100%;
	}

	.address {
		width: 50%;
		margin: 10px auto;
	}

	.footerTEL {
		width: 50%;
		margin: 10px auto;
	}
}

@media (max-width: 580px) {
	.address {
		width: 100%;
		margin: 10px auto 30px;
	}
}

@media (max-width: 500px) {
	.address {
		width: 100%;
	}

	.footerTEL {
		width: 100%;
	}
}





.mediaViewInfo {
	--web-view-name: お役立ち情報 _詳細;
	--web-view-id: n__;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}

:root {
	--web-view-ids: n__;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

#n__ {
	position: absolute;
	width: 100%;
	height: 2320px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	--web-view-name: お役立ち情報 _詳細;
	--web-view-id: n__;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}


#NoPath_-_ {
	fill: rgba(72, 126, 115, 1);
}

.NoPath_-_ {
	position: absolute;
	overflow: visible;
	width: 100%;
	height: 300px;
	left: 0px;
	top: 0px;
}

#NoPath {
	position: absolute;
	width: 522px;
	height: 111px;
	left: 106px;
	top: 104px;
	overflow: visible;
}

#n_85-0051_2976-4_ {
	left: 758px;
	top: 105px;
	position: absolute;
	overflow: visible;
	width: 285px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

#TEL_--_FAX_-- {
	left: 1200px;
	top: 104px;
	position: absolute;
	overflow: visible;
	width: 518px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 37px;
	color: rgba(255, 255, 255, 1);
}

#n_023_copyright__Sakucci_All_R {
	left: 717px;
	top: 253px;
	position: absolute;
	overflow: visible;
	width: 487px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}

#n_16 {
	fill: rgba(178, 212, 205, 1);
}

.n_16 {
	position: absolute;
	overflow: visible;
	width: 850px;
	height: 800px;
	left: 1070px;
	top: 180px;
}

#Text {
	left: 360px;
	top: 760px;
	position: absolute;
	overflow: visible;
	width: 241px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	color: rgba(77, 73, 73, 1);
}

#n_7 {
	fill: transparent;
	stroke: rgba(72, 126, 115, 1);
	stroke-width: 1px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 4;
	shape-rendering: auto;
}

.n_7 {
	overflow: visible;
	position: absolute;
	width: 1200px;
	height: 1px;
	left: 360px;
	top: 860.5px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#n_ {
	left: 360px;
	top: 901px;
	position: absolute;
	overflow: visible;
	width: 1201px;
	height: 108px;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: rgba(77, 73, 73, 1);
}

#n__u {
	left: 360px;
	top: 1529px;
	position: absolute;
	overflow: visible;
	width: 1201px;
	height: 108px;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: rgba(77, 73, 73, 1);
}

#n_1 {
	fill: rgba(187, 207, 203, 1);
}

.n_1 {
	overflow: visible;
	position: absolute;
	width: 681px;
	height: 420px;
	left: 620px;
	top: 1059px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#n_15 {
	fill: rgba(72, 126, 115, 1);
}

.n_15 {
	position: absolute;
	overflow: visible;
	width: 350px;
	height: 71px;
	left: 1119px;
	top: 1892px;
}

#n__x {
	left: 1236px;
	top: 1910px;
	position: absolute;
	overflow: visible;
	width: 193px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

#Group {
	position: absolute;
	width: 1560px;
	height: 500px;
	left: 0px;
	top: 180px;
	overflow: visible;
}

#n_21 {
	fill: rgba(72, 126, 115, 1);
}

.n_21 {
	position: absolute;
	overflow: visible;
	width: 1560px;
	height: 500px;
	left: 0px;
	top: 0px;
}

#Text_ {
	left: 630px;
	top: 205px;
	position: absolute;
	overflow: visible;
	width: 301px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	color: rgba(255, 255, 255, 1);
}

#Group_ {
	position: absolute;
	width: 520px;
	height: 400px;
	left: 1280px;
	top: 390px;
	overflow: visible;
}

#n_26 {
	fill: rgba(16, 92, 166, 1);
}

.n_26 {
	position: absolute;
	overflow: visible;
	width: 520px;
	height: 400px;
	left: 0px;
	top: 0px;
}

#Text_ba {
	left: 306.625px;
	top: 358.415px;
	position: absolute;
	overflow: visible;
	width: 193px;
	white-space: nowrap;
	text-align: left;
	font-family: Heisei Mincho Std;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

#Text_bb {
	left: 58.625px;
	top: 200.425px;
	position: absolute;
	overflow: visible;
	width: 385px;
	white-space: nowrap;
	line-height: 58px;
	margin-top: -5px;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	color: rgba(255, 255, 255, 1);
}

#Text_bc {
	left: 20px;
	top: 129.344px;
	position: absolute;
	overflow: visible;
	width: 417px;
	white-space: nowrap;
	line-height: 38.400001525878906px;
	margin-top: -3.200000762939453px;
	text-align: left;
	font-family: KozGoPr6N-Regular;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	color: rgba(255, 255, 255, 1);
}



#n_12 {
	fill: rgba(255, 255, 255, 1);
	stroke: rgba(112, 112, 112, 1);
	stroke-width: 1px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 4;
	shape-rendering: auto;
}

.n_12 {
	position: absolute;
	overflow: visible;
	width: 1920px;
	height: 180px;
	left: 0px;
	top: 0px;
}



#Text_bd {
	left: 1450px;
	top: 123px;
	position: absolute;
	overflow: visible;
	width: 201px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(43, 52, 50, 1);
}

#Text_be {
	left: 1190px;
	top: 123px;
	position: absolute;
	overflow: visible;
	width: 61px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(43, 52, 50, 1);
}

#Text_bf {
	left: 1300px;
	top: 123px;
	position: absolute;
	overflow: visible;
	width: 101px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(43, 52, 50, 1);
}

#Text_bg {
	left: 1700px;
	top: 123px;
	position: absolute;
	overflow: visible;
	width: 121px;
	white-space: nowrap;
	text-align: left;
	font-family: Meiryo;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(43, 52, 50, 1);
}



/*-----------------------------
キーワード検索
-------------------------------*/
#search {
	text-align: center;
	margin-top: 150px;
}

.searchform {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #7c7878;
	display: block;
	padding: 3px 10px;
	border-radius: 20px;
	height: 2.3em;
	width: 400px;
	overflow: hidden;
}

.p-filter__block {
	margin-bottom: 30px;
}

.p-filter__block a {
	color: #656060;
}

button {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
}

.searchform input[type="text"] {
	border: none;
	height: 2em;
	float: left;
	margin-left: 20px;
	font-size: 1.1em;
}

.searchform input[type="text"]:focus {
	outline: 0;
}

.searchform input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	border: none;
	background: none;
	color: #1263aa;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	right: 0;
	top: -10px;
	outline: none;
}

span.material-icons {
	display: inline-flex;
	vertical-align: middle;
}

span.material-icons.search {
	background: #fff;
	color: #487e73;
}

.search-title {
	background-color: #487e73;
	height: 60px;
	color: #fff;
	border-radius: 30px 30px 0 0;
}

section.search-form {
	height: 100px;
	padding-top: 20px;
}

.search-txt {
	font-size: 1.1em;
	padding-bottom: 10px;
	max-width: 400px;
	margin: 0 auto;
	text-align: left;
}

.search-title p {
	padding: 20px;
	font-size: 1.2em;
	font-weight: 700;
	text-align: left;
	margin-left: 20px;
}

form#searchform {
	margin: 30px auto;
}

p.search-keyword {
	float: left;
	margin-left: 50px;
	color: #7c7878;
}


@media (max-width:1000px) {
	.search-box {
		width: 70%;
	}
}

@media (max-width: 500px) {
	.search-box {
		width: 90%;
		height: 230px;
	}

	.searchform {
		width: 90%;
	}
}


/*-----------------------------
検索ボックス
-------------------------------*/
#search-box {
	/* margin-top: 90px; */
	/* padding-top: 90px; */
}

label {
	margin-right: 10px;
}

label input {
	display: none;
}

.search-box {
	width: 900px;
	height: 550px;
	margin: 20px auto 30px;
	border: 1px solid #487e73;
	border-radius: 30px;
}

span.p-filter__check-text {
	color: #487E73;
	font-size: 1.0em;
	border: 1px solid #487E73;
	border-radius: 8px;
	padding: 5px 20px;
	cursor: pointer;
	user-select: none;
}

label input:checked+span {
	color: #fff;
	background: #487E73;
	border: 1px solid #487E73;
}

input#searchform {
	margin: 0 auto;
	height: 2em;
	font-size: 1.1em;
}

.p-filter__heading {
	display: block;
	text-align: left;
	margin: 10px 40px;
	color: #487e73;
	font-weight: 700;
}

.icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon-category.png) no-repeat;
	margin: -8px 10px;
}

.search-checkbox {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 10px auto;
	justify-content: space-evenly;
}

.search-checkbox label {
	margin: 20px 0;
}

.p-filter__button {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: space-evenly;
}

.p-filter_button-item {
	width: 160px;
	margin: 10px 0 0 50px;
	color: #fff;
	padding: 5px 20px;
	height: 30x;
	background: #487e73;
	border: 1px solid #eee;
	border-radius: 10vw;
	font-size: 1.0em;
	font-weight: 700;
}

.p-filter_button-item:hover {
	color: #487e73;
	background: #eeec7d;
}

.p-filter_button-item_clear {
	width: 160px;
	margin: 10px 50px 0 0;
	color: #487e73;
	padding: 5px 20px;
	height: 30x;
	background: #B2D4CD;
	border: 1px solid #eee;
	border-radius: 10vw;
	font-size: 1.0em;
	font-weight: 700;
}

.p-filter_button-item_clear:hover {
	color: #487e73;
	background: #eeec7d;
}

@media (max-width:1000px) {
	.search-box {
		width: 90%;
		height: 550px;
	}
}

@media (max-width:915px) {
	.search-box {
		height: 600px;
	}

	.p-filter__button {
		margin: 30px auto;
	}
}

@media (max-width:830px) {
	.search-box {
		height: 680px;
	}

}

@media (max-width:650px) {

	.search-box {
		height: 800px;
	}

	.p-filter_button-item {
		width: 50%;
		margin: 20px;
	}

	.p-filter_button-item_clear {
		width: 50%;
		margin: 20px;
	}
}

@media (max-width:650px) {
	input#searchform {
		width: 70%;
	}
}

@media (max-width:595px) {

	.search-box {
		height: 800px;
	}
}

@media (max-width:570px) {
	.p-filter__heading {
		display: block;
		text-align: left;
		margin: 10px auto;
	}
}

@media (max-width: 500px) {
	.search-txt {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.search-box {
		height: 900px;
	}
}

@media (max-width: 451px) {
	.p-filter__button {
		margin: 10px auto;
	}

	.p-filter_button-item {
		margin: 10px 20px;
	}

	.p-filter_button-item_clear {
		margin: 10px 20px;
	}
}

@media (max-width: 431px) {
	.search-box {
		height: 950px;
	}
}

@media (max-width: 373px) {
	.search-box {
		height: 1100px;
	}
}

@media (max-width: 325px) {
	.search-box {
		height: 1150px;
	}
}

@media (max-width: 295px) {
	.search-box {
		height: 1260px;
	}
}

/*------------------
パンくずリスト
------------------*/
#breadcrumbs {
	margin-top: 90px;
}

#breadcrumbs ul {
	width: 900px;
	margin: 70px auto 10px;
	font-weight: 700;
	color: #487e73;
}

#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}

#breadcrumbs ul li a {
	text-decoration: none;
	color: #487e73;
}

#breadcrumbs ul li a:hover {
	color: #99d1c6;
}

/*------------------
事業所一覧ページ
------------------*/

.flx_item img {
	width: 250px;
	margin: 0 50px;
}

h2.top-mainvisual_sumai {
	text-align: center;
	font-size: 2.0em;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 100%);
	color: #fff;
	z-index: 4;
}

.top-visual {
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}

.top-visual img {
	width: 100vw;
	height: 420px;
}

.sumaino-benricho {
	position: relative;
	height: 280px;
	max-width: 1400px;
	margin: 0 auto;
	color: #fff;
}

.sumaino-benricho .content {
	position: relative;
}

.content_benricho {
	max-width: 500px;
	height: 400px;
	position: relative;
	z-index: 3;
	display: block;
	margin: -200px 0 0 auto;
}


.content_benricho {
	max-width: 380px;
	max-height: 320px;
	position: relative;
	z-index: 3;
	display: block;
	margin: -200px 0 0 auto;
}

.content_benricho a {
	background: #1263aa;
	padding: 60px 20px 0;
	display: block;
	height: 320px;
}

.content_benricho p {
	font-size: 1.2em;
}

.kaiketsu h1 {
	margin: 20px 0 0;
	padding: 40px 0 0;
	text-align: center;
}

p.sumai {
	float: right;
	margin: 20px 0 0;
	padding: 80px 0 0;

}

.flex {
	width: 900px;
	display: flex;
	margin: -50px auto;
}

.flx_item {
	width: 900px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}

table.flx_member_profile {
	text-align: left;
}

.member-item-body {
	width: 600px;
	padding: 0 10px;
}

.flx_member_profile td {
	display: table-cell;
	width: 20%;
	padding: 10px 0;
	height: 30px;
}

.member-company {
	width: 900px;
	display: block;
	margin: 30px;
	border-bottom: 2px solid #1263aa;
}

h1.member-item-title {
	margin-top: 12px;
	margin-left: 10px;
}

.company_title {
	display: flex;
	margin-bottom: 20px;
}

.scale_img {
	display: block;
}

.company_title img {
	width: 40px;
}

.member-item-btn {
	width: 200px;
	margin: 20px auto;
	text-align: center;
	background: #ffb941;
	font-weight: 900;
	padding: 5px 20px;
	border-radius: 10vw;
}

.member-item-btn a {
	color: #fff;
	text-decoration: none;
}

@media (max-width:1400px) {
	.sumaino-benricho {
		width: 85%;
	}
}

@media (max-width:510px) {
	h2.top-mainvisual_sumai {
		width: 90%;
		top: 100px;
		font-size: 1.6em;
		transform: translate(-50%, 0%);
	}
}

@media (max-width:360px) {
	h2.top-mainvisual_sumai {
		font-size: 1.4em;
	}

	.sumaino-benricho {
		max-width: 100%;
	}

	.content_benricho p {
		font-size: 1.0em;
	}

	.kaiketsu h1 {
		font-size: 1.6em;
	}

	.member_list {
		margin: 50px auto 10px;
	}
}



/*------------------
事業所詳細ページ
------------------*/
.member_list_header h1 {
	margin-top: -400px;
	font-size: 1.8em;
}

.member_img {
	position: relative;
	margin: 120px auto 0;
	text-align: center;
	z-index: 10;
}

.member_img img {
	max-width: 600px;
}

.member_list {
	width: 900px;
	margin: 30px auto;
}

.member_list_profile {
	width: 600px;
	margin: 10px auto;
}

.member_profile {
	border-collapse: collapse;
	width: 900px;
	margin: 50px auto;
}

.sumai-benri {
	position: relative;
	width: 600px;
	margin: -200px 0 0 auto;
	z-index: -2;
}

.sumai-benri a {
	background: #99D1C6;
	padding: 60px;
	display: block;
	height: 600px;
}

.member_address {
	padding: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1263aa;
	border-top: 1px solid #1263aa;
}

.table_address {
	margin-left: 80px;
	margin-top: 10px;
}

.member_address h3 {
	position: relative;
	color: #333;
	text-shadow: 0 0 2px #fff;
}

.member_address h3:before {
	content: "";
	position: absolute;
	background: #99D1C6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.member_tel {
	padding: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1263aa;
	margin: 20px auto 20px;
}

.table_tel {
	margin-left: 80px;
	margin-top: 10px;
}

.member_tel h3 {
	position: relative;
	color: #333;
	text-shadow: 0 0 2px #fff;
}

.member_tel h3:before {
	content: "";
	position: absolute;
	background: #99D1C6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 50%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.url_btn {
	text-decoration: none;
	background: #487e73;
	width: 200px;
	height: 30px;
	text-align: center;
	padding: 8px;
	font-size: .8em;
	font-weight: 700;
	border-radius: 10vw;
	margin: 20px 0 auto auto;
}

.url_btn a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
}

a.member_list_back {
	background: #1263aa;
	width: 200px;
	height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

a.member_list_back::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.back_btn {
	text-decoration: none;
	background: #1263aa;
	width: 200px;
	height: 30px;
	text-align: center;
	padding: 8px;
	font-size: .8em;
	font-weight: 700;
	border-radius: 10vw;
	margin: 20px 0 auto auto;
}

.back_btn a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
}

.postList {
	position: relative;
	margin-top: -350px;
}

.table_map {
	position: relative;
	width: 90%;
	height: 0;
	padding-top: 75%;
	margin: 20px auto;
}

.table_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:1320px) {
	.member_list {
		margin: 100px auto;
	}
}

@media (max-width:1230px) {
	.member_list {
		margin: 200px auto 10px;
	}

	.member_img {
		margin: 50px auto 0px;
	}
}

@media (max-width:1201px) {
	.sumai-benri {
		width: 500px;
	}

	.sumai-benri a {
		height: 400px;
	}

	.postList {
		margin-top: -200px;
	}

	.member_profile {
		width: 90%;
	}

	.member_list {
		margin: 280px auto 10px;
		font-size: .9em;
	}
}

@media (max-width:1000px) {
	.member-company {
		width: 90%;
	}

	.flx_item {
		width: 90%;
	}

	.postList {
		margin-top: -120px;
		width: 90%;
	}

	.member-item-body {
		width: 620px;
	}

	.flex {
		width: 90%;
	}
}

@media (max-width: 950px) {
	.member_list {
		width: 80%;
	}
}

@media (max-width: 930px) {
	.member_list {
		margin: 300px auto 10px;
	}
}

@media (max-width: 901px) {
	.member_list {
		margin: 420px auto 10px;
		text-align: center;
	}

	.back_btn {
		margin: 20px 30px auto auto;
	}
}

@media (max-width:900px) {
	.top-visual img {
		height: 350px;
	}

	.content_benricho {
		max-width: 360px;
	}

	.content_benricho {
		margin: -120px 0 0 auto;
	}

	.content_benricho a {
		padding: 60px 20px 0;
		height: 280px;
	}

	.kaiketsu h1 {
		padding: 20px 0 0;
	}

	p.sumai {
		padding: 40px 0 0;
	}

	.sumai-benri {
		width: 400px;
	}

	.sumai-benri a {
		height: 240px;
	}

	.postList {
		width: 70%;
	}
}

@media (max-width:870px) {
	.content_benricho a {
		padding: 40px 20px 0;
		height: 200px;
	}

	p.sumai {
		padding: 10px 0 0;
	}

	.sumai-benri {
		width: 480px;
	}

	.sumai-benri a {
		height: 160px;
	}

	.flex {
		margin: 0px auto;
	}

	.member-company {
		margin: 30px auto;
	}
}

@media (max-width:700px) {
	.member_list_header h1 {
		font-size: 1.6em;
	}
}

@media (max-width:650px) {
	.flex {
		margin: 100px auto;
	}

	.flx_item {
		width: 100%;
		flex-wrap: wrap;
	}

	.category {
		padding-left: 20px;
	}

	.flx_member_profile {
		padding: 20px;
	}

	.flx_member_profile td {
		text-align: left;
	}

	.member-item-body {
		width: 100%;
		margin: 0 auto;
	}

	.member_list_profile {
		width: 90%;
	}
}

@media (max-width: 610px) {
	.member_img img {
		max-width: 90%;
	}
}

@media (max-width: 500px) {
	.sumai-benri {
		width: 100%;
	}

	.flex {
		width: 100%;
	}

	.postList {
		width: 100%;
	}

	.company_title {
		margin-left: 30px;
	}

	.company_title img {
		height: 40px;
		width: 35px;
	}
}

@media (max-width: 450px) {

	.member_list_header h1 {
		font-size: 1.4em;
	}

	.table_address {
		margin: 20px;
	}

	.table_tel {
		margin: 20px;
	}
}

/*-----------------------------
住まいのお役立ち情報_詳細ページ
-------------------------------*/

section.s-news {
	width: 900px;
	margin: 30px auto;
	background: #fff;
	border: 1px solid #487e73;
	position: relative;
	margin-top: -300px;
	border-radius: 8px;
	padding: 30px;
}

.s-news-time {
	margin: 20px;
}


.s-news-title h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	margin: 20px auto;
}

.s-news-title h1::before,
.s-news-title h1::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #487e73;
}

.s-news-title h1::before {
	margin-right: 20px;
}

.s-news-title h1::after {
	margin-left: 20px;
}

.edit-area {
	word-break: break-all;
}

.edit-area h2 {
	/* color: #487e73; */
	padding: 20px;
	border-top: 3px solid #f1d641;
	border-bottom: 3px solid #f1d641;
	margin-bottom: 30px;
}

.edit-area p {
	padding: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

section.news_back {
	width: 900px;
	margin: 20px auto;
}

@media (max-width: 1201px) {

	section.s-news {
		margin-top: -100px;
	}
}

@media (max-width: 950px) {
	section.s-news {
		width: 80%;
	}

	section.news_back {
		width: 80%;
	}

	.back_btn {
		margin-right: 5%;
	}

	.back_btn {
		margin: 20px 0 0 auto;
	}
}

@media (max-width: 901px) {
	section.s-news {
		margin-top: 50px;
	}
}



/*-----------------------------
住まいのお役立ち情報_一覧ページ
-------------------------------*/


.news-list {
	width: 90%;
	margin: -300px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-item {
	width: 30%;
}

.news-list::after {
	content: "";
	display: block;
	width: 30%;
}

.news-item {
	width: 28%;
	border: 1px solid #487e73;
	border-radius: 8px;
	margin: 30px;
	padding: 20px;
	background: #fff;
}

.news-item-image.js-img-bg {
	margin: 10px auto;
	text-align: center;
}

h1.news-item-title {
	margin: 20px auto;
	font-size: 1.2em;
}

p.news-item-text {
	margin: 20px auto;
}

.news-item a {
	text-decoration: none;
	color: #333;
}

.news-item-body a {
	text-decoration: none;
}

time {
	color: #7c7878;
}

.news-item-btn {
	width: 160px;
	margin: 20px 0 0 auto;
	text-align: center;
	background: #ffb941;
	font-weight: 900;
	padding: 5px 20px;
	border-radius: 10vw;
}

.news-item-btn a {
	color: #fff;
}

section.news-all {
	margin-bottom: 300px;
	z-index: 10;
	position: relative;
}

@media (max-width: 1201px) {
	section.news-all {
		margin-top: 180px;
	}

	.news-item {
		width: 25%;
	}
}

@media (max-width: 1020px) {
	.news-item {
		width: 40%;
	}
}

@media (max-width: 900px) {
	section.news-all {
		margin-top: 300px;
	}
}

@media (max-width: 800px) {
	.news-item {
		width: 70%;
		margin: 20px auto;
	}

	section.news-all {
		margin-bottom: 0;
	}

	.news-list {
		margin: -300px auto 30px;
	}
}

@media (max-width: 650px) {
	.news-item {
		width: 90%;
	}
}



/*-----------------------------
カテゴリー
-------------------------------*/
.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.member-archive_category {
	background: #84a8a1;
	color: #fff;
	margin: 0 20px 0 0;
	border-radius: 8px;
	font-size: .9em;
	font-weight: 700;
	height: 28px;
	padding: 6px 10px;
}

/*-----------------------------
ページネーション
-------------------------------*/
.Pagination {
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	font-weight: 700;
	color: #1263aa;
}

.Pagination-Item {
	display: inline-block;
}

span.page-numbers.current {
	display: inline-block;
	padding: 0.5rem;
	margin: 0.2rem;
	color: #84a8a1;
}

a.page-numbers {
	padding: 0.5rem;
	margin: 0.2rem;
}


a.page-numbers:hover {
	color: #ffb941;
}

ul.page-numbers {
	list-style: none;
	text-align: center;
	font-weight: 700;
}

.nav-links li {
	display: inline;
}

.nav-links li a {
	color: inherit;
	text-decoration: none;
	color: #1263aa;
}


/*------------------
検索結果ページ
------------------*/
.search-results {
	width: 900px;
	margin: 20px auto;
}

.search-results h1 {
	background-color: #487e73;
	padding: 20px;
	margin: 20px auto;
	color: #fff;
}

.search-keyword-results p {
	margin: 0;
}

.container.content__container {
	width: 90%;
	margin: 10px auto;
}

.flex-search {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto;
}

.postList-search {
	position: relative;
}

.member-btn {
	margin: 30px auto;
	background-color: #487e73;
	border-radius: 10vw;
	width: 300px;
	height: 50px;
	color: #fff;
	padding: 15px;
	letter-spacing: .3rem;
	text-align: center;
}

.member-btn a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	margin: 20px;
}

@media (max-width: 600px) {

	.search-results {
		width: 90%;
	}

	.search-results h1 {
		padding: 10px;
		font-size: 1.6em;
	}

	.postList-search {
		width: 100%;
	}

	.member-company {
		margin: 30px auto;
		width: 80%;
	}
}