@charset "utf-8";
@import url("default.css");

/*==========================================
body
===========================================*/

body {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

/*==========================================
header
===========================================*/

header {
    width: 100%;
    margin: 15px auto;
}   

header img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0px auto;
    
}


/* .top {
    padding: 50px 0;
}     */

.top img {
    text-align: center;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
    /* margin-bottom: 50px; */
    position: relative;

    
}    

/* .top img:nth-child(2) {
    width: 250px;
    margin: 0px auto;
    position: absolute;
    top: 60%;
    left: 41%;

} */

.top h1 {
    /* color:  #231f20; */
    color: #fff;
    /* background-color: #00a08c; */
    background-color: lightskyblue;
    padding-top: 20px;
    text-align: center;
    font-size: 80px;
    font-family: 'メイリオ', 'Meiryo';
}    

.top h2 {
    color: #231f20;
    /* background-color: #00a08c; */
    background-color: lightskyblue;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 40px;
}    



/*==========================================
lead
===========================================*/
.lead {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
    font-size: 23px;
    line-height: 1.5;
}

.nasef {
    text-decoration: underline;
    color: #00f;
    font-size: 23px;
}

.lead_1 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.5;
    text-align: center;
}

.lead_2 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.5;
    text-align: left;
}

.lead_2 span {
    font-size: 23px;
}

.lead_2 p {
    width: 420px;
    margin: 0 auto;
}


/*==========================================
prize
===========================================*/

.prize_1 {
    width: 500px;
    height: 80px;
    background-color: #007fff;
    margin: auto;
    border-radius: 10px;
    border-color: #007fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
     border-width: 2px;
}

.prize_1 a {
    font-size: 35px;
    font-weight: bolder;
    color: white;

}

.prize_1:hover {
    opacity: 0.5;
}

/*==========================================
title
===========================================*/

h1.title {
    /* border-bottom: solid 3px #a50044; */
    /* border-bottom: solid 3px #00a08c; */
    border-bottom: solid 3px lightskyblue;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 45px;
}

h1.title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px lightskyblue;
    bottom: -3px;
    width: 30%;
}

h1 span {
    font-size: 20px;
}

.title_2 p {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 30px;
}

/*==========================================
entry_2
===========================================*/
.entry_2 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 23px;
}


.entry_2 table {
    width: 100%;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    line-height: 1.5;
}

.entry_2 table th {
    text-align: right;
    padding-right: 1%;
}


.entry_2 .regulation {
    text-decoration: underline;
    color: #00f;
}

/* .entry_2 div {
    font-size: 18px;
    padding: 50px;
    border: solid 2px #f00;
    color: #f00;
    line-height: 1.5;
    margin-top: 30px;
} */

.entry_2 div h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.entry_2 div .sheet {
    color: #00f;
    text-decoration: underline;
    display: block;
    text-align: center;
    font-size: 23px;
}

.entry_2_1 {
    width: 500px;
    height: 80px;
    background-color: lightskyblue;
    margin: auto;
    border-radius: 10px;
    border-color: lightskyblue;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
    margin-top: 80px;
}

.entry_2_1 a {
    font-size: 35px;
    font-weight: bolder;
    color: white;

}

.entry_2_1:hover {
    opacity: 0.5;
}

.entry_2 .line {
    text-decoration: line-through 3px solid;
}

.entry_2 .newdate {
    color: #ff0000;
    font-weight: bolder;
}

/*==========================================
highschool
===========================================*/
.highschool {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    /* display: flex;
    justify-content: space-between; */
}

.highschool p {
    font-size: 20px;
    margin: 20px auto;
}

.highschool table {
    width: 80%;
    margin: 20px 0;
    margin-bottom: 50px;
    border-collapse: collapse;
    border-spacing: 0px 10px;
    line-height: 1.5;
    font-size: 18px;
    border: solid 1px;
}

.highschool table th {
    font-weight: normal;
    border: solid 1px;
    padding: 7px;
    vertical-align: middle;
    background-color: #dcdcdc;
    width: 100px;
}

.highschool table td {
    border: solid 1px;
    padding: 7px;
    padding-left: 12px;
    vertical-align: middle;
    width: 200px;
}

.highschool table td:nth-of-type(1) {
    width: 18px;
}

/*==========================================
sponsorship
===========================================*/
.sponsorship {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 100px;
    font-size: 18px;
}

.sponsorship_1 span{
    font-size: 27px;
    font-weight: bolder;
}

.sponsorship_2 img {
    width: 200px;
    height: auto;
    margin: 25px;
}

.sponsorship_2 {
    width: 100%;
}

.sponsorship_2 ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/*==========================================
sponsorship2
===========================================*/
.sponsorship2 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sponsorship2_1 {
    font-size: 27px;
    font-weight: bolder;
}

.sponsorship2_2 {
    display: flex;
    justify-content: space-between;
}

.sponsorship2_2 p {
    font-size: 20px;
    margin: 20px auto;
    /* font-weight: bolder; */
}

.sponsorship2_2 table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0px 10px;
    line-height: 1.5;
    font-size: 18px;
    border: solid 1px;
}

.sponsorship2_2 table td {
    border: solid 1px;
    padding: 7px;
    padding-left: 12px;
    vertical-align: middle;
}

span {
    font-size: 13px;
}

.sponsorship2_2 table th {
    font-weight: normal;
    background-color: #dcdcdc;
    border: solid 1px;
    padding: 7px;
    vertical-align: middle;
}

.sponsorship2_2_1 {
    width:475px;
}

.sponsorship2_2_2 {
    width: 475px;
}


/*==========================================
rule
===========================================*/

.rule {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 23px;
    line-height: 1.5;
}

.rule_1 {
    display: flex;
}

.rule_1_1 img {
    width: 100px;
}

.rule_2 {
    border-collapse: collapse;
    width: 1000px;
    table-layout: fixed;
  }

.rule_2 th, .rule_2 td {
    border: 1px solid #333;
    text-align: center;
    width: auto;
  }

.rule a {
    color: blue;
    
}

/*==========================================
entry_1
===========================================*/

.entry_1 {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.entry_1 table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.entry_1 table th,
.entry_1 table td {
    padding: 10px;
    line-height: 1.3;
}

.entry_1 table th {
    /* background: #231f20; */
    /* background-color: #00a08c; */
    background-color: #231f20;
    vertical-align: middle;
    text-align: left;
    width: 35%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.entry_1 table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #231f20;
    /* border-left-color: #00a08c; */
    /* border-left-color: #231f20; */
    border-width: 10px;
    margin-top: -10px;
}

input[type="radio" i] {
    margin: 7px;
}

/* IE */

@media all and (-ms-high-contrast: none) {
    .entry_1 table tr th:after {
        display: none;
    }
}

.entry_1 table th span {
    color: #E60012;
    /* font-weight: bold; */
}
.entry_1 table td span {
    font-size: 14px;
    color: #E60012;
    /* font-weight: bold; */

}

.entry_1 table td {
    background: #e0e0e0;
    padding-left: 50px;
    vertical-align: middle;
}

.entry_1 table td select {
    padding: 2px 10px;
}

.entry_1 .btn {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    /* background-color: #1a5ef1; */
    background-color: #e4007f;
    color: #fff;
    font-size: 20px;
    padding: 10px 80px;
    border: none;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
}

.entry_1 .btn:hover {
    /* background-color: #eb3535; */
    background-color: #00a0e9;
    cursor: pointer;
}


.entry_1 label {
    display: inline-block;
    margin-right: 20px;
}

.entry_1 p:nth-of-type(1) {
    text-align: center;
    line-height: 1.5;
    margin: 10px 0;
}

.entry_1 p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}

.entry_1 p.entry_1_1 {
    font-size: 14px;
    text-align: left;
}

.entry_1 table td a {
    color: #00f;
}
input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 5px;

}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 5px;

}

/*==========================================
footer
===========================================*/

footer {
    background-color: #231f20;
    /* background-color: #231f20; */
    color: #fff;
    padding: 15px 0;
}

footer ul {
    width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}

footer ul li img {
    background-color: #fff;
    height: 100px;
    width: auto;
    vertical-align: bottom;
    padding: 10px;
    margin-left: 50px;
}

/*==========================================
event用
===========================================*/

.event_200309 {
    color: #00f;
    text-decoration: underline;
}

.event_200309:hover {
    opacity: 0.6;
}
