
body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
}

header {
    background-color: #C49EEA;
    height: 100px;
    display: flex;
    align-items: center; 

}

.header {
    display: flex;
    align-items: center; /* 縦位置を揃える */
    justify-content: space-between; /* 左右に配置 */
    
}

.header a img {
    display: block;
    height: 60px;
    width: 180px;
    position: relative;
    right: 150%;
    
}

a {
    text-decoration: none;
}

.contents {
    max-width: 1200px;
    margin: 0 auto;
}


.header-nav {
    display: flex;
    list-style: none;
    position: relative;
    left: 70%;
    
}

.header-nav  li a {
    margin: auto 20px;
    color: #fff;
}

li {
    list-style: none;
}


.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.detail {
    display: flex;
}

.detail-p {
    width: 48%;
    margin: 50px auto;
}

.detail-img {
    width: 50%;
}

h2 {
    margin-bottom: 50px;
}

.detail-table_1 {
    margin-bottom: 30px;
}

.detail-table_2 {
    margin-bottom: 30px;
}

th {
    padding-right: 20px;
}

.detail-tool {
    margin-bottom: 30px;
}

h3 {
    font-size: 16px;
}

h4 {
    margin-bottom: 10px;
}

ul {
    padding-left: 30px;
    margin-bottom: 30px;
    line-height: 2;
}

.detail-img {
    width: 50%;
    height: auto;
}

.detail-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

footer {
    background-color: #C49EEA;
    height: 500px;
    margin-top: 200px;
    position: relative;
}

.footer  p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 100px 0 0 0;
}

.footer-nav {
    margin-top: 50px;
}

.footer-nav  li  a{
    color: #fff;
    font-size: 18px;
}

.footer-nav li {
    margin-top: 50px;
    margin-left: 100px;
}

.footer > img {
    position: absolute;
    right: 150px;
    bottom: 100px;
    width: 300px;
}

@media screen and (max-width: 767px) {

body {
    font-size: 12px;
}


.inner {
    width: 96%;
}

header {
    height: 50px;
}

.header a img {
    display: block;
    height: auto;
    width: 100px;
    position: relative;
    right: 0%;
}

.header-nav  li a {
    font-size: 10px;
    margin: auto 10px;
}

.header-nav {
    position: relative;
    left: 5%;
}
    
.contents {
    max-width: 96%;
}

h2 {
    font-size: 20px;
}
.fv-h2_1 {
    position: relative;
    top: 0;
}

h2 span {
    font-size: 44px;
}

h1 img{
    position: relative;
    left: 45px;
    width: 55%;
}

.fv-h2_2 {
    position: relative;
    top: 20px;

}



.fv-nav {
    display: none;
}

h3,h2 {
    text-align: center;
}

.detail {
    display: flex;
    flex-direction: column;
}

.detail-p {
    width: 96%;
    text-align: center;
}

.detail-img {
    width: 98%;
}

footer {
    text-align: center;
    height: 400px;
    position: relative;
}

.sp {
    display: block;
}


.footer p {
    font-size: 16px;
    line-height: 2.5;
    padding-top: 50px;
}

.footer nav {
    text-align: center;
}

.footer-nav {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    
    
}

.footer-nav li {
    margin: 0 10px;
}

.footer-nav li a {
    font-size: 12px;
    
}

.footer img {
    max-width: 120px;
    margin-top:  100px;
    display: block;
    position: absolute;
    bottom: 50px;
}
}