@charset "UTF-8";
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.container {
  padding: 0 60px; }
  .container .breadcrumb {
    padding: 0 20px; }
    .container .breadcrumb ul {
      zoom: 1; }
      .container .breadcrumb ul:before,
      .container .breadcrumb ul:after {
        content: "";
        display: table; }
      .container .breadcrumb ul:after {
        clear: both; }
      .container .breadcrumb ul li {
        float: left; }
        .container .breadcrumb ul li.first:after {
          content: ">";
          padding: 0 10px;
          color: #000;
          font-weight: normal; }
  .container .text .child {
    padding: 15px 0 30px 0;
    position: relative; }
    .container .text .child span {
      display: block;
      position: absolute;
      right: 20px; }
  .container .text .content-wraper-left {
    float: left;
    width: 48%; }
  .container .text .content-wraper-right {
    float: right;
    width: 48%; }
  .container .text h2 {
    margin: 0;
    line-height: 30px;
    border-top: 3px solid #F00;
    border-bottom: 1px solid #F00; }
    .container .text h2 a {
      display: block;
      position: relative;
      padding: 15px 46px 15px 20px;
      color: #000; }
      .container .text h2 a:hover {
        color: #666 !important \9;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) \9; }
      .container .text h2 a span {
        padding-right: 15px; }
    .container .text h2.arrow {
      border-top: 3px solid #F00;
      border-bottom: 1px solid #F00; }
      .container .text h2.arrow a:after {
        display: block;
        position: absolute;
        content: ' ';
        background: url("/assets/faq/images/anc_icn.jpg");
        background: url("/assets/faq/images/anc_icn_ie8.jpg") \9;
        background-size: 20px 34.28571px;
        background-position: top left;
        width: 20px;
        height: 17.14286px;
        overflow: hidden;
        top: 21px;
        right: 20px; }
      .container .text h2.arrow a.on:after {
        background: url("/assets/faq/images/anc_icn.jpg");
        background: url("/assets/faq/images/anc_icn_ie8.jpg") \9;
        background-size: 20px 34.28571px;
        background-position: bottom left; }
    .container .text h2.tit {
      border-top: 3px solid #F00;
      border-bottom: 1px solid #F00; }
      .container .text h2.tit a:after {
        display: block;
        position: absolute;
        content: ' ';
        background: url("/assets/faq/images/acc_icn.jpg");
        background: url("/assets/faq/images/acc_icn_ie8.jpg") \9;
        background-size: 20px 34.28571px;
        background-position: top left;
        width: 20px;
        height: 17.14286px;
        overflow: hidden;
        top: 21px;
        right: 20px; }
      .container .text h2.tit a.on:after {
        background: url("/assets/faq/images/acc_icn.jpg");
        background: url("/assets/faq/images/acc_icn_ie8.jpg") \9;
        background-size: 20px 34.28571px;
        background-position: bottom left; }
  .container .text h3 {
    font-size: 1em;
    margin-bottom: 5px;
    padding: 0 20px; }
    .container .text h3 a {
      color: #f00; }
  .container .text h4 {
    margin: 30px 0 15px 0;
    padding: 0 0 0 0;
    line-height: 1.4;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: solid 2px red;}
    .container .text h4 a {
      color: #f00; }
  .container .text h5 {
    margin: 0;
    line-height: 1.4;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;}
  .container .text .acc {
    display: none;
    padding: 40px 20px 15px;
    zoom: 1; }
    .container .text .acc:before,
    .container .text .acc:after {
      content: "";
      display: table; }
    .container .text .acc:after {
      clear: both; }
    .container .text .acc .ans {
      float: left;
      padding-right: 15px;
      margin-top: 4px; }
      .container .text .acc .ans span {
        color: #F00;
        font-size: 20px; }
    .container .text .acc .ans_content {
      float: left;
      width: 720px; }
    .container .text .acc ul > li {
      padding-left: 1em;
      text-indent: -1em; }
      .container .text .acc ul > li:before {
        content: "・"; }
    .container .text .acc ol > li {
      text-indent: 0; }

.main-content-wrapper {
  padding: 40px 0; }

#main-content-wrapper-law p {
  margin-bottom: 40px; }
  #main-content-wrapper-law p a {
    display: inline; }

#contactbox {
  background-color: #ddd;
  color: #000;
  margin: 20px auto 0 auto;
  padding: 10px;
  width: 838px;
  clear: both;
  font-size: 95%;
  line-height: 1.5em; }
  #contactbox a {
    color: #2179DB;
    text-decoration: underline; }
    #contactbox a:hover {
      text-decoration: none; }
  #contactbox p.note {
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 95%; }
  #contactbox h4.tel {
    margin: 0 0 5px 0;
    font-size: 25px;
    line-height: 1.1;
    font-weight: normal; }
