@charset "UTF-8";

/*----------------------------------------------
 reset styles
----------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	display: block;
}

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
	font-size: 62.5%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	min-width: 1000px;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.6;
	color: #333;
}

@media screen and (max-width:767px) {
	body {
		min-width: 320px;
		-webkit-text-size-adjust: 100%;
	}

	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.bg {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0);
		z-index: -10;
		transition-duration: 0.3s;
	}

	.fixed .bg {
		z-index: 10;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

a {
	color: inherit;
	text-decoration: none;
	transition-duration: 0.2s;
}


a img {
	transition-duration: 0.2s;
}

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	a:hover {
		text-decoration: underline;
	}

	a:hover img {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	a:active {
		text-decoration: underline;
	}

	a:active img {
		opacity: 0.7;
	}
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ----------------------------------------------
header
----------------------------------------------*/
.headerbox {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

body.fixed .headerbox {
	position: fixed;
	top: 0;
	width: 100%;
}

.headerbox .logo {
	flex: 0 0 auto;
}

.navi02 {
	list-style: none;
	flex: 0 0 auto;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}

.navi02 li {
	flex: 0 0 auto;
	letter-spacing: 0.02em;
	font-size: 14px;
	/*緊急のときはのため追記*/
}

.navi02 li+li {
	/*margin-left: 22px;*/
	margin-left: 12px;
	/*緊急のときはのため変更*/
}

.navi02 a {
	position: relative;
	padding-right: 14px;
	color: #333 !important;
	/*header対応のため追記*/
	text-decoration: none;
	/*header対応のため追記*/
}

.navi02 a:hover {
	text-decoration: underline;
	/*header対応のため追記*/
}

.navi02 a::before {
	content: "";
	position: absolute;
	right: 3px;
	top: 0;
	margin-top: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0ba541;
	border-right: 1px solid #0ba541;
	transform: rotate(45deg);
}

/*↓↓緊急のときはのため変更・追記↓↓*/

.navi02 .btn-kinkyu {
	border: 1px solid #e7364a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
	font-weight: bold;
	/* padding: 0 10px 0 40px;*/
	font-size: 12px;
	/* line-height: 38px;*/
	background-color: #E74545;
	background-image: url("/img/kinkyu_icon.png");
	background-size: 22px 20px;
	background-position: center left 10px;
	background-repeat: no-repeat;
	width: 140px;
}

.navi02 .btn-kinkyu a {
	color: #fff !important;
	display: block;
	padding: 10px 15px 10px 40px;
}

.navi02 .btn-kinkyu a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 11px;
	margin-top: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.navi02 .btn-faq {
	border: 1px solid #e7364a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
	font-weight: bold;
	/* padding: 0 10px 0 40px;*/
	font-size: 12px;
	/*line-height: 38px;*/
	background-image: url("/img/question_icon.png");
	background-size: 24px 24px;
	background-position: center left 10px;
	background-repeat: no-repeat;
	width: 150px;
}

.navi02 .btn-faq a {
	display: block;
	padding: 10px 15px 10px 40px;
}

.navi02 .btn-faq a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 11px;
	margin-top: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0ba541;
	border-right: 1px solid #0ba541;
	transform: rotate(45deg);
}

/*↑↑緊急のときはのため変更・追記↑↑*/

.headerbox .member {
	/* margin-left: 45px;*/
	margin-left: 20px;
	/*緊急のときはのため変更*/
	flex: 0 0 auto;
	order: 1;
}

.headerbox .member ul {
	list-style: none;
	margin-top: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 700;
}

.headerbox .member li {
	flex: 0 0 48%;
	text-align: center;
}

.headerbox .member a {
	display: block;
	vertical-align: middle;
	position: relative;
	border-radius: 4px;
	padding: 6px 12px 0 6px;
	height: 30px;
	max-width: 100%;
	color: #fff;
	text-decoration: none;
	/*header対応のため追記*/
}

_:-ms-lang(x)::-ms-backdrop,
.headerbox .member a {
	padding-top: 7px;
}

.memberNew a {
	background-color: #ea609e;
}

.memberLogin a {
	background-color: #00a440;
}

.headerbox .member a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.headerbox button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
}

@media screen and (min-width: 768px) {
	.member a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.headerbox {
		background-color: #fff;
		z-index: 20;
		padding: 10px 52px 10px 0;
		align-items: center;
	}

	.headerbox .logo {
		flex-basis: 34.4%;
		padding: 0 4%;
		flex-grow: 0;
		flex-shrink: 1;
	}

	.headerbox .navi02 {
		display: none;
	}

	.headerbox .member {
		margin-left: 0;
		flex: 1 0 0%;
		padding-right: 4%;
		order: 0;
		position: relative;
	}

	.headerbox .member::before {
		content: "";
		display: block;
		width: 1px;
		height: 35px;
		background-color: #e1e1e1;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.headerbox .member ul {
		font-size: 1.0rem;
		margin-top: 4px;
	}

	.headerbox .member li {
		flex-basis: 49%;
	}

	.headerbox .member a {
		padding: 4px 6px 4px 0px;
		height: auto;
	}

	.member a:active {
		text-decoration: none;
		opacity: 0.7;
	}

	.headerbox .member a::before {
		right: 6px;
	}

	.headerbox button {
		display: block;
		position: fixed;
		right: 0;
		top: 0px;
		z-index: 20;
		height: 70px;
		width: 52px;
		flex: 0 0 52px;
		margin: auto;
		padding-top: 16px;
		font-size: 1.0rem;
		cursor: pointer;
	}

	.headerbox button .line {
		display: block;
		background-color: #d9d9d9;
		height: 3px;
		width: 30px;
		margin: 0 auto 13px;
		position: relative;
		transition-duration: 0.3s;
	}

	.headerbox button .line::before {
		content: "";
		position: absolute;
		background-color: #d9d9d9;
		height: 3px;
		width: 100%;
		left: 0;
		top: -8px;
		transition-duration: 0.3s;
	}

	.headerbox button .line::after {
		content: "";
		position: absolute;
		background-color: #d9d9d9;
		height: 3px;
		width: 100%;
		left: 0;
		top: 8px;
		transition-duration: 0.2s;
	}

	.headerbox button .line+span {
		display: block;
	}

	.open .headerbox button .line {
		background-color: transparent;
	}

	.open .headerbox button .line::before {
		transform: rotate(135deg);
		top: 0;
	}

	.open .headerbox button .line::after {
		transform: rotate(225deg);
		top: 0;
	}
}

/* ----------------------------------------------
nav
----------------------------------------------*/
nav {
	border-top: 1px solid #e1e1e1;
	/*border-bottom: 1px solid #00a440;*/
}

nav>ul {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
}

nav>.navi01>li {
	flex-grow: 1;
	position: relative;
}

nav>.navi01>li::before {
	content: "";
	height: 30px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

nav>.navi01>li:last-child::after {
	content: "";
	height: 30px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

nav>.navi01>li>a {
	display: block;
	position: relative;
	padding: 20px 15px 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	color: #333;
	/*header対応のため追記*/
	text-decoration: none;
	/*header対応のため追記*/
}

nav>.navi01>li>a::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #0aa13f;
	border-bottom: 2px solid #0aa13f;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -3px;
}

nav .navi01 a+ul {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: #fff;
	border-left: 1px solid #00a440;
	border-right: 1px solid #00a440;
	border-bottom: 1px solid #00a440;
}

nav .navi01 a+ul li+li {
	border-top: 1px dotted #00a440;
}

nav .navi01 a+ul a {
	display: block;
	padding: 8px 0;
	color: #333;
	/*header対応のため追記*/
	text-decoration: none;
	/*header対応のため追記*/
}

nav .navi01 a+ul a:hover {
	text-decoration: underline;
}

/*ボタンボックス*/
nav .btn-box {
	text-align: center;
	border-top: 2px solid #0ba540;
	padding-top: 20px;
	/*緊急のときはのため追記*/
	display: flex;
	flex-direction: column;
	align-items: center;
}

nav .btn-box span {
	display: block;
	margin-bottom: 15px;
	padding-right: 28px;
}

nav .btn-box span a {
	position: relative;
	padding-right: 14px;
	color: #333 !important;
	/*header対応のため追記*/
	text-decoration: none;
	/*header対応のため追記*/
}

nav .btn-box span a::before {
	content: "";
	position: absolute;
	right: 3px;
	top: 0;
	margin-top: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0ba541;
	border-right: 1px solid #0ba541;
	transform: rotate(45deg);
}


/*↓↓緊急のときはのため変更・追記↓↓*/


nav .btn-box span:first-child {
	border: 2px solid #E74545;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
	font-weight: bold;
	/* padding: 0 10px 0 40px;*/
	font-size: 12px;
	line-height: 38px;
	background-color: #E74545;
	background-image: url("/img/kinkyu_icon.png");
	background-position: center left 10px;
	background-size: 22px 20px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 28px;
	width: 160px;
	padding-right: 0;
}

nav .btn-box span:first-child a {
	color: #fff !important;
	display: block;
	padding: 0 15px 0 30px;
}

nav .btn-box span:first-child a::before {
	content: "";
	position: absolute;
	right: 11px;
	top: 11px;
	margin-top: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

nav .btn-box span:nth-child(2) {
	border: 2px solid #e98f8f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
	font-weight: bold;
	/* padding: 0 10px 0 40px;*/
	font-size: 12px;
	line-height: 38px;
	background-image: url("/img/question_icon.png");
	background-position: center left 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 28px;
	width: 160px;
	padding-right: 0;
}

nav .btn-box span:nth-child(2) a {
	display: block;
	padding: 0 15px 0 30px;
}

nav .btn-box span:nth-child(2) a::before {
	content: "";
	position: absolute;
	right: 11px;
	top: 11px;
	margin-top: 0.35em;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0ba541;
	border-right: 1px solid #0ba541;
	transform: rotate(45deg);
}

/*↑↑緊急のときはのため変更・追記↑↑*/

@media screen and (min-width: 768px) {
	nav>ul>li>a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	nav .navi01>li:hover>a+ul {
		display: block;
	}

	nav {
		border-bottom: 1px solid #00a440;
	}

	nav .btn-box {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		position: fixed;
		width: 100%;
		max-height: 100%;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
		top: 0;
		z-index: 10;
		padding-top: 70px;
		background-color: #fff;
	}

	nav>ul {
		display: block;
	}

	nav>.navi01>li:nth-child(n+2) {
		border-top: 1px solid #e1e1e1;
	}

	nav>.navi01>li::before {
		content: "";
		left: auto;
		right: 10px;
		top: 1.3em;
		width: 8px;
		height: 8px;
		border-top: 2px solid #00a440;
		border-right: 2px solid #00a440;
		background-color: transparent;
		transform: rotate(135deg);
		transition-duration: 0.3s;
	}

	nav>.navi01>li:last-child::after {
		display: none;
	}

	nav>.navi01>li>a {
		padding: 10px 0;
		width: calc(100% - 28px);
	}

	nav>ul>li>a:active {
		text-decoration: none;
		opacity: 0.7;
	}

	nav>.navi01>li>a::before {
		display: none;
	}

	nav .navi01 a+ul {
		position: static;
		border: none;
		padding: 0;
	}

	nav .navi01 a+ul li {
		border-top: 1px dotted #00a440;
	}

	nav .navi01 a+ul a {
		padding: 10px;
		position: relative;
	}

	nav .navi01 a+ul a::before {
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #00a440;
		border-right: 2px solid #00a440;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
	}

	nav>.navi01>.openMenu::before {
		transform: rotate(-45deg);
	}
}

/* ----------------------------------------------
emergency
----------------------------------------------*/
#emergency {
	max-width: 980px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.5;
}

#emergency a {
	color: #ab1822;
	text-decoration: underline;
}

#emergency_inner {
	background-color: #cc0000;
	padding: 10px;
	text-align: center;
	text-align: left;
}

#emergency_inner>.title span {
	display: none;
}

#emergency_inner>.inner {
	background-color: #fff;
	padding: 10px;
}

#emergency .lead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

#emergency .lead .catch {
	flex: 0 0 418px;
}

#emergency .lead .denai {
	flex: 0 0 507px;
	width: 507px;
	display: table;
	border: 1px solid #9c9c9c;
	padding: 1px;
}

#emergency .lead .denai .midashi {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
	background-color: #cc0000;
	text-align: center;
	width: 158px;
	color: #fff;
}

_:-ms-lang(x)::-ms-backdrop,
#emergency .lead .denai .midashi {
	padding: 4px 8px 0;
}

#emergency .lead .denai p {
	display: table-cell;
	vertical-align: middle;
	background: url(../top-img/emergency/denai-bg.jpg) right center no-repeat;
	padding: 2px 8px;
}

#emergency .process {
	display: flex;
	justify-content: space-between;
}

#emergency .process .heightLine-group {
	flex: 0 0 24.5%;
	max-width: 24.5%;
	padding: 8px;
	border: 1px solid #9c9c9c;
	display: flex;
	flex-direction: column;
}

#emergency .process .heightLine-group>div {
	display: flex;
	flex-direction: column;
	min-height: 152px;
	flex: 0 0 auto;
}

#emergency .process .midashi {
	flex: 0 0 auto;
	position: relative;
	padding-left: 42px;
	min-height: 30px;
}

#emergency .process .midashi img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#emergency .process .illast {
	flex: 0 0 auto;
	margin: auto 0;
	text-align: center;
}

#emergency .process .text {
	flex: 0 0 auto;
}

#emergency_info {
	margin: 20px 0;
	padding: 14px 10px 24px;
	background-color: #ffe5e5;
	color: #646464;
}

#emergency_info .midashi {
	color: #e84949;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 3px solid #e84444;
	padding-bottom: 6px;
	display: flex;
	justify-content: space-between;
}

#emergency_info .midashi p {
	flex: 0 0 auto;
}

#emergency_info .midashi .f-lft::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	border: 3px solid #e84444;
	border-radius: 100%;
}

#emergency_info .midashi a {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	color: #e84949;
	text-decoration: none;
}

#emergency_info .midashi a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-color: transparent transparent transparent #e84949;
	border-width: 5px 0 5px 5px;
}

_:-ms-lang(x)::-ms-backdrop,
#emergency_info .midashi a::before {
	top: 35%;
}

#emergency_info ol {
	list-style: none;
	margin-top: 15px;
}

#emergency_info ol li {
	display: flex;
}

#emergency_info ol li:nth-child(n+2) {
	margin-top: 4px;
}

#emergency_info .date {
	flex: 0 0 112px;
	max-width: 112px;
	padding-left: 20px;
	position: relative;
}

#emergency_info .date::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 0.4em;
	border-style: solid;
	border-color: transparent transparent transparent #e84949;
	border-width: 5px 0 5px 5px;
}

_:-ms-lang(x)::-ms-backdrop,
#emergency_info .date::before {
	top: 0.25em;
}

#emergency_info .title {
	flex: 0 0 848px;
	max-width: 848px;
	padding-right: 10px;
}

.disasterformbox {
	margin: 20px 0;
	border: 1px solid #e1e1e1;
	padding: 16px 20px 20px;
}

.disasterformbox .midashi {
	margin-bottom: 8px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}

.disasterformbox p+p {
	margin-top: 0.75em;
}

.disasterContact {
	text-align: center;
}

.disasterContact .midashi {
	max-width: 635px;
	margin: 14px auto 4px;
	font-size: 2.0rem;
	text-align: left;
}

.disasterContact .content {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}

.disasterContact .content .tel {
	flex: 0 0 auto;
	font-size: 3.0rem;
	font-weight: bold;
}

.disasterContact .content .tel img {
	vertical-align: baseline;
	width: 38px;
}

.disasterContact .content .tel span {
	display: inline-block;
	margin-left: 5px;
}

.disasterContact .content .tel rt {
	font-weight: normal;
	font-size: 1.4rem;
}

.disasterContact .content .tel a {
	display: none;
}

.disasterContact .content>span {
	flex: 0 0 auto;
	display: block;
	margin: 0 1em;
}

.disasterContact .content .btn {
	flex: 0 0 auto;
	align-self: center;
}

#emergency .disasterformbox .btn a {
	display: block;
	background-color: #2da441;
	padding: 16px 26px;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
#emergency .disasterformbox .btn a {
	padding-top: 20px;
	padding-bottom: 12px;
}

.disasterContact .content .text {
	flex: 0 0 100%;
	margin-top: 8px;
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}

.disasterContact .content .telnum {
	display: inline-block;
	margin: 0 1em;
	text-indent: 0;
}

.disasterContact .content .telnum a {
	display: none;
}

@media screen and (min-width: 768px) {
	#emergency a:hover {
		text-decoration: none;
	}

	#emergency_info .midashi a:hover {
		opacity: 0.7;
	}

	#emergency .disasterformbox .btn a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	#emergency {
		font-size: 1.4rem;
		line-height: 1.46;
	}

	#emergency a:active {
		text-decoration: none;
	}

	#emergency_inner {
		padding: 10px 3px 3px;
		margin: 0 10px;
	}

	#emergency_inner>.title {
		padding-bottom: 10px;
	}

	#emergency_inner>.title img {
		display: none;
	}

	#emergency_inner>.title span {
		display: block;
		background: url(../top-img/emergency/icon-caution.gif) 3px center no-repeat;
		background-size: 30px auto;
		padding-left: 38px;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.27;
	}

	#emergency_inner>.inner {
		padding: 12px 6px 6px;
	}

	#emergency .lead {
		display: block;
	}

	#emergency .lead .denai {
		width: 100%;
		margin-top: 12px;
	}

	#emergency .lead .denai .midashi {
		padding: 0 4px;
		width: 120px;
	}

	#emergency .lead .denai p {
		background-image: none;
	}

	#emergency .process {
		display: block;
	}

	#emergency .process .heightLine-group {
		max-width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding: 5px;
	}

	#emergency .process .heightLine-group:nth-child(n+2) {
		margin-top: 5px;
	}

	#emergency .process .heightLine-group>div {
		flex: 0 0 49%;
		max-width: 200px;
		margin-right: 2%;
		min-height: 0;
	}

	#emergency .process .midashi {
		padding-left: 30px;
		min-height: 22px;
	}

	#emergency .process .midashi img {
		width: 22px;
		height: 22px;
	}

	#emergency .process .illast {
		margin-top: 5px;
	}

	#emergency .process .text {
		flex: 1 0 49%;
	}

	#emergency_info {
		padding: 0;
		margin: 15px 10px;
	}

	#emergency_info .midashi {
		border-bottom: none;
		padding: 18px 6px;
		font-size: 1.5rem;
	}

	#emergency_info .midashi .f-lft::before {
		width: 16px;
		height: 16px;
		border-width: 2px;
		margin-bottom: 2px;
		vertical-align: bottom;
	}

	#emergency_info .midashi .f-rit {
		display: none;
	}

	#emergency_info ol {
		background-color: #fff;
		padding-top: 10px;
		margin-top: 0;
	}

	#emergency_info ol li {
		display: block;
	}

	#emergency_info li:nth-child(n+2) {
		border-top: 1px solid #e84949;
		padding-top: 5px;
	}

	#emergency_info .date {
		max-width: none;
	}

	#emergency_info .date::before {
		top: 50%;
		transform: translateY(-50%);
	}

	#emergency_info .title {
		padding: 3px 5px 0;
		max-width: none;
	}

	.disasterformbox {
		margin: 15px 10px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.disasterformbox .midashi {
		font-size: 2.2rem;
		line-height: 1.3;
	}

	.disasterformbox .midashi span {
		display: block;
	}

	.disasterContact .midashi {
		max-width: none;
		text-align: center;
		font-size: 1.8rem;
	}

	.disasterContact .content .tel {
		position: relative;
	}

	.disasterContact .content .tel span {
		transition-duration: 0.3s;
	}

	.disasterContact .content .tel:active span {
		opacity: 0.7;
	}

	.disasterContact .content .tel rt {
		font-size: 1.1rem;
	}

	.disasterContact .content .tel a,
	.disasterContact .content .telnum a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.disasterContact .content>span {
		flex-basis: 100%;
		margin: 0 0 10px;
	}

	#emergency .disasterContact .content .btn {
		flex-basis: 100%;
	}

	#emergency .disasterContact .content .btn a {
		padding-left: 0;
		padding-right: 0;
	}

	.disasterContact .content .btn a:active {
		opacity: 0.7;
	}

	.disasterContact .content .telnum {
		position: relative;
		text-decoration: underline;
	}

	.disasterContact .content .telnum:active {
		text-decoration: none;
	}
}

/* ----------------------------------------------
main
----------------------------------------------*/
.slideWrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 24px;
	margin: 41px 0 20px;
}

.bx-viewport {
	overflow: visible !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #ccdbd2;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00a440;
}

.bx-wrapper .bx-controls-direction a {
	background-color: #fff;
	background-position: center center;
	z-index: 0;
	width: 60px;
	height: 195px;
	top: 0;
	margin-top: 0;
}

.bx-wrapper .bx-prev {
	background-image: url(../top-img/arrow-prev.png);
	left: -60px;
}

.bx-wrapper .bx-next {
	background-image: url(../top-img/arrow-next.png);
	right: -60px;
}

.kurashi a {
	display: none;
}

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

	.bx-wrapper .bx-prev:hover,
	.bx-wrapper .bx-next:hover {
		background-position: center center;
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.slideWrap {
		margin: 0;
		padding-bottom: 40px;
	}

	.bx-wrapper .bx-pager {
		bottom: -34px;
		padding-top: 0;
	}

	#mapPc {
		display: none;
	}

	.kurashi {
		position: relative;
	}

	.kurashi a {
		display: block;
		position: absolute;
		border-radius: 50%;
		z-index: 1;
	}

	.kurashi a span {
		font-size: 0;
		opacity: 0;
	}

	.kurashi [href$="kurashi/water.htm"] {
		width: 20.5%;
		height: 44%;
		left: 2.5%;
		top: 20%;
	}

	.kurashi [href$="kurashi/reform.htm"] {
		width: 20.5%;
		height: 44%;
		left: 23.8%;
		top: 4%;
	}

	.kurashi [href$="kurashi/kiki.htm"] {
		width: 20.5%;
		height: 44%;
		right: 25.8%;
		top: 4%;
	}

	.kurashi [href$="kurashi/safe.htm"] {
		width: 20.5%;
		height: 44%;
		right: 4.2%;
		top: 10%;
	}

	.kurashi [href$="kurashi/index.htm"] {
		width: 100%;
		height: 100%;
		border-radius: 0;
		left: 0;
		top: 0;
		z-index: 0;
	}
}

/* ----------------------------------------------
TopContent
----------------------------------------------*/
.topContent {
	background-color: #e6f4ec;
	padding: 53px 0;
}

.topContent>.inner {
	max-width: 980px;
	margin: 0 auto;
}

/* ----------------------------------------------
mente
----------------------------------------------*/
.topContent .mente {
	list-style: none;
	background-color: #fff;
	border-radius: 8px;
	border: 3px solid #ff0000;
	padding: 20px 22px;
	margin-bottom: 34px;
	font-size: 1.6rem;
}

.topContent .mente h3 {
	font-weight: 700;
	font-size: 1.8rem;
}

.topContent .mente .mente_sche {
	font-weight: bold;
}


/* ----------------------------------------------
TopContent conspicuous
----------------------------------------------*/
.topContent .conspicuous {
	list-style: none;
	background-color: #fff;
	border-radius: 8px;
	border: 3px solid #ff0000;
	padding: 20px 22px;
	margin-bottom: 34px;
}

.topContent .conspicuous:has(.notice) {
	border: 3px solid #3d3c92;
}

.topContent .conspicuous .attention {
	color: #f00;
	background: url(../top-img/icon-caution01@2x.png) 0 0.25em no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
	font-weight: 700;
	font-size: 2.8rem;
	background-position: 0 0.3em;
}

.topContent .conspicuous .underline {
	text-decoration: underline;
}

.topContent .conspicuous .info {
	background: url(../top-img/icon-caution02@2x.png) 0 0.25em no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
	font-weight: 700;
	font-size: 2.8rem;
	background-position: 0 0.3em;
}

.topContent .conspicuous .notice {
	background: url(../top-img/icon-caution01@2x.png) 0 0.25em no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
	font-weight: 700;
	font-size: 2.8rem;
	background-position: 0 0.3em;
	color: initial;
}


.topContent .conspicuous li:nth-child(n+2) {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.topContent .conspicuous .attention {
		font-size: 2rem;
	}

	.topContent .conspicuous .info {
		font-size: 2rem;
	}

	.topContent .conspicuous .notice {
		font-size: 2rem;
	}
}

/* ----------------------------------------------
TopContent caution
----------------------------------------------*/
.topContent .caution {
	list-style: none;
	background-color: #fff;
	border-radius: 8px;
	border: 3px solid #ffa313;
	padding: 20px 22px;
}

.topContent .caution li {
	background: url(../top-img/icon-caution02@2x.png) 0 0.25em no-repeat;
	background-size: 19px 19px;
	padding-left: 30px;
	font-weight: 700;
	font-size: 1.8rem;
}

.topContent .caution li:nth-child(n+2) {
	margin-top: 10px;
}

.topContent .caution .attention {
	color: #f00;
	background-image: url(../top-img/icon-caution01@2x.png);
}

.topContent .caution .underline {
	text-decoration: underline;
}

.topContent .caution .homeGas {
	color: #f00;
	background-image: url(../top-img/icon-gaskiki@2x.png);
	background-size: 18px 24px;
	background-position: 0 0.05em;
}

_:-ms-lang(x)::-ms-backdrop,
.topContent .caution li {
	padding-top: 5px;
}

_:-ms-lang(x)::-ms-backdrop,
.topContent .caution li:nth-child(n+2) {
	margin-top: 5px;
}

.topContent .topNavi01 {
	display: flex;
	justify-content: space-between;
	margin: 34px 0 45px;
}

.topContent dl {
	flex: 0 0 32%;
	background-color: #fff;
	border: 2px solid #00a440;
	border-radius: 8px;
}

.topContent .okomari {
	border-color: #e98f8f;
}

.topContent dt {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	padding-top: 95px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center 30px;
}

.topContent .katei dt {
	background-image: url(../top-img/katei@2x.png);
	background-size: 46px 44px;
}

.topContent .gyoumu dt {
	background-image: url(../top-img/gyoumuyou@2x.png);
	background-size: 45px 41px;
}

.topContent .okomari dt {
	background-image: url(../top-img/okomari@2x.png);
	background-size: 44px 44px;
}

.topContent dt em {
	font-size: 2.8rem;
	font-style: normal;
}

.topContent dd ul {
	list-style: none;
	padding: 0 12px 18px;
}

.topContent dd li {
	font-weight: 700;
	font-size: 1.7rem;
}

.topContent dd li:nth-child(n+2) {
	margin-top: 6px;
}

.topContent dd .accent {
	font-size: 2.0rem;
}

.topContent dd li a {
	display: block;
	position: relative;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 10px 25px 10px 15px;
}

.topContent dd li a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #44a053;
	border-right: 2px solid #44a053;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}

.topContent dd .accent a {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fffce7;
	border-color: #44a053;
}

_:-ms-lang(x)::-ms-backdrop,
.topContent dd li a {
	padding-top: 15px;
	padding-bottom: 5px;
}

_:-ms-lang(x)::-ms-backdrop,
.topContent dd .accent a {
	padding-top: 25px;
	padding-bottom: 15px;
}

.topContent .topNavi02 {
	list-style: none;
	margin: 45px 0 40px;
	display: flex;
	justify-content: space-between;
}

.topContent .topNavi02 li {
	flex: 0 0 314px;
}

.topContent .topNavi02 a {
	display: block;
	border-radius: 8px;
	border: 1px solid #a0d2b3;
	padding: 28px 0;
	text-align: center;
	font-size: 1.2rem;
}

.topContent .topNavi02 li:first-child a {
	background: #fff url(../top-img/madoguchi@2x.png) 38px center no-repeat;
	background-size: 30px 36px;
	background-position: left 15px center;
}

.topContent .topNavi02 li:nth-child(2) a {
	background: #fff url(/img/question_icon.png) 38px center no-repeat;
	background-size: 43px 43px;
	background-position: left 15px center;
	border: 1px solid #e98f8f;
}

.topContent .topNavi02 li:last-child a {
	background: #fff url(../top-img/showroom.png) 34px center no-repeat;
	background-size: auto 40px;
	background-position: left 15px center;
}

.topContent .topNavi02 a div span {
	display: block;
	font-weight: 700;
	font-size: 2.2rem;
	color: #0ba540;
}

.topContent .member {
	border-radius: 8px;
	border: 1px solid #77c1ff;
	background-color: #fff;
	margin-top: 40px;
	padding: 20px 20px 24px 10px;
	display: flex;
	align-items: center;
}

.topContent .member .midashi {
	flex: 0 0 256px;
	margin-right: 20px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}

.topContent .member .midashi span {
	display: block;
	background: url(../top-img/member-ttl-bg.png) 0 0 no-repeat;
	min-height: 35px;
	padding-top: 9px;
	line-height: 1.0;
}

_:-ms-lang(x)::-ms-backdrop,
.topContent .member .midashi span {
	padding-top: 12px;
}

.topContent .member .midashi .img {
	margin-top: 10px;
}

.topContent .member>.img {
	flex: 0 0 auto;
}

.topContent .member ul {
	list-style: none;
	margin-left: auto;
	flex: 0 0 202px;
	font-size: 1.7rem;
	font-weight: 700;
}

.topContent .member li+li {
	margin-top: 18px;
}

.topContent .member a {
	display: block;
	position: relative;
	border-radius: 4px;
	padding: 16px 26px 16px 20px;
	text-align: center;
	color: #fff;
}

_:-ms-lang(x)::-ms-backdrop,
.topContent .member a {
	padding-top: 21px;
	padding-bottom: 11px;
}

.topContent .member a::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) {
	.topContent dd li a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.topContent .topNavi02 li:nth-child(n) a:hover {
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.topContent .topNavi01 dl dd {
		display: block !important;
		/*レスポンシブ対応のため追記*/
	}
}

@media screen and (max-width: 767px) {
	.topContent {
		padding: 25px 15px 25px;
	}

	.topContent .caution {
		padding: 15px;
		border-width: 2px;
		border-radius: 5px;
	}

	.topContent .caution li {
		font-size: 1.3rem;
		line-height: 1.38;
		background-position: 0 0;
		background-size: 15px auto;
		padding-left: 25px;
	}

	.topContent .caution>[class] {
		font-size: 1.4rem;
	}

	.topContent .caution .homeGas {
		background-size: auto 15px;
		background-position: 2px 0;
		min-height: 15px;
	}

	.topContent .topNavi01 {
		display: block;
		margin-bottom: 24px;
		margin-top: 25px;
	}

	.topContent dl {
		border-radius: 5px;
	}

	.topContent dl:nth-child(n+2) {
		margin-top: 25px;
	}

	.topContent dt {
		padding: 25px 40px 25px 80px;
		margin-bottom: 0;
		background-position: 15px center;
		text-align: left;
		position: relative;
		font-size: 1.5rem;
	}

	.topContent dt em {
		font-size: 2.0rem;
	}

	.topContent .katei dt {
		background-size: 37px auto;
	}

	.topContent .gyoumu dt {
		background-size: 38px auto;
	}

	.topContent .okomari dt {
		background-size: 35px auto;
	}

	.topContent dt::before {
		content: "";
		width: 18px;
		height: 18px;
		border-bottom: 3px solid #ccdbd2;
		border-right: 3px solid #ccdbd2;
		position: absolute;
		right: 20px;
		top: 45%;
		transform: rotate(45deg) translateY(-50%);
		transform-origin: center top;
		transition-duration: 0.3s;
	}

	.topContent .close dt::before {
		transform: rotate(-135deg) translateY(-50%);
		top: 55%;
	}

	.topContent dd li {
		font-size: 1.5rem;
	}

	.topContent dd .accent {
		font-size: 1.8rem;
	}

	.topContent dd li:nth-child(n+2) {
		margin-top: 10px;
	}

	.topContent dd li a {
		border-radius: 3px;
	}

	.topContent dd li a:active {
		text-decoration: none;
		opacity: 0.7;
	}

	.topContent .topNavi02 {
		display: block;
		margin: 24px 0 22px;
	}

	.topContent .topNavi02 li:nth-child(n+2) {
		margin-top: 20px;
	}

	.topContent .topNavi02 li a {
		padding: 65px 0 15px;
		font-size: 1.3rem;
		border-radius: 5px;
	}

	.topContent .topNavi02 li:first-child a {
		background-size: 29px auto;
		background-position: center 20px;
	}

	.topContent .topNavi02 li:nth-child(2) a {
		background-size: 35px auto;
		background-position: center 20px;
	}

	.topContent .topNavi02 li:last-child a {
		background-size: auto 35px;
		background-position: center 20px;
	}

	.topContent .topNavi02 li:nth-child(n) a:active {
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.topContent .topNavi02 li a span {
		font-size: 1.6rem;
	}

	.topContent .member {
		display: block;
		padding: 20px;
		margin-top: 22px;
		text-align: center;
		border-radius: 5px;
	}

	.topContent .member .midashi {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.topContent .member .midashi span {
		background-image: url(../top-img/member-ttl-bg@2x.png);
		background-size: 100% auto;
		font-size: 1.5rem;
	}

	.topContent .member .midashi .img {
		margin-top: 12px;
	}

	.topContent .member ul {
		display: flex;
		justify-content: space-between;
		font-size: 1.4rem;
		margin-top: 18px;
	}

	.topContent .member li {
		flex: 0 0 47%;
	}

	.topContent .member li+li {
		margin-top: 0;
	}

	.topContent .member a {
		border-radius: 2px;
		padding: 8px 14px 8px 8px;
	}

	.topContent .member a::before {
		right: 12px;
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
}

/* ----------------------------------------------
news
----------------------------------------------*/
.news {
	max-width: 980px;
	margin: 55px auto;
	font-size: 1.6rem;
}

section .hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #00a440;
	padding-bottom: 20px;
}

section h2 {
	flex: 0 0 auto;
	font-size: 2.4rem;
	font-weight: 700;
}

section .hd .toList {
	display: inline-block;
	flex: 0 0 auto;
	position: relative;
	padding-right: 20px;
	max-width: 100%;
}

section .hd .toList::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #0ba541;
	border-right: 1px solid #0ba541;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25em;
}

.news .content ul {
	list-style: none;
}

.news .content li {
	display: flex;
	padding: 17px 0;
}

_:-ms-lang(x)::-ms-backdrop,
.news .content li {
	padding: 22px 0 12px;
}

.news .content li:nth-child(n+2) {
	border-top: 1px solid #e3e3e3;
}

.news .content li .date {
	flex: 0 0 150px;
	max-width: 150px;
	padding: 0 10px;
	color: #0ba541;
	font-size: 1.4rem;
}

.news .content li .title {
	flex: 0 0 830px;
}

@media screen and (max-width: 767px) {
	.news {
		margin: 30px 15px;
		font-size: 1.3rem;
	}

	section h2 {
		font-size: 1.6rem;
	}

	.news .hd {
		padding-bottom: 12px;
	}

	.news .content li {
		display: block;
		padding: 15px 0;
	}

	.news .content li .date {
		padding: 0;
		font-size: 100%;
		max-width: 100%;
	}

	.news .content li .new,
	.news .content li .new a,
	.news .content li .title a {
		display: block;
	}
}

/* ----------------------------------------------
pickup
----------------------------------------------*/

#pickup {
	background-color: #e6f4ec;
	padding: 60px 0 50px;
}

#pickup .hd {
	max-width: 980px;
	margin: 0 auto;
	border-bottom: none;
	padding-bottom: 30px;
}

#pickup ul {
	list-style: none;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#pickup li {
	flex: 0 0 230px;
	text-align: center;
	margin-right: 20px;
}

#pickup li:nth-child(-n+12) {
	margin-bottom: 30px;
}

#pickup li:nth-child(4n) {
	margin-right: 0;
}

#pickup li a {
	display: block;
	border-radius: 8px;
	background-color: #fff;
}

#pickup li .img {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

#pickup li .caption {
	position: relative;
	padding: 14px 15px 14px 4px;
	font-weight: 700;
	font-size: 1.6rem;
}

_:-ms-lang(x)::-ms-backdrop,
#pickup li .caption {
	padding-top: 19px;
	padding-bottom: 9px;
}

#pickup li .caption::before {
	content: "";
	width: 6px;
	height: 6px;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 13px;
	top: 50%;
	border-top: 1px solid #0ba541;
	border-right: 1px solid #0ba541;
}

@media screen and (min-width: 768px) {
	#pickup li a:hover {
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.7);
	}
}

@media screen and (max-width: 767px) {
	#pickup {
		padding: 40px 15px;
	}

	#pickup .hd {
		border-bottom: 1px solid #00a440;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	#pickup ul {
		justify-content: space-between;
	}

	#pickup li {
		flex-basis: 48%;
		margin-right: 0;
	}

	#pickup li:nth-child(-n+14) {
		margin-bottom: 15px;
	}

	#pickup li a {
		border-radius: 4px;
	}

	#pickup li a:active {
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.7);
	}

	#pickup li .img {
		border-radius: 4px 4px 0 0;
	}

	#pickup li .caption {
		font-size: 1.1rem;
		line-height: 1.36;
		min-height: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 10px 0 5px;
	}

	#pickup li .caption span {
		display: block;
	}

	#pickup li .caption::before {
		right: 8px;
	}
}

/* ----------------------------------------------
SNS
----------------------------------------------*/
#sns {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

#sns .hd {
	border-bottom: none;
	padding-bottom: 25px;
}

#sns ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#sns li {
	flex: 0 0 230px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#sns li {
		text-align: left;
	}

	#sns li span {
		padding-left: 70px !important;
	}
}

#sns li a {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	padding: 10px 0;
	font-size: 2.0rem;
	font-weight: 700;
}



_:-ms-lang(x)::-ms-backdrop,
#sns li a {
	padding: 15px 0 5px;
}

#sns li [href*="facebook"] {
	border-color: #185bb2;
}

#sns li [href*="twitter"] {
	border-color: #000;
	/* border-color: #1da1f2; */
}

#sns li [href*="instagram"] {
	border-color: #7d38ae;
}

#sns li [href*="youtube"] {
	border-color: #f00;
}

#sns li [href*="facebook"] span {
	display: block;
	min-height: 50px;
	padding: 14px 0;
	background: url(../top-img/icon-facebook@2x.png) 10px center no-repeat;
	background-size: 45px 45px;
}

#sns li [href*="twitter"] span {
	display: block;
	min-height: 50px;
	padding: 14px 0;
	background: url(../top-img/icon-x.png) 10px center no-repeat;
	background-size: 45px 45px;
}

#sns li [href*="instagram"] span {
	display: block;
	min-height: 50px;
	padding: 14px 0;
	background: url(../top-img/icon-instagram@2x.png) 10px center no-repeat;
	background-size: 45px 45px;
}

#sns li [href*="youtube"] span {
	display: block;
	min-height: 50px;
	padding: 14px 0;
	background: url(../top-img/icon-youtube@2x.png) 10px center no-repeat;
	background-size: 45px auto;
}

@media screen and (min-width: 768px) {
	#sns li [href*="facebook"]:hover {
		text-decoration: none;
		background-color: #185bb2;
		color: #fff;
	}

	#sns li [href*="twitter"]:hover {
		text-decoration: none;
		background-color: #1da1f2;
		color: #fff;
	}

	#sns li [href*="instagram"]:hover {
		text-decoration: none;
		color: #fff;
		background: #7e39ae;
		background: -moz-linear-gradient(45deg, #7e39ae 0%, #e41231 50%, #f8d500 100%);
		background: -webkit-linear-gradient(45deg, #7e39ae 0%, #e41231 50%, #f8d500 100%);
		background: linear-gradient(45deg, #7e39ae 0%, #e41231 50%, #f8d500 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e39ae', endColorstr='#f8d500', GradientType=1);
	}

	#sns li [href*="youtube"]:hover {
		text-decoration: none;
		background-color: #f00;
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	#sns {
		padding: 40px 15px;
	}

	#sns .hd {
		padding-bottom: 15px;
	}

	#sns ul {
		display: block;
	}

	#sns li+li {
		margin-top: 20px;
	}

	#sns li a {
		padding: 0;
		font-size: 1.5rem;
		border-radius: 5px;
	}

	#sns li [href*="facebook"]:active {
		text-decoration: none;
		background-color: #185bb2;
		color: #fff;
	}

	#sns li [href*="twitter"]:active {
		text-decoration: none;
		background-color: #1da1f2;
		color: #fff;
	}

	#sns li [href*="youtube"]:active {
		text-decoration: none;
		background-color: #f00;
		color: #fff;
	}

	#sns li [href*="facebook"] span {
		min-height: 34px;
		padding: 8px 0;
		background-position: 20px center;
		background-size: 34px auto;
	}

	#sns li [href*="twitter"] span {
		min-height: 34px;
		padding: 8px 0;
		background-position: 20px center;
		background-size: 34px auto;
	}

	#sns li [href*="instagram"] span {
		min-height: 34px;
		padding: 8px 0;
		background-position: 20px center;
		background-size: 34px auto;
	}

	#sns li [href*="youtube"] span {
		min-height: 34px;
		padding: 8px 0;
		background-position: 20px center;
		background-size: 34px auto;
	}
}

/* ----------------------------------------------
footer
----------------------------------------------*/

footer .ftNav01 {
	background-color: #2b9c57;
	padding: 50px 0;
	color: #fff;
}

footer .ftNav01>ul {
	max-width: 980px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .ftNav01>ul>li {
	flex: 0 0 320px;
}

footer .ftNav01>ul>li:nth-child(-n+2) {
	margin-bottom: 40px;
}

footer .ftNav01>ul>li:last-child,
footer .ftNav01>ul>li:first-child {
	flex-basis: 630px;
}

footer .ftNav01>ul>li>a {
	font-size: 1.8rem;
	font-weight: 700;
}

footer .ftNav01 a+ul {
	list-style: none;
	border-top: 1px solid #63c689;
	padding-top: 22px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

footer .ftNav01>ul>li:first-child a+ul {
	height: 158px;
}

footer .ftNav01>ul>li:last-child a+ul {
	height: 118px;
}

footer .ftNav01 a+ul li {}

footer .ftNav01 a+ul li::before {
	content: "・ ";
	display: inline;
}

footer .ftNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
	padding: 24px 0;
}

footer .ftNav ul {
	list-style: none;
	display: flex;
}

footer .ftNav li {
	flex: 0 0 auto;
	margin-right: 2em;
}

footer .copy {
	font-size: 1.1rem;
	flex: 0 0 auto;
}

footer .sub_footer {
	border-top: solid 1px #00a440;
	margin-top: 60px;
}

footer .sub_copy {
	font-size: 1.1rem;
	flex: 0 0 auto;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	footer {
		border-top: 1px solid #2B9C57
	}

	#toppage footer .ftNav {
		border-top: none;
	}

	footer .ftNav01>ul>li>a:hover {
		text-decoration: none;
		color: #b2f2ca;
	}

	footer .ftNav a {
		color: #333;
		text-decoration: none;
	}

	footer .ftNav a:link {
		color: #333;
		text-decoration: none;
	}

	footer .ftNav a:visited {
		color: #333;
		text-decoration: none;
	}

	/* footer .ftNav a:hover {
		color: #333;
	} */
}

@media screen and (max-width: 767px) {
	footer {
		/* padding-bottom: 20px; */
	}

	footer .ftNav01 {
		display: none;
	}

	footer .ftNav {
		background-color: #2b9c57;
		color: #fff;
		display: block;
		padding: 26px 15px 24px;
	}

	footer .ftNav ul {
		display: block;
		margin-bottom: 20px;
	}

	footer .ftNav li:nth-child(n+2) {
		margin-top: 8px;
	}

	footer .ftNav a:link {
		color: #fff;
		text-decoration: none;
	}

	footer .ftNav a:visited {
		color: #fff;
		text-decoration: none;
	}

	footer .ftNav a:hover {
		color: #fff;
	}
}