@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
section, div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
.animate__animated {
  opacity: 0; }

/* googlemap レスポンシブ*/
.gmap {
  margin-top: 30px;
  position: relative;
  padding-bottom: 90%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/*! ==================================================
　main
=================================================== */
body {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif, -apple-system;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif; }

.common-btn {
  text-align: center;
  margin: 50px auto 0; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      margin: 30px auto 0; } }
  .common-btn a {
    display: inline-block;
    background-color: #3597b3;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 1.4rem;
    letter-spacing: 5px;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none; }
    @media print, screen and (max-width: 991px) {
      .common-btn a {
        font-size: 1.0rem; } }

.common-btn2 {
  text-align: center;
  margin: 50px auto; }
  @media print, screen and (max-width: 991px) {
    .common-btn2 {
      margin: 50px auto; } }
  .common-btn2 a {
    display: inline-block;
    background-color: #b5272d;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 1.4rem;
    letter-spacing: 5px;
    border: 1px solid #ccc;
    text-align: center;
    text-decoration: none !important; }
    @media print, screen and (max-width: 991px) {
      .common-btn2 a {
        font-size: 1.0rem; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

main {
  padding-top: 80px; }
  main a:hover {
    opacity: 0.8; }
  @media print, screen and (max-width: 991px) {
    main {
      padding-top: 50px; } }

main#home {
  padding-top: 0;
  margin: 0;
  padding: 0; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%; }
  #header-fixed header {
    position: relative;
    height: 70px;
    width: 100%;
    background-color: rgba(47, 145, 95, 0.8); }
    #header-fixed header h1 {
      position: fixed;
      top: 12px;
      left: 10px;
      font-size: 2.4rem;
      color: #fff; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1 {
          font-size: 1.6rem; } }
      #header-fixed header h1 span {
        font-size: 1.8rem; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header h1 span {
            font-size: 0.8rem; } }
      #header-fixed header h1 a {
        text-decoration: none !important;
        color: #fff; }
      #header-fixed header h1 img {
        height: 50px;
        margin-right: 20px; }
    #header-fixed header .pcmenu {
      position: fixed;
      top: 20px;
      right: 250px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .pcmenu {
          display: none; } }
      #header-fixed header .pcmenu ul {
        margin: 0; }
      #header-fixed header .pcmenu li {
        font-size: 1.0rem;
        display: inline-block;
        padding: 0 10px; }
        #header-fixed header .pcmenu li a {
          color: #fff;
          text-decoration: none; }
        #header-fixed header .pcmenu li a:hover {
          text-decoration: none !important; }
    #header-fixed header tel {
      position: fixed;
      top: 0;
      right: 0; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header tel {
          display: none; } }
      #header-fixed header tel a {
        display: block;
        background-color: #3597b3;
        color: #fff !important;
        padding: 20px;
        font-size: 1.4rem;
        height: 70px;
        text-decoration: none; }
        #header-fixed header tel a span {
          font-size: 1.0rem; }
      #header-fixed header tel a:hover {
        text-decoration: none; }
    #header-fixed header .telbtn {
      position: absolute;
      top: 15px;
      right: 55px;
      text-align: center; }
      #header-fixed header .telbtn a {
        color: #fff !important;
        display: block;
        background-color: #000;
        width: 40px;
        height: 40px;
        padding-top: 4px;
        font-size: 1.2rem;
        text-decoration: none; }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .telbtn {
          display: none; } }

.spmenu {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    .spmenu {
      display: none; } }

/*#home #header-fixed header{
	display:none;
	@include media(lg-xl){
		display:none;
	}
}
#home #header-fixed header.is-animation{
	position: fixed; 
	display: block;
	width:100%;
	z-index: 1000;
	top: 0;
	height:60px;
}*/
/*#home #header-fixed header{
	background-color:transparent;
		a{
			color:#fff;
		}
		h1{
			top:15px;
		}
	}
	
#home #header-fixed header.is-animation{
	background-color:rgba(47,145,95,0.8);
	a{
		color:#fff;
	}
	h1{
		@include media(lg-xl){
			top:7px;
		}
	}
	
}*/
h2.pagetitle {
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 5px;
  line-height: 0.8;
  padding: 50px 0 80px; }
  @media print, screen and (max-width: 767px) {
    h2.pagetitle {
      padding: 20px 0 50px; } }
  h2.pagetitle span {
    font-size: 1.2rem; }

/*! ==================================================
　home
=================================================== */
#home #topslide {
  position: relative;
  object-fit: cover;
  overflow: hidden; }
  #home #topslide #metaslider-id-7 img {
    width: 100%;
    margin: 0;
    object-fit: cover;
    height: 720px; }
    @media print, screen and (max-width: 767px) {
      #home #topslide #metaslider-id-7 img {
        height: 400px;
        object-fit: cover;
        object-position: center bottom; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #topslide #metaslider-id-7 img {
        height: 500px;
        object-fit: cover;
        object-position: center center; } }
    @media print, screen and (min-width: 1600px) {
      #home #topslide #metaslider-id-7 img {
        height: 950px;
        object-fit: cover;
        object-position: center center; } }
  #home #topslide .slidetxt {
    text-align: center;
    color: #fff;
    width: 100%; }
    @media print, screen and (max-width: 991px) {
      #home #topslide .slidetxt {
        position: absolute;
        top: 30%;
        left: 50%;
        padding: 15px 15px;
        width: 90%;
        height: 90px;
        -ms-transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        /* Safari用 */
        transform: translate(-50%, 50%); } }
    @media print, screen and (min-width: 992px) {
      #home #topslide .slidetxt {
        position: absolute;
        top: 30%;
        left: 50%;
        -ms-transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        /* Safari用 */
        transform: translate(-50%, 50%); } }
    #home #topslide .slidetxt .txt1 {
      font-size: 3.6rem;
      letter-spacing: 10px; }
      @media print, screen and (max-width: 991px) {
        #home #topslide .slidetxt .txt1 {
          font-size: 1.6rem;
          letter-spacing: 2px; } }
      #home #topslide .slidetxt .txt1 p {
        padding: 0; }
#home .msgareaback {
  background-image: url(../img/aboutback.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 15px; }
  @media print, screen and (max-width: 991px) {
    #home .msgareaback {
      padding: 30px 15px; } }
#home .msgarea .logo2 {
  margin: auto;
  text-align: center; }
  #home .msgarea .logo2 img {
    margin: 50px auto;
    width: 200px; }
    @media print, screen and (max-width: 991px) {
      #home .msgarea .logo2 img {
        width: 150px; } }
#home .msgarea p {
  line-height: 2.0;
  padding-top: 30px;
  font-size: 1.2rem; }
  #home .msgarea p span {
    color: #b5272d; }
#home .btnback {
  background-color: #f5f7f6;
  padding-top: 35px;
  padding-bottom: 50px;
  overflow: hidden; }
  @media print, screen and (max-width: 991px) {
    #home .btnback {
      padding-top: 15px;
      padding-bottom: 30px; } }
#home .btnarea {
  text-align: center;
  color: #fff;
  width: 95%;
  margin: 50px auto; }
  @media print, screen and (max-width: 767px) {
    #home .btnarea {
      margin: 20px auto; } }
  @media print, screen and (min-width: 1600px) {
    #home .btnarea {
      width: 90%;
      margin: 50px auto; } }
  #home .btnarea img {
    width: 100%; }
    @media print, screen and (max-width: 767px) {
      #home .btnarea img {
        margin-top: 15px; } }
#home #news {
  background-image: url(../img/newsback.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 15px; }
  #home #news ul li {
    list-style: none;
    margin-top: 20px; }
    #home #news ul li a {
      background-color: rgba(255, 255, 255, 0.8);
      display: block;
      color: #333;
      padding: 15px; }
      #home #news ul li a time {
        display: inline-block;
        background-color: #b5272d;
        color: #fff;
        padding: 2px 5px;
        margin-right: 15px; }
      #home #news ul li a h3 {
        display: inline-block;
        padding: 10px 0;
        letter-spacing: 5px; }
        @media print, screen and (max-width: 991px) {
          #home #news ul li a h3 {
            font-size: 1.2rem;
            letter-spacing: 1px; } }

/*! ==================================================
　single お知らせ詳細
=================================================== */
.single .maincontent {
  padding-bottom: 70px; }
  .single .maincontent table {
    border: 1px solid #ddd; }
    .single .maincontent table tr, .single .maincontent table td {
      border: 1px solid #ddd;
      padding: 5px; }
      @media print, screen and (max-width: 575px) {
        .single .maincontent table tr, .single .maincontent table td {
          font-size: 0.8rem; } }
.single time {
  text-align: center;
  display: block;
  margin: 20px auto;
  color: #b5272d; }
.single h2.ptitle {
  text-align: center;
  color: #3597b3;
  font-size: 3.6rem;
  line-height: 0.8;
  padding-top: 80px;
  margin-bottom: 50px;
  letter-spacing: 5px; }
  @media print, screen and (max-width: 991px) {
    .single h2.ptitle {
      letter-spacing: 2px;
      font-size: 2.4rem;
      line-height: 1.2; } }
  .single h2.ptitle span {
    color: #333333;
    font-size: 1.2rem;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: normal;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      .single h2.ptitle span {
        font-size: 1.0rem; } }
.single h3 {
  border-radius: 15px;
  border: 2px solid #2f915f;
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
  letter-spacing: 5px; }
  @media print, screen and (max-width: 767px) {
    .single h3 {
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding: 15px 5px; } }
.single .content {
  padding-top: 50px;
  padding-bottom: 30px; }
  .single .content a {
    color: #000; }
  .single .content p {
    padding-top: 15px;
    text-align: left;
    padding-bottom: 15px;
    font-size: 1.4rem; }
    @media print, screen and (max-width: 991px) {
      .single .content p {
        font-size: 1.0rem; } }
  .single .content img {
    margin-top: 15px;
    height: auto; }
  .single .content h2 {
    padding-top: 15px;
    font-size: 1.6rem; }
    @media print, screen and (max-width: 767px) {
      .single .content h2 {
        font-size: 1.4rem;
        line-height: 1.5; } }
  .single .content hr {
    color: #ccc !important; }
  .single .content a {
    text-decoration: underline;
    color: #2f915f; }
.single .btn-back {
  margin-top: 50px;
  text-align: center; }
  .single .btn-back a {
    display: inline-block;
    background-color: #b5272d;
    color: #fff;
    padding: 5px;
    width: 30%;
    text-align: center; }
  .single .btn-back a:hover {
    text-decoration: none; }

/*! ==================================================
　page 固定ぺージ　共通
/*=================================================== */
.page main {
  min-height: 400px;
  padding-bottom: 70px; }
  .page main h2.ptitle {
    text-align: center;
    color: #3597b3;
    font-size: 3.6rem;
    line-height: 0.8;
    padding-top: 80px;
    margin-bottom: 50px;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 991px) {
      .page main h2.ptitle {
        letter-spacing: 2px;
        font-size: 2.4rem;
        line-height: 1.2; } }
    .page main h2.ptitle span {
      color: #333333;
      font-size: 1.2rem;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-weight: normal;
      letter-spacing: 2px; }
      @media print, screen and (max-width: 991px) {
        .page main h2.ptitle span {
          font-size: 1.0rem; } }
  .page main h3 {
    border-top: 1px solid #2f915f;
    border-bottom: 1px solid #2f915f;
    text-align: center;
    font-size: 1.4rem;
    padding: 15px;
    color: #2f915f;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    letter-spacing: 5px; }
  .page main h4 {
    font-size: 1.4rem;
    padding: 15px 0 0;
    color: #2f915f;
    margin-top: 50px;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif; }
  .page main p {
    padding-top: 15px;
    line-height: 2.0;
    letter-spacing: 2px; }
  .page main dl {
    padding: 15px;
    border-bottom: 1px dotted #ddd;
    letter-spacing: 2px;
    line-height: 2.0; }
    .page main dl dt {
      font-size: 1.0rem;
      color: #2f915f; }
  .page main ol, .page main ul {
    margin-top: 15px;
    line-height: 2.0;
    letter-spacing: 2px; }
    .page main ol li, .page main ul li {
      padding-top: 15px; }

/*! ==================================================
　page 固定ぺージ
/*=================================================== */
#about {
  line-height: 1.8;
  padding: 70px 0 100px; }
  @media print, screen and (min-width: 1200px) {
    #about .maincontent {
      width: 80%;
      margin: auto; } }
  #about .maincontent ul {
    margin: 30px; }
  @media print, screen and (max-width: 767px) {
    #about .maincontent h3 {
      font-size: 1.2rem;
      letter-spacing: 1px; } }

#company .maincontent figure {
  margin-top: 30px; }
  #company .maincontent figure img {
    width: 100%; }
#company .maincontent h4 {
  color: #3597b3; }
#company .maincontent img {
  width: 100%;
  margin-top: 30px; }

#recruit .maincontent {
  line-height: 1.8; }
  #recruit .maincontent h3 {
    margin-top: 50px;
    color: #fff;
    border-radius: 15px;
    background-color: #3597b3;
    text-align: center;
    padding: 15px;
    font-size: 1.6rem; }
    @media print, screen and (max-width: 767px) {
      #recruit .maincontent h3 {
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 15px 5px; } }
  #recruit .maincontent .red {
    color: #80ba3f;
    font-size: 0.9rem;
    margin-top: 50px; }
  #recruit .maincontent dt {
    margin-top: 15px; }
  #recruit .maincontent dd {
    padding-bottom: 15px; }
    #recruit .maincontent dd a {
      color: #b5272d;
      text-decoration: underline; }
  #recruit .maincontent ul {
    margin-top: 0;
    margin-left: 15px; }
  #recruit .maincontent p {
    padding-top: 15px; }
  #recruit .maincontent .kangeibox {
    border: 2px solid #2f915f;
    border-radius: 30px;
    padding: 15px 30px 30px;
    margin: 50px 15px 30px; }
    @media print, screen and (max-width: 767px) {
      #recruit .maincontent .kangeibox {
        padding: 15px 20px 30px; } }
  #recruit .maincontent img {
    width: 100%;
    margin-top: 50px; }

/*! ==================================================
　page 固定ぺージ　お知らせ一覧
/*=================================================== */
.page-news {
  text-align: center; }
  .page-news ul li {
    list-style: none; }
    .page-news ul li time {
      color: #b5272d;
      font-size: 0.9rem;
      letter-spacing: 1px;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-weight: normal; }
    .page-news ul li h3 {
      margin-top: 15px;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      text-align: center;
      font-size: 1.6rem;
      font-weight: normal;
      border-top: 0;
      border-bottom: 1px dotted #3597b3; }
      @media print, screen and (max-width: 767px) {
        .page-news ul li h3 {
          font-size: 1.2rem;
          letter-spacing: 1px; } }
      .page-news ul li h3 a {
        color: #2f915f;
        display: block;
        padding-bottom: 15px; }
      .page-news ul li h3 a:hover {
        text-decoration: none; }
  .page-news .wp-pagenavi .pages {
    color: #000;
    border: 0; }

/*! ==================================================
　お問い合わせ
/*=================================================== */
#contact #formarea {
  padding: 50px 0;
  width: 100%; }
#contact dl {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px; }
  #contact dl dt {
    font-weight: normal;
    padding: 10px;
    text-align: left;
    font-size: 1.0rem;
    color: #2f915f; }
    #contact dl dt p {
      padding: 0; }
    @media print, screen and (max-width: 991px) {
      #contact dl dt {
        font-weight: bold; } }
    #contact dl dt span {
      color: #b5272d; }
  #contact dl dd {
    padding: 10px;
    text-align: left; }
    #contact dl dd p {
      padding: 0; }
    #contact dl dd input {
      width: 100%; }
    #contact dl dd textarea {
      width: 100%; }
  #contact dl input {
    border: 1px solid #ccc; }
  #contact dl textarea {
    border: 1px solid #ccc; }
  @media print, screen and (max-width: 767px) {
    #contact dl select {
      font-size: 1.2rem; } }
#contact .submitbtn {
  border: 0;
  text-align: center;
  margin: auto;
  width: 50%; }
  #contact .submitbtn input {
    background-color: #b5272d;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 15px 50px; }

#contact.thanks {
  text-align: center; }

/*! ==================================================
　ページナビ
=================================================== */
.wp-pagenavi {
  margin-top: 50px;
  color: #fff;
  text-align: center; }
  .wp-pagenavi a {
    color: #b5272d; }
  .wp-pagenavi .current {
    background-color: #b5272d;
    border: 2px solid #fff !important;
    color: #fff; }

/*! ==================================================
　footer
=================================================== */
footer {
  text-align: center;
  padding-top: 30px;
  background-color: #f5f7f6; }
  @media print, screen and (max-width: 767px) {
    footer {
      padding-bottom: 20px; } }
  footer #footaddress {
    padding: 50px 0;
    line-height: 2.0;
    letter-spacing: 2px; }
    footer #footaddress .addarea {
      width: 600px;
      padding: 50px 30px 30px;
      text-align: center;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        footer #footaddress .addarea {
          width: 95%;
          padding: 15px; } }
      footer #footaddress .addarea .logo2 {
        margin: auto;
        text-align: center; }
        footer #footaddress .addarea .logo2 img {
          margin: 0 auto 50px;
          width: 200px; }
          @media print, screen and (max-width: 991px) {
            footer #footaddress .addarea .logo2 img {
              width: 150px;
              margin: 0 auto 20px; } }
      footer #footaddress .addarea .companyname {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 15px; }
        footer #footaddress .addarea .companyname span {
          font-size: 1.4rem; }
      footer #footaddress .addarea address {
        line-height: 1.8;
        margin-top: 20px;
        font-size: 1.2rem; }
        @media print, screen and (min-width: 992px) {
          footer #footaddress .addarea address span {
            padding-right: 15px; } }
      footer #footaddress .addarea tel {
        font-size: 1.8rem;
        display: block; }
        @media print, screen and (max-width: 991px) {
          footer #footaddress .addarea tel {
            font-size: 1.4rem; } }
        footer #footaddress .addarea tel span {
          font-size: 1.2rem; }
          @media print, screen and (max-width: 991px) {
            footer #footaddress .addarea tel span {
              font-size: 0.8rem; } }
        footer #footaddress .addarea tel a {
          color: #333; }
        footer #footaddress .addarea tel a:hover {
          text-decoration: none; }
  footer .qrbtn {
    padding-top: 50px;
    width: 100%; }
    footer .qrbtn img {
      width: 100%; }
  footer .pagetop {
    position: fixed;
    bottom: 0;
    right: 5%; }
    @media print, screen and (max-width: 991px) {
      footer .pagetop {
        display: none; } }
    footer .pagetop a {
      display: block;
      background-color: #b5272d;
      color: #fff;
      padding: 5px 20px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
  footer .copyright {
    font-size: 0.8rem;
    text-align: center;
    background-color: #2f915f;
    padding: 15px;
    color: #fff;
    letter-spacing: 2px; }

.nopage {
  padding: 200px 0;
  text-align: center; }

.menulink {
  margin-top: -60px;
  padding-top: 60px; }
