/*====================================

    index-css uwagaki

====================================*/
.box-inner a{
    font-size: 1.9rem;
}
.secTop{
    padding-top: 40px;
    width: 100%;
}
.secTop-L{
    padding-top: 96px;
    width: 100%;
}
.secBottom{
    padding-bottom: 96px;
}
.h-gnav{
	background: #0a1b4f;
}
.main-visual-nomal{
	height: auto;
background: rgb(25,38,79); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(25,38,79) 0%, rgb(29,44,91) 50%, rgb(0,0,0) 100%);
background: -webkit-linear-gradient(-45deg, rgb(25,38,79) 0%,rgb(29,44,91) 50%,rgb(0,0,0) 100%); 
background: linear-gradient(135deg, rgb(25,38,79) 0%,rgb(29,44,91) 50%,rgb(0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19264f', endColorstr='#000000',GradientType=1 );

margin-top: 0;
padding: 0;
}
.main-visual-nomal .pic{
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}
.main-visual-nomal img {
        width: 100%;
}

.oh-shadow{
	padding: 10px 0;
	display: block;
background: transparent;
}
.hover .oh-shadow:hover {
    background: transparent;
}



#breadcrumbs {
    background: #1f2c5c;
    position: static;
}
.breadcrumbs-wrap {
padding: 0;
padding: 24px;
}
 @media screen and (max-width: 929px) {
.breadcrumbs-wrap{
    margin-top: 80px;
}
 }
 @media screen and (max-width: 767px) {
    .secBottom{
    padding-bottom:24px;
}
 .main-visual-nomal {
   padding: 0;
}
 .main-visual-nomal .cont-inner{
	padding: 0;
}
.breadcrumbs-wrap{
    margin-top: 67px;
    padding: 16px;
}
}

#page{
    color: #000;
    line-height: 1.9
}

.label{
    background: #fff;
    color: #8e1c31;
}
.ttl-circle {
    padding-left: 26px;
    margin-bottom: 32px;
}
.ttl-circle:before {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
    content: '●';
    color: #1f2c5c;
    font-size: 2.6rem;
}
 @media screen and (max-width: 767px) {
    .ttl-circle {
        font-size: 2.0rem;
    }
.ttl-circle:before {
    font-size: 1.8rem;
}
}
/* =====================
 cont
===================== */
 .cont-innerL{
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0px auto;
 }
  .cont-innerS{
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
 }
 @media screen and (max-width: 1180px) {
    .cont-innerL , .cont-innerS{
        padding: 0 20px;
    }
}
/*====================================

    sec-inner

====================================*/
.sec-inner{
    padding: 56px 0;
}
/*====================================

    txt-sizeL

====================================*/
.txt-sizeL{
    font-size: 2.2rem
}
 @media screen and (max-width: 767px) {
.txt-sizeL{
    font-size: 1.8rem
}
 }
/*====================================

    nav-date

====================================*/
.nav-date{
    width: 100%;
        background: #dddfe7;
}
.nav-date-inner{
    background: #dddfe7;
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}

.nav-date img{
    width: 100%;
}

/*====================================

    box-radius

====================================*/
.box-radius {
    position: relative;
    width: 100%;
    height: 100%;
    border: 3px solid #937e28;
    border-radius: 10px;
    background: #fff;
}

/*====================================

    ttl-01

====================================*/
.ttl-01{
    background: url(../img/ttl_01.jpg);
    background-repeat: repeat;
    text-align: center;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 700;
    padding: 16px;
}
@media screen and (max-width: 767px) {
.ttl-01{
    font-size: 2.0rem;
}
}
/*====================================

    ttl-02

====================================*/
.ttl-02 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
    .ttl-02 {
        font-size: 2.0rem;
    }
}
@media screen and (max-width: 1180px) {
    .ttl-02 {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .ttl-02 {
        font-size: 1.0rem;
    }
}
/*====================================

    contBox

====================================*/
.contBox{
    background: #1f2c5c;
    padding: 30px;
}
@media screen and (max-width: 767px) {
.contBox{
    padding: 30px 16px;
}
}
/*====================================

    cardA

====================================*/
.cardA {
    position: relative;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    color: #fff;

    -js-display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.cardA .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
}

.cardA .pic img {
    width: 100%;
}
.cardA .cont {
    width: calc(100% - 532px);
}
.cardA .comment {
    font-size: 2.2rem;
}
@media screen and (max-width: 1180px) {
    .cardA .pic {
        max-width: 460px;
    }
    .cardA .cont {
        width: calc(100% - 484px);
    }
     .cardA .comment {
    font-size: 1.8rem;
}
}
@media screen and (max-width: 1040px) {
    .cardA .pic {
        max-width: 400px;
    }
    .cardA .cont {
        width: calc(100% - 424px);
    }
     .cardA .comment {
    font-size: 1.6rem;
}
}
@media screen and (max-width: 980px) {
.cardA {
               flex-direction : column;

        -webkit-flex-direction : column;
            -ms-flex-direction : column;
}
.cardA .pic {
    position: static;
    margin: 0 auto;
    margin-bottom: 24px;
}
.cardA .cont{
    width: 100%;
}
}




/*====================================

    .cardA .pic.reverse

====================================*/
.cardA.reverse .pic{
    left: 0;
}
.cardA.reverse .cont{
    margin-left: 524px;
}
@media screen and (max-width: 1180px) {
.cardA.reverse .cont {
       margin-left: 484px;
    }
}
@media screen and (max-width: 1040px) {
.cardA.reverse .cont {
        margin-left: 424px;
    }
}
@media screen and (max-width: 980px) {
.cardA.reverse .cont {
        margin-left: 0;
    }
}


/*====================================

    .cardB

====================================*/

.cardB {
    position: relative;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    color: #fff;

    -js-display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 56px;
}
.cardB .pic {
    position: absolute;
    top: 0;
    left: calc(100% + 32px);
    width: 100%;
    max-width: 500px;
}

.cardB .pic img {
    width: 100%;
}
.cardB .cont {
width: calc(100% - 532px);
    position: relative;
    margin-top: -48px;
}
.cardB .comment {
    font-size: 2.2rem;
}
@media screen and (max-width: 1180px) {
    .cardB .pic {
        max-width: 460px;
    }
    .cardB .cont {
        width: calc(100% - 484px);
    }
     .cardB .comment {
    font-size: 1.8rem;
}
}
@media screen and (max-width: 1040px) {
    .cardB{
        padding-bottom: 72px;
    }
    .cardB .pic {
        max-width: 400px;
    }
    .cardB .cont {
        width: calc(100% - 424px);
    }
     .cardB .comment {
    font-size: 1.6rem;
}
}
@media screen and (max-width: 980px){
.cardB .pic {
    position: static;
    margin: 0 auto;
    margin-bottom: 24px;
}
.cardB .cont{
    width: 100%;
}
}
@media screen and (max-width: 767px){
    .cardB{
        padding-bottom: 24px;
    }
.cardB .cont {
    margin-top: -16px;
}
}





/*====================================

    bg-02

====================================*/
.bg-02{
    background: url(../img/bg_02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/*====================================

    ttl-intro

====================================*/
.ttl-intro{
width: 100%;
    margin: 0 auto;
    max-width: 696px;
}
.ttl-intro img{
width: 100%;
}
.cardB .ttl-intro{
    max-width: 1194px;
    position: relative;
    z-index: 3;

}
/*====================================

    nameWrap

====================================*/
.nameWrap {
    font-weight: 700;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;

    -js-display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.nameWrap .position {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-right: 16px;
    letter-spacing: 1px;
}
.nameWrap .name {
    font-size: 4.8rem;
    line-height: 1.3;
}
.nameWrap .name .sub {
    font-size: 2.8rem;
}


 @media screen and (max-width: 1180px) {
.nameWrap {
               flex-direction : column;

        -webkit-flex-direction : column;
            -ms-flex-direction : column;
}
.nameWrap .position{
    margin-bottom: 24px;
 }

}
@media screen and (max-width: 980px) {
.nameWrap {
            -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
            -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
        padding-bottom: 0;
}
}
@media screen and (max-width: 767px) {
.nameWrap {
               flex-direction : column;

        -webkit-flex-direction : column;
            -ms-flex-direction : column;
            padding-bottom: 24px;
}
.nameWrap .position{
font-size: 1.6rem;
 }
 .nameWrap .name{
    font-size: 2.8rem;
 }
}
/*====================================

    profile

====================================*/

.profile{
    background: #dddfe7;
    padding: 40px;
    position: relative;
    color: #101010;
    width: 100%;
    margin-top: 32px;
}
.profile.profile02{
        margin-top: 72px;
}
.profile .ttl{
position: absolute;
top: 0;
left: 0;
background: #8e1c31;
padding: 0px 24px;
color: #fff;
}
.profile-listWrap{
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.profile-listWrap .profile-list{
    width: 50%;
    font-size: 1.8rem;
    position: relative;
    padding: 0 24px;
}
.profile-listWrap .profile-list:first-child:after{
   content:"";
   position: absolute;
   top: 0;
   right: 0;
   width: 1px;
   height: 100%;
   background: #101010;
}
.profile-list > li{
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
}
.year{
    margin-right: 16px;
    display: block;
    min-width: 58px;
}
.profile-list.full .year{
    min-width: 100px;
}
 @media screen and (max-width: 1180px) {
    .profile {
        padding: 40px 16px;
    }
    .profile-listWrap .profile-list {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .profile-listWrap {
                flex-direction: column;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .profile-listWrap .profile-list {
        width: 100%;
        padding: 0;
    }
    .profile-listWrap .profile-list:first-child:after {
        content: none;
    }

    .profile {
        margin-top: 0;
    }
    .profile.profile02 {
        margin-top: 0;
    }
    .profile-list.full > li{
                flex-direction: column;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
            margin-bottom: 24px;
    }
}



/*====================================

    ttl-time

====================================*/
.ttl-time{
    border-top: 1px solid #1f2c5c;
    border-bottom: 1px solid #1f2c5c;
    padding: 48px 16px;
    font-size: 2.7rem;
    color: #1f2c5c;
    text-align: center;
}
@media screen and (max-width: 767px) {
.ttl-time{
    padding: 8px;
    font-size: 1.8rem;
}
}
/*====================================

    infoBox

====================================*/


.infoBox{
    font-weight: 700;
    border:1px solid #8e1c31;
    height: 100%;

    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
               flex-direction : column;

        -webkit-flex-direction : column;
            -ms-flex-direction : column;

}
.infoBox .ttl{
    color: #fff;
    background: #1f2c5c;
    padding: 16px;
    text-align: center;
    font-size: 3.0rem;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.infoBox .label{
    margin-left: 16px;
    font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
.infoBox .ttl{
        font-size: 2.0rem;
}
.infoBox .label{
    font-size: 1.3rem;
}
}
/*====================================

    list-detail

====================================*/
.list-detail li{
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    font-size: 2.0rem;
}
.list-detail .item{
    width: 20%;
    position: relative;
}
.list-detail .item:after{
    content:"";
    width: 1px;
    height: 20px;
    background: #101010;
    position: absolute;
    right: 24px;
    top: 10px;
}
.list-detail .cont{
    width: 80%;
}
@media screen and (max-width: 767px) {
.list-detail li{
    font-size: 1.4rem;
}
.list-detail .item{
    width: 28%;
}
.list-detail .item:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #101010;
    position: absolute;
    right: 12px;
    top: 8px;
}
}
/*====================================

    map

====================================*/
.map{
    position: relative;
    width: calc(100% - 30px);
    height: 398px;
    overflow: hidden;
    margin: 24px auto;
    margin-top: auto;
}
.googlemap{
position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*====================================

    map

====================================*/

.seminarPage-cv {
    padding: 56px 24px;
    text-align: center;
    text-align: center;
    background: url(../img/ttl_01.jpg);
    background-repeat: repeat;
    font-size: 3.0rem;
    color: #fff;
    font-weight: 700;
}
.seminarPage-cv .ttl{
    padding-bottom: 32px;
    margin-bottom: 32px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.seminarPage-cv .tel{
font-size: 7.2rem;
line-height: 1.2;
letter-spacing: 5px;
}
.seminarPage-cv a.tel{
color: #fff;
}
.seminarPage-cv .time{
font-size: 2.4rem;
font-weight: 500;
}
@media screen and (max-width: 767px) {
    .seminarPage-cv{
        padding: 24px 0;
        font-size: 2.0rem;
    }
    .seminarPage-cv .tel{
        font-size: 3.2rem;
    }
    .seminarPage-cv .time{
        font-size: 1.8rem;
    }
}

/*====================================

    formArea

====================================*/

.formArea{
    background: #ececec;
    max-width: 100%;
    font-size: 2.4rem;
    font-weight: 700
}
#form{
    background: #ececec;
}
@media screen and (max-width: 767px) {
   .formArea{
         padding: 0 0 20px;
   } 
   #form{
    margin-top: 0;
   }
}
/*====================================

    ttl-ques

====================================*/
.ttl-ques {
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    text-align: center;

    -js-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.ttl-ques .icon {
    position: relative;
    width: 40px;
    height: 24px;
    margin-left: 24px;
}
.ttl-ques .icon:after {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px;
    content: '任意';
    text-align: center;
    color: #fff;
    background: #2e3191;
}
@media screen and (max-width: 767px) {
    .ttl-ques{
        font-size: 2.0rem;
        text-align: left;
    }
.ttl-ques .icon {
    width: 80px;
}

}
/*====================================

    checkboxListFlex

====================================*/
.checkboxListFlex {
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: 26px;

    -js-display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;

}

/*====================================

    checkboxList01

====================================*/
.checkboxList01 {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.checkboxList01 > li {
    width: 222px;
}
.checkboxList02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.checkboxList02 > li {
    width: 278px;
}
 @media screen and (max-width: 929px) {
    .checkboxList01 {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}

/*====================================

    form uwagaki

====================================*/
.formList{
    padding-bottom: 96px;
    margin-bottom: 96px;
    border-bottom: 1px solid #1f2c5c;
}

.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #808080;
    border-radius: 0;
    background: #fff;
}
.checkbox label{
    height: 32px;
}
.checkbox01-parts, .radio-input + label{
    padding-top: 4px;
    padding-left: 50px;
}
.checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 12px;
    height: 24px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1e2d5b;
    border-right: 3px solid #1e2d5b;
}
.formTtl {
    position: relative;
    width: 24%;
    color: #101010;
    font-size: 2.5rem;
    padding-left: 64px;
}
.checkbox01-parts, .radio-input + label{
    font-size:2.5rem;
    letter-spacing: 1px;
}
.formTtl:after {
    top: 4px;
    left: 0;
    background: #2e3191;
    border-radius: 0;
    text-align: center;
    max-width: 40px;
}
.formTtl.required:after {
    content: '必須';
    background: #c0272d;
}
.formBg {
    font-size: 16px;
    width: 100%;
    height: 50px;
    text-indent: 5px;
    border: 1px solid #808080;
    background: #fff;
    border-radius: 0;
}





.checkboxListFlex .checkbox01-parts, .radio-input + label{
            font-size: 2.2rem;
}
    .formList > li:first-child{
        border-top: none;
    }
    .formList > li{

        border-bottom: none;
    }
    .formItem{
        border-top: none;
    }


.checkBg {
    width: 100%;
    text-indent: 5px;
    border: 1px solid #808080;
    background: #fff;
    border-radius: 0;
    font-size: 2.0rem;
    padding: 8px;
}


 @media screen and (max-width: 767px) {
    .formTtl {
        font-size: 2.0rem;
        position: relative;
        width: 100%;
        padding-left: 64px;
        color: #101010;
    }
    .formList{
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
.checkbox01-parts, .radio-input + label{
    font-size:1.4rem;
    letter-spacing: 0.3px;
}
.checkboxListFlex .checkbox01-parts, .radio-input + label{
            font-size: 1.6rem;
}
.checkBg {
    font-size: 1.6rem;
}
}

/*====================================

    btnArea

====================================*/
.btnArea {
    margin-top: 96px;
    padding-top: 96px;
    border-top: 1px solid #1f2c5c;
}

.btn-rect {
    font-size: 4.0rem;
    font-weight: 700;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    color: #fff;
    border: 3px solid #8e1c31;
    background: #8e1c31;
}
.btn-rect input[type='submit'] {
    font-size: 4.0rem;
    color: #fff;
}
.hover .btn-rect:hover {
    background: #fff;
}

.btn-rectBack {
    color: #ccc;
    border: 3px solid #ccc;
    background: #ccc;
}
.btn-rectBack input[type='submit'] {
    color: #363535;
}

.hover .btn-rect:hover input[type='submit'] {
    color: #8e1c31;
}
.btnFlex {
    display:         flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    -js-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.btnFlex .btn-rect {
    margin: 0 8px;
}
.btnArea .comment {
    font-size: 2.3rem;
    font-weight: 500;
    margin-top: 40px;
    text-align: center;
}






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


.btnArea {
    margin-top: 24px;
    padding-top: 24px;
}
.btn-rect{
    font-size: 2.0rem;
    max-width: 100%;
    padding: 8px;
}
.btn-rect input[type="submit"]{
    font-size: 2.0rem;
 }
 .btnArea .comment{
text-align: left;
font-size: 1.6rem;
    }
}


.checked-list{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: 26px;
    -js-display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.checked-list > li {
    width: 222px;
    color: #1e2d5b;
    height: 50px;
}
.checked-list02 > li {
    width: 278px;
}
.checkedItem{
    position: relative;
    padding-left: 50px;
    padding-top: 8px;
}
.checkedItem::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #808080;
    border-radius: 0;
    background: #fff;
}
.checkedItem::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 12px;
    height: 24px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1e2d5b;
    border-right: 3px solid #1e2d5b;
}
 @media screen and (max-width: 767px) {
    .checked-list{
                       flex-direction : column;

        -webkit-flex-direction : column;
            -ms-flex-direction : column;
    }
    .checked-list > li{
        font-size: 1.6rem;
        width: 100%;
    }
 }




 .sendTxt{
    font-size: 2.4rem;
 }
  @media screen and (max-width: 767px) {
 .sendTxt{
    font-size: 1.8rem;
 }
  }

/*====================================

    終了

====================================*/

.box-end {
    position: relative;
    border: 3px solid #b4b4b4;
    background-color: #b4b4b4;
}
.box-end:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 10px;
    background: rgba(0,0,0,.3);
    z-index: 2;
}
.box-end .list-detail {
    opacity: .8;
}

.txtEnd {
    font-size: 2.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    z-index: 3;
    font-weight: 700;
    letter-spacing: 2px;
    background: #c95148;
    padding: 10px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}