@charset "UTF-8";
/* CSS Document */
/*フォント読み込みNoto Serif Japanese*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.mincho {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*PC・SP表示*/
.viewSp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .viewPc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .viewSp {
    display: block !important;
  }
  .viewPc {
    display: none !important;
  }
}
/*base.css調整*/
h2, .h2, h3, .h3, h4, .h4 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/*ナビ隠し*/
.pane-globalnav {
  display: none;
}
header.pane-header {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  #header_bottom {
    display: none;
  }
}
main {}
.container {}
/*インナー*/
.inner_wrap {
  width: 1000px;
  margin: auto; /* line-height: 1em;*/
}
@media screen and (max-width: 767px) {
  .inner_wrap {
    width: auto;
  }
}
/*トップギフト*/
.top_gift {
  background: #f35302;
}
.top_gift .inner_wrap {
  line-height: 1em;
}
#bousai_cp a:hover {
  opacity: 0.7;
}
#mv {
  background: #ffe000;
}
.campaign_wrap {
  width: 100%;
  padding: 50px 0;
  background-image: repeating-linear-gradient(45deg, #fff2f9, #fff2f9 17px, transparent 17px, transparent 34px);
  margin-bottom: 40px;
}
#campaign {
  width: 1000px;
  margin: auto;
  border: solid 4px #ee5881;
  border-radius: 20px;
  background: #fff;
  padding: 0 0 30px;
  position: relative;
}
#campaign .suitcase {
  position: absolute;
  bottom: 40px;
  left: 90px;
}
#campaign .suitcase img {
  width: 100px;
}
#campaign a img:hover {
  opacity: 0.7;
}
#campaign .cmp_tit {
  background: #ee5881;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
#campaign .cmp_tit img {
  width: 895px;
}
#campaign .cmp_lead {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
#campaign .cmp_tokuten1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 0 auto 35px;
}
#campaign .cmp_tokuten1 .cmp_tokuten1_txt {
  /*width: 580px;*/
  width: 680px;
}
#campaign .cmp_tokuten1 .cmp_bisco {
  width: 225px;
}
#campaign .cmp_tokuten2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: auto;
}
#campaign .cmp_tokuten2 .cmp_tokuten2_txt {
  width: 680px;
}
#campaign .cmp_tokuten2 .cmp_tokuten2_2000 {
  width: 280px;
  padding-right: 40px;
}
#campaign .cmp_tokuten1_txt, #campaign .cmp_tokuten2_txt {
  font-size: 20px;
  font-weight: 500;
}
#campaign .cmp_tokuten1_txt h3, #campaign .cmp_tokuten2_txt h3 {
  font-size: 38px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.2;
  margin-bottom: 20px;
}
#campaign .cmp_tokuten1_txt h3 p, #campaign .cmp_tokuten2_txt h3 p {
  width: 320px;
}
#campaign .cmp_tokuten1_txt h3 span, #campaign .cmp_tokuten2_txt h3 span {
  color: #f10000;
}
#campaign .cmp_list_wrap {
  width: 900px;
  margin: 0 auto 40px;
  border: solid 3px #ee5881;
  border-radius: 20px;
  padding: 15px 0px;
}
#campaign .cmp_list_tit {
  font-size: 28px;
  color: #f10000;
  text-align: center;
  margin: 0 0 35px;
  font-weight: bold;
}
#campaign .cmp_list_tit p {
  position: relative;
  display: inline-block;
}
#campaign .cmp_list_tit p .flower01 {
  position: absolute;
  top: 0;
  left: -50px;
}
#campaign .cmp_list_tit p .flower02 {
  position: absolute;
  top: 0;
  right: -50px;
}
#campaign .cmp_list_tit span {
  font-size: 16px;
  color: #333;
  display: block;
}
#campaign .cmp_list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#campaign .cmp_list li {
  width: 50%;
  font-size: 20px;
  margin: 0 0 20px;
  font-feature-settings: "palt";
}
/*
#campaign .cmp_list li:nth-child(2), #campaign .cmp_list li:nth-child(5), #campaign .cmp_list li:nth-child(8), #campaign .cmp_list li:nth-child(11), #campaign .cmp_list li:nth-child(14), #campaign .cmp_list li:nth-child(17) {
  width: 31%;
  font-size: 20px;
}*/
#campaign .cmp_list li a {
  color: #333;
  text-decoration: underline;
}
#campaign .cmp_list li a:hover {
  text-decoration: none;
}
/*リスト緑三角*/
#campaign .cmp_list li {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
#campaign .cmp_list li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #4bc114;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#campaign .cmp_list li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}
.cmo_btn {
  width: 620px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #campaign {
    width: 95%;
  }
  #campaign .cmp_tit {
    padding: 0 0 10px;
  }
  #campaign .cmp_tit img {
    width: 100%;
  }
  #campaign .cmp_lead {
    font-size: 4.3vw;
  }
  #campaign .cmp_tokuten1, #campaign .cmp_tokuten2 {
    display: block;
    width: 95%;
  }
  #campaign .cmp_tokuten1 .cmp_tokuten1_txt, #campaign .cmp_tokuten2 .cmp_tokuten2_txt {
    width: auto;
  }
  #campaign .cmp_tokuten1_txt, #campaign .cmp_tokuten2_txt {
    font-size: 4vw;
  }
  #campaign .cmp_tokuten1 .cmp_bisco {
    width: 50%;
    margin: auto;
  }
  #campaign .cmp_tokuten2 .cmp_tokuten2_2000 { /*width: 60%; padding-right: 0; margin: auto;*/ display: none;
  }
  #campaign .cmp_tokuten1_txt h3 p, #campaign .cmp_tokuten2_txt h3 p {
    width: 55%;
    margin-bottom: 5px;
  }
  #campaign .cmp_tokuten1_txt h3, #campaign .cmp_tokuten2_txt h3 {
    font-size: 7vw;
  }
  #campaign .cmp_list_wrap {
    width: 95%;
  }
  #campaign .cmp_list { /*display: block; padding-left: 6%;*/
    width: 90%;
  }
  #campaign .cmp_list li {
    width: 100%;
    margin: 0 0 10px;
    font-size: 4vw;
  }
/*
  #campaign .cmp_list li, #campaign .cmp_list li:nth-child(2), #campaign .cmp_list li:nth-child(5), #campaign .cmp_list li:nth-child(8), #campaign .cmp_list li:nth-child(11), #campaign .cmp_list li:nth-child(14), #campaign .cmp_list li:nth-child(17) {
    width: 49%;
    margin: 0 0 10px;
    font-size: 4vw;
  }
*/
  #campaign .cmp_list_tit {
    font-size: 5.5vw;
    margin: 0 0 15px;
  }
  #campaign .cmp_list li::before {
    bottom: unset;
  }
  #campaign .cmp_list li::after {
    bottom: unset;
    top: 4px;
  }
  .cmo_btn {
    width: 95%;
    margin: 10px auto 0;
  }
#campaign .cmp_list_tit p .flower01, .flower02 {
  display: none;
}
/*
  #campaign .cmp_list li:last-child {
    margin-right: 49%;
  }
*/
}
#bousaisi {
  background: #eaffe6;
}
#bousaisi .inner_wrap {
  display: flex;
  align-items: center;
}
#bousaisi .bssi_hito {
  width: 370px;
  padding: 15px 0 0;
  display: flex;
}
#bousaisi .bssi_txt {
  width: 635px;
  text-align: center;
}
#bousaisi .bssi_txt1 {
  color: #077507;
  font-size: 43px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
  text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
}
#bousaisi .bssi_txt2 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.campaign_wrap {
　margin-bottom: 20px;
}
  #bousaisi .inner_wrap {
    flex-direction: column-reverse;
    padding: 20px 0 0;
  }
  #bousaisi .bssi_hito {
    width: 65%;
    margin: auto;
  }
  #bousaisi .bssi_txt {
    width: auto;
    padding: 0 0 5px;
  }
  #bousaisi .bssi_txt1 {
    font-size: 7vw;
    margin: 0 0 5px;
  }
}
#osusume .osusume_wrap1 {
  background: #ffe0a9;
  padding: 40px 0 0;
}
#osusume h3.ossm_tit {
  font-size: 52px;
  color: #fff;
  font-weight: 900;
  background: #e10414;
  text-align: center;
  padding: 30px 0;
}
#osusume .ossm_item {
  display: flex;
  width: 1050px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
#osusume .ossm_item_box {
  width: calc((100% - 50px)/3);
}
#osusume .ossm_item_tit {
  background: #fff;
  padding: 5px;
}
#osusume .ossm_item_tit p {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 900;
  font-feature-settings: "palt";
  border-bottom: 3px solid #c1912c;
}
#osusume .ossm_item_tit span {
  width: 48px;
  display: block;
  margin-right: 10px;
}
#osusume .ossm_item_tit p a {
  text-decoration: underline;
}
#osusume .ossm_item_tit p a:hover {
  text-decoration: none;
}
#osusume .ossm_item_lead {
  font-size: 21px;
  color: #ad2f12;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  font-weight: 500;
  font-feature-settings: "palt";
}
#osusume .ossm_item_pict {
  background: #fff;
}
#osusume .ossm_item_bubble {
  position: relative;
  display: inline-block;
  margin: -1em 0;
  padding: 0px 15px 15px;
  min-width: 120px;
  max-width: 100%;
  /*color: #555;*/
  font-size: 20px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
  border-radius: 15px;
  height: 14em;
}
#osusume .ossm_item_bubble:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
#osusume .ossm_item_bubble:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}
#osusume .ossm_item_bubble p {
  margin: 0;
  padding: 0;
}
#osusume .ossm_item_bubble .ossm_item_bbl_pict {
  width: 100px;
  float: left;
  margin-right: 15px;
}
#osusume .ossm_item_bubble .ossm_item_bbl_tit {
  color: #077507;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}
#osusume .ossm_item_bubble .ossm_item_bbl_txt {
  display: block;
  position: relative;
}
#osusume .ossm_item_bubble .ossm_item_bbl_txt::after {
  content: '';
  clear: both;
  display: block;
}
#osusume .ossm_item_btn {
  margin: 25px 0;
}
#osusume .osusume_wrap3 {
  padding: 30px 0;
}
#osusume .osusume_wrap3 .ossm_item_btn {
  margin: 5px 0 25px;
}
/*2段目*/
#osusume .osusume_wrap2 {
  padding: 40px 0 0;
}
#osusume .osusume_wrap2 .ossm_item_tit {
  background: #ffee8a;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#osusume .osusume_wrap2 .ossm_item_tit p {
  border-bottom: none;
  text-align: center;
}
/*3段目以降*/
#osusume .osusume_wrap3 .ossm_item_tit {
  background: #ffee8a;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#osusume .osusume_wrap3 .ossm_item_tit p {
  border-bottom: none;
  text-align: center;
}
#osusume .ossm_item_bubble2 {
  min-height: 5em;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #osusume .pict_bubble2 {
    display: flex;
    justify-content: space-between;
  }
  #osusume .pict_bubble2 .ossm_item_pict {
    width: 45%;
  }
  #osusume .pict_bubble2 .ossm_item_bubble2 {
    width: 52%
  }
  #osusume h3.ossm_tit {
    font-size: 8vw;
  }
  #osusume .ossm_item {
    display: block;
    width: 100%;
  }
  #osusume .ossm_item_box {
    width: 95%;
    margin: auto;
  }
  #osusume .ossm_item_bubble {
    height: auto;
    font-size: 4vw;
    margin: -1em 0 0;
  }
  #osusume .osusume_wrap1 .ossm_item_bubble {
    height: auto;
    font-size: 4vw;
    margin: -3em 0 0;
  }
  #osusume .ossm_item_box:nth-child(3) .ossm_item_bubble {
    margin: -1em 0 0;
  }
  #osusume .ossm_item_bubble .ossm_item_bbl_tit {
    padding: 8px 0 5px;
  }
  #osusume .osusume_wrap1 {
    padding: 20px 0 0;
  }
  #osusume .osusume_wrap3 {
    padding: 0;
  }
  #osusume .osusume_wrap2 .ossm_item_tit, #osusume .osusume_wrap3 .ossm_item_tit, #osusume .ossm_item_lead {
    height: auto;
    padding: 10px 0;
  }
  #osusume .ossm_item_pict {}
  #osusume .ossm_item_bubble2 {
    font-size: 4.5vw;
  }
  #osusume .ossm_item_btn {
    margin: 0px 0 25px;
  }
}
/*診断用CSS*/
#diagnosis {}
@media screen and (min-width: 375px) {
  #diagnosis {
    font-size: 67.5%;
  }
}
@media screen and (min-width: 568px) {
  #diagnosis {
    font-size: 72.5%;
  }
}
@media screen and (min-width: 768px) {
  #diagnosis {
    font-size: 82.5%;
  }
}
/*base.css用調整*/
#diagnosis h3 {
  border-bottom: none;
}
/* レイアウト */
.container_d {
  margin: 40px 0 40px;
  padding-top: 20px;
}
/* 相性診断スタイル */
.unit {
  max-width: 990px;
  margin: auto;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .unit {
    width: 90%;
    max-width: 90%;
  }
}
@media screen and (min-width: 375px) {
  .unit {}
}
.btn-unit {
  margin-top: 2rem;
  /*padding: 2px 2px 4px;*/
  border-radius: 40px;
  /*background: #a3a3a3;*/
  border: 1px solid #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
.btn-unit__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  max-width: 260px;
  border-radius: 40px;
  background: url("/img/usr/diagnosis/icon_link_btn_gr.png") no-repeat right 14px center #fff;
  font-size: 2rem;
  text-decoration: none;
  font-size: 1.85185rem;
}
.btn-unit__link.yes {
  background: #bedb45;
}
.btn-unit__link.not {
  background: #ff8976;
}
@media screen and (min-width: 768px) {
  .btn-unit__link {
    height: 80px;
    background-position: right 20px center;
    font-size: 1.51515rem;
  }
}
.diagnosis-result__button .btn-unit__link {
  max-width: initial;
}
.diagnosis__title {
  width: 900px;
  background: #ffe000;
  margin: 30px auto;
  padding: 10px 80px
}
@media screen and (min-width: 768px) {
  .diagnosis__title {
    text-align: center;
    line-height: 1.42857;
  }
  .diagnosis__title::before {
    margin-right: 10px;
    display: inline-block;
  }
}
.diagnosis-box {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 25px 0;
  /*  border: 1px solid #cdc4b3;*/
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .diagnosis-box {
    padding: 35px 0 30px;
  }
}
.diagnosis-box__title {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.72414rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  color: #e25452;
}
@media screen and (min-width: 768px) {
  .diagnosis-box__title {
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 1.81818rem;
    line-height: 1.25;
  }
}
.diagnosis-box__slide {
  display: none;
  overflow: hidden;
}
.diagnosis-frame, .diagnosis-pages {
  overflow: hidden;
}
.diagnosis-pages__item {
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .diagnosis-pages__item {
    padding: 0px 0px 10px;
  }
}
@media screen and (min-width: 768px) {}
.diagnosis-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .diagnosis-nav {
    margin-bottom: 40px;
  }
}
.diagnosis-nav__item {
  margin: 0 5px 0 6px;
}
.diagnosis-nav__item.is-current .diagnosis-nav__dot {
  background-color: #e25452;
}
.diagnosis-nav__dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #cdc4b3;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.diagnosis-question__num {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .diagnosis-question__num {
    font-size: 2.27273rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis-question__text {
    letter-spacing: 0.075em;
    font-size: 2.12121rem;
    line-height: 1.42857;
  }
}
.diagnosis-question__num, .diagnosis-question__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.diagnosis-answer {
  display: flex;
  justify-content: center;
  margin: 27px -5px 0;
}
@media screen and (max-width: 767px) {
  .diagnosis-answer {
    width: 100%;
    margin: 27px 0px 0;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis-answer {
    margin: 25px -10px;
  }
}
.diagnosis-answer__unit {
  max-width: 260px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .diagnosis-answer__unit {
    margin: 0 10px;
  }
}
.diagnosis-answer__unit.btn-unit {
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .diagnosis-answer__unit.btn-unit {
    margin: 0 15px;
  }
}
.diagnosis-answer__button {
  height: 43px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .diagnosis-answer__button {
    height: 65px;
    font-size: 1.51515rem;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis-answer__button {
    height: 65px;
  }
}
.diagnosis-answer__button:hover {
  opacity: 0.7;
}
.diagnosis-result {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .diagnosis-result {
    /*padding: 35px 30px 30px;*/
    padding: 0;
  }
}
.diagnosis-result-frame {
  position: absolute;
  left: 0;
  display: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .diagnosis-result-frame {
    width: 970px;
  }
}
.diagnosis-result__title {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .diagnosis-result__title {
    margin-bottom: 15px;
    font-size: 1.81818rem;
    line-height: 1.25;
  }
}
.diagnosis-result__percent {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .diagnosis-result__percent {
    margin-bottom: 14px;
    font-size: 1.81818rem;
  }
}
.diagnosis-result__value {
  display: inline-block;
  margin-left: 5px;
  color: #e25452;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.33333;
}
@media screen and (min-width: 768px) {
  .diagnosis-result__value {
    font-size: 3.48485rem;
    line-height: 1.04348;
  }
}
.diagnosis-result__text {
  font-size: 1.55172rem;
  line-height: 1.55556;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .diagnosis-result__text {
    text-align: center;
    font-size: 1.36364rem;
    line-height: 1.66667;
    width: 80%;
    margin: 0 auto;
  }
}
.diagnosis-result__button {
  max-width: 450px;
}
.diagnosis-result__button.btn-unit {
  margin: 2rem auto 0;
}
.diagnosis-result__link {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .diagnosis-result__link {
    font-size: 1.51515rem;
  }
}
.diagnosis-points {
  max-width: 690px;
  margin: 16px auto 0;
  padding: 15px 12px;
  background: #fff6e7;
  text-align: center;
}
.diagnosis-points a {
  color: #076194;
  text-decoration: underline;
}
.diagnosis-points a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .diagnosis-points {
    padding: 20px 30px;
  }
}
.diagnosis-points__title {
  margin-bottom: 5px;
  font-size: 1.55172rem;
  line-height: 1.66667;
  font-weight: 700;
}
/*@media screen and (min-width: 768px) {
  .diagnosis-points__title {
    font-size: 1.36364rem;
  }
}*/
.diagnosis-points-list {
  font-size: 1.55172rem;
}
@media screen and (min-width: 768px) {
  .diagnosis-points-list {
    font-size: 1.36364rem;
  }
}
.diagnosis-points-list__item {
  margin-top: 5px;
}
/*# sourceMappingURL=diagnosis.css.map */
/*調整*/
.diagnosis-result { /*padding: 10px 20px; background: #eee;*/
}
@media screen and (max-width: 767px) {
  .diagnosis__title { /*font-size: 7vw; text-align: center; margin-bottom: 0;*/ width: auto;
    padding: 10px 20px;
    margin: 0;
  }
  .unit {
    padding: 0px;
  }
  .diagnosis-question__num {
    font-size: 7vw;
  }
  .diagnosis-question__text {
    font-size: 5vw;
  }
  .diagnosis-answer__button {
    font-size: 5vw;
  }
  .diagnosis-result__percent {
    font-size: 7vw;
  }
  .diagnosis-result__value {
    font-size: 11vw;
  }
  .diagnosis-result__text {
    font-size: 5vw;
  }
  .diagnosis-result__title {
    font-size: 5vw;
  }
  .diagnosis-points-list {
    font-size: 4vw;
  }
  .container_d {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 767px) {
  .diagnosis-points__title {
    font-size: 4vw;
  }
  .diagnosis-result__text {
    font-size: 4vw;
  }
  .diagnosis-points {
    padding: 15px 2px;
  }
}