@charset "utf-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* CSS Document */

/* ハンバーガーボタン */
/*PCのスタイル*/
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	padding-left: 3%;
}
header nav ul li a{
	color: #fff;
	padding-top: 10px ;
}
#nav_toggle{
	display: none;
}

/*メニュー部分*/
@media screen and (max-width:1200px){
	.none{
		display: none;
		position: absolute;
		width: 100%;
		background: #002538;
		left: 0;
	}
	nav > h1{
		position: relative;
		z-index: 1;
	}
	header nav ul{
		display: block;
		padding-top: 50px;
		margin: 0 auto;
		width: 90%;
	}
	nav ul li a{margin: 2% 4% 5% 2% !important;}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}

}
@media screen and (max-width:1200px){	
header nav ul{padding-left: 0;}
nav ul li {width: 100% !important;}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		float: right;
		margin-right: 4%;
		width: 40px;
		height: 40px;
		position: relative;
		top: 17px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}
/* ハンバーガーCSS終了　*/

#cont-main-a > .image-pct {max-width: 80%; margin: auto;}
#cont-main-d > .image-pct {max-width: 80%; margin: auto;}
#cont-main-e > .image-pct-100 {width: 100%;}
.notes {font-size: 1.65rem; color: #A82C2E; font-weight: bold; letter-spacing: 1px;}
html, body {
	width: 100%;
	background: #b4aca4;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: rgba(255,255,255,1);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav {position: fixed; width: 100vw; padding: 0 0 1% 1%; background: #002538 !important; transition: all 0.5s ease; opacity: 0.8; z-index: 2;}
.hidden{background: none; transition: all 0.5s ease;}
section.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
a.logo{
	display: block;
    width: 233px;
    height: 51px;
 
    /* テキストを画像に置換する */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-color: #fff;
    background: url("../images/logo.svg")no-repeat 0 5px;
}
nav > h1{width: 233px; margin-right: auto; float: left;}
nav ul {display: flex;}
nav ul li {width: 20%; height: 50px;}
nav ul li a{display: block; margin: 3% 2% 5% 2%; letter-spacing: 1px; font-size: 1.35rem; text-decoration: none; color: rgba(255,255,255,1);}
nav ul li a:hover{color: #ab6333; text-decoration: underline;}
.footer-list li a:hover,.footer-copy > p > a:hover{color: #ab6333;}
nav ul li a.underline,.footer-list li a.underline,.footer-copy > p > a.underline{
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.footer-list li a.underline::after,.footer-copy > p > a.underline::after {
    background-color: #ab6333;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    // left: 0;
    position: absolute;
    transition: .4s all;
    width: 0;
  }
.footer-list li a.underline:hover::after,.footer-copy > p > a.underline:hover::after {
      width: 100%;
    }
  }
}

.to-right {
  &::after {
    left: 0;
  }
}
#line-up{
	width: 100%;
	margin-bottom: 70px;
	display: flex;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* new style */
.line-up-flex{
	width: 100%;
	text-align: -webkit-center !important;
	text-align: center;
	display: flex;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.line-up-wrap{
	width: 100%;
	position: relative;
	z-index: 1;
}
.line-up-copy{
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	margin: auto;
	width: 100%;
	position: absolute;
	font-size: 3.5rem;
	letter-spacing: 1px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.line-up-copy > p{width: 60%; margin: auto; padding: 2% 0; font-size: 24px; letter-spacing: 2px; line-height: 2.5;}
.line-up-image{
	width: 100%;
	text-align: -webkit-center !important;
	text-align: center;
	background: #000;
}
.image-block{display: inline-block; max-width: 1680px; margin-top: 485px;}
@media screen and (max-width: 1200px) {
.line-up-copy{font-size: 28px; font-weight: bold;}
.line-up-copy > p{width: 80%; margin: 3% 0; font-size: 18px; font-weight: lighter; line-height: 2.5;}
.image-block{margin-top: 545px;}
}

/*
.line-up-image img{width:45%;}
*/
.top-pct-pas{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-pas.jpg") no-repeat;
	background-size: contain;
}
.top-pct-fee{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-fee.jpg") no-repeat;
	background-size: contain;
}
.top-pct-pas2d{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-pas2d.jpg") no-repeat;
	background-size: contain;
}
.top-pct-ps2{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-ps2.jpg") no-repeat;
	background-size: contain;
}
.top-pct-alp{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-alp.jpg") no-repeat;
	background-size: contain;
}
.top-pct-pmx{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-pmx.jpg") no-repeat;
	background-size: contain;
}
.top-pct-ohp{
	float: left;
	margin: 0 5px;
	width: 230px;
	height: 60vh;
	background: url("../images/top-pct/top-pct-ohp.jpg") no-repeat;
	background-size: contain;
}
@media screen and (max-width: 1200px) {
.top-pct-pas,.top-pct-pas2d,.top-pct-fee,.top-pct-ps2,.top-pct-alp,.top-pct-pmx,.top-pct-ohp{
	width: 135px;
	height: 321px;
}
}
@media screen and (max-width: 579px) {
.line-up-copy{font-size: 24px; font-weight: bold;}
.line-up-copy > p{width: 80%; margin: 10% 0; font-size: 14px; font-weight: lighter; line-height: 2.5;}
.image-block{margin-top: 530px;}
.top-pct-pas,.top-pct-pas2d,.top-pct-fee,.top-pct-ps2,.top-pct-alp,.top-pct-pmx,.top-pct-ohp{
	width: 120px;
	height: 285px;
}
#cont-main-a > h1,#cont-main-b > h1{font-size: 2.95rem !important; font-weight: bold !important;}
#cont-main-a > p,#cont-main-a > p,#cont-main-b > p,#cont-main-c > p,#cont-main-d > p,#cont-main-e > p,#cont-main-f > p,#cont-main-g > p{
	padding: 3% 0 7% 0 !important;
	width: 90% !important;
	line-height: 2.3;
	font-size: 1.45rem !important;
	font-weight: lighter !important;}
}
@media screen and (max-width: 389px) {
.line-up-copy{font-size: 20px; font-weight: bold;}
.line-up-copy > p{width: 80%; margin: 10% 0; font-size: 14px; font-weight: lighter; line-height: 2.5;}
.image-block{margin-top: 500px;}
.top-pct-pas,.top-pct-pas2d,.top-pct-fee,.top-pct-ps2,.top-pct-alp,.top-pct-pmx,.top-pct-ohp{
	width: 115px;
	height: 270px;
}
}
/*
.top-pct{
	width: 90vw;
	height: 90vh;
	background: url("../images/top-pct.jpg") no-repeat;
	background-size: contain;
}
/* old style 
#line-up ul{overflow: hidden;}
#line-up ul li{width: 25%; float: left; margin-bottom: -4px;}
#line-up ul li img{width: 100%; margin: 0;}
*/

#main-bg-A{width: 100%; background: #002538;}
#main-bg-B{width: 100%; background: #b4aca4;}
#main-bg-C{width: 100%; background: #fff;}
section {text-align: center; font-weight: bold; font-family: "Canela Web", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif; padding-bottom: 10%;}
#cont-main-a > h1{color: #ab6333; font-size: 3.65rem; padding: 3%; font-weight: lighter;}
#cont-main-a > p{width: 75%; color: #f3f3f3; font-size: 1.65rem; padding-bottom: 3%; font-weight: lighter !important; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
#cont-main-b > h1{color: #ab6333; font-size: 3.65rem; padding: 3%; font-weight: lighter;}
#cont-main-b > p{width: 75%; color: #f3f3f3; font-size: 1.65rem; padding-bottom: 3%; font-weight: lighter !important; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
.image-round-b-1{
	display: inline-block;
	margin: 0 15px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url("../images/separation/step1.jpg");
	background-size: contain;
	font-size: 1.85rem;
	line-height: 24;
}
.image-round-b-2{
	display: inline-block;
	margin: 0 15px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url("../images/separation/step2.jpg");
	background-size: contain;
	font-size: 1.85rem;
	line-height: 24;
}
.image-round-b-3{
	display: inline-block;
	margin: 0 15px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-image: url("../images/separation/step3.jpg");
	background-size: contain;
	font-size: 1.85rem;
	line-height: 24;
}
.image-icon-b{
	display: inline-block;
	margin-bottom: 3%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: url("../images/cont-b.png");
	background-size: contain;
}
#cont-main-c > h1{color: #ab6333; font-size: 3.65rem; padding: 3%; font-weight: lighter;}
#cont-main-c > p{width: 75%; color: #f3f3f3; font-size: 1.65rem; padding-bottom: 3%; font-weight: lighter !important; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
#pct-box{width: 80%; margin: auto;}
.image-round-c-pas{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/pas.jpg") no-repeat -35px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-c-fee{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/fee.jpg") no-repeat -40px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-c-pas2d{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/pas2d.jpg") no-repeat -40px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-c-ps2{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/ps2.jpg") no-repeat -41px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-c-alp{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/alp.jpg") no-repeat -38px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-c-pmx{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/pmx.jpg") no-repeat -42px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-c-ohp{
	display: inline-block;
	margin:15px;
	width: 160px;
	height: 160px;
	border-radius: 10%;
	background: url("../images/cut/ohp.jpg") no-repeat -42px;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-icon-c{
	display: inline-block;
	margin-bottom: 3%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: url("../images/cont-c.png");
	background-size: contain;
}
#cont-main-d{margin-bottom: 50px}
#cont-main-d > h1{color: #ab6333; font-size: 3.65rem; padding: 3%; font-weight: lighter;}
#cont-main-d > p{width: 75%; color: #f3f3f3; font-size: 1.65rem; padding-bottom: 3%; font-weight: lighter !important; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
.image-icon-d{
	display: inline-block;
	margin-bottom: 3%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: url("../images/cont-d.png");
	background-size: contain;
}
#cont-main-e > h1{color: #ab6333; font-size: 3.65rem; padding: 3%; font-weight: lighter;}
#cont-main-e > p{width: 75%; color: #f3f3f3; font-size: 1.65rem; padding-bottom: 2%; font-weight: lighter !important; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
.image-round-e-1{
	display: inline-block;
	margin:15px;
	width: 430px;
	height: 300px;
	background: url("../images/cont-E-01.jpg") no-repeat;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
.image-round-e-2{
	display: inline-block;
	margin:15px;
	width: 430px;
	height: 300px;
	background: url("../images/cont-E-02.jpg") no-repeat;
	background-size: cover;
	font-size: 1.35rem;
	line-height: 27;
}
@media screen and (max-width: 460px) {
.image-round-e-1,.image-round-e-2{
	width: 80%;
	height: 180px;
}
}
#cont-main-f{width: 100%; max-width: 11880px; margin-bottom: 50px; background-image: url("../images/house.jpg"); background-size: cover;}
#cont-main-f > h1{color: #ab6333; font-size: 3.65rem; padding: 3%; font-weight: lighter;}
#cont-main-f > p{width: 50%; color: #f3f3f3; font-size: 1.65rem; padding-bottom: 2%; font-weight: lighter !important; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
#cont-main-g > h1{color: #ab6333; font-size: 2.85rem; font-weight: bold; padding: 3%; font-weight: lighter;}
#cont-main-g > p{width: 75%; color: #ab6333; font-size: 1.65rem; padding: 10% 0 12% 0; letter-spacing: 1px; margin: 0 auto; text-align: left; line-height: 2.5;}
.wrap-g{overflow: hidden;}
.image-round-g > h2{font-size: 1.8rem; font-weight: bold; margin-bottom: 3%;  padding: 3%; border-bottom: 1px solid #ab6333;}
.image-round-g > p{text-align: left; font-size: 1.65rem; letter-spacing: 1px; line-height: 2;}
.image-round-g{
	display: inline-block;
	margin: 0 15px 5% 15px;
	vertical-align: text-top;
	width: 25%;
	font-size: 1.35rem;
	font-weight: lighter;
	color: #ab6333;
}
@media screen and (max-width: 720px) {
	nav h1{font-size: 1.75rem;}
	nav ul li a{font-size: 1.5rem;}
}
@media screen and (max-width: 1180px) {
    .image-round-g{ width: 75%;}
}
#cont-main-h > h1{color: #ab6333; font-size: 2.25rem; font-weight: bold; padding: 3%;}
#cont-main-h > h2{color: #ab6333; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; font-size: 1.5rem; padding: 3%;}
#cont-main-h > p{
	width: 75%;
	color: #ab6333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2rem;
	font-weight: lighter;
	padding-bottom: 3%;
	letter-spacing: 1px;
	margin: 0 auto;
}
.unit-flex{
	width: 100%;
	text-align: -webkit-center !important;
	text-align: center;
	display: flex;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.unit-wrap{
	width: 50%;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 884px) {
.unit-wrap{
	width: 100%;
}
.back-border {
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}
}
.unit-wrap-100{
	width: 100%;
	position: relative;
	z-index: 1;
}
a.buy1{
	display: block;
	width: 150px;
	background: #002538;
	padding: 0.5% 2%;
	margin: 95px auto;
	margin-bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
}
a.buy1-1{
	display: block;
	width: 150px;
	background: #002538;
	padding: 0.5% 2%;
	margin: 87px auto;
	margin-bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
}
a.buy3k{
	display: block;
	width: 150px;
	background: #002538;
	padding: 0.5% 2%;
	margin: 135px auto;
	margin-bottom: 0px;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 1.3rem;
	color: #fff;
	text-decoration: none;
}
.unit-copy{
	
}
.unit-copy > h3{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2% 0 0 0;
	width: 48%;
	position: absolute;
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.unit-copy-100 > h3{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 1% 0 0 0;
	width: 98%;
	position: absolute;
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.unit-image{
	padding: 155px 0 30px 0;
	width: 100%;
	background: #E9E9E9;
}
.front-border {
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}
.back-border {
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	 -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}
.item-pas{
	width: 300px;
	height: 300px;
	background: url("../images/item/pasture_premium.jpg") no-repeat 15px;
	background-size: contain;
}
.item-fee{
	width: 300px;
	height: 300px;
	background: url("../images/item/pasture_premium_feel.jpg") no-repeat 15px;
	background-size: contain;
}
.item-pas2d{
	width: 300px;
	height: 300px;
	background: url("../images/item/pasture_premium_2nd.jpg") no-repeat 15px;
	background-size: contain;
}
.item-ps2{
	width: 300px;
	height: 300px;
	background: url("../images/item/premium_short_2nd.jpg") no-repeat 15px;
	background-size: contain;
}
.item-alp{
	width: 300px;
	height: 300px;
	background: url("../images/item/alpha_premium.jpg") no-repeat 15px;
	background-size: contain;
}
.item-pmx{
	width: 300px;
	height: 300px;
	background: url("../images/item/premium_mix.jpg") no-repeat 15px;
	background-size: contain;
}
.item-ohp{
	width: 300px;
	height: 300px;
	background: url("../images/item/oat_hay_premium.jpg") no-repeat 15px;
	background-size: contain;
}
footer{width: 100%; overflow: hidden; background: #fff;}
footer > .footer-wrap{width: 75%; color: #888; font-size: 1.25rem; letter-spacing: 1px; margin: 0 auto; text-align: left;}
p.footer-list-text{padding: 0 1%}
.footer-text > h1{padding: 0 !important;}
.footer-text > h2,h2.footer-title{padding: 2% 0 0.5% 0;}
.footer-title{text-align: left; content: "";}
.footer-list ul{
	display: flex;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-list li{padding: 1%;}
.footer-list li a{display: block; text-decoration: none; color: #666;}
address{border-top: 1px solid #888; border-bottom: 1px solid #888; padding: 0.5% 0; text-align: center;}
address > a{text-decoration: none;}
.footer-copy > p{padding: 2% 0;}
.copyright{margin-right: 1%}
.footer-copy > p > a{padding: 0 0.5%; text-decoration: none; color: #666;}
