@charset "utf-8";
/*--------------------------------
    BG
---------------------------------*/
html {
    height: 100%;
}
/*--------------------------------
    BODY
---------------------------------*/
body {
    margin: 0;
    background: url(../../common/images/bg_main.jpg) top center no-repeat;
    background-attachment: fixed;    
    background-blend-mode: lighten;
}
#wrap {
    margin: 0 auto;
    padding: 30px;
    height: 100%;
    text-align: center;
    background-color:rgba(255,255,255,0.4);
}
#content {
    max-width: 1024px;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.95);
}
.clear {
    clear: both;
}
/* Calendar Findme Answer */
body.calendar-findme-answer {
    margin: 0;
    background: url(../../common/images/bg_select-state.png) top center no-repeat;
    background-attachment: fixed;
}
.calendar-findme-answer #wrap {
    background: transparent;
}
.calendar-findme-answer #content {
    box-shadow: 0 0 10px 0px rgb(32 12 12 / 16%);
    background: #ffffff;
}
@media only screen and (max-width: 481px) {
    body.calendar-findme-answer {
        background: url(../../common/images/bg_select-state_sp.png) top center repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .calendar-findme-answer #content {
        box-shadow: none;
        border-radius: 0;
        background: transparent;
    }
}
/*--------------------------------
    MAIN
---------------------------------*/
#main {
    margin: 0 auto;
    width: 95%;
}
#main h1 {
    position: relative;
    padding: 5px 0;
    background-color: #f1edcd;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #504d27;
}
#main h1:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 20px solid #f1edcd;
}
#cc{
    margin: 0 auto;
    width: 95%;
}
/*--------------------------------
    SECTION
---------------------------------*/
.section {
    text-align: center;
}
.section h2 {
    position: relative;
    text-align: center;
    color: #504d27;
}
.section h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2em;
    padding: 0 1em;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    border-radius: 10px;
}
.section h2::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}
.section ul {
    margin-bottom: 18px;
    list-style: none outside;
    display: inline-table;
    display: inline-block;
    text-align: left;
}
.section ul li {
    margin: 15px 10px;
    display: inline-table;
}
.section ul li a {
    display: table;
    color: #666;
    text-decoration: none;
    line-height: 1.2em;
}
.section ul li a:hover {
    color: #09F;
}
.section ul li img {
    float: left;
    margin: 0 5px 5px 0;
    border: solid 1px #ccc;
}
.section ul li span {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
}
.section ul li span span {
    width: 100%;
}
.cur {
    background-color: #e1ea27;
    padding: 5px 0 0 5px;
}
.cur a {
    font-weight: bold;
}
/*--------------------------------
    FOOTER
---------------------------------*/
#footer {
    margin: 50px 0;
    display: inline-block;
}
.copyright {
    margin: 0 auto;
    color: #333;
    font-size: 12px;
}


    }

/*--------------------------------
    OTHER
---------------------------------*/
@media only screen and (max-width: 769px) {
    body {
        width: 100%;
        margin: 0;
    }
    #wrap {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    #content {
        max-width: 700px;
    }
    #footer .copyright {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 481px) {
    #main {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        padding-top: 2rem;
        background: rgba(255, 255, 255, 0.8);
        margin-top: -40px;
    }
    #content {
        width: 100%;
        background: none;
    }
    #wrap {
        width: 100%;
        padding: inherit;
    }
    #main h1 {
        padding: 10px 0;
        font-size: 18px;
        margin: 10px auto;
        width: 90%;
        display: inline-block;
    }
    .section ul {
        margin-left: -20px;
    }
    .section ul li {
        margin: 10px 0px;
        display: inline-table;
    }
    .cc ul li {
        display: block;
        margin: 2rem auto;
    }
}



