@charset "utf-8";
/* CSS Document */
/*上書き*/
.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;
}
.pres_top {
  margin-bottom: 40px;
}
.pres_top h1 {
  margin-bottom: 5px;
}
.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;}
.sft_link a{
  display: block;
  width: fit-content;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  background: #2A7B9B;
  background: linear-gradient(0deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 82%, rgba(237, 221, 83, 1) 100%);
  border:solid 1px #fff;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 100vw;
  padding: 1em 3em;
  margin: 0 auto 3em;  
}
.sft_link a span{display: block; font-size: 0.75em;text-align: center;}


/*
.pres_colm2 {
  display: flex;
  justify-content: space-between;
}
.pres_colm2 div:first-of-type {
  width: 620px;
}
.pres_colm2 div:last-of-type {
  width: 360px;
  text-align: center;
}
.pres_colm2 span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 0.875rem;
}
.pres_comment li {
  margin-bottom: 40px;
  line-height: 1.5;
}
.pres_comment li span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}*/
.sft_catch {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 1em 0.5em;
  text-align: center;
}
.sft_oa {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
  background-color: #007a61;
  text-indent: 0 !important;
}




@media screen and (min-width:768px) {
  
  .sft_link a:hover{opacity: 0.4;}
}
@media screen and (max-width:768px) {
  .pres_top h1 {
    font-size: 1.25rem;
  }
  /*
  .pres_colm2 {
    display: block;
  }
  .pres_colm2 div:first-of-type, .pres_colm2 div:last-of-type {
    width: auto;
  }
  .pres_colm2 div:last-of-type {
    margin-bottom: 40px;
  }
  */
  .sft_oa {
    width: 100%;
    font-size: 1.25em;
    padding: 0.25em;
  }
  .sft_oa span {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
  }
  .sft_catch {font-size: 1em;}

  
}
