@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

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

img {
  pointer-events: none;
}

.top {
  background-color: #eee;
}

.page-title h1 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.0rem;
  color: #eee;
  background-color: #003856;
  border-left: 12px solid #bb0000;
  border-bottom: 2px solid #4e5457;
  padding-left: 15px;
}

/* Contents Frame in Section */
.contents-frame {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  border: 0px solid #f00;
 }

.contents-frame h2{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  border-left: 8px solid #003856; /* 濃い青 */
  border-bottom: 2px solid #ccc;
  padding-left: 12px;
}

.contents-frame h3{
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5rem;
  background-color: #d3edfb;
  border-bottom: 4px solid #0068B7;
  border-right: 0px solid #ccc;
  padding-left: 12px;
}

.contents-frame h4{
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 2.0rem;
  background-color: rgba(255,255,255,0.5); 
  border: 2px solid #888;
  border-radius: 6px;
  padding-left: 10px;
}

.contents-frame h5{
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.8rem;
  background-color:#eee;  
  padding-left: 10px;
}

.contents-frame p,
.contents-frame ul {
  font-size: 1.0rem;
  font-weight: 400;
}

.font-large p{
  font-size: 1.3rem;
  font-weight: 700;
}

.ip-table {
  width: 100%;
  font-size: 0.9rem;
}

.table-company {
  width: 100%;
  margin: 5px;
}

.table-company th {
  width: 35%;
}

.table-company td {
  width: 60%;
}

.partner-table {
  width: 100%;
  font-size: 1.0rem;
}

.partner-table th,td{
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #cccccc;
}

.table-news {
  width: 100%;
  margin-bottom : 15px;
  padding: 10px;
  word-break: break-all;
}

.table-news th.midashi {
  width: auto;
  text-align: left;
  background: #666;
  color: #fff;
  border: 1px solid #aaa;
}

.table-news th {
  width: 140px;
  text-align: center;
  background: #eeeeee;
  border: 1px solid #aaa;
}

.table-news td {
  background: #fff;
  font-size: 1.0rem;
  border: 1px solid #aaa;
}

.card-header {
  padding: 0.5rem 1.25rem;
  outline: 0px solid #f00;
}

#service
,#ip_development
,#ip_operation
,#ip_consulting
,#ip_product
,#company_profile 
,#access
,#partner
,#news 
,#recruit
,#contact {
margin-top: -56px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 56px; /* 打ち消し用のパディング */
}

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

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

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

.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;
}

/* bootstrap-css customize */
.bg-custom1{
  background-color: #e0e0e0;
}
.bg-custom2{
  background-color: #9fd9f6;
}

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

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

.bg-light2 {
  background-color: #f0f0f0;
}

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

.bg-darkblue {
  background-color: #0068B7;
}

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

h2.small-h2 {
  font-size: 1.25rem;  /* original=2rem */
}

h3.small-h3 {
  font-size: 1.15rem;  /* original=1.75rem */
}

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

.img-middle {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 20px auto;
}

/* parallax */
.parallax-window {
  min-height: 200px;
  background: transparent;
}

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

.parallax-text h2 {
  color: #fff;
 }
.parallax-text p {
  font-size: 3.5rem;
  color: #fff;
 } 
 
.parallax-slider {
     top: 0;
     left: 0;
}

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* スクロールでページトップへ戻るボタン設置　*/

#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;
}

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

/* ########## タブレット（width：767px以下）で表示する場合 ########## */
@media (max-width: 767px) {
body p
,body li 
,body td 
,body label {
  font-size: 0.85rem;
}

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

.page-title h1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.card-header {
  padding: 0.2rem 1.25rem;
}

.contents-frame {
  width: 100%;
  margin: 0;
}

.contents-frame h2{
  font-size: 1.2rem;
  line-height: 2.3rem;
}

.contents-frame h3{
  font-size: 1.1rem;
  line-height: 2.2rem;
  padding-left: 10px;
}

.contents-frame h4{
  font-size: 1.0rem;
  line-height: 2.0rem;
}

.contents-frame h5{
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.contents-frame p,
.contents-frame ul {
  font-size: 0.8rem;
 }

.parallax-window {
  height: 65%;
  min-height: 120px;
}

.parallax-text {
  padding-top: 25px;
}

.parallax-text p {
  font-size: 2.5rem;
 } 
 
.animated h2 {
  font-size: 1.5rem;
} 
 
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 60px;
    height: 30px;
    padding: 5px 0;
} 
 
}

/* ### スマホ（width：576px以下）で表示する場合 ### */
@media (max-width: 576px) {
.page-title h1 {
  font-size: 1.1rem;
  line-height: 2.0rem;
}

.service-list {
  padding-left: 20px;
}

.font-large p{
  font-size: 1.0rem;
  font-weight: 600;
}

.ip-table {
  font-size: 0.8rem;
}

}