@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;
}
.article-image-l {
  width: 60%;
}

.p-info-item_image {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-info-item_image img {
  width: 75%;
  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;
	}
}
.worries__heading {
  padding-left: 1.5rem;
  text-indent: -1.4rem;
}
.problem {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #003366;
}
.problem::before {
  font-size: 5rem;
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f103";
}

@media print, screen and (min-width: 768px) {
  /*ページ内リンク*/
  .m-PageLink {
    flex-wrap: wrap;
  }
.m-PageLink li {	
	width: 200px;
	}
}

/*-------------------------
  article-content 
-------------------------*/

.art-img {
  width: 40%;
}

.art-cont {
  margin-top: 1%;
  width: 80%;
}

.art-content {
  margin-top: 1%;
  width: fit-content;
}

.art-content-r {
  margin-left: 2rem;
  margin-top: 1%;
  width: fit-content;
}

@media not all and (min-width: 768px) {
  .art-content-r {
    margin-left: 0;
  }
}

.art-image {
  width: 40%;
}

.art-image-r {
  width: 60%;
  margin-left: 2rem;
}

@media not all and (min-width: 768px) {
  .art-image-r {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-art-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
}

.p-art-item__text {
  font-size: 1rem;
  margin-top: 1rem;
	line-height: 1.75rem;
}

@media all and (min-width: 768px) {
 .art-image {
  width: 100%;
}

.art-image-r {
  width: 60%;
  margin-left: 2rem;
}
}
.txt, .txt2 {
  margin-top: 3%;
  font-size: 1.2rem;
  color: #003366;
  position: relative;
  padding: 10px;
}
.txt::before, .txt::after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
}
.txt::before {
  border-left: solid 2px #003366;
  border-top: solid 2px #003366;
  border-bottom: solid 2px #003366;
  top: 0;
  left: 0;
}
.txt::after {
  border-right: solid 2px #003366;
  border-top: solid 2px #003366;
  border-bottom: solid 2px #003366;
  top: 0;
  right: 0;
}
/*-------------------------
  titleLine
-------------------------*/
.titleLine {
  margin-top: 3rem!important;
}
.titleLine span.f11 {
	font-size: 78.57%;
}
.infoList01_1 a,.p-article-item__text a,a.line {
    color: #336699;
    text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .p-info-item-s__detail {
    width: calc(100% - 0px) !important;
  }
}
/*-------------------------
  tour
-------------------------*/
.box_tour {
    font-size: 1rem;
    line-height: 1.75rem;
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	padding: 0.5em 1em;
    margin: 2em 0;
}