@charset "utf-8"; /* ---------------------
　webcas運用時のレスポンシブ用設定
　スマホ&タブレット用ブレイクポイント 900px
　スマホのみ用ブレイクポイント 580px
    - reset,font,link
    - formタグ調整
    - form個別項目設定
--------------------- */
/* =====================
  reset,font,link
===================== */

* {
  box-sizing: border-box;
  margin    : 0;
  padding   : 0;
}

html {
  font-size: 62.5%;
}

body {
  margin                  : 0;
  padding                 : 0;
  -webkit-text-size-adjust: 100%;
  line-height             : 1.75;
  font-family             : -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position                : relative;
  font-size               : 15px;
  font-weight             : 300;
  line-height             : 1.2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

body,
html,
table,
tbody {
  height: 100%;
}

img {
  max-width: 100%;
}

a,
input {
  outline: none;
}

a {
  text-decoration: none;
}

a,
a:link,
a:visited {
  color          : #000;
  text-decoration: underline;
}

a:active,
a:hover {
  text-decoration: none;
}

.smp {
  display: none;
}

.pc {
  display: block;
}

/* !footer
---------------------------------------------------------- */
#footer {
  width: 100%;
  text-align: left;
  background-color: #fff;
}

#footerIn {
  padding: 16px 0 15px;
}

#footer_logo01 {
  text-align: center;
  margin-bottom: 14px;
}

#footerLinks {
  text-align: center;
  margin-bottom: 15px;
}

#footerLinks li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  line-height: 1.0;
}

#footerLinks li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#footerLinks li a {
  font-size: 84%;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#footer_logo02 {
  text-align: center;
  margin-bottom: 5px;
}

#copyright {
  text-align: center;
}

.regal {
  border-right: 1px solid #cacaca;
}


@media screen and (max-width: 767px) {
  .smp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}
/* =====================
  formタグ調整
===================== */

input,
select,
textarea {
  outline      : none;
/*  border       : 3px solid #D3D4D6;*/
  border-radius: 0;
  font-family  : "メイリオ", Meiryo,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  box-sizing   : border-box;
  font-size    : 14px;
  font-weight  : 200;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  padding: 5px;
  width  : 80%;
}

select {
  padding: 5px;
}

input[type=image] {
  border: none;
}
/*ベースの横幅*/

.fm-enquete {
  margin: 0 auto;
}

.fm-enqueteout {
  table-layout: fixed;
}

  .fm-enquete .fm-answer,
  .fm-enquete .fm-question {
    padding: 5px 10px;
  }

.fm-enquete .fm-answer input,
.fm-enquete .fm-answer select {
  margin: 7px 7px 7px 0;
}
/*質問欄の設定*/

.fm-question {
  width      : 300px;
  height     : 100%;
  font-weight: 500;
}

.fm-question .question-inner {
  display       : table-cell;
  vertical-align: middle;
}
/*解答欄の設定*/

.fm-answer {
  width: 680px;
}
/*チェックボックス・ラジオボタンを横並びでレスポンシブ対応
どのデバイスでもinline-blockで左詰めで表示*/

.fm-answer .order-table {
  width: 100%;
}

.fm-answer .order-table td {
  padding: 0;
}

.fm-answer .order-table td input {
  float     : left;
  margin-top: 3px;
}

.fm-answer .order-table tbody {
  width: 100%;
}

.fm-answer .order-table tbody tr {
  display: inline-block;
}

.fm-answer .order-table tbody td {
  vertical-align: middle;
  line-height   : 1.2;
  margin-bottom : 5px;
  display       : inline-block;
}

.fm-answer .order-table td label {
  padding-right: 15px;
  cursor       : pointer;
}
@media screen and (max-width: 767px) {
  .fm-answer .order-table tbody tr {
    margin-bottom: 30px;
  }

  .fm-answer .order-table td label {
    min-width: 11em;
    display  : block;
  }

  .fm-answer .order-table tbody td {
    width: auto;
  }

  .fm-answer .order-table tbody td:nth-child(5n) {
    clear: both;
  }
}
@media screen and (max-width: 580px) {
  .fm-answer .order-table td label {
    min-width: inherit;
  }
}
/* タブレット or スマホサイズ用*/
@media screen and (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 18px;
  }

  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  textarea {
    width    : 480px;
    max-width: auto;
  }

  .fm-enquete .fm-verticalanswer {
    border-width: 0 0 1px 0;
  }

  .fm-enquete .fm-question {
    width       : auto;
    border-width: 0;
  }

  .fm-enquete .fm-answer {
    padding     : 5px 10px;
    border-width: 1px 0 1px 0;
  }

  .fm-enquete tr {
    display: block;
  }

  .fm-enquete tr td {
    flex      : none;
    display   : block;
    width     : 100%;
    box-sizing: border-box;
  }
}
/*スマホ時に入力要素の幅を調整*/
@media screen and (max-width: 580px) {
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  textarea {
    width: 100%;
    width: calc(100% - 6px);
  }

  span input[type=text] {
    width: 75%;
  }

  .fm-enquete .fm-question {
    width: auto;
  }

  .fm-enquete td span {
    display: block;
  }

  .fm-enquete tr {
    display: block;
  }

  .fm-enquete tr td {
    flex      : none;
    display   : block;
    width     : 100%;
    box-sizing: border-box;
  }
}
/* =====================
  フロントページ用コンポーネント
===================== */
/*webcas表示用ブロックで内側の要素の背景色（白）で線を上書きする*/

.showblock_style {
  margin    : 0 -1px;
  position  : relative;
  background: #FFF;
}

.showblock_style.no-line {
  margin: -1px;
}

.showblock_style.bt {
  margin: 0 -1px -1px;
}

.showblock_style.bb {
  margin: -1px -1px 0;
}

.showblock_style.hide {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .showblock_style {
    margin       : 0;
  }

  .showblock_style.no-line {
    margin: -1px 0;
  }
}
/*フォーム入力ステータス*/

.form-status {
  font-size  : 15px;
  line-height: 1.2;
  overflow   : hidden;
  display    : -webkit-flex;
  display    : flex;
  list-style : none;
  margin     : 20px auto;
}

.form-status li {
  padding         : 8px 20px 9px;
  height          : 36px;
  vertical-align  : middle;
  position        : relative;
  -webkit-flex    : 1;
  flex            : 1;
  text-align      : center;
  background-color: #ededed;
}

.form-status li:first-of-type {
  padding-left: 15px;
}

.form-status li::before {
  content     : '';
  width       : 0;
  height      : 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #ededed;
  left        : calc(100% - 1px);
  top         : -1px;
  position    : absolute;
  z-index     : 2;
}

.form-status li::after {
  content     : '';
  width       : 0;
  height      : 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #FFF;
  left        : 100%;
  top         : -1px;
  position    : absolute;
  z-index     : 1;
}

.form-status li:first-of-type::after {
  border-color: transparent transparent transparent #698296;
  z-index     : 1;
}

.form-status li:last-of-type::after,
.form-status li:last-of-type::before {
  display: none;
}

.form-status li.current {
  background-color: #698296;
  color           : #FFF;
}

.form-status li.current::before {
  display: none;
}
.form-status li.current::after {
  border-color: transparent transparent transparent #698296;
}

.form-status li span {
  background-color: #698296;
  border-radius   : 50%;
  font-size       : 12px;
  color           : #FFF;
  width           : 1.6em;
  height          : 1.6em;
  margin-right    : 5px;
  display         : inline-flex;
  justify-content : center;
  align-items     : center;
  font-weight     : bold;
}

.form-status li.current span {
  background-color: #FFF;
  color           : #698296;
}
@media screen and (max-width:767px) {
  .form-status {
    width: 100%;
  }

  .form-status li:last-of-type {
    padding-left: 15px;
  }

  .form-status li:first-of-type {
    padding-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .form-status {
    float     : inherit;
    font-size : 12px;
    margin-top: 20px;
    min-width : inherit;
  }

  .form-status li {
    padding: 11px 0 9px 20px;
  }

  .form-status li span {
    display: none;
  }
}
