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

	workdhop.css
	処理活用研修会ページ用 CSS

------------------------------------------------------*/


#workshop_form iframe {
	width: 100%;
	height: 1000px;
}

.workshop_lead {
}

.workshop_lead p {
	font-size: 2.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 45px;
}

.workshop_honbun {
	width: 1120px;
	margin: 75px auto 0;
}

.honbun.past_workshoplist {
	padding-bottom: 80px;
	overflow: visible;
}

.workshop_honbun h2 {
	font-size: 2.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	margin-bottom: 15px;
}

.workshop_schedule {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 50px 40px;
}

.workshop_schedule table {
	width: 100%;
}

.workshop_schedule table a:link {text-decoration:underline;; color:#333;}
.workshop_schedule table a:visited {text-decoration:underline; color:#333;}
.workshop_schedule table a:hover {text-decoration:underline; color:#ab2548;}

.workshop_schedule table .table_tit {
	border-bottom: solid 4px #d9d9d9;
}

.workshop_schedule table th {
	font-size: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1;
	padding: 5px 20px 20px;
	vertical-align: middle;
}

.workshop_schedule table td {
	font-size: 1.6em;
	padding: 12px 12px 20px;
	border-bottom: solid 1px #d9d9d9;
	vertical-align: middle;
}

.workshop_schedule table td.status {
	text-align: center;
}

.workshop_schedule table td.status .fontB {
	font-size: 1.2em;
}

.btn_workshop {
	display: inline-block;
	width: 195px;
	height: 45px;
	margin-top: 10px;
}

.btn_workshop a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url(./../../images/common/arrow_btn.png) no-repeat right 10px center #de5e51;
	background-size: 16px auto;
	text-align: center;
	padding-right: 30px;
}

.btn_workshop a:hover {
	background-color: #ab2548;
}

.workshop_schedule table .btn_workshop a:link {text-decoration:none; color:#fff;}
.workshop_schedule table .btn_workshop a:visited {text-decoration:none; color:#fff;}
.workshop_schedule table .btn_workshop a:hover {text-decoration:none; color:#fff;}

#past_workshop.btn_more {
	margin: 70px auto 30px;
}

.no_schedule {
	font-size: 2em;
	text-align: center;
	padding: 50px 0;
}

.no_schedule p {
	margin-bottom: 10px;
}

.no_schedule a {
	background: url(./../../images/common/arrow_inshort.png) no-repeat left center;
	background-size: 22px auto;
	padding-left: 30px;
}

.no_schedule a:link {text-decoration:underline; color:#de5e51;}
.no_schedule a:visited {text-decoration:underline; color:#de5e51;}
.no_schedule a:hover {text-decoration:none; color:#de5e51;}

.status_title {
	width: 180px;
	height: 50px;
	font-size: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.status_title.now_hiring {
	background-color: #de5e51;
}

.status_title.finished {
	background-color: #77869d;
}

.bg_orange {
	background: #fffaf1;
	padding: 30px;
	border-radius: 10px;
}

.year_select {
	position: absolute;
	font-size: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
}

.year_select.pagetop {
	top: 70px;
	right: 45px;
}

.year_select.pagebottom {
	bottom: 40px;
	right: 45px;
}

.select_tit {
	width: 155px;
	height: 47px;
	padding-left: 20px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	background: url(./../../images/common/arrow_list.png) no-repeat left 20px center #de5e51;
	background-size: 12px auto;
	cursor: pointer;
}

.year_select li {
	height: 47px;
	display: inline-block;
	position: relative;
}

.year_select li a {
	height: 100%;
	display: block;
	position: relative;
	padding: 0 5px;
}

.year_select li a::after {
	width: 0;
	height: 3px;
	content: '';
	display: block;
	background: #de5e51;
	position: absolute;
	bottom: 0px;
	left: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
}

.year_select li a:hover::after {
	width: 100%;
}

.year_select li li a::after {
	display: none;
}

.year_select li ul {
  list-style: none;
  position: absolute;
	top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.year_select li ul li {
	display: block;
  overflow: hidden;
  width: 155px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	font-size: 0.75em;
}

.year_select li ul li a {
	width: 100%;
	display: block;
  padding: 10px 15px;
  background: #f5f5f5;
  text-align: right;
  font-weight: normal;
}

.year_select li:hover > a {
  background: #fff;
  color: #de5e51;
}

.year_select li:hover ul li {
  overflow: visible;
  height: 40px;
  border-bottom: 1px solid #aaa;
}

.year_select li:hover ul li:first-child {
  border-top: 0;
}

.year_select li:hover ul li:last-child {
  border-bottom: 0;
}

.honbun .year_select a:link {text-decoration:none; color:#333;}
.honbun .year_select a:visited {text-decoration:none; color:#333;}
.honbun .year_select a:hover {text-decoration:none; color:#de5e51;}

.archive_title {
	background: #f2f8ed;
	margin-bottom: 65px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}

.archive_title h3 {
	font-size: 2.8em;
	margin-bottom: 10px;
}

.archive_title p {
	margin-bottom: 10px;
}

.archive_box {
	margin-bottom: 70px;
}

.honbun .archive_box h3 {
	font-size: 2.4em;
}

.honbun .archive_box h4 {
	font-size: 2em;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 4px #d9d9d9;
}

.archive_box article {
	margin: 0 30px;
	padding: 10px 0;
	border-bottom: solid 1px #d9d9d9;
}

.archive_box table {
	width: 100%;
}

.archive_box table th, .archive_box table td {
	font-size: 1.6em;
	padding: 10px;
	vertical-align: top;
}

.archive_box table th {
	width:95px;
	text-align: center;
}

.archive_box table .workshop_tit {
	font-weight: bold;
}

.archive_box table ul {
	padding-left: 0;
}

.archive_box table ul.disc li {
	font-size: 1em;
	margin-bottom: 7px;
}

.workshop_honbun p.notice_sponly {
	display: none;
}

/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


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

.workshop_lead p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.workshop_honbun {
	width: 100%;
	margin-top: 30px;
}

.workshop_honbun h2 {
	font-size: 1.8rem;
}

.workshop_schedule {
	padding: 20px;
	overflow-x: auto;
	border-radius: 0;
}

.photo_full_full {
	width: 100%;
}

#workshop_form iframe {
	height: 1100px;
}

.workshop_schedule table {
	width: 900px;
}

.workshop_schedule table th, .workshop_schedule table td {
	font-size: 1.4rem;
}

.workshop_honbun p.notice_sponly {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 15px;
	text-align: right;
}

#past_workshop.btn_more {
	margin: 30px auto 10px;
}

.status_title {
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 1.6rem;
}

.honbun.workshop_detail {
	padding-top: 50px;
}

.honbun.past_workshoperea {
	padding-top: 60px;
}

.honbun .sect_padL {
	padding-left: 10px;
}

.bg_orange {
	padding: 30px 15px;
}

.year_select.pagetop {
	top: 10px;
	right: 10px;
}

.year_select {
	font-size: 1.4rem;
}

.select_tit {
	width: 120px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background-position: left 10px center;
}

.year_select li {
	height: 35px;
}

.year_select li ul li {
	width: 120px;
	font-size: 1.3rem;
}

.archive_title {
	margin-bottom: 40px;
	padding: 20px 10px 10px;
}

.archive_title h3 {
	font-size: 2rem;
}

.honbun .archive_box h3 {
	font-size: 1.8rem;
}
.honbun .archive_box h4 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.archive_box article {
	margin: 0;
}

.archive_box table th, .archive_box table td {
	font-size: 1.4rem;
	padding: 0;
}

.archive_box table th {
	width: 70px;
	text-align: left;
	padding: 10px 10px 10px 0;
}

.archive_box table td {
	padding: 10px 0 10px 0;
}








}
