@charset "UTF-8";
/*
Sitename: STAMP RALLY
Date: 2022.04.21
LastUpdate：2023.03.01
Version：1.0
Author：Haruna Ogino
Copyright Comcent All Right Reserved.
*/
/*
Sitename: STAMP RALLY
Date: 2022.04.12
LastUpdate：2022.04.18
Version：1.0
Author：Haruna Ogino
Copyright Comcent All Right Reserved.
*/
/*
Sitename: STAMP RALLY
Date: 2022.04.12
LastUpdate：2022.04.19
Version：1.0
Author：Haruna Ogino
Copyright Comcent All Right Reserved.
*/
.pBasicTitle {
  color: #495464;
  font-size: 2rem;
  font-weight: bold;
}

.pSubTitle {
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #495464;
  border-radius: 5px 5px 0 0;
}

.pMinTitle {
  font-size: 1.2rem;
  font-weight: bold;
}

.pBasicNote {
  color: #555555;
  font-size: 1.4rem;
}

.pSubNote {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  font-weight: normal;
}

.pAttentionText {
  color: #BE3338;
  font-weight: bold;
}

.pWhiteBack {
  padding: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px rgba(73, 84, 100, 0.1);
          box-shadow: 0 1px 6px rgba(73, 84, 100, 0.1);
}

.pTag {
  display: inline-block;
  width: 100px;
  padding: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 12px;
  background-color: #BBBFCA;
}
.pTag.dTagPositiv {
  background-color: #F68589;
}
.pTag.dOperation {
  background-color: #76CB81;
}
.pTag.dNews {
  background-color: #5DA3E1;
}

.pBasicLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  gap: 5px;
}
.pBasicLink.dAtt {
  color: #BE3338;
}

.pSerch {
  width: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pLinkBtn {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 4px 4px 4px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-box-shadow: 0 -3px 0 0 inset #6878A2;
          box-shadow: 0 -3px 0 0 inset #6878A2;
  background-color: #96A4CB;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pLinkBtn:hover {
  opacity: 0.7;
}
.pLinkBtn.isLock {
  pointer-events: none;
}
.pLinkBtnIcon {
  display: inline-block;
  width: 20px;
  padding: 5px;
}
.pLinkBtnIcon.dMin {
  padding: 0;
}
.pLinkBtnMinIcon {
  display: inline-block;
  width: 8px;
}
.pLinkBtn.dBigBtn {
  padding: 12px 10px 16px;
}
.pLinkBtn input[type=submit] {
  display: none;
}
.pLinkBtn.lyRight {
  margin: 0 0 0 auto;
}
.pLinkBtn.lyRightBtm {
  margin: 0 0 5px auto;
}

.dLogin {
  font-size: 1.4rem;
}

.dPositiv {
  -webkit-box-shadow: 0 -3px 0 0 inset #CF6266;
          box-shadow: 0 -3px 0 0 inset #CF6266;
  background-color: #F68589;
}

.dNegative {
  -webkit-box-shadow: 0 -3px 0 0 inset #777777;
          box-shadow: 0 -3px 0 0 inset #777777;
  background-color: #999999;
}

.pDeletBtn {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/iconDeletePink.svg);
}
@media screen and (max-width: 800px) {
  .pDeletBtn {
    width: 20px;
    height: 20px;
  }
}

.pBackBtn {
  color: #777777;
}

.pIconBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pIconBtn.isOtherLink {
  border-radius: 5px;
  background-color: #96A4CB;
}

.isNotice {
  position: relative;
}
.isNotice::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2px;
  right: -4px;
  border-radius: 50%;
  background-color: #ff8f36;
}

.pLabelAttention {
  display: inline-block;
  padding: 0 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 3px;
}
.pLabelAttention.dAttRed {
  color: #BE3338;
}
.pLabelAttention.dAttNavy {
  background-color: #495464;
}
.pLabelAttention.dAttGray {
  background-color: #777777;
}

.modSelectLabel {
  display: block;
  position: relative;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.modSelectLabel::after {
  content: url(../images/iconArrowDownNavy.svg);
  display: inline-block;
  position: absolute;
  width: 12px;
  top: 45%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}
.modSelectLabel.dSelectDay::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modSelectLabel.dSelectDay .dSelectDayBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.modSelectLabel.dSelectDay .dSelectDayBtn input {
  width: 100%;
  padding: 5px;
  cursor: pointer;
}
.modSelectLabel.dSelectDay .dSelectDayBtn input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background-image: url(../images/iconSettingNavy.svg);
}
.modSelectLabel select {
  width: 100%;
  padding: 2px 5px;
  cursor: pointer;
}

.pRadioCheckLabel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.pRadioCheckLabel input[type=checkbox]:disabled ~ .pCheckBtn {
  opacity: 0.7;
  cursor: auto;
  background-color: #E8E8E8;
}
.pRadioCheckLabel input[type=checkbox]:disabled ~ .modDataCheckText {
  opacity: 0.7;
}
.pRadioCheckLabel .pCheckBtn, .pRadioCheckLabel .pRadioBtn {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.pRadioCheckLabel .pCheckBtn:before {
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../images/iconCheckRed.svg);
  display: none;
}
.pRadioCheckLabel .pRadioBtn {
  border-radius: 10px;
}
.pRadioCheckLabel .pRadioBtn:before {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  content: "";
  background: #BE3338;
  display: none;
  border-radius: 6px;
}
.pRadioCheckLabel input[type=checkbox], .pRadioCheckLabel input[type=radio] {
  display: none;
}
.pRadioCheckLabel input[type=checkbox]:checked ~ .pCheckBtn:before, .pRadioCheckLabel input[type=checkbox]:checked ~ .pRadioBtn:before, .pRadioCheckLabel input[type=radio]:checked ~ .pCheckBtn:before, .pRadioCheckLabel input[type=radio]:checked ~ .pRadioBtn:before {
  display: block;
}
.pRadioCheckLabel .pRadioCheckTitle {
  display: inline-block;
}

.pSideBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pSideBtn {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 40px;
    top: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.pSideBtnLine {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pSideBtnLine::before, .pSideBtnLine::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pSideBtnLine::before {
  top: -6px;
}
.pSideBtnLine::after {
  top: 6px;
}
.pSideBtnText {
  position: absolute;
  bottom: -10px;
  left: 50%;
  color: #999999;
  font-size: 1rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.pSideBtnTextOpen {
  display: inline;
}
.pSideBtnTextClose {
  display: none;
}

.pSideClose {
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#sideMenu {
  display: none;
}

#sideMenu:checked ~ .modSideNav {
  right: 0;
}
#sideMenu:checked ~ .pSideBtn .pSideBtnLine {
  background-color: transparent;
}
#sideMenu:checked ~ .pSideBtn .pSideBtnLine::before {
  top: 0px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#sideMenu:checked ~ .pSideBtn .pSideBtnLine::after {
  top: 0px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#sideMenu:checked ~ .pSideBtn .pSideBtnTextOpen {
  display: none;
}
#sideMenu:checked ~ .pSideBtn .pSideBtnTextClose {
  display: inline;
}
#sideMenu:checked ~ .pSideClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mdHidden {
  display: none;
}