
/*アコーディオン*/

/*point01*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 0em 0;
  color: #1b2538;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27,37,56,0.1);
  color: #008cba;
}
.cp_qa .cp_actab label::before {
  /*font-family: serif;*/
  font-size: 2.1em;
  margin-top: 1em;
  margin-left: -1.0em;
  padding-right: 0.5em;
  
    font-family: "Font Awesome 5 Free";
  content: "\f0d1";
  
}


.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 2.3px;
  right: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  /*content: '+';*/
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  /*padding:1em;*/
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*point02*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 0em 0;
  color: #1b2538;
}
.cp_qa .cp_actab2 input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab2 label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27,37,56,0.1);
  color: #008cba;
}
.cp_qa .cp_actab2 label::before {
  /*font-family: serif;*/
  font-size: 2.1em;
  margin-top: 1em;
  margin-left: -0.8em;
  padding-right: 0.5em;
  
    font-family: "Font Awesome 5 Free";
  content: "\f043";
  
}


.cp_qa .cp_actab2 label:hover {
  transition: all 0.3s;
  color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab2 label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 2.3px;
  right: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  /*content: '+';*/
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab2 .cp_actab2-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  /*padding:1em;*/
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab2 .cp_actab2-content p {
  margin: 1em 1em 1em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab2 input:checked ~ .cp_actab2-content {
  max-height: 40em;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab2 input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab2 input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*point03*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 0em 0;
  color: #1b2538;
}
.cp_qa .cp_actab3 input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab3 label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27,37,56,0.1);
  color: #008cba;
}
.cp_qa .cp_actab3 label::before {
  /*font-family: serif;*/
  font-size: 2.1em;
  margin-top: 1em;
  margin-left: -0.8em;
  padding-right: 0.5em;
  
    font-family: "Font Awesome 5 Free";
  content: "\f157";
  
}


.cp_qa .cp_actab3 label:hover {
  transition: all 0.3s;
  color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab3 label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 2.3px;
  right: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  /*content: '+';*/
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab3 .cp_actab3-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding:1em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab3 .cp_actab3-content p {
  margin: 1em 1em 1em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab3 input:checked ~ .cp_actab3-content {
  max-height: 40em;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab3 input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab3 input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*テキストcss*/

.point{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  position: absolute;
    left: 60px;
}

.point_title {
margin-left: 0.6em;
    font-size: 18px;
    top: 6px;
    right: 21px;
    position: relative;
    color: #333;
}

@media screen and (max-width:767px){

  .point_title {
    margin-left: 0.6em;
    font-size: 20px;
}

.point{
  font-size: 18px;
}
}