@charset "utf-8";

.mainContents {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.75;
}

#main h3 {
    font-size: 30px;
    font-weight: bold;
}

.attention {
    border: solid 1px #cc3333;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}

.attention p {
    font-size: 16px;
    color: #cc3333;
    line-height: 1.75;
}

a.btn {
    margin: 0 1em 0 0;
    display: inline-block;
    background: #529200;
    border: none;
    border-radius: 0;
    max-width: 270px;
    width: 38.5715%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.icon-exlink {
    margin-left: .2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}


.section {
    margin-top: 50px;
}

.section a {
    font-size: 16px;
    font-weight: bold;
    color: #529200;
    display: inline-block;
}

#achievement .figure {
    margin-top: 30px;
}

#achievement .figure.graph_suii {
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}

    /*グラフ内カーソルと年代図表示*/

    .graphBase{
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    ul.graphMark li{}
    ul.graphMark li .graphPointer{
        position: absolute;
        width: 2.143%;
        max-width: 15px;
        cursor: pointer;
        /*background: rgba(0,0,0,0.5);*/
        z-index: 5;
    }
    ul.graphMark li .graph_up{
        position: absolute;
        width: 34.856%;
        max-width: 244px;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 1;
    }
       /* ul.graphMark li.mark04 .graphPointer{
            top: 52%;
            left: 6.8%;
        }
        ul.graphMark li.mark04 .graph_up{
            top: 22%;
            left: 10%;
        }

        ul.graphMark li.mark05 .graphPointer {
            top: 43.8%;
            left: 13.4%;
        }
        ul.graphMark li.mark05 .graph_up {
            top: 17%;
            left: 16%;
        }*/

        ul.graphMark li.mark06 .graphPointer {
            top: 30.5%;
            left: 6.7%;
        }
        ul.graphMark li.mark06 .graph_up {
            top: 17%;
            left: 9%;
        }

        ul.graphMark li.mark07 .graphPointer {
            top: 31.4%;
            left: 13.4%;
        }
        ul.graphMark li.mark07 .graph_up {
            top: 17%;
            left: 16%;
        }

        ul.graphMark li.mark08 .graphPointer {
            top: 28.8%;
            left: 20.1%;
        }
        ul.graphMark li.mark08 .graph_up {
            top: 17%;
            left: 23%;
        }

        ul.graphMark li.mark09 .graphPointer {
            top: 22.2%;
            left: 26.8%;
        }
        ul.graphMark li.mark09 .graph_up {
            top: 17%;
            left: 29.3%;
        }

        ul.graphMark li.mark10 .graphPointer {
            top: 19.3%;
            left: 33.5%;
        }
        ul.graphMark li.mark10 .graph_up {
            top: 17%;
            left: 36%;
        }

        ul.graphMark li.mark11 .graphPointer {
            top: 30.8%;
            left: 40.2%;
        }
        ul.graphMark li.mark11 .graph_up {
            top: 17%;
            left: 4.5%;
        }

        ul.graphMark li.mark12 .graphPointer {
            top: 20.1%;
            left: 46.9%;
        }
        ul.graphMark li.mark12 .graph_up {
            top: 17%;
            left: 12%;
        }

        ul.graphMark li.mark13 .graphPointer {
            top: 24.7%;
            left: 53.6%;
        }
        ul.graphMark li.mark13 .graph_up {
            top: 17%;
            left: 18%;
        }

        ul.graphMark li.mark14 .graphPointer {
            top: 14%;
            left: 60.3%;
        }
        ul.graphMark li.mark14 .graph_up {
            top: 17%;
            left: 24.7%;
        }

        ul.graphMark li.mark15 .graphPointer {
            top: 21.6%;
            left: 67%;
        }
        ul.graphMark li.mark15 .graph_up {
            top: 18%;
            left: 31%;
        }

        ul.graphMark li.mark16 .graphPointer {
            top: 24.2%;
            left: 73.7%;
        }
        ul.graphMark li.mark16 .graph_up {
            top: 26%;
            left: 38%;
        }

        ul.graphMark li.mark17 .graphPointer {
            top: 15.2%;
            left: 80.4%;
        }
        ul.graphMark li.mark17 .graph_up {
            top: 17%;
            left: 45%;
        }
         ul.graphMark li.mark18 .graphPointer {
            top: 18.8%;
            left: 87.1%;
        }
        ul.graphMark li.mark18 .graph_up {
            top: 17%;
            left: 52%;
        }
         ul.graphMark li.mark19 .graphPointer {
            top: 12.8%;
            left: 93.8%;
        }
        ul.graphMark li.mark19 .graph_up {
            top: 16%;
            left: 61%;
        }







     /*グラフ内カーソルと年代図表示　END*/

#achievement {
    padding-bottom: 70px;
}



@media screen and (max-width:768px) { /* smart phone 6〜7 */

    .mainContents {
        font-size: 15px;
    }

    #main h3 {
        font-size: 18px;
    }





}

