.main {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  overflow: hidden;
}
#nav_01,
#nav_02,
#nav_03,
#nav_04,
#nav_05 {
  margin-top: -61px;
  padding-top: 61px;
}
#nav_01 .trouble_content {
  margin-top: 80px;
}
.fwb {
  font-weight: bold;
}
.color_red {
  color: #c01920;
}
.mv_btm {
  margin-top: 10px;
  padding: 25px;
}
.mv_btm.bg_yellow {
  background-color: #ffd80f;
}
.mv_btm_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
.mv_btm_pic {
  width: 111px;
  margin-right: 30px;
  text-align: center;
}
.mv_btm_pic__img {
  margin: 0 auto;
  text-align: center;
}
.mv_btm_text {
  width: 480px;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
}
.text_border_btm {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffd80f));
  background-image: linear-gradient(transparent 70%, #ffd80f 70%);
}
.section {
  margin-top: 65px;
}
.section+.section {
  margin-top: 90px;
}
.section_lv3 {
  margin-top: 90px;
}
.section_heading_lv2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
}
.section_heading_lv3 {
  width: 410px;
  margin: 0 auto 26px;
  padding: 12px;
  border-radius: 40px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #361d0d;
  position: relative;
}
.section_heading_lv3::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #361d0d transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -26px;
  left: 0;
}
.caution_list {
  width: 600px;
  margin: 60px auto 0;
}
.caution_list_item {
  padding-left: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  background-image: url("../images/icon_caution.png");
  background-repeat: no-repeat;
  background-position: left top 10px;
  background-size: 37px 33px;
}
.caution_list_item+.caution_list_item {
  margin-top: 30px;
}
.lp_btn_link {
  display: block;
  width: 380px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  background-color: #04256d;
}
.lp_btn_link .text {
  display: inline-block;
  padding-right: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: relative;
}
.lp_btn_link .text::after {
  content: '';
  width: 10px;
  height: 10px;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 928px;
  margin: 50px auto 0;
}
.anchor_list_item {
  width: calc((100% - 46px) / 3);
  border: 2px solid #262626;
}
.anchor_list_item:nth-child(n+2) {
  margin-left: 23px;
}
.anchor_list_item:nth-child(n+4) {
  margin-top: 23px;
}
.anchor_list_item:nth-child(3n+4) {
  margin-left: 0;
}
.anchor_list_item_link {
  display: block;
  padding: 20px 55px 20px 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 24px;
  background-image: url("../images/icon_anchor.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 24px;
}
.trouble_content {
  padding: 65px 55px;
}
.trouble_content.reverse .trouble_content_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.trouble_content.reverse .trouble_content_right {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.trouble_content.bg_light_yellow {
  background-color: #faf3dc;
}
.trouble_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trouble_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trouble_content_seq_box {
  width: 74px;
  padding: 12px;
  position: relative;
}
.trouble_content_seq_box::before,
.trouble_content_seq_box::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c01920;
  border-right: 2px solid #c01920;
  position: absolute;
}
.trouble_content_seq_box::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.trouble_content_seq_box::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trouble_content_seq_box_text {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
.trouble_content_seq_box_num {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  font-size: 44px;
  line-height: 48px;
  text-align: center;
}
.trouble_content_text {
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.trouble_content_right {
  width: 420px;
}
.trouble_content_pic {
  text-align: center;
}
.trouble_content_pic__img {
  margin: 0 auto;
}
.repair_price {
  margin-top: 50px;
  padding: 45px 40px 170px;
  position: relative;
  z-index: 0;
}
.repair_price::before,
.repair_price::after {
  content: '';
  display: inline-block;
  width: 155px;
  height: 155px;
  position: absolute;
  z-index: -1;
}
.repair_price::before {
  border-top: 2px dashed #c01920;
  border-left: 2px dashed #c01920;
  top: 0;
  left: 0;
}
.repair_price::after {
  border-right: 2px dashed #c01920;
  border-bottom: 2px dashed #c01920;
  right: 0;
  bottom: 0;
}
.repair_price_icon {
  position: absolute;
  right: -20px;
  bottom: -50px;
}
.table_layoutA .table_layoutA__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.table_layoutA .table_layoutA__thead {
  width: 30%;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}
.table_layoutA .table_layoutA__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.table_layoutA .table_layoutA__tr {
  display: block;
  width: 100%;
}
.table_layoutA .table_layoutA__head,
.table_layoutA .table_layoutA__th,
.table_layoutA .table_layoutA__td {
  display: block;
  width: 100%;
  padding: 32px;
  border: 1px solid #f4f4f4;
  text-align: center;
  white-space: nowrap;
}
.table_layoutA .table_layoutA__head {
  font-size: 16px;
  font-weight: bold;
}
.table_layoutA .table_layoutA__head.bg_blue {
  background-color: #8dc6ff;
}
.table_layoutA .table_layoutA__head.bg_yellow {
  background-color: #ffd80f;
}
.table_layoutA .table_layoutA__th {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.table_layoutA .table_layoutA__td {
  padding: 25.5px;
}
.table_layoutA .table_layoutA__td .num {
  font-size: 24px;
  font-weight: bold;
}
.table_layoutA .table_layoutA__td .tax {
  font-size: 14px;
  font-weight: bold;
}
.table_btm_caution_list {
  margin-top: 20px;
}
.table_btm_caution_list_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 23px;
}
.table_btm_caution_list_item+.table_btm_caution_list_item {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #nav_01 .trouble_content {
    margin-top: 65px;
  }
  .mv_btm {
    margin-top: 7.5px;
    padding: 15px;
  }
  .mv_btm_inr {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .mv_btm_pic {
    width: 40%;
    margin: 0 auto;
  }
  .mv_btm_text {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .section {
    margin-top: 45px;
  }
  .section+.section {
    margin-top: 65px;
  }
  .section_lv3 {
    margin-top: 65px;
  }
  .section_heading_lv2 {
    font-size: 26px;
    line-height: 40px;
  }
  .section_heading_lv3 {
    width: 100%;
    font-size: 26px;
    line-height: 45px;
  }
  .caution_list {
    width: 100%;
    margin-top: 45px;
  }
  .caution_list_item {
    padding-left: 50px;
  }
  .lp_btn_link {
    width: 100%;
    padding: 15px;
  }
  .lp_btn_link .text {
    font-size: 22px;
    line-height: 28px;
  }
  .anchor_list {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .anchor_list_item {
    width: 100%;
  }
  .anchor_list_item:nth-child(n+2) {
    margin-top: 20px;
    margin-left: 0;
  }
  .trouble_content {
    padding: 30px 20px 50px;
  }
  .trouble_content.reverse .trouble_content_left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .trouble_content.reverse .trouble_content_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .trouble_content_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trouble_content_left {
    display: block;
  }
  .trouble_content_seq_box {
    width: 60px;
    margin: 0 auto;
  }
  .trouble_content_seq_box_text {
    font-size: 12px;
    line-height: 16px;
  }
  .trouble_content_seq_box_num {
    font-size: 32px;
    line-height: 36px;
  }
  .trouble_content_text {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .trouble_content_right {
    width: 100%;
  }
  .trouble_content_pic {
    margin-top: 25px;
  }
  .repair_price {
    margin-top: 50px;
    padding: 15px 15px 120px;
  }
  .repair_price::before,
  .repair_price::after {
    width: 100px;
    height: 100px;
  }
  .repair_price_icon {
    max-width: 150px;
    width: 50%;
    position: absolute;
    right: -10px;
    bottom: -30px;
  }
  .table_layoutA .table_layoutA__head,
  .table_layoutA .table_layoutA__th,
  .table_layoutA .table_layoutA__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 10px;
  }
  .table_layoutA .table_layoutA__td .num {
    font-size: 20px;
  }
  .table_layoutA .table_layoutA__td .tax {
    font-size: 12px;
  }
  .table_btm_caution_list {
    margin-top: 15px;
  }
  .table_btm_caution_list_item {
    font-size: 12px;
  }
}

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