@charset "utf-8";
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, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
form{margin:0; padding:0;}
table{border-collapse:collapse;}
th{font-style: normal; font-weight: normal;}
address{font-style:normal;}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.8;
	color: rgba(49,49,49,1.00);
}
body div {display: block; }
address{font-style:normal;}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
main{line-height: 1.8;}
ol li{
margin-left: 2em;
}
p{
	padding: 1em 0;
	width: auto;
}
.caption{font-size: 84%;}
hr{
	border:none;
	border-bottom: 1px solid #ccc;
	margin: 2em 0;
	height: 1px;
}
a{
	text-decoration: none;
	transition: ease 0.2s;
	color: rgba(87,116,160,1.00);
}
a.no-link{
	pointer-events: none;
}
a:hover{
	color: #3594E3;
	text-decoration: none;
}
ul.normal_ul{
	padding: 0 0 1em 2em;
}
em{background-color: rgba(253,255,191,0.80); font-style: normal;}

/*----------------------------------------------------------

MENU UNIT HEADER

----------------------------------------------------------*/
.header{
	border-top:5px solid #4daacc;
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	background: url("../images/head-aec.png") no-repeat center top #fff;
	background-size: 1000px;
	z-index: 10;
}
.header .inner{
	height: 65px;
	width: 1000px;
	margin: 0 auto;
	/* [disabled]position: relative; */
}
.printlogo{display: none;}
h1.logo{
	width: 140px;
	background: url("../images/pacvoice-logo.svg") no-repeat center bottom;
	background-size: contain;
	height: 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
}
h1.logo a{display: block;}
/*--Hamburger-*/
.hamburger {
	display: block;
	position: fixed;
	right: 64px;
	top: 4px;
	width: 66px;
	height: 66px;
	cursor: pointer;
	z-index: 3100;
	background-color: #4daacc;
	transition: 0.4s;
}
.hamburger:hover{	background-color: rgba(63,131,173,1.00);}
.ham_line {
 position: absolute;
 width: 40px;
 height: 3px;
	left: 14px;
	background-color: #fff;
}
.ham_line1 { top: 19px; transition: 0.2s;}
.ham_line2 { top: 31px; transition: 0.2s;}
.ham_line3 { top: 43px; transition: 0.2s;}
.open .ham_line{	 background-color: #fff !important;}
.open .ham_line1 {
	-webkit-transform: rotate(220deg);
  transform: rotate(225deg);
  top: 32px;
}
.open .ham_line2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.open .ham_line3 {
 opacity: 0;
}
nav.hnav{
	position: fixed;
	border-radius: inherit;
	font-family: 'Noto Serif JP', serif;
	opacity: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	top: 5px;
	padding: 30px 2% 30px;
	background-color:#F7F6F3;
	transition: all 0.5s;
	overflow-y: auto;
	z-index: 3099;
}
.open .hnav {
	padding-left: 15px;
	opacity: 1;
	right: 0px;
}
.hnav ul{
	display: block;
	padding: 60px 30px 0;
}
.hnav ul li a{
	display: block;
	margin: 10px 0;
	vertical-align: middle;
	text-align: center;
	padding: 8px 0 15px;
	color: #067eb3;
	font-size: 16px;
	font-weight: 600;
	border-bottom: #b4b4b4 1px solid;
}
.hnav ul li:nth-child(8) a {
	border-bottom: none;
}
.menu-inq a{
	display: block;
	color: #fff;
	width: 100%;
	background-color: #4daacc;
	font-size: 16px;
	border-bottom: none;
	padding: 15px 0;
	margin: 30px 0 0;
	text-align: center;
	transition: 0.3s;
}
.menu-inq a:hover{
	background-color: rgba(63,131,173,1.00);
}
.hnav-logo{
	background: url("../images/pacvoice-logo.svg") no-repeat;
	width: 130px;
	height: 60px;
	margin: 40px auto 0;
}
.hnav ul li a::after {
  display: none;
}
.hnav ul li a:hover{
	color: rgba(155,155,155,1.00);
}
.hnav ul li a:hover::after {
 transform: none;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
/*-----------------------------------lang-*/
.lang{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 70px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: absolute;
	top:0;
	right: 130px;
	background-color: #2384a8;
}
.lang-j{
	background-color: #2384a8;
}
.lang-e{
	background-color: #97cde5;
}
body.en .lang-j:hover{
	background-color: #33BCF9;
}
.lang-e:hover{
	background-color: #33BCF9;
}
body.en .lang-j{
	background-color: #97cde5;
}
body.en .lang-e{
	background-color: #2384a8;
}
.lang-j a{	color: #fff;	display: block;	padding: 5px 0 5px; height: 23px;}
.lang-e a{	color: #fff;	display: block;	padding: 4px 0 5px; height: 23px;}

/*----------------------------------------------------------

FOOTER

----------------------------------------------------------*/
.footer{
	width: 100%;
	background-color: #a7d4e8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding: 50px 0 0;
	color: #0f4989;
}
.footer .inner{
	width:1000px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.foot-logo{
	width: 100%;
	border-bottom: 1px solid #79a4c0;
	padding-bottom: 15px;
}
.foot-logo a{
	width: 220px;
	height: 50px;
	display: block;
	background: url("../images/pacvoice-logo-footer.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.foot-logo a:hover{
	opacity: 0.7;
}
.footer-subinner{
	display: flex;
	justify-content: space-between;
}
.footer .inner address{
	display: block;
	font-size: 12px;
	padding: 15px 0 0 0;
	width: 45%;
}
.footer .inner address strong{
	font-size: 16px;
}
.footnav{
	width: 45%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.footnav ul.must-sect{ font-size: 14px; padding-right: 10px;}
.footnav ul{font-size: 13px;}
.footnav ul li a{color: #0f4989;}
.footnav ul li a:hover{text-decoration: underline;}
.footnav ul li a:before{content: '▶'; font-size: 10px; padding-right: 5px;}
.footnav ul.must-sect li a:before{ font-size: 12px;}
.copy{
	font-family: Arial, Helvetica, "sans-serif"; font-size: 12px;
	padding: 20px 0;
	text-align: center;
}
.pagetop a{
	width: 53px;
	display: block;
	font-size: 11px;
	text-align: center;
	color: #0f4989;
	padding: 10px 5px 10px 5px;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: -46px;
	transition: 0.2s;
	z-index: 1900;
	border-radius: 10px 10px 0 0;
	background-color: #a7d4e8;
}
.pagetop a:hover{
	opacity: 1;
	top: -62px;
}
.pagetop a span{
	font-size: 38px;
	text-align: center;
	display: block;
	border-right: #0f4989 1px solid;
	border-left: #0f4989 1px solid;
}
.foot-social{padding: 15px 0 0;}
.foot-social a{
	color: #77a3c7;
 transition: 0.3s;
}
.foot-social a:hover{
	color: #3973A6;
}
.foot-social a span{ font-size: 42px; padding-right: 10px;}
.links{
	display: flex;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 11px;
	text-align: center;
	padding: 50px 0 20px;
}
.links img{width: 82%; display: block; margin: 0 auto 10px; transition: ease .3s;}
.links img:hover{opacity: .6;}
.link01{padding-top: 5px;}
.link02{}
.link03{margin: 0 10px;}
.link04{}


/*----------------------------------------------------------

MENU UNIT HEADER / max-width: 1024px

----------------------------------------------------------*/
@media screen and (max-width: 1024px) {
.header{
	border-top:5px solid #4daacc;
	background-size: 700px;
}
.header .inner{
	height: 59px;
	width: 100%;
}
h1.logo{
	width: 130px;
	background-size: contain;
	height: 50px;
	padding: 0;
}
h1.logo a{display: block;}
/*--Hamburger-*/
.hamburger {
	right: 0px;
	top: 4px;
	width: 60px;
	height: 60px;
}
.hamburger:hover { background-color: #4DAACC;}
.ham_line {
 position: absolute;
 width: 38px;
 height: 3px;
	left: 11px;
}
.ham_line1 { top: 17px;}
.ham_line2 { top: 29px;}
.ham_line3 { top: 40px;}
.open .ham_line1 {top: 29px;}
nav.hnav{
	right: -400px;
	width: 400px;
	height: 100vh;
	top: 5px;
	padding: 25px 2% 30px;
	background-color:#F7F6F3;
}
.open .hnav {
	padding-left: 15px;
}
.hnav ul{
	padding: 60px 30px 0;
}
.hnav ul li a{
	margin: 8px 0;
	text-align: center;
	padding: 6px 0 10px;
	font-size: 15px;
}
.menu-inq a{
}
.menu-inq a:hover{
	background-color: rgba(63,131,173,1.00);
}
.hnav-logo{
	background: url("../images/pacvoice-logo.svg") no-repeat;
	width: 130px;
	height: 60px;
	margin: 40px auto 0;
}
.hnav ul li a:hover{
}
.black-bg {
}
.open .black-bg {
}
/*-----------------------------------lang-*/
.lang{
	width: 70px;
	font-size: 12px;
	right: 60px;
}
.lang-e a{padding: 3px 0 4px; height: 22px;}
.lang-j a{padding: 4px 0 4px; height: 22px;}
}
/*----------------------------------------------------------

FOOTER / max-width: 1024px

----------------------------------------------------------*/
@media screen and (max-width: 1024px) {
.footer{
	padding: 30px 0 0;
}
.footer .inner{
	width:96%;
	margin: 0 auto;
}
.foot-logo{
	padding-bottom: 10px;
}
.foot-logo a{
	width: 180px;
	height: 40px;
}
.footer .inner address{
	width: 60%;
}
.footer .inner address strong{
	font-size: 16px;
}
.footnav{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.footnav ul.must-sect{ font-size: 12px; padding-right: 10px;}
.footnav ul{font-size: 12px;}
.footnav ul li a:before{content: '▶'; font-size: 9px; padding-right: 4px;}
.footnav ul.must-sect li a:before{ font-size: 12px;}

.pagetop a{
	width: 53px;
	font-size: 11px;
	padding: 0 5px 5px 5px;
	right: 0;
	top: -30px;
}
.pagetop a:hover{
	top: -35px;
}
.pagetop a span{
/*	font-size: 38px;
	text-align: center;
	display: block;
	border-right: #0f4989 1px solid;
	border-left: #0f4989 1px solid;*/
}
.foot-social{padding: 15px 0 0;}
.foot-social a{
	color: #77a3c7;
 transition: 0.3s;
}
.foot-social a:hover{
	color: #3973A6;
}
.foot-social a span{ font-size: 32px; padding-right: 10px;}
}
/*----------------------------------------------------------

MENU UNIT HEADER / max-width: 639px

----------------------------------------------------------*/
@media screen and (max-width: 639px) {
.header{
	border-top:4px solid #4daacc;
	background-size: 400px;
}
.header .inner{
	height: 54px;
	width: 100%;
}
h1.logo{
	width: 130px;
	background-size: contain;
	height: 40px;
	padding: 0;
	margin: 0 0 0 20px;
}
h1.logo a{display: block;}
/*--Hamburger-*/
.hamburger {
	right: 0px;
	top: 3px;
	width: 56px;
	height: 55px;
}
.ham_line {
 position: absolute;
 width: 38px;
 height: 3px;
	left: 11px;
}
.ham_line1 { top: 13px;}
.ham_line2 { top: 25px;}
.ham_line3 { top: 36px;}
.open .ham_line1 {top: 26px;}
nav.hnav{
	right: -100%;
	width: 100%;
	height: 100vh;
	top: 4px;
	padding: 25px 2% 30px;
}
.hnav ul{
	box-sizing: border-box;
	padding: 60px 30px 0;
}
.hnav ul li a{
}
.hnav-logo{
	background: url("../images/pacvoice-logo.svg") no-repeat;
	width: 130px;
	height: 60px;
	margin: 40px auto 0;
	transition: 0.4s;
}
.hnav ul li a:hover{
}
.black-bg {
}
.open .black-bg {
}
/*-----------------------------------lang-*/
.lang{
	width: 65px;
	font-size: 12px;
	right: 55px;
}
.lang-e a{padding: 3px 0 4px; height: 20px;}
.lang-j a{padding: 3px 0 4px; height: 20px;}
}
/*----------------------------------------------------------

FOOTER / max-width: 639px

----------------------------------------------------------*/
@media screen and (max-width: 639px) {
.footer .inner{
	width:96%;
	margin: 0 auto;
}
.foot-logo{
	padding-bottom: 10px;
}
.foot-logo a{
	width: 180px;
	height: 40px;
}
.footer .inner address{
	width: 90%;
}
.footer .inner address strong{
	font-size: 16px;
}
.footnav{
	display: none;
}
.pagetop a{
	width: 53px;
	font-size: 11px;
	padding: 0 5px 5px 5px;
	right: 0;
	top: -30px;
}
.pagetop a:hover{
	top: -35px;
}
.pagetop a span{
/*	font-size: 38px;
	text-align: center;
	display: block;
	border-right: #0f4989 1px solid;
	border-left: #0f4989 1px solid;*/
}
.foot-social{padding: 15px 0 0;}
.foot-social a{
	color: #77a3c7;
 transition: 0.3s;
}
.foot-social a:hover{
	color: #3973A6;
}
.foot-social a span{ font-size: 32px; padding-right: 10px;}
}

/*----------------------------------------------------------

CONTENT

----------------------------------------------------------*/
main{
}
h1{}
h2{
	text-align: center;
	font-size: 24px;
	padding: 1.8em 0;
}
h2 span{
	display: block;
	font-size: 14px;
	font-weight: 200;
}
/*---------------------btn-*/
a.btn {
	display: block;
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 10px 0;
	border: #4676b1 1px solid;
	color: #4676b1;
	cursor: pointer;
	position: relative;
 overflow: hidden;
 z-index: 1;
}
a.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(202,223,239,1.00);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn::after{
	content: '\ea3c';
	font-family: 'icomoon';
	margin-left: 5px;
}
a.btn:hover::before {
	transform: translateX(0);
}
.btn2{
	padding:25px 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.btn2 a.btn{
	padding: 8px 0;
	margin: 10px 0 0 0;
}

/*---------------------sec-*/
.sec01{}
.sec02{ background: #e4f0f7;}
.sec03{ background: #f1f7f9;}

section .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}
section.actor .inner{
	width: 1100px;
	margin: 0 auto;
	padding: 70px 0;
}
.trace + .inner{
	padding: 20px 0 70px;}
.trace + section .inner{
	padding: 20px 0 70px;
}
.trace{
	display: flex;
	justify-content: flex-end;
	width: 1000px;
	margin: 12px auto;
}
.trace a{
	background-color: #dbedf3;
	display: inline-block;
	padding: 1px 10px 0;
	border-radius: 15px;
	font-size: 13px;
	color: #666666;
	margin-left: 10px;
}
.trace a:before{
	content: '\ea40';
	font-family: 'icomoon';
	padding-right: 5px;
}
.trace a:hover{
	background-color: #A0D6E8;
}
.title-border{
/*	margin-top: 40px;*/
	width: 100%;
	height: 32vh;
	overflow: hidden;
	border-bottom: 5px solid #D00407;
}
.title-border.navyline{
	border-bottom: 5px solid #246EA7;
}
.title-border.blueline{
	border-bottom: 5px solid rgba(170,208,243,1.00);
}
.title-border.yellowline{
	border-bottom: 5px solid #FFC71B;
}
.title-border.greenline{
	border-bottom: 5px solid #30AB33;
}
.title-border img{
	object-fit: cover;
	width: 100%;
	height: 32vh;
	object-position: 100% 50%;
}
.title-border-over{
	display: block;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 32vh;
	background-image: url("../images/dot.png");
}
.title-border.other {
		height: 22vh;
}
.title-border.other img {
		height: 22vh;
}
.title-border.other .title-border-over{
		height: 22vh;
}
.title-border .inner{
	position: relative;
	width: 100%;
}
.title-border .inner .title-img{
	position: absolute;
	top: 12vh;
	width: 96%;
	text-align: center;
	height: auto;
	color: #fff;
	padding: 0 2%;
}
.title-img h1{	
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
}
.title-border.other .inner .title-img{
	top: 6vh;
}
.inner .title-img span,
.title-border .inner p{
	margin-top: 0;
	display: block;
	font-size: 14px;
	padding: 0.8em 0;
	font-weight: 300;
}
.inner h1.title-img{padding-bottom: 0;}
.small-box{ width: 60%; margin: 20px auto;}
.small-box2{ width: 65%; margin: 20px auto;}
.mid-box{ width: 80%; margin: 20px auto;}
.pcshow{}
.spshow{display: none;}
.ssff_logo{
	width: 170px;
	margin: 10px auto 50px;
	display: block;
}

/*-----------------------------------2023-*/

table.priv{}
table.priv td{
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}


/*----------------------------------------------------------

CONTENT / max-width: 1024px

----------------------------------------------------------*/
@media screen and (max-width: 1024px) {
section .inner{
	width: 96%;
	margin: 0 auto;
	padding: 50px 0;
}
section.actor .inner{
	width: 96%;
	margin: 0 auto;
	padding: 50px 0;
}
.trace{
	width: 96%;
	margin: 12px auto;
}
}

/*----------------------------------------------------------

CONTENT / max-width: 639px

----------------------------------------------------------*/
@media screen and (max-width: 639px) {
h2{
	text-align: center;
	font-size: 22px;
	padding: 1.4em 0;
}
.links{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: 11px;
	text-align: center;
	padding: 50px 0 20px;
}
.links img{width: 75%; display: block; margin: 0 auto 10px;}
.link01{padding-top: 5px; width: 50%;}
.link02{width: 50%;}
.link02.visual{padding-top: 25px;}
.link03{margin: 0; width: 50%;}
.link03.theater{ width: 45%;}
.link03.cast{ width: 45%;}
.link04{width: 50%; padding-top: 20px;}

.small-box{ width: 84%; margin: 40px auto; font-size: 14px;}
.mid-box{ width: 92%; margin: 40px auto; font-size: 14px;}
section .inner{
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
}
.title-border{
	width: 100%;
	margin-top: 30px;
	height: 28vh;
}
.title-border img{
	object-fit: cover;
	width: 100%;
	height: 28vh;
}
.title-border-over{
	height: 28vh;
}
.title-border .inner .title-img{
	top: 8vh;
	font-size: 24px;
}
.inner .title-img span,
.inner .title-img p{
	font-size: 9px;
	}
.pcshow{display: none;}
.spshow{display: block;}
.trace + section .inner{
	padding: 0px 0 40px;
}
	a.btn {
	font-size: 15px;
	padding: 8px 0;
}
}

/*----------------------------------------------------------

UTILLITY FONT

----------------------------------------------------------*/
.align-right{text-align: right;}
.align-center{text-align: center;}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qe67vx');
  src:  url('../fonts/icomoon.eot?qe67vx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qe67vx') format('truetype'),
    url('../fonts/icomoon.woff?qe67vx') format('woff'),
    url('../fonts/icomoon.svg?qe67vx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-x:before {
  content: "\e905";
}
.icon-x2:before {
  content: "\e904";
}
.icon-tictok-logo:before {
  content: "\e900";
}
.icon-print:before {
  content: "\f02f";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning1:before {
  content: "\f071";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-new-tab:before {
  content: "\ea7e";
}
