@charset "UTF-8";

body{
    position: relative;
}
body:after{
    content: "";
    background: url(/images/results/contents_bg.png);
    background-size: 100%;
    background-position: top 7% left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
main .mainWrap h2:before,
main .mainWrap h2:after{
    display: none;
}
main .mainWrap img{
    width: 30%;
}
section.content#menu{
    background: transparent;
    margin: 0 auto;
    padding: 0;
}
section.content#menu dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section.content#menu dl dt{
    color: #fff;
    font-size:12px;
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.content#menu dl dt:after{
    content: "";
    background: #060672;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    transform: rotate(45deg) translate(0%, 0%);
    z-index: -1;
}
section.content#menu dl dd{
    margin: 0 0.5%;
    padding: 0;
    flex-grow: 1;
}
section.content#menu dl dd a{
    background: #fff;
    display: block;
    text-align: center;
    padding: 4% 0;
}
section.content#menu dl dd a:hover{
    background:#060672;
    color:#fff;
}
section.content#menu01{
    margin: 3% auto 5%;
}
section#menuwrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    width: 90%;
    margin: 2% auto 0;
}
section#menuwrap .content{
    background: #fff url(/images/results/inner_bg.png);
    background-size:cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin:0 0.5% 3%;
    padding: 2% 3%;
    width: 32%;
    scroll-margin-top: 100px;
}
section#menuwrap .content:before{/* 古いブラウザ用 */
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
}
section#menuwrap .content .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
section#menuwrap .content .inner h3{
    width: 100%;
    margin: 0 auto 3%;
}
section#menuwrap .content .inner h3:before{
    width: 15%;
}
section#menuwrap .content .inner .swiper-main{
    margin: 0 0 3%;
}
section#menuwrap .content .inner .inner_left{
    width: 100%;
    margin: 0 0 3%;
}
section#menuwrap .content .inner .inner_right{
    width: 100%;
    /* padding: 0 0 0 5%; */
}
section#menuwrap .content .inner .inner_right p{
    line-height: 2.0em;
    margin: 0 auto 0;
}
@media screen and (max-width:768px) {
main .mainWrap img{
    width: 40%;
}
section.content#menu dl dd{
    width:30%;
}
section.content#menu dl dd a{
    font-size: 0.9em;
    padding: 4% 0;
}
section#menuwrap .content {
    width: 95%;
    padding: 5% 2%;
}
section#menuwrap .content:nth-child(odd){
    margin:0 auto 5%;
}
section#menuwrap .content:nth-child(even){
    margin:0 auto 5%;
}
section#menuwrap .content .inner h3{
    margin: 0 auto 7%;
    padding: 0 0 5%;
}
section#menuwrap .content .inner h3:before{
    bottom: 0;
    top: unset;
}
section#menuwrap .content .inner h3:after{
    top: unset;
    bottom: -35%;
    right: 2%;
}
section#menuwrap .content .inner .inner_left{
    width: 90%;
    margin: 0 auto 5%;
}
section#menuwrap .content .inner .inner_right{
    width: 100%;
}
}