@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
/*--------------------------------------------------------------
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Karla', sans-serif;
--------------------------------------------------------------*/


/*--------------------------------------------------------------
html, body
--------------------------------------------------------------*/

html, body{
    margin: 0;
    padding: 0;
	color: #4c4c4c;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
h1,h2,h3,h4,h5,h6
--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}


/*--------------------------------------------------------------
h2
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#navigation-area h2, #links-area h2 {
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 18px;
		text-align: center;
		font-weight: 500;
	}
	
	#navigation-area h2 span, #links-area h2 span {
		display: none;
	}
	
	#navigation-area h2 br, #links-area h2 br {
		display: inherit;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	#navigation-area h2, #links-area h2 {
		margin: 0 0 50px 0;
		padding: 0;
		font-size: 20px;
	}
	
	#navigation-area h2 span, #links-area h2 span {
		display: inline;
	}
	
	#navigation-area h2 br, #links-area h2 br {
		display: none;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {

	#navigation-area h2, #links-area h2 {
		margin: 0 0 50px 0;
		padding: 0;
		font-size: 23px;
	}

}


/*--------------------------------------------------------------
a
--------------------------------------------------------------*/

a:link {
	color: #20b4e0;
	text-decoration: none;
}

a:visited {
	color: #20b4e0;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #20b4e0;
	text-decoration: none;
}

/*--------------------------------------------------------------
img
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
color
--------------------------------------------------------------*/

.color-white {
	color: #FFF;
}
	
.color-sky {
	color: #20b4e0;
}

/*--------------------------------------------------------------
.button
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.bt-area {
		margin: 0;
		padding: 10px;
		text-align: center;
	}
	
	.bt-area span {
		margin: 0 0 5px 0;
		padding: 0;
		display: block;
	}
	
	.bt-area i {
		margin: 0 10px 0 0;
		padding: 0;
	}
	
	.bt-area a:link {
		color: #FFF;
		text-decoration: none;
	}
	
	.bt-area a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	.bt-area a:hover,
	.bt-area a:active,
	.bt-area a:focus {
		color: #20b4e0;
		text-decoration: none;
	}
	
	.bt-long {
		width: 200px;
		height: 40px;
		line-height: 40px;
	}
	
	.bt-short {
		width: 200px;
		height: 40px;
		line-height: 40px;
	}
	
	.bt-long,
	.bt-short {
		border: 2px solid #FFF;
		line-height: 36px;
	}
	
	.button {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		font-weight: 500;
	}
	
	.button::before,
	.button::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	
	.button,
	.button::before,
	.button::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.button {
		position: relative;
		z-index: 2;
		background-color: #20b4e0;
		border-radius: 20px;
		box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
		color: #FFF;
		overflow: hidden;
	}


	.button:hover {
		color: #20b4e0;
	}
	
	.button::after {
		top: -100%;
		left: -100%;
		width: 100%;
		height: 100%;
	}
	
	.button:hover::after {
		top: 0;
		left: 0;
		background-color: #FFF;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.bt-area span {
		display: inline;
		margin: 0 5px;
		padding: 0;
	}
	
	.bt-long {
		width: 235px;
		height: 49px;
		line-height: 49px;
	}
	
	.bt-short {
		width: 200px;
		height: 49px;
		line-height: 49px;
	}
	
	.bt-long,
	.bt-short {
		line-height: 45px;
	}
	
	.button {
		font-size: 14px;
		border-radius: 25px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.bt-long {
		width: 295px;
	}
	
	.bt-short {
		width: 250px;
	}
	
	.button {
		font-size: 15px;
	}

}

/*--------------------------------------------------------------
.loading
--------------------------------------------------------------*/

#loading-wrap {
   background: #fafcfc;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
   z-index: 9999;
}

#loading-item {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#loading-wrap p {
	margin: 0;
	padding: 0 0 120px 0;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color: #20b4e0;
}

/*--------------------------------------------------------------
.loading-item
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.loading-item-left {
		margin: 0;
		padding: 0;
		width: 160px;
		position: absolute;
		bottom: 30px;
		left: 30px;
	}
	
	.loading-item-right {
		margin: 0;
		padding: 0;
		width: 125px;
		position: absolute;
		top: 30px;
		right: 30px;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.loading-item-left {
		width: 230px;
		bottom: 10%;
		left: 10%;
	}
	
	.loading-item-right {
		width: 195px;
		top: 10%;
		right: 10%;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.loading-item-left {
		width: 230px;
		bottom: 20%;
		left: 20%;
	}
	
	.loading-item-right {
		width: 195px;
		top: 20%;
		right: 20%;
	}

}


/*--------------------------------------------------------------
#container
--------------------------------------------------------------*/

#container {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
#header
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#header {
		margin: 0;
		padding: 0;
		overflow: hidden;
		z-index: 9999;
		border-bottom: none;
	}
	
	.header {
		margin: 0;
		padding: 0;
		height: 70px;
		position: relative;
		background: url(../images/header_bg.jpg) top left no-repeat;
		-webkit-background-size: 120% auto;
		background-size: 120% auto;
		background-color: #FFF;
	}
	
	.logo {
		width: 170px;
		marin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		line-height: 0;
	}
	
	.header p {
		font-size: 12px;
		marin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 200px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		display: none;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.header {
		height: 70px;
		background: url(../images/header_bg.jpg) top right no-repeat;
		-webkit-background-size: 80% auto;
		background-size: 80% auto;
	}
	
	.logo {
		width: 180px;
		marin: 0;
		padding: 0;
	}
	
	.header p {
		font-size: 11px;
		marin: 0;
		padding: 0;
		left: 150px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#header {
		border-bottom: 1px solid #20b4e0;
	}
	
	.header {
		height: 100px;
		-webkit-background-size: 60% auto;
		background-size: 60% auto;
	}
	
	.logo {
		width: 220px;
		marin: 0;
		padding: 0;
		position: absolute;
		left: 40px;
	}
	
	.header p {
		font-size: 12px;
		marin: 0;
		padding: 0;
		left: 300px;
		display: inherit;
	}

}

/*--------------------------------------------------------------
#modal
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#modal {
		display: none;
	}
	
	.modal-logo-area {
		margin: 0 0 10px 0;
		padding: 0;
		position: relative;
		height: 70px;
	}
	
	.sp-home {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		width: 30px;
		height: auto;
	}
	
	.modal-logo-area p {
		margin: 0;
		padding: 0;
		width: 170px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		line-height: 0;
	}

	.sp-modal-nav {
		margin: 0;
		padding: 0;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9998;
	}
	
	.sp-modal-nav a {
		margin: 0;
		padding: 0;
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: #20b4e0;
		color: #FFF;
		text-align: center;
		font-size: 20px;
		border-radius: 50%;
	}
	
	.togglebox {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.togglebox dl{
		margin: 0 20px;
		padding: 0;
		color: #20b4e0;
		border-top: 2px dotted #AEE8F3;
	}
	
	.togglebox dt{
		border-bottom: 2px dotted #AEE8F3;
		position: relative;
		font-size: 15px;
		font-weight: 500;
	}
	
	.overbtn {
		display: block;
		margin: 0;
		padding: 15px 5px 15px 20px;
	}
	
	.overbtn i {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	
	.overbtn i.fa-angle-up {
		display: none;
	}
	
	.overbtn.active {
		background: #4fbee7;
		color: #FFF;
	}
	
	.overbtn.active i.fa-angle-down {
		display: none;
	}
	
	.overbtn.active i.fa-angle-up {
		display: inherit;
	}
	
	.togglebox dd{
		display: none;
		background: rgba(32,180,224,0.1);
		padding: 0;
		font-size: 14px;
	}
	
	.togglebox dd i{
		font-size: 10px;
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	ul.toggle-innner-menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.toggle-innner-menu li {
		margin: 0;
		padding: 0;
		border-bottom: 2px dotted #AEE8F3;
		position: relative;
	}
	
	ul.toggle-innner-menu li i{
		font-size: 8px;
		position: absolute;
		top: 50%;
		left: 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	ul.toggle-innner-menu li a{
		display: block;
		margin: 0;
		padding: 15px 40px;
	}
	
	ul.toggle-sns {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	ul.toggle-sns li {
		font-size: 30px;
		margin: 0;
		padding: 0 10px;
	}
	
	ul.toggle-sns .fa-facebook-square {
		color: #006eb8;
	}
	
	ul.toggle-sns .fa-line {
		color: #2cbf13;
	}
	
	ul.toggle-footer-menu {
		margin: 15px 0 20px 0;
		padding: 0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	ul.toggle-footer-menu li {
		font-size: 11px;
		margin: 0;
		padding: 0 10px;
		border-right: 1px solid #d2f3ff;
	}
	
	ul.toggle-footer-menu li:last-child {
		border-right: none;
	}

	
	.sp-serch-area {
		margin: 0;
		padding: 30px;
		overflow: hidden;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	.modal-logo-area p {
		width: 180px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.sp-modal-nav {
		display: none;
	}

}

/*--------------------------------------------------------------
.search-nav
#search-ground
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.search-nav {
		display: none;
	}
	
	#search-ground {
		display: none;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	.search-nav {
		display: inherit;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	
	.search-nav a {
		margin: 0;
		padding: 0;
		display: block;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		font-size: 22px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	
	.search-nav a:hover {
		color: #8edbed;
	}

	#search-ground {
		display: none;
		width: 100%;
		height:100%;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 1000;
		background: rgba(255,255,255,1);
	}

	#g-search {
		width: 400px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	#g-search p {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 20px;
		color: #20b4e0;
		font-weight: 500;
		overflow: hidden;
	}

	#close{
		color: #20b4e0;
		width: 100px;
		height: 100px;
		line-height: 100px;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 22px;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.search-item-left {
		margin: 0;
		padding: 0;
		width: 230px;
		position: absolute;
		bottom: 20%;
		left: 20%;
	}
	
	.search-item-right {
		margin: 0;
		padding: 0;
		width: 195px;
		position: absolute;
		top: 20%;
		right: 20%;
	}

}

/*--------------------------------------------------------------
#main-nav
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#main-nav {
		display: none;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#main-nav {
		display: inherit;
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-weight: 500;
	}
	
	#main-nav > ul {
		width: 980px;
		display: table;
		margin: 0 auto;
	}
	
	#main-nav > ul > li {
		display: table-cell;
		width: 19.5%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#main-nav > ul > li:first-child {
		width: 22%;
	}
	
	.on {
		position: relative;
	}
	
	.on i {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #b9eefc;
	}
	
	#main-nav > ul > li:hover {
		color: #fff;
		background-color: #4fbee0;
	}
	
	#main-nav > ul > li:hover > a {
		color: #fff;
	}
	
	#main-nav > ul > li:hover .menu {
		max-height: 1000px;
		opacity: 1;
	}
	
	#main-nav > ul > li > a {
		display: block;
		padding: 20px 0;
		transition: all .3s ease-in;
		font-size: 15px;
	}
	
	#main-nav > ul .menu {
		transition: all .3s ease-in;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 100%;
		left: 0;
		text-align: center;
		position: absolute;
		background-color: rgba(79,190,231,0.9);
		font-size: 15px;
		z-index: 5000;
	}

	#main-nav > ul .menu .menu_inner {
		margin: 0;
		padding: 3em 0;
	}
	
	#main-nav > ul .menu .menu_inner li {
		display: inline-block;
		margin: 0;
		padding: 10px 30px;
	}
	
	#main-nav > ul .menu .menu_inner li i {
		margin: 0 5px 0 0;
		padding: 0;
	}
	
	#main-nav > ul .menu a {
		color: #fff;
		transition: 0.3s;
	}
	
	#main-nav > ul .menu a:hover {
		color: #9ee0ef;
	}

}

/*--------------------------------------------------------------
#links-area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#links-area {
		margin: 0;
		padding: 70px 0 40px 0;
		overflow: hidden;
		position: relative;
		background-color: #4fbee7;
	}
	
	#links-area li a {
		display: block;
	}
	
	#links-area li img {
		-webkit-transition: 0.3s ease-in-out;  
		-moz-transition: 0.3s ease-in-out;  
		-o-transition: 0.3s ease-in-out;  
		transition: 0.3s ease-in-out;
	}
	
	#links-area li a:hover img {
		opacity: 0.7;  
		filter: alpha(opacity=70); 
	}
	
	#links-area ul.pickup {
		margin: 0 10px 50px 10px;
		padding: 0;
		list-style-type: none;
	}
	
	#links-area ul.pickup li {
		margin: 0 0 10px 0;
		padding: 0;
		width: auto;
		position: relative;
		line-height: 0;
		box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}
	
	#links-area dl {
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	#links-area dt {
		margin: 0;
		padding: 0;
	}
	
	#links-area dd {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#links-area ul.external {
		width: auto;
		margin: 0 40px;
		padding: 0;
		list-style-type: none;
	}
	
	#links-area ul.external li {
		margin: 0;
		padding: 0 10px 10px 10px;
		width: 50%;
		box-sizing: border-box;
		float: left;
	}
	
	.links-top {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	
	.c-links-top {
		display: none;
	}
	
	.links-bottom {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 0;
		font-size: 0;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	#links-area {
		margin: 0;
		padding: 10vw 0 60px 0;
	}
	
	#links-area ul.pickup {
		margin: 0 3% 100px 3%;
	}
	
	#links-area ul.pickup li {
		margin: 0 8% 20px 8%;
		padding: 0;
	}
	
	#links-area ul.external {
		margin: 0 20%;
		padding: 0;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#links-area ul.pickup {
		margin: 0 1% 50px 1%;
		padding: 0;
		list-style-type: none;
	}
	
	#links-area ul.pickup li {
		margin: 0 1%;
		padding: 0;
		float: left;
		width: 48%;
		position: relative;
		line-height: 0;
		box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}
	
	#links-area ul.external {
		width: 880px;
		margin: 0 auto;
		padding: 0;
	}
	
	#links-area ul.external li {
		margin: 0 10px;
		padding: 0;
		width: 200px;
		float: left;
	}

}

/* PC */
@media (min-width: 1200px) {
	
	#links-area ul.pickup {
		max-width: 1400px;
		margin: 0 auto 100px auto;
		padding: 0 50px;
		list-style-type: none;
		box-sizing: border-box;
	}
	
	#links-area ul.pickup li {
		margin: 0 1%;
		padding: 0;
		float: left;
		width: 48%;
		position: relative;
		line-height: 0;
		box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}

}

/*--------------------------------------------------------------
interview-movie
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	.interview-movie {
		margin: 0 0 50px 0;
		padding: 0;
	}
	
	.interview-movie a {
		display: block;
		width: 250px;
		height: auto;
		border: 0;
		margin: 0 auto;
		padding: 0;
	}


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	


}


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

/* mobile */
@media (min-width: 300px) {
	
	#footer {
		margin: 0;
		padding: 50px 0 60px 0;
		overflow: hidden;
		box-sizing: border-box;
		background-color: #fafcfc;
	}

	#footer ul.foot-nav {
		display: none;
	}

	.footinfo {
		color: #20b4e0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.footlogo {
		margin: 0 auto 20px auto;
		padding: 0;
		width: 180px;
		height: auto;
		line-height: 0;
	}
	
	.footinfo i {
		display: inline-block;
		font-size: 30px;
		padding: 0;
	}
	
	.footinfo .fa-facebook-square {
		color: #006eb8;
		margin: 0 5px;
		padding: 0;
	}
	
	.footinfo .fa-line {
		color: #2cbf13;
		margin: 0 5px;
		padding: 0;
	}
	
	ul.fcontact {
		margin: 15px 0 20px 0;
		padding: 0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	ul.fcontact li {
		font-size: 11px;
		margin: 0;
		padding: 0 10px;
		border-right: 1px solid #d2f3ff;
	}
	
	ul.fcontact li:last-child {
		border-right: none;
	}
	
	.copyright {
		font-size: 8px;
		margin: 0;
		padding: 15px 0 0 0;
		border-top: 1px solid #d2f3ff;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	#footer {
		margin: 0;
		padding: 50px 0 15px 0;
	}
	
	.footlogo {
		margin: 0 auto 10px auto;
		padding: 0;
		width: 180px;
	}
	
	.footinfo i {
		font-size: 30px;
		margin: 0;
		padding: 0;
	}
	
	.copyright {
		font-size: 9px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#footer {
		margin: 0;
		padding: 100px 30px 5px 50px;
		overflow: hidden;
	}
	
	#footer ul.foot-nav {
		margin: 0 0 90px 0;
		padding: 0;
		color: #20b4e0;
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	#footer ul.foot-nav li {
		margin: 0 50px 0 0;
		padding: 0;
	}
	
	#footer ul.foot-nav li:last-child {
		margin: 0;
		padding: 0;
	}
	
	#footer ul.foot-nav li a {
		margin: 0;
		padding: 8px 0;
	}

	#footer ul.foot-nav li dl {
		margin: 0;
		padding: 0;
	}

	#footer ul.foot-nav li dl dt {
		font-size: 15px;
		font-weight: 500;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	#footer ul.foot-nav li dl dd {
		font-size: 13px;
		letter-spacing: 1px;
		margin: 0;
		padding: 0;
	}

	.footinfo {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: start;
		position: relative;
	}
	
	.footlogo {
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 0;
		width: 220px;
		height: auto;
		line-height: 0;
	}
	
	.footinfo span {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 30px;
		left: 240px;
	}
	
	.footinfo i:last-child {
		margin: 0 0 0 10px;
	}
	
	ul.fcontact {
		margin: 15px 0 10px 0;
		padding: 0;
		list-style-type: none;
		-webkit-justify-content: start;
		justify-content: start;
	}
	
	ul.fcontact li:first-child {
		padding: 0 10px 0 0;
	}
	
	.copyright {
		font-size: 10px;
		position: absolute;
		right: 0;
		bottom: 0;
		border-top: none;
	}
	
	#footer ul.foot-nav li dl dd a,
	ul.fcontact li a {
		display: block;
		-webkit-transition: 0.3s ease-in-out;  
		-moz-transition: 0.3s ease-in-out;  
		-o-transition: 0.3s ease-in-out;  
		transition: 0.3s ease-in-out;
	}
	
	#footer ul.foot-nav li dl dd a:hover,
	ul.fcontact li a:hover {
		opacity: 0.5;  
		filter: alpha(opacity=50);
		text-decoration: underline;
	}

}


/*--------------------------------------------------------------
#page-top
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#page-top {
		position: fixed;
		bottom: 5px;
		right: 10px;
		width: 100px;
		z-index: 999;
		cursor: pointer;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	
	#page-top {
		bottom: 20px;
		right: 20px;
		width: 100px;
	}
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#page-top {
		bottom: 30px;
		right: 20px;
		width: 130px;
	}

}


/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/*--------------------------------------------------------------
@media
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	


}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	


}

