@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;
}
.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;
}
#voice 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;
}
#voice h3:before, #voice 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;
}
.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;
  }
}
/*フローここまで*/
@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-revitalization dl {
  display: flex;
}
.p-news-list__tag {
  display: inline;
}
.p-news-list-revitalization dl dt {
  margin-right: 2em;
}
.p-news-list-revitalization dl dd {
  width: 80%;
}
.p-news-list-revitalization dl dt img {
  width: 125px;
}
@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;
  }
  .p-news-list-revitalization dl dd {
    font-size: 0.8rem;
  }
  .p-news-list-revitalization dl dt {
    margin-right: 1em;
  }
.p-news-list-revitalization dl dt img {
  width: 90px;
}
}
.p-info-item_subtitle {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
	margin-bottom: 10px;
}	
div.detail {
    margin-top: 180px;
    margin-bottom: 34px;
}
/* voice */
.voice h3 {
    position: inherit;
	margin-bottom: 0!important;
}
.voice h3:before {
    border-left: none!important;
    border-top: none!important;
    border-bottom: none!important;
    left: 0;
}
.voice h3:after {
    content: '';
    border-top: none!important;
    border-right: none!important;
    border-bottom: none!important;
    right: 0;
}
.voice h4.kigyo {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
	border-bottom: none;
}
.icn-business {
    margin-top: 0.5rem;
	margin-bottom: 0.5rem;
    display: block;
    justify-content: center;
	text-align: center!important;
}
.icn-business h3{
    font-weight: bold;
    font-size: 2rem;
    color: #003366;
	padding: 0.25rem 10rem!important;
}
.icn-business p.subtitle{
    font-weight: bold;
    font-size: 1.25rem;
    color: #003366;
	text-align: center;
	margin-top: 15px;
}	
.icn-business .sc-01 {
    color: #fff;
    background-color: #2e8b57;
    padding: 0.75rem 2rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
}
.icn-business .sc-02 {
    color: #fff;
    background-color: #008db7;
    padding: 0.5rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
}
.icn-business .sc-03 {
    color: #fff;
    background-color: #d9a62e;
    padding: 0.5rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
}
table {
  border-collapse: collapse;
	    vertical-align: top;
    font-size: 1rem;	
}
.table {
  width: 100%;
  background-color: transparent;
}
.table th,.table td {
    padding: 0.5rem;
}
  .table thead th {
    vertical-align: bottom;
}
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; 
}
  .table .table {
    background-color: #fff; 
}
.p-info-item__sup span.sc-01 {
    background-color: #2e8b57;
}
.p-info-item__sup span.sc-02 {
    background-color: #008db7;
}
.p-info-item__sup span.sc-03 {
    background-color: #d9a62e;
}
.p-info-item__detail1 {
    font-size: 1rem;
    margin-bottom: 34px;
    line-height: 1.75rem;
}
.info-detail ul li {
    width: 50%;
    float: left;
	text-indent: -1rem;
    padding-left: 1rem;
}
.check ul li:before {
    content: "\f046";
    color: #808080;
    font-family: FontAwesome;
    margin-right: 0.55em;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;	
	}
@media not all and (min-width: 768px){
.icn-business {
    display: block;
}
.icn-business .sc-01,.sc-02,.sc-03 {
    color: #fff;
    background-color: #2e8b57;
    padding: 0.75rem 2rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
    text-align: center;
		}
.voice h3 {
padding: 0.25rem!important;
}
.voice h4.kigyo {
    margin-top: 1rem;
}
.icn-business h3{
    font-size: 1.5rem;
}
.icn-business p.subtitle{
    font-size: 1rem;
}
.voice h4.kigyo {
    font-size: 1rem;
}
.p-info-item__detail1 {
    margin-top: 10px;
}	
/* voice */	