/* ==========================================================================
   Author's custom styles - UIP
========================================================================== */



/*=========================================  
0.  CUSTOM - FONTS
=========================================*/
@font-face {
    font-family: 'meiryo';
    src: url('../fonts/meiryo.ttc') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'meiryob';
    src: url('../fonts/meiryob.ttc') format('truetype');
    font-weight: normal;
}




/*=========================================  
1.  GLOBAL - UIP
=========================================*/


html {
    font-size: 16px;
}

/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
  html {
        font-size: 18px;
    }  
}

body {    
    font-family: 'meiryo';
    background: #fff;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #2B3740;
    font-size: 1rem;
    line-height: 1.333rem;
    overflow-x: hidden;
}

.uip header {
    z-index: 1;
}


.uip .logo {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.944rem;
    background: rgba(255, 255, 255, 0.5);
    border-bottom-right-radius: 30px;
}

.uip .logoForMobile {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.944rem;
    background: rgba(255, 255, 255, 0.5);
    border-bottom-right-radius: 30px;
}


/*

.uip .logo {
    z-index: 2;
    position: absolute;
    top: 1.944rem;
    left: 1.944rem;
}

.uip .logoForMobile {
    z-index: 2;
    position: absolute;
    top: 1.944rem;
    left: 1.944rem;

}

*/

.uip .hero {
    position: relative;
    min-height: 405px;
}

/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
    .uip .hero {
        position: relative;
        min-height: 763px;
    }
}


.uip .subHero {
    position: relative;
    min-height: 405px;
}



/*
.uip .heroShade {
    width: 100%;
    height: 250px;
    background: rgb(2, 0, 36);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 1)), color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(72%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 72%, rgba(255, 255, 255, 0) 100%);
}

.uip .heroShadeDesktop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);    
    background: linear-gradient( 138deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6110819327731092) 35%, rgba(255,255,255,0) 60%);
}

.uip .heroShadeDesktop2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
}
*/

.uip a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.uip a:hover,
.uip a:focus {
    color: inherit;
    text-decoration: underline;
}


.uip h1,
.uip h2,
.uip h3,
.uip h4 {
    font-weight: bold;
    letter-spacing: 0rem;    
}

.uip h1{
    font-size:2.5rem;
    line-height:2.5rem;
}

.uip h2{
    font-size:1.8rem;
    line-height:2.2rem;
}

.uip h3 {
    font-size:24px;
    line-height:37px;
}

.uip p {
    font-size: 16px;
    line-height: 1.4rem;
}

.uip p.lead-text, p.lead-text {
    font-size: 18px;
    line-height: 1.667rem;
}

.uip p.small-text, p.small-text {
    font-size: 14px;
    line-height: 14px;
}

.uip p.xsmall-text, p.xsmall-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
}

.uip .section-padding {
    padding-top: 1.667rem;
    padding-bottom: 1.667rem;
}

@media only screen and (min-width : 768px) {
    .uip .section-padding {
        padding-top: 3.889rem;
        padding-bottom: 3.889rem;
    }
}

.uip .background-cover {
    background-size: cover;
}

.uip .background-center {
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.uip .boxShadow {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.uip strong {
    font-weight: 600;
}


/*=========================================  
2.  TEXT COLOR - UIP
=========================================*/

.uip .text-vibrant-lilac, .text-vibrant-lilac {
    color: #8935ff;
}

.uip .text-cobalt, .text-cobalt {
    color: #2124fe;
}

.uip .text-light-grey, .text-light-grey {
    color: #c8c8c8;
}

.uip .text-white, .text-white {
    color: #ffffff;
}

.uip .text-blue, .text-blue {
    color: #0646ff;
}



/*=========================================  
2.1.  TEXT ALIGN - UIP
=========================================*/

.uip .text-left-center {
    text-align: center;
}

/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
    .uip .text-left-center {
        text-align: left;
    }
}



/*=========================================  
3.  Background COLOR - UIP
=========================================*/

.uip .bg-vibrant-lilac, .bg-vibrant-lilac {
    background-color: #8935ff;
}

.uip .bg-cobalt, .bg-cobalt {
    background-color: #2124fe;
}

.uip .bg-light-grey, .bg-light-grey {
    background-color: #c8c8c8;
}


/*=========================================  
3.1. BTN-
=========================================*/

.btn-select-location {
    border-radius: 4px;
    border: 1px solid #e9e9ea;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

.btn-select-location:hover {    
    text-decoration: underline;
}

a.btn-select-location-link {
    border-radius: 4px;
    border: 1px solid #e9e9ea;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    font-weight:400;
    display:block;
}

a.btn-select-location-link:hover {
        text-decoration: underline;
    }





/*=========================================  
4.  MACRO LAYOUT
=========================================*/

.uip .macro-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px 0 5px 0;
    border: 1px solid #DEDCC3;
    margin-bottom:20px;
    margin-left:15px;
    margin-right:15px;
}

.uip .macro-box .col-lg-12 {    
    padding-left: 0px;
    padding-right: 0px;
}

/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
    .uip .macro-box {
        margin-left: 15px;
        margin-right: 15px;
    }

    .uip .macro-box .col-lg-12 {    
        padding-left: 15px;
        padding-right: 15px;
    }
}


.uip .macro-short-box{

}


.uip .white-no-outline{
    background:none;
    border:0;
}

.uip .white-no-outline img{
    border-radius:10px;
}




/*=========================================  
4.  HAMBURGER BUTTON - UIP
=========================================*/
.hamburger-button {
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 51px;
    height: 44px;
    display: block;
    top: 2rem;
    right: 2rem;
    z-index: 99999;
}

.hamburger-button span {
    position: absolute;
    height: 8px;
    height: 10px;
    border-radius: 4px;
    width: 100%;
    background-color: #3D4146;
    background-color: #8935ff;
    top: 0;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.hamburger-button span:nth-child(1) {
    top: 0px;
}

.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(3) {
    top: 13px;
    top: 15px;
}

.hamburger-button span:nth-child(4) {
    top: 26px;
    top: 30px;
}

.hamburger-button.active span {
    background-color: #FFF;    
}

.hamburger-button.active span:nth-child(1),
.hamburger-button.active span:nth-child(4) {
    opacity: 0;
}

.hamburger-button.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-button.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay {
    position: fixed;
    background: #8935ff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99997;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 1;
}

nav ul li {
    margin: 1rem 0;
    /*
    opacity: 0;
    */
}

.uip nav ul li a {
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;

    font-size: 26px;
    line-height: 32px;
}

.uip nav ul li a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}


.uip .pagination-container nav ul li a {
    background: #969696;
    border-radius: 100px;
    font-size: 22px;
    line-height: 28px;
    width: 46px;
    height: 46px;
    margin:0 2px;
}

.uip .pagination-container .page-link{
    border-radius:100px;
}

.page-item.active .page-link {
    background-color: #2124fe;
    border-color: #2124fe;
}



@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.overlay.visible {
    height: 100%;
    opacity: .95;
    visibility: visible;
}

.overlay.visible nav ul li {
    -webkit-animation: fadeInLeft 0.3s ease forwards;
    animation: fadeInLeft 0.3s ease forwards;
}


.overlay.visible nav ul li:nth-child(1) {
    -webkit-animation-delay: 0.23s;
    animation-delay: 0.23s;
}

.overlay.visible nav ul li:nth-child(2) {
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
}

.overlay.visible nav ul li:nth-child(3) {
    -webkit-animation-delay: 0.29s;
    animation-delay: 0.29s;
}

.overlay.visible nav ul li:nth-child(4) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}

.overlay.visible nav ul li:nth-child(5) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}


/*=========================================  
2.  BUTTON - UIP
=========================================*/


.uip .btn-download-, 
.uip .btn-download-blue, 
.uip .btn-download-blue-green, 
.uip .btn-download-orange, 
.uip .btn-download-red {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #fff;    
    border-radius: 9999px;
    padding: 13px 25px;
    box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
    -moz-box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
    -webkit-transition: 0.3s;
    width: 100%;
}

.uip .sl .btn-download-,
.uip .sl .btn-download-blue,
.uip .sl .btn-download-blue-green,
.uip .sl .btn-download-orange,
.uip .sl .btn-download-red {
    width: 100%;
    margin: 5px 0 ;
}





/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
    .uip .btn-download-,
    .uip .btn-download-blue,
    .uip .btn-download-blue-green,
    .uip .btn-download-orange,
    .uip .btn-download-red {        
        width: auto;
    }
}


/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
    .uip .btn-download-,
    .uip .btn-download-blue,
    .uip .btn-download-blue-green,
    .uip .btn-download-orange,
    .uip .btn-download-red {        
        width: 400px;
    }

    .uip .sl .btn-download-,
    .uip .sl .btn-download-blue,
    .uip .sl .btn-download-blue-green,
    .uip .sl .btn-download-orange,
    .uip .sl .btn-download-red {
        width: 275px;
        margin: 5px;
    }
}


.uip .btn-download-:hover,
.uip .btn-download-:focus,
.uip .btn-download-blue:hover,
.uip .btn-download-blue:focus,
.uip .btn-download-blue-green:hover,
.uip .btn-download-blue-green:focus,
.uip .btn-download-orange:hover,
.uip .btn-download-orange:focus,
.uip .btn-download-red:hover,
.uip .btn-download-red:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 1px 1px 0px 0px rgba(194,194,194,0.75);
    -webkit-box-shadow: 1px 1px 0px 0px rgba(194,194,194,0.75);
    -moz-box-shadow: 1px 1px 0px 0px rgba(194,194,194,0.75);
}

.uip .btn-download- {
    background: rgba(43,55,64,1);
}

.uip .btn-download-blue {    
    background: rgba(0,99,173,1);    
}

.uip .btn-download-blue-green {    
    background: rgba(27,161,191,1);    
}

.uip .btn-download-orange {    
    background: rgba(224,106,39,1);    
}

.uip .btn-download-red {    
    background: rgba(200,64,57,1);    
}




.uip .btn-box-nav {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    color: #2B3740;
    background:#fff;
    border-radius: 12px;
    padding: 13px 15px;
    box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
    -moz-box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
    -webkit-transition: 0.3s;
    width: 100%;
    height:100px;
    margin:0 0 15px 0;
    
}


.uip .btn-box-nav p {
    font-size:15px;
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {
    .uip .btn-box-nav {
        font-size: 18px;
        line-height: 27px;
        font-weight: bold;
        color: #2B3740;
        background: #fff;
        border-radius: 12px;
        padding: 13px 25px;
        box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
        -webkit-box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
        -moz-box-shadow: 4px 4px 0px 0px rgba(194,194,194,0.75);
        -webkit-transition: 0.3s;
        width: 274px;
        height: 185px;
        margin: 15px;
    }
}

.uip .btn-box-nav:hover {
    color: #2B3740;
    text-decoration: none;
    box-shadow: 1px 1px 0px 0px rgba(194,194,194,0.75);
    -webkit-box-shadow: 1px 1px 0px 0px rgba(194,194,194,0.75);
    -moz-box-shadow: 1px 1px 0px 0px rgba(194,194,194,0.75);
}


/*=========================================  
0.  HIDE SHOW
=========================================*/


.uip .hideInMobile{
    display:none;
}

.uip .hideInDesktop {
    display:block;
}

@media only screen and (min-width : 992px) {
    .uip .hideInMobile {
        display:block;
    }

    .uip .hideInDesktop {
        display:none;
    }
}



    /*=========================================  
0.  NAVIGATION
=========================================*/


    .uip .jap-logo{
        position:absolute;
        top:12px;
        left:39px;
    }


    .uip .jap-header {
        background-image: url('/japan/img/background/mv_bg_full.svg');
        height: auto;
        display: block;
        background-size: auto;
        padding-top: 25px;
        background-position: center top;
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 992px) {
        .uip .jap-header {
            height: 700px;
        }
    }

    .uip .jap-nav {
        background: #fff;
        border-radius: 12px;
        padding: 0px 24px;
        height: 72px;
        box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
        margin-bottom: 48px;
    }

    .uip .jap-nav ul {
        padding: 0;
        margin: 24px 0 24px 0;
    }

    .uip .jap-nav ul li {
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        margin-left: 32px;
        position: relative;                
        height: 43px;
        border-radius: 2.5px;
    }

    .uip .jap-nav ul li a {                    
        padding-bottom:19px;
        border-bottom: 5px solid #fff;
        padding-right:20px;
    }

    .uip .jap-nav ul li a:hover,
    .uip .jap-nav ul li a:focus {
        text-decoration: none;
        border-bottom: 5px solid #0063AD;
        padding-bottom:19px;
                        
    }




/*=========================================  
0.  MOBILE MENU
=========================================*/


.uip #menu {
    border-top: 3px solid #dedcc3;
    display: none; /* Initially hide the menu */
}

.uip #menu ul {
    
}

.uip #menu ul li{
     list-style-type: none;
}





/*=========================================  
0.  ID - UIP
=========================================*/
    .uip #video h2 {
        font-size: 1.556;
        line-height: 1.556;
    }

    .uip #video iframe {
        width: 380px;
        height: 214px;
    }

    @media only screen and (min-width : 768px) {
        .uip #video iframe {
            width: 640px;
            height: 360px;
        }
    }


    .uip #ipToolkit h2 {
        font-size: 2.111;
        line-height: 2.111;
    }



    /*=========================================  
0.  IP Toolkit Components
=========================================*/


    .uip #toolNav {
        background-image: url("");
        background-repeat: no-repeat;
    }

    @media only screen and (min-width : 992px) {
        .uip #toolNav {
            background-image: url("");
            background-repeat: no-repeat;
            background: #cc0000;
        }
    }




    .uip .toolNav {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .uip .toolNav:hover {
            text-decoration: none;
        }


    .uip .toolNavOutline {
        width: 150px;
        height: 150px;
        border: 1px solid #8935ff;
        position: relative;
        border-radius: 9999px;
        margin: 0 auto;
        background: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .uip .toolNavOutline .photo {
            width: 130px;
            height: 130px;
            position: absolute;
            border-radius: 9999px;
            top: 10px;
            left: 10px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background-size: 190px 190px;
            background-position: center;
        }


    @media only screen and (min-width : 768px) {
        .uip .toolNavOutline {
            width: 210px;
            height: 210px;
        }

            .uip .toolNavOutline .photo {
                width: 190px;
                height: 190px;
            }
    }




    .uip .toolOutline {
        border-radius: 9999px;
        border: 1px solid #8935ff;
        padding: 30px;
        display: block;
        width: 100%;
        height: 100%;
    }


    .uip .toolMainPhoto {
        position: relative;
        margin-bottom: 30px;
    }

        .uip .toolMainPhoto .titleBox {
            position: absolute;
            width: 280px;
            height: 150px;
            top: 60%;
            left: 50%;
            margin-left: -140px;
            text-align: center;
        }

        .uip .toolMainPhoto .title {
            font-size: 2.667rem;
            line-height: 2.667rem;
            font-weight: 600;
            color: #fff;
            text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        }

        .uip .toolMainPhoto .description {
            font-size: 1.389rem;
            line-height: 1.389rem;
            font-weight: 300;
            color: #fff;
            text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        }


    .uip .hLine {
        background-image: url("");
        background-repeat: no-repeat;
    }

    @media only screen and (min-width : 992px) {
        .uip .hLine {
            background-image: url("");
            background-repeat: no-repeat;
        }
    }



    /*=========================================  
0.  Parallax
=========================================*/

    .uip .parallax {
        background-size: cover;
        background-attachment: fixed;
        min-height: 400px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .uip .parallaxHome {
        background-size: cover;
        background-attachment: fixed;
        min-height: 705px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .uip .parallaxSub {
        background-size: cover;
        background-attachment: fixed;
        min-height: 405px;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*=========================================  
0.  Modal
=========================================*/

    .modal {
        z-index: 999999;
    }


    .uip .modal-header {
        border-bottom: 0;
        padding: 1rem 1rem 0.5rem 1rem;
    }

    .uip .modal-body {
        padding: 0 1.667rem 3.333rem 1.667rem;
    }

    .uip .modal-content {
        border-radius: 12px;
    }


    #onload-Modal .modal-dialog {
        height: 90%;
        /*width: 100%;*/
        display: flex;
        align-items: center;
    }

    @media (min-width: 576px) {
        .modal-dialog {
            max-width: 652px;
        }
    }

    .modal-content {
        margin: 0 auto;
    }




    /*=========================================  
0.  Form
=========================================*/
    .uip .input-group {
        width: 100%;
        margin: 50px auto;
        position: relative;
    }

    .uip .uip-input {
        border: none;
        border-bottom: 1px solid #888;
        font-size: 20px;
        display: block;
        width: 100%;
    }

        .uip .uip-input:focus {
            outline: none;
            border-bottom-width: 4px;
            border-color: #48f;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .uip .textarea-group {
        width: 100%;
        margin: 50px auto;
        position: relative;
    }

    .uip .uip-textarea {
        border: none;
        border-bottom: 1px solid #888;
        font-size: 20px;
        display: block;
        width: 100%;
        padding: 0 0 15px 0;
        white-space: pre-wrap !important;
    }


        .uip .uip-textarea:focus {
            outline: none;
            border-bottom-width: 4px;
            border-color: #48f;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .uip .uip-label {
        position: absolute;
        color: #aaa;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .uip .label-top {
        top: -20px;
        opacity: 1;
        visibility: visible;
    }


    /*=========================================  
0.  Modal - Select Location
=========================================*/
    .sl .modal-body {
        padding: 1rem;
        padding: 0;
    }

    .sl .select-body {
        padding: 2rem 1rem 1.5rem 1rem;
    }

        .sl .select-body .regional-site {
            width: 200px;
        }

    .sl .select-location {
        background: #f9f9f9;
        padding: 1.5rem 1rem;
    }


    /*=========================================  
0.  Page - Select Location
=========================================*/

    .uip .select-location-icon {
        z-index: 3;
        top: 80px;
        right: 26px;
        position: absolute;
        background: none;
        border: 0;
        display: none;
    }

    /* Small Devices, Tablets (MD) */
    @media only screen and (min-width : 768px) {
        .uip .select-location-icon {
            top: 27px;
            right: 95px;
        }
    }

    /*=========================================  
0.  Page - News Icon
=========================================*/

    .uip .news-icon {
        z-index: 3;
        top: 140px;
        top: 90px;
        right: 32px;
        position: absolute;
        background: none;
        border: 0;
    }

    /* Small Devices, Tablets (MD) */
    @media only screen and (min-width : 768px) {
        .uip .news-icon {
            top: 27px;
            right: 170px;
            right: 105px;
        }
    }



/*=========================================  
0.  Element - Accordion
=========================================*/




/* accordion-1 */

    #accordion-1 {
        position: relative;

    }

    #accordion-1 .head {
        background-color: #FFFFFF;
        color: #563e6e;
        padding: 8px 15px;
        cursor: pointer;
        transition: 0.2s ease;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    #accordion-1 .arrow {
        color: #563e6e;
        font-size: 60px;
        transition: 0.25s ease;
        opacity: 0.3;
        transform: rotate(-90deg);
    }

    #accordion-1 .head:hover .arrow {
        opacity: 1;
    }

    #accordion-1 .head:hover, #accordion-1 .active {
        background-color: #fff;
    }

    #accordion-1 .arrow-animate {
        transform: rotate(-180deg);
        opacity: 1;
    }

    #accordion-1 .content {
        border-top:3px solid #DEDCC3;
        background-color: #FFFFFF;
        display: none;
        padding: 0px;
        color: #333333;
    }
    #accordion-1 .content ul{
        padding:0;
        margin:0;
        list-style-type: none;
    }


    #accordion-1 .content ul li {
        border-bottom:1px solid #DEDCC3;
    }


    #accordion-1 .content ul li a{
        padding:25px 15px;
        display:block;
        font-size:18px;
        font-weight:bold;
    }

    #accordion-1 .content ul li a:hover{

        text-decoration:none;
        
    }


    /* Custom style */
    .uip .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(.7) !important;
    }

    .uip .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

.uip .btn-link.collapsed::after {
    background-image: url("/japan/img/icon/icon_plus.svg");
    display: inline-block;
}

.uip .btn-link:not(.collapsed)::after {
    background-image: url("/japan/img/icon/icon_minus.svg");
    display: inline-block;
}    
    
    .uip .card{
        background:#dedcc3;
        border-radius:0;
        border:0;
    }
    

    .uip .card-header {
         padding:0;
         border-bottom:0px
    }
    
    .uip .card-header h2 {
         background:#dedcc3;
    }

    .uip .card-body{
        padding: 1.25rem 0;
    }

    .uip .btn-link{
        font-size:14px;
        line-height:18px;
        font-weight:bold;
        color:#1a1a1a;
        letter-spacing:-1px;
        background:none;
        border:0;
        
    }

    .uip .btn-link:hover,
    .uip .btn-link:focus {
        text-decoration:none;
        outline:0;
    }


    .uip .macro-accordion .card-body h2 {
       padding-top:40px;
       margin-bottom:25px;
       border-bottom: 1px solid #707070;
    }
    
    .uip .macro-accordion .card-body h3 {
       padding-top:40px;
       padding-bottom:10px;
    }


    .uip .menu_icon_location_after{
        display:none;
    }
    
    .uip .menu_icon_location{
        position:absolute;
        top:32px;
        right:21px;
        display:block;
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 992px) {
        .uip .menu_icon_location_after {            
            position:absolute;
            display:block;
            top:7px;
            right:0px;
        }

        .uip .menu_icon_location {
            display:none;
        }

    }



/*=========================================  
0.  Feedback form
=========================================*/

.macro-contact-form {

}

    .macro-contact-form input,
    .macro-contact-form textarea,
    .macro-contact-form select {
        width: 100%;
        padding: 10px;
    }

    .macro-contact-form select {
        color: #757575;
    }

        /*=========================================  
0.  Back to top
=========================================*/
        .uip .back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0.833rem;
    right: 0.833rem;
    padding: 0.1rem;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #fc7700;
    background-color: transparent;
    background-color: #ccc;
    border-radius: 999px;
    -webkit-box-shadow: 0px 0px 1px rgba(137, 53, 255, 1);
    box-shadow: 0px 0px 1px rgba(137, 53, 255, 1);
    -webkit-transition: 0.3s;
}

    .uip .back-to-top:hover {
        background-color: #2b3740;
        -webkit-box-shadow: 0px 0px 1px rgba(33, 36, 254, 1);
        box-shadow: 0px 0px 1px rgba(33, 36, 254, 1);
        
    }



    /*=========================================  
0.  Footer
=========================================*/

    .uip footer {
        padding-top: 3.889rem;
        padding-top: 0rem;
    }

        .uip footer .slogan {
            font-size: 1.333rem;
            line-height: 1.778rem;
            font-weight: 600;
            color: #021032;
        }

        .uip footer ul {
            margin: 0;
            padding: 0;
        }

            .uip footer ul li {
                list-style: none;
                display: inline-block;
                padding: 0 0.833rem;
                border-right: 1px solid #ccc;
            }

                .uip footer ul li:last-child {
                    padding: 0 0.833rem;
                    border-right: 0px solid #ccc;
                }

        .uip footer a {
            font-size: 1rem;
            line-height: 1rem;
        }

            .uip footer a:hover {
                color: #8935ff;
                text-decoration: none;
            }


    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
    }

    /* Small Devices, Tablets (MD) */
    @media only screen and (min-width : 768px) {
    }


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 992px) {
    }


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    }

    /* Extra-large Devices, Wide Screens */
    @media only screen and (min-width : 1600px) {
    }

    @media print {

        body {
            color: #000 !important;
            margin: 0;
            padding: 0;
        }

        @page {
            size: auto;
            margin: 25mm 25mm 25mm 25mm;
        }
    }
