@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

/*----------------[Base]----------------*/
.breadcrumb{
  display: none;
}
.footer {
  margin-top: 0;
}


.userCategoryContents{
  background: #ECF2F4;
  font-family: noto sans jp,sans-serif;
  color: #000;
  padding-bottom: 142px;
}

/*----------------[Layout]----------------*/
.l_userMv {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.l_userSizeComparison {
  margin: 0 auto;
  background: #fff;
}
/*.l_userProduct01 {
  margin: 0 auto;
  background: #f5f7fa;
  position: relative;
}
.l_userProduct02 {
  margin: 0 auto;
  background: #edf1f6;
  position: relative;
}
.l_userProduct03 {
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.l_userProduct04 {
  margin: 0 auto;
  background: #f5f7fa;
  position: relative;
}*/
.l_userEnquete01{
  margin: 80px auto 0;
  text-align: center;
}


/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  margin: 0 auto;
  padding-top: 70px;
}
.m_userTitle_inner{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*-----section-----*/
.m_section_inner {
  width: 1200px;
  margin: 0 auto;
  /*! padding: 60px 0; */
  position: relative;
}
.m_section_ttl {
  font-size: 3.6rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
}
.m_section_ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #333;
}
.m_section_box{
  margin: 50px auto 0;
}
.m_section_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold{
  font-weight: bold;
}
.m_txtRed{
  color: #c00;
}
.m_txtLine{
  background: linear-gradient(#fff79b 0%, #fff79b 100%);
}


/*----------------[original]----------------*/
/*-----mv-----*/
.userTitle{
  z-index: 1;
}
.userTitle img{
  max-width: 526px;
  height: auto; 
  margin-left: 29%;
  margin-right: 0;
  opacity: 1;
  width: 100%;
}
.userImg{
  max-width: 371px;
  height: auto; 
  margin-right: 17%;
  opacity: 1;
  width: 100%;
}
.userTitle_product{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.userTitle_item{
  max-width: 290px;
  height: auto; 
}
.userTitle_item a:hover{
  opacity: 0.5;
  transition: 1.0s ;
}
.userTitle_item + .userTitle_item{
  margin-left: 44px;
}
.m_userTitle_link{
  margin-top: 94px;
}
.m_userTitle_link{
  /*font-family: "Ryo Gothic PlusN";*/
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 120% */
letter-spacing: 2px; 
}
.m_userTitle_link a{
  display: flex;
width: 420px;
padding: 25px;
justify-content: center;
align-items: center;
gap: 10px; 
border-radius: 34.5px;
border: 1px solid var(--primary, #00A0E9);
  margin: 0 auto;
  text-decoration: none;
  color: #00A0E9;
}


/*-----userProduct01-----*/
.l_userProduct01 {
    width: 100%;
    position: relative;
    /*! top: 200px; */
    overflow: hidden;
    margin-top: 80px;
    padding-top: 15px;
}
.l_userProduct01::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    transform: skewY(-5deg) translateY(82px);
    z-index: 0;
}
/*-----userProduct02-----*/
.l_userProduct02 {
    width: 100%;
    margin: 0;
    /*! padding: 0 0 133px; */
    position: relative;
    overflow: hidden;
}
.l_userProduct02::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}
/*-----userProduct03-----*/
.l_userProduct03 {
    width: 100%;
    margin: 0;
    padding: 0 0 133px;
    position: relative;
    overflow: hidden;
}
.l_userProduct03::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    transform: skewY(-5deg) translateY(-90px);
    z-index: 0;
}


.userProductLayer01 .m_section_inner{
  padding: 108px 0;
}
.userProductLayer01 .m_section_box{
  margin: 156px auto 0;
}
.userProductHeading{
  position: absolute;
  top: 108px;
  left: 6px;
}
.userProductBox{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.userProduct_col02{
  width: 512px;
}
.product_name{
  display: inline-block;
  font-size: 5.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 132.075% */
  letter-spacing: 8px; 
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.product_price{
  margin-top: 15px;
  letter-spacing: 1px;
}
.product_price span{
  font-size: 2.2rem;
}
.userProductTtl{
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 5px; 
  margin-top: 55px;
}
.productPointList{
  margin-top: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 2.5px;
  font-size: 1.6rem;
}
.productColorList{
  margin-top: 42px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.productColorList li{
  position: relative;
  padding: 0 0 0 35px;
}
.productColorList li +li{
  margin-top: 13px;
}
.productColor span{
  border-radius: 15px;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.productColor_bl{
  background: #333;
}
.productColor_gr{
  background: #bebec3;
}
.productColor_wh{
  background: #fff;
  border: 1px solid #ccc;
}
.productColor_br{
  background: #89594b;
}
.productColor_go{
  background: #b6a27d;
}
.productColor_lb{
  background: #497cbb;
}
.productSpecList{
  margin-top: 59px;
  font-size: 1.2rem;
}
.productSpecList dl{
  display: flex;
  justify-content: space-between;
}
.productSpecList dl +dl{
  margin-top: 18px;
}
.productSpecList dt{
  width: 17%;
  font-weight: 700;
}
.productSpecList dd{
  width: 82%;
}
.productButtonList{
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
}
.productButtonList > div{
  width: 248px;
  text-align: center;
}
.productButtonList a{
  display: block;
  text-decoration: none;
  padding: 24px 10px;
  border-radius: 50px;
}
.productCartBtn a{
  background: #00a0e9;
  color: #fff;
  border: 1px solid #00a0e9;
}
.productFeaturesBtn a{
  background: #fff;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.productCartBtn a:hover{
  background: #fff;
  color: #00a0e9;
}
.productFeaturesBtn a:hover{
  background: #00a0e9;
  color: #fff;
}

/* --スライダ-- */
.userProduct_col01{
  width: 630px;
}
.userProduct_slide .change-btn-wrapper {
  margin: 40px auto;
  position: relative;
  width: 58%;
}
.userProduct_slide .change-btn{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-color: #606a76;
  cursor: pointer;
}
.userProduct_slide .change-btn span{
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
.userProduct_slide .change-btn span:hover {
  background-color: #fff;
  border: 1px solid #606a76;
}
.userProduct_slide .prev-btn {
  left: 0;
}
.userProduct_slide .prev-btn span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%)rotate(-45deg);
}
.userProduct_slide .prev-btn span:hover::before {
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
}
.userProduct_slide .next-btn span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%)rotate(135deg);
}
.userProduct_slide .next-btn span:hover::before {
  border-top: 2px solid #606a76;
  border-left: 2px solid #606a76;
}
.userProduct_slide .slides {
  padding: 0;
}
.userProduct_slide .slide {
  display: none;
}
.userProduct_slide .slide_active {
  display: block;
}
.userProduct_slide .index-btn-wrapper {
  padding: 58px 0 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.userProduct_slide .index-btn {
  width: 12.8%;
  height: auto;
  margin: 4px;
  cursor: pointer;
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 3px;
}
.userProduct_slide .index-btn:hover {
  border: 2px solid #0784E8;
}
.userProduct_slide .index-btn_active {
  border: 2px solid #0784E8;
}


.productSpacAccordion{
  margin: 30px auto 0;
  text-align: right;
  width: 1080px;
}
.productSpacBtn{
  /*! text-decoration: underline; */
  cursor: pointer;
  color: #00a0e9;
  display: inline-block;
}
.productSpacBtn:hover {
  opacity: 0.5;
}
.productSpac02{
  /*! display: none; */
}
.productSpac02Box{
  margin-top: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  text-align: left;
  position: relative;
  font-style: normal;
  line-height: 22px;
}
.productSpac02Box > div{
  width: 49%;
}
.productSpac02Box > div dl{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.productSpac02Box > div dt,
.productSpac02Box > div dd{
  /*! padding: 8px 5px; */
}
.productSpac02Box > div dt{
  /*! background: #edf1f6; */
  width: 17%;
  /*! text-align: right; */
  font-weight: 700;
}
.productSpac02Box > div dd{
  width: 82%;
}
.sectionTop{
  display: block;
  background: #00a0e9;
  height: 1px;
  width: 118px;
  /*! margin: 10px auto; */
  position: absolute;
  bottom: 45px;
  left: calc(50% - 59px);
}


/*-----userNote-----*/
.userNoteBox{
  border: 2px solid #ccc;
}
.userNoteTitle{
  padding: 10px 20px;
  background: #f6f7fb;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.userNoteList{
  padding: 10px 20px;
}
.userNoteItem {
  text-indent: -1.4em;
  padding-left: 1.4em;
}


/*-----banner_box-----*/
.banner_box{
  text-align: center;
  margin-top: 75px;
}
.banner_box .m_section_inner{
  padding: 0;
}
.banner_txt {
  font-size: 2rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
  color: #c00;
}
.bannerCp_txt{
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 1.5px;
}
.bannerCp_txt span{
  color: #c00;
  background: #fff79b;
}
.banner_box .banner_link{
  display: inline-block;
  margin-top: 0;
}


.gkwrBanner_box{
  text-align: center;
}
.gkwrBanner_box .m_section_inner{
  padding: 0;
}
.gkwrBanner_box .m_section_box{
  margin: 16px auto 0;
}
.banner_ttl {
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: 5px;
  color: #00a0e9;
  position: relative;
  display: inline-block;
  padding: 0 0 0 118px;
}
.banner_ttl:before{
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  width: 96px;
  height: 96px;
  top: 3px;
  left: 10px;
  background-image: url(drawing_2.svg);
}
.banner_link{
  display: inline-block;
  margin-top: 69px;
}
.banner_link:hover{
  opacity: 0.5;
  transition: 1.0s ;
}
.banner_text{
  margin-top: 8px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.gkwrMerit_box{
  margin: 60px auto 0;
  width: 846px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.gkwrMerit_item{
  width: 144px;
}
.gkwrMerit_img{
  height: 144px;
}
.gkwrMerit_textBox{
  margin-top: 28px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
.gkwrMerit_text span{
  color: #00a0e9;
}

/*-----pcBanner_box-----*/
.pcBanner_box{
  text-align: center;
}

/*-----userPikup-----*/
.l_userPikup{
  margin-top: 92px;
}
.userPikup_ttl{
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 5px;
  text-align: center;
  color: #00a0e9;
}
.userPikupList_col4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
.userPikupList_col4 li{
position: relative;
display: flex;
width: 31.1%;
margin-right: 2%;
}
.userPikupList_col4 li:nth-of-type(3n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+4){
  margin-top: 30px;
}
.userPikupList_col4 li a{
  text-decoration: none;
  color: #333333;
  padding: 0;
}
.userPikupList_link {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 3px;
}
.userPikupList_link:hover {
  opacity: 0.5;
  transition: 1.0s ;
}
.userPikupList_box img{
  width: 100%;
  border: 1px solid #ccc;
}
.userPikupList_box .m_section_txt{
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
  letter-spacing: 1.2px;
  padding: 16px 0 0;
  text-align: center;
}



/*-----userEnquete01-----*/
.enqueteItem{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.enqueteItem li{
  width: 48%;
}
.enqueteItemRead{
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 5px;
}
.enqueteItemRead span{
  font-size: 3.2rem;
  padding: 0 2px 0 8px;
}
.enqueteItemTxt{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00a0e9;
  padding: 20px;
  margin: 25px auto 30px;
  border: 1px solid #00a0e9;
  position: relative;
}
.enqueteItemTxt:before{
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -22px;
  border: 18px solid transparent;
  border-top: 18px solid #ECF2F4;
  z-index: 2;
}
.enqueteItemTxt:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -22px;
  border: 18px solid transparent;
  border-top: 18px solid #00a0e9;
  z-index: 1;
}
.l_userEnquete01 .cauTxt{
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: right;
}



@media screen and (max-width: 767px) {
/*----------------[Base]----------------*/
.userCategoryContents{
  /*! font-size: 1.6rem; */
  padding-bottom: 72px;
}
.userCategoryContents img{
  width: 100%;
  height: auto;
}

/*----------------[Layout]----------------*/
.l_userEnquete01{
  margin: 20px auto 0;
}

/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  padding: 15px 10px 0;
}

/*-----section-----*/
.m_section_inner {
  width: 100%;
  padding: 40px 10px;
}
.m_section_ttl {
  font-size: 2.4rem;
}

/*----------------[original]----------------*/
/*-----mv-----*/
.userTitle img{
  margin-left: 3%;
  width: 115%;
}
.userImg{
  margin-right: 0;
}
  .userImg img{
    margin-left: -15%;
    width: 120%;
  }
.userTitle_product{
  margin-top: 16px;
}
.userTitle_item{
  width: 50%;
}
.userTitle_item + .userTitle_item{
  margin-left: 0;
}
.m_userTitle_link{
  margin-top: 38px;
}
.m_userTitle_link{
font-size: 1.4rem;
}
.m_userTitle_link a{
width: 100%;
padding: 16px;
}


/*-----userProduct01-----*/
.l_userProduct01 {
    margin-top: 20px;
}
.l_userProduct01::before {
    top: 0px;
    transform: skewY(-5deg) translateY(50px);
}
.l_userProduct01 .userProductLayer01 .m_section_inner{
  padding: 70px 10px 0;
}
.l_userProduct01 .userProductLayer01 .m_section_box{
  margin: 55vw 10px 0;
}

/*-----userProduct02-----*/
.l_userProduct02 {
    width: 100%;
    margin: 0;
    /*! padding: 0 0 133px; */
    position: relative;
    overflow: hidden;
}
.l_userProduct02 .userProductLayer01 .m_section_inner{
  padding: 25px 10px 0;
}
.l_userProduct02 .userProductLayer01 .m_section_box{
  margin: 45vw 10px 0;
}

/*-----userProduct03-----*/
.l_userProduct03 {
    width: 100%;
    margin: 0;
    /*! padding: 0 0 133px; */
    position: relative;
    overflow: hidden;
}
.l_userProduct03 .userProductLayer01 .m_section_inner{
  padding: 50px 10px 60px;
}
.l_userProduct03 .userProductLayer01 .m_section_box{
  margin: 45vw 10px 0;
}
  
.userProductHeading{
  width: 100%;
  top: 90px;
  left: 0;
}
.l_userProduct02 .userProductHeading{
  top: 5px;
}
.l_userProduct03 .userProductHeading{
  top: 20px;
}
.userProductBox{
  display: block;
}
.userProduct_col02{
  width: 100%;
  margin: 41px auto 0;
}
.product_name{
  font-size: 3.4rem;
  line-height: 45px;
  letter-spacing: 5px;
  padding-bottom: 10px;
}
.product_price{
  width: 100%;
  margin: 11px auto 0;
  font-size: 1.5rem;
}
.product_price span{
  font-size: 2.1rem;
}
.userProductTtl{
  font-size: 2.2rem;
  margin-top: 35px;
  letter-spacing: 3px;
  line-height: 43px;
}
.productPointList{
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.productColorList {
  margin-top: 26px;
}
.productPoint + li{
  margin-top: 0;
}
.productColorList li +li{
  margin-top: 11px;
}
.productSpecList dt{
  width: 22%;
}
.productSpecList dd{
  width: 76%;
}
.productSpecList dl +dl{
  margin-top: 11px;
}
.productButtonList{
  margin-top: 14px;
  display: block;
  font-size: 1.4rem;
  line-height: 11px;
  letter-spacing: 1px;
}
.productButtonList > div{
  width: 100%;
}
  .productButtonList > div + div{
    margin-top: 12px;
  }
.productButtonList a{
  padding: 17px;
}
.productSpecList{
  margin-top: 37px;
}
.userProduct_col01{
  width: 100%;
  margin: 0 auto;
}
/* --スライダ-- */
.userProduct_slide .change-btn-wrapper {
  margin: 20px auto;
  width: 100%;
}
.userProduct_slide .change-btn {
  width: 35px;
  height: 35px;
}
.userProduct_slide .change-btn span {
  width: 35px;
  height: 35px;
}
  .userProduct_slide .index-btn-wrapper{
    padding-top: 30px;
  }

.userProduct_slide .index-btn {
  width: 14%;
}
  
.productSpacAccordion{
  margin: 23px auto 0;
  width: 100%;
}
.productSpac02Box{
  margin: 0;
  display: block;
}
.productSpac02Box > div{
  width: 100%;
}
.productSpac02Box > div dt{
  width: 22%;
}
.productSpac02Box > div dd{
  width: 76%;
}

.sectionTop{
  width: 50%;
    margin: 0;
    bottom: 20px;
    left: calc(50% - 25%);
}


/*-----userNote-----*/
.userNoteTitle{
  padding: 10px;
}
.userNoteList{
  padding: 10px;
}


/*-----banner_box-----*/
.banner_txt {
  font-size: 1.6rem;
}
.bannerCp_txt{
  font-size: 1.4rem;
}


.gkwrBanner_box .m_section_box{
  margin: 0 10px;
}
.banner_ttl {
  padding: 0;
  font-size: 2.2rem;
  line-height: 44px;
  letter-spacing: 3px;
}
.banner_ttl .forSP{
  display: inline-block;
}
.banner_ttl:before{
  width: 39px;
  height: 39px;
  left: -10px;
  background-image: url(drawing_2.svg);
  background-size: cover;
}
.banner_link{
  margin-top: 40px;
}
.banner_text{
  margin-top: 16px;
}
.gkwrMerit_box{
  margin: 32px auto 0;
  width: 100%;
  flex-wrap: wrap;
}
.gkwrMerit_item{
  width: 48%;
}
.gkwrMerit_img{
  width: 72px;
  height: auto;
  margin: 0 auto;
}
.gkwrMerit_textBox{
  margin-top: 16px;
}
.gkwrMerit_item:nth-of-type(n+3){
  margin-top: 40px;
}


/*-----userPikup-----*/
  .l_userPikup{
  margin-top: 96px;
}
  .l_userPikup .m_section_inner{
   padding: 0 10px;
  }
.userPikup_ttl{
  font-size: 2.2rem;
  line-height: 44px;
  letter-spacing: 3px;
}
.userPikupList_col4 {
	justify-content: flex-start;
	margin-top: 1.6rem;
}
.userPikupList_col4 li{
	width: 48%;
	margin-right: 4%;
}
.userPikupList_col4 li:nth-of-type(2n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+3){
  margin-top: 38px;
}
.userPikupList_box .m_section_txt{
font-size: 1.3rem;
letter-spacing: 1.2px;
padding: 0;
}


/*-----userEnquete01-----*/
.enqueteItem{
  display: block;
  margin-top: 20px;
}
.enqueteItem li{
  width: 100%;
}
  .enqueteItem li + li{
    margin-top: 40px;
  }
.enqueteItemRead{
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.enqueteItemRead span{
  font-size: 2.2rem;
}
.enqueteItemTxt{
  letter-spacing: 1px;
  padding: 10px;
  width: 90%;
  font-size: 1.4rem;
  margin: 15px auto 30px;
}
.l_userEnquete01 .cauTxt{
  text-align: left;
}

}