@charset("utf-8");

.avoid_area .spam-mail,
.avoid_area .onlinetrade-login,
.avoid_area .use-passkey,
.avoid_area .operation-notifications,
.avoid_area .one-time-pass,
.avoid_area .keep-new-environment {
  display: none;
}

.avoid_area.-disp_spam-mail .spam-mail,
.avoid_area.-disp_onlinetrade-login .onlinetrade-login,
.avoid_area.-disp_use-passkey .use-passkey,
.avoid_area.-disp_operation-notifications .operation-notifications,
.avoid_area.-disp_one-time-pass .one-time-pass,
.avoid_area.-disp_keep-new-environment .keep-new-environment {
  display: block;
}

.avoid_area .safety-phishing_wrap h1 {font-size: 3.6rem; margin-bottom: 30px!important;}
.avoid_area .safety-phishing_wrap h2 {font-size: 3.2rem; margin-bottom: 30px;}
.avoid_area .safety-phishing_wrap h3 {font-size: 2.6rem; margin: 60px 0 30px;}
.avoid_area .safety-phishing_wrap h4 {font-size: 2.2rem; margin: 60px 0 20px;}
.avoid_area .safety-phishing_wrap .content-inner {padding-bottom: 0;}
.avoid_area .safety-phishing_wrap .content-wrap {margin: 80px 0;}

.avoid_area .safety-phishing_wrap p {font-size: 1.8rem; margin-bottom: 30px;}
.avoid_area ._big {font-size: 2rem!important;}
.avoid_area ._middle {font-size: 1.8rem!important;}
.avoid_area ._small {font-size: 1.6rem!important;}
.avoid_area ._bold {font-weight: bold!important;}
.avoid_area ._itemarea {
    padding: 25px;
    background-color: #F4F5F6;
}
.avoid_area ._itemarea-pink {
    padding: 25px;
    background-color: #FBEFEE;
}
.avoid_area ._itemarea > ._itemarea,
.avoid_area ._itemarea-pink > ._itemarea {
    padding: 25px;
    background-color: #fff;
}
.avoid_area ._box {
    border-radius: 4px;
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.0705882353);
}
.avoid_area ._box:hover {
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2509803922);
    cursor: pointer;
}
.avoid_area ._box a,
.avoid_area  a._box {
    color: #333;
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.avoid_area ._box a:hover,
.avoid_area a._box:hover {color: #D9340A;}

@media screen and (max-width: 767px){
    .avoid_area .safety-phishing_wrap h1 {font-size: 2.4rem!important; margin-bottom: 25px!important;}
    .avoid_area .safety-phishing_wrap h2 {font-size: 2.4rem!important;}
    .avoid_area .safety-phishing_wrap h3 {font-size: 2.0rem!important; margin-top: 50px;}
    .avoid_area .safety-phishing_wrap h4 {font-size: 1.8rem!important; margin-top: 50px; margin-bottom: 20px;}
    .safety-phishing_wrap .content-wrap {margin: 50px 0;}
    .avoid_area .safety-phishing_wrap p {font-size: 1.6rem; margin-bottom: 20px;}
    .avoid_area ._big {font-size: 1.6rem!important;}
    .avoid_area ._small {font-size: 1.4rem!important;}
    .avoid_area ._small-nosp {font-size: 1.6rem!important;}
    .avoid_area ._itemarea {
        padding: 10px;
    }
    .avoid_area ._itemarea-pink {
        padding: 10px;
    }
    .avoid_area ._itemarea > ._itemarea,
    .avoid_area ._itemarea-pink > ._itemarea {
        padding: 10px;
    }
}

/*****************************
avoid
*****************************/
.avoid_area {
    margin-top: 80px
}
.avoid_area .item_spammail_col2 {
    display: flex;
    justify-content: center;
}
.avoid_area .item_spammail_col2 picture {
    width: 40%;
}
.avoid_area .item_spammail_col2 picture:nth-of-type(1) {
    margin-right: 20px;
}
.avoid_area .item_fakeurl_hdg {
    display: flex;
    align-items:center;
    margin-bottom: 15px;
}

.avoid_area .item_authentication_btn {
    display: block;
    width: 46%;
    min-width: 324px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(to bottom, #C42C1B, #6C1F16);
}
.avoid_area a.item_authentication_btn:visited {
    color: #fff;
    text-decoration: none;
}

.avoid_area .item_notification_step_area {

}
.avoid_area .item_notification_step {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    padding: 28px;
    margin-bottom: 35px;
}
.avoid_area .item_notification_step:last-child {
    margin-bottom: 0;
}
.avoid_area .item_notification_step:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 66px;
    height: 21px;
    background: #fff;
    bottom: -12px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
}

.avoid_area .step_hdg {
    font-size: 2rem!important;
    font-weight: bold;
    color: #C22112;
    text-align: center;
    border-bottom: 2px solid #F3F4F5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.avoid_area .step_img {
    width: 63%;
    max-width: 536px;
}
.avoid_area .step_txtarea {
    width: 35%;
    max-width: 280px;
}
@media screen and (max-width: 767px){
    .avoid_area {
        margin-top: 0;
    }
    .avoid_area .item_spammail_col2 {
        flex-direction: column;
        align-items: center;
    }
    .avoid_area .item_spammail_col2 picture {
        width: 100%;
    }
    .avoid_area .item_spammail_col2 picture:nth-of-type(1) {
        margin: 0 0 20px 0;
    }
    .avoid_area .item_authentication_btn {
        min-width: 100%;
    }
    .avoid_area .item_notification_step {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .avoid_area .step_img,
    .avoid_area .step_txtarea {
        width: 100%;
        max-width: 100%;
    }
}

/*****************************
アコーディオン
*****************************/

.avoid_area details {
    margin: 15px 0;
}
.avoid_area details:nth-of-type(1) {
    margin-top: 0;
}
.avoid_area summary {
  position: relative;
  padding: 15px 25px;
  list-style: none; /* ▶を非表示 */
  cursor: pointer;
}
.avoid_area summary::-webkit-details-marker {
  display: none; /* ▶を非表示 */
}
.avoid_area 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%);
}
.avoid_area details[open] > summary::after {
    top: 44%;
    transform: rotate(180deg);
}
.avoid_area figure {
    margin: 0;
    display: flex;
    align-items: center;
}
.avoid_area figure:hover {
    color: #D9340A;
}
.avoid_area figcaption {
    font-size: 1.8rem!important;
    font-weight: bold;
    padding-left: 20px;
}
.avoid_area .details_content {
    padding: 30px 25px!important;
}
@media screen and (max-width: 767px) {
    .avoid_area summary {
        padding: 15px 35px 15px 15px;
    }
    .avoid_area .summary::after {
      right: 15px;
    }
    .avoid_area figure img {
        width: 45px;
        height: 45px;
    }
    .avoid_area figcaption {
        font-size: 1.5rem!important;
        padding: 2px 0 0 15px;
    }
    .avoid_area .details_content {
        padding: 30px 10px!important;
    }

}
