@charset "UTF-8";
/*main start*/

#main {
    background-color: #00523a;
    margin-bottom: 170px;
}

#main .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
}

#ar .mainvisual {
    position: relative;
}

#ar .mainvisual .txt_img {
    position: absolute;
    left: -133px;
    bottom: 0;
}
.accbox .accshow_ar {
    box-sizing: border-box;
    border-radius: 8px;
    height: 0;
    margin-left: -30%;
    padding: auto 1rem;
    overflow: hidden;
    text-align: left;
    transition: all .8s;
    width: 160%;
    z-index: -1;
}
.cssacc:checked + label + .accshow_ar {
    height: auto;
    background: #eaeaea;
    padding: 4px;
    position: relative;
    top: -4px;
}
.accshow_ar p {
    background-color: #fff;
    border-radius: 8px;
    height: 430px;
    line-height: 1.75rem;
    padding: 1rem;
}
@media screen and (max-width: 1280px) {
#ar .mainvisual .txt_img{
    left: 0;
}
}

.mainvisual img {
    display: block;
}

#main .description {}

#main .description h1 {
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

#main .description p {
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    width: 22em;
}

#ar .accordion li {
    max-width: 250px;
    padding: 0 40px;
    width: auto;
}

#ar .accbox label {
    height: auto;
    padding: 20px 0;
}

#ar .accbox label p {
    font-weight: bold;
    padding: 13px 0;
    width: 9em;
}

#ar .accshow_ar img {
    display: block;
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
}

.plan {
    display: block;
    background-color: #dddddd;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
    width: 100vw;
}

.plan_inner {
    margin: 0 auto;
    max-width: 1000px;
}

.plan h2 {
    color: #00523a;
    font-size: 2rem;
    padding-top: 4.5rem;
    text-align: left;
}
.basic_plan{
    display: flex;
    justify-content: space-between;
    margin-bottom: -4rem;
}
.basic {
    display: inline-block;
    vertical-align: top;
}

.plan ul {
    line-height: 2rem;
}

.pdf_boxPC {
    border: 1px solid #4d4d4d;
    background: #fff;
    height: 254px;
    width: 178px;    
}
.pdf_img{
    display: block;
    margin: 1rem 0 1rem 2rem;
    text-align: center;
}
.pdf_img a:hover{
    text-decoration: none;
}
.pdf_text {
    margin: 1rem;
    text-align: left;
}
.pdf_text span{
    display: block;
    line-height: 1.5;
}

.arrow-icon {
    height: 25px;
    margin: 0 auto 1.5rem 0.5rem;
    width: 25px;
}

.plan li{
    text-indent: -1em;
    padding-left: 1em;
}
.plan h3 {
    font-size: 1.5rem;
}

.plan h4 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0.75rem 0;
}
.br-sp{
    display: none;
}
table {
    font-size: 1rem;
    margin: 20px 0;
    width: 1000px;
}

thead, tr, td {
    border: 1px solid #636363;
    padding: 1.1rem auto;
    text-align: center;
    vertical-align: middle;
}

thead, th {
    background: #8b8b8b;
    color: #fff;
}

th {
    font-weight: normal;
    padding: 1.1rem 0.75rem;
}

td {
    width: 8rem;
}

tbody {
    background: #fff;
    border: 1px sorid #636363;
}

#tableSP {
    display: none;
}
.pdf_boxSP {
    display: none;
}

@media screen and (max-width: 768px) {
    .br-sp{
        display: block;
    }
    .indent-sp{
        text-indent: -1em;
        padding-left: 1em;
    }
    .bl_text {
        font-size: 1.25rem;
    }
    .accordion label p {
        margin-bottom: 3rem;
    }
    .accordion li {
        margin-bottom: 2rem;
    }
    .anchorlink {
        margin: 0 auto;
    }
    .work ul {
        margin: 20px 30px;
        max-width: 90%;
    }
    .marker_text {
        font-size: 1rem;
        max-width: 90%;
    }
    .plan h2 {
        font-size: 5.3vw;
        text-align: left;
    }
    .plan h3 {
        font-size: 4.8vw;
    }
    .plan h4 {
        font-size: 4.3vw;
    }
    .plan ul {
        line-height: auto;
    }
    .plan p, .plan li {
        font-size: 3.2vw;
        line-height: 1.7;
    }
    .plan_inner {
        max-width: 90%;
    }
    .basic_plan{
        margin-bottom: 4rem;
    }
    .pdf_boxPC {
        display: none;
    }
    #main {
        background-color: transparent;
    }
    #main .inner {
        display: block;
    }
    .mainvisual {
        background-color: #00523a;
        line-height: 0;
        margin-bottom: 8vw;
        text-align: right;
    }
    .mainvisual img {
        display: inline-block;
        height: 48vw;
    }
    #ar .mainvisual .txt_img {
        height: 20vw;
        left: 5vw;
    }
    #main .description {
        margin: 0 auto;
        width: 90%;
    }
    #main .description h1 {
        color: #000;
        font-size: 5.3vw;
        margin-bottom: 1rem;
        max-width: none;
    }
    #main .description p {
        color: #000;
        font-size: 3.2vw;
        width: auto;
    }
    #ar .accordion {
        display: block;
    }
    #ar .accordion li {
        margin-bottom: 10vw;
    }
    #tablePC {
        display: none;
    }
    #tableSP {
        display: inline;
        
    }
    #tableSP thead th {
        border-right-color: #636363;
        border-right-style: solid;
        border-right-width: 1px;
        font-size: 3.3vw;
    }
    #tableSP tbody th {
        font-size: 3vw;
        padding: 2vw 1vw;
    }
    #tableSP tbody td {
        font-size: 3vw;
        padding: 2vw 1vw;
    }
    .pdf_boxSP {
        display: block;
        border: 1px solid #4d4d4d;
        background: #fff;
        height: auto;
        margin-top: 2rem;
    }
    .pdf_boxSP a{
        display: flex;
    }
    .pdf_img{
        display: flex;
        height: auto;
    }
    .pdf_img a:hover{
        text-decoration: none;
    }
    .pdf_text {
        font-size: 3.5vw;
        margin: auto 1rem;
        text-align: left;
    }
    .pdf_text span{
        display: block;
        line-height: 1.5;
    }
    
    .arrow-icon {
        border: #fff solid 2px;
        border-radius: 1rem;
        height: 25px;
        position: relative;
        right: 25px;
        top: 70px;
        width: 25px;
    }
}