@charset "UTF-8";

/* ==========================================================
 override
========================================================== */
#content.page-forfront {
    background-color: #eaedf2;
	padding-top: calc(52px + 2em);
}
.page #main {
    width: auto !important;
	margin: 0 auto;
}
/* ==========================================================
 hero
========================================================== */
.child-section.hero {
	padding: 0;
}
.hero .page-title {
	margin: 0.1em 0 0.67em 0;
}
.entry-content ul.anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 8px 16px;
    margin: 32px 0 0;
	list-style-type: none;
	
}
.entry-content ul.anchor-list > .item > .link {
		font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    white-space: nowrap;
}
.entry-content ul.anchor-list > .item > .link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/common/child_icon_arrow_blk.svg) center center /contain no-repeat;
    transform: rotate(90deg);
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
	.child-section.hero {
		padding: 0;
	}
	.entry-content ul.anchor-list {
    position: static;
    transform: none;
    flex-direction: column;
    padding: 10px;
    margin: 15px 0;
	}
	.entry-content ul.anchor-list > .item > .link {
    padding: 10px;
	}
}
/* ==========================================================
download
========================================================== */
.child-section.download {
	padding: 40px 0 40px 0;
}
/*.child-section.download#recommend {
	padding-top: 120px;
}*/
.download .list.flex-set  {
	display: flex;
	flex-wrap: wrap;
}
.download .list li  {
	width: calc(100% / 3);
}
.download .list.item-large li  {
	width: 50%;
}
.download .list li a.item-button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px;
	text-decoration: none;
	transition: .2s;
}
.download .list li a.item-button:hover  {
	background-color: var(--gr-50);
}
.download .list li a.item-button:hover .child-button {
	background-color: var(--sun);
	color: var(--pu-400);
}
.download .list li .list-item-wrapper {
	position: relative;
	height: 100%;
	padding-bottom: 100px;
}
.download .list li .list-item-image {
	width: 75%;
	transition: .3s;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.download .list li.horizontal .list-item-image {
	width: 100%;
	margin: 55px 0;
}
.download .list.item-large li .list-item-image {
	width: 50%;
}
.download .list.item-large li .list-item-image.service {
	width: 100%;
	box-shadow: none;
}
.download .list li .list-title {
	color: #335799;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	min-height: 90px;
	padding-top: 30px;
}
.download .list.item-large li .list-title {
	font-size: 28px;
}
.download .list li .list-title span {
	font-size: 17px;
}
.download .list li p {
	/*font-size: 16px;*/
	text-align: left;
}
.download .list li p.list-item-text-desc {
	/*min-height: 84px;*/
}
.download .list.item-large li p.list-item-text-desc {
	/*min-height: 120px;*/
    margin-top: 1em;
}
.download .list .child-button {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.child-section.download {
		padding: 0;
	}
	.download .list.flex-set {
		flex-direction: column;
	}
	.download .list li,
	.download .list.item-large li {
		width: 100%;
	}
	.download .list li a.item-button {
		padding: 30px 15px;
	}
	.download .list li .list-item-wrapper {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.download .list.item-large li .list-item-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.download .list li .list-item-wrapper h2,
	.download .list li .list-item-wrapper p {
		text-align: left;
		min-height: 0;
		padding-top: 0;
	}
	.download .list.item-large li .list-item-wrapper h2 {
		text-align: center;
		margin-top: 10px;
	}
	.download .list li .list-item-image,
	.download .list li.horizontal .list-item-image {
		width: 25%;
		margin: 0 10px 10px 10px;
	}
	.download .list.item-large li .list-item-image {
		width: 50%;
	}
	.download .list li .list-item-text-desc {
		font-size: 14px;
		line-height: 1.5em;
	}
}


/* ==========================================================
 child-detail
========================================================== */
.child-detail .child-font.page-title {
  font-size: 40px;
}
.child-detail-list {
  width: 100%;
  padding: 32px 40px;
  border: solid 1px #e5e5e5;
  border-radius: 12px;
  margin: 16px 0;
  list-style-type: disc;
}
.child-detail-list li {
  font-weight: bold;
  padding-bottom: 16px;
  margin-left: 20px;
}
.child-detail-list li:last-of-type {
  padding-bottom: 0;
}
.child-download-img-wrapper {
  border: solid 1px #e5e5e5;
  border-radius: 12px;
  margin: 16px 0;
  text-align: center;
  overflow: hidden;
}
.child-download-img {
	max-height: 240px;
}
.child-detail .detail {
	position: relative;
}
.child-detail .detail input.more-checker {
	display: none;
}
.child-detail .detail label.more-checker {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	text-decoration: underline;
	background-color: #fff;
	padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .child-detail .child-font {
  	font-size: 14px;
  	line-height: 25px;
    text-align: justify;
    word-break: break-all;
    margin: 0 0 1em 0;
  }
  .child-detail .child-font.small {
    text-align: left;
  }
  .child-detail .child-font.page-title {
    font-size: 32px;
  }
  .child-detail-list {
    padding: 15px 20px;
  }
  .child-download-img-wrapper {
	width: 50%;
	float: right;
	margin: 0 0 8px 8px;
  }
  .child-detail .detail label.more-checker {
  	display: inline-block;
  }
  .child-detail .detail .more {
  	height: 150px;
  	overflow: hidden;
  	margin-bottom: 15px;
  }
.child-detail .detail input.more-checker:checked ~ label.more-checker {
  	display: none;
  }
  .child-detail .detail input.more-checker:checked ~ .more {
  	height: auto;
  	overflow: visible;
  }

}
/* ==========================================================
 seminar
========================================================== */
.seminar-card-inner {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	background-color: #fff;
}
.seminar-card-image-area {
	width: 100%;
	background-color: #ccc;
}
.seminar-card-image-area img {
	width: 100%;
	height: auto;
}
.seminar-status {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/* min-width: 80px; */
	padding: 0 10px;
	border-radius: 0 0 3px 0;
	height: 30px;
	line-height: 30px;
}
.seminar-status.now { /* 受付中 */
	background-color: #EB4F25;
}
.seminar-card-textarea {
	padding: 15px 20px 20px;
}
.seminar-date {
	font-size: 14px;
	line-height: 1;
	color: #333;
}
.seminar-date span.small {
	font-size: 14px;
	font-family: roboto, "sans-serif";
}
.seminar-date span.large {
	font-size: 24px;
	font-family: roboto, "sans-serif";
}
.seminar-place {
	font-size: 16px;
	line-height: 1;
	border-left: solid 1px #d5d5d5;
	margin-left: 11px;
	padding-left: 11px;
	color: #333;
}
.seminar-category {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 24px;
	border-radius: 3px;
	padding: 0 10px;
	border: solid 1px #D5D5D5;
	color: #333;
	padding: 0 12px;
	background-color: #fff;
	margin: 0 10px 10px 0;
}
.card-subtextarea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	align-items: center;
	/* padding: 16px 0 8px; */
}
.card-subtextarea:first-child {
	margin-top: 0;
}
p.seminar-keyword {
    font-size: 12px;
    background-color: #F8F8F8;
    border: solid 1px #D5D5D5;
    border-radius: 20px;
    height: 25px;
    line-height: 23px;
    color: #333;
    margin: 0 4px 4px 0;
    padding: 0 8px;
}
/* ==========================================================
 カテゴリー別一覧用スタイル
========================================================== */
.download ul.doc-list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
.download ul.doc-list > .item {
    width: calc(100% / 3);
    height: auto;
    margin-top: 20px;
    padding: 0 10px;
}
/*#recommend.download ul.doc-list > .item:nth-child(n + 4) {
	display: none;
}*/
/*.download .doc-list > .item:nth-child(3n - 2) {
	margin-left: 0;
}*/
.download ul.doc-list > .item > .link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
  position: relative;
  text-decoration: none;
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
	border: solid 1px var(--gr-150);
}
.download ul.doc-list > .item > .link:hover {
	background-color: var(--gr-50);
}
.download ul.doc-list > .item > .link:hover > .child-button {
	background-color: var(--sun);
}
.download ul.doc-list > .item > .link > .pict {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.download ul.doc-list > .item > .link > .pict > .image {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.download ul.doc-list > .item > .link > .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: var(--pu-400);
	margin: 16px 0 0 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
	text-align: center;
}
.download ul.doc-list > .item > .link > .child-button {
	font-size: 18px;
	height: 72px;
	margin: 16px 0 0 0;
	width: auto;
	min-width: 0;
}
@media screen and (max-width: 768px) {
	.download ul.doc-list {
		flex-direction: column;
		margin: 0;
	}
	.download ul.doc-list > .item {
		width: 100%;
		margin-top: 30px;

	}
	.download ul.doc-list > .item > .link {
		padding: 30px;
		background-color: #fff;
		border: solid 1px var(--gr-150);
	}
	.download ul.doc-list > .item > .link > .title {
		font-size: 20px;
	}
}
/* ==========================================================
 child-form
========================================================== */
/*メールに欄外注意書き追加---------------------*/
input#Email {
  margin-bottom: 20px;
  height: 40px;
}
input#Email ~ div.mktoClear {
  display: block;
  position: absolute;
  bottom: 0;
  left: 200px;
  width: auto;
  height: 20px;
}
input#Email ~ div.mktoClear::before {
  display: inline;
  content: "※会社用メールアドレスをご記入ください";
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
}
@media screen and (max-width: 768px) {
  input#Email ~ div.mktoClear {
    left: 0;
  }
}
