@charset "UTF-8";

#content_header nav ul li.active01 a {
	color:#fff;
	background: none;
}

#jhs #content_header nav ul li.active06 a,
#jhs #content_header nav ul li.active01 a:hover {
	color: #2166aa;
	background: #ffffff;
}
#hs #content_header nav ul li.active06 a,
#hs #content_header nav ul li.active01 a:hover {
	color: #D1568D;
	background: #ffffff;
}

#content {
	padding: 0 15px;
	box-sizing: border-box;
}

#side{
	display: none;
}
#side aside.info,
#side .point{
	display: none;
}

#main {
    width: auto;
    float: none;
    display: block;
}

.content_wrap_01{
	padding: 15px;
}


/*
---
---------------------------------------------------------------------------*/
.eventlist{
	clear: both;
}
.eventlist p{
	font-size: 15px;
	line-height: 1.8;
}

.selectbtn{
	float: right;
	margin-left: 20px;
	font-size: 0;
}
.selectbtn li{
	display: inline-block;
	margin-left: 10px;
	border-style: solid;
	border-width: 1px 1px 3px;
	transition: all .3s;
	line-height: 1;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
}
.selectbtn li:hover,
.selectbtn li.active{
	position: relative;
	top: 2px;
}
.selectbtn li.a{
	border-color: #ddd #ddd #aaa #ddd;
}
.selectbtn li.a:hover,
.selectbtn li.a.active{
	background-color: #ddd;
	border-bottom-color: #ddd;
}
.selectbtn li.b{
	border-color: #d96dae #d96dae #b35a8f #d96dae;
	background-color: #d96dae;
	color: #fff;
}
.selectbtn li.b:hover,
.selectbtn li.b.active{
	background-color: #d96dae;
	border-bottom-color: #d96dae;
}
.selectbtn li.c{
	border-color: #88b6f5 #88b6f5 #6283b0 #88b6f5;
	background-color: #88b6f5;
	color: #fff;
}
.selectbtn li.c:hover,
.selectbtn li.c.active{
	background-color: #88b6f5;
	border-bottom-color: #88b6f5;
}



/*
---
---------------------------------------------------------------------------*/
.eventlist{
	padding-top: 15px;
	border-style: solid;
	border-color: #297aaa;
	border-width: 3px 0 0;
}
#hs .eventlist{
	border-color: #D1568D;
}
.calendar_table {
	margin-bottom: 45px;
}
.calendar_table h3{
	font-size: 25px;
	margin-top: 30px;
	line-height: 1.5;
	position: relative;
}
.calendar_table h3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 15px;
	background-color: rgba(41, 122, 170, 0.15);
}

.calendar_table table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
}
.calendar_table table th{
	width: 100px;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	padding: 15px 10px 15px 0;
}
.calendar_table table th .day{
	padding: 10px;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 17px;
	line-height: 1.5;
}
.calendar_table table th .day.saturday{
	color: #fff;
	background-color: #4271bd;
}
.calendar_table table th .day.sunday{
	color: #fff;
	background-color: #bd4242;
}
.calendar_table table td{
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	padding: 5px 0 15px 10px;
	font-size: 0;
}
.calendar_table table td a{
	display: inline-block;
	padding: 10px;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	font-size: 13px;
	text-decoration: none;
	transition: all .3s;
}
.calendar_table table td a.junle0{
	border-color: rgba(136, 182, 245, 0.5);
}
.calendar_table table td a.junle1{
	border-color: rgba(217, 109, 174, 0.2);
}
.calendar_table table td a:hover{
	position: relative;
	top: 2px;
	color: #fff;
}
.calendar_table table td a:hover.junle0{
	background-color: #88b6f5;
}
.calendar_table table td a:hover.junle1{
	background-color: #d96dae;
}

.calendar_table .dispterm{
	margin-bottom: 10px;
/*	color: #888;*/
}
.calendar_table h3.mt00{
	margin-top: 0;
}


/*
---
---------------------------------------------------------------------------*/
.event-remodal{
	max-width: 800px;
}
.event-remodal .title{
	color: #297aaa;
	font-size: 21px;
	min-height: 32px;
	padding: 0 0 0 44px;
	background-image: url(../images/event/icon_title_modal.png);
	background-repeat: no-repeat;
	-webkit-background-size: 34px auto;
	background-size: 34px auto;
	background-position: 0 0;
	line-height: 1.4;
}
#hs .event-remodal .title{
	color: #D1568D;
}
.event-remodal .title .sname{
	margin: 0px 0 3px;
	font-size: 13px;
	color: #555;
	line-height: 1;
}
.event-remodal .title span{
	font-size: 15px;
	display: inline-block;
	margin-left: 10px;
}
.event-remodal table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0 0;
	font-size: 15px;
	text-align: left;
}
.event-remodal table th,
.event-remodal table td{
	padding: 15px;
	border-style: dashed;
	border-color: #ddd;
	border-width: 1px 0;
}
.event-remodal table th{
	background-color: #f5f5f5;
	width: 120px;
}


/*
---
---------------------------------------------------------------------------*/
.btn {
	margin-top: 30px;
}
.btn a{
	display:block;
	color:#fff;
	padding:15px 30px 15px 15px;
	background:#f69800;
	-webkit-box-shadow: 0 3px 0 0 #e84e0a;
	-moz-box-shadow:    0 3px 0 0 #e84e0a;
	box-shadow:         0 3px 0 0 #e84e0a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-decoration:none;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
}
.btn a:before{
	content:"";
	width:10px;
	height:10px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-5px;
	transform:rotate(-45deg);
}
.btn a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#ef7305;
	position: relative;
	top: 3px;
}

.btn.research a{
	-webkit-box-shadow: 0 3px 0 0 #193b5e;
	-moz-box-shadow: 0 3px 0 0 #193b5e;
	box-shadow: 0 3px 0 0 #193b5e;
	background:#297aaa;
}
.btn.research a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#193b5e;
}
#hs .btn.research a{
	-webkit-box-shadow: 0 3px 0 0 #963b64;
	-moz-box-shadow: 0 3px 0 0 #963b64;
	box-shadow: 0 3px 0 0 #963b64;
	background:#D1568D;
}
#hs .btn.research a:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#963b64;
}


/*
---
---------------------------------------------------------------------------*/
#search_form2{
	font-size: 15px;
	position: relative;
}
#search_form2 button.submit{
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:block;
	color:#fff;
	padding:15px;
	background:#297aaa;
	-webkit-box-shadow: 0px 3px 0px 0px #193b5e;
	-moz-box-shadow: 0px 3px 0px 0px #193b5e;
	box-shadow: 0px 3px 0 0px #193b5e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	text-decoration:none;
	max-width: 300px;
	margin: 30px auto 15px;
	text-align: center;
	font-size: 15px;
	width: 100%;
	cursor: pointer;
	outline: none;
}
#search_form2 button.submit:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:#193b5e;
	position: relative;
	top: 3px;
}
#hs #search_form2 button.submit{
	background:#D1568D;
	-webkit-box-shadow: 0px 3px 0px 0px #963b64;
	-moz-box-shadow: 0px 3px 0px 0px #963b64;
	box-shadow: 0px 3px 0 0px #963b64;
}
#hs #search_form2 button.submit:hover{
	background:#963b64;
}

#search_form2 h3{
	margin-top: 15px;
	padding-left: 10px;
	border-left: 3px solid #297aaa;
	font-size: 17px;
}
#hs #search_form2 h3{
	border-left: 3px solid #D1568D;
}

#search_form2 table.event_searchform_table{
	margin: 15px 0 0;
	width: 100%;
}
#search_form2 table.event_searchform_table th,
#search_form2 table.event_searchform_table td{
	padding: 15px;
	border: 1px solid #ddd;
	vertical-align: top;
}
#search_form2 table.event_searchform_table th{
	width: 5em;
	background-color: #f5f5f5;
}

.event_searchform_table .radio_list{
	font-size: 0;
}
.event_searchform_table .radio_list li{
	display: inline-block;
	margin: 5px 15px 5px 0;
	font-size: 15px;
	line-height: 1;
}

#search_form2 select{
	padding: 5px;
	min-width: 200px;
	font-size: 15px;
}
#schNameE{
	padding: 5px;
	font-size: 15px;
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}


/*
---datepicker
---------------------------------------------------------------------------*/
.dpwrap{
	margin: 15px 0 0;
	font-size: 15px;
}
#datepicker2{
	display: none;
}
#datepicker{
}
#search_form2 .ui-datepicker .ui-datepicker-title{
	font-size: 17px;
}
#search_form2 .ui-widget.ui-widget-content{
	width: auto!important;
	padding: 3px;
}
#search_form2 .ui-datepicker-multi .ui-datepicker-group table{
	margin: 0 auto;
	table-layout: fixed;
}
#search_form2 .ui-datepicker th{
	padding: 5px;
	text-align: center;
	width: auto;
	vertical-align: middle;
}
#search_form2 .ui-datepicker td{
	padding: 1px;
	vertical-align: middle;
}
#search_form2 .ui-datepicker td span,
#search_form2 .ui-datepicker td a{
	padding: 5px;
}


#search_form2 .ui-state-default{
	background-color: #eef7f9;
	border-color: #009fb1;
	color: #555;
}
#search_form2 .ui-datepicker-current-day a,
#search_form2 .selectedday a{
	background-color: #009fb1;
	border-color: #009fb1;
	color: #fff;
}
#search_form2 .ui-datepicker-today.ui-state-disabled{
	opacity: 1;
}
#search_form2 .ui-datepicker-today span,
#search_form2 .ui-datepicker-today a{
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}


/*
---
---------------------------------------------------------------------------*/
.search_slick .block {
    position: absolute;
/*    transition: all .5s;*/
    z-index: -1;
    opacity: 0;
    width: 100%;
    top: 0;
}
.search_slick .block.active {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.slick-slide{
	outline: none;
}
.search_slick_tab{
	margin: 15px 0 0;
}
.search_slick_tab:after{
	content: '';
	display: table;
	clear: both;
}
.search_slick_tab .block{
	float: left;
	width: 50%;
}
.search_slick_tab .tab {
	padding-bottom: 12px;
	outline: none;
}
.search_slick_tab .tab span{
	display: block;
	text-align: center;
	padding: 15px;
	background-color: #e9e9e9;
	position: relative;
	cursor: pointer;
}
.search_slick_tab .tab span.active{
	background-color: #297aaa;
	color: #fff;
}
.search_slick_tab .tab span.active:after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: #297aaa transparent transparent transparent;
}
#hs .search_slick_tab .tab span.active{
	background-color: #D1568D;
}
#hs .search_slick_tab .tab span.active:after{
	border-color: #D1568D transparent transparent transparent;
}

.event-alert {
	padding: 20px;
	background-color: #f4f9ff;
}
.btn + .btn-event-modal {
    margin-top: 10px;
}
.btn-event-modal a {
    background: #297AAA;
    box-shadow: 0 3px 0 0 #0a324a;
}
.btn-event-modal a:hover {
    background: #185d86;
}
.btn-event-modal.hs a {
    background-color: #D1568D;
    box-shadow: 0 3px 0 0 #88204e;
}
.btn-event-modal.hs a:hover {
    background: #b54577;
}


/*
--- 合同説明会　Web
---------------------------------------------------------------------------*/
.godo-web {
    margin-bottom: 20px;
	background-image: url("../../../common/images/event/webg.jpg");
	background-size: 100%;
    background-position: top 5% left 0;
    background-repeat: no-repeat;
	position: relative;
    overflow: hidden;
	border: solid 2px #ccc;
	border-radius: 5px;
}
.godo-web::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.93);
    position: absolute;
}
.godo-web br.sp-disp {
	display: none;
}
.webg-contents {
    padding: 20px;
	padding-right: 35%;
	position: relative;
	z-index: 1;
}
.godo-web h2 {
    display: inline-block;
	line-height: 1.4;
    font-size: 20px;
    padding: 10px 0px 10px 30px;
    position: relative;
    z-index: 0;
}
.godo-web h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15px;
    top: 0;
    background-color: #fcee21;
    z-index: -1;
    transform: skewX(-30deg);
}
.web-text {
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.7;
}
.deco-img {
    position: absolute;
	overflow: hidden;
    width: 200px;
    height: 280px;
    top: 70px;
    right: 50px;
    /* z-index: -1; */
    transform: perspective(300px) rotateX(10deg) skewX(-8deg);
    box-shadow: 5px 7px 10px #c3c3c3;
    background-color: rgba(255,255,255,0.8);
}
.deco-img img {
    width: 100%;
	opacity: 0.3;
}
.webg-btn {
    max-width: 310px;
    margin: 20px auto 10px;
}
.webg-btn .btn {
    display: block;
    position: relative;
    padding: 20px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    background-color: #fcee21;
    border: solid 1px #444;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.webg-btn .btn::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid 1px #444;
    right: -25px;
    top: 25px;
	-webkit-transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.3s ease-out 0.3s;
	-o-transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.3s ease-out 0.3s;
	transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.3s ease-out 0.3s;
}
.webg-btn .btn:hover {
    background-color: rgba(252, 238, 33, 0.7);
}
.webg-btn .btn:hover::after {
	width: 20px;
    height: 20px;
    /* border-width: 3px; */
    top: 18px;
    right: -12px;
    transform: rotate(45deg);
}


@media only screen and (min-width: 1280px) {
	html.remodal-is-locked{
		padding-right: 17px;
	}
}

@media only screen and (max-width: 650px) {
	.content_wrap_01.mb45{
		margin-left: 0;
		margin-right: 0;
		padding: 10px 10px 20px;
	}
	#schNameE {
		width: 100%;
	}
	#search_form2{
		font-size: 13px;
	}
	#search_form2 table.event_searchform_table{
	}
	#search_form2 table.event_searchform_table th,
	#search_form2 table.event_searchform_table td{
		display: block;
		width: auto;
		margin-top: -1px;
		padding: 10px;
	}
	
	#search_form2 select{
		width: 100%;
	}
	
	.event_searchform_table .radio_list{
		margin: 0 0 5px;
	}
	.event_searchform_table .radio_list li{
		display: block;
		margin: 10px 0 0;
	}
	.event_searchform_table .radio_list li:first-child{
		margin-top: 0;
	}
	
	
	.eventlist{
		margin-top: 30px;
		padding-top: 30px;
	}
	.selectbtn {
		float: none;
		margin: 0 0 30px;
	}
	.selectbtn:after{
		content: '';
		display: table;
		clear: both;
	}
	.selectbtn li {
		display: block;
		width: 32.3333333333333%;
		float: left;
		box-sizing: border-box;
		margin: 0 0.5%;
		font-size: 13px;
		padding: 10px 0;
		text-align: center;
	}
	
	.eventlist p.point{
		margin-bottom: 0;
	}
	
	.calendar_table table th,
	.calendar_table table td{
		display: block;
		border-width: 0;
	}
	.calendar_table table th{
		border-width: 0;
		width: auto;
		padding: 0;
	}
	.calendar_table table td{
		padding-left: 0;
	}
	
	.calendar_table table th .day{
		padding: 5px;
	}
	.calendar_table table th .day br{
		display: none;
	}
	
	
	.event-remodal.remodal{
		padding-bottom: 15px;
	}
	.event-remodal .title span{
		display: block;
		margin: 3px 0 0;
	}
	.event-remodal table{
		border-width: 0 0 1px;
		border-style: dashed;
		border-color: #ddd;
	}
	.event-remodal table th,
	.event-remodal table td{
		display: block;
		width: auto;
		padding: 10px;
		border-width: 0;
	}
	.event-remodal table th{
	}
	.event-remodal table td{
	}
	
	/*
	---datepicker
	---------------------------------------------------------------------------*/
	#datepicker2{
		display: block;
	}
	#datepicker{
		display: none;
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
	.search_slick_tab .tab span{
		font-size: 13px;
		padding: 15px 5px;
	}

/*
---
---------------------------------------------------------------------------*/
	.event-alert {
		padding: 15px;
		margin-top: 20px;
	}

	/*
	--- 合同説明会 Web
	---------------------------------------------------------------------------*/
	.godo-web {
	    margin: 0 10px 20px;
	}
	.godo-web br.sp-disp {
		display: block;
	}
	.godo-web h2 {
		padding: 5px 0px 5px 30px;
	}
	.webg-contents {
		padding: 20px 10px;
	}
	.deco-img {
		top: 180px;
		display: none;
	}
	.deco-img img {
		opacity: 0;
	}
	.webg-btn {
		max-width: 280px;
		margin-top: 30px;
	}
	.webg-btn .btn {
		font-size: 14px;
	}
	.webg-btn .btn::after {
		width: 40px;
    	height: 40px;
		right: -20px;
	    top: 30px;
	}

}
