@charset "UTF-8";
/* CSS Document */
.back_green{
    background-color: #DBEDD3;
    }
.pdf_green {
    background-color: green;
    border-radius: 5px;
    padding: 10px 0px 40px 0px;
    text-align: center;
    margin-bottom: 4%;
}
.box1 {
    display: flex;
}
.no_green {
    color: #FFFFFF;
    font-size: 3.5em;
    line-height: 1.5em;
    font-weight: bold;
}
.box1_left {
    width: 25%;
}
.box1_right {
    width: 75%;
    padding-right: 5%;
    text-align: left;
}
.box1_right p {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 500;
    padding-top: 2%;
    ext-align: left;
}
.btn_pdf {
    display: inline-block;
    text-align: center;
    border: 2px solid #DBEDD3;
    background-color: #FFF;
    font-size: 16px;
    color: red;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 4px;
    transition: .4s;
    margin-top: 3%;
}
.btn_pdf:hover {
    background-color: #559F00;
    border-color: #fff;
    color: #fff;
}
.app_btn {
    display: inline-block;
    text-align: center;
    border: 2px solid #559F00;
    background-color: #559F00;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 4px;
    transition: .4s;
    margin-top: 2%;
}
.app_btn:hover {
    background-color: #DBEDD3;
    border: 2px solid #559F00;
    color: #559F00;
}
.img2 {
    width: 70%;
    margin-top: 9%;
}
.img3 {
    width: 10%;
    margin-top: 5%;
}

h4 {
    background-color: #D0D0D0;
    font-size: 1.4em;
    text-align: center;
    padding: 15px;
    line-height: 1.3em;
}
.h4_sub {
    font-size: 0.8em;
    font-weight: normal;
}
.text1 {
        font-size: 1.0em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 20px 0px 20px 0px;
}
h5 {
    background-color: #D0D0D0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
}
.h5_top {
    background-color: #D0D0D0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px;
}
h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    padding: 25px 0px 10px 0px;
    margin-bottom: 0;
}
.ryui_text {
    font-size: 0.8em;
    line-height: 1.8em;
    padding: 0px;
    margin: 0;
    text-indent: 1em;
}
.ryui_text2 {
    font-size: 0.8em;
    line-height: 1.8em;
    padding-bottom: 10px;
    margin: 0;
}
.ryui_text3 {
    font-size: 0.8em;
    line-height: 1.8em;
    padding-bottom: 10px;
    margin: 0;
    text-indent: 1em;
}
.ryui_text4 {
    font-size: 0.8em;
    line-height: 1.8em;
    padding-bottom: 0px;
    margin: 0;
}
.ryuijiko {
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 50px 0px;
}
.shonin_bango {
    font-size: 0.8em;
    line-height: 1.8em;
    padding-bottom: 10px;
    text-align: right;
}
.agree {
    line-height: 2em;
    text-align: center;
    padding-bottom: 20px;
}
.return {
    margin: 70px 0px 320px 0px;
    text-align: center;
}




.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 150px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit;
}
.accordion-box label:after {
    content: "▼ 続きをよむ";
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: green;
    width: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 130px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box input:checked + label:after {
    content: "▲ 閉じる";
}

.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    margin-bottom: 30px;
}





@media screen and (max-width: 1020px) {
    .ryuijiko {
    margin: 20px;
}

}
