@charset "UTF-8";

body {
    background-color: #F5F3F5;
    overflow-x:hidden;
}

header {
    height: 45vh;
    background-image: url(../../img/SDpagetop@2x.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#catch {
    width: 100%;
    color: #fff;
    font-size: 2vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2em;
    position: absolute;
    top: 50%;
    text-align: center;
    margin: 0;
}

main {
    max-width: 1280px;
    margin: 0 auto
}

#SDconcept {
    width: 100%;
    height: 340px;
    margin: 60px 0;
    position: relative;
}

#C-z1 {
    width: 95%;
    height: 310px;
    background-color: #0FA3B1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#C-z2 {
    width: 95%;
    height: 310px;
    background-image: url(../../img/SDconcept.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#C-z3 {
    width: 540px;
    margin: 0 auto;
    position: relative;
    top: 90px;
    z-index: 3;
    color: #fff;
}

#C-z3 h1 {
    font-size: 24px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#C-z3 p {
    font-size: 16px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1.4;
    padding-top: 15px;
    border-top: solid 0.5px #fff;
}

#SDsolution {
    width: 100%;
    height: 865px;
    margin: 60px 0;
    position: relative;
}

#S-z1 {
    width: 95%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
}

#S-z2 {
    width: 100%;
    position: relative;
    z-index: 2;
}

#S-z2 h1 {
    font-size: 20px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    /*margin: 50px 0;*/
    padding-top: 50px;
}

#S-z2-1 {
    width: 100%;
    position: absolute;
    padding-top: 0px;
}
#S-z2-2 {
    width: 100%;
    position: absolute;
    padding-top: 240px;
}
#S-z2-3 {
    width: 100%;
    position: absolute;
    padding-top: 480px;
}

.S-container {
    width: 784px;
    height: 200px;
    display: flex;
    margin: 40px auto;
}

.S-item {
    margin-right: 40px;
}

.S-item:last-child {
    margin-right: 0;
}

.S-item h2 {
    font-size: 22px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
    border-left: solid 8px #06BEB6;
    padding-left: 8px;
}

.S-item p {
    font-size: 14px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1.4;
    margin: 0;
}

#SDworks {
    /*position:relative;*/
    /*width: 950px;*/
    /*height: 820px;*/
    /*min-height: 300px;*/
    /*margin: 60px auto 80px auto;*/
}

#S-w1{
    position:relative;
    /*width: 100%;*/
    /*height:100%;*/
    width: 950px;
    max-height: 860px;
    margin: 60px auto 80px auto;
    background: linear-gradient(#06BEB6, #48B1BF);
}

.S-w1-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow:hidden;
}

.more {
    width: 100%;
    height:70px;
    cursor: pointer;
}
.img_more-m{
    position:absolute;
    width:130px;
    left:50%;
    margin-left:-65px;
}

#SDworks h1 {
    font-size: 20px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    margin: 0 0 30px 0;
}

#zisseki {
    width: 784px;
    margin: 30px auto;
    color: #fff;
    padding-bottom: 20px;
}

#zisseki h2 {
    font-size: 16px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    margin: 0 0 15px 0;
}

#zisseki table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: left;
}

#zisseki table tr th {
    border-bottom: solid 0.5px #fff;
    padding-bottom: 5px;
    font-weight: normal;
}

#zisseki table tr td {
    border-bottom: solid 0.5px #fff;
    padding: 10px 0 5px 0;

}

.system-name {
    width: 350px;
}

#apuri {
    width: 784px;
    margin: 30px auto;
    color: #fff;
    padding-bottom: 90px;
}

#apuri h2 {
    font-size: 16px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    margin: 0 0 15px 0;
}

#apuri table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: left;

}

#apuri table tr th {
    border-bottom: solid 0.5px #fff;
    padding-bottom: 5px;
    font-weight: normal;
}

#apuri table tr td {
    border-bottom: solid 0.5px #fff;
    padding: 10px 0 5px 0;

}

#otoiawase {
    position: absolute;
    text-align: end;
    width: 97%;
    bottom: 5%;
}
