@charset "utf-8";

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


.stbox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
.stbox2 img {
    width: 100%;
}
.stimg2 {
    position: relative;
    width: 60%;
}
.stimg2 span {
    position: absolute;
    width: 26px;
}
.num_a {
    top: calc(10% - 13px);
    left: calc(10% - 13px);
}
.num_b {
    top: calc(25% - 13px);
    left: calc(55% - 13px);
}
.num_c {
    top: calc(37% - 13px);
    left: calc(67% - 13px);
}
.num_d {
    top: calc(65% - 13px);
    left: calc(70% - 13px);
}
.num_e {
    top: calc(85% - 13px);
    left: calc(42% - 13px);
}

.stdoc2 {
    width: 35%;
}

.stdoc2 ul li {
    background-color: #fff;
}
.stdoc2 ul li:first-child {
    margin-bottom: 2em;
}
.stdoc2 h4 {
    position: relative;
    background-color: #898989;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5em 1em;
}
.stdoc2 h4 img {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 26px;
}
.stdoc2 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.stdoc2 section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1em;
}
.stdoc2 section p {
    width: 57%;
}
.stdoc2 section h6 {
    width: 40%;
}

.stbox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; 
}
.stbox3 img {
    width: 100%;
}
.stbox3 h4 {
    position: relative;
    background-color: #898989;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5em 1em;
}
.stbox3 h4 img {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 26px;
}
.stbox3 p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.stbox3 section {
    padding: 1em;
}
.stbox3 ul li {
    background-color: #fff;
}
.stbox3 ul li:nth-child(1) {
    width: 26%;
    position: relative;
}
.stbox3 ul li:nth-child(1) h6 {
    width: 70%;
}
.stbox3 ul li:nth-child(1) h5 {
    position: absolute;
    right: -5px;
    bottom: 1em;
    width: 110px;
}

.stbox3 ul li:nth-child(2) {
    width: 26%;
}
.stbox3 ul li:nth-child(3) {
    width: 20%;
}
.stbox3 ul li:nth-child(4) {
    width: 20%;
}

.stbox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; 
}
.stbox4 img {
    width: 100%;
}
.stbox4 h4 {
    position: relative;
    background-color: #898989;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5em 1em;
}
.stbox4 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.stbox4 section {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.stbox4 ul li {
    background-color: #fff;
}
.stbox4 section h5 {
    width: 110px;
    margin-left: 0.5em;
    flex-shrink: 0;
}
.stbox4 h6 {
   
}
.st4 {
    padding: 0 1em 1em;
}
.stbox4 ul li:nth-child(1) {
    width: 25%;
}
.stbox4 ul li:nth-child(2) {
    width: 25%;
}
.stbox4 ul li:nth-child(3) {
    width: 45%;
}

.st5tx {
    width: 45%;
}
.st5 {
    width: 50%;
}
.st5 img {
    width: 100%;
}

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

.stimg2 {
    width: 100%;
    margin-bottom: 2em;
}

.stdoc2 {
    width: 100%;
}
.stdoc2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}
.stdoc2 ul li {
    width: 48%;
}
.stdoc2 ul li:first-child {
    margin-bottom: 0;
}

.stbox3 ul {
    margin-bottom: -2em;
}
.stbox3 ul li {
    width: 48% !important;
    margin-bottom: 2em;
}

.stbox4 ul li:nth-child(1) {
    width: 48%;
    margin-bottom: 2em;
}
.stbox4 ul li:nth-child(2) {
    width: 48%;
    margin-bottom: 2em;
}
.stbox4 ul li:nth-child(3) {
    width: 100%;
}

.st5tx {
    width: 55%;
}
.st5 {
    width: 40%;
}

}


@media screen and (max-width: 599px) {
.cntadj1 {
    padding-top: 3em;
}
.stbox1 h3 {
    font-size: 1.32em;
}

.stdoc2 ul li {
    width: 100%;
}
.stdoc2 ul li:first-child {
    margin-bottom: 2em;
}

.stbox3 ul li {
    width: 100% !important;
}
.stbox3 ul li:nth-child(1) h5 {
    position: absolute;
    right: 5px;
    bottom: auto;
    top: 10em;
    width: 110px;
}

.stbox4 ul li:nth-child(1) {
    width: 100%;
}
.stbox4 ul li:nth-child(1) h6 img {
    width: 90%;
}
.stbox4 ul li:nth-child(2) {
    width: 100%;
}
.stbox4 ul li:nth-child(2) h6 img {
    width: 80%;
}
.stbox4 ul li:nth-child(3) {
    width: 100%;
}

.stbox4 ul li:nth-child(3) section {
    flex-wrap: wrap !important;
}

.st5tx {
    width: 100%;
    margin-bottom: 1em;
}
.st5 {
    width: 100%;
    text-align: center;
}
.st5 img {
    width: 90%;
}

}

