

/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/

/* noto-serif-jp-300 */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/noto-serif-jp-300.woff2') format('woff2'), 
       url('fonts/noto-serif-jp-300.woff') format('woff');
}
/* noto-serif-jp-700 */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/noto-serif-jp-700.woff2') format('woff2'),
       url('fonts/noto-serif-jp-700.woff') format('woff');
}
/* noto-sans-jp-300 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/noto-sans-jp-300.woff2') format('woff2'),
       url('fonts/noto-sans-jp-300.woff') format('woff');
}
/* noto-sans-jp-700 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/noto-sans-jp-700.woff2') format('woff2'),
       url('fonts/noto-sans-jp-700.woff') format('woff');
}
@font-face {
    font-family:'icon';
    font-style:normal;
    font-weight: normal;
    font-display: swap;
    src: url('fonts/icon.woff2') format('woff2'),
         url('fonts/icon.woff') format('woff'),
         url('fonts/icon.ttf') format('truetype');
}
[class^="icon-"], [class*=" icon-"] {
    font-family:'icon';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
}

/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:300;
    font-size:1rem;
    line-height:1.5;
    color:#424242;
    background:#315162;
}
img, header, nav, section, aside, article, footer {
    display:block;
}
img {
    border:0 none;
    height:auto;
    width:100%;
    max-width:100%;
}
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover {
    outline:0;
}

#map {
  width:100%;
  height:500px;
}

/******** Links ********************************************************************************/
/***********************************************************************************************/

a {
  text-decoration:none;
  transition: color 0.2s ease-in-out;
}
p a,
.facts li a {
  color:#424242;
  border-bottom:1px dotted #424242;
}
.btn {
  display:inline-block;
  width:120px;
  position:relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  text-align:left;
  border:1px solid rgba(255,255,255,1);
  border-radius:0;
  cursor:pointer;
  text-decoration:none;
  font-size:1rem;
  padding:10px 40px 10px 15px;
  margin:0 5px;
  color:rgba(255,255,255,1);
  line-height:1;
  background:transparent;
  -webkit-appearance:none;
  -webkit-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}
.btn:hover {
  color:rgba(255,255,255,0.5);
  background:transparent;
  border:1px solid rgba(255,255,255,0.5);
}
.btn:before {
  font-family:'icon';
  position:absolute;
  right:15px;
  top:50%;
  margin-top:-8px;
  line-height:1;
}
.btn.phone:before {
  content: "\ea98";
}
.btn.email:before {
  content: "\ea97";
}
.btn.file:before {
  content: "\e612";
}
.btn-top {
    width:32px;
    height:32px;
    border-radius:50%;
    display:block;
    z-index:999;
    position:fixed;
    bottom:75px;
    right:15px;
    background-color:transparent;
    background-image:url("../images/top.png");
    background-position:center center;
    background-size:32px;
    background-repeat:no-repeat;
    transition: opacity 0.2s ease-out;
    opacity:0;
}
.btn-top.show {
    opacity:1;
}
@media all and (min-width: 992px) {
.btn-top {
    bottom:90px;
}
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

h1, h2, h3, h4 {
  font-family: 'Noto Serif JP', serif;
  line-height:1.2;
  margin-bottom:2rem;
}
h1 {
  font-size:2rem;
  font-weight:700;
  text-align:center;
}
h1:after {
    content: '';
    display: block;
    width: 150px;
    padding-top: 30px;
    margin:0 auto;
    border-bottom: 1px solid #ffffff;
}
h2 {
  font-size:1.25rem;
  font-weight:700;
  color:#3b4c1f;
}
h2 span {
  display:block;
  margin-bottom:5px;
  color:#607731;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:0.15rem;
  font-size:1rem;
}
h3 {
  font-size:1.5rem;
  color:#3b4c1f;
}
p {
  margin-bottom:2rem;
}
.section-lead {
  font-size:1.125rem;
} 
.target {
  display:inline-block;
  margin-top:-50px;
  padding-top:50px;
  height:0;
}
@media all and (min-width: 992px) {
h1 { font-size:3.375rem; }
h2 { font-size:2rem; }
h3 { font-size:1.25rem; }
.section-lead {
  font-size:1.313rem;
}
.target {
  margin-top:-80px;
  padding-top:80px;
}
.details {
  border-top:1px solid #e2e4de;
  padding-top:2rem;
}
}
.facts {
  margin-bottom:2rem;
  background-color:#dfe4d6;
  padding:2.5rem 2rem 2.5rem 2rem;
  font-size:0.875rem;

}
.facts li {
  list-style:none;
  font-size:0.875rem;
  padding:5px 0;
  margin-top:-1px;
  border-top:1px solid #bfc9ad;
  border-bottom:1px solid #bfc9ad;
}
.facts li span {
  display:block;
  font-weight:500;
}
@media all and (min-width: 576px) {
.facts li span {
  display:inline-block;
}
}


/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
    width:100%;
    height:60px;
    background:#3b4c1f;
    z-index:10000;
    position:fixed;
    top:0;
    left:0;
    padding-left:15px;
    padding-right:15px;
}
#logo {
  display:block;
  float:left;
  width:189px;
  margin-top:10px;
}
@media all and (min-width: 768px) {
header {
    height:90px;
}
#logo {
  display:block;
  width:237px;
  margin-top:20px;
}
}

/******** Menu ********************************************************************************/
/***********************************************************************************************/

#toggle-menu {
    display:block;
    float:right;
    font-size:24px;
    color:#ffffff;
    margin-top:10px;
    text-align:center;
    text-decoration:none;
}
#toggle-menu.active {
    color:#d4de83;
}
#toggle-menu:before {
    font-family:'icon';
    content: "\e601";
}
#menu {
    position:absolute;
    display:none;
    left:-15px;
    right:-15px;
    top:60px;
    padding:20px 0 40px 0;
    z-index:20;
    background:#607731;
}
#menu.active {
    display:block;
}
#menu li {
    list-style-type:none;
    padding:5px 0 5px 0;
}
#menu a {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight:300;
    letter-spacing:0.15rem;
    display:block;
    text-align:center;
    text-transform:uppercase;
    color:#ffffff;
    font-size:1rem;
    text-decoration:none;
}
#menu a:hover,
#menu a.active {
    color:#d4de83;
    text-decoration:none;
}
@media all and (min-width: 768px) {
#toggle-menu {
    display:none;
}
#menu {
    position:relative;
    display:block;
    float:right;
    width:auto;
    padding:0;
    top:auto;
    left:auto;
    right:auto;
    margin-right:15px;
    margin-top:25px;
    background:none !important;
}
#menu li {
    float:left;
    margin-left:20px;
}
}

/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/

main {
    background:#ffffff;
    padding-top:60px;
}
@media all and (min-width: 992px) {
main {
  padding-top:90px;
}
.section-header {
  min-height:600px;
}
}
.section-header,
.section-content {
  padding-left:15px;
  padding-right:15px;
}
.section-header {
  position:relative;
  color:#ffffff;
  background-position:top center;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#ffffff;
}
.section-header.section-download {
  background-color:#4a7993;
}
.section-header.main {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
  clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
}
.section-header.bg:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.35);
}

/******** Box *********************************************************************************/

.download {
  max-width:300px;
  margin:0 auto;
  -webkit-box-shadow: -1px 25px 25px -15px rgba(0,0,0,0.75);
  box-shadow: -1px 25px 25px -15px rgba(0,0,0,0.75);
  margin-bottom:3rem;
}

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
  width:100%;
  color:#ffffff;
  text-align:center;
}
footer .legal {
  font-size:0.875rem;
}
footer .legal a {
  display:inline-block;
  margin:0 5px;
  color:#ffffff;
  text-decoration:none;
  border-bottom:none;
}
footer .legal a:hover {
  color:#ffffff;
  text-decoration:none;
  border-bottom:1px solid #ffffff;
}
footer h3 {
  color:#ffffff;
}

/******** Helpers ******************************************************************************/
/***********************************************************************************************/

.center {
  text-align:center;
}
/******** Spacing / Margin **********************************************************************/

.mt-0 { margin-top: 0!important }
.mt-1 { margin-top: 10px!important }
.mt-2 { margin-top: 20px!important }
.mt-3 { margin-top: 30px!important }
.mb-3 { margin-bottom: 30px!important }
.mt-4 { margin-top: 40px!important }
.mt-5 { margin-top: 50px!important }
.mt-6 { margin-top: 60px!important }
.mt-7 { margin-top: 70px!important }
.mt-8 { margin-top: 80px!important }
.mt-9 { margin-top: 90px!important }

@media (min-width:576px) {
    .mt-sm-0 { margin-top: 0!important }
    .mt-sm-1 { margin-top: 10px!important }
    .mt-sm-2 { margin-top: 20px!important }
    .mt-sm-3 { margin-top: 30px!important }
    .mt-sm-4 { margin-top: 40px!important }
    .mt-sm-5 { margin-top: 50px!important }
    .mt-sm-6 { margin-top: 60px!important }
    .mt-sm-7 { margin-top: 70px!important }
    .mt-sm-8 { margin-top: 80px!important }
    .mt-sm-9 { margin-top: 90px!important }
}
@media (min-width:768px) {
    .mt-md-0 { margin-top: 0!important }
    .mt-md-1 { margin-top: 10px!important }
    .mt-md-2 { margin-top: 20px!important }
    .mt-md-3 { margin-top: 30px!important }
    .mt-md-4 { margin-top: 40px!important }
    .mt-md-5 { margin-top: 50px!important }
    .mt-md-6 { margin-top: 60px!important }
    .mt-md-7 { margin-top: 70px!important }
    .mt-md-8 { margin-top: 80px!important }
    .mt-md-9 { margin-top: 90px!important }
}
@media (min-width:992px) {
    .mt-lg-0 { margin-top: 0!important }
    .mt-lg-1 { margin-top: 10px!important }
    .mt-lg-2 { margin-top: 20px!important }
    .mt-lg-3 { margin-top: 30px!important }
    .mt-lg-4 { margin-top: 40px!important }
    .mt-lg-5 { margin-top: 50px!important }
    .mt-lg-6 { margin-top: 60px!important }
    .mt-lg-7 { margin-top: 70px!important }
    .mt-lg-8 { margin-top: 80px!important }
    .mt-lg-9 { margin-top: 90px!important }
}

/******** Spacing / Padding *******************************************************************/

.pt-0 { padding-top: 0!important }
.pt-1 { padding-top: 10px!important }
.pb-1 { padding-bottom: 10px!important }
.pt-2 { padding-top: 20px!important }
.pb-2 { padding-bottom: 20px!important }
.pt-3 { padding-top: 30px!important }
.pb-3 { padding-bottom: 30px!important }
.pt-4 { padding-top: 40px!important }
.pb-4 { padding-bottom: 40px!important }
.pt-5 { padding-top: 50px!important }
.pb-5 { padding-bottom: 50px!important }
.pt-6 { padding-top: 60px!important }
.pb-6 { padding-bottom: 60px!important }
.pt-7 { padding-top: 70px!important }
.pb-7 { padding-bottom: 70px!important }
.pt-7 { padding-top: 80px!important }
.pb-8 { padding-bottom: 80px!important }
.pt-9 { padding-top: 90px!important }
.pb-9 { padding-bottom: 90px!important }


@media (min-width:576px) {
    .pt-sm-0 { padding-top: 0!important }
    .pb-sm-0 { padding-bottom: 0!important }
    .pt-sm-1 { padding-top: 10px!important }
    .pb-sm-1 { padding-bottom: 10px!important }
    .pt-sm-2 { padding-top: 20px!important }
    .pb-sm-2 { padding-bottom: 20px!important }
    .pt-sm-3 { padding-top: 30px!important }
    .pb-sm-3 { padding-bottom: 30px!important }
    .pt-sm-4 { padding-top: 40px!important }
    .pb-sm-4 { padding-bottom: 40px!important }
    .pt-sm-5 { padding-top: 50px!important }
    .pb-sm-5 { padding-bottom: 50px!important }
    .pt-sm-6 { padding-top: 60px!important }
    .pb-sm-6 { padding-bottom: 60px!important }
    .pt-sm-7 { padding-top: 70px!important }
    .pb-sm-7 { padding-bottom: 70px!important }
    .pt-sm-7 { padding-top: 80px!important }
    .pb-sm-8 { padding-bottom: 80px!important }
    .pt-sm-9 { padding-top: 90px!important }
    .pb-sm-9 { padding-bottom: 90px!important }
}
@media (min-width:768px) {
    .pt-md-0 { padding-top: 0!important }
    .pb-md-0 { padding-bottom: 0!important }
    .pt-md-1 { padding-top: 10px!important }
    .pb-md-1 { padding-bottom: 10px!important }
    .pt-md-2 { padding-top: 20px!important }
    .pb-md-2 { padding-bottom: 20px!important }
    .pt-md-3 { padding-top: 30px!important }
    .pb-md-3 { padding-bottom: 30px!important }
    .pt-md-4 { padding-top: 40px!important }
    .pb-md-4 { padding-bottom: 40px!important }
    .pt-md-5 { padding-top: 50px!important }
    .pb-md-5 { padding-bottom: 50px!important }
    .pt-md-6 { padding-top: 60px!important }
    .pb-md-6 { padding-bottom: 60px!important }
    .pt-md-7 { padding-top: 70px!important }
    .pb-md-7 { padding-bottom: 70px!important }
    .pt-md-7 { padding-top: 80px!important }
    .pb-md-8 { padding-bottom: 80px!important }
    .pt-md-9 { padding-top: 90px!important }
    .pb-md-9 { padding-bottom: 90px!important }
}
@media (min-width:992px) {
    .pt-lg-0 { padding-top: 0!important }
    .pb-lg-0 { padding-bottom: 0!important }
    .pt-lg-1 { padding-top: 10px!important }
    .pb-lg-1 { padding-bottom: 10px!important }
    .pt-lg-2 { padding-top: 20px!important }
    .pb-lg-2 { padding-bottom: 20px!important }
    .pt-lg-24 { padding-top: 23px!important }
    .pt-lg-3 { padding-top: 30px!important }
    .pb-lg-3 { padding-bottom: 30px!important }
    .pt-lg-4 { padding-top: 40px!important }
    .pb-lg-4 { padding-bottom: 40px!important }
    .pt-lg-5 { padding-top: 75px!important }
    .pb-lg-5 { padding-bottom: 75px!important }
    .pt-lg-6 { padding-top: 60px!important }
    .pb-lg-6 { padding-bottom: 60px!important }
    .pt-lg-7 { padding-top: 70px!important }
    .pb-lg-7 { padding-bottom: 70px!important }
    .pt-lg-7 { padding-top: 80px!important }
    .pb-lg-8 { padding-bottom: 80px!important }
    .pt-lg-9 { padding-top: 90px!important }
    .pb-lg-9 { padding-bottom: 90px!important }
}

/******** Modal *******************************************************************************/
/**********************************************************************************************/

/******** Animation ***************************************************************************/

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap  {
  opacity:0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);

}
.mfp-fade.mfp-wrap.mfp-ready  {
  transform: scale(1);
  opacity:1;

}
.mfp-fade.mfp-wrap.mfp-removing  {
  transform: scale(0.7);
  opacity: 0;

}

/******** Basic *******************************************************************************/


.mfp-bg {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:20000;
    overflow:hidden;
    position:fixed;
    background:rgba(59, 76, 31, 0.95);
}
.mfp-wrap {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:21000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    height:100%;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.mfp-container:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
    display:none;
}
.mfp-container {
    padding: 0 8px;
}
.mfp-content {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:30px auto 60px auto;
    text-align:left;
  }
.mfp-preloader {
    color:rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}
.mfp-preloader a {
    color:rgba(255, 255, 255, 1);
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display:none;
}
.mfp-close {
    overflow:visible;
    cursor:pointer;
    background:transparent;
    border:0;
    display:block;
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:20px;
    top:10px;
    text-decoration:none;
    text-align:center;
    color:rgba(255, 255, 255, 1);
    font-style:normal;
    font-size:28px;
    font-family:Arial, monospace;
}
.mfp-arrow {
    cursor:pointer;
    border:0;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    color:rgba(255, 255, 255, 1);
    background:transparent;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width:100%;
    cursor:auto;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align:right;
  }
.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:focus {
    color:rgba(235, 239, 241, 1);
}
.mfp-counter {
    font-weight:500;
    font-size:14px;
    line-height: 20px;
    color:rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    display:none;
  }
.mfp-arrow-left,
.mfp-arrow-right {
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:40px;
}
.mfp-arrow-left {
    left:25px;
}
.mfp-arrow-right {
    right:25px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
    font-family:'icon';
    font-size:40px;
}
.mfp-arrow-right:before {
    content: "\e605";
}
.mfp-arrow-left:before {
    content: "\e615";
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
  display: none;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
    width: 100%;
    max-width:900px;
    height: auto;
    display: block;
    line-height: 0;
    padding: 10px;
    margin: 0 auto;

}
.mfp-figure {
  background-color:rgba(255, 255, 255, 1);
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}
.mfp-figure {
    line-height: 0;
}
.mfp-bottom-bar {
    margin-top:10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-weight:300;
    font-size:1rem;
    text-align: left;
    line-height: 20px;
    color:rgba(255, 255, 255, 1);
    width: 80%;
}
.mfp-figure small {
    font-weight:300;
    color:rgba(255, 255, 255, 1);
    display: block;
    font-size:0.875rem;
    line-height: 14px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}

.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
}

@media all and (max-width: 800px) {

.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}
}


/******** Grid ********************************************************************************/
/**********************************************************************************************/

.wrapper {
  position:relative;
  width:100%;
  max-width:1170px;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}
.wrapper-fluid {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}
.row {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
}
.no-gutters {
  margin-right:0;
  margin-left:0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right:0;
  padding-left:0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

