@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
#back1 {
   background-color: #fcf4e5;
    padding-bottom: 100px;
}

.back2 {
    background-color: #D6EDF1;
    height: 300px;
    padding: 250px 0 300px 0; 
}

.ribbon {
    width: 15%;
    position: absolute;
    left: 100px;
    top: 80px;
    display: block;
    position: absolute;
}

.ribbon_2 {
    width: 15%;
    position: absolute;
    left: 100px;
    bottom: 700px;
    display: block;
    position: absolute;
}

.tambourine {
    width: 15%;
    position: absolute;
    right: 100px;
    top: 500px;
}

.profile {
    display: flex;
    justify-content: center;
}

.profile li {
    list-style-type: none;
}

.drum {
    width: 150px;
    position: absolute;
    display: block;
    left: 100px;
    bottom: 40px;
    
}

.note {
    width: 90px;
    position: absolute;
    display: block;
    right: 100px;
    bottom: 40px;
}
#back1 h2 {
    padding-top: 10em;
    font-size: 200%;
    border-bottom: 2px solid #958371;
    width: 35%;
    text-align: center;
    margin: 0 auto;
    color: #958371;
}
.cloud {
    display: block;
    position: relative;
    top: -80px;
    left: 65%;
}

#botton ol {
    width: 230px;
    margin: 0 auto;
    list-style: none;
}
#botton ol li {
    margin: 2em 0;
}
nav ol li#ankete a {
    background-image: url(../images/pamphlet.gif);
}
nav ol li#pamphlet a {
    background-image: url(../images/questuionnaire.gif);
}

#botton ol li a {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 46px;
    background-repeat: no-repeat;
}
#ankete a:hover{
    background-position: 0 -46px;
}

#pamphlet a:hover {
    background-position: 0 -46px;
}

#back2 {
    background-color: #d6edf1;
    border-top: 10px solid #ffffff;
    text-align: center;
}
#back2 h2 {
    font-size: 200%;
    border-bottom: 2px solid #958371;
    width: 35%;
    text-align: center;
    margin: 0 auto;
    color: #958371;
}
.gosick2 {
     padding-top: 200px;
    font-size: 250%;
    border-bottom: 2px solid #6f89c5;
    width: 20%;
    margin: 0 auto;
    color: #6f89c5;
    text-align: center;
}
#back2 .news-kumo {
    padding: 40px 0 40px 0;
}
.moji {
    padding: 20px 0 20px 0;
}
#rinen-back {
    background-image: url(../images/rinen_kumo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.qa_title {
    text-align: center;
    color: #958371;
    font-weight: bold;
    margin: 0 0 12px 0;
}


#program a {
    height: auto !important;
    background-color: #9cc2e7;
    border: solid 1px #9cc2e7;
    padding: 10px 25px !important;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}

#program a:hover {
    background-color: #ffffff;
    color: #9cc2e7;
}