@charset "utf-8";
/* #about
=========================================*/
#about {
  position: relative;
  z-index: 1
}
#sec01 {

}
#sec01 h2 {
  font-size:16px;
  margin-bottom: 30px;
    padding: 80px 0 50px;
}
#sec01 h2:before, #sec01 h2:after {
}
#sec01 p {
  font-size: 16px;
  line-height: 2
}
#sec01 h3 {
	font-weight: 700
}

h3.headding03 {
    background-color: #EA4D15;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 0.3em 0;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.faqList {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 30px 0 60px 0;
}
.faqList li{
  margin-bottom: 20px
}
.faqList dt {
  font-weight: 700;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 1.5;
  padding: 10px 30px 10px 50px;
  position: relative;
  font-size: 16px;
}
.faqList dd {
/*  display: none;*/
  line-height: 1.5;
  position: relative;
}
.faqList dd p {
  padding: 10px 10px 20px 50px;
  margin-bottom: 0;
  font-size: 14px !important
}
.faqList dd p a {
  text-decoration: underline !important;
  font-weight: 700;
  color: #dc0805 !important;
}
.faqList dd p a:visited {
	color: #B70200 !important;
}
.faqList dt:before, dd:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 700
}
.faqList dt:before {
  content: "Q";
  color: #fff;
  background-color: #29A7E1;
}
.faqList dd:before {
  content: "A";
  color: #fff;
  background-color: #EA4D15;
}
.imgBox {
  margin: 10px 0;
  text-align: center
}
.faqList dd a {
  color: #39b9bb;
  text-decoration: underline
}
.faqList dd a:hover {
  text-decoration: underline
}
.faqList dd img {
  vertical-align: middle
}
@media screen and (max-width: 767px) {
  #sec01 {
    margin-top: 0px
  }
	#sec01 h2 {
		margin-bottom: 20px;
	}
	#sec01 p {
		font-size: 16px;
		text-align: left;
	}

}