@charset "UTF-8";
/*==================================================

  reset

==================================================*/
*:where(:not(html,iframe,canvas,img,svg,video):not(svg*,symbol*)) {
  all: unset;
  display: revert; }

*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, ul, ol, figure, dl, dt, dd {
  margin: 0;
  padding: 0; }

a, button {
  cursor: revert;
  text-decoration: none;
  color: #4F69A7; }

ol, ul, menu {
  list-style: none; }

img {
  max-width: 100%;
  width: 100%; }

em {
  font-style: normal; }

table {
  border-collapse: collapse; }

input, textarea {
  -webkit-user-select: auto; }

textarea {
  white-space: revert; }

meter {
  -webkit-appearance: revert;
  appearance: revert; }

::placeholder {
  color: unset; }

:where([hidden]) {
  display: none; }

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto; }

:where([draggable="true"]) {
  -webkit-user-drag: element; }

/*==================================================

  base

==================================================*/
.pc-only {
  display: block; }
  @media (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none !important; }
  @media (max-width: 767px) {
    .sp-only {
      display: inline-block !important; } }

html {
  font-size: 62.5%;
  /* 10px */ }

#wrap {
  background: #FFF;
  position: relative;
  overflow: hidden;
  font: 1.6rem/1 YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  color: #333333;
  text-align: center; }
  @media (max-width: 767px) {
    #wrap {
      min-width: auto;
      width: 100%; } }

header {
  background: #4F69A7; }
  header .logo {
    width: 311px;
    margin: 0 auto;
    padding: 38px 0 6px; }
    header .logo img {
      width: 100%; }
  header h1 {
    font-size: 1.8rem;
    font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    color: #FFF;
    font-weight: 700;
    padding: 0 0 30px; }

#mainCont {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  position: relative;
  margin: 60px 0 150px; }
  @media (max-width: 767px) {
    #mainCont {
      width: 100%; }
}
  #mainCont .inner {
    padding: 0 20px; }
  #mainCont .lead-txt {
    font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 400;
    padding-bottom: 60px;
    line-height: 2; }

.contents {
  display: flex;
  width: 815px;
  margin: 0 auto; }

/*-----------------------------------------------
  txt
-----------------------------------------------*/
h2 {
  font-size: 2.8rem;
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  position: relative;
  margin-bottom: 85px;
  margin-top: 30px; }
  h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #4F69A7;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%); }

.main-txt {
  font-size: 1.8rem;
  line-height: 2.2; }
  @media (max-width: 767px) {
    .main-txt {
      font-size: 3.24vw; } }

.note {
  font-size: 1.2rem;
  line-height: 1.6;
  display: inline-block;
  font-weight: 400; }
  @media (max-width: 767px) {
    .note {
      font-size: 3.24vw;
      text-align: left; } }

    
/*-----------------------------------------------
  box
-----------------------------------------------*/
.box {
  background-color: #F5F5F5;
  padding: 40px 65px;
  display: inline-block;
  width: 740px;
  margin-bottom: 50px; }
  .box .input-wrap {
    margin-bottom: 20px;
    font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .box .input-wrap label {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .box .input-wrap .label {
      margin: 0 10px 0 0;
      min-width: 120px;
      text-align: right;
      line-height: 1.2; }
    .box .input-wrap:last-of-type {
      margin-bottom: 0; }
  .box.box-s {
    width: auto; }
    .box.box-s .input-wrap .label {
      min-width: auto; }

/*-----------------------------------------------
  btn
-----------------------------------------------*/
.btn-area {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  line-height: 1.2;}
  .btn-area .btn {
    border: 1px solid #4F69A7;
    border-radius: 4px;
    display: inline-block;
    margin: 0 25px; }
    .btn-area .btn a {
      font-size: 1.8rem;
      font-weight: 700;
      padding: 20px 60px;
      display: block;
      color: #4F69A7; }
    .btn-area .btn.btn-active {
      background-color: #4F69A7; }
      .btn-area .btn.btn-active a {
        color: #FFF; }
    .btn-area .btn.btn-inactive {
      background-color: #FFF;
}

/*-----------------------------------------------
  form
-----------------------------------------------*/
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important; }

input[type=text], input[type=password] {
  font: 1.4rem/1 YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  color: #333333;
  margin-right: 10px; }
  input[type=text]:focus, input[type=password]:focus {
    outline: none;
    border: 1px solid #ccc; }
  input[type=text]::placeholder, input[type=password]::placeholder {
    font: 1.4rem/1 YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    color: #ccc; }
  input[type=text]:last-child, input[type=password]:last-child {
    margin-right: 0; }
  input[type=text].max-size, input[type=password].max-size {
    flex: 4; }
@media only screen and (min-width: 768px) {
input[type=submit] {
  background-color: #4F69A7;
  border: 1px solid #4F69A7;
  border-radius: 4px;
  display: inline-block;
  margin: 0 25px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 60px;
  display: block;
  color: #FFF;
  cursor: pointer; }
}

input[type=date] {
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 15px;
  text-align: left !important;
  font-size: 1.4rem; }
  input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    background-size: initial; }

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: none;
  padding: 10px 110px 10px 10px;
  font: 1.4rem/1 YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url("../img/ico_arrow.svg") no-repeat #FFF;
  background-size: 20px 10px;
  background-position: right 15px center;
  line-height: 1.4;
  color: #333333;
  flex: 4; }
  select option {
    color: #333333; }
    select option.initial {
      color: #ccc; }
    select optionselected {
      color: #333333; }
  select optgroup {
    color: #ccc; }
  select:focus {
    outline: none;
    border: 1px solid #ccc;
    color: #333333 !important; }

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none; }

.radio {
  margin: 0 40px 0 0; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label:before {
      content: '';
      background: #FFF;
      border-radius: 100%;
      border: 1px solid #bfbfbf;
      display: inline-block;
      width: 25px;
      height: 25px;
      position: relative;
      top: -0.2em;
      margin-right: 8px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #4F69A7;
      box-shadow: inset 0 0 0 4px #FFF; }
    .radio input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #4F69A7; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 35px;
  overflow: hidden;
  padding: 8px 0 8px 35px;
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif; }

label.radio_text:before {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  content: '';
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

label.radio_text:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  background-color: #4F69A7;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: inset 0 0 0 5px #FFF; }

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  left: -25px;
  top: 4px;
  margin: 0px;
  box-shadow: 25px -1px #FFF; }

label.radio_text input[type="radio"]:checked {
  box-shadow: none; }

label.radio_text input[type="radio"]:focus {
  opacity: 0;
  box-shadow: 20px -1px #FFF;
  transition: all 300ms ease; }

label.checkbox_text {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer; }
  label.checkbox_text .label_text {
    margin-left: 6px;
    display: block;
    font-size: 1.6rem;
    font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 400; }
  label.checkbox_text .dummy {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    border: solid 1px #ccc;
    background: #FFF;
    border-radius: 3px; }

label.checkbox_text input {
  margin: 0;
  width: 0;
  opacity: 0; }
  label.checkbox_text input:checked + .dummy::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ico_check.svg") no-repeat center; }

/*==================================================

  はじめに

==================================================*/
.flow-list .flow {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
  position: relative; }
  .flow-list .flow dt {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #FFF;
    background-color: #4F69A7;
    padding: 20px 30px 20px 20px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    min-width: 105px;
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); }
  .flow-list .flow dd {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.1; }
  .flow-list .flow::before {
    content: url("../../img/arrow.svg");
    content: url(../img/arrow.svg);
    position: absolute;
    bottom: -35px;
    left: 50%; }
  .flow-list .flow:last-child {
    margin-bottom: 0; }
    .flow-list .flow:last-child::before {
      content: none; }

.flow-list {
  flex: 1;
  padding: 0 70px 0 0; }

.book-img {
  text-align: center;
  width: 210px; }
  .book-img figcaption {
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 15px; }

/*==================================================

  確認テスト

==================================================*/
.question-cont {
  margin-bottom: 80px; }
  .question-cont .q-box {
    display: flex;
    align-items: center;
    max-width: 815px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 60px; }
    .question-cont .q-box .num {
      font-family: "Barlow Semi Condensed", sans-serif;
      font-size: 3.6rem;
      color: #4F69A7;
      width: 35px;
      padding-right: 45px;
      box-sizing: content-box; }
    .question-cont .q-box .question {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.6;
      position: relative;
      font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif; }
      .question-cont .q-box .question::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        position: absolute;
        bottom: -30px;
        left: 0; }
  .question-cont .a-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 815px;
    margin: 0 auto;
    padding: 0 0 0 80px;
    text-align: left; }
    .question-cont .a-box .descriptive input[type="text"] {
      width: 250px !important; }

/*==================================================

  mfp

==================================================*/
.mfp_err {
  width: 100%;
  font-size: 1.2rem;
  padding: 15px 0 0;
  display: none;
  color: #ff5722;
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  text-align: left; }

.box .mfp_err {
  padding: 15px 0 0 130px; }

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px; }

#mfp_phase_confirm h4 {
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 2.4rem;
  padding: 0 0 40px; }
#mfp_phase_confirm #mfp_confirm_table {
  margin: 0 auto;
  font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
  width: 60%; }
  #mfp_phase_confirm #mfp_confirm_table th {
    padding: 15px;
    border-bottom: 1px solid #ccc; }
  #mfp_phase_confirm #mfp_confirm_table td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    width: 75%; }

.mfp_buttons {
  display: flex;
  justify-content: center;
  margin-top: 70px; }
  .mfp_buttons #mfp_button_send, .mfp_buttons #mfp_button_cancel {
    border: 1px solid #4F69A7;
    border-radius: 4px;
    display: inline-block;
    margin: 0 25px;
    padding: 20px 60px;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: YakuHanJP, "Noto Sans JP", メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Malgun Gothic, Yoon Gothic, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    cursor: pointer; }
  .mfp_buttons #mfp_button_send {
    background-color: #4F69A7;
    color: #FFF; }
  .mfp_buttons #mfp_button_cancel {
    color: #4F69A7;
    background-color: #FFF; }

#mfp_thanks strong {
  font-size: 2.6rem;
  vertical-align: text-bottom;
  color: #4F69A7;
  padding: 0 10px; }

/*==================================================

  従業員登録

==================================================*/
/*--- 神戸ウェストメンバーズカード番号　入力 -------------*/
.members {
  width: 740px;
  border: 1px solid #ccc;
  padding: 30px;
  margin: 0 auto;
  border-radius: 4px;
  text-align: left; }
  .members .members-tit {
    font-size: 1.6rem;
    margin-bottom: 15px; }
  .members .members-sub {
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .members .card_num {
    position: relative;
    margin-top: 20px; }
    .members .card_num input[type="text"] {
      position: absolute;
      background: none;
      border: none;
      color: transparent;
      letter-spacing: 25px;
      width: 550px;
      caret-color: #333333;
      padding: 5px 12px;
      font-size: 1.6rem;
      line-height: 28px; }
    .members .card_num .num-box {
      display: flex;
      align-items: flex-end; }
      .members .card_num .num-box .cell_wrapper {
        background: url("../img/bg_form.png") no-repeat center;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px 0;
        color: #333;
        margin-right: 10px;
        width: 545px;
        height: 40px;
        display: flex; }
        .members .card_num .num-box .cell_wrapper .char {
          display: inline-block;
          width: 34px;
          text-align: center;
          height: 28px;
          line-height: 28px; }

/*--- 利用目的 -------------*/
.purpose {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  align-items: center; }
  .purpose .tit {
    padding: 0 20px 0 0; }
  .purpose .txt {
    border-left: 1px solid #ccc;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.6; }


/*============================== 追加分 ==============================*/

/*------------- 確認テスト -------------*/

/* ########### 768px未満 （タブレットiPad 768px以下） ########### */

@media only screen and (max-width: 767px) {
  /*------------- はじめに -------------*/
  .contents {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .flow-list {
    flex: 1;
    padding: 0 0 0 0;
  }
  .flow-list .flow {
    flex-direction: column;
  }
  .flow-list .flow dt {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #FFF;
    background-color: #4F69A7;
    padding: 20px 20px 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    min-width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  }
  .flow-list .flow dd {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    padding: 20px 20px 20px 20px;
    line-height: 1.1;
  }
  .flow-list .flow dd .note {
    font-size: 1.2rem;
    line-height: 1.6;
    display: inline-block;
    font-weight: 400;
  }
  .book-img {
    text-align: center;
    width: 210px;
    margin: 50px auto 0;
  }
  .btn-area {
    flex-wrap: wrap;
  }
  .btn-area .btn.btn-active {
    margin-bottom: 30px;
  }
  input[type=submit] {
  background-color: #4F69A7;
  border: 1px solid #4F69A7;
  border-radius: 4px;
  margin: 0 25px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 60px;
  color: #FFF;
  cursor: pointer; }

  .btn-area .btn {
    width: 100%;
    
    margin: 0 0px;
  }
  .btn-area .btn a {
    padding: 20px 20px;
  }
  
  /*------------- 確認テスト -------------*/
  .question-cont .q-box {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 20px;
  }
  .question-cont .a-box {
    padding: 0 0 0 0px;
    width: 100%;
  }
  .question-cont .a-box label {
    display:block;
    width: 100%;
    margin-top: 30px;
  }
  .question-cont {
    margin-bottom: 60px;
  }
  .question-cont .q-box .num {
    margin-bottom: 10px;
  }
  .question-cont .q-box .question::after {
    bottom: -20px;
  }
}
