@charset "UTF-8";

body{
    margin:0;
    padding:45px 0 70px 0px;
    position:relative;
    background:#f4f4f4;
    font-size:14px;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif ;
    font-weight:400;
    height:100vh;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}


ul,ol{
    list-style:none;
}

a,
a:hover{
    text-decoration: none;
    color:#333;
    display:block;
}

::-webkit-input-placeholder{
    font-family: 'Noto Sans JP', sans-serif ;
}
:-moz-placeholder {
    font-family: 'Noto Sans JP', sans-serif ;
}

.wrapper{
    max-width:540px;
    width:100%;
    height:100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin:0 auto;
    overflow-wrap: anywhere;
}

.grid,
.form-grid{
    display:flex;
}


h1{
    font-size:18px;
    font-weight:bold;
    text-align: center;
}
h2{
    font-size:16px;
    font-weight:bold;
    text-align: center;
}
h3{
    font-size:14px;
    font-weight:bold;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-left{
	text-align:left;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

/*
微調整
****************************************/

.mt-0{
	margin-top:0px !important;
}
.mt-1{
	margin-top:10px !important;
}

.mt-2{
	margin-top:20px !important;
}

.mt-3{
	margin-top:30px !important;
}

.mt-4{
	margin-top:40px !important;
}

.mt-5{
	margin-top:50px !important;
}

.mb-0{
	margin-bottom:0px !important;
}


.mb-1{
	margin-bottom:10px !important;
}

.mb-2{
	margin-bottom:20px !important;
}

.mb-3{
	margin-bottom:30px !important;
}

.mb-4{
	margin-bottom:40px !important;
}

.mb-5{
	margin-bottom:50px !important;
}

.pt-50{
	padding-top:50px;
}

.pb-170 {
    padding-bottom: 170px;
}

.w-90{
	width: 90% !important;
}
/*
背景
****************************************/

.bg-white{
    background:#fff;
}

body.bg-white{
	padding-bottom:20px;
}

/*
btn
****************************************/

.btn-next,
.btn-next:hover,
.btn-next:focus{
    display:block;
    text-align:center;
    border-radius: 4px;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
    padding:15px;
    margin:0 auto;
    font-size:16px;
    font-weight:normal;
    color:#fff;
    background: rgb(239, 41, 41);
    outline:none;
    border:none;
    width: 90%;
    line-height:1.0;
    cursor:pointer;
}

.btn-out,
.btn-out:hover,
.btn-out:focus{
    display:block !important;
    padding:15px;
    margin:30px auto;
    font-size:16px;
    font-weight:normal;
    color:#e70808;
    background: #fff;
    width: 100%;
    text-align: center;
    line-height:1.0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    cursor:pointer;
}
.btn-out:after{
    display:none;
}

.btn-white,
.btn-white:hover,
.btn-white:focus{
    display:block;
    border-radius: 4px;
    box-shadow:0 2px 3px rgba(0,0,0,0.2);
    padding:15px;
    margin:0 auto 15px auto;
    font-size:16px;
    font-weight:normal;
    color:#59A65C;
    background: #fff;
    outline:none;
    border:1px solid #59A65C;
    width: 100%;
    line-height:1.0;
    cursor:pointer;
    text-align:center;
}

.btn-set{
    width:100%;
    margin-top:auto;
}

.btn-next + .btn-white{
	margin-top:20px;
	margin-bottom:0px;
}

.radius{
	border-radius:5px;
}

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
welcome
*********************************/
body#welcome{
    padding:0;
}

.welcome-box{
    max-width:540px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap:15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.welcome-box h1{
    font-size:32px;
    font-weight: 600;
}
.welcome-box p{
    font-size:16px;
}

.welcome-box img{
    margin-bottom:30px;
}

/*
header
*********************************/
header{
    position: fixed;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:100%;
    background: #fff;
    z-index:10;
}

header .wrapper{
    position:relative;
}

header .grid{
    display: flex;
    justify-content: center;
    align-items: center;
    height:45px;
}

header .grid .item-back,
header .grid .item-next{
    width:50px;
    text-align:center;
}
header .grid .item-ttl{
    width:100%;
    font-weight:bold;
    text-align:center;
}

header .grid .item-back a,
header .grid .item-next a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:45px;
}

header .grid .item-back i{
    font-size:20px;
}

header .grid .item-next img{
    margin-top:5px;
}

header .grid .item-back a{

}

header .grid .item-back{
    position:absolute;
    top:0;
    left:0;
}

header .grid .item-next{
    position:absolute;
    top:0;
    right:0;
}


/*
menu-tab
*********************************/

.menu-tab li.is-current:after{
    display: block;
    content:"";
    width:100%;
    height:4px;
    background: #333;
    position:absolute;
    bottom:-2px;
    left:0;
    right:0;
}

.menu-tab li{
    width:50%;
    text-align: center;
    border-bottom:2px solid #ccc;
    position:relative;
}

.menu-tab li a{
    color:#333;
    padding:10px;
}

/*
notice-index
*********************************/
body#notice-index{
    padding-top:110px;
}

/*
notice-detail
*********************************/
body#notice-detail{
    padding-top:110px;
    background:#fff;
}

body#notice-detail p{
    text-align:center;
    width:75%;
    font-size:16px;
    margin:0 auto;
}

/*
list-group
*********************************/

.list-group{
    background: #fff;
}

.list-group a{
    position: relative;
    display:flex;
    gap:10px;
    padding:10px;
}

.list-group.align-center a{
    align-items: center;
}

.list-group a:after{
    content:"\f054";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5px;
    color:#666;
}


.list-group li{
    border-top:1px solid #ddd;
}
.list-group li:last-child{
    border-bottom:1px solid #ddd;
}

.list-ttl{
    color:#000;
}

.list-date{
    font-size:11px;
    color:#555;
}

.list-use{
    font-size:11px;
    font-weight:bold;
} 
.use-ng{
    color:#E62719;
}

.list-detail{
    color:#666;
}

.list-group li.list-data{
    display:flex;
    justify-content: space-between;
    padding:10px;
}

.list-group li.list-data.txt-light .list-ttl,
.list-group li.list-data.txt-light .list-detail{
    color:#ccc;
}

.list-use-bold{
  width: 60%;
  font-weight:bold;
  text-align: right;
} 

.i-red-mark{
    width:10px;
    height:10px;
    background:#E62719;
    position:absolute;
    top:5px;
    right:5px;
    border-radius: 50%;
}
.use-ok{
    color:#00995E;
}

.charger{
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
}

.charger img{
    width:auto;
    height:27px;
}

label{
    margin-top:10px;
    padding:10px 5px 5px 10px;
    display:block;
}


.in-use-box{
    width:90%;
    margin:15px auto;
}

.in-use-box label{
    margin-top:0;
    padding-top:0;
    padding-left:0;
}


.card{
    padding:15px;
    border-radius:5px;
    background:#fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}


.in-use-box .card {
    padding:0;
}
.in-use-box .card a{
    padding:15px;
    display:block;
}

.use-label{
    width:80px;
    padding:7px;
    text-align: center;
    color:#fff;
    background: #519108;
    border:1px solid transparent;
    border-radius:20px;
}

.use-label-error {
  width:80px;
  padding:7px;
  text-align: center;
  color: #fff000;
  background: #ff0000;
  border:1px solid transparent;
  border-radius:20px;
}

.use-label.use-able{
    width:80px;
    padding:7px;
    text-align: center;
    color:#59A65C;
    background: #fff;
    border:1px solid #59A65C;
    border-radius:20px;
}

.progress-bar {
    width: 100%; 
    background-color: #E6E6E6;
    border-radius: 2px;
}

.progress {
    height: 8px;
    background: #519108; 
    border-radius: 2px;
    width: 0%;
}

.use-top{
    display: flex;
    align-items: center;
    gap:15px;
    border-bottom:1px solid #E6E6E6;
    padding-bottom:10px;
}
.use-img{
    width:25px;
}
.use-percent{
    width:calc(100% - 105px);
}

.use-percent-num{
    font-size:11px;
    line-height: 1.0;
    margin-bottom:5px;
}

.use-bottom{
    display: flex;
    align-items: center;
    padding-top:10px;
}

.use-bottom dl{
    display: flex;
    justify-content: space-between;
    gap:10px;
    width:100%;
}

.use-bottom dl dt{
    width:55%;
}

.use-bottom dl dd{
    width:45%;
    text-align:right;
}

.next-book-remaining{
    margin-left:10px;
}

label.grid{
    gap:10px;
    justify-content: space-between;
    padding-right:15px;
}
label.grid a{
    position:relative;
    padding-right:10px;
    color:#477185;
}

label.grid a:after{
    content:"\f054";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -5px;
    color:#477185;
}

/*
sign_in
*********************************/
body#sign_in{
    padding-top:70px;
    background:#fff;
}

body#sign_in .form-box p{
    margin-bottom:20px;
}

/*
form-box
*********************************/

.form-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:0px;
    width:90%;
    height:100%;
    margin:20px auto 10px auto;
}

.form-box .item{
    width:100%;
}

.form-box label{
    display:block;
    margin-bottom:7px;
}

.form-box input{
    padding:15px;
    border-radius:5px;
    border:1px solid #ccc;
    width:100%;
}

.form-box .btn-next{
    margin-top:auto;
    width:100%;
}

.form-box .btn-next + .btn-next{
    margin-top:20px;
}

.text-link{
	display:inline-block;
	color:#477185;
	margin-top:20px;
	text-decoration:underline;
}

.pw-sub-txt{
	margin-top:7px;
	font-size:11px;
	text-align:right;
	color:#666;
}

textarea{
	width:100%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

/*
msg-box
*********************************/

.msg-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:0px;
    width:90%;
    height:auto;
    margin:50px auto 0 auto;
}

.msg-box .item{
    width:100%;
}

.msg-box label{
    display:block;
    margin-bottom:7px;
}

.msg-box input{
    padding:15px;
    border-radius:5px;
    border:1px solid #ccc;
    width:100%;
}

.msg-box .btn-next{
    margin-top:50px;
    width:100%;
}

/*
required-label
*********************************/

.required-label{
	font-size:12px;
	color:#fff;
	padding:1px 5px 2px 5px;
	margin-right:10px;
	margin-left:-9px;
	background:#cc0000;
	border-radius:3px;
}


/*
history-box
*********************************/

.history-box{
    flex: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.history-box ul{
    position:relative;
    flex: 1;
    overflow:hidden;
    padding:30px 15px 100px 40px;
}

.history-box ul:before{
    display:block;
    content:"";
    width:1px;
    height:1000vh;
    background:#ccc;
    position: absolute;
    top:-80px;
    bottom:0;
    left:26px;
    z-index:-1;
}


.history-box .card-top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    border-bottom:1px solid #E6E6E6;
    padding-bottom:5px;
}
.history-box .card-bottom{
    padding-top:5px;
    text-align:center;
    color:#666;
}

.history-box li + li{
    margin-top:25px;
}

.history-date{
    color:#666;
    margin-bottom:5px;
    position:relative;
}

.history-date:before{
    display:block;
    content:"";
    width:13px;
    height:13px;
    background:#000;
    border-radius:50%;
    position: absolute;
    top:4px;
    left:-20px;
}

.history-box .charger{
    width:30px;
}

.history-box .use-name{
    width:calc(100% - 145px);
    color:#000;
}

.history-box .use-num{
    text-align:right;
    width:115px;
    color:#666;
}


/*
acount
*********************************/

#acount .item-next a{
    color:#477185;
    font-weight:bold;
}

/*
user
*********************************/


.user-box-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width:120px;
    height:120px;
    background:#fff;
    border-radius:50%;
    margin:30px auto 10px auto;
    overflow: hidden;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.user-box p a{
    text-align:center;
    color:#478549;
}

.list-group + .list-group{
    margin:30px 0;
}


/*
kiyaku
*********************************/

.kiyaku-group{
    padding:20px 15px 175px 15px;
}

.kiyaku-group h2{
    text-align:left;
    margin-top:20px;
}

.kiyaku-group h2 img{
	margin-right:7px;
	vertical-align:-3px;
}

.kiyaku-group h3{
    margin-top:15px;
}

.agree-box{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:15px;
    background:#fff;
    box-shadow:0 -2px 10px rgba(0,0,0,0.1);
}

.agree-box ul li label{
    display:flex;
    align-items: center;
    gap:10px;
    margin-top:0;
}

.agree-check-input {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.agree-check-input {
    margin: 0;
    width: 0;
    opacity: 0;
}


.agree-check-input:checked + .agree-check-input-box {
    background: #007E70;
}
.agree-check-input:checked + .agree-check-input-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 47%;
    width: 40%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
}
.agree-check-input:checked + .agree-check-input-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    left: 55%;
    width: 95%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
}
.agree-check-input-box {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    background: rgba(0,0,0, .1);
    border-radius: 4px;
}


.btn-agree{
    color:#333;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    background:#ccc;
    border-radius:5px;
    display:block;
    outline:none;
    border:none;
    width:100%;
    padding:10px;
    margin-top:10px;
}

.btn-agree.active{
    color:#fff;
    background:#007E70;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.btn-agree:hover {
    cursor: default;
}

.agree-box ul li label,
.btn-agree.active:hover {
    cursor: pointer;
}


/*
charge-detail
*********************************/

.btn-charge-red,
.btn-charge-green{
    display:block;
    color:#fff;
    padding:10px;
    text-align:center;
    border-radius:5px;
    width:90%;
    margin:50px auto 30px auto;
}

.btn-charge-red:hover,
.btn-charge-green:hover{
    color:#fff;
}
.btn-charge-red{
    background:#E62719;
}

.btn-charge-green{
    background:#59A65C;
}

.charge-group{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:10px;
    margin:30px 0 50px 0;
}

.charge-group .charge-img{
    display:flex;
    align-items: center;
    justify-content: center;
    padding:15px;
    background:#fff;
    width:120px;
    height:120px;
    border-radius:50%;
    margin-top:20px;
}

.charge-group .charge-num dl{
    display:flex;
    gap:10px;
    color:#478549;
}

.charge-group .charge-txt{
    font-size:12px;
}

/*
booking-group
*********************************/

.list-group.booking-group{
	margin-top:10px;
	margin-bottom:0px;
}

/*
card-list
*********************************/


.card-list ul li{
	padding:15px;
	background:#fff;
	border-radius:5px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.card-list ul li + li{
	margin-top:8px;
}

.card-list-row{
	display:flex;
}

.card-list-row .list-ttl{
	width:40%;
}

.card-list-row .list-use-date,
.card-list-row .list-use-time,
.card-list-row .list-use-txt{
	width:60%;
	text-align:right;
}


.card-list ul li hr{
	border-top:1px solid #E6E6E6;
	margin:15px 0;
}

.list-use-txt a{
	color: #477185;
	text-decoration:underline;
}


.card-list .card-box{
	padding:15px;
	background:#fff;
	border-radius:5px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.mei{
	margin-left:10px;
}


/*
form-grid
***********************************/
.form-grid{
    display:flex;
    gap:20px;
}

.form-grid .form-item{
	width:50%;
}

/*
just-box
**********************************/

.just-box{
    display: flex;
    flex-direction: column;
    gap:0px;
    width:90%;
    height:auto;
    margin:15px auto 10px auto;
    position:relative;
}

.just-box + .btn-white{
	width:90%;
	margin-bottom:20px;
}



.fixed-bottom{
	position:fixed;
	bottom:0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width: 540px;
	width:100%;
	background:rgba(255,255,255,0.5);
	padding:15px 20px 20px 20px;
}

.fixed-bottom .btn-next, .fixed-bottom .btn-next:hover, .fixed-bottom .btn-next:focus,
.fixed-bottom .btn-white, .fixed-bottom .btn-white:hover, .fixed-bottom .btn-white:focus{
	width:100%;
}

.fixed-bottom .btn-white{
	margin-bottom:0;
}

.pb{
	padding-bottom:100px;
}

.fixed-menu{
	position:fixed;
	top:45px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width: 540px;
	width:100%;
	padding:10px 20px;
	background: rgba(255,255,255,0.5);
	z-index:10;
}


/*
radio
*********************************/

.radio {
  margin: 0.5rem;
}

.radio label{
	margin:0;
	padding:0;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width:auto;
}

.radio input[type="radio"] + .radio-label::before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bcbcbc; /* darken(#f4f4f4, 25%) */
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 10px; 
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label::before {
  background-color: #59A65C;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio input[type="radio"]:focus + .radio-label::before {
  outline: none;
  border-color: #59A65C;
}

.radio input[type="radio"]:disabled + .radio-label::before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #bcbcbc; /* darken(#f4f4f4, 25%) */
  background: #bcbcbc; /* darken(#f4f4f4, 25%) */
}

.radio input[type="radio"] + .radio-label:empty::before {
  margin-right: 0;
}

.form-input-item .radio{
	display:inline-block;
}

.form-input-item .radio + .radio{
	margin-left:10px;
}

/*
select
*********************************/

.select-birth-group{
	display:flex;
	justify-content: space-between;
}
.select-birth-group .select-wrap {
    width:30%;
}

.select-wrap{
    position: relative;
}
.select-wrap:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 36px;
    color: #59A65C;
    font-size: 20px;
    pointer-events: none;
    background: #fff;
    width: 18px;
    text-align: center;
}

select{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: #ccc;
}

/*
faq
*********************************/

.faqB {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.faqB:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faqB h3{
	text-align:left;
	margin:0 40px 0 0;
	padding-left:70px;
	display:block;
	width:100%;
	font-size:15px;
}

.faqB .entry-day{
	text-align:left;
	margin:0 0 0 0;
	padding-left:50px;
	display:block;
	width:100%;
	font-size:14px;
}

.faqB a{
	color:#00a0ff;
}
.faqB a:hover{
	text-decoration:none;
}

.faqq {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    position: relative;
}
.faqq::before {
    background-color: #59A65C;
    border-radius: 50%;
    color: #fff;
    content: "Q";
    display: inline-block;
    font-size: 20px;
    font-weight:bold;
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin-right: 24px;
    margin-top: -5px;
    text-align: center;
    position: absolute;
    top:5px;
    left:0;
}
.faqq > p {
    flex-grow: 1;
    padding-right: 40px;
}
.faq-group {
    display: none;
}
.faqq-detail {
    color: #333;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 50px;
    position: relative;
}
.faqq-detail p {
    font-size: 14px;
    line-height: 1.5;
}
.faqq-detail::before {
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #ff0000;
    content: "Q";
    display: block;
    font-size: 20px;
    font-weight:bold;
    width: 37px;
    height: 37px;
    line-height: 37px;
    left: 0;
    margin-right: 20px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
}
.faqa-detail li {
    line-height: 1.5;
    margin-bottom: 5px !important;
}
.faqa-detail p a {
    word-break: break-all;
    text-decoration: underline;
}
.faqa {
    color: #333;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 50px;
    position: relative;
}
.faqa.display {
    display: none;
}

.faqa p {
    font-size: 14px;
    line-height: 1.5;
}
.faqa::before {
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #59A65C;
    content: "A";
    display: block;
    font-size: 20px;
    font-weight:bold;
    width: 37px;
    height: 37px;
    line-height: 37px;
    left: 0;
    margin-right: 20px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
}
.faqa li {
    line-height: 1.5;
    margin-bottom: 5px !important;
}
.faqqicon {
    font-size:18px;
    position: absolute;
    top:5px;
    right:2px;
    transition: all .2s ease 0s;
}

.active .faqqicon {
    transform: rotate(180deg);
}

.faqa p a {
    word-break: break-all;
    text-decoration: underline;
}

.faq-set{
	padding-top:50px;
	padding-bottom:170px;
}

.faq-set .faqB h3{
	padding-top:8px;
	padding-bottom:8px;
}
