@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* body and base setting
----------------------------------------- */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 16px;
/*	font-family:'游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Segoe UI', Arial, Meiryo, メイリオ, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* link style
----------------------------------------- */
a{
	color: #1b5288;
	text-decoration: none;
}

a:hover{
	color: #3AB9EE;
	text-decoration: underline;
}


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.sp-only{
	display: none;
}

header ul,
footer ul{
	margin:0;
	padding: 0;
	list-style: none;
}


/* base layout
----------------------------------------- */

body{
/*	border-top: 5px solid #08b6d6;*/
	background: #f5f5f5;
}
body.detail{
	background: #fff;
}
#container{
	overflow: hidden;
}

.inner{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.content-detail-inner{
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (min-width: 1340px) {
	.content-detail-inner{
		max-width: 1220px;
		padding-left: 60px;
		padding-right: 60px;
		background: #fff;
	}
	.bg + .content-detail-inner{
		background: #F5F5F5;
	}
}
.content-area:after{
	content:'';
	display: block;
	clear: both;
}

#content{
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#content-inner{
	background: #fff;
}
#content:before{
	content:'';
}
body.home #content:before{
	content: none;
}

#content:after{
	content: "";
	display: table;
	clear: both;
}

#footer{
	clear: both;
	overflow: hidden;
}

.content-area.bg{
	background: #f5f5f5;
}
.content-area.bg-w{
	background: #fff;
}

.main-content{
	float: left;
	width: 65.6%;
	line-height: 1.6;
	padding-bottom: 50px;
}
.main-content.full{
	float: none;
	width: auto;
}
.main-content.single{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.sub-content{
	float: right;
	width: 29.5%;
}

.pagetop{
	clear: both;
	margin: 0;
	position: fixed;
	right: 20px;
	bottom: 30px;
	display: none;
}
.pagetop a{
	color: #fff;
	display: block;
	background: #08B7D6;
	padding: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.9);
}
/*
.pagetop{
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}
.pagetop a{
	color: #fff;
	display: block;
	background: #08B7D6;
	padding: 25px;
	text-align: center;
	line-height: 1;
}
*/

#skip{
	display: none;
}


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

#header{
	border-top: 5px solid #08b6d6;
	background: #fff;
}
.is-fixed #header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header-inner{
	padding-top: 25px;
	padding-bottom: 12px;
	overflow: hidden;
}
.site-title{
	float: left;
}
.site-utility{
	float: right;
}
.siteID{
	max-width: 222px;
	margin: 0 0 10px;
	line-height: 1;
}
.siteID img{
	vertical-align: top;
}
.siteID a{
	color: #333;
	display: inline-block;
}
.site-tagline{
	font-size: 12px;
}
.group-link {
	float: right;
	padding: 7px 0 0 30px
}
.search-form-area{
	float: right;
	padding: 5px;
	border: 1px solid #d0d0d0;
}
.search-keyword{
	border: none;
}
.search-button{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	background: transparent url(../images/ico_search.png) 50% 50% no-repeat;
	text-indent: -999px;
	width: 30px;
	min-height: 20px;
}

#globalnav{
	background: rgba(30, 111, 191, 0.8);
	width: 100%;
	z-index: 10;
}
.is-sp #globalnav{
	background: rgba(30, 111, 191, 1);
}

.main-nav{
	display: table;
	width: 100%;
	font-size: 15px;
	background: url(../images/gnav_devider.png) 100% 50% no-repeat;
}
.main-nav > li{
	display: table-cell;
	vertical-align: middle;
	background: url(../images/gnav_devider.png) 0% 50% no-repeat;
}
.main-nav > li > a{
	color: #fff;
	padding: 1.7em 0.5em;
	display:block;
	text-align: center;
}
.main-nav > li > a:hover{
	color: #fff;
}
@media only screen and (min-width: 1100px) {
	.main-nav{
		table-layout: fixed;
	}
}
@media only screen and (min-width: 768px) {
	#globalnav{
		float: left;
	}
	.main-nav > li.active{
		color: #feffb8;
		font-weight: bold;
		background: #2D7CBE;
	}
	.main-nav > li.active + li{
		background-image: none;
	}
	.main-nav > li.active > a{
		color: #feffb8;
	}
	.main-nav > li.is-open{
		background: #333;
	}
	.main-nav > li.is-open > a{
		color: #fff;
	}
}
@media only screen and (max-width: 767px) {
	#header{
		position: fixed;
		width: 100%;
		border-bottom: 1px solid #eee;
		z-index: 100;
	}
	.main-nav > li > a{
		padding: 1.3em 0.5em;
	}
}


/* mega drop menu
----------------------------------------- */
.mm{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	font-weight: normal;
	background: #333;
	z-index: 10;
	overflow: hidden;
	height: 0;
	transition: .5s linear;
}
@media only screen and (max-width: 767px) {
	.mm{
		display: none !important;
	}
}
.main-nav > li.is-open .mm{
	display: block;
	height: auto;
}
.mm > .inner{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.mm a{color: #fff;}
.mm .mm-close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	display: block;
}
.mm-close::before, .mm-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}
.mm-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-button-row{
	margin: 0 0 60px;
}
.mm .mm-button-row .button-xl{
	width: 360px;
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 22px;
}
.mm .button{
	display: block;
	font-size: 20px;
	padding: 25px 50px 25px 30px;
	text-align: left;
}
.mm-dl dt{
	font-size: 125%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #698caa;
}
.mm-dl dd + dt{
	margin-top: 3em;
}
.mm-dl dd{
	font-size: 90%;
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0.5em;
}
.mm-dl dd img{
	display: block;
	width: 100%;
	margin: 10px 0 20px -20px;
}
/*.mm-pns */
.mm-pns-products{
	width: 65%;
	margin: 0;
}
.mm-pns-service{
	width: 30%;
	padding-left: 5%;
}
.mm-pns-service dd{
	margin-bottom: 10px;
}
.mm-pns-columns.columns{
	margin: 0;
}
.mm-pns-columns dl.mm-dl{
	margin: 0 15px;
}
.mm-pns-columns dl:first-child{
	margin-left: 0;
}
.mm-pns-columns dl:last-child{
	margin-right: 0;
}
.mm-pns-service .mm-dl dd{
	margin: 0 0 15px;
	display: block;
}
/*.mm-support */
.mm-support-list{
	width: 440px;
	flex: none;
}
.mm-support-ul{
	margin-bottom: 70px;
}
.mm-support-ul .button{
	font-size: 16px;
	margin-bottom: 10px;
}
.mm-support-access dl{
	display: table;
	margin: 0 auto;
	min-width: 350px;
}
.mm-support-access .other{
	display: block;
	margin: 50px 0 0 0;
}
.mm-support-access .other a{
	color: #08B7D6;
	font-size: 16px;
}
/*.mm-company */
.mm-company .inner{
	padding-top: 130px;
}
.mm-company-columns{
	margin: 0;
	justify-content: space-between;
}
.mm-company-columns .column{
	width: 28%;
	flex: none;
	margin: 0;
}
.mm-company-columns .column li{
	margin-bottom: 10px;
}
.mm-company .advantage{
	margin: 20px 0;
}
.mm-company .advantage dd{
	margin-top: 20px;
	font-size: 14px;
}


/* category-header
----------------------------------------- */

#content{
	padding: 5em 0 0;
	background-image: url(../images/service_bg.jpg);
/*	background-size: 100% auto;*/
	background-repeat: no-repeat;
	background-position: 50% 0;
}
@media only screen and (min-width: 1580px) {
	#content{
		background-size: 100% auto;
	}
}
@media only screen and (max-width: 767px) {
	#content{
		background-size: 100% auto;
	}
}
body.home #content{
	background: none;
}
body.highlights #content{
	background-image: url(../images/highlights_bg.jpg);
}
body.support #content{
	background-image: url(../images/support_bg.jpg);
}
@media only screen and (max-width: 767px) {
	.category-header{
		background-image: url(../images/service_bg.jpg);
	}
	body.highlights .category-header{
		background-image: url(../images/highlights_bg.jpg);
	}
	body.support .category-header{
		background-image: url(../images/support_bg.jpg);
	}
}

.category-header{
	text-align: center;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.highlights.top .category-header,
	.pns.top .category-header,
	.support.top .category-header{
		min-height: 300px;
	}
}
.category-title{
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	padding: 1.25em 0;
}
.category-title-en{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #08b6d6;
}
.category-header .category-description{
	font-size: 100%;
	min-height: 2.5em;
	max-width: 850px;
	margin: 0 auto;
}

body.extra .category-title{
	padding: 0.25em 0;
}


/* main
----------------------------------------- */

.topicpath{
	font-size: 60%;
	padding: 15px 0;
	white-space: nowrap;
	text-align: right;
}
.content-header .topicpath{
	padding-top: 0;
}
.topicpath a{
	font-size: 0.86rem;
	color: #3AB9EE;
	margin: 0 8px;
	text-decoration: none;
}
.topicpath strong{
	font-size: 0.86rem;
	margin-left: 8px;
}



.main-title{
	padding: 0 30px;
	color: #fff;
	background-color: rgba(0,0,0,0.55);
	line-height: 1.3;
}
.main-title-inner{
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}
.main-title h1{
	font-size: 230%;
	font-weight: normal;
	margin: 0;
	line-height: 1.4;
}




/* sub
----------------------------------------- */


ul.categories{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

ul.categories a{
	display: block;
	text-decoration: none;
	padding: 4px 4px 4px 20px;
	background: url(../images/ico_arrow.png) 0 50% no-repeat;
	background-size: 12px 12px;
}

ul.categories ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
ul.categories .subs-parent li a{
	padding: 0 0 0 8px;
	background: url(../images/ico_arrow_triangle.png) 0 50% no-repeat;
}

.banner-side{
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-side li{
	margin-bottom: 10px;
}

.widget{
	margin: 0 0 3em;
}
.widget-title{
	font-size: 1.4rem;
	margin: 0;
	padding: 0.7em 0;
	background: none;
	border-bottom: 1px solid #698CAA;
	line-height: 1.2;
}
.widget-body{
	padding: 8.5%;
	background: #f5f5f5;
}
.widget .button{
	display: block;
}
.widget-title:before{
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
.widget-info .widget-title:before{
	content: url(../images/ico_info.png);
}
.widget-support .widget-title:before{
	content: url(../images/ico_dl.png);
}
.widget-casestudy .widget-title:before{
	content: url(../images/ico_pen.png);
}
.widget-technology .widget-title:before{
	content: url(../images/ico_highlight.png);
}
.widget-support .widget-title:before{
	content: url(../images/ico_support.png);
}
.widget-related .widget-title:before{
	content: url(../images/ico_related.png);
}

.widget img.pt-ctlg{
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.widget img.pt-ctlg + ul{
	margin: 0;
}
.widget ul.link a{
	color: #333;
}
.widget .button + .button{
	margin-top: 10px;
}

.jts-sp{
	clear: both;
	margin-bottom: 2em;
	padding: 1.3em 1.5em;
	background:#E1E1E1;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
.jts-sp dt{
	color: #fff;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 0.5em 25px 0.5em 15px;
	background: url(../images/label_jtssp_bg.png) 0 50% no-repeat;
	background-size: 100% auto;
	display: inline-block;
	min-width: 180px;
	min-height: 35px;
	box-sizing: border-box;
}
.jts-sp dd{
	font-size: 13px;
	font-weight: bold;
	color: #40939c;
}
.support-type-price{
	margin-bottom: 2em;
	clear: both;
}
.support-type-price dt{
	color: #fff;
	font-size: 86%;
	padding: 0.8em 1em;
	background: #1B5288;
	text-align: center;
}
.support-type-price dd{
	font-size: 86%;
	margin-top: 5px;
	padding: 1em;
	background: #fff;
	text-align: center;
}
.support-type-price dd:first-of-type{
	margin-top: 0;
}
.support-type-price dd span{
	display: block;
}
.support-type-price dd .ico{
	margin-bottom: 5px;
}
.support-type-price dd .price{
	text-align: right;
}
.support-type-price dd .link-s{
	margin-top: 10px;
	font-weight: normal;
}
.contact-info{
	clear: both;
}
.contact-info dt{
	color: #1B5288;
	background: url(../images/ico_phone.png) 0 50% no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.contact-info dd:first-of-type{
	margin-top: 1em;
}
.contact-info dd:last-of-type{
	margin-bottom: 0;
}
.contact-info-section{
	margin: 1.5em 0 10px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #BBBBBB;
}
.contact-info-number table{
	font-size: 114%;
	margin-top: 0;
}


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

#footer{
	background: #fff;
	text-align: center;
	border-top: 30px solid #08B7D6;
}

.footer-nav{
	color: #fff;
	padding: 50px 0 50px;
	background: #3D3D3D url(../images/footer_nav_bg.jpg) 50% 0%;
	text-align: left;
}
.footer-nav a{
	color: #fff;
}
.footer-nav dl{
	margin: 0 2% 2em;
}
.footer-nav dt{
	font-size: 115%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin: 0 0 1.2em;
	padding: 0 0 0.8em;
}
.footer-nav dd{
	font-size: 88%;
	display: list-item;
	margin-left: 20px;
}
.footer-media{

}
.footer-media-nav{
	list-style: none;
	display: flex;
	margin: 0 2%;
	gap: 20px;
}
.footer-media img{
	width: auto;
	height: 22px;
}

.footer-nav-sub{
	padding: 35px 0;
	background: #fff;
}
.footer-nav-sub .siteID{
	width: 222px;
	float: left;
}
.footer-nav-sub .utility-nav{
	margin-right: 0;
}

#footer .copyright{
	margin: 0;
	padding: 2.5em 0;
	font-size: 80%;
	background: #F5F5F5;
	line-height: 1;
}
#sp-nav{
	display: none;
}

#sp-nav div {
	width: 32px;
	height: 32px;
	position: relative;
	background: #000;
	margin-left: auto;
}
#sp-nav span {
	display: block;
	position: absolute;
	left: 6px;
	height: 3px;
	width: 20px;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#sp-nav span:nth-child(1) {
	top: 6px;
}
#sp-nav span:nth-child(2) {
	top: 14px;
}
#sp-nav span:nth-child(3) {
	top: 22px;
}
.is-open #sp-nav span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.is-open #sp-nav span:nth-child(2) {
	width: 0;
	left: 50%;
}
.is-open #sp-nav span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

#sp-menu {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: none;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background: #fff;
	z-index: 98;
}
body.is-open #sp-menu {
	border-radius: 0;
	border-top: none;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#sp-menu-inner{
	height: 100%;
	overflow-y: scroll;
	padding: 10px 10px 50px;
	box-sizing: border-box;
}


/*simple*/
body.simple{
	background: #fff;
}
body.simple #globalnav{
	float: none;
	background: rgba(30, 111, 191, 1);
}
body.simple #content{
	padding-top: 0;
	background-image: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

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

	#globalnav{
		position: relative;
	}
	#sp-menu{
		display: none;
	}
	.pns-attribute-bottom-area{
		display: none;
	}
	#footer .topicpath{
		display: none;
	}
	body.home #content{
		padding: 0;
	}
}

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

	body{
		font-size: 12px;
	}

	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea{
		font-size: 16px;
		width: 100%;
		box-sizing: border-box;
	}
	select{
		font-size: 16px;
		box-sizing: border-box;
	}

	#container{
		overflow: hidden;
	}
	#content{
		padding-top: 62px;
		margin-bottom: 0;
	}

	.main-content,
	.sub-content{
		float: none;
		width: auto;
	}

	.header-inner{
		display: table;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		vertical-align: middle;
	}
	.site-title{
		float: none;
		display: table-cell;
		vertical-align: middle;
		font-size: 10px;
	}
	.siteID{
		margin: 0;
	}
	.siteID img{
		height: 16px;
	}
	.siteID span{
		display: inline-block;
		margin-left: 7px;
		padding-left: 7px;
	}
	.header-utility{
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}
	.group-link{
		float: none;
		padding: 0;
	}
	.group-link img{
		height: 16px;
	}
	#sp-nav{
		display: table-cell;
		padding-left: 10px;
	}
	.site-tagline,
	.header-utility .search-form-area{
		display: none;
	}

	#globalnav{
		display: none;
	}
	.is-open #globalnav{
		display: block;
	}
	.main-nav{
		display: block;
		background-image: none;
	}
	.main-nav li{
		display: block;
		border-bottom: 1px solid #2D7CBE;
		background-image: none;
	}
	.main-nav a{
		text-align: left;
	}
	.category-header{
		background-size: cover;
	}
	.category-title{
		font-size: 150%;
		padding: 1em;
	}
	.category-title-en{
		font-size: 12px;
	}
	.category-header .category-description{
		padding: 0 1em 1em;
	}
	.content-header .topicpath{
		display: none;
	}

	.topicpath{
		font-size: 10px;
		white-space: normal;
		text-align: left;
	}
	.topicpath strong,
	.topicpath a{
		font-size: 0.7rem;
	}
	.pagetop{
		text-align: center;
	}

	#footer{

	}
	#footer .topicpath{
		padding: 10px 0;
		border-top: 1px solid #eee;
		background: #f5f5f5;
	}
	.footer-nav{
		padding-bottom: 40px;
	}
	.footer-nav .inner{
		padding-left: 0;
		padding-right: 0;
	}
	.footer-nav-sub{
		padding: 2em 0;
	}
	.footer-nav-sub .siteID{
		float: none;
		margin: 0 auto 1.5em;
	}
	.footer-nav-sub .utility-nav{
		margin: 0 auto;
	}
	.footer-nav-sub .utility-nav li{
		padding: 0 1em;
	}


}

@media only screen and (max-width: 480px) {
	.category-header .category-description{
		text-align: left;
	}
	.footer-nav-sub .inner{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 320px) {

	.inner{
		padding-left: 10px;
		padding-right: 10px;
	}

}


/* ==========================================================================
   lity
   ========================================================================== */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 90%;
  max-height: 90%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  box-sizing: border-box;
  background: #fff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
