@charset "UTF-8";
#contents {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

p {
  word-break: normal;
  word-wrap: normal;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*===================================================================
===================================================================*/
#contents a.oro:hover img {
  opacity: 0.7;
}

.clearboth {
  clear: both;
}

/* headSection */
#contents .headSection {
  padding-bottom: 10px;
}
#contents .headSection .leftArea .title {
  padding-left: 0;
  background: none;
  font-size: 24px;
}
#contents .headSection .rightArea {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  #contents .headSection {
    padding-left: 2%;
    padding-right: 2%;
  }
  #contents .headSection .innerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
  #contents .headSection .innerBlock::after {
    display: none;
  }
  #contents .headSection .leftArea {
    float: none;
    width: auto;
  }
  #contents .headSection .leftArea .title {
    font-size: 4vw;
  }
  #contents .headSection .rightArea {
    float: none;
    width: auto;
    padding-top: 0;
  }
}

/* mainContent */
#contents .mainContent {
  margin-top: 0;
  margin-bottom: 0;
}
#contents .mainContent .gothic {
  font-family: 'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif !important;
}
#contents .mainContent .mincho {
  font-family: "MS PMincho", "MS 明朝", "ヒラギノ明朝 Pro", "HiraMinPro", "HG明朝E", "ＭＳ Ｐ明朝",  serif !important;
  letter-spacing: 0.1em;
}
#contents .mainContent .red {
  color: #FF0000;
}
#contents .mainContent .sr-pd {
  padding: 0 0 0 1em;
}

/* section */
.section {
  padding: 60px 0;
}
.section__inner {
  max-width: 960px;
  margin: 0 auto;
}
.section__marker {
  display: inline;
  background-image: linear-gradient(#fff100, #fff100);
  background-size: 100% 24%;
  background-position: 0 80%;
  background-repeat: no-repeat;
}
.section__notes {
  font-size: 12px;
  line-height: 1.3;
}
.section__notes > li {
  display: table-row;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section__inner {
    padding: 0 15px;
  }
  .section__notes {
    font-size: 2.93333vw;
  }
}

/* mainvisual */
.mainvisual {
  width: 960px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    width: auto;
    margin-bottom: 0;
  }
}

/* benefits */
.benefits {
  background: #075eb4;
}
.benefits__title {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.benefits__title > span {
  position: relative;
  display: inline-block;
}
.benefits__title > span::before, .benefits__title > span::after {
  display: block;
  content: "";
  width: 100px;
  border-top: dotted 4px #fff;
  position: absolute;
  top: 50%;
}
.benefits__title > span::before {
  left: -90px;
  transform: rotate(60deg);
}
.benefits__title > span::after {
  right: -90px;
  transform: rotate(-60deg);
}
.benefits__title > span sup {
  display: inline-block;
  font-weight: normal;
  font-size: 40%;
  vertical-align: super;
}
.benefits__title + p {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.benefits__table {
  padding-top: 20px;
}
.benefits__table table {
  table-layout: fixed;
  width: 100%;
  background: #fff;
}
.benefits__table table th, .benefits__table table td {
  background: #fff;
  font-size: 14px;
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: middle;
}
.benefits__table table thead td {
  width: 140px;
}
.benefits__table table thead th {
  padding-top: 18px;
}
.benefits__table table thead th div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  text-align: left;
}
.benefits__table table thead th div em {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff100;
  border-radius: 20px;
  font-size: 25px;
  line-height: 1;
  color: #075eb4;
  text-align: center;
}
.benefits__table table thead th div i {
  margin-right: 5px;
}
.benefits__table table thead th div span {
  font-size: 18px;
  line-height: 1.33;
  color: #075eb4;
}
.benefits__table table thead th div span sup {
  display: inline-block;
  font-size: 11px;
  color: #000;
}
.benefits__table table tbody th {
  width: 140px;
  font-size: 16px;
  line-height: 1.375;
}
.benefits__table table tbody th, .benefits__table table tbody td {
  padding: 15px;
}
.benefits__table table tbody th.image, .benefits__table table tbody td.image {
  padding: 2px;
}
.benefits__table table tbody td {
  font-size: 16px;
  font-weight: bold;
}
.benefits__table table tbody td strong {
  font-size: 20px;
}
.benefits__table table tbody td dt {
  font-size: 20px;
}
.benefits__table table tbody td dd, .benefits__table table tbody td p {
  font-size: 14px;
}
.benefits__notes {
  margin-top: 15px;
  color: #fff;
}
.benefits__notes a {
  color: #fff;
  text-decoration: underline;
}
.benefits__notes a:hover {
  color: #FF3300;
}
@media only screen and (max-width: 767px) {
  .benefits__title {
    margin-bottom: .5em;
    font-size: 4.8vw;
  }
  .benefits__title > span::before, .benefits__title > span::after {
    display: none;
  }
  .benefits__title + p {
    margin-bottom: 1.5em;
    font-size: 4.26667vw;
  }
  .benefits__table {
    width: 100%;
    overflow-x: scroll;
    padding-top: 20px;
    position: relative;
  }
  .benefits__table table {
    width: auto;
  }
  .benefits__table table th, .benefits__table table td {
    white-space: nowrap;
  }
  .benefits__table table thead th {
    padding-top: 10px;
  }
  .benefits__table table thead th div {
    padding-top: 30px;
    height: auto;
  }
  .benefits__table table thead th div em {
    width: 30px;
    height: 30px;
    top: 10px;
    font-size: 20px;
  }
  .benefits__table table thead th div span {
    font-size: 15px;
  }
  .benefits__table table tbody td.image img {
    width: 180px !important;
  }
  .benefits__table table tbody th, .benefits__table table tbody td {
    padding: 5px;
  }
  .benefits__table table tbody th {
    font-size: 15px;
  }
  .benefits__table table tbody td {
    font-size: 14px;
  }
  .benefits__table table tbody td strong {
    font-size: 16px;
  }
  .benefits__table table tbody td dt {
    font-size: 16px;
  }
  .benefits__table table tbody td dd, .benefits__table table tbody td p {
    font-size: 12px;
  }
  .benefits__table table thead td,
  .benefits__table table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .benefits__table table thead td::before,
  .benefits__table table tbody th::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 0;
    height: 100%;
    border: 1px solid #fff;
  }
  .benefits__table table thead td::after,
  .benefits__table table tbody th::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 100%;
    border: 1px solid #ccc;
  }
}

/* oldsmile */
.oldsmile__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 100px;
  margin: 0 auto;
  background: #075eb4;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  box-shadow: 6px 6px 0 0 #00237e;
}
.oldsmile__btn::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 29px;
  height: 26px;
  background: url("/products/colorio/smileplus/images/btn_arw.svg") no-repeat;
}
@media only screen and (max-width: 767px) {
  .oldsmile__btn {
    height: 5em;
    font-size: 3.73333vw;
    box-shadow: 3px 3px 0 0 #00237e;
  }
  .oldsmile__btn::after {
    right: 10px;
    width: 15px;
    height: 13px;
    background-size: 15px 13px;
  }
}

/* case */
.case {
  padding-top: 0;
}
.case__title {
  margin-bottom: 30px;
  padding-top: 100px;
  background: url("/products/colorio/smileplus/images/icn_lightbulb.svg") no-repeat center top;
  background-size: 84px 83px;
}
.case__title h2 {
  font-size: 35px;
  line-height: 1.43;
  color: #075eb4;
  text-align: center;
}
.case__section__title {
  margin-bottom: 50px;
  border-bottom: solid 2px #075eb4;
  text-align: center;
}
.case__section__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 53px;
  margin: 0 auto;
  background: #075eb4;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.case__section__title span em {
  font-size: 40px;
  font-style: normal;
  font-weight: 400 !important;
}
.case__panels {
  display: flex;
  justify-content: space-between;
}
.case__panel {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 445px;
  max-width: 445px;
  border: solid 3px #075eb4;
  border-radius: 10px;
}
.case__panel::after {
  content: "";
  display: block;
  width: 44px;
  height: 39px;
  background: url("/products/colorio/smileplus/images/case_icn_arw.svg") no-repeat;
  position: absolute;
  left: -59px;
  top: 50%;
  transform: translateY(-50%);
}
.case__panel__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em;
  background: #075eb4;
  font-size: 25px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.case__panel__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.case__panel__body ul {
  margin-bottom: 1em;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  color: #075eb4;
}
.case__panel__body ul > li {
  padding-left: 35px;
  background: url("/products/colorio/smileplus/images/case_icn_check.svg") no-repeat left center;
  background-size: 27px 22px;
}
.case__panel__body ul > li + li {
  margin-top: .3em;
}
.case__panel__body p {
  margin: 0 -1em 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
.case__panel__body p strong {
  font-size: 22px;
  color: #e95377;
}
.case__panel__body p sup {
  font-size: 65%;
}
.case__panel__body figure {
  margin: 0;
  text-align: center;
}
.case__panel__body figure figcaption {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}
.case__panel__ill {
  margin: 0 auto;
}
.case__panel--glay {
  border-color: #808b96;
}
.case__panel--glay::after {
  display: none !important;
}
.case__panel--glay .case__panel__title {
  background: #808b96;
}
.case__subtitle {
  margin: 45px 0 15px;
  font-size: 25px;
  color: #075eb4;
  text-align: center;
}
.case__support {
  margin-bottom: 55px;
}
.case__support__table {
  margin-bottom: 15px;
}
.case__support__table table {
  width: 100%;
  table-layout: fixed;
}
.case__support__table table th, .case__support__table table td {
  border: solid 1px #aeb6bf;
  vertical-align: middle;
  text-align: center;
}
.case__support__table table thead th {
  padding: .75em;
  background: #095eb3;
  font-size: 16px;
  color: #fff;
}
.case__support__table table thead th > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case__support__table table thead th > div i {
  margin-right: .5em;
}
.case__support__table table tbody th, .case__support__table table tbody td {
  padding: 1em .5em;
  font-size: 16px;
  font-weight: bold;
}
.case__support__table table tbody th strong, .case__support__table table tbody td strong {
  font-size: 20px;
  color: #e95377;
}
.case__support__table table tbody th em, .case__support__table table tbody td em {
  font-size: 20px;
  font-style: normal;
}
.case__support__table table tbody th small, .case__support__table table tbody td small {
  font-size: 12px;
}
.case__support__table table tbody dt {
  margin-bottom: .3em;
}
.case__support__table table thead th:first-child,
.case__support__table table tbody th {
  width: 190px;
  white-space: nowrap;
}
.case__simulation {
  position: relative;
  margin-top: 65px;
  margin-bottom: 60px;
  padding: 55px 10px 45px;
  border: solid 3px #075eb4;
  border-radius: 10px;
  text-align: center;
}
.case__simulation h3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-50%);
  font-size: 30px;
  color: #075eb4;
  line-height: 1;
}
.case__simulation h3 span {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}
.case__case2__notes {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .case__title {
    margin-bottom: 15px;
    padding-top: 70px;
    background-size: 63px 62px;
  }
  .case__title h2 {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
  .case__section__title {
    margin-bottom: 30px;
  }
  .case__section__title span {
    width: 4.5em;
    height: 1.85em;
    border-radius: .5em .5em 0 0;
    font-size: 5.06667vw;
  }
  .case__section__title span em {
    font-size: 6.93333vw;
  }
  .case__panels {
    display: block;
  }
  .case__panel {
    max-width: none;
  }
  .case__panel::after {
    width: 38px;
    height: 33px;
    background-size: 38px 33px;
    left: 50%;
    top: -48px;
    transform: rotate(90deg) translateY(50%);
  }
  .case__panel__title {
    font-size: 4.8vw;
  }
  .case__panel__body {
    padding: 20px 12px 25px;
  }
  .case__panel__body ul {
    font-size: 4.53333vw;
  }
  .case__panel__body ul > li {
    padding-left: 1.41em;
    background-size: 1.11em .916em;
  }
  .case__panel__body ul > li + li {
    margin-top: .4em;
  }
  .case__panel__body p {
    font-size: 4vw;
  }
  .case__panel__body p strong {
    font-size: 4.8vw;
  }
  .case__panel__body figure img {
    max-width: 118px;
  }
  .case__panel__body figure figcaption {
    font-size: 2.93333vw;
  }
  .case__panel__ill--case1 img {
    max-width: 263px;
  }
  .case__panel__ill--case2 img {
    max-width: 315px;
  }
  .case__panel--glay {
    margin-bottom: 62px;
  }
  .case__subtitle {
    margin: 40px 0 10px;
    font-size: 4.8vw;
  }
  .case__support__table {
    width: 100%;
    overflow-x: scroll;
  }
  .case__support__table table {
    width: auto;
  }
  .case__support__table table th, .case__support__table table td {
    white-space: nowrap;
  }
  .case__simulation {
    margin-top: 40px;
    padding: 25px 15px;
  }
  .case__simulation h3 {
    font-size: 4.8vw;
  }
}

/* plan */
.plan {
  background: #075eb4;
  color: #fff;
}
.plan__title {
  margin-bottom: 15px;
  line-height: 1.4;
}
.plan__title span, .plan__title small {
  display: block;
  text-align: center;
}
.plan__title span {
  font-size: 35px;
}
.plan__title small {
  font-size: 20px;
}
.plan__title small sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 12px;
}
.plan__table {
  margin-bottom: 10px;
}
.plan__table table {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  color: #333;
}
.plan__table table th, .plan__table table td {
  padding: 1em .5em;
  border: solid 1px #aeb6bf;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.plan__table table thead th {
  font-size: 18px;
}
.plan__table table thead th:nth-child(1) {
  background: #f3f5f7;
}
.plan__table table tbody th {
  background: #f3f5f7;
  font-size: 14px;
}
.plan__table table tbody td small {
  font-size: 12px;
}
.plan__table table tbody td strong {
  font-size: 20px;
  color: #e95377;
}
.plan__table table tbody sup {
  display: inline-block;
  font-size: 75%;
}
.plan__notes a {
  color: #fff;
  text-decoration: underline;
}
.plan__notes a:hover {
  color: #FF3300;
}
@media only screen and (max-width: 767px) {
  .plan__title {
    margin-bottom: 20px;
  }
  .plan__title span {
    font-size: 5.33333vw;
  }
  .plan__title small {
    font-size: 4vw;
  }
  .plan__title small sup {
    font-size: 2.93333vw;
  }
  .plan__table {
    width: 100%;
    overflow-x: scroll;
  }
  .plan__table table {
    width: auto;
  }
  .plan__table table th, .plan__table table td {
    padding: .5em .2em;
    font-size: 12px;
    white-space: nowrap;
  }
  .plan__table table thead th {
    font-size: 13px;
  }
  .plan__table table tbody th {
    font-size: 12px;
    line-height: 1.3;
  }
  .plan__table table tbody th sup {
    padding-top: .75em;
    vertical-align: baseline;
  }
  .plan__table table tbody td small {
    font-size: 10px;
  }
  .plan__table table tbody td strong {
    font-size: 15px;
  }
}

/* howtobuy */
.howtobuy {
  text-align: center;
}
.howtobuy__title {
  margin-bottom: 40px;
  font-size: 35px;
  color: #075eb4;
}
.howtobuy__info {
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
.howtobuy__info sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 12px !important;
  font-weight: normal;
}
.howtobuy .section__notes {
  display: table;
  margin: 15px auto 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .howtobuy__title {
    margin-bottom: 30px;
    font-size: 5.33333vw;
  }
  .howtobuy__items img {
    max-width: 210px;
  }
  .howtobuy__info {
    font-size: 4vw;
  }
}

.block4 {
  background-image: url(/products/colorio/smileplus/images/block4_bg-pc.jpg);
  color: #fff;
  text-align: center;
}
.block4__title {
  font-size: 32px;
  color: #fff;
}
.block4__txt {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.75;
}
.block4__btn a:hover {
  opacity: 0.7;
}
.block4__notes {
  display: table;
  margin: 13px auto 0;
}
@media only screen and (max-width: 767px) {
  .block4 {
    background-image: url(/products/colorio/smileplus/images/block4_bg-sp.jpg);
    background-size: cover;
  }
  .block4__title {
    font-size: 5.33333vw;
  }
  .block4__txt {
    margin: 20px 0;
    font-size: 4vw;
    line-height: 1.53;
  }
  .block4__notes {
    text-align: left;
  }
}

.precautions {
  padding-bottom: 0;
}
.precautions__title {
  margin-bottom: 60px;
  font-size: 35px;
  color: #075eb4;
  text-align: center;
}
.precautions__subtitle {
  margin-bottom: .5em;
  font-size: 14px;
}
.precautions__list {
  margin-bottom: 2em;
  font-size: 14px;
}
.precautions__list li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
.precautions__list .noList {
  position: unset;
  padding-left: unset;
}
.precautions__list li::before {
  display: inline-block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.precautions__important {
  margin: 40px 0;
  padding: 30px;
  border: solid 2px #c00;
}
.precautions__important h3 {
  font-size: 20px;
  text-align: center;
}
.precautions__important dl {
  margin-top: 1.5em;
  font-size: 16px;
}
.precautions__panel {
  padding: 15px 25px;
  border: solid 1px #70ad47;
  border-radius: 10px;
}
.precautions__panel__title {
  text-align: center;
}
.precautions__panel__lead {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .precautions {
    padding-bottom: 20px;
  }
  .precautions__title {
    margin-bottom: 25px;
    font-size: 5.33333vw;
  }
  .precautions__subtitle {
    font-size: 2.93333vw;
  }
  .precautions__list {
    font-size: 2.93333vw;
  }
  .precautions__list li {
    line-height: 1.5;
  }
  .precautions__important {
    margin: 30px 0;
    padding: 15px;
  }
  .precautions__important h3 {
    font-size: 4.26667vw;
  }
  .precautions__important dl {
    font-size: 3.46667vw;
  }
  .precautions__panel {
    padding: 15px;
  }
  .precautions__panel__title {
    margin: 0 -15px;
  }
  .precautions__panel__lead {
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 80px 0 30px;
}

#contents .share_title {
  font-size: 30px;
  text-align: center;
}

#contents .share_list {
  margin: 25px auto 0;
}

#contents .share_list ul {
  text-align: center;
}

#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 30px 0;
  }

  #contents .share_title {
    font-size: 22px;
  }

  #contents .share_list {
    margin-top: 15px;
  }
}
/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease;
}

#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}

#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.zen {
  color: #e95377 !important;
}

.han {
  color: #095eb3 !important;
}

.scroll-hint-icon-wrap {
  z-index: 5;
}

/* 220908 */
.oldsmile__btn.smileplus_btn {
  max-width: 650px;
}

.oldsmile__btn.old_btn {
  background-color: #808b96;
  font-size: 16px;
  max-width: 450px;
  height: 70px;
  box-shadow: 6px 6px 0 0 #666;
}

@media only screen and (max-width: 767px) {
  .oldsmile__btn.old_btn {
    height: 4.4em;
    font-size: 3.2vw;
  }
}

/* 240415 */
.adaptation__box {
  border: 3px solid #075eb4;
  border-radius: 10px;
  max-width: 900px;
}
.adaptation__box__text {
  background-color: #075eb4;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .adaptation__text{
    font-size: 3vw;
  }
  .adaptation__box {
    max-width: none;
  }
  .adaptation__box__text {
    padding: 3.0vw;
    font-size: 4.0vw;
  }
}
