body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo UI","Yu Gothic UI" ,"MS UI Gothic","MS ",helvetica, Roboto,sans-serif;
  color: #545353;
  font-size: 1em;
  }
 

 
/* header {
  background: #e4edf8;
  width: 100%;
  height: 80px;
} */



h1 {
  margin: 50px auto 0;
  text-align: center;
  font-size: 36px;
}


hr {
 border: none;
 width: 95%;
 text-align: left;
 vertical-align: top;
 border-bottom: dotted 8px #f0e8e7;
 padding-left: 0.5em;
 background-color: white!important;
}



.title {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}


/* .content {
  padding: 0 200px;
} */
 
.intro {
 margin: 50px auto;
}


.box {
  text-decoration: none;   
  display: inline-block;
  padding: 8px 10px;
  margin: 5px auto;
  line-height: 20px;
  background: #f7dee8e1;
  border: thin solid #6662623b;
  color: #545353; 
  border-radius: 10px;
  font-weight: bold;
}


.box:hover {
  background: pink;
}


h2 {
margin-top: 50px;
margin-bottom: 50px;
}


.cp_qa {
  margin: 0 auto;
}
.cp_qa dl{
	margin :auto auto !important;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
                box-sizing: border-box;
}


.cp_qa .cp_actab {
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
  padding: 10px auto;
}


.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1em;
  position: relative;
  display: block;
  margin: 0;
  padding: .8em 2em .8em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #f0e8e7;
}
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #909495;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  display: inline-block;
  padding-left: 10px;
  padding-right: 50px;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.5s;
  transition: transform 0.1s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.01s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
}

dt {
    display: inline;
}

.cp_qa .cp_actab .cp_actab-content dd {
  margin: 1em 1em 1em 0;
}


/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid pink;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #909495;
  border-radius: 0.5em 0.5em 0 0;  
  line-height: 1.6em;
}
/* 質問をクリックした時の+の動き */
.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%;
}


.bold {
    font-weight: bold;
}
 
/*   footer {
      background: #e4edf8;
      width: 100%;
      height: 460px;
      margin-top: 100px;
  } */


  @media screen and (max-width:1000px) {
  
  .content {
    padding: 0 20px;
  }
    
  .cp_qa .cp_actab {
    margin: 10px auto;
  }


.box {
    display: block;
    margin: 10px auto;
 }


.container {
  width: 100%;
}


.intro {
  margin: 50px auto;
 }


 h2 {
  margin: 50px auto;
  text-align: center;
  position: static;
}


.cp_qa .cp_actab {
  position: static;
}


  }
 

