@charset "utf-8";
/* CSS Document */



@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */


.report ul {
    width: 100%;
display: flex;
    flex-direction: column;
}

.report div {
    border-bottom: 1px dashed #d0cfcf;
}

.report div h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.report ul li a {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 35px;
    padding: 2px 0 13px 35px;
    background: url(/img/150625/pdficon_small.png) no-repeat 10px 1px;
}

#contents h2 {
    font-size: 1.8rem;
    color: inherit;
    background: none;
    border-bottom: 2px solid #d0cfcf;
}

.left {
    float: none !important;
}

























}
