@charset "UTF-8";
/*--------------------
    import
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    import
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    変数
--------------------*/
/*--------------------
    dashboard
--------------------*/
/*--------------------
    変数
--------------------*/
/*--------------------
    FAQ
--------------------*/
#dashboard {
  padding-bottom: 200px;
  display: flex;
  justify-content: flex-start;
  max-width: 1280px !important;
  margin: 0 auto;
  padding-top: 50px;
}
#dashboard #dash_sidebar .ds_user_icon {
  background: linear-gradient(to bottom, #FBAE32, #FFA7A4);
}
#dashboard #dash_sidebar .dsm_ul .dsm_li:nth-child(8):after {
  background: linear-gradient(to bottom, #FBAE32, #FFA7A4);
}
#dashboard #dash_sidebar .dsm_ul .dsm_a:after {
  background: linear-gradient(to bottom, #FBAE32, #FFA7A4);
}
#dashboard #dashboard_faq {
  width: 85%;
  display: flex;
  justify-content: center;
}
#dashboard #dashboard_faq .dash_inner {
  width: 90%;
}
#dashboard #dashboard_faq .dash_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
}
#dashboard #dashboard_faq .dash_title h2 {
  font-size: 50px;
  padding-top: 10px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#dashboard #dashboard_faq .dash_title .dash_btns {
  display: flex;
  justify-content: flex-end;
}
#dashboard #dashboard_faq .dash_title .dash_btns .dbtn_p {
  padding-left: 20px;
}
#dashboard #dashboard_faq .dash_title .dash_btns .dash_btn {
  width: 210px;
  height: 40px;
  border-radius: 50px;
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#dashboard #dashboard_faq .dash_title .dash_btns .dash_btn .d_btn {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
#dashboard #dashboard_faq .dash_title .dash_btns .dash_btn:hover {
  padding: 0;
  transform: translateY(1px);
  transition: 0.4s;
}
#dashboard #dashboard_faq .dash_title .dash_btns .dash_btn:hover .d_btn {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
#dashboard #dashboard_faq .question_obj {
  padding-left: 300px;
}
@media (max-width: 680px) {
  #dashboard #dashboard_faq .question_obj {
    padding-left: calc(300/680*100vw);
  }
}
#dashboard #dashboard_faq .question_obj .question_obj_inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 284px;
}
@media (max-width: 1280px) {
  #dashboard #dashboard_faq .question_obj .question_obj_inner {
    width: calc(284/1280*100vw);
  }
}
@media (max-width: 680px) {
  #dashboard #dashboard_faq .question_obj .question_obj_inner {
    width: calc(284/680*100vw);
  }
}
#dashboard #dashboard_faq .question_obj img {
  width: 100%;
}
#dashboard #dashboard_faq .q_and_a_top {
  padding-top: 40px;
}
#dashboard #dashboard_faq .q_and_a_top h3 {
  font-size: 25px;
  font-weight: bold;
}
#dashboard #dashboard_faq .q_and_a_top div {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  gap: 20px;
  padding-top: 20px;
}
#dashboard #dashboard_faq .q_and_a_top div img {
  height: 100%;
}
#dashboard #dashboard_faq .q_and_a {
  padding-top: 50px;
}
#dashboard #dashboard_faq .q_and_a h3 {
  font-size: 25px;
  font-weight: bold;
}
#dashboard #dashboard_faq .q_and_a ul li {
  padding-top: 20px;
}
#dashboard #dashboard_faq .q_and_a ul li div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 70px;
}
@media (max-width: 680px) {
  #dashboard #dashboard_faq .q_and_a ul li div {
    height: auto;
  }
}
#dashboard #dashboard_faq .q_and_a ul li div img {
  height: 100%;
}
#dashboard #dashboard_faq .q_and_a ul li div a {
  color: #5694FF;
}
#dashboard #dashboard_faq .q_and_a ul li div a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#dashboard #dashboard_faq .q_and_a ul li div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  background: #F8F8F8;
}
#dashboard #dashboard_faq .q_and_a ul li div:nth-child(2) {
  font-size: 14px;
}
@media (max-width: 680px) {
  #dashboard #dashboard_faq .q_and_a ul li div:nth-child(2) {
    font-size: 12px;
  }
}