@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.mxc_pc {
  display: block;
}
.mxc_pct {
  display: block;
}
.mxc_tsp {
  display: none;
}
.mxc_tbsp {
  display: none;
}

.mxc_sp {
  display: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.mxc_main_wrap {
  position: relative;
}

.mxc_mv_new {
  font-size: 28px;
  color: #fff;
  background-color: #FF0000;
  border-radius: 30px;
  padding: 0% 2%;
  font-weight: bold;
}

.mxc_overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 80%;
}
.mxc_logo{
  width:80% !important;
}
.mxc_overlay img {
  margin-left: 5px;
}
.mxc_mv_second{
  display: flex;
  align-items: center;
  margin-top:10px;
}

.mxc_mainview {
  background: #101213;
}

.mxc_new_pc {
  background-color: #FF0000;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  font-size: clamp(18px, 2vw, 22px);
  padding: 10px 20px;
  vertical-align: middle;
  margin-left:10px;
}

.mxc_frame {
  border: solid 6px #004878;
  border-radius: 20px;
  background-color: #F4FCFF;
  color: #004878;
  padding: 30px 0;
  max-width: 960px;
  margin: 100px auto 85px auto;
}

.mxc_merit {
  position: relative;
  display: inline-block;
}

.mxc_merit::after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 13px;
  height: 12px;
  background-color: #FFBA00;
  z-index: -1;
}

.mxc_merit_fz {
  font-size: 43px
}

.mxc_slash {
  position: relative;
  padding: 1rem 1rem;
}

.mxc_slash:before,
.mxc_slash:after {
  position: absolute;
  top: 1rem;
  height: 70%;
  content: '';
  color: #FFBA00;
  border-radius: 100px;
}

.mxc_slash::before {
  border-left: solid 5px;
  margin-left: -30px;
  transform: rotate(-30deg);
}

.mxc_slash::after {
  border-right: solid 5px;
  margin-left: 20px;
  transform: rotate(30deg);
}

.mxc_slash_b {
  position: relative;
  padding: 1rem 1rem;
}

.mxc_slash_b:before,
.mxc_slash_b:after {
  position: absolute;
  top: 1rem;
  height: 70%;
  content: '';
  color: #28ACCF;
  border-radius: 100px;
}

.mxc_slash_b::before {
  border-left: solid 5px;
  margin-left: -30px;
  transform: rotate(-30deg);
}

.mxc_slash_b::after {
  border-right: solid 5px;
  margin-left: 20px;
  transform: rotate(30deg);
}
.mxc_line {
  display: inline-flex;
  align-items: center;
}


.mxc_model_back {
  display: flex;
  background-image: url(/fa/topics/2025/02_mxc/assets/img/back-image-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mxc_model_img {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}

.mxc_model_img:first-child {
  margin-top: 0;
}

.mxc_model_img>img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.mxc_model_r {
  display: flex;
  flex-direction: column;
  padding-left: 150px;
}

.mxc_model_f {
  display: flex;
  flex-direction: column;
  padding-right: 150px;
}
.mxc_model_r_n {
  display: flex;
  flex-direction: column;
  padding-left: 150px;
  align-items: center;
}

.mxc_model_f_n {
  display: flex;
  flex-direction: column;
  padding-right: 150px;
  align-items: center;
}
.mxc_ic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mxc_ic_sz {
  width: 100%;
  max-width: 160px;
}

.mxc_plus_wrap {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 水平方向にも中央揃えにする場合 */
}

.mxc_plus {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

.mxc_plus::before,
.mxc_plus::after {
  content: '';
  position: absolute;
  background-color: #004878;
}

.mxc_plus::before {
  width: 50px;
  /* 横線の幅 */
  height: 10px;
  /* 横線の高さ */
  top: 50%;
  /* 縦の中央に配置 */
  left: 0;
  transform: translateY(-50%);
}

.mxc_plus::after {
  width: 10px;
  /* 縦線の幅 */
  height: 50px;
  /* 縦線の高さ */
  top: 0;
  left: 50%;
  /* 横の中央に配置 */
  transform: translateX(-50%);
}

.mxc_check {
  margin: 16px auto;
  text-align: center;
}

.mxc_check ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
  text-align: left;
}

.mxc_check li {
  display: flex;
  margin-bottom: 10px;
}

.mxc_check li::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background-image: url(/fa/topics/2025/02_mxc/assets/img/ic_check.png);
  background-size: 32px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.mxc_link{
  color:black;
}
.mxc_rf_icon{
  justify-content: flex-end;
  align-items: flex-end;
}

.mxc_good {
  position: relative;
}
.mxc_good::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url(/fa/topics/2025/02_mxc/assets/img/ic_good.png);
  background-size: 40px;
  background-repeat: no-repeat;
  vertical-align:text-top;
}

.mxc_under{
  text-align:center;
}/*
.mxc_under_y {
  position: relative;
  display: inline-block;
}

.mxc_under_y::after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -5px;
  height: 6px;
  background-color: #FFBA00;
  z-index: -1;
}*/
.mxc_under_y{
  text-decoration: underline;
  text-decoration-color: #28accf; /* アンダーラインの色 */
  text-decoration-thickness: 6px; /* アンダーラインの太さ */
  text-underline-offset: 6px; /* アンダーラインと文字の間隔 */
}

.mxc_text{
  display:flex;
  align-items: center;
}
.mxc_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mxc_dl_btn {
  background-color: #FFF;
  padding: 33px 0 33px 100px;
  font-weight: bold;
  transition: all 0.5s;
  text-align: center;
  font-size: 30px;
  border-radius: 75px;
  color: #FF0000;
  width: 700px;
  display: flex;
  justify-content: center;
  position: relative;
  border:solid 4px ;
    /* 相対位置を設定 */
}

.mxc_arrow {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 26px;
  margin-left: 53px;
  /* テキストと矢印の間にスペースを追加 */
  vertical-align: middle;
}

.mxc_arrow::before,
.mxc_arrow::after {
  content: '';
  position: absolute;
  width: 5px;
  /* 線の太さ */
  height: 80%;
  /* 高さを親要素に合わせる */
  background-color: #FF0000;
  /* 線の色 */
  border-radius: 5px;
  /* 丸型先端 */
  margin-top: 22px;
}

.mxc_arrow::before {
  transform: rotate(135deg);
  top: 0;
  left: 50%;
  transform-origin: top left;
}

.mxc_arrow::after {
  transform: rotate(45deg);
  top: 0;
  right: 50%;
  transform-origin: top right;
}

.mxc_dl_btn>a {
  color: #FF0000;
}

.mxc_dl_btn:hover {
  background-color: #FF0000;
  color: #FFF;
  border:solid 4px #FF0000;
}
.mxc_dl_btn:hover .mxc_arrow::before,
.mxc_dl_btn:hover .mxc_arrow::after {
  background-color: #FFF;
}
@media (max-width: 1020px) {
  .mxc_ic_sz {
    width: 20%;
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .mxc_pc {
    display: none;
  }

  .mxc_tbsp {
    display: block;
  }

  .mxc_mv_new {
    font-size: 22px;
    padding: 1px 10px;
  }

  .mxc_dl_btn {
    width: 100%;
  }

  .mxc_model_r, .mxc_model_r_n {
    padding-left: 70px;
  }

  .mxc_model_f, .mxc_model_f_n {
    padding-right: 70px;
  }

  .mxc_frame {
    margin: 60px auto 85px auto;
  }

  .mxc_merit_fz {
    font-size: 32px
  }

  .mxc_mv_second{
    margin-top:5px;
  }
  .mxc_slash_b::after {
  margin-left: 60px;
  }
  .mxc_new_pc {
  margin-left:0px;
  }
}

@media (max-width: 650px) {
  .mxc_ic_sz {
    width: 100%;
    max-width: 160px;
  }
  .mxc_pct {
    display: none;
  }
  .mxc_tsp {
    display: block;
  }
  .mxc_plus_wrap {
    width: 100%;
  }

  .mxc_dl_btn {
    padding: 20px 30px 20px 40px;
  }

  .mxc_arrow {
    margin-left: 43px;
    /* テキストと矢印の間にスペースを追加 */
  }

  .mxc_arrow::before,
  .mxc_arrow::after {
    margin-top: 25px;
  }
  .mxc_model_r, .mxc_model_r_n {
    padding-left: 0px;
  }

  .mxc_model_f, .mxc_model_f_n {
    padding-right: 0px;
  }
  .mxc_check li::before {
    margin-right: 1px;
  }
  .mxc_overlay {
    top: 13%;
  }
  .mxc_good::before{
    display: flex;
    margin: auto;
  }
  .mxc_under_y {
    line-height:200%;
  }
/*  .mxc_under_y::after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -5px;
  height: 6px;
  background-color: #FFBA00;
  z-index: -1;
}*/
}

@media (max-width: 549px) {

  .mxc_arrow::before,
  .mxc_arrow::after {
    margin-top: 45px;
  }
  .mxc_mv_second{
    margin-top:0px;
  }
}

@media (max-width: 467px) {
  .mxc_dltext {
    text-align: left;
  }

  .mxc_arrow {
    margin-left: 40px;
    /* テキストと矢印の間にスペースを追加 */
  }

  .mxc_dl_btn {
    font-size: 24px;
  }

  .mxc_arrow::before,
  .mxc_arrow::after {
    margin-top: 35px;
  }
}

@media (max-width: 425px) {
  .mxc_sp {
    display: block;
  }

  .mxc_plus_wrap {
    height: 120px;
  }

  .mxc_merit::after {
    left: -5px;
    right: -5px;
  }

  .mxc_overlay {
    display: block;
    top:3%;
    width: 100%;
    max-width: 100%;  }
  .mxc_logo{
    width:100% !important;
  }
  .mxc_overlay img {
    margin-top: 10px;
  }
  .mxc_mv_second{
    flex-direction: column;
    margin-top: 10px;
  }
  .mxc_main_sp {
    padding-right: 15px;
    padding-left: 15px
  }
  .mxc_model_r {
    padding-left: 30px;
  }

  .mxc_model_f {
    padding-right: 30px;
  }}