@charset "UTF-8";

/* ---------------------
shanonフォーム調整用
--------------------- */
.smpForm * {
  box-sizing: border-box;
}
.smpForm {
  background-color: transparent;
  text-align: center;
}

.ss_contents fieldset {
  border: none;
  border-bottom: 1px solid rgba(9, 17, 56, 0.5);
  display: flex;
  /* flex-wrap: wrap; */
  padding: 15px 0;
  text-align: left;
}

.ss_contents fieldset+fieldset,
.ss_enquete_field:nth-child(even),
.ss_field:nth-child(odd) {
  background-color: transparent;
}

.ss_field:hover, .ss_enquete_field:hover {
  background-color: inherit;
}

.ss_form_title,
.ss_enquete_title {
  border-right: 1px solid rgba(9, 17, 56, 0.25);
  padding: .5em 0 .5em;
  width: 18em;
}

.ss_grid {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: .5em 0 .5em 1em;
  width: calc(100% - 18em);
}
.ss_btnArea {
  margin-top: 2em;
}
#type-contact input[type=text], 
#type-contact input[type=email], 
#type-contact input[type=tel], 
#type-contact textarea,
.ss_contents input[type=text], 
.ss_contents input[type=email], 
.ss_contents input[type=tel], 
.ss_contents textarea {
  border: 1px solid #E6E6E6;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.1;
  padding: 0.7em;
  width: 100%;
}
.ss_contents input[type=checkbox],
.ss_contents input[type=radio] {
  margin-right: 0.5em;
}
/* 氏名 */
#ss_name .ss_grid {
  padding-bottom: 1.8em;
  position: relative;
}
#ss_name .ss_input {
  width: calc(50% - .5em);
}
#ss_name .ss_rightComment {
  bottom: 0.5em;
  line-height: normal;
  left: 1em;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .smpForm {
    width: 100%;
  }
  .ss_contents fieldset {
    display: block;
    padding: 2% 0;
  }
  .ss_form_title,
  .ss_enquete_title {
    border-right: none;
    font-size: 15px;
    letter-spacing: .05em;
    padding: .5em 1em;
    position: relative;
    width: 100%;
  }
  .ss_grid {
    width: 100%;
  }
  .ss_rightComment {
    margin-top: 0.3em;
  }
}