@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/* add to
---------------------------------------------------------- */
html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

main {
    display: block;
}

img {
    border-style: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

ul,
ol {
    font-size: 0;
}

ul li,
ol li {
    font-size: 15px;
    vertical-align: top;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
    color: #535353;
    font-size: 15px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

header:after,
#content:after,
section:after,
.inner:after {
    content: " ";
    display: block;
    clear: both;
}

a {
    color: #333;
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    font-style: line-through;
}

sup,
sub {
    line-height: 1.35;
    font-size: 10px;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: auto;
}

table {
    max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 641px) {
    body {
        min-width: 640px;
    }

    #all {
        width: 640px;
        margin: auto;
    }

    a,
    a img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    a:hover {
        text-decoration: none;
    }

    a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
}

/* SPのみ */
@media all and (max-width: 640px) {
    body {
        width: 100%;
        min-width: 320px;
    }

    #all {
        width: 100%;
    }
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

.inner {
    margin: 0 4vw;
}

.txt_link {
    text-align: center;
    font-size: 4.05vw;
    line-height: 1.1em;
}

/* PCのみ */
@media all and (min-width: 641px) {
    .txt_link {
        font-size: 26px;
    }
}


/* common
---------------------------------------------------------- */
.cf:after {
    content: " ";
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.mb0 {
    margin-bottom: 0;
}



/* cv
---------------------------------------------------------- */
.cvArea {
    padding-bottom: 3%;
}

.cvArea a {
    display: block;
}

.shop_btn {
    margin-bottom: 3%;
}



/* txt_search
---------------------------------------------------------- */
.wrap_search {
    position: relative;
    margin-top: -1%;
}

.txt_search {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    margin: auto;
    font-size: 4vw;
    bottom: 5.5%;
}

/* PCのみ */
@media all and (min-width: 641px) {
    .txt_search {
        font-size: 26px;
    }
}


/* secret
---------------------------------------------------------- */
.secret {
    position: relative;
    margin-top: 3%;
}

.secret a {
    position: absolute;
    display: block;
    top: 30.4%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 4vw;
}

.secret a::after {
    content: "";
    display: inline-block;
    background: url("../img/icon_arrow_down.png") no-repeat right bottom;
    background-size: contain;
    width: 15px;
    height: 1em;
    margin-left: 0.5em;
}

/* PCのみ */
@media all and (min-width: 641px) {
    .secret a {
        font-size: 26px;
    }

    .secret a::after {
        width: 30px;
        height: 19px;
    }
}


/* cv_two
---------------------------------------------------------- */
.cv_two {
    position: relative;
}

.cv_two .apply_long_fix {
    position: absolute;
    bottom: 32%;
}

.cv_two .fv_bot_a_top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28%;
    max-width: 492px;
    margin: 20px auto 0;
}

.cv_two .fv_bot_a_bot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24%;
    text-align: center;
    margin-top: 29px;
}

.cv_two .fv_bot_a_bot a {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #f23875;
    z-index: 99;
}

.cv_two .fv_bot_a_bot a:after {
    content: "";
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 92%;
    height: 25px;
    background-color: #ffff00;
    line-height: 1.3em;
    z-index: -1;
}

@media screen and (max-width:640px) {
    .cv_two .fv_bot_a_top {
        max-width: calc(492/640*100vw);
        margin: calc(20/640*100vw) auto 0;
    }

    .cv_two .fv_bot_a_bot {
        margin-top: calc(29/640*100vw);
    }

    .cv_two .fv_bot_a_bot a {
        font-size: calc(26/640*100vw);
    }

    .cv_two .fv_bot_a_bot a:after {
        height: calc(25/640*100vw);
    }
}


/* bg_cv
---------------------------------------------------------- */


/* qa
---------------------------------------------------------- */
.qa {
    position: relative;
}

.qa a {
    position: absolute;
    bottom: 1.7%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 4vw;
}

/* PCのみ */
@media all and (min-width: 641px) {
    .qa a {
        font-size: 26px;
    }
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer {
    margin-top: 7.5%;
    padding-bottom: 4vw;
    border-bottom: 5px solid #f23875;
}

footer p {
    margin-bottom: 5%;
}

address {
    font-style: normal;
    font-size: 3vw;
    text-align: center;
    line-height: 1em;
}

/* PCのみ */
@media all and (min-width: 641px) {
    footer {
        padding-bottom: 1.5em;
    }

    address {
        font-size: 18px;
    }
}


/*  FORM
**************************************************/

#FrmInner {
    width: 815px;
    margin: 0 auto;
    padding-top: 30px;
}

#FrmInner h2 {
    margin: 0 0 15px 0;
}

#FrmInner p+h3 {
    margin-top: 40px;
    margin-bottom: 10px;
}

#FrmInner p.FrmRead {
    color: #ff6600;
    font-weight: bold;
    margin: 0 0 20px 0;
}

/**/
#FrmInner dl.Note {
    margin: 0 0 20px 0;
}

#FrmInner dl.Note dt {
    color: #F00;
    font-weight: bold;
    clear: both;
    width: 1.2em;
    float: left;
}

#FrmInner dl.Note dd {
    color: #F00;
    font-weight: bold;
    margin-left: 1.2em;
}

/**/

#FrmInner table.FrmTbl {
    width: 100%;
    border-collapse: collapse;
    border-bottom: #d4d4d4 solid 1px;
    margin-bottom: 30px;
}

#FrmInner table.FrmTbl th {
    border-top: #d4d4d4 solid 1px;
    padding: 20px 25px;
    background: #fff8f3;
    font-weight: bold;
    width: 12em;
    vertical-align: top;
}

#FrmInner table.FrmTbl td {
    border-top: #d4d4d4 solid 1px;
    padding: 20px 20px 20px 25px;
}

/**/
#FrmInner table.FrmTbl .Short {
    width: 8em;
}

#FrmInner table.FrmTbl .Long {
    width: 28em;
}

/**/
#FrmInner table.FrmTbl th img {
    float: right;
    vertical-align: bottom;
}

#FrmInner table.FrmTbl th span {
    color: #c00000;
}

/**/
#FrmInner table.FrmTbl td p.BtnSearch {
    margin: 0 0 20px 0;
}

#FrmInner table.FrmTbl td p.BtnSearch img {
    cursor: pointer;
    cursor: hand;
}

#FrmInner table.FrmTbl td p em {
    color: #c00000;
    font-weight: bold;
}

#FrmInner p.Err {
    clear: both;
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}

#FrmInner table.FrmTbl td p.Err {
    clear: both;
    font-size: 100%;
    text-align: left;
    margin-bottom: 0;
}

#FrmInner table.FrmTbl td .Caution+p.Err {
    margin-top: 20px;
}

#FrmInner table.FrmTbl td p.Err+p.Err {
    margin-top: 0;
}

/**/
#FrmInner table.FrmTbl td p.ShopName {
    margin: 0;
}

#FrmInner table.FrmTbl td p.ShopName+p {
    margin: 20px 0 0 0;
}

#FrmInner table.FrmTbl td p.ShopName span {
    background: #eaeaea;
    padding: 5px 10px;
    margin: 0 10px;
    min-width: 100px;
    font-weight: bold;
}

#FrmInner table.FrmTbl td dl.Note {
    margin: 0;
    font-size: 87.5%;
    line-height: 140%;
}

#FrmInner table.FrmTbl td p.Note,
#FrmInner table.FrmTbl td span.Note {
    font-size: 87.5%;
    line-height: 140%;
}

#FrmInner table.FrmTbl td p.Note.Inl {
    display: inline;
}

#FrmInner table.FrmTbl td p+p {
    margin: 15px 0 0 0;
}

/**/
#FrmInner table.FrmTbl td label {
    margin: 0 5px 0 0;
}

#FrmInner table.FrmTbl td label+input[type="text"] {
    margin-right: 15px;
}

#FrmInner table.FrmTbl td input[type="text"] {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    padding: 5px;
}

#FrmInner table.FrmTbl td input[type="text"]+p {
    margin-top: 10px;
}

#FrmInner table.FrmTbl td input[type="checkbox"] {
    margin-bottom: 15px;
}

#FrmInner table.FrmTbl td label {
    cursor: pointer;
    cursor: hand;
}

#FrmInner table.FrmTbl td select {
    margin: 0 0 15px 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
}

#FrmInner table.FrmTbl td p+select {
    margin: 5px 0 15px 0;
}

/**/
#FrmInner table.FrmTbl td textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
    padding: 5px;
}

#FrmInner table.FrmTbl td input[type="text"]:focus,
#FrmInner table.FrmTbl td textarea:focus {
    background: #fff3f3;
    border: #000 solid 1px\0;
    border: #000 solid 1px\9;
}

/**/
#FrmInner table.FrmTbl td ul.Age {}

#FrmInner table.FrmTbl td ul.Age li {
    width: 7.2em;
    float: left;
}

#FrmInner table.FrmTbl td ul.Age li label {
    margin-left: 7px;
}

/**/
#FrmInner table.FrmTbl td .Caution {
    background: #ffecec;
    padding: 20px;
    margin: 10px 0 0 0;
}

#FrmInner table.FrmTbl td .Caution h3 {
    font-weight: bold;
    color: #c00000;
    font-size: 110%;
    margin-bottom: 10px;
}

#FrmInner table.FrmTbl td .Caution h3 span {
    font-size: 85%;
    font-weight: normal;
    margin: 0 0 0 20px;
}

#FrmInner table.FrmTbl td .Caution dl {}

#FrmInner table.FrmTbl td .Caution dl dt {
    clear: both;
    width: 1.2em;
    float: left;
}

#FrmInner table.FrmTbl td .Caution dl dd {
    margin-left: 1.2em;
    margin-bottom: 7px;
}

#FrmInner table.FrmTbl td .Caution dl dd em {
    color: #c00000;
}

/**/
#FrmInner p.BtnSbmt {
    text-align: center;
    margin-bottom: 40px;
}

/**/
#FrmInner p.BtnSbmt .btn1,
#FrmInner p.BtnSbmt .btn2,
#FrmInner p.BtnSbmt .btn3,
#NotApply p.BtnSbmt .btn4 {
    width: 250px;
    height: 50px;
    border: none;
    margin-right: 20px;
}

/**/
#FrmInner p.BtnSbmt .btn1 {
    background: url(/lp/img/btn_check.png) no-repeat;
}

#FrmInner p.BtnSbmt .btn2 {
    background: url(/lp/img/btn_submit.png) no-repeat;
}

#FrmInner p.BtnSbmt .btn3 {
    background: url(/lp/img/btn_back.png) no-repeat;
}

#NotApply p.BtnSbmt .btn4 {
    background: url(/lp/img/btn_back2.png) no-repeat;
}

/**/
#FrmInner p.BtnSbmt .btn1:hover,
#FrmInner p.BtnSbmt .btn2:hover,
#FrmInner p.BtnSbmt .btn3:hover,
#NotApply p.BtnSbmt .btn4:hover {
    background-position: 0 -50px;
    cursor: pointer;
    cursor: hand;
}

/**/
#FrmInner p.Info {
    font-size: 120%;
    color: #fb0100;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

/******************/

#FrmInner {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding-top: 8%;
}

#FrmInner h2 {
    width: 90%;
    margin: 0 auto 2%;
}

#FrmInner p.FrmRead {
    width: 90%;
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}

#FrmInner #formTop p {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
}

#FrmInner dl.Note {
    width: 90%;
    font-size: 16px;
    margin: 0 auto 5%;
}

#FrmInner dl.Note dt {
    color: #F00;
    font-weight: bold;
    clear: both;
    width: 1.2em;
    float: left;
}

#FrmInner dl.Note dd {
    color: #F00;
    font-weight: bold;
    margin-left: 1.2em;
}

#FrmInner table.FrmTbl {
    margin-bottom: 5%;
}

#FrmInner table.FrmTbl th,
#FrmInner table.FrmTbl td {
    display: block;
    border-top: none;
}

#FrmInner table.FrmTbl th {
    width: 96%;
    border-top: #d4d4d4 solid 1px;
    padding: 1% 0 1% 4%;
    background: #fff8f3;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}

#FrmInner table.FrmTbl th img {
    width: 35px;
    float: right;
    margin: 3px 5% 0 0;
}

#FrmInner table.FrmTbl td {
    width: 92%;
    font-size: 14px;
    padding: 5% 4% 4% 4%;
    display: inline-block;
}

#FrmInner table.FrmTbl td p.BtnSearch img {
    display: none;
}

#FrmInner table.FrmTbl td p.BtnSearch {
    margin: 0 0 3% 0;
}

#FrmInner table.FrmTbl td p.BtnSearch a {
    width: 100%;
    padding: 9% 0%;
    margin: 0;
    background: url(../images/sp/btn_search.png) no-repeat;
    background-size: 100%;
    display: inline-block;
}

#FrmInner table.FrmTbl td p.ShopName {
    margin: 0;
    font-size: 18px;
}

#FrmInner table.FrmTbl td p.ShopName input {
    width: 86%;
    padding: 2%;
}

#FrmInner table.FrmTbl .Long {
    width: auto;
}

#FrmInner table.FrmTbl td p.Note,
#FrmInner table.FrmTbl td span.Note {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

#FrmInner table.FrmTbl td dl.Note {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

#FrmInner table.FrmTbl td p.ShopName+p {
    margin: 2% 0 0 0;
}

#FrmInner table.FrmTbl #name_1,
#FrmInner table.FrmTbl #name_2 {
    width: 35.9%;
    padding: 3% 2%;
}

#FrmInner table.FrmTbl #kana_1,
#FrmInner table.FrmTbl #kana_2 {
    width: 31%;
    padding: 3% 2%;
}

#FrmInner table.FrmTbl #name_1,
#FrmInner table.FrmTbl #kana_1 {
    margin-right: 3%;
}

#FrmInner table.FrmTbl td label+input[type="text"] {
    margin-right: 0;
}

#FrmInner table.FrmTbl td#age_wrap label {
    width: 45%;
    display: block;
    float: left;
    /*
	  max-width:
	*/
}

#FrmInner table.FrmTbl td#age_wrap label {
    font-size: 18px;
    margin: 0 5% 5% 0;
}

#FrmInner table.FrmTbl td select {
    width: 70%;
    font-size: 16px;
    padding: 3% 2%;
    margin: 0 0 1% 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
}

#FrmInner table.FrmTbl td #addr_wrap input[type="text"],
#FrmInner table.FrmTbl td #tel_wrap input[type="text"],
#FrmInner table.FrmTbl td #email_wrap input[type="text"],
#FrmInner table.FrmTbl td #email2_wrap input[type="text"] {
    width: 95%;
    font-size: 16px;
    padding: 3% 2%;
    margin-bottom: 2%;
}

#FrmInner table.FrmTbl td #addr_wrap input[type="text"] {
    margin-top: 3%;
}

#FrmInner table.FrmTbl td#entry_wrap {
    font-size: 16px;
}

#FrmInner table.FrmTbl td#entry_wrap p.note {
    font-size: 16px;
}

#FrmInner table.FrmTbl td#entry_wrap p.Note.Inl {
    width: 17%;
    font-size: 16px;
    float: left;
    line-height: 1;
    margin-top: 5%;
    clear: both;
}

#FrmInner table.FrmTbl td#entry_wrap select {
    width: 83%;
    font-size: 16px;
    padding: 3% 2% !important;
    margin: 0 0 4% 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
}

#FrmInner .FrmTbl td#entry_wrap p.Note {
    margin-bottom: 3%;
    clear: both;
}

#FrmInner table.FrmTbl td .Caution {
    background: #ffecec;
    padding: 4% 5%;
    margin: 7% 0 1% 0;
    clear: both;
}

#FrmInner table.FrmTbl td .Caution dl dd em {
    color: #c00000;
    font-weight: bold;
}

#FrmInner table.FrmTbl td#private_wrap label {
    font-size: 18px;
}

#BtnConf input {
    background: url(../images/sp/btn_check.png) no-repeat;
    background-size: 100%;
    width: 75%;
    height: auto;
    padding: 7% 0 8%;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

#FrmInner p.BtnSbmt {
    margin-bottom: 0;
}

.error {
    font-size: 16px !important;
}

#Footer #FtInner {
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

.InqInfo {
    width: 92%;
    padding: 10% 4% 0;
    margin-bottom: 12%;
    text-align: center;
}

.InqInfo h2 {
    font-weight: bold;
    padding: 8% 0;
    margin: 0 !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

.InqInfo p.Hour {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6% 0 8%;
}

.InqInfo p.Note {
    color: #fb0100;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 8%;
}

/* yhachisu 200501 */
#FrmInner table.FrmTbl td p.BtnSearch a {
    background: url(/lp/sem201_2004/images/sp/btn_search.png) no-repeat;
    background-size: 100%;
}

#BtnConf input {
    background: url(/lp/sem201_2004/images/sp/btn_check.png) no-repeat;
}

#FrmInner table.FrmTbl td #tel_wrap input[type="tel"],
#FrmInner table.FrmTbl td #email_wrap input[type="email"] {
    width: 95%;
    font-size: 16px;
    padding: 3% 2%;
    margin-bottom: 2%;
}

#BtnConf input.btn-square-pop,
#BtnBack input.btn-square-pop,
#BtnSend input.btn-square-pop {
    padding: 1rem !important;
}

#nav-header {
    width: 100%;
}

.fv_bot_a_top.bg {
    background-image: url(/lp/sample_1/img/background.png);
}

.fv_bot_a_top a {
    padding-bottom: 20px;
    display: block;
}

.share_btn-area {
    margin-top: calc(40 / 640 * 100vw);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.share_btn {
    margin: 0 1%;
    padding-bottom: 8%;
    width: calc(150 / 640 * 100vw);
    max-width: 150px;
    display: block;
}

@media all and (min-width: 641px) {
    .share_btn-area {
        margin-top: 40px;
    }
}

#fixed_cvbtns {
	width: 100%;
    position: fixed;
	bottom: 0;
	left: 0;
    background-color: #fff;
    display: block;
    z-index: 2;
}
.fixed_cvbtns-inner {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed_cvbtns-inner a {
    margin: 0 7px;
}
