@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family: "Hiragino Sans";
}

*:focus {
outline: none;
}

img {
    width:inherit\9;
    max-width:100%\9;
    height:auto;
}

html {
	overflow: auto;
	width:100%;
}

.anchor {
display: block;
padding-top: 150px;
margin-top: -150px;
}

.br_pc {
display: block;
}
.br_sp {
display: none;
}

main{
margin-top: 230px;
position: relative;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
    width: 100%;
  text-align: justify;
}
.flex{
  display: flex;
  justify-content: center;
}
.block{
display: block;
}

.flex_block{
  display: flex;
  justify-content: center;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-weight: 300;
font-size: 16px;
color: #333;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.1em;
  color: #00a9ba;
  font-size: 22px;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #333;
}

main h2{
width: 100vw;
height: 200px;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
}
main .top_box{
text-align: center;
}
main .top_box .text{
width: auto;
height: 85px;
display: inline-block;
padding: 0px 45px;
background-color: #ffffff;
box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .3);
border-radius: 12px;
position: relative;
text-align: center;
font-size: 25px;
font-weight: bolder;
line-height: 85px;
top: -41px;
margin-bottom: -41px;
}
main .text::first-letter{
color: #00a9ba;
}

ul,
div,
img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

/* 本文をメニューの高さ分下げる */
#main {
  margin-top: 60px;
}

#navi {
  background-color:hsla(0,0%,95%,0.85);
  position: fixed;
  top: 0;
  left: 0;
  height: 160px;
  width: 100%;
  z-index: 100;
  min-width: 1280px;
}
/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
float: left;
display: block;
width: 300px;
position: relative;
top: 50px;
left: 30px;
}

.upper02{
display: block;
position: relative;
right: 0;
float: right;
width: auto;
height: 60px;
clear: both;
top: -53px;
margin-bottom: 57px;
}
.upper02 a{
display: block;
position: relative;
float: left;
width: 110px;
height: 20px;
background-color: #ffffff;
color: #333;
font-size: 17px;
font-weight: 600;
text-align: center;
text-decoration: none;
padding: 5px 25px 10px 25px;
margin-top: 13px;
margin-right: 25px;
}
.upper02 a:hover{
opacity: 0.6;
}
.upper02 .form_box{
display: block;
position: relative;
float: left;
width: 450px;
height: 60px;
background-color: #ffffff;
border: 0.7px solid #00a9ba;
margin-right: 14px;
background-image: url("../images/pc/base/sarea.png");
background-repeat: no-repeat;
background-position: left 8px top 8px;
background-size: 45px;
}
.upper02 .form_box input{
display: block;
}
.upper02 .form_box #sarea01{
position: absolute;
width:85px;
height: 60px;
top: 0px;
left: 365px;
background-color: #00a9ba;
color: #ffffff;
font-size: 16px;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
z-index: 40;
display: block;
}
.upper02 .form_box #sarea02{
position: absolute;
left: 60px;
top: 26px;
border: none;
height: 30px;
width: 300px;
word-wrap: normal;
z-index: 42;
display: block;
}
.upper02 .form_box #sarea02::placeholder{
font-size: 16px;
}
.upper02 .form_box #sarea02:focus{

}
.upper02 .form_box input {
 font-size: 20px;
}

.upper02 .form_box p{
position: absolute;
font-size: 12px;
font-weight: 300;
padding: 5px 0px 0px 60px;
z-index: 43;
}

.upper01{
display: block;
position: absolute;
right: 0;
top: 90px;
float: right;
border-top: dashed 1px #776d69;
padding-left: 60px;
padding-top: 20px;
}
.upper01 ul{
margin-right: 40px;

}
.upper01 ul li{
display: inline-block;
position: relative;
}
.upper01 ul li:hover{
opacity: 0.6;
}
.upper01 ul li a{
width: auto;
height: auto;
font-weight: 600;
text-decoration: none;
font-size: 17px;
text-align: center;
padding: 0px 25px;
color: #333;
}
.menu_area .form_box_s_menu{
display: none;
}
/* 上部メニュー */
.menu_area{
position: absolute;
width: 100%;
top: 160px;
padding: 10px 0px;
background-color: #ffffff;
box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .3);
z-index: 19;
}
.menu_area .menu {
width: auto;
position: relative;
right: 0;
float: right;
padding-right: 150px;
}
.menu li :hover{
color: #00a9ba;
animation-name: fade_color;
animation-duration: 0.5s;
}
@keyframes fade_color{0%{color: #333;}100%{color: #00a9ba;}}

.menu-parent {
height: 50px;
width: 120px;
letter-spacing: -1px;
  float: left;
  font-size: 17px;
  font-weight: 200;
  white-space: nowrap;
  color: #333;
  text-align: center;
  padding: 0px 20px 0px 20px;
   position: relative;
   border-left: dashed 1px #776d69;
}
.menu-parent:last-child{
border-right: dashed 1px #776d69;
}
.menu-parent a{
  color: #333;
  text-decoration: none;
}
.menu .sin{
line-height: 50px;
}
.menu .mul{
line-height: normal;
}

/* パソコンでは V を非表示 */
.menu-parent .pd {
  display: block;
  color: #333;
  text-decoration: none;
}
/* 上部メニューの最後の項目 */
.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

.menu_area .menu .spver{
display: none;
}
.menu_area .menu .pcver{
display: block;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 620px) {
  /* スマホの際に V を表示 */
  .menu-parent .pd {
    width: 100%;
    margin: 0;
  }

  .menu_area,
  .menu {
    display: none;
  }
  .menu-parent {
  position: relative;
    height: auto;
    width: 100vw;
    padding: 5px 0px 10px 0px;
    /*border-bottom: 1px dashed #776d69;*/
    border-bottom:none;
    display: block;
    float: none;
    margin: 0px;
    left: 5%;
    text-indent: 45%;
    text-align: left;
  }
.menu-parent:last-child{
border: none;
}
.menu .sin{
line-height: 40px;
}
.menu .mul{
line-height: 40px;
}
  /*
  .menu-parent:first-child {
    border-top: 1px solid #DDD;
  }*/
  
  .menu-parent i {
    padding: 0px 6px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: -1px;
  margin-left: 17px;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 5px 16px 5px 29px;
  background-color: #FFF;
  box-shadow: 0px 3px 12px 0 rgba(0, 0, 0, .3);
  z-index: 21;
  text-align: left;
  text-indent: -17px;
}
/* パソコン用 */
@media screen and (min-width: 620px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
    animation-name: fade_menu;
animation-duration: 0.4s;
  }
  @keyframes fade_menu{0%{opacity: 0.2;}100%{opacity: 1;}}
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* スマホ用 */
@media screen and (max-width: 620px) {
#navi {
width: 100%;
height: 75px;
  background-color:hsla(0,0%,95%,1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
/* 左上ロゴ */
.menu-left {
float: left;
display: block;
width: 50%;
height: auto;
position: relative;
top: 16px;
left: 2px;
}
.sp_login{
float: left;
display: block;
width: 31%;
height: auto;
position: relative;
top: 0px;
left: 5px;
}

  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    position: relative;
      animation-name: fade;
  animation-duration: 1s;
  /* animation-iteration-count: 1; */
  border-top: none;
  }
    /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu_area {
    display: block;
    position: relative;
  background-color:hsla(0,0%,0%,0.00);
  box-shadow: none;
  height: 0;
  top: 50px;
  }
  
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
  }
  
  @keyframes fade{
  0%{opacity:0;}
  100%{opacity: 1;}
  }
  
  /* 子メニュー */
  .menu-parent .menu-child {
    position: relative;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color:hsla(0,0%,85%,0.9);
    opacity: 1;
    top: 0px;
    margin: 0px auto;
    text-indent: 10%;
    box-shadow:none;
    width: auto;
          left: 35%;
  }
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
.menu-parent .menu-child li {
width: 100vw;
display: block;
margin: 0px auto;
position: relative;
  font-size: 16px;
  /* border-bottom: 1px dashed #776d69; */
  border-bottom:1px dashed #ffffff;
  height: auto;
  line-height: 40px;
  padding: 20px 0px 0px 20px;
  font-weight: 200;
  text-indent: -20px;
left:10%;
}



  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  .angletoggle:before {
    content: "\f107";
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f106";
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/* 子メニュー */
.menu-child li {
  font-size: 14px;
  border-bottom: 1px dashed #776d69;
  height: auto;
  line-height: 20px;
  padding: 8px 2px;
  font-weight: 600;
}
.menu-child li::before{
  content: "■";
  color: #00a9ba;
  padding-right: 5px;
}

/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}
.menu-child li i {
  margin-right: 3px;
}


/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 620px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    mix-blend-mode: multiply;
  }
  #navibtn span {
    display: block;
    width: 73px;
    height: 75px;
    background-color:hsla(185,100%,36%,0.8);
  }
  
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn .menuname {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    top:53px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:12px;
    content:"";
    width: 50px;
    height: 5.5px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:13px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:25px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:40px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:29px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}


.for_seminar{
display: block;
position: fixed;
bottom: 15%;
right: 0px;
z-index: 50;
width: 375px;
height: 75px;
border-top-left-radius : 60px;
border-bottom-left-radius : 60px;
background-color: #ffef00;
background-image: url("../../images/pc/base/seminar_pc.png");
background-repeat: no-repeat;
background-position: center;
background-size: 85%;
text-decoration: none;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
}
.sp_navi{
display: none;
}

footer {
	clear: both;
	width:100%;
	margin:50px auto 0px auto;
	background-color:#00a9ba;
	display: block;
	position: relative;
	bottom: 0;
	overflow: hidden;
}
footer address {
width:100%;
height:auto;
display: inline-block;
margin:50px auto 0px auto;
text-align:center;
font-family: "Hiragino Sans";
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #ffffff;
}

footer address a{
display: block;
text-decoration: none;
}
footer address a:hover{
opacity: 0.6;
}

footer address .f_rogo{
width: 268px;
height: 55px;
display: block;
margin:20px auto;
}

footer address .f_contact{
display: inline-block;
width: 130px;
height: 40px;
padding-top: 20px;
}
footer address .f_tel{
display: inline-block;
width: 130px;
height: 40px;
padding-top: 20px;
}

footer #bottomNavi {
width: 1100px;
display: block;
padding: 30px 0px;
margin: 0px auto;
}

footer #bottomNavi .br_pc {
display: block;
}
footer #bottomNavi .bNitem {
width: 130px;
height: auto;
display: block;
float: left;
padding: 0px 13px;
}
footer #bottomNavi .bNitem ul {
margin-top: 15px;
display: block;
}

footer #bottomNavi .bNitem li {
list-style: none;
font-size: 16px;
color: #ffffff;
font-weight: 200;
margin: 0px;
padding:6px 0px;
border-bottom: 1px hsla(0,0%,100%,0.5) solid;
}
footer #bottomNavi .bNitem a{
text-decoration: none;
color: #ffffff;
font-weight: 200;
}
footer #bottomNavi .bNitem ul li ul{
display: block;
margin-top: -5px;
padding-left: 18px;
}
footer #bottomNavi .bNitem ul li ul li{
font-size: 15px;
}
footer #bottomNavi .bNitem ul li ul li:last-child{
border-bottom: none;
padding-bottom: 0px;
}
footer #bottomNavi .bNitem a:hover{
opacity: 0.6;
}

footer #copyright {
	clear: both;
	display: block;
	width: 100%;
	height: 15px;
	padding-top: 50px;
	padding-bottom:20px;
}
footer #copyright p {
	font-size:10pt;
	text-align: center;
	font-family: "Hiragino Sans";
font-weight: 100;
color: hsla(0,0%,100%,0.6);
}

/* ============================================== スマートフォン ================================================ */
@media screen and (max-width: 620px) {
*:focus {
outline: none;
}

html {
	overflow:auto;
	width:100%;
}

body {
    width:100%;
	min-width: 320px;
    overflow-x: hidden;
}
#navi {
  min-width: 320px;
}
.br_pc {
display: none;
}
.br_sp {
display: block;
}

.menu_area .menu .spver{
display: block;
}
.menu_area .menu .pcver{
display: none;
}

header .upper01,
header .upper02{
display: none;
}
.menu_area .form_box_s_menu{
display: block;
position: relative;
width: 90%;
height: 80px;
left: 5%;
background-color: #ffffff;
border: 0.7px solid #00a9ba;
float: left;
clear: both;
margin-bottom: 80px;
margin-top: 50px;
}

.menu_area .form_box_s_menu #sarea01s_menu{
background-image: url("../images/pc/base/sarea.png");
background-repeat: no-repeat;
background-size: 70%;
position: absolute;
background-position:center;
width: 25%;
height: 100%;
top: 0;
left: 0;
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
z-index: 13;
display: block;
}
.menu_area .form_box_s_menu #sarea02s_menu{
position: absolute;
top: 0;
left: 27%;
border: none;
height: 100%;
width: 70%;
word-wrap: normal;
z-index: 14;
display: block;
}
.menu_area .form_box_s_menu p{
font-size: 3.2vw;
font-weight: 300;
padding: 0px 0px 0px 0px;
position: absolute;
top: 5%;
left: 27%;
z-index: 15;
display: block;
}
.menu_area .form_box_s_menu input {
 font-size: 28px;
}
.menu_area .form_box_s_menu input::placeholder {
 font-size: 3.1vw;
}


main{
margin-top: 80px;
width:100%;
}
#breadCrumb{
color: #00a9ba;
font-size: 15px;
text-align: center;
font-weight: 300;
padding: 25px 0px;
}

main h2{
width: 100%;
height: 115px;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
}
main .top_box{
text-align: center;
width: 100%;
}
main .top_box .text{
width: 70%;
height: 90px;
padding: 0px 2%;
background-color: #ffffff;
box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .3);
border-radius: 20px;
position: relative;
text-align: center;
margin: 0px auto -41px auto;
font-size: 5.5vw;
font-weight: bolder;
line-height: 90px;
top: -41px;
}

.breadcrumb {
  margin: 0px auto;
  padding: 0;
  list-style: none;
  width: 90%;
  text-align: justify;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-weight: 300;
font-size: 15px;
color: #333;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.1em;
  color: #00a9ba;
  font-size: 20px;
}
.flex_block{
  display: block;
}
.for_seminar{
display: block;
position: fixed;
bottom: 110px;
right: 0px;
z-index: 39;
width: 165px;
height: 50px;
border-top-left-radius : 60px;
border-bottom-left-radius : 60px;
background-color: #ffef00;
background-image: url("../../images/sp/base/seminar_sp.png");
background-repeat: no-repeat;
background-position: center;
background-size: 85%;
text-decoration: none;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
}

.sp_navi{
display: block;
width: 100%;
height: 11.5%;
background-color:hsla(0,0%,89%,0.9);
position: fixed;
bottom: 0px;
right: 0px;
z-index: 49;
}
.sp_navi ul {
width: 100%;
height: 100%;
display: block;
margin: 0px auto;
padding: 0px;
clear: both;
float: left;
position: relative;
}
.sp_navi ul li{
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
position: relative;
top: 0;
float: left;
padding: 0px 1.2%;
height: 100%;
}
.sp_navi a {
display: block;
height: 100%;
text-align: center;
text-decoration: none;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
}
.sp_navi .spnavi_01{
background-image:url("../images/sp/base/fn_01.png");
width: 12%;
margin: 0px 5px 0px 2%;
}
.sp_navi .spnavi_02{
background-image:url("../images/sp/base/fn_02.png");
width: 16%;
margin-top: 1px;
}
.sp_navi .spnavi_03{
background-image:url("../images/sp/base/fn_03.png");
width: 12.5%;
}
.sp_navi .spnavi_04{
background-image:url("../images/sp/base/fn_04.png");
width: 13%;
margin-right: 7px;
}
.sp_navi .spnavi_05{
background-image:url("../images/sp/base/fn_05.png");
width: 13%;
}
.sp_navi .spnavi_06{
background-image:url("../images/sp/base/fn_06.png");
width: 12%;
}

.sp_navi .form_box_s{
display: block;
position: relative;
width: 45%;
left: 52%;
top: 10%;
height: 75%;
background-color: #ffffff;
border: 0.7px solid #00a9ba;
margin-right: 14px;
}

.sp_navi .form_box_s #sarea01s{
background-image: url("../images/pc/base/sarea.png");
background-repeat: no-repeat;
background-size: 80%;
position: absolute;
background-position:center;
width: 30%;
height: 85%;
top: 5%;
left: 0%;
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
z-index: 13;
}

.sp_navi .form_box_s #sarea02s{
position: absolute;
left: 28%;
border: none;
top: 20%;
height: 80%;
width: 70%;
word-wrap: normal;
background-color: transparent;
z-index: 14;
}
.sp_navi .form_box_s #sarea02s:focus{
background-color: #ffffff;
}
.sp_navi .form_box_s .postscript{
font-size: 2.2vw;
font-weight: 300;
padding: 0px 0px 0px 0px;
position: absolute;
top: 12%;
left: 28%;
z-index: 15;
}
.sp_navi .form_box_s .placeholde{
font-size: 3.1vw;
line-height: 4vw;
color: #d4d3d3;
font-weight: 300;
position: absolute;
top: 38%;
left: 28%;
z-index: 10;
}
.sp_navi .form_box_s input {
 font-size: 20px;
}

footer {
	clear: both;
	width:100%;
	margin:50px auto 0px auto;
	display: block;
	position: relative;
	bottom: 0;
	overflow: hidden;
    padding: 0px 0px 135px 0px;
}

footer #bottomNavi {
display: block;
width: 90%;
margin:0px auto;
}
footer #bottomNavi .br_pc {
display: none;
}
footer #bottomNavi .bNitem {
width: 90%;
height: auto;
display: block;
float: none;
padding: 0px 5px;
margin: 0px auto;
}

footer #bottomNavi .bNitem ul {
margin-top: 0px;
display: block;
}

footer #bottomNavi .bNitem li{
list-style: none;
color: #ffffff;
margin: 0px auto;
padding: 15px 0px;
}
footer #bottomNavi .bNitem ul li ul{
margin-top: -13px;
}
footer #bottomNavi .bNitem ul li ul li{
padding: 8px 0px;
}
footer #bottomNavi .bNitem ul li ul li:last-child{
border-bottom: none;
padding-bottom: 15px;
}
footer #bottomNavi .bNitem a{
text-decoration: none;
color: #ffffff;
}
footer address {
width:100%;
height:auto;
display: inline-block;
margin:20px auto 0px auto;
font-weight: 300;
font-size: 15px;
}
footer address a{
display: block;
text-decoration: none;
}
footer address .f_rogo{
width: 60%;
height: 60%;
display: block;
margin:20px auto 10px auto;
}

footer address .f_contact,
footer address .f_tel{
display: inline-block;
width: 40%;
height: 40%;
padding-top: 15px;
}


footer #copyright {
	clear: both;
	margin-top:-30px;
	padding-bottom:50px!important;
    width:100%;
}
footer #copyright p {
	font-size:8pt;
	text-align: center;
	font-style: normal;
    width:100%;
    margin:0px auto;
    font-weight: 400;
    color: hsla(0,0%,100%,0.6);
}

}