@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sp {
	display: none !important;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: block;
}
.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.tagTitle {
	font-size: 20px !important;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
}

#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	padding-top: 117px;
}

a { color: #000 }
a {
	transition-property: opacity;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
/*a > img {
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	}*/
	a:not(.not):hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
/*a:hover > img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	}*/

	#contents {
		position: relative;
	}

	.commonBtn {
		text-align: center;
	}
	.commonBtn a {
		display: inline-block;
		height: 49px;
		border-radius: 50px;
		line-height: 49px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background-color: #223e6c;
		position: relative;
		padding-left: 32px;
		padding-right: 58px;
	}
	.commonBtn a:before {
		content: "";
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border-right: 3px #fff solid;
		border-bottom: 3px #fff solid;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
	}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	height: 117px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.header_inr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 980px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#header_logo {
	display: inline-block;
	padding-top: 20px;
	float: left;
}

#header_logo p + img {
	margin-top: 7px;
	word-wrap: normal;
}
#header_logo a {
	display: inline-block;
}
#header_logo p {
	font-size: 	12px;
	white-space: nowrap;
} 

@media only screen and (min-width: 981px) {
	.header-mail {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 89px;
		height: 80px;
		border-radius: 0 0 4px 4px;
		background-color: #1b81b2;
		float: right;
	}
	.header-mail p {
		padding-top: 38px;
		text-align: center;
		line-height: 1.5;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		position: relative;
	}
	.header-mail p:before {
		content: "";
		display: inline-block;
		width: 26px;
		height: 0;
		padding-top: 19px;
		background-image: url(../images/header-tel_icon02.png);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 13px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.header-line {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 89px;
		height: 80px;
		border-radius: 0 0 4px 4px;
		background-color: #06c755;
		float: right;
		margin-right: 2px;
	}
	.header-line p {
		padding-top: 48px;
		text-align: center;
		line-height: 1.5;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		position: relative;
	}
	.header-line p:before {
		content: "";
		display: inline-block;
		width: 31px;
		height: 0;
		padding-top: 31px;
		background-image: url(../images/icon_line.svg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 11px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.header-mail ~ .header-tel {
		margin-right: 18px;
	}

	.header-tel {
		float: right;
		display: flex;
		position: relative;
		align-items: center;
		margin-top: 17px;
	}
	.header-tel::before {
		content: "";
		display: inline-block;
		width: 65px;
		height: 65px;
		background-image: url(../images/header-tel_pop.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.header-tel_text a {
		color: #223e6c;
		display: flex;
		width: 224px;
		height: 49px;
		align-items: center;
		justify-content: space-between;
		font-size: 13.7px;
		line-height: 20px;
		font-weight: bold;
		letter-spacing: -0.04em;
		position: relative;
		text-align: center;
		border: 2px solid #223e6c;
		border-radius: 999px;
		box-sizing: border-box;
		padding-inline: 12px 20px;
		margin-left: 10px;
	}
	.header-tel_text a::before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
		background-image: url(../images/header-tel_icon01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.header-tel_text a::after {
		content: "";
		width: 7px;
		height: 7px;
		display: block;
		border-top: 2px solid #223e6c;
		border-right: 2px solid #223e6c;
		transform: rotate(45deg);
	}
	.header-tel .header-tel_text + ul {
		margin-top: 4px;
	}
	.header-tel ul {
		font-size: 0;
	}
	.header-tel li {
		display: inline-block;
	}
	.header-tel li + li {
		margin-left: 4px;
	}
	.header-tel li a {
		display: inline-block;
		width: 73px;
		height: 0;
		padding-top: 41px;
		overflow: hidden;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.header-tel li:nth-of-type(1) a {
		background-image: url(../images/header-tel_01.png);
	}
	.header-tel li:nth-of-type(2) a {
		background-image: url(../images/header-tel_02.png);
	}
	.header-tel li:nth-of-type(3) a {
		background-image: url(../images/header-tel_03.png);
	}
	.header-tel li a:hover {
		background-position: center bottom;
	}


	#header nav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 980px;
		padding-left: 13px;
		padding-right: 13px;
		margin-left: auto;
		margin-right: auto;
		background-color: #223e6c;
	}
	#header nav ul {
		font-size: 0;
		display: flex;
	}
	#header nav li {
		/*display: inline-block;*/
		position: relative;
		text-align: center;
		flex-grow: 1;
	}
	#header nav li:hover {
		opacity: 0.6;
	}
	#header nav li + li {
		padding-left: 1px;
	}
	#header nav li + li:before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 0;
		padding-top: 25px;
		background-image: url(../images/dot.jpg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;
		margin-top: auto;
		margin-bottom: auto;
	}
	#header nav li a {
		height: 55px;
		line-height: 55px;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	#header nav li a span {
		display: inline-block;
	}
	/* flexに変更したため無効化
	#header nav .menu01 {
		width: 81px;
	}
	#header nav .menu02 {
		width: 221px;
	}
	#header nav .menu03 {
		width: 130px;
	}
	#header nav .menu04 {
		width: 171px;
	}
	#header nav .menu05 {
		width: 78px;
	}
	#header nav .menu06 {
		width: 154px;
	}
	#header nav .menu07 {
		width: 113px;
	}
	#header nav .menu09 {
		width: 90px;
	}*/
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pagetop {
	display: inline-block;
	font-size: 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0;
}
.pagetop a span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #223e6c;
	position: relative;
}
.pagetop a span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 4px #fff solid;
	border-left: 4px #fff solid;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg );
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.pagetop .sanka {
	display: block;
	margin-top: 38px;
	margin-right: -10px;
}
.pagetop .sanka img {
	max-width: 100%;
}

#obsBtn {
	right: 0;
	bottom: 0;
	position: fixed;
}
#obsBtn img {
	vertical-align: top;
}

footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 56px;
	background-color: #223e6c;
	text-align: center;
}

footer #footer_logo p {
	font-size: 12px;
	color: #fff;
}
footer #footer_logo a {
	display: inline-block;
	color: #fff;
}

footer #footer_logo p:nth-of-type(2) {
	margin-top: 16px;
}

footer #footer_logo + .footer-tel {
	margin-top: 10px;
}

footer .footer-tel_text {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

footer .footer-tel_text + ul {
	margin-top: 20px;
}

footer .footer-tel ul {
	font-size: 0;
}
footer .footer-tel li {
	display: inline-block;
}
footer .footer-tel li a:hover > img {
	opacity: 1;
}


footer .footer-tel li + li {
	margin-left: 20px;
}
footer .footer-tel li a + .address {
	margin-top: 13px;
}

footer .footer-tel .address {
	padding-left: 30px;
	text-align: left;
	font-size: 13px;
	color: #fff;
}

footer .footer-tel + .footer-menu {
	margin-top: 38px;
}

footer .footer-menu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 31px;
	padding-bottom: 23px;
	background-color: #000;
}
footer .footer-menu ul {
	font-size: 0;
}
footer .footer-menu li {
	display: inline-block;
}

footer .menu01 {
	width: 70px;
}
footer .menu02 {
	width: 201px;
}
footer .menu03 {
	width: 117px;
}
footer .menu04 {
	width: 129px;
}
footer .menu05 {
	width: 69px;
}
footer .menu06 {
	width: 105px;
}
footer .menu07 {
	width: 141px;
}
footer .menu08 {
	width: 108px;
}

footer .footer-menu li a {
	display: block;
	text-align: center;
	position: relative;
}
footer .footer-menu li + li a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
footer .footer-menu li span {
	font-size: 12px;
	color: #fff;
}

footer .footer-menu ul + .copyright {
	margin-top: 19px;
}

footer .copyright {
	display: block;
	color: #fff;
	font-size: 10px;
}

@media only screen and (min-width: 981px) {
	footer .footer-tel li a {
		pointer-events: none;
	}
	#footer_banner ul {
		display: flex;
		max-width: 704px;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	#footer_logo + #footer_banner,
	#footer_banner + #footer_logo {
		margin-top: 30px;
	}
	#footer_logo + #footer_banner {
		margin-bottom: 30px;
	}
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Responsive
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP max-width: 980px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 980px) {
	.sp {
		display: block !important;
	}
	img.sp {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
	#wrapper {
		padding-top: 58px;
		padding-bottom: 110px;
	}
	.inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	/*-----header-----*/
	#header {
		height: 58px;
	}

	.header_inr {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
		width: 100%;
		height: 58px;
		background-color: #fff;
	}
	#header_logo {
		padding-top: 14px;
		width: 300px;
	}
	#header_logo p {
		font-size: 8px;
	}
	#header_logo p {
		margin-bottom: 4px;
	}


	#header .open {
		float: right;
		width: 23px;
		height: 10px;
		margin-top: 21.5px;
		cursor: pointer;
	}

	#header .open .sen {
		font-size: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: 23px;
		height: 10px;
		border-top: 2.5px #223e6c solid;
		border-bottom: 2.5px #223e6c solid;
		position: relative;
		vertical-align: middle;
		text-align: center;
	}
	#header .open .sen:before {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		background-color: #223e6c;
		position: absolute;
		top: -10px;
		left: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#header .open.active .sen:before {
		width: 22px;
		height: 2px;
	}
	#header .open.active .sen:after {
		width: 2px;
		height: 22px;
		content: "";
	}
	#header .open.active .sen, #header .open.active .sen:before {
		border: none;
	}
	#header .open.active .sen:before, #header .open.active .sen:after {
		display: inline-block;
		background-color: #fff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	#header nav {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100vh;
		background-color: #223e6c;
		position: absolute;
		top: 0;
		right: 0;
		overflow: scroll;
		padding-top: 70px;
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 100px;
	}

/*	#header nav.active .close {
	display: block;
	}*/
	#header .close {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 22px;
		height: 22px;
		font-size: 0;
		position: absolute;
		top: 22px;
		right: 22px;
		cursor: pointer;
	}
	#header .close:before,
	#header .close:after {
		content: "";
		display: inline-block;
		background-color: #fff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	#header .close:before {
		height: 22px;
		width: 2px;
	}
	#header .close:after {
		height: 2px;
		width: 22px;
	}

	#header nav .globalMenu {
		margin-left: auto;
		margin-right: auto;
		font-size: 0;
		position: relative;
	}
	#header nav .globalMenu:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-image: url(../images/dot02.jpg);
		background-repeat: repeat-x;
		position: absolute;
		top: -2px;
		left: 0;
	}
	#header nav .globalMenu li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block !important;
		width: 50%;
		height: 70px;
		vertical-align: top;
		text-align: center;
		position: relative;
		padding-bottom: 2px;
	}
	#header nav .globalMenu li.menu01 {
		width: 100%;
		padding: 0 10px;
	}
	#header nav .globalMenu li::before {
		content: "";
		display: inline-block;
		height: 2px;
		width: 100%;
		background-image: url(../images/dot02.jpg);
		background-repeat: repeat-x;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#header nav .globalMenu li + li {
		padding-right: 10px;
	}
	#header nav .globalMenu li:nth-of-type(odd) + li {
		background-position: left;
	}
	#header nav .globalMenu li:nth-of-type(odd) + li::after {
		content: "";
		display: inline-block;
		width: 2px;
		height: 100%;
		background-image: url(../images/dot03.png);
		background-repeat: repeat-y;
		position: absolute;
		top: 0;
		right: -2px;
	}
	#header nav .globalMenu li:nth-of-type(even) + li {
		background-position: right;
	}
	#header nav .globalMenu li a {
		font-size: 15px;
		color: #fff;
		text-align: center;
		display: block;
		height: 100%;
		vertical-align: middle;
		line-height: 70px;
		position: relative;
	}
	#header nav .globalMenu li a::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-right: 2px #fff solid;
		border-bottom: 2px #fff solid;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2px;
		margin-top: auto;
		margin-bottom: auto;
	}
	#header nav .globalMenu li a span {
		line-height: 20px;
		display: inline-block;
		vertical-align: middle;
	}


	#header nav .globalMenu + .header-tel {
		margin-top: 27px;
	}

	#header nav .header-tel {
		text-align: center;
	}
	#header nav .header-tel_text {
		color: #fff;
		font-size: 15px;
		font-weight: bold;
	}

	#header nav .header-tel_text + .header-tel_text {
		margin-top: 13px;
	}

	#header nav .header-tel_text span {
		position: relative;
		line-height: 1;
	}
	#header nav .header-tel_text span:before {
		content: "";
		display: block;
		border-bottom: 2px #fff solid;
		position: absolute;
		bottom: -2px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#header nav .header-tel_text + ul {
		margin-top: 16px;
	}


	#header nav .header-tel ul li + li {
		margin-top: 15px;
	}

	#header nav .header-tel + .header-mail {
		margin-top: 36px;
	}

	#header nav .header-mail {
		width: 100%;
		height: 72px;
		background-color: #1b81b2;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: -6px;
	}
	#header nav .header-mail a {
		display: block;
		text-align: center;
	}
	#header nav .header-mail p {
		height: 72px;
		line-height: 72px;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		position: relative;
		display: inline-block;
	}
	.header-mail p::before {
		content: "";
		display: inline-block;
		width: 29px;
		height: 0;
		padding-top: 21px;
		background-image: url(../images/header-tel_icon02_sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		/*position: absolute;
		top: -3px;
		bottom: 0;
		left: -44px;
		margin-top: auto;
		margin-bottom: auto;*/
		vertical-align: middle;
		margin-right: 15px;
	}


	#header nav {
		display: none;
	}
	#header nav.active {
		display: block;
	}


	/*-----telBtn & mailBtn-----*/
	#telBtn, #mailBtn {
		display: inline-block;
		font-size: 0;
		position: fixed;
		bottom: 10px;
	}
	#telBtn {
		right: 110px;
	}
	#mailBtn {
		right: 60px;
	}
	#telBtn > span, #mailBtn a span {
		display: inline-block;
		width: 45px;
		height: 45px;
		position: relative;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	#telBtn > span {
		background-color: #daeaf1;
		background-image: url(../images/telBtn_icon.png);
	}
	#mailBtn a span {
		background-color: #1b81b2;
		background-image: url(../images/mailBtn_icon.png);
	}

	.telBox {
		display: none;
	}

	.telBox.active {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: 365px;
		padding: 16px 21px 15px;
		background-color: #223e6c;
		position: absolute;
		top: -161px;
		right: -100px;
	}

	.telBox.active:after {
		content: "";
		width: 0;
			height: 0;
			border-style: solid;
			border-width: 5px 5.5px 0 5.5px;
			border-color: #223e6c transparent transparent transparent;
		position: absolute;
		right: 117px;
		bottom: -5px;
	}

	.telBox > div {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 24px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-radius: 50px;
		background-color: #fff;
	}
	.telBox > div a {
		color: #223e6c;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		display: block;
	}

	.telBox > div + div {
		margin-top: 5px;
	}

	.telBox > div a span {
		padding-left: 24px;
		position: absolute;
		right: 24px;
	}
	.telBox > div a span:before {
		content: "";
		display: inline-block;
		width: 17px;
		height: 16px;
		background-image: url(../images/telBox_icon.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}

	#obsBtn img {
		width: 60px;
	}



	/*-----pagetop-----*/
	.pagetop a span {
		width: 45px;
		height: 45px;
	}
	.pagetop a span:after {
		width: 15px;
		height: 15px;
		border-top: 2px #fff solid;
		border-left: 2px #fff solid;
	}


	/*-----footer-----*/
	footer {
		padding-top: 29px;
	}
	footer .footer-tel_text {
		font-size: 12px;
	}
	footer #footer_logo p:nth-of-type(1) img {
		width: 193px;
	}

	footer #footer_logo p:nth-of-type(2) {
		margin-top: 11px;
	}

	footer #footer_logo p:nth-of-type(2) img {
		width: 148px;
	}
	footer #footer_logo p {
		font-size: 10px;
	}

	footer #footer_logo + .footer-tel {
		margin-top: 3px;
	}

	footer .footer-tel_text + ul {
		margin-top: 13px;
	}

	footer .footer-tel li {
		display: block;
	}
	footer .footer-tel li + li {
		margin-left: 0;
		margin-top: 18px;
	}
	footer .footer-tel li img {
		width: 245px;
	}

	footer .footer-tel li a + .address {
		margin-top: 7px;
	}

	footer .footer-tel + .footer-menu {
		margin-top: 25px;
	}

	footer .footer-tel .address {
		padding-left: 0px;
		text-align: center;
		font-size: 12px;
		color: #fff;
	}

	footer .footer-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
	footer .copyright {
		height: 31px;
		line-height: 31px;
	}

	#footer_banner img {
		width: 100%;
	}
	#footer_banner ul {
		padding: 0 55px;
	}
	#footer_banner ul li + li {
		margin-top: 16px;
	}
		#footer_logo + #footer_banner,
		#footer_banner + #footer_logo {
			margin-top: 30px;
		}
		#footer_logo + #footer_banner {
			margin-bottom: 30px;
		}
  }
  
	@media only screen and (max-width: 375px) {
		.telBox.active {
			width: calc(100vw - 20px);
		}
	}


  @media only screen and (max-width: 374px) {
	#header_logo {
		width: 78.67%;
	}
	#header_logo a {
		width: 100%;
	}
	#header_logo a img {
		width: 100%;
	}
	#header nav .globalMenu li a {
		font-size: 12px;
	}

	.telBox.active > div {
		padding-left: 12px;
	}

	.telBox.active > div a span {
		padding-left: 20px;
		right: 12px;
	}
  }

#sideBnr img {
	max-width: 100%;
	vertical-align: middle;
}
@media only screen and (min-width: 981px){
	#sideBnr {
		margin-top: 40px;
	}
	#sideBnr li + li {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 980px){
	#sideBnr {
		padding: 0 20px;
		margin-top: 50px;
		text-align: center;
	}
	#sideBnr img {
		width: 262px;
	}
	#sideBnr li + li {
		margin-top: 10px;
	}
}

/* SP版下部追従メニュー */
@media only screen and (min-width: 981px){ #footStickyMenu { display: none; } }
@media only screen and (max-width: 980px){
	#footStickyMenu {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 110px;
		position: fixed;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 5;
		padding: 5px;
	}
	#footStickyMenu a { display: block; }
	#footStickyMenu > ul {
		display: flex;
		justify-content: space-between;
	}
	#footStickyMenu > ul > li {
		flex: 1;
		display: flex;
		/*width: calc((100% - 15px) / 4);*/
	}
	#footStickyMenu > ul > li + li { margin-left: 5px; }
	#footStickyMenu > ul > li > a {
		color: #fff;
		width: 100%;
		height: 100px;
		font-size: 10px;
		line-height: 13px;
		font-weight: bold;
		border-radius: 5px;
	}
	#footStickyMenu > ul > li > a::before {
		content: "";
		width: 100%;
		display: block;
		background: no-repeat center center;
		background-size: auto 100%;
	}
	#footStickyMenu > ul > li.line > a {
		font-size: 14px;
		background-color: #06c755;
	}
	#footStickyMenu > ul > li.line > a::before {
		height: 33px;
		margin: 18px 0 15px;
		background-image: url(../images/icon_line.svg);
	}
	#footStickyMenu > ul > li.tel > a {
		color: #223e6d;
		background-color: #dbeaf1;
	}
	#footStickyMenu > ul > li.tel > a::before {
		height: 65px;
		margin: -3px 0;
		background-image: url(../images/telBtn_icon.png);
	}
	#footStickyMenu > ul > li.mail > a { background-color: #1b81b2; }
	#footStickyMenu > ul > li.mail > a::before {
		height: 65px;
		margin: -3px 0;
		background-image: url(../images/mailBtn_icon.png);
	}
	#footStickyMenu > ul > li.obs > a {
		background: radial-gradient(circle at left top,rgba(122, 193, 71, 1) 0%, rgba(27, 166, 145, 1) 50%) no-repeat #1ba691;
		background-size: 50% auto;
	}
	#footStickyMenu > ul > li.obs > a::before {
		height: 40px;
		margin: 7px 0 4px;
		background-image: url(../images/icon_obs.svg);
	}
	#footStickyMenu > ul > li.obs > a strong { font-size: 12px; }
	#footStickyMenu .telBox.active {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#footStickyMenu .telBox > div a span { position: static; }
	#footStickyMenu .telBox.active:after { right: calc(62.5% - 4px); }
	#footStickyMenu > ul > li > a .text { text-align: center; }
}