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

.bg_br1 {
    position: relative;
    z-index: 1;
    background-image: url("../../img/bg_nwall.jpg");
    background-position: center center;
    background-size: 400px 400px;
    overflow: hidden;
    color: #fff;
}
.bg_br2 {
    position: relative;
    z-index: 1;
    background-image: url("../../img/bg_bwall.jpg");
    background-position: center center;
    background-size: 400px 400px;
    overflow: hidden;
    color: #fff;
}

.tx1 {
    text-align: center;
    margin-bottom: 2em;
}
.tx1 img {
    width: 50%;
    max-width: 400px;
}

.ctx1 {
    text-align: center;
    margin-bottom: 5em;
}
.ctx1 span {
    font-weight: 500;
    font-size: 1.32em;
    line-height: 1.5;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}

.img1 {
    margin-bottom: 5em;
}
.img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1 img {
    width: 100%;
}
.img1 p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 1em;
}
.img1 ul li {
    width: 49%;
}

.ctx2 {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 5em;
}

.img2 {
   
}
.img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img2 img {
    width: 100%;
}
.img2 p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 1em;
}
.img2 ul li {
    width: 30%;
}

.img4 {
   margin-bottom: 5em;
}
.img4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.img4 img {
    width: 100%;
}
.img4 p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 1em;
}
.img4 ul li {
    width: 30%;
    margin-bottom: 3em;
}

.tx2 {
    text-align: center;
    margin-bottom: 2em;
}
.tx2 img {
    width: 100%;
    max-width: 700px;
}

.ctx3 {
    text-align: center;
    margin-bottom: 5em;
}
.ctx3 span {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.7;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}

.img3 {
    
}
.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.img3 img {
    width: 100%;
}
.img3 p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 1em;
}
.img3 h5 {
    font-weight: 500;
    line-height: 2;
}
.img3 ul li {
    width: 30%;
    margin-bottom: 3em;
}
.img3 ul li:nth-child(4) {
    width: 60%;
    display: flex;
    align-items: center;
}

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


}


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

.ctx1 {
    margin-bottom: 3em;
}
.ctx1 span {
    font-size: 1.16em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.img1 {
    margin-bottom: 5em;
}
.img1 ul {
    margin-bottom: -2em;
}
.img1 p {
    margin-top: 0.5em;
}
.img1 ul li {
    width: 100%;
    margin-bottom: 2em;
}

.ctx2 {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 5em;
}

.img2 {
   
}
.img2 ul {
    margin-bottom: -2em;
}

.img2 p {
    margin-top: 0.5em;
}
.img2 ul li {
    width: 100%;
    margin-bottom: 2em;
}

.img4 {
   margin-bottom: 5em;
}
.img4 ul {
    margin-bottom: -2em;
}
.img4 p {
    margin-top: 0.5em;
}
.img4 ul li {
    width: 47%;
    margin-bottom: 2em;
}

.tx2 {
    text-align: center;
    margin-bottom: 2em;
}
.tx2 img {
    width: 100%;
    max-width: 700px;
}

.ctx3 {
    margin-bottom: 5em;
}
.ctx3 span {
    font-size: 1.08em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.img3 {
    
}
.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.img3 p {
    margin-top: 0.5em;
}
.img3 h5 {
    font-weight: 500;
    line-height: 2;
}
.img3 ul li {
    width: 47%;
    margin-bottom: 2em;
}
.img3 ul li:nth-child(4) {
    width: 100%;
    display: block;
    padding: 1em 0;
}
.img3 ul li:nth-child(1) {
    width: 100%;
    display: block;
}

}

