@charset "utf-8";
@view-transition {
    navigation: auto;
}
html{
    background-color: #ebffe3;
}
body {
    text-align: left;
    margin: 0px;
    font-family: "Helvetica Neue", "Arial,Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Meiryo", "sans-serif";
    transition: opacity 0.5s ease-in-out;
}

body.view-transition-enter {
    opacity: 0;
}

body.view-transition-enter-active {
    opacity: 1;
}

body.view-transition-exit {
    opacity: 1;
}

body.view-transition-exit-active {
    opacity: 0;
}

html {
    scroll-behavior: smooth;
}


/* img{-webkit-backface-visibility:hidden;} */

* {
    margin: 0;
    padding: 0;
}


/*PC表示、スマホ表示*/

.sp-display {
    display: block;
}

.pc-display {
    display: none;
}

.be_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*文字*/

p,
li,
dd,
dt,
dd,
td,
th {
    font-size: 15px;
    line-height: 22px;
    color: #454545;
}

.how_to_login p {
    font-size: 14px;
    line-height: 31px;
    margin-top: 10px;
    padding: 10px;
}

a {
    text-decoration: none;
    color: #1C53EB;
}


/*li*/

ol,
ul {
    margin-left: 20px;
}

.ul_non {
    list-style: none;
}

li {
    margin-bottom: 5px;
}

h1 {
    font-size: 29px;
    line-height: 29px;
    color: #2F2F2F;
    padding: 40px 0;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

h2 {
    font-size: 22px;
    padding: 20px 0;
}

.normal h2 {
    font-size: 30px;
    padding: 20px 0;
    line-height: 40px;
}

h3 {
    position: relative;
    padding: 0.3em 0.5em;
    background: -webkit-linear-gradient(to top, #14a942, #f2ffed);
    background: linear-gradient(to top, #14a942, #f2ffed);
    color: #4b4b4b;
}

h3:first-child {
    margin-top: 20px;
}

h3 span {
    font-size: 13px;
}

h4 {
    font-size: 18px;
    color: #2F2F2F;
    padding: 25px 0 3px 10px;
    margin-bottom: 5px;
    /* border-bottom: 2px solid #8F8F8F; */
}


/* h4:first-child{padding-top: 5px;} */

h5 {
    font-size: 16px;
    padding: 10px 0 5px 0px;
    color: #001a8b;
}

.info:hover {
    filter: brightness(110%);
}

h6 {
    font-size: 15px;
    color: #185EB4;
}


/* h7{font-weight: bold;color: #c54a81;font-size: 16px;} */

.span_s {
    font-size: 11px;
    line-height: 16px;
}

.span_l {
    font-size: 16px;
}

.mar_20 {
    margin-left: 10px;
}

.red_character {
    color: #C90707;
    ;
}

.red_character2 {
    color: hsla(359, 44%, 50%, 1.00);
    font-weight: normal;
}

.top_new {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: hsla(359, 69%, 50%, 1.00);
    padding: 3px 18px;
    margin-right: 10px;
}

.mark_yellow {
    background: linear-gradient(transparent 30%, #ffffbd 0%);
}

.mark_blue {
    background: linear-gradient(transparent 70%, #beb5e4 0%);
}

.reg_menu div {
    background-color: rgba(219, 219, 219, 1.00);
    border: 2px solid #67AECF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 10px 3px 10px 3px;
    height: 80px;
}


/*クラス名*/

.contents {
    /*display:block;*/
    width: 100%;
    padding: 0px 0;
    margin: 0 auto;
}

.all_width {
    position: relative;
    max-width: 960px;
    width: 90vw;
}

.main_box {
    padding: 10px 0 10px 0px;
}

.main_box img {
    max-width: 100%;
}

.width90 {
    width: 100%;
}

.icon_ro {
    background-color: #001a8b;
    color: #fff;
    border-radius: 15px;
    padding: 3px;
    margin: 0 5px;
}


/**header**/

header {
    width: 100%;
    background-color: #b8daab;
}

header img {
    margin: 3px 0;
}
.header_img{
    position: relative;
}
.logo {
    width: 100%;
}

.logo img {
    width: 250px;
}

.main_img {
    width: 100%;
    height: fit-content;
}

.main_img img {
    width: 100%;
}

.main_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url(../img/header.png);*/
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-bottom: 2px solid royalblue;
}

.main_con div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    max-width: 380px;
    width: 90%;
    margin: 35px 0px;
}


/*ハンバーガーメニュー*/


/* チェックボックスは非表示に */

.drawer {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
    padding: 20px 5px;
}

.drawer-hidden {
    display: none;
}


/* ハンバーガーアイコンの設置スペース */

.drawer-open {
    display: flex;
    padding-right: 12px;
    height: 50px;
    width: 50px;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上に */
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b8daab;
}


/* ハンバーガーメニューのアイコン */

.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #55bb5d;
    transition: 0.5s;
    position: absolute;
}


/* 三本線のうち一番上の棒の位置調整 */

.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 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.0);
    transition: .3s;
}

.drawer-list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#hm_menu {
    background-color: #5cd166;
    color: #fff;
    padding: 38px 0;
    text-align: center;
}

.drawer-item {
    display: block;
    border-bottom: 1px solid #55bb5d;
    background: #fff;
    margin: 0;
    font-weight: bold;
}

.drawer-list a {
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 30px;
    font-size: 16px;
    color: #2F2F2F;
}

.drawer-list i {
    color: #55bb5d;
}


/* アイコンがクリックされたらメニューを表示 */

#drawer-check:checked~.drawer-content {
    left: 0;
    /* メニューを画面に入れる */
}


/*------トップへ戻る-------*/

.to_top_a {
    color: hsla(0, 0%, 100%, 1.00);
}

.to_top {
    width: 45px;
    height: 45px;
    background-color: #feb7c2;
    border-radius: 50px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    -webkit-transition: 0.07s;
    transition: 0.07s;
    opacity: 0.8;
    z-index: 95;
}

.to_top i {
    margin: 5px 0 0 13px;
    font-size: 30px;
}

.to_top:hover {
    opacity: 1;
}


/***footer***/

footer {
    /*background: #F3F3F3;*/
    margin-top: 50px;
}

footer p {
    font-size: 13px;
    line-height: 16px;
}

footer h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

footer h5 {
    /*color: #fff;*/
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin: 5px 0 5px 0;
    line-height: 10px;
}

.add {
    margin: 5px 0 0 10px;
}

.foot_end {
    font-size: 13px;
    padding: 30px 0 15px 0;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


/*ボタンスタイル*/

.btn_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn01,
.btn02,
.btn03,
.btn04 {
    width: 310px;
    max-width: 95%;
    padding: 20px 10px;
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.btn01 {
    background: #071F9C;
    color: #fff;
}

.btn01 p {
    color: #fff;
}

.btn01:hover {
    background: #1939CD;
}

.btn03 {
    background: #FBC7CF;
    color: #fff;
}

.btn03:hover {
    background: #feb7c2;
}

.btn04 {
    background: #74c173;
    color: #fff;
}

.btn04 p {
    color: #fff;
}

.btn04:hover {
    background: #51d48c;
}

.btn_mini_blue {
    width: 250px;
    color: #4588ec;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #4588ec;
    border-radius: 5px;
}

.button_nega {
    display: block;
    width: 70%;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    background-color: #fff;
    border: royalblue solid 2px;
    font-size: 15px;
    color: royalblue;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
}


/*tableスタイル*/

.table_01,
.table_02,
.table_03,
.table_04,
.table_05 {
    width: 97%;
    border-collapse: collapse;
}

.table_01 th,
.table_02 th,
.table_03 th,
.table_04 th,
.table_05 th {
    padding: 9px;
    border: 1px solid #ddd;
    background: #eee;
    display: block;
    text-align: left;
}

.table_01 td,
.table_02 td,
.table_03 td,
.table_04 td,
.table_05 td {
    padding: 10px 9px;
    border: 1px solid #ddd;
    display: block;
    text-align: left;
}

.table01 {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table01 th {
    display: table-cell;
    width: 55px;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

.table01 td {
    display: table-cell;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}


/***トップページ***/

.top_login {
    width: 100%;
    background-image: url("../img/kaisai_bk.jpg");
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.top_login img {
    width: 500px;
}

.how_to_login {
    border: 1px solid #c54a81;
    background-color: rgba(239, 239, 239, 1.00);
    border-radius: 3px;
    padding: 10px;
    margin: 10px 5px 0 5px;
}

.howto_login_box {
    width: 80%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #C1C1C1;
    color: #232323;
    border: 2px solid #6F6F6F;
    font-size: 14px;
    font-weight: bold;
}

.howto_login_box a {
    display: inline-block;
}

.howto_login_box p {
    margin: 20px 2vw;
}

.henkou {
    background-color: #fff;
    border: 8px solid #DC2224;
    color: #DC2224;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    margin: 0 5px 5px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.henkou_button {
    width: 85%;
    display: flex;
    justify-content: center;
    padding: 8px 20px;
    margin: 5px;
    background-color: hsla(0, 0%, 78%, 1.00);
    border: 2px solid hsla(0, 0%, 56%, 1.00);
    border-radius: 3px;
}

.henkou_button img {
    width: 60px;
}

.henkou_button p {
    color: hsla(0, 0%, 16%, 1.00);
    font-size: 15px;
}

.henkou_button span {
    font-size: 13px;
}

.cyuui_con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cyuui {
    width: 95%;
    text-align: center;
    border: 2px solid rgba(239, 77, 80, 1.00);
    margin: 10px 0;
    padding: 8px;
}

.cyuui h4 {
    color: rgba(55, 55, 55, 1.00);
    margin: 5px;
}

.cyuui p {
    font-size: 12.5px;
    line-height: 17px;
}

.cyuui_1 {
    color: #5E71E9;
    font-weight: bold;
    margin: 8px 0;
}


/*.half2{width: 100%; display: flex;flex-direction: column; justify-content: center;align-items: center;margin: 50px 0 40px 0;}
.live1_con{width: 90%;text-align: center;}
.live1_con a{text-decoration: none;}
.live1{border: 5px solid #FBCADF;background-color:#FFEEF5;
	border-radius: 15px;
	width:90%;max-width: 400px; padding: 10px 15px;margin: 10px auto;}
.live_date{font-weight: bold;color: rgba(66,66,66,1.00);font-size: 17px;}
.live_title{color: rgba(25,46,123,1.00);font-weight: bold;font-size: 14px;}
.live_sub{color: rgba(75,75,75,1.00);margin:10px 0 -6px 0;}
.live_link{font-size: 13px;color:#c54a81;text-align: end;}*/

.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**/

.goudou li {
    list-style-type: none;
    margin-bottom: 10px;
    padding: 5px 0px;
    border-bottom: 1px dotted #CCCCCC;
}

.goudou li p {
    font-size: 15px;
    color: #185EB4;
    font-weight: bold;
}

.goudou li span {
    color: #454545;
    font-weight: normal;
    margin-left: 20px;
}

.goudou i {
    margin-left: 5px;
    color: #da4a5e;
}


/**aisatsu**/

.aisatsu {
    width: 95%;
    background-image: url("../img/bk_a.png");
    background-size: 110px;
    background-position: 97% 97%;
    background-repeat: no-repeat;
}

.aisatsu_con {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}


/*program*/

.program table p {
    margin-left: 10px;
}

.program table span {
    margin-right: 5px;
    color: hsla(0, 0%, 58%, 1.00);
}

.pro_pdf2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

.pro_pdf2 div {
    width: 200px;
    border: 3px solid #DDDDDD;
    background-color: rgba(107, 107, 107, 0.8);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}

.pro_pdf2 p {
    font-size: 12px;
}

.pro_pdf2 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.pro_pdf {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
}

.pro_pdf div {
    width: 200px;
    border: 3px solid rgba(107, 107, 107, 0.8);
    background-color: #DDDDDD;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}

.pro_pdf p {
    font-size: 12px;
}

.pro_pdf a {
    text-decoration: none;
    color: rgba(107, 107, 107, 0.8);
    font-weight: bold;
}

.pro_howtosee {
    border: 1px solid hsla(0, 0%, 35%, 1.00);
    padding: 5px 5px 5px 25px;
    margin-top: 15px;
}


/**par**/

.kaiki {
    width: 100%;
    margin-bottom: 10px;
}


/*.partable01{ width: 97%; border-collapse:collapse;line-height:21.5px; }
.partable01 th{ padding: 9px; border: 1px solid #ddd; background: #f4f4f4; width: 97%;display: block;text-align:left; font-weight:normal;font-size:13px;color:#464646}
.partable01 td{ padding: 10px 9px; border: 1px solid #ddd; width: 97%;display: block;font-size:15px;text-align:left; }*/

.jizen {
    background-color: #1B32B7;
    padding: 2px 8px;
    text-align: center;
    margin: 0px 20px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 8px;
}

.toujitu {
    background-color: #BF1F22;
    padding: 2px 8px;
    text-align: center;
    margin: 0px 20px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 8px;
}


/**reg**/

.reg_icon01,
.reg_icon02 {
    font-size: 13px;
    color: #fff;
    padding: 3px 10px;
}

.reg_icon01 {
    background-color: #C03D3F;
}

.reg_icon02 {
    background-color: #363C9F;
}

.reg_icon01_pc,
.reg_icon02_pc {
    font-size: 13px;
    color: #fff;
    padding: 3px 10px;
}

.reg_icon01_pc {
    background-color: #C03D3F;
}

.reg_icon02_pc {
    background-color: #363C9F;
}

.reg_this01 td {
    display: none;
}

.endai_menu {
    border: 1px solid #001a8b;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
}

.endai_menu li {
    list-style-type: decimal;
    border-bottom: 1px dotted #001a8b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.endai_menu p,
.endai_menu i {
    font-size: 14px;
    color: #1889CF;
}

.bor01 {
    margin: 5px 0;
    padding: 5px 3px;
    border: 1px solid hsla(0, 0%, 35%, 1.00);
}

.kinsoku {
    width: 98%;
    max-width: 630px !important;
}

.center {
    text-align: center;
    margin-top: 21px;
}


/**info**/

.img_ex {
    width: 100%;
    margin: 15px 0;
    border: 1px solid rgba(197, 197, 197, 1.00);
}

.img_brow {
    width: 220px;
}

.bor_red {
    border: 2px solid #C90707;
    padding: 8px 15px;
    margin: 15px 0;
}

.bor_red p {
    margin-bottom: 3px;
}

.idpass {
    font-weight: bold;
    margin-left: 50px;
}

.bor_gold {
    border: 2px solid #938742;
    padding: 8px 15px;
    margin: 15px 0;
}

.bor_gold p {
    margin-bottom: 3px;
}

.bor_gray {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eee;
    padding: 10px 5px;
    margin: 15px 0;
}

.bor_gray p {
    margin-bottom: 3px;
}


/*ボックス全体*/

.accordion-box {
    margin: 10px 0;
    padding: 0;
}


/*ラベル*/

.accordion-box label {
    display: block;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px;
    background-color: #E4E4E4;
}


/*チェックボックスを非表示にする*/

.accordion-box input {
    display: none;
}


/*中身を非表示にしておく*/

.accordion-box div {
    height: 0;
    overflow-y: hidden;
    transition: 0.5s;
    /*表示するスピード*/
    opacity: 0;
}


/*クリックで中身を表示*/

.accordion-box input:checked+label+div {
    height: auto;
    opacity: 1;
}


/*アイコン*/

.accordion-box label::before {
    content: "＋";
    padding-right: 8px;
}


/*クリックでアイコン入れ替え*/

.accordion-box input:checked+label::before {
    content: "－";
}


/*優秀賞*/

#prise h3 {
    margin: 20px 0;
    text-align: center;
}

#prise h2 img {
    width: 550px;
    max-width: 100%;
}

#prise h5 {
    font-size: 18px;
    color: hsla(46, 47%, 35%, 1.00);
}

.syo_title {
    font-size: 18px;
    color: #001a8b;
}

.shimei {
    text-align: left;
    margin: 5px 0 40px 0;
}

.happyo {
    color: hsla(0, 0%, 52%, 1.00);
    font-size: 13px;
}


/*受賞者一覧*/

.name {
    padding: 20px 10px;
}


/*お知らせ*/

.topics td {
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 10px;
}


/**news**/

.news-head {
    margin-bottom: 24px;
}

.flex-box {
    flex-wrap: wrap;
}