@charset "UTF-8";


/*------------------------------------*\
    $COMMON
\*------------------------------------*/


 li i {
    margin-right: 0.5rem;
}
.list1{
    border: 2px solid #555;
    padding: 1rem 2rem;
    margin-top: 2rem;   
    margin-bottom: 3rem;    
    font-size: 2em;
}

.list1 span{
    font-size: 1.2em;   
    line-height: 1.5;
}

h2 {
    font-size: calc(1.8rem + ((1vw - 7.68px) * 0.8681)); 
    padding: 0.8rem;
    color: #151515;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 1rem;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.8;
}

.company h2 {
    text-shadow: inherit !important;
}


.txt-box ul {
    margin: 2.5rem auto;
}

.txt-box ul li{
    font-weight: 800;
    font-size: 110%;
    margin-bottom: 1rem;
}
.under{
    text-decoration: underline; 
    text-underline-offset :0.5rem; 
    
}

i {
    font-family: Font Awesome\ 5 Free;
    padding-right: 8px;
}

a:hover {
    opacity: 0.8;
}

img {
   /* width: 100%;*/
    image-rendering: auto;
}

.inner {
    max-width: 920px;
    margin: auto;
    padding: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}


.pc {
    display: none;
}

.sp {
    display: block;
}

.red {
    color: #BD052C;
    font-weight: bold;
}

.center {
    text-align: center;
}



.bold700 {
    font-weight: 700;
}


.big {
    font-size: 120%;
}

.yellow-gradient {
   background: linear-gradient(transparent 52%, #feff66 0%);
    display: inline;
    font-weight: 800;
    padding: 0 1px 0px;
    position: relative;
}


.white-bg {
    background: #fff;
}

.grey-bg {
    background: #f1f3f7;
}


.flex {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reverse {
    flex-flow: row-reverse;
}


@media (min-width: 767px) {
    

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media (min-width: 1920px) {
   

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.header img{
    width: 100%;
}





/*------------------------------------*\
    $BTN
\*------------------------------------*/
.btn-box {
    padding-bottom: 1rem;
    padding-top: 1rem;
}


.btn-box h3 img {
    max-width: 832px;
    margin: auto;
}

.btn-box p {
    padding-top: 0;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 1rem !important;
    font-size: calc(22px + 18 * (100vw - 375px)/1610);
}

.btn-box a {
    display: block;
    max-width: 534px;
    margin: auto;
    width: 90%;
}

.btn-box a:hover {
    opacity: 0.8;
}
.page20 .btn-box a{
    max-width: 670px;
}

@media (min-width: 1920px) {
    .btn-box a {
        font-size: 24px;
    }
}


/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
.btn-box .img-box {
    margin-top: 2rem;
    display: block;
}




.balloon2 {
    position: relative;
    height: 16px;
    margin-top: 0px;

    background: #FFF;
}

.balloon2:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -110px;
    border: 110px solid transparent;
    border-radius: 0px;
    border-top: 48px solid #fff;
}


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

    :root {
        --sp: 3.16
    }
}


@media (min-width: 767px) {
    h2 {
        font-size: calc(1.8rem + ((1vw - 7.68px) * 0.8681));
        min-height: 0vw;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1920px) {
    h2 {
        font-size: 36px;
    }
}


/* con2 */

.con2 {
    padding-bottom: 2rem;
}

.con2 h2{
    padding-top: 4rem;
}

.con2 .txt-left{
    width: 73%;
}

.con2 .img-right{
    width: 30%;
    margin-top: 5rem;
}


.con2_txt2 img {
    max-width: 1000px;
    margin: auto;
}

.con2 .img-box {
    width: 36%;
    margin-top: 2rem;
}

.con2 .txt-box {
}

.con2 .img-box img {
    max-width: 280px;
}


h3 {
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    line-height: 1.7;
    padding: 0.5rem;
    font-size: 180%;
}

/* con3 */

.con3 {
    background: #28577f;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    z-index: 999;
}

.page20 .con3{
    background: #12487E;
}

.con3 .img-box img {
    max-width: 1001px;
    margin: auto;
}

.con3 h2.foot {
    margin-top: 1rem;
    font-size: calc(18px + 10 * (100vw - 375px)/1610);
}

.con3 .yellow-gradient {
    color: #ffbd33;
    background: linear-gradient(transparent 94%, #ffbd33 0%);
}

.blue2-gradient {
    background: linear-gradient(transparent 94%, #2b7cc0 0%);
    display: inline;
    padding: 0 5px 2px;
    color: #2b7cc0;
    position: relative;
}  
h2.tit4-1 {
    margin-top: 3rem;
}

h2.tit4-2 {
    margin-top: 3rem;
}

.con4 .txt-box .img-item{
    max-width: 900px;
    margin: auto;
}

.con4 {
    background:url("../images/bg.jpg") repeat;
    background-color:rgba(255,255,255,0.8);
    /*background-image: url("../images/jirei-top-bg.png"), url("../images/jirei-bottom-bg.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    padding-top: 1rem;
    padding-bottom: 3rem;*/
}



.entry__line span{
    display: block;
    width: 100%;
}
.entry__line span:first-child{
    margin-right: 2s%;
}



.con5 {
    padding-bottom: 2rem;
    padding-top: 4rem;
}

.con5 .lead-box {
    position: relative;
    padding-top: 1rem;
    flex-wrap: nowrap;
    align-items: center;
}

.con5 .lead-box p {

    font-size: 110%;
    font-weight: 600;
}

.con5 .lead-box .txt-box{
    width: 60%;
}

.con5 .lead-img {
        width: 40%;
    position: absolute;
    bottom: -3.4rem;
    right: 0;
    max-width: 383px;
    margin-bottom: 0;
}
.prof h3{
    line-height: 1.5;
}
.prof .img-box{
    width: 60%;
    min-width: 300px;
    margin:2rem auto auto auto;
}
.middle{
    font-size: 80%;
}



@media (max-width: 767px) {
    #footer p {
        font-size: 11px;
    }

    .con5 li {
        font-size: 15px;
    }
    .con4 .txt-box .img-item{
        width: 100%;
    }
     .con10{
        margin-top: 1rem!important;
    }
}



.con7 {
    padding-top: 4rem;
}

.con7 .tit7 {
    vertical-align: middle;
    line-height: 2.8;
}

.acd-check {
    display: none;
}

.acd-label {
    color: #151515;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    background: #fff url("../images/q.png")no-repeat -65px -70px;

    padding: 30px 30px 20px 100px;
    min-height: 80px;
    position: relative;
}

@media (max-width:750px) {
    .acd-label {
        padding: 30px 30px 10px 60px;
        -webkit-background-size: 36%;
        -o-background-size: 36%;
        background-size: 36%;
    }
   h2.tit4-2{
   	margin-top: 1rem;
   }
}

.acd-label p {
    line-height: 1.5;
    font-size: calc(16px + 5 * (100vw - 375px)/1610);
    width: 94%;
}

@media (min-width: 1982px) {
    .acd-label p {
        font-size: 20px;
    }
}

.acd-label:after {
    box-sizing: border-box;
    content: '+';
    color: #1a748b;
    font-weight: bold;
    font-size: 35px;
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 3% 2%;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-content {
    display: block;
    background: #e0f2f6;
    height: 0;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    margin-bottom: 1rem;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked+.acd-label:after {
    content: '－';
    font-weight: bold;
    font-size: 35px;
    color: #1a748b;
}

.acd-content p {
    padding: 0;
    font-weight: 500;
    letter-spacing: 0;
    width: 80%;
    padding: 0 1rem 2rem 4rem;
    color: #000;
    background: url("../images/a.png")no-repeat;
    font-size: calc(15px + 3 * (100vw - 375px)/1610);
    margin: auto;
}

@media (min-width: 1982px) {
    .acd-content p {
        font-size: 18px;
    }
}

.acd-check:checked+.acd-label+.acd-content {
    min-height: 50px;
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.acd-check:checked+.acd-label {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background: #e0f2f6 url("../images/q.png")no-repeat -65px -70px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

@media (max-width:750px) {
    .acd-check:checked+.acd-label {
        -webkit-background-size: 36%;
        -o-background-size: 36%;
        background-size: 36%;
    }

    .acd-content p {
        width: auto;
    }
}

.acd-check:checked+.acd-label p {
    color: #000;

}

.qa-wrap {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.con8 {
    background: #FFF7E5;
    padding-top: 4rem;
}

.con8 h3 {
    color: #FFF;
    background: #282828;

}

h2.tit8 {
    vertical-align: middle;
    line-height: 1.7;
}

.con9 {
    padding-top: 4rem;
}

h2.tit9 {
    vertical-align: middle;
    line-height: 2.8;
    margin-bottom: 2rem;
}



.reserve-content {
    padding: 2rem;
    box-shadow: 0px 0px 15px -5px #777777;
}



.entry__selectbox select {
    text-align: left;
    font-size: calc(14px + 8 * (100vw - 375px)/1610);

    border: solid 1px #e1e1e1;
    box-shadow: 0 0 5px 1.7px rgb(0 0 0 / 4%);
    border-radius: 4px;
    font-weight: 700;
    width: 100%;
    margin: auto;
    color: #878282;
}

.c-selectbox .inner.unselected .value {
    color: #bfbfbf;
    font-weight: 700;
}

.form-box {
    background: #e0f2f6;
    padding: 4rem;
}

.entry__header {
    text-align: center;
    background: #1c758c;
    width: 100%;
    padding: 0.8rem;
    margin: 1rem auto;
}

.entry__leed {
    width: 18%;
    font-size: 110%;
    margin: auto;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #FFF;
    line-height: 1.4;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #1c758c;
    padding: 0;
}

.entry__subleed {
    width: 28%;
    color: #FFF;
    font-size: 120%;
    min-width: 125px;
    margin: auto;
    font-weight: 700;
    display: inline-block;
    padding: 0;
}

.form_input_input {
    display: inline-block;
    background: #fff url(../images/select-arrow.png)no-repeat;
    background-position: 98% 40%;
    max-width: 100%;
    white-space: nowrap;
    padding: 1rem 3rem 1rem 1rem;
    box-sizing: border-box;
    min-width: 140px;
    position: relative;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 0 5.32px 1.68px rgb(0 0 0 / 4%);
    font-weight: 700;
}



.entry__area {
    background: #FFF;
    padding: 1rem 2rem;
}

.entry__area.first {
    padding: 2rem 2rem 3rem 2rem;

}

.entry__name {
    font-size: calc(15px + 4 * (100vw - 375px)/1610);
    font-weight: 700;
}

.entry__area.gender input {
    margin-right: 0.2rem;
}

.entry__area.gender div {
    display: inline-block;
    width: 10%;
    font-weight: 500;
    font-size: calc(16px + 6 * (100vw - 375px)/1610);
}

.entry__area.state {
    padding-bottom: 3rem;
}

.entry__area.tel {
    padding-bottom: 3rem;
}

.entry__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry__band {
    width: 100%;
}

.entry__input {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0.7em;
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 0 5px 1.7px rgb(0 0 0 / 4%);
    font-weight: 700;
    font-size: calc(16px + 6 * (100vw - 375px)/1610);
}

#js-entry-button:hover {
    opacity: 0.8;
}

.entry__button {
    text-decoration: none;
    background-color: #ff5400;
    box-shadow: 0 4px 0 #d14805;
    color: #fff;
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    -ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.52);
    -webkit-background-size: 85%;
    font-size: 130%;
    font-weight: 700;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 2rem 3rem;
    border-radius: 50px;
    position: relative;
    width: 100%;
    margin: 3rem auto 0 auto;
}

@media (min-width: 767px) {
    .entry__button {
        font-size: 26px;
        padding: 1.5rem 3rem;
        width: 35%;
        min-width: 580px;
        transition: .3s;
    }
}


.con10 {
    padding: 0 1rem;
    background: #F7F8FB;
    margin-top: 4rem;
    
}
.white{
    color:  #fff;
}
.btn-box span{
    display: block; 
    font-size: 0.8em;
    text-align:center;
    line-height: 1.5;
}

.con10 .prof-box {
    padding: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.prof .flex .img-box{
    width: 30%;
}

.prof .flex .txt-box{
    width:100%;
}

.con10 h2 {
    height: auto;
    color: #000 !important;
    background: transparent;
    text-shadow: inherit;
    margin: 0.5rem auto;
    width: 60%;
    margin-bottom:2rem;
    min-width: 280px;

    border-bottom: 4px solid #1c758c;
}

@media screen and (max-width: 640px){
.con10 h2{
    width: 90%;
}
}

.con10 .prof-txt h4 {
    max-width: 700px;
    text-align: center;
    margin: auto;
}


#footer {
    background-color: #1c758c;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

#footer .inner {
    display: flex;
}

#footer p {
    color: #fff;
    font-size: 13px;
}

.row {
    background: #057119;
}

.footer_link {
    text-align: left;
    padding-right: 10px;
    background: #1c758c;
    width: 50%;
}

.footer_copyright {
    padding-right: 10px;
    text-align: left;
    width: 50%;
    background: #1c758c;
}

.footer_link p {
    text-align: right;
    padding-right: 40px;
}

.row:after {
    clear: both;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.tb01 th,
.tb01 td {
    padding: 1rem;

    box-sizing: borderprof-txt-box;
}

.tb01 th {
    border: solid 1px #91d4e5;
    background: #1c758c;
    color: #fff;
    width: 22%;
    text-align: center;
}

.tb01 td {
    letter-spacing: 1px !important;
    line-height: 1.7;
    font-size: calc(0.875rem + ((1vw - 7.68px) * 0.1736));
    border: solid 1px #ccc;
    text-align: left;
    background: #fbfeff;
}

.tb01 td img {
    width: 100%;
    margin-right: 2rem;
    max-width: 160px;
}

.tb01 td .img-box {
    text-align: center;
}

.tb01 td .txt-box p {
    letter-spacing: 1px !important;
    font-weight: 400;
    line-height: 1.7;
}


@media screen and (max-width: 640px) {
    .tb01 {
        width: 100%;
        border: 1px solid #ccc;
    }

    table.tb01 th,
    table.tb01 td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    @media (max-width: 820px) {
        .con10 .prof-img img {
            max-width: 199px;
        }

        .con10 {
            padding: 2rem;
        }
    }

    @media (max-width: 767px) {
        .con1 p {
            font-size: 90%;
        }

        .flex {
            display: block;
        }
        .btn-wrap.flex{
            display: flex!important;  
        }
        .prof .img-box{
            width: 100%;
        }
        .prof .flex .img-box{
            width:60%;
            margin: auto;
        }
        .prof .flex .txt-box{
            width: 100%;
        }

        .con1 .trouble-box .item {
            width: 100%;
            margin-bottom: 4rem;
        }

        .con1 .inner {
            padding-bottom: 0;
        }

        .con2 h2 {
            font-size: calc(20px + 5 * (100vw - 375px)/1610) !important;
            padding-top: 4rem;
            letter-spacing: 0;
        }
        .con2 .img-right{
            width: 60%;
            margin: auto;
        }
        .con2 .txt-left{
            width: 100%;
        }
        .con3{
            background: #F1F3F7;
        }

        .big {
            font-size: 110%;
        }

        .con2_txt img {
            max-width: 100px !important;
            margin: auto;
        }

        .con3 {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        h2.tit4-1 {
            margin-top: 0 !important;
        }

        .con4 .jirei-box {
            margin-top: 0 !important;
        }

        .con4 .jirei-box .item {
            padding: 0.5rem !important;
        }

        .con4 .jirei-box .item p {
            line-height: 1.5;
            text-align: left;
        }

        .con4 .jirei-box .item h3 {
            font-size: 22px;
        }

        .con4 {
            padding-bottom: 0;
        }

        .con5 {
            padding-top: 0;

        }


        .con5 .lead-img {
            bottom: -15rem;
            left: 3.5rem;
            width: 80% !important;
        }

        .con10 .prof-box {
            padding-top: 0;
        }
    }


    @media (max-width: 767px) {

        .con2 .img-box {
            width: 50%;
            margin: 2rem auto auto auto;
        }
        .lead-img{
            display: none;
        }
        .slick-list{
        	padding-bottom: 0!important;
        }
        .list1{
            margin-top: 1rem;   
        }

        .con1 h2.balloon1 {
            padding-top: 4rem !important;
            padding-bottom: 2rem !important;
            font-size: 120% !important;
        }

        .con2 h2 {
            background-position: center;
        }

        .con2 .txt-box {
            width: 100%;
        }

        .btn-box a {
            width: 100%;
        }

        .con5 li:before {
            width: 30px;
            height: 22px;

        }

        .con5 li {
            text-indent: -2.35rem;
        }

        .date-box .flex {
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .date-box ul li {
            font-size: 110%;
            width: 45%;
        }

        .reserve-content {
            padding: 0;
        }

        .date-box {
            width: 100%;
        }

        .entry__subleed {
            width: 100%;
        }

        .entry__leed {
            width: 50%;
        }

        .form-box {
            padding: 1rem;
        }

        .entry__area {
            padding: 0.1rem 1rem;
        }

        .entry__area.gender div {
            width: auto;
            margin: 0 1rem;
        }

        .entry__button {
            padding: 1rem 0.5rem;
            line-height: 1.5;
            margin: 2rem auto 1rem auto;
        }

        .con9 {
            padding-bottom: 1rem;
        }

        .con10 {
            padding: 0.8rem;
        }


        .con10 .prof-txt {
            width: 100%;
        }

        .con10 .prof-img img {
            position: relative;
        }

        .con10 .prof-box {
            padding: 0rem 1rem;
        }

        .con10 .prof-img {
            width: 80%;
            margin: auto;
        }

        .con10 .prof-txt h4 {
            margin-top: 0;
        }

        #footer p {
            font-size: 11px;
        }

        h3 {
            font-size: 15px;
        }

        #footer .inner {
            display: block;
        }

        .footer_copyright {
            margin: auto;
            width: 100%;
            text-align: center;
        }

        .footer_link p {
            text-align: center;
            margin: auto;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        #footer p {
            padding: 5px;
            line-height: 1.4;
        }

        .footer_link {
            margin: auto;
            width: 100%;
            text-align: center;
        }
    }

    h2.tit5 {
        font-size: 130% !important;
    }

    .con5 .lead-box {
        padding-top: 0;
    }
    .txt-box ul li{
        font-size: 93%;
        font-weight: 500;
        line-height: 1.6;
    }

    .con5 .lead-box p {
        font-size: 90%;
        font-weight: normal;
    }
    .con5 .lead-box .txt-box{
        width: 100%;
    }

    .con5 .lead-box .lead-img img {
        width: 70%;
    }

    .con6 {
        padding-top: 0;
    }

    h2.tit6 {
        line-height: 1.5;
        font-size: 130% !important;
    }

    .con7 .tit7 {
        font-size: 130% !important;
    }

    .con7 {
        padding-top: 0;
    }

    .qa-wrap {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .con8 {
        padding-top: 0;
    }

    h2.tit8 {
        font-size: 130% !important;
    }

    .con9 {
        padding-top: 0;
    }

    h2.tit9 {
        font-size: 120% !important;
        margin-bottom: 0;
    }

    .con10 .prof-box {
        margin-top: 0;
    }

    .company h2 {
        font-size: 19px !important;
        padding-bottom: 1rem !important;
        text-shadow: inherit !important;

    }


}

@media (max-width: 540px) {

    .acd-label,
    .acd-check:checked+.acd-label {
        -webkit-background-size: 26%;
        -o-background-size: 26%;
        background-size: 26%;
    }
}

@media (max-width: 414px) {

    .acd-label,
    .acd-check:checked+.acd-label {
        -webkit-background-size: 34%;
        -o-background-size: 34%;
        background-size: 34%;
    }
}

@media (max-width: 375px) {

    .acd-label,
    .acd-check:checked+.acd-label {
        -webkit-background-size: 37%;
        -o-background-size: 37%;
        background-size: 37%;
    }
}

.is-invalid {
  border-color: #e24545 !important;;
}

.is-disabled {
  background: #ccc;
  border-color: #ccc;
  color: #8e8e8e;
  box-shadow: 0 4px 0 #8e8e8e;
  pointer-events: none;
}

.entry__name {
    position : relative;
    display : inline-block;
}

.entry__red::after {
    content: '*';
    color     : #f00;
    position  : absolute;
    right     : -10px;
    top       : 45%;
    transform : translateY(-50%);
    display : inline-block;
}

.entry__red.is-ok::after {
    content       : '';
    width         : 10px;
    height        : 5px;
    border-left   : 3px solid green;
    border-bottom : 3px solid green;
    transform: rotate(-45deg);
}


.cta_table{
    width: 100%;
    table-layout: auto;
  }
  .cta_table thead th{
    padding: 2%;
    font-size: 0.8rem;
	text-align:center;
	vertical-align:middle;
  }
  .cta_table tbody td{
    font-size: 0.8rem;
	text-align:center;
	vertical-align:middle;
  }
  
 .cta_table{
  width: 100%;
  margin: 0 auto 2%;
  border-collapse:  collapse;
  table-layout: fixed;
}
.cta_table thead th{
  padding: 1% 0;
 /* font-size: 2.2rem;*/
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #234a7d;
  border: 1px solid #bdbdbd;
}
.cta_table thead th{
  padding: 1.8% 0 1%
}
.cta_table tbody tr{
  background: #fefefe;
}
.cta_table tbody tr:nth-child(2n){
  background: #ededed;
}
.cta_table tbody td{
  padding: 1% .5em;
  /*font-size: 2.2rem;*/
  line-height: 1;
  border: 1px solid #bdbdbd;
}
.cta_table tbody td{

}
.cta_table tbody td:nth-child(2),
.cta_table tbody td:last-child{
  text-align: center;
}


.cta_link {
    font-size: 80% !important;
    -webkit-border-radius: 20px;
    border-radius: 5px;
    border-bottom: 4px solid #004683;
    background: #035ca9;
    color: #FFF;
    display: block;
    padding: 0.5rem 0.3rem 0.4rem 0.3rem;
    width: 80%;
    margin:auto auto;
}

.cta_link2 {
    font-size: 80% !important;
    -webkit-border-radius: 20px;
    border-radius: 5px;
    border-bottom: 4px solid #ffe739;
    background: #f9f33b;
    color: #000;
    display: block;
    padding: 0.5rem 0.3rem 0.4rem 0.3rem;
    width: 80%;
    margin:auto auto;
}

@media (min-width: 769px) {

  .cta_table thead th{
    font-size: 1rem;
	
  }
  .cta_table tbody td{
    font-size: 1rem;	
  }
  
}


