@charset "UTF-8";
/*　====================== 基本設定 ======================　*/
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
}
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    margin:0;
    padding: 0;
    overflow-x: hidden;
    color: #fff;
    background-color: #171717;
}
ul,ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    width:100%;
    max-width:100%;
    display: block;
}
/*　====================== フォント設定 ======================　*/
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    margin: 0;
}
h2{
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 1.5;
}
h2 span{
    font-size: 40px;
}
p,a,div,ul,ol,dl{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.5;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: inherit;
    margin: 0;
}
input,textarea{
    font-size: 16px;
    padding: 5px;
}
@media screen and (max-width:1024px){
    h2{
        font-size: 40px;
        margin-bottom: 30px;
    }
    h2 span{
        font-size: 30px;
    }    
}
@media screen and (max-width:768px){
    p,a,div,ul,ol,dl{
        font-size: 15px;
    }
    input,textarea{
        font-size: 15px;
    }    
    h2{
        font-size: 25px;
        margin-bottom: 30px;
    }
    h2 span{
        font-size: 20px;
    }    
}
/*　====================== レスポンシブ設定 ======================　*/
.pc-only {
    display: block;
}
.sp-only {
	display: none;
}
@media screen and (max-width:768px){
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
/*　====================== コンテンツ幅設定 ======================　*/
section{
    padding-bottom: 80px;
}
.container{
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
}
@media screen and (max-width:768px){
    section{
        padding-bottom: 50px;
    }
}
/*　====================== flexデフォルト設定 ======================　*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*============================header=================================*/
header .flex{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 5px 0;
}
header .flex h1{
width: 120px;
margin: 0;
}
header .flex div{
    width: 300px;
}
@media screen and (max-width:768px){
header .flex{
    width: 95%;
    margin: 0 auto;
}
header .flex h1{
width: 80px;
}
header .flex div{
    width: 16rem;
}
}
/*============================fv=================================*/
#fv{
    background-image: url(../img/fv.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.fv-1{
    width: 35%;
    margin: 0 auto;
    position: relative;
    top:-5em;
}
#fv .sp-only.threepoint{
    width: 95%;
    margin: 0 auto 20px auto;
}
.fv-2{
    width: 70%;
    margin: 0 auto;
    position: relative;
    top:-5em;
}
.fv-3{
    width: 30%;
    margin: 0 auto;    
    position: relative;
    top:-3em;
}
.fv-4{
    width: 3%;
    margin: 0 auto;    
    position: relative;
    top:-2em;
}
@media screen and (max-width:1024px){
    .fv-1{
        width: 40%;
        top:-4em;
    }
    .fv-2{
        width: 90%;
        top:-4em;
    }
    .fv-3{
        width: 40%;
        top:-2em;
    }
    .fv-4{
        top:-1em;
    }
}
@media screen and (max-width:768px){
    #fv{
        background-image: url(../img/fv-sp.webp);
    }
    .fv-1{
        width: 85%;
        margin: 0 auto;
        position: static;
    }
    .fv-2{
        position: static;
    }
    .fv-2 p{
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
    }
    .fv-3{
        width: 80%; 
        position: static;
        margin: 20px auto;
    }
    .fv-4{        
        position: static;
        width: 8%;
        padding-bottom: 20px;
    }
}
/*============================fv-cta=================================*/
#fv-cta{
    background-color: #ECD03E;
    position: relative;
    padding-bottom: 0;
}
#fv-cta::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../img/nokori16.webp);
    background-size: cover;
    right: 15%;
    top:-50px;
}
#fv-cta p.text{
    text-align: center;
    padding: 15px 0;
    margin: 0;
    font-size: 20px;
    color:#171717;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    font-weight: 700;
}
#fv-cta .button-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
    gap: 15px;
}
#fv-cta .button-wrap a{
    width: 40%;
}
.kiran-img {
    position :relative;
    overflow :hidden;
    }
    .kiran {
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #fff;
    opacity:0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
            animation: reflection 3s ease-in-out infinite;
    }
    @-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }
    @keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
    }
@media screen and (max-width:1080px){
#fv-cta .button-wrap a {
    width: 48%;
}
#fv-cta::before{
    top:-60px;
    right: 5%;
}
}
@media screen and (max-width:768px){
    #fv-cta p.text{
        line-height: 1.2;
    }
    #fv-cta .button-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;        
    }
    #fv-cta .button-wrap a{
        width: 100%;
    }
    #fv-cta::before{
        width: 80px;
        height: 80px;
        right: 1%;
        top:-65px;
    }
}
/*============================secton1=================================*/
#sec1{
    background-image: url(../img/sec1-back-new.png);
    background-repeat: no-repeat;
    padding: 80px 0;
}
#sec1 h2{
    color: #FF7676;
    font-weight: 700;
}
#sec1 .sec1-pc-only .inner-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#sec1 .sec1-pc-only .inner-wrap .inner{
    width: 30%;
    position: relative;
}
#sec1 .sec1-pc-only .inner-wrap .inner p{
    position: absolute;
    bottom: 5%;
    right: 0;
    width: auto;
    font-size: 20px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
    font-weight: 700;
}
#sec1 .sec1-pc-only .inner-wrap .inner p br{
    display: none;
}
#sec1 .sec1-pc-only .read{
    text-align: center;
    font-size: 30px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
    position: relative;
}
#sec1 .sec1-pc-only p.read span{
    font-size: 40px;
    font-weight: 700;
    color: #FF7676;
}
#sec1 .sec1-pc-only p.read:before{
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sec1-p-ashirai1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    bottom: -80px;
    right: 10%;
}
#sec1 .sec1-pc-only p.read:after{
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sec1-p-ashirai2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    top: -80px;
    left: 10%;
}
#sec1 .sec1-sp-only{
    display: none;
}
@media screen and (max-width: 1400px) and (min-width: 820px) {
    #sec1 .sec1-pc-only p.read::before{
    width: 150px;
    height: 150px;
    bottom: 10%;
    right: 2%
}
    #sec1 .sec1-pc-only p.read::after{
    width: 150px;
    height: 150px;
    top: 0%;
    left: 2%;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
#sec1 .sec1-pc-only .inner-wrap .inner p {
    position: absolute;
    bottom: -5%;
    right: 0;
    width: auto;
    font-size: 18px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
    font-weight: 700;
}
#sec1 .sec1-pc-only .inner-wrap .inner p br{
    display: block;
}
#sec1 .sec1-pc-only p.read {
    font-size: 16px;
}
#sec1 .sec1-pc-only p.read span{
    font-size: 20px;
    color: #FF7676;
    font-weight: 700;
}
#sec1 .sec1-pc-only p.read:before{
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sec1-p-ashirai1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    bottom: -16%;
    right: 12%;
}
#sec1 .sec1-pc-only p.read:after{
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sec1-p-ashirai2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: -28%;
    left: 12%;
}
}
@media screen and (max-width:767px){
     #sec1 .sec1-pc-only{
        display: none;
    }
    #sec1 .sec1-sp-only{
        display: block;
    }
    #sec1 {
        padding: 50px 0;
    }
    #sec1 .sec1-sp-only p{
        text-align: center;
        font-size: 16px;
        margin: 0 auto;
        position: relative;
    }
    #sec1 .sec1-sp-only p span{
        font-size: 20px;
        color: #FF7676;
        font-weight: 700;
    }
     #sec1 .sec1-sp-only .inner{
        display: flex;
        align-items: center;
    }
     #sec1 .sec1-sp-only .inner p{
        font-size: 18px;
        width: 50%;
    }
     #sec1 .sec1-sp-only .inner img{
        width: 50%;
    }
     #sec1 .sec1-sp-only .inner:nth-of-type(1) img,
     #sec1 .sec1-sp-only .inner:nth-of-type(3) img{
        padding-right: 10px;
        width: 50%;
    }
     #sec1 .sec1-sp-only .inner:nth-of-type(3) img{
        margin-bottom: 30px;
    }
     #sec1 .sec1-sp-only p.read:before{
        content: '';
        display: inline-block;
        position: absolute;
        background-image: url(../img/sec1-p-ashirai1.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 70px;
        height: 70px;
        bottom: -16%;
        right: 0%;
    }
     #sec1 .sec1-sp-only p.read:after{
       content: '';
       display: inline-block;
       position: absolute;
       background-image: url(../img/sec1-p-ashirai2.webp);
       background-repeat: no-repeat;
       background-size: contain;
       width: 70px;
       height: 70px;
       top: -28%;
       left: 0%;
    }
}
/*============================section2=================================*/
#sec2{
    background-image: url(../img/sec2-back.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    margin: 0 auto;
}
#sec2 h2{
    width: 60%;
    margin: 0 auto;
}
#sec2 .sec2-2{
    width: 70%;
    margin: 0 auto;
}
#sec2 .sec2-3{
    width: 40%;
    margin: 30px auto 0 auto;
}
@media screen and (max-width:768px){
    #sec2{
        background-image: url(../img/sec2-back-sp.webp);
        padding: 50px 0;
    }
    #sec2 h2{
        width: 90%;
    }
    #sec2 .sec2-2{
        width: 100%;
    }
    #sec2 .sec2-3{
        width: 80%;
    }
}
/*============================cta=================================*/
#cta{
    background-image: url(../img/cta-back.webp);
    position: relative;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px 0;
}
#cta::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../img/nokori16.webp);
    background-size: cover;
    right: 15%;
    top:-50px;
}
#cta p{
    text-align: center;    
    line-height: 1;
    font-weight: 700;
}
#cta p:first-child{
    font-size: 20px;
    color:#9D0000;
    font-family: "Noto Sans JP", sans-serif;
}
#cta p:nth-child(2){
    font-size: 60px;
    color:#171717;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0rem;
}
#cta p:nth-child(3){
    font-size: 30px;
    background-color: #fff;
    color:#171717;
    font-family: "Noto Serif JP", serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 60px;
    border-radius: 30px;
    margin: 20px auto;
}
#cta p:nth-child(3) span{
    display: inline-block;
}
#cta .button-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
}
#cta .button-wrap a{
    width: 40%;
}
#cta .cta-sp-only{
    display: none;
}
@media screen and (max-width:1024px){
#cta p:nth-child(2){
    font-size: 50px;
}
#cta p:nth-child(3){
    padding: 8px 20px;
    font-size: 27px;
}
#cta .button-wrap a{
    width: 48%;
}
}
@media screen and (max-width:767px){
#cta .cta-sp-only{
    display: block;
}
}
@media screen and (max-width:768px){
    #cta{
        background-image: url(../img/cta-back-sp.webp);
    }
    #cta p.text{
        line-height: 1.2;
    }
    #cta .button-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;        
    }
    #cta .button-wrap a{
        width: 100%;
    }
    #cta::before{
        width: 80px;
        height: 80px;
        right: 1%;
        top:60px;
    }    
    #cta p:first-child{
        text-align: left;
        margin:0 0 10px 0;
        text-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
    }    
    #cta p:nth-child(2){
        font-size: 35px;
        text-align: left;
    }    
    #cta p:nth-child(3){
        width: 100%;
        font-size: 20px;
        padding: 5px 0;
        margin: 10px auto;
    }    
    #cta p:nth-child(3) span{
        display: none;
    }    
    #cta p:nth-child(4){
        font-size: 40px;
    }
}
/*============================secton3=================================*/
#sec3{
    background-color: #fff;
    color:#171717;
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
}
#sec3 .content-wrap.flex{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap:2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#sec3 .content-wrap.flex .inner{
    width: 20%;
}
#sec3 .triangle-down {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 80px solid #fff; /* 三角形の色 */
    position: absolute;
    bottom: -79px;
    z-index: 10;
  }
@media screen and (max-width:768px){
    #sec3{
        padding-top: 50px;
    }
    #sec3 .content-wrap.flex{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap:15px;
    }
    #sec3 .content-wrap.flex .inner{
        width: 60%;
    }
}
/*============================secton4=================================*/
#sec4{
    padding-top: 160px;
    background-image: url(../img/sec4-back.webp);
    position: relative;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#sec4 h2{
    margin-bottom: 0;
}
#sec4 p{
    text-align: center;
    font-size: 30px;
    padding: 50px 0;
}
#sec4 .sec4-1{
    width: 90%;
    margin:0 auto;
}
#sec4 .sec4-sp-only{
    display: none;
}
@media screen and (max-width:768px){
    #sec4 h2{
        margin-bottom: 0;
        width: 80%;
        margin: 0 auto;
    }
    #sec4 .sec4-sp-only{
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-left: 30px;
    }
    #sec4 .sec4-pc-only{
        display: none;
    }
    #sec4{
        padding-top: 130px;
    }
    #sec4 h2{
        font-size: 22px;
    }
    #sec4{
        background-image: url(../img/sec4-back-sp.webp);
        background-size: contain;
    }
    #sec4 p{
        font-size: 18px;
        padding: 30px 0;
        width: 80%;
        margin: 0 auto;
    }
    #sec4 .sec4-1{
        width: 100%;
    }
}
@media screen and (max-width:480px){
    #sec4 .sec4-sp-only{
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-left: 10px;
    }
}
/*============================section5=================================*/
#sec5{
    padding-top: 80px;
    background-image: url(../img/sec5-back.webp);
    position: relative;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#sec5 h2{
    color:#171717;
}
#sec5 .content-wrap.flex{
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
}
#sec5 .content-wrap.flex .inner{
    width: 32%;
}
@media screen and (max-width:768px){
    #sec5{
        padding-top: 50px;
        background-image: url(../img/sec5-back-sp.webp);
    }
    #sec5 .content-wrap.flex .inner{
        width: 100%;
    }
}
/*============================secton6=================================*/
#sec6{
    padding-top: 80px;
}
#sec6 h2{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px auto;
    position: relative;
}
#sec6 h2::after{
    content: '・・';
    position: absolute;
    top:-40px;
    right: 0;
}
#sec6 .content-wrap.flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap:30px;
}
#sec6 .content-wrap.flex .inner{
    width: 100%;
}
@media screen and (max-width:768px){
    #sec6{
        padding-top: 50px;
    }
    #sec6 h2::after{
        top:-20px;
    }
    #sec6 h2{
        margin: 0 auto 30px auto;
    }
}
/*============================secton7=================================*/
#sec7{
    padding-top: 80px;
    background-image: url(../img/sec7-back.webp);
    position: relative;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#sec7 h2{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
#sec7 .sec7-1{
    width: 80%;
    margin: 0 auto;
}
#sec7 h3{
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}
@media screen and (max-width:768px){
    #sec7{
        padding-top: 50px;
    }
    #sec7 .sec7-1{
        width: 100%;
    }    
    #sec7 h3{
        text-align: center;
        font-size: 20px;
        margin-top: 30px;
    }
}
/*============================secton8=================================*/
#sec8{
    padding-top: 80px;
    background-color: #ECD03E;
    color:#171717;
}
#sec8 button {
    border-style: none;
    color: inherit;
    font-family: sans-serif;
  }
#sec8 .title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
  }
#sec8 .accordion {
    width: 400px;
    max-width: 90%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #a3a3a3;
  }
  #sec8 .accordion > * + * {
    border-top: 1px solid #a3a3a3;
  }
  #sec8 .accordion-header {
    position: relative;
  }
  #sec8 .content-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  #sec8 .content-wrap .inner{
    width:100%;
  }
  #sec8 .accordion-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5rem 6rem;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
  }
  #sec8 .accordion-trigger .number{
    position: absolute;
    left:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 10px 9px;
    background-color: #171717;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Noto Serif JP", serif;    
  }
  #sec8 .accordion-trigger.__open {
    background-color: #dbeafe;
  }
  @media (hover: hover) {
    #sec8 .accordion-trigger:hover {
      background-color: #dbeafe;
    }
  }
  #sec8 .accordion-icon {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border: solid #000;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #sec8 .accordion-trigger.__open .accordion-icon {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #sec8 .accordion-panel.__close {
    display: none;
  }
  #sec8 .accordion-panel__text {
    padding: 0.5rem 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  }  
@media screen and (max-width:768px){
#sec8{
    padding-top: 50px;
}
#sec8 .accordion-trigger {
    display: block;
    width: 100%;
    padding: 1rem 2.5rem 1rem 3.5rem;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    font-family: "Noto Serif JP", serif;
    font-size:16px;
}
#sec8 .accordion-trigger .number{
    font-size: 14px;    
}
#sec8 .accordion-icon {
right: 1rem;
}
#sec8 .accordion-trigger .number{
    padding: 7px 6px;
}
}
/*===========================last-cta=================================*/
#cta.last-cta{
    background-image: url(../img/last-cta-back.webp);
    position: relative;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#cta.last-cta p:first-child,#cta.last-cta p:nth-child(2){
    color: #fff;
}
@media screen and (max-width:768px){
    #cta.last-cta{
        background-image: url(../img/last-cta-back-sp.webp);
    }
    #cta.last-cta p:first-child{
        margin: 0 0 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
    } 
    #cta.last-cta p:nth-child(2){
        line-height: 1.2;
    } 
}
/*===========================copyright=================================*/
#copy-right{
    text-align: center;
    padding:10px 0;
    background-color: #fff;
    color:#171717;
    font-size: 14px;
}