@charset 'utf-8';
/*****************************/

/*****************************/
.safety-phishing_wrap h1 {font-size: 3.6rem; margin-bottom: 30px!important;}
.safety-phishing_wrap h2 {font-size: 3.2rem; margin-bottom: 30px;}
.safety-phishing_wrap h3 {font-size: 2.6rem; margin: 60px 0 30px;}
.safety-phishing_wrap h4 {font-size: 2.2rem; margin: 60px 0 20px;}
.safety-phishing_wrap .content-inner {padding-bottom: 0;}
/*a {text-decoration: none;}
a:visited {text-decoration: none;}*/

.safety-phishing_wrap .content-wrap {margin: 80px 0;}

.safety-phishing_wrap p {font-size: 1.8rem; margin-bottom: 30px;}
._big {font-size: 2rem!important;}
._small {font-size: 1.6rem!important;}
._bold {font-weight: bold!important;}
._itemarea {
    padding: 25px;
    background-color: #F4F5F6;
}
._itemarea-pink {
    padding: 25px;
    background-color: #FBEFEE;
}
._itemarea > ._itemarea,
._itemarea-pink > ._itemarea {
    padding: 25px;
    background-color: #fff;
}

._box {
    border-radius: 4px;
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.0705882353);
}
._box:hover {
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.2509803922);
    cursor: pointer;
}
._box a, a._box {
    color: #333;
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
._box a:hover, a._box:hover {color: #D9340A;}

@media screen and (min-width: 768px){
    a[href^="tel:"]{pointer-events: none;}
}
@media screen and (max-width: 767px){
    .safety-phishing_wrap h1 {font-size: 2.4rem!important; margin-bottom: 25px!important;}
    .safety-phishing_wrap h2 {font-size: 2.4rem!important;}
    .safety-phishing_wrap h3 {font-size: 2.0rem!important; margin-top: 50px;}
    .safety-phishing_wrap h4 {font-size: 1.8rem!important; margin-top: 50px; margin-bottom: 20px;}
    /*a {text-decoration: none;}
    a:visited {text-decoration: none;}*/
    .safety-phishing_wrap .content-wrap {margin: 50px 0;}
    .safety-phishing_wrap p {font-size: 1.6rem; margin-bottom: 20px;}
    ._big {font-size: 1.6rem!important;}
    ._small {font-size: 1.4rem!important;}
    ._small-nosp {font-size: 1.6rem!important;}
    ._itemarea {
        padding: 10px;
    }
    ._itemarea-pink {
        padding: 10px;
    }
    ._itemarea > ._itemarea,
    ._itemarea-pink > ._itemarea {
        padding: 10px;
    }
}

/*****************************
MV
*****************************/
.mv_wrap {
    background-image: url('/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/kv_bk_pc.jpg');
    background-position: center;background-size: cover;
    background-repeat: no-repeat;
}
.mv_inner {
    position: relative;
    width: 960px;
    height: 420px;
    margin: 0 auto;
}
.mv_inner > p.mv_text {
    position: absolute;
    font-size: 3rem!important;
    color: #fff;
    top: 120px;
}
.mv_inner .link_nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 40px;
}
.mv_inner .link_nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.mv_inner .link_nav ul li {
    display: flex;
    width: 33%;
    max-width: 305px;
    max-height: 80px;
}
.mv_inner .link_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    position: relative;
    text-align: center;
    background-color: #fff;
    font-size: 1.8rem!important;
}
.mv_inner .link_nav ul li a::after {
    position: absolute;
    content: "";
    background-image: url(/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/ico_arrow.svg);
    width: 15px;
    height: 9px;
    right: 15px;
}


@media screen and (max-width: 767px){
    .mv_wrap {
        background-image: url('/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/kv_bk_sp.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
    }
    .mv_inner {
        width: 96%;
        height: 72vw;
    }
    .mv_inner > p.mv_text {
        position: absolute;
        font-size: 5.4vw!important;
        font-weight: bold;
        color: #fff;
        top: 12vw;
    }
    .mv_inner .link_nav {
        margin-bottom: 6.4vw;
    }
    .mv_inner .link_nav ul li {
        width: 32%;
        min-height: 69px;
    }
    .mv_inner .link_nav ul li a {
        font-size: 12px!important;
        line-height: 1.2;
        padding: 10px 0 20px;
    }
    .mv_inner .link_nav ul li a::after {
        right: 45%;
        bottom: 4px;
    }
}
/*****************************
caution_area
*****************************/
.caution_area{
    border: 2px solid #C22112;
    padding: 20px 20px;
    margin: 45px 0;
}
.caution_list {
    margin-bottom: 0;
}
.caution_list li {
    color: #C22112;
    font-size: 15px!important;
    margin-left: 1.8em;
	text-indent: -1.8em;
    margin-bottom: 15px;
}
.caution_list li a {
    color: #C22112;
    text-decoration: underline;
}
.caution_list li:last-child {
    margin-bottom: 0;
}
.caution_list li::before {
    content: "";
    display: inline-block;
    background-image: url(/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/ico_attention.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 18px;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
    .caution_area{
        margin-top: 30px;
    }
    .caution_list li {
        margin-left: 0em;
        text-indent: 0em;
    }
    .caution_list li span {
        display: inline-block;
        width: 85%;
        max-width: 300px; /* 省略せずに表示するサイズを指定 */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
}

/*****************************
phishing
*****************************/
.phishing_img {
    text-align: center;
    margin: 35px 0 60px;
}
.phishing_inner_img {
    width: 100%;
}
.phishing_inner_img img {
    width: 100%;
}
.phishing_attention_area {
    padding: 50px 25px!important;
}
.phishing_attention {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.phishing_attention_ico {
    display: block;
    width: 40px;
    height: 36px;
}
.phishing_attention_ico img {
    width: 100%;
}
.phishing_attention_txt {
    font-size: 24px!important;
    font-weight: bold;
    color: #C22112;
    border-bottom: 4px solid #c22112;
    padding: 0 20px;
    margin: 0 0 0 10px;
}
.phishing_attention_img {
    width: 78%;
    margin: 0 auto;
}
.phishing_check {
    padding: 30px 25px!important;
    margin: 30px 0 20px;
}
.phishing_attention_list {
    margin-bottom: 0;
}
.phishing_attention_list li {
    margin-bottom: 15px;
    margin-left: 1.8em;
	text-indent: -1.8em;
}
.phishing_attention_list li:last-child {
    margin-bottom: 0;
}
.phishing_attention_list li::before {
    content: "";
    display: inline-block;
    background-image: url(/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/ico_check.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
.phishing_attention_list_mail {
    margin: 5px 0;
}
.phishing_attention_list_mail > li {
    font-size: 18px!important;
    font-weight: bold;
    margin-bottom: 50px;
}
.phishing_attention_list_mail > li:last-child {
    margin-bottom: 0;
}
.phishing_attention_mail_hdg {
    display: inline-block;
    margin-left: 1.8em;
	text-indent: -1.8em;
}
.phishing_attention_mail_hdg::before {
    content: "";
    display: inline-block;
    background-image: url(/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/ico_attention.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}
.phishing_attention_mail {
    margin: 5px 0 0 0;
}
.phishing_attention_mail > li {
    font-size: 16px!important;
    font-weight: normal;
    padding: 15px 5px;
    margin-bottom: 2px;
    border-left: 7px solid #C83629;
    background-color: #fff;
}
@media screen and (max-width: 767px){
    .phishing_img{
        margin: 20px 0 30px;
    }
    .phishing_attention_area {
    padding: 30px 10px!important;
    }
    .phishing_attention {
        width: 90%;
        max-width: 300px;
        margin: 0 auto 30px;
        padding-bottom: 8px;
        border-bottom: 4px solid #c22112;
        align-items: center;
    }
    .phishing_attention_ico {
        width: 14%;
        height: auto;
    }
    .phishing_attention_txt {
        font-size: clamp(1rem, 4.3vw, 2rem)!important;
        text-align: center;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    .phishing_attention_img {
        width: 100%;
        margin: 0 auto;
    }
    .phishing_attention_mail_hdg {
        font-size: 1.6rem!important;
    }
    .phishing_attention_mail > li {
        font-size: 1.4rem!important;
    }
    .phishing_check {
        padding: 30px 10px!important;
        margin: 20px 0;
    }
    .phishing_attention_list_mail {
        margin: 20px 0;
    }
    .phishing_attention_list_mail > li {
        margin-bottom: 45px;
    }
}


/*****************************
idpass
*****************************/
.idpass_area {
    margin-top: 80px;
    padding: 80px 0;
}
.idpass_attention_list {
    margin-bottom: 50px;
}
.idpass_attention_list > li {
    font-size: 1.6rem!important;
    margin-bottom: 15px;
    margin-left: 1.8em;
	text-indent: -1.8em;
}
.idpass_attention_list > li:last-child {
    margin-bottom: 0;
}
.idpass_attention_list > li::before {
    content: "";
    display: inline-block;
    background-image: url(/content/dam/daiwasecurities/onlinetrade/security/safety/phishing/images/ico_attention.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 16px;
    vertical-align: middle;
}
.idpass_attention_list > li > span {
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.idpass_bt {
    display: flex;
    justify-content: space-around;
}
[class^="idpass_bt_"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44%;
    max-width: 425px;
    border-radius: 10px;
    font-size: 2rem!important;
    font-weight: bold;
    padding: 10px 0;
}
.idpass_bt_01 {
    color: #fff!important;
    background-color: #C22112;
}
.idpass_bt_01 .icon_landmark {
    margin-right: 10px;
}

.idpass_bt_02 {
    color: #C22112!important;
    background-color: #fff;
    border: 1px solid #C22112;
}
.idpass_bt_02 > .icon_tel img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2774%) hue-rotate(355deg) brightness(87%) contrast(94%);
}
.idpass_bt_02 .callname {
    line-height: 1.2;
}
.idpass_bt_02 .callnumber {
    font-size: 1.9rem!important;
}
.idpass_bt a {text-decoration: none;}
.idpass_bt a:hover {text-decoration: underline;}
.idpass_bt a:visited {text-decoration: none; color: #fff;}


@media screen and (max-width: 767px){
    .idpass_area {
        padding: 50px 0;
        margin-top: 0;
    }
    .idpass_area > .content-inner {
        width: 90%;
        margin: 0 auto;
    }
    .idpass_attention_list {
        margin: 30px 0 20px;
    }
    .idpass_bt {
        align-items: center;
        flex-direction: column;
    }
    [class^="idpass_bt_"] {
        width: 98%;
        height: 64px;
        margin-top: 20px;
        font-size: 1.6rem!important;
        text-align: center;
    }
}
/*****************************
avoid
*****************************/
.avoid_area {
    margin-top: 80px
}
.item_spammail_col2 {
    display: flex;
    justify-content: center;
}
.item_spammail_col2 picture {
    width: 40%;
}
.item_spammail_col2 picture:nth-of-type(1) {
    margin-right: 20px;
}
.item_fakeurl_hdg {
    display: flex;
    align-items:center;
    margin-bottom: 15px;
}

.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);
}
a.item_authentication_btn:visited {
    color: #fff;
    text-decoration: none;
}

.item_notification_step_area {

}
.item_notification_step {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    padding: 28px;
    margin-bottom: 35px;
}
.item_notification_step:last-child {
    margin-bottom: 0;
}
.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;
}

.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;
}
.step_img {
    width: 63%;
    max-width: 536px;
}
.step_txtarea {
    width: 35%;
    max-width: 280px;
}
@media screen and (max-width: 767px){
    .avoid_area {
        margin-top: 0;
    }
    .item_spammail_col2 {
        flex-direction: column;
        align-items: center;
    }
    .item_spammail_col2 picture {
        width: 100%;
    }
    .item_spammail_col2 picture:nth-of-type(1) {
        margin: 0 0 20px 0;
    }
    .item_authentication_btn {
        min-width: 100%;
    }
    .item_notification_step {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .step_img,.step_txtarea {
        width: 100%;
        max-width: 100%;
    }
}

/*****************************
アコーディオン
*****************************/
details {
    margin: 15px 0;
}
details:nth-of-type(1) {
    margin-top: 0;
}
summary {
  position: relative;
  padding: 15px 25px;
  list-style: none; /* ▶を非表示 */
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none; /* ▶を非表示 */
}
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%);
}
details[open] > summary::after {
    top: 44%;
    transform: rotate(180deg);
}
figure {
    margin: 0;
    display: flex;
    align-items: center;
}
figure:hover {
    color: #D9340A;
}
figcaption {
    font-size: 1.8rem!important;
    font-weight: bold;
    padding-left: 20px;
}
.details_content {
    padding: 30px 25px!important;
}
@media screen and (max-width: 767px) {
    summary {
        padding: 15px 35px 15px 15px;
    }
    .summary::after {
      right: 15px;
    }
    figure img {
        width: 45px;
        height: 45px;
    }
    figcaption {
        font-size: 1.5rem!important;
        padding: 2px 0 0 15px;
    }
    .details_content {
        padding: 30px 10px!important;
    }

}
/**********************************
phishing_info
***********************************/
.phishing_info {
    text-align: center;
    padding: 30px 0;
}
.phishing_info_hdg {
    font-size: 2.8rem!important;
    font-weight: bold;
    margin-bottom: 40px;
}
.phishing_info_tel {
    display: flex;
    font-size: 3.6rem!important;
    font-weight: bold;
    justify-content: center;
    margin: 15px 0;
}
.phishing_info_tel > .icon_tel {
    display: inline-flex;
    padding-right: 10px;
    fill: #333333;
}
.phishing_info_tel a {
    text-decoration: none;
    color: #333;
}
.phishing_info_time {
    margin-bottom: 40px;
}
.phishing_info_note1 {
    margin-bottom: 0!important;
}
@media screen and (max-width: 767px){
    .phishing_info {
        padding: 40px 0;
    }
    .phishing_info_hdg {
        font-size: 2.2rem!important;
        margin-bottom: 30px;
    }
    .phishing_info_tel {
        font-size: 2.6rem!important;
    }
    .phishing_info_time {
        margin-bottom: 30px;
    }
    .phishing_info_note2 {
        text-align: left;
    }
}