@charset "UTF-8";
/*
 ============================================================
  ファイル名：report.css
  機能概要：
  レポートページ用CSS

  更新履歴：
  2015.04.28：作成
 ============================================================
*/
/* ------------------------------------------------------------
	01. SITE SETTING CSS
   ------------------------------------------------------------ */
.article__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

.report__btn {
  display: none; }

.sec01 {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem; }
  .sec01 p {
    line-height: 1.8; }
  .sec01__title img {
    width: 279px; }

.sec02 .inner {
  width: 1000px;
  margin: 0 auto; }

  .sec02 p {
    line-height: 1.8;
	  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px; }
  .sec02 p.report_point {
  margin-bottom: 0; }




.sec02__list {
  margin-bottom: 40px; }
  .sec02__list:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }
  .sec02__list li {
    width: 490px;
    padding: 0 20px 20px; }
    .sec02__list li .figure {
      min-height: 250px; }
  .sec02__list p {
    font-size: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7; }
  .sec02__list01 {
    float: left;
    min-height: 1005px;
    margin-bottom: 20px;
    border: 2px solid #61c3ee; }
  .sec02__list02 {
    float: right;
    min-height: 1005px;
    margin-bottom: 20px;
    border: 2px solid #f0ba60; }
  .sec02__list03 {
    float: left;
    min-height: 920px;
    border: 2px solid #a0bd78; }
  .sec02__list04 {
    float: right;
    min-height: 920px;
    border: 2px solid #b592b9; }

.sec03 {
  padding: 0 0 40px; }
  .sec03 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }

.noticesec01 {
  padding: 15px 20px;
  border: 2px solid #064085;
  background: #ebf2fa;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem; }
  .noticesec01__ttl {
    color: #064085; }
  .noticesec01__sttl {
    font-weight: bold; }
	
	
	
#backgroundBlack {
	display: none !important;
}

#main{
	display: none;
}


