@charset "utf-8";
/* CSS Document */

h1 {
  text-align: center;
  font-size: 1.5em;
  color: #e9527f;
  line-height: 1.5;
  font-weight: bold;
  padding: 1em 0;
}
h1 span{display: block;}

.prs_intro{
  display: block;
  width: fit-content;
  margin: 0 auto 1em;
}
.PRS_body p {margin: auto;}

p.PRS_txt{
  line-height: 1.75;
  padding-bottom: 1em;
}

.PRS_topimg{
  margin-bottom:0;
  text-align: center;
}
.PRS_box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1.5em;
  margin-bottom: 1em;
}
.PRS_box div{width: 60%;}
.PRS_box div.PRS_boximg{width: 30%;

  font-size: 0.75em;
  text-align: center;
  line-height: 2;
}
.PRS_box div.PRS_boxtxt{width: 65%;}

.PRS_box p{
  line-height:1.75em; 
  font-size: 1em;
}

.PRS_box img{
  width:100%;
  height: auto;
}
.PRS_boxtable{
  border-top: 1px dotted #eb527f;
  padding-top: 2em;
}
.PRS_boxtable h3{
  text-align: center;
}
.PRS_boxtable h3 span:first-of-type{
  font-size: 1.25em;
  font-weight: bold;
  color: #eb527f;
}
.PRS_boxtable h3 span:last-of-type{
  font-size: 0.875em;}


.PRS_boxtable dl{
  width: 98%;
  max-width: 650px;
  margin: 0.5em auto 1em;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875em;
  line-height: 1.4;
  align-items: stretch;
  color: #3b566e;
}
.PRS_boxtable dt,.PRS_boxtable dd{
  padding: 0.5em;
  border: 1px solid #fff;
}

.PRS_boxtable dt{
  width: 36%;
  background: #e0d9e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PRS_boxtable dd{
  width: 62%;
  background: #fff3f1;
  display: flex;
  align-items: center;
}
.PRS_boxtable dt:first-of-type,
.PRS_boxtable dd:first-of-type{
  font-weight: bold;
  background: #7b8fb5;
  color: #fff;
  justify-content: center;
}

.PRS_pr{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3em;
  gap: 5%;
  max-width: 680px;
}
.PRS_pr div{width: 15%;text-align: right;}
.PRS_pr p{width: 76%; font-size: 0.875em;}
.PRS_pr span{display: block;}
.PRS_pr a{color: #eb527f;}


@media screen and (max-width:800px){
  h1{font-size: 1.125em;}
  .tss_presswrap{margin-bottom:100px;}
  .PRS_box p{
    line-height: 1.5;
  }
  .PRS_box{flex-wrap: wrap;margin-bottom: 0; gap: 0;}
  .PRS_box div,.PRS_box p{width: 100%;padding-top: 0.5em;}
  .PRS_box div.PRS_boximg{width: 60%;order: 1;}
  .PRS_box div.PRS_boxtxt{width: 100%;order: 2;}
  .PRS_box div.PRS_boxtxt p.PRS_ft_bld{text-align: center;}

}
@media screen and (max-width:480px){
  .PRS_boxtable dt {font-size: 0.75em;}
}



