#header #headerimage {
    width: 100%;
    max-width: 480px;
    background-image: url(../images/faq_1.jpg);
    height: 250px;
    clear: both;
    background-size: 1000px auto;
    margin-top: 30px;
    background-position: 12% 0%;
}
#headerimage h4 {
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.4);
    font-size: 160%;
    width: 250px;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    margin-top: 80px;
}
#QandA  {
    clear: both;
}
#QandA h4 {
    font-size: 130%;
    color: #1D3218;
    border-bottom: medium solid #1D3218;
    text-align: center;
    font-weight: bold;
    width: 350px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#mitsumori h5 {
    background-color: #EFE89E;
    height: 38px;
    font-size: 120%;
    color: #1D3218;
    margin-bottom: 20px;
    width: 350px;
    padding-top: 2px;
}
#shouhin {
    margin-top: 40px;
}
#shouhin h5   {
    background-color: #CBE2A9;
    height: 38px;
    font-size: 120%;
    color: #1D3218;
    margin-bottom: 20px;
    width: 350px;
    padding-top: 2px;
}
#sagyou {
    margin-top: 40px;
}
#sagyou h5  {
    background-color: #9AC5D4;
    height: 38px;
    font-size: 120%;
    color: #1D3218;
    margin-bottom: 20px;
    width: 350px;
    padding-top: 2px;
}
.acd-content p {
    font-size: 110%;
    color: #1D3218;
}
.acd-check{
    display: none;
}
.acd-label{
    background: #E3E2DC;
    color: #1D3218;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 115%;
    margin-bottom: 1px;
    padding-left: 10px;
    padding-right: 50px;
    position: relative;
    text-align: left;
}
.acd-label:after{
    background: #E3E2DC;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 30px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #E3E2DC;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    font-size: 110%;
    line-height: 1.8em;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
    float: none;
    clear: none;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 200px;
    opacity: 1;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    visibility: visible;
    padding-right: 15px;
    float: none;
    clear: none;
}
#tokutei {
    margin-top: 40px;
    background-color: #E3E2DC;
    height: 1740px;
}
#tokutei h4 {
    font-size: 130%;
    color: #1D3218;
    border-bottom: medium solid #1D3218;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 350px;
}
#tateline dl {
    margin-top: 0px;
}
#tateline #outline {
    border-bottom: thin solid #1D3218;
    padding-bottom: 15px;
    width: 340px;
}
#tateline #setumei {
    padding-top: 15px;
    width: 340px;
}
#tateline dl dt {
    font-weight: bold;
    color: #1D3218;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 110%;
    width: 340px;
    text-decoration: none;
}
#tateline dl dd {
    color: #1D3218;
    margin-left: 10px;
    margin-bottom: 15px;
    line-height: 1.5
.５em
.５em;
    line-height: 1.8
.８em
.８em;
    line-height: 1.5em;
    font-size: 110%;
    width: 330px;
    text-decoration: none;
}
