/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #A6CC80;
  background: #A6CC80;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0 auto;
}

.mod-btn a {
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}

.mod-btn:hover {
  background: #FFF;
  border: 2px solid #A6CC80;
}
.mod-btn:hover a {
  color: #A6CC80;
}

.mod-link {
  background: url("../img/common/right-arrow.png") no-repeat 0 0px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  background-size: 37px 42px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0 5px;
}
.mod-link a {
  padding-left: 45px;
  color: #000000;
  font-weight: bold;
}
.mod-link a span {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

.mod-link a:hover {
  color: #A6CC80;
}
.mod-link a:hover span {
  background-image: linear-gradient(to right, #A6CC80 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #A6CC80;
    background: #A6CC80;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #A6CC80;
  }
  .mod-btn:hover a {
    color: #A6CC80;
  }
  .mod-link {
    background: url("../img/common/right-arrow.png") no-repeat 0 0px;
    -webkit-transition: color 500ms;
    transition: color 500ms;
    background-size: 18.5px 21px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px;
  }
  .mod-link a {
    padding-left: 24px;
    color: #000000;
    font-weight: bold;
  }
}
.small-box .text {
  margin-bottom: 20px;
}

.center-text {
  text-align: center;
  margin-bottom: 30px;
}

.attention-box {
  background: #FCF9F0;
  padding: 30px;
}
.attention-box dt {
  font-weight: bold;
  color: #A6CC80;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 20px;
}

.copy {
  text-align: center;
  margin-bottom: 40px;
}

.contact-btn-b {
  position: relative;
}
.contact-btn-b a {
  display: block;
  font-weight: bold;
  color: #FFF;
  background: #E6A11E;
  height: 135px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 135px;
  border-radius: 8px;
}

.contact-btn-b:after {
  content: "";
  width: 25px;
  height: 24px;
  background: url("../img/common/right-arrow-w.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -12px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .attention-box {
    background: #FCF9F0;
    padding: 20px;
  }
  .attention-box dt {
    font-weight: bold;
    color: #A6CC80;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
  .copy {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-btn-b {
    position: relative;
  }
  .contact-btn-b a {
    display: block;
    font-weight: bold;
    color: #FFF;
    background: #E6A11E;
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: initial;
    border-radius: 4px;
    padding: 20px 0px;
  }
  .contact-btn-b:after {
    content: "";
    width: 12.5px;
    height: 12px;
    background: url("../img/common/right-arrow-w.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
  }
  .center-text {
    text-align: left;
    margin-bottom: 20px;
  }
}