@font-face
{
  font-family: NF-Copse-Regular;
  src: url('../fonts/Copse-Regular.ttf');
}

@font-face
{
  font-family: NF-Poppins-Bold;
  src: url('../fonts/Poppins-Bold.ttf');
}

@font-face
{
  font-family: NF-Poppins-SemiBold;
  src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face
{
  font-family: NF-Poppins-Light;
  src: url('../fonts/Poppins-Light.ttf');
}

@font-face
{
  font-family: NF-Poppins-Light-Italic;
  src: url('../fonts/Poppins-Light-Italic.ttf');
}

@font-face
{
  font-family: NF-Poppins-Medium;
  src: url('../fonts/Poppins-Medium.ttf');
}

/****************************************************************************/

*
{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html
{
  font-size: 20px;
}

ul,
ol,
dl
{
  list-style: none;
}

.page-module p
{
  margin-bottom: 0;
}

/**************************************************************************/

.copse-regular
{
  font-family: NF-Copse-Regular;
}

.poppins-bold
{
  font-family: NF-Poppins-Bold;
}

.poppins-semiBold
{
  font-family: NF-Poppins-SemiBold;
}

.poppins-light
{
  font-family: NF-Poppins-Light;
}

.poppins-light-italic
{
  font-family: NF-Poppins-Light-Italic;
}

.poppins-medium
{
  font-family: NF-Poppins-Medium;
}

.yellow-underline
{
  display: inline-block;
  position: relative;
}

.yellow-underline span
{
  position: relative;
  z-index: 9;
}

.yellow-underline::before
{
  content: '';
  display: block;
  width: 100%;
  height: 1.2rem;
  background-color: #ffe63c;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}

.opacity7
{
  opacity: 0.7;
}

/*********************************************************************************/

.page-module
{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-module>.wrap
{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.page-module h3
{
 /* color: #1e3c50; */
 color: black;
  font-size: 2.5rem;
  font-family: NF-Copse-Regular;
}

.page-module h5
{
 /* color: #1e3c50; */
 color: black;
  font-size: 20px;
  line-height: 26px;
  font-family: NF-Poppins-Light;
}

.page-module p
{
 /* color: #1e3c50; */
 color: black;
  font-size: 1rem;
  line-height: 24px;
}

.page-module a,
.page-module a:hover
{
  color: #c7635a;
  text-decoration: none;
}

/*****************************************************************************/

#header
{
  height: 200px;
  font-family: NF-Copse-Regular;
  background-color: #e6e6e0;
}

#header .wrap
{
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

#header .logo
{
  cursor: pointer;
  display: block;
  height: 70%;
}

#header .navigator
{
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

#header .navigator .navi-link
{
  padding: 0 0.6rem;
  font-size: 1.2rem;
  /* color: #1e3c50; */
  color: black;
  position: relative;
}

#header .navigator .navi-link:hover
{
  text-decoration: none;
}

#header .navigator span
{
  position: relative;
  z-index: 9;
}

#header .navigator .navi-link:hover::before,
#header .navigator .navi-link.active::before
{
  content: '';
  display: block;
  width: 100%;
  height: 0.8rem;
  background-color: #ffe63c;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}

/******************************************************************************/

#footer
{
  font-family: NF-Poppins-Light;
  background-color: #f0f0f0;
  text-align: center;
  /* color: #1e3c50; */
  color: black;
}

#footer .link-area img
{
  width: 1.5rem;
}

/*******************************************************************************/

@media screen and (max-width: 1800px)
{
  html
  {
    font-size: 19px;
  }
}

@media screen and (max-width: 1700px)
{
  html
  {
    font-size: 18px;
  }
}

@media screen and (max-width: 1600px)
{
  html
  {
    font-size: 17px;
  }
}

@media screen and (max-width: 1500px)
{
  html
  {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px)
{
  html
  {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px)
{
  html
  {
    font-size: 14px;
  }
}
