
@charset "utf-8";

body {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.top{background-color:#FFFFFF!important;}
.box17{
    margin:2em auto;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 4px red;
    border-bottom: solid 4px black;
}
.box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 4px;
    height: 30px;
    background-color: red;
}
.box17:before{
    content: '';
    position: absolute;
    top: 30px;
    height: 30px;
    width: 4px;
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0;
    padding: 0;
}
.subBodyContent{
		margin-left: 50px;
		margin-right: 50px;
}




