
@charset "UTF-8";
:root{
  /* 色 */
  --txtColor: #333;
  --mainColor: #A91A0A;
  --footerLinkColor: #152666;
  /* フォント */
  --ff_ZenKakuAntique: "Zen Kaku Gothic Antique", sans-serif;
  --ff_NotoSans: "Noto Sans JP", sans-serif;
  --ff_PlusJakarta: "Plus Jakarta Sans", sans-serif;
  --ff_Oswald: "Oswald", sans-serif;
}

*{
  color: var(--txtColor);
  font-family: var(--ff_ZenKakuAntique);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

html,
body{overflow-x: hidden;}
figure,
img{display: block;width: 100%;max-width: 100%;height: auto;}
a{transition: .3s;}
a:hover{opacity: 0.8;}
a:visited{color: currentColor;}

/* .main-contents{
  min-width: 1100px;
} */
 body{min-width: auto;}
.inner{
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}
.flex{
  display: flex;
  justify-content: space-between;
}

@media all and (min-width: 768px){
  .pc_cont{display: block;}
  .sp_cont{display: none;}
}

/* ============================================== */
/* 共通 */
/* ============================================== */
.dl_link img{
  display: block;
  height: 40px;
  width: auto;
}

/* ============================================== */
/*                    ヘッダー                    */
/* ============================================== */
.ham{display: none;}
.ham span {font-size: 0;}
header{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px 25px;
  transition: .3s;
}
header > p{width: 140px;}
header > p a{display: block;}

header nav ul{
  display: flex;
  align-items: center;
}

header nav ul a{
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 2em 0 0;
  font-size: 14px;
  font-weight: 700;
}
header nav ul a.dl_link{margin: 0 8px 0 0;}
header nav ul li:last-of-type a.dl_link{margin: 0;}

/* あしらい */
header nav ul a:not(:has(img))::before{
  position: absolute;
  z-index: 0;
  inset: auto -100% -.5em;
  margin: auto;
  content: '';
  width: 95%;
  height: 1px;
  background: var(--txtColor);
  transform: scaleX(0);
  transition: .3s;
}
header nav ul a:not(:has(img)):hover{opacity: 1;}
header nav ul a:not(:has(img)):hover::before{
  transform: scaleX(1);
}

/* 202509改修追記 PCヘッダーQRコード調整------------------- */
@media all and (min-width: 921px){
  header{
    padding:0 25px;
  }
}
/* END：202509改修追記 PCヘッダーQRコード調整------------------- */


/* ============================================== */
/* ヘッダーアンカーに く 追加 */
/* ============================================== */
header nav ul a:not(:has(img)) {
  padding-right: .8em;
}
header nav ul a:not(:has(img))::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #666;
  border-radius: 1px;
  border-top: none;
  border-left: none;
  transform: rotatez(45deg) translatey(-50%);
}
/* ============================================== */
/* ヘッダーにチャットボット 追加 */
/* ============================================== */
header nav ul li.chatbot a {
  width: 165px;
}
@media screen and (max-width: 920px) {
	header nav ul li.chatbot {
		position: fixed;
	  z-index: 10;
	  top: -69px;
	  left: calc(-15vw - 120px);
	  border: none;
	}
	header nav ul li.chatbot a {
	}
	header nav ul li.chatbot,
	header nav ul li.chatbot a {
	  width: 130px;
	}
}

/* ============================================== */
/* KV */
/* ============================================== */
.kv{
  position: relative;
  z-index: 0;
  display: flex;
  margin: 0 auto 90px;
  width: 100%;
  height: auto;
}
.kv .kv_inner{
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 100px 0 0;
  padding: 0;
  background-image:url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/mv_bg.png");
  background-position: 0 50%;
  background-size: 2100px 546.95px;
  background-repeat: no-repeat;
}
.kv .kv_inner > div > h1{
}
.kv .kv_inner > div > h1 img{
  width: 100%;
  max-width: 1500px;
}
.kv .kv_inner > div.pc_cont > h1 {
}
@media screen and (min-width: 2000px) {
  .kv {
    height: auto !important;
  }
  .kv .kv_inner {
    max-width: 100% !important;
    background-position: 50% 0%;
  }
}
@media screen and (max-width: 1240px) {
  .kv .kv_inner {
      width: 100% !important;
  }
}
@media screen and (max-width: 1160px) {
  .kv {
    aspect-ratio: auto !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 100px 0 0 !important;
  }
  .kv .kv_inner {
    background-image: none !important;
    padding: 0 !important;
    display: block !important;
    row-gap: 9vw;
    margin: 0 !important;
  }
  .kv .kv_inner > div:nth-of-type(2) {
      height: auto !important;
  }
  .kv .kv_inner > div > h1 img {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  .kv .kv_inner .pc_cont {
    display: block !important;
    width: 100% !important;
  }
  .kv .kv_inner .sp_cont {
    display: none !important;
  }
}
@media screen and (max-width: 1120px) {
  .kv .kv_inner {
      width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    margin: 60px 0 0 !important;
  }
}



/* ============================================== */
/* セクション共通 */
/* ============================================== */
main section{
  margin: 0 auto;
  padding: 80px 0 100px;
}
main section.noradius{
  border-radius: 0;
  box-shadow: none;
}

/* 中央揃えセクション（画面のカスタマイズ以降） */
main > section{
  text-align: center;
}
main > section h2{
  position: relative;
  z-index: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 80px auto 10px;
}
main > section h2 + p{
  font-size: 20px;
  line-height: 1.85;
  font-weight: 500;
}
main > section h2 + p + p{
  font-size: 14px;
  font-weight: 400;
}

/* 202509改修追記 ナビゲーション設置------------------- */
/* ============================================== */
/* d_port-anc_menu navigation */
/* ============================================== */
/* d_port-anc_menu */
.d_port-anc_menu{
  background: var(--mainColor);
}
.d_port-anc_menu div{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 1200px;
  width: 100%;
}
.d_port-anc_menu div .anc_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.d_port-anc_menu div .anc_list:last-of-type{
  margin-bottom: 0;
}
.d_port-anc_menu div .anc_item{
  width: 600px;
}
.d_port-anc_menu div .anc_item a{
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
}
.d_port-anc_menu div .anc_item a:hover{
  text-decoration: underline;
}
.d_port-anc_menu div .anc_item a:before{
  content: "▼";
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 2rem;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  .d_port-anc_menu div{
    padding: 15px 10px;
    width: 100%;
  }
  .d_port-anc_menu div .anc_list{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  .d_port-anc_menu div .anc_item{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
  }
  .d_port-anc_menu div .anc_item:last-of-type{
    /*border: none;*/
    padding-bottom: 0;
  }
  .d_port-anc_menu div .anc_item a:before{
    font-size: 1.6rem;
  }
  .d_port-anc_menu div .anc_item a,
  .d_port-anc_menu div .anc_item a:after{
    font-size: 1.4rem;
  }
}
/* END：202509改修追記 ナビゲーション設置------------------- */


body div.main-contents main {
  overflow-x: hidden !important;
  background-color: #FFEAEA;
}

/* ============================================== */
/* お悩み */
/* ============================================== */
#section01 {
  padding-top: 0;
  background-color:#fff;
  border-bottom-left-radius: 800px 200px;
  border-bottom-right-radius: 800px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}
#section01 .inner {
}
#section01 .inner h2 {
  margin-top: 0;
  margin-bottom: 50px;
}
#section01 .inner h2 .l {
  font-size: 125%;
  color: #A91A0A;
}
#section01 .inner .onayami-wrap {
  min-height: 340px;
}
#section01 .inner .onayami {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#section01 .inner .onayami li {
  position: relative;
  width: 29%;
  margin: 0 2%;
}
#section01 .inner .onayami li::after {
  position: absolute;
  content: "";
  display: block;
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 64/51;
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/onayami01.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}
#section01 .inner .onayami li:nth-child(1)::after {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/onayami01.png");
}
#section01 .inner .onayami li:nth-child(2)::after {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/onayami02.png");
}
#section01 .inner .onayami li:nth-child(3)::after {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/onayami03.png");
}

#section01 .inner .onayami li p {
  display: block;
  font-weight: 700;
  border: 3px solid #A91A0A;
  border-radius: 16px;
  padding: 10px;
}
#section01 .inner .onayami li p::before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translatex(-50%);
  content: "";
  display: block;
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/fukidashi.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 11px;
}
#section01 .inner .onayami li p span {
  display: block;
  font-weight: 800;
  color: #A91A0A;
  font-size: 135%;
}

.onayami li .link-box {
  position: absolute;
  bottom: -275px;
  left: 48%;
  transform: translatex(-50%);
  width: 100%;
}
.onayami li .link-box a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  font-size: 105%;
}
.onayami li .link-box a::after {
  position: absolute;
  right: -0.8em;
  top: 50%;
  transform: translatey(-50%) rotatez(45deg);
  content: "";
  display: block;
  width: .6em;
  height: .6em;
  border: 2px solid #000;
  border-radius: 1px;
  border-left: none;
  border-bottom: none;
}
.onayami li .link-box a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  
  #section01 .inner h2.sp_cont {
    padding-top: 40px;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  
  #section01 .inner .onayami {
    flex-direction: column;
    align-items: stretch;
    row-gap: 5px;
  }
  #section01 .inner .onayami li {
    width: 100%;
    padding: 20px 0;
  }
  #section01 .inner .onayami li p {
    width: 55%;
    margin-left: 40%;
  }
  #section01 .inner .onayami li p::before {
    bottom: 10px;
    left: 60%;
  }
  #section01 .inner .onayami li::after {
    width: 40%;
    margin: 0;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    background-size: cover;
  }
  .onayami li .link-box {
    position: static;
    bottom: -20px;
    left: 0;
    right: 0;
    transform: none;
    padding-left: 33%;
    margin-top: 20px;
  }
  #section01 .inner .onayami li:nth-child(2) p::before {
    bottom: 55px;
  }
  
}




/* ============================================== */
/* パスキー認証なら */
/* ============================================== */
#section02 {
  padding-top: 0;
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/whitebg_curve.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}
#section02 .inner {
}
#section02 .inner h2 {
  position: relative;
  margin: 0 auto;
  color: #A91A0A;
  background-color: #fff;
  border: 3px solid #A91A0A;
  font-size: 27px;
  border-radius: 16px;
  max-width: 800px;
  transform: translatey(-65px);
}
#section02 .inner h2::before {
  content: "";
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/icon_lock.png");
  background-repeat: no-repeat;
  background-size: 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#section02 .inner h2::after {
  position: absolute;
  content: "";
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/arrow_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 80px;
  aspect-ratio: 125/61;
  bottom: -40px;
  left: 50%;
  transform: translatex(-50%);
}
#section02 .inner h2 span {
  font-weight: 900;
  font-size: 100%;
  color: #000;
}
#section02 .inner h2 span em {
  font-size: 170%;
  font-weight: 800;
}
#section02 .inner .merit-image {
  max-width: 900px;
  margin: 0 auto 64px;
}
#section02 .inner .merit-text {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
  border-radius: 16px;
}
#section02 .inner .merit-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -38px;
  width: 55px;
  aspect-ratio: 1 / 2.241;
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/side_human.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#section02 .inner .merit-text p {
  font-weight: 700;
  font-size: 135%;
  padding: 20px 0;
}
#section02 .inner .merit-text p .r {
  color: #A91A0A;
  font-size: 100%;
}
#section02 .inner .merit-text p .l {
  color: #A91A0A;
  font-size: 140%;
}

@media all and (max-width: 767px) {
  
  #section02_anc { display: none; }
  
  #section02 .inner h2.sp_cont {
  }
  #section02 .inner h2.sp_cont::before {
    display: none;
  }
  #section02 .inner h2.sp_cont img {
    width: 70%;
    margin: 10px auto;
  }
  #section02 .inner .merit-text {
  }
  #section02 .inner .merit-text::after {
    display: none;
  }
  #section02 .inner .merit-text p {
    text-align: center;
    padding: 20px 5px;
  }
  
}




/* ============================================== */
/* パスキー認証とは？ */
/* ============================================== */
#section03 {
  background-color: #fff;
  padding-top: 0;
  border-bottom-left-radius: 800px 200px;
  border-bottom-right-radius: 800px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;

}
#section03 .inner {
}
#section03 .inner h2 {
  margin-top: 0;
  font-size: 27px;
  padding-top: 50px;
}
#section03 .inner h2::before {
  content: "";
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/icon_lock.png");
  background-repeat: no-repeat;
  background-size: 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#section03 .inner h2 span {
  font-weight: 900;
  font-size: 100%;
  color: #000;
}
#section03 .inner h2 span em {
  font-size: 170%;
  font-weight: 800;
}
#section03 .inner .passkey-text {
  margin-bottom: 30px;
}
#section03 .inner .passkey-text p {
  font-weight: 500;
}
#section03 .inner .loginflow-wrap {
  max-width: 900px;
  margin: 0 auto 70px;
}
#section03 .inner .loginflow-wrap .loginflow {
}
#section03 .inner .loginflow-wrap .loginflow.pc_cont {
}
#section03 .inner .loginflow-wrap .loginflow.pc_cont figure {
}
#section03 .inner .loginflow-wrap .loginflow.pc_cont figure.loginflow01 {
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 10px;
}
#section03 .inner .loginflow-wrap .loginflow.pc_cont figure.loginflow01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0;
  left: 50%;
  transform: translatex(-50%);
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/loginflow_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  aspect-ratio: 1 / 0.543;
}
#section03 .inner .loginflow-wrap .loginflow.pc_cont figure.loginflow02 {
}

@media all and (max-width: 767px) {
  
  #section03 .inner h2::before {
    display: none;
  }
  #section03 .inner .passkey-text p {
    font-size: 110%;
  }
  
  
}




/* ============================================== */
/* アプリダウンロードBOX */
/* ============================================== */
.download-box-wrap {
}
.download-box-wrap h3 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -1px;
}
.download-box-wrap h3 .l {
  font-size: 145%;
  font-weight: 800;
}
.download-box {
  max-width: 900px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  border: 3px solid #A91A0A;
  border-radius: 30px;
}
.download-box .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A91A0A;
  border-radius: 26px 0 0 26px;
  width: 56%;
}
.download-box .logo figure {
}
.download-box .logo figure img {
  display: inline-block;
  max-width: 370px;
}
.download-box .dl-link {
  background-color: #fff;
  border-radius: 0 26px 26px 0;
  width: 44%;
}
.download-box .dl-link ul {
  padding: 15px;
}
.download-box .dl-link ul li {
  display: inline-block;
}
.download-box .dl-link ul li.qr {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.download-box .dl-link ul li.qr img {
  display: inline-block;
  width: 140px;
}
.download-box .dl-link ul li.store-link {
}
.download-box .dl-link ul li.store-link.ios {
  margin-right: 8px;
}
.download-box .dl-link ul li.store-link.android {
}
.download-box-wrap .env-text {
  font-weight: 700;
  font-size: 125%;
}

@media all and (max-width: 767px) {
  
  .download-box-wrap h3 {
    font-size: 5.4vw;
    line-height: 1;
    margin-bottom: 15px;
  }
  .download-box {
    flex-direction: column;
  }
  .download-box .logo {
    width: 100%;
    border-radius: 26px 26px 0 0;
    padding: 20px 10vw;
  }
  .download-box .dl-link {
    width: 100%;
    border-radius: 0 0 26px 26px;
  }
  .download-box .dl-link ul {
    display: flex;
    justify-content: space-around;
  }
  .download-box .dl-link ul li {
    margin: 0 !important;
    text-align: center;
  }
  .download-box .dl-link ul li a {
    display: inline-block;
    margin: 10px 4vw;
  }
  .download-box .dl-link ul li a img {
    height: 11vw;
  }
  .download-box .dl-link ul li.qr {
    display: none;
  }
  .download-box .dl-link ul li.store-link.ios {
    width: 44%;
  }
  .download-box .dl-link ul li.store-link.ios img {
  }
  .download-box .dl-link ul li.store-link.android {
    width: 55%;
  }
  .download-box .dl-link ul li.store-link.android img {
  }
  .download-box-wrap .env-text {
    font-size: 105%;
    line-height: 1.5;
    text-align: left;
  }
  
}



/* ============================================== */
/* ご利用までのながれ */
/* ============================================== */
#section04 {
}
#section04 .inner {
  max-width: 900px;
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 70px; 
}


section .inner h2.mini-border {
  margin-top: 0;
  position: relative;
  padding: 50px 0 10px;
  margin-bottom: 30px;
  font-size: 30px;
}
section .inner h2.mini-border::before,
section .inner h2.mini-border::after {
  position: absolute;
  content: "";
  height: 7px;
  bottom: 0;
  left: 50%;
}
section .inner h2.mini-border::before {
  background: #A91A0A;
  width: 2em;
  margin-left: -1em;
}
section .inner h2.mini-border::after {
  width: 1em;
  background: #7B0C00;
}


#section04 .inner .registflow-text {
  margin-bottom: 10px;
  font-size: 18px;
}
#section04 .inner .registflow-text .l {
  font-size: 130%;
  font-weight: 700;
  color: #A91A0A;
}
#section04 .inner .registflow-text-sub {
  font-size: 80%;
  font-weight: 500;
  margin-bottom: 30px;
}
#section04 .inner .registflow-tab-container {
}
#section04 .inner .registflow-tab-container ul {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_bg.png");
  background-repeat: repeat-x;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
#section04 .inner .registflow-tab-container ul li {
  background-size: cover;
  width: 32%;
}
#section04 .inner .registflow-tab-container ul li.step1 {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_step1_on.png");
}
#section04 .inner .registflow-tab-container ul li.step2 {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_step2_on.png");
}
#section04 .inner .registflow-tab-container ul li.step3 {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_step3_on.png");
}
#section04 .inner .registflow-tab-container ul li a {
  color: transparent;
  display: block;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1 / 0.85;
}
#section04 .inner .registflow-tab-container ul li.step1 a {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_step1.png");
}
#section04 .inner .registflow-tab-container ul li.step2 a {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_step2.png");
}
#section04 .inner .registflow-tab-container ul li.step3 a {
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/tab_step3.png");
}
#section04 .inner .registflow-tab-container ul li.active a {
  background-image: none;
}

#section04 .inner .registflow-tab-container .tabcontents {
  border: 2px solid #A91A0A;
  border-top: none;
}
#section04 .inner .registflow-tab-container .tabcontents .content {
  display: none;
}
#section04 .inner .registflow-tab-container .tabcontents .content.active {
  display: block;
}
#section04 .inner .registflow-tab-container .tabcontents .content h3 {
  font-weight: 700;
  padding-top: 45px;
  margin-bottom: 20px;
}
#section04 .inner .registflow-tab-container .tabcontents .content h3 .ttl-box {
  display: inline-block;
  background-color: #A91A0A;
  border-radius: 30px;
  padding: 0 50px;
  margin-right: 10px;
}
#section04 .inner .registflow-tab-container .tabcontents .content h3 .ttl-box span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 25px;
}
#section04 .inner .registflow-tab-container .tabcontents .content h3 .ttl-box b{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  padding-left: 2px;
}
#section04 .inner .registflow-tab-container .tabcontents .content h3 .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner {
  display: flex;
  margin: 0 25px;
  padding-bottom: 35px;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-image {
  display: flex;
  width: 45%;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-image figure {
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-image figure img {
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text {
  width: 55%;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p {
  padding: 4px 0 10px 20px;
  text-align:left;
  font-weight: 500;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p.next-link {
  text-align:right;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p.next-link::after {
  content: "";
  display: inline-block;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
  width: .5em;
  height: .5em;
  transform: translatey(-1px) rotatez(45deg);
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p.next-link a {
  text-decoration: underline;
}
#section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p.next-link a:hover {
  text-decoration: none;
}


#section04 .inner .registflow-tab-container .tabcontents .content.step2 .tabcontent-inner .content-image {
  width: 60%;
}
#section04 .inner .registflow-tab-container .tabcontents .content.step2 .tabcontent-inner .content-text {
  width: 40%;
}

@media all and (max-width: 767px) {
  
  #section04 .inner {
    border-radius: 0;
  }
  #section04 .inner .registflow-text {
    font-size: 15px;
    text-align: center;
  }
  #section04 .inner .registflow-tab-container ul {
    display: none;
  }
  #section04 .inner .registflow-tab-container .tabcontents {
    border: none;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content {
    display: block;
    border: 2px solid #A91A0A;
    border-radius: 24px;
    margin-bottom: 30px;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content h3 {
    padding-top: 0;
    margin-bottom: 5px;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content h3 .ttl-box {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-radius: 21px 21px 0 0;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content h3 .text {
    font-size: 5vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
    line-height: 4;
    padding-left: 4em;
    margin-top: 20px;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content.step1 h3 .text {
    background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/registflow_step1_ttlbg.png");
  }
  #section04 .inner .registflow-tab-container .tabcontents .content.step2 h3 .text {
    background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/registflow_step2_ttlbg.png");
    padding-left: 4.5em;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content.step3 h3 .text {
    background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/registflow_step3_ttlbg.png");
  }
  #section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner {
    flex-direction: column;
    padding-bottom: 15px;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-image {
    width: 100%;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content.step2 .tabcontent-inner .content-image {
    width: 100%;
    display: block;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-image figure {
    width: 80%;
    margin: 0 auto 15px;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text,
  #section04 .inner .registflow-tab-container .tabcontents .content.step2 .tabcontent-inner .content-text {
    width: 100%;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p {
    padding: 0 0 10px;
    font-size: 112%;
  }
  #section04 .inner .registflow-tab-container .tabcontents .content .tabcontent-inner .content-text p.next-link {
    display: none;
  }
  
}



/* ============================================== */
/* PDFダウンロード */
/* ============================================== */
#section05 {
  padding: 0;
}
#section05 .inner {
}
#section05 .inner dl.pdf-download {
}
#section05 .inner dl.pdf-download dt {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 18px;
}
#section05 .inner dl.pdf-download dd {
}
#section05 .inner dl.pdf-download dd a {
  position: relative;
  display: block;
  background-color: #A91A0A;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 15px 30px 105px;
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  border-radius: 60px;
  background-image: url("/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/passkey/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 16px 11px;
}

@media all and (max-width: 767px) {
  
  #section05 {
    padding-bottom: 80px;
  }
  #section05 .inner dl.pdf-download dt {
    font-size:5vw;
  }
  #section05 .inner dl.pdf-download dd a {
    width: 100%;
    font-size: 5vw;
    line-height: 1.4;
    text-align: left;
    text-indent: .5em;
    background-size: 17vw;
    background-position: 18px 50%;
    padding: 20px 10px 20px 22vw;
  }
  
}



/* ============================================== */
/* パソコンからのログインにも */
/* ============================================== */
#section06 {
}
#section06 .inner {
	max-width: 900px;
	background-color: #fff;
	border-radius: 24px;
	padding-bottom: 60px;
}
#section06 .inner .pclogin-text {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  font-size: 20px;
}
#section06 .inner .pclogin-text .r {
	color: #A91A0A;
	font-size: 100%;
	font-weight: 700;
}
#section06 .inner .pclogin-text .l {
	color: #A91A0A;
	font-size: 130%;
	font-weight: 700;
}
#section06 .inner .pclogin-flow {
  border: 3px solid #A91A0A;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 60px;
}
#section06 .inner .pclogin-flow .pclogin-flow-inner {
  display: flex;
  align-items: center;
}
#section06 .inner .pclogin-flow .pclogin-flow-inner .pclogin-flow-img {
  width: 35%;
}
#section06 .inner .pclogin-flow .pclogin-flow-inner .pclogin-flow-img figure {
  padding: 20px;
}
#section06 .inner .pclogin-flow .pclogin-flow-inner .pclogin-flow-img figure img {
}
#section06 .inner .pclogin-flow .pclogin-flow-inner .pclogin-flow-text {
  width: 65%;
}
#section06 .inner .pclogin-flow .pclogin-flow-inner .pclogin-flow-text p {
	text-align: left;
	font-weight: 500;
	padding-bottom: 20px;
}
#section06 .inner .pclogin-flow .pclogin-flow-inner .pclogin-flow-text p .r {
	color: #A91A0A;
	font-weight: 700;
}
#section06 .inner .pclogin-flow .pclogin-image-flow {
}
#section06 .inner .youtube-box {
	display: flex;
	background-color: #F5F5F5;
	border-radius: 20px;
	padding: 20px;
	align-items: center;
}
#section06 .inner .youtube-box figure {
  width: 45%;
}
#section06 .inner .youtube-box p {
  display: block;
  width: 55%;
  font-weight: 700;
  text-align: left;
  padding: 20px;
}

@media all and (max-width: 767px) {
  
  #section06 {
    display: none;
  }
  
}




/* ============================================== */
/* 最下部（フッター上） */
/* ============================================== */
#bottom-section {
  background-color: #fff;
}
#bottom-section .app-link-btn {
  margin: 0 0 60px;
}
#bottom-section .app-link-btn a {
  position: relative;
  display: block;
  background-color: #A91A0A;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 19px 0;
  border-radius: 40px;
  max-width: 700px;
  margin: 0 auto;
}
#bottom-section .app-link-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 35px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translatey(-50%) rotatez(45deg);
}
#bottom-section .license-text {
  max-width: 960px;
  padding: 0 50px;
  margin: 100px auto -30px;
  text-align: left;
  font-size: 87%;
  font-weight: 500;
}


@media all and (max-width: 767px) {
  
  #bottom-section {
    border-radius: 0;
  }
  #bottom-section .app-link-btn a {
    text-align: left;
    font-size: 4.5vw;
    line-height: 1.3;
    padding-left: 17vw;
    padding-right: 17vw;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10vw;
  }
  #bottom-section .license-text {
    padding: 0;
    font-size: 92%;
  }

}



/* 202508改修追記 アンカーリンク調整------------------- */
#olt-usage, #heading-smart, #heading-pc{
  scroll-margin-top: 100px;
}
/* END：202508改修追記 アンカーリンク調整------------------- */





/* ============================================== */
/* ディスクレーマー、フッター */
/* ============================================== */
/* 共通 */
.panel-note *,
footer *{font-family: var(--ff_NotoSans);}
.panel-note > *,
footer .inner{max-width: 1100px;margin-left: auto !important;margin-right: auto !important;}

/* ディスクレーマー */
.panel-note > *{
  max-width: 960px;
  padding: 0 50px;
}
.panel-note{
  padding: 75px 0;
  border: none;
}
.panel-note h2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.panel-note h2::before{
  display: inline-block;
  content: '';
  width: 18px;
  height: 16px;
  background: url(/content/dam/daiwasecurities/onlinetrade/tool/d_port/images/ico/disclaimer.svg) no-repeat center / contain;
}
.panel-note p{font-size: 14px;}
.panel-note p:last-of-type{margin: 1em 0 0;}
.panel-note p a{
  font-size: 14px;
  color: var(--mainColor);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.panel-note p a img{width: unset;}
.link{padding-left: 8px;}
.link::before{margin-top: -2px;}
/* フッター */
footer{
  text-align: center;
  padding: 0 0 70px;
}

footer dt{font-weight: 400;}

footer ul{
  display: inline;
  line-height: 2.3;
}
footer a{
  color: var(--footerLinkColor);
}

footer .copy{
  margin: 25px auto 0;
  font-size: 13px;
}

/* ============================================== */
/* ページトップ */
/* ============================================== */
.pagetop{
  position: fixed;
  z-index: 5;
  inset: auto 30px 55px auto;
  display: none;
  width: 90px;
  height: 90px;
}
.footer-nav-top a{display: none;}

/* 202509改修追記 SP用ページトップ修正------------------- */
@media screen and (max-width:920px) {
  .main-contents p.pagetop {
    inset: auto 10px 90px auto;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    z-index: 9999;
  }
}

/* END：202509改修追記 SP用ページトップ修正------------------- */

/* ============================================== */
/* youtubeモーダル */
/* ============================================== */
/* .youtubeBox
----------------------------------------------- */
.youtubeBox{
  position:relative;
  height:0;
  overflow:hidden;
  padding-bottom:56.3%;
  padding-top:0;
}
.youtubeBox video,
.youtubeBox iframe,
.youtubeBox object,
.youtubeBox embed{
  border:none;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}
/* .js-youtube-modal
----------------------------------------------- */
.js-youtube-modal{
  cursor:pointer;
}
.js-youtube-modal .modal > .modal-inner{
  padding:0;
  position:relative;
  overflow:initial;
  overflow:visible;
  width:960px;
  max-width:95%;
}
/* .js-close-youtube-modal
----------------------------------------------- */
.js-close-youtube-modal{
  position:absolute;
  right:0;
  top:-50px;
  margin:0;
  display:block;
  width:30px;
  height:30px;
}
.js-close-youtube-modal .button{
  position:relative;
  display:block;
  width:30px;
  height:30px;
  padding:0;
  margin:0;
}
.js-close-youtube-modal .button::before,
.js-close-youtube-modal .button::after{
  content:'';
  position: absolute;
  top: 50%;
  background: #1d395b;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background:#ffffff;
  display:block;
}
.js-close-youtube-modal .button::before{
  left:14px;
  width:3px;
  height:38px;
}
.js-close-youtube-modal .button::after{
  left: -3px;
  width: 38px;
  height: 3px;
}
/* 202509改修追記 追従バナー設置------------------- */
/* ============================================== */
/* 追従バナー */
/* ============================================== */
/* spとタブレット */
@media screen and (max-width: 920px) {
  .d_port-conversion{
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .d_port-conversion._bottomFixed{
    position: fixed;
    bottom:0;
    margin-bottom:0;
    z-index: -1;
    opacity:0;
    transition: all 0.3s ease;
    padding: 5px 20px 10px;
  }
  .d_port-conversion._bottomFixed p.conversion_lead{
    color:#fff;
    text-align:center;
    font-weight:bold;
  }
  .d_port-conversion._bottomFixed.is-show {
    z-index: 99;
    opacity:1;
  }
  .d_port-conversion._bottomFixed ._trade_links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
  }
  .d_port-conversion._bottomFixed ._trade_links li {
    flex: 0 0 auto;
  }
  .d_port-conversion._bottomFixed ._trade_links img {
    width: auto;
    height: 44px;
    display: block;
  }
  .footer {
    padding-bottom: 180px;
  }
}
/* END：202509改修追記 追従バナー設置------------------- */

/* 202509改修追記 追従バナーPCで非表示修正------------------- */
@media screen and (min-width: 921px) {
  .d_port-conversion{
    display: none;
  }
}
/* END：202509改修追記 追従バナーPCで非表示修正------------------- */
