@charset "UTF-8";

.l-page-body-survey {
  min-width: inherit;
}
.l-page-container-survey {
  min-width: inherit;
}
.l-page-container-survey .l-main-survey {
  min-width: inherit;
  padding: 0 5px 0 5px;
}
.l-page-header-survey {
  border: 0;
  border-style: solid;
  border-bottom: 1px solid #efefef;
}
.l-page-header-survey .l-page-header-survey-back {
  display: block;
  background: #f6f6f6 url("/img/cms-survey/back.png") repeat;
  line-height: 1.6em;
}
.l-page-header-survey .l-page-header-survey-back .l-page-header-survey-back-inner {
  margin: 0 auto;
  height: 15px;
  overflow: hidden;
  max-width: 1144px;
}
.l-page-header-survey .l-page-header-survey-container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 5px 0 5px;
  min-width: inherit;
}

.l-cms-survey {
  color: #555;
  font-size: 0.9rem;
  font-family: "游ゴシック体", "Yu Gothic", Yu Gothic, sans-serif;
}
.l-cms-survey .title {
  margin: 0 0 0.5rem;
  font-size: 28px;
  letter-spacing: 0.07em;
  font-family: "游ゴシック体", "Yu Gothic", Yu Gothic, sans-serif;
}
.l-cms-survey .description {
  font-size: 18px;
  margin-top: 20px;
}
.l-cms-survey .message {
  width: 50%;
  margin: 50px auto;
  font-size: 18px;
  text-align: center;
}
.l-cms-survey .message-body {
  margin-bottom: 50px;
  text-align: center;
}
.l-cms-survey .question {
  border: 5px solid #ededed;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
}
.l-cms-survey .question .question-info {
  background-color: #ededed;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  position: relative;
  min-height: 57px;
}
.l-cms-survey .question .question-info .question-index {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 0 0 25px;
  font-size: 25px;
  margin: 0 0 0 -5px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.l-cms-survey .question .question-info .question-arrow {
  width: 5px;
  position: absolute;
  top: 25px;
  left: 95px;
  height: 9px;
  background-image: url("/asset/img/common/sprite-icon.png");
  background-repeat: no-repeat;
  background-position: -163px -39px;
}
.l-cms-survey .question .question-info .question-title {
  width: 100%;
  padding: 10px 10px 0 110px;
  font-size: 25px;
  position: relative;
  font-weight: bold;
}
.l-cms-survey .question .question-info .question-title .required {
  font-weight: bold;
  color: #fa1387;
  font-size: 16px;
}
.l-cms-survey .question .question-info .question-title .question-help {
  border: 0;
  border-top: 1px;
  border-style: dashed solid;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0 10px 0;
  margin-top: 10px;
}
.l-cms-survey .question .answer {
  padding: 20px 20px 20px 20px;
}
.l-cms-survey .question .answer .radio label, .l-cms-survey .question .answer .checkbox label {
  padding: 0 20px 0 0;
}
.l-cms-survey .l-cms-survey-success-img {
  background: #efefef;
  padding: 0;
  margin: 40px 0 40px 0;
}

.c-survey-error {
  background: #efefef;
  margin: 10px 0 0 0;
  color: #fa0167;
}
