@charset "utf-8";

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

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

main,
aside {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  outline: 0px solid #f00;
}

img {
  pointer-events: none; 
  max-width: 100%;
}

.header-img img{
  padding-top: 65px;
  margin-top: 0;
  width: 100%;
}

/* ## Frame Layout = Left：main_frame & Right：side_frame ## */
.main_frame {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  outline: 0px solid #f00;
}

.main_contents {
  background-color: #f1f3f8;  /* 白色系グレー */
  margin-top: 0;
  padding-top: 0;
  outline: 0px solid #ff0;
}

.side_frame {
  margin: 0;
  padding: 0;
  outline: 0px solid #00f;
}

.sidemenu {
  display: block;
  background-color: #f1f3f8;  /* 白色系グレー */
  margin: 0;
  padding: 0;
}

.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidemenu img {
  width: 200px;
  max-width: 100%;
}

.page-title h1 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.7rem;
  color: #fff;
  background-color: #00818a; /* 青緑 */
  padding-left: 24px;
}

/* #Contents Frame# */
.contents-frame {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  background-color: #f1f3f8;  /* 白色系グレー */
  outline: 0px solid #000;
 }

.contents-frame h2{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3.1rem;
  padding-left: 15px;
}

.contents-frame h3{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.0rem;
  color: #222;
  background-color: #d0e0fa;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #999;
  padding-left: 18px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

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

.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;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  border-radius: 6px;
  padding-left: 10px;
}

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

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

.contact_button {
  display: block;
  width: 300px;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}

.contact_button img {
  width: 100%;
}

.card-header {
  padding: 0.5rem 1.25rem;
}
.card-text li {
  font-size: 1.0rem;
  font-weight: 500;
}
.card-footer {
  padding: 0.7rem 1.25rem;
}

.font-small {
  font-size: 80%;
}

/* 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: #f1f3f8;  /* 薄いグレー */
  border-bottom: 1px solid #cccccc;  /* 枠あり */
}

.bg-custom1n{
  background-color: #f1f3f8;
  border-bottom: 0px solid #cccccc;  /* 枠あり */
}
.bg-custom2{
  background-color: #8D93AB;  /* 濃いグレー */
}

.bg-lightblue {
  background-color: #d3edfb;  /* 薄いライトブルー */
}

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

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

.bg-lightgray {
  background-color: #eeeeee;
}

.bg-info2 {
  color: #fff;
  background-color: #005070;  /* 濃紺 */
  border-color: #005070;
}

.btn-info2 {
  background-color: #005070;  /* 濃紺 */
}

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


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

.ie-height {
  min-height: 0%;
}

.service-list {
  display:block;
  list-style-position: outside;
}

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

.note {
  color: #06f;
}

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

.parallax-text {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 65px;  /*  60px  */
}

.parallax-text h2 {
  color: #fff;
}

.parallax-text p {
  font-size: 3.0rem;
  font-weight: 600;
  color: #f0f0f0;
}

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

/* 流体シェープ　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;
}

.web-price span {
  font-size: 1.1rem;
  font-weight: 500;
  color: #555;
}

.table-news {
  display: block;
  padding: 10px;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
.table-news th {
  width: 150px;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}
.table-news td {
  border-bottom: solid 1px #ddd;
  padding: 10px;
}

/* スクロールでページトップへ戻るボタン設置　*/
#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) and (max-width: 991px) {

.page-title h1 {
  font-size: 1.5rem;
  line-height: 3.0rem;
}

.contents-frame h2{
  font-size: 1.3rem;
  line-height: 2.6rem;
}

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

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

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

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

.contents-frame th,
.contents-frame td,
.contents-frame li {
  font-size: 0.9rem;
 }
 
#PageTopBtn {
    font-size: 13px;
}

#PageTopBtn a {
    width: 80px;
    height: 40px;
    padding: 10px 0;
}

.product-label h3 {
  font-size: 1.1rem;
  line-height: 2.5rem;
}

.product-label p {
  font-size: 0.8rem;
}

}


/* ##### タブレット（width：767px以下）で表示する場合 ##### */
@media  (min-width: 577px) and (max-width: 767px) {

body p
,body li 
,body td 
,body label {
  font-size: 0.85rem;
}
body,
header,
section {
  max-width: 100vw;
  margin: 0px;
  padding: 0px;
}
.container div,
.contents-frame div{
  max-width: 100vw;
  margin: 0px;
  padding: 0px;
}

.header-img img{
  padding-top: 65px;
}

.card-header {
  padding: 0.2rem 1.25rem;
}

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

.page-title h1 {
  font-size: 1.4rem;
  line-height: 3.0rem;
  padding-left: 10px;
}

.contents-frame h2{
  font-size: 1.3rem;
  line-height: 2.6rem;
}

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

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

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

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

.contents-frame th,
.contents-frame td,
.contents-frame li {
  font-size: 0.85rem;
 }
.animated h2 {
  font-size: 1.5rem;
} 
 
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 60px;
    height: 30px;
    padding: 5px 0;
} 

.sidemenu img {
  width: 175px;
  height: auto;
}

}

/* ##### スマホ（width：576px以下）で表示する場合 ##### */
@media (max-width: 576px) {

body,
header,
section {
  max-width: 100vw;
  margin: 0px;
  padding: 0px;
}
.container div,
.contents-frame div{
  max-width: 100vw;
  margin: 0px;
  padding: 0px;
}

.page-title h1 {
  font-size: 1.0rem;  /* 1.2rem */
  line-height: 2.2rem;  /* 2.8rem */
  padding-left: 8px;
}

.contents-frame h2{
  font-size: 1.0rem;  /* 1.2rem */
  line-height: 2.2rem;  /* 2.5rem */
}

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

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

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

.contents-frame p,
.contents-frame ul,
.contents-frame th,
.contents-frame td,
.contents-frame li {
  font-size: 0.85rem;
 }

.parallax-text p {
  font-size: 2.0rem;
 }

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

.sidemenu img {
  width: 150px;
}

img.contact_button {
  width: 60%;
}

}

