body,
body.is-fixed {
	padding-top: 0;
}

@media screen and (max-width: 750px) {
	body,
	body.is-fixed {
		padding-top: 55px;
	}
}

#js-header {
	background: none;
	border-bottom: none;
	-webkit-transition: background .2s, right .3s;
	-moz-transition: background .2s, right .3s;
	transition: background .2s, right .3s;
}



#js-header .utility a,
#js-header .utility .title,
#js-header .utility .list,
#js-header a.handler {
	color: #fff;
}

#js-header .utility .size button {
	color: #fff;
	border-color: #fff;
}

#js-header .utility .size button.is-current {
	color: #00a9df;
	background: #f0f0f0;
	border-color: #f0f0f0;
}

#js-header .utility .list .item::after,
#js-header ..nav-globa > .list > .btn + .btn::before {
	opacity: 0.5;
}

#js-header.is-hover, #js-header.is-fixed {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}



#js-header.is-hover .utility .size button, #js-header.is-fixed .utility .size button {
	color: #acacac;
	border-color: #d2d2d2;
}

#js-header.is-hover .utility .size button.is-current, #js-header.is-fixed .utility .size button.is-current {
	color: #00a9df;
	border-color: #00a9df;
	background: #fff;
}

#js-header.is-hover .utility .list .item::after,
#js-header.is-hover ..nav-globa > .list > .btn + .btn::before, #js-header.is-fixed .utility .list .item::after,
#js-header.is-fixed ..nav-globa > .list > .btn + .btn::before {
	opacity: 1;
}

@media (min-width: 751px) {

	#js-header .menubar>li .handler::before, .is-pc #js-header .menubar>li .handler::after {
/*
		display: none;
*/
	}

	#js-header:not(.is-hover) .nav-global .current-line {
		width: 0px;
		background-color: #df000000
	}
	
	#js-header.is-hover .utility a,
	#js-header.is-hover .utility .title,
	#js-header.is-hover .utility .list,
	#js-header.is-hover a.handler, #js-header.is-fixed .utility a,
	#js-header.is-fixed .utility .title,
	#js-header.is-fixed a.handler {
		color: #333;
}
	
}

@media screen and (max-width: 750px) {
	#js-header {
		background: #fff;
		border-bottom: 1px solid #dcdcdc;
	}
}




/* #sec-visual
-----------------------------*/
#sec-visual {
	position: relative;
	/* .visual
	-----------------------------*/
	/* .sns-wrap
	-----------------------------*/
	/* .ticker-wrap
	-----------------------------*/
}

#sec-visual .visual {
	position: relative;
	overflow: hidden;
	/* .loader-wrap{
		-----------------------------*/
	/* .dots-wrap
		-----------------------------*/
}

#sec-visual .visual .loader-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url(/assets/common/img/loading.gif) no-repeat center center;
	display: block;
	top: 0;
	left: 0;
	z-index: 95;
	min-height: 600px;
}

#sec-visual .visual .item {
	width: 100%;
	height: 52.66666666666667vw;
	/* 790/1500 */
	min-height: 400px;
	background-size: cover !important;
	background-position: center top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* .img-btn-wrap
			-----------------------------*/
	/* .movie-wrap
			-----------------------------*/
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .item {
		height: 90vw;
		/* 675/750 */
		min-height: 0;
	}
}

#sec-visual .visual .item .img-btn-wrap {
	position: relative;
	z-index: 90;
}

#sec-visual .visual .item .img-btn-wrap .only-sp {
	display: none;
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .item .img-btn-wrap {
		width: 100%;
	}
	#sec-visual .visual .item .img-btn-wrap .only-pc {
		display: none;
	}
	#sec-visual .visual .item .img-btn-wrap .only-sp {
		display: block;
	}
}

#sec-visual .visual .item .img-btn-wrap .btn {
	width: 265px;
	margin: 0 auto;
	margin-top: 45px;
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .item .img-btn-wrap .btn {
		width: 60%;
	}
}

#sec-visual .visual .item .img-btn-wrap .btn a {
	width: 100%;
	background-image: none;
	font-size: 1.6rem;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	transition: background-color .4s;
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .item .img-btn-wrap .btn a {
		font-size: 1.4rem;
	}
}

#sec-visual .visual .item .img-btn-wrap .btn a .tpl-icon {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

#sec-visual .visual .item .img-btn-wrap .btn a:hover {
	text-decoration: none;
	background-color: #fff;
}

#sec-visual .visual .item .img-btn-wrap .btn a:hover .tpl-icon {
	color: #333;
}

#sec-visual .visual .item .img-btn-wrap .btn a:hover .tpl-icon::before {
	background: url(/assets/common/img/icon-play-blue.png) no-repeat;
	background-size: 20px auto;
}

#sec-visual .visual .item .img-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	background: url(/assets/top/img/visual-cover-upper.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .item .img-wrap::before {
		display: none;
	}
}

#sec-visual .visual .item .img-wrap img {
	display: none;
}

#sec-visual .visual .item > a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#sec-visual .visual .item .movie-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#sec-visual .visual .item .movie-wrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#sec-visual .visual .item .movie-wrap .movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

#sec-visual .visual .slick-slide {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: transform .8s, opacity .8s !important;
	-moz-transition: transform .8s, opacity .8s !important;
	transition: transform .8s, opacity .8s !important;
}

#sec-visual .visual .slick-current {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#sec-visual .visual .dots-wrap {
	width: 100%;
	position: absolute;
	bottom: 90px;
	left: 0;
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .dots-wrap {
		bottom: 20px;
		left: 30px;
	}
}

#sec-visual .visual .dots-wrap .slick-dots {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#sec-visual .visual .dots-wrap li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 20px;
	padding: 0;
	cursor: pointer;
}

#sec-visual .visual .dots-wrap li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 6px;
}

@media screen and (max-width: 750px) {
	#sec-visual .visual .dots-wrap li button {
		width: 10px;
		height: 10px;
	}
}

#sec-visual .visual .dots-wrap li.slick-active button {
	background: #00a9df;
}

.is-item-single .dots-wrap {
	display: none;
}

#sec-visual .sns-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 750px) {
	#sec-visual .sns-wrap {
		display: none;
	}
}

#sec-visual .sns-wrap .list-wrap {
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: 90;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	#sec-visual .sns-wrap .list-wrap {
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

#sec-visual .sns-wrap .title .label {
	font-size: 1rem;
	line-height: 1;
	margin-right: 15px;
	color: #fff;
}

@media screen and (max-width: 750px) {
	#sec-visual .sns-wrap .title .label {
		font-size: 1.1rem;
	}
}

#sec-visual .sns-wrap .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#sec-visual .sns-wrap .list .item {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	#sec-visual .sns-wrap .list .item {
		width: 40px;
		height: 40px;
		margin-left: 7px;
	}
}

#sec-visual .sns-wrap .list .item:first-child {
	margin-left: 0;
}

#sec-visual .sns-wrap .list .item a {
	display: block;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(60, 60, 60, 0.5);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	background-position: center center;
	background-size: 36px auto;
}

@media screen and (max-width: 750px) {
	#sec-visual .sns-wrap .list .item a {
		height: 40px;
		padding-top: 100%;
		background-size: 100% auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
}

#sec-visual .sns-wrap .list .item a:hover {
	opacity: 0.8;
}

#sec-visual .sns-wrap .list .item.item--tw a {
	background-image: url(/assets/common/img/footer-sns-tw.png);
}

#sec-visual .sns-wrap .list .item.item--fb a {
	background-image: url(/assets/common/img/footer-sns-fb.png);
}

#sec-visual .sns-wrap .list .item.item--youtube a {
	background-image: url(/assets/common/img/footer-sns-youtube.png);
}

#sec-visual .sns-wrap .list .item.item--linkedin a {
	background-image: url(/assets/common/img/footer-sns-linkedin.png);
}

#sec-visual .sns-wrap .list .item.item--wechat a {
	background-image: url(/assets/common/img/footer-sns-wechat.png);
}

@media screen and (max-width: 750px) {
	#sec-visual .sns-wrap .list .item.item--tw a {
		background-image: url(/assets/common/img/footer-sns-tw-large.png);
	}
	#sec-visual .sns-wrap .list .item.item--fb a {
		background-image: url(/assets/common/img/footer-sns-fb-large.png);
	}
	#sec-visual .sns-wrap .list .item.item--youtube a {
		background-image: url(/assets/common/img/footer-sns-youtube-large.png);
	}
	#sec-visual .sns-wrap .list .item.item--linkedin a {
		background-image: url(/assets/common/img/footer-sns-linkedin-large.png);
	}
	#sec-visual .sns-wrap .list .item.item--wechat a {
		background-image: url(/assets/common/img/footer-sns-wechat-large.png);
	}
}

#sec-visual .ticker-wrap {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 90;
	width: 100%;
	/* .ticker-list
		-----------------------------*/
	/* .ui
		-----------------------------*/
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap {
		position: relative;
		background: #323232;
	}
}

#sec-visual .ticker-wrap .tpl-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .tpl-inner-wrap {
		display: block;
		padding: 25px 20px;
	}
}

#sec-visual .ticker-wrap .ticker-title {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-title {
		display: block;
		height: 25px;
		line-height: 1;
	}
}

#sec-visual .ticker-wrap .ticker-title::after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.3);
	margin-left: 18px;
	margin-right: 18px;
	position: relative;
	top: 2px;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-title::after {
		display: none;
	}
}

#sec-visual .ticker-wrap .ticker-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 880px;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-list {
		display: block;
		width: 100%;
	}
}

#sec-visual .ticker-wrap .ticker-list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-list .slick-track {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

#sec-visual .ticker-wrap .ticker-list .item {
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-list .item {
		display: block;
	}
}

#sec-visual .ticker-wrap .ticker-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-list a {
		display: block;
	}
}

#sec-visual .ticker-wrap .ticker-list a:hover .title {
	text-decoration: underline;
}

#sec-visual .ticker-wrap .ticker-list .date {
	margin-right: 20px;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ticker-list .date {
		margin-right: 0;
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
}

#sec-visual .ticker-wrap .ui {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

#sec-visual .ticker-wrap .ui .nextprev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 15px;
	width: 85px;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ui .nextprev {
		width: auto;
		padding: 0;
		position: absolute;
		top: 20px;
		right: 10px;
	}
}

#sec-visual .ticker-wrap .ui .nextprev .slick-arrow {
	outline: none;
	display: block;
	width: 27px;
	height: 27px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s;
}

#sec-visual .ticker-wrap .ui .nextprev .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#sec-visual .ticker-wrap .ui .nextprev .slick-prev {
	background: url(/assets/common/img/icon-arrow-white-rev.png) no-repeat center center;
}

#sec-visual .ticker-wrap .ui .nextprev .slick-next {
	background: url(/assets/common/img/icon-arrow-white.png) no-repeat center center;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ui .nextprev::after {
		content: "";
		display: block;
		width: 1px;
		height: 16px;
		background: #707070;
		position: absolute;
		top: 6px;
		right: 26px;
	}
}

#sec-visual .ticker-wrap .ui .nextprev.is-hidden::after {
	display: none;
}

#sec-visual .ticker-wrap .ui .btn-archive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ui .btn-archive {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
}

#sec-visual .ticker-wrap .ui .btn-archive a {
	width: 90px;
	background: rgba(255, 255, 255, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	text-decoration: none;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	transition: background-color .2s;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ui .btn-archive a {
		background: #00a9df;
		color: #fff;
		width: 100%;
		display: block;
		text-align: center;
		padding: 8px 0;
		line-height: 1;
	}
}

#sec-visual .ticker-wrap .ui .btn-archive a:hover {
	background: white;
}

@media screen and (max-width: 750px) {
	#sec-visual .ticker-wrap .ui .btn-archive a:hover {
		background: #29b2de;
	}
}

/* .secene-anime
-----------------------------*/
.secene-anime {
	visibility: hidden;
}

.secene-anime.is-init {
	visibility: visible;
}

/* .sec-important
-----------------------------*/
.sec-important {
	background: #f0f0f0;
	padding: 25px 0;
}

@media screen and (max-width: 750px) {
	.sec-important {
		padding: 20px 0;
	}
}

@media screen and (max-width: 750px) {
	.sec-important .tpl-inner-wrap {
		padding: 0 20px;
	}
}

.sec-important .item {
	font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
	.sec-important .item {
		font-size: 1.4rem;
	}
}

.sec-important .item + .item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #c9c8c8;
}

.sec-important a {
	color: #333;
	text-decoration: none;
}

.sec-important a:hover {
	text-decoration: underline;
}

/* .sec-pickup
-----------------------------*/
.sec-pickup {
	background: #00a9df;
	padding: 60px 0;
	/* .ui
		-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-pickup {
		padding: 40px 15px;
		overflow: hidden;
	}
}

.sec-pickup.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-pickup .tpl-inner-wrap {
	background: #fff;
}

@media screen and (max-width: 750px) {
	.sec-pickup .tpl-inner-wrap {
		padding: 0;
		background: none;
		min-width: 0;
	}
}

.sec-pickup.is-init .tpl-inner-wrap {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-pickup .pickup-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media screen and (max-width: 750px) {
	.sec-pickup .pickup-list {
		display: block;
		background: #fff;
	}
}

.sec-pickup .item {
	width: 100%;
	padding: 40px 50px;
	color: #333;
	outline: none;
}

@media screen and (max-width: 750px) {
	.sec-pickup .item {
		padding: 40px 20px;
	}
}

.sec-pickup .item + .item {
	position: relative;
}

.sec-pickup .item + .item::before {
	content: "";
	display: block;
	width: 1px;
	height: calc( 100% - 60px);
	background: #e1e1e1;
	position: absolute;
	left: 0;
	top: 30px;
}

@media screen and (max-width: 750px) {
	.sec-pickup .item + .item::before {
		display: none;
	}
}

.sec-pickup a {
	margin: -40px -50px;
	display: block;
	padding: 40px 50px;
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.sec-pickup a {
		margin: -40px -20px;
		padding: 40px 20px;
	}
}

.sec-pickup .data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.sec-pickup .data {
		padding-bottom: 15px;
	}
}

.sec-pickup .title {
	line-height: 1.5;
}

.sec-pickup a:hover .title {
	text-decoration: underline;
	color: #00a9df;
}

.sec-pickup .ui.is-hidden {
	display: none;
}

@media screen and (max-width: 750px) {
	.sec-pickup .ui {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 20px;
	}
	.sec-pickup .ui .btn {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.sec-pickup .ui .btn:hover {
		background-color: rgba(255, 255, 255, 0.3);
	}
	.sec-pickup .ui .btn--prev {
		background: url(/assets/common/img/icon-arrow-white-rev.png) no-repeat center center;
	}
	.sec-pickup .ui .btn--next {
		background: url(/assets/common/img/icon-arrow-white.png) no-repeat center center;
	}
	.sec-pickup .ui .dots-wrap {
		margin: 0 15px;
	}
}

@media screen and (max-width: 750px) {
	.sec-pickup .slick-arrow {
		display: none !important;
	}
	.sec-pickup .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.sec-pickup .slick-dots li {
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		padding: 0;
		cursor: pointer;
	}
	.sec-pickup .slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 10px;
		background: #fff;
		border: 2px solid #fff;
		border-radius: 6px;
	}
	.sec-pickup .slick-dots li + li {
		margin-left: 15px;
	}
	.sec-pickup .slick-dots li.slick-active button {
		background: none;
	}
}

/* .sec-nanotec
-----------------------------*/
.sec-nanotec {
	background: url(/assets/top/img/nanotec-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 98px 0 100px;
	text-align: center;
	color: #fff;
	/* .title-wrap
	-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-nanotec {
		background: url(/assets/top/img/nanotec-bg-sp.jpg) no-repeat center top;
	}
}

@media screen and (max-width: 750px) {
	.sec-nanotec {
		padding: 60px 0 55px;
	}
}

.sec-nanotec.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-nanotec .title-wrap .title img {
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .title-wrap .title img {
		width: 42.46376811594203%;
		/* 293/690 */
	}
}

.sec-nanotec .title-wrap .lead {
	margin-top: 30px;
	font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .title-wrap .lead {
		font-size: 1.3rem;
	}
}

.sec-nanotec .title-wrap .btn {
	display: inline-block;
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .title-wrap .btn {
		margin-top: 30px;
	}
}

.sec-nanotec .title-wrap .btn a {
	width: 215px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .title-wrap .btn a {
		width: 160px;
	}
}

.sec-nanotec .title-wrap .btn a:hover {
	background: #fff url(/assets/common/img/icon-blank.png) no-repeat right 20px top 50%;
	color: #333;
	text-decoration: none;
	border-color: #fff;
}

.sec-nanotec.is-init .title-wrap {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-nanotec .list-wrap {
	margin-top: 70px;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .list-wrap {
		margin-top: 40px;
	}
}

.sec-nanotec .list-wrap .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .list-wrap .list {
		display: block;
	}
}

.sec-nanotec .list-wrap .item {
	width: 277px;
	text-align: left;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .list-wrap .item {
		width: 100%;
	}
	.sec-nanotec .list-wrap .item + .item {
		margin-top: 40px;
	}
}

.sec-nanotec.is-init .list-wrap .item {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-nanotec .list-wrap .item a {
	color: #fff;
	text-decoration: none;
}

.sec-nanotec .list-wrap .item a .title {
	font-size: 2rem;
	line-height: 1;
	padding: 23px 0;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .list-wrap .item a .title {
		font-size: 1.5rem;
		padding: 15px 0 10px;
	}
}

.sec-nanotec .list-wrap .item a:hover .title {
	text-decoration: underline;
}

.sec-nanotec .list-wrap .item a .photo {
	background: #000;
	overflow: hidden;
}

.sec-nanotec .list-wrap .item a .photo img {
	-webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	-moz-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
}

.sec-nanotec .list-wrap .item a:hover .photo img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.7;
}

@media screen and (max-width: 750px) {
	.sec-nanotec .list-wrap .item a .text {
		font-size: 1.3rem;
	}
}

/* .sec-telescope
-----------------------------*/
.sec-telescope {
	padding: 90px 0 112px;
	overflow: hidden;
	/* .text-wrap
	-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-telescope {
		padding: 0;
	}
}

.sec-telescope.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

@media screen and (max-width: 750px) {
	.sec-telescope .tpl-inner-wrap {
		padding: 0;
	}
}

.sec-telescope .inner {
	position: relative;
	height: 640px;
}

@media screen and (max-width: 750px) {
	.sec-telescope .inner {
		height: 150.2666666666667vw;
		/* 1127/750 */
	}
}

.sec-telescope .obj {
	position: absolute;
}

.sec-telescope.is-init .obj {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-telescope .obj--bg {
	z-index: 1;
	width: 1300px;
	height: 440px;
	background: url(/assets/top/img/telescope-obj-bg.jpg) no-repeat;
	left: -50px;
	top: 0;
}

@media screen and (max-width: 750px) {
	.sec-telescope .obj--bg {
		left: 0;
		top: 49.33333333333333vw;
		/* 370/750 */
		width: 173.3333333333333vw;
		/* 1300/750 */
		height: 58.66666666666667vw;
		/* 440/750 */
		background-size: cover;
	}
}

.sec-telescope .obj--photo {
	z-index: 4;
	width: 590px;
	height: 400px;
	background: url(/assets/top/img/telescope-obj-photo.jpg) no-repeat;
	left: 115px;
	top: 120px;
}

@media screen and (max-width: 750px) {
	.sec-telescope .obj--photo {
		left: 9.333333333333333vw;
		/* 70/750 */
		top: 14.53333333333333vw;
		/* 109/750 */
		width: 78.66666666666667vw;
		/* 590/750 */
		height: 53.33333333333333vw;
		/* 400/750 */
		background-size: cover;
	}
}

.sec-telescope .obj--text {
	z-index: 7;
	width: 910px;
	height: 78px;
	background: url(/assets/top/img/telescope-obj-text.png) no-repeat;
	left: 144px;
	bottom: 68px;
}

@media screen and (max-width: 750px) {
	.sec-telescope .obj--text {
		background: url(/assets/top/img/telescope-obj-text-sp.png) no-repeat;
		left: 8vw;
		/* 60/750 */
		top: 103vw;
		width: 82.26666666666667vw;
		/* 617/750 */
		height: 25.86666666666667vw;
		/* 194/750 */
		background-size: cover;
	}
}

.sec-telescope .obj--pattern {
	z-index: 8;
	width: 322px;
	height: 389px;
	background: url(/assets/top/img/telescope-obj-pattern.png) no-repeat;
	left: 540px;
	bottom: 0px;
}

@media screen and (max-width: 750px) {
	.sec-telescope .obj--pattern {
		left: 12.8vw;
		/* 96/750 */
		bottom: 12.13333333333333vw;
		/* 91/750 */
		width: 42.93333333333333vw;
		/* 322/750 */
		height: 51.86666666666667vw;
		/* 389/750 */
		background-size: cover;
	}
}

.sec-telescope .text-wrap {
	z-index: 10;
	left: 635px;
	top: 40px;
	/* .btn
		-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-telescope .text-wrap {
		width: 73.33333333333333vw;
		/* 550/750 */
		height: 80vw;
		/* 600/750 */
		left: auto;
		right: 0;
		top: 40vw;
		/* 300/750 */
	}
}

.sec-telescope .text-wrap a {
	color: #fff;
	background: #00a9df;
	display: block;
	padding: 55px 70px;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.sec-telescope .text-wrap a {
		padding: 8vw 9.33333vw;
	}
}

.sec-telescope .text-wrap .title {
	padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.sec-telescope .text-wrap .title img {
		width: 39.86666666666667vw;
		/* 299/750 */
	}
}

.sec-telescope .text-wrap .btn {
	margin-top: 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	border: 1px solid #fff;
}

.sec-telescope .text-wrap a:hover .btn {
	background: url(/assets/common/img/icon-blank-white.png) no-repeat right 20px top 50%;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.sec-telescope .text-wrap a:hover .btn {
		background: url(/assets/common/img/icon-blank-white.png) no-repeat right 10px top 50%;
	}
}

.sec-telescope .text-wrap .tpl-btn:hover {
	color: #000;
}

/* .sec-about
-----------------------------*/
.sec-about {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sec-about {
		margin-top: 30px;
	}
}

.sec-about.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

@media screen and (max-width: 750px) {
	.sec-about .title img {
		height: 22px;
	}
}

.sec-about .lead {
	margin-top: 50px;
}

@media screen and (max-width: 750px) {
	.sec-about .lead {
		margin-top: 20px;
	}
}

.sec-about .list-wrap {
	margin-top: 55px;
}

@media screen and (max-width: 750px) {
	.sec-about .list-wrap {
		margin-top: 30px;
	}
}

.sec-about.is-init .list-wrap {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-about .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 750px) {
	.sec-about .list {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 750px) {
	.sec-about .item {
		width: 50%;
		margin-top: 20px;
	}
}

.sec-about .item + .item {
	border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 750px) {
	.sec-about .item:nth-child(odd) {
		border-left: none;
	}
}

.sec-about a {
	width: 240px;
	height: 215px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	color: #333;
	text-decoration: none;
	font-size: 1.8;
}

@media screen and (max-width: 750px) {
	.sec-about a {
		width: 100%;
		height: 120px;
	}
}

.sec-about a:hover {
	color: #00a9df;
	text-decoration: underline;
}

.sec-about .label {
	margin-top: 30px;
	line-height: 1;
	font-weight: 500;
	font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
	.sec-about .label {
		margin-top: 15px;
		line-height: 1.4;
	}
}

.sec-about .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 70px;
}

@media screen and (max-width: 750px) {
	.sec-about .icon {
		height: 50px;
	}
}

.sec-about .icon img {
	height: 65px;
}

@media screen and (max-width: 450px) {
	.sec-about .icon img {
		height: 50px;
	}
}

.sec-about .item:nth-child(2) .icon img {
	height: 70px;
}

@media screen and (max-width: 450px) {
	.sec-about .item:nth-child(2) .icon img {
		height: 50px;
	}
}

.sec-about .item:nth-child(5) .icon img {
	height: 58px;
}

@media screen and (max-width: 450px) {
	.sec-about .item:nth-child(5) .icon img {
		height: 50px;
	}
}

/* .sec-recruit
-----------------------------*/
.sec-recruit {
	margin-top: 100px;
	/* .bg
	-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-recruit {
		margin-top: 40px;
	}
}

.sec-recruit.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-recruit .item {
	background: #000;
}

.sec-recruit .title {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sec-recruit .title img {
		height: 22px;
	}
}

.sec-recruit .list-wrap {
	margin-top: 45px;
}

@media screen and (max-width: 750px) {
	.sec-recruit .list-wrap {
		margin-top: 30px;
	}
}

.sec-recruit .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media screen and (max-width: 750px) {
	.sec-recruit .list {
		display: block;
	}
}

.sec-recruit .item {
	width: 50%;
	height: 500px;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.sec-recruit .item {
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
}

.sec-recruit.is-init .list-wrap .item {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-recruit .text-wrap {
	position: relative;
	z-index: 10;
}

.sec-recruit .item-title {
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sec-recruit .item-title {
		font-size: 1.8rem;
	}
}

.sec-recruit .lead {
	margin-top: 25px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sec-recruit .lead {
		margin-top: 18px;
	}
}

.sec-recruit .btn {
	margin: 0 auto;
	width: 240px;
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.sec-recruit .btn {
		width: 160px;
		margin: 30px auto 0;
	}
}

.sec-recruit .btn a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.sec-recruit .btn a:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
}

.sec-recruit .btn a.tpl-btn--border-gray-blank:hover {
	background: url(/assets/common/img/icon-blank-white.png) no-repeat right 20px top 50%;
}

.sec-recruit .btn a.tpl-btn--border-gray:hover {
	background: url(/assets/common/img/icon-arrow-white.png) no-repeat right 20px top 50%;
}

.sec-recruit .tpl-btn--border-gray,
.sec-recruit .tpl-btn--border-gray-blank {
	border-color: #fff !important;
}

.sec-recruit .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	-moz-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
}

.sec-recruit .bg.is-hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
}

.sec-recruit .item:first-child .bg {
	background-position: right center;
}

/* .sec-info
-----------------------------*/
.sec-info {
	padding: 50px 0;
	/* .info-wrap
	-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-info {
		padding: 0;
	}
}

.sec-info.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-info .info-wrap {
	background: #fff;
	margin: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* .title-wrap
		-----------------------------*/
	/* .tpl-news-list
		-----------------------------*/
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap {
		margin: 25px;
		margin-top: 55px;
	}
}

.sec-info .info-wrap.info-wrap--release {
	padding-top: 50px;
	border-top: 1px solid #d2d2d2;
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap.info-wrap--release {
		padding-top: 40px;
		margin-top: 40px;
		margin-bottom: 60px;
	}
}

.sec-info.is-init .info-wrap--release {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap {
		display: block;
	}
}

.sec-info .info-wrap .title-wrap {
	width: 300px;
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap .title-wrap {
		width: 100%;
	}
}

.sec-info .info-wrap .title-wrap .title {
	font-size: 2.6rem;
	font-weight: 500;
	color: #00a9df;
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap .title-wrap .title {
		font-size: 1.6rem;
	}
}

.sec-info .info-wrap .title-wrap .btn {
	margin-top: 40px;
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap .title-wrap .btn {
		display: none;
	}
}

.sec-info .info-wrap .tpl-news-list {
	-webkit-flex: 1;
	flex: 1;
	margin: -20px 0;
	padding-bottom: 0;
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap .tpl-news-list {
		margin: 0;
	}
}

.sec-info .info-wrap .tpl-news-list a:hover {
	background: none;
}

.sec-info .info-wrap .tpl-news-list a:hover .title {
	color: #00a9df;
	text-decoration: underline;
}

.sec-info .info-wrap .tpl-news-list .item:last-child {
	border-bottom: none;
}

.sec-info .info-wrap .btn-sp {
	display: none;
}

@media screen and (max-width: 750px) {
	.sec-info .info-wrap .btn-sp {
		display: block;
		margin-top: 5px;
	}
}

/* .sec-otherpage
-----------------------------*/
.sec-otherpage {
	background: #f0f0f0;
	padding: 80px 0;
}

@media screen and (max-width: 750px) {
	.sec-otherpage {
		padding: 50px 0;
	}
}

.sec-otherpage.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-otherpage .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-top: -60px;
}

@media screen and (max-width: 750px) {
	.sec-otherpage .list {
		margin-left: 0;
		margin-top: -25px;
		display: block;
	}
}

.sec-otherpage .item {
	margin-left: 25px;
	margin-top: 60px;
}

@media screen and (max-width: 750px) {
	.sec-otherpage .item {
		margin-left: 0;
		margin-top: 25px;
	}
}

.sec-otherpage.is-init .item {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-otherpage .text-wrap {
	margin-top: -40px;
	background: #fff;
	padding: 30px;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	width: calc( 100% - 60px);
}

@media screen and (max-width: 750px) {
	.sec-otherpage .text-wrap {
		padding: 20px;
		width: calc( 100% - 30px);
		height: auto !important;
	}
}

.sec-otherpage a {
	text-decoration: none;
	color: #333;
}

.sec-otherpage .photo {
	overflow: hidden;
}

.sec-otherpage a:hover .photo {
	background: #000;
}

.sec-otherpage .photo img {
	-webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	-moz-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s;
	vertical-align: top;
	width: 100%;
}

.sec-otherpage a:hover .photo img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8;
}

.sec-otherpage .label {
	font-size: 1.8rem;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.sec-otherpage .label {
		font-size: 1.5rem;
	}
}

.sec-otherpage a:hover .label {
	text-decoration: underline;
	color: #00a9df;
}

.sec-otherpage .text {
	margin-top: 5px;
}

/* .sec-external
-----------------------------*/
.sec-external.is-init {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-external .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media screen and (max-width: 750px) {
	.sec-external .list {
		display: block;
	}
}

.sec-external .item {
	width: 50%;
	height: 340px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
}

@media screen and (max-width: 750px) {
	.sec-external .item {
		width: 100%;
		height: auto;
		padding: 40px 30px;
		padding-right: 20px;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}

.sec-external.is-init .item {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.sec-external .item--customer {
	background: #00a9df;
}

.sec-external .item--customer.is-hover {
	background: #00a0d4;
}

.sec-external .item--certifiedused {
	background: #62bb46;
}

.sec-external .item--certifiedused.is-hover {
	background: #5db142;
}

.sec-external .item-title img {
	height: 24px;
}

@media screen and (max-width: 750px) {
	.sec-external .item-title img {
		height: 17px;
	}
}

@media screen and (max-width: 750px) {
	.sec-external .photo {
		width: 85px;
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	.sec-external .item--customer .photo img {
		width: 68px;
	}
}

.sec-external .text-wrap {
	margin-left: 50px;
}

@media screen and (max-width: 750px) {
	.sec-external .text-wrap {
		margin-left: 20px;
		-webkit-flex: 1;
		flex: 1;
	}
}

.sec-external .lead {
	font-size: 1.8rem;
	margin-top: 25px;
}

@media screen and (max-width: 750px) {
	.sec-external .lead {
		margin-top: 20px;
		font-size: 1.4rem;
	}
}

.sec-external .btn {
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.sec-external .btn {
		margin-top: 20px;
	}
}

.sec-external .btn a {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.sec-external .btn a:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
	background: url(/assets/common/img/icon-blank-white.png) no-repeat right 20px top 50%;
}

@media screen and (max-width: 750px) {
	.sec-external .btn a:hover {
		background: url(/assets/common/img/icon-blank-white.png) no-repeat right 10px top 50%;
	}
}

.sec-external .tpl-btn--border-gray,
.sec-external .tpl-btn--border-gray-blank {
	border-color: #fff !important;
}
