
.sp-br {
  display: none;
}

@media screen and (max-width: 660px) {
  .sp-br {
    display: block;
  }
}

#content-container {
  padding-bottom: 100px;
  border-bottom: solid 1px #dee2e6;
}

@media screen and (max-width: 660px) {
  #content-container {
    padding-bottom: 50px;
    border-bottom: none;
  }
}

@media screen and (max-width: 660px) {
  #globalHeader {
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1000;
  }
  .header_contents {
    height: 88px !important;
  }
  header#globalHeader .logo {
    position: relative;
  }
  .menu-content {
    top: 88px !important;
    height: calc(100% - 88px);
  }
  .menu-content ul.menu {
    padding-top: 0 !important;
  }
  #nav-location {
    position: relative;
    z-index: 70;
  }

  #content-container {
    margin-top: 0;
    padding-top: 88px;
    position: relative;
  }
}

#content-inner {
  width: auto !important;
}

.survey-area-step {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #EFF2F4;
}

.survey-area-step-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.survey-area-step-step {
  width: 568px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.survey-area-step-no {
  width: 568px;
  display: flex;
  align-items: center;
}

.survey-area-step-no .no {
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  border-radius: 11px;
  background-color: #abb3b9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.survey-area-step-no .no.on {
  background-color: #004098;
}

.survey-area-step-no .int {
  width: 160px;
  height: 3px;
  background-color: #abb3b9;
}

.survey-area-step-no .int.on {
  background-color: #004098;
}

.survey-area-step-ttl {
  width: 568px;
  margin-top: 9px;
  position: relative;
}

.survey-area-step-ttl div {
  color: #abb3b9;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

.survey-area-step-ttl div.on {
  color: #004098;
}

.survey-area-step-ttl div:first-child {
  width: 4em;
  left: -1.5em;
}

.survey-area-step-ttl div:nth-child(2) {
  width: 8em;
  left: 130px;
}

.survey-area-step-ttl div:nth-child(3) {
  width: 2em;
  left: 360px;
}

.survey-area-step-ttl div:last-child {
  width: 6em;
  right: -2.5em;
}

@media screen and (max-width: 660px) {
  .survey-area-step {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .survey-area-step-inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-area-step-step {
    width: 73.3vw;
    margin-top: 15px;
  }
  .survey-area-step-no {
    width: 73.3vw;
  }
  .survey-area-step-no .int {
    width: calc((73.3vw / 3) - 22px);
  }
  .survey-area-step-ttl {
    width: 73.3vw;
    margin-top: 5px;
    padding-bottom: 30px;
  }
  .survey-area-step-ttl div {
    font-size: 14px;
  }
  .survey-area-step-ttl div.on {
    color: #004098;
  }
  .survey-area-step-ttl div:first-child {
    width: 4em;
    left: -1.3em;
  }
  .survey-area-step-ttl div:nth-child(2) {
    width: 5em;
    left: calc((73.3vw / 3) - 28px);
  }
  .survey-area-step-ttl div:nth-child(3) {
    width: 2em;
    left: calc(((73.3vw / 3) * 2) - 16px);
  }
  .survey-area-step-ttl div:last-child {
    width: 3em;
    right: -0.8em;
  }
}

.survey-area-tab {
  padding-top: 60px;
  background-color: #fff;
  position: relative;
}

.survey-area-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #004098;
}

.survey-area-tab ul {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.survey-area-tab ul li {
  text-align: center;
  width: 230px;
  line-height: 1.2;
}

.survey-area-tab ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 70px;
  background-color: #004098;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 8px 8px 0px 0px;
}

.survey-area-tab ul li a {
  color: #004098;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 4px;
  height: 66px;
  background-color: #EFF2F4;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 8px 8px 0px 0px;
}

@media screen and (max-width: 660px) {
  .survey-area-tab {
    width: 100%;
    padding-top: 50px;
    position: relative;
  }
  body.sf .survey-area-tab {
    /*top: 143px;*/
    /*top: 88px;*/
    top: 58px;
    left: 0;
    padding-top: 30px;
    position: fixed;
    z-index: 69;
  }
  .survey-area-tab ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-area-tab ul li {
    width: 25%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .survey-area-tab ul li span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 66px;
  }
  .survey-area-tab ul li a {
    font-size: 12px;
    margin-top: 2px;
    height: 64px;
  }
}

.survey-history-farea {
  margin-top: 50px;
  padding-bottom: 60px;
}

.survey-history-farea * {
  box-sizing: border-box;
}

.survey-history-history {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FAFAFA;
}

.survey-history-history h2 {
  margin-left: 0 !important;
}

.survey-history-history-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.survey-history-history-inner + .survey-history-history-inner {
  margin-top: 60px;
}

.survey-history-history-inner dl {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 35px;
  border-top: solid 1px #E8E8E8;
}

.survey-history-history-inner dt {
  clear: both;
  width: 164px;
  font-weight: bold;
  padding-top: 25px;
  float: left;
}

.survey-history-history-inner dd {
  padding-left: 164px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #E8E8E8;
}

@media screen and (max-width: 660px) {
  .survey-history-farea {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .survey-history-history {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FAFAFA;
  }
  .survey-history-history-inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-history-history-inner + .survey-history-history-inner {
    margin-top: 40px;
  }
  .survey-history-history-inner dl {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
  .survey-history-history-inner dt {
    width: 100%;
    font-weight: bold;
    padding-top: 20px;
    float: none;
  }

  .survey-history-history-inner dd {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #E8E8E8;
  }
}

.survey-area-address {
  width: 960px;
  padding: 40px;
  border: 1px solid #eff2f4;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.survey-area-address h2 {
  color: #004098;
  margin-left: 0 !important;
  background: none !important;
  padding-left: 0 !important;
}

.survey-area-address p {
  margin-top: 20px;
}

@media screen and (max-width: 660px) {
  .survey-area-address {
    width: 90vw;
    padding: 30px;
  }
  .survey-area-address p {
    margin-top: 15px;
  }
}

.survey-dialogue-wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}

.survey-dialogue-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.survey-dialogue-inner + .survey-dialogue-inner {
  margin-top: 80px;
}

.survey-dialogue-inner h2 {
  margin-left: 0 !important;
}

.survey-dialogue {
  margin-top: 30px;
  padding: 30px;
  border-radius: 5px;
  background: #fdfeff;
  border: 1px solid #004098;
  box-sizing: border-box;
}

.survey-dialogue h3 {
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #EFF2F4;
  padding-bottom: 10px;
}

.survey-dialogue-desc {
  margin-top: 30px;
}

.survey-dialogue-links {
  font-size: 0;
  margin-top: 30px;
  padding: 0 20px 20px 20px;
  border-radius: 5px;
  background: #eff2f4;
}

.survey-dialogue-links p {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}

.survey-dialogue-links p a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 34px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 17px;
  background: #004098;
  border: solid 1px #004098;
  transition: all .3s linear;
  display: block;
}

.survey-dialogue-links p a.pdf {
  padding-right: 38px;
  background-image: url(../img/ico-pdf.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 91% 50%;
}

.survey-dialogue-links p a.blank {
  padding-right: 38px;
  background-image: url(../img/ico-blank.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: 91% 50%;
}

.survey-dialogue-links p a.mov {
  padding-right: 38px;
  background-image: url(../img/ico-mov.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 91% 50%;
}

.survey-dialogue-links p a:hover {
  color: #004098;
  background: #fff;
  border: solid 1px #004098;
}

.survey-dialogue-links p a.pdf:hover {
  background-image: url(../img/ico-pdf-on.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 91% 50%;
}

.survey-dialogue-links p a.blank:hover {
  background-image: url(../img/ico-blank-on.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: 91% 50%;
}

.survey-dialogue-links p a.mov:hover {
  background-image: url(../img/ico-mov-on.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 91% 50%;
}

@media screen and (max-width: 660px) {
  .survey-dialogue-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .survey-dialogue-inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .survey-dialogue-inner + .survey-dialogue-inner {
    margin-top: 80px;
  }

  .survey-dialogue-inner h2 {
    margin-left: 0 !important;
  }

  .survey-dialogue {
    margin-top: 30px;
    padding: 20px;
  }
  .survey-dialogue h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .survey-dialogue-desc {
    margin-top: 15px;
  }
  .survey-dialogue-links {
    font-size: 0;
    margin-top: 15px;
    padding: 2px 12px 12px 12px;
  }
  .survey-dialogue-links p {
    margin-right: 10px;
    margin-top: 10px;
  }
  .survey-dialogue-links p a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 28px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 14px;
    transition: none;
  }
  .survey-dialogue-links p a.pdf {
    padding-right: 22px;
    background-size: 10px auto;
  }

  .survey-dialogue-links p a.blank {
    padding-right: 22px;
    background-size: 8px auto;
  }

  .survey-dialogue-links p a.mov {
    padding-right: 24px;
    background-size: 12px auto;
  }
  .survey-dialogue-links p a:hover {
    color: #fff;
    background: #004098;
  }
  .survey-dialogue-links p a.pdf:hover {
    background-image: url(../img/ico-pdf.svg);
    background-size: 10px auto;
  }

  .survey-dialogue-links p a.blank:hover {
    background-image: url(../img/ico-blank.svg);
    background-size: 8px auto;
  }

  .survey-dialogue-links p a.mov:hover {
    background-image: url(../img/ico-mov.svg);
    background-size: 12px auto;
  }
}

/* WYSIWYG */
.survey-wswg {
  width: 960px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.survey-wswg * {
  box-sizing: border-box;
}

.survey-wswg img {
  width: 100%;
}

.survey-wswg figure figcaption {
  text-align: center;
}

.survey-wswg h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.survey-wswg h3 {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}

.survey-wswg ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.2em;
}

.survey-wswg ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.2em;
}

.survey-wswg hr {
  border: 0 none;
  height: 1px;
  color: #dee2e6;
  background-color: #dee2e6;
  display: block !important;
}

.survey-wswg table {
  border-collapse: collapse !important;
  border-color: rgba(1.0, 1.0, 1.0, 0);
  border-spacing: 0 !important;
  border-top: solid 1px #dee2e6 !important;
  border-left: solid 1px #dee2e6 !important;
  border-bottom: none !important;
  border-right: none !important;
}

.survey-wswg table td {
  padding: 5px !important;
  border-bottom: solid 1px #dee2e6;
  border-right: solid 1px #dee2e6;
}

.survey-wswg table th {
  padding: 5px !important;
  border-bottom: solid 1px #dee2e6;
  border-right: solid 1px #dee2e6;
}

.survey-wswg-link a {
  text-decoration: none;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: solid 1px #333;
  transition: all .3s linear;
}

.survey-wswg-link a:hover {
  color: #004098;
  border-bottom: solid 1px #004098;
}

.survey-wswg-link a::before {
  content: "> ";
}

.survey-wswg-note {
  font-size: 12px;
}

.mt-be-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mt-be-columns .mt-be-column {
  width: 460px;
}

.survey-wswg h2 + * {
  margin-top: 40px !important;
}

.survey-wswg h3 + * {
  margin-top: 40px !important;
}

.survey-wswg p + * {
  margin-top: 40px !important;
}

.survey-wswg figure + * {
  margin-top: 40px !important;
}

.survey-wswg ul + * {
  margin-top: 40px !important;
}

.survey-wswg ol + * {
  margin-top: 40px !important;
}

.survey-wswg hr + * {
  margin-top: 40px !important;
}

.survey-wswg table + * {
  margin-top: 40px !important;
}

.mt-be-columns + * {
  margin-top: 60px !important;
}

.survey-wswg * + h2 {
  margin-top: 60px !important;
}

.survey-wswg * + h3 {
  margin-top: 60px !important;
}

@media screen and (max-width: 660px) {
  .survey-wswg {
    width: 90vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .mt-be-columns {
    display: block !important;
    justify-content: space-between;
  }
  .mt-be-columns .mt-be-column {
    width: 100%;
  }
  .mt-be-columns .mt-be-column + .mt-be-column {
    margin-top: 40px;
  }
}

.survey-dialogue-desc.survey-wswg h2 + * {
  margin-top: 20px !important;
}

.survey-dialogue-desc.survey-wswg h3 + * {
  margin-top: 20px !important;
}

.survey-dialogue-desc.survey-wswg p + * {
  margin-top: 20px !important;
}

.survey-dialogue-desc.survey-wswg figure + * {
  margin-top: 20px !important;
}

.survey-dialogue-desc.survey-wswg ul + * {
  margin-top: 20px !important;
}

.survey-dialogue-desc.survey-wswg ol + * {
  margin-top: 20px !important;
}

.survey-dialogue-desc.mt-be-columns + * {
  margin-top: 30px !important;
}

.survey-dialogue-desc.survey-wswg * + h2 {
  margin-top: 30px !important;
}

.survey-dialogue-desc.survey-wswg * + h3 {
  margin-top: 30px !important;
}

.m-yt-link img {
  margin-left: 5px;
}

.m-pdf-link .m-pdf-link-note2 {
  margin-left: 10px;
}

.m-t-link .m-t-link-ico {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/assets/img/icon/ic_link.png) no-repeat right center;
}

@media screen and (max-width: 660px) {
  .m-yt-link img {
    width: initial !important;
    max-width: 100% !important;
  }
  .m-pdf-link img {
    width: initial !important;
    max-width: 100% !important;
  }
}

