@charset "utf-8";

/*   Common
******************************************/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}

body,html{
	min-width:1160px;
}

html {
	font-size: 62.5%; /*62.5%を指定すると「1.0 rem = 10px*/
}

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dt,dd,label {
    margin: 0;
    padding: 0;
}

body {
    font-family: knowledge-medium,Arial,sans-serif;
}

button, input, optgroup, select, textarea, ul, ol, li, dl, dt, dd {
	font-family: knowledge-medium,Arial,sans-serif;
	font-size: 1.5rem;
}
body {
	font-size: 1.5rem;
	line-height: 1.6;
	word-wrap: break-word;
	background-color: #FFFFFF;
	color: #222222;
    
	width: 100%;
	position:relative;
	-webkit-backface-visibility:hidden;/*チラ対策*/
	backface-visibility:hidden;/*チラ対策*/
    word-break: break-word;/*英語改行*/
}

article, section {
    position: relative;
}

ul, ol {
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}

dl, dt, dd, li{
	font-weight:normal;
    line-height: 1.6;
}

img {
    max-width: 100%;
    max-height: 100%;
	image-rendering: auto;
	border:none;
	vertical-align:bottom;
	display: block;
    -webkit-backface-visibility: hidden;
}

input, textarea, select {
    font: inherit;
}

span {
    display: inline-block;
}

i {
    display: block;
    font-style: normal;
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
	font-weight:normal;
	letter-spacing:normal;
}

/* text */
input::-ms-clear {
	visibility: hidden;
    display: none;
}

/* password */
input::-ms-reveal {
	visibility: hidden;
    display: none;
}


@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/*///// clearfix /////*/
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content: '';
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}


/*///// Page fade /////
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/

.wrbky,
.wrbody {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*//////// LINK ////////*/
*:focus {
	outline: none;
}
a {
    color: #222222;
	outline: none;
    cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	display: block;
}

 /*オンマウス
a:hover {
	color: #303030;
	outline: none;
	text-decoration: none;
}*/
 /*クリック中
a:active {
	color: #303030;
	outline: none;
	text-decoration: none;
}*/
 /*未訪問
a:link {
	color: #303030;
}*/
 /*訪問済み
a:visited {
	color: #303030;
}*/
a:focus {
	text-decoration: none;
	outline: none;
}




/*///// font-weight normal /////*/
.fotnr {
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}


/*   bace
******************************************/
.mg-no {
    margin: 0 !important;
}
.pt-no {
    padding: 0 !important;
}

/*///// padding-top /////*/
.t-zo {padding-top:0px;}
.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t25 {padding-top:25px;}
.t30 {padding-top:30px;}
.t35 {padding-top:35px;}
.t40 {padding-top:40px;}
.t45 {padding-top:45px;}
.t50 {padding-top:50px;}
.t55 {padding-top:55px;}
.t60 {padding-top:60px;}
.t65 {padding-top:65px;}
.t70 {padding-top:70px;}
.t75 {padding-top:75px;}
.t80 {padding-top:80px;}
.t85 {padding-top:85px;}
.t90 {padding-top:90px;}
.t95 {padding-top:95px;}
.t100 {padding-top:100px;}

/*///// padding-bottom /////*/
.b-zo {padding-bottom:0px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:15px;}
.b20 {padding-bottom:20px;}
.b25 {padding-bottom:25px;}
.b30 {padding-bottom:30px;}
.b35 {padding-bottom:35px;}
.b40 {padding-bottom:40px;}
.b45 {padding-bottom:45px;}
.b50 {padding-bottom:50px;}
.b55 {padding-bottom:55px;}
.b60 {padding-bottom:60px;}
.b65 {padding-bottom:65px;}
.b70 {padding-bottom:70px;}
.b75 {padding-bottom:75px;}
.b80 {padding-bottom:80px;}
.b85 {padding-bottom:85px;}
.b90 {padding-bottom:90px;}
.b95 {padding-bottom:95px;}
.b100 {padding-bottom:100px;}

/*///// padding-right /////*/
.r-zo {padding-right:0;}
.r5 {padding-right:5px;}
.r10 {padding-right:10px;}
.r15 {padding-right:15px;}
.r20 {padding-right:20px;}
.r25 {padding-right:25px;}
.r30 {padding-right:30px;}
.r35 {padding-right:35px;}
.r40 {padding-right:40px;}
.r45 {padding-right:45px;}
.r50 {padding-right:50px;}
.r55 {padding-right:55px;}
.r60 {padding-right:60px;}
.r65 {padding-right:65px;}
.r70 {padding-right:70px;}
.r75 {padding-right:75px;}
.r80 {padding-right:80px;}
.r85 {padding-right:85px;}
.r90 {padding-right:90px;}
.r95 {padding-right:95px;}
.r100 {padding-right:100px;}

/*///// padding-left /////*/
.l-zo {padding-left:0;}
.l5 {padding-left:5px;}
.l10 {padding-left:10px;}
.l15 {padding-left:15px;}
.l20 {padding-left:20px;}
.l25 {padding-left:25px;}
.l30 {padding-left:30px;}
.l35 {padding-left:35px;}
.l40 {padding-left:40px;}
.l45 {padding-left:45px;}
.l50 {padding-left:50px;}
.l55 {padding-left:55px;}
.l60 {padding-left:60px;}
.l65 {padding-left:65px;}
.l70 {padding-left:70px;}
.l75 {padding-left:75px;}
.l80 {padding-left:80px;}
.l85 {padding-left:85px;}
.l90 {padding-left:90px;}
.l95 {padding-left:95px;}
.l100 {padding-left:100px;}

/*///// margin-top /////*/
.mt-zo {margin-top:0;}
.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}

/*///// margin-bottom /////*/
.mb-zo {margin-bottom:0;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
.mb100 {margin-bottom:100px;}

/*///// margin-right /////*/
.mr-zo {margin-right:0;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}
.mr55 {margin-right:55px;}
.mr60 {margin-right:60px;}
.mr65 {margin-right:65px;}
.mr70 {margin-right:70px;}
.mr75 {margin-right:75px;}
.mr80 {margin-right:80px;}
.mr85 {margin-right:85px;}
.mr90 {margin-right:90px;}
.mr95 {margin-right:95px;}
.mr100 {margin-right:100px;}

/*///// margin-left /////*/
.ml-zo {margin-left:0;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}
.ml85 {margin-left:85px;}
.ml90 {margin-left:90px;}
.ml95 {margin-left:95px;}
.ml100 {margin-left:100px;}

/*///// spacing /////*/
.spxno {letter-spacing:normal!important;}
.spxe2 {letter-spacing:0.02em;}
.spxe3 {letter-spacing:0.03em;}
.spxe4 {letter-spacing:0.04em;}
.spxe5 {letter-spacing:0.05em;}
.spxe6 {letter-spacing:0.06em;}
.spxe7 {letter-spacing:0.07em;}
.spxe8 {letter-spacing:0.08em;}
.spxe9 {letter-spacing:0.09em;}
.spxe10 {letter-spacing:0.1em;}
.spxe15 {letter-spacing:0.15em;}
.spxe20 {letter-spacing:0.2em;}
.spxe25 {letter-spacing:0.25em;}
.spxe30 {letter-spacing:0.3em;}

/*///// color /////*/
.iro-orge {color:#f3a141 !important;}
.iro-red { color: #e0314b !important;}
.iro-purp {color:#a471ba !important;}
.iro-blue {color:#65b6cf !important;}
.iro-yelw {color:#f6bc0a !important;}
.iro-gren {color:#4aab5c !important;}
.iro-skin {color:#ef9872 !important;}
.iro-sky {color:#5cb7ad !important;}

/*///// margin マイナス /////*/
.mt-5 {margin-top:-5px;}
.mt-10 {margin-top:-10px;}


/*   ie9 message
******************************************/
.ie-mestxt {
	background-color: #de3d3f;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ie-mestxt p {
	max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}


/*   Sidebar
******************************************/
#content {
	/*min-height: 800px;*/
}

#sidebar {
	will-change: min-height;
}

#sidebar .sidebar__inner {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}


/*   input
******************************************/
input,
textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #bbb;
    background-color: #f6f6f6;
    padding: 5px 10px;
    font-size: inherit;
	border-radius: 3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
input.whi {
    background-color: #fff;
}
textarea {
    width: 100%;
	resize: vertical;
}
input {
    height: 35px;
    width: 100%;
}


/*   form focus
******************************************/
input:focus,
textarea:focus {
	background-color: #ffffff;
    border: 1px solid rgb(104 153 195 / 50%);
    box-shadow: 0 0 4px 0px rgb(12 121 216 / 60%);
}
input[type="button"]:focus {
    box-shadow: none;
}
input[type="file"]:focus,
input[type="checkbox"]:focus {
	border: none;
	background: none;
    box-shadow:none;
}


/*   file アップロード
******************************************/
input[type="file"] {
    background: none;
    border: none;
    max-width: none;
    width: auto;
    height: auto;
}
input[type="file"] {
    display: none;
}

.upbtn {
    width: auto;
}
.upbtn label {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #bbb;
    background-color: #f0f0f0;
    padding: 0 15px;
    border-radius: 30px;
    height: 36px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    min-width: 140px;
    background: linear-gradient(to bottom, #fdfbfb 0%, #e9e9e9 100%);
    box-shadow: inset 1px 1px 1px #fff;
    white-space: nowrap;
}
.upbtn label::after {
    /*content: "選択されていません";*/
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -130px;
    top: calc(50% - 10px);
    color: #333333;
}
.upbtn label.changed::after {
    content: "";
}
.upbtn label:hover {
    background: #2d5ea0;
    color: #fff;
    box-shadow: none;
}
.upbtn label:hover::after {
    color: #333333;
}


/*   form placeholder
******************************************/
.form :placeholder-shown {
	color: #999;
    font-size: 1.4rem;
}
.form ::-webkit-input-placeholder {
	color: #999;
    font-size: 1.4rem;
}
.form :-moz-placeholder {
	color: #999;
	opacity: 1;
    font-size: 1.4rem;
}
.form ::-moz-placeholder {
	color: #999;
	opacity: 1;
    font-size: 1.4rem;
}
.form :-ms-input-placeholder {
	color: #999;
    font-size: 1.4rem;
}


/*   checkbox
******************************************/
input[type="checkbox"] {
    display: none;
}
.fm-check {
}
.fm-check label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-check label p {
	line-height: 1.3;
}
.fm-check label::before,
.fm-check label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}
.fm-check label::before {
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #f4f4f4;
    border: 1px solid #bbb;
    border-radius: 3px;
}
.fm-check label::after {
    opacity: 0;
    top: 48%;
    left: 2px;
    width: 18px;
    height: 8px;
    margin-top: -9px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}
.fm-check label:hover::before {
    background: #fff;
}
input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-52deg) scale(1);
    transform: rotate(-52deg) scale(1);
}


/*   radio
******************************************/
input[type="radio"] {
    display: none;
}
.fm-radio {
}
.fm-radio label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
    white-space: nowrap;
}
.fm-radio label::before,
.fm-radio label::after {
    position: absolute;
    content: '';
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 50%;
    transform: translate(0, -50%);
}
.fm-radio label::before {
    left: 0;
    width: 20px;
    height: 20px;
    background: #f3f3f3;
    border: 1px solid #bbb;
}
.fm-radio label:hover::before {
    background: #fff;
}
.fm-radio label::after {
    opacity: 0;
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #3498db;
    -webkit-transform: scale(2);
    transform: scale(2);
}
input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #3498db;
}
input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*   select
******************************************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
    display: none;
}
.fm-select {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.4rem;
    overflow: hidden;
}
.fm-select:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #303030 transparent transparent transparent;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}
.fm-select select {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    background-color: #f8f8f8;
    padding-right: 30px;
    border: 1px solid #bbb;
    border-radius: 5px;
}


/*   error input
******************************************/
.has-error textarea {
    border: 1px solid #f13a19 !important;
}
.has-error input {
    border: 1px solid #f13a19 !important;
}
.has-error label::before {
    border: 1px solid #f13a19 !important;
}
.has-error select {
    border: 1px solid #f13a19 !important;
}
.has-error .tox .tox-sidebar-wrap {
    border: 1px solid #f13a19 !important;
}


/* textarea
*************************************/
textarea.type1 {
    min-height: 100px;
}
textarea.type1_5 {
    min-height: 150px;
}
textarea.type2 {
    min-height: 200px;
}
textarea.type2_5 {
    min-height: 250px;
}
textarea.type3 {
    min-height: 300px;
}
textarea.type3_5 {
    min-height: 350px;
}
textarea.type4 {
    min-height: 400px;
}
textarea.type4_5 {
    min-height: 450px;
}
textarea.type5 {
    min-height: 500px;
}


/*  scrollbar
******************************************/
/* width */
.privacy::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.privacy::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.privacy::-webkit-scrollbar-thumb {
  background: #aaa; 
}

/* Handle on hover */
.privacy::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* pannav
*************************************/
.pannav {
	position: relative;
    background-color: #e5e5e5;
}
.pannav ul {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pannav ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pannav ul li:last-of-type a {
    color: #151144;
}
.pannav ul > li + li:before {
    content: "／";
    color: #a1a1a1;
    margin: 0 8px;
    line-height: 1;
    font-size: 1.3rem;
}
.pannav ul li {
    font-size: 1.2rem;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
}
.pannav ul li a {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    color: #777;
    text-decoration: none;
}
.pannav ul li a i {
    font-size: 1.1rem;
    margin-right: 2px;
}
.pannav ul li a:hover {
	color: #151144;
}
.pannav ul li.active {
    color: #777;
}

@media screen and (max-width: 575px) {
    
    .pannav ul {
        padding: 7px 6px;
    }
    .pannav ul > li + li:before {
        margin: 0 4px;
        font-size: 1.2rem;
    }
    
}


/*   number
******************************************/
.number-box {
	text-align:center;
	padding-top: 60px;
}
.number {
	display:inline-block;
}
.number .pagination {
    display: -webkit-flex;
    display: flex;
}
.number .pagination li {
	padding: 0 3px;
}
.number .pagination li a {
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    line-height: 1;
    border: 1px solid #ccc;
	border-radius: 2px;
    font-size: 1.4rem;
}
.number .pagination li a i {
    color: #666;
}
.number .pagination li a span {
}

.number .pagination li a.on {
    border: 1px solid #151144;
	background-color: #151144;
	color: #fff;
}

.number .pagination li a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #151144;
}

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

    .number .pagination li a {
        width: 30px;
        height: 35px;
    }
    .number-are {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
}


/*   below-are
******************************************/
.below-are {
	max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.below-are.ue {
	padding-top: 30px;
}

.below {
	max-width: 800px;
    display: block;
    margin: 0 auto;
    height: 42px;
}
.below ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
}
.below li {
}
.below li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #bbb;
    height: 42px;
    padding: 0 35px;
	border-radius: 2px;
    font-size: 1.35rem;
}
.below li a span {
    letter-spacing: 0.05em;
}
.below li.lef {
    position: absolute;
    top: 0;
    left: 0;
}
.below li.lef a {
    padding-left: 10px;
    padding-right: 25px;
}
.below li.lef a i {
}
.below li.lef a span {
}

.below li.rig {
    position: absolute;
    top: 0;
    right: 0;
}
.below li.rig a {
    padding-right: 10px;
    padding-left: 25px;
}
.below li.rig a i {
}
.below li.rig a span {
}

.below li.ctr {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.below li.ctr a:hover {
    background-color: #0055d6;
    color: #fff;
}

.below li.lef a:hover:before,
.below li.rig a:hover:before {
	content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #0055d6;
}

@media screen and (max-width: 767px) {
    
    .below li a span {
        display: block;
    }
    .below li a span.smt {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    
    .below-are {
        padding-top: 20px;
    }
    .below li.lef a i {
        width: 20px;
    }
    .below li.lef a {
        padding-left: 0;
        padding-right: 5px;
    }
    .below li a {
        position: relative;
        padding: 0 10px;
    }
    .below li.rig a {
        padding-left: 5px;
        padding-right: 0;
    }
    .below li a span {
        display: none;
    }
    .below li a span.smt {
        display: block;
    }

}






