body {
  font-family: "roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
  margin: 1em auto;
}

nav[role='breadcrumb'] {
  background-color: #fff;
}

.download {
  text-align: center;
}

#page {
  position: relative;
}
.device-pc #page {
  padding-top: 40px;
}

.article {
  margin: auto;
  padding-bottom: 1px;
}
.article a {
  color: #5c8c9d;
  display: inline;
}
.article-header {
  max-width: 600px;
  margin: 0 auto;
}

.article-title {
  background: url(../images/main_title_sp.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.article-title__text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
}

.article-navi ul li span {
  font-size: 160%;
  font-weight: bold;
}
.article-navi ul li span.mdi-arrow-right {
  padding-right: 1.5em;
}
.article-navi ul li span.mdi-arrow-right::before {
  right: 0;
}
.article-navi ul li span.mdi-arrow-left {
  padding-left: 1.5em;
}
.article-navi ul li span.mdi-arrow-left::before {
  left: 0;
}
.article-navi ul li span::before {
  font-size: 150%;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -.5em;
}

.article-lead {
  margin: 20px auto;
  max-width: 800px;
}
.article-lead__text {
  padding: 0 3.125%;
  text-align: left;
  font-size: 160%;
  line-height: 1.6;
  font-family: "roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  color: #5c8c9d;
}
.article-lead__text > p:first-of-type {
  margin-top: 0;
}
.article-lead__text > p:last-of-type {
  margin-bottom: 0;
}

.article-content {
  max-width: 600px;
  margin: 20px auto;
  padding: 0;
  background-color: #fff;
}
.article-content ul li {
  margin: 1em auto;
}
.article-content ul li span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0em;
}
.article-content ul li span + span {
  position: relative;
  padding-top: 200px;
}
.article-content ul li span + span img {
  position: absolute;
  width: 200px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.article-content p {
  padding: 0 3.125%;
  letter-spacing: 0;
}
.article-content p.attention {
  font-size: 75%;
  line-height: 1.5;
  color: #cc0000;
}
.article-content .policy {
  background-color: #ededed;
  padding: 3.125%;
}
.article-content .policy p {
  font-size: 87.5%;
  line-height: 1.5;
  margin: 1em auto;
  color: #333;
  padding: 0;
}
.article-content .go a {
  position: relative;
  display: block;
  background-color: #5c8c9d;
  color: #fad0bb;
  font-family: "Shin Maru Go DemiBold", "roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 8px;
  padding: 20px 36px 20px 20px;
  box-shadow: 1px 1px 0 0 #ccc, 2px 2px 0 0 #ccc, 3px 3px 0 0 #ccc, 4px 4px 0 0 #ccc;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.article-content .go a span, .article-content .go a small {
  display: block;
}
.article-content .go a span {
  font-size: 150%;
  line-height: 1.5;
}
.article-content .go a small {
  font-size: 75%;
}
.article-content .go a::after {
  display: block;
  position: absolute !important;
  top: 50% !important;
  right: .5em;
  font-size: 125% !important;
  transform: translateY(-50%);
}
.article-content .fin {
  width: 93.75%;
  border: 1px solid #c00;
  padding: 1em;
  font-weight: bold;
  color: #c00;
}
.article-content__title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 26.5625%;
  position: relative;
}
.article-content__title::before {
  content: "";
  background: url(/store/techo/ja/magazine/2018/survey/images/pen.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  padding-top: 25%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.article-content__title__text {
  display: block;
  font-size: 150%;
  line-height: 1.5;
  font-family: "Shin Maru Go DemiBold", "roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  background-color: #5c8c9d;
  padding: 20px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.article-content__title__text small {
  display: block;
  text-align: center;
  font-size: 75%;
}

.article-content__text {
  font-size: 160%;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.article-footer {
  max-width: 600px;
  margin: 0 auto;
}

.article-credit {
  font-size: 120%;
  text-align: center;
}
.device-sp .article .device-sp .article-content__title {
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
}
.device-pc .article-header {
  max-width: 960px;
}

.device-pc .article-title {
  background: url(../images/main_title_pc.jpg) no-repeat center top;
  padding-top: 56.25%;
}

.device-pc .article-lead {
  border-radius: 16px;
  margin: 40px auto;
}
.device-pc .article-lead__text {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 170%;
  line-height: 1.75;
  letter-spacing: 0;
}

.device-pc .article-content {
  max-width: 100%;
  border-radius: 16px;
  padding: 0;
  margin: 40px auto;
}
.device-pc .article-content ul {
  max-width: 560px;
  margin: 20px auto;
}
.device-pc .article-content ul li {
  margin: 8px auto;
  padding: 8px;
}
.device-pc .article-content ul li:nth-child(even) {
  background-color: #f1f1f1;
}
.device-pc .article-content ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 444px;
  text-align: left;
  margin: 0;
}
.device-pc .article-content ul li span + span {
  padding-top: 100px;
  padding-left: 100px;
  width: auto;
}
.device-pc .article-content p {
  padding: 0;
  max-width: 560px;
}
.device-pc .article-content .attention {
  font-size: 87.5%;
}
.device-pc .article-content .policy {
  max-width: 560px;
  margin: 40px auto;
}
.device-pc .article-content .go {
  max-width: 400px;
}
.device-pc .article-content .go a {
  opacity: 1;
  color: #fad0bb;
  transition: all 0.2s;
}
.device-pc .article-content .go a span {
  font-size: 200%;
}
.device-pc .article-content .go a small {
  font-size: 100%;
}
.device-pc .article-content .go a:hover {
  transform: translate(3px, 3px);
  opacity: 0.75;
  color: #fff;
  box-shadow: 1px 1px 0 0 #ccc;
}
.device-pc .article-content .fin {
  width: auto;
  padding: 2em;
}
.device-pc .article-content__title {
  margin: 40px auto 0;
  text-align: center;
  padding-top: 160px;
}
.device-pc .article-content__title::before {
  padding-top: 150px;
}

.device-pc .article-content__text {
  padding: 20px 0;
  width: 100%;
  max-width: 100%;
}

.device-pc .article-footer {
  max-width: 960px;
  border-radius: 16px 16px 0 0;
}

footer {
  background-color: #fff;
}

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