@charset "UTF-8";
/* CSS Document */


/*
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/about/img/header_bg_01_sec.jpg");
  }
}
img {
 margin: 0;
}
*/


h3.module-title05 {
 color: #006 !important;
}


/* list
-------------------------*/

ul.listItems {
 list-style-type:none; 
 padding-inline-start: 0px;
 line-height: 1.6;
 }

ul li.listItem:last-child {
 margin-bottom: 30px;
 
}

/*tag*/
.label-small {
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    border-radius: 2px;

   margin-left: 1em;
}

.bg-red1 {
    background-color: #da6a89;
}

.bg-green {
    background-color: #287f7f;

}

.bg-yellow {
    background-color: #d3a654;
   
}

.bg-blue1 {
    background-color: #5897dd;
}


a {
 color: #333 !important;
 font-weight: normal !important;
 }

div#global-breadCrumb a {
 color :#fff !important;
 font-weight: bold !important;
}