@charset "utf-8";
/* CSS Document */


/* monitor_guide
モニターご利用ガイドのみで使用するスタイル
------------------------------------------------ */

/*  common 共通
------------------------------------------------ */
.l_content {
    overflow: hidden;
}
.content_inner {
    margin: 0 auto;
    width: 1000px;
}
.l_content2_main {
    letter-spacing: 0.05em;
}
.monitor a {
    cursor: pointer;
}
.monitor a:hover {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.caution {
    color: #ff5555;
    font-weight: bold;
    padding-left: 1rem;
    text-indent: -1rem;
}
.color_01{
    color: #ff5555;
}
.color_02{
    color: #ff5555;
}
.fs_l {
    font-size: 16px;
}
.fw_b {
    font-weight: bold;
}

/*  guide_faq_top ご利用ガイドTOP
------------------------------------------------ */
.guide_top .block {
    background: #f3f0e6;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 20px 15px 25px;
}
.guide_top .box {
    color: #3d3d3d;
    background: #fff;
    border-collapse: separate;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #d5d5d5;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 476px;
}
/* 見出し */
.guide_top h3 {
    border-top: none;
    border-bottom: 2px solid #ff5555;
    padding: 0 10px 7px;
    color: #3b3b3b;
    clear: both;
    font-size: 22px;
    font-weight: bold;
}
.guide_top .box:first-child {
    margin-right: 17px;
}
.guide_top .box li {
    border-bottom: 1px solid #e0e0e0;
}
.guide_top .box li a {
    color: #3b3b3b;
    display: block;
    padding: 14px 20px 12px 10px;
    position: relative;
    text-decoration: none;
}
.guide_top .box li a:before,
.guide_top .box li a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    content: '';
    width: 9px;
    height: 2px;
    background: #818181;
    border-radius: 4px;
}
.guide_top .box li a:before {
    margin-top: -4px;
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
}
.guide_top .box li a:after {
    margin-top: 2px;
    -webkit-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.guide_top .box li a:hover {
    background: #fef5d1;
}


/*  guide ご利用ガイド
------------------------------------------------ */
.guide .block {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 15px;
}
.guide .block img {
    margin-bottom: 5px;
}
.guide .block .lead {
    font-weight: bold;
    margin-bottom: 20px;
}
.guide .box {
    padding: 5px 0 10px;
}
.guide .box h3 {
    border-left: 5px solid #555555;
    border-bottom: none;
    margin-bottom: 15px;
    font-size:22px;
    font-weight:bold;
    padding: 3px 0 3px 10px;
}
.guide .box p {
    line-height: 1.5;
    margin-bottom: 12px;
}
.guide .box .monitor_list {
    margin-bottom: 20px;
    padding: 0 15px;
}
.guide .box .monitor_list li {
    margin-bottom: 15px;
    padding-left: 1rem;
    text-indent: -1rem;
}
.guide .box .monitor_list li p:first-child {
    font-weight: bold;
}
.guide .box .monitor_list li p:nth-child(n + 2) {
    margin-bottom: 5px;
    padding-left: 20px;
}
.guide .box .monitor_status_list li {
    margin-bottom: 30px;
}
.guide .box .monitor_status_list li p {
    margin-bottom: 8px;
}
.guide .box .monitor_status_list li p:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.guide .box .monitor_status_list .inner_block {
    margin: 15px 0 40px;
}
.guide .box .monitor_status_list .inner_block dd {
    margin-bottom: 10px;
}
.guide .inner_block {
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px;
}
.guide .inner_block dt {
    border-bottom: 1px solid #bababa;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 0 5px;
}
.guide .inner_block dd {
    margin-bottom: 20px;
}
.guide .inner_block dd:last-of-type {
    margin-bottom: 0;
}
.guide .inner_block dd p {
    margin-bottom: 10px;
}

/* btn ボタン */
.guide .btn_area {
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}
.guide .btn_area li {
    display: inline-block;
    margin: 0 25px 0 0;
}
.guide .btn_area li:last-child {
    margin: 0;
}
.guide .btn_area a {
    background:#3dba8f;
    border-radius: 2px;
    box-shadow: 0px 0px 6px -1px #878787;
    box-sizing: border-box;
    color: #fff;
    clear: both;
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 220px;
    padding: 17px 0 15px;
    text-align: center;
    text-decoration: none;
}
.guide .btn_area a:hover {
    background-color: #059262;
}

/*  faq よくある質問
------------------------------------------------ */
/* lead */
.faq_list .lead {
    background: #f3f0e6;
    border-radius: 1px;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 15px;
}
.faq_list .lead .inner {
    background: #fff;
    border-radius: 1px;
    box-shadow: 2px 2px 3px #ccc;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0;
    line-height:1.7em;
    padding: 30px 20px;
    width: 758px;
}
.faq_list .lead .inner p:first-child {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* faq_box */
.faq_list .faq_box {
    margin-bottom: 30px;
}
.faq_list .faq_box h3 {
    border-bottom: #ff5555 2px solid;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 2px 10px;

}
.faq_list .faq_box h4 {
    background: url(../../img/monitor/ico_question.png) no-repeat 10px 11px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    letter-spacing: 0;
    padding: 12px 25px 10px 40px;
    position: relative;
}
.faq_list .faq_box h4:hover {
    background-color: #fef5d1;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
}
.faq_list .faq_box h4:after {
    border-top: 6px solid #3b3b3b;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    top: 45%;
    right: 12px;
}
.faq_list .faq_box h4.open {
    background-color: #fef5d1;
}
.faq_list .faq_box h4.open:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid #555;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    position: absolute;
    top: 30%;
    right: 12px;
}
.faq_list .faq_box .ask {
    border-bottom: 1px solid #d1d1d1;
    display: none;
    padding: 20px 0 40px 55px;
}
.faq_list .faq_box .ask p {
    line-height:1.7em;
    margin-bottom: 25px;
}
.faq_list .faq_box .ask p.ico_ask {
    text-indent: -22px;
}
.faq_list .faq_box .ask p.ico_ask:before {
    background: url(../../img/monitor/ico_answer.png) no-repeat 0 0;
    content: " ";
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    position: relative;
    left: -30px;
    top: 0;
}
.faq_list .faq_box .ask .inner_block {
    margin: 15px 0 40px;
}
.faq_list .faq_box .ask .inner_block dd {
    margin-bottom: 10px;
}
.faq_list .faq_box .ask .inner_block {
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px;
    width: 675px;
}
.faq_list .faq_box .ask .inner_block dt {
    border-bottom: 1px solid #bababa;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 0 5px;
}
.faq_list .faq_box .ask .inner_block dd {
    margin-bottom: 20px;
}
.faq_list .faq_box .ask .inner_block dd:last-of-type {
    margin-bottom: 0;
}
.faq_list .faq_box .ask .inner_block dd p {
    margin-bottom: 3px;
}
.faq_list .faq_box .ask .inner_block dd p:first-child {
    font-weight: bold;
}

/* support */
.support_box {
    border-top: 1px dotted #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
    margin: 80px 0 60px 0;
    padding: 20px 0;
    text-align: center;
}
.support_box a,.ask a {
    font-weight: bold;
    padding: 0 5px;
}
.support_box a:hover,.ask a:hover {
    color: #f5a202;
}
