@charset "UTF-8";

/*CSSDocument*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* html body base
===============================================================*/

/*font-family: "Oswald", sans-serif;*/
/*
html ----------------------------------------------------------*/
/*

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}
*/

/* 表示・非表示 */
.pc_only{display: block;}
.pc_tab_only{display: block;}
.tab_only{display: none;}
.sp_tab_only{display: none;}
.sp_only{display: none;}

@media screen and (max-width: 960px){
	.pc_only{display: none;}
	.pc_tab_only{display: block;}
	.tab_only{display: block;}
	.sp_tab_only{display: block;}
	.sp_only{display: none;}
}

@media screen and (max-width: 640px){
	.pc_only{display: none;}
	.pc_tab_only{display: none;}
	.tab_only{display: none;}
	.sp_tab_only{display: block;}
	.sp_only{display: block;}
}

/*
html ----------------------------------------------------------*/
.snsLink_area{margin: 30px 0 0;}
.snsLink_area ul{display: flex; flex-wrap: wrap;}
.snsLink_area ul li{width: calc(100% / 5); padding: 0 10px; box-sizing: border-box;}
.snsLink_area ul li a{display: block;}




/* body base
===============================================================*/
.flex{display: flex; flex-wrap: wrap;}

#header{position: fixed;z-index: 9000;top: 23px; right: 20px;}
.header_inner{align-items: center;height: 100%; padding: 0;}
.h_cvBtn {margin-left: auto;}
.h_cvBtn_item {width: 13.3vw;}
.h_cvBtn_item:nth-child(n+3) {margin-left: 20px;}
.h_cvBtn_item a {position: relative;display: block;background: #000;border: 3px solid #000;font-size: clamp(18px, .9vw, 18px);font-weight: 500; color: #FFF;
	height: 54px;display: flex;align-items: center;justify-content: center;border-radius: 5px;}
.h_cvBtn_item a:after {
	content: "";position: absolute;top: 50%;right: 10px;width: 8px;height: 8px;
	border-top: 2px solid #FFF;border-right: 2px solid #FFF;transform: translateY(-50%) rotate(45deg);
}
.h_cvBtn_item a img.arrow {display: none;}
.h_cvBtn_item.contact a{}
.h_cvBtn_item.request a{background: #fff; color: #000;}
.h_cvBtn_item.request a:after{border-color: #000;}
.h_cvBtn_item.tel {display: none;}

@media screen and (max-width: 1240px){
  #header{top: auto; bottom: 0; right: 0; width: 100%;}
  .header_inner{align-items: center;height: 100%; padding: 0; display: block; width: 100%;}
	.h_cvBtn {width: 100%;position: fixed;bottom: 0;left: 0;z-index: 99;}
  .h_cvBtn .l-headerTel{width: calc(100% / 2); padding: 0;}
  .h_cvBtn_item.contact{display: none;}
  .h_cvBtn_item.session{display: none;}
  .h_cvBtn_item:nth-child(n+3) {margin-left: 0;}
	.h_cvBtn_item {width: calc(100% / 2); padding: 0; height: 60px; box-sizing: border-box;}
	.h_cvBtn_item a {border-radius: inherit; height: 100%;}
  .h_cvBtn_item a img.arrow {display: block; width: 9px; margin-right: 10px;}
  .h_cvBtn_item.request a{background: #000; color: #fff;}
  .h_cvBtn_item.request a::after{display: none; border-color: #fff;}
	.h_cvBtn_item.contact {position: fixed;top: 10px;right: 10px;width: 130px;}
	.h_cvBtn_item.contact a {height: 40px;}
	
	.h_cvBtn_item.tel {display: block;}
	.h_cvBtn_item.tel a {position: relative;display: /*block;background: #000;border: 3px solid #000;*/ block;background: #555;border: 3px solid #555; font-size: clamp(12px, .9vw, 18px);font-weight: 500;
		height: 60px;display: flex;align-items: center;justify-content: center; width: 100%; box-sizing: border-box;}
	.h_cvBtn_item.tel  a:after {
		display: none;
		content: "";position: absolute;top: 50%;right: 10px;width: 8px;height: 8px;
		border-top: 2px solid #FFF;border-right: 2px solid #FFF;transform: translateY(-50%) rotate(45deg);
	}
	.page-top .l-headerTelNum a svg ,
	.l-headerTelNum a svg {max-width: 120px; width: 80%;}
	.l-headerTelNum a path, .l-headerTelNum a .st0,
	.page-top .l-headerTelNum a path, .page-top .l-headerTelNum a .st0{fill: #FFF !important;}
	.h_cvBtn_item.tel .l-headerTel__txt {
		display: none;
	}
	
}




/* body base
===============================================================*/



.l-headerOuter {
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.l-headerMenu {
	
}
.l-headerMenuTitle{
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.1;
	text-align: left;
	margin-bottom: 50px;
}
.l-headerMenuBtn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  top: 15px;
  left: 15px;
  /*background: #fff;*/
  height: 70px;
  width: 70px;
  cursor: pointer;
  z-index: 10000;
}
.l-headerMenuBtnInner,
.l-headerMenuBtnInner span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.l-headerMenuBtnInner {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  appearance: none;
  background-image: url(../images/common/icon_bars.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
	filter: brightness(0) invert(0);
}
.l-headerMenuBtn.is-open .l-headerMenuBtnInner{background-image: url(../images/common/icon_xmark.svg);}

.l-headerTel {
  /*display: flex;
  align-items: flex-end;
  align-self: center;*/
  padding: 0 10px;
  margin: 0;
}
.l-headerTel.pc_btn{display: block;}
.l-headerTel.sp_btn{display: none;}
@media screen and (max-width: 1240px){
  .l-headerTel.pc_btn{display: none;}
  .l-headerTel.sp_btn{display: block;}
}

.l-headerTelNum {
/*
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
*/
}
.l-headerTelNum a {
  /*width: clamp(100px, 12.5vw, 240px);*/
  width: 100%;
  display: block;
  line-height: 1px;
}
.l-headerTelNum a path ,
.l-headerTelNum a .st0 {
  fill:#FFF !important;
}
.l-headerTel__txt {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin: 5px 0;
  color: #FFF;
  text-align: center;
}
.page-top .l-headerTelNum a path ,
.page-top .l-headerTelNum a .st0 {
  fill:#000 !important;
}
.page-top .l-headerTel__txt {
  color: #000;
}
@media screen and (max-width: 1240px){
  .l-headerTel {
		width: calc(100% / 3);
		border-right: 1px solid #FFF;
		box-sizing: border-box;
	}
	.l-headerTelNum {
		width: 100%;
	}
	.l-headerTel a {position: relative;display: /*block;background: #000;border: 3px solid #000;*/ block;background: #555;border: 3px solid #555; font-size: clamp(18px, .9vw, 18px);font-weight: 500;
		height: 60px;display: flex;align-items: center;justify-content: center; width: 100%; box-sizing: border-box;}
	.l-headerTel a:after {
		display: none;
		content: "";position: absolute;top: 50%;right: 10px;width: 8px;height: 8px;
		border-top: 2px solid #FFF;border-right: 2px solid #FFF;transform: translateY(-50%) rotate(45deg);
	}
  .l-headerTel.sp_btn a{background: #07B53A; border-color: #07B53A; color: #ffffff;}
  .l-headerTel.sp_btn a img.arrow { width: 9px; margin-right: 10px;}
	.page-top .l-headerTelNum a svg ,
	.l-headerTelNum a svg {max-width: 120px; width: 80%;}
	.l-headerTelNum a path, .l-headerTelNum a .st0,
	.page-top .l-headerTelNum a path, .page-top .l-headerTelNum a .st0{fill: #FFF !important;}
	.l-headerTel .l-headerTel__txt {
		display: none;
	}
}
@media screen and (max-width: 960px){
	.l-headerMenuTitle {
		font-size: 24px;margin-bottom: 25px;
	}
  /*.l-headerMenuBtn{width: 60px; height: 60px; top: 10px;}*/
	.l-headerMenuBtn{width: 40px; height: 40px; top: 5px; right: 5px;}
  .l-headerMenuBtnInner{width: 25px; height: 25px;}
}

@media screen and (max-width: 640px){
}
.l-headerBanner {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .l-headerBanner {
    margin-bottom: 15px;
  }
}



body {
  transition: all 0.4s ease-out;
}
body.is-menuOpen {
  overflow: hidden;
  /*left: -600px;*/
}
body.is-menuOpen .l-headerOuter {
  /*left: -600px;*/
}
body.is-menuOpen .l-headerMenu {
  /*right: 0;*/
	opacity: 1;
  visibility: visible;
}

.l-headerMenu {
	opacity: 0;
	visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
	left: 0;
  height: 100vh;
  background: rgba(255,255,255,1);
  border-top: none;
  border-bottom: none;
  padding: 120px 0 100px 0;
  box-sizing: border-box;
  transition: all 0.6s;
  overflow-y: scroll;
  z-index: 9000;
}
.l-headerMenuInner {
  padding: 0 75px;
}
.l-headerMenuFrame {
  display: grid;
	/*grid-template-columns: 75% 21%;*/
	grid-template-columns: 1fr 340px;
	column-gap: 4%;
}
.l-headerLink {
  display: grid;
 	grid-template-columns: 55% 41%;
	column-gap: 4%;
	/*row-gap: 30px;*/
}
.l-headerLinkList {
  
}
.l-headerLinkList li {
  font-size: clamp(12px, 1.3vw, 24px);
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
.l-headerLinkList li:nth-of-type(n + 2) {
  margin-top: 30px;
}
.l-headerAction {
	
}
.l-headerActionList{
	
}
.l-headerActionList li {
	font-size: clamp(10px, 1vw, 18px);
	line-height: 1.5;
	font-weight: 600;
	text-align: left;
	margin-top: 35px;
}
.l-headerActionList li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.l-headerMenuRequest {
  margin-top: 40px;
}
a.l-headerMenuRequest__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: #FFF;
  background: #D22A19;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 0 1px 0;
}
a.l-headerMenuRequest__btn span {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  body.is-menuOpen {
    /*left: -400px;*/
  }
  body.is-menuOpen .l-headerOuter {
    /*left: -400px;*/
  }
  .l-headerMenu {
    /*width: 400px;
    right: -400px;*/
		padding: 30px 0 100px 0;
  }
  .l-headerMenuInner {
    padding: 0 45px;
  }
	.l-headerLinkList:nth-of-type(n + 2){
		margin-top: 15px;
	}
  /*.l-headerLinkList li {
    font-size: 20px;
  }*/
  .l-headerLinkList li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .l-headerMenuRequest {
    margin-top: 42px;
  }
  a.l-headerMenuRequest__btn {
    height: 60px;
    font-size: 24px;
  }
	.l-headerActionList li {
		text-align: center;
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {
  body.is-menuOpen {
    /*left: -300px;*/
  }
  body.is-menuOpen .l-headerOuter {
    /*left: -300px;*/
  }
  .l-headerMenu {
    /*width: 300px;
    right: -300px;*/
  }
  .l-headerMenuInner {
    padding: 0 25px;
  }
	.l-headerMenuFrame {
		grid-template-columns: 100%;
	}
	.l-headerLink {
		grid-template-columns: 100%;
	}
  /*.l-headerLinkList li {
    font-size: 16px;
  }*/
  .l-headerLinkList li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
	.l-headerAction {
		margin-top: 25px;
	}
  .l-headerMenuRequest {
    margin-top: 25px;
  }
  a.l-headerMenuRequest__btn {
    /*height: 50px;
    font-size: 16px;
    padding: 0 0 1px 0;*/
  }
}


.l-headerMenuFrame2 {
  display: flex;
  justify-content: space-between;
}
.l-headerMenuFrame2List {
  width: calc(100% - 380px);
  display: flex;
  justify-content: space-between;
}
.l-headerMenuFrame2Col1 {
  width: calc(33.33% - 15px);
  box-sizing: border-box;
}
.l-headerMenuFrame2Col2 {
  width: calc(66.67% - 15px);
  display: flex;
  justify-content: space-between;
}
.l-headerMenuFrame2Col3 {
  width: calc(50% - 15px);
}
.l-headerMenuFrame2Col4 {
  width: calc(50% - 15px);
}
.l-headerAction2 {
  width: 340px;
}
.l-headerLink2__title {
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}
.l-headerLink2List {
  text-align: left;
}
.l-headerLink2List li {
  font-size: 16px;
  line-height: 1.4;
}
.l-headerLink2List li + li {
  margin-top: 20px;
}
.l-headerLink2List li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
}
.l-headerLink2List li a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  background-image: url(../images/common/icon_chevron-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.l-headerLink2List + .l-headerLink2__title {
  margin-top: 60px;
}
.l-headerMenu2Request {
  margin-bottom: 20px;
}
.l-headerAction3 {
  display: none;
}

.l-headerLink2List > ul + ul,
.l-headerLink2List > li + ul,
.l-headerLink2List > ul + li{margin-top: 30px;}
.l-headerLink2List > ul > li{padding-left:20px;}
.l-headerLink2List > ul > li > span{display: block; margin-left: -20px; font-weight: 700; color: #a7a5a5;}

@media screen and (max-width: 1200px) {
  .l-headerMenuFrame2List {
    width: calc(100% - 280px);
  }
  .l-headerMenuFrame2Col1 {
    width: calc(50% - 15px);
  }
  .l-headerMenuFrame2Col2 {
    width: calc(50% - 15px);
    display: block;
  }
  .l-headerMenuFrame2Col3 {
    width: 100%;
  }
  .l-headerMenuFrame2Col4 {
    margin-top: 60px;
    width: 100%;
  }
  .l-headerAction2 {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .l-headerMenuFrame2List {
    display: block;
  }
  .l-headerMenuFrame2Col1 {
    width: 100%;
  }
  .l-headerMenuFrame2Col2 {
    width: 100%;
    margin-top: 60px;
  }
  .l-headerAction2 {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerMenuFrame2 {
    display: block;
  }
  .l-headerMenuFrame2List {
    width: 100%;
    display: block;
  }
  .l-headerMenuFrame2Col1 {
    width: 100%;
  }
  .l-headerMenuFrame2Col2 {
    margin-top: 30px;
    width: 100%;
    display: block;
  }
  .l-headerMenuFrame2Col3 {
    width: 100%;
  }
  .l-headerMenuFrame2Col4 {
    margin-top: 30px;
    width: 100%;
  }
  .l-headerAction2 {
    width: 100%;
    margin-top: 40px;
  }
  .l-headerLink2__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .l-headerLink2List {
  }
  .l-headerLink2List li {
    font-size: 12px;
  }
  .l-headerLink2List li + li {
    margin-top: 10px;
  }
  .l-headerLink2List li a {
    padding: 0 0 0 13px;
  }
  .l-headerLink2List li a:before {
    width: 6px;
    height: 10px;
    top: 3px;
  }
  .l-headerLink2List + .l-headerLink2__title {
    margin-top: 30px;
  }
  .l-headerMenu2Request {
    margin-bottom: 15px;
  }
  .l-headerMenu2Request +   .l-headerLink2List li {
    text-align: center;
  }
  .l-headerAction2 .l-headerBanner {
    display: none;
  }
  .l-headerAction3 {
    display: block;
    margin-bottom: 40px;
  }
}


/*footer*/
.l-footer {
}
.l-footerMain {
  background: #4E4E4E;
  padding: 0 50px;
}
.l-footerMainWrap {
  max-width: 1820px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 90px 0 60px;
}
.l-footerSideContents {
	width: 300px;
}
.l-footerMain__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footerMain__logoImg {
  width: 24.215548%;
}
.l-footerMain__logo3 {
	margin-top: 40px;
	text-align: left;
}
.l-footerMain__logo3 img {
	max-width: 245px;
}
.l-footerMain__logo3 p {
	color: #fff;
	margin-top: 15px;
	font-size: 15px;
}
.l-footerMain__name {
  width: 69.540636%;
	filter: brightness(0) invert(1);
}
.l-footerMain__name img {
	width: 100%;
}

.l-footerMainContents {
  width: calc(100% - 365px);
  display: flex;
  justify-content: space-between;
}
.l-footerMainMenu {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 239px);
}
.l-footerLink2__title {
	text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}
.l-footerLink2__title,
.l-footerLink2__title a {color: #fff;}
.l-footerMainMenuList {
  text-align: left;
}
.l-footerMainMenuList + .l-footerLink2__title {margin-top: 60px;}
.l-footerMainMenuList li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.l-footerMainMenuList li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.l-footerMainMenuList li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
.l-footerMainMenuList li a:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 12px;
	background-image: url(../images/common/icon_chevron-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
	filter: brightness(0) invert(1);
}

.l-footerMainMenuList > ul + ul,
.l-footerMainMenuList > li + ul,
.l-footerMainMenuList > ul + li{margin-top: 30px;}
.l-footerMainMenuList > ul > li{padding-left:20px;}
.l-footerMainMenuList > ul > li > span{display: block; margin-left: -20px; font-weight: 700; color:#bebdbd;}
 

.l-footerMainMenuBox1 {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.l-footerMainMenuBox2 {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.l-footerMainMenuBox3 {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  /**margin-top: 40px;*/
}
.l-footerMainRequest {
  width: 239px;
}
.l-footerMainRequest .basic {margin-bottom: 15px;}
.l-footerMainRequest .basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  height: 67px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.l-footerCopy {
  background: #000000;
  color: #FFF;
  padding: 15px 20px 18px;
}
.l-footerCopy__txt {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (max-width: 1350px) {
  .l-footerMainMenuBox1 {
    width: 50%;
    padding-right: 40px;
  }
  .l-footerMainMenuBox2 {
    width: 50%;
  }
  .l-footerMainMenuBox3 {
    width: 100%;
  }
  .l-footerMainMenuBox3 + .l-footerMainMenuBox3 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 1240px) {
	.l-footerCopy {margin-bottom: 60px;}
}
@media screen and (max-width: 1200px) {
  .l-footerMainContents {
    display: block;
  }
  .l-footerMainMenu {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .l-footerSideContents {
  }
  .l-footerMainContents {
  }
}
@media screen and (max-width: 768px) {
  .l-footerMain {
    padding: 0 24px;
  }
  .l-footerMainWrap {
    display: block;
    padding: 60px 0 60px;
  }
	.l-footerSideContents {
		width: 260px;
    margin: 0 auto;
  }
	.l-footerMain__logo3 p {
		font-size: 13px;
	}

  .l-footerMainContents {
    width: 100%;
    margin-top: 40px;
  }
  .l-footerMainMenu {
  }
	.l-footerLink2__title {
		font-size: 15px;
		margin-bottom: 12px;
	}
  .l-footerMainMenuList {
  }
	.l-footerMainMenuList + .l-footerLink2__title {
		margin-top: 40px;
	}
  .l-footerMainMenuList li {
    font-size: 13px;
  }
  .l-footerMainMenuList li:nth-of-type(n + 2) {
  }
  .l-footerMainMenuList li a {
		font-size: 12px;
  }
  .l-footerMainMenuBox1 {
    width: 100%;
    padding: 0;
  }
  .l-footerMainMenuBox2 {
    width: 100%;
		padding: 0;
		margin-top: 40px;
  }
  .l-footerMainMenuBox3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
		margin-top: 40px;
  }
  .l-footerMainMenuBox3 + .l-footerMainMenuBox3 {
    margin-top: 0px;
  }
  .l-footerMainRequest {
    width: 100%;
    margin: 0 auto;
  }
  .l-footerMainRequest .basic a {
    height: 60px;
    font-size: 16px;
  }
  .l-footerCopy {
    padding: 15px 24px 18px;
  }
  .l-footerCopy__txt {
    font-size: 14px;
  }
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.class_experience{text-align: center; margin: 20px 0 0;}
.class_experience a{color: #d22a19; font-size: 16px; font-weight: 700; padding-left: 20px; text-decoration: underline;
  background-image: url(/wp/wp-content/themes/sac-ac/assets/images/common/icon_chevron-right.svg);
  background-repeat: no-repeat;
  background-position: left top 9px;
  background-size: 8px;
}

@media (min-width: 768px) {
  #menu_freedial { display: none !important; }
}