/* // Seminar_index //
----------------------------------------------- */
.display_sp {
	display: none;
}
.first{
	padding: 35px 0 0 0;
}
.first:before {
	background: url(/_pack/img/seminar_index_btn_label.png) no-repeat;
	background-size: auto 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	content: "";
	width: 357px;
	height: 30px;
	display: inline-block;
}
.first_blue{
	color: #0e74c5;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.sectionA.apply:before {
    z-index: -2;
	}
	.htxA .wrap {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.pageHeaderA {
		background-position-x: 80%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inherit;
	}
	.first{
		font-size: 140%;
	}
	.first:before {
		width: 100%;
		height: 24px;
		background-size: auto 24px;
		background-position: center top;
	}
}



/* // まずは参加いただきたい人気オンラインセミナー PC//
----------------------------------------------- */
.seminar_main {
	margin-top: 80px;
}
.seminar_main .target {
	font-size: 18px;
	display: table;
	color: #fff;
	background-color: #118ad4;
	padding:14px 50px;
	margin:-100px auto 40px;
}
.seminar_main .ttl {
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.seminar_main .item3 .inner {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px;
	background: #f0f5f8;
}
.seminar_main .item3 .inner .inner_detail {
	width: calc(100% - 375px);
}
.seminar_main .inner .img img{
	width: 100%;
}
.seminar_main .item3 .inner .apply {
	max-width: 360px;
	min-width: 360px;
}
.seminar_main .item3 .inner .detail{
	background-color: #fff;
	margin: 0 2%;
	padding:20px;
}
.seminar_main .inner .detail ul {
}
.seminar_main .inner .detail ul li {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.seminar_main .inner .detail ul li:not(:first-child) {
	border-top:1px solid #eee;
}
.seminar_main .inner .detail ul li:before {
	content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 0;
  top: 5px;
	content: "\ea7c";
	font-size: 18px;
	font-family: iconfontA;
	z-index: 4;
	color: #3F8ACC;
}
.seminar_main .inner .btn_label {
	position: relative;
	width: 100%;
}
.seminar_main .item:not(:last-child) {
	margin-bottom: 50px;
}
/*今だけ！開催中の注目セミナー*/

.seminar_list {
	padding: 75px 0;
	background-image: url(/_pack/img/top_cv_back.jpg);
	background-size: cover;
	margin-top: 80px;
}
.seminar_list2 {
	background-image: none;
}

.seminar_main .wrap {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: stretch;
}
.seminar_main .wrap .item2 {
	width: 32%;
	background: #fff;
	padding:20px 15px;
	display: flex;
  flex-direction: column;
	margin: 10px 7px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px -5px #999;
}
.seminar_main .wrap .item2 .inner{
	width: 100%;
	text-align: left;
}
.seminar_main .wrap .item2 .inner .img{
	width: 100%;
}
.seminar_main .wrap .item2 .inner .detail{
	width: 100%;
}
.seminar_main .wrap .item2 .inner .detail p.date{
	font-size: 12px;
  font-weight: bold;
}

.seminar_main .wrap .item2 .inner .detail .contents_lead{
	display: inline-block;
	margin-top: 15px;
	padding: 5px;
	background: #1289d6;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.seminar_main .wrap .item2 .inner .detail p.date+.contents_lead{
	margin-top: 0;
}
.seminar_main .wrap .item2 .inner .detail .contents_ttl{
	width: 100%;
	min-height: 42px;
	margin: 5px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.seminar_main .wrap .item2 .inner .detail ul{
	padding:10px;
	margin: 10px 0 0;
	background: #f5f5f5;
}
.seminar_main .wrap .item2 .inner .detail ul li{
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	font-size: 14px;
}
.seminar_main .wrap .item2 .inner .detail ul li:before{
	top: 0;
}
.seminar_main .wrap .item2 .btn_label {
  min-height: 0%;
  margin-top: auto !important;
  height: 100%;
}

.apply {
  padding:0 0 30px 0 !important;
  border-radius: 8px 8px 0 0;
}
.sectionA_seminar_index.apply {
	padding-bottom: 0 !important;
}
.apply .title {
  font-size: 18px;
  color: #fff;
  padding:15px 0;
  background-color: #0e74c5;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.apply .title span {
  position: relative;
  padding-left: 57px;
}
.apply .title span:before  {
  background: url(/_pack/img/seminerDateList_icon.png) no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: -10px;
  content: "";
  width: 48px;
  height: 48px;
  display: inline-block;
}
.seminerDateList li {
  margin:0 20px;
}

.seminerDateList li .note {
  margin-left: inherit;
  color: #000;
  font-weight: 500;
}
.seminar_main .apply {
  width: 360px;
  padding:20px;
  position: sticky;
  margin-bottom: 80px;
  top: 85px;
  z-index: 1;
}
.sectionA.apply:before {
  display: none;
}
.title_catch {
  font-size:22px;
  font-weight: bold;
  background-color: #0e74c5;
  padding:12px 20px;
  color: #fff;
  display: table;
  text-align: left;
  margin-bottom: 15px;
}
.seminarTtl .htx2 {
  margin-bottom: 35px;
  font-size:275%;
  text-align: left;
}
.seminar_main .seminerDateList .wrap{
	width: auto;
}
.seminar_main .seminerDateList .wrap ul{
	width: 100%;
}
.seminerDateList li {
  background-color: #fff;
  padding:inherit;
}
.seminerDateList li a.reserve {
  position: inherit;
  width: 100%;
  padding:10px 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
}

.seminerDateList .sub_title {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 22px;
  color: #0e74c5;
}
.seminerDateList .sub_title:before,
.seminerDateList .sub_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0e74c5;
  width: 2px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.seminerDateList .sub_title:before {
  transform: rotate(-35deg);
}
.seminerDateList .sub_title:after {
  transform: rotate(35deg);
}

.seminerDateList .sub_title2 {
  font-size: 16px;
  padding:15px;
}

/*今だけ！開催中の注目セミナー*/

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
.seminar_main {
	margin: 0;
	padding: 0;
	background: none;
}
.seminar_main .target {
	font-size: 4vw;
	display: table;
	color: #fff;
	background-color: #118ad4;
	padding:14px 30px;
	margin:-65px auto 20px;
}
.seminar_main .ttl {
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.seminar_main .item3 .inner {
	width: auto;
	display: block;
	padding: 15px;
	background: #f0f5f8;
}
.seminar_main .item3 .inner .inner_detail {
	width: auto;
}
.seminar_main .item3 .inner .apply {
	max-width: initial;
	min-width: initial;
	width: auto;
	margin: 20px 2% 0;
}
.seminar_main .item3 .inner .apply .title {
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}
.seminar_main .item3 .inner .apply .title span {
  position: relative;
  padding-left: 48px;
}
.seminar_main .item3 .inner .apply .title span:before  {
  top: -8px;
  width: 40px;
  height: 40px;
}
.seminerDateList .sub_title {
	font-size: 18px;
}
.seminerDateList .sub_title2 {
  padding: 10px 0 20px;
}
.seminar_main .inner .img {
	width: 100%;
	margin-bottom: 10px;
}
.seminar_main .inner .img img{
	width: 100%;
}
.seminar_main .item3 .inner .detail{
	padding: 10px;
}
.seminar_main .inner .detail ul {
	background-color: #fff;
	padding: 0;
}
.seminar_main .inner .detail ul li {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.seminar_main .wrap {
	width: 100%;
	margin: 0 auto;
	display: inherit;
}
.seminar_main .inner .detail ul li:not(:first-child) {
	border-top:1px solid #eee;
}
.seminar_main .inner .detail ul li:before {
	content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 0;
  top: 10px;
	content: "\ea7c";
	font-size: 18px;
	font-family: iconfontA;
	z-index: 4;
	color: #3F8ACC;
}
.seminar_main .inner .btn_label {
	width: auto;
	margin: 20px 2% 0;
}
.seminar_main .btn_label:before {
	top: -24px;
	width: 240px;
	height: 23px;
}
.seminerDateList li {
  margin:0 10px;
}

/*今だけ！開催中の注目セミナー*/
.seminar_main .wrap {
	width: 100%;
	margin: 0 auto;
	display: inherit;
}
.seminar_main .wrap .item2 {
	width: 100%;
	background: #fff;
	padding:20px 15px;
	min-height: inherit;
	display: inline-block;
	margin: 10px 0px;
}
.seminar_main .wrap .item2 .inner{
	width: 100%;
	display: inherit;
}
.seminar_main .wrap .item2 .inner .img{
	width: 100%;
	margin-bottom: 20px;
}
.seminar_main .wrap .item2 .inner .detail{
	width: 100%;
}
.seminar_main .wrap .item2 .inner .detail p.date{
    max-width: 100%;
}
.seminar_main .wrap .item2 .inner .detail ul{
	margin: 10px 0 0;
}
.seminar_main .wrap {
	width: 100%;
	margin: 0 auto;
	display: inherit;
}

.seminar_list {
	padding: 30px 15px;
	background-image: url(/_pack/img/top_cv_back.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	margin-top: 20px;
}
.seminar_main .wrap .item2 .inner .detail .contents_ttl{
	min-height: initial;
  overflow: visible;
  display: block;
}
.seminar_list2 {
	background-image: none;
}

}








/* // 今すぐ見れるミニセミナー一覧 PC//
----------------------------------------------- */
.seminar_index_block{
	padding: 80px 0 0;
}
.txsmall{
	display: block;
	text-align: center;
	font-size: 16px;
}
.txsmall:before,
.txsmall:after{
	content: "";
	display: inline-block;
	height: 16px;
	border-left: 1px solid #000;
	transform-origin: center bottom;
}
.txsmall:before{
	transform: rotate(-30deg);
	margin-right: 10px;
}
.txsmall:after{
	transform: rotate(30deg);
	margin-left: 10px;
}
.seminar_index_block .txt span {
	background: linear-gradient(transparent 60%, #b3ddf2 60%);
	font-weight: bold;
}
.seminar_index_block .item_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.seminar_index_block .item {
	/*border: 1px solid #e7e7e7;*/
	/*box-shadow: 3px 3px 1px rgba(85,113,129,0.1);*/
	padding: 30px;
	width: 48%;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.seminar_index_block .seminar1 {
	background-color: #e1f3fc;
}
.seminar_index_block .seminar2 {
	background-color: #ffeded;
}
.seminar_index_block .item:nth-child(odd) {
	margin-right: 4%;
}
.seminar_index_block .item:nth-child(n+3) {
	margin-top: 40px;
}
.seminar_index_block .item .img{
	width: 100%;
	margin-bottom: 12px;
	position: relative;
}
/*.seminar_index_block .online .img:before {
	background: url(/_pack/img/seminar_index_label_online.png) no-repeat;
    right: 5px;
    position: absolute;
    bottom: 5px;
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: contain;
}*/
.seminar_index_block .btn_label{
	position: relative;
}
.seminar_index_block .btn_label:before{
	background: url(/_pack/img/seminar_index_btn_label.png) no-repeat;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    content: "";
    width: 274px;
    height: 23px;
    display: inline-block;
    background-size: contain;
}
.seminar_index_block .item .img img{
	width: 100%;
}
.seminar_index_block .item .detail  ul.tag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.seminar_index_block .item .detail  ul.tag li{
	background-color: #eda321;
	padding:5px 14px;
	font-weight: 700;
	color: #fff;
	margin-right: 10px;
}
.seminar_index_block .item .detail .sub_ttl{
	font-size: 14px;
	margin-bottom: 10px;
}
.seminar_index_block .item .ttl{
	font-size: 20px;
	font-weight: 700;
	position: relative;
	line-height: 1.7;
	margin-bottom: 25px;
	margin-top: 30px;
	text-align: center;
}
.seminar_index_block .item .ttl span {
	font-size: 14px;
}
.seminar_index_block .item .detail  ul.contents {
	background-color: #fff;
	padding: 15px;
	margin: 10px 0 45px;
}
.seminar_index_block .item .detail  ul.contents2 {
	background-color: #f8f8f8;
}
.seminar_index_block .item .detail  ul.contents li{
	font-weight: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
}
.seminar_index_block .item .detail  ul.contents li:before {
	content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
	content: "\ea7c";
	font-size: 18px;
	font-family: iconfontA;
	z-index: 4;
	color: #3F8ACC;
}
.seminar_index_block .item .detail  ul.contents li.clr_blue:before,
.seminar_index_block .item .detail  ul.contents li.clr_blue span {
	color: #3F8ACC;
}
.seminar_index_block .item .detail  ul.contents li.clr_red:before,
.seminar_index_block .item .detail  ul.contents li.clr_red span {
	color: #e53c39;
}
.seminar_index_block .item .detail  ul.contents li:not(:last-child){
	margin-bottom: 10px;
}
.seminar_index_block .item .target {
	position: absolute;
	top: 12px;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 18px;
	padding:14px;
	color: #fff;
	width: 80%;
	text-align: center;
	z-index: 10;
}
.seminar_index_block .item .target_clr01 {
	background-color: #118ad4;
}
.seminar_index_block .item .target_clr02 {
	background-color: #e53c39;
}
.seminar_index_block .info {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 60px;
	width: 1100px;
	align-items: center;
	position: relative;
	margin-top: 50px;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 1px rgba(85,113,129,0.1);
}
.seminar_index_block .info .img{
	width: 40%;
	margin-right: 5%;
}
.seminar_index_block .info .img img{
	width: 100%;
}
.seminar_index_block .info .detail {
	width: 55%;
}
.seminar_index_block .info .detail .target {
	font-size: 20px;
	font-weight: 700;
	background-color: #118ad4;
	padding:13px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.seminar_index_block .info .detail .ttl {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}
.seminar_index_block .info .detail .copy span{
	background: linear-gradient(transparent 70%, #83cdf2 70%);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
.seminar_index_block{
	padding: 53px 0 0;
}
.seminar_index_block .txt span {
	background: linear-gradient(transparent 65%, #b3ddf2 65%);
	font-weight: bold;
}
.seminar_index_block .item_wrap {
	display: inherit;
	flex-wrap: inherit;
	margin-top: 20px;
}
.seminar_index_block .item {
	padding: 20px 15px;
	width: 100%;
	flex-direction: inherit;
	position: relative;
	box-shadow: 3px 3px 1px rgba(85,113,129,0.1);
}
.seminar_index_block .item:not(:last-child) {
	margin-bottom: 40px;
}
.seminar_index_block .item:nth-child(n+3) {
	margin-top: inherit;
}
.seminar_index_block .item .img{
	width: 100%;
	margin-right: 0;
}
/*.seminar_index_block .online .img:before {
	background: url(/_pack/img/seminar_index_label_online.png) no-repeat;
    right: 6px;
    position: absolute;
    bottom: 6px;
    content: "";
    width: 100%;
    height: 50%;
    display: inline-block;
    background-size: contain;
    background-position-x:right;
}*/
.seminar_index_block .btn_label:before{
	background: url(/_pack/img/seminar_index_btn_label.png) no-repeat;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: -24px;
    content: "";
    width: 240px;
    height: 23px;
    display: inline-block;
    background-size: contain;
}
.seminar_index_block .item .img img{
	width: 100%;
}
.seminar_index_block .item .detail {
	width: 100%;
}
.seminar_index_block .item .detail  ul.tag li{
	background-color: #eda321;
	padding:4px 8px;
	font-weight: 700;
	color: #fff;
	margin-right: inherit;
	font-size: 3.4vw;
}
.seminar_index_block .item .detail  ul.tag li:not(:last-child) {
	margin-right: 5px;
}
.seminar_index_block .item .detail .sub_ttl{
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.seminar_index_block .item .ttl{
	font-size: 18px;
	font-weight: 700;
	position: relative;
	line-height: 1.7;
	margin-bottom: 25px;
	margin-top: 30px;
}
.seminar_index_block .item .detail  ul.contents {
	margin: 10px 0 40px;
}
.seminar_index_block .item .target {
	position: absolute;
	top: 5px;
	font-size: 4vw;
	padding:10px;
	color: #fff;
	width: 85%;
	z-index: 10;
}

.seminar_index_block .info .target {
	left: 25px;
	right: 25px;
	line-height: 1.5;
	padding: 8px 20px 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 125%;
	top: -25px;
}
.seminar_index_block .info {
	margin-top: 30px;
	display: inherit;
	flex-wrap: inherit;
	padding: 30px 15px 20px 15px;
	width: 100%;
	flex-direction: inherit;
	align-items: inherit;
	position: relative;
}
.seminar_index_block .info .img{
	width: 100%;
	margin-right: 0;
}
.seminar_index_block .info .img img{
	width: 100%;
}
.seminar_index_block .info .detail {
	width: 100%;
}
.seminar_index_block .info .detail .target {
	font-size: 4vw;
	font-weight: 700;
	background-color: #118ad4;
	padding:10px 5px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.seminar_index_block .info .detail .ttl {
	font-size: 20px;
	font-weight: 500;
	margin: 15px;
	text-align: center;
}

.seminar_index_block .info .detail .copy span{
	background: linear-gradient(transparent 70%, #b3ddf2 70%);
}
}

/* // renewal //
----------------------------------------------- */

/*pick up*/
#document_pickup.sectionA{
	padding-bottom: 55px;
}
#document_pickup .swiper-slide{
	width: 596px;
	margin: 0 45px;
}
#document_pickup .swiper-button {
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #0c74c6;
	line-height: 58px;
	opacity: 1;
	color: #3575c0;
}
#document_pickup .swiper-button-prev{
	left: calc(50% - 370px);
}
#document_pickup .swiper-button-next {
	right: calc(50% - 370px);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#document_pickup.sectionA{
		padding-top: 40px;
		padding-bottom: 0;
	}
	#document_pickup .swiper-slide{
		width: 310px;
		margin: 0 5px;
	}
	#document_pickup .swiper-button {
		display: none;
	}
}
