@charset "UTF-8";
/********************************
DEFAULT
*********************************/
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,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: 0px;
    padding: 0px;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0px;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
    -webkit-appearance: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
:placeholder-shown {
    color: #b3b3b4;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
:-moz-placeholder {
    color: #b3b3b4; opacity: 1;
}
::-moz-placeholder {
    color: #b3b3b4; opacity: 1;
}
:-ms-input-placeholder {
    color: #b3b3b4;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out , all 0.1s ease-in-out;
}
a,a:link {
    color: #000;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #000;
}
a:hover,a:active {
    color: #D6082E;
    text-decoration: underline;
}
*:focus {
    outline: none;
}
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b1 {
    margin-bottom: 1px !important;
}
.m_b2 {
    margin-bottom: 2px !important;
}
.m_b3 {
    margin-bottom: 2px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b7 {
    margin-bottom: 7px !important;
}
.m_b8 {
    margin-bottom: 8px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b11 {
    margin-bottom: 11px !important;
}
.m_b12 {
    margin-bottom: 12px !important;
}
.m_b13 {
    margin-bottom: 13px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    min-width: 1200px;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-wrap: break-word;
    padding-top: 90px;
}
/********************************
HEADER
*********************************/
header {
    padding: 24px 0 20px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}
.header_wrap {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
}
.header_logo a {
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    color: #000;
}
.header_logo a img {
    width: 154px;
    height: auto;
}
.header_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}
.header_ttl .tag a {
    display: inline-block;
    background: #EEEEE9;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.header_ttl .tag a span {
    color: #D6082E;
}
.header_ttl .ttl {
    padding-left: 20px;
    font-size: 14px;
}
.header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_menu li {
    border-left: 1px solid #6D6D6D;
    padding-left: 30px;
    margin-left: 30px;
}
.header_menu li:first-child {
    border-left: none;
}
.header_menu li a {
    font-size: 16px;
    font-weight: bold;
}
.header_menu .hdtgl_lnk {
    display: none;
}
/*hdpop*/
.hdpop_wrap {
    display: none;
    padding-top: 28px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
}
.hdpop_wrap.active {
    display: block;
}
.hdpop_in {
    background: #EEEEE9;
}
.hdpop_cls {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 30px;
    right: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 110;
    transition: all 0.3s;
}
.hdpop_cls span {
    display: block;
    height: 2px;
    background: #6D6D6D;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top: 11px;
    left:0;
    right:0;
    transition: 0.5s ease-in-out;
}
.hdpop_cls span:nth-child(1) {
    transform: rotate(135deg);
}
.hdpop_cls span:nth-child(2) {
    transform: rotate(-135deg);
}
.hdpop_main {
    width: 100%;
    max-width: 1200px;
    min-height: 210px;
    padding-top: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.hdpop_box {
    display: none;
}
.hdpop_box.active {
    display: block;
}
.hdpop_menu dt {
    font-size: 24px;
    font-weight: bold;
}
.hdpop_menu dd {
    font-size: 18px;
}
.hdpop_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hdpop_lnk li {
    margin-right: 90px;
    margin-top: 14px;
}
.hdpop_lnk li a {
    font-size: 18px;
}
@media (min-width:896px) {
    .header_ttl .tag a:hover,
    .header_logo a:hover {
        opacity: .8;
    }
}
/********************************
FOOTER
*********************************/
footer {
    background: #EEEEE9;
}
.ft_top.c-wid {
    padding: 60px 0 45px;
}
.ft_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ft_mds {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: .8em;
}
.ft_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.ft_menu {
    margin-right: 80px;
}
.ft_menu dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.ft_menu dd li {
    line-height: 2;
}
.ft_menu dd li a {
    font-size: 14px;
}
.ft_logo img {
    background: #fff;
    border: 1px solid #BEBEBE;
    padding: 16px 50px;
    width: 154px;
    height: auto;
}
.ft_brm {
    background: #666;
    padding: 24px 0;
}
.ft_brmin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ft_lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft_lnk li {
    border-right: 1px solid #fff;
    padding-right: 25px;
    margin-right: 25px;
}
.ft_lnk li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.ft_lnk a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.copy {
    font-size: 12px;
    line-height: 1;
    color: #fff;
}
.ft_menu dd li a .icn,
.ft_lnk li a .icn {
    display: inline-block;
    padding-right: 1.5em;
}
.ft_menu dd li a .icn {
    background: url(../svg/icn_pdf.svg) no-repeat right center;
    background-size: 12px auto;
}
.ft_lnk li a .icn {
    background: url(../svg/icn_blank_w.svg) no-repeat right center;
    background-size: 12px auto;
}
.scrolltop{
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
}
.scrolltop img {
    width: 45px;
    height: auto;
}
@media (min-width:896px) {
    .scrolltop:hover {
        opacity: .8;
    }
}
/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-wid {
    width: 1200px;
    margin: 0 auto;
}
/*タイトル*/
.c-main-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
.c-sec-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #021861;
    margin: 0 0 40px 0;
    padding: 0 0 0 18px;
    border-left: 5px solid #021861;
}
/*ボタン*/
.c-btn_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.c-btn_wrap.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-btn_in {
    padding: 0 24px 0 0;
}
.c-btn_in:last-child {
    padding: 0;
}
.c-btn_wrap.center .c-btn_in {
    padding: 0 24px;
}
.c-btn {
    display: table;
    width: 274px;
    height: 56px;
    box-sizing: border-box;
}
.c-btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #d6082e url(../svg/arw_right_w.svg) no-repeat left 20px center;
    background-size: 6px auto;
    border: 1px solid #d6082e;
}
.c-btn.ver2 a {
    color: #333;
    background: #fff url(../svg/arw_right_red.svg) no-repeat left 20px center;
    background-size: 6px auto;
    border: 1px solid #BEBEBE;
}
.c-btn.ver2.pdf a {
    background: #fff url(../svg/icn_pdf_red.svg) no-repeat left 20px center;
    background-size: 12px auto;
}
.c-btn.back a {
    color: #fff;
    background: #888 url(../svg/arw_right_w.svg) no-repeat left 20px center;
    background-size: 6px auto;
    border: 1px solid #888;
}
.c-btn.blank a {
    background: #d6082e url(../svg/icn_blank_w.svg) no-repeat left 20px center;
    background-size: 12px auto;
}
@media (min-width:896px) {
    .c-btn a:hover {
        opacity: .8;
    }
    .c-btn.ver2 a:hover {
        background-color: rgba(255, 127, 151, .1);
    }
}
.btn-txt {
    font-size: 14px;
    color: #D6082E;
    margin-top: 5px;
}
/*CV*/
.c-cv_wrap {
    background: #EEEEE9;
}
.c-cv_wid {
    padding: 60px 0 70px 0;
    width: 1200px;
    margin: 0 auto;
}
.c-cv_txt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px 0;
}
.c-cv_btn {
    display: table;
    width: 372px;
    height: 75px;
    margin: 0 auto;
}
.c-cv_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #D6082E url("../svg/btn_arw_w.svg") no-repeat center left 30px;
}
.c-cv_btn a span {
    padding: 0 0 0 30px;
}
@media (min-width:896px) {
    .c-cv_btn a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
/*下層MV*/
.c-mv_wrap {
    display: table;
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    background: #F3F3F3;
}
.c-mv_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.c-mv_ttl {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0 0 0 90px;
}
.c-mv-ttl {
    font-size: 28px;
    font-weight: bold;
}
.c-mv-ttl.is-ver2 {
    position: relative;
    padding: 0 0 0 65px;
}
.c-mv-ttl.is-ver2:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: #000;
}
.c-mv-txt {
    font-size: 24px;
    margin: 10px 0 0 0;
}
.c-mv-txt.is-ver2 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 45px;
}
/*title*/
.c-lower-ttl {
    font-size: 24px;
    font-weight: bold;
}
/*txt*/
.c-sml-txt {
    font-size: 12px;
}
/********************************
CONTETS
*********************************/

@media (max-width: 896px) {
    body {
        font-size: 14px;
        line-height: 1.6;
        min-width: 320px;
        padding-top: 52px;
    }
    /********************************
    HEADER
    *********************************/
    header {
        padding: 10px 15px;
    }
    .header_wrap {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .header_in {
        padding-bottom: 0;
    }
    .header_logo a {
        display: block;
        font-size: 20px;
    }
    .header_logo a img {
        width: 98px;
        height: auto;
    }
    .header_ttl {
        display: block;
        padding-left: 10px;
    }
    .header_ttl .tag a {
        padding: 8px 6px;
        font-size: 10px;
    }
    .top-ttl {
        font-size: 10px;
        line-height: 1;
        margin-bottom: 4px;
    }
    .header_menu {
        display: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        background-color: rgba(255,255,255,0.95);
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 9999;
        transition: background-position 0.5s;
    }
    .header_menu ul {
        display: block;
    }
    .header_menu li {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        border-top: 1px solid #BEBEBE;
    }
    .header_menu li:first-child {
        border-left: none;
    }
    .header_menu li a {
        display: block;
        font-size: 14px;
        line-height: 50px;
        font-weight: bold;
        padding: 0 15px;
        text-decoration: none;
    }
    .header_menu .hdtgl_lnk li a {
        background:#EEEEE9 url(../svg/arw_right.svg) no-repeat right 15px center;
        background-size: 5px auto;
    }
    .header_menu .hdtgl_lnk li.pdf a {
        background:#EEEEE9 url(../svg/icn_pdf.svg) no-repeat right 15px center;
        background-size: 13px auto;
    }
    .menu_logo {
        text-align: center;
        border-bottom: 1px solid #BEBEBE;
        border-top: 1px solid #BEBEBE;
        padding: 20px 0;
    }
    .menu_logo img {
        width: 120px;
        height: auto;
    }
    .header_cls {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../img/sp/menu1.png) no-repeat 0 0;
        background-size: 100% auto;
        width: 60px;
        height: 60px;
        z-index: 99999;
    }
    .header_cls.on {
        background: url(../img/sp/menu2.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .hdtgl_ttl {
        position: relative;
    }
    .hdtgl_ttl::before,
    .hdtgl_ttl::after {
        content: '';
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 5px;
        background: #6E6E6E;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .hdtgl_ttl::after {
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }
    .hdtgl_ttl.on::after {
        transform: rotate(0);
        transition: 0.5s;
    }
    /********************************
    FOOTER
    *********************************/
    .ft_top.c-wid {
        padding: 25px 15px 30px;
    }
    .ft_ttl {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ft_mds {
        font-size: 13px;
        margin-bottom: .6em;
    }
    .ft_flx {
        display: block;
        margin-bottom: 45px;
    }
    .ft_menu {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .ft_menu dt {
        font-size: 13px;
        line-height: 2;
    }
    .ft_menu dd li {
        line-height: 2;
    }
    .ft_menu dd li a {
        font-size: 13px;
    }
    .ft_logo img {
        padding: 10px 30px;
        width: 100px;
    }
    .ft_brm {
        padding: 20px 15px;
    }
    .ft_brmin {
        display: block;
    }
    .ft_lnk li {
        padding-right: 20px;
        margin-right: 20px;
        margin-top: 15px;
        width: 80px;
        line-height: 1;
    }
    .ft_lnk li:nth-child(2n) {
        border-right: none;
        width: auto;
    }
    .ft_lnk li:nth-child(-n+2) {
        margin-top: 0;
    }
    .ft_lnk a {
        font-size: 12px;
    }
    .copy {
        font-size: 10px;
        padding-top: 20px;
    }
    .scrolltop{
        bottom: 50px;
        right: 10px;
    }
    .scrolltop img {
        width: 40px;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-wid {
        width: 100%;
        box-sizing: border-box;
    }
    /*タイトル*/
    .c-main-ttl {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .c-sec-ttl {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 15px 0;
        padding: 0 0 0 15px;
        border-left: 4px solid #021861;
    }
    /*ボタン*/
    .c-btn_wrap {
        display:block;
    }
    .c-btn_in {
        padding: 0 0 30px;
    }
    .c-btn_in:last-child {
        padding: 0;
    }
    .c-btn {
        width: 100%;
        height: 55px;
    }

    .c-btn a {
        background: #d6082e url(../svg/arw_right_w.svg) no-repeat left 10px center;
        background-size: 8px auto;
    }
    .c-btn.ver2 a {
        color: #333;
        background: #fff url(../svg/arw_right_red.svg) no-repeat left 10px center;
        background-size: 8px auto;
    }
    .c-btn.ver2.pdf a {
        background: #fff url(../svg/icn_pdf_red.svg) no-repeat left 10px center;
        background-size: 15px auto;
    }
    .c-btn.back a {
        background: #888 url(../svg/arw_right_w.svg) no-repeat left 10px center;
        background-size: 8px auto;
    }
    /*CV*/
    .c-cv_wid {
        padding: 42px 10px 45px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .c-cv_txt {
        font-size: 18px;
        line-height: 1;
        margin: 0 0 30px 0;
    }
    .c-cv_btn {
        width: 100%;
        max-width: 325px;
        height: 55px;
    }
    .c-cv_btn a {
        font-size: 16px;
        background: #D6082E url("../svg/btn_arw_w.svg") no-repeat center left 14px;
        background-size: 10px auto;
        -ms-background-size: 10px auto;
        -moz-background-size: 10px auto;
        -webkit-background-size: 10px auto;
    }
    .c-cv_btn a span {
        padding: 0 0 0 20px;
    }
    /*下層MV*/
    .c-mv_wrap {
        width: 100%;
        height: 135px;
    }
    .c-mv_ttl {
        display: block;
        padding: 0 0 0 15px;
    }
    .c-mv-ttl {
        font-size: 20px;
    }
    .c-mv-ttl.is-ver2 {
        font-size: 18px;
        padding: 0 0 0 35px;
    }
    .c-mv-txt {
        font-size: 15px;
    }
    .c-mv-txt.is-ver2 {
        display: inline-block;
        font-size: 13px;
        line-height: 1.4;
        padding: 12px 0 0 0;
    }
    /*title*/
    .c-lower-ttl {
        font-size: 20px;
    }
    /********************************
    CONTETS
    *********************************/
}
@media (max-width: 374px) {
    .header_menu li a {
        font-size: 12px;
        line-height: 40px;
    }
    .c-cv_txt {
        font-size: 16px;
    }
}
