@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 {
  max-width: 640px;
  margin: auto;
}
.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: #610000;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  background: #e7b56a;
  background: linear-gradient(#faffb1 0%, #efb91a 11.71%, #faffb1 83.68%, #d86c0a 100%);
  border:solid 1px #610000;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 100vw;
  padding: 1em 3em;
  margin: 0 auto 3em;
  text-align: center;
}
.sft_link a span{display: inline-block;}


/*
.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;
}

.PRS_body p {
    text-indent: 0;}
.sft_catch span{display: inline-block;}
.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;}

  
}
