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

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

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

ul,ol {list-style: none;}



/*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: 0.8;
		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: 4rem; */
	}
	.title-left-side .h1-title ul li span.bfont{
		font-size: 4rem
	}

	.title-left-side .h1-title ul li span.red{
			color: #a3f2ff;
			display: block;
			font-size: 4rem;
			padding: 25px 0;
			text-shadow: 2px 2px 3px rgb(0 0 0);
	}
	.title-left-side .h1-title ul li span.sfont{
		font-size: 1.9rem;
		color: #fff;
		text-shadow: 2px 2px 3px rgb(0 0 0);
	}

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

/*	.red{
		color: #cf1225;
		font-weight: bold;
	}*/

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

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

	.title-left-side .title-date{
		font-size: 1.5rem;
		margin: 0;
		font-weight: bold;
		text-shadow: 2px 2px 3px rgb(0 0 0);
	}
	.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 #ffcc00;
		text-align: center;
		padding: 10px;
		background: #ffcc00;
		border-radius: 24px;
		text-decoration: none;
		font-size: 1.3rem;
		font-weight: bold;
		color: #002f5a;
		line-height: 1.3;
	}

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

	/*.title-left-side a:hover{
		background-color:#59d4e8;
	}*/

	.title-left-side a:hover{
		background-color: rgba(0,0,0,0);
		color: #ffcc00;
		border: 3px solid #ffcc00;
		transition: all 0.3s 0s ease;
	}

	.title-right-side a{
		display: block;
		width: 45%;
		float: right;
		/*background: #04203b;*/
		padding: 5px;
		margin-top: 10px;
		}

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

.btn-close-head {
    background: #989898;
    text-align: center;
    display: block;
    width: 90%;
    margin: 20px 0;
    padding: 12px 0 10px;
    font-size: 1.75rem;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

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

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

/*.read-wrap p {padding-bottom:10px;}*/

.list-blk{
	/*margin: 30px 0;*/
	background-color: #002f5a;
	padding: 30px 0px;
}

.list-blk-01{
	margin: 30px 0;
	background-color: #002f5a;
	padding:0 0 30px 0;
}

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

		.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: 1.3rem;
			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.3rem;
			margin-bottom: 10px;
			color: #33b8cd;
			font-weight: bold;
			line-height: 1.4;
		}
		.list-blk ul.list-left .prof-area .schedule{
			 /* background: #002f5a; */
			 text-align: center;
			 color: #000;
			 /*border: 3px double #002f5a;*/
			 box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff, 0 0 0 4px #000;
			 font-size: 1.3rem;
			 font-weight: bold;
			 padding: 5px;
			 margin-top: 4px;
		}
		.list-blk .list-close{
			max-width: 1000px;
			width: 55%;
			margin: 0 auto;
			/*border: 3px double #fff;*/
			box-shadow: 0 0 0 1px #fff, 0 0 0 3px #002f5a, 0 0 0 4px #fff;
			color: #fff;
			font-size: 1.3rem;
			text-align: center;
			padding: 5px;
		}


.list-wht{
	background:#FFF;
	margin: 30px 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;
			color: #000;
		}

		.list-wht ul.list-left .img-area{
			/*width: 30%;*/
		}
		.list-wht ul.list-left .prof-area .name{
			font-size: 1.3rem;
			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;
				line-height: 1.2;
			}


		.list-wht ul.list-left .prof-area .seminar-title{
			font-size: 1.3rem;
			margin-bottom: 10px;
			color: #33b8cd;
			font-weight: bold;
			line-height: 1.4;
		}
		.list-wht ul.list-left .prof-area .schedule{
			 text-align: center;
			 color: #000;
			 font-size: 1.3rem;
			 font-weight: bold;
			 box-shadow: 0 0 0 1px #000, 0 0 0 3px #FFF, 0 0 0 4px #000;
			 margin-top: 4px;
			 padding: 5px;
			 /*border: 3px double #002f5a;*/
		}

.list-blk.close-wrap{
    background-color: #002f5a;
    padding: 60px 0;
    font-weight: bold;
}

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


	a.btn {
		display: block;
		margin: 20px auto;
		border: 3px solid #ffcc00;
		text-align: center;
		padding: 10px;
		background: #ffcc00;
		border-radius: 24px;
		text-decoration: none;
		font-size: 1.3rem;
		font-weight: bold;
		color: #002f5a;
		line-height: 1.3;
		width: 60%;
	}

	.btn-wrap a:hover{
		background-color: #59d4e8;
		color: #fff;
		border: 3px solid #59d4e8;
		transition: all 0.5s 0s ease;

	}

	.btn-wrap a,
	.btn-wrap-blk a{
		display: block;
		margin-bottom: 10px;
	}

	.btn-wrap p,
	 .btn-wrap-blk p{
		font-size: 1.3rem;
		color: #fff;
		 font-weight: bold;
	}

.btn-wrap-blk{
	background: #002f5a;
	padding: 30px 30px 60px;
	color: #000;
	text-align: center;
	margin: 0 auto;

}
	.btn-wrap-blk .btn_text-arrow{
		margin: 10px auto;
		border: 3px solid #ffcc00;
		text-align: center;
		padding: 10px;
		background: #ffcc00;
		border-radius: 24px;
		text-decoration: none;
		font-size: 1.3rem;
		font-weight: bold;
		color: #002f5a;
		line-height: 1.1;
		width: 60%;
	}


	.btn-close {
		background: #989898;
		text-align: center;
		display: block;
		width: 56%;
		margin: 20px auto;
		padding: 12px 0 10px;
		font-size: 1.75rem;
		border-radius: 50px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
	}

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

.text_small{font-size:0.9rem;}


.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: rgb(0 47 90);
	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.3rem;
}

.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.3rem;
		font-weight: bold;
		width: 15%;
		color: #000;
	}
	.helpdesk-wrap .helpdesk-text .info-text{
		font-size: 1rem;
		color: #000;
	}
	.helpdesk-wrap .helpdesk-text .info-text h4{
		font-weight: normal;
	}

	.helpdesk-wrap .mail-link{
		margin: 20px 0 35px;
	}

	.helpdesk-wrap .mail-link a{
		display: inline;
		text-decoration: none;
		color: #33b8cd;
		border: 1px solid #33b8cd;
		padding: 10px;
		width: 80%;
		text-align: center;
	}

	.helpdesk-wrap .mail-link a:hover{
		background-color:#59d4e8;
		color:#fff;
		border:none;
	}

	.helpdesk-wrap .mail-link a img{
		display: inline;
		vertical-align: middle;
		padding-right: 10px;
	}

	.helpdesk-wrap .mail-link a:hover .active{
    	opacity:1;
    }

	.mail-link img.active {
		text-align: right;
		position: absolute;
		opacity: 0;
	}

footer{text-align: center;color: #000;background-color: #fff;}

.btn-wrap p {
	color: #000;
	font-size: 1.0rem;
}

.btn-header a{
	color: #002f5a;
	text-decoration: none;
}

.btn-wrap a{
	color: #002f5a;
	text-decoration: none;
}

.btn-wrap-blk p{
	color: #fff;
	font-size: 1.0rem;
}

.btn-wrap-blk a{
	color: #002f5a;
	text-decoration: none;
}

.text-area h3 {
    background-color: #002f5a;
    /*border: 3px double #fff;*/
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #002f5a, 0 0 0 4px #fff;
    margin-bottom: 20px;
    padding: 0;
}

.btn-wrap-blk a:hover {
    background-color: #59d4e8;
    color: #fff;
    border: 3px solid #59d4e8;
    transition: all 0.5s 0s ease;
}

ul.summary-text {list-style-type: none!important;position: relative;}

ul.summary-text{
  padding: 0;
  list-style: none;
}
ul.summary-text li{
  position: relative;
  padding: 2px 10px 2px 34px;
  color: #fff;
}

ul.summary-text li:after,
ul.summary-text li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.summary-text li:before{
  top: 11px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}

ul.summary-text li:after{
  top: 14px;
  left: 10px;
  width: 14px;
  height: 14px;
  background: rgb(163 242 255/80%);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60eg);
}

/*@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%;
	padding: 15px;
}

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

.title-right-side a {
    padding: 0;
    margin: 10px 30px;
	width: 60%;
}

}/*end*/

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

.sp-logo{
	display: block;
	max-width: 148px;
	width: 50%;
    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:  95% ;
	margin: 0 auto;
	background: hsla(0,0%,100%,0.65);
	padding: 10px;
}

.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 .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-blk {
    background: #002f5a;
    padding: 30px 0 60px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

	.btn-wrap .btn_text-arrow {
		padding: 15px;
		width: 90%;
	}

	.btn-wrap-blk .btn_text-arrow {
		padding: 15px;
		width: 90%;
	}


.title-left-side .h1-title ul li span.red{
	padding: 10px 0;
}

.title-left-side .h1-title ul li span.sfont {
    font-size: 2.1rem;
    color: #fff;
}

.btn-header{
	width: 100%;
}

.btn-close-head {
	margin: 20px auto;
	background: #5d5d5d;
	font-size: 1.25rem;
}

.btn-close {
	margin: 20px auto;
	background: #5d5d5d;
	font-size: 1.25rem;
	}

.title-text-area {
	padding: 10px;
}

.list-blk .list-close{
	width: 70%;
}

}/*end*/


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

.title-left-side{
	width: 96%;
	margin-bottom: 15px;
}

.title-left-side ul.label{
	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.25rem;
	color: #333333;
	line-height: 1.2;
	text-shadow: none;
	text-align: center;
}

.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.2rem;
	line-height: 1.3;
	text-align: center;
}

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

.title-left-side .h1-title ul li span.red{
		color: #8eefff;
		display: block;
		font-size: 3.1rem;
		text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
		text-align: center;
}
.title-left-side .h1-title ul li span.sfont{
	font-size: 1.25rem;
	color: #333333;
	text-shadow: none;
}

a.btn {
	width: 85%;
}


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

.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;
	width: 80%;
	margin: 0 auto 20px;
}

.list-wht {margin: 0;}

.list-blk.close-wrap {
    padding: 30px 0 10px 0;
}

/*btn*/


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

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

/*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;

}

.title-left-side .btn-header{
	margin: 0 auto;
	font-size: 1.3rem;
}

/*.title-left-side .btn-header{
	margin-top: 20px;
}*/

ul.btn_text-arrow img {
	display: none;
}

.btn-close-head {
	margin: 20px auto;
	background: #5d5d5d;
	font-size: 1.25rem;
}

.btn-close {
	margin: 20px auto;
	background: #5d5d5d;
	font-size: 1.25rem;
	width: 80%;
	}

	ul.summary-text li:after {
		top: 11px;
	}

	ul.summary-text li:before {
		top: 8px;
	}

}/*end*/

@media screen and (max-width: 1024px){
	.title-text-area {
		padding: 10px 20px;
   }
}


@media screen and (min-width: 769px){
	.sp_br {display: none; }
	/*.title-sub figure{margin-left:5%;}*/
}





