@charset "utf-8";

.cntadj1 {
    padding-bottom: 0;
}
.img1box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img1box ul li:nth-child(1) {
    position: relative;
    width: 60%;
}
.img1box ul li:nth-child(1) span {
    position: absolute;
    width: 100px;
    line-height: 0;
    right: 10px;
    bottom: 10px;
}
.img1box ul li:nth-child(2) {
    width: 35%;
}

.img1copy h2 {
    font-family: "Marcellus", sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5em;
}
.img1copy h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.7;
}

.kitbox1 {

}
.kitbox1 img {
    width: 100%;
}
.kitbox1 p {
    line-height: 1.5;
    font-size: 0.92em;
}
.kitbox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.kitbox1 ul li h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.kitbox1 ul li {
    width: 47%;
    margin-bottom: 4em;
}
.hs1box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hs1a {
    width: 42.5%;
}
.hs1b {
    width: 52.5%;
}

.hs2box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hs2a {
    width: 43.5%;
}
.hs2b {
    width: 51.5%;
}

.kwaku {
    border: 1px solid #c9bba4;
}
.kwaku img {
    width: 100%;
}
.kwaku h3 {
    background-color: #c9bba4;
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1;
    padding: 0.8em 0;
}
.kwaku ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 3em;
}
.kwaku ul li:first-child {
    width: 40%;
}
.kwaku ul li:last-child {
    width: 55%;
}
.kwaku ul li h4 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.kwaku ul li p {
    font-size: 0.92em;
    line-height: 1.5;
}

.hs3box,.hs4box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hs3box {
    margin-bottom: 4em;
}
.hs3a,.hs4a {
    width: 30%;
}
.hs3b,.hs4b {
    width: 65%;
}

@media screen and (max-width: 1024px) {
.cntadj1 {
    padding-top: 4em;
}
.kwaku ul {
    padding: 2em;
}
}


@media screen and (max-width: 599px) {
.cntadj1 {
    padding-top: 2em;
}

.img1box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.img1box ul li:nth-child(2) {
    width: 100%;
}
.img1copy h3 {
    font-size: 1.32em;
}

.kitbox1 ul li h3 {
    font-size: 1.32em;
    margin-bottom: 0.5em;
}
.kitbox1 ul li {
    width: 100%;
}
.hs1box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hs1a {
    width: 35%;
}
.hs1b {
    width: 60%;
}

.hs2box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.hs2a {
    width: 43.5%;
}
.hs2b {
    width: 51.5%;
}

.kwaku h3 {
    font-size: 1em;
}
.kwaku ul li:first-child {
    width: 100%;
    margin-bottom: 4em;
}
.kwaku ul li:last-child {
    width: 105%;
}
.kwaku ul li h4 {
    font-size: 1.32em;
}

}

