@charset "utf-8";
/* CSS Document */

body{
    font-size: 16px;
}
img{
    max-width: 100%;
    height: auto;
}
.bgBlue {
    background: #0068b7 !important;
}

/* information list */

ul.infolist{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.infolist>li{
    border-top: solid 1px #cccccc;
}
ul.infolist>li:first-child{
    border-top: none;
}
ul.infolist>li a{
    display: flex;
    width: 100%;
    font-size: 100%;
    line-height: 1.6;
    text-decoration: none;
    padding: 0.5em 0;
}
ul.infolist>li a>p{
    margin-bottom: 0;
}
ul.infolist>li p.date{
    margin-right: 1em;
}
ul.infolist>li p.title{
    font-weight: bold;
}

}
/* ----- file list ----- */

.fileList_photo{
}
.fileList_photo .fileWrap{
}
.fileList_photo .fileWrap figure{
    margin-bottom: 0;
}
.fileList_photo .fileWrap figure a{
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
.fileList_photo .fileWrap figure a img{
    transform: translate(-50%, -50%);
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    margin: 0;
    object-fit: cover;
}
.fileList_photo .fileWrap .textWrap{
    padding-top: 1em;
}
.fileList_photo .fileWrap .textWrap p.title{
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0.25em;
}
.fileList_photo .fileWrap .textWrap p.date{
    font-size: 80%;
    margin: 0;
}

.fileList{
}
.fileList li{
}
.fileList li a{
}
.fileList li a p.title{
}
.fileList li a p.date{
}

/* ---------------------------------

     admin page style

--------------------------------- */

main .container-fluid>div.row>div.col-md-10{
    width: 100%;
}

#main-nav{
    padding: 17px 24px;
    border-left: solid 8px;
    border-color: rgb(18 37 62 / var(--tw-bg-opacity)) !important;
}
#main-nav .site-title-wrap{
    gap: 2px;
}
#main-nav .award-logo{
    width: 56px;
    line-height: 1;
}
#main-nav .site-title{
}
#admin div.container-fluid{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#admin .contents-box-title{
    font-size: 180%;
    font-weight: 500;
    margin-bottom: 1em;
}
#admin .btn{
    word-break: keep-all;
}

/* ----- admin menu ----- */

#admin_menulist{
}
#admin_menulist ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-top: solid 1px #cccccc;
}
#admin_menulist ul li{
    width: 100%;
    list-style-type: none;
    border-bottom: solid 1px #cccccc;
}
#admin_menulist ul li a{
    display: block;
    font-size: 115%;
    text-decoration: none;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
#admin_menulist ul li a:hover{
    opacity: 0.5;

}

/* 表示崩れ防止 */

.col-form-label{
    word-break: break-all;
}

/* ----- conference ----- */

#navigation-area ul.nav.small{
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em 0;
    line-height: 1;
}
#navigation-area ul.nav.small>li.nav-item{
    font-size: 90%;
    border-right: solid 1px #e8e8e8;
    padding: 0 0.8em;
}
#navigation-area ul.nav.small>li.nav-item:first-child{
    border-left: solid 1px #e8e8e8;
}
#navigation-area ul.nav.small>li.nav-item>a{
    display: inline-block;
    text-decoration: underline;
    padding: 0;
}
@media (max-width: 766px){
	#navigation-area ul.nav.small{
	        gap: 0.5em 0.6em;
	        margin-bottom: 0.3em;
	}
	#navigation-area ul.nav.small>li{
	        font-size: 80%;
	        padding: 0 !important;
	        border: none !important;
	}
}

#navigation-area ul.nav.main{
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em 1.5em;
}
#navigation-area ul.nav.main>li.nav-item{
    font-size: 90%;
}
#navigation-area ul.nav.main>li.nav-item>a{
    padding: 0;
}
#navigation-area ul.nav.main>li.nav-item>a:after{
    color: #999999;
}
.header-wrap figure.logo a{
	display: block;
}
@media (min-width: 767px){
	.header-wrap figure.logo{
	    max-width: 30vw;
	        margin-bottom: 0;
	}
}
@media (max-width: 766px){
	.header-wrap{
	        display: block !important;
	        width: 100%;
	}
	.header-wrap figure.logo{
	        max-width: 45%;
	}
	.header-wrap figure.logo img{
	}
	#navigation-area ul.nav.main{
	        width: 100%;
	        padding: 0.8em 0;
	        border-top: solid 1px #cccccc;
	        border-bottom: solid 1px #cccccc;
	}
	#navigation-area ul.nav.main>li.nav-item{
	    font-size: 80%;
	}
	#navigation-area .dropdown-menu.show{
	}
	#navigation-area .dropdown-menu.show li{
	    font-size: 90%;
	}
	footer ul.nav.footer>li{
	    font-size: 85%;
	}
}

/* youtubeなど動画 */
.video-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* カラム */
.row.column .col-3 figure img,
.row.column .col-4 figure img,
.row.column .col-6 figure img{
    width: 100%;
    height: auto;
}

/* 各パーツ調整 */

.page-title{
    font-size: 280%;
    font-weight: 300;
    line-height: 1.4;
}
.page-content{
}
.page-content .page-parts>*:not([class]){
    margin-bottom: 1.8rem;
}
.page-content>figure,
.page-content>ul,
.page-content>ol,
.page-content .text-start,
.page-content .column,
.page-content .table-responsive,
.page-content .alert{
    margin-bottom: 1.8rem;
}
.page-content h2{
    font-size: 200%;
    line-height: 1.45;
    margin-bottom: 1em;
}
.page-content h3{
    color: #ffffff;
    font-size: 145%;
    font-weight: 600;
    line-height: 1.45;
    padding: 0.3em 0.6em;
    margin-bottom: 1em;
    background: #121212;
}
.page-content h4{
    font-size: 135%;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.3em;
}
@media (max-width: 766px){
	.page-title{
	    font-size: 180%;
	    margin-bottom: 1.5rem !important;
	}
	.page-content h2{
	    font-size: 140%;
	}
	.page-content h3{
	    font-size: 115%;
	}
	.page-content h4{
	    font-size: 108%;
	}
}
.page-content .text-start{
    font-size: 95%;
    line-height: 1.8;
}
.page-content ul,
.page-content ol{
}
.page-content ul>li,
.page-content ol>li{
    font-size: 95%;
    line-height: 1.6;
}
.page-content hr{
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
.page-content .btn{
    margin-bottom: 1.8rem;
}
.page-content .row{
}
.page-content .row figure{
    margin-bottom: 0;
}
.page-content .cdx-attaches{
    margin-top: 1em;
    margin-bottom: 1em;
}
@media (max-width: 766px){
	.page-content .page-parts{
	    font-size: 80%;
	}
	.page-content .row{
	    gap: 1.5rem 0;
	}
	.page-content .col-6{
	    width: 100%;
	}
	.page-content .col-4{
	    width: 50%;
	}
	.page-content .col-3{
	    width: 50%;
	}
}

/* ----- 管理画面 ----- */

.sidebar_content{
    height: 100%;
    padding: .5rem;
    background: #e8e8e8;
}
.sidebar_content .nav{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: .875rem;
    line-height: 1.25rem;
}
.sidebar_content .nav>li.nav-item{
}
.sidebar_content .nav>li.nav-item>a.nav-link{
    color: inherit;
}
.sidebar_content .dropdown-menu{
    display: none;
}
.sidebar_content .dropdown-menu.show{
    display: grid;
    border-left: solid 1px #cccccc;
    margin-left: 1.3em !important;
    left: 0 !important;
}
.sidebar_content .dropdown-menu a.dropdown-item{
    padding: .5rem 1rem;
}

.admin_menu_tab{
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em 0;
    justify-content: start;
    font-size: 85%;
    line-height: 1;
    padding: 0;
    margin-bottom: 1.5rem;
}
.admin_menu_tab>li{
    font-size: 100%;
    line-height: 1;
    list-style-type: none;
    white-space: nowrap;
    padding: 0.2em 0.8em;
    position: relative;
    border-right: solid 1px #cccccc;
    cursor: pointer;
}
.admin_menu_tab>li:first-child{
    border-left: solid 1px #cccccc;
}
.admin_menu_tab>li.current{
    pointer-events: none;
}
.admin_menu_tab>li.current a{
    filter: grayscale(1);
    text-decoration: none;
    opacity: 0.6;
}
.admin_menu_tab>li>a{
    transition: all ease .3s;
}
.admin_menu_tab>li>a:hover{
}
.admin_menu_tab>li .page-sub-menu{
    display: none;
    flex-wrap: wrap;
    gap: 0.3em 0;
    justify-content: start;
    padding: 0;
    padding-top: 0.5em;
}
.admin_menu_tab>li:hover .page-sub-menu{
    display: grid;
}
.admin_menu_tab>li .page-sub-menu>li{
    min-width: 160px;
    font-size: 90%;
    list-style-type: none;
}
.admin_menu_tab>li .page-sub-menu>li>a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.8em 1em;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    transition: all ease .3s;
}
.admin_menu_tab>li .page-sub-menu>li>a:hover{
    color: #ffffff;
    background: rgba(51, 51, 51, 0.95);
}

.table-responsive table thead th{
    font-size: 90%;
    line-height: 1.4;
    white-space: nowrap;
}
.table-responsive table tbody td{
    font-size: 85%;
    line-height: 1.4;
    vertical-align: middle;
}
.table-responsive table tbody td .btn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: end;
    align-items: center;
}
.table-responsive table tbody td .btn-wrap>a,
.table-responsive table tbody td .btn-wrap>button{
    font-size: 90%;
    white-space: nowrap;
}

/* フォーム関連 */
.form-control,
.form-select{
	background: #ffffff;
}
.form-group label[for="title"]{
    margin-bottom: 0.5em;
}
.form-group label *.badge{
    margin-left: 0.8em;
}
