@charset "utf-8";

:root {
  --vw: 100px;
  --vh: 100px;
}

@media (min-width: 769px),
print {
  .plan_01 {
    padding-bottom: 100px;
  }

  .plan_01 .table {
    margin-bottom: 40px;
  }

  .plan_01 .table+.table {
    margin-bottom: 90px;
  }

  .plan_01 .table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .plan_01 .table_row.head {
    height: 77px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border: 2px solid #DBDBDB;
    font-size: .8rem;
  }

  .plan_01 .table_row.head .table_cell {
    padding-top: 10px;
    background: #50b6a4;
    color: #fff;
  }

  .plan_01 .table_row.head .table_cell p {
    width: 236px;
    color: #fff;
    line-height: 1;
    text-align: center;
  }

  .plan_01 .table_row.head .table_cell p:nth-of-type(1) {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
  }

  .plan_01 .table_row.head .table_cell p:nth-of-type(2) {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 3px solid #73c5b6;
    font-size: 1.75rem;
    letter-spacing: 3px;
  }

  .plan_01 .table_row.head .table_cell span {
    position: relative;
    padding-top: 2px;
    color: #ffff27;
  }

  .plan_01 .table_row.head .table_cell span:before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 50%;
    background: #ffff27;
    content: "";
  }

  .plan_01 .table_row.body {
    background: #fff;
  }

  .plan_01 .table_row.body:last-child {
    border-radius: 0 0 10px 10px;
    border: 2px solid #DBDBDB;
    border-top: none;
  }

  .plan_01 .table_row.body .table_cell.ttl {
    background: #50b6a4;
  }

  .plan_01 .table_row.body .table_cell.ctt {
    padding: 26px;
    padding: 20px 0 28px;
    font-size: .8rem;
  }

  .plan_01 .table_row.body .table_cell.ctt p {
    width: auto;
    line-height: 1;
  }

  .plan_01 .table_row.body .table_cell.ctt p:nth-of-type(1) {
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
  }

  .plan_01 .table_row.body .table_cell.ctt p:nth-of-type(2) {
    margin-top: 14px;
    padding-top: 8px;
    border-top: 1px solid #e4e4e4;
    font-size: 1rem;
    line-height: 1.7;
  }

  .plan_01 .table_row.body.body_01 .ctt p:nth-of-type(1) {
    font-size: 1.375rem;
  }

  .plan_01 .table_row.body.body_01 .ctt p:nth-of-type(1) span {
    font-size: 1.5rem;
  }

  .plan_01 .table_row.body.body_01 .ctt p:nth-of-type(1) span span {
    font-size: 2.375rem;
  }

  .plan_01 .table_row.body.body_02 {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #DBDBDB;
    border-top: 2px solid #DBDBDB;
  }

  .plan_01 .table_row.body.body_02 .ttl p {
    color: #FFFFFF;
    letter-spacing: 2px;
  }

  .plan_01 .table_row.body.body_02 .ctt {
    display: block;
    padding: 20px 54px;
  }

  .plan_01 .table_row.body.body_02 .ctt p:nth-of-type(1) {
    text-align: left;
    font-size: 1.45rem;
    line-height: 1.6;
  }

  .plan_01 .table_row.body.body_02 .ctt p:nth-of-type(1) span {
    color: #50b6a4;
    font-size: 3.125rem;
    letter-spacing: 2px;
  }

  .plan_01 .table_cell {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan_01 .table_cell.ttl {
    width: 194px;
    font-size: 1.125rem;
  }

  .plan_01 .table_cell.ttl .note {
    margin-top: 4px;
    font-size: 0.875rem;
  }

  .plan_01 .table_cell.ctt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 194px);
  }

  .plan_01 .table_cell.half {
    width: 50%;
  }

  .plan_01 .table_cell.half+.half {
    border-left: 2px solid #DBDBDB;
  }

  .plan_01 .table_notes {
    padding: 20px 28px;
    border: 2px solid #00AC9B;
    margin-top: 30px;
    font-size: 1rem;
    background: #ffffff;
    border-radius: 10px;
    line-height: 1.8;
    letter-spacing: 1px;
  }

  .plan_01 .table_notes span {
    color: #50b6a4;
    display: block;
    font-weight: bold;
  }

  .plan_01 .list {
    padding-top: 80px;
  }

  .plan_01 .list .box {
    width: 100%;
    padding: 30px;
    border: 6px solid #96d3c8;
    border-radius: 10px;
    background: #fff;
  }

  .plan_01 .list .box+.box {
    margin-top: 30px;
  }

  .plan_01 .list .box_ttl p {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 16px;
    color: #50b6a4;
    font-size: 1.75rem;
  }

  .plan_01 .list .box_ttl p:before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #dcf0ed;
    content: "";
  }

  .plan_01 .list .box_ctt p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .plan_02 {
    padding: 56px 0;
    background: #fde6af;
  }

  .plan_02 .plan_btn_lead {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
  }

  .plan_02 .plan_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 755px;
    height: 100px;
    margin: 0 auto;
    border: 6px solid #fb9189;
    border-radius: 20px;
    background: url(../images/common/plan_btn_bg.png) repeat;
    background-size: 14px 14px;
    color: #fff;
    font-size: 1.6875rem;
    letter-spacing: 1px;
  }

  .plan_02 .plan_btn:before {
    display: block;
    position: absolute;
    top: 0;
    right: 38px;
    bottom: 0;
    width: 9px;
    height: 15px;
    margin: auto;
    background: url(../images/common/plan_btn_arrow.png) no-repeat;
    background-size: contain;
    content: "";
  }

  .plan_02 .plan_btn>.deco {
    position: absolute;
    bottom: -6px;
    left: -60px;
    width: 120px;
  }

  .plan_03 {
    padding-top: 60px;
  }

  .plan_03 .common_ttl .ttl {
    margin-top: 30px;
    margin-bottom: 44px;
    line-height: 1.5;
  }

  .plan_03 .common_ttl .txt {
    width: 500px;
    font-size: 1.75rem;
    letter-spacing: 0;
    text-align: left;
  }

  .plan_03 .common_ttl_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 238px;
  }

  .plan_03 .common_ttl .image {
    width: 443px;
  }

  .plan_03 .common_btn {
    margin-top: 70px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .plan_01 {
    padding-bottom: 13.020833333333334vw;
  }

  .plan_01 .common_ttl .ttl {
    line-height: 1.3;
  }

  .plan_01 .table {
    margin-bottom: 30px;
  }


  .plan_01 .table+.table {
    margin-bottom: 60px;
  }


  .plan_01 .table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .plan_01 .table_row.head {
    height: 24vw;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    border: 2px solid #DBDBDB;
    font-size: .1rem;
  }

  .plan_01 .table_row.head .table_cell {
    background: #50b6a4;
    color: #fff;
    text-align: center;
  }


  .plan_01 .table_row.head .table_cell p {
    color: #fff;
    font-size: 4.6875vw;
    letter-spacing: 0.5208333333333333vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
  }

  .plan_01 .table_row.body {
    background: #fff;
  }

  .plan_01 .table_row.body:last-child {
    border-radius: 0 0 10px 10px;
    border: 2px solid #DBDBDB;
    border-top: none;
  }

  .plan_01 .table_row.body .table_cell.ttl {
    background: #50b6a4;
  }

  .plan_01 .table_row.body .table_cell.ctt {
    padding: 3.3854166666666665vw 0 3.90625vw;
    font-size: .1rem;
  }

  .plan_01 .table_row.body .table_cell.ctt p {
    width: auto;
    line-height: 1;
    text-align: center;
    line-height: 1.2;
  }

  .plan_01 .table_row.body .table_cell.ctt p:nth-of-type(1) {
    font-size: 3.6458333333333335vw;
  }

  .plan_01 .table_row.body .table_cell.ctt p:nth-of-type(2) {
    width: 66.40625vw;
    margin-top: 2.34375vw;
    padding-top: 1.8229166666666667vw;
    border-top: 1px solid #e4e4e4;
    font-size: 2.604166666666667vw;
    line-height: 1.6;
  }

  .plan_01 .table_row.body.body_01 .ctt p:nth-of-type(1) {
    letter-spacing: 0.13020833333333331vw;
  }

  .plan_01 .table_row.body.body_01 .ctt p:nth-of-type(1) span span {
    font-size: 6.510416666666667vw;
  }

  .plan_01 .table_row.body.body_02 {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #DBDBDB;
    border-top: 2px solid #DBDBDB;
  }

  .plan_01 .table_row.body.body_02 .ttl {
    width: 100%;
    height: 60px;
  }

  .plan_01 .table_row.body.body_02 .ttl p {
    color: #FFFFFF;
    letter-spacing: 2px;
  }

  .plan_01 .table_row.body.body_02 .ctt {
    padding: 4.427083333333334vw 4.427vw;
    display: block;
  }

  .plan_01 .table_row.body.body_02 .ctt p {
    text-align: left;
    line-height: 1.8;
  }

  .plan_01 .table_row.body.body_02 .ctt p:nth-of-type(1) {
    letter-spacing: 0.390625vw;
  }

  .plan_01 .table_row.body.body_02 .ctt p:nth-of-type(1) span {
    color: #50b6a4;
    font-size: 8.072916666666668vw;
    letter-spacing: 0.26041666666666663vw;
  }

  .plan_01 .table_cell {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan_01 .table_cell.ttl {
    text-align: center;
  }

  .plan_01 .table_cell.ttl .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5208333333333333vw;
    margin-right: 1.0416666666666665vw;
    font-size: 2.604166666666667vw;
    line-height: 1.4;
    text-align: left;
  }

  .plan_01 .table_cell.ctt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan_01 .table_cell.half {
    width: 50%;
  }

  .plan_01 .table_cell.half+.half {
    border-left: 2px solid #DBDBDB;
  }

  .plan_01 .table_notes {
    font-size: 2.604166666666667vw;
    line-height: 1.6;
    padding: 20px 20px;
    border: 2px solid #00AC9B;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
  }

  .plan_01 .table_notes span {
    color: #50b6a4;
    display: block;
    font-weight: bold;
  }

  .plan_01 .list {
    padding-top: 9.375vw;
  }

  .plan_01 .list .box {
    width: 100%;
    padding: 4.166666666666666vw 5.729166666666666vw 4.6875vw;
    border: 4px solid #96d3c8;
    border-radius: 1.3020833333333335vw;
    background: #fff;
  }

  .plan_01 .list .box+.box {
    margin-top: 4.166666666666666vw;
  }

  .plan_01 .list .box_ttl p {
    position: relative;
    margin-bottom: 2.604166666666667vw;
    padding-bottom: 3.3854166666666665vw;
    color: #50b6a4;
    font-size: 5.46875vw;
    line-height: 1.3;
  }

  .plan_01 .list .box_ttl p:before {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 0.26041666666666663vw;
    background: #dcf0ed;
    content: "";
  }

  .plan_01 .list .box_ctt p {
    font-size: 3.3854166666666665vw;
  }

  .plan_02 {
    padding: 10.416666666666668vw 0;
    background: #fde6af;
  }

  .plan_02 .plan_btn_lead {
    margin-bottom: 3.125vw;
    font-size: 4.427083333333334vw;
    font-weight: 700;
    letter-spacing: 0.13020833333333331vw;
    text-align: center;
  }

  .plan_02 .plan_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 15.625vw;
    border: 4px solid #fb9189;
    border-radius: 2.604166666666667vw;
    background: url(../images/common/plan_btn_bg.png) repeat;
    background-size: 1.8229166666666667vw 1.8229166666666667vw;
    color: #fff;
    font-size: 4.427083333333334vw;
    text-align: center;
  }

  .plan_02 .plan_btn:before {
    display: block;
    position: absolute;
    top: 0;
    right: 3.125vw;
    bottom: 0;
    width: 2.083333333333333vw;
    height: 3.125vw;
    margin: auto;
    background: url(../images/common/plan_btn_arrow.png) no-repeat;
    background-size: contain;
    content: "";
  }

  .plan_02 .plan_btn>.deco {
    position: absolute;
    bottom: -4px;
    left: -2.864583333333333vw;
    width: 13.411458333333334vw;
  }

  .plan_03 .common_ttl .ttl {
    margin-bottom: 5.989583333333334vw;
    font-size: 7.291666666666667vw;
    line-height: 1.3;
  }

  .plan_03 .common_ttl .txt {
    margin-top: 6.510416666666667vw;
    font-size: 4.947916666666666vw;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
  }

  .plan_03 .common_ttl_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .plan_03 .common_btn {
    margin-top: 9.114583333333332vw;
    margin-bottom: 3.90625vw;
    font-size: 4.947916666666666vw;
    letter-spacing: 0.13020833333333331vw;
  }
}