@charset "utf-8";




* {
    color: #333;
}

body {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
  }

.inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
 /*   border: 1px solid #c4c4c4;  */
}

.flex {
    display: flex;
}

a {
    color: darkcyan;
    font-weight: bold;
}

.excel{
    color: #00ae40;
    font-weight: bold;
}

.word{
    color: #2600ff;
    font-weight: bold;
}



/* header */

body.index header {
    background-image:url(../img/main.png);
    background-position: center 40px;
    background-repeat: no-repeat;
    height: 841px;
}

.header_logo {
    background-image: url(../img/logo.png);
    margin-top: 10px;
    margin-left: 50px;
    height: 136px;
    width: 181px;
}
header .title {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: auto;
    text-align: right;
}

header .title h1 {
    display: block;
    font-size: 3em;
    font-weight: bold;
}

header .title h2 {
    display: block;
    order: -1;
    font-size: 2em;
}

header nav {
    margin-top: auto;
}

header nav ul {
}
header nav ul li {
    display: inline-block;
    border-left: 1px solid #DCDCDC;
}
header nav ul li:nth-child(4) {
    border-right: 1px solid #DCDCDC;
 
}


header nav ul li a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.2em;
}
header nav ul li a:hover {
    color: #aa011d;
}



/* main */
main {

}

main h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

main div.grayback {
    background-color: #dcdcdc;
}
main .shiroback {
    background-image: url('../img/topgray.png'), url('../img/bottomback.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
}

main div.btn_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
   margin-top: 30px;
}

main div.top_btn {
    width: 100%;
    padding: 40px;
    border-radius: 5px;
    background-color: #731212;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
}

main div.top_btn a {
    color: #dfa7d4;
}

main div.top_btn span {
    font-size: 1.5rem;
    color: #ffffff;
    margin-right: 50px;
}

main div.btn {
    width: 30%;
    padding: 20px;
    border-radius: 5px;
    background-color: #731212;
    color: #ffffff;
}

main .notice {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

main .notice .copy {
    font-size: 1.6em;
    margin-top: 30px;
}

main .notice .copy p {
    margin-top: 20px;
    line-height: 2em;
}
main div.whatsnew {
    padding-top: 100px;
    padding-bottom: 100px;
}
main div.whatsnew  h3 {
    font-size: 1.6em;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
}
main div.whatsnew dl {
    border: solid #000;
    padding: 50px;
    margin-top: 20px;
    background-color: #fff;
}
main div.whatsnew dt {
    margin-top: 20px;
    font-size: 1em;
    padding-left: 40px;
}
main div.whatsnew dd
 {
    border-bottom: 1px dotted #929292;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}



main div.SpecialSponsor {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

main div.SpecialSponsor h2{
    margin-bottom: 50px;
}

main div.Sponsor {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}
main div.Sponsor img {
    margin: 20px;
}



/* page */
.page a {
}

body.page main.kaijo div.pagetitle {
    padding: 30px 0;
    display: block;
}
body.page main.kaijo h1 {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    border-bottom: 6px double #ffd519;
    margin: 30px auto;
    padding-bottom: 20px;
}

body.page main.kaijo h2 {
    width: 700px;
    font-size: 2em;
    margin: 20px auto 40px;
    border-bottom: 3px solid #e0e0e0;

}
body.page main.kaijo ul {
    width: 600px;
    margin: 20px auto;
}
body.page main.kaijo ul li {
    display: inline-block;
    height: 80px;
}
body.page main.kaijo ul li a {
    border: 2px solid #c3c3c3;
    background-color: #e5d8d8;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 10px;
    color: #470101;
}
body.page main.kaijo ul li a:hover {
    background-color: #781e1e;
    color: #ffffff;
}


/* footer */
footer {
    background-color: #dcdcdc;
}
footer div.footer {
    display: flex;
}
footer div.footer>div {
    width: 300px;
    display: block;
    margin: 30px;
    background-image: url('../img/bottomback.png');
}

.old_hp li {
    margin-bottom: 10px;
}


/*
body {
    background-image:url(../img/main.png);
    background-position: center 40px;
    background-repeat: no-repeat;
}

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c4c4c4;
}
header {
    height: 841px;

}



main div.grayback {
    background-color: #DCDCDC;
}

main div.shiroback {

}

main div.notice {

}

.btn {
    color:#FFF;
    margin: 30px auto;
    padding: 20px;
    background: linear-gradient(180deg, #1E1700 0%, #760015 36.46%, #000000 99.48%);
    border-radius: 7.35294px;
    width: 400px;
}
*/
