@charset "utf-8";
/*クエストエリア*/
#questList{
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}
.questListWrap{
    display:flex;
    flex-wrap:wrap;
    margin:2rem 0 0 0;
}

.questListWrap h3{
    width: 100%;
    text-align: center;
    color:#985219;
    font-size:28px;
    margin:4rem 0 3rem 0;
}

.questFlexbox{
    display:flex;
    gap:80px;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    padding-bottom:80px;
}

@media screen and (max-width:1200px){
    .questFlexbox{
        display:flex;
        gap:40px;
        flex-direction: column;
        justify-content:center;
        align-items:center;
    }
}

.questlinkMokume {
  width: 100%;
  max-width: 400px;
  min-height: 270px;
  margin:0 auto;
  background: linear-gradient(
      180deg,#e5c08d 0%,#e5c08d 5%,#e2b276 10%,#e5c08d 20%,#d99f5d 30%,#e5c08d 40%,#d28f48 50%,#e5c08d 60%,#bf7630 70%,#e5c08d 80%,#d99f5d 90%,#e5c08d 100%
  );
  border-radius:1rem;
  border:4px solid var(--treeBrown);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  padding:1rem;
  display:flex;
  flex-direction: column;
}

.questlinkMokume h4{
    display: inline-block;
    color:#8D6544;
    font: bold 2.5rem 'Bernard MT','Noto sans JP',sans-serif; 
    position: relative;
    margin:1rem 0 0 0;
    text-align: center;
}

h4.redQuestTitle{
    color:#E92D2D;
}

.questionTitleKana{
    color:#AC6E3A;
    font-size:16px;
    font-weight:bold;
    text-align: center;
    margin: 0 0 1rem 0;
}

.questionTitleKana.red{
    color:#E92D2D;
}

.paperView{
    width: 100%;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
    padding: 2rem 1rem;
}

.paperView:before,
.paperView:after{
    content:"";
    display: block;
    width: 12px;
    height: 12px;
    border-radius:50px;
    background: var(--treeBrown);
    position:absolute;
}

.paperView:before{
    top:10px;
    left:10px;
}

.paperView:after{
    top:10px;
    right:10px;
}

.paperViewText{
    color:var(--black);
    font-size:0.8rem;
    line-height:1.8;
    margin-bottom:1rem;
}

.challengeBox{
    background:#EBEBDC;
    border:1px solid #C89213;
    margin-bottom:1rem;
}

.challengeTitle{
    font-size:1.4rem;
    font-weight:bold;
    color:#C89213;
    text-align: center;
    line-height: 1.4;
    padding:1rem;
}

a.orangeBtn{
    display: block;
    width: max(160px,50%);
    text-align: center;
    color:#ffffff;
    padding:1rem;
    border-radius:50px;
    margin: 0 auto 1rem auto;
    background:#DE6E0D;
    box-shadow:0 5px 0px #A25715;
    font-size: 1.2rem;
}

.messageText p{
    font-size:1.2rem;
    line-height: 1.4;
    color:#707070;
    margin-bottom:1rem;
}

.bluelink{
    color:#0666BB;
}

.blueBtn a{
    display: block;
    width: max(200px,70%);
    text-align: center;
    margin: 0 auto;
    background:#0666BB;
    color:#ffffff;
    padding:1rem;
    border-radius:50px;
    box-shadow:0 5px 0 #004684;
    font-weight:bold;
    font-size:1.2rem;
}

.subQuest{
    width: 100%;
    max-width: 400px;
    min-height: 270px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.subQuesTitle{
    color:#985219;
    position:relative;
    padding-top:50px;
    margin: 0 0 1rem 0;
    text-align: center;
    font-size:1.2rem;
}

.subQuesTitle:before{
    background: url("/new/_app/_webroot/img/page/job/hint_icon.webp") center / contain no-repeat;
    content:"";
    display:block;
    width:37px;
    height: 45px;
    position:absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mintBox{
    width: 100%;
    max-width:280px;
    background:#D3FFF2;
    border:1px solid #008E84;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:1rem;
    margin:0 auto 2rem auto;
}

.mintBoxTitle{
    margin: 0 0 1rem 0;
    color:#008E84;
    text-align: center;
    font-weight: bold;
    font-size:1.3rem;
    line-height: 1.4;
}

a.mintgreenBtn{
    color:#ffffff;
    background:#00898E;
    box-shadow: 0 3px 0 #025457;
    padding: 1rem 2rem;
    border-radius:50px;
    font-size:1.2rem;
}

.questLinkList{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    margin:4rem 0 0 0;
}
.questLinkList ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.questLinkList ul li{
    width: 100%;
    margin-bottom:2rem;
    display:flex;
    justify-content:center;
    align-items: center;
}

.questLinkList ul li a{
    display: block;
    background:#E92D2D;
    font-size:1.2rem;
    line-height:1.4;
    color:#ffffff;
    text-align: center;
    width: max(256px,60%);
    padding:0.75rem 1rem;
    border-radius:50px;
    box-shadow:0 3px 0#810F0F;
    box-sizing: border-box;
    align-items:stretch;
}