@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	font-size: 17px;
	vertical-align: middle;
	padding-left: 5px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: 'Lato','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.3em;
	font-size: 16px;;
	color: #444444;
	font-weight: 300;
}
* html body dl.list dd div{
   display:inline-block;
}

a {
	text-decoration: none;
	color: rgba(10,90,164,1.00);
	font-weight: 500;
	transition: 0.4s;
}
a:hover {
	text-decoration: underline;
	color: #009D86;
	opacity: 0.6;
}

header {
	text-align: center;
	background-color: #F5F5F5;
	-webkit-box-shadow: 0px 3px 4px #D7D7D7;
	box-shadow: 0px 3px 4px #D7D7D7;
	margin-bottom: 1em;
	padding: 2em 0;
}

header img.header-img{
	width: 100%;
	max-width: 900px;
}

h1 {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin: 1.5em 0 1.5em;
	line-height: 1.3;
}


header h1{
	color: #1c7d56;
	font-size: 50px;
	font-weight: 600;
	margin: 0;
}

.kaisai{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.kaisai p{
	margin: 10px 15px;
	color: #1c7d56;
	font-weight: 500;
	font-size: 17px;
}

.kaisai p::before{
	content: "";
	background-color: #1c7d56;
	padding: 5px 10px;
	color: #fff;
	box-sizing: border-box;
	width: 80px;
	display: inline-block;
	border-radius: 10px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 400;
}

.kaisai p:nth-child(1)::before{
	content: "開催日";
}
.kaisai p:nth-child(2)::before{
	content: "会場";
}

/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px 0px 3em;
	max-width: 900px;
	width: 94%;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-sizing: border-box;
}
.title1 {
	padding-top: 0.5em;
	font-size: 16pt;
	color: #444;
	letter-spacing: 2px;
	text-align: center;
}

.error {
	background-color: #FFEDF3;
	color: #C00;
	font-size: 15px;;
	margin: 0px;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	border-left: 5px solid #C00;
}

.setsumei {
	font-size: 15px;
	padding: 10px;
	width: auto;
	box-sizing: border-box;
	background-color: #F5F5F5;
	text-align: left;
	border-left: 5px solid #999;
	margin:  10px 0 0 0;
}

table.base {
	border-collapse: collapse;
	font-size: 10pt;
	padding: 0px;
	margin: 2em auto 1em;
	text-align: left;
}
table.base td {
	padding: 3px 1em;
	margin: 0px;
}
table.base1 {
	font-size: 10pt;
	padding: 0px;
	text-align: left;
	margin: 2em auto 1em;
	border-collapse: collapse;
	border-spacing: 0px 2px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	width: 100%;
}
table.base1 th {
	padding: 0.8em 8px;
	margin: 0px;
	font-weight: normal;
}
table.base1 td {
	padding: 6px;
	margin: 0px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBB;
	box-sizing: border-box;
}
.komoku {
	width: 25%;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 15px;
}
.midashi1 {
	font-size: 12pt;
	text-align: left;
	color: #FFFFFF;
	background-color: #7A7A7A;
}

table.base1 td.no{
	width: 5%;
	text-align: center;
}
table.base1 td.todan{
	width: 5%;
	text-align: center;
}

table.base1 td.affno{
	width: 5%;
	text-align: center;
}
table.base1 td.au-name{
	width: calc(85% / 6);
}


input, text, textarea {
	vertical-align: middle;
	border: 1px solid #CCCCCC; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	width: 100%;
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-weight: 300;
	line-height: 1.4;
	height: 2rem;
padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
}

textarea{
	height: 6rem;
}

input[type="radio"]{
	box-shadow: none;
}

select {
	border: 1px solid #CCCCCC; /*　枠線 */
	-webkit-border-radius: 4px; /* 角丸 */
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10pt;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	max-width: 100%;
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	margin: 2px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: pointer;
	width: auto;
}

/*<input type="number">のスピンボタン（右のボタン）を消す*/

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.btn-control{
	margin: 3em 0 2em;
	display: flex;
	justify-content: center;
}

.btn-control button{
	background-color: #1c7d56;
	border:none;
	color: #FFF;
	font-size: 17px;
	min-width: 170px;
	width: 30%;
	padding: 0.5em 0;
	vertical-align: middle;
	border-radius: 5px;
}

/*span設定*/
.eg {
	color: #0082C3;
	font-size: 13px;;
}

.eg p{
	padding-left: 1em;
	text-indent: -1em;
	margin: 6px 0;
	font-size: 13px;
	box-sizing: border-box;
	line-height: 1.1rem;
}
.red {
	color: #F00;
	padding-left: 2px;
	padding-right: 2px;
}


.is-10pct {
	width: 10%;
}

.is-20pct {
	width: 20%;
}

.is-30pct {
	width: 30%;
}

.is-40pct {
	width: 40%;
}

.is-50pct {
	width: 50%;
}

.is-60pct {
	width: 60%;
}

.is-70pct {
	width: 70%;
}

.is-80pct {
	width: 80%;
}

.is-90pct {
	width: 90%;
}

input.is-30pct[type="text"]{
	width: 30%;
}



/*所属テーブル*/

table.base1.aff-table td.komoku:nth-of-type(1){
	width: 25%;
}

table.base1.aff-table td.komoku:nth-of-type(2),
table.base1.aff-table td.komoku:nth-of-type(3){
	width: calc(75%/2);
}

.button-control{
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.button-control button{
	font-size: 16px;
	padding: 8px 0;
	width: 200px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: 0px;
}

.button-control button[name="next"]{
	background-color: #145A3E;
	color: #fff;
}

.button-control button:hover{
	opacity: 0.5;
	transition-duration: 500ms;
}



@media (max-width:700px){
	

.is-10pct {
	width: 100%;
}

.is-20pct {
	width: 100%;
}

.is-30pct {
	width: 100%;
}

.is-40pct {
	width: 100%;
}

.is-50pct {
	width: 100%;
}

.is-60pct {
	width: 100%;
}

.is-70pct {
	width: 100%;
}

.is-80pct {
	width: 100%;
}

.is-90pct {
	width: 100%;
}

	
	table.base1 td{
		width: 100%;
		display: block;
	}
	.komoku{
		width: 100%;
		display: block;
	}
	
.au-table td:nth-of-type(1){
		width: 100%;
		display: block;
}
.au-table td:nth-of-type(2),.au-table td:nth-of-type(3){
		width: 100%;
		display: block;
}
	
	.au-table tbody td::before{
    content: attr(data-label);
		display: block;
		width: 25%;
    margin-right: 10px;
	}
	table.base1.au-table tbody td:nth-of-type(1){
		text-align: left;
		font-size: 16px;
		font-weight: 600;
	}
	
	table.base1.au-table tbody td:nth-of-type(2),
		table.base1.au-table tbody td:nth-of-type(3),
		table.base1.au-table tbody td:nth-of-type(4),
		table.base1.au-table tbody td:nth-of-type(5),
		table.base1.au-table tbody td:nth-of-type(6),
		table.base1.au-table tbody td:nth-of-type(7),
		table.base1.au-table tbody td:nth-of-type(8),
		table.base1.au-table tbody td:nth-of-type(9)
	{
		display: flex;
		justify-content: flex-start;
		align-items: baseline;
	}
	
	table.base1.au-table tbody td:nth-of-type(2){
		align-items: center;
	}

	
	select{
		width: 100%;
	}
	input#zz_name1, input#zz_name2{
		width: 35%;
	}
		input#teacher_sei, input#teacher_mei{
		width: 35%;
	}
	
	
table.base1 td.no{
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: left;
}
table.base1 td.todan{
	width: 100%;
	display: block;
	text-align: left;
}

table.base1 td.affno{
	width: 100%;
	display: block;
	text-align: left;
}
table.base1 td.au-name{
	width: 100%;
	display: block;
}
	
	
	.sp-none{
		display: none;
	}
	

/*所属テーブル*/
	table.base1.aff-table td.komoku:nth-of-type(1){
	width: 100%;
		display: block;
		font-weight: bold;
		text-align: left;
}

table.base1.aff-table td.komoku:nth-of-type(2),
table.base1.aff-table td.komoku:nth-of-type(3){
	width: 100%;
		display: block;
}
	
.aff-table td::before{
    content: attr(data-label);
		display: block;
		width: 25%;
    margin-right: 10px;
	}
	
	table.aff-table td:nth-of-type(2),
		table.aff-table td:nth-of-type(3)
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
header{
		box-sizing: border-box;
	}

	.kaisai{
		margin-top: 20px;
		justify-content: flex-start;
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	.kaisai p{
		margin: 5px;
		
	}
header h1{
	font-size: 33px;
	}
	
}
