/* Generated by less 2.5.1 */
.buttonWhite {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}
.buttonWhite:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
}
.buttonLightBlue {
  background: #87e0fd;
  background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: -webkit-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: linear-gradient(to bottom, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  border: 1px solid #1DA1F2;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}
.buttonLightBlue:hover {
  background: #05abe0;
  background: -moz-linear-gradient(top, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
  background: -webkit-linear-gradient(top, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
  background: linear-gradient(to bottom, #05abe0 0%, #53cbf1 60%, #87e0fd 100%);
}
.buttonYellow {
  background: #fefcea;
  background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
  background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
  background: linear-gradient(to bottom, #fefcea 0%, #f1da36 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffc800;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}
.buttonYellow:hover {
  background: #f1da36;
  background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%);
  background: -webkit-linear-gradient(top, #f1da36 0%, #fefcea 100%);
  background: linear-gradient(to bottom, #f1da36 0%, #fefcea 100%);
}
.buttonOrange {
  background: #ffd65e;
  background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
  background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%);
  background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffc800;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}
.buttonOrange:hover {
  background: #febf04;
  background: -moz-linear-gradient(top, #febf04 0%, #ffd65e 100%);
  background: -webkit-linear-gradient(top, #febf04 0%, #ffd65e 100%);
  background: linear-gradient(to bottom, #febf04 0%, #ffd65e 100%);
}
.buttonRead {
  background: #ff3019;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #FF0000;
  padding: 5px 5px;
  color: #FFF;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}
.buttonRead:hover {
  background: #cf0404;
  background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
  background: -webkit-linear-gradient(top, #cf0404 0%, #ff3019 100%);
  background: linear-gradient(to bottom, #cf0404 0%, #ff3019 100%);
}
.buttonGreen {
  background: #6bb129;
  background: -moz-linear-gradient(top, #6bb129 0%, #3a8435 100%);
  background: -webkit-linear-gradient(top, #6bb129 0%, #3a8435 100%);
  background: linear-gradient(to bottom, #6bb129 0%, #3a8435 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4B913F;
  padding: 5px 5px;
  color: #FFF;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
}
.buttonGreen:hover {
  background: #3a8435;
  background: -moz-linear-gradient(top, #3a8435 0%, #6bb129 100%);
  background: -webkit-linear-gradient(top, #3a8435 0%, #6bb129 100%);
  background: linear-gradient(to bottom, #3a8435 0%, #6bb129 100%);
}
#FaqIcon {
  display: inline-block;
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 20;
  border: 1px solid #C8C8C8;
  background: rgba(150, 200, 0, 0.8);
  font-weight: bold;
  color: #FFF;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
}
#FaqIcon.off {
  display: none;
}
#FaqIcon .FaqIconImg {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-image: url("../iamges/icon_question.png");
  background-size: contain;
}
#FaqIcon .FaqIconTxt {
  display: block;
  width: 100%;
}
#FaqWrap {
  width: 35%;
  position: fixed;
  top: 15%;
  right: -1200px;
  z-index: 20;
  border: 1px solid #C8C8C8;
  border-right: none;
  background: #F8F8E9;
  box-sizing: border-box;
  box-shadow: 3px 1px 10px 0px rgba(150, 150, 150, 0.61);
  -moz-box-shadow: 3px 1px 10px 0px rgba(150, 150, 150, 0.61);
  -webkit-box-shadow: 3px 1px 10px 0px rgba(150, 150, 150, 0.61);
  border-radius: 6px 0 0 6px;
  padding: 0;
  display: block;
}
#FaqWrap.on {
  right: 0;
}
#FaqWrap iframe {
  width: 100%;
  border-radius: 6px 0 0 0;
  display: block;
}
#FaqWrap input[type="email"],
#FaqWrap input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
  min-height: inherit;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#FaqWrap input[type="email"]:focus,
#FaqWrap input[type="text"]:focus {
  background-color: #faebd7;
}
#FaqWrap textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#FaqWrap textarea:focus {
  background-color: #faebd7;
}
.FaqArea {
  box-sizing: border-box;
  background: #F8F8E9;
}
.FaqArea input[type="email"],
.FaqArea input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
  font-size: 13px;
  min-height: inherit;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.FaqArea input[type="email"]:focus,
.FaqArea input[type="text"]:focus {
  background-color: #faebd7;
}
.FaqArea input[type="submit"] {
  min-height: inherit;
}
.FaqArea textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.FaqArea textarea:focus {
  background-color: #faebd7;
}
.FaqArea .FaqSearchBox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 10px;
}
.FaqArea .FaqSearchBox button[type="submit"] {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.FaqArea .FaqSearchBox button[type="submit"]:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
}
.FaqArea .FaqTelBox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 10px;
}
.FaqArea .FaqTelBox img {
  width: 100%;
  height: auto;
}
.FaqArea .FaqMailBox {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.FaqArea .FaqMailBox input[type="submit"] {
  font-size: 13px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.FaqArea .FaqMailBox input[type="submit"]:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
}
.FaqArea .FaqCaption {
  font-size: 16px;
  line-height: 1.2;
  padding: 5px;
  background-color: #96C800;
  color: #FFF;
  box-sizing: border-box;
  border-bottom: 2px solid #588310;
}
.FaqArea input[type="email"],
.FaqArea input[type="text"],
.FaqArea input[type="submit"],
.FaqArea textarea {
  margin: 0 auto 5px auto;
}
.FaqArea .FaqResultsBox h2 {
  font-size: 16px;
  line-height: 1.2;
  padding: 5px;
  background-color: #96C800;
  color: #FFF;
  box-sizing: border-box;
  border-bottom: 2px solid #588310;
}
.FaqArea .FaqResultsBox .FaqResultsList {
  height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 10px;
}
.FaqArea .FaqResultsBox .FaqResultsList dl {
  display: table;
  margin-bottom: 10px;
}
.FaqArea .FaqResultsBox .FaqResultsList dl:last-of-type {
  margin-bottom: 0;
}
.FaqArea .FaqResultsBox .FaqResultsList dl dt {
  display: table-cell;
  vertical-align: top;
}
.FaqArea .FaqResultsBox .FaqResultsList dl dd {
  display: table-cell;
  vertical-align: top;
}
.FaqArea .FaqResultsBox .FaqResultsList dl.question dt {
  width: 26px;
  height: 26px;
  line-height: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  background-color: #E1A03A;
  color: #FFF;
}
.FaqArea .FaqResultsBox .FaqResultsList dl.question dd {
  padding: 2px 0 0 5px;
}
.FaqArea .FaqResultsBox .FaqResultsList dl.question dd a:hover,
.FaqArea .FaqResultsBox .FaqResultsList dl.question dd a:active,
.FaqArea .FaqResultsBox .FaqResultsList dl.question dd a:focus {
  color: #00479d;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: underline;
}
.FaqArea .FaqChosenBox {
  padding: 10px;
  box-sizing: border-box;
}
.FaqArea .FaqChosenBox dl {
  display: table;
  margin-bottom: 10px;
}
.FaqArea .FaqChosenBox dl:last-of-type {
  margin-bottom: 0;
}
.FaqArea .FaqChosenBox dl dt {
  display: table-cell;
  vertical-align: top;
}
.FaqArea .FaqChosenBox dl dd {
  display: table-cell;
  vertical-align: top;
}
.FaqArea .FaqChosenBox dl.question dt,
.FaqArea .FaqChosenBox dl.answer dt {
  width: 26px;
  height: 26px;
  line-height: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  background-color: #E1A03A;
  color: #FFF;
}
.FaqArea .FaqChosenBox dl.question dd,
.FaqArea .FaqChosenBox dl.answer dd {
  padding: 2px 0 0 5px;
}
.FaqArea .FaqChosenBox dl.question dd a:hover,
.FaqArea .FaqChosenBox dl.answer dd a:hover,
.FaqArea .FaqChosenBox dl.question dd a:active,
.FaqArea .FaqChosenBox dl.answer dd a:active,
.FaqArea .FaqChosenBox dl.question dd a:focus,
.FaqArea .FaqChosenBox dl.answer dd a:focus {
  color: #00479d;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: underline;
}
.FaqArea .FaqChosenBox dl.question dd {
  font-weight: bold;
}
.FaqArea .FaqChosenBox dl.answer dt {
  background-color: #3498DB;
}
.FaqArea .FaqChosenBox dl.answer dd {
  overflow-y: auto;
  max-height: 300px;
}
.FaqArea .FaqCompletionBox h2 {
  font-size: 16px;
  line-height: 1.2;
  padding: 5px;
  background-color: #96C800;
  color: #FFF;
  box-sizing: border-box;
  border-bottom: 2px solid #588310;
}
.FaqArea .FaqCompletionBox .FaqKakuninBox {
  box-sizing: border-box;
  padding: 10px;
}
.FaqArea .FaqCompletionBox .FaqKakuninBox dl {
  display: block;
  box-sizing: border-box;
}
.FaqArea .FaqCompletionBox .FaqKakuninBox dl dt {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.FaqArea .FaqCompletionBox .FaqKakuninBox dl dd {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.FaqArea .FaqCompletionBox .FaqKakuninBox dl.FaqQuestion {
  max-height: 200px;
  overflow-y: auto;
}
.FaqArea .FaqCompletionBox .FaqThankBox {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  padding: 30px 15px;
  box-sizing: border-box;
}
.FaqArea .FaqBtnBox ul {
  width: 100%;
  display: table;
}
.FaqArea .FaqBtnBox ul li {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border-radius: 0;
  border: none;
  border-top: 1px solid #CCC;
}
.FaqArea .FaqBtnBox ul li:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
}
.FaqArea .FaqBtnBox ul li a {
  display: flex;
  justify-content: center;
  text-align: center;
}
.FaqArea .FaqBtnBox ul li a:link,
.FaqArea .FaqBtnBox ul li a:visited,
.FaqArea .FaqBtnBox ul li a:hover,
.FaqArea .FaqBtnBox ul li a:active {
  color: #000;
}
.FaqArea .FaqBtnBox ul li:first-of-type {
  border-right: 1px solid #CCC;
}
.FaqClose {
  cursor: default;
  background: #ffd65e;
  background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
  background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%);
  background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffc800;
  padding: 5px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  border-radius: 0 0 0 6px;
  display: block;
  width: 100%;
  border: none;
  box-sizing: border-box;
  margin: 0;
  border-top: 1px solid #CCC;
}
.FaqClose:hover {
  background: #febf04;
  background: -moz-linear-gradient(top, #febf04 0%, #ffd65e 100%);
  background: -webkit-linear-gradient(top, #febf04 0%, #ffd65e 100%);
  background: linear-gradient(to bottom, #febf04 0%, #ffd65e 100%);
}
.FaqClose:before {
  content: "×";
}
/* ★ SP ★ */
@media screen and (max-width: 767px) {
  #FaqIcon {
    top: auto;
    bottom: 30%;
  }
  #FaqWrap {
    border-right: 1px solid #C8C8C8;
    border-radius: 6px;
  }
  #FaqWrap.on {
    width: 95%;
    /*max-height: 98%;*/
    height: auto;
    overflow-y: auto;
    top: 1.5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
  }
  .FaqArea input[type="email"],
  .FaqArea input[type="text"] {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .FaqArea textarea {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .FaqArea .FaqSearchBox {
    padding: 5px;
    margin-bottom: 0;
  }
  .FaqArea .FaqTelBox {
    padding: 5px;
    margin-bottom: 0;
  }
  .FaqArea .FaqMailBox {
    padding: 1px 5px 5px;
  }
  .FaqArea .FaqCaption {
    padding-bottom: 3px;
  }
  .FaqClose {
    background: #F8F8E9;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ddc inset;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    line-height: 12px;
    text-align: center;
    top: 3px;
    position: absolute;
    right: 4px;
    width: 65px;
    min-width: inherit;
  }
  .FaqClose:before {
    display: inline-block;
    padding: 0 5px 0 0;
  }
}
