@charset "UTF-8";
/* コンテンツ */

.eqsw {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:1em 80px 0;
	margin:0 auto;
}
.eqsw ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.eqsw ul li {
    width: 32%;
    margin-bottom: 1em;
}
.eqsw ul li a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    background-color: #fff;
    border: 1px solid #333;
    font-size: 1.24em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    height: 3em;
    transition: all 0.3s;
}
.eqsw ul li a:hover {
    background-color: #999;
    color: #fff;
}

.esub {
    font-size: 2em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #333;
}
.eqbox ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.eqbox ul li {
    width: 23%;
    margin-top: 3em;
}
.eqbox ul li h4 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1em;
    margin: 0.5em auto 0.2em;
    text-align: center;
}
.eqbox ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.eqbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.eqbox2 ul li {
    width: 48%;
    margin-top: 3em;
}
.eqbox2 ul li h4 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.24em;
    margin: 1em auto 0.2em;
    text-align: center;
}
.eqbox2 ul li h5 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1em;
    margin-bottom: 1.5em;
    text-align: center;
}
.eqbox2 ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.eqbox2 ul li section h6 {
    width: 25%;
}
.eqbox2 ul li section p {
    width: 70%;
    font-size: 0.92em;
    line-height: 1.5;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 1180px) {

}


@media screen and (max-width: 960px) {

.eqsw {
	padding:1em 1em 0;
}
.eqsw ul {
    margin-bottom: -1em;
}
.eqsw ul li {
    width: 32%;
    margin-bottom: 1em;
}
.eqsw ul li a {
    font-size: 1em;
}

.esub {
    font-size: 1.8em;
}

.eqbox ul {

}
.eqbox ul li {
    width: 30%;
    margin-top: 3em;
}
.eqbox ul li h4 {
    font-size: 1em;
    margin: 0.5em auto 0.2em;
}
.eqbox ul li p {
    font-size: 0.92em;
}

.eqbox2 ul {
}
.eqbox2 ul li {
    width: 100%;
    margin-top: 3em;
}
.eqbox2 ul li h4 {
    font-size: 1.24em;
    margin: 1em auto 0.2em;
}
.eqbox2 ul li h5 {
    font-size: 1em;
    margin-bottom: 1.5em;
}
.eqbox2 ul li section {

}
.eqbox2 ul li section h6 {
    width: 25%;
}
.eqbox2 ul li section p {
    width: 70%;
    font-size: 0.92em;
}


}


@media screen and (max-width: 520px) {
.eqsw {
	padding:1em 1em 0;
}
.eqsw ul {
    margin-bottom: -1em;
}
.eqsw ul li {
    width: 31.5%;
    margin-bottom: 1em;
}
.eqsw ul li a {
    font-size: 3vw;
    letter-spacing: 0;
    text-indent: 0;
}

.esub {
    font-size: 5.5vw;
}

.eqbox ul {

}
.eqbox ul li {
    width: 46%;
    margin-top: 3em;
}


}
