@charset "UTF-8";
/* CSS Document */

body {
	color: #333;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
body.open {
	position: fixed;
	width: 100%;
}
/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
	/* ----------------------------------------

全体

---------------------------------------- */
	/* マージン

------------------------------- */
	.mt-40 {
		margin-top: 40px;
	}
	.mt-80 {
		margin-top: 80px;
	}
	.mt-100 {
		margin-top: 100px;
	}
	.mt-210 {
		margin-top: 210px;
	}


	/* 文字

------------------------------- */
	.txt-reg {
		font-size: 18px;
		line-height: 1.8em;
		color: #708090;
	}
	.txt-mid {
		font-size: 16px;
		line-height: 1.8em;
		color: #708090;
	}
	.txt-small {
		font-size: 14px;
		line-height: 1.8em;
		color: #708090;
	}
	.txt-c {
		text-align: center;
	}
	.txt-l {
		text-align: left;
	}
	.txt-r {
		text-align: right;
	}
	.txt-reg+.btn-c {
		margin-top: 10px;
	}
	.txt-reg+.btn-c.mt-40 {
		margin-top: 40px;
	}
	.btn-c+.txt-reg {
		margin-top: 30px;
	}
	.btn-c+.txt-small {
		margin-top: 10px;
	}
	.txt-reg+h4, .txt-reg+h5 {
		margin-top: 80px;
	}
	.fw-none {
		font-weight: normal;
	}

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	/* PC・SPの表示切り替え

------------------------------- */
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	p {
		margin-bottom: 0;
	}
	p+div, p+ul, section+ul, p+section, section+a, a+p, div+a, section+p, a+h4, a+h5, div+p, p+h4, p+h5, div+h5, div+h4, ol+a {
		margin-top: 20px;
	}
	ul+h4, ul+h5, div+section {
		margin-top: 60px;
	}
	.pt-40 {
		padding-top: 40px;
	}
	/* メインコンテンツ

------------------------------- */
	main {
		width: 100%;
		margin: 120px 0 140px 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}

	main>article {
		padding: 0;
	}
	main>article+article {
		margin-top: 100px;
	}
	main .section-inner {
		max-width: 1090px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	section.inner {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}
	section+section {
		margin-top: 100px;
	}
	article.bd-top {
		position: relative;
		padding-top: 100px;
	}
	article.bd-top:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: linear-gradient(to right, #fff, #6495ED, #fff);
		width: 100%;
		height: 1px;
	}
	.bg-blue {
		background: rgba(100, 149, 237, 0.1);
		padding: 80px 0;
	}
	.bg-gray {
		background: rgba(112, 128, 144, 0.1);
		padding: 80px 0;
	}
	/* ----------------------------------------

ヘッダー

---------------------------------------- */
	header {
		width: 100%;
		height: 120px;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999;
		background: #fff;
	}
	header:after {
		content: '';
		background: linear-gradient(to right, #6495ED, #fff);
		width: 100%;
		height: 6px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	header .hd-inner {
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
	}
	header h1 {
		width: 297px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 6px;
		text-align: center;
	}
	header h1 a {
		display: block;
		padding: 0;
	}
	header h1 .hd-logo {
		width: 297px;
		margin: 0;
		padding: 0;
	}
	header .hd-contact {
		max-width: 656px;
		position: absolute;
		right: 0;
		top: 0;
		background: #6495ED;
		border-radius: 0 0 10px 10px;
		color: #fff;
		padding: 6px 10px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
	}
	header .hd-contact .txt01 {
		font-size: 17px;
		margin: 0;
	}
	header .hd-contact .txt01 span {
		font-size: 9px;
		display: block;
	}
	header .hd-contact .txt02 {
		font-size: 35px;
		margin: 0 0 0 6px;
		line-height: 0;
	}

	header .hd-contact .txt02 a{
		color: #fff;
		position: relative;
		top: 5px;
	}
	header .hd-contact .txt02 span {
		width: 35px;
		margin-right: 6px;
	}
	header .hd-contact .txt02 span img {
		width: 36px;
		height: 36px;
	}
	header .txt02 i {
		position: relative;
		background: url("../img/common/tel-icon@2x.png") no-repeat center center;
		background-size: cover;
		width: 21px;
		height: 27px;
		display: inline-block;
		top: 4px;
		margin-right: 4px;
	}
	header .drawer {
		display: none;
	}

	header .hd-txt{
		display: none;
	}
	/* グローバルナビ

------------------------------- */
	#gNav {
		max-width: 656px;
		position: absolute;
		right: 0;
		top: 64px;
	}
	#gNav .gNav-inner {
		width: 100%;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
	}
	#gNav .menu {
		padding: 0;
		margin: 0;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		border-left: #708090 1px solid;
		border-right: #708090 1px solid;
	}
	#gNav .menu li {
		line-height: 0;
		color: #708090;
		padding: 0 24px;
	}
	#gNav .menu li+li {
		margin: 0;
		border-left: #708090 1px solid;
	}
	#gNav .menu li:nth-child(3) {
		border-right: #708090 1px solid;
	}
	#gNav .menu li:nth-child(4) {
		border-left: none;
	}
	#gNav .menu li a {
		display: block;
		font-size: 18px;
		position: relative;
		color: #708090;
		font-weight: 400;
		line-height: 1.2em;
		letter-spacing: 0.1em;
		text-align: center;
	}
	#gNav .menu li a b {
		display: block;
		font-weight: normal;
		font-size: 14px;
		letter-spacing: 0em;
	}
	#gNav .menu li a:hover {
		color: #708090;
		opacity: 0.7;
	}
	#gNav .menu li a i {
		display: none;
	}
	#gNav .sns-menu {
		padding: 0;
		margin: 0 0 0 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
	}
	#gNav .sns-menu li {
		width: 20px;
	}
	#gNav .sns-menu li+li {
		margin-left: 14px;
	}
	#gNav .sns-menu li a {
		display: block;
	}
	#gNav .sns-menu li a img {
		width: 100%;
	}
	/* ----------------------------------------

フッター

---------------------------------------- */
	.page-top {
		display: none;
		position: relative;
		width: 100%;
		height: 0;
		margin: 0 auto;
		bottom: 0;
		z-index: 10;
	}
	.page-top a {
		position: fixed;
		bottom: 0;
		right: 30px;
		display: block;
		text-align: center;
		z-index: 9999;
		background: #6495ED;
		width: 40px;
		height: 40px;
	}
	.page-top a i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 20px;
		height: 11px;
	}
	.page-top a i:before {
		content: '';
		display: inline-block;
		background: url(../img/common/pagetop-icon@2x.png) no-repeat center center;
		background-size: cover;
		width: 20px;
		height: 11px;
		position: absolute;
		left: 0;
		top: 0;
	}
	footer {
		background: #6495ED;
		padding: 0;
		margin: 0;
	}
	.footer-inner {
		max-width: 1080px;
		margin: 0 auto;
		padding: 60px 0;
		position: relative;
		overflow: hidden;
	}
	.footer-inner #fNav {
		margin: 0 auto 40px auto;
	}
	.footer-inner #fNav ul {
		padding: 0;
		margin: 0;
	}
	.footer-inner #fNav ul li {
		padding: 0;
	}
	.footer-inner #fNav ul li:before {
		content: '';
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		margin-right: 6px;
		display: inline-block;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
	}
	.footer-inner #fNav ul li+li {
		margin-top: 10px;
	}
	.footer-inner #fNav ul li a {
		font-size: 14px;
		position: relative;
		color: #fff;
	}
	.footer-inner #fNav ul li a:hover {
		color: #fff;
	}
	.footer-inner #fNav ul li a:before {
		content: '';
		width: 0;
		height: 1px;
		position: absolute;
		bottom: -5px;
		left: 0;
		background: #fff;
		transition: 0.3s;
		opacity: 0;
	}
	.footer-inner #fNav ul li a:hover:before {
		width: 100%;
		opacity: 1;
	}
	footer .l-box {
		float: left;
	}
	footer .r-box {
		float: right;
	}
	footer .ft-logo {
		max-width: 256px;
		text-align: right;
		margin: 0 0 20px auto;
	}
	footer .ft-logo img {
		width: 100%;
	}
	footer .r-box #fNav02 ul {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		padding: 0;
		margin: 0;
	}
	footer .r-box #fNav02 ul li {
		padding: 0 20px;
	}
	footer .r-box #fNav02 ul li+li {
		border-left: 1px solid #707070;
	}
	footer .r-box #fNav02 ul li a {
		font-size: 12px;
		letter-spacing: 0.1em;
		position: relative;
	}
	footer .r-box #fNav02 ul li a:hover {
		color: #333;
	}
	footer .r-box #fNav02 ul li a:before {
		content: '';
		width: 0;
		height: 1px;
		position: absolute;
		bottom: -5px;
		left: 0;
		background: #333;
		transition: 0.3s;
	}
	footer .r-box #fNav02 ul li a:hover:before {
		width: 100%;
	}
	footer .ft-txt {
		font-size: 12px;
		color: #fff;
		font-weight: normal;
		text-align: center;
		margin: 0 0 40px 0;
		letter-spacing: 0.02em;
	}
	footer .ft-txt b {
		font-size: 25px;
		display: block;
		font-weight: normal;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}

	footer .ft-txt a{
		color: #fff;
	}
	footer .ft-txt span {
		letter-spacing: 0.15em;
	}
	footer .copy {
		font-size: 10px;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #fff;
		letter-spacing: 0.02em;
	}
}
/* -------------------------------- PC版のスタイルここまで ------------------------------------*/

/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
	/* ----------------------------------------

全体

---------------------------------------- */
	body.open {
		position: fixed;
		width: 100%;
	}
	/* PC・SPの表示切り替え

------------------------------- */
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	p+p {
		margin-top: 16px;
	}
	p+div, p+ul, section+ul, ul+p, p+section, section+a, div+a, section+p, div+p, p+div, p+h4, p+h5, div+h4, div+h5 {
		margin-top: 24px;
	}
	a+h4, a+h5, div+section {
		margin-top: 40px;
	}
	ul+h4, ul+h5, ol+a {
		margin-top: 32px;
	}
	.pt-40 {
		padding-top: 20px;
	}
	.pt-60 {
		padding-top: 40px;
	}
	/* 文字 */
	.txt-reg {
		font-size: 14px;
		line-height: 1.8em;
		color: #708090;
		margin-bottom: 0;
	}
	.txt-mid {
		font-size: 14px;
		line-height: 1.8em;
		color: #708090;
		margin-bottom: 0;
	}
	.txt-small {
		font-size: 12px;
		line-height: 1.8em;
		color: #708090;
		margin-bottom: 0;
	}
	.txt-c {
		text-align: center;
	}
	.txt-r {
		text-align: right;
	}
	.txt-reg+.btn-c {
		margin-top: 10px;
	}
	.txt-reg+.btn-c.mt-40 {
		margin-top: 20px;
	}
	.btn-c+.txt-reg {
		margin-top: 10px;
	}
	.btn-c+.txt-small {
		margin-top: 10px;
	}
	.txt-reg+h4, .txt-reg+h5 {
		margin-top: 40px;
	}

	a[href*="tel:"] {
		pointer-events: auto;
		cursor: default;
		text-decoration: none;
	}
	/* メインコンテンツ

------------------------------- */
	main {
		width: 100%;
		margin: 100px 0 100px 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
	main>article {
		padding: 60px 0 0 0;
	}
	main>article+article {
		padding: 60px 0 0 0;
	}
	article.bd-top {
		position: relative;
		padding-top: 50px;
	}
	article+article.bd-top {
		margin-top: 60px;
	}
	article.bd-top:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background: linear-gradient(to right, #fff, #6495ED, #fff);
		width: 100%;
		height: 1px;
	}
	section+section {
		margin-top: 30px;
	}
	section.inner {
		padding: 0 20px;
	}
	.bg-blue {
		background: rgba(100, 149, 237, 0.1);
		padding: 40px 0;
		margin-top: 60px;
	}
	.bg-gray {
		background: rgba(112, 128, 144, 0.1);
		padding: 40px 0;
	}

	article+.bg-gray {
		margin-top: 40px;
	}
	/* ----------------------------------------

ヘッダー

---------------------------------------- */
	header {
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999;
		background: #fff;
	}

	header h1 {
		width: 120px;
		height: 40px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 8px;
		top: 8px;
		text-align: center;
		line-height: 0;
	}
	header h1 a {
		display: block;
		padding: 0;
	}
	header h1 .hd-logo {
		width: 120px;
		margin: 0;
		padding: 0;
	}
	header .drawer {
		position: fixed;
		width: 60px;
		height: 60px;
		padding: 0;
		z-index: 9999999;
		right: 0;
		top: 0;
		margin: 0;
	}
	header .drawer.open {
		box-shadow: none;
	}
	header .navbar_toggle {
		position: absolute;
		z-index: 999;
		width: 60px;
		height: 60px;
		right: 0;
		top: 0;
	}
	header .navbar_toggle_icon {
		position: relative;
		display: block;
		height: 1px;
		width: 25px;
		background: #6495ED;
		-webkit-transition: ease .5s;
		transition: ease .5s;
		border-radius: 1px;
		transform: translateX(-50%);
		left: 50%;
	}
	header .navbar_toggle_icon:nth-child(1) {
		top: 20px;
		transition: 0.4s;
		left: 30px;
	}
	header .navbar_toggle_icon:nth-child(2) {
		top: 20px;
		margin: 8px 0;
		transition: 0.4s;
		opacity: 1;
	}
	header .navbar_toggle_icon:nth-child(3) {
		top: 20px;
		transition: 0.4s;
		left: 30px;
	}
	header .drawer.open .navbar_toggle_icon:nth-child(1) {
		top: 28px;
		left: 18px;
		transition: 0.4s;
		transform: rotate(45deg);
		width: 25px;
	}
	header .drawer.open .navbar_toggle_icon:nth-child(2) {
		top: 18px;
		margin: 8px 0;
		transition: 0.4s;
		opacity: 0;
	}
	header .drawer.open .navbar_toggle_icon:nth-child(3) {
		top: 10px;
		left: 18px;
		transition: 0.4s;
		transform: rotate(-45deg);
		width: 25px;
	}
	header .hd-contact {
		position: absolute;
		right: 60px;
		background: #6495ED;
		height: 45px;
		border-radius: 0 0 10px 10px;
		padding: 0 10px
	}
	header .hd-contact .txt01 {
		display: none;
	}
	header .hd-contact .txt02 {
		margin: 8px 0 0 0;
		color: #fff;
		font-size: 16px;
		letter-spacing: 0.05em;
	}

	header .hd-contact .txt02 a {
		color: #fff;
	}
	header .hd-contact .txt02 span {
		display: none;
	}
	header .txt02 i {
		position: relative;
		background: url(../img/common/tel-icon@2x.png) no-repeat center center;
		background-size: cover;
		width: 14px;
		height: 18px;
		display: inline-block;
		top: 4px;
		margin-right: 4px;
	}

	header .hd-txt{
		width: 100%;
		height: 40px;
		position: absolute;
		left: 0;
		top:60px;
		background: #6495ED;
		padding-top: 3px;
	}

	header .hd-txt p,header .hd-txt h2{
		margin: 0;
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.2em;
	}

	header .hd-txt p span,header .hd-txt h2 span{
		margin: 0;
		color: #fff;
		font-size: 10px;
		letter-spacing: 0.05em;
		display: block;
	}
	/* グローバルナビ

------------------------------- */
	#gNav {
		width: 100%;
		height: 100%;
		opacity: 0;
		position: fixed;
		top: 60px;
		right: -100%;
		background: #fff;
		margin: 0;
		-webkit-transition: ease .5s;
		transition: ease .5s;
	}
	#gNav.open {
		height: 100%;
		opacity: 1;
		top: 60px;
		right: 0;
		-webkit-transition: ease .5s;
		transition: ease .5s;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#gNav .gNav-inner {
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0;
	}
	#gNav .menu {
		padding: 0 0 30px 0;
		border-bottom: 1px solid #fff;
		margin: 0;
	}
	#gNav .menu li {
		line-height: 0;
		height: 60px;
		display: block;
		border-bottom: #708090 1px solid;
	}
	#gNav .menu li.type01 a {
		line-height: 60px;
		padding-top: 0;
	}
	#gNav .menu li+li {
		margin-top: 0;
	}
	#gNav .menu li a {
		height: 100%;
		display: block;
		font-size: 16px;
		position: relative;
		color: #708090;
		line-height: 1.2em;
		letter-spacing: 0.1em;
		padding: 12px 10px 0 10px;
	}
	#gNav .menu li a b {
		display: block;
		font-weight: normal;
		font-size: 12px;
	}
	#gNav .menu li a:hover {
		color: #fff;
	}
	#gNav .menu li a i {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		width: 6px;
		height: 6px;
		transform: translateY(-50%);
	}
	#gNav .menu li a i:before {
		content: '';
		border-top: 1px solid #708090;
		border-right: 1px solid #708090;
		display: inline-block;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		right: 0;
	}
	#gNav .sns-menu {
		padding: 0 10px;
		margin: 0 auto;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
	}
	#gNav .sns-menu li {
		width: 35px;
	}
	#gNav .sns-menu li+li {
		margin-left: 20px;
	}
	#gNav .sns-menu li a {
		display: block;
	}
	#gNav .sns-menu li a img {
		width: 100%;
	}
	/* ----------------------------------------

フッター

---------------------------------------- */
	.page-top {
		display: none;
		position: relative;
		width: 100%;
		height: 0;
		margin: 0 auto;
		bottom: 0;
		z-index: 10;
	}
	.page-top a {
		position: fixed;
		bottom: 0;
		right: 30px;
		display: block;
		text-align: center;
		z-index: 9999;
		background: #6495ED;
		width: 40px;
		height: 40px;
	}
	.page-top a i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 20px;
		height: 11px;
	}
	.page-top a i:before {
		content: '';
		display: inline-block;
		background: url(../img/common/pagetop-icon@2x.png) no-repeat center center;
		background-size: cover;
		width: 20px;
		height: 11px;
		position: absolute;
		left: 0;
		top: 0;
	}
	footer {
		background: #6495ED;
		padding: 0;
		margin: 0;
	}
	.footer-inner {
		width: 100%;
		margin: 0 auto;
		padding: 40px 20px;
		position: relative;
	}
	footer .ft-logo {
		max-width: 250px;
		text-align: center;
		margin: 0 auto;
	}
	footer .ft-logo img {
		width: 100%;
	}
	.footer-inner #fNav {
		margin: 0 auto 20px auto;
	}
	.footer-inner #fNav ul {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	.footer-inner #fNav ul li {
		width: 50%;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-inner #fNav ul li a {
		font-size: 12px;
		letter-spacing: 0.05em;
		position: relative;
		color: #fff;
		text-align: center;
	}
	.footer-inner #fNav ul li a:hover {
		color: #fff;
	}
	footer .r-box {
		padding: 0;
	}
	footer .r-box .ft-txt {
		color: #fff;
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.02em;
	}
	footer .r-box .ft-txt b {
		display: block;
		font-size: 24px;
		text-align: center;
		font-weight: normal;
		letter-spacing: 0.06em;
	}
	footer .r-box .ft-txt span {
		letter-spacing: 0.15em;
	}

	footer .r-box .ft-txt a {
		color: #fff;
	}
	footer .copy {
		text-align: center;
		font-size: 10px;
		margin: 0;
		padding: 0;
		color: #fff;
		letter-spacing: 0.05em;
	}
	/* ----------------------------------------*/

}

/* -------------------------------- タブレット版のスタイルここから ------------------------------------*/
	@media print, screen and (max-width: 1090px)and (min-width: 751px) {
		header h1{
			width: 23%;
			left: 10px;
		}

		header h1 .hd-logo{
			width: 100%;
		}

		header .hd-contact{
			max-width: 75%;
		}

		header .hd-contact .txt01{
			font-size: 105%;
			text-align: center;
		}

		header .hd-contact .txt02{
			font-size: 140%;
		}
		header .hd-contact .txt02 a{
			color: #fff;
			position: relative;
			top: 0px;
		}
		header .hd-contact .txt02 span{
			width: 30px;
			position: relative;
			top:-2px;
		}

		header .hd-contact .txt02 span img{
			width: 30px;
			height: 30px;
		}

		#gNav{
			max-width: 75%;
			padding-right: 20px;
		}

		#gNav .menu li{
			padding: 0 20px;
		}

		#gNav .menu li a{
			font-size:14px;
		}

		#gNav .menu li a b{
			font-size: 11px;
		}

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

		main>article+article{
			margin-top: 60px;
		}

		article.bd-top{
			padding-top: 60px;
		}

		section+section{
			margin-top: 60px;
		}

		section.inner{
			padding-left: 20px;
			padding-right: 20px;
		}
	}
