/* btn-list
------------------------- */

h2.btn-list-ttl {
    margin: 10%;
}



/* index1 
------------------------- */

.hd0001-btn {
    color: var(--color-main);
    border: solid 2px var(--color-main);
    border-radius: 4px;
    padding: 0;
    font-weight: bold;
    display: inline-block;
    /* width: 148px; */
    text-align: center;
    margin-left: 1.3em;
}

.hd0001-btn:hover {
    background: #ccc;
    opacity: 1;
}

.hd0001-btn i {
    padding-left: 1em;
}

.fv0002-btn {
    color: #fff;
    background: var(--color-main);
    border-radius: 10px;
    font-size: 16px;
    padding: 1em 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    text-align: center;
    position: relative;
}

.fv0002-btn::before {
    position: absolute;
    content: "";
    right: 30px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fv0002-btn:hover {
    background: #ccc;
    opacity: 1;
}

@media (max-width: 767px) {

    .fv0002-btn {
        border-radius: 8px;
    }
}

/* 
------------------------- */

.btn-editor {
    color: #fff;
    background: var(--color-main);
    border-radius: 4px;
    padding: .7em 0;
    font-weight: bold;
    display: flex;
    width: 100%;
    max-width: 250px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/*
------------------------- */

.more-btn {
    color: var(--color-main);
    border: solid 2px var(--color-main);
    border-radius: 4px;
    padding: .7em 0;
    font-weight: bold;
    display: flex;
    width: 148px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.more-btn:hover {
    background: #ccc;
    opacity: 1;
}

.more-btn i {
    padding-left: 1em;
    font-size: 12px;
}

.more-btn.contact {
    background: #fff;
}


.news-btn {
    color: #251E1C;
    border-radius: 4px;
    padding: .7em 0;
    font-weight: bold;
    display: flex;
    width: 148px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.news-btn i {
    font-size: 12px;
    padding-left: .7em;
}

@media (max-width: 767px) {
    .news-btn {
        justify-content: flex-end;
    }
}

.contact-btn {
    color: var(--color-main);
    border: solid 2px var(--color-main);
    border-radius: 10px;
    padding: 1.2em;
    font-weight: bold;
    display: inline-block;
    width: 280px;
    text-align: center;
}

.contact-btn i {
    padding-left: 1em;
    font-size: 14px;
}

.contact-btn:hover {
    border: solid 2px #707070;
    color: #707070;
    opacity: 1;
}

@media only screen and (max-width: 767px) {}


.co0003-btnwrap {
    margin-top: 32px;
}

.co0003-btn {
    font-weight: bold;
    border-radius: 10px;
    width: 260px;
    display: inline-block;
    padding: 1em;
    background: #DEDEDE;
    text-align: center;

}

.co0004-arrowrap {
    text-align: right;
}

.co0004-btn:hover {
    transform: translate(50px, 0);
}


.po0001-arrowrap {
    margin-top: 16px;
}

.po0001-arrowrap .arrow-m {
    margin-left: .7em;
    margin-bottom: .7em;

}






/* 404page
------------------------- */

.error-page-btn {
    color: var(--color-main);
    background: var(--color-main);
    color: #fff;
    border-radius: 10px;
    padding: 1.2em;
    font-weight: bold;
    display: inline-block;
    width: 280px;
    text-align: center;
}

.error-page-btn:hover {
    background: #ccc;
    opacity: 1;
}



.po0008-btnwrap {
    /* margin-top: 10%; */
    text-align: right;
}

.po0008-btn {
    display: inline-block;
    text-align: center;
    text-decoration: underline #ccc;
    line-height: 2;
    width: 260px;
    position: relative;
    background-image: url(../img/arrow-gray.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    font-weight: bold;
}

.po0008-btn:hover {
    opacity: 1;
    text-decoration: underline #000;
    background-position: 100%;
}










/* ページトップへ戻るボタン 
--------------------------------------------------------------*/

#pagetop {
    position: fixed;
    z-index: 999;
    bottom: 13px;
    right: 20px;
}


#pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
}


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

    #pagetop {
        bottom: 93px;
    }
}

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

    #pagetop {
        bottom: -1000px;
    }
}






/* pt0004 
-------------------------------- */

.pt0004 .button {
    margin: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--color-accent);
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: .6em;
}

.icon-up {
    vertical-align: middle;
}

.pt0004 .button:hover {
    opacity: .7;
}