@charset "UTF-8";
#mailmagacp {
  width: 960px;
}
#mailmagacp .block_area,
#mailmagacp .section_inner {
  box-sizing: border-box;
}
#mailmagacp .text-center {
  text-align: center;
}
#mailmagacp .btn_howto_registration a:hover img {
  opacity: 0.7;
}
#mailmagacp .text-16 {
  font-size: 16px;
  line-height: 1.4;
}
#mailmagacp .text-14 {
  font-size: 14px;
  line-height: 1.2;
}
#mailmagacp .section.-first .section_inner {
  background-color: #e3eeff;
}
#mailmagacp .section.-second .section_inner {
  background-color: #ffeef2;
}
#mailmagacp .section.-third .section_inner {
  background-color: #fff1e3;
}
#mailmagacp .section.-fourth .section_inner {
  background-color: #ddf5ff;
}
#mailmagacp #point .section_inner {
  padding: 20px 50px 30px;
}
#mailmagacp .anchorLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #183d9f;
}
#mailmagacp .icon {
  display: inline-flex;
  margin-left: 4px;
}
/* メルマガ登録方法 */
#mailmagacp #howto_registration {
  background-color: #ffd731;
  padding: 20px 50px 30px;
}
#mailmagacp #howto_registration .box_twin {
  display: flex;
  flex-wrap: wrap;
}
#mailmagacp #howto_registration .section {
  background-color: white;
  width: 418px;
}
#mailmagacp #howto_registration .section:first-child {
  margin-right: 24px;
}
#mailmagacp #howto_registration .section_inner {
  padding: 18px 22px;
}
#mailmagacp .btnLink {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  background-color: #33abee;
  width: 300px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 16px;
  border-radius: 4px;
  transition: opacity, color 0.2s ease;
}
#mailmagacp .btnLink:before {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  content: "";
  background: url("https://cdn.askul.co.jp/cms/assets/images/icon_angle_right_white.svg")
    no-repeat;
}
#mailmagacp .btnLink:hover {
  text-decoration: none;
  opacity: 0.7;
}
