@charset "utf-8";

body{
  overflow-x: hidden;/*headerにstickyの時は消すかも*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.container{
  max-width: 900px;
  margin: 0 auto;
}

/*PCの時に改行する*/
.pc-br {
	display: block;
}
/*PCの時は改行しない*/
.sp-br {
	display: none;
}
.txt_small {
	font-size: 0.875em;
}

/* ------------------------------ 大文字*/
.uppercase{
  text-transform:uppercase;
}


/* ------------------------------余白 */

.space_content{
  margin-bottom: 114px;
}

.side_space{
  padding: 0 16px; 
}

.useful_space{
  padding: 75px 16px;
}

.clb_space{
  padding: 114px 0;
}

.what_space{
  padding-top: 114px;
}

.kirikae_space{
  padding: 56px 0;
}

.default‗reset{
  padding-inline-start: 0px;
  padding: 0 16px;
}

.entry_space{
  margin-bottom: 48px;
  padding: 30px 0 30px 54px;
  border-radius: 5px;
}

.cp_space{
  padding: 50px 47px;
}

.cnt_space{
  margin-top: 114px;
}

/* ------------------------------bg-color指定 */

.bg_color{
  background-color: #FFFBE9;
}

.bg_color__radius{
  border-radius: 50px;
}

.bg_color__body{
  background-color: #ffffff;
  background-image : linear-gradient(to right, #f6ad46 10px, transparent 10px),linear-gradient(to bottom, #f6ad46 10px, transparent 10px),linear-gradient(to left, #f6ad46 10px, transparent 10px),linear-gradient(to top, #f6ad46 10px, transparent 10px);
 background-size: 20px 2px,2px 20px,20px 2px,2px 20px;
 background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
 background-position:left top 2px,right 2px bottom,right bottom 2px,left 2px top;
  border-radius: 2px;
}

.bg_color__body__radius{
  border-radius: 20px;
}

.bg_color__ceo{
  background-color: #fffbe9;
  position: relative;
}

.bg_color__ceo::before{
  content: '';
  position: absolute;
 width: 50px;
 height: 50px;
 background-color: #fffbe9;
 clip-path: polygon(0% 50%, 50px 0%, 50px 50px);
 left: -20px;
 top: 59px;
}

.bg_color_kirikae{
  background-color: #FFEAB6;
}

.bg_footer{
  background-color: #67400E;
}

.bg_color__cp{
  background-color: #F5F5F5;
}

/*半円指定*/
.bg_radius_posiWrapper {
  margin: 154px 0 50px;
}

.bg_radius_posi{
  position: relative;
  padding: 32px 0;
  z-index: 2;
}

.bg_radius_posi::before,
.bg_radius_posi::after {
  content: '';
  display: block;
  width:120%;
  height: 120px;
  background-color: #FFFBE9;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
    -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.bg_radius_posi::before{
  border-radius: 50% / 100% 100% 0 0;
  top: -72px;
}
.bg_radius_posi::after{
  border-radius: 50% / 0 0 100% 100%;
  bottom: -72px;
}


/* ------------------------------flex */

.cnt_flex{
  display: flex;
  justify-content: center;
  gap: 18px;
}

.cnt_flex__space{
  padding: 45px 0 88px;
}

.cnt_flex__point{
  gap: 56px;
  padding-inline-start: 0px;
  margin-block-start: 0;
}

.cnt_flex__ceo{
 padding-bottom: 40px;
 gap: 48px;
 margin-top: 72px;
}

.cnt_flex__name{
  padding-top: 8px;
  gap: 8px;
  align-items: center;
}

.cnt_flex__app{
  gap: 48px;
  max-width: 565px;
  margin: 0 auto;
}
.about_linehightWrapper {
	max-width: 530px;
	width: 100%;
}
.about_linehight{
  line-height: 2.2;
}

.flex_kirikae_fv{
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* ------------------------------img制御 */

.about_bc_img{
  background-image: url("../images/bg-stitch.webp");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  height: 140px;
}

.aboutImg{
  margin: 0 auto;
  max-width: 544px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.flex_img{
  max-width: 350px;
  min-width: 350px;
}

.img_donation{
  max-width: 449px;
  margin: 0 auto; 
}

.img_partnership{
 width: 49%;
 padding: 40px 0;
 margin: 0 auto;
}

.img_collabo-logo{
  width: 24%;
  margin: 0 auto;
}

.point_tongue{
  position: relative;
}

.point_tongue::before{
  content: '';
  position: absolute;
  width: 24px;
 height: 40px;
 background-color: #67400e;
 clip-path: polygon(24px 50%, 0% 0%, 0% 40px);
 top: 169px;
 left: -30px;
 border-radius: 3px;
}

.img_friendly{
  width: 87.3%;
  margin: 0 auto;
  padding: 56px 0 0;
  background: linear-gradient(transparent 88%, rgba(255,184,84,30%) 30%);
}

.img_tabete-logo{
  width: 50%;
}

.img_ceo{
  width: 69%;
  padding-top: 34px;
  min-width: 180px;
}

.img_doryoku{
  max-width: 580px;
  margin: 0 auto;
  padding: 40px 0;
}

.img_mochiron{
  max-width: 226px;
  margin: 0 auto;
}

.img_limited{
  padding-bottom: 90px;
}

.what_img_width{
  max-width: 772px;
  margin: 0 auto;
}

/* img位置調整 */

.cnt_sarani{
  position: relative;
  max-width: 462px;
  margin: 0 auto;
  background-image: url("../images/dash_cl.webp");
  background-repeat: no-repeat;
  background-size: 3px;
  background-position: center 135px;
}

.img_ballon{
  position: absolute;
  width: 26%;
  top: -42px;
  left: -30px;
}

/* img位置調整 ここまで  */

.img_kirikae{
  margin: 0 auto;
  max-width: 441px;
}

.bg_img_ashiato{
  background-image: url("../images/bg-ashiato.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.bg_img_ashiato_fv{
	background-size: cover;
	background-position: top;
	padding: 8px 0;
	margin-bottom: 48px;
}

.dload_logo{
  width: 22.2%;
  margin: 25px auto;
}

.img_useful,
.about_liner{
  max-width: 682px;
  margin: 0 auto;
  background: linear-gradient(transparent 72%, rgba(255,184,84,30%) 30%);
}

/* ------------------------------text指定 */

.text_head{
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 64px;
  color: #000000;
  line-height: 2;
}

.text_head_ac{
  color: #F39B3C;
}

.text_head_ac_high{
  font-size: 2rem;
}

.about_text{
  color: #000000;
  font-size: 1.125rem;
}

.about_text__accent{
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  color: #67400E;
}

.about_text__accent__high{
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
	.about_text__accent__high{
	  font-size: 1.313rem;
	}	
}
.about_text__accent__strong{
   color: #000000;
   font-size: 2rem;
   font-weight: 600;
   line-height: 1.5;
}

.about_text__accent__strong__color{
  color: #FF8400;
}

.text_s{
  font-size: 1rem;
  text-align: center;
  padding: 21px 0;
}

.txt_tabete-ceo{
  font-size: 0.875rem;
}

.txt_ceo{
  padding: 33px 28px;
  line-height: 2.6;
}

.txt_copy{
  font-size: 1rem;
  color: #ffffff;
  padding: 32px 0;
  text-align: center;
}

.txt_what{
  font-size: 2rem;
  color: #F39B3C;
  font-weight: 800;
  padding: 100px 0 45px;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../images/bg-denki.webp");
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
/*  height: 184px;*/
}

.txt_what__bg{
  background-color:#fff ;
}

.txt_what__low{
  font-size: 0.7em;
}

.bgImg_what{
  background-image: url("../images/bg-plug.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  top: 170px;
  height: 170px;
  margin: 40px 0;
}

.txt_bubble{
  color: #67400E;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  background-image: url("../images/bubble.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 38px 0 18px;
}

.txt_bubble__high{
  font-size: 1.3em;
}

.txt_mochiron{
  color: #F39B3C;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  margin: 28px auto;
}

.txt_mochiron__low{
  font-size: 0.8em;
}

.txt_mochiron__body{
  font-size: 1rem;
  text-align: center;
  line-height: 1.875;
  padding-bottom: 180px;
  background-image: url("../images/dash.webp");
  background-repeat: no-repeat;
  background-position: center 165px;
  background-size: 300px;
}

.txt_kirikae{
  font-size: 1.5rem;
  color: #67400E;
  font-weight: 800;
  text-align: center;
  margin: 36px 0 8px;
}

.txt_kirikae_fv{
  margin: 0;
  font-size: 1.1rem;
}

.txt_present{
  font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 40px;
}

.about_head__p{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  margin: 18px auto 0;
}

.about_head__p__low{
  font-size: 1.75rem;
  color: #000000;
}

.about_head__p__color{
  color: #FF8400;
}

/* -------------------------------------ボタン */
.sbcBtn_posi{
  text-align: center;
  margin: 0 auto;
}

.sbcBtn_posi_entry{
  text-align: center;
  margin: 45px 0 30px;
  padding-right: 50px;
}

.sbcBtn{
  font-size: 1.625em;
  font-weight: 800;
  color: #fff;
  background-color: #50EF42;
  border-radius:100vmax;
  text-align: center;
  width: 35%;
  padding: 18px 35px;
  margin: 0 auto;
}

.sbcBtn:hover{
  background-color: #42C337;
}

.txt_entry{
  text-align: center;
}

.txt_entry_img{
  color: #67400E;
  font-size: 2rem;
}

.txt_entry_img::before{
  content: '';
  width: 44px;
  height: 44px;
  display: inline-block;
  background-image: url("../images/icon-pad.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 1px;
}

.txt_entry_img::after{
  content: '';
  width: 44px;
  height: 44px;
  display: inline-block;
  background-image: url("../images/icon-pad.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 1px;
}

.txt_download{
  font-size: 2rem;
  text-align: center;
  color: #67400E;
  margin-top: 114px;
}

.txt_terms{
  color: #000000;
  font-size: 1rem;
  text-align: center;
  font-weight: 800;
  margin: 24px 0 86px;
}

.txt_cp{
  font-size: 1.5625rem;
  color: #67400E;
  font-weight: 800;
  text-align: center;
  margin-bottom: 64px;
}

.txt_cp_head{
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 1rem;
  color:#000000;
}

.txt_cp_body{
  margin-bottom: 35px;
  font-size: 1rem;
  color:#000000;
}
.txt_cp_body .txt {
	display: block;
}
.txt_cp_body .txt.txt_small {
	padding-left: 1em;
	text-indent: -1em;
}

/*.txt_cp_body .text_small {
	text-indent: -1em;
	padding-left: 1em;
}*/

.txt_liststyle{
  list-style: inside;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  margin-bottom: 14px;
}

.txt_border{
  border-bottom: 2px solid #B6B6B6;
  margin-bottom: 35px;
}

.entry_posi{
  position: relative;
}

.entry_title{
  font-size: 1.5rem;
  color: #67400E;
  font-weight: 800;
  margin-bottom: 16px;
  padding-left: 45px;
}

.entry_title::before{
  position: absolute;
  content: '';
  background-image: url("../images/num-01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}

.entry_title_num02::before{
  background-image: url("../images/num-02.webp");
}

.entry_title_num03::before{
  background-image: url("../images/num-03.webp");
}

.entry_title_num04::before{
  background-image: url("../images/num-04.webp");
}

.entry_body{
  font-size: 1rem;
  color: #000000;
  padding-left: 48px;
}

/* border */
.bg_border {
  background-image: linear-gradient(to right, rgba(103, 64, 14, 50%) 10px, transparent 10px),linear-gradient(to right, rgba(103, 64, 14, 50%) 10px, transparent 10px);
  background-size: 25px 2px, 25px 2px;
  background-repeat: repeat-x, repeat-x;
  background-position: left bottom 16px, left top 16px;
}

.border_dash_posi{
  position: relative;
}

.border_dash::after{
/*    margin: 0 1rem;*/
    content: "";
    width: 2px; /*--縦線の太さ(幅)--*/
    height: 80%;
    border: 2px dashed #67400E;
    /* background-color: #67400E; --縦線の色-- */
    position: absolute; /*--positionを追加--*/
    bottom: 0;
    left: 50%;
		-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.text_head{
  position: relative;
}

.text_head::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/equal.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 22px;
  left: 0;
  right: 0;
  margin: auto;
}

.kirikae_space_sp_top_fv{
  max-width: 400px;
  margin: 0 auto;
  padding: 14px 0;
}

.txt_present_fv{
  font-size: 2rem;
  margin-bottom: 14px;
}
/* -------------------------------固定バー */
.fixedBox {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: #67400E;
border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 768px) {
  .fixedBox {
      display:block;
      top: 50%;
      left: auto;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: transparent;
  }
}

.fixedBtn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 14px -4px rgba(0,0,0,0.6);
  gap: 0;
}

@media screen and (min-width: 768px) {
  .fixedBtn {
      display:block;
      width: 190px;
      border-radius: 12px 0 0 12px;
  }
}

.fixedBtn .upperBox {
width: 56%;
background: #67400E;
border-radius: 8px 0 0 0;
padding: 0 0.5em;
position: relative;
z-index: 2;
}
.fixedBtn .upperBox::after { 
	display: block;
	content: "";
	width: 32px;
	height: 50px;
	background-color: #67400E;
	clip-path: polygon(32px 50%, 0% 0%, 0% 50px);
	position: absolute;
	top: 50%;
		-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -12px;
	z-index: -1;
}

@media screen and (min-width: 768px) {
  .fixedBtn .upperBox {
	  width: 100%;
      border-radius: 12px 0 0 0;
      padding: 1em 0.5em 0;
  }
	.fixedBtn .upperBox::after { 
		display: block;
		content: "";
		width: 50px;
		height: 32px;
		background-color: #67400E;
		clip-path: polygon(50% 32px, 0% 0%, 50px 0%);
		position: absolute;
		top: auto;
		bottom: -28px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
	}
}

.fixedBtn .upperBox>.inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .fixedBtn .upperBox>.inner {
      display:block;
  }
}

.fixedBtn .upperBox .hp_smallTxt {
  display: block;
  font-size: 0.6em;
}

.fixedBtn .upperBox .txt {
  display: block;
	text-align: center;
	font-size: 1rem;
}

.fixedBtn .upperBox .txtBox {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .fixedBtn .upperBox .txtBox {
      font-size:1.5em;
  }
}

.fixedBtn .upperBox .iconBox {
  width: 22%;
  position: static;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .fixedBtn .upperBox .iconBox {
      width:32%;
      position: absolute;
      bottom: 0;
      right: 0;
  }
}

.fixedBtn .lowerBox {
	align-self: stretch;
	background-color: #50EF42;
	padding: 1.2em 1em;
	border-radius: 0px 8px 0 0;
	width: 100%;
	position: relative;
}
.fixedBtn .lowerBox::after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("../images/bulb.webp");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 1;
}
.fixedBtn .lowerBox>.inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fixedBtn .lowerBox .txt {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 1px 4px rgba(0,0,0,0.2);
  font-size: 1.125em;
line-height: 1.3;
  letter-spacing: 0.05em;
}

.fixedBtn .lowerBox .iconBox {
  width: 24px;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fixedBtn .lowerBox {
      padding: 2em 1em;
	  border-radius: 88px;
      border-radius: 0 0 0 12px;
  }
	.fixedBtn .lowerBox .txt {
	  font-size: 1.5em;
		line-height: 1.3;
	}
.fixedBtn .lowerBox::after {
	width: 80px;
	height: 80px;
}

}


/*---------SP版---------*/
@media screen and ( max-width: 767px){
  .container {
    padding: 0 16px;
  }
/*SPの時に改行しない*/
.pc-br {
	display: none;
}
/*SPの時に改行する*/
.sp-br {
	display: block;
}

  .cnt_flex__point {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }

  .cnt_flex__ceo {
    flex-direction: column-reverse;
	  margin-top: 48px;
}

.what_space {
padding-top: 64px;
  padding-bottom: 30px;
}

.img_partnership {
  width: 90%;
}

.img_collabo-logo {
  width: 50%;
}

.txt_what {
  padding: 79px 0 45px;
	line-height: 1.3;
	font-size: 1.8rem;
}

.bgImg_what {
  background-size: cover;
	margin-bottom: 16px;
}

.txt_bubble {
  font-size: 1.1rem;
}

.img_doryoku {
  padding: 40px 16px;
}

.txt_mochiron {
  font-size: 1.6rem;
}

.txt_mochiron__low {
  font-size: 0.8em;
}

.img_limited {
  max-width: 208px;
  margin: 0 auto;
}

.img_ballon {
  top: -49px;
  left: 20px;
}

.cnt_sarani {
  background-position: center 174px;
}

.bg_img_ashiato{
  background-image: url("../images/bg-ashiato.webp");
  background-repeat: no-repeat;
  background-size: 220%;
  background-position: center;
}

.bg_img_ashiato_fv{
  background-size: 120%;
  background-position: center;
}

.entry_space {
  margin-bottom: 48px;
  padding: 25px 10px;
}

.txt_download {
  font-size: 1.4rem;
}

.txt_cp {
 font-size: 1.3rem;
 margin-bottom: 20px;
}

.cnt_flex__app {
  flex-wrap: wrap;
  max-width: 220px;
  gap: 20px;
}

.txt_cp_head {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.txt_cp_body {
  font-size: 0.88rem;
}

.txt_cp_body {
  margin-bottom: 14px;
  padding: 0;
}

.sbcBtn_posi_entry {
    padding-right: 0px;
}

.cp_space {
  padding: 50px 16px;
  margin: 0 16px 114px;
}

.kirikae_space {
  padding: 40px 16px;
}

.img_kirikae {
  max-width: 204px;
}

.bg_color__body__radius {
  margin: 0 16px;
}

.useful_space {
  padding: 53px 30px;
}

.text_head_ac_high {
  font-size: 1.7rem;
}

.text_head {
  font-size: 1.1rem;
  background-size: 20px;
  background-position: center 100px;
}

.cnt_flex__mb{
  flex-wrap: wrap;
}

.aboutImg {
  max-width: 313px;
}

.about_bc_img {
  height: 61px;
  background-size: cover;
}

.space_content {
  margin-bottom: 56px;
}

.space_content_fv{
  margin-bottom: 35px;
}

.img_donation {
  max-width: 235px;
}

.about_linehightWrapper {
max-width: 100%;
}
	
.about_linehight{
  text-align: justify;
  font-size: 0.875rem;
}

.about_linehight .inline_sp{
  display: inline;
}

.cnt_flex__space {
  padding: 32px 0 40px;
}

.img_useful {
  max-width: 342px;
  background: none;
}

.clb_space{
  padding: 28px 0;
}

.bg_color__ceo::before {
  top: auto;
  left: auto;
	right: 72px;
  bottom: -16px;
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.point_tongue::before{
	-webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.img_ceo {
	padding-top: 0;
}
.cnt_flex__ceo {
	align-items: center;
}
	
.img_friendly{
  background: none;
padding-top: 32px;
}

.txt_kirikae {
  margin: 6px 0;
  font-size: 1.4rem;
}

.txt_kirikae_fv{
  font-size: 0.8rem;
  line-height: 1.1;
}

.txt_present {
  font-size: 1.8rem;
}

.txt_present_fv{
  font-size: 1.1rem;
}

.kirikae_space_sp_top{
  margin-bottom: 30px;
}
.kirikae_space_sp_top_fv{
  margin-bottom: 14px;
  max-width: 162px;
  margin: 0 auto;
}

.kirikae_space_sp_bottom{
  margin-bottom: 46px;
}

.kirikae_space_sp_bottom_fv{
  margin-bottom: 8px;
}

.kirikae_space_fv{
  padding: 12px 8px 8px;
}

.kirikae_space_sp_top_fv{
  padding: 0;
}

.bg_radius_posi::before,
.bg_radius_posi::after {
  width:120%;
  height: 60px;
}

.bg_radius_posi::before{
  top: -42px;
}
.bg_radius_posi::after{
  bottom: -42px;
}

.txt_ceo{
  line-height: 2.1;
}

.sp-overflow{
  overflow: hidden;
}

.sbcBtn_posi{
  margin: 0 auto 19px;
}

.txt_terms{
  font-size: 0.8rem;
}
.txt_cp_body .txt.txt_small {
margin-top: 1em;
}
.txt_entry_img{
  font-size: 1.5rem;
}
.txt_entry_img::before,
.txt_entry_img::after {
width: 32px;
height: 32px;
}

.txt_mochiron__body{
  padding-bottom: 150px;
}
.about_text__accent{
  font-size: 1.125rem;
}

.what_img_width{
  max-width: 335px;
}

.about_head__p{
  font-size: 1.3125rem;
}

.about_head__p__low{
  font-size: 1.125rem;
}

.about_text__accent__strong{
 font-size: 1.5rem; 
}

}/*media query end*/

