@charset "UTF-8";
/* 反社キーワード　プラン表 */
.plan_table {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.plan_table .plan {
  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;
  padding: 10px;
}

@media screen and (max-width: 1400px) {
  .plan_table .plan {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .plan_table .plan {
    padding: 10px 20px;
  }
}

.plan_table .plan .pl_inner {
  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;
  border-radius: 15px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
}

.plan_table .plan .pl_inner .plan_name {
  width: 100%;
}

.plan_table .plan .pl_inner .plan_name span {
  border-bottom: 3px double;
  padding: 5px;
  font-weight: bold;
  color: #fff;
}

.plan_table .plan .pl_inner .plan_catch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plan_table .plan .pl_inner .plan_catch .catch {
  padding: 20px;
  background-color: #fff;
}

.plan_table .plan .pl_inner .plan_catch .catch p {
  font-size: 1.3em;
  color: dimgray;
  line-height: 1.2 !important;
}

.plan_table .plan .pl_inner .plan_catch .catch p.ichiran {
  color: #272727;
  padding-top: 1em;
}

.plan_table .plan .pl_inner .plan_catch .catch p.ichiran span {
  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;
  font-weight: bold;
}

.plan_table .plan .pl_inner .plan_catch .catch p.ichiran span::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/common/img/ico_arrows.svg) no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}

.plan_table .plan .pl_inner .plan_catch .p_txt {
  padding: 25px 35px;
}

.plan_table .plan .pl_inner .plan_catch .p_txt .txt_red {
  border-bottom: 1px solid;
  padding: 0 5px;
}

.plan_table .plan .pl_inner .plan_txt {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: auto;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: 1px dotted #666;
  width: 90%;
}

.plan_table .plan .pl_inner .plan_txt p {
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

.plan_table .plan .pl01 {
  background-color: #e0f4ff;
}

.plan_table .plan .pl01 .plan_name {
  background-color: #43b7cc;
}

.plan_table .plan .pl02 {
  background-color: #e5ffde;
}

.plan_table .plan .pl02 .plan_name {
  background-color: #70bd99;
}

.plan_table .plan .pl03 {
  background-color: #f6e1dc;
}

.plan_table .plan .pl03 .plan_name {
  background-color: #e45e3d;
}

@media screen and (max-width: 1024px) {
  .plan_table {
    display: block;
  }
  .plan_table .col3,
  .plan_table .pl_inner {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */