@charset "utf-8";

/*
.m-plus-1p-thin {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-1p-light {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-1p-medium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-1p-bold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-1p-extrabold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-1p-black {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}


*/


html {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body {
    font-size: 18px;
    color: white;
    background: #2a2021;
}

h1{ font-size: 225%; font-weight: 800;}
h2{ font-size:200%; font-weight: 800; border-bottom: 1px solid #fff ;}
h3{}
h4{}
h5{}
h6{}

ul{ list-style: none;}
ul li{ list-style: none;}

#main_title{ background-image: url(img/fv01.jpg);
background-repeat: no-repeat;
background-size: cover;

padding-top: 3rem;
}



.slant-bg {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
}

.slant-bg p {
    width: 65%;
    margin: 0 auto;
}

.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D1E28A;
    background-image: url(img/background.jpg);
    background-repeat: repeat;
    transform: skewY(-2deg);
    z-index: -1;
    margin-top: -10rem;
}





#main_title h2{ border: none;}
#main_title .container{}
#main_title dt{border-bottom: 1px solid #666;}
#main_title dd{ margin-bottom: 2rem;}
#border_img{ margin-top: -8rem;}



body.ranger{ background: #fff;
color: #000;}