/*

Kipu Maintenance Pages

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #333;
  --primary-color:                #ffc107;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               36px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           600;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
  background-color: #f5f7f9 !important;
}

body {
    background-color: ##f5f7f9 !important;
    font-family: 'Inter', sans-serif;   
    position: relative;
}

.boxfloating {
    background: #fff;
    border-radius: 12px;
    height: auto;
    width: 980px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    padding: 30px 30px;
}
.animationimage {
    text-align: center;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    line-height: 120px;
    justify-content: center;
}

.animationimage img {
    text-align: center;
    display: block;
    vertical-align: middle;
    width: 120px;
    line-height: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.borderdefinition {
    border-right: 1px solid #ececec;

}
.errormessagecontainer {
    margin: 0 30px 0 60px;
}


@media screen and (max-width: 1199px) {
    
    .boxfloating {
    background: #fff;
    border-radius: 12px;
    height: auto;
    width: 780px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    padding: 30px 30px;
}
    
}

@media screen and (max-width: 991px) {
    
    .errormessagecontainer {
    margin: 0 30px 0 60px;
    background-color: #fff;
        border-top: 1px solid #ececec;
        padding-top: 40px;
}
    
    .borderdefinition {
    border-right: none;
    }
    
    .boxfloating {
    background: #fff;
    border-radius: 12px;
    height: auto;
    width: 660px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    padding: 30px 30px;
}
    
    .animationimage {
    text-align: center;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    justify-content: center;
    padding-bottom: 20px;
        
}

.animationimage img {
    text-align: center;
    display: block;
    vertical-align: middle;
    width: 80px;
    line-height: 120px;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
    
    
}


@media screen and (max-width: 767px) {
    
    .boxfloating {
    background: #fff;
    border-radius: 12px;
    height: auto;
    width: 520px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    padding: 30px 30px;
}
    
}


@media screen and (max-width: 579px) {
    
    .boxfloating {
    background: #fff;
    border-radius: 12px;
    height: auto;
    width: 400px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12);
    padding: 20px;
}
    
        .errormessagecontainer {
    margin: 0;
    background-color: #fff;
        border-top: 1px solid #ececec;
        padding-top: 40px;
}
    .navbar-brand {
        margin: 0 auto !important;
        
    }
    
}

.grayboxsecondary {
    background-color: #f5f7f9;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
}
.updatetexttitle {
    font-size: 14px;
    color: #501270;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 100%;
}
.updatetext {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 120%;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: #501270;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-bold);
    letter-spacing: normal;
    line-height: 120%;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.phoneandemail {
    color: #501270;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: normal;
}

.primarytext {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
    letter-spacing: normal;
    
}

.secondarytext {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
    letter-spacing: normal;
    
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/

.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
    background-color: #501270;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}



/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  Alert Message              
-----------------------------------------*/


.alertmessageindicator {
    width: 320px !important;
    height: auto;
    border-radius: 6px;
    background-color: #fff;
    padding: 8px;
    display: block;
    float: right !important;
    position: absolute;
    right: 10px !important;
    top: 70px !important;
    
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}

.alerton { border: 2px solid #EF0000;}
.alertoff { border: 2px solid #ffffff; display: none;}
.imhide {display: none;}

.alertbox {
    width: 100%;
    height: auto;
    align-content: center;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    padding: 6px;
    font-size: 16px !important;
}

.alertbox img {margin-right: 8px;}
.rightcolside {float: right; display: block; position: relative;}
.leftcolside {float: left; display: block; position: relative;}


.alertboxopen {
    width: 100%;
    height: auto;
    align-content: center;
    vertical-align: middle;
    text-align: left;
    background-color: #f5f7f9;
    margin: 0 auto;
    border-radius: 4px;
    padding: 6px;
    font-size: 16px !important;
    clear: both;
    display: inline-block;
}
.alertboxmessage {
    width: 100%;
    height: auto;
    align-content: center;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    margin: 12px auto 0 auto;
    border-radius: 4px;
    padding: 10px 6px;
    font-size: 16px !important;
}
.linkoptionopen {
    color: #501270 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    
}
.linkoptionopen:hover {
    color: #501270 !important;
    font-weight: 700 !important;
    text-decoration: underline!important;
}
.alertmessagetext {
    font-weight: 400;
    line-height: 22px;
}
.messageinformation {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}
.dismisslink {
    font-weight: 600;
    font-size: 16px;
    color: #501270 !important;
    text-decoration: none;
}
.dismisslink:hover {
    font-weight: 600;
    font-size: 16px;
    color: #501270 !important;
    text-decoration: underline;
}



/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }
}

