@charset "UTF-8";
/* pagetopに戻る */
html {
    scroll-behavior: smooth;
}
body {
    /* max-width: 800px; */
    margin: 0 auto;
}
div {
    margin: 0 auto;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px rgb(15, 112, 177);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0.5;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid rgb(15, 112, 177);
    border-right: 3px solid rgb(15, 112, 177);
    transform: translateY(20%) rotate(-45deg);
}
/* pagetopに戻るここまで */

/* a img {
    margin: 1rem;
} */
span.aks {
    display: inline-block;
}
/* table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    height: 3rem;
    font-size: 0.9rem;
} */
.ftp-table {
    border: 1px solid #595959;
	border-collapse: collapse;
    height: 3rem;
    font-size: 0.9rem;
}
table p {
    font-size: 14px;
}
.t-top {
    background-color: chocolate;
    color: fff;
    font-weight: bold;
    text-align: center;
}
.t-left {
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    width: 100px;
}
.t-right {
    padding-left: 1rem;
}
.ftp-pass {
    font-size: 12px;
    color: chocolate;
}

ol {
    margin-top: -10px;
    margin-bottom: -10px;
}
ol li {
    padding: -20px 0;
    padding: 0.5em 0 0.5em 0;
    list-style-type: none!important;
}
/* img {
    max-width: 820px;
} */

@media (max-width: 2800px){
    .container-p {
        font-size: 16px;
        line-height: 35px;
    }
    .main_p {
        font-size: 1rem;
        padding-left: 1rem;
        line-height: 35px;
    }
    a {
        text-decoration: none;
        color: rgb(15, 112, 177);
    }
    a:hover {
        color: rgb(223, 112, 60);
        text-decoration: underline;
    }
    /* a img {
        max-width: 65%;
        margin-bottom: 0.5rem;
    } */
    .list p {
        font-size: 14px;
        margin: 0 0 -15px;
        line-height: 2.5;
    }
    .mokuji {
        border: solid 2px #31a468;
        border-radius: 5px;
        padding: 0.5em 1em 0.5em 2.3em;
        position: relative;
        /* font-size: 0.8rem; */
        margin: 0.3rem 2rem;
        max-width: 750px;
    }

    /* h1のCSS */
    .heading02 {
        position: relative;
        font-size: 26px;
        text-align: center;
        border-bottom: 5px solid #dddddd;
        margin-bottom: 1.5rem;
        max-width: 800px;
    }
    .heading02::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 5px;
        background-color: #31a468;
    }
    /* h2のCSS */
    .ttl_background1 {
        font-weight: bold;
        background-color: #31a468;
        color: #fff;
        padding: 0.5em 1em calc(0.5em - 6px);
        position: relative;
        margin-bottom: 1rem;
        margin-top: 60px;
    }
    .ttl_background1::after {
        content: '';
        background-color: #31a468;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: -6px;
        left: 0;
    }
    /* h3のCSS */
    .ttl_line3 {
        font-weight: bold;
        border-bottom: 3px solid #e3e3e3;
        padding: 0.3em;
        margin: 60px 0 1rem 0;
        position: relative;
    }
    .ttl_line3::after {
        content: '';
        background-color: #31a468;
        width: 2em;
        height: 3px;
        position: absolute;
        bottom: -3px;
        left: 0;
        z-index: 1;
    }
    .koneta {
        background-color: aliceblue;
        font-size: 0.8rem;
        color: rgb(37, 37, 37);
        padding: 0.5rem;
        margin: 1rem;
        margin-left: -1rem;
        width: 90%;
    }
    .koneta p {
        padding-left: 1rem;

    }
    .container {
        margin-bottom: 3rem;
        margin: 0 auto;
    }
    ol li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 2rem;
        list-style-type: none!important;
    }
}
@media (max-width: 768px){
    .main_p {
        font-size: 1rem;
        line-height: 35px;
    }
    .container-p {
        font-size: 16px;
        line-height: 35px;
    }
}
@media (max-width: 450px){
    .container-p {
        font-size: 16px;
        line-height: 35px;
    }
    .main_p {
        font-size: 0.9rem;
        padding-left: 0.3rem;
        line-height: 30px;
    }
    a img {
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
    /* h1のCSS */
    .heading02 {
        position: relative;
        font-size: 20px;
        text-align: center;
        border-bottom: 5px solid #dddddd;
    }
    .heading02::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 5px;
        background-color: #31a468;
    }
    /* h2のCSS */
    .ttl_background1 {
        font-weight: bold;
        font-size: 22px;
        background-color: #31a468;
        color: #fff;
        padding: 0.5em 1em calc(0.5em - 6px);
        position: relative;
        margin-bottom: 0.8rem;
        margin-top: 1rem;
    }
    .ttl_background1::after {
        content: '';
        background-color: #31a468;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: -6px;
        left: 0;
    }
    .mokuji {
        border: solid 2px #31a468;
        border-radius: 5px;
        padding: 0.2em 1em 0.5em 2.3em;
        position: relative;
        font-size: 0.8rem;
        margin: 0.3rem;
    }
    .mokuji li {
        margin-left: 1px;
    }
    ol li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 0;
        list-style-type: none!important;
    }
    .koneta {
        margin: 0 auto;
    }
}

  /* ---------------------------------------- */
a.btn_05 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 344px;
    height: 60px;
    margin: auto;
    padding: 1.5rem 4rem;
    font-weight: bold;
    border-radius: 0.3rem;
    border-bottom: 7px solid #378f61;
    background: #48bd80;
    color: #fff;
    font-size: 16px;
}
a.btn_05:hover {
    margin-top: 6px;
    border-bottom: 1px solid #48bd80;
    color: #fff;
}
.t-btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}