
.Plan_Item {
  max-width: 768px;
  margin: 5rem auto;
  line-height: 1.5;
}

.Plan_Item:not(:first-of-type) {
  margin-top: 8rem;
}

.Plan_SubTitle {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #d96d5a;
}

.Plan_SubTitle.green {
  color: #57a773;
}
.Plan_SubTitle.blue {
  color: #01406b;
}

.Plan_SubTitle.blue2 {
  color: #2389a7;
}

.Plan_Title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
    line-height: 2;
}

.Plan_Desc {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.Plan_Note, .Plan_Note_red{
  border: 4px solid #f1efeb;
  padding: 1rem;
  margin: 1rem 0;
  line-height: 1.5;
}

.Plan_Note_red{
    border: 4px solid #d96d5a;
     color: #d96d5a;
}

@media screen and (min-width: 550px) {
  .Plan_Note, .Plan_Note_red {
    font-size: 1.6rem;
  }
}

.Plan_Price {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .Plan_Price_Col_Item:last-of-type {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .Plan_Price_Col {
    display: flex;
    justify-content: space-between;
  }
  .Plan_Price_Col_Item {
    width: 49%;
  }
    .Plan_Price_Col_Item2 {
    width: 98%;
  }
}

.Plan_Price_Col_Item {
  font-size: 1.8rem;
  font-weight: bold;
}

.Plan_Price_Col_Item span {
  font-size: .8em;
}

.Plan_Price_Col_Item span:first-of-type {
  margin-right: 1rem;
}

.Plan_Price_Col_Item:last-of-type {
  color: #d96d5a;
}

.Plan_Price_Col_Item:last-of-type.green {
  color: #57a773;
}

.Plan_Price_Col_Item:last-of-type.blue {
  color: #2389a7;
}

.Plan_Price_Note {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .Plan_Price_Note {
    text-align: left;
  }
}

.Plan_Price_Note a {
  color: #d96d5a;
  text-decoration: underline;
}

.Plan_Price_Note a:hover {
  text-decoration: none;
}



.Plan_Action_Button {
  display: inline-block;
  width: 100%;
  background-color: #d96d5a;
  color: #fff;
  border-radius: 20px;
  margin:2rem auto;
  padding: 2rem 0rem;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px solid #d96d5a;
}
.Plan_Action_Button.mini_Button {
  border-radius: 10px;
  margin:auto auto;
  padding: 1rem 0rem;
  line-height: 1.5rem;
    font-size: 16px;
}

.Plan_Action_Button.orenge {
  background-color: #d9b55a;
  border-color: #d9b55a;
}

.Plan_Action_Button.green {
  background-color: #57a773;
  border-color: #57a773;
}


.Plan_Action_Button.blue {
  background-color: #01406b;
  border-color: #01406b;
}

.Plan_Action_Button.blue2 {
  background-color: #0071b7;
  border-color: #0071b7;
}
.Plan_Action_Button.blue3 {
  background-color: #2196f3;
  border-color: #2196f3;
}



.Plan_Action_Button:hover {
  color: #d96d5a;
  background-color: transparent;
}
.Plan_Action_Button.orenge:hover {
  color: #d9b55a;
  background-color: transparent;
}

.Plan_Action_Button.green:hover {
  color: #57a773;
}

.Plan_Action_Button.blue:hover {
  color: #01406b;
}

.Plan_Action_Button.blue2:hover {
  color: #0071b7;
}
.Plan_Action_Button.blue3:hover {
  color: #2196f3;
}