@charset "UTF-8";

/* -----
 * font, title setting
----------------------------------------------------------------------------- */
.outlink-note {
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0 0;
}

.title-style01 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}

/* -----
 * btn,link setting
----------------------------------------------------------------------------- */
.btn {
  text-align: center;
  width: 400px;
  max-width: 100%;
}

.btn a {
  background: #0569b2 url(/contents/product/carnavi/strd/assets/images/btn-icon-arw.png) no-repeat;
  background-position: right 30px top 50%;
  -webkit-box-shadow: 0px 6px 0px 0px #02375e;
          box-shadow: 0px 6px 0px 0px #02375e;
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.btn.btn-small {
  width: auto;
}

.btn.btn-small a {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  padding: 9px 35px 6px 35px;
  -webkit-box-shadow: 0px 3px 0px 0px #02375e;
          box-shadow: 0px 3px 0px 0px #02375e;
}

.btn.icon-pdf a {
  background: #0569b2 url(/contents/product/carnavi/strd/assets/images/btn-icon-pdf.png) no-repeat;
  background-position: right 10px top 50%;
}

.btn.icon-outlink a {
  background: #0569b2 url(/contents/product/carnavi/strd/assets/images/btn-icon-outlink.png) no-repeat;
  background-position: right 20px top 50%;
}

.btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.btn-wrap .btn {
  margin: 0 auto;
}

.link-pdf {
  display: inline-block;
  background: url(/contents/product/carnavi/strd/assets/images/icon-pdf.png) 100% 50% no-repeat;
  padding: 2px 18px 2px 0;
  margin-right: 0.2em;
}

/* -----
 * table setting
----------------------------------------------------------------------------- */
.table-style01 {
  margin: 0;
  width: 100%;
  line-height: 1.6;
}

.table-style01 tbody tr {
  background-color: #f0f0f0;
}

.table-style01 tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-style01 tbody tr th, .table-style01 tbody tr td {
  text-align: left;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-style01 tbody tr th {
  width: 1%;
  white-space: nowrap;
}

.table-style01 tbody tr th.width-set01 {
  width: 490px;
}

.table-style01.with-head tr th, .table-style01.with-head tr td {
  border-right: #fff 1px solid;
  padding: 10px 30px;
}

.table-style01.with-head tr th:last-child, .table-style01.with-head tr td:last-child {
  border-right: none;
}

.table-style01.with-head thead tr th {
  background-color: #313131;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.table-style01.with-head tbody tr th, .table-style01.with-head tbody tr td {
  font-size: 14px;
}

.table-style01.with-head tbody tr td {
  text-align: center;
}

.table-style01.color-white tbody tr th, .table-style01.color-white thead tr th {
  width: 224px;
}

.table-style01.color-white tbody tr th.bg-gray, .table-style01.color-white thead tr th.bg-gray {
  width: 225px;
  background-color: #949494;
  border-bottom: #f4f4f4 1px solid;
  color: #fff;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
}

.table-style01.color-white tbody tr th.bg-gray .txt-left-align, .table-style01.color-white thead tr th.bg-gray .txt-left-align {
  display: inline-block;
  text-align: left;
}

.table-style01.color-white tbody tr th.bg-none, .table-style01.color-white thead tr th.bg-none {
  background-color: transparent;
}

.table-style01.color-white tbody tr td, .table-style01.color-white thead tr td {
  font-weight: bold;
  background-color: #fff;
  border-bottom: #f4f4f4 1px solid;
  border-right: #f4f4f4 1px solid;
}

.table-style01.color-white tbody tr td:last-child, .table-style01.color-white thead tr td:last-child {
  border-right: none;
}

/* step content */
.step-box {
  margin-bottom: 90px;
  position: relative;
}

.step-box:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 70px solid #f4f4f4;
  border-right: 500px solid transparent;
  border-bottom: none;
  border-left: 500px solid transparent;
  position: absolute;
  left: 0;
  bottom: -70px;
}

.step-box:last-child {
  margin-bottom: 0;
}

.step-box:last-child:before {
  display: none;
}

.step-box .step-title {
  background-color: #359ae3;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

.step-box .step-title .icon {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  background-color: #3b3b3b;
  text-align: center;
}

.step-box .step-title .icon img {
  width: auto;
}

.step-box .step-title .title {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-weight: bold;
}

.step-box .step-block {
  background-color: #f4f4f4;
  padding: 40px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step-box .step-block .step-icon {
  float: left;
  width: 270px;
  text-align: center;
}

.step-box .step-block .step-txt {
  float: left;
  width: 730px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step-box .step-block .step-txt .main-txt {
  font-size: 18px;
  margin: 0;
}

.step-box .step-block .step-txt .step-btn {
  text-align: left;
  display: inline-block;
  margin-top: 25px;
}

.step-box .step-block .step-txt .step-btn .btn {
  margin: 0;
}

.step-box .step-block .step-txt .step-btn .note {
  text-align: center;
}

.step-box .step-block .step-txt .box-red {
  display: inline-block;
  background-color: #fce8e8;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
}

.step-box .step-block .step-txt .before-list-txt {
  margin-bottom: 0.5em;
}

.step-box .step-block .step-txt .step-model-list ul li {
  float: left;
  margin-right: 30px;
}

.step-box .step-block .step-txt .step-model-list ul li:last-child {
  margin-right: 0;
}

.step-box .step-block .step-txt .table-accordion-content {
  display: none;
}

/* faq answer box */
.faq-a-box {
  counter-reset: title anum;
}

.faq-a-box .a-box {
  background-color: #f0f0f0;
  /*padding: 30px 20px;*/
  line-height: 1.625;
}

.faq-a-box .a-box:nth-child(odd) {
  background-color: #f9f9f9;
}

.faq-a-box .a-box dl {
  margin: 0;
}

.faq-a-box .a-box dl dt:before, .faq-a-box .a-box dl dd:before {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 45px;
  text-align: center;
  margin-top: 2px;
}

.faq-a-box .a-box dl dt {
  margin: 0;
  border-bottom: #ccc 1px solid;
  /*padding: 0 0 20px 0;*/
  font-size: 18px;
  font-weight: bold;
}

.faq-a-box .a-box dl dt:before {
  counter-increment: title;
  content: "Q " counter(title);
  background-color: #3b3b3b;
}

.faq-a-box .a-box dl dd {
  margin: 0;
  padding: 20px 0 0 0;
}

.faq-a-box .a-box dl dd:before {
  counter-increment: anum;
  content: "A " counter(title);
  background-color: #359ae3;
}

.faq-a-box .a-box .txt {
  display: inline-block;
  padding-left: 20px;
  padding-right: 1em;
  width: calc( 100% - 65px);
}

.faq-a-box .a-box .faq-note {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1068px) {
  /* step content */
  .step-box {
    margin-bottom: 0;
  }
  .step-box:before {
    display: block;
    position: static;
    margin: 20px auto;
    border-top: 50px solid #f4f4f4;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
  }
  .step-box:last-child:before {
    display: block;
  }
  .step-box .step-block {
    padding: 20px;
  }
  .step-box .step-block .step-icon {
    width: 25%;
  }
  .step-box .step-block .step-txt {
    float: right;
    width: 70%;
    padding-right: 0;
  }
  .step-box .step-block .step-txt .main-txt {
    margin: 10px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  /* -----
  * font, title setting
  ----------------------------------------------------------------------------- */
  .title-style01 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.6;
  }
  /* -----
  * btn,link setting
  ----------------------------------------------------------------------------- */
  .btn {
    width: 100%;
  }
  .btn a {
    width: 100%;
    padding: 20px;
    background-position: right 10px center;
  }
  
  /* step content */
  .step-box .step-title .title {
    font-size: 18px;
    line-height: 1.5;
  }
  .step-box .step-block .step-icon {
    float: none;
    width: 100%;
    text-align: center;
  }
  .step-box .step-block .step-txt {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .step-box .step-block .step-txt .main-txt {
    font-size: 14px;
  }
  .step-box .step-block .step-txt .step-btn {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  /* -----
  * font, title setting
  ----------------------------------------------------------------------------- */
  .title-style01 {
    font-size: 25px;
  }
  /* -----
  * PageTitle
  ----------------------------------------------------------------------------- */
  /* faq answer box */
  .faq-a-box .a-box dt .txt {
    font-size: 16px;
  }
  .faq-a-box .a-box dd .txt {
    font-size: 14px;
  }
}
