@charset "utf-8";



.memoBtmWrap{
  margin: 20px 0px;
  border-bottom:1px #c5c5c5 solid;
}
.fabMemoBtnWrap.top{
  display:none;
}

.memoBtnBlock{
  display:none;
}


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

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

.fabMemoBtnWrap .fabMemoBoxWrap{
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.fabMemoBtnWrap.bottom .fabMemoBtnTtl,
.fabMemoBtnWrap.bottom .fabMemoBtnTtl span{
  display:none;
}


/*もっと知りたい底*/
.bottom button.partsMoreBtn  {
  position: relative;
  display: block;
  outline: none;
  width: 105px;
  height: auto;
  border: 2px #626262 solid;
  border-radius: 10px;
  padding: 8px 5px 8px 0px;
  margin: 0;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.3px;
  -webkit-appearance: none;
  color:#626262;
}
.bottom button.partsMoreBtn.on {
  -webkit-appearance: none;
  color:#626262;
}
.bottom button.partsMoreBtn.on {
  -webkit-appearance: none;
  color: #1464b4;
  border-color: #1464b4;
}
/* .bottom button.partsMoreBtn:hover {
  background:#ebebeb;
} */

.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: 2px;
  top: 3px;
}
.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: 2px;
  top: 3px;
}


/*理解が深まった底*/
.bottom button.partsUnderStandBtn  {
  position: relative;
  display: block;
  outline: none;
  width: 105px;
  height: auto;
  border: 2px #626262 solid;
  border-radius: 10px;
  padding: 8px 5px 8px 0px;
  margin: 0;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.3px;
  -webkit-appearance: none;
  color:#626262;
}
.bottom button.partsUnderStandBtn.off {
  -webkit-appearance: none;
  color:#626262;
}
.bottom button.partsUnderStandBtn.on {
  -webkit-appearance: none;
  color: #1464b4;
  border-color: #1464b4;
}
/* .bottom button.partsUnderStandBtn:hover {
  background:#ebebeb;
} */
.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: 2px;
  top: 3px;
}
.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: 2px;
  top: 3px;
}




.bottom button.btpartsFavBtn  {
  position: relative;
  display: block;
  outline: none;
  width: 105px;
  height: auto;
  border: 2px #626262 solid;
  border-radius: 10px;
  padding: 8px 15px 8px 0px;
  margin: 0;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.3px;
  -webkit-appearance: none;
  color:#626262;
}
.bottom button.btpartsFavBtn.off {
  -webkit-appearance: none;
  color:#626262;
}
.bottom button.btpartsFavBtn.on {
  -webkit-appearance: none;
  color: #1464b4;
  border-color: #1464b4;
}

.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: 2px;
  top: 3px;

}
.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: 2px;
  top: 3px;
}

.bottom ul.reactionBoxWrap {
  display: flex;
  gap: 5px;
}
.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;
}

.bottom .fabMemoBoxWrap{
  margin-left: 10px;
}

.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: 99999;
  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;
  resize: none;
}
.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;
}

/* メモツールチップ */
.tooltipMemoArea{
  display: flex;
  align-items: flex-end;
  width: 250px;
  height: 60vw;
  position: fixed;
  bottom: 70px;
  right: -250px;
  z-index: 10;
}
.tooltipMemoArea.memoOn{
  animation: memoOn 0.5s forwards;
}
@keyframes memoOn {
  0%{
    right: -250px;
  }
  100%{
    right: -222px;
  }
}
.tooltipMemoArea.memoOpen{
  animation: memoOpen 0.5s forwards;
}
@keyframes memoOpen {
  0%{
    right: -222px;
  }
  100%{
    right: 0;
  }
}
.tooltipMemoArea.memoClose{
  animation: memoClose 0.5s forwards;
}
@keyframes memoClose {
  0%{
    right: 0;
  }
  100%{
    right: -222px;
  }
}

.tooltipMemoBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11%;
  height: 50px;
  background: #023F73;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 14px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;;
}
.tooltipMemoWrap{
  width: 89%;
  height: 100%;
  border-radius: 5px 0px 0px 0px;
  border-top: 4px solid #023F73;
  border-bottom: 4px solid #023F73;
  border-left: 4px solid #023F73;
  background: #FFF;
  padding: 40px 10px 10px 10px;
  position: relative;
  overflow-y: auto;
}
.tooltipMemoCloseBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  border: 1px solid #023F73;
  background: #FFF;
  text-align: center;
  color: #023F73;
  padding-right: 3px;
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;;
}
.tooltipMemoCloseBtn span{
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #023F73;
  border-right: 1px solid #023F73;
}
.tooltipMemoLinkList li{
  line-height: 1.2;
}
.tooltipMemoLinkList li a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 93%;
  padding-left: 20px;
  position: relative;
}
.tooltipMemoLinkList li a::before{
  content: "・";
  color: #003f73;
  position: absolute;
  top: 0;
  left: 0;
}
.tooltipMemoListWrap{
  height: 100%;
}
.tooltipMemoListWrap .tooltipMemoLinkBlock{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.howToUseText{
  color: #003f73;
  font-size: 12px;
  cursor: pointer;
  top: 5px;
  right: 10px;
  text-decoration: underline;
}
.listArea.memo .howToUseText{
  font-size: 12px;
  position: unset;
  margin-left: 0;
  text-decoration: none;
  display: inline-block;
}
.listArea.memo .howToUseText span{
  text-decoration: underline;
}
.listArea.memo .howToUseText::before{
  content: ">";
  margin-right: 5px;
}

.memoLinkWrap .howToUseLinkWrap,
.tooltipMemoListWrap .howToUseLinkWrap{
  margin-top: auto;
  text-align: right;
}
.tooltipMemoListWrap p.howToUseLink{
  display: inline-block;
  color: #023F73 ;
  text-decoration: underline;
  font-size: 14px;
}
.tooltipMemoListWrap .memoNoneBlock p.howToUseLink{
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}



/* メモ使い方モーダル */
.howToUseModalArea{
  width: 100%;
  height: 100%;
  background: rgb(158, 158, 158, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.howToUseModalInner{
  width: 90%;
  margin: 20px auto 0;
  position: relative;
}
.howToUseModalWrap{
  width: 100%;
  height: 90vh;
  text-align: center;
  background: #fff;
  padding: 20px 15px 15px;
  overflow-y: auto;
}
.howToUseModalCloseBtn{
  width: 25px;
  aspect-ratio: 1;
  background: #023F73;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}
.howToUseModalCloseBtn span{
  display: block;
  width: 13px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 6px;
}
.howToUseModalCloseBtn span:first-of-type{
  rotate: 45deg;
}
.howToUseModalCloseBtn span:last-of-type{
  rotate: -45deg;
}
[class*="howToUseModalSection"]{
  margin-bottom: 17px;
}
[class*="howToUseModalSection"] .stepText{
  text-align: left;
}
[class*="howToUseModalSection"] .stepText p{
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-weight: normal;
  line-height: 1.8;
}
.howToUseModalSection01 .stepText p:before{
  content: "1. ";
}
.howToUseModalSection02 .stepText p:before{
  content: "2. ";
}
.howToUseModalSection03 .stepText p:before{
  content: "3. ";
}