
.beginner img {
    vertical-align: bottom;
}

.beginner h1{
  margin-left: -7px;
  margin-bottom: 27px;
}

.beginner .g-btn:hover{
  opacity: 0.8;
}

.kv-cover{
  background-image: url("/j3a/images/common/guide/beginner/img_kv_bg_01_sol.png");
  padding-top: 23px;
  background-repeat: no-repeat;
  height: 430px;
}

.beginner h1+img{
  padding-bottom: 14px;
}

.beginner h1+img+div{
  padding-left: 10px;
}

.beginner h1+img+div+img{
  padding-bottom: 25px;
}

p.btn-font {
    font-size: 0.8rem;
    line-height: 0.8rem;
    position: relative;
}

p.btn-font::before {
    content: '';
    width: 26px;
    border-bottom: solid 1.5px #000000;
    transform: rotate(70deg);
    position: absolute;
    top: 50%;
    left: 34.8%;
}

p.btn-font::after {
    content: '';
    width: 26px;
    border-bottom: solid 1.5px #000000;
    transform: rotate(110deg);
    position: absolute;
    top: 50%;
    right: 34.7%;
}

p.btn-font a {
    text-decoration: underline;
}

p.btn-font + a.g-btn {
    width: 29%;
    font-size: 1.1rem;
    text-decoration: none;
    line-height: 44px;
    box-shadow: 0 5px #cc621a;
}

.g-btn-login {
    color: #fff;
    background-color: #ff7a21;
}

/* .beginner .g-btn:active {
  box-shadow: none !important;
  position: relative !important;
  top: 5px !important;
} */

.beginner ul.g-alist {
    font-size: 0.63rem;
    display: flex;
    justify-content: flex-end;
}

.beginner ul.g-alist li {
    padding-right: 8px;
}

.beginner ul.g-alist li:nth-of-type(2) {
    margin-top: 0;
}

.beginner nav ul {
  display: flex;
  justify-content: space-around;
}

.beginner nav li {
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
}

.beginner nav li:nth-of-type(1){
  background-color: #f985ab;
}

.beginner nav li:nth-of-type(2){
  background-color: #ffa05a;
}

.beginner nav li:nth-of-type(3){
  background-color: #dcd62a;
}

.beginner nav li:nth-of-type(4){
  background-color: #3174d9;
}

.beginner nav li a{
  color: #ffffff;
  display: block;
  padding-left: 10px;
}

.beginner nav li a span {
    position: relative;
}

.beginner nav span:before {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 20%;
    left: -16px;
}



#six-points {
    background-color: #fff0f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

#six-points h2 {
  margin-bottom: 60px;
}

#six-points .point-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 880px;
    margin: 0 auto;
    margin-bottom: 4px;
}

#six-points .point-wrap div {
    background-color: #ffffff;
    min-width: 260px;
    width: 260px;
    height: auto;
    border-radius: 10px;
    font-size: 0.83rem;
    position: relative;
    flex: auto;
    padding: 80px 15px 15px 20px;
    margin-bottom: 47px;
    margin-right: 24px;
}

#six-points .point-wrap div:nth-of-type(3),
#six-points .point-wrap div:nth-of-type(6) {
    margin-right: 0px;
}

#six-points .point-wrap div::before {
    position: absolute;
    content: '';
    top: -15%;
    left: 35%;
    display: block;
    width: 97px;
    height: 97px;
    background-repeat: no-repeat;
}

#six-points .point-wrap div:nth-of-type(1)::before {
    background-image: url("/j3a/images/common/guide/beginner/img_point_01.png");
}

#six-points .point-wrap div:nth-of-type(2)::before {
    background-image: url("/j3a/images/common/guide/beginner/img_point_02.png");
}

#six-points .point-wrap div:nth-of-type(3)::before {
    background-image: url("/j3a/images/common/guide/beginner/img_point_03.png");
}

#six-points .point-wrap div:nth-of-type(4)::before {
    background-image: url("/j3a/images/common/guide/beginner/img_point_04.png");
}

#six-points .point-wrap div:nth-of-type(5)::before {
  background-image: url("/j3a/images/common/guide/beginner/img_point_05_sol.png");
}

#six-points .point-wrap div:nth-of-type(6)::before {
  background-image: url("/j3a/images/common/guide/beginner/img_point_06_sol.png");
}

#six-points .point-wrap div span {
    font-size: 1rem;
    line-height: 1.4rem;
    display: block;
    padding-bottom: 5px;
}

#six-points .point-wrap div p{
  font-size: 0.86rem;
  line-height: 1.45rem;
}

#six-points ul.g-alist {
    display: inline-block;
    font-size: 0.7rem;
}

.five-steps {
    border: 6px solid #ffffff;
    border-radius: 10px;
    margin: 0 40px;
    padding-top: 35px;
    padding-bottom: 17px;
}


.five-steps
 > div:first-of-type {
    padding-left: 37.5%;
    position:relative;
}

.five-steps
 > div:first-of-type::before {
    position: absolute;
    content: '';
    top: 2px;
    left: 230px;
    width: 97px;
    height: 97px;
    background-repeat: no-repeat;
    background-image: url(/j3a/images/common/guide/beginner/img_order_01.png);
 }

.five-steps h3 {
    font-size: 1.23rem;
    line-height: 2rem;
}

.five-steps h3 span {
    font-size: 1.75rem;
}



.steps {
    display: flex;
    flex-wrap: wrap;
    width: 898px;
    justify-content: center;
}

.steps div {
    margin-right: 30px;
    margin-bottom: 33px;
    max-width: 386px;
    position: relative;
}

.steps div::after {
    position: absolute;
    content: '';
    top: 38%;
    left: 102%;
    width: 97px;
    height: 97px;
    background-repeat: no-repeat;
    background-image: url(/j3a/images/common/guide/beginner/arrow_order_01.png);
}

.steps div:nth-of-type(3)::after,
.steps div:nth-of-type(5)::after{
  content: none;
}

.steps div img {
    padding-bottom: 13px;
}

.steps div p:first-of-type {
    font-size: 1rem;
}

.steps div p:nth-of-type(2) {
  background: linear-gradient(transparent 79%, #ffcbdc 0%);
  display: inline;
}

#review {
    background-color: #cbf0ff;
    background-image: url("/j3a/images/common/guide/beginner/img_voice_bg_01.png");
    background-repeat:no-repeat;
}

#review h2 {
    padding-top: 50px;
}

#review h2 img {
    width: 57%;
}

#review .text div {
    width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#review section {
    width: 278px;
    background-color: #ffffff;
    padding: 26px 15px 22px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2));
}
#review section {
  filter:drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.2));
}

#review section::before {
  content: "";
  position: absolute;
  bottom: -3%;
  right: 94%;
  margin-left: -15px;
  border: 9px solid transparent;
  border-left: 26px solid #ffffff;
  z-index: 0;
  transform: rotate(135deg);
}

#review section:nth-of-type(2) ,
#review section:nth-of-type(5) ,
#review section:nth-of-type(8) ,
#review section:nth-of-type(11) {
    margin-left: 22px;
    margin-right: 22px;
}

#review section h3{
  color: #3174d9;
}

#review p {
    font-size: 0.89rem;
    line-height: 1.45rem;
    padding-bottom: 10px;
}

#review p span {
  background: linear-gradient(transparent 79%, #ffd3b3 0%);
  display: inline;
  font-weight: bold;
}

#review ul li{
  position:relative;
  padding-left: 95px;
  font-size: 0.77rem;
  padding-bottom:6px;
  bottom: 0px;
  line-height: 1rem;
}

#review ul li:nth-of-type(1)::before {
    content: '商品・サービス';
    position: absolute;
    color: white;
    font-size: 0.6rem;
    text-align:center;
    line-height: 17.5px;
    top: 0;
    left: 0;
    width: 90px;
    height: 17.5px;
    background-color:#3174d9;
    border-radius: 10px;
}

#review ul li:nth-of-type(2)::before {
    content: '用途';
    position: absolute;
    color: white;
    font-size: 0.6rem;
    text-align:center;
    line-height: 17.5px;
    top: 0;
    left: 0;
    width: 90px;
    height: 17.5px;
    background-color:#3174d9;
    border-radius: 10px;
}

#review ul li a{
  text-decoration: underline;
}

.text.hidden div + a {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 140px;
    margin-left: 78%;
}

/* Ã£ÂÅ Ã¥Â®Â¢Ã¦Â§ËœÃ£ÂÂ®Ã¥Â£Â°Ã£â‚¬â‚¬Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³ Ã£â‚¬â‚¬Ã¢â€ â€œÃ¢â€ â€œÃ£â‚¬â‚¬*/
.text_wrapper {
    position: relative;
}
.text {
    height: 1110px;
    overflow: hidden;
}
.show_more {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 145px;
    padding-top: 0px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(203, 240, 255, 1) 70%);
}
.show_more img{
  cursor: pointer;
}
.active {
    background: none;
    bottom: 0;
}
/* Ã£ÂÅ Ã¥Â®Â¢Ã¦Â§ËœÃ£ÂÂ®Ã¥Â£Â°Ã£â‚¬â‚¬Ã£â€šÂ¢Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€¡Ã£â€šÂ£Ã£â€šÂªÃ£Æ’Â³ Ã£â‚¬â‚¬Ã¢â€ â€˜Ã¢â€ â€˜Ã£â‚¬â‚¬*/



.bg_wh-print{
  background-color: #00baff;
  color: #ffffff;
}

.g-btn.bg_wh-print{
  box-shadow: 0 5px #0095cc;
}

.bg_wh-hanko{
  background-color: #18b16b;
  color: #ffffff;
}

.g-btn.bg_wh-hanko{
  box-shadow: 0 5px #138e56;
}

.bg_wh-naire{
  background-color: #f79413;
  color: #ffffff;
}

.g-btn.bg_wh-naire{
  box-shadow: 0 5px #c6760f;
}


#service {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#service > div {
    display: flex;
    width: 880px;
    margin: 0 auto;
}

#service > div:nth-of-type(1){
  border: 6px solid #91e5ff;
  border-radius: 11px;
  overflow: hidden;
}

#service > div:nth-of-type(2){
  border: 6px solid #a4f0cc;
  border-radius: 11px;
  overflow: hidden;
}

#service > div:nth-of-type(3){
  border: 6px solid #f8d16f;
  border-radius: 11px;
  overflow: hidden;
}




#service > div img{
  margin: -5px;
}

#service > div div {
    width: 370px;
    padding: 27px 35px 30px 35px;
}

#service > div div p:nth-of-type(1){
  border-radius: 30px;
  margin-bottom: 13px
}

#service h3{
  font-size: 1.6rem;
  margin-bottom: 5px
}

#service > div:nth-of-type(3) div h3{
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 5px;
}

#service > div div p:nth-of-type(2){
  margin-bottom: 17px
}

#service > div div a{
  font-size: 1rem;
  width: 100%;
}


#member {
    background-color: #ebf9e3;
    padding-top: 50px;
    padding-bottom: 50px;
}

#member h2 {
    padding-bottom: 25px;
}

#member > p {
    padding-bottom: 37px;
}

#member h3 {
    font-size: 1.24rem;
    padding-bottom: 27px;
    padding-left: 86px;
    position: relative;
}

#member h3::before {
    position: absolute;
    content: '';
    top: -32%;
    left: 27.5%;
    width: 97px;
    height: 97px;
    background-repeat: no-repeat;
    background-image: url(/j3a/images/common/guide/beginner/img_chart_01.png);
 }

#member div {
    margin: 0 auto;
    display: flex;
    width: 880px;
    justify-content: space-between;
}

#member div a:hover {
  opacity: 0.8;
}

/* #member a.g-btn {
    width: 278px;
    height: auto;
    border-radius: 10px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 20px;
}
 */
/* #member a.g-btn:nth-of-type(1){
  background-color: #00a057;
  box-shadow: 0 5px #008046;
}

#member a.g-btn:nth-of-type(2){
  background-color: #1c57b8;
  box-shadow: 0 5px #164693;
}


#member a.g-btn:nth-of-type(3){
  background-color: #999999;
  box-shadow: 0 5px #7a7a7a;
} */

#member a.g-btn p {
  font-size: 0.8rem;
  line-height: 1.7rem;
}

#member a.g-btn span {
  font-size: 1.3rem;
}

#member a.g-btn p:nth-of-type(1){
  position: relative;
}

#member a.g-btn p:nth-of-type(1)::before {
    content: '';
    width: 14px;
    border-bottom: solid 1.5px #ffffff;
    transform: rotate(70deg);
    position: absolute;
    top: 38%;
    left: 20%;
}

#member a.g-btn p:nth-of-type(1)::after {
    content: '';
    width: 14px;
    border-bottom: solid 1.5px #ffffff;
    transform: rotate(110deg);
    position: absolute;
    top: 38%;
    right: 20%;
}

#member a.g-btn p:nth-of-type(3){
  position:relative;
}

#member a.g-btn p:nth-of-type(3):after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 33px;
  left: 111px;
  border-top: 18px solid #ffffff;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
}

#member a.g-btn:nth-of-type(3)  p:nth-of-type(3){
  padding-top: 17px;
  margin-left: -10%;
}

#member a.g-btn:nth-of-type(3) p:nth-of-type(3):after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 40%;
  left: 67%;
  border-top: 13px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #ffffff;
}



#useful {
    background-color: #cbf0ff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#useful h2 {
    margin-bottom: 25px;
}

#useful h3 {
    font-size: 1.12rem;
}

#useful h3+p {
  font-size: 0.87rem;
}

#useful .procedure {
  width: 805px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#useful .procedure > div{
  position: relative;
  padding-bottom: 40px;
}

#useful .procedure > div::after{
  position: absolute;
  content: '';
  top: 26%;
  right: -89%;
  width: 97px;
  height: 97px;
  background-repeat: no-repeat;
  background-image: url(/j3a/images/common/guide/beginner/arrow_use_01.png);
}

#useful .procedure > div:last-of-type::after{
  content: none;
}

#useful .procedure p{
  padding-top: 9px;
}

#useful .procedure div:nth-of-type(2) p{
  padding-left: 11px;
  position:relative;
}

#useful > section:first-of-type .procedure div:nth-of-type(2) p::before{
  position: absolute;
  content: '';
  top: 30%;
  left: 13%;
  width: 97px;
  height: 97px;
  background-repeat: no-repeat;
  background-image: url(/j3a/images/common/guide/beginner/icon_use_01.png);
}

.product-first {
  width: 880px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.product-first::before{
  content: "";
  position: absolute;
  top: -34px;
  left: 10.6%;
  border: 10px solid transparent;
  border-bottom: 25px solid #ffffff;
}

.product-first::after{
  content: "";
  position: absolute;
  top: 99.8%;
  left: 46.7%;
  border: 30px solid transparent;
  border-top: 20px solid #fdfde2;
}

.product-first > div{
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 20px 40px 23px 40px;
  display: flex;
  justify-content: space-between
}

.product-first > div a.g-btn{
  width: 253px;
  font-size: 1rem;
}

.product-first > section{
  background-color: #fdfde2;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content:space-between;
  padding: 18px 40px 17px 101px;
  text-align: initial;
}

.product-first > section div{
  width: 328px;
}

.product-first > section h4{
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 10px;
  position: relative;
}

.product-first > section h4::before{
  position: absolute;
  content: '';
  top: 0;
  left: -19%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/j3a/images/common/guide/beginner/icon_use_02.png);
}

.product-first > section h4+p{
  font-size: 0.87rem;
  line-height: 1.43rem;
  padding-bottom: 15px;
}

.product-first > section div div{
  background-color: #ffffff;
  padding: 17px 18px;
}

.product-first > section div div p{
  font-size: 0.82rem;
  color: #ff7a21;
  padding-bottom: 5px;
}

.product-first > section div div ul{
  font-size: 0.82rem;
  padding-left: 9px;
  line-height: 1.45rem;
}

.product-first > section div div li::before {
  position: relative;
  top: -4px;
  left: -5px;
  display: inline-block;
  width: 2px;
  height: 2px;
  content: '';
  border-radius: 100%;
  background: #000000;
}

.product-first > section img{
  padding-top: 3px;
  width: 360px;
  height: 217px;
}

#useful h3 span{
  font-size: 1.4rem;
}

#useful section:nth-of-type(2) > p {
  padding-bottom: 15px;
}

#useful section:nth-of-type(2) .procedure > div{
  padding-bottom: 34px;
}

.register-first {
  width: 880px;
  margin: 0 auto;
  position: relative;
}

#papri > div:first-of-type {
    color: #ffffff;
    background-color: #00a057;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 15.5%;
    position: relative;
}

#papri > div:first-of-type::before{
  content: "";
  position: absolute;
  top: -34px;
  left: 10.6%;
  border: 10px solid transparent;
  border-bottom: 25px solid #00a057;
}

#papri > div:first-of-type p{
    width: 211px;
    font-size: 0.78rem;
    color: #00a057;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 15px;
    margin-right: 11px;
}

#askul > div:first-of-type {
    color: #ffffff;
    background-color: #1c57b8;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 21.2%;
}

#askul > div:first-of-type p{
    width: 150px;
    font-size: 0.78rem;
    color: #1c57b8;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 15px;
    margin-right: 11px;
}

.register-first h4{
  font-size: 1.1rem;
}

.merit-wrap{
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 41px 53px 41px;
  text-align: initial;
  position: relative;
}

 #askul .merit-wrap{
  border-radius: 0 0 10px 10px;
}

.merit-wrap section{
  width: 50%;
  margin-bottom: 40px;
}

.merit-wrap section:first-of-type{
  padding-right: 20px;
}

.merit-wrap section:last-of-type{
  padding-left: 40px;
}

.merit-wrap section:first-of-type{
  border-right:dotted 2px #d4d4d4;
}

.merit-wrap section > div {
  display: flex;
}

#papri > a.g-btn{
  background-color: #ffffff;
}

#papri section:first-of-type dl{
  padding-bottom: 60px;
}

#papri section:last-of-type dl{
  padding-bottom: 16px
}

#askul section:first-of-type dl{
  padding-bottom: 17px
}

#askul section:last-of-type dl{
  padding-bottom: 39px;
}

#papri section:first-of-type dl + a:hover{
  opacity: 0.8;
}

.merit-wrap dt{
    font-size: 1rem;
    font-weight: bold;
    padding-left: 33px;
    padding-bottom: 10px;
    position: relative;
}

.merit-wrap dt::before {
  position: absolute;
  content: '';
  top: -32%;
  left: -3%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  }

#papri section:nth-of-type(1) dt::before{
    background-image: url(/j3a/images/common/guide/beginner/icon_use_papri_01.png);
}

#papri section:nth-of-type(2) dt::before{
    background-image: url(/j3a/images/common/guide/beginner/icon_use_papri_02.png);
}

#askul section:nth-of-type(1) dt::before{
    background-image: url(/j3a/images/common/guide/beginner/icon_use_askul_01.png);
}

#askul section:nth-of-type(2) dt::before{
    background-image: url(/j3a/images/common/guide/beginner/icon_use_askul_02.png);
}


.merit-wrap dd:first-of-type{
  padding-bottom: 3px;
}

#askul .merit-wrap section:nth-of-type(2) dd:first-of-type{
  padding-bottom: 0;
}

#askul .merit-wrap dd ul.g-alist{
  padding-bottom: 6px;;
}

.merit-wrap dd > a{
   text-decoration:underline;
}

.merit-wrap a.g-btn {
    width: 253px;
    font-size: 1.1rem;
    text-decoration: none;
    line-height: 44px;
    box-shadow: 0 5px #cc621a;
    margin: 0 auto;
}

#askul .merit-wrap ul.g-alist {
    display: inline-block;
    font-size: 0.75rem;
}

#question{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 42px;
}

.faq-wrap {
  width: 880px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.faq-wrap label {
    display: block;
    font-weight: bold;
    cursor :pointer;
    padding: 17px 0 13px 42px;
    font-size: 0.93rem;
    border-bottom: 1.5px solid #efefef;
    position:relative;
}

.faq-wrap label:hover {
    text-decoration: underline;
}

.faq-wrap label::before {
  position: absolute;
  content: '';
  top: 33%;
  left: 1.4%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/j3a/images/common/guide/beginner/icon_faq_01.png);
}

.faq-wrap input {
    display: none;
}

.faq-wrap .show {
    height: 0;
    padding: ;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.faq-wrap .show ul{
  display: inline-block;
  font-size: 0.8rem;
}

.faq-wrap .show .g-grid-2>.g-grid_el{
    padding-right: 0 !important;
}

.faq-wrap .g-grid_el.g-talign-c img{
  padding-top: 17%;
  width: 90%;
  height: auto;
}

.faq-wrap img{
  width: 95%;
  height: auto;
}

.faq-check:checked + .show {
    width: 100%;
    background: #efefef;
    opacity: 1;
    padding: 15px 10px 10px 40px;
    position: relative;
}

.faq-check:nth-of-type(1):checked + .show{
  height: 1520px;
}

.faq-check:nth-of-type(2):checked + .show{
  height: 770px;
}

.faq-check:nth-of-type(3):checked + .show{
  height: 100px;
}

.faq-check:checked + .show::before{
  position: absolute;
  content: '';
  top: 15px;
  left: 1.4%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/j3a/images/common/guide/beginner/icon_faq_02.png);
}

#question .show h2 {
    padding-bottom: 5px;
    text-align: initial;
}

#question .faq-check:nth-of-type(2)+.show p{
  padding-bottom: 20px;
}

#question > p{
  width: 880px;
  margin: 0 auto;
  text-align: right;
}

#question > p a{
  text-decoration: underline;
}

.useful-btn{
  background-color:#3174d9; 
  color: white;
  width: 260px;
  height: 45px;
  font-size: 0.95rem;
  box-shadow:0 5px #265bab;
  font-weight: normal;
}
