:root{
    --accentColor1: #060787;
    --accentColor2: #f90008;
}
html,
body {
	font: normal 16px/2 "Open Sans", Arial, Helvetica, sans-serif;
	color: #111;
}
.Normal {
	font-family: "Open Sans", Arial, Helvetica, sans-serif, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 10px;
    color: var(--accentColor1);
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1{
    margin: 0 0 15px;
    font-size: 36px;
    line-height: 1.694444;
}
h2{
    font-size: 30px;
    line-height: 1.333333;
}
h3{
    font-size: 24px;
    line-height: 1.25;
}
h4{
    font-size: 20px;
    line-height: 1.25;
}
h5{
    font-size: 18px;
    line-height: 1.25;
}
h6{
    font-size: 16px;
    line-height: 1.25;
}

img{
    max-width: 100%;
}

A,
A:link {
	color: #111;
}

A:active {
	color: var(--accentColor2);
}
A:visited {
	color: var(--accentColor2);
}
A:hover {
	color: var(--accentColor2);
}
A:focus {
	color: var(--accentColor2);
}

ul {
    margin-left: 36px;
}
ul li{
    list-style-type: disc;
}

body .accentColor1{
    color: var(--accentColor1);
}
body .accentColor2{
    color: var(--accentColor2);
}

.hedaer_minHeight,
.header_bg{
    background-color: #fff;
}
.header_bg{
    position: relative;
    padding: 20.5px 0;
    box-shadow: rgba(92, 92, 92, 1) 0 3px 11px 0;
    z-index: 1;
}
header .pc_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .pc_header .HeadLogo{
    max-width: 220px;
    transition: max-width ease-in 200ms;
}
header.roll_activated .pc_header .HeadLogo{
    max-width: 150px;
}
header .pc_header .content{
    display: flex;
    align-items: center;
    gap: 10px clamp(40px, 6.666666666666667vw + -8px ,120px);
}
header .pc_header .content .nav_box{
    float: none;
}
header #dnngo_megamenu .primary_structure:after{
    content: none;
}
@media only screen and (max-width: 767px) {
    header .mobile_header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    header .mobile_header .HeadLogo{
        max-width: 100px;
    }
    header .mobile_icon{
        position: relative;
        margin: initial;
        inset: initial;
        font-size: 28px;
        line-height: 1;
    }
    header .mobile_icon.active .fa.fa-bars::before{
        content: "\f00d";
    }
}


body .header-text{
    color: var(--accentColor1);
    font-size: clamp(20px, 0.33333333333333337vw + 17.6px ,24px);
    font-weight: bold;

    
    transition: font-size ease-in 200ms;
}
body header.roll_activated .header-text{
    font-size: 20px;
}
body .header-btn{
    display: inline-grid;
    padding: 12px clamp(30px, 1.6666666666666667vw + 18px ,50px);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
    background-color: var(--accentColor1);
    text-decoration: none;
    transition: color ease 300ms, background ease 300ms;
}
body .header-btn > .text{
	position: relative;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
    transition: opacity ease 300ms;
}
body .header-btn > .text:first-child{
    opacity: 1;
}
body .header-btn > .text:last-child{
    opacity: 0;
}
body .header-btn:hover{
    background-color: var(--accentColor2);
}
body .header-btn:hover > .text:first-child{
    opacity: 0;
}
body .header-btn:hover > .text:last-child{
    opacity: 1;
}

.BannerPane{
    border-bottom: 3px solid var(--accentColor1);
}

#dnn_content{
    padding: 0;
}

:where([class*="SectionContainerWarp"],[class*="FooterContainerWarp"]) .row [class*="Pane"]{
    padding: 0;
}

footer.footer_box .footer_bottom{
    text-align: center;
    background-color: #000;
}
footer.footer_box .footer_bottom .copyright_style{
    float: none;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.357143;
}
footer.footer_box .footer_bottom .copyright_style a{
    font-size: inherit;
}
footer.footer_box .footer_bottom .copyright_style :where(h1,h2,h3,h4,h5,h6,p,a){
    color: #fff;
}



/* SectionContainerWarpA */
.SectionContainerWarpA{
    padding: 80px 0 60px;
    background-color: #f2f2f2;
}
.SectionContainerWarpA .pane_layout > .row + .row{
    margin-top: 30px;
}
.SectionContainerWarpA .row.row-1{
    align-items: center;
}


/* SectionContainerWarpB */
.SectionContainerWarpB{
    padding: 80px 0 60px;
}
.SectionContainerWarpB .SectionContainerB_1,
.SectionContainerWarpB .SectionContainerB_2,
.SectionContainerWarpB .SectionContainerB_3,
.SectionContainerWarpB .SectionContainerB_4{
    padding: 30px;
    height: 100%;
}
.SectionContainerWarpB .SectionContainerB_1{
    background-color: var(--accentColor1);
}
.SectionContainerWarpB .SectionContainerB_2{
    background-color: var(--accentColor2); 
}
.SectionContainerWarpB .SectionContainerB_3{
    background-color: var(--accentColor2);
}
.SectionContainerWarpB .SectionContainerB_4{
    background-color: var(--accentColor1); 
}
.SectionContainerWarpB .pane_layout > .row + .row{
    margin-top: 30px;
}
.SectionContainerWarpB .row.row-1,
.SectionContainerWarpB .row.row-2{
    align-items: stretch;
}
.SectionContainerWarpB .row.row-1 :where(h1,h2,h3,h4,h5,h6,p),
.SectionContainerWarpB .row.row-2 :where(h1,h2,h3,h4,h5,h6,p){
    color: #fff;
}

/* SectionContainerWarpC */
.SectionContainerWarpC{

}

/* SectionContainerWarpD */
.SectionContainerWarpD{
    padding: 80px 0 80px;
}

/* SectionContainerWarpE */
.SectionContainerWarpE{
    padding: 80px 0 80px;
}
.SectionContainerWarpE .pane_layout > .row + .row{
    margin-top: 80px;
}
.SectionContainerWarpE .row.row-1{
    align-items: center;
}


/* SectionContainerWarpF */
.SectionContainerWarpF{
    padding: 80px 0 80px;
}
.SectionContainerWarpF .row.row-1{
    row-gap: 30px;
}


/* SectionContainerWarpG */
.SectionContainerWarpG{
    padding: 80px 0 80px;
}
.SectionContainerWarpG .pane_layout > .row + .row{
    margin-top: 80px;
}


/* FooterContainerWarpA */
.FooterContainerWarpA{
    padding: 80px 0 80px;
    background-color: var(--accentColor1); 
}
.FooterContainerWarpA :where(h1,h2,h3,h4,h5,h6,p){
    color: #fff;
}

/* FooterContainerWarpB */
.FooterContainerWarpB{
    padding: 20px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    background: #f8f8f8;
}
.FooterContainerWarpB p{
    margin-bottom: 4px;
}
.FooterContainerWarpB .row.row-1 > .col-md-12 > hr{
    margin: 10px 0;
    border-top: 1px solid var(--accentColor2);
}







/* social-01 */
body .social-01{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px;
    width: 1.833333em;
    height: 1.833333em;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    transition: all .2s ease-out;
}
body .social-01::before{
    content: '';
    position: absolute;
    inset: 0;
    border: 3px solid currentColor;
    border-radius: 50%;
    pointer-events: none;
}
body .social-01:hover{
    transform: scale(1.06);
}



body .custom-button-01{
    display: inline-block;
    padding: 12px clamp(30px, 1.6666666666666667vw + 18px ,50px);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
    background-color: var(--accentColor1);
    text-decoration: none;
    transition: color ease 300ms, background ease 300ms;
}
body .custom-button-01:hover{
    background-color: var(--accentColor2);
}