@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: 'Noto Sans TC','Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  padding-top: 0;
  background-color: #888888;
  font-size: 1.05rem;
}

/* bootstrap-css customize */
.container {
  max-width: 960px;
}

.page-title h1 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 5.0rem;
  color: #111;
  padding: 15px;
}

h2.display-sizex3 {
  font-size: 5.0rem;
}
p.display-sizex3{
  font-size: 3.0rem;
}

.text-no img{
  width: 50%;
}

li.breadcrumb-item{
   font-size: 0.8rem;
}

/* Content Frame in Section */
.contents-frame {
  display: block;
  margin: 0;
  padding: 0px;
  width: 100%;
  background-color: #eeeeee;
  outline: 0px solid #0f0;
}

.contents-frame h2{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3.6rem;
  border-bottom: 0px solid #bb0000;
  text-decoration-color: #aaa;
}

.contents-frame h3{
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5rem;
  background-color: #fff;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  padding-left: 12px;
}

.contents-frame h5{
  font-size: 1.0rem;
}

#contact h3 {
  background-color: transparent;
  color: #fff;
  border-bottom: 0;
  padding-left: 0;
}

#service-top,
#service-feature,
#service-flow,
#service-results,
#service-activity,
#service-security,
#technology-top,
#technology-results,
#technology-resource,
#about-top,
#about-infomation,
#about-history {
margin-top: -56px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 80px; /* 打ち消し用のパディング */
*
}

/* navigation設定 */
.xs-text {
  font-size: 10px;  
}

.navbar-toggler{
  background-color: #888;
}

.navbar-toggler:hover{
  background-color: #aaa ;
}

.navbar-light .navbar-nav .nav-link{
  color: #333;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #c00;
  text-decoration: underline;
}

/* animation設定 */
.invisible {
transition: opacity 0.5s ease;
opacity: 0.0;
}

.visible {
transition: opacity 0.5s ease;
opacity: 1.0;
}

.bg-custom {
  background-color: #111;
}

.bg-white {
  background-color: #ffffff;
}

.bg-darkblue {
  background-color: #001a6a;
}

.shadow-grey {
  box-shadow: 2px 2px #ccc;
}

.bg-light2 {
  background-color: #e0e0e0;
  outline: 1px solid #ffffff;
}

.bg-info2 {
  background-color: #005070;
}

.bg-secondary2 {
  background-color: #444;
}

/* 流体シェープ　Shape-01 */
.custom-shape-divider-top-1603788937 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1603788937 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;   /* 143px */
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1603788937 .shape-fill {
  fill: #cccc00;
}

.top {
  background-color: #eee;  
}

h2.small-h2 {
  font-size: 1.25rem;
}

h3.small-h3 {
  font-size: 1.15rem;
}

.small-icon{
  font-size: 0.8em 
 }

.feature-list {
  display:block;
  list-style-position: outside;
  padding-left: 10px;
}

.note {
  color: #06f;
}

.parallax-window {
  min-height: 180px;
  background: transparent;
  border: 0px solid #00f;
}

.parallax-text {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 70px;
  border: 0px solid #f00;
}

.parallax-text h2 {
  color: #eeeeee;
 }
.parallax-text p {
  color: #dddddd;
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
 } 
 
.parallax-slider {
  top: 0;
  left: 0;
}

.large-char {
  font-size: 22px;
 }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-left: 0;
  padding-left: 0;
}

.thumb_up {
  font-family: 'Material Icons';
  content: 'e8dc';
}

.email-icon {
  font-family: 'Material Icons';
  content: 'e0be';
}

.format_list_bulleted {
  font-family: 'Material Icons';
  content: 'e241';
}

.system_security_update_good {
  font-family: 'Material Icons';
  content: 'f073';	
}

.star-icon {
  font-family: 'Material Icons';
  content: 'e838';	
  }

.favorite-icon {
  font-family: 'Material Icons';
  content: 'e87d';	
}

.people-icon {
  font-family: 'Material Icons';
  content: 'e7fb';	
}

.double_arrow {
  font-family: 'Material Icons';
  content: 'ea50';		
}

/* スクロールでページトップへ戻るボタン設置　*/
#PageTopBtn {
  position: fixed;
  bottom: -10px;
  right: 10px;
}
#PageTopBtn a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #666;
  text-align: center;
  border-radius: 5%;
  outline: none;
}
#PageTopBtn a:hover {
  text-decoration: none; 
  background: #aaa;
}

.foot-nav a {
  color: #eee;
}

.foot-nav a:hover{
  color: orange;
}

/* PCで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
  font-size: 13px;
}
#PageTopBtn a {
  width: 80px; 
  height: 40px;
  padding: 10px 0;
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
body p
,body li 
,body td 
,body label {
  font-size: 0.85rem;
}

.container {
  padding-right: 7px;
  padding-left: 7px;
}
.col {
  padding-right: 8px;
  padding-left: 8px;
}

.page-title h1 {
  font-size: 1.3rem;
  line-height: 2.5rem;
  padding: 3px;
}

.contents-frame h2{
  font-size: 1.1rem;
  line-height: 2.4rem;
  padding: 5px;
}

h2.display-sizex3{
  font-size: 2.0rem;
}
p.display-sizex3{
  font-size: 2.0rem;
}

.custom-fontsize1 p {
  font-size: 0.7rem;
}

.contents-frame h3{
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 2.4rem;
  background-color: #fff;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  padding-left: 12px;
}

.large-char {
  font-size: 16px;
 }

#PageTopBtn {
  font-size: 10px;
}
#PageTopBtn a {
  width: 60px;
  height: 30px;
  padding: 5px 0;
}

}

@media (max-width: 640px) {
body p
,body li 
,body td 
,body label {
  font-size: 0.75rem;
}
}
