.blank {

    margin: 30px;

}

.blank_ {

    padding: 30px;
}

.price_inner {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 70% !important;
}

.notice {
    width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    font-family: sans-serif;
    font-size: 20px;
    color: #3cb3e4;
}

.heading {
    margin: 10px 0
}

.ribbon2 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    /*フォントサイズ*/
    background: rgb(175, 135, 14);
    background: linear-gradient(90deg, rgba(175, 135, 14, 1) 0%, rgba(255, 237, 143, 1) 50%, rgba(208, 164, 0, 1) 100%);
    /*背景色*/
    color: #000000;
    /*文字色*/
    box-sizing: border-box;
    margin-top: 30px;

}

.ribbon2 h3 {
    margin: 0;
    padding: 0 30px;
    line-height: 3rem;

}

.ribbon2:before,
.ribbon2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon2:before {
    /*左端の山形*/
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #000000;
    border-style: solid;

}

.ribbon2:after {
    /*右端の山形*/
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #000000 transparent transparent;
    border-style: solid;

}



/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/3);
    height: 70px;
    border-bottom: 3px solid goldenrod;
    background-color: #d9d9d9;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item.calc2-price,
.tab_item_plus.calc2-price {
    width: calc(100%/2);
}

.tab_item.plus-price {
    border-bottom: #008cd6;
}

.tab_item_plus > .ico_new {
    background: yellow;
    padding: 1px 6px;
    margin-right: .5rem;
}

.tabs input:checked + .tab_item_plus .ico_new {
    color: black;
}

@media screen and (max-width: 768px) {
    .tab_item_plus > .ico_new {
        display: none;
    }
}




.tab_item:hover {
    opacity: 0.75;
}

.tab_item:after {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    /* ラベルのアイコン */
    top: 50%;
    right: 15px;
    margin-top: -14px;
    margin-left: 30px;
}


.tab_item_plus {
    width: calc(100%/3);
    height: 70px;
    border-bottom: 3px solid #008cd6;
    background-color: #d9d9d9;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;

}


.tab_item_plus:hover {
    opacity: 0.75;
}


.tab_item_plus:after {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    /* ラベルのアイコン */
    top: 50%;
    right: 15px;
    margin-top: -14px;
    margin-left: 30px;
}



.camp {

    font-size: 14px;
    background-color: #d9d9d9;
    border-radius: 20px;
    padding: 6px;


}

/*ラジオボタンを全て消す*/
input[name="tab_item"],
input[name="tab_item_plus"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;

}

.tab_content p {

    color: black;
    display: block;
    line-height: 1.7rem;
}

.member_t {

    padding: 1rem .5rem;
    font-weight: 600;
    font-size: 24px;
    margin: 20px;
    color: #000000;

}

.member_c {


    font-size: 18px;
    line-height: 1.4rem;
    margin: 0 auto;
    margin-top: 20px;
    color: #000000;

}

.member_point ul {

    color: black;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;

}

.member_point ul li {

    margin: 20px;
    line-height: 1.3rem;

}


.price_t {

    position: relative;
    background: black;
    border-left: solid 5em #b40000;
    width: 400px;
    padding: 40px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
    border-radius: 60px;
    margin-top: 40px;

}

.price_t:before {

    content: "月額";
    position: absolute;
    padding: 0em;
    color: white;
    font-weight: 600;
    left: -3.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.price_t.line-through span:first-child {

    text-decoration: line-through;

}

.personal_t {

    padding: 15px;
    color: #494949;
    background: transparent;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;

}

.personal_t strong {

    display: block;
    line-height: 1.7;

}

.personal_t strong::before {

    content: '\025a0';
    color: #b40000;
    margin-right: .5rem;
    font-size: .8em;

}

.vady_camp {

    position: relative;
    padding: 0 1em;
    border-radius: 8px;
    width: 600px;
    margin: 0 auto;
    margin-top: 2%;
    color: #000000;

}

.vady_camp p:first-child {

    font-size: 1.5rem;
    font-weight: bold;

}

.vady_camp .box-title {

    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px !important;
    background: #FFF;
    color: #b40000;
    font-weight: bold;

}

.vady_camp_t {

    background: linear-gradient(90deg, rgba(184, 1, 1, 1) 28%, rgba(93, 0, 0, 1) 100%);

    padding: 20px;
    margin-top: 20px;
    color: white !important;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid white;
}

.vady_camp_t strong {
    margin-left: .2rem;
    font-size: 2.2em;
    color: yellow;
}

.vady_camp_t strong span {
    margin: 0 .2rem;
    font-size: .5em;
}

.recommend {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 24px;
    color: black;
    margin: 20px;
}

.recommend:before,
.recommend:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.recommend:before {
    left: 0;
}

.recommend:after {
    right: 0;
}


.member_point {

    background-color: #e6eaed;
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 30px;
}


.option {

    margin: 0 auto;
    margin-top: 30px;
}

.gland {

    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.gland_option {

    background-color: #b40000;
    padding: 10px;
    margin: 10px;

}

.gland_option p {

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4rem;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}

#2:checked ~ #2_content {
    display: block;
}




/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: goldenrod;
    color: #fff;
}


.tabs input:checked + .tab_item .camp {

    background-color: firebrick;

}

.tabs input:checked + .tab_item:after {
    content: "\f107";
    font-family: "FontAwesome";
    /* ラベルをクリックした後のアイコン */
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item_plus {
    background-color: #008cd6;
    color: #fff;
}


.plan {

    background: #fff;
    margin-top: 30px;
    padding-bottom: 30px;

}

.plan_c {

    color: black;
    font-size: 16px;
    padding: 20px;
    line-height: 1.7rem;
}

.plan_t {

    font-size: 24px !important;
    font-weight: 600;
    color: #b40000;
    margin: 0 auto;

}


.personal {
    position: relative;
    padding: 0.6em;
    background: linear-gradient(90deg, rgba(184, 1, 1, 1) 28%, rgba(93, 0, 0, 1) 100%);
    width: 600px;
    color: #fff !important;
    margin: 0 auto;
    font-weight: 600;
}

.personal:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(184, 1, 1, 1);
    width: 0;
    height: 0;
}

.facility_item {

    width: 80%;
    margin: 20px auto 5%;

}

.cp_card {

    margin: 10px;

}

.cp_card p {

    font-size: 16px;
    padding: 10px;
    line-height: 1.4rem;
    text-align: left;

}


/*  - * - - * - - * - - * - - * -   */
/*                                  */
/*      P R I C E  C h a n g e      */
/*                                  */
/*  - * - - * - - * - - * - - * -   *

    ∩∩
   （´･ω･）O H A Y O
   ＿| ⊃／(＿＿_
 ／ └-(＿＿＿_／
 ￣￣￣￣￣￣￣
*/

.members-content {

    display: flex;
    flex-direction: column;
    align-items: center;

}

.members-unique {

    display: flex;
    flex-direction: column;
    margin-top: 3%;
    color: black;
    padding: 0 5%;

}

.members-unique li {

    margin: 1% 0;
    font-size: 1.1rem;
    text-align: left;

}

.members-unique li::before {

    content: '\02714';
    margin-right: 1rem;
    color: #b40000;

}

.members-content + aside,
.tab_content_description aside {

    font-size: .8rem;
    margin-top: 2%;
    color: black;

}

.point-end p {

    font-size: 1.2rem!important;
    font-weight: bold;
    text-shadow: 
    yellow 2px 0, 
    yellow -2px 0, 
    yellow 0 -2px, 
    yellow 0 2px, 
    yellow 2px 2px, 
    yellow -2px 2px, 
    yellow 2px -2px, 
    yellow -2px -2px, 
    yellow 1px 2px, 
    yellow -1px 2px, 
    yellow 1px -2px, 
    yellow -1px -2px, 
    yellow 2px 1px, 
    yellow -2px 1px, 
    yellow 2px -1px, 
    yellow -2px -1px, 
    rgba(0, 0, 0, .5) 3px 3px 3px;

}

.price_inner .plan h2::first-letter {

    color: black;

}

.price_inner .plan h2 {

    color: black;
    font-family: 'NotoSansCJKjp';
    font-size: 2rem;
    padding: 3% 0;

}

.price_inner .plan h3 {

    position: relative;
    padding: 0 65px;
    text-align: center;

}
  
.price_inner .plan h3:before {

    position: absolute;
    top: calc(50% - 1px);
    left: 10%;
    width: 80%;
    height: 2px;
    content: '';
    background: #b40000;

}
  
.price_inner .plan h3 span {

    position: relative;
    padding: 0 1em;
    background: #fff;

}

.price_inner .plan_c span::after {

    content: '\A';
    white-space: pre;

}

.ptpack-flex {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 0;

}

.ptpack-flex dl {

    color: black;
    display: flex;
    font-size: 1rem;
    margin-bottom: 3%;
    justify-content: space-evenly;
    width: 100%;
    align-items: flex-end;

}

.ptpack-flex dt {

    width: 45%;
    text-align: right;
    padding-right: 5%;

}

.ptpack-flex dt span {

    font-size: 1.5em;
    font-weight: bold;
    margin: 0 .2rem;

}

.ptpack-flex dd {

    text-align: left;
    padding-left: 5%;
    width: 55%;
    border-left: crimson 1px dotted;

}

.ptpack-flex dd strong {

    font-size: 2em;
    margin-right: .2rem;

}

.rentalplus {

    margin: 0;

}

.option-image ul {

    display: flex;
    margin-bottom: 2%;

}

.option h3 {
    margin: 2% 0;
}

.plan h2 {
    font-size: 2em;
}

.plan .attention {
    margin: 0 auto;
    text-align: center;
    color: black;
    padding-bottom: .5%;
    font-size: .9rem;
}
.plan .attention.m3 {
    padding-bottom: 3%;
}

.plan-other {
    width: 80%;
    margin: 0 auto 3%;
}

.plan-list {
    color: black;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.plan-list .plan-img {
    width: 50%;
    max-width: 400px;
}

.plan-list strong {

font-size: 2em;
margin-right: .2rem;

}

/*
　　　　　　O Y A S U M I
   ⊂⌒／ヽ-、＿_
 ／⊂_/＿＿＿＿ ／

*/


@media screen and (min-width: 1025px) and (max-width: 1650px) {


    .camp {
        font-size: 10px;

    }


    .vady_camp,
    .member_point,
    .gland,
    .facility_item,
    .personal,
    .option {

        width: auto;

    }

    .vady_camp p {
        font-size: 1.2rem!important;
    }

}


@media screen and (max-width: 1024px) {


    .price_inner {

        width: 92% !important;
    }

    .tab_item {
        width: 100%;
        border-bottom: 6px solid #9b9b9b;
    }

    .tab_item_plus {
        width: 100%;
        border-bottom: 6px solid #008cd6;
    }



    .tab_item:hover {
        opacity: 1;
    }



    .personal {

        width: auto;
        padding: 10px;

    }

    .facility_item {
        width: auto;
        display: block;
        padding: 0;
    }

    .cp_card {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;


    }

    .tabs input:checked + .tab_item {
        border-bottom: 3px solid #a07108;
    }

    .tabs input:checked + .tab_item_plus {
        border-bottom: 3px solid #008cd6;
    }



    .ribbon2 h3 {
        font-size: 20px;

    }


    .member_point,
    .vady_camp,
    .option,
    .gland {


        width: auto;
    }


}

@media screen and (max-width: 768px) {

    .tab_content {

        padding: 10px 10px 0;
        padding-top: 20px;

    }

    .tab_item {
        font-size: 18px;
    }

    .tab_item_plus {
        font-size: 14px;
    }

    .tab_item_plus:after {
        display: none;
    }
 
    .price_t {

        width: 300px;
        padding: 20px;
        margin: 0 auto;
        font-size: 24px;
        margin-top: 20px;
    }

    .member_t {

        margin-top: 40px;
    }


    .member_point {
        padding: 10px;
    }

    .recommend {

        margin: 10px;
    }

    .tab_content ul li {
        margin: 10px;

    }

    .gland {
        display: block;
    }

    .gland_option {

        margin: 5px;
    }

    .plan_t {

        font-size: 20px !important;
    }


    .cp_card {
        width: 90%;
    }

    .cp_card p {

        padding: 10px;

    }

    .recommend {

        font-size: 20px;

    }

    .ribbon2 h3 {
        font-size: 16px;
        line-height: 24px;

    }

    .option ul {
        display: flex;
        flex-direction: column;
    }

    .option ul li {
        margin-bottom: 1%;
    }

    .option img {

        width: 100%;
        margin: 0 auto;
    }

    /*  - * - - * - - * - - * - - * -   */
    /*                                  */
    /*      P R I C E  C h a n g e      */
    /*                                  */
    /*  - * - - * - - * - - * - - * -   */


    .members-unique li {
        line-height: 1.4;
    }

    .ptpack-flex {
        padding: 5% 0 8%;
    }

    .price_inner .plan h2 {
        font-size: 2rem;
        padding: 10% 0 5%;
    }

    .price_inner .plan h3 span {
        padding: 0 .4em;
        font-size: .9em;
    }

    .ptpack-flex dt {
        width: 20%;
        text-align: right;
        padding-right: 0;
    }

    .ptpack-flex dd {
        width: 65%;
    }

    .plan-other {
        width: 90%;
    }

    .plan-list .plan-img {
        width: 40%;
    }

    .plan-list strong {
        font-size: 1.5em;
        margin: 0;
    }

    .tab_item.uehonmachi-price {
        width: 100%;
    }

}
