/* _media.scss 
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _message.scss 
-------------------------------------------------------*/
.un-messageBox {
  position: relative;
}
.un-messageBox_img {
  width: 600px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .un-messageBox_img {
    width: 100%;
  }
}
.un-messageBox_img img {
  width: 100%;
}
.un-messageBox_main {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .un-messageBox_main {
    border-bottom: 3px solid var(--color-main);
    padding: 40px 10px;
  }
}
@media screen and (min-width: 768px), print {
  .un-messageBox_main {
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 350px;
    border-left: 3px solid var(--color-main);
    -webkit-box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.un-messageBox_tit {
  font-size: 1.625rem;
  font-weight: var(--fw-700);
  line-height: 1.6;
  letter-spacing: 0.08rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .un-messageBox_tit {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
.un-messageBox_name {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .un-messageBox_name {
    font-size: 1.5rem;
  }
}
.un-messageBox_name > span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .un-messageBox_name > span {
    font-size: 0.875rem;
  }
}

/* /_message.scss
-------------------------------------------------------*//*# sourceMappingURL=message.css.map */