@charset "utf-8";
/* CSS Document */
/*上書き*/


.pres_top {
    position: relative;
    margin-bottom: 0;
}
.sug_captiontxt{
  position: absolute;
  bottom: 0;
  right: 1em;
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: bold;
}

.pres_top h1 img {
  margin-top: 10px;
}
.PRS_body h2 {
  margin-bottom: 20px;
  padding: 0.6em 1em;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #002B6E;
  border-radius: 20px 0 20px 0;
}
.PRS_body h3{
  font-size: 1.125em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: left;
}


.sug_catch {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.4;
  padding: 1em 0.5em;
  text-align: center;
}
.sug_oa {
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
  padding: 0.375em 0;
  text-align: center;
  background-image: linear-gradient(90deg, #fe0f1e, #ff69a9 13%, #ff8800 26%, #5fde35 38%, #5fd3ab 50%, #2c5eda 62%, #8b5cf6 75%, #f35ba5 88%, #f95d25 99%);
  text-indent: 0 !important;
}

.sug_con {margin-bottom: 3em;}

@media screen and (max-width:768px) {
  .pres_top h1 {
    font-size: 1.25rem;
  }

  .sug_oa {
    width: 100%;
    font-size: 1.25em;
    padding: 0.25em;
  }
  .sug_oa span {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
  }
  .sug_catch {font-size: 1em;}
  
}
