﻿@charset "utf-8";/*freepage common*/
.page-contentspages .pane-main {
    a {
        color: #eb3728;
    }
}

.userguide_page {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 16px;
}

.userguide_page h2 {
}

.userguide_page h4 {
    width: 660px;
    border-left: 4px solid #76920A;
    border-bottom: 1px solid #76920A;
    border-right: 1px solid #EFF4DB;
    border-top: 1px solid #EFF4DB;
    background-color: #FBFEDA;
    text-align: left;
    padding: 5px 15px;
    margin: 0px auto 15px auto;
    font-weight: bold;
    font-size: 1em;
}

.userguide_page p {
    width: auto;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin: 17px auto;
    padding-left: 15px;
}

.userguide_page ul {
    width: 480px;
    text-align: left;
    margin: 0px auto 15px 0px;
}

.userguide_page li {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #C3C3C3;
}

.userguide_box li {
    text-align: left;
    margin-bottom: 2%;
    padding: 2%;
    border: 1px dotted #eb3728;
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo_box {
    width: 28%;
    text-align: center;
}

.text_box {
    width: 70%;
    margin-top: 0px;
    text-align: left;
    font-size: 14px;
}

.link_box {
    width: auto;
    text-align: right;
    margin-top: 15px;
}

.userguide_box {
    width: auto;
    text-align: left;
}

.userguide_box p {
    width: 480px;
    text-align: left;
}

.userguide_box ul {
    list-style-type: square;
    width: auto;
    /**/
    text-align: left;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
}

ul.userguide_box_op {
    list-style-type: square;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.userguide_help_box {
    width: auto;
    text-align: left;
    line-height: 20px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    gap: 2%;
}

.userguide_half_box {
    width: 49%;
    text-align: left;
    padding: 0;
}

.userguide_half_box div {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid #eb3728;
    margin-top: 0;
    margin-bottom: 10px;
}

.userguide_half_box ul {
    list-style-type: square;
    width: auto;
    text-align: left;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    clear: both;
}

ul.userguide_box_qa {
    list-style-type: square;
    padding-left: 1em;
    margin-bottom: 30px;
}

.userguide_help_box li {
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
    border-bottom: 1px dotted #C3C3C3;
}

.userguide_page a:link {
    color: #EB3C01;
}

.userguide_page a:visited {
    color: #AB2605;
}

.userguide_page a:hover {
    color: #FE7010;
}
