.trouble-header {
  padding: clamp(30px, 4vw, 60px);
  position: relative;
}
.trouble-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background: #e00012;
  left: 0;
  bottom: 6vw;
  z-index: -1;
}
.trouble-header .title {
  width: 150px;
  border: 2px solid #e00012;
  padding: 20px;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .trouble-header .title {
    width: 100%;
  }
}
.trouble-header .intro {
  width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  .trouble-header .intro {
    width: 100%;
  }
}
.trouble-header .intro h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.trouble-header--intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .trouble-header--intro {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.trouble-header--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .trouble-header--content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.trouble-header--content > div {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trouble-header--content > div {
    width: 100%;
  }
}

.trouble-service .bgGray {
  padding-top: 60px;
  margin-top: -6vw;
  margin-bottom: 80px;
  background: #f4f4f4;
}
.trouble-service--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .trouble-service--content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.trouble-service--content .image {
  width: 260px;
}
.trouble-service--content .txt {
  background: url(../image/trouble/arrow.png) center bottom no-repeat;
  background-size: 400px;
  padding-bottom: 80px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.trouble-service--content .txt h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.trouble-service--content .txt h2 + p {
  font-size: clamp(16px, 1vw, 18px);
}
@media screen and (max-width: 768px) {
  .trouble-service .bgGray {
    padding-top: 60px;
    margin-top: -6vw;
    margin-bottom: 80px;
    background: #f4f4f4;
  }
  .trouble-service--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .trouble-service--content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .trouble-service--content .image {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .trouble-service--content .txt {
    background: url(../image/trouble/arrow_02.png) center bottom no-repeat;
    background-size: 38px;
    padding-bottom: 110px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .trouble-service--content .txt h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .trouble-service--content .txt h2 + p {
    font-size: clamp(16px, 1vw, 18px);
    text-align: left;
  }
}

.triangle {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .triangle {
    width: 100%;
    padding-bottom: 40px;
  }
}

.shadow-block {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  position: relative;
  border-radius: 8px;
  background: #f4f4f4;
  padding: 30px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .shadow-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.shadow-block::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 600px 0 600px;
  border-color: #f4f4f4 transparent transparent transparent;
}
.shadow-block--image {
  width: 250px;
}
.shadow-block--txt {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.shadow-block--txt h2 {
  font-size: clamp(18px, 3vw, 28px);
  margin-bottom: 10px;
}
.shadow-block--txt li {
  font-size: 1.8rem;
  line-height: 2;
}
.shadow-block--txt li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../image/trouble/check.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .shadow-block {
    padding: 30px 0;
  }
  .shadow-block::after {
    content: none;
  }
  .shadow-block--image {
    width: 50%;
    margin: 0 auto 30px;
  }
  .shadow-block--txt {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
  }
  .shadow-block--txt h2 {
    font-size: clamp(18px, 3vw, 28px);
    margin-bottom: 10px;
  }
  .shadow-block--txt li {
    font-size: 1.6rem;
    line-height: 2;
  }
  .shadow-block--txt li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../image/trouble/check.png);
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

.redline-box {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: -100px;
  border: 5px solid #e00012;
  padding: 110px 60px 40px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.redline-box--txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
}
.redline-box--txt h2 {
  font-weight: bold;
  font-size: clamp(20px, 4vw, 34px);
  margin-bottom: 20px;
}
.redline-box--txt h2 + p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.redline-box--txt ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.redline-box--txt ul.list li {
  position: relative;
  width: 31.8%;
}
.redline-box--txt ul.list li img {
  width: 100%;
}
.redline-box--txt ul.list li .tag {
  background: #e00012;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.redline-box--image {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .redline-box {
    top: 0;
    width: 95%;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .redline-box--txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0px;
  }
  .redline-box--txt h2 {
    font-weight: bold;
    font-size: clamp(20px, 4vw, 34px);
    margin-bottom: 20px;
  }
  .redline-box--txt h2 + p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .redline-box--txt ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }
  .redline-box--txt ul.list li {
    position: relative;
    width: 31.8%;
  }
  .redline-box--txt ul.list li img {
    width: 100%;
  }
  .redline-box--txt ul.list li .tag {
    font-size: 1.4rem;
    padding: 10px 13px;
    position: relative;
    top: inherit;
    display: block;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    text-align: center;
  }
  .redline-box--image {
    display: none;
  }
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.feature-list .item {
  border: 1px solid #dcdcdc;
  width: 31%;
}
.feature-list .item .shadow {
  background: url(../image/trouble/shadw.png) center bottom no-repeat;
  background-size: cover;
  height: 20px;
  width: 100%;
}
.feature-list .item--head {
  text-align: center;
  padding: 16px;
}
.feature-list .item--txt {
  padding: 40px 40px 20px;
}
.feature-list .item--txt h3 {
  text-align: center;
  font-weight: normal;
  font-size: clamp(18px, 3vw, 28px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .feature-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-list .item--head {
    padding: 16px;
  }
  .feature-list .item--head > img {
    width: 100%;
  }
  .feature-list .item--txt {
    padding: 20px 20px;
  }
}

.free-service {
  background: url(../image/common/pattern-bg.png) left top repeat;
  padding: 20px 0 80px;
  margin-bottom: 80px;
}
.free-service .title {
  position: relative;
  text-align: center;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: bold;
  margin-bottom: 60px;
}
.free-service .title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  background: url(../image/trouble/title-line.png) center bottom no-repeat;
  width: 100%;
  height: 10px;
}
.free-service .title img {
  display: block;
  margin: 0 auto 10px;
}
.free-service .sub-title {
  text-align: center;
  color: #e00012;
  font-size: clamp(20px, 4vw, 30px);
  margin-bottom: 30px;
  font-weight: bold;
}
.free-service .lead {
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 10px;
  line-height: 1.7;
}
.free-service .lead + p {
  text-align: center;
  font-size: clamp(16px, 1vw, 18px);
  margin-bottom: 60px;
}
.free-service .images {
  text-align: center;
  margin: 4rem 0 8rem;
  display: block;
}
.free-service .contact-btn {
  width: 750px;
  margin: 0 auto 80px;
}
.free-service .contact-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 30px;
  background: #003289;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .free-service .contact-btn a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.free-service .contact-btn a .image {
  position: absolute;
  right: 20px;
  bottom: -10px;
}
.free-service .contact-btn a .txt {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 2vw, 30px);
  padding-left: 30px;
}
.free-service .contact-btn a:hover {
  opacity: 1;
  background: rgba(0, 50, 137, 0.68);
}
.free-service dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.free-service dl dt {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 26px);
  width: 220px;
}
.free-service dl dd {
  font-size: 2rem;
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .free-service {
    padding: 20px 0 8px;
    margin-bottom: 40px;
  }
  .free-service .lead + p {
    text-align: left;
    font-size: clamp(16px, 1vw, 18px);
    margin-bottom: 30px;
  }
  .free-service .images {
    margin: 4rem 0;
  }
  .free-service .contact-btn {
    width: 100%;
    margin: 0 auto 80px;
  }
  .free-service .contact-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 30px;
    background: #003289;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .free-service .contact-btn a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .free-service .contact-btn a .icon {
    width: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .free-service .contact-btn a .image {
    position: absolute;
    right: 12px;
    bottom: -69px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .free-service .contact-btn a .txt {
    font-size: clamp(18px, 2vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .free-service .contact-btn a:hover {
    opacity: 1;
    background: rgba(0, 50, 137, 0.68);
  }
}
@media screen and (max-width: 768px) {
  .free-service dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .free-service dl dt {
    font-weight: bold;
    font-size: clamp(18px, 2vw, 26px);
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .free-service dl dd {
    font-size: 1.6rem;
    line-height: 1.7;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.message {
  margin: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .message {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.message--txt {
  width: 46%;
}
.message--txt h2 {
  font-size: clamp(20px, 3vw, 44px);
  line-height: 1.5;
  letter-spacing: 8px;
  margin-bottom: 40px;
}
.message--image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .message {
    margin: 40px 0;
  }
  .message--txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .message--txt h2 {
    font-size: clamp(20px, 3vw, 44px);
    line-height: 1.5;
    letter-spacing: 8px;
    margin-bottom: 30px;
  }
  .message--image {
    width: 100%;
  }
}

.user-voice,
.faq-area,
.our-service {
  border-top: 5px solid #e00012;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .user-voice,
.faq-area,
.our-service {
    overflow-x: hidden;
  }
}

.slider-title {
  font-size: clamp(20px, 3vw, 44px);
  margin-bottom: 40px;
  line-height: 1.6;
  letter-spacing: 5px;
}
.slider-title > span {
  letter-spacing: 1px;
  color: #e00012;
  font-size: clamp(18px, 2vw, 32px);
  display: block;
}

.our-service .our-title {
  position: relative;
  text-align: center;
  font-size: clamp(20px, 4vw, 34px);
  margin-bottom: 60px;
}
.our-service .our-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  background: url(../image/trouble/service-line.png) center bottom no-repeat;
  width: 100%;
  height: 10px;
}
.our-service .service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .our-service .service-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.our-service .service-list--item {
  width: 31%;
}
.our-service .service-list--item .name {
  font-weight: bold;
  margin: 20px 0;
}
.our-service .service-list--item .txt {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .our-service .service-list {
    display: block;
  }
  .our-service .service-list--item {
    width: 100%;
    margin-bottom: 30px;
  }
  .our-service .service-list--item .name {
    font-weight: bold;
    margin: 20px 0;
  }
  .our-service .service-list--item .txt {
    line-height: 1.6;
  }
  .our-service .service-list--item img {
    width: 100%;
  }
}

.voice-slider,
.faq-slider {
  overflow: hidden;
}

.volice-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.volice-content .thumb {
  width: 150px;
}
.volice-content .thumb a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.volice-content .thumb a > span {
  text-decoration: underline;
}
.volice-content .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.volice-content .txt h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .volice-content {
    display: block;
  }
  .volice-content .thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .volice-content .thumb a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .volice-content .thumb a > span {
    display: none;
  }
  .volice-content .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .volice-content .txt h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.slider-wrapper {
  position: relative;
}

.slide {
  background: #f4f4f4;
  padding: 30px;
}

dl.faq-list dt {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
}
dl.faq-list dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 10px;
}
dl.faq-list dd {
  position: relative;
  padding-left: 30px;
}
dl.faq-list dd::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "A";
  display: inline-block;
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 10px;
  color: #e00012;
}
dl.faq-list dd a {
  display: block;
}
dl.faq-list dd div {
  line-height: 1.7;
}
dl.faq-list dd .more {
  text-align: right;
}
dl.faq-list dd .more a {
  text-decoration: underline;
}

.bx-viewport {
  overflow: visible !important;
  width: 1000px !important;
  margin: 0 auto;
}

.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  width: 43px;
  height: 63px;
}

.bx-wrapper .bx-prev {
  left: 13vw;
  background: url(../image/trouble/prev.png) no-repeat center center;
  background-size: contain;
}

.bx-wrapper .bx-next {
  right: 12vw;
  background: url(../image/trouble/next.png) no-repeat center center;
  background-size: contain;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: inherit !important;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: inherit !important;
}

@media screen and (max-width: 1000px) {
  .bx-viewport {
    width: 100% !important;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 8px;
    height: 32px;
    z-index: 9;
  }
  .bx-wrapper .bx-prev {
    left: 2vw;
    background: url(../image/trouble/prev.png) no-repeat center center;
    background-size: contain;
  }
  .bx-wrapper .bx-next {
    right: 2vw;
    background: url(../image/trouble/next.png) no-repeat center center;
    background-size: contain;
  }
}/*# sourceMappingURL=trouble.css.map */