@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

/* CSS Document */
body {
    font-family: "Helvetica Neue", "Arial,Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Meiryo", "sans-serif";

    scroll-behavior: smooth;
}

/*PC表示、スマホ表示*/
.sp-display {
    display: block;
    width: 100%;
}

.pc-display {
    display: none;
}

.be_flex {
    display: flex;
    flex-direction: column;
}

.white_back {
    margin-bottom: 30px;
    padding: 60px 40px;
    background-color: rgb(255, 255, 255);
}

/*PC表示、スマホ表示*/
/*文字*/
p, li, dd, dt, dd, td, th {
    color: #585858;
    font-size: 15px;
    line-height: 22px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a .tl_box_n li {
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    max-width: 132px;
    margin: auto;
    letter-spacing: -1px;
}

.tl_box_n {
    width: 60%;
    margin: 0 auto 50px auto;
    padding: 20px 10px 10px 10px;
    background-image: url("./img/kaisai_bk.jpg");
}
.tl_box_n p {
    line-height: 30px;
}
.tl_box_n li {
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    max-width: 132px;
    margin: auto;
    letter-spacing: -1px;
}

.icon {
    background-image: url("img/play.png");
    background-position: right 20px top -2px;
    background-repeat: no-repeat;
}

/*li*/
ol, ul {
    margin-left: 20px;
}

.ul_non {
    list-style: none;
}

li {
    margin-bottom: 5px;
}

h1 {
    margin: 0;
    padding: 20px 0;
    color: #1857a7;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
}

h2 {
    margin: 10px 0;
    padding: 20px 0;
    color: #f1857a;
    font-size: 27px;
    text-align: center;
}

h3 {
    margin: 40px 0 10px 0;
    padding: 8px;
    background-color: #2477d1;
    color: #ffffff;
    font-weight: bold;
    font-size: 19px !important;
}

h3:first-child {
    margin-top: 20px;
}

h4 {
    margin-bottom: 5px;
    padding: 25px 0 10px 0;
    border-bottom: 2px solid #f35650;
    color: #232323;
    font-size: 18px;
}
h4:first-child {
    padding-top: 5px;
}

h5 {
    padding: 10px 0 5px 0;
    color: #185eb4;
    font-size: 16px;
}

h6 {
    color: #3665a8;
    font-size: 15px;
}

.bluecolor {
    color: #006494;
}

/*大会終了*/
.ending {
    max-width: 800px;
    margin: 40px 10px;
    padding: 50px 30px;
    border: 5px solid #938742;
    background-color: #ffffff;
}
.ending h2 {
    margin-bottom: 20px;
    color: #cfb961;
    font-size: 20px;
    text-align: center;
}
.ending p {
    font-size: 13px;
}

/*大会終了*/
/*span*/
.subtitle_2 {
    color: #e94b8b;
    font-weight: bold;
}

.subtitle_2_bl {
    color: #00887d;
    font-weight: bold;
}

.span_s {
    font-size: 11px;
    line-height: 16px;
}

.span_l {
    font-size: 16px;
}

.mark_yellow {
    background: linear-gradient(transparent 30%, #ffffbd 0%);
}

.mark_blue {
    background: linear-gradient(transparent 30%, #caeeff 0%);
}

.span_new {
    margin-right: 4px;
    padding: 1px 5px;
    background-color: #d41e21;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.red_character {
    color: #c90707;
}

.red_character2 {
    color: hsl(359deg, 44%, 50%);
    font-weight: normal;
}

.how_to_login {
    margin: 10px 5px 0 5px;
    padding: 10px;
    border: 1px solid #c54a81;
    border-radius: 3px;
    background-color: rgb(239, 239, 239);
}

/*span*/
/*メインボックス名*/
.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.contents {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.normal {
    width: 100%;
    margin: 1em auto 2px auto;
}
.normal dt {
    font-size: 13px;
    line-height: 22px;
}
.normal dd {
    padding-bottom: 1px;
    font-size: 13px;
    line-height: 21.5px;
    text-indent: 15px;
}

.width90 {
    width: 100%;
}

/*メインボックス名*/
/*------トップへ戻る-------*/
.to_top_a {
    color: hsl(0deg, 0%, 100%);
}

.to_top {
    opacity: .8;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 95;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: hsl(0deg, 0%, 63%);
    transition: .07s;
}
.to_top i {
    margin: 5px 0 0 13px;
    font-size: 30px;
}

.to_top:hover {
    opacity: 1;
}

.all_width {
    position: relative;
    width: 90vw;
    max-width: 960px;
}

header {
    width: 100%;
    background-color: #0070c0;
}

.logo {
    width: 100%;
}
.logo img {
    width: 400px;
    max-width: 85%;
}

.main_box {
    padding: 10px 0 10px 5px;
}

.centerdl {
    display: block;
    width: 96%;
    margin: 0 auto;
}
.centerdl dt {
    font-size: 13px;
}
.centerdl dd {
    margin: 0;
    font-size: 13px;
    text-indent: -1em;
}

.newstitle {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 10px 15px;
    background: hsl(220deg, 44%, 48%);
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    text-indent: 0;
}
.newstitle:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 25px solid transparent;
    border-top: 15px solid #68ad94;
    content: "";
}

.listnone {
    margin-left: 4em;
    font-size: 15px;
}
.listnone li {
    list-style: none;
    text-indent: -1em;
}

.listnone .main_img {
    width: 100%;
}
.listnone .main_img img {
    width: 100%;
}

header {
    height: 60px;
}
header img {
    margin: 3px 0;
}

.mainmenu_sf {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 999;
    padding: 0;
}

/* チェックボックスは非表示に */
.drawer-hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 100;
    width: 50px;
    height: 50px;
    padding-right: 12px;
    background-color: #185eb4;

/* 重なり順を一番上に */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span, .drawer-open span:before, .drawer-open span:after {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #ffffff;
    content: "";
    transition: .5s;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
    bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
    position: fixed;
    top: 0;
    left: 100%;

/* メニューを画面の外に飛ばす */
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: .5s;
}

.drawer-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}
.drawer-list a {
    display: block;
    padding: 15px 15px 15px 30px;
    color: #70662d;
    font-size: 16px;
    text-decoration: none;
}

#hm_menu {
    padding: 15px;
    background-color: #30afef;
    color: #ffffff;
    text-align: center;
}

.drawer-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #938742;
    background: #ffffff;
    font-weight: bold;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
    left: 0;
    /* メニューを画面に入れる */
}

/**header_end**/
/**menubox**/
.menubox {
    display: none;
}

.half_center {
    z-index: -10;
    width: 100%;
    margin: 0 auto;
}

.half {
    z-index: -10;
    width: 100%;
    margin: 0 auto;
}

.menuhalfbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 15px 0;
    color: #938742;
    font-size: 13px;
    text-align: center;
}
.menuhalfbox a {
    color: #938742;
    font-size: 13px;
}
.menuhalfbox p {
    margin-top: 15px;
}

.box01 {
    background: url("../img/entry_2.png") no-repeat;
    background-position: left top;
    background-size: cover;
}

.box03 {
    background: url("../img/entry_1.png") no-repeat;
    background-position: left top;
    background-size: cover;
}

.rec {
    margin-right: -1px;
    border: none;
    background: url("../img/entry_2.png") no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #dde39e;
}

.log {
    background: url("../img/entry_3.png") no-repeat;
    background-position: left top;
    background-size: cover;
}

.box02 {
    background: url("../img/entry_4.png") no-repeat;
    background-position: left top;
    background-size: cover;
}

/*ボタンスタイル*/
.btn_mini_blue_con {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn_mini_blue {
    width: 250px;
    margin: 2px 0 5px 0;
    padding: 5px 0;
    border: 2px solid #4588ec;
    border-radius: 5px;
    color: #4588ec;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.btn_mini_blue i {
    color: #4588ec;
}

.btn_con {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn_01 {
    width: 300px;
    margin: 20px 0;
    padding: 20px 0;
    border-radius: 8px;
    background-color: hsl(200deg, 50%, 56%);
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    transition-duration: .4s;
}
.btn_01:hover {
    transform: scale(1.03);
    background-color: hsl(200deg, 84%, 37%);
}

.btn_02 {
    width: 500px;
    margin: 20px 0;
    padding: 20px 0;
    border-radius: 8px;
    background-color: hsl(171deg, 43%, 59%);
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition-duration: .4s;
}
.btn_02:hover {
    transform: scale(1.03);
    background-color: hsl(171deg, 47%, 48%);
}

.button {
    position: relative;
    z-index: 2;
    width: 95%;
    margin-top: 15px;
    padding: 10px;
    border: 2px solid #938742;
    border-radius: 7px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
}
.button:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #555555;
    cursor: pointer;
}
.button:hover a {
    color: #555555;
}

.button::before, .button::after {
    display: block;
    position: absolute;
    z-index: -1;
    content: "";
}

.linkarea a {
    display: block;
         opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-indent: -999px;

    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.button_nega, .button_nega2 {
    display: block;
    width: 70%;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    border: #c6161e solid 2px;
    border-radius: 2px;
    background-color: #ffffff;
    color: #c6161e;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

/**menubox_end**/
/**tablecell**/
.area_gary {
    background: #f5f5f5;
}

.contents2 {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 1.5em 0;
    padding: 2em 10px;
    background: #68ad94;
    font-size: 16px;
}
.contents2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 30px solid transparent;
    border-top: 25px solid #68ad94;
    content: "";
}
.contents2 p {
    margin: 0;
    padding: 0;
}

.con_tablecell {
    display: block;
    width: 100%;
}

.con_tablecell01 {
    width: 96%;
    margin: 20px auto;
}
.con_tablecell01 dl {
    display: block;
    width: 98%;
}
.con_tablecell01 dd {
    margin: 0;
}
.con_tablecell01 dd a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.contents h2 {
    margin: 15px 0;
}

.table01 {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table01 th {
    display: table-cell;
    width: 55px;
    padding: 10px 10px;
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
}
.table01 td {
    display: table-cell;
    padding: 10px 5px;
    border-bottom: 1px solid #cccccc;
}

/**tablecell_end**/
/***topics***/
.top_login {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    background-image: url("../img/kaisai_bk.jpg");
}
.top_login img {
    width: 500px;
}

.topics {
    width: 98%;
    padding: 5px;
    border-collapse: collapse;
}
.topics th {
    width: 15%;
    padding: 5px;
    border-bottom: 1px dotted #cccccc;
    color: #939393;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
}
.topics td {
    padding: 5px;
    border-bottom: 1px dotted #cccccc;
}
.topics td a {
    color: #0366d6;
}

.howto_login_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 20px auto;
    border: 2px solid #6f6f6f;
    background-color: #c1c1c1;
    color: #232323;
    font-weight: bold;
    font-size: 14px;
}
.howto_login_box a {
    display: inline-block;
}
.howto_login_box p {
    margin: 20px 2vw;
}

.henkou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px 5px;
    padding: 20px;
    border: 8px solid #dc2224;
    background-color: #ffffff;
    color: #dc2224;
    font-weight: bold;
    font-size: 20px;
}

.henkou_button {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 5px;
    padding: 8px 20px;
    border: 2px solid hsl(0deg, 0%, 56%);
    border-radius: 3px;
    background-color: hsl(0deg, 0%, 78%);
}
.henkou_button img {
    width: 60px;
}
.henkou_button p {
    color: hsl(0deg, 0%, 16%);
    font-size: 15px;
}
.henkou_button span {
    font-size: 13px;
}

.cyuui_con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cyuui {
    width: 95%;
    margin: 10px 0;
    padding: 8px;
    border: 2px solid rgb(239, 77, 80);
    text-align: center;
}
.cyuui h4 {
    margin: 5px;
    color: rgb(55, 55, 55);
}
.cyuui p {
    font-size: 12.5px;
    line-height: 17px;
}

.cyuui_1 {
    margin: 8px 0;
    color: #5e71e9;
    font-weight: bold;
}

.half2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 50px 0 40px 0;
}

.live1_con {
    width: 90%;
    text-align: center;
}
.live1_con a {
    text-decoration: none;
}

.live1 {
    width: 90%;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px 15px;
    border: 5px solid #fbcadf;
    border-radius: 15px;
    background-color: #ffeef5;
}

.live_date {
    color: rgb(66, 66, 66);
    font-weight: bold;
    font-size: 17px;
}

.live_title {
    color: rgb(25, 46, 123);
    font-weight: bold;
    font-size: 14px;
}

.live_sub {
    margin: 10px 0 -6px 0;
    color: rgb(75, 75, 75);
}

.live_link {
    color: #c54a81;
    font-size: 13px;
    text-align: end;
}

/***topics_end***/
/**aisatsu**/
#aisatsu_box {
    background: linear-gradient(180deg, rgb(65, 164, 253, .1), rgb(149, 250, 255, .1));
}

.aisatsu {
    width: 93%;
    margin: 2em auto;
}

/**program**/
.pro {
    display: block;
    width: 98%;
    margin: 0 auto;
}

.proi_Lcategory {
    display: block;
    width: 96%;
    margin: 10px 0 0 0;
    padding: 2px 5px;
    border: 1px solid #949494;
    background: #e4e4e4;
    font-weight: bold;
    font-size: 14px !important;
    text-align: left;
}

.proi_Mcategory {
    display: block;
    width: 96%;
    margin: 0 0 5px 0;
    padding: 0 5px 15px 5px;
    border: 1px solid #949494;
    text-align: left;
}

.proi_no {
    margin-left: 5px;
    color: #535353;
    font-size: 14px;
}

.proi_nosub {
    margin-bottom: 15px;
    margin-left: 5px;
    color: #535353;
    font-size: 14px;
}

.shikaku {
    margin: 0 10px 0 0;
    padding: 3px 3px 2px 3px;
    border: 1px solid #143088;
    color: #143088;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
}

.proi_title0 {
    margin: 10px 0 0 5px;
    color: #143088;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 30px !important;
}

.proi_title {
    margin: 15px 0 0 5px;
    color: #143088;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 28px;
}

.proi_title2 {
    margin: 15px 0 0 10px;
    color: #4c65b4;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 18px !important;
}

.proi_title3 {
    margin: -8px 0 5px 0;
    margin-left: 30px;
    color: #4c65b4;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 18px;
}

.proi_titlesub {
    margin-left: 0 !important;
    padding: 0 0;
    color: #143088 !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

.proi_user {
    margin: 3px 0;
    margin-left: 30px;
    font-size: 13px !important;
    line-height: 19px !important;
}

.proi_kigyo {
    margin: 0 0;
    color: #535353;
    font-size: 13px !important;
    text-align: right;
}

.proi_subtitle {
    margin: 0 0 0 35px;
    padding-top: 10px;
    color: #042466;
    font-size: 15px;
    text-indent: -2em;
}

.pro_pdf2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}
.pro_pdf2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 3px 0;
    border: 3px solid #dddddd;
    border-radius: 3px;
    background-color: rgba(107, 107, 107, .8);
}
.pro_pdf2 p {
    font-size: 12px;
}
.pro_pdf2 a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.pro_pdf {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}
.pro_pdf div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 3px 0;
    border: 3px solid rgba(107, 107, 107, .8);
    border-radius: 3px;
    background-color: #dddddd;
}
.pro_pdf p {
    font-size: 12px;
}
.pro_pdf a {
    color: rgba(107, 107, 107, .8);
    font-weight: bold;
    text-decoration: none;
}

.pro_howtosee {
    margin-top: 15px;
    padding: 5px 5px 5px 25px;
    border: 1px solid hsl(0deg, 0%, 35%);
}

.margin_like_h2 {
    margin-top: 40px;
}

.zoom {
    display: flex;
    width: 97%;
    max-width: 440px;
    margin-top: 5px;

/*border: 1px solid #55a1ff;*/
    padding: 4px;
}
.zoom img {
    margin-right: 10px;
}
.zoom p {
    color: #55a1ff;
    font-weight: bold;
    font-size: 14px;
}
.zoom a {
    color: #55a1ff;
    text-decoration: underline !important;
}

/**program_end**/
/**nintei**/
.ninteibutton1, .ninteibutton2, .ninteibutton3, .ninteibutton4 {
    display: block;
    width: 70%;
    margin: 10px auto;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 2px #ababab;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.ninteibutton1 a, .ninteibutton2 a, .ninteibutton3 a, .ninteibutton4 a {
    display: block;
    padding: 1em;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
}

.ninteibutton1 {
    background: #d39d9e;
}
.ninteibutton1 a:hover {
    background: #d94244;
}

.ninteibutton2 {
    background: #275687;
}
.ninteibutton2:hover {
    opacity: .8;
}

.ninteibutton3 {
    background: #4f9ddd;
}
.ninteibutton3:hover {
    opacity: .8;
}

.ninteibutton4 {
    background: #cf6393;
}
.ninteibutton4:hover {
    opacity: .8;
}

/**par**/
.kaiki {
    width: 100%;
    margin-bottom: 10px;
}

.partable01 {
    width: 97%;
    line-height: 21.5px;
    border-collapse: collapse;
}
.partable01 th {
    display: block;
    width: 97%;
    padding: 9px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    color: #464646;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}
.partable01 td {
    display: block;
    width: 97%;
    padding: 10px 9px;
    border: 1px solid #dddddd;
    font-size: 15px;
    text-align: left;
}

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

.furikomi1 {
    display: block;
    width: 50%;
    margin: 0 !important;
    padding: 10px 15px 0 0;
    background: #c5272a;
    color: #ffffff;
    text-align: center;
}

.furikomi2 {
    display: block;
    padding: 20px 15px !important;
    border: dotted 1px #cccccc;
    background: #ffffff;
    font-size: 25px !important;
}

.gaiyou {
    width: 97%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    border-collapse: collapse;
}
.gaiyou th {
    display: block;
    width: 97%;
    padding: 7px 15px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    color: #3f3f3f;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}
.gaiyou td {
    display: block;
    width: 97%;
    padding: 7px 15px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-size: 16px;
    text-align: left;
}
.gaiyou dt {
    padding: 0;
}
.gaiyou dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.link_henkou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-top: 30px !important;
}

/**link**/
.link {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}
.link li {
    list-style: none;
    border-bottom: 1px dotted #cccccc;
}
.link li a {
    display: block;
    padding: 1em;
    color: #212121;
    text-decoration: none;
}
.link li a:hover {
    color: #c42a2c;
}

/**link_end**/
/**reg**/
.table_01, .table_02, .table_03, .table_04, .table_05, .table_06 {
    width: 97%;
    border-collapse: collapse;
}
.table_01 th, .table_02 th, .table_03 th, .table_04 th, .table_05 th, .table_06 th {
    display: block;
    padding: 9px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    text-align: left;
}
.table_01 td, .table_02 td, .table_03 td, .table_04 td, .table_05 td, .table_06 td {
    display: block;
    padding: 10px 9px;
    border: 1px solid #dddddd;
    text-align: left;
}

.table_06 th {
    padding: 9px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    text-align: left;
}

.table_06 td {
    display: flex;
    padding: 10px 9px;
    border: 1px solid #dddddd;
    text-align: left;
}

.reg_icon01, .reg_icon02 {
    padding: 3px 10px;
    color: #ffffff;
    font-size: 13px;
}

.reg_icon01 {
    background-color: #c03d3f;
}

.reg_icon02 {
    background-color: #363c9f;
}

.reg_icon01_pc, .reg_icon02_pc {
    padding: 3px 10px;
    color: #ffffff;
    font-size: 13px;
}

.reg_icon01_pc {
    background-color: #c03d3f;
}

.reg_icon02_pc {
    background-color: #363c9f;
}

.endai_menu {
    margin: 0 auto;
    margin-bottom:30px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #938742;
    border-radius: 5px;
}
.endai_menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: decimal;
    border-bottom: 1px dotted #934242;
}
.endai_menu p, .endai_menu i {
    color: #934242;
    font-size: 14px;
}

.endai_menu1 {
    margin: 0 0 30px 0;
    padding: 10px 10px 10px 10px;
    border: 1px solid #938742;
    border-radius: 5px;
}
.endai_menu1 li {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: decimal;
    padding-bottom: 5px;
    border-bottom: 1px dotted #934242;
}
.endai_menu1 p, .endai_menu1 i {
    padding: 20px 0;
    color: #934242;
    font-size: 16px;
    text-align: center;
}

.pc_only {
    text-align: left;
}

.gakkai_list {
    width: 97%;
    line-height: 21.5px;
    border-collapse: collapse;
}
.gakkai_list th {
    display: block;
    padding: 9px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #464646;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}
.gakkai_list td {
    display: block;
    padding: 10px 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    text-align: left;
}

.gakkai_list2 {
    width: 97%;
    line-height: 21.5px;
    border-collapse: collapse;
}
.gakkai_list2 th {
    display: block;
    padding: 5px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #464646;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}
.gakkai_list2 td {
    display: block;
    padding: 10px 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    text-align: left;
}

.gakkai_list3 {
    width: 97%;
    line-height: 21.5px;
    border-collapse: collapse;
}
.gakkai_list3 th {
    display: block;
    padding: 9px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #464646;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}
.gakkai_list3 td {
    display: block;
    padding: 10px 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    text-align: left;
}

.gakkai_list4 {
    width: 97%;
    line-height: 21.5px;
    border-collapse: collapse;
}
.gakkai_list4 th {
    display: block;
    padding: 5px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #464646;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
}
.gakkai_list4 td {
    display: block;
    padding: 10px 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    text-align: left;
}

.gakkai_list5 {
    display: table;
    width: 97%;
    margin: 5px;
    line-height: 21.5px;
    border-collapse: collapse;
}
.gakkai_list5 th {
    display: table-cell;
    width: 25%;
    padding: 5px 2px;
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #464646;
    font-weight: normal;
    text-align: left;
}
.gakkai_list5 td {
    display: table-cell;
    width: 30%;
    padding: 5px;
    border: 1px solid #dddddd;
    background: #ffffff;
    font-size: 16px;
}

.reg_ul {
    margin-left: 2em;
    font-size: 14px;
}

/* .reg_ul li {} */
.reg_ol {
    margin-left: 2em;
    font-size: 14px;
}

.scheduletitle {
    color: #0b6a7f;
    font-weight: bold;
    font-size: 25px;
}

.schedule {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.scheduletr {
    display: block;
    width: 99%;
    border-collapse: collapse;
}

.scheduleth {
    display: block;
    width: 98%;
    padding: 10px;
    border: none;
    font-size: 16px;
}

.scheduletd {
    display: block;
    width: 88%;
    margin: 0 auto;
    padding: 10px 0 20px 15px;
    border-bottom: 3px solid #cccccc;
    font-size: 15px;
}

.schedule02 {
    display: inline-block;
    margin: 20px 0 0 0;
    border-top: 20px solid #f0897f;
    border-right: 30px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid transparent;
    text-align: center;
}

.regtable {
    width: 100%;
}
.regtable th {
    width: 25%;
    text-align: center;
}
.regtable td {
    padding-left: .5em;
    line-height: 1.5em;
}

.regdw, .posterdw {
    display: block;
    width: 80%;
    margin: 1em auto;
    border-radius: 15px;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .6);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.regdw a, .posterdw a {
    display: block;
    padding: 1em;
    border-radius: 15px;
    color: #ffffff;
    text-decoration: none;
}
.regdw a:hover, .posterdw a:hover {
    background: #d94244;
}

.colorgreen01 {
    background: #3e8457 !important;
}

.colorgreen02 {
    background: #189389 !important;
}

.word {
    background: #185abd !important;
}

.pdf {
    background: #b9242d !important;
}

/**info**/
.img_ex {
    width: 100%;
    margin: 15px 0;
    border: 1px solid rgb(197, 197, 197);
}

.img_brow {
    width: 220px;
}

.bor_red {
    margin: 15px 0;
    padding: 8px 15px;
    border: 1px solid #c90707;
}
.bor_red p {
    margin-bottom: 3px;
}

.idpass {
    margin-left: 50px;
    font-weight: bold;
}

.bor_blue {
    margin: 5px 0 15px 0;
    padding: 20px 15px;
    border-radius: 4px;
    background-color: hsl(189deg, 100%, 96%);
}
.bor_blue p {
    margin-bottom: 3px;
}

.bor_gold {
    margin: 15px 0;
    padding: 8px 15px;
    border: 2px solid #938742;
}
.bor_gold p {
    margin-bottom: 3px;
}

.bor_gray {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    padding: 10px 5px;
    background-color: #eeeeee;
}
.bor_gray p {
    margin-bottom: 3px;
}
.toujitusanka-info{
  padding: 0 20px;
}
.toujitusanka-info p{
  padding: 0 2em;
  font-size: 17px;
  color: #FF0000;
}
.toujitusanka-info .toujitusanka-info-june{
  padding-left: 8.5em;
}
/***footer***/
footer {
    margin-top: 3em;
    padding: 20px 10px;
    background: #5eb8e5;
    color: #52a5ce;
}

.banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.bn_box {
    width: 270px;
    margin: 8px;
}
.bn_box img {
    width: 270px;
    height: auto;
}

footer p {
    color: #012c31;
    font-size: 13px;
    line-height: 17px;
}

.footer_logo {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 16px;
}

.address {
    margin: 8px 0;
    font-weight: bold;
    font-size: 16px;
}

.jsdc_bunner {
    margin: 0 0 3px 0;
}
.jsdc_bunner img {
    width: 180px;
    margin-top: 20px;
}

.copy p {
    margin: 0 0 -6px 0;
    font-size: 12px !important;
}
.copy span {
    font-size: 15px !important;
}

.copy2 p {
    margin-top: 5px;
    line-height: 21px;
}

.container {
    border: 1px solid;
    border-radius: 5px;
}

.eventpay {
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.eventpay:hover {
    opacity: .9;
    transform: scale(1.1);
    transition: .3s;

    filter: brightness(120%);
}

/***footer_end***/
@media print {
    #header {
        display: none;
    }
}
/*# sourceMappingURL=s_base.css.map */