@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url("../../../css/cssreset.css");
@import url("../../../css/base.css");
@import url("../../../css/navigation.css");


/* it_infra_top.css */

/* h1 */
#contents h1 {
    background-image:url("../../../it_infra/images/h1_bg.jpg");
}
#contents h1 span {
    left:39.3%;
}

.section {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.section-contents,
.section-inner {
    width:100%;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    font-family:'Noto Sans JP',sans-serif;
}

.section-contents *,
.section-inner * {
    box-sizing:border-box;
}

.section-contents img,
.section-inner img {
    max-width:100%;
    height:auto;
}

.section-contents ul,
.section-inner ul {
    letter-spacing:-0.5em;
}
.section-contents ul li,
.section-inner ul li {
    letter-spacing:normal;
}

/* font reset */
#contents h3 {
    width:auto;
    padding:0;
    border-left:0;
    border-bottom:0;
}
#contents h4,
#contents h5,
#contents p {
    width:auto;
}
#contents strong {
    font-weight:700;
}

.pc {display:block;}
.sp {display:none;}
@media only screen and (max-width: 750px) {
    .pc {display:none;}
    .sp {display:block;}
}

/* h3 */
#contents h3 {
    margin-bottom:1.5em;
    border-bottom:2px solid #808080;
    font-size:1.4em;
    font-weight:700;
}
/* p */
#contents p {
    margin-bottom:1.5em;
    font-weight:700;
}
#contents p.eol {
    margin-bottom:2.5em;
}
#contents p.bottom {
    margin-bottom:80px;
}
#contents strong {
    color: #38986d;
}
#contents h3 strong {
    font-size: 1.2em;
}


/* main lead */
#contents p.lead {
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
}
#contents p.lead strong {
    font-size: 1.6em;
    font-weight: 700;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}
.logo-wrap figure {
    margin: 0;
    padding: 0;
}

/* point */
ul.point {
    margin-bottom: 3em;
}
ul.point li {
    margin-bottom: 0.5em;
    padding: 1% 3%;
    border: 3px solid #38986d;
    border-radius: 8px;
    font-size: 1.2em;
}

/* feature */
ul.feature {
    margin-bottom: 3em;
}
ul.feature li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    font-size: 1.2em;
}
ul.feature li:before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.75em;
    height: 0.45em;
    border-left: 3px solid #38986d;
    border-bottom: 3px solid #38986d;
    transform: rotate(-45deg);
    content: "";
}

/* merit */
ul.merit {
    margin-bottom: 2em;
}
ul.merit li {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.25em;
    font-size: 1.2em;
}
ul.merit li:before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.75em;
    height: 0.75em;
    background-color: #38986d;
    border-radius: 100%;
    content: "";
}

/* plan */
dl.plan {
    margin-bottom: 0.5em;
}
dl.plan div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
    line-height: 1.4;
    font-size: 1.2em;
}
dl.plan dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    border-right: 1px solid #ffffff;
    text-align: center;
    white-space: break-all;
}
dl.plan dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    text-align: center;
}
dl.plan dt,
dl.plan dd {
    padding: 1em 0.25em;
    background-color: #83cbab;
}

/* btn */
.contact-btn {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.contact-btn a {
    display: block;
    width: 100%;
    background-color: #ff9900;
    padding: 1em;
    border-radius: 9999px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    color: #ffffff;
    transition: all .3s ease;
}
.contact-btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* - 1000px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1000px) {

.section {
    width:94%;
}



}
/* - 1000px end */



/* - 768px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {




}
/* - 768px end */






/* - 460px */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 460px) {

dl.plan div {
    font-size: 4.2vw;
}


}
/* - 667px end */




