@charset "UTF-8";
/*
Theme Name: cabaweb
Author: Monochrome
Description: Theme for cabaweb.
Version: 1.0
*/
/*
@font-face {

    src: url(../font/A-OTF-ShinGoPro-Regular.otf) format("otf");
}
*/
* {
    font-family: "A-OTF-ShinGoPro", sans-serif;
}
/*Basic*/
a {
    color: white;
    text-decoration: none;

}

p {

}

img {
    width: 100%;
}

h1 {
    font-weight: bold;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 18px;
}
summary::-webkit-details-marker {
    display:none;
  }

ul,ol{
    padding: 0;
    margin:0;
}

ul {
    list-style: normal;
}

ol {
    padding-left: 20px;
    list-style: square
}

table {
    border: 1px solid gray;
    width: 100%;
    max-width:450px;
    margin: 0 auto;
}

tr {
    border: 1px solid #999999;
}

th {
    border: 1px solid gray;
    background-color: #f5f5f5;
    color: black;
    text-align: center;
    padding: 5px;
    width: 30%;
    max-width:100px;
    font-weight: 100;
}

td {
    padding: 20px;
    border: 1px solid gray;
    text-align: start;
    width: 100%;
    max-width:200px;
}

details {
    margin-bottom: 30px;
    color: #42D5C4;
    border:1px solid #42D5C4;
    border-radius: 5px;
}

details summary {
    display: flex;
    list-style: none;
    padding: 20px;
    padding-left: 10px;
    background-image: url(../img/list_triangle.jpg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 25px 15px;
}

details span {
    margin: auto;
    text-align: center;
    line-height: normal;
    width: 50px;
    height: inherit;
    display: block;
    font-size: 25px;
    border-right: 1px solid #42D5C4;
}

details p {
    width: 100%;
    display: inline;
    padding: 0 20px;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 12px;
}

details > div {
    display: flex;
}

details > div span {
    margin-left: 10px;
    text-align: center;
    line-height: normal;
    width: 50px;
    height: 150px;
    line-height: 150px;
    display: block;
    font-size: 25px;
    border-right: 1px solid black;
}

details div {
    padding: 10px 0;
    background-color: #f5f5f5;
    color: black;
}

details div p {
    width: 100%;
    margin: auto 0;
}

form {
    margin: 0 auto;
    text-align: center;
}

form p {
    margin-bottom: 40px;
    text-align: left;
}

label {
    font-size: 16px;
    font-weight: bold;
    display:block;
    text-align: start;
    margin-bottom:3px;
}

input {
    width: 100%;
    height: 50px;
    border:1px solid gray;
    border-radius: 10px;
}

input[type=checkbox] {
    height:15px;width:20px;text-align:left;
}

textarea {
    width: 100%;
}

.submit, #reset, .btn {
    width: 250px;
}

.submit,.btn {
    margin:0 auto;
    display: block;
    background-color: #81E3D8;
    color: white;
}

.btn--primary {
    margin-bottom: 20px;
}

#reset, .btn--back {
    background-color: #CCCCCC;
    color: white;
}

.mwform-file-delete {
    display: none;
}

main {
    margin-top: 75px; /* ヘッダーの高さに応じて調整 */
}

.breadcrumbs {
    margin:0 auto;
    padding: 20px;
    font-size: 12px;
    max-width: 800px;
}

.breadcrumbs p {
    margin:0;
}

.container{
    margin: 30px auto;
    padding: 0 30px;
    width: auto;
    max-width: 3000px;
}

/*Drawer*/
.drawer-hamburger {
    position: absolute;
    top: 10px; /* 任意の位置調整 */
    right: 10px; /* 任意の位置調整 */
    z-index: 1001; /* ヘッダーよりも前面に表示 */
}

.drawer-open .drawer-nav {
    width: 80%;
    max-width: 400px;
    margin-top: 75px;
    z-index: 11;
}

.drawer-menu li {
    width: 85%;
    margin-left: 20px;
    border-bottom: 0.5px solid gray;
}

.drawer-menu p {
    font-size: 97%;
    margin:0;
    padding: 0;
}

.drawer-menu a {
    margin: 10px 0;
}

.drawer-menu .col p {
}

/*swiper*/
.swiper {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    width: 110%;
    position: relative;
    margin: 0 auto;
}

.swiper img {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}


/*Link*/
.link-btn-gray {
    margin: 10px auto;
    padding: 10px;
    border: 1px solid gray;
    text-decoration: none;
    color:black;
}

.link-btn-cyan {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 315px;
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 20px;
    margin: 20px auto;
    background-color: #81E3D8;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.link-btn-white {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 60%;
    min-width: 192px;
    margin: 20px auto;
    display: block;
    color: #81E3D8;
    background-color: white;
    border: 1px solid #81E3D8;
    border-radius: 5px;
}

.link-btn-green {
    text-align: center;
    display: flex;
    width: 100%;
    max-width: 315px;
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 20px;
    margin: 20px auto;
    background-color: rgba(0,185,0,1);
    border-radius: 5px;
    color: white;
    text-decoration: none;
}


.five-themes > div{
    margin-bottom: 50px;
}

/*night-business*/
.night-business {
    max-width: 3000px;
    width: 100%;
    margin: 30px 0;
    padding: 30px;
    background-color: #F6F6F6;
}

.night-business h2 {
    padding: 20px 0;
    font-size: 28px;
}

.night-business h3 {
    font-size: 14px;
    margin:0;
}

.night-business .col-4 {
    height: 50px;
    width: 100px;
}

.night-business .down div {
    color: white;
    background-color: #81E3D8;
    border-radius: 120px 120px 0 0;
}

.night-business .down h3 {
    margin-top: 30px;
}



.night-business .up div {
    color: white;
    background-color: #42D5C4;
    border-radius: 0 0 120px 120px;
}

.night-business .down h3 {
    margin-top: 35px;
    font-size: 12px;
}
.night-business .up h3 {
    margin-bottom: 40px;
    font-size: 12px;
}

.night-business .up h3 {
    margin-top: 5px;
}

.night-business .col-4 {
    height: 50px;
    width: 100px;
}
/* Add gap between flex items */
.row.gap-20 {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around; /* Ensures items are spaced but not too much */
}
/*card*/
.card {
    padding:0;
    margin: 60px auto;
    max-width:  350px;
    border: solid 1px #81E3D8;
}

.card h2 {
    margin: 40px 0;
    padding: 20px;
    color: white;
    background-color: #81E3D8;
}

.card .row {
    margin:0;
}

.card p {
    padding: 10px 20px;
    margin: 0;
}

.basic .card {
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    max-width: 600px;
}

.basic .card h2 {
    margin: 0;
}

.basic {
    margin: 30px auto 60px;
}

.basic img {
    width: 100%;
    margin-bottom:30px;
}

.basic > div {
    padding: 0 25px;
    margin: 60px 0;
}

.basic > h2, .basic > h3 {
    margin: 30px 0;
}

.basic h2 {
    margin: 30px 0;
    font-size: 28px;
    font-weight: bold;
}

.basic > p {
    margin: 30px 0;
}

.basic > img {
    width: 100%;
}
.link-btn-green img {
    height: 100%;
    width: 25px;
    object-fit: contain;
}
/*feactures*/
.features {
    margin: 60px auto;
}

.features .col-12 div{
    position: relative;
}

.features span {
    position: absolute;
    z-index: 2;
    left: 10;
    top: -5;
    height: 47px;
    line-height: 46px;
    width: 47px;
    font-size: 24px;
    color: #444;
    background-color: white;
    border-radius: 50%;
    border: solid 2px #444;
}

.features p {
    font-size: 13px;
}

.features h3 {
    width: 100%;
    height: 36px;
    padding-left: 70px;
    text-align: start;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 36px;
    color: white;
    background-color: #444444;
    border-radius: 5px;
}

/*renewable*/
.renewable {
    margin:0;
    padding: 30px;
    background-color: #F6F6F6;
}

.renewable .row {
    margin: 0 auto;
}

.renewable p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.renewable .row {
    width: 100%;
    padding: 10px 15px 50px 0;
    border: 1px solid gray;
    background-color: white;
}

.renewable ol {
    padding: 5px;
    list-style-type: none;
}

.renewable li {
    width: 100%;
    padding:0;
    margin-left:10px;
}


.renewable h3 {
    font-size: 20px;
    padding: 0;
}

/*functions*/
.functions {
    margin: 60px auto;
    max-width: 900px;
}

.functions h2 {
    margin-bottom: 30px;
}

.functions img {
    margin-bottom: 10px!important;
    padding: 35px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #81E3D8;
}

.functions .container {
    padding:0;
    margin:0;
    display: flex;
    justify-content: center;
}

.functions .col-4 p{
    display: inline-block;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.price .year {
    font-size: 18px;
}

.price .first span, .price .second span{
    font-size:42px;
}

.price .permonth {
    padding-top:0;
    font-size: 29px;
}

.price .underbar-cyan {
    padding:10px;
    margin:15px;
    margin-top:-20px;
    margin-left: -1px;
    height:20px;
    background-color:#C0F1EB;
    width: 300px;
}

.price .underbar-yellow {
    padding:10px;
    margin:15px;
    margin-top:-20px;
    margin-left: 5px;
    height:20px;
    background-color:#FCDD63;
    width: 290px;
}

/*prices*/
.prices {
    max-width: 3000px;
    margin: 60px 0;
    padding: 0 30px;
    background-color: #F6F6F6;
}

.price h2.sandwich-cyan {
    font-size:18px;
}

.price .card h2, .other .card h2{
    height: 50px;
    font-size: 24px;
    line-height: 15px;
}

.price .card p, .price .card div {
}

.prices .col {
    padding:0;
}

.prices .zero {
    font-size:40px;
    line-height: 150px;
}

.prices > div{
    background-color: white;
    border-top: 10px solid #81E3D8;
}

.prices p span {
    font-family:"A-OTF Shin Go Pro", sans-serif";
}


/*card*/
.card {
    border: solid 2px #81E3D8;
    padding: 0;
    margin: 60px auto;
    max-width: 350px;
}

.card h2{
    margin: 0;
    font-size: 36px;
}

.card p {
    font-size: 12px;
    padding: 0 15px;
    padding-bottom: 0;
    
}

/*footer */
footer {
    margin-bottom: 0;
    background-color: black;
    color: white;
    padding: 0;
    width: 100%;
    max-width: 3000px;
    height: 700px;
}

footer .col-2 {
    padding: 0;
}

footer .col-4 {
    padding:0;
}

footer a {
    font-size: 12px;
    text-decoration: underline;
}

.menu .flex-item {
    padding: 5px;
}

.contact .d-flex, .contract .d-flex {
    justify-content:space-between;
    margin-bottom: 10px;
}

.contact .d-flex span, .contract .d-flex span{
    background-color:red;
    color:white;
    width:40px;
    font-size:12px;
    line-height:27px;
}

.contract .uploader {
    border:1px solid red;
    color:red;
    background-color: white;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.contract #image {
    display: none;
}

.contact-banner {
    margin: 0;
    padding: 15px 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 3000px;
    background-color: black;
    z-index: 10;
}
.contact-banner a {
    height: 50px;
    width: 100%;
    max-width: 300px;
    font-size:16px;
    line-height: 50px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color:white;
    background-color: #42D5C4;
    margin: 5px auto;
}
.leftbar {
    min-width: 80px;
    text-align: start;
    padding-left: 5px;
    border-left: 3px black solid;
}

.leftbar span {
    font-size: 11px;
}

.pc-more-mg {
    margin-bottom: -2px;
}

.pc-br {
    display: block;
}

.leftbar-cyan {
    padding-left:10px;
    color: #42D5C4;
    border-left: 3px #42D5C4 solid;
}

.points h2 {
    margin: 10px 0;
}

.point {
    margin: 20px 0;
}

.point p{
    margin-bottom: 5px;
}

.attention {
    font-size: 12px;
    color: #F7C925;
}

.snail-label {
    border-bottom: 1px solid #81E3D8;
}

.snail-label span {
    width: 28px;
    height: 26px;
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-align: center;
    background-color: #81E3D8;
}

.snail-label h3 {
    margin: 0 10px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
}

.sandwich-black {
    border-top: solid 2px black; 
    border-bottom: solid 1px rgb(189, 189, 189); 
    padding: 15px 0; 
    font-weight: bold;
}


.sandwich-cyan {
    border-top: solid 2px #42D5C4;
    border-bottom: solid 1px #42D5C4;
    padding: 15px 0; 
    font-weight: bold;
}

.flow .d-flex  img{
    width: 105px;
    height: 273px;
}

.flow .d-flex div {
    height: 273px;
}

.flow .d-flex:last-child img {
    object-position: -80px 0px;
}

.demo-sites {
    margin: 50px auto;
}

.demo-sites h2 {
    border-bottom: double;
    width: 150px;
    margin: 0 auto;
}

.demo-sites h3 {
    font-size: 24px;
}

.demo-sites .row div {
    margin-top:36px;
}
span#page_top {
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 100px;
	right: 15px;
	border-radius: 15px;
	cursor: pointer;
	transition: opacity 0.5s ease-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

span#page_top.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

span#page_top svg {
    width: 25PX;
    height: 25PX;
}

span#page_top {
    fill: #fff;
    background-color: black;
}


@media screen and (min-width: 375px) {

    .snail-label {
        margin:0;
        margin-left: 10px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 25px;
    }

    .sub-title {
        margin: 20px 0;
        padding: 0 10px;
        font-size: 12px;
    }

    .row.gap-20 {
        max-width: 700px;
    }
    
    .functions {
        max-width: 400px;
    }

    .functions img {
        padding: 15px;
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
    }

    .functions-large img {
        padding: 25px;
        margin-bottom: 10px;
        height: 150px;
        width: 100%;
    }

    .functions-large .sns-img {
        padding:35px;
    }

    .functions-large h4 {
        font-size: 15px;
        font-weight: bold;
    }

    .functions-large p {
        font-size: 12px;
    }

    .price .flow .d-flex {
        margin-bottom: 10px;
    }

    .prices .cost {
        justify-content: space-between;
    }

    .prices .cost p{
        border-radius:5px;
        height:31px;
        /*
        width: 100%;
        max-width: 218px;
        */
        line-height:31px;
        color:white;
        background-color: #81E3D8;
    }
    .prices p {
        font-size: 15px;

    }

    .prices p span {
        font-size:96px;
    }

    .prices .col-4, .prices .col-5, .prices .col {
        font-size: 16px;
    }

    .prices .col-5 {
        width: 48%;
    }


    .prices .row.cost {
        justify-content: space-between;
        padding: 0;
        max-width: 550px;
        margin: 0 auto;
        height: 50px;
        margin-top: 60px;
    }

    .prices .cost p{
        border-radius:5px;
        height:31px;
        /*width: 100%;
        max-width: 218px;*/
        margin-bottom: 5px;
        line-height:31px;
        color:white;
        background-color: #81E3D8;
    }

    .prices .cost .col {
        width: 100%;
    }

    .prices .row {
        height: 80px;
        padding:0;
        max-width: 550px;
        margin:0 auto;
        margin-top: -10px;
    }

    .prices .include {
        font-size:28px; color:#42D5C4;
        margin: 0;
        margin-top: 30px;
    }

    .prices .zero {
        height: 150px;
        margin: 0 auto;
        font-size: 42px;
        width: 270px;
    }

    .prices p span {
        font-size: 96px;
    }

    .prices .monthly {
        font-size: 30px;
        line-height: 47px;
        margin-bottom: 10px;
    }

    .prices .monthly span {
        font-size: 45px;
    }

    .smartphones {
        padding: 0;
        margin: 30px auto;
    }

    .smartphones .col-5{
        margin:0 auto 20px;
        width: 50%;
    }

    .smartphones .relative {
        position: relative;
        width: 164px;
        height: 326px;
    }

    .basic .phone{
        position: absolute;
        width: 154px;
        height: 316px;
        top: 0;
        left: 0;
    }
    .basic .media{
        position: absolute;
        width: 141px;
        height: 290px;
        top: 15;
        left: 7;
        object-fit: cover;
        border-radius: 18px;
    }

    .nationwide h2 {
        padding: 0;
        font-size: 36px;
        line-height: 69px;
        height: 69px;
    }

    .nationwide p {
        font-size: 13px;
        margin-top: 20px;
    }

    .nationwide .link-btn-cyan {
        width: 302px;
    }

}

@media screen and (min-width: 1000px) {

    .pc-more-mg {
        margin-bottom:20px;
    }

    .pc-br {
        display: none;
    }
    .night-business h2 {
        font-size: 33px;
    }

    span#page_top {
        width: 64px;
        height: 64px;
        position: fixed;
        bottom: 143px;
        right: 30px;
        border-radius: 15px;
        cursor: pointer;
        transition: opacity 0.5s ease-out;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display:flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    span#page_top.show {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    
    span#page_top svg {
    }

    footer {
        height: 500px;
    }

    /*swiper*/
    .swiper {
        width: 108%;
        margin:0;
    }

    .swiper-slide {
        margin-right: 10px!important;
    }

    .snail-label span {
        line-height: 26px;
    }

    .features {
        max-width: 900px;
        width: 900px;
        margin: 100px auto;
    }

    .features h3 {
        width: 380px;
        font-size: 18px;
    }

    .features p {
        font-size: 13px;
        width: 380px;
    }

    .features .col-12 {
        margin-bottom: 20px;
    }

    .renewable .row {
        padding: 25px;
        padding-bottom: 50px;
    }
    
    .renewable p {
        margin: 0 auto;
        width: 1000px;
        font-size: 18px;
        text-align: center;
    }

    /*renewable*/
    .renewable {
        width: 100%;
        max-width: 4000px;
        margin:0;
        padding: 60px 30px;
        background-color: #F6F6F6;
    }

    .renewable .sub-title {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .renewable .row {
        margin: 0 auto;
        width: 1000px;
    }

    .renewable h3 {
        font-size: 22px;
    }

    .smartphones .relative {
        position: relative;
        width: 164px;
        height: 326px;
        margin: 0 auto;
    }

    h2 {
        font-size: 33px;
    }


    .basic {
        max-width: 800px;
    }

    .basic img {
        max-width: 800px;
    }

    .basic > div {
        padding: 0 40px;
        margin: 50px 0;
    }

    .basic .media {
        position: absolute;
        width: 140px;
        height: 292px;
        top: 13;
        left: 8;
        border-radius: 18px;
    }

    .card h2 {
        font-size: 25px;
    }

    .snail-label {
        font-size: 18px;
    }

    .snail-label h3{
        font-size: 20px;
        margin: 0 10 0;
    }
    .functions {
        max-width: 1000px;
        margin: 100px auto;
    }

    .night-business {
        padding: 40px;
    }

    .night-business .col-4 {
        height: 108px;
        width: 216px;
    }
    .night-business > p {
        margin: 0 auto;
        width: 600px
    }
    .row.gap-20 {
        max-width: 700px;
    }
    
    .night-business .down h3 {
        margin-top: 70px;
        font-size: 28px;
    }
    .night-business .up h3 {
        margin-bottom: 70px;
        font-size: 28px;
    }

    .contact-banner a {
        font-size: 20px;
        max-width:500px;
    }


    .prices .col {
        height: 200px;
    }

    .prices .row {
        padding:0;
        max-width: 550px;
        margin:0 auto;
    }

    .prices p {
        font-size: 20px;
    }

    .prices > .container {
        margin: 40px auto;
    }

    .price .year {
        font-size: 18px;
    }

    .price .first span, .price .second span{
        font-size:70px;
    }

    .price .permonth {
        padding-top:0;
        font-size:30px;
    }

    .price .underbar-cyan {
        padding:15px;
        margin:25px;
        margin-top:-20px;
        height:20px;
        background-color:#C0F1EB;
        width: 350px;
    }

    .price .underbar-yellow {
        padding:15px;
        margin:25px;
        margin-top:-20px;
        height:20px;
        background-color:#FCDD63;
        width: 350px;
    }
    

    .prices .zero {
        height: 200px;
        margin-top: 30px;
        width: 100%;
        font-size: 82px;
    }

    .prices p span {
        font-size: 191px;
    }

    .prices .monthly span {
        font-size:92px;
        line-height: 92px;
    }

    .prices .monthly {
        font-size: 60px;
        line-height: 60px;
    }

    .prices .row.cost {
        justify-content: space-between;
        padding: 0;
        max-width: 570px;
        margin: 0 auto;
        height: 50px;
        margin-top: 140px;
    }

    .prices .col-7, .prices .col-md-3, .prices .col-1 {
        font-size: 20px;
    }

    .prices .cost {
        justify-content: space-between;
        max-width: 630px;
        margin: 0 auto;
    }

    .prices .cost p{
        max-width: 32.7%;
        border-radius:5px;
        height:31px;
        /*
        width: 100%;
        max-width: 218px;
        */
        font-size: 16px;
        line-height:31px;
        color:white;
        background-color: #81E3D8;
    }

    .prices .include {
        font-size:55px;
        color:#42D5C4;
        margin-top: 0px;
    }

    .card {
        max-width: 700px;
    }
    
    .card h2 {
        font-size: 38px;
    }

    .card p {
        font-size: 14px;
        min-width: 500px;
        margin: 0 auto;
    }

    .sub-title {
        font-size:17px;
    }

    .functions h4 {
        font-size: 15px;
        text-align: start;

    }

    .functions p {
        font-size: 12px;
        text-align: start;
    }

    .functions img {
        margin-bottom: 10px;
        margin: 0 auto;
        display: block;
        width: 120px;
        height: 120px;
        padding: 20px;
    }

    .flow .d-flex  img{
        width: 305px;
        height: 273px;
    }
    
    .flow .d-flex div {
        height: 273px;
    }

    .flow .d-flex:last-child img {
        object-position: 0px 0px;
    }

    .demo-sites {
        margin: 50px auto 100px;
        width: 1000px;
    }

    .demo-sites h3 {
        text-align: center;
    }

    .demo-sites h2{
        border-bottom:double 4px gray;
        width: 165px;
        margin: 0 auto;
    }

    .demo-sites .link-btn-cyan {
        width: 100%;
        max-width: 314px;
        font-size: 90%;
    }

    .nationwide {
        width:700px;
        height: 286px;
        margin: 100px auto;
    }

    .nationwide h2 {
        font-size: 68px;
        height: 111px;
        line-height: 115px;
    }

    .nationwide p {
        margin-top: 20px;
        font-size: 14px;
    }

    .nationwide .link-btn-cyan {
        width: 314px;
        height: 43px;
    }
    .renewable li {
        width: 48%;
    }
}