<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==========================================
  Page Header
========================================== */
.page-header .catch-area .inner {
  height: 100%;
  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;
}
.page-header .catch-area .inner ul li:first-of-type {
  margin: 0 0 50px;
}
.page-header .catch-area span {
  font-size: 21px;
  font-size: 2.1rem;
  color: #ffffff;
  line-height: 1.9;
}

/* ==========================================
  お住まいのエリアをお選びください
========================================== */
.select-unit {
  position: relative;
  width: 100%;
  background-color: #f2fffe;
  padding: 100px 0 80px;
  text-align: center;
}
.select-unit h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #00a89b;
  margin: 0 0 30px;
}
.select-wrap {
  position: relative;
  width: 550px;
  height: 100px;
  margin: 0 auto 50px;
  /*
  border-radius: 26px;
  */
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.16);
          box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.16);
}
.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-size: 2.1rem;
  color: #00a89b;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
  background-color: #ffffff;
  cursor: pointer;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url(../images/mso_select_arrow02.png);
  background-repeat: no-repeat;
  background-position: center right;
  pointer-events: none;
}
/*
.select-unit a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.select-unit a i {
  width: 7px;
  display: inline-block;
  margin: 0 15px 0 0;
}
*/
.select-unit p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #767676;
}
.select-unit p a {
  color: #767676;
}

/* ==========================================
  Section
========================================== */
.section {
  position: relative;
  width: 100%;
}

/* ==========================================
  MISAWA Smile Onlineとは？
========================================== */
.sec01 {
  padding: 150px 0;
}
.sec01 h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #888888;
  text-align: center;
}
.sec01 .inner {
  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;
}
.sec01 dl {
  width: 25%;
  text-align: center;
}
.sec01 dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  color: #888888;
  margin: 20px 0 0;
}

/* ==========================================
  ･･･とは？
========================================== */
.sec02 {
  padding: 80px 0 0;
  background-color: #f4f4f4;
}
.what {
  padding: 0 0 80px;
}
.what p {
  position: relative;
  width: 80%;
  height: 0;
  padding: 0 0 44%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.what .inner {
  position: relative;
  height: 100%;
  top: -340px;
  margin: 0 auto -340px;
}
.what-summary {
  position: relative;
  z-index: 1;
  width: 680px;
  background-color: #ffffff;
  padding: 65px 55px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.16);
          box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.16);
}
.what-summary dl {
  color: #828282;
}
.what-summary dl dt {
  font-size: 36px;
  font-size: 3.6rem;
}
.what-summary dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
}
.what-summary dl dd span {
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #26a69a;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 25px 0 0;
}
.what01 p {
  left: 20%;
  background-image: url(../images/mso_top_sec02_img01.jpg);
}
.what02 p {
  background-image: url(../images/mso_top_sec02_img02b.jpg);
}
.what02 .what-summary {
  left: 520px;
}

/* ==========================================
  ご利用の流れ
========================================== */
.sec03 {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 44%;
  background-image: url(../images/mso_top_sec03_img.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.sec03 .catch-area .inner {
  height: 100%;
  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;
}
.flow-unit {
  width: 100%;
}
.flow-unit .scroll &gt; div {
  width: 100%;
  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;
}
.flow-unit h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 50px;
}
.flow {
  position: relative;
  width: 205px;
  height: 205px;
  background-color: #ffffff;
  margin: 0 70px 0 0;
}
.flow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -65px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 102.5px 0 102.5px 65px;
  border-color: transparent transparent transparent #00a89a;
}
.flow p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #828282;
  line-height: 1.6;
  padding: 45px 20px 0;
}
.flow span {
  position: absolute;
}
.flow01 span {
  right: 10px;
  bottom: 5px;
}
.flow02 span {
  right: 0;
  bottom: 5px;
}
.flow03 span {
  right: 15px;
  bottom: 15px;
}
.flow04 span {
  right: 10px;
  bottom: 0;
}

@media screen and (max-width:1100px) {
  .flow-unit .scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 15px;
  }
  .flow-unit .scroll &gt; div {
    width: 1100px;
  }
}</pre></body></html>