h1 {
    font-size: 16px;
}

h3 {
    font-size: 26px;
    background-color: #ffa500;
    padding: 3px;
    margin-bottom: 50px;
    text-align: center;
    border: 2px dashed #d2691e;
    border-radius: 5px;
    box-shadow: 0 0 6px 6px #ffa500;
}

.versioninfo {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.mainvisual {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
}

.mainvisual  ul {
    list-style-type: none;
}

.mainvisual ul li {
    position: relative;
}

.mainvisualtext {
    position: absolute;
    left: 3vw;
    top: 3vw;
    color: #ffffff;
    font-size: 4vw;
}

.mainvisualtextfont {
    font-size: 4vw;
}

.concept {
    position: relative;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
}

.concept img {
    width: 100%;
    height: auto;
}

.conceptText {
    position: absolute;
    left: 3%;
    top: 3%;
    font-size: 7vw;
    font-weight: bold;
    width: 90%;
    color: #ffffff;
    text-shadow: 2px 2px 0 #333333;
}

.QA {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
}

.news {
    max-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    border: solid 4px #ffa500;
    box-shadow: 0 0 20px #000000;
    border-radius: 10px;
}










/**********************************************************************/

@media screen and (min-width: 480px) {

    .concept {
        font-size: 3vw;
        margin-bottom: 50px;
    }

    .concept:after {
        content: "";
        clear: both;
        display: block;
    }

    .concept img {
        float: left;
        padding: 0 20px 0 0;
        width: 50%;
        height: auto;
    }

    .conceptText {
        font-size: 3.2vw;
        width: 45%;
    }

}

/**********************************************************************/





/**********************************************************************/

@media screen and (min-width: 768px) {


}

/**********************************************************************/





/**********************************************************************/

@media screen and (min-width: 1024px) {

    .mainvisualtext {
        left: 30px;
        top: 30px;
        font-size: 35px;
    }

    .mainvisualtextfont {
        font-size: 35px;
    }

    .concept {
        font-size: 29px;
        max-width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        border: solid 1px #eeeeee;
        box-shadow: rgba(122,122,122,0.05) 0 0 6px 3px;
        padding-right: 20px;
        background-color: #fffaf2;
    }

    .conceptText {
        font-size: 34px;
    }

    .conceptText1 {
        padding-top: 50px;
    }

    .conceptText2 {
        padding-top: 30px;
    }

    .QA {
        max-width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        border: solid 1px #eeeeee;
        box-shadow: rgba(122,122,122,0.05) 0 0 6px 3px;
        padding: 25px 25px 0px 25px;
        background-color: #fffaf2;
    }

}

/**********************************************************************/









