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

/*--------------------------------
  ページタイトル
*/
.page-ttl-bg {
  background: url("/images/news/ttl-img.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  aspect-ratio: 25 / 6;/*750　x　180*/
}
.page-ttl-bg .page-ttl {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 0px 1px 8px rgba(0,0,0,0.40);
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .page-ttl-bg .page-ttl {
    font-size: 3rem;
  }
  .page-ttl-bg {
    aspect-ratio: 44 / 7;/*1320　x　210*/
  }
}
.lead-1 {
  margin: 20px 10px 10px;
}
.news {
  padding: 30px 10px;
}
.news ._inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lead-1 {
    margin: 40px 20px 20px;
  }
  .news {
    padding: 60px 20px;
  }
  .news ._inner {
    max-width: 1060px;
  }
}
/*お知らせ*/
.news .news-list li {
  background-color: #fff;
  border-bottom: var(--cmn-gray05) 1px solid;
  overflow: hidden;
  position: relative;
  padding: 1.5em 2.5em 1.5em 1.5em;
  transition: 0.3s;
}
.news .news-list li:first-child {
  border-top: var(--cmn-gray05) 1px solid;
}
.news .news-list li a {
  color: inherit;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news .news-list li::after {
  content: '';
  display: block;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.5em;
  height: 0.5em;
  border-top: var(--cmn-red) 1px solid;
  border-right: var(--cmn-red) 1px solid;
  transform: rotate(45deg);
}
.news .news-list .date-box {
  line-height: 1.5;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.news .news-list .date {
  color: var(--cmn-gray03);
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.news .news-list .news-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .news ._news {
    width: calc((660 / 1060) * 100%);
  }
  .news .news-list li {
    padding: 1.5em 3em 1.5em 1em;
  }
  .news .news-list li:hover {
    background-color: var(--cmn-gray06);
  }
  .news .news-list li:hover .date,
  .news .news-list li:hover {
    color: var(--txt-link01);
    text-decoration: underline;
  }
  .news .news-list .date-box {
    float: left;
    overflow: hidden;
    width: 13em;
  }
  .news .news-list .news-txt {
    overflow: hidden;
    margin: 0;
  }
}


/*--------------------------------
  詳細ページ
*/
.news-det {
  margin: 0 0 60px
}
.news-det .update {
  border-bottom: var(--cmn-gray04) 1px dotted;
  color: var(--cmn-gray03);
  font-size: 1.6rem;
  padding: 10px 0;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.news-det .news-det-ttl {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
}
.news-det p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.news-det p a {
  color: var(--txt-link01);
  text-decoration: underline;
  transition: 0.3s;
}
/*.news-det a[target="_blank"] {}*/

/*一覧に戻る*/
.news .page-prev {
  border-top: #444 1px solid;
  padding: 2em 0;
  max-width: 1060px;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  .news-det .news-det-ttl {
    font-size: 2.0em;
    margin: 0 0 40px;
  }
  .news-det p a:hover {
    color: var(--txt-link01-hv);
  }
}
/*ニュース詳細のフリースペース*/
.news-det .news-content {
  font-size: 1.6rem;
  line-height: 1.5;
}
.news-det .news-content a {
  color: var(--txt-link01);
  text-decoration: underline;
  transition: 0.3s;
}
.news-det .news-content ul,
.news-det .news-content ol {
  margin: 1em 0 1em 1.5em;
}
.news-det .news-content ul li {
  list-style: disc;
  margin: 0.3em 0;
  line-height: 1.4;
}
.news-det .news-content ol li {
  list-style-type: decimal;
  margin: 0.3em 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .news-det .news-content a:hover {
    color: var(--txt-link01-hv);
  }
}
/*--------------------------------
  「まけないぞ！日本」
*/
.header-pop {
  background: #fff url(/images/pop_header_bg.gif) no-repeat left top;
  height: 52px;/*72px*/
  padding: 20px 20px 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.header-pop .logo-pop {
  float: left;
  display: inline;
  width: 220px;
  }
.er_project_wrap {
  width: 980px;
  margin: 0 auto 40px;
}
#er_project{
	width: 584px;
	margin: 0 auto 20px;
	position:relative;
  line-height: 1.5;
  overflow: hidden;
}
#er_project h2{
	width: 285px;
	padding: 0;
	margin: 0 auto 20px;
}
#er_project a:link {
	color:#069;
	text-decoration: underline;
	}
#er_project a:visited {
	color:#069;
	text-decoration: underline;
	}
#er_project a:hover {
	color: #099;
	text-decoration: underline;
	}
#er_project .al_center {
	text-align: center;
	}

#er_project dl {
	margin-top: 20px;
	}
#er_project dt {
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0
	}
#er_project dd {
	margin: 0;
	padding: 0 0 15px 0;
	}
#er_project dd ol {
	margin-left: 20px;
	}
#er_project dd li {
	padding: 0 0 10px 0;
	margin: 0;
	}
#er_project dd li p {
	margin: 0 0 5px;
	padding: 0;
	}
.txt_bold {
	font-weight: bold;
	}
#er_project .money_box  {
  width: 400px;
  padding: 10px;
  background-color: #efefef;
  margin: 0 auto;
  }
#er_project .money_box table {
  width: 360px;
  border-spacing: 3px;
  margin: 0 auto;
  }
#er_project .money_box table th {
  width: 120px;
  padding: 5px;
  text-align: left;
  }
#er_project .money_box table td {
  background-color: #FFF;
  border: #CCC 1px solid;
  padding: 7px 5px 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  }
#er_project .money_box table td span {
  font-size: 2.4rem;
  display: inline-block;
  }

/*------------------------------
	er_project-2
*/
#er_project h2.report_tit{
	width: 205px;
}
.maintxt {
	border: #ccc 3px double;
	padding: 20px 15px 15px;
	}
.maintxt p {
	margin-bottom: 10px;
	line-height: 140%;
	}
#profile dt {
	border-bottom: #999 1px solid;
	padding: 5px 0;
	margin-bottom: 10px;
	}
#profile dd li {
	border-bottom: 1px #CCC dotted;
	padding: 5px 0;
	overflow:auto;
	line-height: 130%;
	}	
#profile dd li span {
  float: left;
  width: 80px;
  display: inline;
  }
#profile dd li p {
  float: left;
  width: 490px;
  display: inline-block;
  }
.er2_layout {
	margin-bottom: 20px;
  overflow: hidden;
	}
.er2_layout .l_box {
	float: left;
	display: inline;
	}
.er2_layout .r_box {
	float: right;
	display: inline;
	}

.w280 { width: 280px;}
.w300 { width: 300px;}

.er2_layout span.caption { 
	font-size: 85%;
	display: block;
	padding: 3px 0 0;
	}
.er2_layout p {
	margin-bottom: 10px;
	}

.er2_layout ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	}
.dot_bodertop {
	border-top: 1px #CCCCCC dotted;
	padding-top: 5px;
	}
#er2_torikumi {
	border: 4px #e6e6e6 solid;
	padding: 20px;
	}

#er2_torikumi .title_txt { text-align: center; font-weight: bold; margin-bottom: 10px; }
#er2_torikumi p { line-height: 130%; margin-bottom: 15px; }
#er2_torikumi .sign_txt { text-align: right; }

.receipt_box {
	margin-top: 20px;
	padding: 4px;
	border: 1px #CCCCCC solid;
	margin-bottom: 50px;
	}
hr.line {
	clear:both;
	color: #afafaf;
	background-color: #ccc;
	width: 940px;
	height: 5px;
	border: none;
	padding: 0;
	margin: 30px 0;
}
#close {
  text-align: center;
  margin: 15px;
}