@charset "utf-8";
/* CSS Document */
/*上書き*/
.pres_top {
  margin-bottom: 40px;
}
.pres_top h1 {
  text-align: center;
}
.pres_top h1 img {
  margin-top: 10px;
}

.PRS_body dl{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1em 0.5em;
  margin: 2em auto 0;
  line-height: 1.4;
  
  width: 22em;
}
.PRS_body dl dd{
  width: 20em;}
.pres_link a{
  display: block;
  width: fit-content;
  color: #f5ff17;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  background: #008f7e;
  border:solid 1px #fff;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 100vw;
  padding: 1em 3em;
  margin: 0 auto 3em;  
}
.pres_link a span{display: block; font-size: 0.75em;text-align: center;}



.pres_catch {
  font-size: 1em;
  line-height: 1.4;
  padding: 1em 0.5em;
  text-align: center;
}
.pres_oa {
  max-width: 640px;
  width: 100%;
  line-height: 1.4;
  margin: auto;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
  background: #E4B04C;
  background: linear-gradient(90deg,rgba(228, 176, 76, 1) 0%, rgba(255, 145, 0, 1) 50%, rgba(249, 108, 5, 1) 100%);
  text-indent: 0 !important;
}




@media screen and (min-width:768px) {
  
  .pres_link a:hover{opacity: 0.4;}
}
@media screen and (max-width:768px) {
  .pres_top h1 {
    font-size: 1.25rem;
  }
 
  .pres_oa {
    width: 100%;
    font-size: 1.25em;
    padding: 0.25em;
  }
  .pres_oa span {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
  }
  .pres_catch {font-size: 1em;}

  
}
