

/*
	Massively by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	html, body, div, p, a, img, strong, ol, ul, li, table, tbody, thead, tr, th, td, article, header, section {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, header, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
		
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Grid */
.fwb{
	font-weight: bold;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	

/* Type */

	html {
		font-size: 14pt;
		font:100%/1.8 ;
		
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 11pt;
				line-height: 1.5;
			}

		}

	@media screen and (max-width: 500px) {

			html {
				font-size: 11pt;
				line-height: 1.5!important;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body {
		color: #212931;
	}

	body {
		font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-weight: 100;
		font-size: 1rem;
		line-height: 2;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		border-bottom: dotted 1px;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong {
		font-weight: 600;
		color: #f00;
	}

strong2 {
		font-weight: 600;
		
	}

	p {
		text-align: justify;
		margin: 0 0 1% 0;
		padding-left: 15px;
	}

@media screen and (max-width:500px) {
	p{padding: 0;}
}

h7 {
	margin:30px 0 10px 0;
	padding:3px;
	padding-left: 20px;
	background-color: #6F5436;
	border:1px solid #6F5436;
	font-weight:bold;
	display: block;
	font-size:110%;
	color:#fff;
}

	.align-center {
		text-align: center;
	}

	a {
		color: #212931;
		border-bottom-color: rgba(33, 41, 49, 0.5);
	}

		a:hover {
			border-bottom-color: transparent;
			color: #18bfef !important;
		}

#step {
	
	padding: 3% 5% 1% 5%;
	margin: 1%  0 2% 0%;
	border:2px solid #757676;
	 
}
#stepnum {
	background-color: #001e43;
	padding:  1%  0 1% 0%;
	color: #fff;
	border:2px solid #001e43;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	 margin-top:2%;
}

#bank {
	margin-bottom:4%;
	padding:3%;
	border:1px solid #ccc;
}

/* Box */

/* Button */


/* Icon */

/* Image */

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 2rem;
	}

	

		ol li {
			padding-left: 0.25rem;
		}



	ul {
		list-style: square;
		margin: 0 0 2rem 0;
		padding-left: 2rem;
	}

ul.tsume {
		list-style: square;
		
		padding-left: 2rem;
	}
ul.tsume li {
			
		}

	

		ul li {
			
		}

/* Section/Article */

	header {
		cursor: default;
		
	}

		header.major {
			margin: 0 0 0 0;
			text-align: center;
		}

			header.major > :last-child {
				margin-bottom: 0;
			}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 0 0;
			}

		}

/* Table */

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.3rem 0.7rem;
		}

		table th {
			
			font-size: 0.8rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1.5;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
			text-transform: uppercase;
		}

 .table2{
        border-collapse: collapse;
        border:none;
	 margin-top:5px;
    }

table.table2 td.table2_bb {
  border-bottom: none;
}
table.table2 td.table2_bt {
  border-top: none;
}
    
    .table2 th{
        border:1px solid #FFFFFF;
        padding:5px 5px 7px;
        font-size:100%;
        font-weight:normal;
        color:#FFF;

        background-color:#757676;
        text-align:center;
     }

    .table2 td{
        background:#FFF;
        font-weight:normal;
        border:none;
        border:1px solid #757676;
        padding:5px 5px 7px;
        font-size:100%;      
        text-align:left;
    }

#main table.sch{
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:110%;
	border-bottom:1px solid #757676;
}

#main table.sch th {
	border:none;
        padding:5px 5px 7px;
        font-size:100%;
        font-weight:normal;
        color:#FFF;
        border:1px solid #000;
        background-color:#757676;
        text-align:center;
}

#main table.sch td {
	padding:5px 12px;
	border:1px solid #757676;

	
}
th.middle { vertical-align: middle; }

@media screen and (max-width: 580px) {
#main table.sch{
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:80%;
	border-bottom:1px solid #757676;
}

#main table.sch th {
	border:none;
        padding:5px 5px 7px;
        font-size:80%;
        font-weight:normal;
        color:#FFF;
        border:1px solid #757676;
        background-color:#757676;
        text-align:center;
}
#main table.sch td {
	padding:5px 12px;
	border-left:1px solid #757676;
	border-right:1px solid #757676;
	font-size:100%;
}}

@media (max-width: 800px) {

    .table2 th{
        border:1px solid #FFFFFF;
        padding:5px 5px 7px;
        font-size:80%;
        font-weight:normal;
        color:#FFF;
        border:1px solid #757676;
        background:#757676;
        text-align:center;
     }

    .table2 td{
        background:#FFF;
        font-weight:normal;
  
        padding:5px 5px 7px;
        font-size:80%;      
        text-align:left;
    }
}

			@media screen and (max-width: 980px) {

				table th {
					font-size: 0.9rem;
				}

			}

		table thead {
			border-bottom: solid 2px;
		}

	table tbody tr {
		border-color: #eeeeee;
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(220, 220, 220, 0.25);
		}

	table th {
		color: #212931;
	}

	table thead {
		border-bottom-color: #eeeeee;
	}

/* Pagination */

/* Wrapper */

	#wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

/* Intro */

/* Header */

/* Nav */

/* Main */

	#main {
		background-color: #ffffff;
		position: relative;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
	}
@media screen and (min-width:1300px){
   #main { width: 100%;
      max-width: 1300px;
  }
}


		#main > * {
			padding: 4rem 4rem 2rem 4rem ;
			border-top: solid 2px #eeeeee;
			margin: 0;
		}

			#main > *:first-child {
				border-top: 0;
			}

		#main > .post {
			padding: 4rem 6rem 2rem 6rem ;
		}
#main > .post2 {
			padding: 0rem 6rem 6rem 6rem ;
		}

			#main > .post.featured {
				text-align: center;
			}

			@media screen and (max-width: 1280px) {

				#main > .post {
					padding: 6rem 4rem 4rem 4rem ;
				}
				#main > .post2 {
					padding: 0rem 4rem 2rem 4rem ;
				}

			}

			@media screen and (max-width: 736px) {

				#main > .post {
					padding: 4rem 2rem 2rem 2rem ;
				}
				
					#main > .post2 {
					padding: 0rem 2rem 1rem 2rem ;
				}

			}

		@media screen and (max-width: 736px) {

			#main > * {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

		}
@media screen and (min-width: 481px) {
.mw50{
max-width: 500px;
}
}
		@media screen and (max-width: 480px) {

			#main {
				width: 100%;
			}

		}

/* Footer */

	
/* Nav Panel */

	#main .moko {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		text-transform:none!important;
		
			
		 
		}

			#main .moko:hover {
				border-color: #18bfef !important;
				color: #18bfef !important;
			}

	

		@media screen and (max-width: 736px) {

			
				#main .moko {
					font-size: 1.25rem;
					padding: 1rem 1.4rem;
					border-width: 3px !important;
				}

		}

.arrow{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #333;
	margin: auto;
	margin-bottom: -1.7rem;
	
}

.kntlogo {
	float: right;
	margin-bottom: 15px;
}

.tour_c{display: block;}
.tour_c_sp{display: none;}

@media (max-width:1024px) {
	.table_outer{
		display: block;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;
	}
		#main > .post {
			padding: 0em ;
		}
#main > .post2 {
			padding: 0rem 1rem 3rem 1rem ;
		}
	.t_in{padding: 0rem 1rem 0rem 1rem ;}
.tour_c_sp{display: block;}
.tour_c{display: none;}

}

.btn { -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;　-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
	display: inline-block;width: 200px;height: 80px;text-align: center;text-decoration: none;line-height: 54px;outline: none;position: relative;z-index: 2;background-color: #fff;border: 2px solid #333;color: #333;overflow: hidden; margin:0 auto;	border-style: solid; border-color: #333; border-width: 2px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif; font-size: 1.75rem;	font-weight: 800; letter-spacing: 0.075em; line-height: 1.4em;	padding: 20px 30px;	text-transform: uppercase;
			visibility: visible;
		margin-left: 1%;}
.btn:hover {border-color: #4C74A3 !important; color: #4C74A3; }	


.kntlogo {
	float: right;
	margin-bottom: 15px;
}
.caption{
	font-size: 12px;
	text-align: right;

	margin-top: -1em;
	line-height: 1.6;
}
.ml6em{
	margin-left: 6em;
}

.clear{
	clear: both;
}



@media (max-width:768px) {
.kntlogo {
	float: none;
	}}

.red{
	font-weight: bold!important;
	color:red;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
}

.flex_around{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	
}

.point_area{
	background-color: #DDDCDC;
	padding: 20px;
	margin-bottom: 2rem;
}

.point_title{
	background-color: black;
	font-weight: bold;
	font-size: 130%;
	padding: 5px 10px;
	color: #FFFFFF;
	margin: 15px 0 5px 0;
}

.point_name{
	font-size: 120%;
	font-weight: bold;
	padding: 0px 10px;
	margin: 15px 15px 0 0;
	border-bottom: 1px solid #000000;
}

.point_text{
	padding: 5px 10px;
	margin: 5px 15px 5px 0;
	line-height: 1.4;
}

.point_photo{

	margin: 10px 0 5px 0;

}

.point_photo img{
	max-width: 450px;
	text-align: center!important;
	margin: 0 auto;
	}


.speaker{
	width: 450px;
	text-align: center;
}

.hr {
        border: 1px dashed gray;
        width: '100%';
	margin: 20px auto;
      }

@media (max-width:1100px) {
	.speaker{
		max-width: 45%;
	}
	.speaker img{
		max-width: 350px;
	}
	
}

@media (max-width:900px) {
	
	.speaker img{
		max-width: 280px;
	}
	
}

@media (max-width:700px) {
	.flex,.flex_around{
		display: block;
	}
	
.point_photo {
	width: 100%;
	}
	
	.point_photo img{
		max-width: 100%;
	}	
.speaker{
	max-width: 100%!important;
	
}
	.kntlogo img {
		max-width: 90%;
	}
	
	
}


figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
	text-align: center;
}

figcaption{
	font-size: 80%;
	text-align: right;
	line-height: 1.4;
	margin-bottom: 20px;
}
table.b_tble td{
border: 1px solid #6F5436;
text-align: center;
vertical-align: middle;
}
.ft_a_blue{
color: #6F5436!important;
}
.ba_blue{
background: #6F5436!important;
color: #fff!important;
}
.ft_b_purple{
color: #6B4484!important;
}
.bb_purple{
background: #6B4484!important;
color: #fff!important;
}

h2,h3{
	margin-block-end: 0!important;
}

.fs_120{
	font-size: 120%;
}

.pc{
	display: block;
}
.sp{
	display: none!important;
}

@media (max-width: 600px) {
		
	.pc{
	display: none;
}
.sp{
	display: block!important;
}
}