/* QA */
#qa-list dl dt, #qa-list dl dd {
  zoom: 100%;
}

#qa-list dl dd {
  margin-bottom: 10px;
}

#qa-list dl dt:after, #qa-list dl dd:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#qa-list dl dd span:before {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#qa-list dl dt {
  border-left: solid 1px #D0D0D0;
  border-right: solid 1px #D0D0D0;
  border-top: solid 1px #D0D0D0;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  background-color: #F6F6F6;
}

#qa-list dl dd {
  border-left: solid 1px #D0D0D0;
  border-right: solid 1px #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
}

#qa-list dl dt img, #qa-list dl dd img {
  display: block;
  float: left;
  margin: 8px 10px 0 10px;
}

#qa-list dl dd div {
  display: block;
  float: left;
  padding-top: 9px;
  padding-bottom: 8px;
  line-height: 1.4;
  font-size: 0.9em;
  width: 680px;
}

#qa-list dl dd div li {
  display: inline;
  list-style-type: none;
}

#qa-list dl dd span {
  display: block;
  font-size: 0.9em;
  text-align: right;
  padding: 23px 5px 4px 0;
}

#qa-list dl dd span img {
  float: none;
  display: inline;
  vertical-align: -11px;
  margin: 0 5px 12px 5px;
}

*:first-child + html #qa-list dl dd p {
  display: block;
  float: left;
  padding-top: 9px;
  padding-bottom: 8px;
  line-height: 1.4;
  font-size: 0.9em;
  width: 675px;
}

*:first-child + html #qa-list dl dd span a {
  display: block;
  width: 100px;
}

*:first-child + html #qa-list dl dd span img {
  float: none;
  display: inline;
  vertical-align: 0px;
  margin: 0 11px 12px 5px;
}

p.moreQa {
  text-align: center;
  margin-top: 12px;
}

body div#qa-list {
  padding: 56px 0 80px;
  margin-top: -50px;
}

body div#qa-list h4 {
  border-left: 4px solid #174DAD;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #FFFFFF;
  color: #000000;
  padding: 8px 15px 3px 10px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

body #qa-list dl dt {
  background-color: #FFFFFF;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #AAAAAA;
  padding: 20px 3%;
}

body #qa-list dl dt:first-child {
  border-top: 1px solid #AAAAAA;
}

body #qa-list dl dd {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 14px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

body #qa-list div#qa-list-inner {
  padding: 0;
}

body #qa-list div#qa-list-inner dl {
  display: table;
  width: 100%;
}

body #qa-list div#qa-list-inner dl dt {
  display: table-row;
}

body #qa-list div#qa-list-inner dl dt .qa-td {
  display: table-cell;
  border-bottom: 1px solid #aaa;
  padding: 15px 0 20px;
  position: relative;
  box-sizing: border-box;
}

body #qa-list div#qa-list-inner dl dt .qa-td.item-q {
  width: 817px;
  padding-left: 30px;
}

body #qa-list div#qa-list-inner dl dt .qa-td.item-q p.q {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1.4;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
  font-weight: bold;
  font-weight: 500;
  width: 693px;
}

body #qa-list div#qa-list-inner dl dt .qa-td.link-show-answer {
  font-size: 0.8em;
  width: 163px;
  padding: 10px 30px 10px 8px;
  vertical-align: middle;
  text-align: center;
}

body #qa-list div#qa-list-inner dl dt .qa-td.link-show-answer a {
  border: 1px solid #ee1e1e;
  padding: 7px 15px 5px 12px;
  color: #ee1e1e;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

body #qa-list div#qa-list-inner dl dt .qa-td.link-show-answer a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ee1e1e;
  border-right: 2px solid #ee1e1e;
  border-color: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  vertical-align: middle;
}

body #qa-list div#qa-list-inner dl dt .qa-td.link-show-answer a:hover {
  opacity: 0.6;
  text-decoration: none;
}

body #qa-list div#qa-list-inner dl dt .qa-td.date {
  vertical-align: middle;
  border-left: 0;
  font-size: 0.9em;
  padding: 10px 45px 10px 8px;
  width: 103px;
  position: relative;
  font-weight: bold;
  font-weight: 500;
  margin: 0;
}

body #qa-list div#qa-list-inner dl dt:nth-of-type(1) .qa-td {
  border-top: 1px solid #aaa;
}

body #qa-list dl dt p.q {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1.4;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
  font-weight: bold;
  font-weight: 500;
}

body p.moreQa {
  margin-top: 15px;
}

body p.moreQa a {
  margin: 0 auto;
  padding: 0 0 0 5px;
  border: 0;
  font-size: 1.1em;
  width: 415px;
  height: 60px;
  line-height: 60px;
  display: block;
  background-color: #2365B4;
  color: #fff;
}

body p.moreQa a:hover {
  text-decoration: none;
  opacity: 0.6;
}

body p.moreQa a img {
  vertical-align: 1px;
  margin-left: 5px;
}

body #qa-list dl dd span {
  display: block;
  font-size: 0.8em;
  padding: 23px 5px 4px 0;
  text-align: right;
}

body #qa-list dl dd span img {
  display: inline;
  float: none;
  margin: 0 5px 12px;
  vertical-align: -12px;
}
