body{
    background-color:#3495AA;
    color: black !important;
    font-size: 18px;
    line-height:1.5;
}

.container{
    /* text-align: center; */
    width: 100%;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 50px;

}
a{
    color: white;
}
.introductions{
    text-align: center;
}
.introductions img{
    width: 50%;
    margin: 0 auto;
}
.first-view img{
    width: 100%;
}
.pc { 
    display: block !important; 
}
.sp { 
    display: none !important; 
}
.section-title{
    font-size: 30px;
    text-align: center;
    /* color: #3E4584; */
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;

}

.section-title-des{
    text-align: center;
}
.main-wrapper{
    align-items: center;
}

.main-title h1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: #A70000;
}    
.main-subdes h2{
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    color: #A70000;
    font-weight: bold;
}
.main-subdes p{
    font-weight: bold;
}
.main-img img{
    width: 480px;
    margin-top: 30px;
}

.main-img{
    text-align: right;
    margin-left: 40px;
    /* margin: auto 0; */
}
.fes-images{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.fes-image{
    width: 250px;
    margin: 10px;
}
.comp-an-wrapper{
    text-align: center;
}
.comp-card{
    width: 30%;
}
/* .main-img img{
    padding: 0;
    margin: 0;
} */
.attention{
    color: red;
    font-weight: bold;
}
.maint-des-attention{
    font-size: 14px;
}

.specialcontent .section-title{
    padding-top:5px;
    padding-bottom: 5px;
    /* background-color: #3E4584; */
    /* background-color: black; */
    color: white;
    letter-spacing : 0.42em;
}

.box{
    padding: 1em 1em;
    margin: 2em 0;
    border: double 10px white;
    background: #A70000;
    color: white;
    border-radius: 30px;
}

.box p{
    text-align: center;
}
.box li {
    margin: 0; 
    padding: 0;
}
.box2{
    background:white;
    border-radius: 20px;
}
.specialcontent-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
}

.specialcontent-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;

}

.attention{
    font-weight: bold;
    color: rgb(248, 227, 37);
    font-size: 20px;
    list-style: none;
}
.attention a{
    color: rgb(245, 235, 141);
}
.button{
    display: inline-block;
    border-radius: 18px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 19px 26px;
    background: #3E4584;
    color: #ffffff;
    line-height: 1em;
    transition: 1s;
    border: 2px solid #3E4584; 
    text-decoration: none;
}

.button:hover {
    color : #3E4584;
    background: #ffffff;
    transition: 1s;
}

.toggle {
    display: none;
}
.Label {		/*タイトル*/
    padding: 1em;
    display: block;
    color:white;
    background:black;
}
.Label::before{		/*タイトル横の矢印*/
    content:"";
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top:calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.content {
    height: 0;
    margin-bottom:10px;
    padding:0 20px;
    overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
    height: auto;
    padding:20px ;
    transition: all .3s;
}
.toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}
.metamask-attention{
   font-size: 16px;
}
footer {
    margin-top: 50px;
    background-color: #000000;
    color: white;
    padding: 6px 24px;
}
  
.footer-logo {
    width: 30px;
    margin-left: 8px;
    margin-right: 8px;
}
  
.logo-text {
    height: 15px;
    margin-left: 8px;
}
  
footer > div {
    text-align: center;
}
.fes{
    width: 80%;
}
.fes-wrapper{
    text-align: center;
}

#missioncomplite{
    width: 50%;
}
.modal{
    background-color: rgba(0,0,0,0.5);
    color: #000000;
}
.comp-wrapper{
    text-align: center;
}
.comp-wrapper img{
    margin: 0 auto;
    padding-top: 30px;
}
.w3lticket{
    width: 230px;
    height: auto;
}

.step-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.step img{
    width: 300px;
    margin: 5px;
}

.step p{
    font-size: 20px;
    text-align: center;
}

.twitter-icon{
    width: 40px;
    margin-top: 4px;
}

.ar-filter{
    color: blue;
    font-weight: bold;
}
@media screen and (max-width:1000px){
    .main-img img {
        width: 350px;
        margin-top: 30px;
    }
}   

@media screen and (max-width:800px){
    .main-wrapper{
        display: block;
        align-items: center;
    }
    .main-img {
        text-align: center;
        margin-left: 0;
    }

    .fes-images{
        justify-content: center;
    }

    .w3lticket{
        width: 150px;
        /* height: auto; */
        justify-content: center;
    }

    .step-wrapper{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /* justify-content: space-between; */
        justify-content: center;
    }
    
    .step img{
        width: 150px;
        margin: 10px;
    }
    
    .step p{
        font-size: 18px;
        text-align: center;
    }
    .attention{
        font-size: 18px;

    }
    
}    

@media screen and (max-width:480px){
    body{
        font-size: 16px;
    }
    .container{
        margin-bottom: 30px;
        margin-top: 30px;
        max-width: 100%;
    
    }
    .main-title h1 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .main-subdes h2 {
        font-size: 14px;
        width: 100%;
        margin: 0;
    }
    .main-subdes p{
        font-weight: normal;
    }
    .main-img img {
        width: 300px;
    }
    .main-img {
        text-align: center;
        margin-left: 0;
    }    
    .section-title {
        font-size: 22px;
        font-weight: bold;
    }

    .fes-image{
        width: 40%;
        margin: 10px;
    }

    .metamask-attention{
        font-size: 14px;
    }
    .pc { 
        display: none !important; 
    }
    .sp { 
        display: block !important; 
    }
    .fes{
        width: 100%;
    }
    
    .comp-card{
        width: 70%;
    }
    .w3lticket{
        width: 130px;
        height: auto;
    }
    #missioncomplite{
        width: 90%;
    }
    .comp-wrapper img{
        padding-top: 10px;
    }
    .box{
        padding: 0.5em 1em;
    }
    .box li {
        margin: 10px; 
        padding: 0;
    }
    li{
        line-height: 1.4;
    }

    .step-wrapper{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        /* justify-content: space-between; */
        justify-content: center;
    }
    
    .step img{
        width: 150px;
        margin: 10px;
    }
    
    .step p{
        font-size: 18px;
        text-align: center;
    }
    .attention{
        font-size: 18px;

    }
    .introductions img{
        width: 100%;
    }

    .twitter-icon{
        width: 30px;
    }

}