/*------------------------------*/
/* topimg_next */
/*------------------------------*/
#topimg_next{
	box-sizing:border-box;
	padding:70px 8% 0;
	height:250px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
#topimg_next h2{
	font-size:53px;
	font-weight:bold;
	color:#4f8bc2;
	line-height:1em;
	margin-bottom:10px;
}
#topimg_next h3{
	font-size:22px;
	font-weight:normal;
	color:#333;
	margin:0;
}
/*------------------------------*/
/* breadcrumb */
/*------------------------------*/
#breadcrumb{
	width:84%;
	margin:0 auto 70px;
}
#breadcrumb dl{
}
#breadcrumb dt {
    display: inline-block;
}
#breadcrumb dt a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
	position:relative;
	padding-bottom:5px;
}
#breadcrumb dt a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #96afd4;
	transition: .3s;
}
#breadcrumb dt a:hover::after{
	width: 100%;
}
#breadcrumb dt::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #CCC;
    border-right: solid 2px #CCC;
	display:inline-block;
	transform: rotate(45deg);
	margin-left:10px;
	margin-right:10px;
}
#breadcrumb dd {
    display: inline-block;
    font-size: 16px;
}
/*------------------------------*/
/* about_list */
/*------------------------------*/
.about_list{
	padding:50px 8% 50px;
	background:#f2f4f7;
	clear:both;
}
main.about_list{
	background:#FFF;
	padding:0px 8% 0px;
}
.about_list h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.about_list h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.about_list ul{
	display:flex;
	flex-wrap:wrap;
	gap:5%;
}
.about_list ul li{
	width:30%;
	margin-bottom:30px;
}
.about_list ul li .img{
	overflow:hidden;
	margin-bottom:10px;
	border-radius:20px;
}
.about_list ul li .img img{
	width:100%;
	height:auto;
	transition-duration:.5s;
}
.about_list ul li .img img:hover {
  transform: scale(1.1);
}
.about_list ul li h3{
	margin-bottom:5px;
	font-weight:bold;
	color:#333;
	font-size:16px;
	text-align:left;
}
.about_list ul li p{
	color:#333;
	font-size:14px;
	text-align:left;
}
.about_list ul li p:hover {
	text-decoration:underline;
	color:#333;
}
.about_list ul li div:link,
.about_list ul li div:visited,
.about_list ul li div:active,
.about_list ul li div:focus{
	text-decoration:none;
}

/*------------------------------*/
/* group_purpose */
/*------------------------------*/
#group_purpose{
	padding:0 8%;
}
#group_purpose > h2{
	text-align:center;
	color:#333;
	font-size:22px;
	margin-top:50px;
	letter-spacing:0.1em;
}
#group_purpose > h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
#group_purpose .purpose01,
#group_purpose .purpose04{
	height:450px;
	box-sizing:border-box;
	border-radius:20px;
	padding-left:10%;
	padding-top:10%;
}
#group_purpose .purpose01 h2,
#group_purpose .purpose04 h2{
	color:#FFF;
	font-size:22px;
	text-align:left;
	letter-spacing:0.1em;
}
#group_purpose .purpose01 h2::after,
#group_purpose .purpose04 h2::after{
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#FFF;
	margin:20px 0 30px;
}
#group_purpose .purpose01 h3{
	color: #FFF;
    font-size: 41px;
    line-height: 1.4em;
	font-family: "Noto Serif", serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#group_purpose .purpose01{
	background:url(../images/about/group_purpose01.webp) no-repeat center top;
	background-size:cover;
}
#group_purpose .purpose04{
	background:url(../images/about/group_purpose02.webp) no-repeat center top;
	background-size:cover;
	padding-top:14%;
}
#group_purpose .purpose02,
#group_purpose .purpose05{
	display:flex;
	gap:25px;
	width:842px;
	margin:-30px auto 40px;
}
#group_purpose .purpose02 li,
#group_purpose .purpose05 li{
	width:264px;
	height:264px;
	line-height:264px;
	text-align:center;
	box-sizing:border-box;
	border:2px solid #4f8bc2;
	font-size:22px;
	color:#4f8bc2;
	border-radius:50%;
	background:#FFF;
}
#group_purpose .purpose05 li{
	color:#4fc2a6;
	border:2px solid #4fc2a6;
}
#group_purpose .purpose03,
#group_purpose .purpose06{
	display:flex;
	width:70%;
	margin:0 auto 80px;
}
#group_purpose .purpose03 > dt,
#group_purpose .purpose06 > dt{
	width:30%;
	font-size:22px;
}
#group_purpose .purpose03 > dt::after,
#group_purpose .purpose06 > dt::after{
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px 0 0;
}
#group_purpose .purpose03 > dd,
#group_purpose .purpose06 > dd{
	width:70%;
	box-sizing:border-box;
}
#group_purpose .purpose03 > dd dl,
#group_purpose .purpose06 > dd dl{
	padding-left:35px;
}
#group_purpose .purpose03 > dd dl dt,
#group_purpose .purpose06 > dd dl dt{
	font-size:22px;
}
#group_purpose .purpose03 > dd dl dd,
#group_purpose .purpose06 > dd dl dd{
	font-size:18px;
	margin-bottom:35px;
}
#group_purpose .purpose03 > dd dl::before,
#group_purpose .purpose06 > dd dl::before{
	content: "";
	display:block;
	height:2px;
	width:22px;
	background:#4f8bc2;
	position:relative;
	top:20px;
	left:-35px;
}
#group_purpose .purpose06 > dt::after,
#group_purpose .purpose06 > dd dl::before{
	background:#4fc2a6;
}
/*------------------------------*/
/* top_message */
/*------------------------------*/
#top_message{
	
}
#top_message h2{
	text-align:center;
	color:#333;
	font-size:22px;
	margin-top:50px;
	letter-spacing:0.1em;
}
#top_message h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
#top_message .img{
	height:450px;
	background:url(../images/about/top_message.webp) no-repeat center top;
	background-size:cover;
	width:84%;
	margin:0 auto 30px;
	box-sizing:border-box;
	border-radius:20px;
	color: #333;
    font-size: 30px;
    line-height: 1.4em;
	font-family: "Noto Serif", serif;
	font-weight:600;
	letter-spacing:0.1em;
	padding-left:80px;
	padding-top:180px;
}
#top_message .img br.sp{
	display:none;
}
#top_message .text{
	width:72%;
	margin:0 auto 20px;
	font-size:16px;
}
#top_message .name{
	width:72%;
	margin:0 auto 20px;
	font-size:16px;
	text-align:right;
}
/*------------------------------*/
/* history */
/*------------------------------*/
#history{
	width:84%;
	margin:auto;
	padding:0 0 80px;
	overflow:hidden;
}
#history h2{
	text-align:center;
	color:#333;
	font-size:22px;
	margin-top:50px;
	letter-spacing:0.1em;
}
#history h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
ul.history_photo{
	display:flex;
	flex-wrap:wrap;
	gap:5%;
}
ul.history_photo li{
	width:30%;
	margin-bottom:30px;
}
ul.history_photo li .img{
	overflow:hidden;
	margin-bottom:10px;
	border-radius:20px;
}
ul.history_photo li .img img{
	width:100%;
	height:auto;
}
ul.history_photo li h3{
	margin-bottom:5px;
	font-weight:normal;
	color:#333;
	font-size:16px;
	text-align:left;
}
#history dl{
	margin-bottom:0;
	clear:both;
}
#history dl dt{
	width:24%;
	float:left;
	text-align:center;
	font-size:34px;
	font-weight:bold;
	color:#4f8bc2;
	line-height:1em;
	overflow:hidden;
}
#history dl dd{
	box-sizing:border-box;
	width:76%;
	float:right;
	text-align:left;
	padding-bottom:15px;
	border-left:1px solid #4f8bc2;
	padding-left:50px;
	font-size:16px;
}
#history dl dd b:before{
	content: "";
	display:block;
	height:12px;
	width:12px;
	border-radius:50%;
	background:#4f8bc2;
	float:left;
	position:relative;
	left:-72px;
	top:10px;	
}
#history dl dd:before{
	content: "";
	display:block;
	height:16px;
	width:16px;
	border-radius:50%;
	background:#4f8bc2;
	float:left;
	position:relative;
	left:-58px;
	top:8px;
	animation:blink 1s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:0.6;}
}

#history dl dd b{
	display:block;
	width:13%;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:13px;
	color:#FFF;
	background:#4f8bc2;
	border-radius:26px;
	float:left;
	text-indent: -8px;
}
#history dl dd span{
	display:inline-block;
	float:right;
	width:83%;
}
#history dl.founding dt{
	color:#c2a04f;
}
#history dl.founding dd:before{
	background:#c2a04f;
}
#history dl.founding dd b{
	background:#c2a04f;
}
#history dl.founding dd b:before{
	background:#c2a04f;	
}
/*------------------------------*/
/* business */
/*------------------------------*/
#business{
	margin:auto;
	padding:0 0 80px;
	overflow:hidden;
}
#business h2{
	text-align:center;
	color:#333;
	font-size:22px;
	margin-top:0px;
	letter-spacing:0.1em;
}
#business h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
#business img{
	width:100%;
	height:auto;
}
.business_photo {
	width:84%;
	margin:0 auto 30px;
}
#business section{
	padding:50px 8%;
}
#business section.bg{
	background:#f2f4f7;
}
#business section dl{
	display:flex;
	gap:6%
}
#business section dl dt{
	width:50%;
	border-radius:20px;
	overflow:hidden;
	order: 2;
}
#business section.bg dl dt{
	order:1;
}
#business section.bg dl dd{
	order:2;
}

#business section dl dt img{
	width:100%;
	height:auto;
	transition-duration:.5s;
	border-radius:20px;
}
#business section dl dd{
	width:44%;
}
#business section dl dd h3{
	color:#4f8bc2;
	font-size:44px;
	line-height:1.2em;
	margin-bottom:20px;
	font-weight:normal;
}
#business section dl dd p{
	font-size:16px;
	color:#333;
	margin-bottom:20px;
}
#business section dl dd ul li{
	margin-bottom:3px;
	padding-left:15px;
}

#business section dl dd ul li:before{
	content: "";
    display: block;
	background:#4f8bc2;
	width:23px;
	height:23px;
	border-radius:50%;
	float:left;
	position:relative;
	left:0;
	top:2px;
}
#business section dl dd ul li a:before{
	content: "";
    display: block;
    width:6px;
    height:6px;
    margin: 0;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	float:left;
	position:relative;
	left: -17px;
    top: 9px;
}	
#business section dl dd ul li a{
	text-decoration:none;
	color:#333;
}
#business section dl dd ul li a:hover{
	text-decoration:underline;
}
/*------------------------------*/
/* base */
/*------------------------------*/
#base{
	padding:0px 8% 50px;
	clear:both;
}
#base h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
#base h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
#base h3{
	text-align:left;
	border-bottom:1px solid #333;
	margin-bottom:20px;
	padding-bottom:20px;
	font-weight:normal;
	line-height:1em;
	color:#4f8bc2;
	font-size:34px;
	clear:both;
}
#base h3 span{
	font-size:20px;
	display:block;
}
#base dl{
	overflow:hidden;
	margin-bottom:50px;
}
#base dd{
	width:230px;
	float:right;
	margin-bottom:20px;
	margin-top:10px;
}
#base dd a{
	box-sizing:border-box;
	width:100%;
	height:55px;
	line-height:50px;
	background:#FFF url(../images/common/blank.gif) no-repeat 30px 18px;
	background-size:15px 15px;
	color:#3c4043;
	text-decoration:none;
	border-radius:55px;
	text-align:center;
	display:block;
	margin:auto;
	position: relative;
	font-size:16px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	border:2px solid #CCC;
}
#base dd a::before,
#base dd a::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
  	right:30px;
  	width: 8px;
  	height:1px;
  	border-radius: 9999px;
  	background-color:#3c4043;
  	transform-origin: calc(100% - 0px) 50%;
}
#base dd a::before {
  	transform: rotate(45deg);
}
#base dd a::after {
  	transform: rotate(-45deg);
}
#base dd a:hover{
	background:#3c4043 url(../images/common/blank.gif) no-repeat 30px 18px;
	background-size:15px 15px;
	color:#FFF;
}
#base dd a:hover::before,
#base dd a:hover::after{
	background-color:#FFF;
}
#base dt{
	clear:both;
	float:left;
	margin-bottom:20px;
	padding-left:30px;
}
/*------------------------------*/
/* group */
/*------------------------------*/
main.group_company{
	padding:0 8% 100px;
	background:none;
}
main.group_company .group_photo{
	margin-bottom:20px;
	border-radius:20px;
}
main.group_company .group_photo img{
	width:100%;
	height:auto;
	border-radius:20px;
	transition-duration:.5s;
}
main.group_company .group_photo img:hover {
  transform: scale(1.05);
}
main.group_company > h3{
	font-size:22px;
	font-weight:normal;
	color:#4f8bc2;
	margin-bottom:10px;
}
main.group_company > p{
	font-size:16px;
	margin-bottom:40px;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;

}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
    border-radius:20px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #CCC;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #CCC;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #4f8bc2;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/*------------------------------*/
/* group */
/*------------------------------*/
#sustainability{
}
#sustainability h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
#sustainability h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.sustainability_photo{
	width:84%;
	margin:0 auto 30px;
	background:url(../images/sustainability/photo01.webp) no-repeat center top;
	background-size:cover;
	height:370px;
	box-sizing:border-box;
	padding-top:120px;
	font-weight:bold;
	font-size:48px;
	text-align:center;
	color:#FFF;
	border-radius:20px;
}
.sustainability_logo{
	text-align:center;
}
.sustainability_logo img{
	width:200px;
	height:auto;
	margin-bottom:20px;
}
.sustainability_logo h3{
	font-weight:normal;
	font-size:22px;
	color:#333;
	margin-bottom:30px;
}
.sustainability_contents{
	padding:35px 18%;
}
.sustainability_contents.bg{
	background:#f2f7f3;
}
.sustainability_contents h3{
	font-size:31px;
	font-weight:normal;
	text-align:center;
}
.sustainability_contents h3::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4fc2a6;
	margin:20px auto 30px;
}
.sustainability_contents ul{
	display:flex;
	gap:2.4%;
	margin-bottom:30px;
}
.sustainability_contents ul li{
	width:48.8%;
	text-align:center;
	font-size:16px;
}
.sustainability_contents ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:20px;
}
.sustainability_contents h4{
	font-size:22px;
	font-weight:normal;
	margin-bottom:20px;
	text-align:center;
	color:#4fc2a6;
}
.sustainability_contents p{
	font-size:16px;
	text-align:center;
}
.sustainability_contents02{
	padding:35px 18%;
	background:#f2f4f7;
}
.sustainability_contents02 h3{
	font-size:31px;
	font-weight:normal;
	text-align:center;
}
.sustainability_contents02 h3::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#438ec7;
	margin:20px auto 30px;
}
.sustainability_contents02 .photo{
	background:#FFF;
	border-radius:20px;
	margin-bottom:20px;
	height:270px;
	text-align:center;
	padding:20px 0;
	box-sizing:border-box;
}
.sustainability_contents02 .photo img{
	height:230px;
	width:auto;
}
.sustainability_contents02 p{
	font-size:16px;
	margin-bottom:20px;
}
.sustainability_contents02 p.name{
	text-align:right;
	margin-bottom:20px;
}
/*------------------------------*/
/* news_list */
/*------------------------------*/
.news_list{
	padding:0px 8% 50px;
	clear:both;
}
.news_list h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.news_list h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.news_list > ul{
	display:flex;
	flex-wrap:wrap;
	gap:5%;
}
.news_list > ul li{
	width:30%;
	margin-bottom:30px;
}
.news_list > ul li .img{
	overflow:hidden;
	margin-bottom:10px;
	border-radius:20px;
}
.news_list > ul li .img img{
	width:100%;
	height:auto;
	transition-duration:.5s;
}
.news_list > ul li .img img:hover {
  transform: scale(1.1);
}
.news_list > ul li h3{
	margin-bottom:5px;
	font-weight:normal;
	color:#333;
	font-size:16px;
	text-align:left;
}
.news_list > ul li p.data{
	color:#333;
	font-size:14px;
	text-align:left;
	margin-bottom:0px;
}
.news_list > ul li a h3:hover {
	text-decoration:underline;
	color:#333;
}
.news_list > ul li a:link,
.news_list > ul li a:visited,
.news_list > ul li a:active,
.news_list > ul li a:focus{
	text-decoration:none;
}
.news_paging {
    margin-top: 30px;
}
.news_paging .page-numbers {
    display: flex;
    justify-content: center;
	gap:10px;
}
.news_paging li {
    border-radius: 5px;
    border: 1px solid #4f8bc2;
    height: 30px;
    text-align: center;
    width:30px;
    font-size: 14px;
    line-height:28px;
}
.news_paging li span.current,
.news_paging li a.current {
    background: #4f8bc2;
    color: #fff;
}
.news_paging li span,
.news_paging li a {
    color: #4f8bc2;
    display: block;
    height: 100%;
    width: 100%;
}
/*------------------------------*/
/* news_body */
/*------------------------------*/
.news_body{
	padding:0px 8% 50px;
	clear:both;
}
.news_body h2.title{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.news_body h2.title::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.news_body h3.title {
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    font-size: 28px;
    border-left: 5px solid #4f8bc2;
    font-weight: 400;
}
.news_body p img{
	width:100%;
	height:auto;
	border-radius:20px;
}
.news_body .newsbody h1,
.news_body .newsbody h2,
.news_body .newsbody h3,
.news_body .newsbody h4{
    margin-bottom: 10px;
    padding: 3px 0 3px 15px;
    font-size: 22px;
    border-left: 5px solid #4f8bc2;
    font-weight: 400;
}
/*------------------------------*/
/* contact_body */
/*------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px 30px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding:0px;
}
form#mailformpro dl dt {
	float: left;
	width: 150px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 10px 160px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(../contact/mfp.statics/images/header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-collapse: collapse;
    margin-bottom: 40px;
    width:100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th {
    background: #e0e0e0;
    border-color: #cccccc #cccccc #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
table#mfp_confirm_table tr td {
	background: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(../contact/mfp.statics/images/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 100%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 0px 0px #CCC inset;
	padding:5px;
	margin:3px;
	vertical-align: middle;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button {
	border-radius: 5px;
    border:1px solid #495443;
	background:#495443;
	color:#FFFFFF;
	font-size:16px;
	cursor: pointer;
	display:inline-block;
	width:200px;
	text-align:center;
	height:40px;
	line-height:40px;
	margin-bottom:30px;
	transition: all 0.3s linear 0s;
}
.mfp_element_reset {
	color: #FFF;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover {
	background:#f3f5fc;
	color:#434654;
	border:1px solid #434654;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	border: solid 1px #0e63b3;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background:#0e63b3;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(../contact/mfp.statics/images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}

.contact_body{
	padding:0px 8% 50px;
	clear:both;
}
.contact_body h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.contact_body h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.contact_body table{
	border-collapse: separate;
	border-spacing: 3px;
	width:100%;
	margin-bottom:50px;
}
.contact_body table th{
	width:24%;
	background:#4f8bc2;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:400;
	vertical-align:middle;
	padding:15px 20px;
}
.contact_body table td{
	background:#f2f4f7;
	font-size:16px;
	text-align:left;
	padding:15px 20px;
}
div.mfp_buttons {
    clear: both;
    padding: 10px 0px;
    text-align: center;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 49px;
    line-height: 40px;
	border-radius:49px;
    margin-bottom: 30px;
    transition: all 0.3s linear 0s;
	background:#3c4043;
	border:2px solid #3c4043;
	position: relative;
	color:#FFF;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.mfp_element_submit::before,
.mfp_element_submit::after,
.mfp_element_reset::before,
.mfp_element_reset::after,
.mfp_element_button::before,
.mfp_element_button::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
  	right:30px;
  	width: 8px;
  	height:1px;
  	border-radius: 9999px;
  	background-color:#FFF;
  	transform-origin: calc(100% - 0px) 50%;
}
.mfp_element_submit::before,
.mfp_element_reset::before,
.mfp_element_button::before {
  	transform: rotate(45deg);
}
.mfp_element_submit::after,
.mfp_element_reset::after,
.mfp_element_button::after{
  	transform: rotate(-45deg);
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover{
	background:#FFF;
	color:#3c4043;
}
.mfp_element_submit:hover::before,
.mfp_element_submit:hover::after,
.mfp_element_reset:hover::before,
.mfp_element_reset:hover::after,
.mfp_element_button:hover::before,
.mfp_element_button:hover::after{
	background-color:#3c4043;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #CCC inset;
    padding: 5px;
    margin: 3px;
    vertical-align: middle;
	background:#FFF !important;
}
/*------------------------------*/
/* privacy */
/*------------------------------*/
.privacy{
	padding:0px 8% 50px;
	clear:both;
}
.privacy h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.privacy h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.privacy h3{
	margin-bottom: 20px;
    font-size: 28px;
    border-bottom:1px solid #333;
    font-weight: 400;
	padding-bottom:10px;
}
.privacy h4{
    font-size: 22px;
    font-weight: 400;
	margin-bottom:10px;
}
.privacy p{
	margin-bottom:30px;
	font-size:16px;
}
.privacy ul{
	margin-left:20px;
	margin-bottom:30px;
}
.privacy ul li{
	margin-bottom:5px;
}
.privacy dl{
	margin-left:20px;
	margin-bottom:30px;
}
.privacy dl dd{
	margin-bottom:10px;
}
.privacy dl dd br{
	display:inline;
}
.privacy dl dt{
	font-weight:bold;
}
.privacy dl dt::before{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: -19px;
    margin-top: 8px;
    border-radius: 50%;
    background-color: #4f8bc2;
}
/*------------------------------*/
/* takahashi-k */
/*------------------------------*/
.group_head{
	padding:0 8% 50px;
}
.group_head h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.group_head h2::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px auto 30px;
}
.group_head .main_photo{
	border-radius:20px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.group_head .main_photo img{
	width:100%;
	height:auto;
	border-radius:20px;
	transition-duration:.5s;
}
.group_head .main_photo a {
	text-decoration:none;
}
.group_head .main_photo a img:hover {
	transform: scale(1.1);
}
.group_head .main_photo a::after{
	content: "プロモーション動画を見る";
	display:block;
	width:300px;
	height:300px;
	padding-top:90px;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-20vw;
	background:url(../images/group/play.webp) no-repeat center top;
	background-size:80px 80px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin-bottom:-300px;
	font-family: "Noto Sans JP", sans-serif;
	box-sizing:border-box;
}
.group_head h2{
	text-align:center;
	color:#333;
	font-size:22px;
	letter-spacing:0.1em;
}
.group_head h3{
	text-align:left;
	color:#4f8bc2;
	font-size:22px;
	font-weight:normal;
	margin-bottom:10px;
}
.group_head dl{
	display:flex;
	gap:3%;
	margin-bottom:10px;
}
.group_head dl dt{
	width:17%;
	border-radius:10px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#4f8bc2;
	color:#FFF;
	font-size:16px;
}
.group_head dl dd{
	width:80%;
	font-size:16px;
}
.contents_body{
	background:#f2f4f7;
	padding:50px 8%;
}
.contents_body h2 {
    margin-bottom: 20px;
    padding: 0px 0 0px 20px;
    font-size:53px;
    border-left: 5px solid #4f8bc2;
    font-weight:bold;
	color:#4f8bc2;
	line-height:0.9em;
}
.contents_body h2 span{
	font-size:22px;
	color:#333;
	display:block;
}
.contents_body dl{
	display:flex;
	margin-bottom:30px;
	gap:4%;
}
.contents_body dl dt{
	width:48%;
	text-align:center;
	font-size:16px;
}
.contents_body dl dt ul{
	display:flex;
	gap:4%;
	flex-wrap:wrap;
}
.contents_body dl dt ul li{
	width:48%;
	margin-bottom:10px;
}
.contents_body dl.order dt{
	order:2;
}
.contents_body dl dt img{
	width:100%;
	height:auto;
	border-radius:20px;
	margin-bottom:10px;
}
.contents_body dl dd{
	width:48%;
	text-align:left;
}
.contents_body dl dd p{
	text-align:left;
}
.contents_body dl dd h3,
.contents_body h3.title{
	text-align:left;
	color:#333;
	font-size:30px;
}
.contents_body dl dd h3::after,
.contents_body h3.title::after {
	content: "";
	display:block;
	height:2px;
	width:50px;
	background:#4f8bc2;
	margin:20px 0 30px;
}
.contents_body dl dd h5{
	margin-top:40px;
}
.contents_body dl dd h6{
	font-size:18px;
	text-align:left;
	margin-bottom:0px;
	margin-top:0px;
	color:#4f8bc2;
}
.contents_body h4{
    margin-bottom: 20px;
    font-size:22px;
    font-weight:normal;
	color:#4f8bc2;
}
.contents_body h5{
    margin-bottom:20px;
    padding: 0px 0 0px 20px;
    font-size:22px;
    border-left: 5px solid #4f8bc2;
    font-weight:bold;
	color:#333;
}
.contents_body h6{
    margin-bottom:10px;
    font-size:18px;
    font-weight:normal;
	color:#333;
	text-align:center;
}
.contents_body p{
    margin-bottom:0px;
    font-size:16px;
	color:#333;
	text-align:center;
}
.contents_body ol{
	display:flex;
	gap:2%;
	margin-bottom:30px;
}
.contents_body ol li{
	width:49%;
	margin-bottom:0;
}
.contents_body ol li ul{
	margin-bottom:0;
}
.column2{
	display:flex;
	gap:2%;
	margin-bottom:20px;
	flex-wrap:wrap;
}
.column2 li{
	width:49%;
	font-size:16px;
	text-align:center;
	margin-bottom:0px;
}
.column2 li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:20px;
	transition-duration:.5s;
}
.column3{
	display:flex;
	gap:2%;
	margin-bottom:20px;
	flex-wrap:wrap;
}
.column3 li{
	width:32%;
	font-size:16px;
	text-align:center;
	margin-bottom:0px;
}
.column3 li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:20px;
	transition-duration:.5s;
}
.column3 li p.img{
	margin-bottom:0;
}
.column3 li h3{
	margin-bottom:5px;
	font-size:18px;
}
.column3 li p.text{
	margin-bottom:20px;
	font-size:16px;
	text-align:left;
}
.column4{
	display:flex;
	gap:2%;
	margin-bottom:20px;
	flex-wrap:wrap;
}
.column4 li{
	width:23.5%;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}
.column4 li a{
	display:block;
	border-radius:20px;
	overflow:hidden;
	width:100%;
}
.column4 li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:20px;
	transition-duration:.5s;
}
.column4 li a img:hover {
	transform: scale(1.1);
}
.column5{
	display:flex;
	gap:2%;
	margin-bottom:20px;
	flex-wrap:wrap;
}
.column5 li{
	width:18.4%;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}
.column5 li a{
	display:block;
	border-radius:20px;
	overflow:hidden;
	width:100%;
}
.column5 li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:20px;
	transition-duration:.5s;
}
.column5 li a img:hover {
	transform: scale(1.1);
}
.contents_body .button,
.company_body .button{
	margin-bottom:80px;
}
.contents_body .button a,
.company_body .button a{
	width:300px;
	height:60px;
	line-height:60px;
	color:#FFF;
	text-decoration:none;
	border-radius:60px;
	text-align:center;
	display:block;
	margin:auto;
	position: relative;
	font-size:16px;
	background:#3c4043 url(../images/common/blank.gif) no-repeat 30px center;
	background-size:15px 15px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	border:2px solid #3c4043;
}
.company_body .noblank a,
.contents_body .noblank a{
	background:#3c4043;
}
.contents_body .button a::before,
.company_body .button a::before,
.contents_body .button a::after,
.company_body .button a::after{
	content: "";
	position: absolute;
	top: calc(50% - 1px);
  	right:30px;
  	width: 8px;
  	height:1px;
  	border-radius: 9999px;
  	background-color:#FFF;
  	transform-origin: calc(100% - 0px) 50%;
}
.contents_body .button a::before,
.company_body .button a::before{
  	transform: rotate(45deg);
}
.contents_body .button a::after,
.company_body .button a::after{
  	transform: rotate(-45deg);
}
.contents_body .button a:hover,
.company_body .button a:hover{
	background:#FFF url(../images/common/blank.gif) no-repeat 30px center;
	background-size:15px 15px;
	color:#3c4043;
}
.contents_body .noblank a:hover,
.company_body .noblank a:hover{
	background:#FFF;
}
.contents_body .button a:hover::before,
.company_body .button a:hover::before,
.contents_body .button a:hover::after,
.company_body .button a:hover::after{
	background-color:#3c4043;
}
.company_body{
	padding:50px 8% 0px;
}
.company_body h2 {
    margin-bottom: 20px;
    padding: 0px 0 0px 20px;
    font-size:53px;
    border-left: 5px solid #4f8bc2;
    font-weight:bold;
	color:#4f8bc2;
	line-height:0.9em;
}
.company_body h2 span{
	font-size:22px;
	color:#333;
	display:block;
}

.company_body table,
.contents_body table{
	border-collapse: separate;
	border-spacing: 3px;
	width:100%;
	margin-bottom:50px;
}
.company_body table th,
.contents_body table th{
	width:24%;
	background:#4f8bc2;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:400;
	vertical-align:middle;
	padding:15px 20px;
}
.company_body table td,
.contents_body table td{
	background:#f2f4f7;
	font-size:16px;
	text-align:left;
	padding:15px 20px;
}
.contents_body table td{
	background:#FFF;
}
.company_body table td dl{
	overflow:hidden;
	margin-bottom:0px;
}
.company_body table td dd{
	width:230px;
	float:right;
	margin-bottom:20px;
	margin-top:10px;
}
.company_body table td dd a{
	box-sizing:border-box;
	width:100%;
	height:55px;
	line-height:50px;
	background:#FFF url(../images/common/blank.gif) no-repeat 30px center;
	background-size:15px 15px;
	color:#3c4043;
	text-decoration:none;
	border-radius:55px;
	text-align:center;
	display:block;
	margin:auto;
	position: relative;
	font-size:16px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	border:2px solid #CCC;
}
.company_body table td dd a::before,
.company_body table td dd a::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
  	right:30px;
  	width: 8px;
  	height:1px;
  	border-radius: 9999px;
  	background-color:#3c4043;
  	transform-origin: calc(100% - 0px) 50%;
}
.company_body table td dd a::before {
  	transform: rotate(45deg);
}
.company_body table td dd a::after {
  	transform: rotate(-45deg);
}
.company_body table td dd a:hover{
	background:#3c4043 url(../images/common/blank.gif) no-repeat 30px 18px;
	background-size:15px 15px;
	color:#FFF;
}
.company_body table td dd a:hover::before,
.company_body table td dd a:hover::after{
	background-color:#FFF;
}
.company_body table td dt{
	clear:both;
	float:left;
	margin-bottom:20px;
}

/*------------------------------*/
/* 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.9);
  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: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
       -o-transition: -o-transform 0.3s ease;
          transition: 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%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .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;
}