@charset "utf-8";


.innerWrap{
    margin: 0 ;
    padding: 20px 20px 0;
}
header .innerWrap {
    position: relative;
}

header nav {
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    padding: 13px;
}
header nav ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
header nav ul li {
    color: #ffffff;
    margin-left: 30px;
}

.logo {
    width: 150px;
}


.maint {
    display: flex;
    position: relative;
}
.black {
    width: 600px;
    height: 200px;
    opacity: 0.7;
    margin: 0 auto;
    margin-top: 90px;
    resizeimage img { width: 75%; };
}
.maintitle {
    position: absolute;
    top:35%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: bold;
    font-size: calc(40px + 0.5vw);
    white-space: nowrap;
}





.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa-8 dd::before {
    content: "A.";
}


h1 {
    font-size: 30px;
    border-bottom: #333333 solid 2px;
    margin-bottom: 100px;
    margin-top: 50px;
    padding-bottom: 5px;
}

main {
    margin: 0 250px;
}


.denwa {
    background-color: #f9c796;
    padding: 10px 0;
    margin-top: 100px;
}

.denwa p {
    font-weight: 550;
    font-size: 20px;
    margin-left: 260px;
}




.footerImg {
    background: url(../img/footerimg.png) no-repeat right center/cover;
    height: 200px;
    position: relative;
}
.navFooter{
    margin: 0 ;
    padding: 20px 20px 0;
}
.navFooter ul li{
    color: #ffffff;
    margin-left: 30px;
}
.navFooter ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
.footerTenmei {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-top: 40px;
    margin-left: 30px;
}
.footerP {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    line-height: 20px;
    margin-left: 30px;
}
.footerC {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.otoiawase {
    width: 200px;
    position: absolute;
    bottom: 32px;
    left: 65%;
}
.snsLogo {
    width: 30px;
    margin-left: 10px;
}
.SNS {
    position: absolute;
    bottom: 10px;
    left: 70%;
}

html {
    scroll-behavior: smooth;
}