@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&&family=Maven+Pro:wght@400;500;700&family=Hind:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
/*====General===*/
/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}
.for-sp {
  display: none;
}
img.for-pc {
  display: inline;
}
img.for-sp {
  display: none;
}
table.for-pc {
  display: table;
}
table.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}
/*====Top Page===*/
/*====Product Pages===*/
.project-reiwa4 {
  background: #FFF;
}
.project-header {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.project-header h2 {
  margin: 0 0 20px 0;
  padding: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: .1em;
  border-bottom: none;
}
.project-header h2:after {
  background: transparent;
}
.project-header h2 .num {
  color: #000;
  display: inline-block;
  width: auto;
  margin: 0 0 0.03em 0;
  padding: 0 1.5em;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}
.project-header h2 .year {
  display: block;
  width: 78px;
  height: 78px;
  text-indent: -9999px;
  margin: 15px auto;
}
.project-header h2 .year_r7 {
  background: url(../images/icon_reiwa7.png) no-repeat center top;
  background-size: 100%;
}
.project-header h2 .year_r6 {
  background: url(../images/icon_reiwa6.png) no-repeat center top;
  background-size: 100%;
}
.project-header h2 .year_r5 {
  background: url("../images/icon_reiwa5.png") no-repeat center top;
  background-size: 100%;
}
.project-header h2 .year_r4 {
  background: url("../images/icon_reiwa4.png") no-repeat center top;
  background-size: 100%;
}
.project-header h2 .year_r3 {
  background: url("../images/icon_reiwa3.png") no-repeat center top;
  background-size: 100%;
}
.project-header .project-mainimg {
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
}
.project-header .project-mainimg img {
  width: 100%;
}
.pdownloadbutton a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 11em;
  height: 2em;
  margin: 0 auto;
  padding: 0 2px 0 0;
  border: 2px solid #5b69a3;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
}
.pdownloadbutton .material-icons {
  margin-right: 2px;
  color: #5b69a3;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .project-header h2 {
    width: 90%;
    margin: auto;
    display: block;
    line-height: 1.5;
  }
  .project-header h2 .num {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .project-header h2 {
    width: 90%;
    margin: auto;
    display: block;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .project-header h2 .num {
    display: inline-block;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-reiwa4 .project-header h2 .num {
    display: inline;
    width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .project-reiwa4 .project-header h2 .num {
    display: inline;
    width: inherit;
    max-width: inherit;
  }
}
.project-contents {
  position: relative;
}
.project-contents .project-lead {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  border-bottom: none;
}
.project-contents .project-lead:after {
  background: transparent;
}
.project-contents .project-lead img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.project-contents .project-text {
  position: relative;
  margin: 50px auto;
}
.project-contents .project-text h3 {
  position: relative;
  text-align: left;
}
.project-contents .project-text h3:first-child {
  margin-top: 0;
}
.project-contents .project-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .project-contents .project-text h3 {
    font-size: 4.9vw;
  }
}
.project-contents .project-comment {
  position: relative;
  width: 100%;
  margin: 40px auto;
}
.project-contents .project-comment .comment-icon {
  position: relative;
  width: 60px;
  margin: auto auto 10px;
  line-height: 0;
}
.project-contents .project-comment .comment-icon img {
  width: 90%;
}
.project-contents .project-comment .comment-head {
  position: relative;
  margin-bottom: -20px;
  z-index: 1;
}
.project-contents .project-comment .comment-head h3 {
  display: table;
  max-width: 82%;
  margin: auto;
  padding: 0 20px;
  background: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: .16em;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: none;
}
.project-contents .project-comment .comment-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 40px;
  border: 3px solid #000;
  border-radius: 10px;
  z-index: 0;
}
.project-contents .project-comment .comment-img {
  width: 210px;
}
.project-contents .project-comment .comment-img .face {
  border-radius: 100%;
  line-height: 0;
  overflow: hidden;
}
.project-contents .project-comment .comment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.project-contents .project-comment .comment-text .name {
  margin: 0 0 20px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .06em;
}
.project-contents .project-comment .comment-text .name span {
  margin-left: .2em;
  font-size: 1.2rem;
}
.project-contents .project-comment .comment-text p {
  line-height: 2;
}
.project-contents .project-comment .comment-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .project-contents .project-comment {
    margin: 80px auto;
  }
}
@media screen and (max-width: 640px) {
  .project-contents .project-comment .comment-head h3 {
    font-size: 4.6vw;
  }
  .project-contents .project-comment .comment-box {
    display: block;
    padding: 40px 20px 30px;
  }
  .project-contents .project-comment .comment-img {
    margin: 0 auto 20px;
  }
  .project-contents .project-comment .comment-text {
    padding: 0;
  }
}
.project-contents .project-data table {
  margin: 0 0 10px 0;
}
.project-contents .project-data table th {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .project-contents .project-data h3 {
    font-size: 4.6vw;
  }
}
.project-contents .project-download {
  position: relative;
  margin: 40px 0 0 0;
}
.project-contents .project-download ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 70px 0;
}
.project-contents .project-download li {
  background: url(/img_2017/template/icon08.png)no-repeat left;
  padding-left: 20px;
  background-position: 0 4px;
  margin-bottom: 5px;
}
.project-reiwa4 {
  background: #FFF;
}
.project-reiwa4 .project-contents .project-lead {
  max-width: 932px;
}
.project-reiwa4 .project-contents .project-text h3 {
  border-left: 9px solid #000;
  padding-left: 15px;
}
.project-reiwa4 .project-contents .project-text h3:after {
  display: none;
}
.project-reiwa4 .project-contents .project-comment .comment-head h3 {
  background: url("../images/bg_commenthead.png") repeat-x center;
}
.project-reiwa4 .project-contents .project-comment .comment-box {
  background: #fff;
}
.project-reiwa4 .project-contents .project-data table {
  border-top: none;
}
.project-reiwa4 .project-contents .project-data table tr:nth-child(2n+1) {
  background: none;
}
.project-reiwa4 .project-contents .project-data table tr:nth-child(2n) {
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .project-reiwa4 .project-contents .project-data table tr:nth-child(2n) {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .project-reiwa4 .project-contents .project-data table tr:nth-child(2n) {
    background: none;
  }
}
.project-reiwa4 .project-contents .project-download li .btn-pdf {
  border-radius: 0;
}
.project-pagenation {
  position: relative;
  display: table;
  margin: 120px auto;
}
@media screen and (max-width: 767px) {
  .project-pagenation {
    margin: 80px auto;
  }
}
.project-progress {
  position: relative;
}
.project-progress__note {
  font-size: 18px;
}
.project-progress h3 {
  margin-top: 40px;
}
.project-progress-th {
  width: 26%;
}
.project-reiwa6 .project-progress-th, .project-reiwa4 .project-progress-th {
  background: transparent;
}