@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;
	box-sizing: border-box;
}

.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;*/
	/*background-size: cover;*/
	background:linear-gradient(352deg,rgba(251,36,36,1) 0%, rgba(233,2,2,1) 55%,#FFF 50%,#FFF 100%);
	width: 100%;
	border-bottom: 3px solid #132d44;
}

.sp-logo{display: none;}

.title-text-area{
	max-width: 1000px;
	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.1;
		font-weight: bold;
		color: #132d44;
	}

	.title-left-side .h1-title ul{
		padding: 0;
		margin: 0;
	}

	.title-left-side .h1-title ul li:first-child {
		line-height: 1.2;
		/* margin-right: 10px; */
		font-size: 3.9rem;
	}

	.title-left-side .h1-title ul li:first-child span{
			font-size: 1.25rem;
	}

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

.title-left-side .h1-title p{
		margin-top: 10px;
	}

.title-left-side ul.label{
		background:	#132d44;
		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;
		color: #FFF;
	}

	.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 .title-date span{
	}*/

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

.btn-wrap-head{
	margin: 10px auto;
}

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

	.title-right-side a{
		display: block;
		width: 200px;
		float: right;
		}

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

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

.read-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 0;
	padding: 20px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.list-blk{
	/*background:#e8e8e8;*/
	background: rgb(233,2,2);
	background: linear-gradient(0deg, rgba(233,2,2,1) 0%, rgba(251,36,36,1) 100%);
	margin: 30px 0;
	padding: 20px 0;
}
		.list-blk ul.list-left{
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			/*box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);*/
			background-color: #f1f1f1;
		}

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

		.list-blk ul.list-left .prof-area .name{
			font-size: 1.75rem;
			font-weight: bold;
			margin-bottom: 10px;
		}
			.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: #ff3333;
			font-weight: bold;
		}
		.list-blk ul.list-left .prof-area .schedule{
			/*background: rgb(233,2,2);
			background: linear-gradient(0deg, rgba(233,2,2,1) 0%, rgba(251,36,36,1) 100%);*/
			border: 2px solid #333333;
			border-radius: 5px;
			text-align: center;
			font-size: 1.625rem;
			font-weight: bold;
			padding: 5px;
			/*color: #FFFFFF;*/
		}

		.list-blk .list-close{
			max-width: 1000px;
			width: 100%;
			margin: 30px auto;
			padding: 10px;
			background: #FFFFFF;
			box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
			border-radius: 10px;
			font-size: 1.625rem;
			font-weight: bold;
			text-align: center;
		}


.list-wht{
	background: #FFFFFF;
	margin: 30px 0 0;
}

	.list-wht ul.list-left{
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
			background:#FFFFFF;
		}

		.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 .position{
				font-weight: bold;
			}

		.list-wht ul.list-left .prof-area .seminar-title{
			font-size: 1.375rem;
			margin-bottom: 10px;
			color: #ff3333;
			font-weight: bold;
		}
		.list-wht ul.list-left .prof-area .schedule{
			border: 2px solid #333333;
			text-align: center;
			font-size: 1.625rem;
			font-weight: bold;
			border-radius: 5px;
			padding: 5px;
		}

	.prof{font-size: 0.825rem;}

.btn-wrap,
.btn-wrap-blk{
	text-align: center;
	margin: 0 auto;
}
	.btn-wrap a,
	.btn-wrap-blk a{
		display: block;
		margin-bottom: 10px;
	}
	.btn-wrap a img{
		margin: 60px auto 0;
	}

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

.btn-wrap-blk{
	background: #d82323;
	padding: 30px;
	color: #FFF;
}

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

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



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

.summary-wrap .text-area{
	background: #1f4569a1;
    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;
}

	.summary-wrap .text-area .summary-text span{
		background: #ff3333;
		border-radius: 10px;
		padding: 3px 5px;
		text-align: center;
		font-size: 0.825rem;
	}

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

.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: #FF3333;
		border: 1px solid #FF3333;
		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;}

.mt10{
		margin-top: 10px;
}

ul.list-left.one {
    margin-bottom: 25px;
}

.list-blk.one {margin-bottom: 0;padding-bottom: 1px;}

.entry {
    margin-top: 20px;
}

/*@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-left-side a img{
	width: 90%;
}

.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: 2.4rem;
}

}/*end*/

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

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

.sp-logo a{
	display: block;
}

.title-wrap{
	background-size: contain;
	background: linear-gradient(342deg,rgba(251,36,36,1) 0%, rgba(233,2,2,1) 55%,#FFF 50%,#FFF 100%);
}
.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: 5rem;
}
.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: 2.75rem;
}

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

.helpdesk-wrap .helpdesk-text .title-text{
	width: 18%;
	font-size: 1.3rem;
}

.read-wrap {
    width: 90%;
	margin: 20px;
}

.list-wht {
    margin: 0;
	background: #f1f1f1;
}

.list-blk{
	margin: 30px;
	padding: 20px;
}

.summary-wrap .text-area .summary-text span{
	padding: 1px 5px;
}

.btn-wrap-blk a img {
    width: 90%;
}

.list-wht ul.list-left {
    box-shadow: none;
    background: #FFFFFF;
}

.summary-wrap .text-area h3 {
    font-size: 1.5rem;
}

footer{
	font-size:0.8rem;
}

}/*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{
	font-size: 2.25rem;
}
.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: 1rem;
}

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

/*list*/

.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;
}


.list-wht ul.list-left {
    max-width: 1000px;
    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.0rem;
}

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

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

/*summy*/

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

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


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

}

/*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: 0.85rem;
    text-align: center;
}

.helpdesk-wrap .helpdesk-text .info-text h4 {
	font-size: 0.85rem;
    margin-top: 10px;
}

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

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

.list-blk{
	margin: 30px 0;
	padding: 20px;
}

}/*end*/



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


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

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

.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;}
}


