@charset "utf-8";

h1.faq{
  width:942px;
  height:33px;
  background:url(/home/images/title_faq_long.png) no-repeat;
  background-size: 960px;
  padding-top:17px;
  text-align:right;
  margin:0 auto;
  padding-right:20px;
}

.faqBlock{
  background:#fff;
  border-radius:5px;
  border:1px solid #ccc;
  padding:20px;
  margin:20px auto;
}
.faqBlock h2{
  border:none;
  box-shadow:none;
  width:100%;
  padding:0;
  margin:0;
  font-size: 24px;
  color: #555;
  border-bottom: 3px solid #8ac3b0;
  margin-bottom:20px;
}
.faqBlock h2 span{
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  padding: 0 10px;
  border-bottom: 3px solid #02735f;
  height: 4px;
  width: 10%;
  padding-bottom: 3px;
}

.faqBlock dt.faqOpen,
.faqBlock dt{
  position: relative;
}

.faqBlock dl{
  padding: 0 10px 0 10px;
}

.faqBlock dt.faqOpen:after{
  position: absolute;
  right: 10px;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 25px;
}

.faqBlock dt:after{
  position: absolute;
  top: 5px;
  right: 10px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 25px;
}

.faqBlock dt:before{
  content: "Q";
  border-radius: 50%;
  font-size: 18px;
  padding-left: 0.4em;
  padding-right: 0.45em;
  padding-bottom: 0.1em;
  margin-right: 10px;
  color: #fff;
  background: #148e78;
  position: absolute;
  top: 10px;
  left: 10px;
}


.faqBlock dt{
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: bold;
  color: #02735f;
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 50px;
  border-radius: 5px;
}

.faqBlock #collectBlock dt{
  color: #de5d8b;
}

.faqBlock #commonBlock dt{
  color: #1b7db1;
}

.faqBlock dt:hover{
  background-color: #e8f5e7;
  transition: 0.3s;
  cursor: pointer;
}
.faqBlock #collectBlock dt:hover{
  background-color: #fff0f5;
}

.faqBlock #commonBlock dt:hover{
  background-color: #ebf4f9;
}
.faqBlock dl{
  margin-bottom:30px;
}
.faqBlock dd{
  margin: 0;
  font-size: 18px;
  color: #333;
  border-radius: 5px;
  padding-left: 40px;
}

.faqBlock dd p{
  padding: 10px;
}

.faqBlock dd{
  position: relative;
  display: none;
}

.faqBlock dd:before{
  content: "A";
  border-radius: 50%;
  font-size: 18px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-right: 10px;
  color: #fff;
  background: #f79f46;
  position: absolute;
  top: 10px;
  left: 10px;
}
.messageBox{
  background:#fff;
  padding:10px;
  border:1px solid #ccc;
  margin-top:15px;
  font-size:18px;
}
.faq_contents_area a{
  color: #1067b7;
  text-decoration: none;
  font-weight:bold;
}
.faq_contents_area a:hover{
  color: #ff8410;
  text-decoration: underline;
}