@charset "UTF-8";

/*-----------------------------------------
    reset   
-----------------------------------------*/

*{
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.uq-drsm-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

img,picture{display: block;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*-----------------------------------------
    common   
-----------------------------------------*/

html{scroll-behavior: smooth;}

body{
  color: #333;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}

.l_section__inner{margin: auto;}
.m_ttl__base{text-align: center;font-weight: bold;}

/*-----------------------------------------
    header   
-----------------------------------------*/

header{
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 3px 10px;
}

header img{
  height: 35px;
}

.l-breadcrumb {
        display: block;
        position: relative;
        width: 100%;
    }
    .l-breadcrumb ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        color: #fff;
        max-width: 1400px;
        margin: 0 auto;
        padding: 5px 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        position: relative;
    }
    .l-breadcrumb ul a{
        color: #fff;
    }
    .l-breadcrumb ul li:last-child::before {
        color: #fff;
        width: 1.2rem;
        content: '＞';
        text-align: center;
        margin:0 10px;
    }


/*-----------------------------------------
    footer  
-----------------------------------------*/

footer{
  width: 100%;
  background-color: #192b3c;
  color: #fff;
  padding: 40px 20px;
}

footer .wap{
  margin: auto;
  display: block;
}

footer .leftbox{
  width: 200px;
  margin: 0 auto 50px;
}

footer .leftbox p{
  margin-bottom: 10px;
}

footer .leftbox div{
  margin-bottom: 30px;
}

footer .leftbox li{
  font-size: 14px;
  background-color: #fff;
  position: relative; 
  border-radius: 5px;
  margin-bottom: 14px;
}

footer .leftbox li a{
  color: #192b3c;
  display: block;
  padding: 4px 20px 4px 14px;
}

footer .leftbox li a::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #192b3c;
    position: absolute;
    top: 34%;
    right: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-mask-image: url(../images/icon-arrow.svg);
    mask-image: url(../images/icon-arrow.svg);
}

footer .rightbox{
  text-align: center;
  width: 100%;
}

footer .rightbox img{
  display: inline;
  height: 50px;
  margin-bottom: 20px;
}

footer .rightbox p{
  font-size: 14px;
  color: #b1b4b8;
  padding-right: 10px;
  margin-bottom: 10px;
}

footer .rightbox p a{
  color: #b1b4b8;
}

footer .rightbox .copy-small{
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
}

@media (min-width: 1001px) {
  footer{
  padding: 40px;
  }

  footer .wap{
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
  }

  footer .leftbox{
    text-align: left;
    margin: 0;
    width: 380px;
    display: flex;
    justify-content: space-between;
  }

  footer .leftbox div{
    margin-bottom: 0;
    width: 45%;
  }

  footer .rightbox{
    text-align: right;
    width: 40%;
  }

  footer .rightbox img{
    margin-bottom: 30px;
  }

  footer .rightbox .copy-small{
    font-size: 12px;
  }
}

/*-----------------------------------------
    main   
-----------------------------------------*/

main{margin-bottom: 100px;}

[type="button"]{
    margin: 0;
    padding: 0;
    color: #333333;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-wrap .l_section {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

.uq-drsm-headline {
  padding: 55px 0 60px;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-headline {
    font-size: 7.46667vw;
    padding: 8vw 0;
  }
}

.uq-drsm-headline span {
  font-size: 32px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-headline span {
    font-size: 6.4vw;
  }
}

.uq-drsm-headline2 {
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-headline2 {
    margin-bottom: 10.66667vw;
    font-size: 5.33333vw;
  }
}

.uq-drsm-headline2 > span {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.uq-drsm-headline2 > span::before {
  content: "";
  z-index: 2;
  width: 100%;
  max-width: 56px;
  height: 4px;
  bottom: -4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #ce1c55;
}

.uq-drsm-headline2 > span::after {
  content: "";
  z-index: 1;
  width: 100%;
  max-width: 136px;
  height: 14px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  -webkit-box-shadow: 0 4px 4px -4px rgba(75, 75, 75, 0.2);
  box-shadow: 0 4px 4px -4px rgba(75, 75, 75, 0.2);
}

.uq-drsm-headline2.is-white {
  color: #fff;
}

.uq-drsm-headline2.is-white > span::before {
  background-color: #fff;
}

.uq-drsm-headline3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-headline3 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.uq-drsm-headline3 span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 2px solid #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-headline3 span {
    padding-bottom: 1.6vw;
  }
}

.uq-drsm-headline4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #ce1c55;
  padding-left: 8px;
  border-left: 4px solid currentColor;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-headline4 {
    margin-bottom: 8vw;
    padding-left: 2.13333vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-text {
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-text {
    font-size: 4.26667vw;
  }
}

.uq-drsm-text:not(:first-child) {
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-text:not(:first-child) {
    margin-top: 10.66667vw;
  }
}

.uq-drsm-text span {
  color: #ce1c55;
}

.uq-drsm-link {
  text-decoration: underline;
}

@media only screen and (min-width: 1001px) {
  .uq-drsm-link:hover {
    text-decoration: none;
  }
}

.uq-drsm-link-2 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-link-2 {
    font-size: 5.33333vw;
  }
}

@media only screen and (min-width: 1001px) {
  .uq-drsm-link-2:hover {
    text-decoration: none;
  }
}

.uq-drsm-link-2.is-white {
  color: #fff;
}

.uq-drsm-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 350px;
  min-height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #ce1c55;
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-button {
    gap: 2.66667vw;
    width: 100%;
    max-width: 76.26667vw;
    min-height: 16vw;
    font-size: 4.26667vw;
    border-radius: 8vw;
  }
}

@media only screen and (min-width: 1001px) {
  .uq-drsm-button:hover {
    color: #ce1c55;
    background-color: #fff;
    border: 1px solid currentColor;
  }
}

.uq-drsm-button.is-border {
  border: 1px solid currentColor;
}

.uq-drsm-button.is-reverse {
  color: #ce1c55;
  background-color: #fff;
  border: 1px solid #ce1c55; /*追加*/
}

@media only screen and (min-width: 1001px) {
  .uq-drsm-button.is-reverse:hover {
    color: #fff;
    background-color: #ce1c55;
    border: 1px solid #fff; /*追加*/
  }
}

.uq-drsm-button .uq-drsm-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-button .uq-drsm-button__icon {
    gap: 2.66667vw;
  }
}

.uq-drsm-button .uq-drsm-button__icon.is-add {
  display: block;
  width: 13px;
  height: 13px;
  -webkit-mask-image: url("../images/icon-plus.svg");
  mask-image: url("../images/icon-plus.svg");
}

.uq-drsm-button .uq-drsm-button__icon.is-arrow-down {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("../images/icon-arrow.svg");
  mask-image: url("../images/icon-arrow.svg");
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.uq-drsm-button .uq-drsm-button__icon.is-arrow-up {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("../images/icon-arrow.svg");
  mask-image: url("../images/icon-arrow.svg");
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 2px;
}

.uq-drsm-table {
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-table + .uq-drsm-table {
    margin-top: 5.33333vw;
  }
}

.uq-drsm-table th {
  padding: 10px 20px;
  background-color: #f8edf1;
  text-align: center;
  border: 1px solid #bcc8d3;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-table th {
    padding: 2.66667vw;
  }
}

.uq-drsm-table td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #bcc8d3;
  background-color: #fff;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-table td {
    padding: 2.66667vw;
  }
}

.uq-drsm-table td.is-left {
  text-align: left;
}

.uq-drsm-table .uq-drsm-table__note {
  font-size: 12px;
  color: #909090;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-table .uq-drsm-table__note {
    font-size: 3.2vw;
  }
}

div[id*="template"] {
  display: none;
}

.uq-drsm-radio-wrap label {
  cursor: pointer;
}

.uq-drsm-radio-wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.uq-drsm-radio-wrap input[type="radio"] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-radio-wrap input[type="radio"] + span {
    font-size: 4.26667vw;
    gap: 2.66667vw;
  }
}

.uq-drsm-radio-wrap input[type="radio"] + span::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #bcc8d3;
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border-width: 1px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-radio-wrap input[type="radio"] + span::before {
    border-width: .26667vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.uq-drsm-radio-wrap input[type="radio"] + span span {
  display: block;
  margin-left: 30px;
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-radio-wrap input[type="radio"] + span span {
    margin-left: 8vw;
    font-size: 3.73333vw;
  }
}

.uq-drsm-radio-wrap input[type="radio"]:checked + span::before {
  background-color: #ce1c55;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.uq-drsm-radio-wrap input[type="radio"]:focus + span:before {
  outline: none;
}

.uq-drsm-radio-wrap input[type="radio"]:disabled + span {
  color: #bcc8d3;
}

.uq-drsm-radio-wrap input[type="radio"] + span:empty:before {
  margin-right: 0;
}

.uq-drsm-input {
  width: 100px;
  min-height: 35px;
  margin-left: 10px;
  padding: 5px 15px;
  border: 1px solid #bcc8d3;
  font-size: 16px;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-input {
    width: 26.66667vw;
    margin-left: 2.66667vw;
    padding: 1.33333vw 4vw;
  }
}

.uq-drsm-input + span {
  text-align: right;
  min-width: 2em;
  margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-input + span {
    margin-left: 2.66667vw;
  }
}

.uq-drsm-error {
  font-size: 12px;
  color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-error {
    font-size: 3.2vw;
  }
}

.uq-drsm-header {
  background: url("../images/bg-header_pc.svg") center center no-repeat;
  background-size: auto 100%;
  background-color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-header {
    background-image: url("../images/bg-header_sp.svg");
  }
}

.uq-drsm-header .m_breadcrumb ul {
  color: #fff;
}

.uq-drsm-header .m_breadcrumb ul a {
  color: #fff;
}

.uq-drsm-mv {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
}

.uq-drsm-mv__inner {
  max-width: 1020px;
}

.uq-drsm-mv__contents {
  position: relative;
  min-height: 582px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__contents {
    min-height: 122.66667vw;
  }
}

.uq-drsm-mv__ellipse {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 792px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8edf1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__ellipse {
    width: 100%;
    bottom: 10.66667vw;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
}

.uq-drsm-mv__image {
  position: absolute;
}

.uq-drsm-mv__image.is-left {
  top: 130px;
  left: 0;
  width: 206px;
  height: 180px;
  background: url("../images/mv01.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__image.is-left {
    top: auto;
    bottom: 0;
    left: -2.13333vw;
    width: 27.46667vw;
    height: 24vw;
  }
}

.uq-drsm-mv__image.is-center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 183px;
  height: 124px;
  background: url("../images/mv02.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__image.is-center {
    top: auto;
    bottom: 4.26667vw;
    width: 24.53333vw;
    height: 16.53333vw;
  }
}

.uq-drsm-mv__image.is-right {
  top: 20px;
  right: 74px;
  width: 198px;
  height: 190px;
  background: url("../images/mv03.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__image.is-right {
    top: auto;
    bottom: 0;
    right: -2.13333vw;
    width: 26.4vw;
    height: 25.33333vw;
  }
}

.uq-drsm-mv__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 115px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__headline {
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__headline img {
    width: 50.66667vw;
  }
}

.uq-drsm-mv__lead {
  margin-top: 35px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__lead {
    margin-top: 6.93333vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-mv__text {
  margin-top: 35px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-mv__text {
    margin-top: 4.26667vw;
    font-size: 4.26667vw;
    text-align: left;
  }
}

.uq-drsm-about {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-about {
    padding-top: 10.66667vw;
    padding-bottom: 26.66667vw;
  }
}

.uq-drsm-about__inner {
  max-width: 960px;
}

.uq-drsm-about__caption {
  margin-top: 1rem;
  font-size: 12px;
  color: #909090;
}

.uq-drsm-about__button-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-about__button-wrap {
    margin-top: 11.73333vw;
  }
}

.uq-drsm-about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-about__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.66667vw;
    font-size: 4.8vw;
  }
}

.uq-drsm-about__button::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url("../images/icon-check.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-about__button::before {
    width: 11.73333vw;
    height: 11.73333vw;
  }
}

.uq-drsm-simulator {
  position: relative;
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.uq-drsm-simulator::after {
  content: "";
  position: absolute;
  bottom: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 67px 117px 0 117px;
  border-color: #ce1c55 transparent transparent transparent;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator::after {
    bottom: -17.86667vw;
    border-width: 17.86667vw 31.2vw 0 31.2vw;
  }
}

.uq-drsm-simulator__inner {
  max-width: 960px;
}

.uq-drsm-simulator__form {
  position: relative;
  margin-top: 90px;
  padding: 90px 100px 120px;
  background-color: #fff;
  border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form {
    padding: 16vw 4.8vw 21.33333vw;
    border-radius: 2.66667vw;
  }
}

.uq-drsm-simulator__form-headline {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 340px;
  min-height: 66px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-45deg, #e6487b 50%, #ce1c55 0);
  border: 2px solid #fff;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-headline {
    min-width: 62.4vw;
    min-height: 12.26667vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-simulator__form-headline2 {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-headline2 {
    margin-bottom: 13.33333vw;
    font-size: 4.8vw;
  }
}

.uq-drsm-simulator__form-headline2:not(:first-of-type) {
  margin-top: 116px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-headline2:not(:first-of-type) {
    margin-top: 20.8vw;
  }
}

.uq-drsm-simulator__form-headline2 span {
  display: inline-block;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-headline2 span {
    padding: 0 2.66667vw 2.66667vw 2.66667vw;
  }
}

.uq-drsm-simulator__form-headline3 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-headline3 {
    margin-bottom: 5.33333vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-simulator__form-body + .uq-drsm-simulator__form-body {
  margin-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-body + .uq-drsm-simulator__form-body {
    margin-top: 16vw;
  }
}

.uq-drsm-simulator__form-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #bcc8d3;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4vw;
    padding-bottom: 10.66667vw;
  }
}

.uq-drsm-simulator__form-col:not(:first-of-type) {
  padding-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col:not(:first-of-type) {
    padding-top: 10.66667vw;
  }
}

.uq-drsm-simulator__form-col.is-spaceSmall {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col.is-spaceSmall {
    padding-bottom: 5.33333vw;
  }
}

.uq-drsm-simulator__form-col.is-spaceSmall:not(:first-of-type) {
  padding-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col.is-spaceSmall:not(:first-of-type) {
    padding-top: 5.33333vw;
  }
}

.uq-drsm-simulator__form-col dt {
  min-width: 210px;
}

.uq-drsm-simulator__form-col dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.uq-drsm-simulator__form-col .uq-drsm-simulator__form-colhead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ce1c55;
  padding-left: 8px;
  border-left: 4px solid currentColor;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col .uq-drsm-simulator__form-colhead {
    font-size: 4.26667vw;
    margin-left: 2.66667vw;
    padding-left: 2.13333vw;
    border-left-width: 1.06667vw;
  }
}

.uq-drsm-simulator__form-col .uq-drsm-simulator__form-collink {
  display: inline-block;
  margin-top: 10px;
  margin-left: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col .uq-drsm-simulator__form-collink {
    margin-top: 2.66667vw;
    margin-left: 5.86667vw;
  }
}

.uq-drsm-simulator__form-col .uq-drsm-simulator__form-colbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col .uq-drsm-simulator__form-colbody {
    font-size: 4.26667vw;
  }
}

.uq-drsm-simulator__form-col .uq-drsm-simulator__form-colnote {
  margin-top: 20px;
  font-size: 12px;
  color: #909090;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col .uq-drsm-simulator__form-colnote {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    margin-left: 8vw;
  }
}

.uq-drsm-radio-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-radio-wrap {
    gap: 2.66667vw;
    margin-left: 8vw;
  }
}

.uq-drsm-radio-wrap.is-widthMax {
  width: 100%;
  gap: 20px 40px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-radio-wrap.is-widthMax {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
}

.uq-drsm-simulator__form-delete {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-delete {
    margin-top: 4.26667vw;
    gap: 1.33333vw;
  }
}

.uq-drsm-simulator__form-delete::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-delete.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-delete::after {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.uq-drsm-simulator__form-col-error {
  margin-top: 10px;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__form-col-error {
    margin-top: 2.66667vw;
  }
}

.uq-drsm-simulator__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.66667vw;
    margin-top: 8vw;
  }
}

.uq-drsm-simulator__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-simulator__link {
    margin-top: 2.66667vw;
  }
}

.uq-drsm-result {
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #f8edf1;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result {
    padding-top: 28vw;
    padding-bottom: 20.8vw;
  }
}

.uq-drsm-result__inner {
  max-width: 960px;
}

.uq-drsm-result__contents {
  position: relative;
  padding: 90px 100px;
  background-color: #fff;
  border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__contents {
    padding: 16vw 5.33333vw;
    border-radius: 2.66667vw;
  }
}

.uq-drsm-result__contents-headline {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 340px;
  min-height: 66px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-45deg, #e6487b 50%, #ce1c55 0);
  border: 2px solid #fff;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__contents-headline {
    min-width: 62.4vw;
    min-height: 12.26667vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-result__explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
  padding: 40px 30px;
  border: 2px solid currentColor;
  font-size: 16px;
  font-weight: bold;
  color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__explain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5.33333vw;
    margin-bottom: 10.66667vw;
    padding: 5.33333vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-result__explain::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("../images/icon-alert.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__explain::before {
    width: 14.4vw;
    height: 14.4vw;
  }
}

.uq-drsm-result__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 55px;
  padding: 10px 60px;
  background-color: #f8edf1;
  border-radius: 30px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 20.26667vw;
    padding: 2.66667vw 5.33333vw;
    border-radius: 2.66667vw;
  }
}

.uq-drsm-result__list-item + .uq-drsm-result__list-item {
  margin-top: 5px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__list-item + .uq-drsm-result__list-item {
    margin-top: amakeVw(5);
  }
}

.uq-drsm-result__list-title {
  font-size: 16px;
  font-weight: bold;
  color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__list-title {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4.26667vw;
  }
}

.uq-drsm-result__list-text {
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__list-text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 4.26667vw;
  }
}

.uq-drsm-result__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__time {
    margin-top: 10.66667vw;
  }
}

.uq-drsm-result__time-lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__time-lead {
    font-size: 4.8vw;
  }
}

.uq-drsm-result__time-title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #ce1c55;
  border-bottom: 5px solid currentColor;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__time-title {
    margin-top: 2.66667vw;
    font-size: 10.66667vw;
  }
}

.uq-drsm-result__time-note {
  margin-top: 10px;
  font-size: 16px;
  font-weight: medium;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__time-note {
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
  }
}

.uq-drsm-result__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message {
    margin-top: 16vw;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
}

.uq-drsm-result__message-text span {
  margin-top: 20px;
  display: inline-block;
  color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message-text span {
    margin-top: 2.66667vw;
  }
}

.uq-drsm-result__message-balloon {
  position: relative;
  width: 600px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 40px;
  background-color: #f8edf1;
  border-radius: 14px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message-balloon {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 10.66667vw 5.33333vw;
    border-radius: 3.73333vw;
  }
}

.uq-drsm-result__message-balloon::after {
  position: absolute;
  content: "";
  right: -20px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f8edf1;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message-balloon::after {
    display: none;
  }
}

.uq-drsm-result__message-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10.66667vw;
  }
}

.uq-drsm-result__message-button .uq-drsm-button {
  width: 236px;
  min-height: 46px;
  font-size: 15px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message-button .uq-drsm-button {
    width: 54.13333vw;
    min-height: 12.26667vw;
    font-size: 4vw;
  }
}

.uq-drsm-result__message-agent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 292px;
  background: url("../images/icon-agent.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__message-agent {
    position: absolute;
    width: 12.26667vw;
    min-height: 40vw;
    right: 6.93333vw;
    bottom: -1.6vw;
  }
}

.uq-drsm-result__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__update {
    margin-top: 10.66667vw;
  }
}

.uq-drsm-result__button-wrap {
  max-width: 800x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-result__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.66667vw;
    margin-top: 13.33333vw;
  }
}

.uq-drsm-useful {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-useful {
    padding-top: 16vw;
    padding-bottom: 21.33333vw;
  }
}

.uq-drsm-useful__inner {
  max-width: 960px;
}

.uq-drsm-useful__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-useful__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.66667vw;
    margin-top: 10.66667vw;
  }
}

.uq-drsm-useful__button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 160px;
  padding: 30px;
  border: 2px solid #bcc8d3;
  font-size: 26px;
  font-weight: bold;
}

@media only screen and (min-width: 1001px) {
  .uq-drsm-useful__button:hover {
    border-color: #ce1c55;
  }
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-useful__button {
    min-height: 24vw;
    padding: 5.33333vw;
    border: 2px solid #bcc8d3;
    font-size: 4.8vw;
  }
}

.uq-drsm-useful__button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-useful__button::after {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

.uq-drsm-useful__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.uq-drsm-useful__button span::before {
  content: "";
  display: block;
}

.uq-drsm-useful__button.is-search span::before {
  width: 67px;
  height: 69px;
  background: url("../images/icon-search.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-useful__button.is-search span::before {
    width: 12vw;
    height: 12.26667vw;
  }
}

.uq-drsm-useful__button.is-schedule span::before {
  width: 63px;
  height: 65px;
  background: url("../images/icon-calendar.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-useful__button.is-schedule span::before {
    width: 11.2vw;
    height: 11.73333vw;
  }
}

.uq-drsm-level {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-level {
    padding-top: 16vw;
    padding-bottom: 21.33333vw;
  }
}

.uq-drsm-level__inner {
  max-width: 960px;
}

.uq-drsm-level__table .uq-drsm-table colgroup col:nth-child(1) {
  width: 16%;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-level__table .uq-drsm-table colgroup col:nth-child(1) {
    width: 38%;
  }
}

.uq-drsm-level__table .uq-drsm-table colgroup col:nth-child(2) {
  width: 16%;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-level__table .uq-drsm-table colgroup col:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-level__table .uq-drsm-table th {
    font-size: 3.73333vw;
  }
}

.uq-drsm-level__table .uq-drsm-table td {
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-level__table .uq-drsm-table td {
    font-size: 3.73333vw;
  }
}

.uq-drsm-example__inner {
  max-width: 960px;
}

.uq-drsm-example__contents + .uq-drsm-example__contents {
  margin-top: 80px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__contents + .uq-drsm-example__contents {
    margin-top: 25.06667vw;
  }
}

.uq-drsm-example__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.33333vw;
  }
}

.uq-drsm-example__information-thumbnail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 196px;
  background: url("../images/icon-doctor.svg") center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information-thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    height: 30.66667vw;
  }
}

.uq-drsm-example__information-list {
  width: 650px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information-list {
    width: 100%;
  }
}

.uq-drsm-example__information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 45px;
  padding: 0 60px;
  background-color: #f8edf1;
  border-radius: 30px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 20.26667vw;
    padding: 0vw 5.33333vw;
    border-radius: 2.66667vw;
  }
}

.uq-drsm-example__information-item + .uq-drsm-example__information-item {
  margin-top: 5px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information-item + .uq-drsm-example__information-item {
    margin-top: amakeVw(5);
  }
}

.uq-drsm-example__information-title {
  font-size: 16px;
  font-weight: bold;
  color: #ce1c55;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information-title {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4.26667vw;
  }
}

.uq-drsm-example__information-text {
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__information-text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 4.26667vw;
  }
}

.uq-drsm-example__graph01 {
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  .uq-drsm-example__graph01 {
    margin-top: amakeVw(30);
  }
}

.uq-drsm-example__graph01 img {
  width: 100%;
}

.uq-drsm-example__graph02 img {
  width: 100%;
}

.is-hidden {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .is-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1001px) {
  .is-hidden-pc {
    display: none !important;
  }
}