@charset "UTF-8";


.bg_op {
    background-image: url("../img/bg_stripe.png");
    background-size: 100% auto;
    padding-top: 3em;
}
.op_ban {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 2em;
    cursor: pointer;
}

.open_cnt {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    display: none;
}

.anq_box {
    padding-top: 3em;
}
.anq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.anq_box ul li {
    position: relative;
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 3em;
    border: 3px solid #f5b2aa;
    border-radius: 10px;
    background-color: #fff;
    padding: 1.5em;
    line-height: 1.5;
}
.anq_box ul li img {
    width: 100%;
}
.anq_box ul li h6 {
    position: absolute;
    left: -1em;
    top: -3em;
    width: 7em;
}
.anq_box ul li h3 {
    color: #ef857d;
    font-size: 1.32em;
    margin: 0 auto 0.5em 1em;
}
.anq_box ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.anq_box ul li h5 {
    width: 30%;
    margin-left: 1.5em;
    flex-shrink: 0;
}
.anq_box ul li:nth-child(4) h5 {
    width: 13%;
}
.anq_box ul li p {
    text-align: justify !important;
    text-justify: inter-ideograph;
    font-size: 0.92em;
}
.anq_box ul li p span {
    background-color: #f6f5ac;
}

.op_map {
    background-color: #f5b2aa;
    padding-top: 3em;
}
.opmapadj {
    text-align: center;
    margin-bottom: -3em;
}

.pl_tx {
    padding: 0 80px 3em;
}
.pl_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.pl_tx ul img {
    width: 100%;
}
.pl_tx ul li:first-child {
    width: 53%;
    margin-bottom: 0;
}
.pl_tx ul li:last-child {
    width: 45%;
    margin-bottom: 0;
}
.pl_tx p {
    line-height: 1.7;
}

@media screen and (max-width: 960px) {
.anq_box ul li {
    width: 100%;
}
.anq_box ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.anq_box ul li h5 {
    width: 20%;
    margin-left: 1.5em;
    flex-shrink: 0;
}
.anq_box ul li:nth-child(4) h5 {
    width: 8%;
}

.opmapadj {
    text-align: center;
    margin-bottom: -2em;
}

.pl_tx {
    padding: 0 50px 3em;
}
.pl_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 1em;
}
.pl_tx ul img {
    width: 100%;
}
.pl_tx ul li:first-child {
    width: 70%;
    margin-bottom: 1em;
    line-height: 0;
}
.pl_tx ul li:last-child {
    width: 70%;
    margin-bottom: 0;
    line-height: 0;
}
.pl_tx p {
    line-height: 1.7;
}

}

@media screen and (max-width: 520px) {
.bg_op {
    padding-top: 2.5em;
}
.op_ban {
    padding-bottom: 1.5em;
}

.anq_box ul li h3 {
    font-size: 1em;
    margin: 0 auto 0.5em 1em;
}
.anq_box ul li section {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-direction: column;
}
.anq_box ul li h5 {
    width: 50%;
    margin-left: 0;
    flex-shrink: 0;
}
.anq_box ul li:nth-child(4) h5 {
    width: 30%;
}
.anq_box ul li p {
    text-align: justify !important;
    text-justify: inter-ideograph;
    font-size: 0.92em;
}

.opmapadj {
    text-align: center;
    margin-bottom: -1em;
}

.pl_tx {
    padding: 0 30px 3em;
}
.pl_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 1em;
}
.pl_tx ul img {
    width: 100%;
}
.pl_tx ul li:first-child {
    width: 90%;
    margin-bottom: 1em;
    line-height: 0;
}
.pl_tx ul li:last-child {
    width: 100%;
    margin-bottom: 0;
    line-height: 0;
}
.pl_tx p {
    text-align: left;
    font-size: 0.92em;
    line-height: 1.7;
}

}
