@charset "UTF-8";

/* -------------- 社外モニター制度 -------------- */
.monitor__hdr{
    text-align: center;
    margin-bottom: 2em;
}
.monitor__hdr img{
    width: 730px;
    height: auto;
}
@media screen and (max-width: 860px) {
    .monitor__hdr img{ width: 100%;}
}
.monitor__news{
    background-color: #7d0000;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    margin-top: 2.5em;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .monitor__news{ text-align: left;}
}
.monitor__article{
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}
.monitor__article__photo{
    margin: 0 1em 1em 0;
    position: relative;
    z-index: 333;
    width: 180px;
}
.monitor__article__photo img{
    width: 100%; height: auto;
}
.monitor__article__ttl{
    display: inline-block;
    margin-bottom: 0.6em;
}
.monitor__article__link.btn_more-view{
    position: relative;
    right: auto;
    margin-top: 1em;
    z-index: 222;
}

.monitor__article__link.btn_more-view a{
    width: 42em;
    margin: 0 0 1em;
}
@media screen and (max-width: 950px) {
    .monitor__article__link.btn_more-view a{ width: 100%;}
    .monitor__article__photo{ width: 30%;}
}

.monitor__questionList li{
    line-height: 2;
    margin-bottom: 1em;
    display: flex;
    font-size: 94%;
    flex-shrink: 0;
}
.monitor__questionList.d_flex li{
    margin-right: 2em;
}
.monitor__questionList li::before{
    content: "１";
    font-weight: bold;
    background-color: #7d0000;
    color: #fff;
    width: 1.4em;
    height: 1.4em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.3em;
    margin-top: 0.3em;
    flex-shrink: 0;
}

.monitor__photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1em;
}
.monitor__photo__main{
    flex-shrink: 0;
    width: 33%;
}

.monitor__questionList li:nth-of-type(2):before{ content: "2";}
.monitor__answer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.2em;
}
.monitor__answer__main{
    flex-shrink: 0;
    width: 49%;
    margin-bottom: 1em;
}
.monitor__answer__category{
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.2;
}
@media screen and (max-width: 950px) {
    .monitor__answer__main{ width: 100%; margin-bottom: 0.5em;}
}
.monitor__aboutList{ margin-bottom: 2em;}
.monitor__aboutList > li{
    list-style: decimal;
    list-style-position: outside;
    line-height: 2.0;
    margin-bottom: 0.5em;
    margin-left: 1em;
}
.monitor__aboutList__attentionList{
    font-size: 94%;
}
.monitor__aboutList__attentionList li::before{
    content: "※";
}
.monitor__bosyu__link.btn_more-view{
    position: relative;
    right: auto;
    margin-top: 1em;
}
.monitor__bosyu__link.btn_more-view a{
    width: 50%;
    margin: 0;
}
.monitor__bosyu__link.btn_more-view a.end{
    background-color: #888;
}
.monitor__bosyu__link.btn_more-view a.end::before,
.monitor__bosyu__link.btn_more-view a.end::after{ display: none;}
.monitor__attention .article_txt-m{
    text-indent: -1em;
    margin-left: 1em;
}