@media print {
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}

  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1200px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8; /* なるべく多くのブラウザで切れないようにするため */
  }



  .skipLink {
    opacity: 0;
    position: absolute;
    top: -30px;
  }
  .sp__menu {
    display: none;
  }
  body {
    overflow-x: hidden;
    line-height: 1.8;
  }
  .spBox {
    display: none;
  }

  h2 {
    color: #006401;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 800;
    padding: 0 0 30px;
  }
  p {
    padding: 0 0 15px;
    clear: both;
  }
	
	
	
  /* header */
header {
    width: 100%;
	padding: 30px 50px;
	background: #fff;  
    z-index: 9999;
	position: relative;
	box-sizing: border-box;
  }

  .logo img {
    width: 270px;
    height: auto;
  }
	.btn__revmo a{
		display: block;
		background: url("../images/icon_arrow_blue.svg") center right 10px no-repeat;
		background-size:3.5px auto;
		position: absolute;
		width: 240px;
		padding:2px 5px;
		box-sizing: border-box;
		border: 1px solid #006401;
		color: #006401;
		text-align: center;
		border-radius: 30px;
		font-size: 1.4rem;
		text-decoration: none;
		font-weight: bold;
		top: 52px;
		left:345px;
	}
	
	.sub__nav{
		position: absolute;
		top: 55px;
		right:30px;
	}
	
	.sub__nav a{
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.4rem;
		margin: 0 0 0 20px;
		background: url("../images/icon_arrow_circle.svg") center left no-repeat;
		background-size:17px auto; 
		padding: 0 0 0 20px;
	}
	
	
	.btn__kinri a{
		position:absolute;
		top: 280px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 130px;
		height: 130px;
		padding: 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__simu a{
		position:absolute;
		top: 430px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 130px;
		height: 130px;
		padding:10px 15px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__kinri a .img,
	.btn__simu a .img{
		width: 80px;
		height: 80px;
		margin: 0 auto;
	}
	
	.btn__kinri a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
	}
	
	.btn__simu a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	

   @media all and (min-width: 769px) and (max-width: 1060px) {
	.kaishi__txt{
		color: #fff;
		padding: 5px;
		width: 160px;
		background: #006401;
		border-radius: 6px;
		position: absolute;
		top:20px;
		left: 240px;
		z-index: 990;
		text-align:center;
		font-weight: bold;
		line-height: 1.5;
		font-size: 16px;
	} 
  }	
	
	
  nav {
	max-width: 100%;  
    background: #006401;
    padding: 20px 0;
	margin: 0 auto;
	position: -webkit-sticky;
	position: sticky;
	top:0;
	z-index: 999;  
  }
  nav .nav {
    max-width: 1100px;
	padding: 0;
    margin: 0 auto;
    display: flex;
  }
  nav .nav li {
    width: 33%;
    padding: 0;
    text-align: center;
    border-left: 2px dotted #fff;
  }
	
	
   nav .nav li:last-child {
	 border-right:none;   
    border-left: 2px dotted #fff;
	 border-right: 2px dotted #fff;   
  }	
	
  nav .nav li a {
    display: block;
    width: 100%;
    padding: 2px 0;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
  }
  /* footer */
  .footNav {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 0 15px;
  }
  /* footer */
  .footNav {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 0 15px;
  }
  .footNav ul {
    max-width: 1100px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .footNav ul li {
    font-size: 1.4rem;
    border-right: 1px solid #006401;
    line-height: 1.2;
  }
  .footNav ul li:last-child {
    border-right: none;
  }
  .footNav a {
    color: #006401;
    padding: 0 15px;
    text-decoration: none;
  }
  footer {
    padding: 50px 0 30px;
    margin: 0 0 0;
    overflow: hidden;
    clear: both;
    text-align: center;
    background: #fff;
	border-top:3px solid #006401;
  }
  footer p {
    font-size: 1.4rem;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }
  .copy {
    clear: both;
    font-size: 1.2rem;
    color: #006401;
    line-height: 1.8;
    margin: 30px 0 0;
    font-weight: 100 !important;
    letter-spacing: 0.05rem;
  }
  .inner {
    max-width: 1100px;
	padding: 0 50px;
    margin: 0 auto;
  }
  .main__txt {
    margin: 100px 0 100px;
  }
  .main__txt h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    margin: 0 0 20px;
  }
  .main__txt p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
  }
  .main__img {
    text-align: center;
  }
  .sub__txt {
	max-width: 1100px;  
    margin: 0 auto 30px;
  }
  .sub__txt h2 {
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    margin: 0 0 0px;
  }
  .attention__txt {
    font-size: 1.4rem !important;
    color: #666;
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
  .attention__list {
    color: #666;
    margin: 20px 0 0;
  }
  .attention__list li {
    font-size: 1.4rem !important;
    padding-left: 1.0em;
    text-indent: -1.0em;
    margin: 0 0 5px;
  }
  .attention__list li a {
    color: #666;
  }
  .box__attention {
    border: 2px solid #e32a2a;
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 30px 0;
    display: flex;
  }
  .box__attention--icon {
    padding: 0 30px 0 0;
  }
  .box__attention--txt {
    font-size: 1.4rem;
  }
  .dan__txt {
    font-size: 1.3rem !important;
    padding-left: 2.3em;
    text-indent: -2.3em;
  }
	
  span.marker{
	background: linear-gradient(transparent 70%, #FFFF85 70%);
	font-size: 2.0rem;
	  font-weight: bold;
	}
	
  .nolink{
		pointer-events:none;
		opacity: 0.5;
	}
	
  /*

KV
-----------------------------------*/
	.kv__area{
		padding: 70px 0 0;
	}	
	.kv__area--inner{
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.kv__area--inner .logo{
		width: 40%;
	}
	
	.kv__area--inner .img{
		width: 57%;
	}
	
	.kv__area--inner .logo img,
	.kv__area--inner .img img{
		width: 100%;
		height: auto;
	}
	
	
  /*

ABOUT
-----------------------------------*/
  .grl__about {
    padding: 100px 0 100px;
  }
  .grl__about--flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .grl__about--item {
    width: 47%;
    margin: 0 1.5% 3%;
    border: 3px solid #006401;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
  }
  
  .grl__about--img img{
		width: 100%;
		height: auto;
	}	
	
  .grl__about--ttl {
    color: #006401;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .grl__about--ttl .fsS {
    font-size: 1.3rem !important;
  }
  .grl__about--item p {
    font-size: 1.6rem;
  }
  .grl__about--nav {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .grl__about--nav-item {
    width: 24%;
  }
  .grl__about--nav-item {
    display: block;
    background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
  }
  .grl__about--nav-item:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
  }
  
  	
	
	
  .grl__about--nav-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: bold;
    font-size: 1.7rem;
	flex-wrap: wrap;
  }
	
  .grl__about--nav-item div{
		font-size: 1.4rem;
		width: 100%;
		font-weight: bold;
		padding: 2px 0 0;
	}	
	
	
  .font__orenge {
    color: #F87C00;
    font-size: 2.0rem;
    font-weight: bold;
  }
	
	
	
  .grl__about--btn a {
    width: 250px;
    padding: 10px 0;
    margin: 0 0 0 -125px;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -26px;
  }
  .grl__about--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
  }
	
	
	
.btn__grl a {
    width: 400px;
    padding: 15px 0;
    margin: 50px auto 0;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    display: block;
  }	
	
	
  /*

CONTACT
-----------------------------------*/
  .contact__box {
    border: 3px solid #006401;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 50px 0 0;
    overflow: hidden;
  }
  .contact__inner {
    padding: 30px 50px 20px;
  }
  .contact__box h3 {
    color: #fff;
    background: #006401;
    text-align: center !important;
    padding: 10px 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .contact__txt01 {
    font-weight: 700;
    color: #006401;
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .contact__callbox {
    display: flex;
    justify-content: center;
  }
  .contact__callbox--tell span.phone {
    font-size: 6rem;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    color: #006401;
    line-height: 1;
    background: url("../images/icon__contact.svg") center right no-repeat;
    padding: 0 70px 0 0;
    width: 450px;
  }

  .contact__callbox--txt {
    width: 200px;
    font-size: 1.2rem;
    color: #006401;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .contact__callbox--bottom {
    border-top: 2px solid #006401;
    margin: 20px 0 0;
    padding: 15px 0 15px;
    text-align: center;
    color: #006401;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .contact__callbox--bottom span {
    font-size: 1.6rem;
    font-weight: bold;
  }	
	
	
	
	
/*

SHIZAN
-----------------------------------*/
  .grl__shizan {
    padding: 20px 0 20px;
  }
  .grl__shizan--box {
	  margin: 50px 0 0;
  }
	
  .grl__shizan--box h2{
	  border-bottom: 3px solid #006401;
	  padding: 0 0 15px;
	  margin: 0 0 30px;
	}
	
　.grl__shizan--ttl{
	 font-size: 2.0rem;
	}
  
	.grl__shizan--txt{
		text-align: center;
		margin: -10px 0 30px;
	}
	
	
	.grl__shizan--innerbox{
		border: 2px solid #006401;
		border-radius: 10px;
		overflow: hidden;
		margin: 0 0 15px;
	}
	
	.grl__shizan--innerbox h3{
		text-align: left;
		color: #fff;
		background: #006401;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	.grl__shizan--innerbox .inner__box{
		padding:20px 20px;
	}

 
/*

MOVIE
-----------------------------------*/
.green__movie{
	    margin: 60px 0 0;
		padding: 50px 0 0;
	    border-top:3px dashed #ddd;
	}
	
	.green__movie h2{
		font-size: 2.2rem;
		margin: 0 0 30px;
	}
	
	
	.green__movie--flex{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.green__movie--flex02{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	
	.green__movie--box{
		width: 31%;
	}
	
	.green__movie--area{
		width: 100%;
		border: 3px solid #006401;
	}
	
	.green__movie--area img{
		width: 100%;
		height: auto;
	}
	
	.green__movie--box p{
		text-align:left;
		font-size: 1.5rem;
		margin: 0;
	}		
	
	.green__movie--box .icon__movie{
		background:#006401;
		color: #fff;
		font-size: 1.4rem;
		width: 60px;
		padding:1px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 15px 0 5px;
	}
		
 	
/*

MODAL
-----------------------------------*/	
/* モーダルウィンドウのスタイル */
.modal {
  position:fixed;
  width:100%;
  height:100vh;
	
  top:0;
  left:0;
  display:none;
	z-index:9999;
}
 
/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background: rgba(0,0,0,0.8);
  width:100%;
  height:103vh;
  z-index:99999;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
  z-index:11;
	width:65%;
	display: block;
	padding:10px;
	background: #fff;
	margin: 0 0 0;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
	z-index: 999999;
	border-radius:6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}	
	
@media all and (min-width: 769px) and (max-width: 1290px) {
	.modal .inner {
		width:75%;
	}
	}
	
	
	.modal .inner .inner-scroll {
		overflow: auto;
		height: 100%;
		padding:0 10px 0 0;
	}
	
	.modal .inner .inner-scroll img{
		width: 100%;
		height: auto;
	}

	
	.modal .inner h2{
		margin: 0 0 10px;
		line-height: 1 !important;
		background: none;
	}
	
	
	.modal .inner h3{
		font-size:1.6rem;
		margin: 15px 0 ;
		color: #000;
	}
	

	
	
	a.modal-close-btn{
		position: absolute;
		top:-20px;
		right:-20px;
		z-index: 999999;
	}
	
	a.modal-close-btn:hover{
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	}
	
	
	.btn-modal{
		width: 200px;
		margin: 20px auto 0;
		background: #fff;
		
	}
	
	.btn-modal img{
		width: 100%;
		height: auto;
	}
	
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}	
 
	
	
  /*

KV
-----------------------------------*/
  #mainArea {
    position: relative;
  }
  /*フェードイン表示の指定*/
  .fadein {
    opacity: 0;
    animation: fadein 1.5s ease forwards;
  }
  @keyframes fadein {
    100% {
      opacity: 1;
    }
  }
	
  .fadein02 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	-webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);  
  }
  @keyframes fadein2 {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);		
    }
  }	
	
  .fadein03 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	-webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);  
  }
  @keyframes fadein2 {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);		
    }
  }		
	
	
  /*以下遅延の指定*/
  .anime__01 {
    animation-delay: 0.1s;
  }
  .anime__01--logo {
    animation-delay: 0.1s;
  }
  .anime__02 {
    animation-delay: 0.1s;
  }
  .top__logo {
    animation-delay: 0.1s;
  }
  .top__kv {
    animation-delay: 0.6s;
  }
 
  #mainArea .anime__02 {
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 100;
  }
	
  #mainArea .anime__02 .innerBox {
	max-width: 1580px;
    width: 95%;
    margin: 0 auto 60px;
    position: relative;
    padding: 0;
	display: flex;
	justify-content: space-between;
	 align-items: center; 
  }	
	
	
  #mainArea .anime__02 .innerBox .top__logo {
	  width: 40%;
	  text-align: center;
	  padding: 100px 0 0;
  }
  #mainArea .anime__02 .innerBox .top__logo img {
    width:80%;
    height: auto;
	margin: 0 0 0;
  }
  #mainArea .anime__02 .innerBox .top__kv {
    width: 60%;
  }
  
  #mainArea .anime__02 .innerBox .top__kv img{
    width: 100%;
	height: auto;
	padding: 20px 0 0;
  }	
  #mainArea .logo__box {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 15px;
    background: #fff;
    box-sizing: border-box;
    border-bottom-right-radius: 15px;
    z-index: 111;
  }
  .logo__box .logo {
    padding: 8px 0 0;
  }
  .maintxt {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
  }
  #mainArea .maintxtA {
    max-width: 1100px;
    margin: 0 auto;
  }

  .topBtn {
    position:absolute;
    top: 580px;
    right: 0;
    display: block;
    width: 54px;
    height: 54px;
    z-index: 9999;
	background:#006401; 
	border-radius:10px 0 0 10px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);   
  }
  .topBtn img {
    width: 100%;
    height: auto;
  }
  .topBtn:hover {
    opacity: 0.7;
  }
  .attentionBox {
    width: 830px;
    border: 3px solid #052572;
    color: #052572;
    padding: 20px;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    box-sizing: border-box;
  }
  .attentionBox p {
    font-size: 1.6rem;
  }
  .attentionBox-ttl {
    font-size: 2.4rem !important;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .attentionBox-ttlB {
    font-size: 2.0rem !important;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
  }
  .attentionBox a {
    color: #052572;
  }
  .attentionBoxB {
    border: 3px solid #f00;
    padding: 20px;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    box-sizing: border-box;
  }
  .attentionBoxC {
    width: 830px;
    border: 3px solid #f00;
    padding: 20px;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: left;
    font-size: 2.0rem;
    box-sizing: border-box;
    background: #fff;
  }
  .attentionBoxC p {
    color: #f00;
  }
  .attentionBoxC a {
    color: #f00;
  }
  .foot-attention {
    width: 840px;
    margin: 20px auto 0;
  }
  .rinobe-contact {
    border: 3px solid #052572;
    padding: 20px;
    color: #052572;
    margin: 30px 0 0;
  }
  .attention__list {
    color: #666;
  }
  .attention__list li {
    font-size: 1.3rem !important;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .attention__list li a {
    color: #666;
  }
  @media all and (min-width: 769px) and (max-width: 1060px) {
	nav {
		max-width: 100%;  
		background: #006401;
		padding: 20px 50px;
		margin: 0;
	  }    
	  
    .contact__inner {
      padding: 10px 50px 40px;
    }
    .contact__box {
      border: 2px solid #006401;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin: 30px 0 0;
      overflow: hidden;
    }
    .contact__box h3 {
      color: #fff;
      background: #006401;
      text-align: center !important;
      padding: 10px 0;
      font-size: 2.4rem;
    }
    .contact__txt01 {
      font-weight: 700;
      color: #006401;
      text-align: center;
      margin: 0 0 20px;
      font-size: 1.8rem;
    }
    .contact__callbox {
      display: block;
    }
    .contact__callbox--tell {
      text-align: center;
    }
    .contact__callbox--tell span.phone {
      font-size: 7rem;
      font-weight: 700;
      font-family: Arial, Helvetica, "sans-serif";
      color: #006401;
      line-height: 1;
      background: url("../images/icon__contact.svg") center right no-repeat;
      padding: 0 70px 0 40px;
      width: 450px;
      margin: 0 auto;
    }
    .contact__callbox--txt {
      width: 100%;
      font-size: 1.2rem;
      color: #006401;
      font-weight: 700;
      margin: 10px 0 0 20px;
      text-align: center;
    }
    .contact__callbox--txt br {
      display: none;
    }
    .contact__callbox--bottom {
      border-top: 2px solid #006401;
      margin: 20px 0 0;
      padding: 15px 0 0;
      text-align: center;
      color: #006401;
      font-weight: 700;
    }
    .contact__callbox--bottom span {
      font-size: 1.8rem;
      font-weight: bold;
      display: block;
    }
  }
  @media all and (min-width: 769px) and (max-width: 1100px) {
    #mainArea .anime__02 .innerBox {
      width:95%;	
	  margin: 0 auto 50px;
    }
    nav ul.top-nav li {
      text-align: center;
      vertical-align: middle;
      border-right: 1px dotted #052572;
      padding: 0 15px;
      line-height: 1.4;
    }
    nav ul.top-nav li a {
      text-decoration: none;
      font-weight: bold;
      color: #052572;
      display: block;
      font-size: 1.3rem;
    }
    .main__txt {
      margin: 0 50px 65px;
    }
    .main__txt h2 {
      text-align: center;
      font-size: 2.7rem;
      line-height: 1.6;
      letter-spacing: 0.3rem;
      margin: 80px 0 20px;
    }
    .main__txt p {
      text-align: center;
      font-size: 1.6rem;
      font-weight: 700;
    }
  }
	
	
  @media all and (min-width: 769px) and (max-width: 1000px) {
	  .sub__txt h2 {
		text-align: center;
		font-size: 2.8rem;
		line-height: 1.6;
		letter-spacing: 0.3rem;
		margin: 0 0 0px;
	  }
	  
	  .footNav ul li {
		font-size: 1.1rem;
		border-right: 1px solid #fff;
		line-height: 1.2;
	  }
	  
	  .copy {
		clear: both;
		font-size: 1.1rem;
		color: #fff;
		line-height: 1.8;
		margin: 30px 0 0;
		font-weight: 100 !important;
		letter-spacing: 0.05rem;
	  }
	  
	}
	

}