*,
*:before,
*:after {
	min-height: 0;
	min-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	max-width: 1080px;
	margin: 0 auto;
}

.home .btn-spnav {
	background-color: #fccb00;
}

.home #spnav {
	display: none;
}

.home#container {
	min-width: auto;
}

/* gnav */

#gnav {
	max-width: 1080px;
	margin: 0 auto;
}

#gnav .gnav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#gnav .gnav-list .gnav-item {
	position: relative;
	width: 25%;
}

#gnav .gnav-list .gnav-item a {
	display: block;
}

#gnav .gnav-list .gnav-item .hover {
	position: absolute;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

#gnav .gnav-list .gnav-item:hover .gnav-drop li {
	opacity: 1;
}

#gnav .gnav-list .gnav-item img {
	width: 100%;
	max-width: 100%;
}

#gnav .gnav-drop {
	position: absolute;
	z-index: 100;
	top: 100%;
	width: 100%;
}

#gnav .gnav-drop li {
	display: none;
}

#gnav .gnav-drop li a,
#gnav .gnav-drop .prent-menu {
	display: block;
	padding: 6px 21px;
	background: #fff8dd;
	font-size: 13px;
	line-height: 1.5;
}

#gnav .gnav-drop li a:hover,
#gnav .gnav-drop .prent-menu:hover {
	background: #fccb00;
}

#gnav .gnav-drop .prent-menu {
	display: none;
	position: relative;
}

#gnav .child-menu {
	display: none;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
}

#gnav .gnav-drop .prent-menu:hover .child-menu {
	display: block;
}

/* topic-block */

.topic-block {
	border: none;
}

.topic-block .ticker {
	border-bottom: 1px solid #d3d3d3;
}

/* mv */

#mv {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
}

#mv img {
	width: 100%;
}

/* news */

.news #sitemap{
	display: block;
}

#news {
	margin-top: -62px;
}

#news .sec-ttl {
	display: none;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

#news .news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

#news .news-list .news-item {
	overflow: hidden;
	position: relative;
	width: calc(25% - 6% / 4);
	margin: 0 2% 3.7% 0;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#news .news-list .news-item:before {
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: 4%;
	bottom: 4%;
	width: 12px;
	height: 12px;
	background: url("/common/images/top/new_tab.png") no-repeat 50% 50%/cover;
	content: "";
}

#news .news-list .news-item a {
	display: block;
	position: relative;
	height: 100%;
	background: #fff;
	border: 0 solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#news .news-list .news-item a:before {
	content: attr(data);
	display: block;
	position: relative;
	z-index: 1;
}

#news .news-list .news-item a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: border-width 300ms;
	transition: border-width 300ms;
	border: 0 solid #fccb00;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
}

#news .news-list .news-item .news-img {
	-webkit-transition: 0.7s all;
	transition: 0.7s all;
	width: 100%;
}

#news .news-list .news-item .news-img.zoom {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: 0.7s all;
	transition: 0.7s all;
}

#news .news-list .news-item .news-desc {
	position: relative;
	padding: 15px 12px 25px;
	margin-top: -14px;
	background: #fff;
	border-radius: 14px 14px 0 0;
}

#news .news-list .news-item .news-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

#news .news-list .news-item .news-info .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 3px;
}

#news .news-list .news-item .news-info .info-list li {
	margin-right: 2px;
}

#news .news-list .news-item .news-info .info-date {
	margin-top: 1px;
	font-weight: bold;
}

#news .news-list .news-item .news-tx {
	font-weight: normal;
}

#news .news-more {
	text-align: center;
}

#news .news-more a {
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 10px 50px;
	border: 1px solid #fccb00;
}

#news .news-more a:before {
	position: absolute;
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	content: "";
}

#news .news-more a:hover:before {
	background: #fccb00;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#news .news-more a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 5px;
	background: url("/common/images/top/news_more_arrow.png") no-repeat 50% 50%/cover;
	content: "";
}

/* service */

#service {
	margin-top: 143px;
}

#service h2 {
	text-align: center;
	margin-bottom: 67px;
	font-size: 30px;
}

#service .service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#service .service-list .service-item {
	position: relative;
	width: 25%;
}

#service .service-list .service-item a {
	display: block;
}

#service .service-list .service-item .hover {
	position: absolute;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

#service .service-list .service-item img {
	width: 100%;
	max-width: 100%;
}

#service .service-drop {
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
}

#service .service-drop li {
	display: none;
}

#service .service-drop li a {
	display: block;
	padding: 6px 21px;
	background: #fff8dd;
	font-size: 13px;
	line-height: 1.5;
}

/* search */

#search {
	margin-top: 80px;
	text-align: center;
}

#search .search-wrap {
	display: inline-block;
	padding: 15px 75px;
	border: 1px solid #d3d3d3;
}

#search form {
	position: relative;
	margin: 0 auto;
	width: 210px;
	height: 40px;
	padding: 0 40px 0 10px;
	background-color: #f5f5f5;
	border-left: 1px solid #e0e0e0;
}

#search form input[type=text] {
	width: 100%;
	height: 40px;
	border: none !important;
	padding: 0 !important;
	background-color: #f5f5f5 !important;
	background-image: none !important;
	text-indent: 0 !important;
}

#search form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 40px;
	font-size: 0;
	background: url("/common/images/ic_button_search.png") no-repeat center center;
}

/* other */

#other {
	margin: 130px 0 80px;
}

#other .other-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#other .other-list .other-item {
	position: relative;
	width: calc(50% - 5% / 2);
	margin: 0 5% 2.8% 0;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#other .other-list .other-item a {
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 14px;
}

#other .other-list .other-item .hover {
	position: absolute;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}

#other .other-list .other-item:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 52px;
	height: 5px;
	content: "";
}

#other .other-list .other-item.other-recruit:after {
	background: url("/common/images/top/other_recruit_arrow.png") no-repeat 50% 50%/cover;
}

#other .other-list .other-item.other-training:after {
	background: url("/common/images/top/other_recruit_arrow.png") no-repeat 50% 50%/cover;
}

#other .other-list .other-item.other-publicity:after {
	background: url("/common/images/top/other_publicity_arrow.png") no-repeat 50% 50%/cover;
}

#other .other-list .other-item.other-contact:after {
	background: url("/common/images/top/other_contact_arrow.png") no-repeat 50% 50%/cover;
}

#other .other-list .other-item.other-contact .other-ttl {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

#other .other-list .other-item:nth-child(2n) {
	margin-right: 0;
}

#other .other-list .other-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#other .other-list .other-item img {
	margin-right: 16px;
}

#other .other-list .other-item .other-ttl {
	margin-top: 3px;
	font-size: 24px;
}

/* footer */

#sitemap {
	display: none;
}

@media screen and (min-width: 541px) and (max-width: 768px) {

#news .news-list .news-item:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1080px) {

#news .news-list .news-item:nth-child(3n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) {

#news .news-list .news-item a:hover:after {
	border-width: 5px;
}

#news .news-more a:hover {
	color: #fff;
}

#news .news-more a:hover:after {
	background: url("/common/images/top/news_more_arrow_hover.png") no-repeat 50% 50%/cover;
}

#service .service-list .service-item .hover:hover {
	opacity: 1;
}

#service .service-list .service-item:hover .service-drop li {
	opacity: 1;
	overflow: visible;
}

#service .service-drop li a:hover {
	background: #fccb00;
}

#other .other-list .other-item a:hover .hover {
	opacity: 1;
}

#other .other-list .other-item.other-recruit a:hover {
	background: #00aeeb;
	border-radius: 14px;
}

#other .other-list .other-item.other-recruit a:hover h2 {
	color: #fff;
}

#other .other-list .other-item.other-training a:hover {
	background: #00aeeb;
	border-radius: 14px;
}

#other .other-list .other-item.other-training a:hover h2 {
	color: #fff;
}

#other .other-list .other-item.other-publicity a:hover {
	background: #f44b82;
	border-radius: 14px;
}

#other .other-list .other-item.other-publicity a:hover h2 {
	color: #fff;
}

#other .other-list .other-item.other-contact a:hover {
	background: #fccb00;
	border-radius: 14px;
}

#other .other-list .other-item.other-contact a:hover h2 {
	color: #fff;
}

#other .other-list .other-item:hover:after {
	background: url("/common/images/top/other_arrow_hover.png") no-repeat 50% 50%/cover;
}

}

@media screen and (min-width: 850px) {

#other .other-list .other-item.other-training .break {
	display: none;
}

}

@media screen and (max-width: 1040px) and (min-width: 769px) {

.home .btn-spnav {
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 50px;
	height: 50px;
	font-size: 0;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	z-index: 6000;
}

.home .btn-spnav span {
	display: block;
	position: absolute;
	width: 24px;
	top: 18px;
	right: 13px;
	height: 2px;
	background: #fff;
	-webkit-transition: background-color 0s 0.3s;
	transition: background-color 0s 0.3s;
}

.home .btn-spnav span:before {
	position: absolute;
	display: block;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #fff;
	content: "";
	-webkit-animation: menu-bar01 0.75s forwards;
	animation: menu-bar01 0.75s forwards;
}

.home .btn-spnav span:after {
	position: absolute;
	display: block;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #fff;
	content: "";
	-webkit-animation: menu-bar02 0.75s forwards;
	animation: menu-bar02 0.75s forwards;
}

.home .btn-spnav span:before {
	top: 0;
}

.home .btn-spnav span:after {
	bottom: 0;
}

.home .btn-spnav .label {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.05em;
}

.home .btn-spnav .close-label {
	display: none;
}

.home { /* オープン時 */
}

.home .open .btn-spnav span {
	background: none;
}

.home .open .btn-spnav span:before {
	background: #fff;
	-webkit-animation: active-menu-bar01 0.75s forwards;
	animation: active-menu-bar01 0.75s forwards;
}

.home .open .btn-spnav span:after {
	background: #fff;
	-webkit-animation: active-menu-bar02 0.75s forwards;
	animation: active-menu-bar02 0.75s forwards;
}

.home .open .btn-spnav span:before {
	top: 0;
}

.home .open .btn-spnav span:after {
	bottom: 0;
}

.home .btn-spnav .close-label {
	display: none;
}

.home .open .btn-spnav .open-label {
	display: none;
}

.home .open .btn-spnav .close-label {
	display: block;
}

.home .spnav .open.sitemap-button span:before {
	top: 2.133vw;
	left: -2px;
	display: block;
	width: 4.267vw;
	height: 2px;
	background-color: #9e9e9e;
	border: none;
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.home .spnav .open.sitemap-button span:after {
	top: 2.133vw;
	left: -2px;
	display: block;
	width: 4.267vw;
	height: 2px;
	background-color: #9e9e9e;
	border: none;
	-webkit-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

.home .spnav .open.sitemap-button span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.home .spnav .open.sitemap-button span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.home .spnav .sitemap-list {
	position: relative;
	background-color: #f5f5f5;
}

.home .spnav .sitemap-list > ul > li {
	border-top: 1px solid #d3d3d3;
}

.home .spnav .child-button {
	position: relative;
}

.home .spnav .child-button span {
	display: block;
	padding: 4.267vw 0;
	text-align: center;
	background-color: #e8e8e8;
	color: #616161;
	font-size: 3.733vw;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.05em;
}

.home .spnav .child-button span:before,
.home .spnav .child-button span:after {
	position: absolute;
	top: 6.4vw;
	right: 5%;
	content: "";
	display: inline-block;
	width: 3.733vw;
	height: 3.733vw;
	margin-top: -1px;
	border-top: 2px solid #9e9e9e;
}

.home .spnav .child-button span:after {
	margin-top: -2.133vw;
	margin-right: 1.867vw;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.home .spnav .open.child-button span:after {
	display: none;
}

.home .spnav .child-list {
	display: none;
	padding: 4vw 5%;
}

.home .spnav .child-list ul li {
	border-bottom: solid 1px #bdbdbd;
}

.home .spnav .child-list ul li:last-child {
	border-bottom: none;
}

.home .spnav .child-list ul li a {
	display: block;
	padding: 3.2vw 0;
	color: #333;
	font-size: 3.733vw;
	line-height: 140%;
}

.home .spnav .child-list .login-button {
	margin: 2.4vw 0;
}

.home .spnav .child-list .login-button a {
	width: 100%;
	min-width: inherit;
	padding: 3.733vw 3.2vw;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
}

.home .spnav .child-list .login-button a br {
	display: none;
}

.home .spnav .child-list .buttons {
	margin-top: 4.8vw;
}

.home .spnav .child-list .buttons .top-button {
	margin: 2.4vw 0;
}

.home .spnav .spnav-bottom {
	border-bottom: solid 1px #d3d3d3;
	padding-bottom: 8vw;
	background-color: #f5f5f5;
}

.home .spnav .other {
	padding: 5.6vw 0;
	border-top: solid 1px #d3d3d3;
}

.home .spnav .other ul {
	font-size: 0;
	text-align: center;
}

.home .spnav .other li {
	display: inline-block;
	margin: 0 1.6vw;
}

.home .spnav .other li a {
	display: block;
	border-bottom: solid 1px;
	color: #616161;
	font-size: 3.467vw;
	font-weight: normal;
	line-height: 160%;
}

.home .spnav .search-form {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	height: 11.2vw;
	margin: 0 5% 0;
	padding-left: 2.4vw;
	background-color: #fafafa;
	border: 1px solid #d3d3d3;
	border-radius: 0.8vw;
}

.home .spnav .search-form input[type=text] {
	height: 10.4vw;
	width: 80%;
	border: none !important;
	padding: 0 !important;
	background-color: inherit !important;
}

.home .spnav .search-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 12vw;
	height: 10.4vw;
	font-size: 0;
	background: url("/commmon/images/ic_button_search.png") no-repeat center center;
}

}

@media screen and (min-width: 1081px) {

#news .news-list .news-item:nth-child(4n) {
	margin-right: 0;
}

#other .other-list .other-item.other-contact .other-ttl .break {
	display: none;
}

}

@media screen and (max-width: 1080px) {

#news {
	max-width: 804px;
	padding: 0 20px;
	margin: -62px auto 0;
}

#news .news-list .news-item {
	width: calc(33.333% - 4% / 3);
	max-width: 252px;
	margin: 0 2% 3.7% 0;
}

#news .news-list .news-item .news-img {
	width: 100%;
}

#other {
	padding: 0 20px;
}

}

@media screen and (max-width: 1040px) {

#gnav {
	display: none;
}

}

@media screen and (max-width: 768px) {

#header {
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

#content {
	max-width: 540px;
}

.topic-block {
	margin-top: 34.2vw;
}

#news {
	max-width: 550px;
	padding: 0 5px;
	margin-top: 6.5vw;
}

#news .sec-ttl {
	display: block;
	margin-bottom: 6.3vw;
}

#news .news-list .news-item {
	width: calc(50% - 4.5% / 2);
	margin: 0 4.5% 7.1% 0;
}

#news .news-list .news-item .news-info .info-date {
	font-size: 14px;
	letter-spacing: 0;
}

#news .news-list .news-item .news-tx {
	font-size: 14px;
	line-height: 1.6;
}

#service {
	margin-top: 18.6vw;
}

#service h2 {
	margin-bottom: 8.6vw;
}

#service .service-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#service .service-list .service-item {
	width: 50%;
}

#search {
	display: none;
}

#other {
	padding: 0 14px;
	margin: 16.8vw 0 10.2vw;
}

#other .other-list .other-item {
	width: 100%;
	margin: 0 0 6.5vw;
}

#other .other-list .other-item.other-training .break {
	display: none;
}

#other .other-list .other-item.other-contact .other-ttl .break {
	display: none;
}

#sitemap {
	display: block;
}

}

@media screen and (max-width: 540px) {

#header .button {
	margin: 0 2vw 0 0;
}

#content {
	max-width: 332px;
}

.home #spnav {
	margin-top: 18.2vw;
}

#news {
	max-width: 262px;
	margin-top: 13.9vw;
}

#news .sec-ttl {
	margin-bottom: 48px;
	font-size: 28px;
}

#news .news-list .news-item {
	width: 100%;
	margin: 0 0 15.1% 0;
}

#news .news-list .news-item .news-desc {
	padding: 16px 12px 25px;
}

#service {
	margin-top: 144px;
}

#service h2 {
	margin-bottom: 47px;
}

#other {
	padding: 0;
	margin: 130px 0 102px;
}

#other .other-list .other-item {
	margin: 0 0 50px;
}

#other .other-list .other-item.other-contact .other-ttl .break {
	display: block;
}

#other .other-list .other-item img {
	width: 85px;
}

#other .other-list .other-item .other-ttl {
	font-size: 16px;
}

}

@-webkit-keyframes menu-bar01 {

0% {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(-8px) rotate(0);
	transform: translateY(-8px) rotate(0);
}

}

@keyframes menu-bar01 {

0% {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(-8px) rotate(0);
	transform: translateY(-8px) rotate(0);
}

}

@-webkit-keyframes active-menu-bar01 {

0% {
	-webkit-transform: translateY(-8px) rotate(0);
	transform: translateY(-8px) rotate(0);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

}

@keyframes active-menu-bar01 {

0% {
	-webkit-transform: translateY(-8px) rotate(0);
	transform: translateY(-8px) rotate(0);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

}

@-webkit-keyframes menu-bar02 {

0% {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(8px) rotate(0);
	transform: translateY(8px) rotate(0);
}

}

@keyframes menu-bar02 {

0% {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(8px) rotate(0);
	transform: translateY(8px) rotate(0);
}

}

@-webkit-keyframes active-menu-bar02 {

0% {
	-webkit-transform: translateY(8px) rotate(0);
	transform: translateY(8px) rotate(0);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

}

@keyframes active-menu-bar02 {

0% {
	-webkit-transform: translateY(8px) rotate(0);
	transform: translateY(8px) rotate(0);
}

50% {
	-webkit-transform: translateY(0) rotate(0);
	transform: translateY(0) rotate(0);
}

100% {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

}

