@charset "UTF-8";
/*
* シルバーサービス用スタイル
* このファイルはSCSSで作られています。
* preprosなどでコンパイルしてください。
*/
/* 基本構造 */
body {
  background: none;
}

#header, #container {
  width: 1000px;
}

@media screen and (max-width: 460px) {
  #header, #container {
    width: 100%;
  }
}

body #header {
  margin-top: 30px;
  height: 60px;
}

@media screen and (max-width: 460px) {
  body #header {
    padding: 0 10px;
  }
}

body #header h2 {
  top: 0;
}

@media screen and (max-width: 460px) {
  body #header h2 {
    position: static;
  }
}

body #header .title {
  position: absolute;
  right: 0;
  font-size: 120%;
  font-weight: 600;
  color: #626262;
  margin-top: 20px;
}

@media screen and (max-width: 460px) {
  body #header .title {
    margin-top: 10px;
    font-size: 100%;
    position: static;
  }
}

body #header .title span {
  background: forestgreen;
  padding: 0.2em 1em;
  margin: 0 0 0 .6em;
  color: #fff;
  font-size: 80%;
}

@media screen and (max-width: 460px) {
  #header h2 img {
    width: 250px;
  }
}

/* 流れ部分 */
.step {
  border: 2px solid #4fb8d2;
  margin-bottom: 40px;
}

.step p {
  color: #4fb8d2;
}

.step li.active strong {
  background-color: #4fb8d2;
}

/* 見出し */
h3 {
  margin-top: 80px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-weight: normal;
  font-size: 1.5em;
  color: #252525;
  border-bottom: 1px solid #dddddd;
}

/* テーブル */
table.pf_tbl {
  border: none;
}

table.pf_tbl th {
  background: #f1f1f1;
  width: 180px;
}

@media screen and (max-width: 460px) {
  table.pf_tbl th {
    width: auto;
  }
}

table.pf_tbl th em {
  display: block;
}

table.pf_tbl .caption {
  background: transparent;
}

/* フォーム上書き */
span.ico_must, span.ico_optional {
  top: 50%;
  margin-top: -11px;
}

.form_group_wrap {
  width: 63%;
}

@media screen and (max-width: 460px) {
  .form_group_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .form_txt.type_name input, .form_txt.type_name_kana input {
    width: 100%;
    height: 35px;
  }
}

.type_name.long input, .type_name_kana.long input {
  width: 345px;
}

@media screen and (max-width: 460px) {
  .type_name.long input, .type_name_kana.long input {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .type_postal_code input.postal01, .type_postal_code input.postal02 {
    width: 60px;
    height: 35px;
  }
  .type_postal_code input.postal02 {
    width: 100px;
  }
}

@media screen and (max-width: 460px) {
  input.type_long {
    width: 100%;
  }
}

input[type="email"] {
  margin-right: 1em;
}

.form_wrap fieldset,
.form_wrap.form_error fieldset {
  padding: 0 0 10px 0;
}

/* ボタンエリア */
.btn_area {
  margin: 50px 0 80px;
  padding: 30px 0;
  background: #eee;
}

.btn_wrap_back {
  padding: 20px 5%;
}

/* ボタン */
.btn.ico_plus.accent {
  padding: .8em 2em;
}

/* お申込み研修 */
.added {
  margin-bottom: 10px;
}

.added li {
  overflow: hidden;
}

.added li + li {
  padding-top: 5px;
}

.add_list {
  margin-top: 10px;
}

span.num {
  background: #898989;
  color: #fff;
  padding: .3em;
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 0 0;
  float: left;
  min-width: 3em;
  text-align: center;
}

/* ラジオボタン */
.radio-check_normal .checkbox {
  display: inline-block;
}

@media screen and (max-width: 460px) {
  .radio-check_normal .checkbox {
    display: block;
  }
}

.radio-check_normal span.radio-check {
  margin-right: 20px;
}

/* ?ボタン */
.seminar-remove-btn {
  margin-left: .3em;
  background: #ddd;
  color: #888;
  border-radius: 50%;
  width: 1em;
  display: inline-block;
  line-height: 1em;
  padding: .2em;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.seminar-remove-btn:hover {
  background: #888;
  color: #fff;
}

/* ご同意事項の項目 */
.agreement {
  margin-bottom: 12px;
}

.agreement p {
  margin-bottom: 6px;
}

.agreement_error {
  font-weight: 600;
  color: #ca3c3c;
  font-size: 120%;
}
