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

/* 共通スタイル------------------------- */
body {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #FFFFFF;
	background: #0D0C65;
	height: 100%;
	margin: 0;

}

.blank{
	display: block;
    padding: 0.6rem;
    font-size: 0.735rem;
}

ul,ol {list-style: none;}

a:hover{opacity: 0.5;}

/*header--------------------------------*/

.title-wrap{
	background: url("../img/img_mainbk.png") center top repeat-x;
	width: 100%;
	background-size: cover;
}

.sp-logo{display: none;}

.title-text-area{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
}

.title-left-side{
	width:56%;
	vertical-align: top;
	margin-left:10px; 
}
	.title-left-side .h1-title{
		margin: 0;
		font-size: 3rem;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.title-left-side .h1-title ul{
		display: flex;
		justify-content: flex-start;
		padding: 0;
		margin: 0;
	}
	
	.title-left-side .h1-title ul li{
			font-size: 4.5rem;
	}
	.title-left-side .h1-title p{
		margin-top: 10px;
		font-size: 2rem;
	}

.title-left-side ul.label{
		background:	#1AA4D7;
		width: 90%;
		color: #FFF;
		display: flex;
		justify-content: center;
		padding-top: 5px;
		line-height: 1.2;
		margin: 20px 0;
	}
	.title-left-side ul.label li{
		font-size:1.875rem;
	}

	.title-left-side ul.label li.small{
		font-size: 0.75rem;
		padding-left: 10px;
	}

	.title-left-side .title-date{
		font-size:2rem;
		margin: 0;
	    font-weight: bold;
	}
	.title-left-side ul.title-date{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.title-left-side ul.title-date li:nth-child(2){
		font-size:1.5rem;
		line-height: 1.2;
	}

	.title-left-side a{
		display: block;
		margin-top: 40px;
	}

.title-right-side{
	width: 46%;
	text-align: right;
}

	.title-right-side a{
		display: block;
		width: 133px;
		float: right;
		padding: 5px 5px 0;
		line-height: 1;
		}

	.title-right-side img{display: initial;}

/*main--------------------------------*/

.read-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
	padding: 0 20px;
}


.list-blk{
	background:linear-gradient(60deg,#1AA4D7 76%,#0D0C65 20%);
	margin: 30px 0;
}
		.list-blk ul.list-left{
			max-width: 1040px;
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			color: white;
		}

		.list-blk ul.list-left .prof-area{
			width: 76%;
			margin-right: 20px;
		}

		.list-blk ul.list-left .img-area{
			/*width: 30%;*/
		}
		.list-blk ul.list-left .prof-area .name{
			font-size: 2rem;
			font-weight: bold;
			margin-bottom: 10px;
			color: #FFF;
		}
		
			.list-blk ul.list-left .prof-area .name span{
				font-size: 1.75rem;
			}

			.list-blk ul.list-left .prof-area .position{
				font-weight: bold;
			}
			
		.list-blk ul.list-left .prof-area .seminar-title{
			font-size: 1.375rem;
			margin-bottom: 10px;
			color: #040404;
			font-weight: bold;
			line-height: 1.4;
		}
		.list-blk ul.list-left .prof-area .schedule{
			 background: #040404;
			 text-align: center;
			 color: #FFF;
			 font-size: 1.25rem;
			 font-weight: bold;
			 border-radius: 5px;
			 margin-bottom: 20px;
		}

.list-blk-right{
	background:linear-gradient(-60deg,#1677B5 76%,#0D0C65 20%);
	margin: 30px 0;
}
		.list-blk-right ul.list-right{
			max-width: 1040px;
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			color: white;
		}

		.list-blk-right ul.list-right .prof-area{
			width: 76%;
			margin-left: 20px;
		}

		.list-blk-right ul.list-right .prof-area .name{
			font-size: 2rem;
			font-weight: bold;
			margin-bottom: 10px;
			color: #FFF;
		}
		
			.list-blk-right ul.list-right .prof-area .name span{
				font-size: 1.75rem;
			}

			.list-blk-right ul.list-right .prof-area .position{
				font-weight: bold;
			}
			
		.list-blk-right ul.list-right .prof-area .schedule{
			 background: #040404;
			 text-align: center;
			 color: #FFF;
			 font-size: 1.25rem;
			 font-weight: bold;
			 border-radius: 5px;
			 margin-bottom: 20px;
		}

.list-close{
	text-align: center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

	.list-close p{
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		color: #FFF;
		font-size: 1.5rem;
	}

.list-wht{
	background:#FFF;
	margin: 30px 0 0;
}
		.list-wht ul.list-left{
			max-width: 1040px;
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
		}

		.list-wht ul.list-left .prof-area{
			width: 76%;
			margin-left: 20px;
		}

		.list-wht ul.list-left .img-area{
			/*width: 30%;*/
		}
		.list-wht ul.list-left .prof-area .name{
			font-size: 1.875rem;
			font-weight: bold;
			margin-bottom: 10px;
			color: #333;
		}
		.list-wht ul.list-left .prof-area .name span{
			color: #FFFFFF;
		}

		.list-wht ul.list-left .prof-area .position{
			font-weight: bold;
		}
		.list-wht ul.list-left .prof-area .seminar-title{
			font-size: 1.375rem;
			margin-bottom: 10px;
			color: #FF8000;
			font-weight: bold;
		}
		.list-wht ul.list-left .prof-area .schedule{
			 background:#040404;
			 text-align: center;
			 color: #FFF;
			 font-size: 1.625rem;
			 font-weight: bold;
			 border-radius: 5px;
			 padding: 5px;
		}

.btn-wrap-head a{
	border: 5px solid #DB0202;
    background: #FFFFFF;
    text-align: center;
    width: 90%;
    margin: 20px 0;
    padding: 10px;
    font-size: 1.75rem;
    border-radius: 50px;
	color: #DB0202;
	text-decoration: none;
	font-weight: bold;
}

.btn-wrap{
	background: #FFFFFF;
	width: 100%;
	padding: 50px 0;
}

.btn-wrap,
.btn-wrap-blk{
	text-align: center;
	margin: 0 auto;
}
	.btn-wrap a,
	.btn-wrap-blk a{
		display: block;
		border: 5px solid #DB0202;
		background: #FFFFFF;
		text-align: center;
		width: 60%;
		margin: 20px auto;
		padding: 10px;
		font-size: 1.75rem;
		border-radius: 50px;
		color: #DB0202;
		text-decoration: none;
		font-weight: bold;
	}
	.btn-wrap p{color: #040404;}
	.btn-wrap p, .btn-wrap-blk p{font-size:  1.5rem;}

.btn-wrap-blk{
	background: #FFFFFF;
	color: #040404;
	padding: 30px;
}

	.btn-wrap-blk a img{margin: 0 auto;}

.btn_text-arrow{
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 0;
    padding: 0;
}

.btn_text-arrow li img{margin-left: 20px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}

.summary-wrap{
	background: url("../img/img_city.png") left top no-repeat;
	background-size: cover;
	margin: 0 0 30px;
	width: 100%;
}

.summary-wrap .text-area{
	background: rgba(26,164,215,0.8);
    min-width: 320px;
    width: 80%;
    margin: 0 auto;
	padding: 40px;
    line-height: 2;
}
	
.summary-wrap .text-area h3{
	text-align: center;
	color: #FFF;
	font-size: 1.875rem;
}
	
.summary-wrap .text-area .summary-text{color: #FFF;}

.helpdesk-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.helpdesk-wrap .helpdesk-text{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

	.helpdesk-wrap .helpdesk-text .title-text{
		font-size: 1.75rem;
		font-weight: bold;
		width: 15%;
	}
	
	.helpdesk-wrap .helpdesk-text .info-text{font-size: 1.25rem;}
	.helpdesk-wrap .helpdesk-text .info-text h4{font-weight: normal;}
	.helpdesk-wrap .mail-link{margin: 20px 0;}
	
	.helpdesk-wrap .mail-link a{
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
		padding: 10px;
		width: 80%;
		text-align: center;
	}
	
	.helpdesk-wrap .mail-link a img{
		display: inline;
		vertical-align: middle;
		padding-right: 10px;
	}	

footer{text-align: center; font-size: 0.825rem;}

.black-col{color:#040404;}

.progiram-wrap{
    width: 80%;
    margin: 30px auto;
}
	.program-list{border:1px solid #FFF;}
	.program-list dt{
		background: #1677b5;
		border-bottom:1px solid #FFF;
		padding: 10px;
		text-align: left;
		font-size: 1rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		}
		
		.program-list dt:nth-child(2),
		.program-list dt:nth-child(5),
		.program-list dt:nth-child(8){
			border: none;
		}
		.program-list dt p:nth-child(2){
			margin-left:20px;
			font-weight: bold;
			font-size: 1rem;
		}

	.program-list dd{
		border-bottom:1px solid #FFF;
		padding: 10px;
		background: #1aa4d7;
		color: #020219;
	}

		.program-list dd .pro-title{
			font-weight: bold;
			padding: 10px 0 20px;
			font-size: 1.125rem;
		}
		.program-list dd .pro-name{
			font-weight: bold;
			font-size: 1.125rem;
			padding-bottom: 10px;
		}



.close-btn-head{
	border: 5px solid #CCC;
    background: #EEE;
    text-align: center;
    width: 80%;
    margin: 20px;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 50px;
	color:#CCC;
}

.close-btn{
	border: 5px solid #CCC;
    background: #EEE;
    text-align: center;
    width: 60%;
    margin:0 auto;
    padding: 10px;
    font-size: 2rem;
    border-radius: 50px;
	color:#CCC;
}


/*///////////////////896px/////////////////////////*/

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

.title-left-side ul.label{
	padding: 10px;
	font-size: 1.5rem;
}

.title-left-side ul.title-date{display: block;}
.title-left-side a img{width: 90%;}

.title-right-side{
	width: 30%;
	text-align: right;
}

.title-left-side{width:70%;}
.progiram-wrap{width: 90%;}
.summary-wrap .text-area{width: 90%;}

.title-left-side .h1-title ul li:nth-child(2){
	font-size: 4rem;
}

}/*end*/


/*///////////////////768px/////////////////////////*/


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

.sp-logo{
	display: block;
	max-width: 148px;
	width: 24%;
    text-align: right;
    float: right;
    overflow: hidden;
    padding: 5px;
}

.sp-logo a{
	display: block;
	background: #FFF;
	padding: 3px;
}

.title-right-side{display: none ;}
.title-left-side{ width:  90% ; margin: 0 auto}

.title-left-side ul.label{
	display: flex;
	text-align: left;
	width: 100%;
}
.title-left-side ul.label li.small{font-size: 1rem;}
.title-left-side ul.title-date{
	display: flex;
	justify-content: center;
}

.title-left-side a img{
	width: 100%;
	margin: 0 auto;
}

/*タイトル*/

.title-left-side .h1-title{font-size: 4rem;}
.title-left-side .h1-title ul li:first-child {font-size: 2.75rem;}
.title-left-side .h1-title ul li:first-child span{font-size: 2rem;}
.title-left-side .h1-title ul li:nth-child(2){font-size: 5rem;}
.helpdesk-wrap .helpdesk-text .title-text{width: 18%;}

.close-btn-head{
	border: 5px solid #CCC;
    background: #EEE;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    font-size: 1.25rem;
    border-radius: 50px;
	color:#CCC;
}

.close-btn{
	border: 5px solid #CCC;
    background: #EEE;
    text-align: center;
    width: 90%;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.25rem;
    border-radius: 50px;
	color:#CCC;
}

.btn-wrap-blk{padding: 30px 0;}

}/*end*/



/*///////////////////590px/////////////////////////*/

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

.title-left-side{width: 96%;}

.title-left-side ul.label{
	text-align: center;
	padding: 10px;
	font-size: 1.25rem;

}

.title-left-side ul.label li {font-size: 1.25rem;}
.title-left-side ul.label li.small {font-size: 0.75rem;}

.title-left-side ul.title-date{
	display: block;
	font-size: 1.5rem;
	text-align: center;
}

.title-left-side ul.title-date li:nth-child(2) {
    font-size: 1.25rem;
    line-height: 1.2;
}

.read-wrap{margin: 30px auto;}
.read-wrap p {font-size: 0.75rem;}

/*タイトル*/
.title-left-side .h1-title{font-size: 2.25rem;}
.title-left-side .h1-title ul li:first-child {font-size: 3rem;}
.title-left-side .h1-title ul li:first-child span{font-size: 1rem;}
.title-left-side .h1-title ul li:nth-child(2){font-size: 2.75rem;}

/*list*/

.list-close p{font-size: 1.25rem;}
.list-blk{background: #1AA4D7;}
.list-blk ul.list-left{display: block;}
.list-blk ul.list-left .prof-area {width: 100%;}


.list-blk-right ul.list-right{
justify-content: center;
align-items: center;
flex-flow: column-reverse;
}

.list-blk-right ul.list-right .prof-area{
width: 100%;
margin-left: 0;
}

.list-blk ul.list-left .prof-area .name,
.list-blk-right ul.list-right .prof-area .name{font-size: 1.75rem;}

.list-blk-right ul.list-right .prof-area .name span{font-size: 1rem;}
.list-blk-right ul.list-right .prof-area .position{font-weight: bold;}
.list-blk-right ul.list-right .prof-area .schedule{font-size: 1.25rem;}
.list-wht ul.list-left .img-area{margin: 0 auto;}
.list-blk ul.list-left .img-area img{margin: 0 auto;}

.list-wht ul.list-left {
    justify-content: center;
    align-items: flex-start;
    flex-flow: column-reverse;
}

.list-wht ul.list-left .prof-area{
	width: 100%;
	margin-left: 0;
}

.list-blk-right {background: #1677B5;}

/*btn*/
.btn-wrap{padding: 30px 0;}
.btn-wrap a, .btn-wrap-blk a{width: 96%;}

.btn-wrap a img{
	margin: 0;
	padding: 0 20px;
}

.btn-wrap p, .btn-wrap-blk p{font-size: 1rem;}
.btn_text-arrow{align-items: center;}

.btn_text-arrow li:first-child {
	width: 79%;
	font-size: 1rem;
	line-height: 1.2;

}


/*summy*/

.summary-wrap .text-area{
	width: 90%;
	padding: 20px; 
}
.summary-wrap{margin: 0;}

.summary-wrap .text-area ul li{
	margin-bottom: 20px;
    line-height: 1.2;
	font-size: 0.825rem;
}

/*helpdesk*/
.helpdesk-wrap{padding: 0 20px;}

.helpdesk-wrap .helpdesk-text {
    display: block;
    justify-content: center;
}

.helpdesk-wrap .helpdesk-text .title-text {
    width: 90%;
	text-align: center;
	margin: 20px auto 0;
	font-size: 1.25rem;
}

.helpdesk-wrap .helpdesk-text .info-text {
    font-size: 0.825rem;
    text-align: center;
}

.helpdesk-wrap .helpdesk-text .info-text h4 {margin-bottom: 20px;}
.helpdesk-wrap .mail-link a{width: 100%;}

.title-left-side a{
	line-height: 1.2;
	margin: 20px auto 40px;
}

.program-list dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.program-list dt p:first-child{
	width: 100%;
	text-align: center;
}

.program-list dt p:nth-child(2){margin-left: 0;}
}/*end*/



