@charset "UTF-8";

/* PC用 */
@media screen and (min-width: 768px) , print {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
  
  #content_area > section > #photo-space {
    float: left;
    width: 220px;
    margin: 0 20px 0 10px;
  }
  #content_area > section > #text-space {
    float: left;
    width: calc(100% - 260px);
    margin-right: 10px;
  }
  #content_area > section > #text-space > p {
    line-height: 1.6em;
  }
  #content_area > section > #text-space > #logo-bgwhite {
    text-align: center;
    margin: 20px 0;
  }
  #content_area > section > #text-space > ul {
    line-height: 1.6em;
  }
  #content_area > section > #text-space > ul > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #content_area > section > #text-space > ul > li::first-letter {
    font-weight: bold;
    color: #E60012;
  }
  #content_area > section > #text-space > h4 {
    text-align: right;
  }
  #content_area > section > #text-space > h4 > p {
    display: inline-block;
    text-align: left;
  }
}
 
/* 小さい画面用 */
@media screen and (max-width: 767px) {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
  
  #content_area > section > #photo-space {
    width: calc(100% -20px);
    margin: 0 10px;
    text-align: center;
  }
  #content_area > section > #text-space {
    width: calc(100% -20px);
    margin: 0 10px;
  }
  #content_area > section > #text-space > p {
    line-height: 1.6em;
  }
  #content_area > section > #text-space > #logo-bgwhite {
    text-align: center;
    margin: 20px 0;
  }
  #content_area > section > #text-space > ul {
    line-height: 1.6em;
  }
  #content_area > section > #text-space > ul > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #content_area > section > #text-space > ul > li::first-letter {
    font-weight: bold;
    color: #E60012;
  }
  #content_area > section > #text-space > h4 {
    width: 100%;
    text-align: right;
  }
  #content_area > section > #text-space > h4 > p {
    display: inline-block;
    text-align: left;
  }
  #content_area > section > #text-space > h4 > br {
    display: inherit;
  }
}




