
@charset "UTF-8";

.P2e-history {
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 20px;
}

.P2e-history .P2e-history-area {
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    width: 100%;
    padding: 20px 50px;
    
}
.P2e-history .P2e-history-area a{
    color: #000;
}

.P2e-history a {
    background-color: #f0f0f0;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 12px;
    transition: all .3s ease;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .P2e-history a {
        background-color: #f0f0f0;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 5px 10px;
        transition: all .3s ease;
        font-size: 12px;
    }
}

.P2e-entry-label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.evecam .wrap-search .P2e-entry-label .cont-tag-area {
    width: auto;
}

.P2e-no-entry-label {
    display: flex;
    flex-wrap: wrap;
}

.P2e-no-entry-label span {
    background-color: #8DC21F;
    border: none;
    font-weight: 100;
    margin-right: 2px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
    padding: 1px 10px 2px;
    font-size: 12px;
    color: #fff;
    margin: 10px 10px 0 0;
}

.P2e-already-entry-label {
    display: flex;
    flex-wrap: wrap;
}

.P2e-already-entry-label span {
    border: 2px solid #8DC21F;
    font-weight: 100;
    margin-right: 2px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
    padding: 1px 10px 2px;
    font-size: 12px;
    color: #8DC21F;
    margin: 10px 10px 0 0;
    font-weight: 700;
}

.P2e-event-entry-label {
    margin: 4px 0 0 0;
}

.P2e-event-entry-label p {
    display: flex;
    flex-wrap: wrap;
}

.P2e-event-entry-label p span {
    border-radius: 5px;
    padding-left: 10px;
    position: relative;
    color: #999;
    font-size: 1.2rem;
    margin: 10px 10px 0 0;
    padding: 2px 10px 2px 10px;
    border: 1px solid #ddd;
}

.P2e-no-eligible-entry-label {
    background-color: #7f7f7f;
    border: none;
    font-weight: 100;
    margin-right: 2px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
    padding: 1px 10px 2px;
    font-size: 12px;
    color: #fff;
}

/* index2.html */
.P2e-pop-up {
    width: 100%;
    padding: 0;
    color: #2b2e38;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    outline: none;
    text-size-adjust: 100%;
}

.P2e-pop-up-content {
    max-width: 650px;
    margin: auto;
    z-index: 10000001;
    background: #fff;
    position: relative;
}

.P2e-pop-up-content .wrap-head {
    background: #343434;
    color: #fff;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.P2e-pop-up-content .wrap-head .hdg {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.P2e-pop-up-content .wrap-head .btn-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
}

.P2e-pop-up-content .wrap-head .btn-close span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1;
    margin: -2px 0 0 0;
}

.P2e-pop-up-content .wrap-head .btn-close span ::before {
    transform: rotate(-45deg);
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.P2e-pop-up-content .wrap-head .btn-close span ::after {
    transform: rotate(45deg);
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.P2e-pop-up-content-text {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}

.P2e-pop-up-foot {
    background: #343434;
    color: #fff;
    text-align: center;
    position: relative;
}

.P2e-pop-up-foot .close span {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

/* modal */
@media print,
screen and (min-width: 769px) {
    .P2e-pop-up {
        max-width: 650px;
    }

    .P2e-pop-up .P2e-pop-up-inner {
        padding: 20px;
        height: 420px;
        overflow: scroll;
        scrollbar-width: none;
    }


}

.remodal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 15px 15px;
    height: auto;
    overflow: hidden;
    z-index: 1000000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.remodal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;

}

/* .remodal-is-opened {
    display: flex !important;
} */
.remodal-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.P2e-wrap-content {
    margin-top: 0;
    max-width: 650px;
    margin: auto;
    z-index: 10000001;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.P2e-wrap-head,
.P2e-wrap-foot {
    background: #343434;
    color: #fff;
    text-align: center;
    position: relative;
}

.P2e-wrap-head .hdg,
.P2e-wrap-foot .hdg {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

.P2e-wrap-head .btn-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
}

.P2e-wrap-head .btn-close span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 1;
    margin: -2px 0 0 0;
    box-sizing: border-box;
}

.P2e-wrap-head .btn-close span:before {
    transform: rotate(-45deg);
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}

.P2e-wrap-head .btn-close span::after {
    transform: rotate(45deg);
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    box-sizing: border-box;
}

.P2e-inner {
    padding: 20px;
    height: 420px;
    overflow: scroll;
    scrollbar-width: none;
    width: auto;
}

.P2e-wrap-content .wrap-row2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
}

.P2e-wrap-content .registration__text {
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.P2e-wrap-content .registration__lead {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: center;
}
.P2e-wrap-content .registration__btn {
    width: 100%;
}
.P2e-wrap-content .registration__btn a {
    display: block;
    width: 70%;
    max-width: 240px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #385F7F;
    border-radius: 100px;
    margin: 0 auto;
    padding: 18px;
    margin: 10px auto 0;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.P2e-wrap-content .registration__lead {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: center;
}

.P2e-wrap-content .display__pc {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .P2e-wrap-content .display__pc {
        display: none !important;
    }
}

.P2e-wrap-foot .close span {
    font-size: 14px;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.remodal-is-opened {
    display: flex !important;
}
html.remodal-is-locked {
    overflow: hidden;
    touch-action: none;
}

.P2e-entry-period-area {
    padding: 0 290px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.P2e-entry-period-area ul {
   margin-top: 24px;
}

.P2e-entry-ttl {
    font-size: 20px;
    font-weight: 700;
}

.P2e-entry-ttc .display__sp {
    display: none !important;
}
.P2e-entry-period-area ul li a {
    position: relative;
    display: block;
    color: #88b324;
    margin-top: 20px;
}
.P2e-entry-period-btn-area {

    box-sizing: border-box;
}

.P2e-entry-period-btn-area .txt-conf {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #1E561F;
}
.P2e-entry-period-btn-area .txt-conf p{
    width: 250px;
    border-radius: 5px;
    text-align: center;
    padding: 25px 10px;
    background-color: #FCFFF5;
    border: 1px solid #A8C599;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.P2e-entry-period-btn-area .txt-conf p a{
    display: block;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #1E561F;
    text-align: center;
}

.P2e-entry-period-btn {
    padding: 15px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.P2e-entry-period-btn button {
    text-align: center;
}

.js-button-use-entry{
    padding: 10px;
    width: 200px;
    background-image:-webkit-linear-gradient( 311deg, rgb(136, 179, 36) 0%, rgb(152, 199, 43) 100%);
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    max-width: 560px;
    text-decoration: none;
    transition: opacity 0.3s;
    color: inherit;
}
.js-button-use-entry a {
    text-decoration: none;
    color: #ffffff;
}
.js-button-used-entry {
    opacity: unset !important;
    padding: 10px;
    width: 200px;
    background-color: #CCCCCC;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    max-width: 560px;
    text-decoration: none;
    transition: opacity 0.3s;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .P2e-entry-ttc .display__sp {
        display: block !important;
    }
    .P2e-entry-period-area  {
        padding: 0 25px;
    }   
    .P2e-entry-ttl {
        font-size: 16px;
        font-weight: 700;
    }
    .P2e-entry-period-btn-area .txt-conf {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        color: #1E561F;
    }
}

.P2e-entry-choice-child {
    margin-top: 50px;
}
.P2e-entry-choice-radio {
    list-style: none; 
    padding: 0; 
    width: 100%;
}
.P2e-entry-choice-radio-checked {
    display: flex;
    flex-wrap: wrap;
    list-style: none; 
    padding: 0; 
    width: 100%;
}
.P2e-entry-choice-radio-checked li{
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    border-bottom: none;
    margin: 5px 0; 
    width: 100%;
    margin-right: 5px;
}
.P2e-entry-choice-radio input{
 margin: 0;
 margin-bottom: 4px;
 margin-right: 4px;
 margin-top: 4px;
}
.P2e-entry-choice-radio li {
    display: inline-block;
    font-weight: normal;
    border-bottom: none;
    margin: 5px 0; 
    width: 100%;
    margin-right: 5px;
}
.P2e-entry-choice-radio li label {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.P2e-inactive-area {
    display: flex;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}

.P2e-inactive {
    padding: 10px;
    width: 126px;
    background-color: #CCCCCC;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    max-width: 560px;
    text-decoration: none;
    transition: opacity 0.3s;
    cursor: default;
    text-align: center;
}
.P2e-active {
    padding: 10px;
    width: 126px;
    background-image: -webkit-linear-gradient(-45deg, rgb(136, 179, 36) 0%, rgb(152, 199, 43) 100%);
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    max-width: 560px;
    text-decoration: none;
    transition: opacity 0.3s;
    text-align: center;
}

.P2e-return { 
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}
.P2e-return-button {
    padding: 4px;
    width: 100px;
    border: none;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    max-width: 560px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    position: relative;
}
.P2e-return-button a {
   
    text-decoration: none;
}
.P2e-return-button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 74px;
    left: auto;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #88b324;
    border-right: 2px solid #88b324;
    transform: rotate(222deg);
}

.P2e-entry-choice-error {
    color: red;
    font-size: 26px;
    font-weight: 700;
    margin-top: 50px;
}
.P2e-rule-area {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.P2e-rule-center {
    text-align: center;
}
.P2e-rule {
    overflow-y: auto;
    height: 150px;
    padding: 32px;
    border: 1px solid #d2d5d4;
    border-radius: 5px;
    width: 100%;
}
.P2e-rule-agree {
    margin-top: 20px;
    font-size: 1.6rem;
}
.P2e-rule-agree-remarks{
    margin-top: 10px;
    font-size: 1.4rem;
}

.P2e-rule-agree-btn {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .P2e-rule {
        overflow-y: auto;
        height: 320px;
        padding: 15px;
        border: 1px solid #d2d5d4;
        border-radius: 5px;
        width: 100%;
    }
    .P2e-rule p {
        font-size: 1.3rem;
    }
    .P2e-entry-choice-child {
        margin-top: 20px;
    }
    .P2e-entry-choice-radio li {
        width: 100%;
    }
    .P2e-return { 
        width: 100%;
        display: flex;
       margin-top: 20px;
    }
    .P2e-entry-choice-error {
        color: red;
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
    }
    .P2e-return-button {
        padding: 4px;
        width: 100px;
        border: none;
        border-radius: 10px;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;  
        max-width: 560px;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.3s;
        text-decoration: none;
        border: 1px solid #CCCCCC;
        position: relative;
    }

    .P2e-entry-choice-radio li {
        margin-right: 0px;
    }
    .P2e-inner {
        padding: 20px;
        height: 370px;
        overflow: scroll;
    }
    .P2e-history .P2e-history-area {
        padding: 0px 20px;
    }
    .P2e-entry-toptitle {
        background-color: transparent !important;
        font-size: 20px ;
        font-weight: bold ;
        color: #000000 ;
        font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        padding: 10px 25px ;
        margin-bottom: 20px;
        }
}
@media screen and (min-width: 769px) {
    .P2e-entry-ttc {
        font-size: 16px;
    }
    .P2e-entry-period-area ul li a {
        font-size: 16px;
    }
    .P2e-entry-toptitle {
        background-color: transparent ;
        font-size: 30px ;
        font-weight: bold ;
        color: #000000 ;
        font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        padding: 0px 20px;
        margin-bottom: 30px;
        padding: 0 290px;
  
    }
}

.P2e-entry-presentation {
    margin-top: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: -webkit-center;
}
.P2e-entry-presentation p {
    font-size:12px;
}

.P2e-entry-choice-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  
  .P2e-entry-choice-radio label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
  
  .P2e-entry-choice-radio label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background: white;
  }
  
  .P2e-entry-choice-radio input[type="radio"]:checked + label::after {
      content: "";
      position: absolute;
      left: 3px;
      top: 11px;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      background: #88b324;
      border-radius: 50%;
  }
  
  .P2e-entry-choice-radio input[type="radio"]:checked + label::before {
    border-color: #88b324;
  }

  .P2e-return-button  a {
    color: #000;
  }

  .P2e-rule-agree label {
    position: relative;
}
.P2e-rule-agree input {
    margin: 5px;
}
.P2e-rule-agree input[type="checkbox"] {
    display: none;
}
.P2e-rule-agree label::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid black;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
}
.P2e-rule-agree input[type="checkbox"]:checked + label::before {
    background-color: #88b324;
    border-color: #88b324; 
}
.P2e-rule-agree input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: -14px;
    top: 25%;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.P2e-inactive-area a {
    opacity: 1; 
}
.P2e-inactive-area button {
    opacity: 1; 
}
.P2e-inactive-area button:hover {
    opacity: 1; 
}
.P2e-inactive-area a:hover {
    opacity: 1; 
}
.not-activated label::before {
    background-color:rgb(245, 242, 242);
    border: 1px solid rgb(201, 198, 198);
}
.P2e-rule-agree.not-activated input[type="checkbox"]:checked + label::before{
    background-color:rgb(201, 198, 198);
    border: 1px solid rgb(201, 198, 198);
}
.P2e-entry-area {
    margin-top: 30px;
}
.P2e-entry-table {
    width: 100%; 
    margin: 20px 0;
    border-collapse: collapse; 
    box-sizing: border-box;
    margin-top: 0;

}
.P2e-entry-area p a {
    color: #88b324;
}
.P2e-entry-table td {
    padding: 10px; 
    text-align: left; 
    padding-left: 0;
}
.P2e-inactive-area button:disabled:hover {
    opacity:unset;
}
.P2e-entry-area a:hover,
.P2e-inactive-area button:hover,
.P2e-return-button a:hover {
    opacity: 0.7; 
}
@media screen and (max-width: 768px) { 
    .P2e-entry-table {
        margin-top: 10px;
    }
}



