@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?wk4ar0");
  src: url("fonts/icomoon.eot?wk4ar0#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wk4ar0") format("truetype"), url("fonts/icomoon.woff?wk4ar0") format("woff"), url("fonts/icomoon.svg?wk4ar0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-answer:before {
  content: "\e942"; }

.icon-question-line:before {
  content: "\e941"; }

.icon-question-mark:before {
  content: "\e940"; }

.icon-answer:before {
  content: "\e942";
  font-size: 2.0rem;
  font-weight: normal;
  margin: -4px 3px 0 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.icon-question-line:before {
  content: "\e941";
  font-size: 2.0rem;
  font-weight: normal;
  margin: -4px 3px 0 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.icon-question-mark:before {
  content: "\e940";
  font-size: 2.0rem;
  font-weight: normal;
  margin: -4px 3px 0 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

.btn-row2 {
  display: table;
  width: 100%; }
  .btn-row2 li {
    display: table-cell;
    padding: 0 10px; }

.btn-row3 {
  width: 100%; }
  .btn-row3 li {
    display: table-cell;
    padding: 0 11px; }

.category_link {
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-top: 27px; }

.attention {
  margin: 30px 0;
  text-align: center;
  background: #f6f6f1;
  padding: 30px; }

.btn2 {
  display: block;
  max-width: 170px;
  min-width: 58px;
  margin: 0 auto 4px;
  background: #fff;
  border: 1px solid #f33;
  color: #f33;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 12px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.1s ease; }
  .btn2 .color02 {
    color: #f33;
    border: 1px solid #f33; }
    .btn2 .color02:hover, .btn2 .color02:focus {
      background: #f33;
      color: #fff; }

.question_list {
  margin-top: 10px; }

.question_line {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  color: #06c;
  cursor: pointer;
  border: solid 1px #06c;
  border-radius: 2px; }

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #06c; }

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  color: #fff; }

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #06c;
  transition: all .3s ease-in-out; }

.accordion-container .accordion-title:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out; }

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #06c;
  transition: all .2s ease-in-out; }

.accordion-container .accordion-title:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out; }

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
  background: #fff; }

.accordion-container .accordion-title.open::after {
  opacity: 0; }

.accordion-content {
  padding-left: 2.3125em;
  border: 1px solid #0079c1;
  padding: 10px 0 10px 27px;
  border-top: none;
  border-radius: 0 0 2px 2px; }

.accordion-content li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc; }

.accordion-content li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.accordion-content a {
  cursor: pointer; }

/* CSS for CodePen */
.accordion-container {
  /*width: 300px;*/
  margin-bottom: 20px; }

.accordion-content p {
  border-bottom: 1px dotted #ccc;
  border-width: 100%; }

.back-top-btn2 {
  display: block;
  margin: 50px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0; }

.title-small_2 {
  font-size: 1.6rem;
  margin: 24px 0 12px 0;
  color: #06c;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px; }

.answer-txt {
  position: relative;
  padding: 0 0 0 25px; }

.icon-answer {
  position: absolute;
  z-index: 1; }

.section_box {
  margin-bottom: 60px; }

.section_box2 {
  margin-bottom: 50px; }

.section_box3 {
  margin-bottom: 0; }

.inquiry {
  margin-bottom: 50px; }

.attention_box {
  margin-bottom: 40px; }

.attention_box_2 {
  margin-bottom: 80px; }

.inquiry_box {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px; }

.title-small_3 {
  font-size: 1.6rem;
  margin: 15px 0 15px 0; }

.txt-notice_2 {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 50px; }

.custom-select-btn_2 {
  display: inline-block;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: middle;
  overflow: hidden;
  min-height: 38px;
  margin-right: 30px; }

.custom-select-btn_2:after {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "icon";
  content: "\e904";
  pointer-events: none; }

.custom-select-btn_2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
  background: #fff;
  padding: 4px 24px 4px 8px;
  min-height: 36px; }

.custom-select-btn_2 select:disabled {
  background: #ccc; }

.custom-select-btn_2 select::-ms-expand {
  display: none; }

.list-switch .custom-select-btn_2 {
  vertical-align: top; }

.list-switch .custom-select-btn_2 select {
  height: 32px; }

.check_title {
  font-size: 1.6rem;
  margin-right: 10px; }

.btn3 {
  display: block;
  max-width: 500px;
  min-width: 58px;
  margin: 0 auto 4px;
  background: #fff;
  border: 1px solid #505050;
  color: #505050;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 12px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.1s ease; }

.btn3:hover, .btn3:focus {
  background: #fff;
  color: #06c;
  border-color: #06c;
  cursor: pointer; }

.btn4 {
  display: block;
  max-width: 500px;
  min-width: 58px;
  margin: 0 auto 4px;
  background: #06c;
  border: 1px solid #06c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 12px 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.1s ease; }

.btn4:hover, .btn4:focus {
  background: #3298fd;
  color: #fff;
  border-color: #3298fd;
  cursor: pointer; }

.inquiry_box2 {
  border-bottom: solid 1px #ccc;
  padding: 15px 0 15px; }

.inquiry_box3 {
  padding: 15px 0 30px; }

.report_body {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 0 20px 0;
  width: 85%;
  max-height: 100px;
  overflow-y: scroll; }
  .report_body > em {
    display: block;
    font-weight: bold; }
  .report_body .img-circle {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px; }

/*# sourceMappingURL=help.css.map */
