@charset "UTF-8";
.info-body{
	border-bottom: 1px solid #707070;
}
.column-body{
	border-bottom: none;
}
.info-ttl{
	background: #86B81B;
	padding: 80px 0 10px 0;
}
.info-ttl h2{
	color: #FFF;
}
.info-box{
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	display: flex;
}
.info-box .menu{
	width: 25%;
	background: #454545;
	border-right:1px solid #707070;
	border-bottom: 1px solid #707070;
	display: block;
	margin-bottom: -1px;
}
.info-box .menu ul{
	position: sticky;
    top: 55px;
}
.info-box .menu li{
	font-size: 13px;
	border-bottom: 1px solid #707070;
}
.info-box .menu li:last-child{
	margin-bottom: -1px;
}
.info-box .menu li span.abolition{
	font-size: 24px;
}
.info-box .menu li.on{
	background: #000;
}
.info-box .menu li.on,
.info-box .menu li a{
	display: block;
	padding: 30px 0 30px 50px;
	width: 100%;
}
.info-box .menu li i{
	color: #FFF;
	margin: 0 5px 0 0;
}
.info-box .menu li a:hover{
	background: #000;
}
.info-box .menu li a:hover i{
	color: #FF0;
}
.info-box .info-list{
	width: 75%;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.info-box .info-list .info-cont{
	padding: 30px 20px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	text-align: center;
	margin-bottom: -1px;
}
.info-box .info-list .info-cont:nth-child(3n){
	border-right:none;
}
.info-box .info-list .info-cont img{
	margin: 10px auto;
}
.info-box .info-list .info-cont .date,
.info-box .info-list .info-cont p{
	text-align: left;
}
.calender-ttl{
	padding: 80px 0 10px 0;
	color: #FFF;
	border-bottom: 1px solid #707070;
}
.info-calender .g-cale{
	padding: 50px 0;
}
.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid{
	border: 1px solid #707070;
	font-family: "jost", sans-serif;
}
.fc .fc-daygrid-day.fc-day-today{
	background: rgba(255, 255, 255, 0.3);
}
.fc-col-header {
	background: #454545;
	font-family: "jost", sans-serif;
}
.fc-col-header .fc-day-sun .fc-scrollgrid-sync-inner,
.fc-day-sun .fc-daygrid-day-top{
	background: #622F2F;
}
.fc-col-header .fc-day-sat .fc-scrollgrid-sync-inner,
.fc-day-sat .fc-daygrid-day-top{
	background: #244F6C;
}
.fc .fc-toolbar-title {
	font-family: "jost", sans-serif;
	color: #FFF;
}
.fc-col-header-cell-cushion,
.fc-daygrid-day-number,
.fc-event{
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}
.fc .fc-daygrid-day-top {
	display: block;
	border-bottom: 1px solid #707070;
	text-align: center;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
	min-height: 6em;
}
.fc-theme-standard tr:last-child td{
	border-bottom: none;
}
.fc-theme-standard tr{
	border-right: none;
}

.my-program{
	background:#0CC34B;
}


/*-------------------------
詳細ページ
-------------------------*/
#info-detail {
	border-bottom: none;
}
#info-detail  .info-box .info-list{
	display: block;
	padding: 80px;
}
#info-detail  .info-box .info-list img{
	width: 100%;
}
#info-detail  .info-box .info-list h2{
	font-weight: bold;
    font-size: 34px;
    color: #FFF;
    padding: 30px 0 0;
}
#info-detail  .info-box .info-list h3{
	font-weight: bold;
    font-size: 26px;
    color: #FFF;
    padding: 30px 0 0;
}
#info-detail  .info-box .info-list p{
	font-size: 18px;
    margin-bottom: 36px;
}

#info-detail  .info-box .info-list .column-ttl h2{
	font-weight: bold;
    font-size: 34px;
    color: #FFF;
    padding: 30px 0 0;
	margin: 0;
}
#info-detail  .info-box .info-list .column-ttl h3{
	font-weight: bold;
    font-size: 26px;
    color: #FFF;
    padding: 10px 0 36px;
}
#info-detail  .info-box .info-list h4{
	font-weight: bold;
    font-size: 22px;
    color: #FFF;
    padding: 10px 0 36px;
}
#info-detail  .info-box .info-list .profile{
	background: #333;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 10px;
	row-gap: 10px;
	margin: 0 0 36px;
}
#info-detail  .info-box .info-list .profile p{
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 140%;
}
#info-detail  .info-box .info-list .profile p:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 1;
	font-weight: bold;
	font-size: 16px;
}
#info-detail  .info-box .info-list .profile img{
	grid-column-start: 1;
	grid-row-start: 2;
	grid-row-end: 2;
}
#info-detail  .info-box .info-list .profile p:nth-child(3){
	grid-column-start: 2;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: 3;
}
#info-detail  .info-box .info-list .profile p:nth-child(4){
	grid-column-start: 1;
	grid-column-end: 7;
}
#info-detail  .info-box .info-list p.interviewer{
	margin-bottom: 18px;
}
#info-detail  .info-box .info-list p.interviewer span{
	font-weight: bold;
	color: #86B81B;
	padding-left: 3.0rem;
	position: relative;
}
#info-detail  .info-box .info-list p.interviewer span:after {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: .1rem;
    left: 0;
    top: .8rem;
    border-top: .1rem solid #86B81B;
}
#info-detail  .info-box .info-list .ict-sul{
	background: #333;
	padding: 20px;
	margin: 50px 0 0;
}
#info-detail  .info-box .info-list .ict-sul p{
	font-size: 14px;
	margin: 0;
	line-height: 140%;
}
.image-cut{
	font-size: 14px;
	color: #AAA;
	margin-bottom: 50px;
}
.web a{
	text-decoration: underline;
}
#info-detail  .info-box .info-list .postscript{
	padding: 36px 36px 0;
	border:#707070 solid 1px;
	margin-top: 36px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1024px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 750px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 768px) {
	.info-body .wrap{
        padding: 0 0;
    }
	.info-box .menu li.on, 
	.info-box .menu li a{
		padding: 10px 0 10px 30px;
	}
	.info-box .info-list{
		grid-template-columns: 1fr 1fr;
	}
	.info-box .menu li span.abolition{
		font-size: 22px;
	}
	.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
		min-height: 4em;
	}
	.info-box .info-list .info-cont:nth-child(3n){
		border-right: 1px solid #707070;
	}
	.info-box{
		border-left: none;
    	border-right: none;
	}
	.info-box .info-list .info-cont:nth-child(2n){
		border-right: none;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 480px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 480px) {
	.info-ttl,
	.calender-ttl{
		padding: 40px 0 10px 0;
	}
	.info-box{
		display: block;
	}
	.info-box .menu{
		width: 100%;
		display: block;
		border-bottom:none;
		border-right:none;
	}
	.info-box .menu ul{
		grid-template-columns: 1fr 1fr 1fr;
		display: grid;
	}
	.info-box .menu li.on, 
	.info-box .menu li a{
		padding: 10px 0 10px 10px;
		font-size: 10px;
	}
	.info-box .menu li{
		border-right: 1px solid #707070;
	}
	.info-box .menu li span.abolition{
		font-size: 16px;
	}
	.info-box .info-list{
		width: 100%;
		grid-template-columns: 1fr;
	}
	.info-box .info-list .info-cont{
		padding: 15px 20px 20px;
		border-right: none;
	}
	.info-box .info-list .info-cont img{
		float: left;
		margin: 0 15px 0 0;
		width: 100px;
	}
	.info-box .info-list .info-cont  .date{
		margin: 0 0 5px;
	}
	.info-calender .g-cale{
		padding: 30px 0;
	}
	.fc .fc-toolbar-title{
		font-size: 20px;
	}
	.info-box .info-list .info-cont .date,
	.info-box .info-list .info-cont p{
		line-height: 1.4;
		font-size: 15px;
	}
	.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
		min-height: 2em;
	}
	.info-box .menu li:last-child{
		margin-bottom: 0;
	}
	#info-detail .info-box .info-list{
		padding: 30px;
	}
	#info-detail .info-box .info-list h2{
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	#info-detail  .info-box .info-list h4{
		font-size: 16px;
	}
	#info-detail .info-box .info-list p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	#info-detail  .info-box .info-list .column-ttl h2{
		font-size: 18px;
	}
	#info-detail  .info-box .info-list .column-ttl h3{
		font-size: 16px;
	}
	#info-detail  .info-box .info-list .profile p{
		font-size: 12px;
	}
	.image-cut{
		font-size: 12px;
		margin-bottom: 30px;
	}
	#info-detail .info-box .info-list .ict-sul{
		margin-top: 30px;
	}
	
	#info-detail  .info-box .info-list .profile{
		grid-template-columns: repeat(3, 1fr);
	}
	#info-detail .info-box .info-list .postscript{
		padding: 18px 18px 0;
	}
	#info-detail .info-box .info-list .postscript p{
		margin: 0 0 18px;
	}
}
