@charset "utf-8";
/* CSS Document */
#fukusa {
}
#fukusa section {
    margin-bottom: 100px;
    overflow: hidden;
}
#fukusa section.mb {
    margin-bottom: 30px;
}
#fukusa section.mb2 {
    margin-bottom: 50px;
}
#fukusa .f_head {
    margin-bottom: 50px;
}
#fukusa .f_head img {
    width:100%;
    height: auto;
}
#fukusa .f_contents {
    width:1100px;
    margin: 0 auto;
}
#fukusa .f_contents h3 {
    font-size: 150%;
    margin-bottom:20px;
    font-weight: bold;
}
#fukusa .f_contents p {
    font-size: 110%;
    line-height: 1.8;
}
#fukusa .f_contents .lbox {
    float: left;
    width:55%;
    margin-right:5%;
}
#fukusa .f_contents .rbox {
    float: right;
    width:40%;
}
#fukusa .f_contents .rbox img {
    width:100%;
    height: auto;
}
#fukusa .f_contents .rbox.mt {
    margin-top: 70px;
}
#fukusa .f_contents ul.piclist {
    overflow: hidden;
}
#fukusa .f_contents ul.piclist li {
    float:left;
    width:50%;
    padding:10px;
    box-sizing: border-box;
}
#fukusa .f_contents ul.piclist li img {
    width:100%;
    height: auto;
}


@media screen and ( max-width:768px ){
#fukusa section {
    margin-bottom: 60px;
    overflow: hidden;
}
#fukusa section.mb {
    margin-bottom: 20px;
}
#fukusa section.mb2 {
    margin-bottom: 40px;
}

#fukusa .f_contents {
    width:100%;
    padding: 10px;
    box-sizing: border-box;
}
/*#fukusa .f_contents p {
    margin-bottom: 30px;
}*/
#fukusa .f_contents .lbox {
    float: none;
    width:100%;
    margin-right:0%;
    margin-bottom: 30px;
}
#fukusa .f_contents .rbox {
    float: none;
    width:100%;
    margin-bottom:30px;
    text-align: center;
}
#fukusa .f_contents .rbox img {
    width:90%;
    height: auto;
}
#fukusa .f_contents .rbox.mt {
    margin-top: 30px;
}

#fukusa .f_contents ul.piclist li {
    float:none;
    width:100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}
#fukusa .f_contents ul.piclist li img {
    width:90%;
    height: auto;
}
}

@media screen and ( max-width:768px ){
#fukusa h2 {
    font-size:150%;
}
#fukusa .f_contents h3 {
    font-size: 130%;
}
#fukusa .f_contents p {
    font-size: 100%;
    line-height: 1.8;
}
#fukusa .f_contents .rbox img {
    width:100%;
    height: auto;
}
#fukusa .f_contents ul.piclist li img {
    width:100%;
    height: auto;
}


}
