@charset "UTF-8";

.omni-button,
.omni-fake,
#Microsoft_Omnichannel_LCWidget_Chat_Iframe_Window{
    display: none!important;
}

.ja-JP .es-banner-notification {
    display: none!important;
}

:root {
    --main-color: #75cbff;
    --sub-color: #008fe6;
    --tm-color: #d71920;
    --window-h: 100vh;
    --footer-h: 57px;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* KEYFRAMES */

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes spin3D {
    from {
        transform: rotate3d(.5, .5, .5, 360deg);
    }

    to {
        transform: rotate3d(0deg);
    }
}

@keyframes configure-clockwise {
    0% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes configure-xclockwise {
    0% {
        transform: rotate(45deg);
    }

    25% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(-135deg);
    }

    75% {
        transform: rotate(-225deg);
    }

    100% {
        transform: rotate(-315deg);
    }
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: .25;
        transform: scale(.75);
    }
}

/* GRID STYLING */

* {
    box-sizing: border-box;
}

html {
    background: #fbfbfb;
}

html.loading {

    overflow: hidden;
    animation: none!important;
}

.spinner-box {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    /* display: none; */
    position: fixed;
    z-index: 1;
    display: none;
    top: 0;
}

.loading .spinner-box {
    display: flex;
}

.loading.on .spinner-box {
    z-index: 10000;
}

/* SPINNING CIRCLE */

.leo-border-1 {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(239 239 239);
    background: linear-gradient(0deg, rgba(239, 239, 239, 0.1) 33%, rgb(239 239 239) 100%);
    animation: spin3D 1.2s linear 0s infinite;
}

.leo-core-1 {
    width: 100%;
    height: 100%;
    background-color: #cfcfcfaa;
    border-radius: 50%;
}

.leo-border-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(215 24 32);
    background: linear-gradient(0deg, rgba(215, 24, 32, 0.1) 33%, rgb(215 24 32) 100%);
    animation: spin3D 1.5s linear 0s infinite;
}

.leo-core-2 {
    width: 100%;
    height: 100%;
    background-color: #a76669;
    border-radius: 50%;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

html #jp-education #education-contents {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

html.loading #jp-education #education-contents {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

/*html.loading #jp-education #education-contents,
html.menu-open #jp-education #education-contents{
    opacity: 0;
    visibility: hidden;
}*/
body {
    min-height: 100vh;
    font-family: "Helvetica Neue", "Source Han Sans", "-apple-system", BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 16px;
    background: #fbfbfb;
    /* color: #0e0e0e; */
    letter-spacing: 0.05em;
    width: 100%;
    /* height: 100vh; */
    position: absolute;
    top: 0;
    min-width: 375px;
    transition: background 0.5s ease-in-out;
    overflow-y: auto !important;
    /*     -ms-overflow-style: none;
    scrollbar-width: none; */
}

body::-webkit-scrollbar {
    /*     display: none; */
}

/* body::-webkit-scrollbar {
    width: 8px;
    background: #bebebe;
}
body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #6b6b6b;
} */
body.sticky-sub-header {
    padding-top: 0 !important;
}

html.loading body {
    background-color: #e1e1e1;
    /* background-color: #ffffff; */
}

html.menu-open body {
    overflow: hidden !important;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", "Source Han Sans", "-apple-system", BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
}

p {
    color: #1d2630;
    font-weight: 400;
}

.nav-global-header,
.slds-global-header_container,
.main_footer {
    display: none !important;
}

.top-navigation,
.slds-global-header_container,
.main_footer {
    display: none !important;
}

img {
    width: 100%;
    height: auto;
}

.wrap {
    width: 90%;
    height: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    padding: 0;
}

section {
    padding: 0;
    width: 100%;
    min-height: calc(var(--window-h) - 260px - var(--footer-h));
    min-height: calc(100vh - 260px - 57px);
    margin: 130px auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    /* z-index: 99; */
}

.loading section {
    /*     min-height: calc(100vh - 260px - 57px - 50px); */
}

.menu-open section {
    visibility: hidden;
    opacity: 0;
}

.consumer-bot-button,.consumer-bot-fake,.consumer-bot{display: none!important;}

/* ----------------------
   jp-education
---------------------- */
#jp-education {
    width: 100%;
    opacity: 0;
}

#jp-education.on {
    opacity: 1;
}

.loading #jp-education {
    opacity: 1;
}

/* ----------------------
   header
---------------------- */
header {
    display: none !important;
}

header.dwp-header {
    display: block !important;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    position: absolute;
    z-index: 1;
    /* background: #fff; */
    box-shadow: none !important;
    top: 0;
}

.loading header {
    position: fixed;
}

header h1 {
    max-width: 136px;
    margin: 0;
}

/* ----------------------
   menu
---------------------- */
.education-menu-btn {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 999;
    background: rgb(0 0 0 / 80%);
    transition: all .4s;
    cursor: pointer;
    /* box-shadow: 0px 1px 3px #0000008f; */
    transform: scale(1.1);
}

.education-menu-btn a {
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 21px;
    top: 37px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .4s;
    z-index: 10000;
}

.education-menu-btn a:before {
    position: absolute;
    content: "MENU";
    font-size: 10px;
    top: -20px;
    width: 34px;
    right: 0;
    left: 0;
    margin: auto;
    /* text-align: center; */
    color: #ffffff;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.menu-open .education-menu-btn a::before {
    content: "閉じる";
}

.education-menu-btn a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: transform .4s;
}

.education-menu-btn a span:nth-of-type(2) {
    top: 9px;
}

.education-menu-btn a span:nth-of-type(3) {
    bottom: 0;
}

.menu-open .education-menu-btn a span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
}

.menu-open .education-menu-btn a span:nth-of-type(2) {
    opacity: 0;
}

.menu-open .education-menu-btn a span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
}


/* ----------------------
   education-menu
---------------------- */
.education-menu-contents {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    /* justify-content: center; */
    width: 100%;
    height: 100vh;
    background: #f3f3f3;
    margin: auto;
    -webkit-clip-path: polygon(0 100%, 0% 100%, 0% 0, 0 0);
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
    transition: all 0.5s ease-in-out;
    z-index: 100;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.education-menu-contents::-webkit-scrollbar {
    display: none;
}

.loading .education-menu-contents {
    opacity: 0;
    transition: all 0s;
}

.menu-open .education-menu-contents {
    visibility: visible;
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
}

.education-menu-contents .education-menu-contents-header {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 20px 30px;
    /* background: #fff; */
}

.education-menu-contents .education-menu-contents-header img.logo {
    max-width: 136px;
}

.education-menu-contents .education-menu-contents-overview {
    padding: 100px 4%;
    background: #f7f7f7;
    width: 34%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 80px;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-kv .kv {
    max-width: 426px;
    FONT-VARIANT: JIS04;
    margin: 0 auto 42px;
    /* background: radial-gradient(closest-side,#ffffff,transparent); */
    /* display: none; */
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-kv p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #4f4f4f;
    /* text-shadow: 0 1px 0px #637b8d; */
    /* display: none; */
    /* color: #ffffff; */
    /* text-shadow: 1px 1px 1px #4e4e4e; */
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-footer p {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    /* color: #fff; */
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-footer p.policy {
    text-align: center;
    margin-bottom: 26px;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-footer p.policy a {
    font-weight: 500;
    font-size: 15px;
    color: #4f4f4f;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-footer p.policy a:hover {
    color: #d71820;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-sns ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 26px;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-sns ul li {
    width: 30px;
    max-width: 30px;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-sns ul li a {}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-sns ul li a img {
    opacity: 0.5;
}

.education-menu-contents .education-menu-contents-overview .education-menu-contents-sns ul li a:hover img {
    opacity: 1;
}

.education-menu-contents .education-menu-contents-link {
    padding: 100px 4%;
    background: #ffffff;
    /* background: #fbfbfb; */
    /* height: 100vh; */
    flex: 1;
    /* border-left: 1px solid #d9d9d9; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 80px;
}

.education-menu-contents ul.menu-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 20px auto 0;
    column-gap: 10px;
    row-gap: 36px;
}

.education-menu-contents ul.menu-links li {
    width: calc(100% / 4 - 10px);
    /* display: flex; */
}

.education-menu-contents ul.menu-links li a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.education-menu-contents ul.menu-links li a:hover {
    color: #d71820;
}

.education-menu-contents ul.menu-links li a img {
    max-width: 100px;
    width: 100%;
    transition: all .3s ease-in-out;
    position: relative;
}

.education-menu-contents ul.menu-links li a img:before {
    content: "url(https://tmqa.jp/test-img/digital-wellness/shadow.svg)";
    position: absolute;
    bottom: -18px;
    display: block;
    z-index: 10000;
}

.education-menu-contents ul.menu-links li a:hover img {
    transform: scale(1.1)
}

.education-menu-contents ul.menu-links li a p {
    color: #1f2d3d;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.education-menu-contents ul.menu-links li a:hover p {
    color: #d71820;
}

.education-menu-contents .notice {
    color: #1f759d;
    /* padding: 0px 2%; */
    width: 100%;
}

.education-menu-contents h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
    color: #d71820;
    text-shadow: 1px 1px 1px #4e4e4e;
}

.education-menu-contents dl {
    color: #1f759d;
    display: flex;
    gap: 16px;
    padding: 0 26px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ecf0f3;
    /* padding: 0 30px; */
    position: relative;
}

.education-menu-contents dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.education-menu-contents dt {
    color: #8b8b8b;
}

.education-menu-contents dd {
    color: #1f2d3d;
    font-weight: 500;
    width: 100%;
}

.education-menu-contents dd:last-child a {
    color: #1f2d3d;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding-right: 36px;
}

.education-menu-contents dd a:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ffffff;
    padding: 4px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    background: #818181;
    width: 20px;
    height: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.education-menu-contents dd a:hover {
    color: #d71820;
    transition: all 0.3s ease-in-out;
}

.education-menu-contents dd a:hover:after {
    background: #d71820;
    transition: all 0.3s ease-in-out;
}

/* ----------------------
   education-contents
---------------------- */
#education-contents {}

#education-contents .title-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
    padding: 0 4% 50px;
}

#education-contents .title-box .text {
    flex: 1;
    padding-right: 220px;
}

#education-contents .title-box .text .title {
    font-size: 38px;
    font-weight: 900;
    margin: 0 0 26px;
}

#education-contents .title-box .text .description {
    font-size: 22px;
    font-weight: 400;
}

#education-contents .title-box .img {
    max-width: 200px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

#education-contents .title-box .img img {}

#education-contents .contents-box {
    padding: 60px 4%;
    position: relative;
}

/* ----------------------
   home
---------------------- */
.home section {
    height: calc(100vh - 200px - 57px);
    /* height: calc(100vh - 280px); */
    /* overflow-y: hidden; */
    margin: 120px auto 80px;
}

.loading .home section {
    /*     height: calc(100vh - 220px - 57px - 50px); */
}

.home section .text {
    position: absolute;
    bottom: 0;
}

.home section h1 {
    font-size: 42px;
    line-height: 66px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #d71820;
    text-shadow: 1px 1px 0px #8d8d8d;
}

.home section h1 span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #8d8d8d;
    text-shadow: none;
    text-shadow: 1px 1px 0px #d71820;
    letter-spacing: 0.1em;
    font-weight: 900;
}

.home section .description {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 50px;
}

.home section .btn {
    display: contents;
    box-shadow: unset;
    transform: unset;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
}

.home section .btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.09em;
    padding: 16px 40px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    background: #d71820;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: -1px 4px 5px #a56f6f;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

.home section .btn a:hover {
    box-shadow: -1px 10px 10px #a56f6f;
    transform: translateY(-10px);
}

.home section .img {
    position: absolute;
    right: -20px;
    top: -20px;
    max-width: 800px;
    max-width: 50%;
    width: 100%;
    z-index: -1;
}

.home section .img img {}

.home section .notice {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 16px;
    background: #f2f2f2;
    background: #fff;
    max-width: 540px;
    width: 100%;
    border-radius: 6px;
    box-shadow: -1px 2px 8px #959595;
    border: 10px solid #f2f2f2;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.home section .notice:hover {
    /*     box-shadow: -1px 10px 10px #6f83a5;
    transform: translateY(-10px); */
}

.home section .notice h3 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 12px;
    color: #568bb0;
    color: #d71820;
    /* text-shadow: 0 1px 0px #568bb0; */
    text-shadow: 1px 1px 1px #000000;
}

.home section .notice dl {
    display: flex;
    gap: 16px;
}

.home section .notice dl:nth-child(n+3) {
    display: none;
}

.home section .notice dt,
.home section .notice dd {
    font-size: 14px;
    color: #8b8b8b;
    /* font-weight: 500; */
}

.home section .notice dd {
    color: #1f2d3d;
    font-weight: 500;
}

.home section .notice dd a {
    color: #1f2d3d;
    text-decoration: none;
    font-weight: 500;
}

.home section .notice dd a:hover {
    color: #d71820;
}


/* ----------------------
   security-information
---------------------- */
.security-information section {}

.security-information section .contents-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 4%;
}

.security-information section .contents-wrap .filter {
    width: 100%;
    flex: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.security-information section .contents-wrap .filter.updating.updating {
    height: 50vh;
    overflow: hidden;
    /* margin-bottom: 4vh; */
}

.security-information section .contents-wrap .filter.updating * {
    opacity: 0;
}

.security-information section .contents-wrap .filter.updating.updating:before {
    content: "";
    z-index: 100;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.security-information section .contents-wrap .filter.updating.updating:after {
    content: "\f110";
    font-family: FontAwesome;
    margin: auto;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 1;
    color: #de4b4a;
    position: absolute;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center 0;
    -webkit-animation: 3s linear infinite rotation;
    animation: 1s linear infinite rotation;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.security-information section .contents-wrap .filter .step {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    display: none;
}

.security-information section .contents-wrap .filter .step.active {
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 1;
    display: block;
}

.security-information section .contents-wrap .filter .step .device-contents {
    display: none;
}

.security-information section .contents-wrap .filter[data-device="android"] .step.device-contents[data-device="android"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="ios"] .step .device-contents[data-device="ios"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="windows"] .step .device-contents[data-device="windows"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="mac"] .step .device-contents[data-device="mac"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="android"] .step .device-contents[data-device="android"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="ios"] .step .device-contents[data-device="ios"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="windows"] .step .device-contents[data-device="windows"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="mac"] .step .device-contents[data-device="mac"] {
    display: block;
}

.security-information section .contents-wrap .filter .step .topic-contents {
    display: none;
}

.security-information section .contents-wrap .filter[data-topic="suspicious-notification"] .step .topic-contents[data-topic="suspicious-notification"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-topic="identity-theft"] .step .topic-contents[data-topic="identity-theft"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-topic="online-payment"] .step .topic-contents[data-topic="online-payment"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-topic="device-performance"] .step .topic-contents[data-topic="device-performance"] {
    display: block;
}

.security-information section .contents-wrap .filter[data-topic="spam_scam-email"] .step .topic-contents[data-topic="spam_scam-email"] {
    display: block;
}


.security-information section .contents-wrap .filter .step>.description {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 900;
}

.security-information section .contents-wrap .filter .step>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.security-information section .contents-wrap .filter .step>ul li {
    width: calc(100% / 4 - 12px);
}

.security-information section .contents-wrap .filter[data-device="mac"] .step>ul li {
    display: block;
}

.security-information section .contents-wrap .filter[data-device="mac"] #topic.step>ul li:nth-child(4) {
    display: none;
}

.security-information section .contents-wrap .filter .step>ul li a {
    padding: 26px 10px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin: 0;
}

.security-information section .contents-wrap .filter .step>ul li a:hover {
    box-shadow: -1px 6px 8px #747474;
    transform: translateY(-8px);
}

.security-information section .contents-wrap .filter .step>ul li img {
    max-height: 90px;
}

.security-information section .contents-wrap .filter .step>ul li p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    /* color: #727272; */
}

.security-information section #result .result-wrap {
    display: flex;
    gap: 26px;
    margin-bottom: 70px;
}

.security-information section #result .result-wrap:last-child {
    margin-bottom: 0;
}

.security-information section #result .result-wrap .contents-img {
    width: 110px;
}

.security-information section #result .result-wrap .contents-information {
    flex: 1;
}

.security-information section #result .result-wrap .contents-information h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    /* color: #d71820; */
}

.security-information section #result .result-wrap .contents-information .bd-callout {
    padding: 36px;
    margin: 0;
}

.security-information section #result .result-wrap .contents-information .bd-callout h5 {
    font-size: 22px;
    color: #d71820;
    text-shadow: 1px 1px 0 #4e4e4e;
}

.security-information section #result .result-wrap .contents-information .bd-callout p.description {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
}

.security-information section #result .result-wrap .contents-information .text-link {
    display: flex;
    flex-wrap: wrap;
}

.security-information section #result .result-wrap .contents-information .text-link li {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.security-information section #result .result-wrap .contents-information .text-link li:nth-child(-n+1) {
    border-top: none;
}

.security-information section #result .result-wrap .contents-information .text-link li a {
    position: relative;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 14px 40px 14px 14px;
    color: #1f2d3d;
    text-decoration: unset;
}

.security-information section #result .result-wrap .contents-information .text-link li a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 18px;
    background-image: none;
    width: 8px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}

.security-information section #result .result-wrap .contents-information .text-link li a:hover {
    color: #d71820;
}

.security-information section #result .result-wrap .contents-information .text-link li a:hover:after {
    right: 8px;
}


.security-information section #result .result-wrap .contents-information .text-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.security-information section #result .result-wrap .contents-information .text-list li {
    position: relative;
    padding-left: 20px;
}

.security-information section #result .result-wrap .contents-information .text-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d71820;
    position: absolute;
    left: 6px;
    top: 8px;
}

.security-information section #result .result-wrap .contents-information .text-list li p {

    font-size: 16px;
}

.security-information section #result .result-wrap .contents-information .thum-link {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 26px;
    width: 100%;
}

.security-information section #result .result-wrap .contents-information .thum-link li {
    position: relative;
    transition: all 0.3s;
    width: calc(100% / 4 - 23px);
}

.security-information section #result .result-wrap .contents-information .thum-link li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s;
    gap: 10px;
    text-decoration: none;
    font-weight: 400;
}

.security-information section #result .result-wrap .contents-information .thum-link li a:hover p {
    color: #d71820;
}

.security-information section #result .result-wrap .contents-information .thum-link li a:hover img {
    opacity: 0.7;
}

.security-information section #result .result-wrap .contents-information .thum-link li a img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    border: 1px solid #e7e7e7;
}

.security-information section #result .result-wrap .contents-information .thum-link li a p {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

.security-information section #result .result-wrap .contents-information .free-trial-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0 10px;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    position: relative;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    position: relative;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .img {
    position: relative;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .img img {
    max-height: 150px;
    width: auto;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .img img.right {
    right: -10px;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .img img.left {
    position: absolute;
    width: 50px;
    height: auto;
    bottom: -5px;
    left: -24px;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .text {
    flex: 1;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .text .product {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .text .description {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 20px;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .link a {
    padding: 10px 16px;
    border: 1px solid #d71820;
    display: inline-block;
    color: #1d2630;
    /* color: #fff; */
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    /* background: #d71820; */
    text-decoration: unset;
    transition: all 0.3s;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .link a.sp {
    display: none;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .link a:hover {
    color: #fff;
    background: #d71820;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .link a .period {
    color: #d71820;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}

.security-information section #result .result-wrap .contents-information .free-trial-list li .link a:hover .period {
    color: #fff;
}





/* ---------------------------------
 progress
--------------------------------- */
/* --- progressbar -- */
.progressbar {
    position: sticky;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
    padding: 0;
    margin: 0;
    /* background: #f9f9f9; */
    min-width: 180px;
    top: 30px;
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: left;
    line-height: 36px;
    width: calc(100%);
    color: #c3c3c3;
    font-size: 18px;
    font-weight: 500;
    /* transition: all 500ms 200ms ease-in-out; */
    padding-left: 54px;
}

.progressbar li.active p {
    color: #d71820;
}

.progressbar li:before {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    content: '';
    line-height: 36px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    border-radius: 50%;
    background-color: #c3c3c3;
    border: 1px solid #c3c3c3;
    color: #ffffff;
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: 0px;
    z-index: 2;
    transition: all ease-in-out 500ms;
    background-position: center;
    border: 3px solid #fff;
    border: 2px solid #c3c3c3;
}

.progressbar li[data-target="device"]:before {
    background-image: url(https://tmqa.jp/test-img/digital-wellness/icon-device.svg);
    background-size: 54%;
    background-repeat: no-repeat;
    /* background-image: none; */
}

.progressbar li[data-target="topic"]:before {
    background-image: url(https://tmqa.jp/test-img/digital-wellness/icon-topic.svg);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: center;
}

.progressbar li[data-target="result"]:before {
    background-image: url(https://tmqa.jp/test-img/digital-wellness/icon-result.svg);
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}

.progressbar li:after {
    position: absolute;
    z-index: 0;
    top: -62px;
    left: 18px;
    width: 2px;
    height: 66px;
    content: '';
    background-color: #c3c3c3;
    transition: background-color 100ms 300ms ease-in-out;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #d71820;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background-color: #d71820;
    border-color: #d71820;
    /* background-size: 55%; */
}

.progressbar li.complete:before {
    content: "\f00c";
    /* content: ""; */
    background-color: #ffffff;
    border-color: #d71820;
    color: #d71820;
    border-color: #d71820;
    color: #d71820;
    background-image: none;
    /* transform: scale(0.9); */
}

.progressbar li.complete:hover:before {
    /* background-color: #c7ecff; */
    /* transform: scale(1); */
}

.progressbar li p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-weight: 900;
    color: #c3c3c3;
}

.progressbar li.complete:hover {
    cursor: pointer
}

.progressbar li.complete:hover p {
    color: #d71820;
}

.progressbar li p span {
    font-size: 15px;
    line-height: 1;
    display: block;
    margin: 3px 0 2px;
    font-weight: 900;
    /* display: none; */
}


/* ----------------------
   terminology
---------------------- */
.terminology {}

.terminology section .index,
.terminology section .select_index{
  margin-bottom: 60px;
}
.terminology section .index ul{
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 2px;
}
.terminology section .index ul::-webkit-scrollbar {
  display: none;
}
.terminology section .index ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #e5e5e5;
  padding: 8px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  min-width: 60px;
}
.terminology section .index ul li a:hover{
    background: #bababa;
}
.terminology section .index ul li a.active {
    color: #fff;
    background: var( --tm-color);
}
.terminology section .index ul li a.active:hover{
    opacity: 1;
    cursor: default;
}
.terminology section .select_index {
    display:none;
}

.terminology section .select_index select{
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 30px 4px 12px;
}
.terminology section .select_index select:focus-visible{
    border: 1px solid #fff;
    outline: 1px solid var(--tm-color);
}
.terminology section .index-contents {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.terminology section .index-contents .index-line h3{
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--tm-color);
}

.terminology section .index-contents .index-line .text-link {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0;
    width: 100%;
}

.terminology section .index-contents .index-line .text-link li {
    width: calc(100% / 3 - 14px);
    border-top: 1px dotted #e1e1e1;
    display: flex;
    align-items: center;
}

.terminology section .index-contents .index-line .text-link li:nth-child(-n+3) {
    border-top: none;
}

.terminology section .index-contents .index-line .text-link li a {
    position: relative;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 14px 40px 14px 14px;
    color: #1f2d3d;
    text-decoration: unset;
}

.terminology section .index-contents .index-line .text-link li a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 18px;
    background-image: none;
    width: 8px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}

.terminology section .index-contents .index-line .text-link li a:hover {
    color: #d71820;
}

.terminology section .index-contents .index-line .text-link li a:hover:after {
    right: 8px;
}
.terminology section .index-contents .index-top{
    display: flex;
    justify-content: end;
}
.terminology section .index-contents .index-top a{
    color: var(--tm-color);
    font-weight: 500;
    position: relative;
    padding-right: 24px;
    text-decoration: unset;
    margin-right: 14px;
    font-size: 15px;
}
.terminology section .index-contents .index-top a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f139";
    display: block;
    font-size: 18px;
    background-image: none;
    font-weight: normal;
    right: 0;
    top: 0px;
    margin: auto;
    transition: all ease-in-out 180ms;
}
.terminology section .index-contents .index-top a:hover{
    opacity:0.7;
}

/* ----------------------
   use-product
---------------------- */
.use-product {}


.use-product .product-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.use-product .product-wrap .img {
    width: 110px;
}

.use-product .product-wrap .link {
    flex: 1;
}

.use-product section .product-name {
    position: relative;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 900;
}

.use-product section .bd-callout {
    padding: 16px 20px;
    margin: 0;
}

.use-product section .text-link {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0;
    width: 100%;
}

.use-product section .text-link:last-child {
    margin-bottom: 0;
}

.use-product section .text-link li {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.use-product section .text-link li:first-child {
    border-top: none;
}

.use-product section .text-link li a {
    position: relative;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 14px 40px 14px 14px;
    color: #1f2d3d;
    text-decoration: unset;
    margin: 0;
}

.use-product section .text-link li a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 18px;
    background-image: none;
    width: 8px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}

.use-product section .text-link li a:hover {
    color: #d71820;
}

.use-product section .text-link li a:hover:after {
    right: 8px;
}



/* ----------------------
   learn-video
---------------------- */
.learn-video section {}

.learn-video section .video-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 45px;
}

.learn-video section .video-list li {
    width: calc(100% / 3 - 30px);
}

.learn-video section .video-list li .video {
    aspect-ratio: 16 / 9;
}

.learn-video section .video-list li .video iframe {
    width: 100%;
    height: 100%;
}

.learn-video section .video-list li p {
    position: relative;
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}



/* ----------------------
   free-trial
---------------------- */
.free-trial section {}

.free-trial section .free-trial-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    gap: 50px;
    row-gap: 70px;
}

.free-trial section .free-trial-list li {
    width: calc(100% / 3 - 36px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
    position: relative;
}

.free-trial section .free-trial-list li .introduction {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
    position: relative;
}

.free-trial section .free-trial-list li .introduction .img {
    position: relative;
}

.free-trial section .free-trial-list li .introduction .img img {
    width: auto;
    max-height: 120px;
}

.free-trial section .free-trial-list li .introduction .img img.right {
    right: -10px;
}

.free-trial section .free-trial-list li .introduction .img img.left {
    position: absolute;
    width: 50px;
    height: auto;
    bottom: -5px;
    left: -24px;
}

.free-trial section .free-trial-list li .introduction .text {

    text-align: center;
}

.free-trial section .free-trial-list li .introduction .text .product {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}

.free-trial section .free-trial-list li .introduction .text .description {
    font-size: 15px;
    line-height: 21px;
    text-align: left;
}

.free-trial section .free-trial-list li .link a {
    padding: 10px 13px;
    border: 1px solid #d71820;
    display: block;
    color: #1d2630;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    text-decoration: unset;
    transition: all 0.3s;
    margin: 0;
}

.free-trial section .free-trial-list li .link a.sp {
    display: none;
}

.free-trial section .free-trial-list li .link a:hover {
    color: #fff;
    background: #d71820;
}

.free-trial section .free-trial-list li .link a .period {
    color: #d71820;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.free-trial section .free-trial-list li .link a:hover .period {
    color: #fff;
}



/* ----------------------
   security-topics
---------------------- */
.security-topics section {}

.security-topics section .thum-link {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.security-topics section .title-h3-sub {
    font-size: 22px;
    border-bottom: 2px solid #f53248;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-weight: bold;
    box-sizing: border-box;
    display: inline-block;
}

.security-topics section .thum-link li {
    position: relative;
    transition: all 0.3s;
    width: calc(100% / 5 - 22px);
}

.security-topics section .thum-link li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s;
    gap: 14px;
    text-decoration: none;
    font-weight: 400;
}

.security-topics section .thum-link li a:hover {
    color: #d71820;
}

.security-topics section .thum-link li a:before {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    top: 0;
    bottom: 0;
    background: #9d9d9d;
    z-index: 100;
    color: #fff;
}

.security-topics section .thum-link li:nth-of-type(1) a:before {
    content: '1';
}

.security-topics section .thum-link li:nth-of-type(2) a:before {
    content: '2';
}

.security-topics section .thum-link li:nth-of-type(3) a:before {
    content: '3';
}

.security-topics section .thum-link li:nth-of-type(4) a:before {
    content: '4';
}

.security-topics section .thum-link li:nth-of-type(5) a:before {
    content: '5';
}

.security-topics section .thum-link img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    border: 1px solid #9d9d9d;
}

.security-topics section .thum-link li a:hover img {
    opacity: 0.7;
}

.security-topics section .thum-link li p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.security-topics section .thum-link li p time {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 14px;
    color: #a7a6a6;
    display: none;
}

.security-topics .more {
    text-align: right;
}

.security-topics section .more a {
    font-size: 16px;
    font-weight: 500;
    color: #d71820;
    position: relative;
    text-decoration: none;
    padding-right: 26px;
}

.security-topics section .more a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f105";
    display: block;
    width: 8px;
    height: 24px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}

.security-topics section .more a:hover:after {
    right: 4px;
}


/* ----------------------
   experience-contents
---------------------- */
.experience-contents section {}

.experience-contents section .contents-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.experience-contents section .contents-list li {
    width: calc(100% / 2 - 30px);
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.experience-contents section .contents-list li .img {
    max-width: 126px;
}

.experience-contents section .contents-list li .img img {}

.experience-contents section .contents-list li .text {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: end; */
    height: 100%;
    gap: 16px;
}

.experience-contents section .contents-list li .text .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.experience-contents section .contents-list li .text .description {
    font-size: 16px;
    font-weight: 400;
}

.experience-contents section .contents-list li .text a {
    font-size: 16px;
    font-weight: 500;
    color: #d71820;
    position: relative;
    text-decoration: none;
    padding-right: 26px;
    text-align: right;
}

.experience-contents section .contents-list li .text a:hover {
    font-size: 16px;
    font-weight: 500;
    color: #d71820;
    position: relative;
    text-decoration: none;
    padding-right: 26px;
}

.experience-contents section .contents-list li .text a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 18px;
    background-image: none;
    width: 8px;
    height: 25px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}

.experience-contents section .contents-list li .text a:hover:after {
    right: 4px;
}


/* ----------------------
   privacy-and-identity
---------------------- */
.privacy-and-identity {}


.privacy-and-identity .category-wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.privacy-and-identity .category-wrap .img {
    width: 70px;
}

.privacy-and-identity .category-wrap .link {
    flex: 1;
}

.privacy-and-identity section .category-name {
    position: relative;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 900;
}

.privacy-and-identity section .bd-callout {
    padding: 16px 20px;
    margin: 0;
}

.privacy-and-identity section .text-link {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0;
    width: 100%;
}

.privacy-and-identity section .text-link:last-child {
    margin-bottom: 0;
}

.privacy-and-identity section .text-link li {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.privacy-and-identity section .text-link li:first-child {
    border-top: none;
}

.privacy-and-identity section .text-link li a {
    position: relative;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 14px 40px 14px 14px;
    color: #1f2d3d;
    text-decoration: unset;
    margin: 0;
}

.privacy-and-identity section .text-link li a:after {
    font-family: FontAwesome;
    color: #d71820;
    position: absolute;
    content: "\f105";
    display: block;
    font-size: 18px;
    background-image: none;
    width: 8px;
    height: 25px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 180ms;
}

.privacy-and-identity section .text-link li a:hover {
    color: #d71820;
}

.privacy-and-identity section .text-link li a:hover:after {
    right: 8px;
}


/* ----------------------
   instagram
---------------------- */
.instagram section .insta-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    /* justify-content: space-between; */
}

.instagram section .insta-list li {
    width: calc(100% / 4 - 15px);
    min-width: 326px;
}

.instagram section .insta-list li iframe {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
}

/* ----------------------
   twitter
---------------------- */
.twitter section .x-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    /* justify-content: space-between; */
}

.twitter section .x-list li {
    width: calc(100% / 4 - 15px);
    min-width: 326px;
}

.twitter section .x-list li iframe {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
}

.twitter section .x-list li .twitter-tweet {
    max-height: 560px;
    border-top: 1px solid #cfd9de;
    border-bottom: 1px solid #cfd9de;
    border-radius: 12px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.twitter section .x-list li .twitter-tweet::-webkit-scrollbar {
    display: none;
}


/* ----------------------
   footer
---------------------- */
#jp-education footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: auto;
    padding: 20px 30px;
    /* position: fixed; */
    bottom: 0;
    z-index: 10000;
    text-align: right;
    background: rgb(255 255 255 / 0%);
    transform: translateY(0px);
    transition: all 0.5s 0.1s ease-in-out;
}

#jp-education footer .footer-breadcrumb {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
}

#jp-education footer .footer-breadcrumb li p {
    font-size: 12px;
}

.home footer .footer-breadcrumb {
    opacity: 0;
}

footer .footer-breadcrumb li:nth-child(n+2) {
    margin-left: 20px;
    position: relative;
}

footer .footer-breadcrumb li:nth-child(n+2):before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    left: -12px;
    font-size: 12px;
}

footer .footer-breadcrumb li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #1f2d3d;
    text-decoration: none;
    margin: 0;
}

footer .footer-breadcrumb li a p:hover {
    color: #de4b4a;
}

footer .footer-breadcrumb li a img {
    width: 18px;
    height: 100%;
    margin-right: 6px;
}

footer .footer-breadcrumb li a img p {}

footer p {
    font-size: 12px;
}

html.loading footer {
    opacity: 0;
}


/* ----------------------
   survey
---------------------- */
.survey {}
.survey .survey-btn-wrap{
    position: fixed;
    bottom: 60px;
    right: 0;
    margin: auto;
    display: flex;
    background: #3a8ea8;
    padding: 0;
    gap: 0;
    align-items: center;
    text-decoration: none;
    height: max-content;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    user-select: none;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    border-radius: 0.25rem 0 0 0.25rem;
    overflow: hidden;
    box-shadow: -1px 2px 3px #acacac;
}
.survey .survey-btn-wrap.active {
    transform: translateX(0);
}
.survey .survey-btn {
    display: flex;
    background: #3a8ea8;
    padding: 0;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    text-decoration: none;
    padding: 16px 14px 44px 14px;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    user-select: none;
}
.survey .survey-btn:hover {
    opacity:0.7;
}
.survey .survey-btn img {
    width: 15px;
    display: none;
}
.survey .survey-btn p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    margin: 0;
}
.survey .survey-btn-close {
  color: #ffffff;
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  width: 18px;
  height: 22px;
}
.survey .survey-btn-close:hover {
    opacity:0.7;
}
.survey .slds-modal__container {
    padding: 0;
    margin: 0;
    width: 100%;
    height: unset;
    max-width: unset;
    min-width: unset;
    box-shadow: 0 4px 5px #5f5f5f;
    border-radius: 6px;
}
.survey .slds-modal__header {
    background: #3a8ea8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    border: unset;
}
.survey .slds-modal__header p{
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1;
}
.survey .slds-modal__header button{
    line-height: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    border: none;
}
.survey .slds-modal__header button:hover{
    opacity:0.7;
}
.survey .slds-modal__header button:focus {
    box-shadow: unset;
}
.survey .slds-modal__content {
    overflow: hidden;
    /* border-radius: unset; */
    box-shadow: unset;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.survey .slds-modal__container iframe {
    width: 100%;
    min-height: 420px;
}
.survey .slds-modal__footer {
    background: #323232;
}
.survey .slds-modal__footer .slds-button.slds-x_modal {
    color: #ffffff;
}
.survey .slds-fade-in-open {
    background-color: unset;
    width: 375px;
    position: fixed;
    right: 14px;
    bottom: 14px;
    padding: 0;
    margin: 0;
    top: unset;
    left: unset;
}


/* ----------------------
   @media screen
---------------------- */
@media screen and (max-width: 1612px) {

    /* instagram */
    .instagram section .insta-list li {
        width: calc(100% / 3 - 15px);
    }

    /* twitter */
    .twitter section .x-list li {
        width: calc(100% / 3 - 15px);
    }
}

@media screen and (max-width: 1560px) {
    .education-menu-contents {
        flex-direction: column-reverse;
        top: unset;
        bottom: 0;
    }

    .education-menu-contents .education-menu-contents-header {
        background: #ffffff;
        z-index: 1;
    }

    .education-menu-contents .education-menu-contents-overview {
        width: 100%;
        padding: 0 4%;
        padding-bottom: 60px;
        background: #fff;
    }

    .education-menu-contents .education-menu-contents-overview .education-menu-contents-kv {
        display: none;
    }

    .education-menu-contents ul.menu-links {
        /* row-gap: 50px; */
    }

    .education-menu-contents .education-menu-contents-link {
        padding: 110px 4% 100px;
        /* height: auto; */
    }


    /* home */
    .home section h1 {
        font-size: 36px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .home section h1 span {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .home section .description {
        font-size: 19px;
        line-height: 34px;
    }


    /* security-topics */
    .security-topics section .thum-link li {
        width: calc(100% / 3 - 18px);
    }

}

@media screen and (max-width: 1300px) {

    /* education-menu-contents  */
    .education-menu-contents ul.menu-links {
        justify-content: flex-start;
    }

    .education-menu-contents ul.menu-links li {
        width: calc(100% / 3 - 10px);
    }

    .education-menu-contents ul.menu-links li a img {
        max-width: 100px;
    }

    /* home */
    .home section {
        margin: 100px auto 60px;
        height: auto;
    }

    .home section .text {
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 760px;
        text-align: center;
    }

    .home section .description {
        text-align: left;
    }

    .home section .description br {
        display: none;
    }

    .home section .img {
        position: relative;
        max-width: 720px;
        margin: 0 auto 20px;
        right: 0;
    }

    .home section .notice {
        margin: 50px auto 0;
        position: relative;
        max-width: unset;
        right: 0;
        max-width: 740px;
    }

    /* security-information */
    .security-information section .contents-wrap {
        flex-direction: column;
        row-gap: 50px;
    }

    .security-information section .contents-wrap .progressbar {
        flex-direction: row;
        justify-content: center;
        position: relative;
        top: 0;
    }

    .security-information section .contents-wrap .progressbar li {
        width: calc(100% / 3);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 0;
    }

    .security-information section .contents-wrap .progressbar li p {
        padding: 8px 0 0 0;
        text-align: center;
        font-size: 16px;
    }

    .security-information section .contents-wrap .progressbar li p span {
        display: none;
    }

    .security-information section .contents-wrap .progressbar li:first-child:after {
        content: none;
    }

    .security-information section .contents-wrap .progressbar li:before {
        position: relative;
    }

    .security-information section .contents-wrap .progressbar li:after {
        top: 20px;
        left: -50%;
        width: 100%;
        height: 2px;
    }

    .security-information section .contents-wrap .filter .step>.description {
        text-align: center;
    }

    .security-information section .contents-wrap .filter.updating {
        /* height: 35vh; */
        flex: unset;
    }

    .security-information section .contents-wrap .filter.updating:before,
    .security-information section .contents-wrap .filter.updating:after {
        position: absolute;
    }

    .security-information section .contents-wrap .filter .step>ul li {
        width: calc(100% / 3 - 12px);
    }

    .security-information section #result .result-wrap .contents-information .thum-link li {
        width: calc(100% / 3 - 20px);
    }


    /* free-trial */
    .free-trial section .free-trial-list {
        gap: 60px;
    }

    .free-trial section .free-trial-list li {
        width: calc(100% / 2 - 30px);
    }


    /* experience-contents */
    .experience-contents section .contents-list li {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    /* terminology */
    .terminology section .index-contents .index-line .text-link li {
        width: calc(100% / 2 - 25px);
    }

    .terminology section .index-contents .index-line .text-link li:nth-child(3) {
        border-top: 1px solid #e1e1e1;
    }

    /* learn-video */
    .learn-video section .video-list li {
        width: calc(100% / 2 - 24px);
    }

    /* footer */
    footer {}

    footer .footer-breadcrumb {
        width: 100%;
    }

    footer .footer-breadcrumb li a img {
        /* margin-right: 0; */
    }

    #jp-education:not(.home) footer li:first-child p {
        /* display: none; */
    }
}


@media screen and (max-width: 1200px) {

    /* instagram */
    .instagram section .insta-list {
        justify-content: center;
    }

    /* twitter */
    .twitter section .x-list {
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .wrap {
        padding: 0;
    }

    .home section {
        /* margin: 100px auto 60px; */
    }

    .home section .img {
        max-width: 620px;
        margin: 0 auto 10px;
    }

    .home section .text {
        text-align: left;
    }

    .home section h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .home section h1 span {
        font-size: 20px;
        line-height: 26px;
    }

    .home section h1 br {
        display: none;
    }

    .home section .description br {
        display: none;
    }

    .home section .description {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .home section .notice {
        margin-top: 50px;
        position: relative;
        max-width: unset;
        right: 0;
    }

    .security-information section #result .result-wrap .contents-information .thum-link {
        column-gap: 20px;
        row-gap: 20px;
    }

    .security-information section #result .result-wrap .contents-information .thum-link li {
        width: calc(100% / 2 - 10px);
    }

    /* use-product */
    .use-product .product-wrap {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
        align-items: center;
    }

    .use-product section .product-wrap .link .product-name {
        font-size: 22px;
        text-align: center;
    }

    .use-product section .product-wrap .link .use-product-list li {
        width: 100%;
    }

    /* privacy-and-identity */
    .privacy-and-identity .category-wrap {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
        align-items: center;
    }

    .privacy-and-identity section .category-wrap .link .category-name {
        font-size: 22px;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    section {
        margin: 100px auto;
    }

    /* education-menu-contents */
    .education-menu-contents h3 {
        margin-bottom: 50px;
    }

    .education-menu-contents ul.menu-links li {
        width: calc(100% / 2 - 5px);
    }

    .education-menu-contents ul.menu-links li a img {
        max-width: 100px;
    }

    /* title-box */
    #education-contents .title-box {
        padding: 0 4% 30px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    #education-contents .title-box .text {
        padding: 0;
    }

    #education-contents .title-box .text .title {
        font-size: 32px;
        text-align: center;
        margin: 0 0 20px;
    }

    #education-contents .title-box .text .description {
        font-size: 18px;
    }

    #education-contents .title-box .img {
        position: relative;
        margin: auto;
        right: unset;
        bottom: unset;
    }

    /* contents-box */
    #education-contents .contents-box {
        padding: 30px 4%;
    }

    /* home */
    .home section h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .home section h1 span {
        font-size: 20px;
        line-height: 26px;
    }

    #jp-education.home footer {
        justify-content: flex-end;
    }

    #jp-education.home footer .footer-breadcrumb {
        display: none;
    }


    /* security-information */
    .security-information section .contents-wrap .filter .step>.description {
        font-size: 22px;
    }

    .security-information section .contents-wrap .filter .step>ul li {
        width: calc(100% / 2 - 8px);
    }

    .security-information section #result .result-wrap {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .security-information section #result .result-wrap .contents-img {
        width: 100px;
    }

    .security-information section #result .result-wrap .contents-information h4 {
        font-size: 24px;
        line-height: 31px;
        text-align: center;
    }

    .security-information section #result .result-wrap .contents-information .thum-link {
        column-gap: 20px;
        row-gap: 26px;
    }

    .security-information section #result .result-wrap .contents-information .thum-link li {
        width: calc(100% / 2 - 15px);
    }

    .security-information section #result .result-wrap .contents-information .free-trial-list li .link a.pc {
        display: none;
    }

    .security-information section #result .result-wrap .contents-information .free-trial-list li .link a.sp {
        display: inline-block;
    }

    /* terminology */
    .terminology section .index{
        display: none;
    }
    .terminology section .select_index{
        display: block;
        width: calc(100% - 100px);
    }
    
    /* security-topics */
    .security-topics section .thum-link li {
        width: calc(100% / 2 - 14px);
    }

    /* terminology */
    .terminology section .index-contents .index-line .text-link li {
        width: 100%;
    }

    .terminology section .index-contents .index-line .text-link li:nth-child(2) {
        border-top: 1px solid #e1e1e1;
    }

    /* learn-video */
    .learn-video section .video-list li {
        width: 100%;
    }


    /* free-trial */
    .free-trial section .free-trial-list {
        gap: 70px;
    }

    .free-trial section .free-trial-list li {
        width: 100%;
    }

    .free-trial section .free-trial-list li .link a.pc {
        display: none;
    }

    .free-trial section .free-trial-list li .link a.sp {
        display: block;
    }


    /* footer */
    #jp-education.home footer {
        justify-content: center;
        padding: 20px 4%;
    }

    #jp-education footer p {
        font-size: 11px;
    }

    #jp-education.home footer p {
        text-align: center;
    }

    #jp-education:not(.home) footer {
        flex-direction: column;
        padding: 20px 4%;
        gap: 20px;
        /* align-items: center; */
    }

    #jp-education:not(.home) footer .footer-breadcrumb {
        width: 100%;
    }

    #jp-education:not(.home) footer .footer-breadcrumb li a img {}

    #jp-education:not(.home) footer p {
        text-align: center;
        font-size: 11px;
    }

    #jp-education:not(.home) footer li:first-child p {
        /* display:none; */
    }

}

@media screen and (max-width: 600px) {
    .security-information section #result .result-wrap .contents-information .thum-link {
        row-gap: 24px;
    }

    .security-information section #result .result-wrap .contents-information .thum-link li {
        width: calc(100%);
    }

    .security-information section #result .result-wrap .contents-information .thum-link li a {
        flex-direction: row;
    }

    .security-information section #result .result-wrap .contents-information .thum-link li a img {
        height: 60px;
        flex: 1;
    }

}

@media screen and (max-width: 414px) {
    .wrap {
        width: 90%;
        padding: 0;
    }

    section {
        margin: 90px auto;
    }

    header {
        padding: 20px 4%;
    }

    header.dwp-header {
        padding: 20px 4%;
    }

    /* education-menu-btn */
    .education-menu-btn {
        width: 60px;
        height: 60px;
    }

    .education-menu-btn a {
        width: 30px;
        height: 16px;
        top: 30px;
    }

    .education-menu-btn a:before {
        top: -19px;
        letter-spacing: normal;
    }

    .menu-open .education-menu-btn a::before {
        content: "閉じる";
    }

    .education-menu-btn a span {
        height: 2px;
    }

    .education-menu-btn a span:nth-of-type(2) {
        top: 7px;
    }

    .education-menu-btn a span:nth-of-type(3) {}

    .menu-open .education-menu-btn a span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
        width: 88%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu-open .education-menu-btn a span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-open .education-menu-btn a span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg);
        width: 88%;
        left: 0;
        right: 0;
        margin: auto;
    }

    /* education-menu-contents */
    .education-menu-contents .education-menu-contents-header {
        padding: 20px 4%;
    }

    .education-menu-contents h3 {
        margin-bottom: 20px;
    }

    .education-menu-contents ul.menu-links {
        row-gap: 0;
        background: #ffffff;
        margin: 0;
    }

    .education-menu-contents ul.menu-links li {
        width: 100%;
        padding: 14px;
        border-bottom: 1px solid #ecf0f3;
        border-radius: 0;
    }

    .education-menu-contents ul.menu-links li:last-child {
        border-bottom: none;
    }

    .education-menu-contents ul.menu-links li a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
        font-size: -webkit-xxx-large;
    }

    .education-menu-contents ul.menu-links li a img {
        max-width: 36px;
    }

    .education-menu-contents .education-menu-contents-link {
        row-gap: 60px;
        padding: 100px 4% 80px;
    }

    .education-menu-contents dl {
        gap: 8px;
        padding: 0 14px 14px;
        flex-direction: column;
        margin-top: 14px;
    }

    .education-menu-contents dt {
        font-size: 15px;
    }

    .education-menu-contents dd:last-child a {
        font-size: 15px;
    }

    .education-menu-contents .education-menu-contents-overview .education-menu-contents-footer p {
        font-size: 10px;
    }

    .education-menu-contents .education-menu-contents-overview {
        padding-bottom: 10px;
    }

    /* title-box */
    #education-contents .title-box {
        padding: 0 0 30px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 20px;
    }

    #education-contents .title-box .text {
        padding-right: 0;
    }

    #education-contents .title-box .text .title {
        font-size: 30px;
        margin: 0 0 16px;
    }

    #education-contents .title-box .text .description {
        font-size: 16px;
    }

    #education-contents .title-box .img {
        max-width: 140px;
        position: relative;
        margin: auto;
        right: unset;
        bottom: unset;
    }


    /* contents-box */
    #education-contents .contents-box {
        padding: 30px 0 0;
    }

    /* home */
    .home section {
        margin: 100px auto 50px;
    }

    .home section h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
        text-align: justify;
    }

    .home section h1 span {
        font-size: 18px;
        line-height: 24px;
    }

    .home section .description {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 26px;
        text-align: justify;
    }

    .home section .btn {
        display: block;
    }

    .home section .notice {
        margin-top: 40px;
    }

    .home section .notice dl {
        flex-direction: column;
        gap: 6px;
    }


    /* security-information */
    .security-information section .contents-wrap {
        row-gap: 36px;
    }

    .security-information section .contents-wrap .progressbar {}

    .security-information section .contents-wrap .progressbar li {
        /* width: 100px; */
    }

    .security-information section .contents-wrap .progressbar li p {
        padding: 10px 0 0 0;
        font-size: 15px;
    }

    .security-information section .contents-wrap .filter .step>.description {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .security-information section .contents-wrap .filter .step>ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .security-information section .contents-wrap .filter .step>ul li {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    .security-information section .contents-wrap .filter .step>ul li a {
        padding: 10px 16px;
        display: flex;
        box-shadow: -2px -2px 5px #fbfbfb, 2px 2px 5px #e7e7e7;
        justify-content: flex-start;
        align-items: center;
    }

    .security-information section .contents-wrap .filter .step>ul li.active a {
        padding: 10px 34px 10px 4px !important;
    }

    .security-information section .contents-wrap .filter .step>ul li a img {
        width: 50px;
        margin: 0;
    }

    .security-information section .contents-wrap .filter .step>ul li a:hover img {
        transform: scale(1);
    }

    .security-information section .contents-wrap .filter .step>ul li a p {
        font-size: 16px;
    }

    .security-information section .contents-wrap .filter.updating {
        height: 35vh;
        flex: unset;
    }

    .security-information section .contents-wrap .filter.updating:before,
    .security-information section .contents-wrap .filter.updating:after {
        position: absolute;
    }

    .security-information section #result .result-wrap .contents-information h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .security-information section #result .result-wrap .contents-information .bd-callout {
        padding: 30px 20px;
    }

    .security-information section #result .result-wrap .contents-information .text-link li a {
        font-size: 15px;
        padding: 14px 20px 14px 0;
    }

    .security-information section #result .result-wrap .contents-information .text-link li a:after {
        right: 0px;
    }

    .security-information section #result .result-wrap .contents-information .text-link li a:hover:after {
        right: 0px;
    }

    .security-information section #result .result-wrap .contents-information .free-trial-list li .introduction {
        flex-direction: column;
        align-items: center;
    }

    .security-information section #result .result-wrap .contents-information .free-trial-list li .introduction .link {
        text-align: center;
    }


    /* terminology */
    .terminology section .index-contents .index-line .text-link {
        row-gap: 2px;
    }
    .terminology section .select_index{
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }
    .terminology section .index-contents .index-line h3 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .terminology section .index-contents {
        gap: 40px;
    }
    .terminology section .index-contents .index-line .text-link li a {
        font-size: 15px;
        padding: 14px 20px 14px 0;
    }

    .terminology section .index-contents .index-line .text-link li a:after {
        right: 0;
    }

    .terminology section .index-contents .index-line .text-link li a:hover:after {
        right: 0;
    }
    .terminology section .index-contents .index-top a {
        margin-right: 0;
    }

    /* use-product */
    .use-product section .product-wrap .link .product-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .use-product section .product-wrap .link .bd-callout {
        padding: 4px 16px;
        margin: 0;
    }

    .use-product section .product-wrap .link .text-link li a {
        font-size: 15px;
        padding: 14px 20px 14px 0;
    }

    .use-product section .product-wrap .link .text-link li a:after,
    .use-product section .product-wrap .link .text-link li a:hover:after {
        right: 0;
    }


    /* learn-video */
    .learn-video section .video-list {
        gap: 40px;
    }

    .learn-video section .video-list li {
        width: 100%;
    }


    /* free-trial */
    .free-trial section .free-trial-list li {
        gap: 20px;
    }


    /* security-topics */
    .security-topics section .thum-link {
        width: 100%;
        margin-bottom: 30px;
    }

    .security-topics section .thum-link li {
        width: 100%;
    }

    .security-topics section .thum-link li a {
        flex-direction: row;
    }

    .security-topics section .thum-link li a:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }

    .security-topics section .thum-link li a img {
        width: 150px;
    }


    /* experience-contents */
    .experience-contents section .contents-list li {
        gap: 15px;
    }

    .experience-contents section .contents-list li .img {
        max-width: 90px;
    }

    .experience-contents section .contents-list li .text .title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 8px;
    }

    .experience-contents section .contents-list li .text .description {
        font-size: 15px;
        line-height: 20px;
    }

    /* privacy-and-identity */
    .privacy-and-identity section .category-wrap .link .category-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .privacy-and-identity section .category-wrap .link .bd-callout {
        padding: 4px 16px;
        margin: 0;
    }

    .privacy-and-identity section .category-wrap .link .text-link li a {
        font-size: 15px;
        padding: 14px 20px 14px 0;
    }

    .privacy-and-identity section .category-wrap .link .text-link li a:after,
    .privacy-and-identity section .category-wrap .link .text-link li a:hover:after {
        right: 0;
    }


    /* instagram */
    .instagram section .insta-list {
        justify-content: center;
    }

    .instagram section .insta-list li {
        width: 100%;
    }

    /* twitter */
    .twitter section .X-list {
        justify-content: center;
    }

    .twitter section .x-list li {
        width: 100%;
    }


    /* footer */
    .home footer {
        justify-content: center;
        padding: 20px 4%;
    }

    footer p {
        font-size: 11px;
    }

    #jp-education:not(.home) footer {
        flex-direction: column;
        padding: 20px 4%;
        gap: 20px;
        align-items: center;
    }

    #jp-education:not(.home) footer .footer-breadcrumb {
        width: 100%;
    }

    #jp-education:not(.home) footer .footer-breadcrumb li a img {}

    #jp-education:not(.home) footer p {
        text-align: center;
        font-size: 10px;
    }

    #jp-education footer .footer-breadcrumb li p {
        font-size: 13px;
    }

    footer .footer-breadcrumb li:nth-child(n+2):before {
        top: 0px;
        font-size: 13px;
    }

    #jp-education:not(.home) footer li:first-child p {
        /* display:none; */
    }

    .survey .survey-btn-wrap {
        position: relative;
        width: 100%;
        writing-mode: unset;
        bottom: 0;
        justify-content: space-between;
        transform: translate(0, 0);
        display:none;
        border-radius: 0.25rem 0.25rem 0 0;
        box-shadow: 0 -1px 3px #acacac;
    }
    .survey .survey-btn-wrap.active {
        transform: translateX(0);
        display:block;
    }
    .survey .survey-btn{
        padding: 20px 16px;
        width: 100%;
        justify-content: flex-start;
    }
    .survey .survey-btn p {
        font-size: 16px;;
    }
    .survey .survey-btn-close {
        right: 16px;
        bottom: 0;
        top: 0;
        margin: auto;
        /* padding: 20px 16px; */
        font-size: 20px;
        width: 18px;
        height: 22px;
    }
    .survey .slds-fade-in-open {
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
    }
    .survey .slds-modal__container iframe {
        min-height: calc(100vh - 54px);
    }
}
@media screen and (max-width: 480px) {
  .survey .slds-modal__header button {
        /*line-height: 1 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;*/
        text-align: left !important;
        line-height: 1 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 375px) {
    .home section h1 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    /*.home section h1 span {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 12px;
  }*/

    #education-contents .title-box .text .title {
        font-size: 28px;
    }

    #jp-education.home footer p,
    footer p {
        font-size: 10px;
    }
}