@charset "utf-8";
@import url("shop.css");
/* CSS Document */

/*shop.cssのpanListの打ち消す*/
#panList {
  display: block!important;
}

#main {
  width: 100%;
  float: none;
  margin: 0 0 80px 0;
  font-size: 1.4rem;
}

#sub {
  display: none;
}

#contents{
  padding-bottom: 0;
}

/*-----------  layout    --------------*/

.pageContBoxWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.pageContBoxWrap img {
  max-width: 100%;
  height: auto;
}

.pageContBox {
  width: 660px;
  margin: 0 auto;
}


.pageAsideBox {
  width: 300px;
}



/*-----------  offical question    --------------*/

.questionInner {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  align-items: center;
}

.canvasArea {
  width: 40%;
  position: relative;
}

.canvasArea::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 82px;
  background: url("../img/newmo_community/icon_light.png") no-repeat center center;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#Chart {
  position: relative;
  z-index: 2;
}

.questionItemList {
  width: 58%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.questionItemList li {
  /* width: 48%; */
  width: 100%;
  margin: 0 0 4% 0;
  padding: 10px;
  border: 1px solid #699AF9;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.questionItemList li span:nth-child(2) {
  display: none;
}

.questionItemList li:hover,
.questionItemList li.voted {
  background: #699AF9;
  color: #fff;
}

.questionItemList.voted li {
  pointer-events: none !important;
}

.questionLimitDate {
  display: block;
  text-align: right;
  font-size: 12px;
}


/*-----------  ContBox    --------------*/
.catchTtile {
  margin-bottom: 20px;
}

.indexIntro{
  margin-bottom: 40px;
}

.btn_question{
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 0 auto;
  text-align:center;
  position: relative;
  background:#699AF9;
  color:#fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

.btn_question.style_2{
  background:#F25396;
}

.btn_question::after{
  content: "";
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .8em;
  height: .8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-10%) rotate(45deg);  
}

#contentsTtl {
  font-size: 30px;
  padding: 0 10px;
  margin: 0 0 30px;
  border-left: 6px solid #FE5E8E;
}

#contentsTtl .smallTtl {
  margin-left: 20px;
}

#contentsTtl span {
  font-size: 12px;
  color: #757575;
}

.contBox {
  position: relative;
  /* margin-bottom: 80px; */
  margin-bottom: 50px;
}

#newmo_qa{
  margin-bottom: 110px;
}

.indexIntro {
  font-size: 14px;
  text-align: justify;
}

.qaMenuLink {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 30px 0 60px;
}

.qaMenuLink li {
  /* width: 45%; */
  width: 100%;
  border: 2px solid #F474BE;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.qaMenuLink li a {
  text-decoration: none;
  color: #F474BE;
  font-size: 14px;
  font-weight: bold;
    display: block;
    height: 100%;
    width: 100%;
}

.qaMenuLink li a::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #F474BE;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.2s ease-out;
}

.contBoxInner {
  background: #fff;
  border: 1px solid #699AF9;
  /* padding: 30px 20px 20px; */
  padding: 20px;
}


.contBoxTtle {
  display: flex;
  align-items: center;
  width: 100%;
}

.contBox .headimg {
  position: relative;
  max-width: 124px;
  padding-right: 1em;
}




.contBoxTtileTxt {
  color: #fff;
  border-radius: 10px;
  background: #699AF9;
  position: relative;
  min-width: 220px;
  padding: 10px;
  text-align: center;
  /*
  line-height: 40px;
  height: 40px;
  */
}

.SearchBoxTtileTxt{
  color: #fff;
  border-radius: 10px;
  background: #9175ED;
  position: relative;
  min-width: 220px;
  padding: 10px 24px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.contBoxTtileTxt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  left: -9px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #699AF9 transparent transparent;
}

.contBoxInnerTitle {
  font-size: 16px;
  font-weight: bold;
}


.contBox.answer .contBoxInner {
  border: 1px solid #9175ED;
}

.Search__Box{
    display: block;
    margin: 10px 0 20px 0!important;
}

.contBox.answer .contBoxTtle {
  justify-content: right;
  margin-top: 30px;
}

.contBox.answer .contBoxTtileTxt {
  background: #9175ED;
}

.contBox.answer::before {
  left: auto;
  right: -10px;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #9175ED;
}

.answerPostBoxWrap .contBoxTtileTxt {
  background: #F2A30E;
}

.answerPostBoxWrap .contBoxTtileTxt::before {
  border-color: transparent #F2A30E transparent transparent;
}

.answerPostBoxWrap .contBoxTtle img {
  max-width: 124px;
}

.contBox.answer input,
.contBox.answer select {
  border: 1px solid #9175ED;
  width: 100%;
  height: 48px;
  line-height: 28px;
  box-sizing: border-box;
  color: #000;
}

.contBox.answer input {
  padding: 0 0 0 10px;
}

.inputSearch {
  position: relative;
  margin-bottom: 20px;
}

.inputSearch.lastChild {
  margin-bottom: 0 !important;
}

.inputButton {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
  border: none;
  background: no-repeat;
  cursor: pointer;
  border-left: 1px solid #9175ED;
  padding: 0 15px;
}

.contBox.list .contBoxInner {
  border: 1px solid #F15397;
  /*border-top: none;*/
}

.contBox.list .contBoxTtileTxt {
  background: #F15397;
  font-size: 1.4rem;
  font-weight: 600;
}

.contBox.list .contBoxTtileTxt::before {
  border-color: transparent #F15397 transparent transparent;
}

.boxInnerTabNav {
  display: flex;
  background: #F15397;
  justify-content: space-around;
  padding-top: 10px;
}

.boxInnerTabNav li {
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: #F15397;
  width: 40%;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
  cursor: pointer;
}

.boxInnerTabNav li.active {
  color: #F15397;
  background: #fff;
}

.boxInnerTabBox.second {
  display: none;
}


.questionList .communitylistBox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}

.communitylistBox a {
  color: #000;
  text-decoration: none;
}

.questionList .communitylistBox li {
  color: #000;
}

.communitylistBox a .attention,
.questionBoxDetail .attention
{
  border: 1px solid #9175ED;
  border-radius: 5px;
  color: #9175ED;
  display: block;
  max-width: 140px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  background: #fff;
  font-weight: 500;
}

/*.communitylistBox a .attention,
.communitylistBox a p,
.communitylistBox a .boxInfo{
  margin-left: 30px;
}*/

.communitylistBox a .boxInfo{
	padding-top: 1em;
}

.listPager ul {
  display: flex;
  justify-content: center;
}

.listPager li {
  border-radius: 100px;
  border: 1px solid #F15397;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
}

.listPager li:hover,
.listPager li.active {
  color: #fff;
  background: #F15397;
}


.listPager li a {
  text-decoration: none;
  display: block;
  color: #F15397;
}

.listPager li:hover a,
.listPager li.active a {
  color: #fff;
}

#newmo_qa .subtitle__banner{
  margin-bottom: 0;
}

.subtitle__banner{
  margin-bottom: 20px;
}

/*-----------  pageContBox    --------------*/


.questionBox {
  position: relative;
  /* padding-top: 38px; */
  margin-top: 30px;
  margin-bottom: 30px;
}

.headimg {
  position: absolute;
}


.questionBox .headimg {
  right: 0;
  top: -50px;
  max-width: 124px;
}

.questionBox .speaker {
  display: block;
  font-weight: bold;
  position: absolute;
  left: 0;
  /* top: 10px; */
  top: -35px;
  font-size: 1.6rem;
}


.questionBoxTtle {
  background: #F15398;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}

.boxDetail {
  border: 1px solid #9175ED;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.questionBoxDetail {
  border: 1px solid #F15398;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  background: #fff;
}

.boxOwner {
  display: flex;
  align-items: center;
  /*margin-bottom: 20px;*/
  font-size: 16px;
}

.answerListBox .boxDetail .boxOwner {
  border-bottom:1px solid #C4C4C4;
  padding-bottom: 10px;
  margin-bottom: 10px;  
}

h4.boxOwner {
  font-weight: 700;
  margin-bottom: 10px;
}

.boxOwner img {
  width: 24px;
  margin-right: 10px;
}


.boxTxt {
  margin-bottom: 20px;
  font-size: 14px;
}

.boxInfo {
  display: flex;
  justify-content: space-between;
  /*padding-top: 1em;*/
}

.boxDetailPart{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.btnCommntPlus {
  border: 1px solid #F2A30E;
  border-radius: 5px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #F2A30E;
  display: flex;
  gap: 10px;
  padding: 0 10px;
  align-items: center;
  cursor: pointer;
}

.btnCommntPlus img{
  width: 16px;
}



.questionBoxDetail .boxInfo {
  border-top: 1px solid #c4c4c4;
  flex-wrap: wrap;
  padding-top: 10px;
}

/*.answerListBox .boxDetail {
  border-top: 1px dotted #c6bce7;
}*/

.boxInfoPart {
  display: flex;
}

.emotionList {
  display: flex;
  margin-right: 30px;
  /*margin-left: 30px;*/
}

.emotionList li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer;
}

.emotionList.unClicked li {
  pointer-events: none;
}

.emotionList li img {
  width: 20px;
  margin-right: 4px;
}

.boxInfoTtl{
  width: 100%;
  margin-bottom: 40px;
  display: block;
  font-size: 1.2rem;
}

.emotionThumbList {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
}

.emotionThumbList li{
  width: 48px;
  position: relative;
  cursor: pointer;
}

.emotionThumbList li span{
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  text-align: center;
  width: 40px;
  font-size: 1.2rem;
  position: absolute;
  height: 20px;
  line-height: 20px;
  top: -20px;
  right: -30px;
}

.emotionThumbList.unClicked li {
  pointer-events: none;
}



.boxCount {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 30px;
}

.boxCount:last-child {
  margin-right: 0;
}


.boxCount img {
  width: 16px;
  margin-right: 4px;
}


.answerPostBoxWrap {
  margin: 50px auto 0;
}

.answerPostBox {
  border: 1px solid #F2A30E;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 40px;
  background: #fff;
}

.answerPostBoxHeader {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}


.answerPostBoxWrap .headimg {
  left: 0;
  top: -124px;
  max-width: 124px;
}


.btnCommunity {
  display: block;
  position: relative;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.btnCommunity.center {
  margin: 0 auto;
}


.btnAns {
  background: #F2A30E;
}

.btnCommunity::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .8em;
  height: .8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  /*transform: translateY(-25%) rotate(135deg);*/
  transform: translateY(-10%) rotate(45deg);
  transition: all 0.2s ease-out;
}

.btnCommunity.arrow_back::after {
  right: auto !important;
  left: 20px !important;
  transform: translateY(-10%) rotate(-135deg);
}



.btnCommunity.active::after {
  transform: translateY(30%) rotate(-45deg);
}


.btnCommunity.arrow_right::after {
  transform: translateY(-10%) rotate(45deg);
}

.asideBoxBnr{
  margin: 0 auto 20px;
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
}

.btnCommunity.style_1,
.btnCommunity.style_2 {
  width: 220px;
  font-size: 13px;
  margin: 0 auto;
}

.btnCommunity.style_1{
  background: #699AF9;
}

.btnCommunity.style_2{
  background: #F25396;
}

.answerListBox .boxDetail {
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
}


.answerPostBody {
  display: none;
  padding: 20px 0;
}


/*-----------  pageAsideBox    --------------*/

.asideBox {
  background: #fff;
  border: 1px solid #F475BE;
  padding: 20px;
  margin-bottom: 40px;
}

.honesttalk_AsideBox{
  border: 1px solid #699AF9;
}

.btnPost.btnCommunity {
  width: 160px;
  background: #F475BE;
  font-size: 14px;
  font-weight: 600;
}

.btnBox {
  text-align: center;
}

.btnBox span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.asideBox .cateList{
  display: block;
}

.cateList li {
  margin-bottom: 14px;
  height: auto;
  line-height: normal;
}

.cateList li:last-child {
  margin-bottom: 0;
}

.cateList li a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.cateList li a img{
  width: 28px;
  margin-right: 12px;
}

.asideList li a img {
  min-width: 28px;
  width: 28px;
}

.asideBox .boxTtl,
.post_a_NewestBox .boxTtl{
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  color: #F15397;
  margin-bottom: 10px;
}

.asideList li {
  margin-bottom: 30px;
}

.asideList.newComment li {
  margin-bottom: 20px;
}

.asideList li:last-child {
  margin-bottom: 20px;
}

.asideList li a {
  display: flex;
  color: #000;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  /*flex-wrap: wrap;*/
}

.asideList.newComment li a {
  gap: 2px;
}

.asideList.flexWrap li a{
  flex-wrap: wrap;
}

.asideList .rank {
  min-width: 36px;
  height: 28px;
  color: #fff !important;
  position: relative;
  margin-right: 12px;
  display: block;
  background: url("../img/newmo_community/icon_rank.png") no-repeat left center;
  background-size: cover;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 18px;
  font-weight: 600;
}

.asideList li .listDate{
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1rem;
}

.asideList li .listDate img{
  max-width: 16px;
  min-width: initial;
}

.asideList li p{
  font-size: 1.2rem;
}

.newComment .listTtl{
  margin-bottom: 0;
  display: block;
  width: 100%;
}

/*-----------  post    --------------*/
.formWrap {
  max-width: 660px;
  margin: 0 auto;
  border: 1px solid #F475BE;
  padding-bottom: 20px;
  background: #fff;
}

.formWrap.commentPost {
  
   border: 1px solid #F4910B;
   position: relative;
}

.formWrap.commentPost .intro{
  padding-top: 20px;
}  

.formWrap.commentPost.withHeadimg {
  margin-top:124px;
}


.commentPost .headimg {
  left: 0;
  top: -124px;
  max-width: 124px;
}



.formWrap.commentPost .btnPost.btnCommunity {
  background: #F4910B;
}

.formTtl {
  font-size: 20px;
  color: #fff;
  background: #F475BE;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.formWrap.commentPost .formTtl {
  background: #F4910B;
}


.intro {
  padding: 0 0 15px 20px;
  display: block;
}

.nessaray {
  color: #D0152C;
}


.formBoxWrap {
  max-width: 520px;
  margin: 0 auto;
}

.formBox {
  margin: 0 auto;
}

.formBox dt {
  margin-bottom: 6px;
  font-size: 14px;
}

.formBox dt span {
  font-size: 12px;
}

.formBox dt .nessaray {
  padding-left: 10px;
}

.ps.nessaray {
  padding-left: 0 !important;
}

.formBox dd {
  margin-bottom: 40px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 10px 0 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #555555;
  box-sizing: border-box;
  background: #fff;
}


textarea {
  border: 1px solid #555555;
  width: 100%;
  height: 120px;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.selectContainer {
  position: relative;
  margin-top: 10px;
}

.selectContainer::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 0;
}



.innerList {
  display: flex;
  justify-content: space-between;
}

.innerList li {
  padding-top: 8px;
}

.innerList li img {
  max-width: 50px;
  padding-left: 4px;
}

.innerList li label {
  display: flex;
  align-items: center;
}




.formTxt {
  margin-bottom: 40px;
}

.formTxt a {
  color: #F475BE;
}


.btnSubmit {
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F475BE;
  color: #fff;
  position: relative;
  border: none;
}

.commentPost .btnSubmit {
  background: #F4910B;
} 

.btnSubmit.btnAns {
  background: #F2A30E !important;
}

.submit_confirm {
  margin: 0 auto;
  display: block;
}

.submit_confirm::after,
.submit_back::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;

}

.submit_confirm::after {
  transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
}

.submit_back::before {
  transform: rotate(-138deg);
  left: 20px;
  top: 0;
  bottom: 0;
}

.confirm dd {
  color: #F475BE;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #F475BE;
}

.commentPost .confirm dd {
  color: #F4910B;
  border-bottom: 1px solid #F4910B;
}

.confirm .innerList {
  justify-content: left;
}


.submitBox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.submitBox button {
  cursor: pointer;
  margin-bottom: 10px;
}

#send_answer {
  pointer-events: none;
  opacity: 0.5;
}

#send_answer.clear {
  pointer-events: auto !important;
  cursor: pointer !important;
  transition: all 0.2s;
  opacity: 1 !important;
}

#sendComplete {
  display: none;
}

#sendComplete.sended {
  display: block;
}

#sendComplete p {
  padding: 20px;
}

/*-----------  rule    --------------*/
.ruleList {
  color: #666666;
  margin: 30px 0;
  font-size: 14px;
}

.ruleList li {
  padding-bottom: 12px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}


/*-----------  bandTtle    --------------*/

/*#user_qa {
  padding-top: 60px;
}*/

.bandTtle01 {
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  color: #fff;
  border-radius: 100vh;
  background: #699AF9;
  margin: 80px 0 10px;
  font-weight: bold;
}

.bandTtle01::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.bandTtle01::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.bandTtle02 {
  position: relative;
  padding: 18px;
  text-align: center;
  border: 2px solid #F15397;
  background: #F15397;
  margin-bottom: 30px;
}

.bandTtle02::before, .bandTtle02::after {
  position: absolute;
  content: '';
}

.bandTtle02::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #F15397;
  border-radius: 50%;
  background: #fff;
}

.bandTtle02::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.bandTtle02 i {
  font-size: 30px;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  color: #F15397;
}

.bandTtle02 span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  color: #F15397;
}


/*-----------  vote comment --------------*/

.commentSend{
  transition: all 0.2s ease-out;
  display: block;
}

.commentSend.send,
.commentSendButton.send,
.answerPostBoxHeader.send{
  display: none!important;
}

.commentSendButton {
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #699AF9;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.commentSendComplete,
#commentInfo{
  transition: all 0.2s ease-out;
  display: none;
}

.commentSendComplete.send{
  display: block;
  font-size: 14px;
  padding-top: 40px;
}

.commentList li{
  display: none;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #699AF9;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#commentViewMore{
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 10px 20px 25px;
  max-width: 93%;
  width: 100%;
  text-align: center;
  color: #699AF9;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  text-indent: -30px;
}

#commentForm button{
  display: block;
    margin: 20px auto;
    background: #699AF9;
    padding: 10px 20px;
    max-width: 160px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
}

#commentForm{
  margin-top: 20px;
}


.questionInner.widthWild{
  display: block;
}

.sendNeed{
  color: #ff0000;
  font-size: 12px;
}


.commentListTtl{
	display: block;
  font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
  padding-top: 20px;
	font-weight: bold;
}

.commentListTtl.underBorder{
	border-bottom: 1px dotted #699AF9;
}

.sendItem{
	margin-bottom: 30px;
}

.sendRule{
	padding: 20px 0;
}

.sendRule a{
	color: #F15397;
}

/* 2024年2月27日改修 */
.questionInner .answerPostBoxHeader {
  border: 1px solid #699AF9;
  border-radius: 10px;
}

.questionInner .answerPostBoxHeader .btnAns {
  background: #699AF9;
}

.questionInner .btnCommunity.active::after {
  transform: translateY(-25%) rotate(135deg);
}

#commentViewMore::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  left: 75px;
  top: 0;
  bottom: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #699AF9;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.2s ease-out;
}

.enqueteBox {
  border: 1px solid #fba3da;
  background: #fff;
}

.enqueteBox p{
  margin-bottom: 1em;
  padding: 20px 14px 0;
}

.enqueteBox a{
  padding-right: 1em;
  background: #fba3da!important;
  margin-bottom: 1em;
}


/*-----------  shopList    --------------*/
.shopList li {
  width: 206px;
  min-width: 206px;
  margin-right: 20px;
  box-sizing: border-box;
}

.shopList li:last-child{
  margin-right: 0;
}

/*-----------  post_a_NewestBox    --------------*/
.post_a_NewestBox{
  background: #fff;
  border: 1px solid #F37DB0;
  padding: 20px;
}

.postListBox li .listDate{
  display: flex;
  gap:10px;
  align-items: center;
  font-size: 1rem;
}

.postListBox li{
  margin-bottom: 14px;
  list-style: none;
  font-size: 1.2rem;
}

.postListBox li a{
  color: #000;
}

.postListBox li:last-child{
  margin-bottom: 0;
}

.postListBox li .listDate img{
  width: 16px
}
.postListBox li .listTtl{
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

.postListBox li .listTtl a{
  color: #000;
  font-weight: 600;
}


/*-----------  asideBoxTabNav --------------*/
.asideBoxTabNav{
  display: flex;
  justify-content: space-between;
}

.asideBoxTabNav li{
  width: 50%;
  background: #E8E7E8;
  border:1px solid #E8E7E8;
  border-bottom:none!important;
  text-align: center;
  color: #181818;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}


.asideBoxTabNav li.active{
  border:1px solid #FDB6E6;
  background: #fff;
}

.asideBoxTabNav li:nth-child(1){
  border-radius: 10px 0 0 0
}

.asideBoxTabNav li:nth-child(2){
  border-radius: 0 10px 0 0;
}

.asideBoxTabInnerWrap{
  border:1px solid #FDB6E6;
}

.asideBoxTabInner{
  padding: 20px 20px 0;
}

.asideBoxTabInner.second {
  display: none;
}



.heartCount{
  border: 1px solid #CACAC9;
  width: 80px;
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
  display: flex;
  padding: 4px;
  cursor: pointer;
}

.heartCount.clicked{
  cursor: not-allowed!important;
}


.heartCountInfo{
  display: flex;
  gap:5px;
  padding: 0 8px 0 6px;
  border-right:1px solid #CACAC9;
  align-items: center;
  margin-right: 8px;
  font-size: 1.2rem;
  color: #464646;
}

.heartCount span{
  font-size: 1.2rem;
  color: #464646;
}

.heartCountInfo img{
  width: 12px;
}

.boxDetail{
  position: relative;
}

.iconNice {
  position: absolute;
  width: 60px;
  top: -30px;
  right: 0;
}

.addTitle{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

  body {
    font-size: 14px;
  }

  #main {
    margin-bottom: 20px;
  }

  #panList {
    display: none!important;
  }
  .contBoxTtileTxt {
    min-width: 190px;
    margin-top: 20px;
  }

  .catchTtile {
    width: 100vw;
    margin-top: 20px;
  }

  .catchTtile {
    margin-bottom: 20px;
  }

  #contentsTtl {
    margin-bottom: 30px;
    font-size: 1.8rem;
    padding-left: 22px;
    border-left: none;
  }

  /*-----------  official question    --------------*/

  .pageContBox {
    width: auto;
    margin-bottom: 60px;
  }

  .questionInner {
    display: block;
  }

  .qaMenuLink li {
    /* width: 44%; */
    width: 100%s;
    padding: 15px 0 15px 12px;
    text-align: left;
  }

  /* .qaMenuLink li a{
    font-size: 12px;
  } */

  .qaMenuLink li a::after {
    width: .5em;
    height: .5em;
    right: 12px;
  }

  .questionBox {
    /*margin: 80px auto 0;*/
    margin: 40px auto 0;
    width: 92%;
  }

  .answerListBox{
    margin: 40px auto 0;
    width: 92%;
  }

  .answerPostBox{
    width: 92%;
    margin: 0 auto;
    background: #fff;
  }

  .questionBoxTtle {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
  }

  .canvasArea {
    width: 100%;
    margin-bottom: 20px;
  }

  .questionItemList {
    width: 100%;
  }

  .canvasArea {
    width: 100%;
    height: 240px;
  }


  #Chart {
    width: 240px;
    height: 240px;
  }

  #newmo_qa .contBoxTtle .headimg{
  max-width: 94px;
  }

  #newmo_qa {
    margin-bottom: 80px;
  }


  /*-----------  post    --------------*/

  .formWrap {
    padding-bottom: 20px;
    width: 92%;
    margin: 8% auto 0;
  }

  .formBoxWrap {
    width: 90%;
  }

  .formBox dt .nessaray {
    padding-left: 6px;
  }

  .innerList {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .innerList li {
    width: 33.333%;
    height: 60px;
  }

  .formBox dd {
    margin-bottom: 20px;
}

textarea {
    height: 200px;
}

  /*-----------  detail    --------------*/

  /*-----------  layout    --------------*/

  .pageContBoxWrap {
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin-top: 0;
  }

  .pageAsideBox {
    max-width: inherit;
    width: 100%;
  }

  .contBox.answer input,
  .contBox.answer select {
    height: 42px;
    line-height: 42px;
  }

  .contBoxInner {
    padding: 30px 15px;
  }

  .Search__Box{
    display: block;
    margin: 0 0 20px 0!important;
  }

  .contBox.answer .contBoxTtle {
    margin-top: 20px;
  }

  .contBox {
    margin:0 auto 20px;
    width: 92%;
    box-sizing: border-box;
}

  .contBox .headimg {
    max-width: 100px;
}

  .contBox.list .contBoxInner {
    border: none;
  }

  .inputButton {
    width: 50px;
    padding: 0 10px;
  }

  .boxOwner {
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
  }

  .boxOwner img {
    width: 28px;
    margin-right: 8px;
  }

  .boxInnerTabNav li {
    height: 42px;
    line-height: 42px;
  }

  .boxInfo {
    display: flex;
    padding-top: 8px;
  }

  .boxInfoPart {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .emotionList li,
  .boxCount {
    font-size: 11px;
  }

  .boxCount{
  	margin-right: 10px;
  }

  .emotionList {
    margin-left: 0;
  }

  .emotionList li img {
    width: 18px;
  }

  .questionList .communitylistBox {
    padding-bottom: 10px;
  }

  .questionBoxDetail,
  .boxDetail {
    padding: 20px 14px;
  }

  .answerPostBoxHeader {
    display: block;
  }

  .answerPostBoxWrap .contBoxTtle img {
    max-width: 110px;
  }

  .answerPostBoxWrap {
    margin-top: 50px;
  }

  .answerPostBox .headimg {
    left: 0;
    top: -80px;
    max-width: 80px;
  }

  .btnAns {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  #user_qa{
    width: 100vw;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .subtitle__banner{
    width: 92vw;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  #user_qa .contBoxTtle {
    padding-left: 20px;
  }


  .postLinkBox {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }


  .postLink {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }

  .postLink.color_1 {
    background: #F475BE;
  }

  .postLink.color_2 {
    background: #F2A30E;
  }

  .postLink::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    transform: rotate(45deg);
    right: 20px;
    top: 0;
    bottom: 0;
  }

  .answerPostBody.open {
    display: block;
  }

  .communitylistBox a .attention{
  	margin-left: 0;
  }


  /*-----------  bandTtle    --------------*/
  .bandTtle02 {
    margin: 0 20px 30px;
  }

  /* 2024年2月27日改修 */

  #commentViewMore {
    max-width: 87%;
  }

  .indexIntro,.ruleList,.pageAsideBox {
    width: 92%;
    margin: 0 auto 20px;
  }

  .shopList li {
    width: 90% !important;
  }  

  .shopList li:last-child {
    margin-right: 16px;
  }

  .cateList li {
    width: auto;
    height: auto;
  }

  .emotionThumbList {
    gap:20px;
  }

  .emotionThumbList li span {
    width: 30px;
    height: 14px;
    line-height: 14px;
    top: -16px;
    right: -6px;
  }

  .spFlex{
    display: flex!important;
  }  

  #btnAnswerSp{
    position: fixed;
    right: 10px;
    bottom: 10px;
    max-width: 80px;
    z-index: 10;
  }


}