@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* PCイメージ画像ここから */

.sindan_img {
  max-width: 100%;
}

/* PCイメージ画像ここまで */


/* テスト用のため、最後に削除すること */
.hikariku_page_wrap {
  width: 800px;
}

/* テスト用のため、最後に削除すること */


/* 診断コンテンツワッパー */
.sindan_content_wrap {
  max-width: 100%;
  border: 5px solid #3ACC614C;
  padding: 27px 27px 13.5px 27px;
  border-radius: 4px;
  margin-bottom: 25px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 680px) {
  .sindan_content_wrap {
    width: 100%;
    border: 5px solid #3ACC614C;
    padding: 11px 11px 11px 11px;
    border-radius: 4px;
    margin-bottom: 25px;
  }
}


/******* プルダウンここから *******/
/* 上：疑似プルダウン */
.sindan_pulldown_top {
  height: 64px;
  margin-top: 8px;
  font-size: 23px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  outline: none;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  line-height: 1 !important;
}


.sindan_pulldown_top>div:first-child {
  border: 1px solid #BBBBBB;
  height: 64px;
  border-radius: 10px;
  max-width: 100%;
  padding-left: 24px;
}

.sindan_pulldown_top>div>p:first-child {
  margin-top: 20px;
}


.sindan_pulldown_top>ul {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-radius: 0px 0px 10px 10px;
  padding: 0px !important;
  background-color: white;
}

.sindan_pulldown_top>ul>li {
  height: 64px;
  padding-left: 24px;
}

.sindan_pulldown_top>ul>li>p {
  margin: 0px;
  position: relative;
  top: 20px;
}

.sindan_pulldown_top>ul>li:last-child {
  border-radius: 0px 0px 10px 10px;
}

/* 上：疑似プルダウンにマウスオーバーした時のCSS */
.sindan_pulldown_top>ul>li:hover {
  background-color: #0187FC;
  color: white;
}

/* 上：疑似プルダウン展開時のCSS */
.sindan_pulldown_top_expand {
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}




/* 上：疑似プルダウンレスポンシブ */
@media screen and (max-width: 680px) {
  .sindan_pulldown_top {
    height: 48px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans Japanese', sans-serif;
    outline: none;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
  }

  .sindan_pulldown_top>div:first-child {
    border: 1px solid #BBBBBB;
    height: 48px;
    border-radius: 10px;
    max-width: 100%;
    padding-left: 10px;
  }

  .sindan_pulldown_top>select{
    border: 1px solid #BBBBBB;
    height: 48px;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
  }

  .sindan_pulldown_top>div>p:first-child {
    margin-top: 17px;
  }

  .sindan_pulldown_top>ul>li {
    height: 48px;
    padding-left: 10px;
  }

}




/* 左と右のプルダウンワッパー */
.sindan_pulldown_left_and_right_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}


@media screen and (max-width: 680px) {
  .sindan_pulldown_left_and_right_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

}



/* 左：疑似プルダウン */
.sindan_pulldown_left {
  width: 100%;
  height: 64px;
  margin-right: 15px;
  font-size: 23px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  outline: none;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  margin-top: 24px;
  line-height: 1 !important;
}


.sindan_pulldown_left>div:first-child {
  height: 64px;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  max-width: 100%;
  padding-left: 24px;
}

.sindan_pulldown_left>div>p:first-child {
  margin-top: 20px;
}

.sindan_pulldown_left>ul {
  list-style: none;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-radius: 0px 0px 10px 10px;
  padding: 0px !important;
  top: -3px;
  background-color: white;
}


.sindan_pulldown_left>ul>li {
  height: 64px;
  padding-left: 24px;
}

.sindan_pulldown_left>ul>li:last-child {
  border-radius: 0px 0px 10px 10px;
}

.sindan_pulldown_left>ul>li>p {
  margin: 0px;
  position: relative;
  top: 20px;
}

/* 左：疑似プルダウンにマウスオーバーした時のCSS */
.sindan_pulldown_left>ul>li:hover {
  background-color: #0187FC;
  color: white;
}


/* 左：疑似プルダウン展開時のCSS */
.sindan_pulldown_left_expand {
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}



/* 左：疑似プルダウンレスポンシブ */
@media screen and (max-width: 680px) {

  .sindan_pulldown_left {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    margin-right: 8.5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans Japanese', sans-serif;
    outline: none;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
  }

  /* 疑似プルダウン */
  .sindan_pulldown_left>div:first-child {
    border: 1px solid #BBBBBB;
    height: 48px;
    border-radius: 10px;
    max-width: 100%;
    padding-left: 10px;
  }

  /* SP版プルダウン */
  .sindan_pulldown_left>select{
    height: 48px;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
  }
  

  .sindan_pulldown_left>div>p:first-child {
    margin-top: 17px;
  }

  .sindan_pulldown_left>ul>li {
    height: 48px;
    padding-left: 10px;
  }
}


/* 右：疑似プルダウン */
.sindan_pulldown_right {
  width: 100%;
  height: 64px;
  border-radius: 10px;
  font-size: 23px;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  outline: none;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  margin-top: 24px;
  line-height: 1 !important;
}


.sindan_pulldown_right>div:first-child {
  height: 64px;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  max-width: 100%;
  padding-left: 24px;
}

.sindan_pulldown_right>div>p:first-child {
  margin-top: 20px;
}

.sindan_pulldown_right>ul {
  list-style: none;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-radius: 0px 0px 0px 10px;
  padding: 0px !important;
  height: 448px;
  overflow-y: scroll;
  top: -3px;
  background-color: white;
}

.sindan_pulldown_right>ul>li {
  height: 64px;
  padding-left: 24px;
}

.sindan_pulldown_right>ul>li:last-child {
  border-radius: 0px 0px 0px 10px;
}

.sindan_pulldown_right>ul>li>p {
  margin: 0px;
  position: relative;
  top: 20px;
}


/* 右：疑似プルダウンにマウスオーバーした時のCSS */
.sindan_pulldown_right>ul>li:hover {
  background-color: #0187FC;
  color: white;
}


/* 右：疑似プルダウン展開時のCSS */
.sindan_pulldown_right_expand {
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}



/* 右：疑似プルダウンレスポンシブ */
@media screen and (max-width: 680px) {

  .sindan_pulldown_right {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans Japanese', sans-serif;
    outline: none;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
  }

  .sindan_pulldown_right>div:first-child {
    border: 1px solid #BBBBBB;
    height: 48px;
    border-radius: 10px;
    max-width: 100%;
    padding-left: 10px;
  }

  .sindan_pulldown_right>select{
    border: 1px solid #BBBBBB;
    height: 48px;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
  }

  .sindan_pulldown_right>div>p:first-child {
    margin-top: 17px;
  }

  .sindan_pulldown_right>ul>li {
    height: 48px;
    padding-left: 10px;
  }

  .sindan_pulldown_right>ul {
    list-style: none;
    padding-left: 0px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 0px 0px 0px 10px;
    padding: 0px !important;
    height: 336px;
    overflow-y: scroll;
    background-color: white;
  }

}

/******* プルダウンここまで *******/



/******* プルダウンの矢印変更ここから *******/
/* デフォルトのスタイルを無効 */
select {
  -webkit-appearance: none;
  appearance: none;
}

/* デフォルトのスタイルを無効(IE用) */
select::-ms-expand {
  display: none;
}

/* プルダウン矢印 */
.sindan_pulldown_top::after,
.sindan_pulldown_left::after,
.sindan_pulldown_right::after {
  position: absolute;
  content: '▼';
  padding-right: 24px;
  font-size: 15px;
  top: 25px;
  color: #2FA64F;
  right: 0px;
  pointer-events: none;
}

/* プルダウン矢印レスポンシブ */
@media screen and (max-width: 680px) {

  .sindan_pulldown_top::after,
  .sindan_pulldown_left::after,
  .sindan_pulldown_right::after {
    position: absolute;
    content: '▼';
    float: right;
    padding-right: 10px;
    font-size: 11px;
    top: 21px;
    color: #2FA64F;
  }

}


/******* プルダウンの矢印変更ここまで *******/



/******* エラーメッセージここから *******/
/* 上：エラーメッセージ */
.sindan_pulldown_top_err_msg {
  position: absolute;
  top: 65px;
  margin: 0px;
  font-size: 14px;
  color: red;
}

/* 左：エラーメッセージ */
.sindan_pulldown_left_err_msg {
  position: absolute;
  top: 65px;
  margin: 0px;
  font-size: 14px;
  color: red;
}

/* 右：エラーメッセージ */
.sindan_pulldown_right_err_msg {
  position: absolute;
  top: 65px;
  margin: 0px;
  font-size: 14px;
  color: red;
}

/* エラーメッセージレスポンシブ */
@media screen and (max-width: 680px) {

  /* 上：エラーメッセージ */
  .sindan_pulldown_top_err_msg {
    position: absolute;
    top: 50px;
    margin: 0px;
    font-size: 10px;
    color: red;
  }


  /* 左：エラーメッセージ */
  .sindan_pulldown_left_err_msg {
    position: absolute;
    top: 50px;
    margin: 0px;
    font-size: 10px;
    color: red;
  }


  /* 右：エラーメッセージ */
  .sindan_pulldown_right_err_msg {
    position: absolute;
    top: 50px;
    margin: 0px;
    font-size: 10px;
    color: red;
  }


}



/******* 診断スタートボタン *******/

/* 診断スタートボタンワッパー */
.sindan_start_btn_wrap {
  text-align: center;
  height: 107px;
}


/* 診断スタートボタン */
.sindan_start_btn_wrap>button {
  height: 80px;
  width: 370px;
  margin-top: 24px;
  font-size: 24px !important;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  color: #FFFFFF !important;
  border-style: none;
  border-radius: 10px;
  padding: 3px 0 0;
  background-color: #E9561E !important;
  border-bottom: 4px solid #B54317 !important;
  transition: all .3s;
}


/* 診断スタートボタンにカーソルを合わせた時の動き */
.sindan_start_btn_wrap>button:hover {
  border-bottom: 1px solid #B54317 !important;
  margin-top: 27px;
}


/* 診断スタートボタンレスポンシブ */
@media screen and (max-width: 680px) {

  .sindan_start_btn_wrap {
    text-align: center;
    height: 72px;
  }

  .sindan_start_btn_wrap>button {
    height: 56px;
    width: 100%;
    margin-top: 17px;
    font-size: 18px !important;
    font-family: 'Noto Sans Japanese', sans-serif !important;
    color: #FFFFFF !important;
    border-style: none;
    border-radius: 10px;
    padding: 3px 0 0;
    background-color: #E9561E !important;
    border-bottom: 4px solid #B54317 !important;
    transition: all .3s;
  }

  .sindan_start_btn_wrap>button:hover {
    border-bottom: 1px solid #B54317 !important;
    margin-top: 19px;
  }

}