@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: #333333;
	background: #ffffff;
	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_main.jpg") 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:60%;
	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: 2.5rem;
	}
	.title-left-side .h1-title ul li span.bfont{
		font-size: 4rem
	}
	
	.title-left-side .h1-title ul li span.red{
			color: #ff0a0a;
			display: block;
	}
	.title-left-side .h1-title ul li span.sfont{
		font-size: 3.5rem;
		color: #333333;
	}
	
	.title-left-side .h1-title p{
		margin-top: 10px;
	}
	
	.red{
		color: #ff0a0a;
		font-weight: bold;
	}

.title-left-side ul.label{
		background:	#293540;
		width: 100%;
		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: center;
		align-items: center;
	}

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


	/*.title-left-side .title-date span{
	}*/

	.title-left-side .btn-header{
		display: block;
		margin: 20px 0;
		border: 3px solid #ccc;
		text-align: center;
		padding: 20px 10px;
		background: #ccc;
		border-radius: 10px;
		text-decoration: none;
		font-size: 1.75rem;
		font-weight: bold;
		color: #eee;
		line-height: 1;
	}

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

	.title-right-side a{
		display: block;
		width: 133px;
		float: right;
		background: #FFF;
		padding: 5px;
		}

.btn-header{
	width: 90%;
	margin: 0 auto;
}


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

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


.list-blk{
	background:linear-gradient(125deg, #E9E9E9 70%, #44daa2 30%);
	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: #001300;
		}

		.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;
		}
			.list-blk ul.list-left .prof-area .position{
				font-weight: bold;
			}
			
			.list-blk ul.list-left .prof-area .name span{
				color: #FF8000;
			}
		.list-blk ul.list-left .prof-area .seminar-title{
			font-size: 1.375rem;
			margin-bottom: 10px;
			color:#00711E;
			font-weight: bold;
		}
		.list-blk ul.list-left .prof-area .schedule{
			 background: #293540;
			 text-align: center;
			 color: #FFF;
			 font-size: 1.625rem;
			 font-weight: bold;
			 padding: 5px;
		}
		.list-blk .list-close{
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
			padding: 10px;
			color: #FFF;
			font-size: 1.625rem;
		}


.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;
		}
			.list-wht ul.list-left .prof-area .name span{
				color: #FF8000;
			}
			
			.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: #00711E;
			font-weight: bold;
			line-height: 1.4;
		}
		.list-wht ul.list-left .prof-area .schedule{
			 background: #293540;
			 text-align: center;
			 color: #FFF;
			 font-size: 1.625rem;
			 font-weight: bold;
			 border-radius: 5px;
			 padding: 5px;
		}

.list-blk.close-wrap{
    background: linear-gradient(125deg, #293540 70%, #FFFFFF 30%);
    margin: 30px 0;
	font-weight: bold;
}

.btn-wrap{
	text-align: center;
	margin: 50px auto;
}

	
	.btn-wrap .btn_text-arrow{
		margin: 20px auto;
		border: 3px solid #ccc;
		text-align: center;
		padding: 20px 10px;
		background: #ccc;
		border-radius: 10px;
		text-decoration: none;
		font-size: 1.75rem;
		font-weight: bold;
		color: #eee;
		line-height: 1;
		width: 60%;
	}
	
	
	.btn-wrap a,
	.btn-wrap-blk a{
		display: block;
		margin-bottom: 10px;
	}
	
	.btn-wrap p,
	 .btn-wrap-blk p{
		font-size:  1.5rem;
	}

.btn-wrap-blk{
	background: #293540;
	padding: 30px;
	color: #FFF;
	text-align: center;
	margin: 0 auto;

}
	.btn-wrap-blk .btn_text-arrow{
		margin: 20px auto;
		border: 3px solid #ccc;
		text-align: center;
		padding: 20px 10px;
		background: #ccc;
		border-radius: 10px;
		text-decoration: none;
		font-size: 1.75rem;
		font-weight: bold;
		color: #eee;
		line-height: 1;
		width: 60%;
	}


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

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


.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.text-small{font-size:1rem;}


.summary-wrap{
	background: url("../img/img_hito.jpg") center top no-repeat;
	background-size: cover;
	margin: 50px 0;
	width: 100%;
}

.summary-wrap .text-area{
	background: rgba(41,53,64,0.8);
    min-width: 320px;
    width: 60%;
    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{
	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: #00711E;
		border: 1px solid #00711E;
		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;}


/*@media---------------------------------------------------------*/

@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-right-side{
	width: 30%;
	text-align: right;
}

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

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

}/*end*/

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

.sp-logo{
	display: block;
	max-width: 148px;
	width: 20%;
    text-align: right;
    float: right;
    overflow: hidden;
    padding: 5px;
	background: #FFF;
    margin: 5px;
}

.sp-logo a{
	display: block;
}


.title-right-side{display: none ;}

.title-left-side{
	width:  90% ;
	margin: 0 auto;
	background: hsla(0,0%,100%,0.5);
	padding: 20px;
}

.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 .h1-title{
	font-size: 4rem;
}


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

.summary-wrap .text-area{
	width: 80%;
}

.helpdesk-wrap .helpdesk-text .title-text{
	width: 18%;
}

.btn-wrap{margin: 50px auto;}
	.btn-wrap a {
		background: #FFE541;
		border: 3px solid #1A301A;
		border-radius: 10px;
		width: 96%;
		margin: 0 auto 20px;
	}

.btn-wrap-blk {
    background: #293540;
    padding: 30px 0;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}
	.btn-wrap-blk a {
		background: #FFE541;
		border: 3px solid #1A301A;
		border-radius: 10px;
		width: 96%;
		margin: 0 auto 20px;
	}

}/*end*/


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

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

.title-left-side ul.label{
	/*display: block;
	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;
}

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

.read-wrap p {
   font-size: 1rem;
}

/*タイトル*/
.title-left-side .h1-title ul li{
	font-size: 1.5rem;
}

.title-left-side .h1-title ul li span.bfont{
	font-size: 3.25rem
}

.title-left-side .h1-title ul li span.red{
		color: #ff0a0a;
		display: inline;
}
.title-left-side .h1-title ul li span.sfont{
	font-size: 3rem;
	color: #333333;
}


/*list*/

.list-blk{
	background: -webkit-linear-gradient(28deg, #E9E9E9 50%, #74DFC1 50%);
	background: -o-linear-gradient(28deg, #E9E9E9 50%, #74DFC1 50%);
	background: linear-gradient(118deg, #E9E9E9 50%, #74DFC1 50%);
}


.list-blk.close-wrap {
    background: #00711E;
}
	
.list-blk ul.list-left{
	display: block;
}

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

.list-wht ul.list-left .img-area{
	margin: 0 auto;
}

.list-blk ul.list-left .img-area img{
	margin: 0 auto;
}

.prof{margin-bottom: 20px;}

.list-wht ul.list-left {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    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 ul.list-left .prof-area .schedule,
.list-wht ul.list-left .prof-area .schedule,
.list-blk .list-close{
	font-size: 1.25rem;
}

/*btn*/


.btn-wrap p, .btn-wrap-blk p{
	font-size: 1rem;
}

.btn_text-arrow{
	align-items: center;
}

.btn_text-arrow li:first-child {width: 79%;}

.btn_text-arrow li:nth-child(2) {width: 20%;}


/*summy*/

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

.summary-wrap{
	margin: 30px 0;
}


.summary-wrap .text-area ul li{
	margin-bottom: 20px;
    line-height: 1.4;

}

/*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: 0 auto;
}

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

.helpdesk-wrap .helpdesk-text .info-text h4 {
	margin-bottom: 20px;
}

.helpdesk-wrap .mail-link a{
	width: 100%;
}

.title-left-side a{
	margin-top: 20px;

}


}/*end*/









