@charset "utf-8";
/*------ PC版ナビバーの幅調整 ------*/
h3.king {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
h3.sub_title{
	display: none;
}
#top_fv p.title {
  padding: 0.3rem 1rem 0;
  color: #FFF;
  background: #f70093;
  font-size: 1.8rem;
  line-height: 1.6;
}
.fv_plat {
  justify-content: center;
  background: #fff;
  margin-top: 0;
}
.kakomi_merit {
  position: relative;
  margin: 2em auto;
  padding: 1rem;
  border: 2px solid #00a4e5;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  align-items: flex-end;
}
.title_merit {
  position: absolute;
  left: 20px;
  top: -23px;
  padding: 0 0.5em;
  font-weight: bold;
  font-size: 1.6rem;
  color: #00a4e5;
  background-color: #fff;
}
.flex_73 {
  width: 73%;
}
.flex_27 {
  width: 27%;
}
.kakomi {
  border: 1px solid #000;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  margin-right: 0.5rem;
}