@charset "utf-8";

/* CSS Document */
html{
    background-color: #ebffe3;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

img {
    /* -webkit-backface-visibility: hidden; */
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}

/*PC表示、スマホ表示*/
.sp-display {
    display: none;
}

.pc-display {
    display: block;
}

.sfopen {
    display: none;
}

/*文字*/
p, li, dd, dt, dd, td {
    font-size: 16px;
    line-height: 23px;
}

.how_to_login p {
    font-size: 18px;
    line-height: 36px;
}

h1 {
/* padding:80px 10px 60px 10px; */
    margin: 0;
    font-size: 36px;
    line-height: 28px;
}

h1 img {
    z-index: -5;
    width: 170px;
    margin-right: -60px;
    margin-left: -30px;
}

h2 {
    padding: 20px 0;
    font-size: 30px;
}

h3 {
    margin: 100px 0 30px 10px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 23px !important;
}

h3 span {
    font-size: 18px;
}

h4 {
    margin: 0 0 20px 0;
    padding: 30px 0 5px 0;
    font-size: 19px;
}

h5 {
    padding: 15px 0 10px 0;
    font-size: 19px;
}

h6 {
    font-size: 16px;
}

/*span*/
.span_s {
    font-size: 13px;
    line-height: 16px;
}

.span_l {
    font-size: 18px;
}

.mar_20 {
    margin-left: 20px;
}

.contener {
    display: flex;
    width: 100%;
    margin: 0 auto;
/* max-width:1036px; */
    padding: 0 0;
}


.contents {
    width: 100%;
    max-width: 1036px;
    /* display: flex; */
    margin: 0 auto;
    padding: 0 0;
}

#contents {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
}


.contents h2 {
    margin: 50px 0;
    text-align: center;
}

.be_flex {
    flex-direction: row;
}

.main_box {
    /* padding: 0 15px 0 25px; */
    flex: 1;
}

/* .bbm {
    border-bottom: 1px solid #f07170;
    padding-bottom: 20px; 
} */

.reg_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}


.reg_menu div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 90px;
    margin: 50px 8px 50px 8px;
    padding: 5px;
}

/**header**/
header {
    padding: 0;
}

header .contents {
    margin: 0 auto;
}

#top_head {
    position: absolute;
}

.main_con {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #3ace78;
    background-position: bottom left;
/*background-image: url(../img/header.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}


/*
.main_con div {
    margin-left: 12%;
}
*/

.title {
    width: 100%;
    margin: 30px 0 30px 0;
}

/*------トップへ戻る-------*/
.to_top {
    right: 20px;
    bottom: 80px;
    width: 50px;
    height: 50px;
}

.to_top i {
    margin: 7px 0 0 16px;
    font-size: 30px;
}

/**グローバルメニュー**/
.menubox {
    padding-bottom: 5px;

/*display: block;*/
    border-bottom: 2px solid #3ace78;
    background-color: #ffffff;
}

.menubox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
    padding: 0 0;
}

.menubox ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    height: 60px;
    margin: 2px 5px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.menubox li {
    margin: 0;
}

.menubox ul h2 {
    margin: 0;
    padding: 0;
    color: hsla(0, 0%, 25%, 1.00);
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
}

.menubox ul .span_s {
    font-size: 11px;
}

.menubox img {
    width: 21px;
    margin-bottom: 6px;
}

.menubox ul a:hover {
    text-shadow: 0 0 15px #f07170;
}

.yourhere {
    text-shadow: 0 0 15px #f07170;
}

/***footer***/
.pc_footer{
    margin-top: 80px;
    padding: 20px 60px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/footer_pc.png);
}
.footer_contents{
    width: 384px;
    height: 160px;
    padding: 0 30px;
    border-radius: 10px;
    margin-left: 50px;
}
footer img {
    width: 100%;
}

footer p {
    font-size: 10px;
    line-height: 14px;
}

.foot_end p{
    font-weight: bold;
    -webkit-text-stroke: 2px #ffffff;
    paint-order: stroke;
}

footer h4 {
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

footer h5 {
    margin: 15px 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 10px;
}

.add {
    margin: 10px 0 0 20px;
}

.foot_end {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    gap: 76%;
}


.flex {
    display: flex;
}


/*ボタンスタイル*/
.btn01, .btn02, .btn03, .btn04 {
    width: 450px;
    max-width: 95%;
    margin: 10px 0;
    padding: 20px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: .3s;
}

.btn_mini_blue {
    width: 300px;
    margin: 10px 0;
    padding: 15px 0;
    font-size: 15px;
}

.button_nega {
    width: 70%;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    font-size: 17px;
}


/**tableスタイル**/

.table_01, .table_02, .table_03, .table_04, .table_05 {
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 5px 0 15px 15px;
    line-height: 28px;
    border-collapse: collapse;
}

.poster {
    max-width: 100%;
}


.table_01 th, .table_02 th, .table_03 th, .table_04 th {
    display: table-cell;
    width: 18%;
    padding: 10px;
    border: 3px solid #aaaaaa;

/* border: 1px solid #ddd; */
    background: #eeeeee;
    text-align: center;
    /* vertical-align:top; */
    /* font-padding-left: 20px;} */
}

.table_01 td, .table_02 td, .table_03 td, .table_04 td, .table_05 td {
    display: table-cell;
    padding: 10px;
    border: 3px solid #aaaaaa;
    /*text-align: center;*/
}

.table_01 td p, .table_02 td p, .table_03 td p, .table_04 td p, .table_05 td p {
    text-align: end;
}


.table01 {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table01 th {
    display: table-cell;
    width: 20%;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}

.table01 td {
    width: 75%;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}

.table_01 td h5 {
    color: #242424;
    text-align: center;
}


/***トップページ***/
.top_login {
    width: 100%;
    margin-bottom: 25px;
    background-image: url("../img/kaisai_bk.jpg");
}

.top_login img {
    width: 650px;
    margin: 25px 0 10px 0;
}

.topics {
    width: 99%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px;
    border-collapse: collapse;
}

.topics th {
    width: 20%;
    padding: 10px 10px;
    border-bottom: 1px dotted #cccccc;
    font-weight: normal;
    text-align: center;
}

.topics td {
    padding: 10px 10px;
    border-bottom: 1px dotted #cccccc;
}

.howto_login_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin: 20px 0 0 57vw;
    border: 2px solid #6f6f6f;
    background-color: #c1c1c1;
    color: #232323;
    font-weight: bold;
    font-size: 16px;
}

/*トップページの開催中*/
.half_center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 210px;
    margin: 4px 0 2px 0;
}

.half {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 20px auto;
}

.menuhalfbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 480px;
    height: 160px;
    margin: 4px 3px;
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
}

.menuhalfbox a {
    font-size: 14px;
}

.menuhalfbox p {
    margin-top: 15px;
}

.box03 {
    background-size: cover;
    background-color: #a1d2d3;
}

.rec {
    margin-right: -1px;
    border-left: 1px solid #eeeeee;
    background-size: cover;
    background-color: #dde39e;
}

.log, .box02 {
    background-size: cover;
    background-color: #a1d2d3;
}

.menuhalfbox h2 {
    font-weight: bold;
    font-size: 30px;
}

.taikaicho-area{
    display: flex;
    justify-content: space-around;
    background-color: #e9fff3;
    width: 330px;
    padding: 20px;
}
.taikaicho{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
.taikaicho-name{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.taikaicho-shozoku{
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
}




/**toppage**/
.top_news td {
    font-size: 16.5px !important;
}

.goudou li {
    margin-bottom: 10px;
    margin-left: 170px;
    padding: 5px 25px;
}

.goudou li p {
    font-size: 16px;
}

.goudou li span {
    margin-left: 160px;
}

.henkou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px 15px;
    padding: 20px;
    font-size: 22px;
}

.henkou_button {
    display: flex;
    justify-content: center;
    width: 600px;
    padding: 8px 20px;
}

.henkou_button img {
    width: 70px;
}

.henkou_button p {
    font-size: 19px;
}

.henkou_button span {
    font-size: 13px;
}

.half2 {
    flex-direction: row;
    margin: 80px 0 50px 0;
}





/**aisatsu**/
.aisatsu {
    width: 100%;
    padding: 0 30px 0 30px;
    background-position: 98% 93%;
    background-size: 150px;
}

.aisatsu_con {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}




/**par**/

.jizen {
    margin: 0 20px;
    padding: 2px 8px;
    border-radius: 8px;
    background-color: #1b32b7;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.toujitu {
    margin: 0 20px;
    padding: 2px 8px;
    border-radius: 8px;
    background-color: #bf1f22;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}


.gaiyou {
    display: table;
    width: 98%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 28px;
    border-collapse: collapse;
}

.gaiyou th {
    display: table-cell;
    width: 20%;
    padding: 7px 0;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    color: #3f3f3f;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.gaiyou td {
    display: table-cell;
    width: 70%;
    padding: 7px 20px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
}

.gaiyou dt {
    padding: 0;
}

.gaiyou dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.how_to_login {
    margin: 10px 10px 0 10px;
    padding: 15px;
}



/**reg**/
.reg_sam {
    max-width: 840px !important;
}


.reg_icon01, .reg_icon02 {
    display: none;
}

.reg_icon01_pc, .reg_icon02_pc {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 16px;
}

.reg_icon01_pc {
    background-color: #c03d3f;
}

.reg_icon02_pc {
    background-color: #363c9f;
}



.reg_this01 td {
    display: table-cell;
}

.reg_this01 td {
    background-color: #eeeeee;
    font-size: 14px;
}

.table_05 th {
    display: table-cell;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #ffffff;
    text-align: left;
    /* font-padding-left: 20px; */
}


.endai_menu {
    width: 80%;
    margin: 0 auto 50px auto;
    padding: 20px 10px 10px 10px;
}

.endai_menu li {
    list-style-type: decimal;
}

.endai_menu p, .endai_menu i {
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
}

.taikaicho-aisatu-area{
    width: 570px;
}
.flex-box {
    flex-wrap: nowrap;
}
