@charset "utf-8";
/* CSS Document */

#contents{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
    }


.MainVisual{
    margin-bottom: 20px;
}
.MainVisual ul{
    display: flex;
}
.MainVisual li{}
.MainVisual li img{
    width: 100%;
}

#contents .Inner{}
#contents .Inner .txt{
    line-height: 1.8;
    padding-bottom: 10px;
}
#contents .info {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #bda662;
    border-radius: 3px;
}
#contents .info h2 {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 15px;
    padding: 0 6px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #bda662;
    font-weight: bold;
}
#contents .info dl {padding: 10px;}
#contents .info dl  dt{
    color: #bda662;
    font-size: 16px;
    padding-bottom: 5px;
}
#contents .info dl  dd{}
#contents .info dl  + dl{}

#contents .atte{
    display: flex;
    justify-content: center;
}
#contents .atte ul{}
#contents .atte li{
    padding: 0 20px;
}


.MainBtn{
    margin-bottom: 60px;
}
.MainBtn a{
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #0e3750;
    width: 500px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;position:relative
}
.MainBtn a:after{position: absolute;right: 15px;top:50%;margin-top: -0.8em;content:"\f105";font-family:FontAwesome;font-size: 24px;}
.MainBtn a:hover{  background-color: #bea31d;}


/*--------------------------------------SMP*/
@media screen and (max-width:480px){
#contents{
    width: 90%;
}
#contents .info h2{
    /* top: -21px; */
}
.MainBtn{
    margin-bottom: 30px;
}
.MainBtn a{
    width: 90%;
}

#contents .atte{
    display: block;
    margin-bottom: 30px;
}
}
