/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.co_red {
  color: #E94A6A;
}

.co_pink {
  color: #F3C0C4;
}

.co_navy {
  color: #1A3882;
}

.co_beige {
  color: #9D8710;
}

/***************************/
/**bg */
/***************************/
.bg_light_pink {
  background-color: #FEF1EF;
}

.bg_navy {
  background-color: #1A3882;
}

/*=============================================*/
/*  ttl */
/*=============================================*/
.center_ttl {
  margin-bottom: 1em;
  font-size: 3rem;
  text-align: center;
}
.center_ttl .en {
  position: relative;
  display: block;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  color: #1A3882;
  line-height: 1.2;
}
.center_ttl .en:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 3em;
  height: 1px;
  margin: auto;
  background-color: #E94A6A;
}
.center_ttl .jp {
  display: block;
  font-size: 0.55em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.character_ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  font-size: 2rem;
}
.character_ttl img {
  width: 74px;
  margin-right: 20px;
}
.character_ttl span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  color: #1A3882;
  line-height: 1.4;
}

/*=============================================*/
/*  btn */
/*=============================================*/
.base_red_btn {
  display: block;
  text-align: center;
}
.base_red_btn a {
  display: block;
  background-color: #E94A6A;
  max-width: 500px;
  color: #fff;
  padding: 0.8em 1em;
  border-radius: 100px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*=============================================*/
/*media query  SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /********************************************/
  /* ttl */
  /********************************************/
  /********************************************/
  /* btn */
  /********************************************/
}/*# sourceMappingURL=component.css.map */