@charset("utf-8");

/* --217 ---------------------------------------------------------------------------- */

html {
  scroll-padding-top: 60px;
}
.pink-box {
  margin-top: 24px;
  background-color: #FFF4F4;
  padding: 24px 32px;
}

.gray-bg {
  background-color: #F5F5F5;
}
.white-bg {
  background-color: #fff;
}

.pinkframe {
  border: 4px solid #F5E0DD;
  border-radius: 0;
}

.nodisp { display: none; }
.alignC { text-align: center; }
.alignL { text-align: left; }
.alignR { text-align: right; }

.mt0 { margin-top: 0 !important; padding-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.mlr0 { margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }

.mt20 { margin-top: 20px !important; }
.mt40 { margin-top: 40px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb40 { margin-bottom: 40px !important; }

.plr20 { padding-left: 25px !important;  padding-right: 25px !important; }


ol.black-disc {
  counter-reset: listnum;
}
ol.black-disc li {
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 10px;
}
ol.black-disc li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum);
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  width: 1.95em;
  text-align: center;
  padding: .5em 0 .4em;
  border-radius: 50%;
}

.notice-line {
  display: block;
  font-size: 88%;
  color: #555;
  padding-top: 5px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.notice-line a {
  color: #333;
}
@media (min-width: 0px) and (max-width: 767px) {
  .notice-line.alignC {
    text-align: left;
  }
}

/* #content-head ----------------------------- */
#content-head {
  padding-bottom: 64px;
}

/* #content-navi ----------------------------- */
#content-navi {
  padding-bottom: 30px;
}
#content-navi .l-content {
  width: 100vw;
  margin: 0 0 0 calc(-50vw + 50%);
  padding: 30px 0 20px;
}

#content-navi .l-content nav {
  max-width: 1200px;
  margin: 0 auto;
}

#content-navi .l-content nav ul {
  display: flex;
  justify-content: center;
}
#content-navi .l-content nav ul.primary-nav {
  margin-bottom: 24px;
}
#content-navi .l-content nav ul.primary-nav li {
  width: 25%;
  margin: 0 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgb(0 0 0 / .07);
  border-top: 3px solid #D9340A;
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/link_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 94%;
  transition: .2s;
}
#content-navi .l-content nav ul.primary-nav li:hover {
  background-position-y: 98%;
}
#content-navi .l-content nav ul.primary-nav li > div {
}
#content-navi .l-content nav ul.primary-nav li > div  a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 15px 10px 18px;
}
#content-navi .l-content nav ul.primary-nav li > div  a figure {
  width: 90px;
  margin: 0;
}
#content-navi .l-content nav ul.primary-nav li > div  a figure img {
  display: block;
  width: 70px;
  margin: 0 auto;
}
#content-navi .l-content nav ul.primary-nav li > div  a p {
  width: calc(100% - 90px);
}
@media (min-width: 0px) and (max-width: 767px) {
  #content-navi .l-content nav ul.primary-nav li {
    background-position-y: 99%;
    padding-bottom: 10px;
  }
  #content-navi .l-content nav ul.primary-nav li > div  a {
    flex-direction: column;
  }
  #content-navi .l-content nav ul.primary-nav li > div  a figure {
    width: 100%;
  }
  #content-navi .l-content nav ul.primary-nav li > div  a p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
  }
  #content-navi .l-content nav ul.primary-nav li > div  a p span {
    display: inline-block;
  }
  #content-navi .l-content nav ul.primary-nav li > div  a p br {
    display: none;
  }
}

#content-navi .l-content nav ul.secondary-nav {
}
#content-navi .l-content nav ul.secondary-nav li {
}
#content-navi .l-content nav ul.secondary-nav li:first-child {
  border-right: 1px solid #D4D4D4;
}
#content-navi .l-content nav ul.secondary-nav li a {
  text-decoration: none;
  color: #333;
  display: block;
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/link_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 50%;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
  margin-right: 0;
  margin-left: 20px;
}
#content-navi .l-content nav ul.secondary-nav li:first-child a {
  margin-right: 20px;
  margin-left: 0;
}

/* #content-body ----------------------------- */

#content-body {
}

.content-inner-wrap {
  margin-bottom: 80px;
}

.content-inner-wrap h2 {
  margin-bottom: 20px;
}
.content-inner-wrap h2 figure {
  display: flex;
  align-items: center;
  margin: 0;
}
.content-inner-wrap h2 figure img {
  width: 70px;
}
.content-inner-wrap h2 figure figcaption {
  font-size: 28px;
  font-weight: 500;
  padding-left: 10px;
}
.content-inner-wrap .h2-lead {
  margin-bottom: 30px;
}

.content-inner-wrap .inner-section {
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .content-inner-wrap .inner-section {
    margin-bottom: 30px;
  }
}



/* AIチャット */
.aichat-box {
  background-color: #fff;
  padding: 20px;
}
.aichat-box p {
  margin-bottom: 10px;
}
.aichat-box .innerbox-heading {
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 15px;
}
.aichat-box div {
  text-align: center;
  margin: 20px 0 10px;
}
.aichat-box div a {
  display: inline-block;
}
.aichat-box div a img {
  box-shadow: 0 2px 20px rgb(0 0 0 / .1);
  border-radius: 4px;
  border: 1px solid #fff;
  transition: .2s;
}
.aichat-box div a:hover img {
  border-color: #ddd;
  box-shadow: 0 2px 10px rgb(0 0 0 / .17);
}
.aichat-box.-thin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px !important;
}
.aichat-box.-thin dl {
  width: 65%;
}
.aichat-box.-thin dl dt {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.aichat-box.-thin dl dt span {
  font-weight: 400;
  font-size: 15px;
}
.aichat-box.-thin dl dd {
  font-size: 95%;
}
.aichat-box.-thin a {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 20px rgb(0 0 0 / .12);
  border-radius: 4px;
  padding: 8px 16px;
  transition: .2s;
}
.aichat-box.-thin a:hover {
  box-shadow: 0 2px 10px rgb(0 0 0 / .15);
}
.aichat-box.-thin a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/chatbot_character.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.aichat-box.-thin a span {
  display: inline-block;
  color: #D9340A;
  font-weight: 700;
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .aichat-box.-thin {
    flex-direction: column;
    padding: 16px 24px !important;
  }
  .aichat-box.-thin dl,
  .aichat-box.-thin a {
    width: 100%;
  }
  .aichat-box.-thin dl dt span {
    display: block;
    font-size: 14px;
  }
  .aichat-box.-thin a {
    margin-top: 16px;
  }
  .aichat-box.-thin a::before {
    width: 24px;
    height: 24px;
  }
}





/* FAQリンクリスト */
.-qa-container h3 {
  margin-bottom: 20px;
}
.qalink-list {
}
div.qalink-list {
  border-top: 1px solid #ccc;
}
.qalink-list p,
.qalink-list li {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/icon_black_q.png);
  background-repeat: no-repeat;
  background-size: 1.3em 1.3em;
  background-position: 0% 50%;
  padding-left: 1.9em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ccc;
}
.qalink-list li:first-child {
  border-top: 1px solid #ccc;
}
.qalink-list p a,
.qalink-list li a {
  color: #333;
}
/* FAQリンクリスト02 */
.qalink-list02 {
}
.qalink-list02 li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.qalink-list02 li dl {
}
.qalink-list02 li dl dt {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/icon_black_q.png);
  background-repeat: no-repeat;
  background-size: 1.3em 1.3em;
  background-position: 0% 50%;
  padding-left: 1.9em;
  margin-bottom: 15px;
}
.qalink-list02 li dl dd {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/icon_orange_a.png);
  background-repeat: no-repeat;
  background-size: 1.3em 1.3em;
  background-position: 0% 50%;
  padding-left: 1.9em;
}
.qalink-list02 li dl dd p {
  margin: 0 !important;
  font-size: 90%;
}
.qalink-list02 li dl dd p em {
  color: #D9340A;
}



/* 3カラム リンクボタン */
.link-button-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px !important;
}
.link-button-list ul li {
  width: 31%;
  margin: 0 1% 20px;
}
.link-button-list ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: 27px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 20px rgb(0 0 0 / .1);
  transition: .2s;
}
.link-button-list ul li a:has(br) {
  padding: 15px 10px;
}
.link-button-list ul li a:hover {
  box-shadow: 0 4px 25px rgb(0 0 0 / .2);
}
@media (min-width: 0px) and (max-width: 767px) {
  .link-button-list ul {
    flex-direction: column;
  }
  .link-button-list ul li {
    width: 100%;
    margin: 0 0 12px;
  }
  .link-button-list ul li a {
    font-size: 90%;
    padding: 15px 10px;
  }
  .link-button-list ul li a:has(br) {
    padding: 8px 10px;
  }
}

/* リンクボタン */
.white-link-button {
  padding: 20px 0;
}
.black-button-link {
  padding: 0 0  20px;
}
.white-link-button a {
  display: block;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
  padding: 10px 0;
  box-shadow: 0 2px 20px rgb(0 0 0 / .12);
  border-radius: 4px;
  transition: .2s;
}
.white-link-button a:hover {
  box-shadow: 0 2px 10px rgb(0 0 0 / .15);
}
.white-link-button.icon-telephone {
}
.white-link-button.icon-telephone a {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_telephone.svg);
  background-repeat: no-repeat;
  background-position: 45px 50%;
  padding-left: 105px;
  padding-right: 85px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .white-link-button.icon-telephone a {
    background-position-x: 25px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 330px) {
  .white-link-button.icon-pc a,
  .white-link-button.icon-telephone a {
    background-size: 25px;
    background-position-x: 15px;  }
}
.black-button-link a {
  display: inline-block;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 340px;
  padding: 24px 20px;
  box-shadow: none;
  border-radius: 4px;
  transition: .2s;
}
.black-button-link.icon-pc a {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_w_pc.svg);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  padding-left: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .black-button-link.icon-pc a {
    background-position-x: 15px;
  }
}
details .black-button-link a {
  padding: 18px 20px;
  margin: 0 10px;
}
.black-button-link a:hover {
  box-shadow: 0 4px 10px rgb(0 0 0 / .19)
}
@media (min-width: 0px) and (max-width: 767px) {
  details .black-button-link a {
    margin: 0;
  }
  details .black-button-link.-btn-2col a {
    display: block;
    margin: 0 auto 10px;
    max-width: 90%;
    padding: 10px 10px;
  }
}

.white-link-button.-btn-2col {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
.white-link-button.-btn-2col li {
  width: 100%;
  max-width: 35%;
  margin: 0 1%;
}
.white-link-button.-btn-2col li a {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .white-link-button.-btn-2col {
    flex-direction: column;
  }
  .white-link-button.-btn-2col li {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.white-link-button a[target="PDF"] {
  position: relative;
  padding: 20px 55px 20px;
}
.white-link-button a[target="PDF"]::after {
  content: "";
  position: absolute;
  top: 50%; transform: translatey(-50%);
  right: 40px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/content/dam/daiwasecurities/images/2025/icon_pdf.svg") no-repeat center/contain;
}
.btn-wrap-2col {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.btn-wrap-2col > div {
  padding: 0;
  width: 30%;
  margin: 0 10px;
}
.btn-wrap-2col > div.black-button-link a,
.btn-wrap-2col > div.white-link-button a {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.btn-wrap-2col > div.black-button-link a {
  margin: 0;
}
.btn-wrap-2col > div.white-link-button a {
}
@media (min-width: 0px) and (max-width: 767px) {
  .btn-wrap-2col {
    flex-direction: column;
    align-items: center;
  }
  .btn-wrap-2col > div {
    width: 100%;
    max-width: 340px;
    margin: 8px 0;
  }
}
.-box-2col .black-button-link a.icon-pc {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_w_pc.svg);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  padding-left: 60px;
}
.-box-2col .black-button-link a.icon-phone {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_w_phone.svg);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  padding-left: 60px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .-box-2col .black-button-link a.icon-pc {
    padding-left: 60px !important;
  }
  .-box-2col .black-button-link a.icon-phone {
    padding-left: 60px !important;
    padding-right: 20px !important;
  }
}
.white-link-button.icon-pc a {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_b_pc.svg);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  padding-left: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .white-link-button.icon-pc a {
    background-position-x: 15px;
  }
}
.black-button-link.icon-telephone a {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_w_phone.svg);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  padding-left: 50px;
}
.-box-2col .btn-wrap-2col {
  justify-content: flex-start;
}
.-box-2col .btn-wrap-2col > div {
  width: 45%;
  max-width: 340px;
  margin-left: 0;
}
.-box-2col .btn-wrap-2col > div.white-link-button a {
  background-position: 20px 50%;
  text-align: center;
  padding-left: 65px;
  padding-right: 55px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .-box-2col .btn-wrap-2col > div {
    width: 100%;
  }
}

/* 注釈 */
.notice-list {
  font-size: 93%;
  line-height: 1.3;
  margin-bottom: 40px;
}
.notice-list li {
  margin: 2px 0;
}
.notice-list.-ast li {
  text-indent: -0.73em;
  padding-left: 0.73em;
}

/* 電話番号ボックス */
.tel-box {
}
.tel-box .telnum-box {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
}
.telnum-box .number-title {
  display: block;
  font-weight: 700;
  margin-bottom: 5px !important;
}
.tel-box .telnum-box img,
.tel-box .telnum-box span {
  display: inline-block;
  vertical-align: bottom;
}
.tel-box .telnum-box.normal img,
.tel-box .telnum-box.normal span {
  vertical-align: middle;
}
.tel-box .telnum-box .number {
  font-weight: 700;
  font-size: 160%;
  line-height: 1.05;
  padding: 0 10px;
}
.tel-box .telnum-box .number-alert {
  display: block;
  margin-top: 15px;
  font-size: 90%;
  font-weight: 700;
}
.tel-box .tel-notice {
  margin-bottom: 40px;
}
.tel-box .tel-notice li {
  font-size: 95%;
  text-indent: -1em;
  padding-left: 1em;
}

/* 2カラムレイアウト */
.inner-section.-box-2col {
}
.inner-section.-box-2col h3 {
  margin-bottom: 20px;
}
.inner-section.-box-2col .col-box {
  display: flex;
}
.inner-section.-box-2col .col-box figure {
  margin: 0;
  width: 34%;
}
.inner-section.-box-2col .col-box figure img {
  width: 100%;
}
.inner-section.-box-2col .col-box .text-box {
  padding-left: 30px;
  width: 66%;
}
.inner-section.-box-2col .col-box .text-box p {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .inner-section.-box-2col .col-box {
    flex-direction: column;
  }
  .inner-section.-box-2col .col-box figure,
  .inner-section.-box-2col .col-box .text-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-section.-box-2col .col-box figure img {
    width: 100%;
  }
  .inner-section.-box-2col .col-box .text-box {
    padding: 0;
  }
  .inner-section.-box-2col .col-box .text-box .black-button-link {
    text-align: center;
  }
  .inner-section.-box-2col .col-box .text-box .black-button-link a {
    padding: 15px 10px;
    margin-bottom: 10px;
  }
}

/* 混雑状況 */
.congestion-wrap {
  padding: 50px;
}
.congestion-box {
}
.congestion-box h3 {
  font-size: 2.5rem;
  margin: 0 0 20px;
}
.congestion-box p {
  margin: 0 0 20px;
}
.congestion-box picture {
  text-align: center;
  display: block;
  margin: 5px 0;
}
.congestion-box picture img {
  width: 100%;
}
.congestion-box ul.kome {
  padding-top: 20px;
}
.congestion-box ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 0px) and (max-width: 767px) {
  .congestion-wrap {
    padding: 20px;
  }
}
/* アコーディオンの中の混雑状況 */
._itemarea-inner-box .congestion-inner-box {
  width: 95%;
  margin: 0 auto;
}
._itemarea-inner-box .congestion-inner-box picture {
  display: block;
  margin: 2px 0;
}
._itemarea-inner-box .congestion-inner-box picture img {
  width: 100%;
}
._itemarea-inner-box .congestion-inner-box ul.kome {
  margin-top: 5px;
}
._itemarea-inner-box .congestion-inner-box ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 95%;
  color: #333;
}


/* 関連リンク */
.related-link {
}
.related-link dt {
  font-weight: 700;
  margin-bottom: 5px;
}
.related-link dd {
  margin-bottom: 5px;
}
.related-link dd a {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 15px;
  color: #333;
}
.related-link dd a:hover {
}
.related-link a[target="PDF"] {
  line-height: 1;
}
.related-link a[target="PDF"]::after {
  content: "";
  width: 21px;
  height: 21px;
  margin-left: 3px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/content/dam/daiwasecurities/images/2025/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 0px) and (max-width: 767px) {
  .related-link dd a {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .related-link.alignC a {
    text-align: left;
  }
}

/* 関連リンクと同じ見た目のリンク */
html body .related-link-list {
  margin-bottom: 40px;
}
.related-link-list li {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 15px;
}
.related-link-list li a {
  color: #333;
}

/* ただしいアドレス */
.correct-contact {
  margin: 20px 0;
}
.correct-contact dt {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 110%;
}
.correct-contact dd {
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
.correct-contact dd::before {
  display: inline-block;
  content: "■";
  color: #B2A174;
  transform: scale(.7);
  margin-right: 5px;
}
.correct-contact dd a {
}

/*
----------------------------------------------------
アコーディオン
*/
._acc {
  margin-top: 32px;
}
._acc details {
    margin: 15px 0;
  scroll-margin-top: 60px;
}
._acc details:nth-of-type(1) {
    margin-top: 0;
}
._acc summary {
  position: relative;
  padding: 10px 35px 10px 25px;
  list-style: none; /* ▶を非表示 */
  cursor: pointer;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
._acc summary::-webkit-details-marker {
  display: none; /* ▶を非表示 */
}
._acc summary::after {
    position: absolute;
    content: "";
    background-image: url(/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/ico_arrow.svg);
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 8px;
    transform: translateY(-50%);
}
._acc details[open] > summary::after {
    top: 44%;
    transform: rotate(180deg);
}
._acc figure {
    margin: 0;
    display: flex;
    align-items: center;
}
._acc figure:hover {
    color: #D9340A;
}
._acc figure > img {
  width: 50px;
  margin-right: 20px;
}
._acc figure > figcaption {
  font-weight: 500;
}
._acc details > .details_content {
  background-color: #F5F5F5;
  padding: 30px 25px 15px;
}
._acc details > .details_content {
}
._acc details > .details_content p {
  margin-bottom: 25px;
}
._acc details > .details_content ._itemarea-inner-box {
  padding: 30px 40px;
  border-radius: 4px;
  margin-bottom: 20px;
}
._acc details > .details_content ._itemarea-inner-box .innerbox-heading {
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 20px;
}
._acc details > .details_content ._itemarea-inner-box .innerbox-heading.-large {
  font-size: 130%;
}
._acc details > .details_content ._itemarea-inner-box .innerbox-heading2 {
  font-weight: 700;
  font-size: 105%;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  ._acc details > .details_content {
    padding: 15px;
  }
  ._acc details > .details_content ._itemarea-inner-box {
    padding: 15px;
  }
}

/*
アコーディオン
----------------------------------------------------
*/

/* よくあるご質問　カテゴリー */
.faq-cat-wrap {
  padding: 50px;
}
.faq-cat-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.faq-cat-head > a {
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/arrow_orange.svg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 15px;
  color: #333;
}
.faq-cat-head > a:hover {
}
.faq-cat-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px !important;
}
.faq-cat-list li {
  width: 23%;
  margin: 0 1% 20px;
}
.faq-cat-list li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  border-radius: 4px;
  box-shadow: 0 2px 20px rgb(0 0 0 / .1);
  transition: .2s;
}
.faq-cat-list li a:hover {
  box-shadow: 0 4px 25px rgb(0 0 0 / .2);
}
.faq-cat-list.-single {
  justify-content: center;
}
.faq-cat-list.-single li {
  width: 33%;
}
.faq-cat-list.-single li a {
  padding: 10px 0;
  line-height: 1.3;
}
.faq-iframe-wrap {
  background-color: #ebebeb;
  padding: 15px 20px 10px;
  border-radius: 4px;
}
.faq-iframe-wrap .faq-iframe {
  height: 32px;
}
@media screen and (max-width: 767px) {
  .faq-cat-wrap {
    padding: 15px;
  }
  .faq-cat-head {
    flex-direction: column;
  }
  .faq-cat-head > a {
    margin-top: 10px;
  }
  .faq-cat-list {
    justify-content: space-around;
  }
  .faq-cat-list li {
    width: 46%;
  }
  .faq-cat-list li a {
    font-size: 95%;
    padding: 20px 5px;
  }
  .faq-cat-list.-single li {
    width: 100%;
  }
  .faq-iframe-wrap .faq-iframe {
      height: 110px;
  }
}

/* モーダル */
#back-layer {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .55);
  backdrop-filter: blur(2px);
}
body.-show-modal #back-layer {
  display: block;
}

.modal-body {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  width: 100%;
  max-width: 800px;
  max-height: 95vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .modal-body {
    width: 90vw;
  }
}
.modal-body .modal-inner {
  position: relative;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgb(0 0 0 /.2);
  padding: 30px;
}
@media (max-width: 767px) {
  .modal-body .modal-inner {
    padding: 32px 16px;
  }
}
.modal-body .modal-inner .modal-close {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 25px;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.modal-body .modal-title {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.modal-body .modal-title-sub {
  font-size: 125%;
  font-weight: 700;
}
.modal-body .modal-title-sub-sub {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-body .related-link-list {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .modal-body .modal-inner .modal-close {
    font-size: 20px;
    top: 0px;
    right: 5px;
  }
}
.modal-body .tel-box .tel-notice {
  margin-bottom: 16px;
}

.modal-body .white-link-button.-btn-2col li a[target="PDF"] {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-body .white-link-button a[target="PDF"]::after {
  right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .modal-body .white-link-button.-btn-2col li {
    width: auto;
  }
}




/* --- chat --- */
/* chat styles */
.contact-chat-conatiner{
    position: fixed;
    right: 21px;
    bottom: 25px;
    width: 80px;
    height: 80px;
    transition: bottom .3s ease;
}
.contact-chat-conatiner-scrolled{
    bottom: 125px;
}
.contact-chat-btn{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    background-color: #c22112;
    border: none;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.contact-chat-text{
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    display: block;
    text-align: center;
    letter-spacing: 0.075em;
}
a[href*="tel:"]{
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px){
    .contact-chat-conatiner{
        width: 70px;
        height: 70px;
        right: 0px;
    }
    .contact-chat-conatiner-scrolled{
        bottom: 65px;
    }
    .contact-chat-btn{
        width: 70px;
        height: 70px;
        padding:0;
    }
    .contact-chat-text{
        font-size: 10px;
        white-space: nowrap;
        width:70px;
        margin:auto;
    }
    a[href*="tel:"]{
      pointer-events: auto;
      border-bottom: 2px solid black;
  }
}




.ojikantai {
  padding: 16px 0 24px;
}
.ojikantai li {
  display: inline-block;
  margin-right: 32px;
}
.ojikantai li a {
  display: block;
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/link_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 50%;
  padding-left: 20px;
  color: #333;
}

._acc details > .details_content ._itemarea-inner-box.ojikantai-box {
  margin: 0;
}
._acc details > .details_content ._itemarea-inner-box .innerbox-heading.jikantai {
  background-color: #F0E9D8;
  margin-top: -30px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 30px;
  padding: 16px 20px 16px 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  
  ._acc details > .details_content ._itemarea-inner-box .innerbox-heading.jikantai {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  
}



.caution-box {
  margin: 40px 0 0;
  border: 2px solid #D9340A;
  border-left: none;
  border-right: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(/content/dam/daiwasecurities/contact/images/2026/ico_caution.svg);
  background-repeat: no-repeat;
  background-position: 30px 20px;
  padding-left: 70px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .caution-box {
    background-position: 10px 10px;
    padding: 10px 10px 10px 45px;
  }
  .caution-box p {
    font-size: 95%;
  }
}


.tel-box .telnum-box .number-alert-sub {
  font-size: 85%;
  font-weight: normal;
  color: #333;
}

@media (min-width: 0px) and (max-width: 767px) {
  .telnum-box .number a[href*="tel:"],
  .tel-notice li a[href*="tel:"] {
    border-bottom: none;
    text-decoration: underline;
  }
}

@media (min-width: 0px) and (max-width: 421px) {
  .tel-box .telnum-box {
    padding: 15px;
  }
  .tel-box .telnum-box > img {
    width: 11.2vw;
  }
  .tel-box .telnum-box .number {
    padding: 0;
  }
  .tel-box .telnum-box .number a {
    font-size: 6vw;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #content-navi .l-content {
    width: 100%;
    margin: 0;
  }
}
