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

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



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

.hd0001-btn {
    color: #3B68B3;
    border: solid 2px #3B68B3;
    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: #0068B7;
    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: 768px) {

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






.more-btn {
    color: #3B68B3;
    border: solid 2px #3B68B3;
    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: 178px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding-right: 4em;
    position: relative;
}

.news-btn::before {
    position: absolute;
    content: "";
    right: 29px;
    width: 36px;
    height: 37px;
    background: url(../img/icon-arrow.svg);
}

.news-btn.-s-news {
    width: 248px;
}

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

    .news-btn::before {
        right: 0;
    }
}

.contact-btn {
    color: #3B68B3;
    border: solid 2px #3B68B3;
    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: 768px) {}


.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: #0068b7;
    background: #0068b7;
    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: 768px) {

    #pagetop {
        bottom: -1000px;
    }
}

/* pt0001 
-------------------------------- */

.pt0001 .button {
    margin: 10px;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    /* border: 1px solid; */
    cursor: pointer;
    /* transform: scale(1, -1); */
    transform: rotate(90deg);
}

.pt0001 .yazirusi {
    margin-left: 10px;
    width: 40px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: skew(-45deg);
}



/* pt0002 
-------------------------------- */

.pt0002 .button {
    margin: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    border: solid gray 1px;
    border-radius: 50%;
    cursor: pointer;

}

.pt0002 .button:hover {
    background: gray;
}




/* pt0003
-------------------------------- */

.pt0003 .button {
    margin: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: solid gray 3px;
    cursor: pointer;
}

.pt0003 .yazirusi {
    font-size: 20px;
    color: gray;
}

.pt0003 .button:hover {
    background: gray;
    color: #fff;
}

.pt0003 .button:hover .yazirusi {
    color: #fff;
}




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

.pt0004 .button {
    margin: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: orange;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    text-align: center;
}

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



/* pt0005 
-------------------------------- */

.pt0005 .button {
    margin: 10px;
    /* padding: 30px 10px; */
    line-height: 1;
    width: 80px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgb(225, 12, 12);
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    /* transform: rotate(-90deg); */
    text-align: center;
}

.pt0005 .yazirusi {
    font-size: 25px;
    margin-top: 5px;
}

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

/* pt0006 
-------------------------------- */

.pt0006 .button {
    margin: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: solid #707070 1px;
    border-radius: 50%;
    cursor: pointer;

}

.pt0006 .button:hover {
    background: #707070;
}


/* pt0007
-------------------------------- */

.pt0007 .button {
    color: #EB5E00;
    font-family: "Frank Ruhl Libre", serif;
    letter-spacing: 0.2em;
    width: 80px;
    height: 60px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

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


/* pt0008
-------------------------------- */

.pt0008 .button {}