@charset "utf-8";

.prs_head{
  transform: rotate(0.03deg);
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin: 3em 0;
}
.prs_head h1{
  text-align: center;
}


.prs_pictureblock{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.prs_pictureblock picture{
  display: block;
}


.prs_pictureblock picture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prs_description{
  padding:1em;
}

.prs_body{
  line-height: 1.5;
  padding-bottom:2em;
}
.prs_body h2{
    font-weight:bold;
    width: 96%;
    position: relative;
    text-align: center;
    color: #4ca8ad;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.25em;
  }

.prs_body h2 span {
    position: relative;
    display: block;
    padding: 0 0.5em;
    width: 8em;
    background-color: #fff;
    margin: 0 auto 1em;
    z-index: 5;
}


.prs_body h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #4ca8ad;
    z-index: 2;
}

.prs_body dl{display: flex; flex-wrap: wrap;
  width: 78%;
  margin: auto;}
.prs_body dl dt{width: 6em;margin-bottom: 0.2em;}
.prs_body dl dd{width: calc(100% - 6em);margin-bottom: 0.2em;}
.prs_body dl dd:nth-last-of-type(n+2){margin-bottom: 0.8em;}
.prs_body dl dd span{display: inline-block;}



@media screen and (max-width:820px){
  .prs_head{margin: 1em 0;}
  .prs_head h1{font-size: 1.25em;}
  .prs_head h1>br{display: none;}
  .prs_head p.prs_headtxt{
    font-size:0.875rem;
  }
  .prs_head p.prs_headtxt span{
    font-size:1.25rem;
  }
  .prs_body h2{width: 100%;}
  .prs_description{
    padding:1em 0;
  }
  .prs_picturebox picture{
    width:80%;
  }
  .prs_picturebox span{
    display:block;
  }
  .prs_body dl {width: 100%;}
  

}