.Style1 .Box {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
.Style1 div#accordion .accordion-title {
    padding: 1em 2em 1em 0em;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    margin-bottom: 0;
    cursor: pointer;
}
.Style1 div#accordion .accordion-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.8em;
    height: 1.8em;
    transform: translate(0px, -50%);
}
.Style1 div#accordion .accordion-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.8em;
    height: 1.8em;
    background: url(Faq1.svg) no-repeat center;
    background-size: 1em;
    transform: translate(0px, -50%);
}
.Style1 div#accordion .accordion-title.open:after {
    background: url(Faq2.svg) no-repeat center;
    background-size: 1em;
}
.Style1 div#accordion .accordion-title.open {
    margin-bottom: 0;
}
.Style1 .accordion-content {
    padding: 0 0 1.1em;
    margin-top: 0em;
    margin-bottom: 0;
    display: none;
    font-size: 1em;
}


/*==========================*/

/*.Style2 .Box {
    box-shadow: 0px 10px 20px rgba(0, 14, 50, 0.2);
    border-radius: 0.4em;
    border: none;
    margin-bottom: 1em;
    background: #fff;
}*/
.Style2 .Box {
    box-shadow: 0px 10px 20px rgb(5 52 170 / 51%);
    border-radius: 0;
    border: none;
    margin-bottom: 1.6em;
    background: #123e91;
}
/*.Style2 div#accordion .accordion-title {
    padding: 0.9em 2.6em 0.9em 0.9em;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    margin-bottom: 0;
    cursor: pointer;
}*/
.Style2 div#accordion .accordion-title {
    padding: 0.7em 2.6em 0.7em 0.9em;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    margin-bottom: 0;
    cursor: pointer;
}
.Style2 div#accordion .accordion-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.8em;
    height: 1.8em;
    transform: translate(0px, -50%);
}
.Style2 div#accordion .accordion-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0em;
    width: 1.8em;
    height: 1.8em;
    transform: translate(0px, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}
.Style2 div#accordion .accordion-title.open:after {
    content: "-";
}
.Style2 div#accordion .accordion-title.open {
    margin-bottom: 0;
}
/*.Style2 .accordion-content {
    padding: 0 0.95em 0.95em;
    margin-top: 0em;
    margin-bottom: 0;
    display: none;
    font-size: 1em;
    line-height: 1.6;
}*/
.Style2 .accordion-content {
    padding: 0 0.95em 0.95em;
    margin-top: 0em;
    margin-bottom: 0;
    display: none;
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
}


/*======================================*/

.accordion-content p:last-child {
    margin: 0;
}
.accordion-content p {
    margin-bottom: 15px;
}
.accordion-content p.Key {
    padding-top: 15px;
    border-top: 1px solid #000;
}
/*.accordion-content ul {
    margin-left: 0;
}*/
.accordion-container .Box:last-child .accordion-content {
    margin-bottom: 0;
}
div#accordion {
    margin-bottom: 0px;
	padding: 0em;
	background: none;
}
@media only screen and (max-width: 580px){

div#accordion.accordion-container {
    font-size: 16px;
}
div#accordion .accordion-content p {
    font-size: 16px;
}
.Box h4 {
    padding: 0.7em;
}
}

.Box h4 {
    padding: 0.9em;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    line-height: 1.3;
    margin-bottom: 0;
}

.Style2 .Box:focus .accordion-content {
    display: block;
}

.Style2 .Box .Box {
    margin: 1.5em;
    display: inline-block;
    width: calc(100% - 3em);
}

.ArrowFAQ {
	position: relative;
	z-index: 1;
}
.ArrowFAQ .Style2 .Box {
    margin-bottom: 3em;
    position: relative;
    background: #13408f;
    border-radius: 0;
    box-shadow: 0px 10px 20px rgb(5 52 170 / 51%);
}

.ArrowFAQ .Style2 .Box:before {
    content: "";
    position: absolute;
    bottom: -2.8em;
    left: calc(50% - 2.5em);
    width: 5em;
    height: 4em;
    background: url(/wp-content/uploads/2025/04/down.png) no-repeat bottom;
    background-size: 100%;
    z-index: -1;
}
.ArrowFAQ .Style2 div#accordion .accordion-title {
    color: #fff;
    font-size: 1.4em;
}

.ArrowFAQ .accordion-content {
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 1em;
}
.ArrowFAQ .Style2 .Box:last-child {
    margin-bottom: 0;
}
.ArrowFAQ .Style2 .Box:last-child:before {
    display: none;
}
.ArrowFAQ .Style2 div#accordion .accordion-title {
    padding: 0.7em 2.6em 0.7em 0.9em;
}


.Sample-Case .Style2 div#accordion .accordion-title {
    font-size: 1.4em;
}

.Style2 .Box.Arrow-Left {
    margin-left: 2.5em;
    position: relative;
}

.Style2 .Box.Arrow-Left:before {
    content: "";
    position: absolute;
    left: -1.3em;
    bottom: 50%;
    width: 1.3em;
    height: 5.8em;
    border-bottom: 6px solid #123e91;
    border-left: 6px solid #123e91;
    z-index: -1;
}
.Career .accordion-content h2 {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #fff;
}
.Style2 .accordion-content .Button-Div {
    display: flex;
    justify-content: center;
    text-align: center;
}
.Style2 .accordion-content .Button-Div a {
    color: #ffff;
}