/* ================================
  E&C 2021
  MB→PC min-width:768px
================================ */

@import url(https://use.fontawesome.com/releases/v5.0.11/css/all.css);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap');



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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', Roboto, "Helvetica", "Arial", "メイリオ", "Meiryo", sans-serif;
/*  font-family:'Roboto', "Helvetica", "Arial", "メイリオ", "Meiryo", sans-serif;  */
  font-size: 16px;
/*  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  letter-spacing: 0.05em;
}

main {
  display: block; /* IE11 */
}

html, body, h1, h2, h3, h4, p, table, th, td, dd, nav ul, nav li, footer ul, footer li, figcaption, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
  margin: 0;
  padding: 10px 0 0 18px;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
}
nav ul a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 10px 0 0;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

i {
  margin-right: 6px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden; /*GCぼやけ対策*/
}

a {
  transition: all 0.3s ease;
  color: #231815;
}

a img {
  border: none;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

br {
  letter-spacing: 0;
}

figcaption {
  padding-top: 3px;
  font-size: 12px;
  text-align: left;
}

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

footer {
  padding-top: 60px;
}

small {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  font-size: 11px;
}

label {
  cursor: pointer;
}

input, textarea, select {
  font: 100%;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
input::-webkit-input-placeholder, input::placeholder, textarea::placeholder {
  font-size: 16px;
}

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

  a:active, a:active img {
    opacity: 0.6;
  }

}

@media screen and (min-width: 768px), print {

  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  a:hover, a:hover img {
    opacity: 0.6;
  }

  figcaption {
    padding-top: 5px;
    text-align: right;
  }

}

/* -------------------------------- 
  etc
-------------------------------- */

.taC {text-align: center !important;}
.taR {text-align: right !important;}
.taL {text-align: left !important;}
.fRed {color: #c00;}

/* flex */
.flexSec,
.flexSecSb {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flexSecSb {
  justify-content: space-between;
}

.fzS{
  font-size: 85%;
}



/* -------------------------------- 
  common
-------------------------------- */

/* 背面スクロール対策 */
html.bodyFixed, body.bodyFixed {
  height: 100%;
  overflow: hidden;
}

#wrap {
  overflow: hidden;
}




/* -------------------------------- 
  header
-------------------------------- */
header{
  background-color: #fff;
  height: 70px;
/*  border-bottom: #ccc solid 1px;*/
}

#hdrSec {
position: relative;
width: auto;
margin: 0 4%;
}

#headerLogo{
  padding-top: 15px;
  width: 250px;
}

#headerLogo h1{
  font-size: 0;
}

#headerLogo img{
  max-width: inherit;
  width: 100%;
}

.headerTel{
  list-style-type: none;
  position: absolute;
  top:25px;
  right: 50px;
  padding: 0;
}

.headerTel li{
  display: inline-block;
  margin-right: 4px;
}

.headerTel li a i{
  color: #0077c9;
  font-size: 135%;
}



#htMb{
  display:block;

}

#htPc{
  display: none;
}

li.ml a img{
vertical-align: middle;
  margin-right: 5px;
  width: 18px;
} 


@media screen and (min-width: 768px), print {
  
header{
  height: 90px;
  z-index: 10;
  min-width: 1280px;
}  
  #hdrSec {
margin: 0 0 0 15px;
    display: flex;
    justify-content: space-between;
}
  
  
#htMb{
  display: none;
}


.headerTel {
  top: 25px;
  right: 20px;
} 
  
.headerTel li{
margin-right: 0;
  margin-left: 25px;
} 
  
  .headerTel li a{
    text-decoration: none;
  }
  .headerTel li.ml{
     margin-top: -8px;   
  }  
  
  .headerTel li.ml a{
    background-color: #0077c9;
    padding: 8px 15px;
    display: block;
    color: #fff;
  white-space: nowrap;
    font-size: 100%;
  }  
  
  #menu li.ml{
    margin-top: 0;
  }  

  
#menu li.ml a{
     background:url("../img_common/hd_bg2.jpg") left top no-repeat; 
    color: #fff;  
      padding:30px 12px 17px;
  font-size: 100%;
  }
  
#menu li.tlNm a{
      padding:32px 12px 18px;
  font-size: 100%;
  }    
  
li.ml a img{
margin: 0 auto 18px;
  display: block;
  width: 36px;
  } 
  
li.tlNm a img{
    display: block;
    margin: 0 auto 15px;
  }    
  
  
li.tlNm {
color:  #0077c9;
text-align: center;
  background:url("../img_common/hd_bg1.jpg") left top no-repeat;
  background-size: cover;
margin-top: 0 !important;  
} 
  
  li.tlNm span{
    padding:30px 13px 10px;
    display: block;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
   font-weight: 600; 
    color: #000;
    font-size: 130%;
    white-space: nowrap;  
  }
  
 li.tlNm span img {
    vertical-align: middle;
   display: block;
   margin: 0 auto 15px;
  }
  
  header.fixed{
    border-bottom: #ddd solid 1px;
  }  
  
.fixed #hdrSec {
margin: 0 0 0 15px;
} 
  
.fixed .headerTel {
  right: 20px;
  top: 15px;
}
  
.fixed #headerLogo {
    padding-top: 15px;
  padding-bottom: 5px;
} 
  
.fixed #menu li.tlNm,
.fixed #menu li.ml  {
    margin-top: -25px !important;
  }  
  
.fixed li.tlNm span {
    padding: 15px 10px 6px;
    font-size: 100%;
}  
  
.fixed li.tlNm span img {
width: 18px;
    margin: 0 auto 10px;
}  
  
.fixed #menu li.ml a {
    padding: 15px 10px 11px;
    font-size: 90%;
}  
  
.fixed li.ml a img {
    width: 18px;
    margin: 0 auto 10px;  
}
  
.fixed #menu li.tlNm a {
    padding: 15px 10px 11px;
    font-size: 90%;
}  
  
.fixed li.tlNm a img {
    width: 18px;
    margin: 0 auto 10px;  
}  
  
}



/* -------------------------------- 
  nav
-------------------------------- */

#gNavi{
/*  background-color: #000;
  margin-top: -44px;*/
/*margin-left: 380px;*/
/*  min-width: 840px;*/
}

/* -------------------------------- 
  footer
-------------------------------- */
footer{
  background-color: #000000;
  padding: 30px 15px 15px;
}

  #footerIn{

  }  

#footerAddress{
  text-align: center;
  color: #fff;
}

footer br{
  display: block;
}

footer a{
color: #fff;
}

.ftLogo{
  text-align: center;
  margin: 0 auto 15px;
}

#footerAddress .cpNm{
  display: block;
  font-size: 150%;
  letter-spacing: 0.1em;
}

#footerLinks {
  margin: 30px 0 20px;
}

#footerLinks ul{
  margin: 0 0 0 4%;

  display: inline-block;
  vertical-align: top;
}

#footerLinks ul.f1{

}

#footerLinks ul li{
margin-bottom: 0.5em;
}

#footerLinks ul li a{
  display: block;
  font-weight: normal;
  font-size: 96%;
    color: #fff;  
}

#footerLinks ul li a:before {
    content: "-";
  margin-right: 2px;
}

#footerLinks ul li a span{
  font-size: 75%;
  color: #999;display: inline-block;
  vertical-align:2px;
  margin-right: 5px;
}

footer small{
color: #999;
}

@media screen and (min-width: 768px), print {
  
footer {
    padding: 60px 0 30px;
}  
  
#footerIn{
width: 1120px;
margin: 0 auto;
display: flex;
padding-bottom: 50px;
}  

#footerAddress{
text-align: left;
width:40%;
color: #fff;
}  

#footerAddress .ftLogo{
margin-right: 15px;
}  
  
#footerAddress .ftLogo {
  vertical-align: bottom;

}  
  
#footerLinks {
  width: 60%;
    margin: 0 0 0;
  display: flex;
  justify-content:space-between;
}  
  

  
#footerLinks ul {
  margin-right: 1%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
} 
  
#footerLinks ul.f2{

}    
  
#footerLinks ul li {
margin-bottom: 1em;
}  
  
  #footerLinks ul li a{
    font-size: 96%;

  } 
  

}


/* -------------------------------- 
  index
-------------------------------- */

@media screen and (min-width: 768px), print {}



/* -------------------------------- 
  優先調整
-------------------------------- */

@media screen and (max-width: 767px) {
  .pcOn {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mbOn {
    display: none;
  }
}


/*hdfix------------------------------*/

header.fixed {
  position: fixed;
  top:0;
	background-color: rgba(255,255,255,0.8);
  width: 100%; 
  height: 75px;
  z-index: 50;
}

header.fixed #gNavi {
    margin-top: 25px;
}

.headerTel li {

}

@media screen and (min-width:767px),print{
header.fixed + main{
  margin-top: 90px;
}
  
.headerTel li {
    margin-left: 15px;
}  
  
}

/************ページ下お問合せ**********************/

.conT{
	background-image:url("../img_common/bg_contact.jpg");
  background-position:  center center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 30px 0 0;
}

.conTin{
  background-color: #fff;
  margin: 0 10%;
  padding: 30px;
}

.conT .tTx{
margin-bottom: 1em;
text-align: center;
padding: 0;
font-size: 100%;
font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  
font-weight:600;
align-items: center;
display: flex;
/*justify-content: center;*/
}

.conT .tTx::before,
.conT .tTx::after {
  background-color: #102753;
  content: "";
flex-grow: 1;  
  height: 2px;
  width: 30px;
}
.conT .tTx::before {
  margin-right: 15px; /* 文字との余白 */
}
.conT .tTx::after {
  margin-left: 15px; /* 文字との余白 */
}


.listCon {
  margin: 0;
  padding: 0;
	width: auto;
	clear: both;
	text-align: center;
  list-style-type: none;
  border-bottom: #102753 solid 2px;
}
	
.listCon li {
    width: 100%;
  margin: 0 0 20px;
}


.listCon li i {
    margin-right: 0.2em;
	vertical-align: -3px;
	font-size: 145%;
}

.listCon li.tlTb a,
.listCon li.tlTb span,
.listCon li.faxTb span{
background-color: #fff;
display: block;
color: #000;
line-height: 2.8;  
text-decoration: none;
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  
}

.listCon li.tlTb a{
  border: #333 solid 1px;
}

.listCon li.tlTb a:before,
.listCon li.tlTb span:before{
content:'';
width: 30px;
height: 30px;
background-image: url("../img_common/mkc_tel.png");
  background-size: cover;
display: inline-block;
  vertical-align: middle;
}


.listCon li.mlBtn a {
	display: block;
	background-color:#011c73;
  color: #fff;
border: #000 solid 1px;

	width: 100%;
	margin: 0 auto;
	text-decoration: none;
	line-height: 2.8;
	padding: 0 1em;
	    transition: 0.5s;
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  
}

.listCon li.mlBtn a:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.listCon li.faxTb span:before{
content:'';
width: 36px;
height: 36px;
background-image: url("../img_common/mkc_fax.png");
  background-size: cover;
display: inline-block;
  vertical-align: middle;
}


@media screen and (min-width:767px), print{
  
  .conT{
    background-size: cover;
      padding: 60px 0 0; 
  }
  
  
.conT .tTx {
   font-size: 32px;
  margin-bottom: 1.5em;
}  
  
  
.listCon {
    clear: both;
    margin: 1em auto;
    text-align: center;
  display: flex;
  justify-content: space-between;
}  
  
.conTin {
    padding: 60px 60px 30px;
  max-width: 1120px;
  margin: 0 auto;
}  
  
.listCon li{
	font-size: 18px;
	width: 32%;
	text-align: center;
  margin-bottom: 40px;
}  
  
.listCon li.tlTb{  
	font-size: 22px;	
  vertical-align: middle;
}
  
.listCon li.mlBtn a{  
  padding: 5px 0;

} 
  
.listCon li.tlTb span,  
.listCon li.faxTb span{
font-size: 30px;
line-height: 2;
}    
  
.listCon li.tlTb span:before,  
.listCon li.faxTb span:before{
width: 72px;
height: 72px;
}  
  
}


/*------------------------------------------------
   pageTop
------------------------------------------------*/

#pgtop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
}
#pgtop a {
text-decoration: none;
padding: 0;
text-align: center;
display: block;
  width: 32px;
  height:78px;
  background: url("../img_common/pagetop.png") right bottom no-repeat;
  background-size: cover;
}


		@media print, screen and (min-width: 768px){
    #pgtop {
    right: 20px;
    }
    #pgtop a{
  width: 64px;
  height:156px;
    }
		}

/*-------パンくずリスト---------*/


.pan{
  display: block;
}

.pan ul{
	margin-right: auto;
	text-align: left;
}

.pan a {
    text-decoration: none;
    display: block;
    margin-right: 5px;
    padding-right: 20px;
  background: url("../img_common/arr_p.png") no-repeat right center;
}

.pan li {
    letter-spacing: 0.04em;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    font-size: 14px;  
  margin-bottom: 0;
    *zoom: 1;
}

.pan li a:hover{
	text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  
.pan ul{
width: 1120px;
margin: 0 auto;
  padding-left: 0;
}

}

/*-------コンテンツ内---------*/
.secBox01{
  margin-top: 60px;
}

.secBox01:first-of-type{
  margin-top: 30px;
}

.secBox01:last-of-type{
  margin-bottom: 60px;
}

.conteBox{
  margin: 0 4%;
}

.conteMbox{
  margin: 0 4%;
  background-color: #fff;
  padding:10px 15px 0;
}

.conteSbox {
    margin: 0 4%;
}


.titBox{
  background-size: 960px;
  background-color: #011c73;
  background-image: url("../img_common/ttlbg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.titWp{
    display: flex;
    align-items: center;
  height: 100px;
}

.mainTit {
color: #fff;
margin-bottom: 0;
font-size: 170%;
text-align: center;
line-height: 1.6;
font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 600;
letter-spacing: 0.08em; 
position: relative;
width: 100%;
}

.mainTit .pgCateTtl {
font-size: 50%;
display:block;
margin: 0 auto;
padding: 3px 0;
font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 600;
color: #000;
background-color: #fff; 
width: 30%;
}

.conteTtl_en{
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.conteTtl01{
  line-height: 1.8; 
  font-size: 21px;
  margin-bottom: 20px;
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;  
  position: relative;
   border-bottom: solid 2px #b6b6b6;
}

.conteTtl01:before{
    border-bottom:#011c73 solid 2px;
  content: "";
  width: 30%;
  position: absolute;
  top: 100%;
  left:0;
}

.conteLead {
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    font-size: 20px;
  line-height: 1.8;
}


@media print, screen and (min-width: 768px) {
  
.titBox{
  background-size: cover;
}  
  
.secBox01{
  margin-top: 100px;
}

.secBox01:last-of-type{
  margin-bottom: 100px;
}
  
.conteBox{
  width: 1120px;
  margin: 0 auto;
}
  
.conteMbox{
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
}  
  
.conteMbox:before{
position: absolute;
    background-color: #fff;
    width: 65px;
    height: 100%;
    top: 0;
    right: 100%;
    content: "";
    z-index: 0;
} 
  
.conteMbox:after{
position: absolute;
    background-color: #fff;
    width:65px;
    height: 100%;
    top: 0;
    left: 100%;
    content: "";
    z-index: 0;
}    
  
  
.conteBox:after {
	content: ""; 
	display: block; 
	clear: both;
}

 
.conteSbox {
    max-width: 960px;
    margin: 0 auto;
}   
  
.titWp{
  height: 270px;
}  
  
.mainTit {
font-size: 54px;
} 
  
.mainTit .pgCateTtl{
    width: 210px;
  }  

  
.conteTtl_en{
font-size: 24px;
}  
  
.conteTtl01{
  font-size: 30px;
    margin-bottom: 40px;
}  
  
.conteTtl01:before {
    width: 30%;

} 
  
.conteLead {
    font-size: 22px;
}  

  
}

/*-----メイン3Pコンテンツ---*/
/*-----活用メリット---*/

#merit{
  background-image: url("../reverseengineering/img/bg_middle.jpg");
  background-position:  center top ;
  background-repeat: no-repeat;
  padding-top: 50px;
  background-size:200%;
}

.meritBx{
  margin-top: 40px;
}

.meritBx h3{
  margin-top: 1em;
  border-left: #011c73 solid 4px;
  padding-left:0.5em;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  
#merit{
  background-size:contain;  
  padding-top: 100px;  
}  
  
.meritWp{
  display: flex;
  justify-content: space-between;
flex-wrap:wrap;  
  margin-top: -40px;
}

.meritBx{
width: 46.5%;
  margin-top: 60px;
}
  
}


/*-----QandA---*/

.qaList{
  margin-top: 20px;
}

.qaList dl{
  margin: 0;
  padding: 0;
}

.qaList dt{
  background-color: #d7def5;
  padding: 10px;
  margin-bottom: 15px;

}

.qaList dt p,
.qaList dd p{
  margin-left: 1.6em; 
text-indent: -1.6em; 
padding: 0;
}

.qaList dt p span,
.qaList dd p span{
  font-size: 130%;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-right: 0.5em;
}

  
.qaList dd{
  margin-bottom: 35px;
  padding: 10px 0 10px 10px;   
  display: flex;
  justify-content: space-between;
}

.qaList dd img{
  width:25%;
  margin-left: 12px;
}

@media print, screen and (min-width: 768px) {
  
 .qaList{
    display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
   margin-top: 40px;
} 
  
.qaList dl{
  width: 47%;
}  
  
}

/*-----注意事項---*/

#notice{
  background-image: url("../img_common/bg_notice.jpg");
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
  padding: 40px 0;
}

.listNotice{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.listNotice li{
  margin-bottom: 2em;
}

.listNotice li .nm{
display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #011c73;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin-right: 0.5em;
  float: left;
  font-size: 130%;
}

.listNotice li p{
  padding: 0;
  margin-left: 45px;
}

@media print, screen and (min-width: 768px) {
  
#notice{
  padding: 80px 0 40px;
}  
  
  .listNotice li{
  margin-bottom: 3em;
}
  
.listNotice li p{
  padding: 0;
  margin-left: 60px;
}  
  
}


/*-----注意事項---*/

.flowWp .flowBx{
position: relative;
}

.flowWp .flowBx:before{
 content: '';
  width:2px;
  height: 100%;
  background-color:  #011c73;
  position: absolute;
  top: 0;
  left: 9px; 
}

.flowWp .flowBx ul {
  list-style-type: none;
  margin:25px 0;
  padding: 0;
}

.flowWp .flowBx ul:before{

}

.flowWp .flowBx li{
  display: flex;
  position: relative;
  padding-left:7%;
  margin-bottom: 15px;
}

.flowWp .flowBx li:before{
content: '';
  position: absolute;
  top: 24px;
  left:9px;
  width:10%;
  height: 1px;
  background-color:  #011c73; 
}

.flowWp .flowBx li:after{
content: '';
  background: url("../img_common/hex.png") left top no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: 0;
}

.flowWp .flowBx li .nm {
  display: inline-block;
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 180%;
  font-style: italic;
  color: #011c73;
  margin-left: 1em;
  
}

.flowWp .flowBx li dl{
  display: inline-block;
  margin:10px 0 0 1.5em;
}

.flowWp .flowBx li dt{
  font-weight: bold;
}

.flowWp .flowBx li dd{}

.flowWp .imgBx{
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .flowWp{
  display: flex;
  justify-content: space-between;

}
  
.flowWp .flowBx{
  width: 60%;
}  
  
.flowWp .flowBx li:before{
  width:50px;

}  
  
  .flowWp .flowBx li {
    margin-bottom: 24px;
  }  
  
.flowWp .flowBx li dl{
  display: flex;
  margin:10px 0 0 2.5em;
}
  
.flowWp .flowBx li dt{
width: 130px;

}

.flowWp .imgBx{
  margin:0;
}
  
}


/*-----コンテンツ内アンカー---*/

.anc{
  list-style-type: none;
  margin: 60px 4% 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.anc li{
width: 48%;
margin: 15px 0 0;  
}

.anc li a{
  text-decoration: none;
  display: block;
  padding: 0.6em;
  background-color: #fff;
  border: #34498f solid 1px;
}

.anc li a:after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight:600;
  color: #34498f;
  float: right;

}



@media screen and (min-width:767px){
.anc{
  width: 1120px;
  margin: 45px auto 0;
  text-align: center;

}  
  
.anc li{
  display: inline-block;
font-size: 15px;
  width: 23%;
} 
  
  .anc li a{
    padding: 18px;
  }  

}



