@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* =======================================================

* ======================================================= */
img.pc,br.pc{display: inline;}
img.sp,br.sp{display: none}

@media screen and (max-width: 760px) {
img.pc,br.pc{display: none;}
img.sp,br.sp{display: inline}
}


@media screen and (min-width: 1000px) {
a:hover{opacity: 0.8;}
}


.animate-fadeIn,
.animate-fadeIn2 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.animate-is-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* =======================================================

* ======================================================= */

#fh5co-intro h1{
font-family: "Noto Serif JP", serif;
}
#fh5co-intro h1 .red{
color: #E94624;
}


#fh5co-intro .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 760px) {
#fh5co-intro h1{
font-size: 22px;
}
#fh5co-intro .fh5co-lead{
font-size: 16px;
}
}
/* =======================================================

* ======================================================= */

.fh5co-content h2.cont-title{
margin-bottom: 50px;
}
.fh5co-content h3.copy{
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 26px;
line-height: 1.3;
}

#fh5co-sidebar1{
padding-top: 80px;
}

@media screen and (max-width: 990px) {
#fh5co-sidebar1{
padding-top: 0;
}
}


/* =======================================================

* ======================================================= */
#history2{
padding-top: 100px;
}
@media screen and (max-width: 760px) {
#history2{
padding-top: 60px;
}
}




table.histry-list th{
padding: 0 0 10px 30px;
line-height: 1.5;
position: relative;
vertical-align: top;
font-weight: normal;
width: 8em;
}
table.histry-list th:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
  position: absolute;
  top: .1em;
  left: 0;
  font-size: 20px;
  color: #FF5126;
}

table.histry-list td{
padding: 0 0 10px 30px;
line-height: 1.5;
position: relative;
vertical-align: top;
font-weight: normal;
}

@media screen and (max-width: 760px) {
table.histry-list th{
padding: 0 0 5px 30px;
width: 100%;
display: block;
}
table.histry-list td{
padding: 0 0 30px 30px;
width: 100%;
display: block;
}
}




