@charset "UTF-8";

/* コンテンツ */

#title {
  height: auto;
  margin: 60px 0;
  background: none;
}

#title h1,
#title h2 {
  color: #333;
}

#content #inner {
  max-width: 360px;
  margin: 0 auto 100px;
}

/* -- Shanon - MAツール --- */

#ss_header,
.navbar,
.breadcrumb,
.icon-chevron-right,
#ss_footer {
  display: none;
}

table {
  width: 100%;
}
table th {
  display: block;
  font-weight: normal;
  vertical-align: top;
}
table td {
  display: block;
}

.label.label-warning {
  display: none;
}

.formError,
.label.label-warning.ss_notnull,
.ss_error_msg,
.formErrorContent {
  display: block;
  color: #ff0000;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 10px 0 0;
  padding: 0;
}
.label.label-warning.ss_notnull::before {
  content: " ※";
}
.ss_error_msg::before,
.formErrorContent::before {
  content: "！";
}
.label.label-warning.ss_notnull {
  display: inline;
}

#content #inner .pp {
  line-height: 1.8;
  margin: 0 0 60px;
}
#content #inner .pp a {
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #bbb;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  color: #333;
  font-size: 1.5rem;
  margin: 10px 0 0;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 0;
  background: #fff;
  background-image: url(/static/upload/sunshoiyaku.smktg.jp/seminar/562/shared/img/newFrame/arrow_gryD.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

textarea {
  height: 120px;
}

.ss_upComment {
  font-size: 1.5rem;
  line-height: 1.5;
}

.ss_bottomComment {
  color: #bbb;
  font-size: 1.5rem;
  margin: 0 0 40px;
}

#form form table:nth-of-type(1) tr:nth-child(1) td input[type="text"],
#form form table:nth-of-type(1) tr:nth-child(2) td input[type="text"] {
  width: 90%;
}

#form .ss_input {
  margin: 0 0 40px;
}
#form .ss_input br {
  display: none;
}

#form form table:nth-of-type(2) th {
  margin: 0 0 10px;
}
#form form table:nth-of-type(2) td {
  margin: 0 0 40px;
}

#form form table td label {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#form form table td label input[type="radio"],
#form form table td label input[type="checkbox"] {
  margin: 2px 3px 10px;
}

#form form table:nth-of-type(2) tr:nth-child(4) td,
#form form table:nth-of-type(2) tr:nth-child(6) td,
#form form table:nth-of-type(2) tr:nth-child(9) td,
#form form table:nth-of-type(2) tr:nth-child(13) td {
  margin: 0 0 10px;
}

#form form table:nth-of-type(2) tr:nth-child(4) td .ss_input,
#form form table:nth-of-type(2) tr:nth-child(6) td .ss_input,
#form form table:nth-of-type(2) tr:nth-child(9) td .ss_input,
#form form table:nth-of-type(2) tr:nth-child(13) td .ss_input {
  margin: 0;
}

#form form table:nth-of-type(2) tr:nth-child(5) th,
#form form table:nth-of-type(2) tr:nth-child(7) th,
#form form table:nth-of-type(2) tr:nth-child(10) th,
#form form table:nth-of-type(2) tr:nth-child(14) th {
  display: none;
}

#form form table:nth-of-type(2) .ss_bottomComment {
  color: #333;
  line-height: 1.8;
  margin: 0;
}

#form form table:nth-of-type(2) tr:nth-child(15) textarea {
  margin: 10px 0 40px;
}

button[type="submit"] {
  display: block;
  width: 226px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 100px;
  padding: 22px 0;
  background: #17bfac;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

button[type="submit"]:hover {
  background: #17bfac;
}

/* 確認 */

#confirm table th {
  margin: 0 0 10px;
}

#confirm form table:nth-child(3) tr:nth-child(4) td,
#confirm form table:nth-child(3) tr:nth-child(6) td,
#confirm form table:nth-child(3) tr:nth-child(9) td,
#confirm form table:nth-child(3) tr:nth-child(13) td {
  margin: 0 0 10px;
}

button[type="button"] {
  display: block;
  width: 226px;
  height: 60px;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  margin: 40px auto 20px;
  padding: 22px 0;
  background: #f3f4f5;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
button[type="button"]:hover {
  background: #f3f4f5;
}

.icon-white,
[class^="icon-"],
[class*=" icon-"] {
  display: none;
}

#confirm .ss_input {
  margin: 0;
}

#confirm table td {
  border: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 15px;
}

/* 完了 */

#comp p.pp {
  font-size: 1.8rem;
}

/*media Queries PC
----------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* 　タイトル　 */

  #title {
    height: 200px;
    margin: 100px 0;
  }

  #title h1 {
    padding: 100px 0 0 60px;
  }
  #title h2 {
    padding: 0 0 0 60px;
  }

  /* コンテンツ */

  #content #inner {
    max-width: 760px;
    min-width: auto;
    margin: 0 auto 210px;
  }

  /* ----------　　フォーム用　　---------------- */

  #content #inner .pp {
    margin: 0 0 80px;
  }

  table th,
  table td {
    display: table-cell;
  }

  .ss_form table th {
    width: 235px;
    line-height: 1.5;
    padding: 0 40px 0 0;
  }
  .ss_form table td {
    width: 525px;
  }
  .ss_input {
    display: inline;
  }

  .formError,
  .label.label-warning.ss_notnull,
  .ss_error_msg,
  .formErrorContent {
    margin: 0 0 10px;
  }

  input[type="text"],
  input[type="email"] {
    margin: 0 0 10px;
  }
  input[type="radio"] {
    margin: 2px 5px 10px;
  }
  textarea {
    height: 200px;
    margin: 0 0 80px;
  }

  select {
    width: 300px;
    font-size: 1.6rem;
    margin: 0;
  }

  #form .ss_input {
    margin: 0;
  }

  #form form table:nth-of-type(1) tr:nth-child(1) td .ss_input,
  #form form table:nth-of-type(1) tr:nth-child(2) td .ss_input {
    display: inline-block;
    width: 50%;
  }
  #form form table:nth-of-type(1) tr:nth-child(1) td input[type="text"],
  #form form table:nth-of-type(1) tr:nth-child(2) td input[type="text"] {
    width: 80%;
  }

  #form form table:nth-of-type(2) td {
    margin: 0;
  }
  #form form table:nth-of-type(2) td .ss_input {
    display: block;
    margin: 0 0 40px;
  }

  button[type="submit"] {
    position: relative;
    margin: 0 auto 200px;
  }

  button[type="submit"]::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }

  button[type="submit"]:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  #form form table:nth-of-type(2) tr:nth-child(5) th,
  #form form table:nth-of-type(2) tr:nth-child(7) th,
  #form form table:nth-of-type(2) tr:nth-child(10) th,
  #form form table:nth-of-type(2) tr:nth-child(14) th {
    display: table-cell;
    visibility: hidden;
  }

  #form form table:nth-of-type(2) tr:nth-child(3) td input[type="text"],
  #form form table:nth-of-type(2) tr:nth-child(5) td input[type="text"],
  #form form table:nth-of-type(2) tr:nth-child(7) td input[type="text"],
  #form form table:nth-of-type(2) tr:nth-child(10) td input[type="text"],
  #form form table:nth-of-type(2) tr:nth-child(14) td input[type="text"] {
    margin: 10px 0 0;
  }

  #form form table:nth-of-type(2) tr:nth-child(11) textarea,
  #form form table:nth-of-type(2) tr:nth-child(12) textarea {
    margin: 0 0 10px;
  }
  #form form table:nth-of-type(2) tr:nth-child(15) textarea {
    margin: 0 0 80px;
  }

  /* 確認 */

  #confirm table th {
    width: 240px;
    margin: 0;
    padding: 0 40px 40px 0;
  }
  #confirm table td {
    width: 520px;
    border: none;
    padding: 0 0 40px;
  }

  #confirm .ss_form_btn {
    width: 492px;
    margin: 0 auto;
  }

  #confirm .ss_form_btn button {
    margin: 80px 0 0;
    float: left;
  }
  #confirm .ss_form_btn button:nth-child(1) {
    margin: 80px 40px 0 0;
  }

  button[type="button"] {
    position: relative;
    font-size: 1.6rem;
  }

  button[type="button"]::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(187, 187, 187, 0.3);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.5s;
  }

  button[type="button"]:hover::after {
    transform-origin: right top;
    transform: scale(1, 1);
  }

  /* 完了 */

  #comp p.pp {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 300px;
  }
} /* media Queries 769 */
