.common_headline_ {
  padding-top: 0;
  margin: 60px auto 0;
  font-size: 32px;
}
.sgn_wrapper {
  width: 1100px;
  margin: 80px auto 0;
}
.sgn_content {
  width: 100%;
  font-size: 14px;
}
.sgn_attention {
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
  color: #004F88;
}
.sgn_attention > p:nth-of-type(1) {
  font-weight: bold;
}
.sgn_duplicator {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: #e5e5e5;
}
.title_faq {
  width: 100%;
  padding-top: 100px;
  font-size: 26px;
  font-weight: 700;
}
/* form */
#suggestion_form {
  display: block;
  width: 960px;
  margin: 80px auto 0;
}
#suggestion_form table.formdetail_ {
  width: 100%;
}
#suggestion_form table.formdetail_ tr th, #suggestion_form table.formdetail_ tr td {
  position: relative;
  padding: 0 0 70px 0;
  font-size: 16px;
  vertical-align: top;
  background: transparent;
  border: 0 solid;
}
#suggestion_form table.formdetail_ tr th {
  width: 280px;
}
#suggestion_form table.formdetail_ tr td p {
  font-size: 12px;
}
#suggestion_form table.formdetail_ tr td p:first-of-type {
  margin-top: 15px;
}
#suggestion_form img.sgn_label {
  float: inherit;
  margin: 1px 0 0 10px;
  vertical-align: text-top;
}
#suggestion_form select, #suggestion_form input {
  height: 50px;
  padding: 0 23px;
  text-align: left;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#suggestion_form tr.sgn_radio label {
  position: relative;
  display: block;
  width: auto;
  padding-left: 29px;
  cursor: pointer;
}
#suggestion_form tr.sgn_radio label:not(label:last-of-type) {
  margin-top: 0;
  margin-bottom: 25px;
}
#suggestion_form tr.sgn_radio label::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#suggestion_form tr.sgn_radio label::after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#suggestion_form tr.sgn_radio label.checked::before {
  background: #2996cc;
  border-color: #2996cc;
}
#suggestion_form tr.sgn_radio label input[type=radio] {
  width: 1px;
  height: 0px;
  opacity: 0;
}
#suggestion_form tr.sgn_option .custom-select-wrapper {
  width: 480px;
  cursor: pointer;
}
#suggestion_form tr.sgn_option .if_select {
  position: relative;
  width: 480px;
}
#suggestion_form tr.sgn_option .if_select.opened ul.custom-options {
  z-index: 9999;
  display: block;
}
#suggestion_form tr.sgn_option .custom-select-trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 480px;
  height: 50px;
  padding: 0 29px;
  margin: 0;
  line-height: 50px;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#suggestion_form tr.sgn_option .custom-select-trigger img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#suggestion_form tr.sgn_option .custom-select-trigger img.anti_triangle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#suggestion_form tr.sgn_option .custom-options {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 480px;
  padding: 17px 15px;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#suggestion_form tr.sgn_option .custom-options li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 24px;
}
#suggestion_form tr.sgn_option .custom-options li:nth-of-type(1) {
  display: none;
}
#suggestion_form tr.sgn_option .custom-options li.state_check {
  color: #2996cc;
}
#suggestion_form tr.sgn_option .custom-options li.state_check:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 8.4px;
  content: "";
  background-image: url("../new_img/contact/check.svg");
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#suggestion_form tr.sgn_item, #suggestion_form tr.sgn_store {
  display: none;
}
#suggestion_form tr.sgn_item input, #suggestion_form tr.sgn_store input {
  width: 640px;
}
#suggestion_form tr.sgn_item.state_block, #suggestion_form tr.sgn_store.state_block {
  display: table-row;
}
#suggestion_form .sgn_file {
  display: none;
}
#suggestion_form tr.sgn_file label {
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#suggestion_form tr.sgn_file input[type=file] {
  display: none;
}
#suggestion_form tr.sgn_file .file_selected {
  margin-left: 20px;
}
#suggestion_form tr.sgn_content textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 680px;
  height: 200px;
  padding: 14px 23px;
  resize: vertical;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#suggestion_form .submit_ {
  margin: 10px auto 100px;
}
#suggestion_form .submit_ input {
  width: 260px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 1px solid #222;
  border-radius: 3px;
}
/* sgn_radio */
/* sgn_option */
/* sgn_item, sgn_store */
/* sgn_file */
/* sgn_content */
/* submit */
/* validation engine */
.formError {
  opacity: 1 !important;
}
#suggestion_form .formError + input {
  background: #fef7f8 !important;
  border: 1px solid #e21836;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
#suggestion_form .formError + input:-internal-autofill-selected {
  background: #fef7f8 !important;
  border: 1px solid #e21836;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
#suggestion_form .sgn_option .formError + select + .if_select .custom-select-trigger, #suggestion_form .sgn_content .formError + textarea {
  background: #fef7f8 !important;
  border: 1px solid #e21836;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
#suggestion_form .sgn_file td .formError {
  position: relative;
  top: 0 !important;
}

/* カスタマーハラスメント対応 */
.cs-openModal{
cursor: pointer;
text-decoration: underline;
}
.cs-modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
  }
  
  .cs-modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
  }
  
  .cs-modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 500px;
    padding: 20px 30px;
    background-color: #fff;
  }
  
  .cs-closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
  }

  .cs-modalContents-ttl {
    font-weight: bolder;
  }

  .cs-modalContents-txt,
  .cs-modalContents-ul {
    margin-top: 1em;
  }

  .cs-modalContents-ul li {
    list-style: disc;
    margin-left: 2em;
  }