@charset "utf-8";
/* .共通 */
a,div{
	box-sizing:border-box;
	font-feature-settings: "palt";
}
section{
	padding: 50px 60px;
}
#contents-wrap a:hover{
	text-decoration: none;
	color: inherit;
}
.wf2{
	font-family: "Hind", sans-serif;
	font-weight: 600;
	font-style: normal;	
}
:root {
	--bg-color: #224d8d;
	--bg-color2: #e5ecf8;
	--orange: #d53a0b;
	--light-orange: #fdf6ef;
	--txt: #333;
}
.pc{
	display: block;
}
.sp{
	display: none!important;
}
.flex-box{
	display: flex;
	flex-wrap: wrap;
}
.ttl-box{
	text-align: center;
	margin-bottom:25px ;
}
.ttl-box h2{
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: bold;
}
.ttl-box p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
.btn-o,.btn{
	transition: all 0.3s;
}
.btn-o:hover,.btn:hover{
	opacity: 0.8;
}
/* オレンジのボタン */
.btn-o{
	background: var(--orange);
	border-radius: 5px;
	box-shadow: #ab3612 -4px -4px inset;
	margin: 0 auto;
}
.btn-o a{
	display: block;
	width: 100%;
	position: relative;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.btn-o a::after{
	background: url(/img/support/arrow_w.svg) no-repeat;
	background-size: contain;
	position: absolute;
	display: inline-block;
	content: '';
}
#contents-wrap .btn-o a:hover{
	color: #fff;
}
/* パンくず */
#breadcrumb {
	margin-bottom: 140px;
}
/* -----こんなことも頼めるのね----- */
#error{
	margin-bottom: 12px;
    color: #e10000;
}
#form{
	background-color: var(--bg-color);
	background-image:url(/img/support/vacant_support/line_city.svg);
	background-repeat:repeat-x;
	background-position:left calc(100% - 0px);
	background-size:auto 162px;
	padding: 0 70px;
}
#form p.notion{
	margin-bottom: 15px;
}
#form .box{
	padding: 20px 0 80px;	
}
#form .contents{
	margin-bottom: 50px;
}
#form .ttl-box{
	margin-bottom: 13px;
}
#form .ttl-box h1{
width: 690px;
    height: 171px;
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    content: '';
    margin: 0 auto;
    background: url(/img/support/vacant_support/top-ttl.png) no-repeat;
    background-size: contain;
}
#form .ttl-box h1 img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#form .ttl-box h1 p{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#form .ttl-box p{
	text-align: center;
    font-size: 15px;
}
#form .form-wrap{
	background: #fff;
	border-radius: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 52px 50px 40px;
}
#form .form-wrap form{
	padding: 20px 0;
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
	margin-bottom: 30px;
	font-size: 16px;
}
#form .form-wrap table{
	margin-bottom: 20px;
}
#form .form-wrap table tr:not(:last-child){
	margin-bottom: 30px;
}
#form .form-wrap table th{
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    margin-bottom:10px;
    padding-left: 13px;
}
#form .form-wrap table th::before{
	position: absolute;
	background: #7cd654;
	content:'';
	width:8px;
	height: 19px;
	border-radius: 2px;
	left: 0;
	top: 0;
}
#form .form-wrap table input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #bebebe;
    margin-right: 5px;
    vertical-align: middle;
}
input, textarea {
	font-size: 16px;
}
input[type="text"], textarea {
    border-radius: 3px;
		padding: 8px;
}
input[name="first_name"]{
	width: 15em!important;
}
input[name="zipcode"],
input[name="zipcode2"]{
    width: 10em!important;
}
input[name="address"],
input[name="address2"]{
    width: 90%!important;
}
input[type="button"], button {
	background: #333333;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
#form .form-wrap table td label{
    display: block;
    margin-bottom: 5px;
    min-width:48%;
}
#form .form-wrap table p{
    display: block;
    width: 100%;
    margin-top: 5px;
}
#form .form-wrap table tr{
  display:flex;
  flex-direction:column;
}
#form .form-wrap table tr > .input_top,
#form .form-wrap table tr > .input_bottom{
	width:100%;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
/*ご希望内容*/
#form_others .other{
	font-size: 14px;
	margin-bottom: 2px;
}
.description .txt_size02{
	font-size: 15px;
	margin-bottom:5px;
}


#form  .submit{
	text-align: center;
}
#form p.description{
	margin-top: 0!important;
	margin-bottom: 10px;
}
.input_bottom input[name="address"],.input_bottom input[name="address2"]{
  display:block;
  margin-top:8px; 
}
#form .submit{
	position: relative;
}
#form .btn-o,#form .fix-btn{
	width: 360px;
    height: 52px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding-bottom: 6px;
	font-weight: bold;
	position: relative;
}
#form .fix-btn{
    background: #828282;
    border-radius: 5px;
	transition: 0.3s all;
}
#form .fix-btn:hover{
	opacity: 0.8;
}
#form .btn-o {
	position:relative;
	background-image:url(/img/support/arrow_w.svg);
	background-repeat:no-repeat;
	background-position:right 6% center;
	background-size:20px 16px;
}
#form .btn-o a,#form .fix-btn a{
	padding-top: 10px;
}
#form .tel{
	background: #efefef;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 95px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
}
#form .tel p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}
#form .tel .number a{
	display: flex;
    font-size: 52px;
    justify-content: center;
    line-height: 1;
	align-items: center;
	pointer-events: none;
}
#form .tel .number a::before {
    display: inline-block;
    content: '';
    background: url(/img/support/vacant_support/icon_tel.svg) no-repeat;
    background-size: contain;
    margin-right: 3px;
    margin-top: -4px;
    width: 26px;
    height: 35px;
}
#form .tel span{
	font-size: 14px;
    margin-top: -4px;
    display: block;
}
#form p.note{
	text-align: center;
}

/* この会社に相談しても大丈夫？』とご不安のある方は下記もご覧ください */
#contents-btn{
    background: url(/img/support/vacant_support/contents-btn-bg.jpg) repeat;
	padding: 40px 0;
}
#contents-btn .box-wrap{
	position: relative;
	width: 1360px;
    margin: 0 auto;
}
#contents-btn .box-wrap::after{
	content: '';
    background: url(/img/support/takatori-illust.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 165px;
    width: 75px;
    height: 120px;
}
#contents-btn .ttl-box{
    margin-bottom: 20px;
}
#contents-btn h2{
    font-size: 26px;
	text-align: center;
}
#contents-btn .box .btn-wrap{
	gap: 15px;
	position: relative;
}
#contents-btn .box .btn-wrap::after{
	gap: 15px;
	position: relative;
}
#contents-btn .box .btn-o{
	width: 164px;
	height: 42px;
	margin: 0;
	position: relative;
}
#contents-btn .box .btn-o a{
	padding-top: 10px;
}
#contents-btn .box .btn-o::after{
content: '';
    position: absolute;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    top: 14px;
    right: 16px;
}
/* ----よくある質問----*/
#faq{
	background: var(--light-orange);
	padding: 40px;
}
#faq h2{
}
#faq .faq-list{
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}
#faq .item:last-of-type{
	margin-bottom: 0;
}
#faq .item .q-wrap{
	position: relative;
}
#faq .item .q-box{
	align-items: flex-start;
	padding: 12px 0 12px 0;
	transition: 0.3s all;
	cursor: pointer;
}
#faq .item .q-box h3{
	line-height: 1;
	flex: 1;
	padding-top: 10px;
	font-weight: 600;
	font-size: 17px;
}
#faq .item .a-box{
	align-items: flex-start;
	padding: 0 0 20px 0;
}
#faq .item .a-box p{
	line-height: 1.6;
	flex: 1;
	line-height: 1.6;
	flex: 1;
	font-size: 16px;
}
#faq .item .ef{
	text-align: center;
	font-weight: 700;
}
#faq .item .q-box .ef{
	background: var(--bg-color);
	color: #fff;
	font-size: 24px;
	width: 35px;
	height: 35px;
	margin-right: 13px;
}
#faq .item .a-box .ef{
	background: var(--orange);
	color: #fff;
	font-size: 24px;
	width: 35px;
	height: 35px;
	margin-right: 13px;
}
#faq .item{
	border-bottom: 2px solid #d0d0d0;
}
#faq .item .q-wrap:hover{
	opacity: 0.8;
}
#faq .q-wrap::before,#faq .q-wrap::after {
	content: '';
	background: var(--txt);
	display: inline-block;
	position: absolute;
}
#faq .q-wrap::after {
	right: 20px;
	top: 50%;
	width: 25px;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3c3c3c;
}
#faq .q-wrap::before {
	right: 32px;
	top: 50%;
	width: 2px;
	height: 25px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3c3c3c;
	transition: all .3s ease 0s;
}
#faq .q-wrap.on::before {
	transform: translateY(-50%) rotate(-270deg);
}

/* 代表あいさつ文 */
#greeting{
	background: var(--bg-color2);
	padding: 56px 0px;

}
#greeting .comment-box{
	background: #fff;
	padding:40px 30px;
	justify-content: space-between;
	border-radius: 10px;
}
#greeting .txt{
	width: 615px;
}
#greeting .txt h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1;
}
#greeting .comment-box .item{
	padding: 15px 0;
	border-bottom: 2px dotted #dbd3cb;
}
#greeting .comment-box .item:first-of-type{
	padding: 0 0 15px;
}
#greeting .comment-box .item:last-of-type{
	padding: 15px 0 0;
	border-bottom: none;
}
#greeting .comment-box .comment{
    text-align: justify;
    line-height: 1.75;
}
#greeting .comment-box .comment2{
    line-height: 1.3;
	margin-bottom: 10px;
}
#greeting .comment-box .comment span{
	font-size: 18px;
	color: var(--orange);
	font-weight: bold;
}
#greeting .comment-box strong{
	color: var(--bg-color);
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
#greeting .comment-box strong span{
	color: var(--orange);
	font-size: 22px;
}
#greeting .face{
    flex-direction: column;
}
#greeting .face .img{
	width: 260px;
	height:300px;
	border-radius: 8px 0;
}
#greeting .face .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 8px 0;
}
#greeting .face p{
	text-align: center;
	padding: 10px 0;
	background: #efefef;
	font-size:16px;
	font-weight: bold;
	border-radius: 0 0 8px 8px;
}
/* 当社の実績 */
#achive{
	background: var(--light-orange);
}
#achive h3{
	color: #fff;
	background: #187abe;
	font-size:18px;
	font-weight: 600;
	padding:13px 60px;
	border-radius: 50px;
	line-height: 1;
	position: relative;
    width: fit-content;
	margin: 0 auto;
	margin-bottom: 30px;
}
#achive h3::after{
	content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #187abe;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#achive .action .flex-box{
	gap:20px;
    margin-bottom: 40px;
}
#achive .action .item{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 313px;
}
#achive .action .item h4{
	font-size: 17px;
    color: var(--bg-color);
    line-height: 1.4;
    margin-bottom:12px;
    font-weight: bold;
}
#achive .action .item p{
	font-size: 15px;
	text-align: justify;
	line-height: 1.6;
}
#achive .action .akiya-seminar p{
	margin-bottom: 10px;
}
#achive .action .akiya-seminar h5{
	background: #d8d8d8;
    padding: 7px 10px;
    border-radius: 3px;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
#achive .action .item .img{
	width:273px;
	height: 175px;
	margin-bottom: 10px;
}
#achive .action .item .img img{
	object-fit: cover;
	width:100%;
	height: 100%;
	border-radius: 10px;
}
#achive .action .minicomi .img img{
	object-fit: contain;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 0px;
}
/* 様々なお困り事をまとめてサポートいたします*/
#achive .service .box{
	padding: 60px 0 70px;
}
#achive .service .flex-box{
	gap: 20px;
}
#achive .service .item{
	width: 230px;
	background: #fff;
	padding: 30px 25px;
}
#achive .service .item{
	width: 230px;
	background: #fff;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	justify-content: space-between
}
#achive .service .item .logo{
	width: 180px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 15px;
}
#achive .service .item .logo img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#achive .service .item p{
	font-size: 14px;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 1.6;
}
/* オレンジのボタン */
#achive .service .item .btn-o{
	width: 100%;
	height: 43px;
	box-shadow: #ab3612 -4px -4px inset;
}
#achive .service .item .btn-o a{
	padding-top: 11px;
	font-size: 14px;
}
#achive .service .item .btn-o a::after{
	width: 15px;
	height: 12px;
	right: 15px;
	top: 14px;
}
/* -----お客様の声----- */
#voice{
	background: var(--light-orange);
}
#voice .ttl-box{
	margin-bottom: 46px;
}
#voice .item{
background: #fff;
    border-radius: 10px;
    padding: 52px 28px 20px;
    width: 475px;
    position: relative;
    border: 3px #d8d8d8 solid;
}
#voice .flex-box.item-wrap{
    row-gap: 40px;
    column-gap: 30px;
}
#voice .item .img{
	width: 76px;
	height: 76px;
	position: absolute;
	top: -32px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#voice .item .img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#voice .item p{
	line-height: 1.75;
}

/* -----会社概要----- */
#company .outline table{
	width: 100%;
	border-collapse: collapse;
	margin-top:20px;
	border-top:1px solid #d2d2d2;;
}
#company tbody{
	display: table-row-group;
	vertical-align:middle;
	border-color:inherit;
}
#company .outline table th{
	background: #f0f0f0;
	width: 20%;
	font-weight: bold;
	padding: 12px 10px 12px 15px;
}
#company .outline table tr{
	border-bottom: 1px solid #d2d2d2;
}
#company .outline table td{
	padding: 12px;
}

/* buy */
/* ===== スコープ ===== */
#buy{
	background: var(--bg-color2);
}
#buy .ttl-box{
	margin-bottom: 22px;
}
#buy .ttl-box span.sub{
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}
#buy .ttl-box h2{
	margin-bottom: 26px;
}
#buy .ttl-box h2 span{
    color: var(--bg-color);
}
#buy .intro{
	display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 47px;
    align-items: center;
}
#buy .intro .txt{
	flex:1 1 60%;
}
#buy .intro .img{
	flex:0 0 330px;
}
#buy .intro .img img{
	display:block;
	width:100%;
	height:auto;
	border-radius:10px;
}

/* リスト */
#buy .keep-list{
	list-style:none;
	margin:0;
	padding:0;
}
#buy .keep-item{
	display:flex;
	align-items:center;
	gap:14px;
    padding: 10px 0;
	border-bottom:2px solid #7f8c8d;
}
/* バッジ */
#buy .badge{
	position: relative;
    width: 60px;
    height: 54px;
    background: var(--orange);
    color: #fff;
    display: flex;
    justify-content: center;
}
#buy .badge-label{
	font-size: 13px;
    padding-top: 6px;
}
#buy .badge-num{
	position:absolute;
	left:50%; bottom:6px;
	transform:translateX(-50%);
	font-weight:800;
	font-size:24px;
	line-height:1;
}
#buy .keep-text{
	margin:0;
	font-size:20px;
	font-weight:700;
}
#buy .keep-text span{
    color: var(--bg-color);
}
/* ===== flow===== */
#buy .flow{
	margin-bottom: 35px;
}
#buy .flow .ttl-box h3{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
}
/* ===== flow カード5枚 ===== */
#buy .flow .flex-box{
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	gap:20px;
}
#buy .flow .step{
	position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 15px 20px;
    width: 180px;
}
#buy .flow .step .img{
	width: 140px;
    height: 86px;
}
#buy .flow .step .img img{
	object-fit: contain;
    width: 100%;
    height: 100%;
}
/* 番号 */
#buy .flow .step .step-num{
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 50px;
    font-weight: 600;
    color: #fcddd3;
    line-height: 1;
    z-index: 0;
}
/* タイトル＆本文 */
#buy .flow .step .step-title{
	margin: 0 0 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
#buy .flow .step .step-text{
margin:10px 0 0;
font-size:14px;
line-height:1.9;
color:#555;
}
/* 矢印（PCのみ） */
#buy .flow .step:not(:last-child)::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid var(--orange);
    border-right: 3px solid var(--orange);
    transform: rotate(45deg);
}
/*  */
#buy .flow .step:not(:last-child)::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid var(--orange);
    border-right: 3px solid var(--orange);
    transform: rotate(45deg);
}
/* .comment-box */
#buy .comment-box{
	background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 35px;
}
#buy .comment-box .flex-box{
	margin-bottom: 42px;
}
#buy .comment-box .txt{
	width: 60px;
	text-align: left;
	flex: 1;
}
#buy .comment-box .txt p {
    text-align: justify;
    margin-left: 30px;
	font-size: 15px;
}
#buy .comment-box .comment{
	margin-bottom: 20px;
}
#buy .comment-box .comment p:not(:last-of-type){
	margin-bottom: 10px;
}
#buy .comment-box .img{
	width: 260px;
    height: auto;
}
#buy .comment-box .img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#buy .comment-box .example{
	background: #ffffe1;
    padding: 50px 20px 20px;
    border: 2px solid #ffe391;
    border-radius: 10px;
    position: relative;
}
#buy .comment-box .example h4{
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    background: #ff9500;
    color: #fff;
    padding: 13px 25px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
}
#buy .comment-box .example h4 span{
	position: relative;
}
#buy .comment-box .example h4 span::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 12px solid #ff9500;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#buy .comment-box .example ul{
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 5px;
}
#buy .comment-box .example li{
	position: relative;
    padding-left: 13px;
    margin-bottom: 6px;
    font-size: 15px;
    min-width: 345px;
}
#buy .comment-box .example li::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8800;
}
#buy .comment-box .example li span{
    color: var(--bg-color);
	font-weight: bold;
}
#buy .comment-box .example li:nth-child(odd){
	margin-right: 15px;
}
#buy .comment-box .example p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #d53a0b;
}
#buy .faq{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
#buy .faq h3{
	text-align: center;
	font-size: 26px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
	text-align: center;
}
#buy .faq .faq-list{
}
#buy .faq .item:last-of-type{
	margin-bottom: 0;
}
#buy .faq .item .q-wrap{
	position: relative;
}
#buy .faq .item .q-box{
	align-items: flex-start;
	padding: 12px 0 12px 0;
	transition: 0.3s all;
	cursor: pointer;
}
#buy .faq .item .q-box h4{
	line-height: 1;
	flex: 1;
	padding-top: 10px;
	font-weight: 600;
	font-size: 16px;
}
#buy .faq .item .a-box{
	align-items: flex-start;
	padding: 0 0 20px 0;
}
#buy .faq .item .a-box p{
	flex: 1;
	font-size: 15px;
}
#buy .faq .item .ef{
	text-align: center;
	font-weight: 700;
}
#buy .faq .item .q-box .ef{
	background: var(--bg-color);
	color: #fff;
	font-size: 24px;
	width: 35px;
	height: 35px;
	margin-right: 13px;
}
#buy .faq .item .a-box .ef{
	background: var(--orange);
	color: #fff;
	font-size: 24px;
	width: 35px;
	height: 35px;
	margin-right: 13px;
}
#buy .faq .item{
	border-bottom: 2px solid #d0d0d0;
}
#buy .faq .item .q-wrap:hover{
	opacity: 0.8;
}
#buy .faq .q-wrap::before,#buy .faq .q-wrap::after {
	content: '';
	background: var(--txt);
	display: inline-block;
	position: absolute;
}
#buy .faq .q-wrap::after {
	right: 20px;
	top: 50%;
	width: 25px;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3c3c3c;
}
#buy .faq .q-wrap::before {
	right: 32px;
	top: 50%;
	width: 2px;
	height: 25px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3c3c3c;
	transition: all .3s ease 0s;
}
#buy .faq .q-wrap.on::before {
	transform: translateY(-50%) rotate(-270deg);
}
