/*

Theme Name: JEIC
Author: AR Japan
Author URI: http://www.socialskill.jp
Description: 
Version: 1.0
License: JEIC
License URI: http://www.socialskill.jp

*/



@charset "utf-8";

/*文字色*/
.gold {
	color:#d3a100;
}

/*背景色*/
.bg-navy {
	background: #004e8f!important;
	color: #fff;
}
.bg-grey {
	background: #f4f4f4!important;
}

/*--padding--*/
.contentbox .pd20 {
	padding: 20px!important;
}

/*--font-weight--*/
.bold {
	font-weight: bold;
}

/*--font-size--*/
.small {
	font-size: 80%;
}
.xsmall {
	font-size: 60%;
}

figure.a-mah-300 img {
    max-height: 300px;
    margin: 0 auto;
    display: block;
}

/*--heading--*/
.open .pagetitle h2 {
	font-size: 1.8rem;
	line-height: 2.3rem;
}
.open .pagetitle h2:after {
	content: "";
	background: #d3a100;
}
.prospective-employee .contentbox .indextopbox h2 {
    background: none;
    color: initial;
}

.open-course .contentbox h2 {
    background: none;
		padding-left: 0;
}
.open-course .contentbox .mtitle, body.open h2.mtitle, .open-it h2.mtitle {
    color: #d3a100;
		background: none;
}
body.open h2.mtitle:after, .open-it h2.mtitle:after {
		content: "";
    background: #d3a100;
}
.contentbox h3, body.open h3 {
    background: #eee;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 150%;
		border-bottom: none;
		clear: both;
}

.open-course .contentbox h3, body.open h3 {
    background: #d3a100;
    color: #fff;
}

/* button */
.sq-button a, a.sq-button, .sq-button input, .maincont a .sq-button span, .swpm-login-submit input[type="submit"] {
	background: #d3a100;
	width: fit-content;
	min-width: 200px;
	display: block;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 0;
	padding: 16px 32px;
	color: #fff;
}
.maincont section.em-event-bookings .em-event-booking-form a {
	text-decoration: none;
}


/* nav */
.menu-header-mini-container {
	margin-right: 20px;
}


/* Events Manager */
.em.em-event-booking-form h3.em-booking-section-title.book-ttl {
	padding: 0.25em 0.5em;
  background: transparent;
	border: none;
  border-left: solid 5px #d3a100;
	font-size: 125%!important;
	color: initial;
}
.maincont .em.em-event-booking-form .em-booking-section {
	margin: 0 10px;
	border-collapse: collapse;
}
.maincont .em.em-event-booking-form  .input-user-field, .maincont .em.em-event-booking-form  .input-group {
	margin: 0 10px;
	border-collapse: collapse;
}
.maincont .em.em-event-booking-form .em-booking-section  .input-user-field , .maincont .em.em-event-booking-form  .em-booking-section .input-group{
	margin: 0;
}

.maincont .em.em-event-booking-form .em-booking-section.em-booking-form-payment {
	padding: 40px 20px 0 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
}
.maincont .em.em-event-booking-form .em-booking-section.em-booking-form-payment label {
	line-height: 2em;
}
.em.pixelbones.input input[type=submit].em-booking-submit {
	background-color: #D3A100!important;
	border: none!important;
	color: #fff!important;
	font-size: 1.25rem!important;
}
.maincont .em-event-booking-form .table-wrap .table-h, .maincont .em-event-booking-form .table-wrap .table-d {
	border-top: none;
}
.maincont .em-event-booking-form .em-ticket .table-wrap .table-h, .maincont .em-event-booking-form .em-ticket .table-wrap .table-d {
	border-top: 1px solid #ddd;
}

.open-course .contentbox h4.h4_ttl_cnt_g, body.open h4.h4_ttl_cnt_g {
	color: #D3A100;
	text-align: center;
	font-size: 1.25rem;
	border: none;
}
body.open h4.h4_ttl_left {
	font-size: 1.25rem;
	border: none;
}
body.open h4.h4_ttl_left a {
	color: #D3A100;
	text-decoration: none;
}

/*layout*/
.pos-base {
	position: relative;
}
.pos-right {
	position: absolute;
	right: 0;
}


/*table*/
table {
	border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
	border: 2px solid #ddd;
	border-collapse: collapse;
}
table th {
	background: #f4f4f4;
}
.table-wrap {
	gap: 0!important;
	align-items: center;
	display: flex;
	margin-bottom: 0;
}
.table-wrap .table-h{
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #ddd;
	border-top-width: 0px;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
  align-self: stretch;
}
.table-wrap .table-d{
	border: 1px solid #ddd;
	border-left: none;
	border-top-width: 0px;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
  align-self: stretch;
}
@media screen and (max-width: 1023px) {
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-h {
	flex-basis: 33.33%!important;
}
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-d {
	flex-basis: 66.66%!important;
}
  .col-6.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc((100% - 2em * 2) / 3) !important;
  }
  .col-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis:  calc((100% - 2em * 2) / 3)  !important;
  }
}

@media screen and (max-width: 542px) {
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-h {
	flex-basis: 100%!important;
}
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-d {
	flex-basis: 100%!important;
	border: 1px solid #ddd;
	border-top: none;
}
  .col-6.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc((100% - 2em) / 2) !important;
  }
  .col-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }

}

.table-wrap p {
	padding-bottom: 0;
}

/*responsive*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}

/*cover*/
.pagetitlewrap.filter .pagetitle:before {
	content: "";
	background: url(images/filter.png);
	position: absolute;
	width: 100%;
	height: 300px;
}

/* パンくずリンク */
#bread_crumb { }
#bread_crumb ul { margin:0 auto; padding:0; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; }
#bread_crumb li { display:inline; font-size:12px; margin:0; padding:0; position:relative; }
#bread_crumb li:after {
  font-family:'FontAwesome'; content:'\f105'; font-size:10px;
  display:inline-block; line-height:60px; height:60px; margin:0 12px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb li a { height:60px; line-height:60px; display:inline-block; }
#bread_crumb li a:hover { }
#bread_crumb li.category a { display:none; }
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type { display:inline-block; }
#bread_crumb li.home a { position:relative; width:16px; }
#bread_crumb li.home a span { opacity:0; }
#bread_crumb li.home a:before {
  font-family:'FontAwesome'; content:'\f015'; font-size:12px;
  display:inline-block; height:100%; line-height:1; top:0px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* 講座一覧 表形式*/
body.open .wp-block-columns.seminar-all-list {
	gap:0;
	margin-bottom: 0;
}
.seminar-all-list div {
	border: 2px solid #ddd;
	position: relative;
	padding: 10px 0 0 10px;
}
.maincont .seminar-all-list.head div {
	background: #f9f9f9;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 10px 10px;
}
.seminar-all-list span.seminar-list-category {
	margin-right: 10px;
}


/* 講座一覧 image付*/
.em-pagination {
	display: flex;
	align-item: center;
	justify-content: center;
}
.em-pagination .page-numbers {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 2px #004E8F;
	border-left: none;
  font-size: 14px;
  color: #004E8F;
  font-weight: bold;
  transition: all 0.15s linear;
	text-decoration: none;
}
.em-pagination .page-numbers:first-child {
 	border-left: solid 2px #004E8F;
}
.em-pagination span.page-numbers.current {
  background: #004E8F;
  color: #fff
}
.em-pagination span.page-numbers.next, .em-pagination span.page-numbers.prev {
	float: none;
}
.seminar-list .wp-block-image img {
    width: 100%;
    height: 216px;
    min-height: 216px;
    max-height: 216px;
    object-fit: cover;
}
.open-fresh-feature .wp-block-image img {
    width: 100%;
    height: 272px;
    object-fit: cover;
}

/*** 新入社員オープン研修 ***/
ol.square-num {
		list-style: none;
    padding-left: 50px;
		border-top: 2px solid #D3A100;
		border-bottom: 2px solid #D3A100;
		padding-top: 30px;
}
ol.square-num li {
    counter-increment: number 1;
		margin-bottom: 15px;
}
ol.square-num li strong {
		font-size: 1.125rem;
		position: relative;
    left: -45px
}
ol.square-num li:before {
	  content: counter(number);
    background: #D3A100;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 1.125rem;
    display: inline-block;
    margin-right: 10px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    left: -48px;
}

.aim-box {
	background: #f4f4f4;
	padding: 20px;
}

ul.no-mark {
		list-style: none;
}
ul.no-mark li {
		margin-bottom: 15px;
}
ul.no-mark li strong {
		font-size: 1.125rem;
}

.open-fresh-feature {
	border: #d4d4d4 1px solid;
}
.open-fresh-feature h3 {
	text-align: center;
	margin-bottom: 0;
	font-size: 1.375rem;
	line-height: 2.25rem;
}

.flow-wrap {
	background: #f4f4f4;
	padding: 20px;
}
.contentbox p.bg-grey-title {
	background: #f4f4f4;
	padding: 16px;
	font-weight: bold;
	text-align: center;
	font-size: 1.375rem;
	line-height: 2.25rem;
}
.bd-grey {
	border: #f4f4f4 1px solid;
}
.contentbox p.bg-glod {
	background: #d3a100;
	padding: 20px;
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #fff;
	text-align: center;
}
p.flow-lecture {
    width: 70%;
    margin: 0 auto;
}
p.flow-practice {
    width: 70%;
}

.open-fresh-time-schedule.tablepress {
	width: 70%;
	margin: 0 auto;
}
table.tablepress tbody tr td:first-child {
	border-right: 0;
}
table.tablepress tbody tr:first-child td {
	border-top: 2px solid #ddd;
}
table.tablepress tbody td, table.tablepress thead th {
	border: 2px solid #ddd;
}


/*講座詳細*/
body.open .wp-block-columns {
	display: flex;
	gap:	2em;
}


table.seminar-schedule, table.seminar-time-schedule {
	width: 70%;
	margin: 0 auto;
}

table.seminar-schedule tr td:last-child {
	text-align: right;
}

.contentbox .seminar-list-wrap p {
	padding-bottom: 0;
}
.contentbox .seminar-list-wrap table {
	margin-bottom: 20px;
}
.contentbox p.seminar-detail-button, .em-booking-buttons.sq-button {
	background: #d3a100;
	width: 200px;
	height: 40px;
  line-height: 40px;
	text-align: center;
	float: right;
}
.em-booking-buttons.sq-button {
	float: none;
	margin: 0 auto;
	height: 60px;
  line-height: 60px;
}
.maincont .contentbox .seminar-list-wrap a {
	text-decoration: none;
}
.seminar-list-wrap a p.seminar-detail-button {
	color: #fff;
}
.seminar-list-category {
	display: inline-block;
	font-size: 10px;
  padding: 0 7px;
	margin-bottom: 10px;
}
.seminar-list-category a {
	color: #fff;
	pointer-events: none;
	text-decoration: none;
}
.eventful.em-cal-day .em-cal-event {
--event-background-color: transparent!important;
--event-border-color: transparent!important;

}
.maincont .em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div a {
	color: #fff!important;
	font-size: 0.875rem;
}
.maincont .em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
	padding: 0;
}

.obligation {
	font-size: 38px;
}
.subsidy-mark {
    background: #c1272d;
    color: #fff;
    font-size: 11px;
    padding: 0 8px;
		width: fit-content;
}
.obligation {
	font-size: 38px;
	line-height: 60px;
}
.obligation span.gold {
	font-size: 60px;
}

@media screen and (max-width: 767px) {
.open .pagetitle h2 {
	font-size: 1rem;
}
table.seminar-schedule {
	width: 100%;
}
.obligation {
	font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.obligation {
	font-size: 24px;
	line-height: 54px;
}
.obligation span.gold {
	font-size: 48px;
}
}


/* 講座申込　ログインアコーディオン */
.acd-check {
    display: none;
}
.acd-label {
    padding: 10px 15px;
    box-sizing: border-box;
    background: #eee;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5px;
    width: 60%;
}
.acd-label::after {
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    transition: all 0.3s;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 60%;
    padding: 0;
    margin: 0 auto;
}
.acd-content p {
    margin: 0;
    padding: 0 20px;
    word-break: break-all;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 15px 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.acd-check:checked + .acd-label::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
    .acd-label {
        width: 95%;
    }
    .acd-content {
        width: 95%;
    }
    .acd-check:checked + .acd-label + .acd-content {
        padding: 10px 0;
    }
}


/* 講座申込 */
form.em-booking-form {
	margin-top: 60px;
}
.em-booking-form textarea {
	width: 95%;
	height: 200px;
}
.em-booking-form input[type=text] {
	width: 95%;
	padding: 10px 15px;
}
.em-booking-form-payment {
	margin-top: 40px;
}
.em-booking-message-error  {
	border: 2px solid #c1272d;
	padding: 20px;
}
.em.em-event-booking-form .em-booking-message.em-booking-message-success {
	color: initial !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.em.pixelbones h2 {
  font-size: 24px !important;
  text-align: center;
}
.em.pixelbones a:hover .wp-block-button span {
	color: #fff!important;
	background-color: #d3a100!important;
}
.already .em-login-trigger {
	display: none;
}
.em.pixelbones p, .em.em-event-booking-form .em-booking-message {
	padding: 0 0 20px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-size: 90%;
line-height: 160%;
}
.em.pixelbones p.login-notice {
	margin-bottom: 10px!important;
	padding-bottom: 0!important;
}
.em.pixelbones h2 {
	font-size: 150%!important;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 700!important;
	text-align: left;
}

/* お申込みの研修確認 */
table#dbem-bookings-table th, table#dbem-bookings-table td {
	padding:	10px 20px;
}
table#dbem-bookings-table td[data-detail] {
	display: none;
}

iframe#sub {
	border: none;
	width: 0px;
	height: 0px;
}


/* 人材開発支援助成金 */
.subsidy-question .q-mark {
		display: inline-block;
    background: #004E8F;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}
.subsidy-question .a-mark {
		display: inline-block;
	background: #c1272d;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}
.subsidy-title {
	background: #F4F4F4;
	height: 85px;
	line-height: 85px;
	width; 100%;
	border-bottom: #DFDFDF 1px solid;
}
.subsidy-title h4 {
	border-left: none;
	font-size: 1.375rem;
}
.subsidy-amount-wrap {
	border: #DFDFDF 1px solid;
}
.subsidy-amount {
	padding: 20px;
}
.subsidy-rate {
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.subsidy-rate span, .subsidy-amount-hour span {
	color: #004E8F;
	font-size: 2.5rem;
}
table#tablepress-9 th, table#tablepress-9 td {
	text-align: center;
}
table#tablepress-9 th {
	white-space: nowrap;
}
table#tablepress-9 td {
	white-space: nowrap;
	vertical-align: middle;
}


/*Compass */
h4.circle-number {
	border-left: none;
}
h4.circle-number strong:first-child {
    background: #7baa17;
    height: 36px;
    width: 36px;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-family: serif;
    font-style: italic;
    letter-spacing: 3px;
}
