@charset "utf-8";
/*
Theme Name: 神栖モビリティサービス

Version: 2025
*/
/*---------------------------------------------------------
reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,select,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: "M PLUS 1p","Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	box-sizing:border-box;
	position:relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
html{
	font-size: 75%;
	min-width:1080px;
}
body {
	background-color: #fff;
	-webkit-text-size-adjust: none;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.5;
}

a {
	color: #000;
	text-decoration:none;
	outline: none;
}
#main_content p a{
	color:#0984e3;
	text-decoration:underline;	
}
a:hover {
	text-decoration:underline;
}
.sp {
	display: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width:100%;
	width:100%;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.container{
	width: 100%;
	max-width: 1536px;
	margin:auto;
	position:relative;
}
iframe{
	width:100%;
}
/*---------------------------------------------------------
header
---------------------------------------------------------*/
#header{
	height:92px;
	position:relative;
	z-index: 1000;
}
#header a{
	display:block;
}
#header .logo{
	display:flex;
	margin-right:5%;
}
#header .group{
	max-width:91px;
	width:15.5%;
	margin-right:30px;
}
#header .group img{
	width:100%;
}
#header .title{
	padding-top:1em;
}
#header a h1{
	font-size: clamp(20px, calc(1.25rem + ((1vw - 10px) * 4.2857)), 32px);
  min-height: 0vw;
	font-weight:700;
	line-height: 1.2;
}
#header a h1 small{
	display:block;
	font-size:0.75em;
	font-weight:500;
}
#header a:hover{
	text-decoration:none;
	color:#666;
}
#header nav{
	padding-top:1em;
	z-index:10;
	position:relative;
}
@media (max-width: 1080px) {
	nav{
		margin-top:20px;
	}
}
#header nav ul{
	display:flex;
}
#header nav ul li{
	font-size:14px;
	margin-right:2em;
}
#header nav ul li a{
	display:block;
}
.breadcrumbs {
	max-width: 1440px;
	background:#fafafa;
	margin: 20px auto;
	padding: 10px;
	font-size: 14px;
}
.breadcrumbs a{
	font-weight:400!important;
	color:#00f;
}
.head_wrap{
	display:flex;
	padding-right:250px;
	width:100%;
	max-width:1440px;
	margin:auto;
}
.quick_wrap{
	width:100%;
	position:fixed;
	top:-30px;
}
.fixed-menu{
	max-width:1440px;
	margin:auto;
}
.btn{
	background: linear-gradient(#fc8b1e 0%, #fd1850 100%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 0 0 8px 8px;
	text-align: center;
	width:224px;
	height:30px;
	margin-left:auto;
	position:relative;
	top:30px;
}
.btn img.pc{
	width:193px;
	cursor:pointer;
}
.btn img.sp{
	display:none;
}
.drawer{
	background: linear-gradient(#fc8b1e 0%, #fd1850 100%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 0 0 8px 8px;
	text-align: left;
	width:224px;
	padding:0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateY(-150%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.drawer.active {
  transform: translateY(0);
  opacity: 1;
}
.drawer a{
	display:block;
	margin:10px 0;
}
.drawer .kamisu{
	width: 91%;
}
.drawer .close{
	font-size:12px;
	text-align: center;
	left:0;
	right:0;
	position:absolute;
	cursor:pointer;
}
.quick_wrap .btn,
.quick_wrap .drawer {
  pointer-events: auto;
}
/*---------------------------------------------------------
FV
---------------------------------------------------------*/
#fv{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width: 100%;
	max-width: 1440px;
	margin:-92px auto 0;
}
#fv .symbol{
	width:37.5%;
}
#fv .symbol img{
	width:100%;
}
#fv .slidebox{
	width:60%;
}
#fv .slick-dotted.slick-slider{
	border-radius:0 0 30px 30px;
	overflow:hidden;
}
#fv .slick-dots{
	bottom:20px;
}
#fv .slick-dotted.slick-slider{
	margin-bottom:0;
}
/*---------------------------------------------------------
main
---------------------------------------------------------*/
main{
	width: 100%;
	max-width: 1440px;
	margin:auto;
	position:relative;
}
main h1{
	font-size: 2.65em;
	font-weight:800;
	margin-bottom:1.5em;
}
main p{
	margin-bottom:2em;
}
/*---------------------------------------------------------
frontpage
---------------------------------------------------------*/
main .read{
	position:relative;
	text-align:center;
	padding:60px 0;
	margin-bottom:100px;
}
main .read::before{
	content:"";
	width:30%;
	aspect-ratio: 1;
	border-radius:0% 100% 0% 100% / 0% 0% 100% 100% ;
	background:#E70013;
	opacity:0.3;
	position:absolute;
	top:-5%;
	right:0;
	z-index:-1;
}
main .news h2{
	font-size:2.25em;
	font-weight:800;
	text-align:center;
}
main .news ul{
	max-width:1000px;
	margin:auto;
	border-top:1px solid #cbcbcb;
}
main .news ul li{
	border-bottom:1px solid #cbcbcb;
	padding:10px;
}
main .news ul li a{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
main .news ul li a span{
	width:15%;
}
main .news ul li a h3{
	flex:1;
}
main .news ul li a figure{
	width:36px;
}
main h4.bnr{
	text-align:center;
	margin:80px auto;
}
.quicklink{
	display:flex;
	width:1200px;
	margin:auto;
}

/*---------------------------------------------------------
single page
---------------------------------------------------------*/
article#single{
	max-width:1200px;
	margin:auto;
}
.ttl{
	padding:20px;
	aspect-ratio: 20 / 7;
	box-sizing:border-box;
	margin-bottom:40px;
}
.ttl h1{
	color:#fff;
}
.about .ttl{
	background:url("img/about_ttl.png") no-repeat center / cover;
}

.service .ttl{
	background:url("img/service_ttl.png") no-repeat center / cover;
}
.recruit .ttl{
	background:url("img/recruit_ttl.png") no-repeat center / cover;
}
.privacy-policy .ttl{
	background:url("img/privacy-policy_ttl.png") no-repeat center / cover;
}
.social-media-policy .ttl{
	background:url("img/social-media-policy_ttl.png") no-repeat center / cover;
}
.inquiry .ttl,
.confirm .ttl,
.send .ttl{
	display:none;
}
.inquiry .content,
.confirm .content,
.send .content{
	margin-top:40px;
}
#single h2{
	font-size:30px;
	font-weight:800;
	position: relative;
  padding-left: 80px;
  margin-bottom:50px;
}
#single h2::before{
	content:"";
	border-radius:0% 100% 100% 0% / 100% 0% 100% 0% ;
	background:#E70013;
	aspect-ratio:1;
	position:absolute;
	left:0;
	top:0;
	width:60px;
	z-index:1;
}
#single h2 small{
	position:absolute;
	left:5px;
	top:40%;
	font-size:8px;
	font-weight:500;
	letter-spacing: -0.05em;
	color:#fff;
	z-index:2;
}
#single h2 small.left1{
	left:1%;
}
.about table{
	margin-bottom:100px;
}
.about table td{
	vertical-align:top;
}
.about table td:first-child{
	width:40%;
}
.about table td:last-child{
	width:60%;
	padding-left:5%;
	box-sizing:border-box;
}
.about dl table,
.about dl table td{
	width:auto!important;
	white-space:nowrap;
	margin:0!important;
}
.overview,.history{
	display:table;
	margin:0 auto 100px;
}
.overview dl{
	display:flex;
	width:720px;
}
.overview dt{
	border-bottom:1px solid #E70013;
	font-weight:600;
	width:25%;
	padding:1em 0;
}
.overview dd{
	border-bottom:1px solid #DFDFDF;
	font-weight:300;
	width:75%;
	padding:1em 2em;
}
.history dl{
	display:flex;
	width:980px;
	font-size:0.875em;
}
.history dt{
	border-bottom:1px solid #E70013;
	font-weight:600;
	width:25%;
	padding:1em 0;
}
.history dd{
	border-bottom:1px solid #DFDFDF;
	font-weight:300;
	width:75%;
	padding:1em 2em;
}
p.philosophy{
	font-size:1.5em;
	font-weight:800;
	line-height:2;
	text-align:center;
	margin:0 auto 100px;
}
/*---------------------------------------------------------
SERVICE
---------------------------------------------------------*/
.wrap{
	max-width:1080px;
	margin:0 auto 100px;
}
.service .wrap h3{
	font-size:1.25em;
	font-weight:800;
}
figure.cars{
	display:flex;
	margin-bottom:50px;
}
figure.cars img{
	width:50%;
}
.price-list{
	max-width:1080px;
	margin:0 auto;
}
.price-list h4{
	font-size:1.5em;
	font-weight:600;
	text-align:center;
	position:relative;
	margin-bottom:50px;
}
.price-list h4::after{
	display:inline-block;
	content:"";
	width:240px;
	border-bottom:1px solid #E70013;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.price-list h5{
	font-size:1.5em;
}
.price-list table{
	border:1px solid #cbcbcb;
	font-size:0.875em;
	text-align:left;
	margin-bottom:60px;
}
.price-list table.nomgb{
	margin-bottom:1em;
}
.price-list th{
	background:#f4f4f4;
	border:1px solid #cbcbcb;
	font-weight:700;
	width:24%;
	padding:0.8em;
}
.price-list td{
	border:1px solid #cbcbcb;
	flex:1;
	padding:0.8em;
}
.price-list td:last-child{
	font-weight:700;
}
.price-list td:nth-child(3){
	width:10%;
}
.service .banner{
	width:640px;
	margin:0 auto 60px;
}
.service .notice{
	background:#FAEBE3;
	font-size:0.8em;
	line-height: 2;
	padding:1em 5%;
	margin-bottom:100px;
}
.service .notice p{
	margin:auto;
}
.service a{
	color:#00f;
	font-weight:600;
	text-decoration:underline;
}
.service p.caution{
	font-size:0.8em;
}
.price-list table.usage{
	font-size:1em;
}
.price-list .usage th{
	background:#f4f4f4;
	border:1px solid #cbcbcb;
	font-size:1.25em;
	font-weight:700;
	text-align:center;
	padding:0.2em 0;
}
.price-list .usage td:last-child{
	font-weight:400;
}
.price-list .usage strong{
	display:block;
	font-weight:600;
}
.price-list .usage p{
	margin-bottom:0;
}
.price-list .usage p:empty{
	display:none;
}
.price-list .usage ol{
	margin:0 0 2em 4em;
}
.usage ol li {
	font-size:0.85em;
  position: relative;
  padding-left: 2em; 
  margin-bottom:0.5em;
}

.usage ol li span {
  position: absolute;
  left: 0;
  width: 1.5em;
}
.accordion-content {
    display: none;
}
.accordion-header {
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  line-height:60px;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 20px 10px 0;

}

.accordion-header span{
  display:block;
  padding-left: 80px;
  position: relative;
}
.accordion-content span{
  display:block;
  padding-left: 80px;
  position: relative;
  min-height:60px;
}

.accordion-header span::before{
  position: absolute;
  content:"Q";
  top: 0;
  left: 0;
  color: #FFF;
  background:#3498DB;
  font-size: 24px;
	text-align: center;
	line-height: 60px;
  width:60px;
  height:60px;
}


.accordion-content span::before{
  position: absolute;
  content:"A";
  top: -9px;
  left: 0;
  color: #FFF;
  background:#E70013;
  border-radius: 0% 100% 100% 0% / 100% 0% 100% 0%;
  font-size: 24px;
  text-align: center;
  line-height: 47px;
  width:60px;
  height:60px;
}
/*---------------------------------------------------------
RECRUIT
---------------------------------------------------------*/
.recruit table{
	border:1px solid #cbcbcb;
	font-weight:600;
	text-align:left;
	margin-bottom:30px;
}
.recruit th{
	background:#f4f4f4;
	border:1px solid #cbcbcb;
	font-weight:700;
	padding:0.8em;
	width:24%;
}
.recruit td{
	border:1px solid #cbcbcb;
	padding:0.8em;
	flex:1;
}
.recruit td small{
	display:block;
	font-size:0.875em;
	font-weight:400;
	margin-left: .5em;
}
.recruit .ask{
	font-size:2em;
	font-weight:800;
	text-align:center;
	margin-bottom:100px;
}
/*---------------------------------------------------------
policy
---------------------------------------------------------*/
.social-media-policy strong,
.privacy-policy strong{
	font-weight:700;
}
/*---------------------------------------------------------
inquiry
---------------------------------------------------------*/
.wpcf7 form{
	width:max-content;
	margin:auto;
}
.wpcf7 form li{
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	padding:1em 0;
	border-bottom:1px solid #CBCBCB;
}
.wpcf7 form li:last-child{
	justify-content:center;
}
.wpcf7 form .required{
	background:#E70013;
	border-radius:8px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	padding:5px 10px;
	white-space:nowrap;
	margin-right:20px;
}
.wpcf7 form label{
	width:25%;
	margin-right:30px;
}
.inquiry form input,
.inquiry form textarea{
	background:#f4f4f4;
	border:1px solid #cbcbcb;
	border-radius:8px;
	padding:0.5em;
}
.wpcf7-form-control-wrap,
span.text{
	flex: 1;
}
.wpcf7 input[type="submit"]{
	display:inline-block;
	background:#E70013;
	border-radius:8px;
	color:#fff;
	font-size:1.25em;
	font-weight:700;
	padding:.5em 3em;
	cursor:pointer;
	margin:0 10px;
}
.wpcf7 input[type="button"]{
	display:inline-block;
	background:#9a9a9a;
	border-radius:8px;
	color:#fff;
	font-size:1.25em;
	font-weight:700;
	padding:.5em 3em;
	cursor:pointer;
	margin:0 10px;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover{
	opacity:0.8;
}
/*---------------------------------------------------------
Single Post
---------------------------------------------------------*/
article#single.post{
	margin:40px auto 100px;
}
.post .wrap{
	max-width:800px;
	margin:auto;
}
.post h1{
	font-size:1.5em;
	font-weight:800;
	text-align:center;
	border-bottom:1.5px solid #E70013;
}
.post time{
	display:block;
	font-size:0.8em;
	text-align:right;
	margin-bottom: 20px;
}
.post .text-body{
	margin:0 4%;
}
/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
	width: 100%;
	max-width:1440px;
	font-size: 1em;
	font-weight: 300;
	text-align:center;
	margin: 100px auto 0;
	padding-bottom:30px;
}
footer h1{
	font-size:1.5em;
	font-weight:700;
	line-height: 1.2;
	margin-bottom:1.5em;
}
footer h1 small{
	display:block;
	font-size:0.75em;
	font-weight:500;
}
footer p{
	line-height:3;
}
footer ul{
	display:flex;
	justify-content:center;
	margin:2em 0 4em;
}
footer ul li{
	padding:.3rem 1.5rem;
	font-size:0.8em;
	font-weight:500;
}
footer a{
	text-decoration:underline;
}
footer p a{
	color:#00f;
}
footer span{
	font-size:0.8em;
	color:#555;
}
footer .group{
	width:80px;
	position:absolute;
	bottom:0;
	right:0;
}

/*---------------------------------------------------------
Mobile
---------------------------------------------------------*/

/*Media Queries*/

@media screen and (max-width: 767px) {
	body, html {
		min-width: 100%;
	}
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	img {
		max-width: 100%;
	}
	.head_wrap{
		display:block;
		padding:0;
	}
	#header .group {
		max-width: 64px;
		margin-right: 10px;
	}
	#header .title {
		padding-top: 05px;
	}
	#header a h1 {
		font-size: 18px;
	}
	#header nav {
		padding-top: 10px;
		margin-top:0;
		z-index: unset;
	}
	#header nav ul {
		display: flex;
		justify-content: center;
	}
	#header nav ul li {
		font-size: 13px;
		margin: 0 0.7em;
	}
	.quick_wrap {
		width: 30px;
		position: fixed;
		top: -30px;
		right: 0;
	}
	.btn img.pc{
		display:none;
	}
	.btn img.sp{
		display:block;
		width:21px;
		cursor:pointer;
	}
	.btn {
		display: grid;
		place-items: center;
		background: linear-gradient(#fc8b1e 0%, #fd1850 100%);
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
		border-radius: 8px 0 0 8px;
		text-align: center;
		width: 30px;
		height: 220px;
		position: fixed;
		top: 10px;
		right:0;
	}
	.drawer{
		background: linear-gradient(#fc8b1e 0%, #fd1850 100%);
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
		border-radius: 8px 0 0 8px;
		text-align: center;
		width:224px;
	  position: absolute;
	  top: 0;
	  right: 0;
	  z-index: 1000;
	  transform: translateX(100%);
	  transition: transform 0.4s ease, opacity 0.4s ease;
	  opacity: 0;
	}
	.drawer.active {
	  transform: translateX(-86%);
	  opacity: 1;
	  z-index:999;
	}
	.drawer a{
		display:block;
		margin:10px 0;
	}
	.drawer .close{
		font-size:12px;
		left:0;
		right:0;
		position:absolute;
		cursor:pointer;
	}
	.breadcrumbs{
		font-size:12px;
	}
	#fv{
		display:block;
		margin:0;
	}
	#fv .symbol {
		width: 92%;
		margin: auto;
	}
	#fv .slidebox {
		width: 100%;
	}
	#fv .slick-dotted.slick-slider {
		border-radius: 0 ;
	}
	main h1 {
		font-size: 1.5em;
	}
	main .read::before{
		top:0;
	}
	main .read{
		width:100%;
		padding:30px 4% 0;
	}
	main .news h2 {
		font-size: 1.5em;
	}
	main .news ul li {
		padding: 10px 15px;
	}
	main .news ul li a{
		flex-wrap:wrap;
	}
	main .news ul li a span {
		width: 100%;
		font-size:12px;
	}
	main .news ul li a figure {
		width: 24px;
		margin-left: 10px;
	}
	main h4.bnr {
		margin: 40px 5%;
	}
	.quicklink{
		display:block;
		width:92%;
	}
	.quicklink a{
		display:block;
		margin-bottom:10px;
	}
	.ttl{
	padding:10px;
		margin-bottom:20px;
	}
#single h2 {
    font-size: 20px;
    font-weight: 800;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}
	#single h2 small {
	    position: absolute;
	    left: 5px;
	    top: 45%;
	    font-size: 6px;
	    font-weight: 500;
	    letter-spacing: -0.05em;
	    color: #fff;
	    z-index: 2;
	}
	#single h2::before {
	    content: "";
	    border-radius: 0% 100% 100% 0% / 100% 0% 100% 0%;
	    background: #E70013;
	    aspect-ratio: 1;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 45px;
	    z-index: 1;
	}
	.about table {
		margin-bottom:60px;
	}
	.about table tr{
		display: flex;
		flex-direction: column;
	}
	.about table td:first-child,
	.about table td:last-child{
		width: 92%;
		padding-left:0;
		margin:0 auto 10px;
	}
	.overview, .history {
	    display: table;
	    width: 100%;
	    margin: 0 auto 100px;
	}
	.overview dl,
	.history dl{
		flex-direction: column;
		font-size:0.925em;
		width:92%;
		margin:0 auto 20px;
	}
	.overview dt {
	    border-bottom: 1px solid #E70013;
	    font-weight: 600;
	    width: fit-content;
	    padding: 0;
	}
	.history dt {
	    border-bottom: 1px solid #E70013;
	    font-weight: 600;
	    width: fit-content;
	    padding: 0;
	}
	#single h2 small.philosophy{
		left: 2px;
	}
	p.philosophy {
    font-size: 1em;
    line-height: 1.5;
    width: 92%;
  }
	.overview dd,.history dd {
	    border-bottom: 1px solid #DFDFDF;
	    font-weight: 300;
	    width: 100%;
	    padding: .5em 0;
	}
	.wrap{
		width:92%;
		margin:auto auto 40px;;
	}
	.wrap p{
		font-size:0.9em;
		line-height: 1.8;
	}
	.price-list {
    width:92%;
	}
	.price-list h4 {
    font-size: 1.25em;
	}
	.price-list h5 {
    font-size: 1.25em;
	}
	.service .banner {
    width: 92%;
    margin: 0 auto 30px;
	}
	.service .notice{
		width:92%;
		margin:0 auto 40px;
	}
	.service .notice p {
    line-height: 1.5;
	}
	.service .notice p br{
    line-height: 1.5;
	}
	.price-list .usage th{
		font-size:1.125em;
	}
	.price-list .usage strong{
		font-size:.9em;
	}
	.price-list .usage ol {
    margin: 0 0 2em 2em;
	}
	.recruit table{
		font-size:0.9em;
	}
	.recruit th{
		white-space:nowrap;
	}
	.recruit .ask {
    font-size: 1.25em;
	}
	.wpcf7 form{
		width:92%;
	}
	.wpcf7 form li {
		flex-wrap:wrap;
	}
	.wpcf7 form .required{
	}
	.wpcf7 form label{
    width: 80%;
    margin-right: 0;
	}
	.inquiry form input, .inquiry form textarea{
		width:100%;
	}
	.wpcf7-form-control-wrap, span.text{
		margin-top:10px;
	}
	.wpcf7 input[type="submit"],.wpcf7 input[type="button"]{
		font-size:1.125em;
	}
	footer h1 {
		font-size: 1.25em;
	}
	footer p {
		line-height: 2;
	}
	footer ul{
		flex-wrap: wrap;
	}
	footer .group {
		width: 40px;
	}
	footer span {
		font-size: 0.7em;
	}
	.accordion{
		font-size:0.8em;
	}
	.accordion-header {
	  background-color: #FFF;
	  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	  margin: 20px 0 0;
	  transition: background .3s ease;
	  cursor: pointer;
	  position: relative;
	  line-height:1.5;
	  min-height:40px;
	}

	.accordion-header::before,
	.accordion-header::after{
	  position:absolute;
	  content:'';
	  top:1px;
	  right:20px;
	  bottom:0;
	  width:12px;
	  height:2px;
	  margin:auto;
	  background:#151E2F;
	}
	.accordion-header::after{
	  transform:rotate(-90deg);
	  transition:transform 0.3s;
	}
	.accordion-header.active::after{transform:rotate(0deg);}

	.accordion-content {
	  background-color: #FFF;
	  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	  padding: 10px 20px 10px 0;

	}

	.accordion-header span{
	  display: inline-flex;
		align-items: center;
	  padding: 0 40px 0 55px;
	  position: relative;
		min-height: 40px;
	}
	.accordion-content span{
	  display:block;
	  padding-left: 55px;
	  position: relative;
	  min-height:30px;
	}

	.accordion-header span::before{
	  position: absolute;
	  content:"Q";
	  top: 0;
	  left: 0;
	  color: #FFF;
	  background:#3498DB;
	  font-size: 18px;
		text-align: center;
		line-height: 40px;
	  width:40px;
	  height:40px;
	}


	.accordion-content span::before{
	  position: absolute;
	  content:"A";
	  top: -9px;
	  left: 0;
	  color: #FFF;
	  background:#E70013;
	  border-radius: 0% 100% 100% 0% / 100% 0% 100% 0%;
	  font-size: 18px;
	  text-align: center;
	  line-height: 32px;
	  width:40px;
	  height:40px;
	}
}
