@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
japan-izm.com
------------------------------------------------------------------------------ */

/*Font Size List ----------------------------------------------------------------
8px = 62%
9px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
p {
font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
/* LinkColor */
a:link {
color: #444444;
  text-decoration: none;
}
a:visited {
color: #444444;
  
}
a:hover {
/* color: #444444; */
 opacity: .5; 
}
a:focus {
color: #444444;
}
a:active {
color: #718bbb;
}
/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}
/* RoundBox */
.roundBox {
width: 500px;
background: url(none) repeat-y left top;
}
.roundCap {
font-size: 0%;
line-height: 0;
}
/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/*button打ち消し*/
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
width: 100%;
}
/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */

/* PC・SP共通 ----------------------------------------------------------------------------------  */
#wrap {
color: #555555;
background: #f8f8f8;
box-sizing: border-box;
overflow: hidden;
}
header {
padding: 20px 0px 0; 
margin: 0px auto;
width: 95%;
max-width: 1100px;
position: relative;
}
h2 {
  height: 180px;
  color: #ffffff;
  text-align: center;
    display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 30px;
}
h2 p {
  padding-top: 5px; 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .5rem;
  margin-right: -0.5rem;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(51, 174, 157, 0.5));
  filter: drop-shadow(0px 0px 3px rgba(35, 120, 108, 0.6));
  margin: 0 auto;
  
  display: block;
}
h2 span {
  display: inline-block;
  font-size: .375em;
  position: relative;
  letter-spacing: initial;
  margin-right: 0.5rem;
}
h2 span:before {
  content: "";
position: absolute;
z-index: 1;
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #ffffff;
top: 0;
left: -40px;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
h2 span:after {
  content: "";
position: absolute;
z-index: 1;
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #ffffff;
top: 0;
right: -40px;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}

footer {
background: #2d2d2d;
padding-top: 75px;
padding-bottom: 10px;
color: #ffffff;
font-size: .88rem;
}
footer a:visited{
  text-decoration: none;
  color: #ffffff;
}
footer a:link{
  text-decoration: none;
  color: #ffffff;
}
.fCont {
margin: 0px auto;
max-width: 1000px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        /*! -webkit-flex-direction: column; */
            /*! -ms-flex-direction: column; */
            /*! flex-direction: column; */
padding-left: 4.5%;
padding-right: 4.5%;
}
.fBnrWrap {
/* border-bottom: solid 2px #d9dbdb; */
}
.fBnr {
/*! margin: 0px auto; */
width: 100%;
}
.fDatLogo {
margin-bottom: 5%;
text-align: left;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.5rem;
}
.fSns {
text-align: center;
width: 100%;
margin-bottom: 20px;

}
.fSns img:nth-of-type(1){
margin-right: 10px;
}
.fCopy {
text-align: center;
width: 100%;
font-size: .75rem;
}

/* 下層ページ共通 ----------------*/
.content {
margin: 0px auto;
width: 100%;
/*! max-width: 1100px; */
padding: 0 auto;
padding-bottom: 50px;
background: #ffffff;
}
.conBox {
/* margin: 0px auto; */
width: 100%;
background: #ffffff;
padding: 4.5%;
/*! margin-bottom: 75px; */
box-sizing: border-box;
}

.conBox2 {
/*! margin: 0px auto; */
/*! max-width: 1000px; */
/* background: #ffffff; */
padding: 4.5% 4.5% 10px;
/*! margin-bottom: 75px; */
box-sizing:   border-box;
width: 100%;
background: #f8f8f8;
}


.tit {
width: 100%;
text-align: center;
background: #ffffff;
font-weight: bold;
font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
padding-top: 0.5%;
}
.tit span {
display: block;
font-size: 46%;
font-weight: normal;
}
.mTit {
font-weight: bold;
font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
position: relative;
text-align: left;
color: #30adb5;
}
.mTit span {
position: relative;
z-index: 2;
display: inline-block;
margin: 0 1em 0 0;
padding: 0 0 0 .5rem;
/*! background-color: #f8f8f8; */
text-align: left;
left: 10%;
}
.mTit::before {
position: absolute;
z-index: 1;
content: '';
display: block;
width: 10%;
height: 5px;
background-color: #30adb5;
top: 0;
left: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
.sTit {
font-weight: bold;
font-size: 1.5rem;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 0;
/*! border-left: 3px solid #ccc; */
color: #6cc3a1;
}

.pankuzuLis {
padding: 10px 0 0;
margin: 0px auto;
width: 95%;
max-width: 1000px;
font-size: .875rem;
/*! height: 40px; */
box-sizing: border-box;
/*! overflow-x: hidden; */
}
.pankuzuLis li {
font-size: .875rem;
float: left;
margin-right: 15px;
display: inline-block;
line-height: 1.5;
}
.pankuzuLis li a {
color: #666666;
}
.pankuzuLis li a:hover {
text-decoration: none;
}
.submenu{
  text-align: center;
  border-top:solid 1px #f5f5f4;
  border-bottom:solid 1px #f5f5f4;
  padding: 40px 20px;
  max-width: 1100px;
  margin: 10px auto 30px;
  box-sizing: border-box;
  font-size: 1rem;
  height: 100px;
  line-height: 16px;

}.submenu:last-child{
  height: 180px;
}
.submenu a{
margin: 0 20px 15px; 
position: relative;
display: inline-block;
}
.submenu a:after{
content: "";
position: absolute;
right: -20px;
top: 2px;
width: 1px;
height: 12px;
background-color: #565656;
}
.submenu a:nth-last-child(1):after{
  content: none;
}
.submenu:nth-last-child(1) a:nth-last-child(2):after{
  content: none;
}
.txt {
font-size: 1rem;
line-height: 1.875rem;
}

.contactBtn {
  background: -webkit-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: -o-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: linear-gradient(-135deg, #6cc3a1, #83d0c5);
  width: 530px;
  height: 60px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #ffffff;
}
.contactBtn:hover {
  background: #ffffff;
  border: solid 2px #30adb5;  
}
.contactBtn>a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0;
}
.contactBtn a:hover {
  opacity: 1;
  color: #30adb5;
}
.contactBtn>a>span {
  font-weight: bolder;
  position: absolute;
  right: 20px;
}

/* 下層のフッターボタン */
.lowFooNav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
margin-top: -20px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
width: 95%;
max-width: 1000px;
}
.lowFooNav li {
font-size: 123%;
font-weight: bold;
margin-bottom: 3%;
text-align: center;
}
.lowFooNav li + li {
margin-left: 0.3%;
}
.lowFooNav a {
background: #dddddd;
box-sizing: border-box;
color: #555555;
padding: 15px;
display: inline-block;
text-decoration: none;
width: 100%;
}
.lowFooNav a:hover {
background: #d6d9df;
color: #718bbb;
transition: 0.6s;
}
.lowFooNav a:on {
background: #d6d9df;
color: #718bbb;
}

/* 下層の電話・お問い合わせ */
.lowConBtn {
text-align: center;
border: solid 2px #cccccc;
margin: 0px auto;
padding:  2% 5%;
}
.lowConBtnTxt {
font-weight: bold;
}
.lowConBtn dd {
width: 45%;
margin-right: 3%;
}
.lowConBtn dd:last-child {
margin-right: 0px;
}
.lowConBtn dd a {
display: block;
font-size: 146.5%;
font-weight: bold;
font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
text-decoration: none;
color: #ffffff;
background: #859ecd;
padding: 7px 0px;
}
dd.lowConBtnTel a {
background: #cccccc;
color: #555555;
}
dd.lowConBtnTel span {
font-weight: normal;
font-size: 90%;
}

/* PC ----------------------------------------------------------------------------------  */
@media screen and (min-width: 920px) {
.pc {
display: block;
}
.sp {
display: none;
}


  
  
.fBnrWrap {
margin-bottom: 2%;
margin: 30px 0;
}
.fBnr {
/*! width: 95%; */
max-width: 910px;
}
.fBnr img {
max-width: 100%;
height: auto;
}
.fBnr li {
/*! width: 410px; */
margin-right: 20px;
/*! margin-left: auto; */
margin-bottom: 3%;
display: inline-block;
}
.fBnr li:nth-of-type(3) {
margin-right: 0px;
}
.fData {
/*! float: left; */
margin-bottom: 2%;
width: 50%;
/*  -webkit-box-flex: 1;
      -ms-flex: 1;*/
          flex: 1;
}
.fDatLogo img {
width: 368px;
height: auto;
}
.pagetop {
/*! width: 110px; */
text-align: center;
margin-bottom: 5%;
/*! float: right; */
position: absolute;
bottom: 0;
right: 0;
}
.pagetop a {
display: block;
/*! border: solid 2px #ffffff; */
padding-bottom: 8px;
box-sizing: border-box;
}
.pagetop a:hover {
transition: 0.6s;
opacity: 0.6;
filter: alpha(opacity=60);
}
.fNav {
/*! float: right; */
height: 380px;
position: relative;
width: 50%;
/*  -webkit-box-flex: 1;
      -ms-flex: 1;*/
          flex: 1;
}
.fNavLis {
width: auto;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   -webkit-box-pack: end;
       -ms-flex-pack:  end;
           justify-content: flex-end;
}
.fNavLis li {
/*! float: left; */
width: 50%;
margin: 0 auto 25px;
min-width: 230px;
display: inline-block;
}
  
.fNavLis a {
padding: 0;
margin-bottom: 10px;
text-decoration: none;
color: #666666;
display: inline-block;
margin-left: 1rem;  
}
.fNavLis li:nth-of-type(odd) {
width: 35%;
}
  
.fNavLis li a:nth-of-type(1) {
  margin-bottom: 20px;
  margin-left: 0px;  
}
  
.fNavLis a:hover {
text-decoration: underline;
}


/* PC・下層ページ共通 ----------------*/
.tit,
.mTit {
padding: 20px 0%;
}
.tit {
font-size: 182%;
}
.mTit {
font-size: 3rem;
width: 95%;
max-width: 1100px;
margin: 0 auto;
}
.lowFooNav li {
width: 19%;
min-width: 190px;
}

/* 下層の電話・お問い合わせ */
.lowConBtn {
width: 69%;
}
.lowConBtnTxt {
margin-bottom: 5px;
}
.lowConBtn dd {
float: left;
width: 48.5%;
}
dd.lowConBtnTel a {
pointer-events: none;
}
.lowConBtn dd a:hover {
transition: 0.6s;
opacity: 0.6;
filter: alpha(opacity=60);
}
}
/*pcヘッダーメニュー用*************************************************************/
@media screen and (min-width:1200px) {
  nav {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: .88rem;
  }
.gNav {
width: 750px;
margin-bottom: 25px;
display: table;
}
.gNav li {
/*! width: 167px; */
text-align: center;
display: table-cell;
position: relative;
border-collapse: separate;
border-spacing: 10px 0px;
/*! transition: 0.6s; */
}
.gNav li:after {
position: absolute;
left: 0px;
top: 13px;
content: '';
width: 1px;
height: 18px;
background-color: #000000;
}
/* .gNav li:nth-child(4)::before {
position: absolute;
right: 0px;
top: 8px;
content: '';
width: 2px;
height: 30px;
background-color: #ffffff;
} */
.gNav a {
background: center;
display: block;
margin-right: 10px;
margin-left: 10px;
padding: 10px 0px;
/*! transition: 0.6s; */
}

.gNavChild {
display: none;
position: absolute;
top: 55px;
left: 0px;
width: calc(100% - 20px);
z-index: 10000;
}
.gNavChild a {
border-bottom: 2px solid rgba(255, 255, 255, 0.8);
box-sizing: border-box;
color: #555555;
display: inline-block;
font-size: 110%;
font-weight: bold;
padding: 13px 20px;
background: rgba(230, 230, 230, 0.8);
text-decoration: none;
transition: 0.6s;
width: 100%;
}
.gNavChild p:last-child a {
border-bottom: none;
box-sizing: border-box;
width: 100%;
}
.gNavChild a:hover  {
background: #d6d9df;
color: #718bbb;
transition: 0.6s;
}
#navToggle{
  display: none;
}
/*ロールオーバー*/
.gNav li > a {
background-color: transparent;
/*! transition: 0.6s; */
}

.gNav li > a:hover img {
background-color: transparent;
opacity: 0;
transition: 0.2s;
}
.gNav li > a img {
opacity: 1;
transition: 0.3s;
}




.gNav li:hover .gNavChild {
display: block;
}
/*ロールオーバー ここまで*/

.gNav li:nth-child(5),
.gNav li:nth-child(6) {
/*! margin-right: 0px; */
}
.gNav li:nth-child(5) a,
.gNav li:nth-child(6) a{
margin-left:  0px;
}
.gNav li:nth-child(5)::after,
.gNav li:nth-child(6)::after {
content: none;
}
li.hTel,
li.hContact {
/*! position: absolute; */
border: none;
font-weight: bold;
white-space: nowrap;
}
li.hTel {
top: 20px;
right: 250px;
color: #555555;
background: #dddddd;
font-size: 131%;
}
li.hTel span {
font-size: 85%;
}
li.hTel a {
pointer-events:none;
text-decoration: none;
padding: 5px 0px;
}
li.hContact {
/*! top: 20px; */
/*! right: -10px; */
width: 167px;
}
li.hContact a {
color: #ffffff;
  background: -webkit-gradient(linear, left, right, from(#48bba5), to(#30adb5));
  background: -webkit-linear-gradient(#48bba5, #30adb5);
  background: -o-linear-gradient(#48bba5, #30adb5);
  background: linear-gradient(#48bba5, #30adb5);
font-size: .88rem;
padding: 5px 50px;
text-decoration: none;
  margin-right: 0px;
margin-left: 0px;
    box-sizing: border-box;
  border: solid 2px rgba(0,0,0,0);
}
li.hContact a:hover {
opacity: 1;
  background: #ffffff;
  border: solid 2px #6ac3a0;
  color:  #6ac3a0;

}
.hLogo {
margin-bottom: 20px;
width: 371px;
}
.hLogo img {
width: 371px;
}
}
/*spヘッダーメニュー用*************************************************************/


@media screen and (max-width:1200px) {
  
.conBox {
margin-bottom: 45px;
}
  
header {
padding: 0px 0px 0; 
margin: 5px auto 20px 0;
width: 95%;
position: relative;
height: 60px;
}
.hLogo {
vertical-align: middle;
height: 60px;

line-height: 70px;
}
.hLogo img {
width: 83%;
max-width: 371px;
vertical-align: middle;
}
.navBtnTxt {
display: block;
margin-top: 31px;
width: 35px;
height: auto;
}

#navToggle {
display: block;
position: fixed;
right: 10px;
top: 15px;
width: 34px;
height: 24px;
cursor: pointer;
z-index: 9999;
padding: 12px 8px;
}
#navToggle button {
display: block;
position: relative;
}
#navToggle span {
display: block;
position: absolute;
width: 100%;
border-bottom: solid 4px #6ac3a0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:12px}
#navToggle span:nth-child(3) {top:24px}
nav {
position: fixed;
right: 0;
top: -850px;
background-color: rgba(255,255,255,0.9);
width: 100%;
padding-top: 50px;
padding-left: 0;
padding-bottom: 0;
padding-right: 0;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
text-align: left;
z-index: 9998;
box-sizing: border-box;
border-bottom: solid 4px #e6e6e6;
font-size:1rem;
}
.openNav #navToggle span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
header.openNav nav {
-moz-transform: translateY(850px);
-webkit-transform: translateY(850px);
transform: translateY(850px);
  -webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
nav .gNav li {
border-bottom: solid #cccccc 2px;
position: relative;
}
nav .gNav li:nth-of-type(4) {
border-bottom: none;
}
nav ul li:last-of-type {
border-bottom: none;
}
nav ul li a {
display: block;
padding: 20px;
text-align: center;
}
.gNav li span.sp {
display: inline-block;
}
.gNav li span.pc {
display: none;
}
.gNav img {
width: auto;
height: 28px;
}

.gNavChild {
display: none;
}

.gNav li:nth-child(5),
.gNav li:nth-child(6) {
border: none;
margin: 6%;
}
li.hTel,
li.hContact {
font-weight: bold;
border: none;
}
li.hTel {
color: #555555;
background: #dddddd;
font-size: 131%;
}
li.hTel a {
text-decoration: none;
padding: 3% 1%;
}
li.hContact a {
color: #ffffff;
background: #6ac3a0;
font-size: 123.1%;
text-decoration: none;
padding: 3% 1%;
}
 
  
}
/* スマートフォン ------------------------------------------------------------------------- */
@media screen and (max-width:920px) {
.pc {
display: none;
}
.sp {
display: block;
}
.mTit>span {
margin: 0 .2em 0 0;
box-sizing: border-box;
width: 90%;
line-height: 1.2;
}

footer {
padding-right: 7%;
padding-left: 7%;
padding-top: 30px;
}
.fCont {
text-align: center;
display: block;
}
.fBnrWrap {
margin-bottom: 5px;
margin-top: 10px;
  text-align: left;
}
.fBnr li {
padding-bottom: 7%;
display: inline-block;
}
.fBnr img {
width: 100%;
height: auto;
max-width: 137px;
}
.fData {
margin-bottom: 5%;
width: 100%;
}
.fDatLogo img {
width: 90%;
height: auto;
}
.fDatAdd {
text-align: left;
}
.fCopy img{
width: 100%;
height: auto;
}
.pagetop {
margin-bottom: 5%;
position: relative;
display: none;
}
.pagetop a {
display: block;
/*! border: solid 2px #ffffff; */
padding: 30px 15px;
box-sizing: border-box;
position: absolute;
right: 0;
top: -100px;
}
.pagetop img {
width: 100%;
height: auto;
vertical-align: middle;
max-width: 70px;
}

/* SP・下層ページ共通 ----------------*/
.tit,
.mTit {
padding: 5% 0%;
}
.tit {
font-size: 155%;
}
.mTit {
font-size: 1.75rem;
}
.sTit {
font-size: 1.25rem;
}
.lowFooNav li {
width: 48%;
}

/* 下層の申込みボタン */
.contactBtn {
width: 100%;
height: 60px;
}   
.contactBtn a {
margin: 0!important;
position: relative;
display: inline-block;
}

/* 下層の電話・お問い合わせ */
.lowConBtn {
width: 100%;
padding: 15px;
box-sizing: border-box;
}
.lowConBtnTxt {
margin-bottom: 15px;
}
.lowConBtn dd {
width: 100%;
margin-bottom: 15px;
}
}
/* スマートフォン 02------------------------------------------------------------------------- */
@media screen and (max-width:769px) {
.submenu a{
  margin: 10px 20px; 
  position: relative;
  display: inline-block;
}
.submenu a:after{
  content: none; 
}
.submenu{
  height: initial;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  
}
  
/* 下層のフッターボタン */
.lowFooNav {
width: 100%;
}
.lowFooNav li {
width: 95%;
margin-right: auto;
margin-left: auto;
margin-bottom: 3.5%;
}
.lowFooNav li + li {
margin-right: auto;
margin-left: auto;
}

}