@charset "UTF-8";
/* 明朝体 Web font */
/* opacity: 0.3 */
/* ブレイクポイント設定 */
/* デフォルト 375px ~ 575px */
/* 374px 以下で適用 */
/* 576px ~ 767px で適用 */
/* 768px ~ 959px で適用 */
/* 960px 以上で適用 */
@media screen and (min-width: 960px) {
  .trouble-02-01 {
    max-width: 998px;
    margin: 0 auto;
  }
}
.trouble-02-01__title {
  color: #00664b;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2.2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__title {
    font-size: 44px;
  }
}
.trouble-02-01__title-area {
  padding: 30px 20px 0;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__title-area {
    margin: 60px auto 0;
    padding: 0;
  }
}
.trouble-02-01__title-wrap {
  border-bottom: 2px solid #cce8dd;
}
.trouble-02-01__section-title {
  background-color: #f9f9f7;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__section-title {
    margin-top: 48px;
  }
}
.trouble-02-01__section-title p {
  font-size: 18px;
  line-height: 140%;
}
.trouble-02-01__detail-wrap {
  color: #333;
  font-size: 16px;
  padding: 20px 20px 0;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__detail-wrap {
    padding: 0;
    font-size: 17px;
    text-align: center;
    margin: 48px auto 80px;
  }
}
.trouble-02-01__detail-bold {
  font-weight: 700;
  letter-spacing: 1px;
}
.trouble-02-01__contents-title {
  margin: 40px auto 20px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__contents-title {
    margin: 80px auto 40px;
  }
}
.trouble-02-01__contents-title-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__contents-title-pc {
    display: block;
  }
}
.trouble-02-01__solution-example-title {
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background-color: #00664b;
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-title {
    height: 54px;
    padding: 16px 20px;
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-title-pc-none {
    display: none;
  }
}
.trouble-02-01__solution-example-card {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card {
    padding: 40px;
  }
}
.trouble-02-01__solution-example-card-wrap {
  padding: 20px;
  background-color: rgba(204, 232, 221, 0.2980392157);
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-wrap {
    padding: 40px;
  }
}
.trouble-02-01__solution-example-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #cce8dd;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-header {
    border-bottom: none;
    border-right: 2px solid #cce8dd;
    padding: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.trouble-02-01__solution-example-card-header-img {
  margin-right: 20px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-header-img {
    margin-right: 16px;
  }
}
.trouble-02-01__solution-example-card-header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.trouble-02-01__solution-example-card-header-address {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-header-address {
    font-size: 16px;
  }
}
.trouble-02-01__solution-example-card-header-name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-header-name {
    font-size: 17px;
  }
}
.trouble-02-01__solution-example-card-title {
  color: #00664b;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-title {
    font-size: 17px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px;
  }
}
.trouble-02-01__solution-example-card-body {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-card-body {
    margin-top: 20px;
    font-size: 17px;
  }
}
.trouble-02-01__solution-example-other {
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-other-card-mx {
    margin: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .trouble-02-01__solution-example-other-card-mt {
    margin-top: 40px;
  }
}
.trouble-02-01__illustration {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__illustration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 646px;
    margin: 0 auto;
    gap: 0;
  }
}
.trouble-02-01__illustration-wrap {
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__illustration-wrap {
    margin: 80px auto;
  }
}
.trouble-02-01__consultation-sp {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__consultation-sp {
    display: none;
  }
}
.trouble-02-01__consultation-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .trouble-02-01__consultation-pc {
    display: block;
    margin: 80px auto;
  }
}