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

/*-------------------------
Q&A
-------------------------*/
.QA-title{
  margin-bottom: 0;
}
#QA{
  padding: 60px 0 125px;
  background-color: #f5fff9;
}
#QA .qa.block{
}
#QA h3{
  color: #00a95f;
}
#QA .QANavi{
  max-width: 754px;
  margin: 0 auto;
  overflow: hidden;
}
#QA .QANavi li{
  float: left;
  width: 50%;
  border-bottom: solid 2px #00a95f;
  box-sizing: border-box;
}
#QA .QANavi li:nth-child(1),
#QA .QANavi li:nth-child(2){
  border-top: solid 2px #00a95f;
}
#QA .QANavi li:nth-child(even){
  border-left: solid 2px #00a95f;
}
#QA .QANavi li a{
  position: relative;
  display: block;
  padding: 13px 16px 13px 32px;
  background-color: #fff;
  color: #00a95f;
  font-size: 18px;
  text-decoration: underline;
  transition:.5s;
}
#QA .QANavi li a:hover{
  background-color: #f5fff9;
  text-decoration: none;
  transition:.5s;
}
#QA .QANavi li a::after{
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -13px;
  border-right: 4px solid #00a95f;
  border-bottom: 4px solid #00a95f;
  transform: rotate(45deg);
}
#QA .qa{
}
#QA .qa h4{
  padding: 65px 0 30px;
  font-size: 30px;
  text-align: center;
}
#QA .qa ul{
  box-sizing: border-box;
  max-width: 754px;
  margin: 0 auto;
  padding: 64px;
  background-color: #fff;
}
#QA .qa ul li{
  position: relative;
  margin-bottom: 16px;
  padding: 4px 0 0 60px;
  font-size: 18px;
}
#QA .qa ul li span{
  color: #808080;
}
#QA .qa ul li a {
  color: #00a95f;
  text-decoration: underline;
}
#QA .qa ul li a:hover {
  text-decoration: none;
}
#QA .qa ul li.q {
  font-weight: bold;
}
#QA .qa ul li.q::before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #00a95f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
#QA .qa ul li.a{
  margin-bottom: 32px;
  padding-bottom: 25px;
  border-bottom: solid 1px #d7d7d7;  
}
#QA .qa ul li.a:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; 
}
#QA .qa ul li.a::before {
  content: 'A';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #0b8caa;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 768px){
  #QA .QANavi{
    width: 82.9%;
    margin: 0 auto;
  }
  #QA .QANavi li{
    float: none;
    width: 100%;
    border-bottom: solid 1px #00a95f;
  }
  #QA .QANavi li:nth-child(1){
    border-top: solid 1px #00a95f;
  }
  #QA .QANavi li:nth-child(2){
    border-top: none;
  }
  #QA .QANavi li:nth-child(even){
    border-left: none;
  }
  #QA .QANavi li a{
    padding: 13px 16px;
    text-decoration: none;
  }
  #QA .QANavi li a::after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -6px;
    border-right: 2px solid #00a95f;
    border-bottom: 2px solid #00a95f;
    transform: rotate(45deg);
  }
  #QA .qa.block{
    padding: 0;
  }
  #QA .qa ul{
    padding: 32px;
  }
}

/*-------------------------
セミナー受講について
-------------------------*/
#Seminar{
  padding: 60px 0;
  background-color: #f6f6f6;
  text-align: center;
}
#Seminar h3{
  margin-bottom: 50px;
  color: #00a95f;
}
#Seminar p{
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
}
#Seminar a{
  color: #333;
  text-decoration: underline;
}
#Seminar a:hover{
  color: #999;
  text-decoration: none;
}
#Seminar h4{
  margin-bottom: 20px;
  font-size: 30px;
}
#Seminar .guide{
  margin-bottom: 65px;
}
#Seminar .guide:last-child {
  margin-bottom: 0;
}
#Seminar .guide div{
  box-sizing: border-box;
  width: 652px;
  margin: 0 auto;
  padding: 60px 64px;
  background-color: #fff;
  text-align: left;
}
#Seminar .guide div p{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}
#Seminar .guide div .note{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
}
#Seminar .guide ul{
  padding-left: 20px;
}
#Seminar .guide ul li{
  list-style-type: disc;
  margin-bottom: 30px;
}
#Seminar .seminarBtn{
  max-width: 410px;
  margin: 0 auto;
}
#Seminar .seminarBtn img{
    width: 100%;
}

@media screen and (max-width: 768px){
  #Seminar .guide div{
    width: 100%;
    padding: 32px;
  }
}

/*-------------------------
お問い合わせ
-------------------------*/
#Inquiry{
  padding: 60px 0 190px;
  text-align: center;
}
#Inquiry h3{
  margin-bottom: 30px;
  color: #00a95f;
}
#Inquiry p{
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 1.4;
}
#Inquiry .btn{
  margin-bottom: 0;
}
#Inquiry .btn a{
  display: block;
  max-width: 410px;
  margin: 0 auto;
  padding: 20px;
  background-color: #00a95f;
  border-radius: 8px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition:.5s;
}
@media all and (-ms-high-contrast: none) {
  #Inquiry .btn a {
    padding: 20px 20px 15px;
  }
}

#Inquiry .btn a:hover{
  opacity: 0.8;
  transition:.5s;
}

@media screen and (max-width: 768px){
  #Inquiry{
    padding: 60px 8.53% 130px;
  }
  #Inquiry h3{
    margin-bottom: 15px;
  }
  #Inquiry p{
    margin-bottom: 15px;
    font-size: 15px;
  }
}