@charset "utf-8";
.pink_bnr{
    display: block;
    margin-bottom: 15px;
}
#monitor_faq{
    margin-top: 20px;
}

#monitor_faq h2 {
    margin-bottom: 15px;
    margin-top: 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.5;
}

#monitor_faq #monitor_faq_inner{
    display: flex;
    flex-wrap: wrap;
}
#monitor_faq #monitor_faq_inner dl{
    width: 50%;
    padding: 0 5px;
}
#monitor_faq dl {
    margin-bottom: 10px;
    text-align: left;
}

#monitor_faq dl:last-of-type {
    margin: 0;
}

#monitor_faq dt {
    padding: 20px 20px 20px 30px;
    background: #f0efef;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

#monitor_faq dt:before {
    content: 'Q';
    margin-top: -16px;
    font-family: Lora, serif;
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
    color: #999999;
    position: absolute;
    top: 50%;
    left: 5px;
}

#monitor_faq dt:after {
    content: '+';
    height: 30px;
    margin-top: -15px;
    font-weight: normal;
    font-size: 30px;
    line-height: 24px;
    color: #666;
    position: absolute;
    top: 50%;
    right: 5px;
}

#monitor_faq dt:hover {
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

#monitor_faq dd {
    display: none;
    padding: 10px 20px 20px 30px;
    word-break: normal;
    position: relative;
    font-size: 18px!important;
}

#monitor_faq dd:before {
    content: 'A';
    font-family: Lora, serif;
    font-style: italic;
    font-size: 26px;
    line-height: 30px;
    color: #e96f4c;
    position: absolute;
    top: 12px;
    left: 0;
}

#monitor_faq dl:last-of-type dd {
    margin: 0 20px;
}


#monitor_faq h3 {
    padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: 18px;
    margin-bottom: 10px;
}
/*****************************************************************************************************************************************************************************/

@media screen and (max-width: 768px) {
    .pink_bnr{
    display: block;
    margin: 20px;
}
#monitor_faq{
    width:95%;
    margin: 0 auto;
}
#monitor_faq h2 {
    margin-bottom: 15px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
}
#monitor_faq #monitor_faq_inner{
    display: flex;
    flex-wrap: wrap;
}
#monitor_faq #monitor_faq_inner dl{
    width: 100%;
    padding: 0;
}
#monitor_faq dl {
    margin-bottom: 10px;
    text-align: left;
}

#monitor_faq dl:last-of-type {
    margin: 0;
}

#monitor_faq dt {
    padding: 10px 25px 10px 30px;
    background: #f0efef;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}

#monitor_faq dt:before {
    content: 'Q';
    margin-top: -13px;
    font-family: Lora, serif;
    font-style: italic;
    font-size: 21px;
    line-height: 26px;
    color: #999999;
    position: absolute;
    top: 50%;
    left: 5px;
}

#monitor_faq dt:after {
    content: '+';
    height: 30px;
    margin-top: -15px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    position: absolute;
    top: 50%;
    right: 0;
}

#monitor_faq dd {
    display: none;
    margin: 0 20px 20px;
    word-break: normal;
    font-size: 15px;
}

#monitor_faq dl:last-of-type dd {
    margin: 0 20px;
}

}


/***********************************************************/