html {
  overflow-y: scroll;
}

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",メイリオ,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  background-color: #fff;
  line-height: 16px;
}
body {
  display: block;
  margin: 8px;
}

img {
  margin: 0;
  border: none;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 666px;
  min-width: 300px;
}

a {
  color: #e13500;
}

/*******************************
* contents
*******************************/

.contents {
  margin-left: auto;
  margin-right: auto;
}

.bar-contact {
  margin-top: 20px;
  margin-bottom: 10px;
}


/*******************************
* / contents
*******************************/

/*******************************
* q&a
*******************************/

.qa-title {
  border-left: solid 3px #e83903;
  color: #e83903;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-left: 5px;
}

.other-question {
  border-top: dotted 1px #d2d1d1;
  border-bottom: dotted 1px #d2d1d1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  margin: 10px 0 13px;
}

.qa {
  margin-top: 30px;
  margin-bottom: 30px;
}

.qa-box {
  margin-top: 15px;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}

.question {
  background-image: url(../img/img_q.jpg);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 44px;
  font-weight: normal;
  font-size: 14px;
}

.question .question-content {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 90%;
}

.question .accordion-icon {
  font-size: 20px;
  box-sizing: border-box;
  width: 8%;
  text-align: right !important;
  padding-right: 2%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  line-height: 14px;
  color: #ccc;
}

.answer {
  background-image: url(../img/img_a.jpg);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  padding-top: 15px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 44px;
  background-color: #fefbed;
  font-size: 14px;
  line-height: 1.6;
}

.pagetop {
  text-align: right;
  margin: 5px 10px 10px 0;
}

.contact {
  text-align: right;
  margin: 10px;
}

.attention {
  text-align: center;
  border: 2px solid #bbb;
  line-height: 1em;
  font-size: 14px;
  padding: 0;
}

.attention p {
  margin: 10px;
}

/* ----------------------------------------
  page-link
-----------------------------------------*/
.page-link {
  /*font-weight: bold;*/
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-link li {
  width: 32%;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px dashed #999;
}

.page-link li:first-child {
  border-left: none;
}

.page-link li .page-link-anchor {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
}

@media(max-width:666px){
  .page-link {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
}
