@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
  }	
}
#voice .p-info-wrap {
 background-color: #e9ecf2;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 84px;
}
#example .p-info-wrap {
 background-color: #e9ecf2;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 84px;
}
.mt-0 {
    margin-top: 0!important;
}
.p-issue-item {
    display: flex;
    flex-direction: column;
    margin: 2em 2em 0 2em;
}
#voice h3 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #003366;
    margin-bottom: 1rem;
}	
#example h3 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #003366;
    margin-bottom: 1rem;
}
#voice h3:before {
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    left: 0;
}
#example h3:before {
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    left: 0;
}
#voice h3:after {
    content: '';
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    right: 0;
}
#example h3:after {
    content: '';
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    right: 0;
}
#voice h3:before, #voice h3:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
#example h3:before, #example h3:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.voice {
    margin-bottom: 1rem;
}
.voice h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.comment {
    display: flex;
    padding: 1.2rem;
    background: #f4f7fd;
    border-radius: 12px;
    margin-top: 1.2rem;
}
.comment-image {
    overflow: hidden;
}
.comment-image img {
    transition: transform 0.5s;
    border-radius: 50%;
}	
.p-issue-item {
    display: flex;
    flex-direction: column;
    margin: 2em 2em 0 2em;
}
.comment-detail {
    width: 100%;
    margin-left: 1rem;
}	
#voice .p-issue-item__image {
    border-radius: 12px;
}
#example .p-issue-item__image {
    border-radius: 12px;
}
.p-issue-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
.comment-image {
    width: 165px;
}
.comment-detail {
    width: 100%;
    margin-left: 1rem;
}
.comment-heading {
    font-weight: bold;
}
.p-issue-item {
　　margin: 0;
    width: 100%;
}
}
	
@media not all and (min-width: 768px){
 .p-issue-item__head {
    height: 120px;
  }	
.comment-image {
    width: 103px;
    position: relative;
    top: 4px;
    left: 0;
  }		
.p-issue-item {
    margin: 0;
}
#voice h3 {
    margin-top: 1rem;
}	
#example h3 {
    margin-top: 1rem;
}	
}	
 /*フローここまで*/
@media (hover: hover) {
	.n-hover:not(.is-disabled-hover):hover .p-info-item__image img {
		transform: scale(100%)!important;
		pointer-events: none;
	}
	}	
@media print, screen and (min-width: 768px) {
  /*ページ内リンク*/
  .m-PageLink {
    flex-wrap: wrap;
  }
.m-PageLink li {	
	width: 200px;
	}
}
/*===============================
	news
================================*/
@media print, screen and (min-width: 768px) {
  .p-news-list-revitalization {
    margin-bottom: 10%;
    height: 350px;
    overflow-y: scroll;
    padding-right: 50px;
  }
}
/* scroll bar */
.p-news-list-revitalization::-webkit-scrollbar {
  width: 8px;
}
.p-news-list-revitalization::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
}
.p-news-list-revitalization::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
  box-shadow: none;
}
.p-news-list__tag {
  display: inline;
}
@media not all and (min-width: 768px) {
  .p-news-list-revitalization {
    height: 450px;
	display: block;
    overflow-y: scroll;	  
	margin-top: 20%;  
  }
  .p-news-list__tag {
    display: inline-block;
  }	
  }	
