body {
	margin:0;
	padding:0;
	font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:15px; 
	color: rgb(30,30,30);
}

* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

a {color:inherit; text-decoration: none; list-style: none; outline: 0; max-width:100%; max-width:none\9; }
a:hover, a:focus, a:visited { outline: 0; text-decoration: none;}
p a, p a:visited { line-height: inherit; }
a.avianolink, .avianolink a{cursor: default;}

.clearfix:after{  
    content: "020";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;   
}

.divider {
	background-color: rgba(0,0,0,.1);
	max-width: 100%;
	height: 1px;
}

li {
	list-style: none;
}

img {
	border: 0 none;
	display:block;
}

#main,#wrapper {
	position: relative;
}

#header {
	width: 100%;
	background-color: #fff;
	z-index: 101;
}

.stuck {
	animation: stuckMoveDown .6s;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
}

.stuck:not(.ux-no-animation) {
		animation: stuckMoveDown .6s;
}

@keyframes stuckMoveDown {
	0% {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}
#header .header-wrapper,#main,#footer {
	max-width: 1200px;
	/* padding: 0 15px 0; */
	margin: 0 auto;
}

#header .header-wrapper {
	height: 70px;
	display: block;
}

#header .header-wrapper .logo  {
	float: left;
}

#header .header-wrapper .logo img {
	height: 50px;
	margin-top: 10px;
}

#header .header-wrapper .navright {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 70px;
	text-align: right;
	float: right;
}

#header .header-wrapper .navright .pc span {
	display: inline-block;
	margin-left: 10px;
}

#header .header-wrapper .navright .mobile {
	display: none;
}

#header .mobile .iconmeun {
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    overflow: visible;	
	vertical-align: baseline;
}

#header .mobile .iconmeun .iconbox {
	width: 25px;
	height: 5px;
	display: inline-block;
	position: relative;
	z-index: 123;
}

#header .mobile .iconmeun .iconbox .icon, #header .mobile .iconmeun .iconbox .icon::before, #header .mobile .iconmeun .iconbox .icon::after {
	width: 100%;
	height: 2px;
	background-color: rgb(30,30,30);
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: transform 0.15s ease; 	
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#header .mobile .iconmeun .iconbox .icon::before, #header .mobile .iconmeun .iconbox .icon::after {
	content: "";
	display: block;
}

#header .mobile .iconmeun .iconbox .icon::before {
	top: -10px; 
}

#header .mobile .iconmeun .iconbox .icon::after {
	bottom: -10px;
}

#header .mobile .iconisactive .iconbox .icon {
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 	
}

#header .mobile .iconisactive .iconbox .icon::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease; 
}

#header .mobile .iconisactive .iconbox .icon::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
}

@media only screen and (max-width: 550px) {
	#wrapper #header {
		position: fixed;
	}
	
	#wrapper .stuck:not(.ux-no-animation) {
		animation: none;
	}
	
	#header .header-wrapper .navright .pc {
		display: none;
	}
	
	#header .header-wrapper .navright .mobile {
		display: block;
		margin-right: 10px;
	}
	#wrapper #main {
		position: relative;
		top: 70px;
	}
	#wrapper #main .content .part1 .text {
		position: relative;
		width: 100% !important;
		padding-right: 15px;
		padding-bottom: 40px;
	}
	
	#wrapper #main .content .part1 .media {
		padding: 0;
		width: 100%;
	}
	
	#wrapper #main .content .part2 .imglist .box {
		flex-basis: 48%;
		max-width: 48%;
		padding-bottom: 40px
	} 
	
	#wrapper #main .content .part2 .imglist .second {
		margin: 0 0 0 4%;
	}
	
	#wrapper #footer {
		margin-top:  70px;
	}
}

@media(min-width: 550px) {
	.is-sticky-column {
		position:sticky;
		/* top: 100px; */
	}
	.part1 .text {
		top : 20px !important;
	}
	.is-sticky-column[data-sticky-mode] {
		transform: translateZ(0);
		will-change: transform
	}

	.is-sticky-column:not([data-sticky-mode]) {
	/* 	top: calc(var(--flatsome-scroll-padding-top) + 30px); */
		/* top: 100px; */
		top: 0;
		transition: top .6s;
	}
}

#main, #footer {
	background-color: rgb(250,240,240);
}

#main .content {
	/* padding: 30px 0; */
}
#main .content .part1  {
	line-height: 1.7;
	padding-bottom: 40px;
}
*,:after,:before,html {
	box-sizing: border-box;
}
#main .content .part1 .text {
	width: 50%;
	padding-right: 30px;
	float: left;
	text-align: justify;
	padding-left: 15px;
	padding-top: 60px;
}

#main .content .part1 .text h2 {
	font-size: 2.5em;
}

#main .content .part1 .text ul li {
	list-style: none;
	font-weight: bold;
}

li::marker {
	 font-size: 20px;
}

#main .content .part1 .text ul.cir {
	padding-left: 50px;
}

#main .content .part1 .media {
	width: 50%;
	padding-left: 30px;
	float: right;
}

#main .content .part1 .media>div {
	margin-bottom: 1em;	
}

#main .content .part1 .media img {
	width: 100%;
}

#main .content .part2 .title {
	padding: 40px 0;
	font-weight: bold;
	padding-left: 15px;
}

#main .content .part2 .imglist {
	display: flex;
	flex-flow: row wrap;
}

#main .content .part2 .imglist .box {
	flex-basis:32%;
	max-width:32%;
	position: relative;
}

#main .content .part2 .imglist .second {
	margin: 0 2%;
}

#main .content .part2 .imglist .box .image-cover {
	overflow: hidden;
}
#main .content .part2 .imglist .box .image-cover img{
	width: 100%;
}

#main .content .part2 .imglist .box .link {
	text-align: center;
	margin: 20px 0;
	font-style: normal;
	font-size: 1.1em;
}

#footer {
	padding: 0 15px 10px;
}

#footer .nsl {
	padding: 70px 0;
}

#wrapper #footer .noindex {
	visibility: hidden;
	height: 200px;
}

#footer .nsl .input-box {
	padding-bottom: 10px;
	width: 360px;
}

#footer .nsl .desc {
	font-size: 0.8em;
}

#footer .nsl input[type='email'] {
	padding: 6px 12px 12px 0px;
    box-shadow: none;
	border: 1px solid #ddd;
    border-color: rgba(0,0,0,0.09);
    border-top-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(120, 120, 120, 1);
    border-left-color: rgba(0, 0, 0, 0);
    color: currentColor !important;
    border-radius: 0px;
	appearance:none;
	background-color: inherit;
	box-sizing: border-box;
	font-size: .97em;
	height: 2.507em;
	transition: color .3s,border .3s,background .3s,opacity .3s;
	max-width: 82%;
	width: 100%;
	outline:0;
}

.btn>a {
	background-color: #dacaca;
	display:inline-block;
	vertical-align: middle;
    padding: 0.8em 1.2em;
}

.btn a:hover {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
	color: #fff;
	opacity: 1;
}

#footer  .ftbottom {
	min-width: 360px;
}

#footer  .ftbottom .cr {
	text-align: left;
	display: inline-block;
}
#footer  .ftbottom .link {
	float: right;
	display: inline-block;
}

#header .moboverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	overflow: hidden;
	font-size: 1em;
	text-align: left;
}

#header .moboverlay .mobnavcontainer {
	background: #ffffff;
	width: 350px;
	height: 100%;
	position: absolute;
    right: 0;
    max-width: 100%;
	overflow: auto;
	-webkit-transform: translateX(350px); transform: translateX(350px); 
	-webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
	transition: 		all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    z-index: 15;	
}

#header .overlay-delay .moboverlay .mobnavcontainer {
	-webkit-transform: translateX(0); 
	transform: translateX(0);
}

#header .moboverlay .mobnavcontainer .mobnavwrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 700px;
	display: table;
	vertical-align: middle;
	text-align: center;
	z-index: 5;	
}

#header .moboverlay .mobnavcontainer .mobnavwrap ul {
	padding: 100px 0px;
	display: table-cell;
	height: 100%;
	width: 100%;
}

#header .moboverlay .mobnavcontainer .mobnavwrap ul li  {
	text-align:left;
	display: block;
	float: none;
	position: relative;
	top:18px;
	-webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
	transition: 		opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
	 -webkit-transform: translate3d(0,0,0); /*fixes disapearing in ios*/		
}

#header .moboverlay .mobnavcontainer .mobnavwrap ul li a {
	font-weight: 600;
	line-height: 1.3em;
	height: auto;
	padding: 15px 50px;
	display: block;
	text-align: left;	
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#header .moboverlay .moboverlaybg {
	opacity: 0.6;
    cursor: pointer;
	z-index: 3;
    background: #0b0b0b;
    display: block;
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;			
}
#cookie-notice {
	background-color: rgba(17, 17, 17, 1);	
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	letter-spacing: 0;
	line-height: 20px;
	left: 0;
	bottom:0;
	font-size: 13px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
	display: none;
}

#cookie-notice  .notice-container {
	padding: 15px 30px;
	text-align: center;
	width: 100%;
	z-index: 2
}

#cookie-notice  .notice-container .notice-text {
	display: inline-block;
	margin: 0 0 6px;
	color: #fff;
}

#cookie-notice  .notice-container .notice-button {
	padding: 5px 30px;
	text-align: center;
	display:inline-block;
	color: #fff;	
}

#cookie-notice  .notice-container .notice-button a {
	display: block;
	background-color: #333333	;
	padding: 7px 1.2em;	
}

#cookie-notice  .notice-container .notice-button a:hover {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
	color: #fff;
	opacity: 1;
	outline: none;	
}

#cookie-notice  .notice-container .notice-close {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: .5;
	padding: 10px;
	outline: 0;
	cursor: pointer;
	display: block;
	color: #fff;
}

#cookie-notice  .notice-container .notice-close:hover {
	opacity: 1
}

#cookie-notice  .notice-container .notice-close::after, #cookie-notice  .notice-container .notice-close::before {
	position: absolute;
	content: ' ';
	height: 15px;
	width: 2px;
	top: 3px;
	background-color: grey
}

#cookie-notice  .notice-container .notice-close::before {
	transform: rotate(45deg)
}

#cookie-notice  .notice-container .notice-close::after {
	transform: rotate(-45deg)
}

#main .pp-ip {
	padding: 30px 15px;
	line-height: 1.7em;
	color: rgb(30,30,30);
}

.vi-st-co .title {
	padding: 60px 15px;
}

.vi-st-co .title h3 {
	margin-top: 8px;
	font-size: 2em;
}
.vi-st-co .img-boxs {
	height: auto;
}

.vi-st-co .img-boxs .box {
	width: 26%;
	display: inline-block;
	margin-left: 1%;
}

.vi-st-co .img-boxs div.first {
	width: 46%;
	display: inline-block;
	margin-left: 0%;
}

.vi-st-co .img-boxs .box img {
	object-fit:cover;
	width: 100%;
	height: 100%;
}

.vi-st-co .desc {
	line-height: 1.7em;
	padding: 40px 0 30px 15px;
	position: relative;
}

.vi-st-co .desc .link {
	position: absolute;
	right: 15px;
	bottom: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.vi-st-co .desc .link a {
	text-decoration: underline;
}










































