@charset "UTF-8";


/*お知らせページ*/
.newsbox {
    background: #fff;

}

.newsbox-inner {
    padding: 0 30px 30px;
}

.news-pager {
    display: flex;
    justify-content: center;
    margin: 80px auto 20px;
}

.news-pager li {
    margin: auto 8px;
    color: #616161;
}

/*事業の内容は？*/
.sub-list {
    padding-left: 3.5rem;
}

.sub-list li {
    position: relative;
    padding-left: 1.3em;
}

.sub-list li::before {
    content: "■";
    color: #00A051;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width:768px) {
    .sub-list li {
        padding-bottom: 10px;
    }
}


/*各種資料*/
.document_list {}

.document_list li {
    border-bottom: 2px dotted #F25042;
    padding-bottom: 10px;
    margin-top: 10px;
    position: relative;
    padding-left: 1.3em;
}

.document_list li a {
    color: #1A1A1A;
    text-decoration: underline;
}

.document_list li::before {
    content: "■";
    color: #00A051;
padding-right: 1rem;
    position: absolute;
    left: 0;
    top: 0;

}

.document_list li:last-child {
    border-bottom: none;
}
.document_list.list_double li{
    width:47%!important;
}
.document_list.list_double li:nth-child(odd){
    margin-right: 3%;
}
@media screen and (max-width:768px) {
    .document_list.list_double li{
    width:100%!important;
}
.document_list.list_double li:nth-child(odd){
    margin-right: 0;
}
}

/*お問い合わせ*/
.contactbox {
    text-align: center;
    margin: auto;
}

.contactbox input,
.contactbox select {
    width: 90%;
    height: 60px;
    font-size: 21px;
    margin: 25px auto 50px;
    border-radius: 10px;
    border: 2px solid #808080;
}

.contactbox textarea {
    width: 90%;
    border-radius: 10px;
    font-size: 21px;
    margin: 25px auto 50px;
    border: 2px solid #808080;
}
.contactbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem 0;
}
.contactbox ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 40%;
}
.contactbox ul li input {
    width: 3rem;
    margin: 0 1rem 0 0;
}
.contactbox dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
}
.contactbox dl dt {
    width: 20%;
    font-weight: bold;
    background: #f25042;
    margin: 0 0 0 3rem;
    padding: 1rem;
    color: #fff;
    border-radius: 10px;
}
.contactbox dl dd {
    width: 76%;
}
.contactbox dl dd input {
    margin: 2rem 0;
}


.bn_submit {
    background: #FF8C00;
    cursor: pointer;
    color: #fff;
    font-weight: bolder;
    border: none !important;
    max-width: 250px;
}

@media screen and (max-width:768px) {
    .contactbox select {
        font-size: 16px;
    }
    .contactbox ul {
        flex-direction: column;
        margin: 1rem 2rem;
    }
    .contactbox ul li {
        width: 100%;
    }
    .contactbox dl {
        align-items: center;
        padding: 0 2rem;
    }
    .contactbox dl dt {
        width: 100%;
        margin: 0;
        padding: 0.5rem;
    }
    .contactbox dl dd {
        width: 100%;
    }
    .contactbox dl dd input {
        width: 100%;
        margin-bottom: 3rem;
    }
    
}

/*.bn_submit::after {
    content: "\f35a";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
}*/

/*common*/
.bold {
    font-weight: bolder;
}

.c-red {
    color: #F25042;
}

.c-breadcrumb {
    z-index: 20;
    position: relative;
}
a.no-href {
    color: inherit;
    text-decoration: none !important;
}


@media screen and (max-width:768px) {

.content-page .c-box__ttl {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0;
}
}