@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-position: left top;
	background-color: #000;
	background-repeat: no-repeat;
	line-height: 16px;
	color: #333;
}

.title1 {
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	margin: 1em;
}
.title2 {
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	margin: 1em;
}

/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px;
	width: 98%;
	max-width: 980px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    align-items: center;
}


header{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	background-color: rgba(1,37,66,1.00);
	padding: 15px;
	box-sizing: border-box;
}

header img{
	width: 100%;
	height: auto;
	margin: 0px;
}

header figure{
	width: 200px;
	margin: 0px;
	margin-right: 15px;
}

header h1{
	font-family: sans-serif;
	color: #FFF;
	line-height: 1.8;
	font-size: 25px;
	font-weight: bold;
    text-align: left;
    margin-left: 30px;
}

header h1 span{
	color: rgba(233,114,35,1.00);
}
header h2{
	font-family: sans-serif;
	text-align: left;
	color: #FFF;
	line-height: 9.8;
	font-size: 18px;
	font-weight: bold;
}



.error {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.error:empty,.display_error:empty{
	display: none;
}
.error400 {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 400px;
}
table.base1 {
	width: 96%;
	max-width: 980px;
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.base1 th {
	padding: 3px;
	background-color: #ADB4C8;
	border: 1px solid  #0B2C89;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	box-sizing: border-box;
}
table.base1 td {
	padding: 7px;
	margin: 0px;
	border: 1px solid #000000;
	box-sizing: border-box;
}
.komoku {
	background-color: #00608E;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	width: 20%;
}
.komoku_c {
	background-color: #00608E;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	width: 20%;
}
.midashi1 {
	background-color: #00232E;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 20px;
		box-sizing: border-box;
	color: #FFF;
}
.setsumei {
	text-align: left;
	margin: 3px;
	padding: 3px;
	width: auto;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #000000;
	border-width: 0px;
	height: 1px;
	width: 780px;
}

input[type="text"],input[type="password"]{
	box-sizing: border-box;
	padding: 0.2em;
}

::placeholder{
	color: #BBBBBB;
}

/*span設定*/
.eg {
	color: #930;
	font-size: 9pt;
}
.midashi_small {
	color: #fff;
	font-size: 9pt;
}
.red {
	color: #F00;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B2C89;
}

.btn-control{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-control input{
	margin-left: 10px;
}

/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各2文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb3 { /* 使い方   class="space_tb3" */
	/*上下に各3文字分のマージン（スペース）*/
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_lr1 { /* 使い方   class="space_lr1" */
	/*左右に各1文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 1em;
}.space_lr2 { /* 使い方   class="space_lr2" */
	/*左右に各2文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: 2em;
}
/*パーセンテージの設定*/

.per5{width: 5%;}
.per15{width: 15%;}
.per25{width: 25%;}
.per35{width: 35%;}
.per45{width: 45%;}
.per55{width: 55%;}
.per65{width: 65%;}
.per75{width: 75%;}
.per85{width: 85%;}
.per95{width: 95%;}
.per10{width: 10%;}
.per20{width: 20%;}
.per30{width: 30%;}
.per40{width: 40%;}
.per50{width: 50%;}
.per60{width: 60%;}
.per70{width: 70%;}
.per80{width: 80%;}
.per90{width: 90%;}
.per100{width: 100%;}



/*領収書のスタイル*/

.receipt{
	font-family: serif;
}

.receipt header{
	background-color: #FFFFFF;
	justify-content: space-between;
	align-items: baseline;
}

.receipt header div{
	border-bottom: 1px #333 solid; 
}

h4{
	font-family: serif;
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0px;
}

h5{
	font-family: serif;
	font-style: italic;
	color: #777;
	font-size: 18px;
	margin: 15px 0px 30px;
	letter-spacing: 1px;
}

h6{
	font-family: serif;
	font-size: 28px;
	font-weight: 700;
	margin: 30px 0 0px;
}

div.wrap-border{
	border: 1px solid #333;
	margin: 0px auto;
	width: 90%;

}

.invoice-item{
	margin: 60px auto 20px;
	width: 600px;
	text-align: left;
	font-size: 15px;
}

.receipt_name{
	font-size: 18px;
	line-height: 1.4;
	padding: 0px 5px 5px 5px;
	box-sizing: border-box;
	margin-top: 2px;
}

.receipt_fee_cover{
	width: 600px;
	margin: 0px auto;
	/*border-top: 1px solid #666;*/
	border-bottom: 1px solid #666;
	padding: 10px 10px 20px;
	box-sizing: border-box;
}

.receipt_fee_cover .receipt_fee{
	font-size: 20px;
}

.receipt_fee_cover .receipt_fee span{
	display: inline-block;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

.receipt-address{
	width: 600px;
	margin: 30px auto 0;
	text-align: right;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 700;
}

p.gakkai{
	position: relative;
	padding-right: 70px;
	padding-bottom: 50px;
	z-index: 100;
}
p.gakkai span {
    position: relative;
	z-index: 100;
}

p.gakkai img{
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: -1;
}

.receipt_tani2{
	font-size: 13px;
	line-height: 1.4;
	margin: 10px auto;
	text-align: left;
	width: 600px;
}

.main-certificate dl{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	font-family: serif;
	font-size: 16px;
	font-weight: 700;
}

.main-certificate dl dt{
	width: 20%;
	margin-right: 10px;
	text-align: right;
}

.main-certificate dl dt::after{
	content: '：';
	display: inline-block;
}

.main-certificate dl dd{
	text-align: left;
	margin-left: 0px;
}
span.sewanin{
	display: inline-block;
	font-size: 12px;
	text-align: left;
	position: relative;
}

.receipt_tani p.receipt_tani3{
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
}









.menseki{
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 96%;
    max-width: 980px;
	margin: 30px auto 0px;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
	
}

p.menseki_doui{
	width: 96%;
    max-width: 980px;
	background-color: #FBFBFB;
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
	margin: 0px auto;
	font-weight: bold;
	padding: 0.5em;
	box-sizing: border-box;
}

p.menseki_doui #agree{
	display: inline-block;
	padding-top: 10px;
	font-size: 14px;
}



/*オンライン開催のスタイル*/

.venue_box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 96%;
    max-width: 980px;
	margin: 15px auto 30px;
}

.venue_box div{
	 width : calc(100% / 5) ;
}

.venue_box div.ps_item{
	 width : calc(100% / 4) ;
}

.venue_box div.day_item{
	padding: 10px 0;
	font-size: 15px;
}

/*.venue_box div.venue_item{
background: rgb(36,175,224);
background: radial-gradient(circle, rgba(36,175,224,1) 0%, rgba(40,108,171,1) 115%);
	margin: 0px 10px;
	padding: 10px 0px;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px rgba(10,10,10,0.3);
}

.venue_box div.venue_item a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: transparent;
	background: #000;
	text-shadow: 0px 0px 0px rgba( 255, 255, 255, 0.95);
	background-clip: text;
	-webkit-background-clip: text;
}*/

/*.venue_box:nth-child(even) div.venue_item{
background: rgb(246,113,0);
background: radial-gradient(circle, rgba(246,113,0,1) 0%, rgba(240,126,0,1) 38%);
}*/

input[type="submit"]{
	cursor: pointer;
}

.venue_box div.venue_item input{
background: rgb(36,175,224);
background: radial-gradient(circle, rgba(36,175,224,1) 0%, rgba(40,108,171,1) 115%);
	margin: 0px 10px;
	padding: 10px 0px;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px rgba(10,10,10,0.3);
	color: #FFF;
	border: none;
	width: 80%;
	font-size: 16px;
	text-shadow: 0px 0px 0px rgba( 255, 255, 255, 0.95);
	cursor: pointer;
}

.venue_box:nth-child(even) div.venue_item input{
background: rgb(246,113,0);
background: radial-gradient(circle, rgba(246,113,0,1) 0%, rgba(240,126,0,1) 38%);
}


.venue_box div.day_item{
	background-color: aliceblue;
}

.venue_box div.venue_item.ps_item{
	background-color: azure;
	background:  azure;
		border: 1px solid #666;
		margin: 0px 10px;
	padding: 10px 0px;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px rgba(10,10,10,0.3);
	font-size: 16px;
	font-weight: 700;
}

.venue_box div.venue_item.ps_item:nth-child(2){
	 background-color: cornsilk;
	background: cornsilk;
}

.venue_box div.venue_item.ps_item a{
		color: #666;
	text-decoration: none;
}

.venue_box div.venue_item:hover{
	opacity: 0.5;
	transform: translateY(3px);
	transition-duration: 500ms;
}

h3{
		width: 96%;
		max-width: 980px;
		margin: 0px auto;
		font-size: 21px;
		font-weight: 200;
		text-align: left;
		padding-top: 20px;
		padding-bottom: 10px;
	}

h3 img.h3_img{
	width: 30px;
	height: auto;
	vertical-align:text-bottom;
}

h3 img.h3_img.small{
	width: 23px;
	height: auto;
	vertical-align:text-bottom;
}

hr {
	height: 6px;
	background: url("images/hr.png") center center repeat-x;
	width: 96%;
	margin: 10px auto 10px;
}

.weblogin-title{
	text-align: center;
	background-color: rgba(233,114,35,1.00);
	font-size: 23px;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
}


@media screen and (max-width:500px){
	
	body {
	background-image: none;
	background-color: #FFFFFF;
}
	
	#wrapper {
	width: 100%;
}
	
	table.base1{
		border: none;
}
	table.base1 th{
		border: none;
	}
	table.base1 td {
		display: block;
		width: 100%;
		border: none;
	}
	.komoku {
	display: block;
	width: 100%;
	border:none;
}
	.per40.sp100{
		width: 100%;
	}
	
	.per60.sp100{
		width: 100%;
	}
	
	
.venue_box{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 96%;
    max-width: 980px;
	margin: 0px auto;
	margin: 10px 0;
	align-items: center;
}
	
.venue_box div{
	margin: 0px auto;
	width: 80%;
}
	
	.venue_box div.venue_item{
		margin: 5px 0;
	}
	
.venue_box.sp_nocolmn{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
}

	
.venue_box div.ps_item{
	 width : calc(100% / 2.5) ;
	margin: 0 8px;
}

	
}















