#contents .survey-button p, #contents .survey-button a, .article-content__subtitle, .article-content__title {
  font-family: "Gothic MB101 Bold", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows #contents .survey-button p, #contents .survey-button .ua-desktop-windows p, .ua-desktop-windows #contents .survey-button a, #contents .survey-button .ua-desktop-windows a, .ua-desktop-windows .article-content__subtitle, .ua-desktop-windows .article-content__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.article-content__column .article-content__subtitle::before, .article-content__title::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

#page {
  background-color: #70C3E1;
}

#contents {
  background-color: #fff;
}

nav[role=breadcrumb] {
  background-color: #fff;
  width: 100%;
}
nav[role=breadcrumb] ol {
  width: 96em;
  margin: 0 auto;
}

.article-title {
  background-image: url(../images/main_title_sp.jpg);
}

.article-content__title:nth-of-type(1)::before {
  background-image: url(../images/char_original1.svg);
}
.article-content__title:nth-of-type(2)::before {
  background-image: url(../images/char_original2.svg);
}
.article-content__title:nth-of-type(3)::before {
  background-image: url(../images/char_weeks.svg);
}
.article-content__text p {
  font-size: 160%;
  margin-bottom: 1.75em;
}
.article-content__column {
  max-width: 560px;
  margin: 0 auto 40px;
  border: 1px solid #ccc;
  padding: 16px;
}
.article-content__column p {
  font-size: 140%;
  margin-bottom: 1.5em;
}
.article-content__column p:last-child {
  margin-bottom: 0;
}
.article-content__column .article-content__subtitle {
  margin-top: 0;
}
.article-content__column .article-content__subtitle::before {
  background-image: url(../images/char_cousin.svg);
}
.article-content ol li {
  font-size: 160%;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.article-content ol li b {
  position: absolute;
  left: 0;
  font-weight: bold;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.75em;
  background-color: #1e1933;
  color: #fff;
  text-align: center;
}

.device-pc .article-title {
  background-image: url(../images/main_title_pc.jpg);
}

.device-pc .article-content__title {
  width: 560px;
  font-size: 240%;
}
.device-pc .article-content__column {
  padding: 40px;
}
.device-pc .article-content ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.device-pc .article-content ol li {
  width: 48%;
  padding-left: 0;
}
.device-pc .article-content ol li b {
  left: 5px;
  top: 5px;
}
.device-pc .article-content ol li span {
  display: block;
  font-weight: bold;
}
.device-pc .article-content ol li img {
  border-radius: 4px;
}

#contents .survey-button {
  max-width: 560px;
  margin: 0 auto;
}
#contents .survey-button a {
  font-size: 240%;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  background-color: #f27f0c;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#contents .survey-button a + p {
  text-align: center;
}
#contents .survey-button p {
  font-size: 160%;
}

/*# sourceMappingURL=main.css.map */
