@charset "UTF-8";

.column {
    padding: 18px;
}

p.top_text {
    padding: 6px 0px 0px 15px;
    margin: 0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.column h1 {
    color: #000;
    position: static!important;
    font-weight: bold;
    font-size: 28px;
    padding: 0;
    margin: 20px 0;
}
.column h2 {
    background: #E97188;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    margin-top: 60px;
} 
.column h3 {
    font-weight: bold;
    font-size: 20px;
    border-left: 2px solid #E97188;
    padding-left: 1rem;
    margin-top: 40px;
}
.column h4 {
    font-size: 16px;
    margin-top: 30px;
}
.column ul,
.column ol,
.column table,
.column a {
    font-size: 16px;
}
.column p {
    font-size: 16px;
}

.column ol {
    list-style: decimal;
    margin: 20px 10px;
    background: #f7f7f7;
    padding: 20px 20px 20px 50px;
}
.column ul {
    list-style: disc;
    margin: 20px 10px;
    background: #f7f7f7;
    padding: 20px 20px 20px 50px;
}

.column table {
    width: 100% !important;
    margin-bottom: 1rem;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
}
.column tbody {
    width: 100%;
    display: table;
}
.column th {
    padding: 10px;
    background: #f7f7f7;
    border: solid 1px #ccc;
}
.column td {
    padding: 10px;
    border: solid 1px #ccc;
}

.breadcrumbs_inner a {
    margin: 0 8px;
}
.column .eyeCatch_img {
    margin-bottom: 20px;
}
.column .eyeCatch_img img {
    width: 100%;
}

#table-of-content {
    background: #f7f7f7;
    padding: 20px 20px 20px 50px;
}
#table-of-content p {
    margin-bottom: 5px;
}
#table-of-content ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
#table-of-content ol li {
    margin: 6px 0;
}
#table-of-content .contents3 {
    margin-left: 1rem;
}


.sp_header {
    display: none;
}
.pc_header {
    display: block;
}

div#footer {
    padding: 0px 0px 0px 0px;
    border-top: 5px solid #FFFFFF;
    color: #ccc;
    height: 100px;
    overflow: hidden;
}

.yarpp_block {
    padding: 18px;
}
.yarpp_block a {
    text-decoration: none;
    display: block;
}
.yarpp_block a:hover {
    opacity: .7;
}
.yarpp_block .yarpp_title {
    font-size: 18px;
    margin-bottom: 10px;
}
.yarpp_block .yarpp_content {
    display: flex;
    justify-content: space-between;
}
.yarpp_block .yarpp_content .yarpp_thumbnail {
    width: 23%;
}
.yarpp_block .yarpp_content .yarpp_thumbnail img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .sp_header {
        display: block;
    }
    .pc_header {
        display: none;
    }
    div#main-box, .container, div#wrapper { 
        background: #fff;
    }
    div#main-box,
    .container,
    div#wrapper {
        width: 100%;
    }
    .inside {
        padding: 10px 0;
    }

    div#footer {
        background: url(../../s/img/footer_bg.png) no-repeat center center!important;
        background-size: cover!important;
        border-top: none!important;
    }
    #spHeader {
        height: 73px!important;
    }

    .column h2 {
        margin-bottom: 16px;
    } 
    .column h3 {
        margin-bottom: 16px;
    }
    .column h4 {
        margin-bottom: 16px;
    }
    .column ul,
    .column ol,
    .column table,
    .column a {
        margin-bottom: 16px;
    }
    .column p {
        margin-bottom: 16px;
    }
    .column a {
        color: #f27f02!important;
        text-decoration: underline!important;
    }
    #spHeader #shleft img {
        max-height: none;
    }

    div#menuicon ul li {
        margin: 0 0 22px 27px!important;
        scale: 1.13;
    }
    #wrapper .column ol li {
        list-style: decimal!important;
    }
    #wrapper .column ul li {
        list-style: disc!important;
    }

    .yarpp_block .yarpp_content {
        display: block;
    }
    .yarpp_block .yarpp_content .yarpp_thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }
    .yarpp_block a {
        color: #f27f02!important;
    }
    .yarpp_block .yarpp_text {
        font-size: 16px;
    }
}