@charset "utf-8";

/*
 TBは、pc.css　を読み込んでいます。
 打ち消したいスタイルを以下に書き込んでください。
*/


/*  ================================================================================================

    TB 打ち消しスタイル

    ============================================================================================  */
.bottom button{
  color:#000;
}
.fabMemoBtnWrap.top{
  display:none;
}

.memoBtmWrap{
  margin: 50px 0px;
  border-bottom:1px #626262 solid;
}
.bottom.fabMemoBtnWrap .favTextNone{
  display:block!important;
}
.memoBtnBlock{
  display:none!important;
}


.fabMemoBtnWrap.bottom{
  margin: 0 auto 15px!important;
  display: flex!important;
  justify-content: center!important;
}

.fabMemoBtnWrap > ul{
	display: flex;
	justify-content: flex-end;
}

.bottom.fabMemoBtnWrap .fabMemoBoxWrap{
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
}

.fabMemoBtnWrap.bottom .fabMemoBtnTtl,
.fabMemoBtnWrap.bottom .fabMemoBtnTtl span{
  display:none;
}
.fabMemoBtnWrap .reactionBoxWrap{
  background: none;
}

/*もっと知りたい底*/
.bottom button.partsMoreBtn  {
  position: relative;
  display: block;
  outline: none;
  width: 150px;
  height: auto;
  border: 2px #626262 solid;
  border-radius: 10px;
  padding: 8px 15px 8px 0px;
  margin: 0 25px 0 20px;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.3px;
  line-height: 1.4;
  background: #fff;
  -webkit-appearance: none;
  color:#626262;
  
}

.bottom button.partsMoreBtn.on {
  -webkit-appearance: none;
  color: #1464b4;
  border-color: #1464b4;
}
.bottom button.partsMoreBtn:hover {
  background:#fff;
}
.bottom button.partsMoreBtn.off{
  -webkit-appearance: none;
  color:#626262!important;
}
.bottom button.partsMoreBtn.off:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: url('/lib/img/common/memo/more_s_off.png');
  position: absolute;
  left: 0px;
  top: 0px;
}
.bottom button.partsMoreBtn.on:after{
  display: inline-block;
  width: 24px;
  height: 24px;
  content: url('/lib/img/common/memo/more_s_on.png');
  position: absolute;
  left: 0px;
  top: 0px;
}


/*理解が深まった底*/
.bottom button.partsUnderStandBtn  {
  position: relative;
  display: block;
  outline: none;
  width: 150px;
  height: auto;
  border: 2px #626262 solid;
  border-radius: 10px;
  padding: 8px 15px 8px 0px;
  margin: 0;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.3px;
  line-height: 1.4;
  color:#626262;
  -webkit-appearance: none;
  background: #fff;
}

.bottom button.partsUnderStandBtn.on {
  -webkit-appearance: none;
  color:#1464b4;
  border-color: #1464b4;
}
.bottom button.partsUnderStandBtn:hover {
  background:#fff;
}
.bottom button.partsUnderStandBtn.off{
  -webkit-appearance: none;
  color:#626262!important;
}
.bottom button.partsUnderStandBtn.off:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: url('/lib/img/common/memo/unserstand_s_off.png');
  position: absolute;
  left: 5px;
  top: 6px;
}
.bottom button.partsUnderStandBtn.on:after{
  display: inline-block;
  width: 24px;
  height: 24px;
  content: url('/lib/img/common/memo/unserstand_s_on.png');
  position: absolute;
  left: 5px;
  top: 6px;
}




.bottom button.btpartsFavBtn  {
  position: relative;
  display: block;
  outline: none;
  width: 150px;
  height: auto;
  border: 2px #626262 solid;
  border-radius: 10px;
  padding: 8px 30px 8px 0px;
  margin: 0;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.3px;
  line-height: 1.4;
  background: #fff;  
  -webkit-appearance: none;
  color:#626262;
}

.bottom button.btpartsFavBtn.on {
  -webkit-appearance: none;
  color: #1464b4;
  border-color: #1464b4;
  background:#f5f5f5;
  
}
.bottom button.btpartsFavBtn:hover {
  background:#fff;
}
.fabMemoBtnWrap .partsFavBtnBlock:hover{
  background: none;
}
.bottom button.btpartsFavBtn.off span{
  -webkit-appearance: none;
  color:#626262!important;
}
.bottom button.btpartsFavBtn.off:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  content: url('/lib/img/common/memo/fav_s_off.png');
  position: absolute;
  left: 5px;
  top: 6px;
  
}
.bottom button.btpartsFavBtn.on:after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  content: url('/lib/img/common/memo/fav_s_on.png');
  position: absolute;
  left: 5px;
  top: 6px;
}

.bottom .reactionBoxWrap li,
.bottom .fabMemoBoxWrap li{
  display: inline-block;
}


.favTextNone{
  pointer-events: none;
}

.fabMemoBtnWrap.bottom div:first-child{
  border-right: 1px #626262 solid;

}


.bottom .reactionBoxWrap{
  padding-right: 10px;
  margin: 0!important;
  padding: 0 25px 0 0!important;
  border-bottom: none!important;
}


.bottom .memoBtmWrap{
  padding: 25px 0;
}


/* メモ付箋 */

.newMemoWrap{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .2);
}
.newMemo {
  background: #aed6f9;
  text-align: center;
  color: #fff;
  width: 80%;
  min-width: 200px;
  padding: 30px 0 0 0;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
.newMemo button {
  border: none;
  background-color: #003f73;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.34);
  z-index: 20;
  margin-top: 20px;

}
.newMemo .innerRelative {
  background: #dceffe;
  padding: 15px;
}
.memoInput {
  padding: 10px;
  min-height: 35svh;
  border: none;
  background: none;
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333!important;
  display:block;
  background: #fff;
}  
.memoInput:focus {
  outline: none;
}
.memoInput::-webkit-scrollbar {
  width: 10px;
  margin-right: 5px;
}
.memoInput::-webkit-scrollbar-track {
  background-color: #fff;
}
.memoInput::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px; 
}




.partsfavEventBtnWrap.on:hover:before,
.partsfavEventBtnWrap.off:hover:before{
  display:none;
}
.partsfavEventBtnWrap.off:hover::after,
.partsfavEventBtnWrap.on:hover::after{
  display:none;
}
.partsUnderstandBtnBlock:hover::after{
  display:none;
}
.partsUnderstandBtnBlock:hover:before{
  display:none;
}

.partsMoreBtnBlock:hover::before{
  display:none;
}
.partsMoreBtnBlock:hover::after{
  display:none;
}
.fabMemoBtnWrap .partsMoreBtnBlock:hover{
  background:none;
}