﻿@charset "utf-8";
/* CSS Document */

/*************************************************
2020　追加CSS
*************************************************/

.lnkLst,.lnkLst li {
    list-style-type: disc!important;
}
.lnkLst li {
    margin-left: 27px;
}
.b-top {
    margin-top: 30px;
    border-top: dotted 1px #D9D9D9;
}
.buttonGr a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 20px;
    padding: 1em 2em;
    color: #528200!important;
    font-size: 16px;
    font-weight: 700;
    border: 3px solid #A4C567;
    border-radius: 5px;
    text-decoration: none!important;
  }
  .buttonGr a::after {
      content: '';
      width: 5px;
      height: 5px;
      padding: 2px;
      border-top: 3px solid #528200;
      border-right: 3px solid #528200;
      transform: rotate(45deg);
      margin-left: 20px;
  }
  
  .buttonGr a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #F4FEE1;
  }
  
  .buttonGr a:hover::after {
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
  }
  .mb10 {
    margin-bottom: 10px!important;
}
  .mb20 {
    margin-bottom: 20px!important;
}
  .mb30 {
      margin-bottom: 30px!important;
  }
  .mb40 {
    margin-bottom: 40px!important;
}
    .mb50 {
    margin-bottom: 50px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.ent {
	white-space: pre-wrap;
	}

