@charset "utf-8";

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

	base.css

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

/* 共通
////////////////////////////////////////////////////////////////////*/

html { font-size: 63%;/*=10px ベースのフォントサイズ*/}
body {
	min-width: 1080px;
	font-size: 1.4rem; /* = 14px(10px × 1.4rem = 14px) */
    line-height: 1.7;
    font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;*/
    background-color: #f8f4ed;
}
p,li {
    text-align: justify;
    text-justify: inter-ideograph;
}
hr {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    height: 4px;
    background: url(/images/common/line02_bg.jpg) repeat no-repeat left bottom;
}
/* ボタン ----------*/
.details-btn {
	padding:.5rem 3rem .5rem 2rem;
	background-color: #beaf87;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
	position: relative;
	float: right;
	margin-top: 2rem;
}
.details-btn::after{
	font-family: fontawesome;
	content: "\f105";
	position: absolute;
	right: 10px;
}

/* スタイル ///
---------------------------------------------- */

.dnone {display: none;}

/* 影 ///
---------------------------------------------- */

.shadow, .shadow-all > * {
	/* box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1); */
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.btn-shadow1 {
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

/* 幅 ///
---------------------------------------------- */

.cont-box {
	margin-right: auto;
	margin-left: auto;
	width: 1080px !important;
}
.cont-box2 {
	margin-right: auto;
	margin-left: auto;
	width: 720px !important;
	margin-top: 35px;
}

/* hover ///
---------------------------------------------- */

/*仮*/
.hover a:hover { text-shadow: 0px 0px 1px rgba(255,255,255,0.5), 0px 0px 2px rgba(255,255,255,0.5);}
.rov a:hover { opacity: 0.75; }

/* transition ///
---------------------------------------------- */

.hover a , .rov a , #info li a { transition: 0.2s; }

/* 複数行をのテキストオーバーフロー ///
---------------------------------------------- */

.ellipsis {
	position: relative;
	overflow: hidden;
}
.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}
.ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 0;
}
.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}

/* font-awesome ///
---------------------------------------------- */

.fnt-icon01 a::before { font-family: fontawesome; }
.fnt-icon01 a::before {
    margin-right: 5px;
    content: "\f105";
}

/* フリーダイヤル用 */
@font-face{
    font-family:'condenseicon';
    src:
		url('../font/CONDENSEicon.eot') format('embedded-opentype'),
		url('../font/CONDENSEicon.woff') format('woff'),
		url('../font/CONDENSEicon.ttf') format('truetype'),
		url('../font/CONDENSEicon.otf') format('opentype') ;
}
.icon-freedial::before {
    content: ";";
    font-family: condenseicon;
}
#body_header .icon-freedial::before {
	color: #cc0000;
}

/* table ///
---------------------------------------------- */

.table-box{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-box > * {
	display: table-cell;
	vertical-align: middle;
}

/* float ///
---------------------------------------------- */

.float > * { float: left; }
.float.divide > :last-child {
	float: right;
}
.float::after,
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
dl.left dt { float: left; }

/* line ///
---------------------------------------------- */

.line02 {
    margin-bottom: 20px;
    padding-left: 94px;
    background: url(/images/common/line02_bg.jpg) repeat no-repeat left bottom;
    border-bottom: 3px solid;
	position: relative;
    color: #333;
    font-size: 2.8rem;
}
.line02 i {
    position: absolute;
    bottom: 5px;
    left: 0;
}
.line02 h2 {
    margin-bottom: 8px;
    line-height: 100%;
}
.line02 span {
    margin-bottom: 2px;
    display: block;
    color: #f81e1e;
    font-size: 1.6rem;
}
.line02 a {
    width: 91px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 26px;
}
/* 画像調整用CSS
---------------------------------------------- */
.img-fit img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	pointer-events: none;
	image-rendering: -webkit-optimize-contrast;
}
/* lity (動画のモーダルウインドウ)///
---------------------------------------------- */
.lity {
    background: rgba(0, 0, 0, 0.5)!important;/*モーダルウィンドウの背景色*/
}
.lity-container{
	position: relative;
}
.lity-content img{
	height:600px;
}
.lity-close {
    position: absolute!important;
    font-size: 55px!important;
	width: 50px!important;
    height: 50px!important;
    top: -60px!important;
	border-radius: 3px;
	background:#beaf87 !important;
	text-shadow:none !important;
}
.lity-close:hover{
	opacity: 0.8;
}
/* ヘッダー
////////////////////////////////////////////////////////////////////*/
#body_header { position: relative;background-color: #fff;}
#header-line {
    background-color: #414042;
    font-size: 1.2rem;
    color: #fff;
    line-height: 30px;
}
#header-line h1 {
	font-weight: normal;
	/*line-height: 1.7; staff.cgi用 */
	line-height: 30px;
	width: 880px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header-title {
    position: relative;
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header-title p:nth-of-type(1) {
    margin-right: auto;
}
#header-title p:nth-of-type(1) img {
	height: 59px;
	backface-visibility: hidden;
}
#header-title > div {
    padding-top: 13px;
    padding-bottom: 13px;
}
#header-title > div img{width:176px;}
#header-title > div i{
	margin-right: 7px;
	font-size: 35px;
	position: relative;
	top: 0;
	color: #414042;
	line-height: 30px;
}
#header-title > div ul {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
#header-title > div ul li:first-child{
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 2px;
	font-family: Bebas Neue, Arial, sans-serif;
	color: #c00;
	display: flex;
	align-items: flex-end;
}
#header-title .mail {
	margin-left: 20px;
}
#header-title .mail a{
	display: flex;
    color: #fff;
    background-color: #beaf87;
    width: 172px;
    height: 34px;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    font-size: 14px;
}
#header-title .mail a i{
	font-size: 15px;
}
#header-title .sns_h{
	position: absolute;
	top: 20px;
	right: 0;
}
#header-title .sns_h li{
	display: table-cell;
	padding-left: 14px;
}
#header-title .sns_h img{
	/*width:30px;*/width:38px;
	backface-visibility: hidden;
}

/* グローバルメニュー
////////////////////////////////////////////////////////////////////*/
#gmanu {
	list-style: none;
	display: flex;
	margin: auto;
	background-color: #414042;
	border-bottom: 2px solid #beaf87;
}
#gmanu > ul { font-size: 0;}
#gmanu > ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #beaf87;
}
.g-menu__link {
	font-size: 1.4rem;
	text-decoration: none;
}
.g-menu__link:hover {
	background-color: #beaf87;
	color: #414042;
}
.g-menu__link {
	display: block;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color:#beaf87;
	padding: 0 29px;
}
.g-menu__link.-home {
	width: 50px;
	font-size: 2rem;
	padding: 0 15px;
	border-left: 1px solid #beaf87;
	box-sizing: border-box;
}
.g-menu__link.-current {
	background-color: #beaf87;
	color: #414042;
}
.g-menu__link.-current:hover {background-color: #beaf87;}

/* かんたん売却査定 //
////////////////////////////////////////////////////////////////////*/

#kantan-satei {
  height: 190px;
	border-radius: 10px;
  position: relative;
  margin:0 auto;
}

/* システム部 */
#kantan-satei ol.SyubetuJusyoc-list {
  padding-top: 21px;
	overflow: hidden;
	position: relative;
  z-index: 10;
}
#kantan-satei ol.SyubetuJusyoc-list li {
	float: left;
	list-style-type: none;
	margin-left: 0;
}
#kantan-satei ol.SyubetuJusyoc-list li p:nth-of-type(2) {
    margin-left: auto;
    background: url(/images/common/select_bg.jpg) no-repeat right 0 top 0 #fff;
    overflow: hidden;
}
#kantan-satei ol.SyubetuJusyoc-list li label {
	height: 30px;
	display: block;
    overflow: hidden;
    text-indent: -100%;
}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(1) label { background: url(/images/common/kantan-satei_li1.png) no-repeat 5px 0%;}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(2) label { background: url(/images/common/kantan-satei_li2.png) no-repeat 5px 0%;}
#kantan-satei ol.SyubetuJusyoc-list li:nth-of-type(3) label { background: url(/images/common/kantan-satei_li3.png) no-repeat 5px 0%;}
#kantan-satei ol.SyubetuJusyoc-list select {
    padding-left: 10px;
    padding-right: 26px;
    width: 135%;
    height: 30px;
    background: transparent;
    border: 1px solid #aaaaaa;
    display: block;
    text-align: left;
    -webkit-appearance: none;
	font-size: 14px;
    color: #999;
}
#kantan-satei h3 {
    position: absolute;
    bottom: 0;
	right: 33px;
}
#kantan-satei h3 + p {
	font-size: 0;
	z-index: 20;
}
#kantan-satei h3 + p input[type="submit"] {
    border: none;
	cursor: pointer;
	background-color: transparent;
	font-size: 0;
	height: 64px;
}
#kantan-satei h3 + p input[type="submit"]:nth-of-type(1):hover {opacity:0.8;}
#kantan-satei form > p:last-child {
    position: absolute;
    right: 20px;
    bottom: -35px;
    font-size: 1.2rem;
    line-height: 35px;
}

/* かんたん売却査定 他デザイン //
////////////////////////////////////////////////////////////////////*/

.kantan-satei2 form li > p > label {
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	white-space: nowrap;
	text-indent: -1000px;
	overflow: hidden;
}
.kantan-satei2 form > ol > li {
	position: relative;
}
.kantan-satei2 form p > .checkmark {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.kantan-satei2 form .checked p > .checkmark {
	background: url(/images/common/kantan-satei2_checkmark.png) no-repeat center / cover, #fff;
}
.kantan-satei2 form > ol > li.active::before {
	box-sizing: border-box;
	border: 4px solid #ff9c00;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	content: "";
	pointer-events: none;
}
.kantan-satei2 form select {
	box-sizing: border-box;
	background-image: url(/images/common/kantan-satei2_arrow.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right 12px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 0 #5b451c;
	display: block;
	outline: none;
	opacity: 1;
	color: #666;
	font-family: inherit;
	appearance: none;
}
.kantan-satei2 form select:disabled, .kantan-satei2 form .active select {
	color: #ac9b72;
}
.kantan-satei2 form .submit {
	background-color: #e0e0e0;
	box-shadow: 0 4px 0 #87723f;
	border: none;
	border-radius: 4px;
	display: block;
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-family: inherit;
	appearance: none;
}
.kantan-satei2 form .submit.active {
	background-color: #2db81a;
	box-shadow: 0 4px 0 #5b451c;
}
.kantan-satei2 form .submit span {
	padding-left: 47px;
	background-image: url(/images/common/kantan-satei2_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 38px;
	display: inline-block;
}

/* --- PC --- */
@media (min-width: 768px) {
	.kantan-satei2 {
		background-color: #c8bb8d;
	}
	.kantan-satei2 > .ttl {
		background-color: #ac9b72;
		padding: 15px 17px 13px;
	}
	.kantan-satei2 > .ttl img.sp {
		display: none;
	}
	.kantan-satei2 form {
		border: 6px solid #ac9b72;
		border-top: none;
	}
	.kantan-satei2 form > ol > li.active::before {
		border: 4px solid #ff9c00;
		border-radius: 5px;
	}
	.kantan-satei2 form li > p {
		text-align: left;
	}
	.kantan-satei2 form li > p > label {
		width: 139px;
		vertical-align: middle;
	}
	.kantan-satei2 form > ol > li:nth-child(1) > p > label {
		background-image: url(/images/common/kantan-satei2_step1.png);
	}
	.kantan-satei2 form > ol > li:nth-child(2) > p > label {
		background-image: url(/images/common/kantan-satei2_step2.png);
	}
	.kantan-satei2 form > ol > li:nth-child(3) > p > label {
		background-image: url(/images/common/kantan-satei2_step3.png);
	}
	.kantan-satei2 form > ol > li:nth-child(4) > p > label {
		background-image: url(/images/common/kantan-satei2_step4.png);
	}
	.kantan-satei2 form select {
		padding-left: 12px;
		width: 221px;
		height: 46px;
		border-radius: 5px;
		box-shadow: 0 2px 0 #5b451c;
		font-size: 18px;
		cursor: pointer;
	}
	.kantan-satei2 form .submit {
		margin-top: 15px;
		width: 360px;
		height: 61px;
		font-size: 22px;
	}
	.kantan-satei2 form .submit.active {
		transition: opacity 0.2s;
		cursor: pointer;
	}
	.kantan-satei2 form .submit.active:hover {
		opacity: 0.8;
	}
	.kantan-satei2 form .submit span {
		background-size: 38px;
		line-height: 61px;
	}

	/* 下層ページのコンテンツ中に埋め込んでいる場合 ///
	---------------------------------------------- */
	.cont-box .kantan-satei2 {
		margin-bottom: 40px;
	}
	.cont-box .kantan-satei2 form {
		padding: 37px 38px 38px;
		background: url(/images/common/kantan-satei2_img.png?cache20240701) no-repeat right 12px bottom;
		background-size: 280px;
	}
	.cont-box .kantan-satei2 form > ol {
		padding-bottom: 3px;
		width: 360px;
		border-bottom: 1px solid #e1d7b5;
	}
	.cont-box .kantan-satei2 form > ol > li {
		padding-bottom: 25px;
		position: relative;
	}
	.cont-box .kantan-satei2 form > ol > li::after {
		width: 6px;
		height: 6px;
		border: 0;
		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		bottom: 10px;
		left: 195px;
		transform: rotate(45deg);
		content: "";
	}
	.cont-box .kantan-satei2 form > ol > li.active::before {
		width: 224px;
		height: 49px;
		top: -2px;
		right: -2px;
		z-index: 1;
	}
	.cont-box .kantan-satei2 form > ol > li > p {
		display: flex;
		position: relative;
	}
	.cont-box .kantan-satei2 form p > .checkmark {
		position: absolute;
		top: 10px;
		left: 101px;
	}
}

/* 購入希望者一覧 //
---------------------------------------------- */
.kiji-list li {
    border: 1px solid #bbb;
	overflow: hidden;
	max-height: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
	padding: 6px 0;
}
.kiji-list li a {
	display: block;
}
.kiji-list li p:first-child {
    overflow: hidden;
    float: left;
    margin-right: 10px;
	content: url(/images/common/kounyukibou_icon2.png);
	position: absolute;
	left: -1px;
	top: -1px;
}
.kiji-list li h3 {
    font-weight: 500;
    padding: 0 5px 0 70px;
}
.kiji-list li h3 .user-name {
    margin-left: 10px;
}
.kiji-list li h3 + p {
    line-height: 1.53;
    padding: 0 5px 0 70px;
}


/* 評価 //
---------------------------------------------- */

.voice-hyoka {
	font-size: 16px;
    line-height: 1;
}
.voice-hyoka i {
    width: 170px;
    height: 22px;
	display: inline-block;
	position: relative;
    top: 2px;
}
	.voice-hyoka i.star1 {
		background: url(/images/common/voice_star10.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star2 {
		background: url(/images/common/voice_star20.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star3 {
		background: url(/images/common/voice_star30.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star4 {
		background: url(/images/common/voice_star40.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star5 {
		background: url(/images/common/voice_star50.png) 0% 50% no-repeat;
		background-size: contain;
	}
	.voice-hyoka i.star0 {
		background: url(/images/common/voice_star00.png) 0% 50% no-repeat;
		background-size: contain;
	}

/* フッター //
////////////////////////////////////////////////////////////////////*/

body > footer,body > footer a {color: #fff;}

#body_footer {
	/*margin-top: 87px;/*/
	background-image: url(/images/common/footer_bg.jpg);
	background-position: bottom;
	background-size: cover;
}
#f-com {
	padding-top: 44px;
    padding-bottom: 33px;
    border-bottom: 1px solid rgba(255,255,255,0.33);
    position: relative;
    display: flex;
}
#f-com .desc-wrap{margin-left:30px;}
#f-com .desc-wrap h2 img{width:210px;}
#f-com .desc-wrap h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-top: 20px;
	line-height: 1; /* staff.cgi用 */
}
.f-com_img img{width:540px;}
#f-com .desc-wrap > ul{line-height:2.0em;}
#f-com .footer_sns{
	position: absolute;
	top: 44px;
	right: 0;
}
#f-com .footer_sns li{
	display: table-cell;
	padding-left: 15px;
}
#f-com .footer_sns img{
	width:30px;
	backface-visibility: hidden;
}
#footer-link {
	padding-top: 13px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.33);
	vertical-align: top;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
#footer-link li {
	line-height: 2;
    padding-left: 2px;
}
#footer-link li ul { margin-left: 1em;}
footer small:last-child {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
#ibox_content #eigyo_main #eigyoman_detail{max-width:100%}

/* ページトップ //
---------------------------------------------- */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 21px;
	bottom: 21px;
	background: #beaf87;
	border-radius: 50%;
}
#page_top a,.page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before,.page_top a::before{
	font-family: 'FontAwesome';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -20px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* PCスイッチャー //
---------------------------------------------- */
.switcher-pc {
    text-align: center;
    padding: 0 20px 20px;
    line-height: 80px;
}
.switcher-pc a {
    display: block;
    background-color:#beaf87;
    width: 980px;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 32px;
}

/* カードコンポーネント //
////////////////////////////////////////////////////////////////////*/
.card {
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.card__img {
	position: relative;
	overflow: hidden;
}

.card__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.card__title {
	font-weight: bold;
}

.card__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
}

.card__readmore {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #beaf87;
	line-height: 1;
}

.card__readmore::after {
	font-family: FontAwesome;
	content: '\f0a9';
}

/* popup-bnr //
////////////////////////////////////////////////////////////////////*/
#popup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	opacity: 0;
	transform: translateY(100%);
	transition: 0.5s;
}
#popup.active {
	opacity: 1;
	transform: translateY(0);
}
#popup .popup-title {
	background-color: #414042;
	color: #beaf87;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
#popup .popup-title img {
	margin-top: 8px;
	width: 75px;
}
#popup .popup-list {
	padding: 8px 0;
}
#popup .popup-list li a {
	display: block;
	font-weight: 700;
	padding: 8px 52px 8px 24px;
	display: flex;
	align-items: center;
	position: relative;
}
#popup .popup-list li:nth-child(1) a {
	pointer-events: none;
}
#popup .popup-list li a::after {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	color: #beaf87;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 16px;
}
#popup .popup-list li:nth-child(1) a::after {
	opacity: 0;
}
#popup .popup-list li a img {
	width: 58px;
}
#popup .popup-list li a p {
	font-size: 20px;
	margin-left: 14px;
	line-height: 1.2;
}
#popup .popup-list li:nth-child(1) a p {
	font-size: 26px;
}
#popup .popup-list li a span {
	display: block;
}
#popup .popup-list li a span.lead {
	color: #beaf87;
	font-size: 12px;
}
#popup .popup-list li a span.kome{
	font-size: 12px;
	font-weight: normal;
}
#popup .popup-btn {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	border-top: 1px solid #ccc;
	margin: 0 24px;
}
#popup .popup-btn li:not(:last-child) {
	margin-right: 20px;
}
#popup .popup-btn li button {
	color: #333;
	font-size: 12px;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: transparent;
	border: none;
	padding: 16px 0;
	display: block;
	transition: opacity 0.2s;
	cursor: pointer;
}
#popup .popup-btn li button:hover {
	opacity: 0.75;
}
#popup .popup-btn li button::before {
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
	vertical-align: bottom;
}
#popup .popup-btn li:nth-child(1) button::before {
	content: "\f057";
}
#popup .popup-btn li:nth-child(2) button::before {
	content: "\f05c";
}

