@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 img {
    width: 100%;
    height: auto; 
    margin: 0 auto;
}

header ul li h1 {
    vertical-align: middle;
    margin: auto 0;
} 


/* .rl_logo {
    width: 600px;
    margin: auto;
}

.rl_logo img {
    width: 600px;
    margin: auto;
    margin-top: 100px;
}
 */


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

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

h1.title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #00a547;
    bottom: -3px;
    width: 40%;
}

/*==========================================
intro_0
===========================================*/
.intro_0 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 23px;
    border: solid 2px #00a547;
    padding: 30px;
}

.intro_0 p {
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
}

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


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

.intro p {
    line-height: 1.8;
    text-align: center;
}



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

.entry_2 p {
    line-height: 1.6;
    text-align: center;
}


.entry_2 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
    line-height: 1.8;
    font-size: 20px;
}

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

.entry_2 table td {
    width: 80%;
}
/* 
.entry_2 .redcolore {
    color: #f00;
} */

.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 .entry_2_1 {
    width: 500px;
    height: 120px;
    background-color: #d3d2d2;
    margin: auto;
    border-radius: 30px;
    border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
    margin-top: 60px;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

/*
.entry_2 .entry_2_1:hover {
    opacity: 0.7;

}
*/


.entry_2_1 a {
    font-size: 38px;
    font-weight: bolder;
    color: rgb(169, 169, 169);
}


.entry_3 img {
    width: 100%;
    height: auto; 
    margin: 0 auto;
}

.entry_notice {
    text-align: center;
    margin-top: 0;
    font-size: 0.9em;
}



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

.entry_4 p {
    line-height: 1.6;
    text-align: left;
    font-size: 20px;
}


.entry_4 table {
    width: 100%;
    margin-left: 30px;
    border-collapse: separate;
    border-spacing: 0px 10px;
    line-height: 1.2;
    font-size: 20px;
}

.entry_4 table th {
    text-align: left;
    width: 19%;
    padding-right: 1%;
}

.entry_4 table td {
    width: 80%;
}
/* 
.entry_2 .redcolore {
    color: #f00;
} */

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

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

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

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

.entry_4 .entry_4_1 {
    width: 500px;
    height: 120px;
    background-color: #EE1B24;
    margin: auto;
    border-radius: 30px;
    border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
    margin-top: 60px;
    margin-bottom: 160px;
    border: none;
    padding: 0;
}

.entry_4 .entry_4_1:hover {
    opacity: 0.7;

}


.entry_4_1 a {
    font-size: 38px;
    font-weight: bolder;
    color: white;
}


.entry_3 img {
    width: 100%;
    height: auto; 
    margin: 0 auto;
}


/*==========================================
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:  #7a99cf;
    vertical-align: middle;
    text-align: left;
    width: 38%;
    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: #7a99cf;
    /* 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:#ff7fbf;
    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:#ffee00
}


.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;

}


/*==========================================
sponsor
===========================================*/
.sponsor_0 {
    width: 1200px;
    display: block;
    margin: auto;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    /* display: flex; */
    margin-bottom: 100px;
}


.sponsor_0 ul {
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    
}

.sponsor_1 ul {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    
}


.sponsor_0 ul li {
    width: 100%;
    margin: 30px auto;
}

.sponsor_0 ul li img {
    background-color: #fff;
    height: auto;
    padding: 5px;
    width: 300px;
    vertical-align: bottom;
    margin-left: 10px;
}



.sponsor_1 {
    width: 1200px;
    display: block;
    margin: auto;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    /* display: flex; */
    margin-bottom: 100px;
}


.sponsor_1 ul {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
    
}


.sponsor_1 ul li {
    width: 100%;
    margin: 30px auto;
}

.sponsor_1 ul li img {
    background-color: #fff;
    height: auto;
    padding: 5px;
    width: 300px;
    vertical-align: bottom;
    margin-left: 10px;
}


.sponsor_0 ul .sponsor_2_1 img {
    width: 330px;
}

.sponsor_0 ul .sponsor_2_8 img {
    width: 330px;
}

.sponsor_1 ul .sponsor_2_3 img {
    width: 250px;
}
.sponsor_1 ul .sponsor_2_4 img {
    width: 280px;
}
.sponsor_1 ul .sponsor_2_7 img {
    width: 330px;
}
.sponsor_1 ul .sponsor_2_9 img {
    width: 230px;
}
.sponsor_1 ul .sponsor_2_10 img {
    width: 230px;
}
.sponsor_1 ul .sponsor_2_11 img {
    width: 350px;
}


.sponsor_3 {
    display: flex;
    align-items: center;
}



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

footer {
    background-color:#000;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}



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

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

.event_200309:hover {
    opacity: 0.6;
}



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

.entry_5 p {
    line-height: 1.6;
    text-align: center;
}


.entry_5 table {
    width: 100%;
    margin: 50px auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    line-height: 1.8;
    font-size: 20px;
}

.entry_5 table th {
    text-align: right;
    width: 19%;
    padding-right: 1%;
}

.entry_5 table td {
    width: 80%;
}
/* 
.entry_5 .redcolore {
    color: #f00;
} */

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

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

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

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

.entry_5 .entry_5_1 {
    width: 500px;
    height: 120px;
    background-color: #484848;
    margin: auto;
    border-radius: 30px;
    border-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: outset;
    border-width: 2px;
    margin-top: 60px;
    margin-bottom: 160px;
    border: none;
    padding: 0;
}

.entry_5 .entry_5_1:hover {
    opacity: 0.7;

}


.entry_5_1 a {
    font-size: 38px;
    font-weight: bolder;
    color: white;
}


.entry_3 img {
    width: 100%;
    height: auto; 
    margin: 0 auto;
}

