@charset "UTF-8";
/* Scss Document */
@import url("/shse/ehc/css/base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*メイン*/
#m_top {
  width: 100%;
  margin: 0; }
  #m_top h1 {
    background-image: url("/shse/ehc/img/report/top_img.jpg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 225%;
    text-align: center;
    padding: 3em 0; }

#report {
  margin: 3em auto 0; }
  #report ul {
    width: 100%;
    margin: 2em 0 0; }
    #report ul li {
      width: 100%;
      border-bottom: 1px dotted #666;
      padding: 0 0 1em;
      margin: 0 0 1em; }
      #report ul li:last-child {
        border-bottom: none; }
      #report ul li dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #report ul li dl dt {
          width: 100px; }
        #report ul li dl dd {
          width: calc(100% - 120px);
          font-size: 115%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #report ul li dl dd .area {
            width: 80%; }
            #report ul li dl dd .area h2 {
              font-size: 110%;
              margin: 0 0 1em;
              color: #028C3E; }
              #report ul li dl dd .area h2 span {
                display: block;
                font-weight: normal;
                font-size: 90%; }
            #report ul li dl dd .area p {
              width: 100%; }
          #report ul li dl dd figure {
            width: 20%;
            padding: 0 0 2em; }
            #report ul li dl dd figure img {
              border: 1px solid #eee;
              margin: 0 0 1em; }
            #report ul li dl dd figure span a {
              display: block;
              width: 96%;
              background-color: #00a2b1;
              color: #fff;
              padding: 0.25em 2%;
              font-size: 80%;
              text-decoration: none;
              border-radius: 6px;
              font-weight: normal;
              transition: all 0.2s linear;
              text-align: center; }
              #report ul li dl dd figure span a:hover, #report ul li dl dd figure span a:active {
                background-color: #00BFD0; }

#r_bottom {
  margin: 4em auto 0; }
  #r_bottom #sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #r_bottom #sns li {
      width: 66px;
      margin: 0 2%; }




h3.report_headline_color{
  color: #026B30;
  margin-top: 1rem;
  font-size: 1rem;
}

p.report_contents{
  font-size: 1rem;
  padding-left: 1rem;
  line-height: 1.8;
}

ul.booklists{
  width: 80%;
  padding: 0!important;
  margin: 0 0 1rem 0.5rem!important;
}
li.booklists{
  border:none!important;
  font-size: 1rem;
  list-style: none;
  padding: 0 0 0.8rem 0.5rem!important;
  margin: 0 !important;
  text-indent: -1rem;
  padding-left: 1rem;
}

a.link_pdf {
  color: #000077;
  transition: background-color .5s;
  text-decoration: none;
  border-bottom: 1px solid #66CCCC;
}

a.link_pdf:hover {
  background-color: #E6FFE9;
}



/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/
  #report, #r_bottom {
    width: 1000px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/
  #report, #r_bottom {
    width: 90%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/
  #m_top h2 {
    width: 46%; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*メイン*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  #m_top {
    margin: 0; }
    #m_top h1 {
      text-align: center;
      padding: 2em 0;
      font-size: 180%; }

  #report {
    margin: 3em auto 0;
    padding-right: 1rem;}
    #report ul {
      width: 100%;
      margin: 2em 0 0; }
      #report ul li {
        width: 100%;
        border-bottom: 1px dotted #666;
        padding: 0 0 1em;
        margin: 0 0 1em;
        position: static; }
        #report ul li:last-child {
          border-bottom: none; }
        #report ul li dl {
          width: 100%;
          flex-direction: column; }
          #report ul li dl dt {
            width: 100%; }
          #report ul li dl dd {
            width: 100%;
            flex-direction: column; }
            #report ul li dl dd .area {
              width: 100%; }
            #report ul li dl dd figure {
              width: 60%;
              padding: 0 0 2em;
              margin: 1em auto 0; }

  #r_bottom {
    margin: 3em auto 0; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*メイン*/ }
