@charset "UTF-8";
/* CSS Document */
.document {
    margin-top: 50px;
}

.bg_yellow {
    background-image: url(../images/document_bg.png);
    background-repeat: no-repeat;
    padding-bottom: 10px;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
.document_inner {
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: -10px 10px 0 rgba(110, 115, 90, 0.3);
    margin: 0 24px 60px;
    padding: 50px 20px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.5rem;
}
main.main .h2_document {
    color: #655952;
    padding: 45px; 
}
dl {
    margin-bottom: 20px;
}
dt {
    margin-bottom: 10px;
}
.dt_square {
    color: #FF4F14;
    font-size: 110%;
}
dd {
    margin-left: 20px; 
}
.dd_large {
    font-size: 140%;
    line-height: 1.8;
}
.dd_adress {
    font-size: 130%;
}
.dd_attention {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    margin: 10px 0;
	/* display: flex;
	justify-content: center; */
}
.discription {
    margin: 30px 0 10px;
}

@media(min-width:768px) {
    .document {
        margin-top: 80px;
    }
    .bg_yellow {
        background-image: url(../images/document_bgpc.png);
        background-repeat: no-repeat;
        padding: 0 50px 30px 50px;
        -moz-background-size:100% 100%;
        background-size:100% 100%;
    }
    .document_inner {
        max-width: 960px;
        box-shadow: -10px 10px 0 rgba(110, 115, 90, 0.3);
        margin: 0 auto 60px;
        padding: 80px 100px;
        font-weight: 600;
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .h2_document {
        color: #655952;
        padding: 45px; 
    }
    dl {
        margin-bottom: 30px;
        display: flex;
    }
    dt {
        margin-bottom: 10px;
    }
    .dt_square {
        color: #FF4F14;
        font-size: 110%;
    }
    .nonflex {
        display: block;
    }
    .dd {
        margin: 0;
    }
    .dd_large {
        line-height: 1;
    }
    dd a {
        line-height: 3;
    }
    .dd_attention {
        margin: 10px 0;
        /* display: flex;
        justify-content: center; */
    }
    .discription {
        margin: 30px 0 0;
    }
}
