body {font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; }
main {margin-top:0; font-size:1.0rem;}

/*font*/
p {
    margin-bottom:1rem!important;
	line-height:2.2;
}

a {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
    color:#000;
    text-decoration:underline;
}
a:hover {
    color:#2F88D5;
    text-decoration:none;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: .5;
}

main img {
	width:100%;
}
hr.hr, hr {
    border-top:1px solid #2F88D5;
    padding:1rem 0 0;
    margin:3rem 0 0;
}

h1 {
	font-size:2.0rem;
}

h2 {
    position: relative;
    letter-spacing: 0.2rem;
    text-indent: 0.1em;
    width: 100%;
    left: 50%;
    margin:4rem 0 4rem -50%;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
    padding: 1rem 0;
}
h2:after {
    content: "";
    position: absolute;
    background: url(../images/bg-h2.png) no-repeat 0 1em;
    background-size: 2em;
    left: 50%;
    bottom: -3em;
    width: 4rem;
    height: 4em;
    margin-left: -1em;
}
h3 {
	font-size:1.6rem;
    position: relative;
    margin: 3em 0 1.6em;
    padding: 0 0 0 1.6em;
    line-height:1.3;
}
h3:before{
    content: "";
    position: absolute;
    background: url(../images/bg-h3.png) no-repeat top left;
    background-size: 1em;
    top: 0;
    left: 0em;
    width: 2em;
    height: 2em;
	}
h3:after {
    content:"";
    position: absolute;
    left: 50%;
    bottom: -1rem; /*下線の上下位置調整*/
    display: inline-block;
    width: 100%; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #2F88D5; /*下線の色*/
}
h3.noborder {
    font-size:1.4rem;
    position: relative;
    padding: 0rem 0 0.8rem;
}
h3.noborder:before{
    content:none;
}
h4 {
    font-size:1.2rem;
    line-height:1.8;
    text-align:center;
    color:#000;
    padding:0.4rem 0.6rem;
    margin:2rem 0 0.4rem;
}
h5 {
    font-size:1.2rem;
    margin:0 0 1rem;
}
h5::before {
    content:"■";
    color:#ff7089;
    margin-right:0.2rem;
}
br.forPC {
    display:block;
}
br.forSP {
    display:none;
}

ul li {
    list-style:none;
}
.breadcrumb {
    background:#fff;
    font-size:0.8rem;
    width:1140px;
    margin:0 auto;
}
.breadcrumb li {
    margin-right:1rem;
}
.breadcrumb li::after {
    content:"　>";
}
.breadcrumb li.active::after {
    content:none;
}
.breadcrumb li a:hover {
    color:#FF8000;
}
form {
    width:100%;
}
form .col-lg-8 {
    padding-left:0!important;
}
form table {
    border-collapse: separate;
    border-spacing: 0 1rem;
}
form table td {
    padding-left:1rem!important;
    line-height:1.8;
}
input, button, textarea, select {
  border:solid 1px #666;
  margin: 0.4rem;
}
select {
    width:70%;
}
input[type="text"],textarea {
    width:100%;
    padding:0.2rem;
}
input.half[type="text"] {
    width:42%;
}
input.number[type="text"] {
    width:4rem;
}
input[type="checkbox"] {
    width:1rem;
    height:1rem;
}
input[type="submit"], input[type="reset"], input[type="button"]{
    color:#fff;
    border:none;
    width:20rem;
    text-align:center;
    margin:1rem 0.4rem;
    font-size:1.4rem;
    background:#2F88D5;
    border-bottom: 3px solid #2F88D5;
    display:inline-block;
    padding:0.6rem 2rem;
    letter-spacing:0.4rem;
    text-indent:0.2rem;
    text-decoration:none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    text-decoration:none;
    background:#FF8000;
    color:#fff;
}
.red {
    color:#D2004F;
    font-weight:bold;
}
.large {
    font-size:1.2em;
}
.ex-small {
	font-size:0.8rem;
}
.ex-small-up {
	font-size:0.8rem;
	vertical-align: super;
}
small {
    line-height:1.2;
}
table {
    width:100%;
}
table.table-responsive {
    display:table;
}
table th {
    padding:0.4rem;
    width:25%;
}
table td {
    width:75%;
}
table th, table td {
    font-weight:normal;
}
.table-bordered {
    border-top: 2px solid #2F88D5;
    border-bottom: 2px solid #2F88D5;
    border-left:none;
    border-right:none;
}
.table-bordered tr {
    border-bottom: 1px solid #2F88D5;
}
.table-bordered tr:last-child{
    border-bottom: none;
}
.table-bordered td, .table-bordered th {
    border:none;
    padding: 1rem;
}
.table-bordered th {
    background:#e0eeec;
    color:#000;
}
.container {
    margin-bottom: 0rem;
    padding-bottom: 4rem;
}

/* 均等配置 */
.row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}
.mb-4, .my-4 {
    margin-bottom: 0.8rem!important;
}

/*グローバルナビ*/
nav.fixed-top-b {
    background:#2F88D5;
    position: fixed;
    top: 85px;
    left:50%;
    right: 50%;
    width: 100%;
    margin-left: -50%;
    z-index: 2000;
    text-align:center;
    padding:0;
}

nav.fixed-top-sub {
    background: #fff;
    text-align: center;
    padding: 0 0 1rem;
    margin-top: 80px;
}
nav.fixed-top-idx {
    z-index:9999;
    padding:1rem 0 0;
    background:#2F88D5;
    margin: 80px 0 0;
}
nav.fixed-top-idx .container,
nav.fixed-top-b .container {
    padding-bottom:1.4rem;
    margin-bottom: 0rem;
}
nav.fixed-top-idx a, nav.fixed-top-b a {
    color:#fff;
    text-align:center;
}
nav.fixed-top-b .col-md-12 {
    padding-top:1rem;
    border-top:1px solid #000;
}
nav.fixed-top-idx .col-md-3,
nav.fixed-top-sub .col-md-3 {
    padding-left:0;
    padding-right:0;
}
nav.fixed-top-b .col-md-3 span,
nav.fixed-top-idx .col-md-3 span,
nav.fixed-top-sub .col-md-3 span,
nav.fixed-top-b .col-md-15 span,
nav.fixed-top-idx .col-md-15 span,
nav.fixed-top-sub .col-md-15 span {
    display:none;
}
nav.fixed-top-b a,
nav.fixed-top-idx a,
nav.fixed-top-sub a{
    text-decoration:none;
    font-size:1.1rem;
}
.navbar-brand {
    max-width:400px;
}
.navbar-brand img{
    width:70%;
}
.navbar-nav {
    padding-top: 0rem;
}
.navbar {
    background:#2F88D5;
    padding:0.8rem 1rem;
}
.navbar p {
    font-size: 0.8rem;
    line-height:1.4;
    padding-top: 0.8rem;
}
.navbar .container {
    padding-bottom:0rem;
    margin-bottom: 0rem;
    justify-content: unset;
}
.navbar .container div {
    margin-left:auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
a.nav-link {
    text-decoration:none;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#FF8000;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: none;
}
.navbar-light .navbar-toggler-icon {
    color: #fff;
}
ul.navbar-nav {
    text-align:center;
}
ul.navbar-nav li.nav-item {
    display:inline-block;
}
.navbar-nav li {
    line-height: 1.0;
    padding-left:2rem;
}
.navbar-nav li a {
    text-decoration:none;
    padding: 1rem 1rem;
}
.navbar-nav li:hover {
    color:#2F88D5;
}
.navbar-nav li:visited, .navbar-nav li:active {
    color:#fff;
}
.navbar-collapse {
    align-items:end;
    -webkit-box-align:end;
    padding-top: 0rem;
}
.navbar-light .navbar-toggler-icon {
    background:none;
    padding-top: 0;
}
.home nav.navbar-sub {
	display:none;
}

.navbar-sub {
	flex-direction: column;
	background:#969696;
	padding-top:1.6rem;
	padding-bottom:1.6rem;
	height:2em;
}
.navbar-sub ul {
	margin:0 auto;
	list-style:none;
}
.navbar-sub ul li {
	display:inline-block;
	margin:0 2rem;
}
.navbar-sub ul li a {
	color:#fff;
    text-decoration:none;
}
.navbar-toggler {
    margin-top: 10px;
    padding:0;
}
.navbar-light .navbar-toggler {
    border-color:transparent;
    position: absolute;
    top:1rem;
    right: 1rem;
}
.navbar-light .navbar-nav .show>.nav-link {
    color:#fff;
}
.dropdown-menu {
    position: absolute;
    top: 3.4rem;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #2F88D5;
    background-clip: padding-box;
    border-radius: .25rem;
    border:none;
}
.dropdown-item {
    color:#fff;
}

/*pagetop*/
#page-top {
position: fixed;
z-index: 9999;
bottom: 60px;
right: 15px;
font-size: 25px;
background: #665e53;
text-decoration: none;
color: #fff;
padding: 6px 16px;
text-align: center;
display: block;
-moz-opacity: 0.3;
opacity: 0.3;
border-radius: 5px; 
}
#page-top a {
background: #665e53;
text-decoration: none;
color: #fff;
padding: 10px;
text-align: center;
display: block;
-moz-opacity: 0.3;
opacity: 0.3;
border-radius: 5px; 
}

/*PageJump*/
#flow {
    margin-top:-3.6rem;
    padding-top:3.6rem;
}
/*footer*/
footer {
margin-top:0rem;
padding-top:0.6rem;
background-color: #2F88D5;
font-size: 0.9rem;
}
footer a, footer p {
    color:#fff;
    text-decoration:none;
}
footer a img {
    height: 2rem;
}
footer .container {
    padding-bottom:1rem;
    margin-bottom:0;
}
footer .container .row .footermenu {
    padding:0.6rem 1rem 0.5rem;
}
footer ul {
    list-style:none;
    padding-left:0;
}
footer ul li {
    display:block;
    margin-right:0rem;
}
footer a {
    line-height: 2rem;
}
footer a:hover {
    color:#FF8000;
    text-decoration:underline;
}
.copy {
    font-size:0.8rem;
    padding:0.8rem;
}
/*button*/
.button, .button-regist {
    text-align:center;
    margin:1rem auto;
}
.button a {
    color:#fff;
    font-size:1.2rem;
    background:#2F88D5;
    display:inline-block;
    padding:0.6rem 3rem;
    border-radius:2em;
    margin-top:2rem;
    text-decoration:none;
}
.button a:hover {
    text-decoration:none;
    background:#FF8000;
}
.button a.button-shawany {
    background:#4DBBAA;
}
.button-regist a {
    background:#00a9c0;
    border:1px solid #00a9c0;
    border-radius:4px;
    display:inline-block;
    padding:0.4rem 5.3rem;
    text-decoration:none;
    color:#fff;
}
.button-regist a:hover {
    color:#00a9c0;
    text-decoration:none;
    background:#fff;
    border:1px solid #666;
}
.button-regist a::after {
    content:url("../images/ico_forward_w.png");
    margin-left:0.2rem;
}
.button-regist a:hover::after {
    content:url("../images/ico_forward.png");
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    font-size:1.2rem;
    background-color: #2F88D5;
    color: #fff;
    padding:0.6rem 3rem;
    border-radius:2em;
}
.pure-button-primary:hover, .pure-button-selected:hover, a.pure-button-primary:hover, a.pure-button-selected:hover {
    text-decoration:none;
    background:#FF8000;
}
.text-info {
    color:#212529;
}
.sugu-control-group .sugu-label {
    font-weight:normal;
}

/*index*/
.lead {
    width:95%;
    margin:0 auto;
    padding: 3rem 0 1rem;
    position: absolute;
    z-index: 900;
    top: 33%;
    left: 0;
    right: 0;
}

.lead h1 {
    color: #000;
    letter-spacing: 0.6rem;
    text-indent: 0.6rem;
    line-height: 1;
    text-shadow: 1px 1px 1px #fff, 0px 0px 6px #fff;
    font-size: 2em;
}
.lead h2 {
    border:none;
    margin-bottom:0;
	padding:1rem;
    font-size:1.6rem;
    line-height:1.8;
}
.lead h2::before, .lead h2::after {
    content:none;
}
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}
.carousel.carousel-fade .carousel-item::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0.1));
    opacity: 0.2;
    display:block
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel {
    top: 4.6rem;
}
#carousel-fade {
    position: relative;
	width: 100%;
	height: 100%;
	padding: 31.24% 0 0;
    z-index:0;
}
.carousel-inner{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-responsive-16by9::before {
    /*padding-top: 38.5%;*/
}
.bg_about {
    background:url("../images/bg_about.jpg") center center no-repeat;
    background-size:cover;
}
.bg_fig {
    background:url("../images/bg_fig.jpg") center center no-repeat;
    background-size:cover;
}
.bg_shawany {
    background:url("../images/bg_shawany.jpg") center center no-repeat;
    background-size:cover;
}
.bg_blue {
    background:#EFF8FF;
}
.welcome {
    margin: 6rem 0 0;
    padding-bottom:0;
}
.text p {
	margin-bottom:1rem!important;
}
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*hedda*/
.sub-hedda {
    margin-bottom:0;
    margin-top: 4.6em;
    position: relative;
}
.sub-hedda .lead {
    position: absolute;
    padding: 0;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sub-hedda .lead h1 {
    font-size: 1.6em;
}
.sub-hedda::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0.2;
    display:block
}
main#sub {
    padding-bottom: 6rem;
}
#hedda {
    background:none;
    padding-top: 0rem;
}

main .container .row ul {
    padding-left:0;
    padding-top: 1rem;
}

main .container .row ul li {
    margin-bottom:1rem;
    line-height:1.8;
    padding-left:1.3rem;
}

main .container .row ul li::before {
    content:"■ ";
    color:#2F88D5;
    margin-left:-1.3rem;
}
main .container .row ul.news li::before {
    content:none;
}
.forward {
    background:url("../images/forward.svg") no-repeat top center;
    background-size: auto 1.4rem;
    height:2rem;
    margin:1rem 0;
}
.service-border {
    border:1px solid #2F88D5;
    margin-bottom:2em;
    background:#fff;
}
.service-border a {
    color:#2F88D5;
}
.service-border h3 {
    margin: 1.6em 0 1.6em;
}
.service-border h3::before {
}
.service-border p {
    padding:0;
}
.service-border .col-md-6 {
    flex:0 0 50%;
    padding-right: 0px;
}
.service-border img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
abbr[data-original-title], abbr[title] {
    text-decoration: none;
}

@media screen and (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

/*col調整*/
.col-md-6 {
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
}
.col-md-4 {
    -ms-flex: 0 0 31.3%;
    flex: 0 0 31.3%;
}
/*.col-md-3 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
}*/
.slide {
    margin-top:80px;
}
}

@media screen and (max-width:1024px){
.navbar-sub ul li {
	margin:0 ;
}
.lead {
    top: 25%;
    right: 65px;
}
.embed-responsive-16by9::before {
    padding-top: 40.5%;
}
.fixed-top-b {
    top: 60px;
    }
.dropdown-item {
    text-align:center;
}
.breadcrumb {
    width:96%;
}
}
@media screen and (min-width:1024px){
    .navbar-brand {
        max-width:300px;
    }
    .slide {
        margin-top:80px;
    }
}

@media screen and (max-width: 768px) {
.carousel {
    top: 4rem;
}
h3 {
    font-size:1.1rem;    
}
main {
    padding-top: 4rem;
}
.navbar-brand img {
    width: auto;
    height: 1.6em;
}
.navbar p {
        display: none;
}
section.welcome {
    margin-top:0;
    padding-top:0;
}

.lead {
    width: 100%;
    top: 20%;
    right: 3%;
}
.lead h1 {
    font-size: 1.4rem;
}
.hedda-about {
    background-position: left 50px;
}
.embed-responsive-16by9::before {
    padding-top: 40.5%;
}
main, .bg_contact {
    background-size: 30%;
} 
footer a img {
}
.navbar-sub {
	display:none;
	}
table th, table td {
    padding:0.4rem;
    width:100%;
    display: block;
}
.table-bordered td, .table-bordered th {
    display:inline-block;
}
table th,table td {
    border-top:none!important;
}
table th {
    background:#f6f6f6;
}
form table td {
    padding-left:0!important;   
}
form .col-lg-8 {
    padding-left: 0!important;
    padding-right:0!important;
    width:100%;
}
form {
    width: 100%;
}
ul.navbar-nav {
    padding-bottom:1rem;    
}
.navbar-nav li {
    padding-left:0rem;
}
nav.fixed-top {
}
nav.fixed-top-idx .container,
nav.fixed-top-b .container {
    padding-bottom:0rem;
    margin-bottom: 0rem;
}
nav.fixed-top-b {
    position: fixed;
    top:auto;
    bottom:0;
    padding: 0;
    border-top:1px solid #000;
}
nav.fixed-top-idx,
nav.fixed-top-sub {
    position: fixed;
    top:auto;
    bottom:0;
    left:50%;
    right: 50%;
    width: 100%;
    margin-left: -50%;
    z-index: 900;
    padding: 0rem 0 0;
    border-top:1px solid #000;
}
nav.fixed-top-b .col-md-12,
nav.fixed-top-idx .col-md-12,
nav.fixed-top-sub .col-md-12 {
    padding-bottom:0;
    border-bottom:none;
    border-top:none;
}
nav.fixed-top-b .col-md-12 {
    padding-top:0;
}
nav.fixed-top-b a,
nav.fixed-top-idx a,
nav.fixed-top-sub a {
    font-size:0.7rem;
}
nav.fixed-top-b row col-md-3,
nav.fixed-top-idx row col-md-3,
nav.fixed-top-sub row col-md-3 {
    padding-right: 0;
    padding-left: 0;
}
nav.fixed-top-b .col-md-3 span,
nav.fixed-top-idx .col-md-3 span,
nav.fixed-sub-idx .col-md-3 span,
nav.fixed-top-b .col-md-15 span,
nav.fixed-top-idx .col-md-15 span,
nav.fixed-sub-idx .col-md-15 span {
    display:block;
    text-align:center;
    color:#fff;
}
nav.fixed-top-b .nav-link,
nav.fixed-top-idx .nav-link,
nav.fixed-top-sub .nav-link {
    padding:0.5rem 0!important;
}
    
textarea {
    width: 100%;
}
.slide {
    margin-top:50px;
    }
    
/*button*/
.button a {
    font-size: 1.2rem;
    padding: 1.0rem 4rem;
    margin-top: 2rem;
}
/*bnn*/
    
.footer-bnn {
    text-align:center;
}
.footer-bnn img {
    max-width:50%;
}
footer .container {
    padding-bottom: 4.6rem;
}
#page-top {
    bottom: 80px;
}
}

@media screen and (max-width: 767px) {
.service-border .col-md-6 {
    flex: 0 0 100%;
    padding-right: 0px;
    padding-left: 0px;
}
}

@media screen and (max-width: 480px) {
.breadcrumb {
    display:none;
}
.container {
    width: 96%;
    }
.text-sm-left {
   text-align:left!important;     
}
.col-md-15 {
    width: 100%;
}
main .col-md-15 {
    padding-right: 15px;
    padding-left: 15px;
    flex:unset;
}
main {
    padding-top: 0rem;
}
main.home {
        padding-top: 3rem;
}
.navbar-brand img {
    width: auto;
    height: 1.2em;
}
.navbar .container div a {
    font-size:1.1rem;
}
h1 {
    font-size: 1.6rem;
    letter-spacing: 0;
}
h2 {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    text-indent: 0;
    margin-top: 1rem;
    margin-bottom:2em;
}
h2:after {
    content: "";
    position: absolute;
    background: url(../images/bg-h2.png) no-repeat 0 2rem;
    background-size: 2rem;
    left: 50%;
    bottom: -2rem;
    width: 4rem;
    height: 4rem;
    margin-left: -1rem;
}    
br.forPC {
    display:none;
}
br.forSP {
    display:block;
}
input.half[type="text"] {
        width:94%;
    }
input.number[type="text"] {
    width:4rem;
}
.lead {
    top: 45%;
    right: 5%;
}
.lead h1 {
    font-size: 1.4rem;
    line-height: 1.0;
}
main .sub-hedda img {
    height: 5rem;
}
.carousel {
    top: 56px;
}
form {
    width: 96%;
}
form .col-lg-8 {
    padding-left: 15px!important;
}  
input[type="submit"], input[type="reset"] {
        width:80%;
    }
nav.fixed-top-b,
nav.fixed-top-idx,
nav.fixed-top-sub {
    font-size:0.5rem;
}
nav.fixed-top-b .col-sm-3,
nav.fixed-top-idx .col-sm-3,
nav.fixed-top-sub .col-sm-3{
    width:25%;
    padding:0.4rem 0 0!important;
    line-height: 1.0;
}
nav.fixed-top-b .col-sm-3 span,
nav.fixed-top-idx .col-sm-3 span,
nav.fixed-top-sub .col-sm-3 span,
nav.fixed-top-b .col-sm-15 span,
nav.fixed-top-idx .col-sm-15 span,
nav.fixed-top-sub .col-sm-15 span {
    font-size:1.6rem;
}
.lead {
    padding:0;    
}
.lead h1 {
    letter-spacing: 0;
}
.container .bnn img {
    height: auto;
    width: 80%;
}
.sub-hedda {
    margin-top: 4.1em;
}
}
