@charset 'UTF-8';

/* Link
=========================================== */

a {
	outline: 0;
	color: #333;
	text-decoration: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
}

a img {
	transition: 1s all;
}

a img:hover {
	transform: scale(1.1, 1.1);
	transition: 1s all;
	backface-visibility: hidden;
}

.home_btn {
	position: relative;
	width: 350px;
	margin: 0 auto;
	margin-top: 25px;
}

.home_btn a {
	position: relative;
	display: block;
	border: 1px solid #005a87;
	background: #005a87;
	padding: 22px 0;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.home_btn a:hover {
	background: #FFF;
	color: #005a87;
}

.home_btn a::after {
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 900;
	content: '>';
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 599px) {
	.home_btn {
		width: 72%;
		margin-top: 20px;
	}

	.home_btn a {
		padding: 15px 0;
	}
}

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

	a {
		-webkit-transition: all ease-out 0.3s;
		transition: all ease-out 0.3s;
	}

}


/* Common Parts
=========================================== */

* {
	box-sizing: border-box;
}

table {
	table-layout: fixed;
	width: 100%;
}

table th {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.cf:after {
	content: '';
	display: block;
	clear: both;
}

@media screen and (max-width: 599px) {
	.pc {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
}

@media screen and (min-width: 600px) {
	.sp {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
}


/* 2. Layout
=========================================== */

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

	html {}

	body {
		min-width: 320px;
		margin: 0 auto;
		font-size: 1.3rem;
		line-height: 1.4;
		color: #333;
		background: url(../img/home/bg01_sp.png) repeat center top;
		background-size: 16px;
		padding-top: 55px;
	}

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

	#wrapper {
		overflow: visible;
		position: relative;
	}

	#contents {
		width: 100%;
		margin: 0 auto;
	}

	#main {
		width: 100%;
	}

}

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

	html {}

	body {
		min-width: 1000px;
		margin: 0 auto;
		line-height: 1.65;
		font-size: 1.6rem;
		background: url(../img/home/bg01_pc.png) repeat center top;
		color: #221815;
	}

	#wrapper {
		overflow-x: hidden;
	}

	#contents {

		margin: 0 auto;
		position: relative;
		z-index: 11;
	}

	#main {
		position: relative;
	}

	footer {}

}

/*! #gHeader
=========================================== */

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

	#gHeader {
		position: relative;
		background: url(../img/common/header/mv_pc.jpg) repeat center top;
		background-size: 320px;
		z-index: 100;
	}

	#gHeader .logoWrap {
		background: #fff;
		height: 55px;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		left: 0;
	}

	#gHeader .logoWrap h1 {
		width: 115px;
		float: left;
		margin: 13px 0 0 10px;
	}

	#gHeader .logoWrap h1 a {}

	#gHeader .logoWrap .btn {
		float: right;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-box-shadow: inset 0px 2px 0px 0px rgba(186, 198, 207, 1);
		-moz-box-shadow: inset 0px 2px 0px 0px rgba(186, 198, 207, 1);
		box-shadow: inset 0px 2px 0px 0px rgba(186, 198, 207, 1);
		background: #cfdde6;
		margin: 6px 11px 0 0px;
		padding: 4px;
	}

	#gHeader .logoWrap .btn a {
		display: block;
		background: rgba(43, 43, 43, 1);
		background: -moz-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 43, 43, 1)), color-stop(0%, rgba(89, 89, 89, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(0%, rgba(44, 44, 44, 1)), color-stop(0%, rgba(71, 71, 71, 1)), color-stop(0%, rgba(28, 28, 28, 1)), color-stop(0%, rgba(171, 171, 171, 1)), color-stop(0%, rgba(133, 133, 133, 1)), color-stop(0%, rgba(255, 242, 0, 1)), color-stop(100%, rgba(255, 225, 0, 1)));
		background: -webkit-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -o-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -ms-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#ffe100', GradientType=0);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-shadow: 0px 1px 0px #ffffff;
		padding: 9px 5px 9px 15px;
		font-size: 1.2rem;
		font-weight: bold;
		position: relative;
		border-bottom: 2px solid #ccb500;
		opacity: 1;
		line-height: 1;
	}

	#gHeader .logoWrap .btn a:hover {
		opacity: 0.6;
	}

	#gHeader .logoWrap .btn a:active {
		border: none;
		padding: 9px 5px 9px 15px;
		margin: 1px 0;
	}

	#gHeader .logoWrap .btn a::after {
		position: absolute;
		content: "";
		background: url(../img/common/header/ico01_sp.png) no-repeat center top;
		background-size: contain;
		width: 4px;
		height: 8px;
		left: 7px;
		top: 43%;
	}

	#gHeader h2 {
		font-size: 1.5rem;
		color: #fff;
		text-align: center;
		background: #22506d;
		padding: 11px 0;
		font-weight: 600;
	}

}

#gHeader {
	position: relative;
	background: url(../img/common/header/mv_pc.jpg) no-repeat center center;
	background-size: cover;

}

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

	#gHeader>div {
		width: 1000px;
		height: 800px;
		margin: 0 auto;
		position: relative;
		overflow: visible;
	}

	#gHeader h1 {
		/* position: absolute;
		top: 27px;
		left: 23px; */
		padding: 20px 0 10px 0;
		width: 200px;
	}
	#gHeader h1 img {
		width: 100%;
		height:auto;
	}

	#gHeader .btnWrap {
		position: fixed;
		right: 0;
		top: 50px;
		width: 242px;
		z-index: 1000;
	}

	#gHeader .btnWrap .bnr {}

	#gHeader .btnWrap .btn {
		padding: 10px;
		background: #003557;
	}

	#gHeader .btnWrap .btn a {
		display: block;
		background: rgba(43, 43, 43, 1);
		background: -moz-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 43, 43, 1)), color-stop(0%, rgba(89, 89, 89, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(0%, rgba(44, 44, 44, 1)), color-stop(0%, rgba(71, 71, 71, 1)), color-stop(0%, rgba(28, 28, 28, 1)), color-stop(0%, rgba(171, 171, 171, 1)), color-stop(0%, rgba(133, 133, 133, 1)), color-stop(0%, rgba(255, 242, 0, 1)), color-stop(100%, rgba(255, 225, 0, 1)));
		background: -webkit-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -o-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -ms-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#ffe100', GradientType=0);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-shadow: 0px 1px 0px #ffffff;
		padding: 11px 5px 12px 40px;
		font-size: 1.4rem;
		position: relative;
		border-bottom: 2px solid #ccb500;
		font-weight: 600;
	}

	#gHeader .btnWrap .btn a::after {
		position: absolute;
		content: "";
		background: url(../img/common/header/ico01_pc.png) no-repeat center top;
		width: 10px;
		height: 15px;
		left: 23px;
		top: 17px;
	}

	#gHeader .btnWrap .btn a:hover {
		opacity: 0.7;
	}

	#gHeader h2 {
		font-size: 3.0rem;
		color: #fff;
		text-align: center;
		background: #22506d;
		padding: 34px 0 32px;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 1px;
	}


}

/* ヘッダーコンテンツ */
#mainImg {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 50px;
}

#mainImg>.title {
	color: white;
	padding-top: 20px;
	font-size: 3.5rem;
	font-weight: bold;
}

#mainImg>.txt {
	color: white;
	padding-top: 10px;
	font-size: 1.5rem;
}

.must {
	color: #41b7f1;
}

.services {
	padding-bottom: 20px;
}

.services>img {
	max-width: 100%;
}

.achievement {
	position: static;
	font-weight: bold;
}

.circle {
	background-color: #2764ce;
	color: white;
	margin: 10px 0;
	width: 100%;
	padding: 5px 10px;
	line-height: 1.3;
}
	@media screen and (max-width: 599px) {
	.circle {
    display: flex;
    align-items: flex-end;
    justify-content: center;
	}
}

.c-title {
	font-size: 2rem;
}

.c-num {
	font-size: 2rem;
}

.num {
	font-size: 3rem;
	margin-left: 5px;
}

.note {
	font-size: 1rem;
	font-weight: lighter;
	margin-left: 5px;
}

.c-txt-s {
		font-size: 1.3rem;
}


.mv_link_set {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap:10px;
}
.mv_link_set a {
	display: block;
	color: #fff;
		font-size: 1.8rem;
	text-align: center;
	border-radius: 999px;
}
.mv_link_set a.mv_link_contact {
	background-color: #FFC200;
	color: #333;
}
.mv_link_set a.mv_link_download {
	background-color: #fff;
	color: #2764ce;
	border: 2px solid #2764ce;
}

@media screen and (min-width: 600px) {
	#mainImg>.title {
		font-size: 6rem;
	}

	#mainImg>.txt {
		padding: 20px 0;
		font-size: 3rem;
	}

	.services>img {
		height: 240px
	}

	.achievement {
		position: static;
		display: flex;
		font-weight: bold;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.circle {
		margin: 10px;
		width: 150px;
		height: 150px;
		border-radius: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.c-title {}

	.num {
		font-size: 3rem;
	}

	.note {
		font-size: 1rem;
		font-weight: lighter;
	}
}

/* contents
=========================================== */

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

	#mainImg {
		width: 100%;
		/* text-align: center; */
		position: relative;
	}

}

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

	#mainImg img {
		/* margin-left: -12px; */
	}

}

/* #gFooter
=========================================== */

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

	#gFooter {
		position: relative;
	}

	#gFooter .goTop {
		position: absolute;
		right: 10px;
		top: -50px;
		z-index: 100;
	}

	#gFooter .goTop a {
		display: block;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		text-align: center;
		background: #0072ae;
		width: 40px;
		height: 40px;
		padding: 5px;
	}

	#gFooter .goTop a img {
		width: 11px;
		margin: 0 auto;
	}

	#gFooter .wrap {
		background: url(../img/common/footer/bg01_sp.png) repeat center top;
		background-size: 320px;
		padding: 10px 10px 35px;
	}

	#gFooter .wrap>div {}

	#gFooter .wrap h2 {
		text-align: center;
		color: #fff;
		font-size: 2.3rem;
		line-height: 1.1;
		padding: 16px 0 13px;
	}

	#gFooter .wrap h2 span {
		font-size: 4.5rem;
		vertical-align: sub;
	}

	#gFooter .wrap .txt {
		text-align: center;
		color: #fff;
		padding-bottom: 39px;
	}

	#gFooter .wrap .btn {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 45, 66, 1);
		-moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 45, 66, 1);
		box-shadow: inset 0px 2px 0px 0px rgba(0, 45, 66, 1);
		background: #00324a;
		/*padding: 15px 10px;*/
		padding: 10px;
	}

	#gFooter .wrap .btn a {
		display: block;
		background: rgba(43, 43, 43, 1);
		background: -moz-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 43, 43, 1)), color-stop(0%, rgba(89, 89, 89, 1)), color-stop(0%, rgba(0, 0, 0, 1)), color-stop(0%, rgba(44, 44, 44, 1)), color-stop(0%, rgba(71, 71, 71, 1)), color-stop(0%, rgba(28, 28, 28, 1)), color-stop(0%, rgba(171, 171, 171, 1)), color-stop(0%, rgba(133, 133, 133, 1)), color-stop(0%, rgba(255, 242, 0, 1)), color-stop(100%, rgba(255, 225, 0, 1)));
		background: -webkit-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -o-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: -ms-linear-gradient(top, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(43, 43, 43, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(44, 44, 44, 1) 0%, rgba(71, 71, 71, 1) 0%, rgba(28, 28, 28, 1) 0%, rgba(171, 171, 171, 1) 0%, rgba(133, 133, 133, 1) 0%, rgba(255, 242, 0, 1) 0%, rgba(255, 225, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#ffe100', GradientType=0);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-shadow: 0px 1px 0px #ffffff;
		padding: 15px 0 12px;
		font-size: 1.5rem;
		position: relative;
		border-bottom: 3px solid #ccb500;
		font-weight: 600;
		text-align: center;
	}

	#gFooter .wrap .btn a span {
		position: relative;
		padding-left: 10px;
	}

	#gFooter .wrap .btn a:active {
		border: none;
		margin: 3px 0 0;
	}

	#gFooter .wrap .btn a span::after {
		position: absolute;
		content: "";
		background: url(../img/common/footer/ico01_sp.png) no-repeat center top;
		background-size: contain;
		width: 6px;
		height: 12px;
		left: -10px;
		top: 28%;
	}

	#gFooter .wrap .tel ul,
	#gFooter .wrap .btn>div {
		border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		background: #fff;
	}

	#gFooter .wrap .tel h3,
	#gFooter .wrap .btn h3 {
		border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		background: #005a86;
		text-align: center;
		color: #fff;
		padding: 8px 0;
	}

	#gFooter .wrap .btn>div {
		border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		background: #fff;
		padding: 10px;
	}

	#gFooter .wrap .tel ul {
		padding: 10px;
	}

	#gFooter .wrap .tel ul li {}

	#gFooter .wrap .tel ul li:first-child {
		border-bottom: 2px dotted #ccc;
	}

	#gFooter .wrap .tel ul li a {
		text-align: center;
		/*background: url(../img/common/footer/ico03_pc.png) no-repeat 15% 50%;*/
		background: url(../img/common/footer/ico03_pc.png) no-repeat 12% 60%;
		background-size: 20px;
		display: block;
		/*padding: 5px 5px 5px 25%;*/
		padding: 10px 0 10px 20px;
		font-weight: 600;
		line-height: 1.1;
	}

	#gFooter .wrap .tel .area {
		font-size: 1.2rem;
		display: block;
	}

	#gFooter .wrap .tel .num {
		font-size: 2.8rem;
	}

	#gFooter .wrap .tel {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 45, 66, 1);
		-moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 45, 66, 1);
		box-shadow: inset 0px 2px 0px 0px rgba(0, 45, 66, 1);
		background: #00324a;
		padding: 10px;
		margin-bottom: 15px;
	}

	#gFooter small {
		text-align: center;
		background: #fff;
		font-size: 1.2rem;
		display: block;
		padding: 13px 0;
	}

}

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

	#gFooter {
		position: relative;
	}

	#gFooter .goTop {
		position: absolute;
		right: 50px;
		top: -35px;
		z-index: 100;
	}

	#gFooter .goTop a {
		display: block;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		text-align: center;
		background: #0072ae;
		width: 80px;
		height: 80px;
		padding: 20px;
	}

	#gFooter .goTop a img {}

	#gFooter .wrap {
		background: url(../img/common/footer/bg01_pc.png) repeat center top;
		padding-bottom: 61px;
	}

	#gFooter .wrap>div {}

	#gFooter .wrap h2 {
		text-align: center;
		color: #fff;
		font-size: 5rem;
		line-height: 1.1;
		padding: 39px 0 15px;
	}

	#gFooter .wrap h2 span {
		font-size: 9.7rem;
		vertical-align: sub;
	}

	#gFooter .wrap .txt {
		text-align: center;
		color: #fff;
		padding: 0px 0 33px;
		font-size: 2.6rem;
	}

	#gFooter .wrap .box {
		width: 1000px;
		margin: 0 auto;
	}

	#gFooter .wrap .box>li {
		float: left;
		background: #00324a;
		padding: 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-box-shadow: inset 0px 4px 0px 0px rgba(0, 45, 66, 1);
		-moz-box-shadow: inset 0px 4px 0px 0px rgba(0, 45, 66, 1);
		box-shadow: inset 0px 4px 0px 0px rgba(0, 45, 66, 1);
		width: 490px;
	}

	#gFooter .wrap .box .mail {
		float: right;
	}

	#gFooter .wrap .box>li h3 {
		background: #005a86;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		font-size: 2rem;
		color: #fff;
		text-align: center;
		padding: 7px 0;
	}

	#gFooter .wrap .box>li ul {
		border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		padding: 32px 20px 37px;
		background-image: url(../img/common/footer/bg02.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #fff;
	}

	#gFooter .wrap .box>li ul li {
		float: right;
	}

	#gFooter .wrap .box>li ul li:first-child {
		float: left;
	}

	#gFooter .wrap .box>li .btn {
		background: #fff;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		padding: 20px;
	}

	#gFooter small {
		text-align: center;
		background: #fff;
		font-size: 1.2rem;
		display: block;
		padding: 34px 0;
	}

}

.timerex-form {
padding:0 6%;
}
