@charset "UTF-8";
/* page_base
----------------------------------------------- */
.g-footer_copyright
{
  color: #ffffff;
}
.g-footer_pages a:hover {
    text-decoration: underline;
}

input[type="text"],input[type="password"],input[type="checkbox"],select,textarea {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-appearance: none;
}

input:focus,textarea:focus,select:focus {
    /*background-color: #E5FFEB;*/
}

input.disabled,textarea.disabled,select.disabled {
    background-color: #efefef !important;
}

input[type="checkbox"],input[type="radio"] {
    vertical-align: 1px;
    /* checkbox・radio 上下中央寄せ*/
}

input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.l-content {
    padding: 0 0 200px;
}

@media (max-width: 768px) {
    .l-content {
        padding: 0 0 20%;
    }
}

.l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    height: 70px;
}

.l-header_logo {
    width: 160px;
}

.l-header_siteTtl {
    position: absolute;
    left: 31px;
    top: 31px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 11px;
    font-size: 1.1rem;
}

.l-header_backTop img {
    width: 20px;
}

.l-footer-copyright {
    display: block;
    padding: 20px 0;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 9px;
    font-size: .9rem;
    line-height: 1;
    letter-spacing: .1em;
}

.p-top_head {
    margin: 0 0 20px;
}

.p-top_info,.p-top_note {
    margin: 0 0 40px;
}

.p-top_head_ttl {
    margin: 0 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.p-top_head_txt {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .p-top_head_txt {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.p-top_info {
    padding: 20px 0;
    border-top: dotted 1px #cccccc;
    border-bottom: dotted 1px #cccccc;
}

.p-top_info_head {
    margin: 0 0 3px;
}

.p-top_info_to {
    margin: 0 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.p-top_info_txt {
    font-size: 12px;
    font-size: 1.2rem;
}

.p-policy_content {
    padding: 20px 0;
    border-top: dotted 1px #cccccc;
}

.p-policy_content_title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.p-policy_content_text ul,
.p-policy_content_text ol {
    margin-top: 20px;
    padding-left: 1.5em;
}

.p-policy_content_text ul li {
    list-style: disc;
    margin-top: 10px;
}

.p-policy_content_text ol li {
    margin-top: 10px;
}

.p-complete_content {
    padding: 20px 0;
    border-top: dotted 1px #cccccc;
}

.p-complete_content .p-complete_content_title {
    font-weight: bold;
    color: #0098ce;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.p-complete_content .p-complete_content_img {
    display: block;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.p-complete_content .p-complete_content_img img {
    max-width: 500px;
}

.p-complete_content .p-complete_content_title:hover,
.p-complete_content .p-complete_content_img:hover {
    opacity: .7;
}
