@charset "UTF-8";
/*
  /rakurakucloud/jidootai/asset/css/object/module/m-result.css
  期待できる効果用CSS
*/
/* 期待できる効果 */
.m-result__wrap{
  display: flex;
  gap: 0 40px;
  @media screen and (max-width: 840px) {
    flex-direction: column;
    gap: 20px 0;
  }
}
.m-result__content{
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 30px;
  width: calc((100% - 40px) / 2 );
  @media screen and (max-width: 840px) {
    width: 100%;
    padding: 30px 20px;
  }
}
.m-result__heading{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.m-result__detail{
  font-size: 24px;
  text-align: center;
  @media screen and (max-width: 840px) {
    font-size: 20px;
  }
}
.m-result__detail-em{
  font-size: 30px;
  font-weight: bold;
  @media screen and (max-width: 840px) {
    font-size: 24px;
  }
}
.m-result__detail-em .m-result__detail-large{
  font-size: 50px;
  color: var(--rjidootai-primary);
  @media screen and (max-width: 840px) {
    font-size: 40px;
  }
}
.m-result__image-wrap{
  max-width: 400px;
  margin-inline: auto;
  padding: 20px 0 10px;
  @media screen and (max-width: 840px) {
    padding: 10px 0;
  }
}
.m-result__note{
  font-size: 10px;
}