@charset "UTF-8";
.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-headline__main > * {
  border-bottom: solid 2px rgba(50, 50, 50, 0.1);
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 0 0.5em 0.75em 0.5em;
}
.p-headline__sub > * {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding: 0 0.5em;
}
.p-headline__main._padding-none > *, .p-headline__sub._padding-none > * {
  margin-bottom: 0;
}

.p-catch {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-catch__sub {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.p-catch._center, .p-catch._center > * {
  text-align: center;
}

.p-catch-img__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  border-radius: 2px;
}
.p-catch-img__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #323232 50%, rgba(50, 50, 50, 0.9) 60%, rgba(50, 50, 50, 0) 80%);
}
@media screen and (max-width: 700px) {
  .p-catch-img__wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .p-catch-img__wrap:before {
    background: rgba(50, 50, 50, 0.5);
  }
}
.p-catch-img__text {
  z-index: 1;
}
.p-catch-img__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-catch-img__sub-title {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.p-catch-img__date {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2em;
}
.p-catch-img._blue .p-catch-img__wrap:before {
  background: linear-gradient(to right, #B7E6F8 50%, rgba(183, 230, 248, 0.9) 60%, rgba(183, 230, 248, 0) 80%);
}
@media screen and (max-width: 700px) {
  .p-catch-img._blue .p-catch-img__wrap:before {
    background: rgba(183, 230, 248, 0.5);
  }
}
.p-catch-img._orange .p-catch-img__wrap:before {
  background: linear-gradient(to right, #FFD085 50%, rgba(255, 208, 133, 0.9) 60%, rgba(255, 208, 133, 0) 80%);
}
@media screen and (max-width: 700px) {
  .p-catch-img._orange .p-catch-img__wrap:before {
    background: rgba(255, 208, 133, 0.5);
  }
}

.p-div__top {
  margin-top: 50px;
}
.p-div__bottom {
  margin-bottom: 50px;
}

.p-tips {
  position: relative;
  padding: 30px 40px;
  background: #f0f0f0;
  border-radius: 2px;
}
.p-tips._bg-pale {
  background: #E5F2EC;
}
.p-tips__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5em;
  border-bottom: solid 1.5px rgba(50, 50, 50, 0.25);
}
.p-tips__dsc {
  line-height: 2em;
}
.p-tips__dsc a {
  color: #323232;
  transition: 0.3s;
}
.p-tips__dsc a:visited, .p-tips__dsc a:active {
  color: #323232;
}
.p-tips__dsc a:hover {
  color: #028442;
}
.p-tips__dsc a {
  text-decoration: underline;
}
.p-tips__dsc .link-arrow {
  margin-top: 0.5rem;
}
.p-tips__btn {
  margin-top: 1.8rem;
}
.p-tips img {
  width: 100%;
}
.p-tips__list-task {
  font-size: 1.1rem;
  font-weight: 500;
}
.p-tips__list-task li:not(:last-child) {
  margin-bottom: 1rem;
}

.p-tips-catch {
  width: 100%;
  padding: 30px 40px;
  background: #E5F2EC;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}
.p-tips-catch__sub {
  margin-bottom: 0.3rem;
  color: #028442;
  font-size: 1.1rem;
}
.p-tips-catch__main {
  font-size: 1.5rem;
}

.p-tips-partner__dsc {
  line-height: 2em;
}

.p-callout__wrap {
  position: relative;
}
.p-callout__content {
  position: relative;
  height: 100%;
  padding: 30px 40px;
  background: #E5F2EC;
  border-radius: 5px;
}
.p-callout__content:not(:last-child) {
  margin-bottom: 2rem;
}
.p-callout__content._bg-gray {
  background: #f0f0f0;
}
.p-callout__row {
  display: flex;
  flex-direction: row;
}
.p-callout__thumb {
  position: relative;
  width: 100px;
  max-height: 100px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-callout__title {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-callout__sub-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.p-callout__list li {
  position: relative;
  padding-left: 1em;
}
.p-callout__list li:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 0.6em;
  left: 0;
  background: #323232;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-callout__list li > ul li:before {
  background: none;
  border: solid 1px #323232;
}
.p-callout__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-callout__dsc {
  line-height: 1.8em;
}
.p-callout__solve-msg {
  position: relative;
  margin-top: 1rem;
  padding-left: 5.5em !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2em;
}
.p-callout__solve-msg:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #028442;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-callout__solve-msg:after {
  content: "解決！";
  position: absolute;
  top: 0;
  left: 2rem;
  color: #028442;
}
.p-callout__link-comp {
  margin-top: 0.5rem;
}
.p-callout__link-comp a {
  color: #A6A6A6;
  transition: 0.3s;
}
.p-callout__link-comp a:visited, .p-callout__link-comp a:active {
  color: #A6A6A6;
}
.p-callout__link-comp a:hover {
  color: #028442;
}
.p-callout__link-comp a {
  font-size: 0.9rem;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .p-callout__row {
    flex-direction: column;
  }
  .p-callout__thumb {
    height: 100px;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .p-callout__row {
    align-items: center;
  }
}

.p-block__row, .p-block__col {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-block__row {
  display: flex;
  flex-direction: row;
}
.p-block__row:not(:last-child) {
  margin-bottom: 75px;
}
.p-block__col {
  display: flex;
  flex-direction: column;
}
.p-block__col:not(:last-child) {
  margin-bottom: 75px;
}
.p-block__row > .p-block__item {
  width: 100%;
}
.p-block__row > .p-block__item:first-child {
  margin-right: 37.5px;
}
.p-block__row > .p-block__item:last-child {
  margin-left: 37.5px;
}
.p-block__col > .p-block__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-block__blank {
  margin-bottom: 2rem;
}
.p-block__type--fixed > * {
  width: 100%;
}
.p-block__type--resize > *:first-child {
  flex-shrink: 0;
  width: auto;
}
.p-block__type--resize > *:last-child {
  width: auto;
}
.p-block__item._center {
  text-align: center;
}
.p-block__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6em;
}
.p-block__sub-title {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6em;
}
.p-block__dsc {
  line-height: 2em;
}
.p-block__dsc--headline {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-block__title + .p-block__dsc {
  margin-top: 1.5rem;
}
.p-block__title + .p-block__sub-title {
  margin-top: 0.5rem;
}
.p-block__label {
  margin-bottom: 1.5rem;
  font-weight: bold;
  opacity: 0.5;
}
.p-block__label._no-margin {
  margin-bottom: 0.5rem;
}
.p-block__badge {
  margin-bottom: 1.5rem;
  padding: 0.5em 1em 0.7em 1em;
  background: #028442;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
}
.p-block__badge._gray {
  background: #A6A6A6;
}
.p-block__img img {
  width: 100%;
  border-radius: 2px;
}
.p-block__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-block__row {
    flex-direction: column;
  }
  .p-block__item:first-child {
    margin: 0 !important;
  }
  .p-block__item:last-child {
    margin: 30px 0 0 0 !important;
  }
  .p-block__item._order-1 {
    order: 1;
    margin: 0 !important;
  }
  .p-block__item._order-2 {
    order: 2;
    margin: 30px 0 0 0 !important;
  }
}

.p-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 75px);
  margin-bottom: calc(75px * -1);
  overflow: hidden;
}
.p-grid__item {
  position: relative;
  width: calc(100% - 75px * 3 / 3);
  margin-right: 75px;
  margin-bottom: 75px;
}
.p-grid__item:not(:last-child) {
  margin-right: 75px;
}
.p-grid__jump-link {
  position: relative;
  width: 100%;
  color: #323232;
  transition: 0.3s;
}
.p-grid__jump-link:visited, .p-grid__jump-link:active {
  color: #323232;
}
.p-grid__jump-link:hover {
  color: #323232;
}
.p-grid__jump-link {
  text-align: center;
}
.p-grid__jump-link:hover > .p-grid__jump-arrow:before {
  opacity: 1;
}
.p-grid__jump-link:hover > .p-grid__img img {
  transform: scale(1.2);
}
.p-grid__col-2 > .p-grid__item {
  width: calc((100% - 75px * (2)) / 2);
}
.p-grid__col-3 > .p-grid__item {
  width: calc((100% - 75px * (3)) / 3);
}
.p-grid__col-4 > .p-grid__item {
  width: calc((100% - 75px * (4)) / 4);
}
.p-grid__col-5 > .p-grid__item {
  width: calc((100% - 75px * (5)) / 5);
}
.p-grid__col-6 > .p-grid__item {
  width: calc((100% - 75px * (6)) / 6);
}
.p-grid img {
  width: 100%;
  border-radius: 2px;
}
.p-grid__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 2px;
  overflow: hidden;
}
.p-grid__img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-grid__img._contain > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-grid__img._ini {
  height: auto;
  padding-top: 0;
}
.p-grid__img._1-1 {
  padding-top: 100%;
}
.p-grid__img._16-9 {
  padding-top: 56.25%;
}
.p-grid__img._100px {
  padding-top: 100px;
}
.p-grid__logo {
  height: 100px;
  padding: 30px 0;
}
.p-grid__logo img {
  width: auto;
  height: 100%;
}
.p-grid__title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8em;
}
.p-grid__title._center {
  text-align: center;
}
.p-grid__dsc {
  line-height: 2em;
}
.p-grid__label {
  position: absolute;
  padding: 0.5em 1em 0.5em 1em;
  top: 0;
  left: 0;
  background: #323232;
  border-radius: 2px 0 0 0;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: bold;
  z-index: 1;
}
.p-grid__jump-arrow {
  position: relative;
  width: 100%;
  height: 20px;
}
.p-grid__jump-arrow:before {
  content: "";
  position: relative;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: calc(50% - 10px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22414%22%20height%3D%22735%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-421%20-870)%22%3E%3Cpath%20d%3D%22M788.686%20870.027%20834.62%20915.961%20513.081%201237.5%20834.62%201559.04%20788.686%201604.97%20467.147%201283.43%20467.147%201283.43%20421.213%201237.5%20421.213%201237.5%20421.213%201237.5%20467.147%201191.57%20467.147%201191.57Z%22%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: rotate(-90deg);
  transition: 0.3s;
  opacity: 0.2;
}
.p-grid__item > *:not(:first-child) {
  margin-top: 1rem;
}
.p-grid__jump-link > * {
  margin-bottom: 1rem;
}
.p-grid__title + .p-grid__dsc {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .p-grid__item {
    width: calc(100% - 75px * 2 / 2) !important;
  }
}
@media screen and (max-width: 700px) {
  .p-grid__item {
    width: 100% !important;
  }
}

.p-icon-list__item {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.p-icon-list__icon {
  flex-shrink: 0;
  position: relative;
  width: 100px;
  height: 100px;
  background: #028442;
  border-radius: 2px;
}
.p-icon-list__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-icon-list__text {
  margin-left: 3rem;
}
.p-icon-list__text--main {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-icon-list__text--sub {
  margin-top: 0.7rem;
}
.p-icon-list__text--sub p {
  line-height: 1.8em;
}
.p-icon-list._row {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.p-icon-list._row .p-icon-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-icon-list._row .p-icon-list__text {
  margin: 1.5rem 0 0 0;
}
.p-icon-list._row .p-icon-list__text--main {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 1000px) {
  .p-icon-list._row {
    flex-direction: column;
    text-align: left;
  }
  .p-icon-list._row .p-icon-list__item {
    flex-direction: row;
  }
  .p-icon-list._row .p-icon-list__text {
    margin: 0 0 0 2rem;
  }
}
@media screen and (max-width: 700px) {
  .p-icon-list._col .p-icon-list__icon {
    width: 50px;
    height: 50px;
  }
  .p-icon-list._col .p-icon-list__text {
    margin-left: 2rem;
  }
}

.p-link-list__list {
  margin-bottom: 30px;
}
.p-link-list__wrap, .p-link-list__link {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
  color: #323232;
  transition: 0.3s;
}
.p-link-list__wrap:visited, .p-link-list__wrap:active, .p-link-list__link:visited, .p-link-list__link:active {
  color: #323232;
}
.p-link-list__wrap:hover, .p-link-list__link:hover {
  color: #323232;
}
.p-link-list__link:hover > .p-link-list__text .p-link-list__title {
  color: #028442;
}
.p-link-list__item._border-top {
  border-top: solid 1px rgba(50, 50, 50, 0.25);
}
.p-link-list__thumb {
  flex-shrink: 0;
  position: relative;
  width: 200px;
  height: 100px;
}
.p-link-list__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.p-link-list__thumb._contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-link-list__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 50px;
}
.p-link-list__title {
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-link-list__title .sub {
  padding-left: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.p-link-list__dsc {
  padding-top: 0.3rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1000px) {
  .p-link-list__thumb {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-link-list__wrap, .p-link-list__link {
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
  }
  .p-link-list__thumb {
    width: 200px;
  }
  .p-link-list__text {
    padding: 30px 0 0 0;
  }
  .p-link-list__title {
    text-align: center;
  }
}

.p-news {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 30px 40px;
  background: #E5F2EC;
  border-radius: 2px;
}
.p-news__wrap {
  margin-top: 50px;
}
.p-news__headline {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2rem;
  margin-right: 50px;
  font-weight: bold;
  white-space: nowrap;
}
.p-news__headline:before {
  content: "";
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../img/common/announce.png);
}
.p-news__item {
  position: relative;
  padding-left: 2.25em !important;
  color: #323232;
  font-weight: 500;
  line-height: 2em;
}
.p-news__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-news__item:before {
  display: none !important;
}
.p-news__item:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.3em;
  left: 0;
  background: #028442;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-news__item a {
  color: #323232;
  transition: 0.3s;
}
.p-news__item a:visited, .p-news__item a:active {
  color: #323232;
}
.p-news__item a:hover {
  color: #028442;
}
.p-news__item a {
  text-decoration: none !important;
}
@media screen and (max-width: 1000px) {
  .p-news {
    flex-direction: column;
    padding: 1rem 2rem 1.5rem 2rem;
  }
  .p-news__headline {
    margin: 0 0 1rem 0;
    padding: 0;
  }
  .p-news__headline:before {
    display: none;
  }
}

.t-price {
  width: 100%;
  border: solid 1px rgba(50, 50, 50, 0.25);
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
}
.t-price__wrap {
  overflow-y: auto;
}
.t-price tr:not(:last-child) th, .t-price tr:not(:last-child) td {
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
}
.t-price td {
  border-left: solid 1px rgba(50, 50, 50, 0.25);
}
.t-price th, .t-price td {
  padding: 1rem 1rem 1.3rem 1rem;
  font-weight: normal;
}
.t-price th {
  background: #f0f0f0;
}
.t-price tr:first-child td {
  background: rgba(240, 240, 240, 0.5);
}
.t-price__headline {
  margin-bottom: 1rem;
  font-weight: bold;
}
.t-price__main td:not(:first-child) {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-faq__q a, .p-faq__a a {
  color: #323232;
  transition: 0.3s;
}
.p-faq__q a:visited, .p-faq__q a:active, .p-faq__a a:visited, .p-faq__a a:active {
  color: #323232;
}
.p-faq__q a:hover, .p-faq__a a:hover {
  color: #028442;
}
.p-faq__q a, .p-faq__a a {
  text-decoration: underline;
}
.p-faq__q {
  position: relative;
  width: 100%;
  min-height: 4rem;
  margin-bottom: 1rem;
  padding: 1rem 3.5rem 1rem 4.5rem;
  background: #f0f0f0;
  border-radius: 2px;
  font-weight: bold;
  line-height: 2em;
}
.p-faq__q._cursor {
  cursor: pointer;
  transition: 0.3s;
}
.p-faq__q._cursor:hover {
  background: #E5F2EC;
}
.p-faq__a {
  position: relative;
  display: none;
  padding: 1rem 2rem 2rem 4.5rem;
  line-height: 2em;
}
.p-faq__q:before, .p-faq__a:before {
  content: "";
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: center center;
}
.p-faq__q:before {
  background-color: #323232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22352%22%20height%3D%22390%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%22186%22%20y%3D%22133%22%20width%3D%22352%22%20height%3D%22390%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-186%20-133)%22%3E%3Cpath%20d%3D%22M355.446%20193.238C326.689%20193.238%20303.373%20203.238%20285.499%20223.237%20267.625%20243.238%20258.688%20273.317%20258.688%20313.476%20258.688%20354.27%20267.625%20384.785%20285.499%20405.023%20303.373%20425.262%20325.974%20435.38%20353.301%20435.38%20363.469%20435.38%20373.082%20433.714%20382.138%20430.38%20367.838%20421.016%20353.301%20413.714%20338.525%20408.476L358.306%20368.238C381.502%20376.174%20403.666%20388.079%20424.797%20403.952%20433.853%20393.317%20440.645%20380.46%20445.174%20365.38%20449.702%20350.302%20451.966%20333%20451.966%20313.476%20451.966%20273.158%20443.068%20243.039%20425.274%20223.119%20407.48%20203.198%20384.203%20193.238%20355.446%20193.238ZM355.923%20133C407.718%20133%20448.788%20148.833%20479.135%20180.5%20509.481%20212.166%20524.654%20256.492%20524.654%20313.476%20524.654%20343.634%20520.444%20370.142%20512.023%20392.999%20505.668%20410.46%20495.499%20427.365%20481.517%20443.714%20498.836%20456.095%20517.663%20465.936%20538%20473.237L512.023%20523C501.378%20519.825%20490.971%20515.46%20480.803%20509.905%20478.578%20508.793%20462.929%20498.476%20433.853%20478.952%20410.975%20488.952%20385.633%20493.952%20357.829%20493.952%20304.128%20493.952%20262.064%20478.158%20231.638%20446.571%20201.212%20414.984%20186%20370.619%20186%20313.476%20186%20256.492%20201.253%20212.166%20231.758%20180.5%20262.263%20148.833%20303.651%20133%20355.923%20133Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 1rem;
}
.p-faq__a:before {
  background-color: #028442;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22391%22%20height%3D%22390%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0%22%3E%3Crect%20x%3D%22689%22%20y%3D%22133%22%20width%3D%22391%22%20height%3D%22390%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23clip0)%22%20transform%3D%22translate(-689%20-133)%22%3E%3Cpath%20d%3D%22M881.443%20223.982%20828.813%20368.702%20935.136%20368.702ZM840.775%20133%20923.972%20133%201080%20523%20994.41%20523%20960.387%20434.412%20804.626%20434.412%20772.463%20523%20689%20523Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-faq__q span:before, .p-faq__q span:after, .p-faq__a span:before, .p-faq__a span:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  top: calc(2rem - 1px);
  right: 1.5rem;
  background: #323232;
  transition: 0.3s;
}
.p-faq__q span:after, .p-faq__a span:after {
  transform: rotate(90deg);
}
.p-faq__q:hover span:before, .p-faq__q:hover span:after {
  background: #028442;
}
.p-faq .open .p-faq__q span:before {
  opacity: 0;
}
.p-faq .open .p-faq__q span:after {
  transform: rotate(0);
}
.p-faq .open .p-faq__a {
  display: block;
}

.t-plan {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.t-plan._padding-none {
  margin-top: -50px;
}
.t-plan._padding-none .t-plan__headline {
  border-top: none !important;
}
.t-plan tr, .t-plan th, .t-plan td {
  border: none;
  text-align: center;
}
.t-plan tr {
  border-top: solid 1px rgba(50, 50, 50, 0.25);
}
.t-plan tr:last-child {
  border-bottom: solid 1px rgba(50, 50, 50, 0.25);
}
.t-plan th, .t-plan td {
  padding: 1rem 2rem;
  line-height: 2em;
}
.t-plan th {
  font-weight: bold;
  width: 0;
  text-align: left;
  white-space: nowrap;
}
.t-plan td {
  table-layout: fixed;
}
.t-plan__headline {
  background: #E5F2EC;
  font-size: 1.1rem;
  font-weight: bold;
}
.t-plan__headline._fixed {
  position: sticky;
  top: 60px;
  z-index: 1;
}
.t-plan__headline._fixed th:before, .t-plan__headline._fixed td:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-top: solid 1px rgba(50, 50, 50, 0.1);
  border-bottom: solid 1px rgba(50, 50, 50, 0.1);
  box-sizing: border-box;
}
.t-plan__div-head th {
  padding: 0.5rem 2rem;
  background: #f0f0f0;
}
@media screen and (max-width: 700px) {
  .t-plan tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .t-plan th, .t-plan td {
    width: 100%;
  }
  .t-plan td {
    width: 50%;
  }
  .t-plan__headline .mob-none {
    height: 0;
    padding: 0;
  }
}/*# sourceMappingURL=page.css.map */