@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}
.jyunbi_txt {
    text-align: center;
    margin-top: 10px;
}
.fot-banner {
    display: none;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.pched {
    height: auto;
    /*border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(82,182,236,1) 0%, rgba(18,218,147,1) 100%);
    border-image-slice: 1;*/
}
.pched .area {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-top: 16px;
    padding-bottom: 15px;
}

.pched .area .link {
}
.pched .area .link a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #c48f00;
    border-top: 0;
    padding: 3px 10px;
    padding-top: 2px;
}
.pched .area .link a i {
    font-size: 1.7rem;
    margin-right: 3px;
}
.pched .area .link a span {
}
.pched .area .link a:hover {
    background-color: #613100;
    color: #fff;
}

.pched .area .comp {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding-right: 20px;
}

.pched .area .comp .logo {
    width: 58px;
    margin-right: 8px;
    margin-top: 3px;
}

.pched .area .comp h1,
.pched .area .comp h2 {
    font-size: 3.0rem;
    line-height: 1.05;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}
.pched .area .comp h1 span,
.pched .area .comp h2 span {
    font-size: 2.7rem;
    color: #0a97c1;
    margin-right: 2px;
    font-weight: bold;
    font-family: serif;
}
.pched .area .comp h5 {
    font-size: 1.0rem;
    letter-spacing: 0.18em;
    line-height: 1;
    padding-top: 7px;
    color: #449dc0;
}
.pched .area .comp h2 {
    margin-top: 10px;
}

.pched .area .plan {
    margin-left: auto;
    align-self: flex-end;
    padding-bottom: 3px;
}
.pched .area .plan h3 {
    font-size: 2.5rem;
    letter-spacing: normal;
    line-height: 1;
    font-weight: bold;
    /*font-family: serif;*/
}
.pched .area .plan h3 span {
    color: #026baf;
    margin-right: 3px;
}
.pched .area .plan .txt {
    margin-top: 8px;
}
.pched .area .plan dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pched .area .plan dt {
    font-size: 1.5rem;
    line-height: 1;
    padding: 5px 3px;
    text-align: center;
    flex-shrink: 0;
    width: 70px;
    margin-right: 6px;
    background-color: #29b9dc;
    align-self: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
}
.pched .area .plan dd {
    font-size: 1.65rem;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    font-feature-settings: normal;
}
.pched .area .plan dd span {
    font-size: 1.4rem;
    line-height: 1.3;
}



/*  article レイアウト
===================================*/
article {
    position: relative;
    width: 100%;
    /*background: rgb(0,66,92);
    background: linear-gradient(180deg, rgba(0,66,92,1) 8%, rgba(55,156,215,1) 30%, rgba(255,255,255,1) 55%);*/
}
.widmin {
    margin-left: 10px;
    margin-right: 10px;
}

.slideon {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    min-height: 500px;
}

/*/// 可変版 ///
.sidebg {
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #f0f0f0;
}
.slmenu {
    flex-shrink: 0;
    width: 200px;
    height: auto;
    background-color: #f3f3f3;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.sidebar__inner {
    flex-shrink: 0;
    width: 200px;
    height: 100vh;
    height: calc(100vh - 212px);
}
*/
/*/// 固定版 ///*/
.slmenu {
    width: 250px;
    margin-top: 25px;
    margin-bottom: 90px;
}

.slbody.home {
    padding-left: 30px;
}
.slbody {
    width: calc(100% - 250px);
    margin-left: auto;
    padding-left: 30px;
    position: relative;
    padding-bottom: 90px;
}


/*/// slmenu ///*/
.slmenu ul {
    padding: 4px;
    overflow: hidden;
    border: 1px solid #5da1bc;
    background: rgb(34,176,215);
    background: linear-gradient(90deg, rgba(34,176,215,1) 22%, rgba(47,224,173,1) 100%);
}
.slmenu ul li {
    border-bottom: 1px solid #0998d1;
}
.slmenu ul li:last-of-type {
    border-bottom: 0;
}
.slmenu ul li a {
    font-size: 1.7rem;
    position: relative;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 6px;
    padding-right: 0;
    min-height: 70px;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: 400;
}
.slmenu ul li a i {
    font-size: 1.1rem;
    margin-right: 6px;
}
.slmenu ul li a small {
    font-weight: normal;
    font-size: 1.2rem;
}
.slmenu ul li a i.icon-home {
    font-size: 1.5rem;
    margin-left: 1px;
    margin-right: 6px;
}
.slmenu ul li a i.icon-navigation {
    transform: rotate(90deg);
}
.slmenu ul li a i.icon-arrow_forward {
    font-size: 1.5rem;
}

.slmenu ul li a i.kaku {
    font-size: 1.1rem;
    line-height: 1;
    background-color: #4db2f3;
    color: #fff;
    width: 10px;
    height: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 2px;
}
.slmenu ul li a:hover {
    /*background-color: #14b6da;*/
    background: rgb(255 255 255 / 30%);
    text-shadow: 
        #0185ac 1px 1px 1px, #0185ac -1px -1px 1px,
        #0185ac -1px 1px 1px, #0185ac 1px -1px 1px,
        #0185ac 0px 1px 1px, #0185ac 0-1px 1px,
        #0185ac -1px 0 1px, #0185ac 1px 0 1px;
}
.slmenu ul li a:hover i {
}
/*
.slmenu ul li.on a {
    background-color: #009cbe;
    color: #fdff16;
}
.slmenu ul li.on a i {
    color: #fdff16;
}
*/
.slmenu ul li.on a {
    background-color: #fff;
    color: #0185ac;
    pointer-events: none; 
}
.slmenu ul li.on a i {
    color: #0185ac;
}

.slmenu ul li a em {
    position: absolute;
    top: 6px;
    right: 4px;
    font-style: normal;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    letter-spacing: normal;
    background-color: #fff;
    color: #c70e0e;
    border-radius: 3px;
    padding: 3px 4px;
    font-weight: 600;
    text-shadow: none;
}
.slmenu ul li a:hover em {
    text-shadow: none;
}

.slmenu ul li.min a {
    font-size: 1.55rem;
}

.slmenu ul.two {
}
.slmenu ul.two .tai {
    background: #1179b2;
    margin: 0 -2px;
    margin-top: -1px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
}
.slmenu ul.two .tai i {
    font-size: 1.6rem;
    margin-right: 2px;
    margin-left: -10px;
}
.slmenu ul.two .tai span {
    font-size: 1.3rem;
    line-height: 1;
}

.slmenu ul.two li a {
    padding-top: 13px;
    padding-bottom: 13px;
}
.slmenu ul.two li a p {
    line-height: 1.15;
}
.slmenu ul.two li a span {
    font-size: 1.25rem;
    font-weight: normal;
}

.slmenu ul.two li a .mk {
    font-size: 1.25rem;
    line-height: 1;
    background: #fedd5e;
    padding: 3px 8px;
    margin-top: 4px;
    white-space: nowrap;
    font-weight: normal;
    color: #000;
    border-radius: 8px;
}

.slmenu ul.two li a:hover .mk {
    color: initial;
}

.slmenu ul.two li.not a {
    pointer-events: none; 
}
.slmenu ul.two li.not a .mk {
    background: #404040;
    color: #fff;
}

.slmenu ul li.not a {
    pointer-events: none;
    color: rgb(254 255 255 / 40%);
    font-weight: normal;
}
.slmenu ul li.not a i {
    color: rgb(254 255 255 / 0%);
}
.slmenu ul li.not.on a {
    background-color: rgb(254 255 255 / 40%);
}


/*/// 追加 20220618 ///*/
.slmenu ul.top {
    height: 90px;
    background: #ffffff;
    padding: 2px;
}
.slmenu ul.top li {
    height: 100%;
}
.slmenu ul.top li a {
    height: 100%;
    color: inherit;
    border: 1px solid #ca3c36;
    border-radius: 4px;
    padding: 0;
    display: table;
    width: 100%;
}
.slmenu ul.top li .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slmenu ul.top li .txt h3 {
    font-weight: 700;
    color: #bf150e;
}
.slmenu ul.top li .txt p {
    font-weight: 600;
    margin-top: 2px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    margin-bottom: -10px;
    display: inline-block;
    background-color: #164c78;
    border-radius: 20px;
    color: #fff;
    padding: 3px 15px;
}
.slmenu ul.top li a:hover {
    background-color: #fffc66;
}

.slmenu ul.toku {
    height: 90px;
}
.slmenu ul.toku li {
    height: 100%;
}
.slmenu ul.toku li a {
    font-size: 1.55rem;
    height: 100%;
    color: inherit;
    border-radius: 4px;
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fffc66;
    background-color: #fffc6d;
}
.slmenu ul.toku li .txt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slmenu ul.toku li .txt h3 {
    font-weight: 600;
}
.slmenu ul.toku li .txt p {
    font-weight: 500;
    margin-top: 3px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    margin-bottom: -10px;
    display: inline-block;
    background-color: #b48100;
    border-radius: 20px;
    color: #fff;
    padding: 5px 15px;
}
.slmenu ul.toku li a:hover {
    background-color: #f0597a;
    color: #fff;
}

.slmenu ul.inter {
    height: auto;
}
.slmenu ul.inter li {
    height: 100%;
}
.slmenu ul.inter li a {
    font-size: 1.55rem;
    color: inherit;
    height: 100%;
    border-radius: 4px;
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fffc66;
}
.slmenu ul.inter li .txt {
    text-align: center;
    padding: 10px 10px;
    padding-bottom: 7px;
}
.slmenu ul.inter li .txt h4 {
    position: relative;
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 1.2;
    background-color: #9b20bd;
    color: #fff;
    display: inline-block;
    padding: 5px 26px;
}
.slmenu ul.inter li .txt h5 {
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 600;
    margin-top: 4px;
    color: #5e0079;
}
.slmenu ul.inter li a:hover {
    background: #ffc6ea;
}
.slmenu ul.inter li a:hover .txt h5 {
    color: inherit;
}


/*/// 協賛 ///*/
.slmenu ol {
    text-align: center;
    margin-top: 25px;
}
.slmenu ol li {
    margin-top: 13px;
}
.slmenu ol li a {
    width: 100%;
    box-shadow: none;
}
.slmenu ol li a img {
    width: 100%;
}
.slmenu ol li a:hover {
    box-shadow: 0 2px 6px 1px #1ed89b;
}


/*/// 英語版リンク ///*/
.englink {
	margin-top: 20px;
}
.englink a {
	border-radius: 6px;
    margin: 0 10px;
    padding: 15px 20px;
    font-size: 1.5rem;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #026baf;
    font-family: serif;
    font-style: italic;
}
.englink a:hover {
	background-color: #076fb3;
    color: #fff;
}


/*/// アカウント情報の抹消 ///*/
.sidebg .btn-are {
    margin: inherit;
    margin-top: 20px;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.sidebg .txt-btx {
    font-size: 1.2rem;
    font-feature-settings : "palt";
    color: #777;
    margin-left: 15px;
}
.sidebg .txt-btx i {
    font-size: 1.8rem;
    color: #777;
}
.sidebg .txt-btx:hover {
    color: #085cb5;
}
.sidebg .txt-btx:hover i {
    color: #085cb5;
}


/*  footer
===================================*/
footer {
    position: relative;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
}
footer .area {
    position: relative;
    max-width: 1220px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.fot-comp {
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.fot-comp dl {
    margin: 0 20px;
}
.fot-comp dt {
    font-size: 1.55rem;
    line-height: 1;
    padding: 4px 5px;
    padding-left: 7px;
    display: inline-block;
    font-weight: 500;
    color: #0585ab;
    border-left: 4px solid #29b9dc;
}
.fot-comp dd {
    font-size: 1.35rem;
    line-height: 1.4;
    color: #444;
    margin-top: 5px;
}
.fot-comp dd p a {
    display: inline;
    color: #0585ab;
    box-shadow: none;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0585ab inset;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-size: 1.5rem;
    font-weight: bold;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #0585ab;
    font-weight: 500;
    line-height: 1.4;
}
.fot-comp dd li a i {
    color: #29b9dc;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0585ab inset;
}
.fot-copy {
    text-align: center;
    padding-bottom: 15px;
}
.fot-copy h6 {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #8d8d8d;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #29b9dc;
    color: #29b9dc;
    border-radius: 50%;
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #29b9dc;
    color: #fff;
}


/*  title-cover
=====================================*/
.title-cover {
    position: relative;
    width: 100%;
    height: 180px;
    background: rgb(82,182,236);
    background: linear-gradient(180deg, rgba(82,182,236,1) 25%, rgb(25 220 178) 100%);
}
.title-cover .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 180px;
    display: block;
    background-image: url(../img/main.png);
    background-position: top -60px center;
    background-repeat: no-repeat;
    background-size: 1200px;
}
.title-cover h3 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}


/*  title
=====================================*/
/* title-a */
.title-a {
    position: relative;
    padding-bottom: .3em;
    border-bottom: 3px solid #e2e2e2;
    font-size: 2.0rem;
    line-height: 1.2;
}
.title-a strong {
    color: #026baf;
    position: relative;
    padding: .4em 0 .5em .7em;
    border-left: 5px solid #107dc3;
    display: inline-block;
}

/* title-page */
.title-page {
    border-bottom: 1px solid #87cbdc;
}
.title-page .area {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 90px;
    border-left: 10px solid #4fb8e5;
}
.title-page .area h2 {
    font-size: 3.3rem;
    line-height: 1.2;
    padding-left: 18px;
    color: #0185ac;
    font-weight: 500;
}
.title-page .area h2 span {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
}
.title-page .area p {
    font-size: 1.5rem;
    margin-left: 15px;
}


.title-page .area a {
    margin-left: auto;
    margin-right: 20px;
}
.title-page .area a {
    height: 36px;
    font-size: 1.4rem;
    color: #222;
    border: 1px solid #e7c314;
    background-color: #ffe04a;
    min-width: 150px;
}
.title-page .area a i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.title-page .area a:hover {
    background-color: #ec7992;
    border: 1px solid #ec7992;
    color: #fff;
}

.title-page ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
}
.title-page ul.minus {
    margin-top: -5px;
}
/*
.title-page ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #f4b5b5;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
*/
.title-page ul li {
    margin: 0 8px;
    align-self: flex-end;
    z-index: 2;
}
.title-page ul li:first-of-type {
}

.title-page ul li a {
    position: relative;
    padding: 13px 13px;
    padding-bottom: 16px;
    line-height: 1;
    color: #666;
    font-size: 1.6rem;
    min-width: 140px;
    text-align: center;
    border: 2px solid #ccc;
    border-bottom: 0;
    font-weight: 600;
}
.title-page ul li a:hover {
    background-color: #e8e8e8;
    color: #115185;
}
.title-page ul li.on a {
    pointer-events: none;
    color: #fff;
    background-color: #2b76ad;
    border: 2px solid #2b76ad;
    border-bottom: 0;
}
/*
.title-page ul li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #387ebe;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% / 1);
}*/

/* title-sub */
.title-sub {
    border-bottom: 3px solid #41454a;
    padding: 23px 20px;
}
.title-sub h3 {
    font-size: 2.1rem;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/* title-user */
.title-user {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.title-user:before {
    content: "";
    width: 6px;
    height: 50px;
    background-color: #0155a0;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #0155a0;
}

/* title-nav */
.title-nav {
    position: relative;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #e8e8e8;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}
.title-nav li {
    margin: 0 8px;
}
.title-nav li:first-of-type {
    margin-left: 0;
}

.title-nav li a {
    position: relative;
    padding: 0 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #888;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #0155a0;
}

.title-nav li.on {
    pointer-events: none; 
}
.title-nav li.on a {
    color: #222222;
    background-color: #deeef9;
}
.title-nav li.on a:hover {
    background: none;
}
.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #107dc3;
    bottom: 0px;
    width: calc(100% /1 - 0px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}


/* 404 not found
=====================================*/
.notfound {
    text-align: center;
}
.notfound p {
    font-size: 3.0rem;
    line-height: 2.0;
    font-family: serif;
    letter-spacing: 0.03em;
    padding-top: 150px;
    text-align: center;
}


/* 追加　2022.10.30
=====================================*/
.slmenu ul.award {
}
.slmenu ul.award {
    height: 90px;
}
.slmenu ul.award li {
    height: 100%;
}
.slmenu ul.award li a {
    position: relative;
    letter-spacing: normal;
    height: 100%;
    background-color: #FFFFFF;
    padding-left: 15px;
}
.slmenu ul.award li a .pho {
    position: absolute;
    bottom: -10px;
    right: 10px;
    width: 70px;
}
.slmenu ul.award li a .txt {
    z-index: 2;
}
.slmenu ul.award li a .txt h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 1.45rem;
    color: #d50000;
    text-shadow:
        #ffffff 1px 1px 3px, #ffffff -1px -1px 3px,
        #ffffff -1px 1px 3px, #ffffff 1px -1px 3px,
        #ffffff 0px 1px 3px, #ffffff 0-1px 3px;
}
.slmenu ul.award li a .txt h4 {
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
    font-weight: bold;
    font-size: 1.85rem;
    line-height: 1;
    margin-top: 8px;
    color: initial;
}
.slmenu ul.award li a:hover {
    background-color: #ca3c36;
    color: #fff;
}
.slmenu ul.award li a:hover h3,
.slmenu ul.award li a:hover h4 {
    color: #fff;
    text-shadow:none;
}


/* 追加　2022.11.18
=====================================*/
.slmenu ul.social {
}
.slmenu ul.social {
    height: 90px;
    padding: 0;
    border: 4px solid #154c78;
}
.slmenu ul.social li {
    height: 100%;
}
.slmenu ul.social li a {
    position: relative;
    letter-spacing: normal;
    height: 100%;
    background-color: #FFFFFF;
    display: block;
    padding: 0;
}
.slmenu ul.social li a .pho {
    position: absolute;
    bottom: -13px;
    left: 14px;
    width: 110px;
    z-index: 1;
}
.slmenu ul.social li a .txt {
    z-index: 2;
    text-align: center;
    position: relative;
    padding-top: 15px;
}
.slmenu ul.social li a .txt h3 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.6rem;
    color: initial;
}
.slmenu ul.social li a .txt h4 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #d50000;
    text-align: right;
    padding-right: 33px;
    padding-top: 3px;
}
.slmenu ul.social {
   	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.slmenu ul.social:hover {
    border: 4px solid #ca3c36;
    box-shadow: 0 0 13px 3px #fff;
}
















       
        
        
        



        
        
        
        
        
