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

.pageTitle {
	width:820px;
	height:39px;
	margin:0px 0 2px 10px;
	padding-left: 20px;
	background: linear-gradient(to bottom, #3551a1 20%, #002d6e 100%);
	font-size:1.5em;
	font-weight:600;
	line-height:2.0;
	color:#fff;
	text-align: center;
}
.pageTitle::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: 900;
    margin-right: .5em;
    position: relative;
    bottom: 0.12em;
	opacity: 0.6;
}
.pageTitle::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: 900;
    margin-left: .5em;
    position: relative;
    bottom: 0.12em;
	opacity: 0.6;
}


.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color:#3551a1;
	border-bottom:1px solid #ccc;
	padding-bottom:1px;
	margin:10px 0 10px;
}

.h3heading > span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 600;
    font-size: 0.9em;
	color: #2654BE;
    padding-right: .5rem;
    opacity: 0.5;
}
/*.h3heading span {
    border-left: solid 5px #FA976B;
    padding-left: .5em;
	color: #ae0e16;
}*/

.h4heading {
	font-size:1.1em;
	font-weight:bold;
	margin:15px 0 5px;
	color:#333;
}
	.h4heading span {
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}


/*
共通
-------------------------------------------------------*/

.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border: 1px solid #000;
    background: #F9BABA;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.page_top::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
}

.mainTxt {
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.mainTxt02 {
	line-height:180%;
	margin:10px auto;
}

p.under_construction {
	text-align:center;
	font-size:1.2em;
	padding:40px;
}

.kome dt {
  	position: relative;
}
	.kome dt span {
  		position: absolute;
	}
	.kome dd {
 		padding-left: 1em;
		margin-bottom:5px;
	}

.ul_dot {
	margin: 1em 0;
}
	.ul_dot li {
		position: relative;
		padding-left: 1.5em;
		margin-bottom: 0.5em;
	}
	.ul_dot li::after {
		display: block;
		content: '';
		position: absolute;
		top: .5em;
		left: 0.5em;
		width: 6px;
		height: 6px;
		background-color: #666;
		border-radius: 100%;
	}

/* ボタン */
.btn_basic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
@media (min-width: 768px) {
    .btn_basic {
        flex-direction: row;
    }
}

.btn_basic li {
    display: flex;
    justify-content: center;
}

.btn_basic li a {
    width: 100%;
    min-width: 250px;
	margin: auto;
    /*font-size: clamp(0.875rem, 0.79rem + 0.364vw, 1.063rem);*/
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 0.7em 0.5em;
    border: 2px solid #ae0e16;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
}

.btn_basic li a:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #F8EFCA;
    z-index: -1;
}

.btn_basic li a:hover, .btn_basic li a:focus {
    color: #ae0e16;
	border-radius: 30px;
}

.btn_basic li a:hover:before, .btn_basic li a:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
	border-radius: 30px;
}

.btn_basic li a:active {
    transform: scale(0.9);
	border-radius: 30px;
}
.w200{width:200px;}
.w300{width:300px;}
.w400{width:400px;}
.w500{width:500px;}
.w600{width:600px;}


	
/*事務局情報*/
		
#contactInfo {
	width:250px;
	margin:100px auto 0px;	
}

	#contactInfo #tit_contactInfo {
		width:250px;
		height:37px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		margin:10px auto 30px;
		line-height:1.3;
		font-family:Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
		#contactInfo .office h4 {
			height:30px;
			margin: 0 auto 5px;
			padding:0px 5px 0 8px;
			line-height:2.3;
			font-size:1.0em;
            font-weight: 600;
			color:#fff;
			background: #3551a1;
		}
		#contactInfo .office h5 {
			font-size:0.9em;
			font-weight:600;
			color:#3551a1;
			padding:5px 0 0 8px;
		}
		#contactInfo .office p {
			font-size:0.9em;
			color: #3551a1;
            font-weight:500;
			padding:3px 0px 5px 8px;
		}
		#contactInfo .office a {
			color:#3551a1;
		}
	#contactInfo .line {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px solid #3c78a0;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}




/*テーブル*/

.tbl_nostyle th {
	padding: 2px 5px;
	white-space: nowrap;
}
.tbl_nostyle td {
	padding: 2px 5px;
}



/*
Home
--------------------------*/

/*新着*/
#whatsnewArea {
	width:850px;
	height: auto;
	min-height:180px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px;
}
	#tit_whatsnew {
		width:820px;
		height:30px;
		font-size: 1.1em;
		font-weight: 600;
		line-height: 2.2em;
		color: #fff;
		background: url("../images/bg_tit_new.png") left center no-repeat, #3551a1;
		padding-left: 30px;
	}
	
	#dl_whatsnew {
		width:850px;
		font-size:1.0em;
		height: auto;
		min-height:200px;
		padding:10px 0;
		overflow: auto;
		background: url("../images/bg_new.png") left top no-repeat, #fff;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			color:#3551a1;
			padding-top:3px;
			padding-left:30px;
			font-weight: 600;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 7em;
			margin-left:50px;			
			color:#646464;
            font-weight: 500;
		}
		#dl_whatsnew dd a {
			color:#0036FF;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}


/* 大会案内
------------------------------------------------------*/

/* 企業の皆様へ
------------------------------------------------------*/

/* リンク
--------------------------*/
