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

h1{
	font-size:2em;
	margin: 0 0 20px 0;
	padding:1% 2% 1.2% 2%;
	line-height:1;
	text-align: center;
	font-weight:900;
	color: #007e5c;
}
h2{
	font-size:1.4em;
	margin: 0 0 1em 0;
	padding:1% 2%;
	line-height:1;
	text-align: left;
	font-weight:700;
	color: #fff;
	background: -moz-linear-gradient(left, #4ea9ae, #dfecca);
	background: -webkit-linear-gradient(left, #4ea9ae, #dfecca);
	background: linear-gradient(to right, #4ea9ae, #dfecca);
	border-radius: 24px;
}

h3{
	text-align: left;
	color: #1d903b;
  position: relative;
	font-size:1.4em;
	font-weight: 900;
  padding: 0.2em 0 0.2em 0.8em;
  margin-bottom: 0.5em;
  margin-left: 0.8em;
}

h3:before {
	position: absolute;
	border-radius: 1em;
	content: "";
	left: 0%;
	top: 15%;
	bottom: 15%;
	width: 0.3em;
	height: 70%;
	background: -moz-linear-gradient(top, #cee9b9, #1d903b);
	background: -webkit-linear-gradient(top, #cee9b9, #1d903b);
	background: linear-gradient(to bottom, #cee9b9, #1d903b);
	border: 1px solid #1d903b;
}

h4{
	text-align: left;
	color: #1d903b;
  position: relative;
	font-size:1.25em;
	font-weight: 900;
  padding: 0;
  margin-bottom: 0.5em;
	margin-left: 1em;
}

h5{
	text-align: left;
	color: #1d903b;
  position: relative;
	font-size:1.2em;
	font-weight: 900;
  padding: 0;
  margin-bottom: 0.5em;
}

/* kv
--------------------------------------------------------------------------------------*/
#index #kv{
	margin-bottom:8%;
}

#index #kv figcaption{
	background: -moz-linear-gradient(left, #4ea9ae, #dfecca);
	background: -webkit-linear-gradient(left, #4ea9ae, #dfecca);
	background: linear-gradient(to right, #4ea9ae, #dfecca);
	color: #fff;
	font-size: 2em;
	text-shadow: 2px 2px 4px #50888b, -2px -2px 4px #50888b, -2px 2px 4px #50888b, 2px -2px 4px #50888b;
	padding: 1% 3%;
	font-weight: 700;
}
/* news
--------------------------------------------------------------------------------------*/
#whatsnew{}
#whatsnew h4{font-size:1.5em;}

#news{
	height:150px;
	overflow: auto;
	padding: 0 3% 2% 0;
	background-color: #fff;
}

#news dl{
	width:100%;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: 600;
}

#news dt{
	width:11em;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	clear:both;
	position:relative;
	color:#007e5c;
}

#news dd {
	margin: 0 0 5px 12em;
	position:relative; 
	overflow:hidden;
	text-align: left;
}

#graphic{}




/* about
--------------------------------------------------------------------------------------*/
#about{}


/* schedule
--------------------------------------------------------------------------------------*/
#schedule p{
	text-align: left;
}


/* region
--------------------------------------------------------------------------------------*/
#region p{
	text-align: left;
}

.table-note{display:none;}

.table-wrap{
	width:100%;
	margin:40px auto;
	border:2px solid #009966;
	border-radius:16px;
	overflow-x:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
	background:#fff;
}

.area-table{
	width:100%;
	min-width:900px;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:16px;
	line-height:1.8;
	background:#fff;
}

.col-area{
	width:130px;
}

.area-table th{
	white-space: nowrap;
}

.col-city{
	width:auto;
}

.area-table th{
	padding:10px 12px;
	border:1px solid #009966;
	box-sizing:border-box;
}

.area-table td{
	padding:10px 12px;
	border:1px solid #009966;
	box-sizing:border-box;
	white-space: normal;
	word-break: keep-all;
	line-break: strict;
	color: #3e3a39;
	font-weight: 600;
}

.area-table thead tr:first-child th{border-top:none;}
.area-table tr > *:first-child{border-left:none;}
.area-table tr > *:last-child{border-right:none;}
.area-table tbody tr:last-child > *{border-bottom:none;}

.area-table thead th{
	background:#dff3eb;
	color:#009966;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
}

.area-table tbody th{
	background:#dff3eb;
	color:#009966;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
}

.area-table tbody td{
	background:#fff;
	color:#333;
	text-align:left;
	vertical-align:middle;
}

.area-table thead th:nth-child(2),
.area-table thead th:nth-child(4){
	background:#fff;
	color:#727171;
}


/* schedule
--------------------------------------------------------------------------------------*/
#briefing-session p{
	text-align: left;
}

.schedule-note{
	display:none;
}

.schedule-table-wrap{
	width:100%;
	margin:10px 0;
	background:#fff;
}

.schedule-table{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	border:2px solid #666;
	font-size:0.98em;
	line-height:1.6;
	color:#333;
	background:url("../img/gradation.jpg") repeat-x 0 0;
	background-size:auto 100%;
}

.schedule-table col.schedule-day{
	width:8%;
}

.schedule-table col.schedule-date{
	width:15%;
}

.schedule-table col.schedule-place{
	width:38%;
}

.schedule-table col.schedule-bk{
	width:15%;
}

.schedule-table col.schedule-entry{
	width:24%;
}

.schedule-table th,
.schedule-table td{
	border:2px solid #666;
	padding:14px 16px;
	vertical-align:middle;
	box-sizing:border-box;
}

.schedule-table th.th{
	text-align:center;
	font-size:0.9em;
	padding:4px 8px;
	background:#fff;
}

.schedule-table th{
	font-weight:700;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

.schedule-table td.date{
	background:#edf6ee;
	font-weight:700;
	text-align:center;
	white-space:nowrap;
}

.schedule-table td.place{
	background:#fff;
	font-size:16px;
	line-height:1.7;
}

.schedule-table td.place .place-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	gap:20px;
}

.schedule-table td.place .place-text{
	flex:1 1 auto;
	min-width:0;
	text-align:left; 
}

.schedule-table td.place strong{
	margin-bottom:4px;
	font-size:15px;
	font-weight:700;
	display:block;
	text-align:left;
}

.schedule-table td.place a{
	color:#004ea2;
	text-decoration:none;
	word-break:break-all;
}

.schedule-table td.place a:hover{
	text-decoration:underline;
}

.schedule-table td.place .btn{
	flex:0 0 auto;
	margin:0 0 0 20px;
	align-self:center;
}

.schedule-table td.place .btn a{
	display:inline-block;
	padding:8px 16px;
	min-width:90px;
	font-size: 16px;
	white-space:nowrap;
}

.schedule-table td.submit{
	background:#fff;
	padding:8px;
	text-align:left;
	vertical-align:middle;
}

.schedule-table tr{
	height:auto;
}

.schedule-table td.place{
	padding:14px 16px;
}

.schedule-table td.place .place-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	gap:20px;
}

.schedule-table td.place .place-text{
	flex:1;
	min-width:0;
}

.schedule-table td.place .btn{
	flex:0 0 auto;
	margin-left:20px;
}

.schedule-table td.place .btn a{
	margin:0;
	width:120px;
	max-width:none;
	padding:8px 20px;
	justify-content:center;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
}

.schedule-table td.place .btn a:hover{
	color:#4a413c !important;
}
.schedule-table td.btnArea{
	padding:14px 16px;
	background:#fff;
	border:2px solid #666;
	text-align:center;
	vertical-align:middle;
}

.schedule-table td.btnArea .btn{
	margin:0;
}

.schedule-table td.btnArea .btn a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:120px;
	height:42px;
	padding:0;
	margin:0 auto;
	box-sizing:border-box;
	color:#fff !important;
	text-decoration:none;
	font-size: 1em;
}
.schedule-table td.btnArea .btn a:after {
	/*content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;*/
	top: 50%;
	right: 12px;
	/*
	border-radius: 1px;
	transition: 0.3s ease-in-out;
	*/
}
.schedule-table td.btnArea .btn a:hover{color:#4a413c !important;}
.schedule-table tr.out{
	color:#ccc !important;
}

.schedule-table tr.out td{
	color:#ccc !important;
}

.schedule-table tr.out td:nth-child(5){
	color:#000 !important;
}
.schedule-table tr.out td a{color: #ccc;}

/* schedule
--------------------------------------------------------------------------------------*/
.table-handson{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	font-size: 100%;
	border:1px solid #ccc;
}
.table-handson caption{text-align:left;}
.table-handson th{
	padding: 6px 24px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #fff;
	text-align:center;
	font-weight:700;
	vertical-align:middle;
	white-space: nowrap;
	background:repeating-linear-gradient(45deg, #42797c, #42797c 2px, #408387 0, #408387 3px);
}
.table-handson td{
	width:auto;
	padding: 8px 18px;
	text-align:left;
	vertical-align:top;
	background: #f7f7f7;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.table-handson tr:nth-child(odd) td{
	background: #fff;
}


/* howto
--------------------------------------------------------------------------------------*/
#howto{}

#howto .flow-chart ol{
	list-style:none;
	margin:0;
	padding:0;
}

#howto .flow-chart li{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:40px;
	padding:25px 30px;
	margin:0 0 45px;
	border-radius:12px;
}

#howto .flow-chart li:nth-child(1),
#howto .flow-chart li:nth-child(2),
#howto .flow-chart li:nth-child(5){
	background:#f9e3e8;
}

#howto .flow-chart li:nth-child(3),
#howto .flow-chart li:nth-child(4){
	background:#e0e1e1;
}

#howto .flow-chart li:last-child{
	margin-bottom:0;
}

#howto .flow-chart li:not(:last-child)::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-18px;
	transform:translateX(-50%);
	width:0;
	height:0;
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-top:18px solid transparent;
}

#howto .flow-chart li:nth-child(1)::after{
	border-top-color:#f9e3e8;
}

#howto .flow-chart li:nth-child(2)::after{
	border-top-color:#f9e3e8;
}

#howto .flow-chart li:nth-child(3)::after{
	border-top-color:#e0e1e1;
}

#howto .flow-chart li:nth-child(4)::after{
	border-top-color:#e0e1e1;
}

#howto .flow-text{
	flex:1 1 auto;
	min-width:0;
	padding-right:30px;
}

#howto .flow-text h3{
	position:relative;
	display:flex;
	align-items:center;
	margin:0 0 16px;
	padding:0;
	font-size:20px;
	font-weight:700;
	line-height:1.4;
	color:#303131;
	text-align:left;
	background-color:transparent;
}

#howto .flow-text h3::before{
	content:"";
	position:static;
	display:block;
	width:42px;
	height:42px;
	margin-right:14px;
	flex:0 0 42px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:42px 42px;
	border:none;
	border-radius:0;
	background-color:transparent;
	box-shadow:none;
}

#howto .flow-chart li:nth-child(1) .flow-text h3::before{background-image:url("../img/icon01.png");}
#howto .flow-chart li:nth-child(2) .flow-text h3::before{background-image:url("../img/icon05.png");}
#howto .flow-chart li:nth-child(3) .flow-text h3::before{background-image:url("../img/icon02.png");}
#howto .flow-chart li:nth-child(4) .flow-text h3::before{background-image:url("../img/icon03.png");}
#howto .flow-chart li:nth-child(5) .flow-text h3::before{background-image:url("../img/icon04.png");}

#howto .flow-text h3 span{
	margin-left:8px;
	font-weight:700;
	font-size:18px;
}

#howto .flow-text p{
	margin:0;
	line-height:1.9;
	text-align:justify;
	text-justify:inter-ideograph;
}

#howto .flow-action{
	width:240px;
	flex-shrink:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
	gap:12px;
}

#howto .flow-action .btn{
	width:100%;
	margin:0;
}

#howto .flow-action .btn a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-width:0;
	max-width:none;
	box-sizing:border-box;
	padding:10px 20px;
	font-size:16px;
	text-align:center;
}

#howto .flow-action .btn.pdf a{
	max-width:none;
}

#howto .flow-action .btn.word a{
	max-width:none;
}
#howto .flow-chart li:nth-child(5) .flow-text p a{
	color:#d81b60;
	font-weight:700;
	text-decoration:underline;
}

#howto .flow-chart li:nth-child(5) .flow-text p a:hover{
	color:#b0154f;
}
#howto p .marker{
    display:inline-block;
    width:auto;
}




/* sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {

h1{
	margin: 0 0 20px 0;
	padding: 0;
}

h2{
	width: 95%;
	font-size:1.4em;
	margin: 20px 0 1em -3% !important;
	padding:3% 1em;
	line-height:1;
	text-align: left;
	font-weight:700;
	color: #fff;
	background: -moz-linear-gradient(left, #4ea9ae, #dfecca);
	background: -webkit-linear-gradient(left, #4ea9ae, #dfecca);
	background: linear-gradient(to right, #4ea9ae, #dfecca);
	border-radius: 24px;
	display: inline-block !important;
	clear: both !important;
}

h3{
	text-align: left;
	color: #1d903b;
  position: relative;
	font-size:1.2em;
  padding: 0.5em 0 0.5em 1em;
	font-weight: 700;
  margin-left: 0;
}

h3:before {
	position: absolute;
	border-radius: 1em;
	content: "";
	left: 0%;
	top: 15%;
	bottom: 10%;
	width: 0.4em;
	height: 70%;
}

h4{
	text-align: left;
	color: #1d903b;
  position: relative;
	font-size:1.15em;
	font-weight: 900;
  padding: 0;
  margin-bottom: 0.5em;
	margin-left: 0;
}
	
#about img,
#region img,
#schedule img{
	width:100%;
	height:auto;
}
#region img{
	margin-bottom: 30px;
}


/* kv
--------------------------------------------------------------------------------------*/
#index #kv{
	margin-bottom:8%;
}

#index #kv figcaption{
	color: #fff;
	font-size: 1.4em;
	text-shadow: 2px 2px 3px #50888b, -2px -2px 3px #50888b, -2px 2px 3px #50888b, 2px -2px 3px #50888b;
	padding: 3% 5%;
}


/* news
--------------------------------------------------------------------------------------*/

#news{
	height:180px;
}

#news dl{}

#news dt{
	width:100%;
	margin: 0 0 5px 0;
	padding: 0;
	float: none;
}

#news dd {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

/* radion
--------------------------------------------------------------------------------------*/

#radion .table-note,
.table-note{
	display:block;
	margin-top:8px !important;
	font-size:0.9em !important;
	color:#249b41 !important;
	text-align:right !important;
	font-weight:700;
}
	
.table-wrap{
	border-radius:0;
	margin:0;
}
.area-table{
	font-size:14px !important;
}
.table-wrap{
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}

.area-table{
	min-width:800px;
	width:900px;
	max-width:none;
}
.area-table th,
.area-table td{
	word-break: break-all;
	overflow-wrap: break-word;
}

/* radion
--------------------------------------------------------------------------------------*/
#briefing-session .schedule-note,
.schedule-note{
	display:block;
	margin-top:8px !important;
	font-size:0.9em !important;
	color:#249b41 !important;
	text-align:right !important;
	font-weight:700;
}

.schedule-note{
	display:block;
	margin-bottom:10px;
	font-size:12px;
}

.schedule-table-wrap{
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}

.schedule-table{
	width:200%;
	min-width:760px;
}

.schedule-table th,
.schedule-table td{
	padding:10px 8px;
}

.schedule-table th{
	font-size:14px;
}

.schedule-table td.date{
	font-size:14px;
	white-space:nowrap;
}

.schedule-table td.place{
	font-size:14px;
	line-height:1.6;
}

.schedule-table td.place strong{
	font-size:14px;
}

.schedule-table td.place a{
	font-size:13px;
}

.schedule-table td.submit{
	background:#fff;
	padding:6px;
	vertical-align:middle;
}

.schedule-table td.place .place-inner{
	display:block;
}

.schedule-table td.place .place-text{
	display:block;
	text-align:left;
}

.schedule-table td.place .btn{
	display:block;
	width:220px;
	margin:12px 0 0 0 !important;
	text-align:left;
}

.schedule-table td.place .btn a{
	display:flex;
	width:220px;
	max-width:none;
	margin:0 !important;
	padding:10px 20px;
	box-sizing:border-box;
	justify-content:center;
}

.schedule-table col.schedule-day{
	width:10%;
}

.schedule-table col.schedule-date{
	width:18%;
}

.schedule-table col.schedule-place{
	width:40%;
}

.schedule-table col.schedule-bk{
	width:15%;
}

.schedule-table col.schedule-entry{
	width:17%;
}

.schedule-table td.btnArea{
	padding:10px 8px;
	background:#fff;
	border:2px solid #666;
	text-align:center;
	vertical-align:middle;
}

.schedule-table td.btnArea .btn{
	margin:0;
}

.schedule-table td.btnArea .btn a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:180px;
	height:42px;
	padding:0;
	margin:0 auto;
	box-sizing:border-box;
}
	
/* howto
--------------------------------------------------------------------------------------*/
#howto .flow-chart ol{
	list-style:none;
	margin:0;
	padding:0;
}

#howto .flow-chart li{
	position:relative;
	padding:20px;
	margin:0 0 30px;
	border-radius:12px;
	display:block;
}

#howto .flow-chart li:nth-child(1),
#howto .flow-chart li:nth-child(2),
#howto .flow-chart li:nth-child(5){
	background:#f9e3e8;
}

#howto .flow-chart li:nth-child(3),
#howto .flow-chart li:nth-child(4){
	background:#e0e1e1;
}

#howto .flow-chart li:last-child{
	margin-bottom:0;
}

#howto .flow-chart li:not(:last-child)::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-12px;
	transform:translateX(-50%);
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid transparent;
}

#howto .flow-chart li:nth-child(1)::after{border-top-color:#f9e3e8;}
#howto .flow-chart li:nth-child(2)::after{border-top-color:#f9e3e8;}
#howto .flow-chart li:nth-child(3)::after{border-top-color:#e0e1e1;}
#howto .flow-chart li:nth-child(4)::after{border-top-color:#e0e1e1;}

#howto .flow-text{
	width:100%;
	display:block;
	padding:0;
}

#howto .flow-text h3::before{
	width:36px;
	height:36px;
	flex:0 0 36px;
	margin-right:12px;
	background-size:36px 36px;
}

#howto .flow-text h3 span{
	display:block;
	margin-left:48px;
	font-size:12px;
	white-space:normal;
}

#howto .flow-text p{
	margin:0;
	font-size:14px;
	line-height:1.8;
	text-align:left;
}

#howto .flow-action{
	margin-top:20px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}

#howto .flow-action .btn{
	margin:0;
	flex:none;
}

#howto .flow-action .btn a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:220px;
	min-width:0;
	max-width:none;
	padding:10px 20px;
	font-size:14px;
	text-align:center;
	box-sizing:border-box;
}

#howto .flow-chart li:nth-child(2) .flow-action{
	flex-wrap:nowrap;
}

#howto .flow-chart li:nth-child(2) .flow-action .btn{
	width:calc(50% - 5px);
	margin:0;
}

#howto .flow-action .btn{
	width:220px;
	flex:none;
	margin:0;
}

#howto .flow-action .btn a{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px 20px;
	font-size:14px;
	margin:0;
}

#howto .flow-chart li:nth-child(2) .flow-action .btn{
	width:220px;
}

#howto .flow-chart li:nth-child(2) .flow-action .btn a{
	width:100%;
	padding:10px 20px;
	font-size:14px;
}

#howto .flow-text h3::before{
	position:absolute;
	left:0;
	top:0;
	margin:0;
}

#howto .flow-text h3 .forSp{
	display:block;
	margin:4px 0 0;
}
#howto .flow-text h3 .marker{
	display:table;
	width:auto;
	margin-left:0;
}

#howto .flow-text h3 span.marker{
	display:table;
	width:auto;
	margin-left:0;
	margin-top:4px;
}

#howto .flow-text h3 .forPc{
	display:none !important;
}

#howto .flow-text h3 .forSp{
	display:block !important;
	width:max-content;
	max-width:100%;
	margin:4px 0 0;
	padding:0;
}

#howto .flow-text h3{
	display:block;
	padding-left:48px;
	position:relative;
}

#howto .flow-text h3::before{
	position:absolute;
	left:0;
	top:0;
	margin:0;
}

#howto .flow-text h3 span{
	display:block;
	margin-left:0;
}

#howto .flow-text h3 .forPc{
	display:none !important;
}

#howto .flow-text h3 .forSp{
	display:table !important;
	width:auto;
	margin-top:4px;
}

/* graphic
--------------------------------------------------------------------------------------*/
#graphic .flexBox{
	display:block;
	flex-wrap:nowrap;
	gap:40px;
}

#graphic .flexBox figure{
	width:100%;
	margin-bottom: 4%;
}

#graphic .flexBox .flexBox_textArea{
	width:100%;
}

#outline .block{
	text-align:center;
}

#outline .btn{
	display:inline-block;
	width:220px;
	margin:0 auto;
}

#outline .btn a,
#about .btn a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:auto;
	box-sizing:border-box;
	margin:0;
	padding:10px 40px;
	font-size:14px;
}

#about .btn{
	width:220px;
	margin:0 auto;
}

}