@charset"utf-8";



.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding-bottom: 20px;

  width: 100%;
  height: 350px;
  background-image:url("../images/index/img-haikei4.jpg");
  
}
.title h1 {
  margin-top: 200px;
  font-size: 75px;
 
}

.title p{
  font-size: 40px;
  font-weight: bold;
  margin-top: 15px;
}

.how{
  font-size: 50px;
  margin-top: 50px;
  text-align: center;
    border-bottom: 2px solid #c4e61c;
}
.qa{
  margin-top: 50px;
 
  width: 80%;
  text-align: center;
  margin-left: 180px;
}

.how{

}







.cp_qa05 *, .cp_qa05 *:before, .cp_qa05 *:after {
  font-family: 'FontAwesome', sans-serif;
}
.cp_qa05 {
  margin: 0 auto;
  background: #ffffff;
}
.cp_qa05 input {
  display: none;
}
/* カテゴリー */
.cp_qa05 #cp_content1,
.cp_qa05 #cp_content2,
.cp_qa05 #cp_content3,
.cp_qa05 #cp_content4 {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #dddddd;
}
.cp_qa05 label.cp_tabitem {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 15px;
  text-align: center;
  color: #272525;
  border: 1px solid transparent;
}
.cp_qa05 label.cp_tabitem:before {
  margin-right: 10px;
}
.cp_qa05 label.cp_tabitem[for*='1']:before { content: '\f2bd'; }
.cp_qa05 label.cp_tabitem[for*='2']:before { content: '\f15c'; }
.cp_qa05 label.cp_tabitem[for*='3']:before { content: '\f0f4'; }
.cp_qa05 label.cp_tabitem[for*='4']:before { content: '\f001'; }
.cp_qa05 label.cp_tabitem:hover {
  cursor: pointer;
  color: #888888;
}
.cp_qa05 input:checked + label {
  color: #555555;
  border: 1px solid #554e4e;
  border-bottom: 1px solid #5e5151;
}
/* --ブロックのバーの色 */
.cp_qa05 input:checked + label[for*='1'] {
  border-top: 1px solid #232525;
}
.cp_qa05 input:checked + label[for*='2'] {
  border-top: 2px solid #393838;
}
.cp_qa05 input:checked + label[for*='3'] {
  border-top: 2px solid #2c2d2e;
}
.cp_qa05 input:checked + label[for*='4'] {
  border-top: 2px solid #373435;
}
@media screen and (max-width: 650px) {
  .cp_qa05 label.cp_tabitem {
    font-size: 10px;
  }
  label:before {
    
    font-size: 25px;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .cp_qa05 label.cp_tabitem {
    padding: 15px;
  }
  .cp_qa05 label.cp_tabitem:before {
    margin-right: 0px;
  }
}
/* QAブロック */
.cp_qa05 #cp_conttab1:checked ~ #cp_content1,
.cp_qa05 #cp_conttab2:checked ~ #cp_content2,
.cp_qa05 #cp_conttab3:checked ~ #cp_content3,
.cp_qa05 #cp_conttab4:checked ~ #cp_content4 {
  display: block;
}
.cp_qa05 .cp_qain {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
}
.cp_qa05 .cp_qain .cp_actab {
  padding: 20px 0;
  /* border-bottom: 2px dotted #3c3b3b; */
}
/* 質問 */
.cp_qa05 .cp_qain label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}
/* ＋アイコン */
.cp_qa05 .cp_qain .cp_plus {
  font-size: 2em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin-top: 3px;
  margin-left: 10px;
  transition: 0.2s ease;
}
/* 答え */
.cp_qa05 .cp_qain .cp_actab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 10px 0 48px;
  padding: 14px 0;
  transition: 0.4s ease;
  opacity: 0;
}
/* 質問を開いた時の仕様 */
.cp_qa05 .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa05 .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  transform: rotate(45deg);
}
 







  




@media screen and (max-width: 768px) {

.title {
height: 150px;
}

.title h1{
font-size: 50px;
margin-top: 10px;
}

.title p{
  font-size: 30px;
}

.how{
  font-size: 20px;
}

.qa{
  width: 300px;
  display: block;
  margin-left: 30px;
}

.cp_qa05{
  margin-top: -50px;
}

.cp_actab{
  font-size: 10px;
  line-height: 20px;
}



























 


