@charset "utf-8";
/* CSS Document */

.help.contents {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 12px;
}

.help.contents section{
  margin: 0 auto;
  padding: 24px 24px 12px 24px;
  box-sizing: border-box;
  background: #f7f6f2;
}

.help.contents section div.faq{
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 32px 32px 18px 32px;
  box-sizing: border-box;
  background: #fefefe;
}

.help.contents h1,
.help.contents h2 {
  font-weight: bold;
  margin:0 0 16px 0;
  line-height: 1.4;
}

.help.contents h1 {
  font-size: 26px;
}

.help.contents h2 {
  font-size: 18px;
  border-left: 5px solid #6aa433;
  padding: 0 0 0 10px;
}

.help.contents p {
  line-height: 1.8;
  margin: 0 0 12px 0;
}

.help.contents section .button01{  
  display:inline-block;
}

.help.contents section .button01 a{
  padding: 9px 28px ;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: block;
  color: #4A7C25;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.help.contents section .button01 a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #63a631;
  border-bottom: 2px solid #63a631;
  transform: translateY(-50%) rotate(-45deg);
}

.help.contents section .button01 a:hover{
  opacity: 0.75;
}