/*===================================
  CSS 
/*=================================*/

.greenbox {
  margin-bottom: 64px;
}
.greenbox dt {
  background: #6DC6C6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 120px;
  height: 45px;
  line-height: 45px;
  margin: 0 0 0 30px;
}
.greenbox dd {
  border-radius: 5px;
  border: 2px solid #6DC6C6;
  margin-top: -23px;
  padding: 35px 0 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
}

.textlist1 h3{
  color: #367E7F;
}
.textlist1 h4{
  font-weight: bold;
  font-size: 1.15em;
  margin-left: 1.2em;
}
.textlist1 .l-section-title-h3__outer {
    margin-bottom: 10px;
}
.textlist1 p{
  margin-left: 1.2em;
}



.l-section__inner>ul {
    margin-left: 0;
    padding-left: 0!important;
}
.acofeatures{
  display: flex;
  margin-bottom: 70px;
}
.acofeatures > li{
  list-style: none;
}
.acofeatures > li.box{
  margin-right: 10px;
}
.acofeatures > li.box:nth-child(3){
  margin-right: 0;
}
.acofeatures > li.box h4{
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.acofeatures > li.box:nth-child(1) h4{
  background: #409BC3;
}
.acofeatures > li.box:nth-child(2) h4{
  background: #EF8C97;
}
.acofeatures > li.box:nth-child(3) h4{
  background: #A679B3;
}
.acofeatures > li.box > ul > li{
  margin: 0 10px 10px 20px;
  list-style: disc;
}

.l-table__outer {
    margin-top: 40px !important;
    margin-bottom: 70px !important;
}
table {
    border-collapse: collapse;
    border: 0 !important;
}
table td {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #6dc6c6 !important;
    padding: 20px;
    text-align: left !important;
}
table tr.last td {
    border-bottom: 0 !important;
}



.greenlistblock{
  max-width: 654px;
  width: 100%;
  margin: 40px auto;
  padding: 30px 40px;
  background: #E1F2F1;
  box-sizing: border-box;
}
.greenlistblock h3{
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.greenlistblock ul li{
  list-style: none;
  position: relative;
}
.greenlistblock ul li:before{
  content: "□";
  margin-right: 15px;
  font-size: 10px;
}




@media screen and (max-width: 850px) {
.greenbox {
    margin-bottom: 20px;
}
.greenbox dt {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.greenbox dd {
    margin-top: -17px;
    padding: 30px 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}
.textlist1 h3 {
    font-size: 1rem;
}
.l-section-title-h3__outer {
    margin-bottom: 10px;
}
.l-section-title-h3 {
    font-size: 1rem;
}
.acofeatures {
    display: block;
    margin-bottom: 70px;
}
.acofeatures > li.box {
    margin-bottom: 40px;
}
.greenlistblock h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}
.textlist1 h4 {
    font-size: 1rem;
    margin-left: 1.2em;
}
}

