@charset "UTF-8";
/**************************************************
 後見制度支援預金
***************************************************/
.kouken-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4%;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #E6002D;
  color: #fff;
}

.kouken-point dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 600px) {
  .kouken-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
  }
  .kouken-point dd {
    margin: 10px 0 0;
  }
}

.txt-kakunin {
  border: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  height: 40px;
  margin: 0 auto;
  padding: 1px 1em;
  border: 1px solid #6e757a;
  border-radius: 50px;
  background: #fff;
  font-size: 87.5%;
  color: #6e757a;
  line-height: 1.25;
}

@media screen and (max-width: 960px) {
  .txt-kakunin {
    height: 36px;
    padding: 1px .5em;
    font-size: 75%;
  }
}
