/* CSS Document */

body {
  font-family: inherit;
}

#page{
  width: 100%; 
  margin:0 auto;
  font-size: 14px;
}

.container {
  background-color: #f5ffe9;
  padding: 10px 0;
}

.contents {
  width: 96%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px 2%;
  box-sizing: border-box;
}

.contents h2 {
  font-size: 28px;
  color: #5c9d08;
  margin-top: 15px;
  font-weight: bold;
}

.contents a {
  cursor: pointer;
}

.contents .index {
  margin-top: 20px;
}

.contents .index li {
  padding: 8px 20px;
  font-size: 15px;  
}

.contents .index li a{
  color: #029ff6;
  position: relative;
}

.contents .index li a:before{
  content: '';
  position: absolute;
  background-image: url("../../pc/img/icon1.png");
  width: 15px;
  height: 15px;
  left:-20px;
  top: 1px; 
  background-size: 15px 15px;
}

.contents h3 {
  font-size: 18px;
  font-weight: bold;
  background-color: #e0f0ca;
  border-bottom: 3px solid #72ac27;
  padding: 10px 15px;
  margin-top: 25px;
}

.contents .question {
  font-size: 16px;
  color: #333333;
  background-color: #fbfae7;
  padding: 10px 2px;
  position: relative;
  margin-top: 25px
}

.contents .question:before {
  content: '';
  position: absolute;
  background-image: url("../../pc/img/icon2.png");
  height: 30px;
  width: 30px;
  top: 6px;
  left: 10px;
  background-size: 30px 30px;  
}

.contents .answer {
  margin-top: 15px;
}

#q-9 {
    font-size: 18px;
    font-weight: bold;
    margin: 18px 18px;
}

