@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
}
img {
  max-width: 100%;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: url("../../assets/img/header-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 796px;
}
.c-header .c-header__logo {
  max-width: 454px;
  padding: 44px 0 116px 54px;
}
.c-header .c-header__nav {
  max-width: 400px;
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url("../../assets/img/nav-bg.png") center no-repeat;
  background-size: cover;
}
.c-header .c-header__nav a {
  font-size: 1.7rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.13em;
  padding: 10px 0;
}
.c-header .c-header__nav p {
  padding: 10px 0;
  border-bottom: 0;
}
.c-header .c-header__nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  z-index: 9999;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #fff;
  border-radius: 4px;
}
.menu:hover {
  cursor: pointer;
}
.menu .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 25px;
  top: 50%;
  background-color: #075466;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu .icon::before {
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #075466;
  top: -10px;
}
.menu .icon::after {
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #075466;
  top: 10px;
}
.menu.open .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
.menu.open .icon::before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.menu.open .icon::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.c-footer {
  background: #040000;
  color: #fff;
  padding: 32px 0;
  font-family: "Yu Gothic", sans-serif;
}
@font-face {
  font-family: "AppMincho";
  src: url("../../assets/fonts/AppMincho.otf") format("opentype");
}
/* layout
------------------------------------------------------------*/
body {
  font-family: AppMincho, serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.l-container--820 {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .l-container--820 {
    width: 94.5%;
  }
}
.l-container--760 {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .l-container--760 {
    width: 94.5%;
  }
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 999px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.c-mainvisual img {
  width: 100%;
}
.c-title {
  color: #075466;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
.c-title2 {
  color: #075466;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.c-title3 {
  color: #075466;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.c-title4 {
  color: #075466;
  font-size: 2.4rem;
  letter-spacing: 0.13em;
  line-height: 1.1;
}
main {
  background: url("../../assets/img/main-bg.jpg");
  background-size: cover;
}
.c-intro .c-intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-37px);
  transform: translateY(-37px);
  padding-bottom: 120px;
}
.c-intro .c-intro__text1 {
  max-width: 386px;
  width: 50%;
}
.c-intro .c-intro__text2 {
  width: 50%;
  max-width: 392px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.c-intro .c-intro__notice {
  position: relative;
}
.c-intro .c-intro__noticeLeft {
  background: url("../../assets/img/notice.png");
  background-size: cover;
  max-width: 710px;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 195px;
  z-index: 1;
  position: relative;
  margin-left: 22px;
}
.c-intro .c-intro__noticeRight {
  position: absolute;
  top: 17%;
  right: -26px;
  z-index: 0;
  max-width: 361px;
}
.c-intro .c-intro__noticeInner {
  max-width: 514px;
  margin: auto;
  padding-top: 82px;
  letter-spacing: 0.09em;
}
.c-intro .c-intro__noticeInner p {
  margin-bottom: 20px;
}
.c-intro .c-intro__noticeTitle {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 5px;
}
.c-intro .c-intro__noticeTitle img {
  max-width: 390px;
  margin: auto;
}
.c-gps {
  margin-top: -101px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.c-gps .c-gps__wrap {
  position: relative;
  padding: 100px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(248, 246, 238, 0)),
    color-stop(11%, rgb(255, 255, 255)),
    color-stop(84%, rgb(255, 255, 255)),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(248, 246, 238, 0) 0%,
    rgb(255, 255, 255) 11%,
    rgb(255, 255, 255) 84%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(248, 246, 238, 0) 0%,
    rgb(255, 255, 255) 11%,
    rgb(255, 255, 255) 84%,
    rgba(255, 255, 255, 0) 100%
  );
}
.c-gps .c-gps__phone {
  margin-top: 80px;
  margin-left: 30px;
  width: 32%;
}

.c-gps .c-gps__des {
  margin-top: 21px;
  margin-left: 30px;
  width: 52%;
}
.c-gps .c-gps__des p {
  margin-top: 25px;
}
.c-gps .c-gps__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 40px;
}
.c-gps .c-gps__btns .c-btn {
  width: 50%;
}
.c-gps .c-gps__download{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-gps .c-gps__download p{
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
  color: #075466;
  margin: auto 0 0;
}
.c-gps .c-gps__download .icon{
  width: 13px;
  flex-shrink: 0;
  height: auto;
  margin: 0 20px;
}
.c-gps .c-gps__note {
  display: flex;
  color: #808074;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  align-items: center;
  justify-content: center;
  border: 1px solid #808074;
  border-radius: 28px;
  padding: 5px 0;
  margin-top: 40px;
}
.c-gps .c-gps__note img{
  width: 40px;
  flex-shrink: 0;
  height: auto;
  margin-right: 17px;
}
.c-gps .c-gps__note p{
  margin-top: 0;
}
.c-gps .c-qr {
  max-width: 124px;
  display: block;
}
.c-gps .c-decor {
  position: absolute;
}
.c-gps .c-decor1 {
  left: -9%;
  top: 18%;
  max-width: 347px;
}
.c-gps .c-decor2 {
  right: -11%;
  bottom: 9%;
  max-width: 359px;
}
.c-highlight {
  margin-top: 100px;
  overflow: hidden;
}
.c-highlight .c-title2 {
  position: relative;
  z-index: 1;
}
.c-highlight .c-title2 img {
  width: 100%;
  max-width: 796px;
}
.c-highlight .c-highlight__items {
  max-width: 760px;
  position: relative;
  margin: -120px auto 0;
  background: #fff;
  padding: 30px 40px;
}
.c-highlight .c-highlight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 41px 0;
  border-bottom: 1px solid #808074;
}
.c-highlight .c-highlight__item:last-child {
  border-bottom: 0;
}
.c-highlight .c-highlight__img {
  width: 34.8%;
}
.c-highlight .c-highlight__info {
  width: 61.2%;
}
.c-highlight .c-highlight__title {
  font-size: 1.6rem;
  color: #075466;
  letter-spacing: 0.14em;
}
.c-highlight .c-highlight__des {
  margin-top: 20px;
}
.c-highlight .c-highlight__decor {
  position: absolute;
}
.c-highlight .c-highlight__decor1 {
  max-width: 222px;
  top: 0;
  right: -47px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-highlight .c-highlight__decor2 {
  max-width: 258px;
  left: -19%;
  top: 46%;
}
.c-guide {
  margin-top: 50px;
}
.c-guide .c-title2 img {
  width: 100%;
  max-width: 634px;
}
.c-guide .c-title3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-guide .c-guide__item {
  padding: 41px 0;
  border-bottom: 1px solid #808074;
}
.c-guide .c-guide__item:last-child {
  border-bottom: 0;
}
.c-guide .c-guide__items {
  max-width: 760px;
  margin: 30px auto 0;
  background: #fff;
  padding: 30px 32px;
}
.c-guide .c-subtitle img {
  max-width: 359px;
  width: 100%;
}
.c-guide .c-guide__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.c-guide .c-guide__qr .c-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-guide .c-guide__qrLeft {
  width: 57%;
  letter-spacing: 0.13em;
}
.c-guide .c-guide__qrWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
}
.c-guide .c-guide__qrImg {
  margin-top: 24px;
  width: 41.8%;
}
.c-guide .c-subtitle1 {
  margin-bottom: 50px;
}
.c-guide .c-qr {
  max-width: 108px;
  margin-right: 40px;
}
.c-guide .c-download {
  color: #075466;
  text-decoration: underline;
}
.c-guide .c-guide__browser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.c-guide .c-guide__browserItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.c-guide .c-guide__browserItem:last-child {
  margin-bottom: 0;
}
.c-guide .c-guide__browserLeft {
  width: 58.2%;
}
.c-guide .c-guide__browserRight {
  width: 35.4%;
  margin-top: -5%;
}
.c-guide .c-guide__browserDes {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c-guide .c-guide__browserIcon {
  width: 41px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.c-guide .c-guide__browserIcon img {
  width: 29px;
  max-width: none;
}
.c-guide .c-guide__icon40 img {
  width: 40px;
}
.c-guide .c-guide__head {
  max-width: 634px;
}
.c-guide .c-guide__last {
  max-width: 556px;
  margin: 45px auto 0;
}
.c-subtitle {
  text-align: center;
}
.c-downloading {
  padding-bottom: 100px;
}
.c-downloading .c-downloading__main {
  max-width: 760px;
  position: relative;
  margin: 30px auto 0;
  background: #fff;
  padding: 30px 40px;
}
.c-downloading .c-subtitle img {
  max-width: 387px;
  width: 100%;
}
.c-downloading .c-subtitle2 {
  margin-bottom: 60px;
}
.c-downloading .c-downloading__item {
  padding: 41px 0;
  border-bottom: 1px solid #808074;
}
.c-downloading .c-downloading__item:last-child {
  border-bottom: 0;
}
.c-downloading .c-downloading__des1 {
  margin: 16px 0 35px;
}
.c-downloading .c-downloading__ambula {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-downloading .c-downloading__ambulaLogo {
  width: 16%;
  margin-left: 4%;
  margin-right: 20px;
}
.c-downloading .c-downloading__des2 {
  width: 55%;
}
.c-downloading .c-downloading__des2 .note {
  color: #075466;
}
.c-downloading .c-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  margin: auto;
}
.c-downloading .c-title4 img {
  max-width: 188px;
  display: inline-block;
}
.c-downloading .c-appqr {
  margin: 20px 0;
  max-width: 90px;
}
.c-downloading .c-downloading__ambulaDownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 438px;
  margin: 35px auto 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.c-downloading .c-downloading__appstore {
  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;
}
.c-downloading .c-downloading__appstore .c-applogo {
  max-width: 142px;
}
.c-downloading .c-downloading__playstore {
  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;
  text-align: center;
}
.c-downloading .c-downloading__playstore .c-applogo {
  max-width: 176px;
}
.c-btn {
  border: 3px solid #075466;
  -webkit-box-shadow: 3px 3px #075466;
  box-shadow: 3px 3px #075466;
  max-width: 194px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #075466;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn:hover {
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.overflow-hidden {
  overflow: hidden;
}
.underline {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.border-bottom {
  border-bottom: 2px solid #075466;
}
.c-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  display: none;
  max-width: 168px;
}
.c-download {
  text-decoration: underline;
}
@media only screen and (max-width: 1038px) {
  main {
    background-size: contain;
  }
}
@media only screen and (max-width: 999px) {
  .c-header {
    width: 81%;
    max-width: 670px;
  }

  .c-header .c-header__logo {
    width: 65%;
    max-width: 361px;
    padding: 40px 0 102px 44px;
  }

  .c-intro .c-intro__text1 {
    width: 48%;
  }

  .c-intro .c-intro__text2 {
    width: 48%;
  }

  .c-intro .c-intro__noticeLeft {
    width: 91%;
    padding-bottom: 162px;
  }

  .c-gps .c-gps__btns .c-btn {
    width: 48%;
  }

  .c-highlight .c-highlight__decor1 {
    right: 0;
  }

  .c-highlight .c-highlight__decor2 {
    max-width: 207px;
    left: -53px;
    top: 51%;
  }

  .c-gps .c-gps__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-gps .c-gps__phone {
    width: 70%;
    margin: 80px auto 0;
  }

  .c-gps .c-gps__des {
    margin: 21px auto 0;
    width: 88%;
  }

  .c-btn {
    font-size: 1.7rem;
  }

  .c-gps .c-decor1 {
    width: 46%;
    top: 11%;
  }

  .c-gps .c-decor2 {
    right: -1%;
    bottom: 28px;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header {
    width: 100%;
  }

  .c-header .c-header__logo {
    width: 100%;
    max-width: 298px;
    padding: 25px 0 80px 10px;
  }

  .c-intro .c-intro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 28px;
    -webkit-transform: none;
    transform: none;
  }

  .c-intro .c-intro__text1 {
    width: 100%;
    margin: auto;
  }

  .c-intro .c-intro__text2 {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin: 50px auto 0;
  }

  .c-intro .c-intro__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 14px;
  }

  .c-intro .c-intro__noticeLeft {
    background-position: center;
    margin: auto;
    width: 100%;
    padding-top: 40px;
    background: url("../../assets/img/board.png");
    background-size: 100% 100%;
  }
  .c-intro .c-intro__noticeTitle img {
    max-width: 390px;
    margin: 0 auto 25px;
    width: 70%;
  }
  .c-intro .c-intro__noticeInner {
    padding: 50px 2px 0;
  }
  .c-intro .c-intro__noticeInner p{
    width: 73%;
    margin: 0 auto 20px;
  }
  .c-intro .c-intro__noticeTitle {
    font-size: 2.2rem;
  }

  .c-intro .c-intro__noticeRight {
    position: relative;
    z-index: 2;
    width: 62%;
    max-width: 378px;
    margin-top: -20%;
    margin-right: 4%;
    top: unset;
    margin-left: auto;
    right: unset;
  }
  .c-gps .c-gps__wrap {
    padding-bottom: 100px;
  }
  .c-gps .c-gps__phone {
    max-width: 249px;
  }
  .c-gps .c-gps__download p{
    font-size: 1.7rem;
  }
  .c-gps .c-gps__note{
    padding: 5px 20px;
    font-size: 1.4rem;
  }
  .c-highlight .c-highlight__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-highlight .c-highlight__items {
    padding: 30px 20px;
    margin-top: -60px;
  }

  .c-highlight .c-highlight__img {
    text-align: center;
    width: 100%;
  }

  .c-highlight .c-highlight__info {
    width: 100%;
    margin-top: 40px;
  }

  .c-highlight .c-title2 img {
    max-width: 690px;
    transform: translateX(10px);
  }

  .c-highlight .c-highlight__decor2 {
    max-width: 128px;
    left: unset;
    bottom: -78px;
    top: unset;
    right: 0;
  }

  .c-highlight .c-highlight__decor1 {
    max-width: 122px;
    right: 0;
  }

  .c-guide .c-title2 img {
    width: 84%;
    max-width: 349px;
  }

  .c-guide .c-guide__items {
    padding: 30px 20px;
  }

  .c-guide .c-guide__qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-guide .c-qr {
    margin-right: 26px;
  }

  .c-guide .c-guide__qrLeft {
    width: 100%;
  }

  .c-guide .c-guide__qrImg {
    width: 100%;
    max-width: 421px;
    margin: 24px auto 0;
  }

  .c-guide .c-guide__browser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-guide .c-guide__browserLeft {
    width: 100%;
  }

  .c-guide .c-guide__browserRight {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 316px;
  }

  .c-downloading .c-downloading__main {
    padding: 30px 20px;
  }

  .c-downloading .c-subtitle2 {
    margin-bottom: 20px;
  }

  .c-downloading .c-downloading__ambula {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-downloading .c-downloading__ambulaLogo {
    width: 100%;
    margin: 30px auto;
    max-width: 105px;
  }

  .c-downloading .c-downloading__des2 {
    width: 100%;
    max-width: 509px;
    margin: auto;
  }

  .c-downloading .c-title4 {
    display: block;
    line-height: 1.7;
    width: 100%;
    text-align: center;
  }

  .c-downloading .c-downloading__ambulaDownload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-downloading .c-downloading__appstore {
    width: 100%;
    margin-bottom: 30px;
  }

  .c-top {
    max-width: 127px;
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .c-header {
    width: 82%;
    max-width: 307px;
  }
  .c-header .c-header__logo {
    width: 49%;
    max-width: 150px;
    padding: 21px 0 44px 10px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
