.seminar__single__field__recommend__listcharset "utf-8";

/*===============================================
WEBフォント
===============================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,500;0,700;1,400&display=swap');

@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

body {
	overflow: visible;
}
.bg__gray {
	background: #f5f5f5;
}
::placeholder {
	color: #ccc;
}
a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
dl.nodisplay {
	display: none;
}
/*パンくずリスト*/
.pankuzu {
	background: #f5f5f5;
	padding: 20px 0;
}
.pankuzu__list {
	display: -webkit-flex;
	display: flex;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.pankuzu__list li {
	font-size: 12px;
	white-space: nowrap;
}
.pankuzu__list li:last-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
}
.pankuzu__list li + li {
	margin-left: 15px;
}
.pankuzu__list li + li::before {
	content: "＞";
	margin-right: 15px;
}

@media screen and (max-width:959px){
	.only__pc {
		display: none;
	}
	.pankuzu {
		padding: 10px 0;
	}
	.pankuzu__list {
		width: auto;
		margin: 0 15px;
	}
	.pankuzu__list li {
		font-size: 10px;
		white-space: nowrap;
	}
	.pankuzu__list li:last-of-type {
		overflow: hidden;
	}
	.pankuzu__list li + li {
		margin-left: 10px;
	}
	.pankuzu__list li + li::before {
		margin-right: 10px;
	}
}

/* 共通クラス */
.main-content__wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: left;
}
.page__heading {
	background: url(https://www.ecmarketing.co.jp/common/img/bg01.png);
	margin: 0 0 40px;
	padding: 40px 0;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
}
.page__leadtxt {
	width: 1000px;
	margin: 0 auto;
	line-height: 2.0;
	text-align: left;
}
.section__heading {
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #cacaca;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	position: relative;
}
.section__heading::before {
    content: "";
	background: #1f2879;
    width: 140px;
    height: 1px;
    position: absolute;
    left: 0;
	bottom: -1px;
}
.section__heading i {
	margin-right: 10px;
	color: #1f2879;
}
.seminar__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
.seminar__list__item {
	width: 320px;
	text-align: left;
}
@media screen and (min-width:960px){
	.seminar__list__item:not(:nth-of-type(3n)) {
		margin-right: 20px;
	}
	.seminar__list__item:nth-of-type(n+4) {
		margin-top: 60px;
	}
}
.seminar__list__item__inner {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 5px;
}
.seminar__list__item__state {
	background: #ac2020;
	width: 50px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.seminar__list__item__state.streaming {
	background: #6eb660;
}
.seminar__list__item__state.finish {
	background: #151515;
}
.seminar__list__item__tab {
	display: -webkit-flex;
	display: flex;
	margin-left: 20px;
}
.seminar__list__item__tab li:nth-of-type(n+2) {
	margin-left: 10px;
}
.seminar__list__item__tab li a {
	display: block;
	background: #fff;
	padding: 0 10px;
	color: #1f2879;
	font-size: 12px;
	line-height: 18px;
	border: #1f2879 solid 1px;
	border-radius: 5px;
}
.seminar__list__item__tab li a:hover {
	background: #1f2879;
	color: #fff;
}
.seminar__list__item__link {
	display: block;
	height: -webkit- calc(100% - 25px);
	height: calc(100% - 25px);
	background: #fff;
	box-shadow: 0 5px 10px #ccc;
}
.seminar__list__item__image {
	height: 168px;
	position: relative;
	overflow: hidden;
}
.seminar__list__item__image img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.seminar__list__item__link:hover .seminar__list__item__image img {
	transform: scale(1.1, 1.1);
}
.seminar__list__item__data {
	padding: 20px;
}
.seminar__list__item__data dt {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.seminar__list__item__data dd {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0 0 0 24px;
	font-size: 14px;
	line-height: 1.5;
}
.seminar__list__item__link:hover .seminar__list__item__data dd {
	color: #1f2879;
}
.seminar__list__item__data dd::before {
	display: inline-block;
	width: 24px;
	margin: 0 0 0 -24px;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
	color: #1f2879;
}
.seminar__list__item.finish .seminar__list__item__image::after{
	content: "受付は終了しました";
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    line-height: 1.0;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:959px){
	.main-content__wrap {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.page__heading {
		background: url(https://www.ecmarketing.co.jp/common/img/bg01.png);
		margin: 0 0 30px;
		padding: 30px 0;
		font-size: 18px;
	}
	.page__leadtxt {
		width: auto;
		margin: 0 15px;
	}
	.section__heading {
		margin: 0 0 20px;
		padding: 0 0 10px;
		font-size: 20px;
	}
	.seminar__list {
		display: block;
		width: auto;
	}
	.seminar__list__item {
		width: auto;
	}
	.seminar__list__item:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.seminar__list__item__tab {
		margin-left: 10px;
	}
	.seminar__list__item__link {
		height: auto;
	}
	.seminar__list__item__image {
		height: auto;
	}
	.seminar__list__item__data {
		padding: 15px;
	}
	.seminar__list__item__data dd {
		padding: 0 0 0 24px;
		font-size: 14px;
	}
	.seminar__list__item__data dd::before {
		width: 24px;
		margin: 0 0 0 -24px;
	}
}

.seminar__list__noitem {
	background: #f0f0f0;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 959px) {
	.seminar__list__noitem {
		width: auto;
		padding: 10px;
		font-size: 14px;
	}
}

form dl +dl {
	margin-top: 20px;
}
form dl dt {
	font-size: 12px;
	font-weight: bold;
}
form dl dt .required {
	display: inline-block;
	background: #f00;
	margin: 0 0 0 5px;
	padding: 0 2px;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	border-radius: 2px;
}
form dd.cols {
	display: -webkit-flex;
	display: flex;
}
form dd.cols span.wpcf7-form-control-wrap {
	width: 48%;
}
form dd.cols span + span {
	margin-left: auto;
}
form input[type="text"],
form input[type="email"],
form select,
form input[type="tel"] {
	background: #fff;
	width: 100%;
	padding: 10px;
	border: #ccc solid 1px;
	color: #1a1a1a;
	font-size: 14px;
	border-radius: 0;
}
.fomr__select dd {
	position: relative;
}
.fomr__select dd::after {
	content: "▼";
	height: 10px;
	margin: auto;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}
form textarea {
	width: 100%;
	height: 85px;
	padding: 10px;
	border: #ccc solid 1px;
	font-size: 14px;
	line-height: 1.5;
}
form .btn {
	max-width: 280px;
	margin: 40px auto 0;
}
form .btn input[type="submit"]{
	display: block;
	background: #f1672b;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	border: #fff solid 2px;
	box-shadow: 0 5px 5px #aaa;
}
form .btn input[type="submit"]:hover {
	opacity: 0.8;
}
.seminar__form__privacy {
	background: #fff;
	margin: 20px 0;
	height: 200px;
	padding: 10px;
	border: #ccc solid 1px;
	overflow: auto;
}
.seminar__form__privacy h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: #000 solid 1px;
}
.seminar__form__privacy h4 {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
}
.seminar__form__privacy p + h4 {
	margin-top: 15px;
}
.seminar__form__privacy p {
	font-size: 1em;
	line-height: 1.5;
}
.wpcf7-not-valid-tip {
	font-size: 11px !important;
	margin: 5px 0 0;
}
.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	color: #dc3232;
	font-size: 11px;
	line-height: 1.5;
}
.common__entries {
	text-align: left;
}
@media screen and (max-width:959px){
	form dl +dl {
		margin-top: 15px;
	}
	form input[type="text"],
	form input[type="email"],
	form select,
	form input[type="tel"] {
		font-size: 16px;
	}
	form textarea {
		font-size: 16px;
	}
	form .btn {
		margin: 30px auto 0;
	}
	.seminar__form__privacy {
		height: 50vh;
		padding: 15px;
	}
}

/* トップページ */
.seminar__top__visual {
	background: url(https://www.ecmarketing.co.jp/common/img/bg01.png);
	padding: 30px 0;
	color: #fff;
	text-align: left;
}
.seminar__top__visual__inner {
	display: -webkit-flex;
	display: flex;
	width: 1000px;
	margin: 0 auto;
}
.seminar__top__visual__heading {
	margin: 0 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 900;
}
.seminar__top__visual__heading span {
	display: block;
	background: #fff;
	width: 320px;
	height: 50px;
	margin: 0 0 15px;
	border-radius: 25px;
	color: #1f2879;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}
.seminar__top__visual__inner p {
	font-size: 14px;
	line-height: 2;
}
.seminar__top__visual__image {
	width: 380px;
	height: 205px;
	margin-left: auto;
}
.seminar__top__visual__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.seminar__top__accept {
	padding: 100px 0;
}
.seminar__top__streaming {
	padding: 70px -webkit-calc((100% - 1000px) / 2) 80px;
	padding: 70px calc((100% - 1000px) / 2) 80px;
	text-align: left;
}
.seminar__top__streaming__label {
	display: inline-block;
	background: #31aff0;
	margin: 0 0 20px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 5px 10px #ccc;
	position: relative;
}
.seminar__top__streaming__label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #31aff0;
}
.seminar__list__item.streaming .seminar__list__item__state {
	background: #6eb660;
}
.seminar__list__item.streaming .seminar__list__item__data dt {
	display: none;
}
.seminar__top__finish {
	padding: 100px 0;
}
.seminar__list__item.finish .seminar__list__item__state {
	background: #151515;
}
.seminar__list__item.finish .seminar__list__item__image::before {
	content: "";
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.seminar__list__item.finish .seminar__list__item__image::after {
	content: "受付は終了しました";
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: 18px;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
}
.btn__more {
	padding: 0 0 100px;
}
.btn__more a {
	display: block;
	background: #fff;
	width: 300px;
	margin: 0 auto;
	color: #1f2879;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	border: #1f2879 solid 1px;
	position: relative;
}
.btn__more a:hover {
	background: #1f2879;
	color: #fff;
}
.btn__more a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
	color: #1f2879;
	position: absolute;
	right: 10px;
}
.btn__more a:hover::before {
	color: #fff;
}

@media screen and (max-width:959px){
	.seminar__top__visual {
		padding: 30px 15px;
	}
	.seminar__top__visual__inner {
		display: block;
		width: auto;
	}
	.seminar__top__visual__heading {
		font-size: 24px;
	}
	.seminar__top__visual__heading span {
		width: 50%;
		height: auto;
		margin: 0 0 10px;
		padding: 10px 0;
		font-size: 16px;
		line-height: 1.0;
	}
	.seminar__top__visual__inner p {
		font-size: 12px;
	}
	.seminar__top__visual__image {
		width: auto;
		height: auto;
		margin: 20px 0 0;
	}
	.seminar__top__accept {
		padding: 40px 15px;
	}
	.seminar__top__streaming {
		padding: 40px 15px;
	}
	.seminar__top__finish {
		padding: 40px 15px;
	}
	.seminar__list__item.finish .seminar__list__item__image::after {
		height: 14px;
		font-size: 14px;
	}
	.btn__more {
		padding: 0 0 40px;
	}
	.btn__more a {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 60px;
	}
}

/* セミナーリクエスト（ボトム） */

.seminar__request {
	background:url(../seminar/images/pt_seminar_request.jpg);
	padding: 60px 0;
	text-align: left;
}
.seminar__request__heading {
	max-width: 1000px;
	margin: 0 auto 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 900;
	text-align: left;
}
.seminar__request__heading em {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.seminar__request__heading br + em {
	margin-top: 15px;
}
.seminar__request__heading em::before {
	content: "";
	display: block;
	background: #ff0;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -5px;
	z-index: -1;
}
.seminar__request__inner {
	width: 1000px;
	min-height: 328px;
	margin: 0 auto;
	position: relative;
}
.seminar__request__inner p {
	background: url(../seminar/images/bg_seminar_request.png);
	padding: 0 520px 1px 10px;
	font-size: 14px;
	line-height: 40px;
}
.seminar__request__btn a {
	display: block;
	/*background: #f1672b;*/    background: #1f2879;
	color: #fff!important;
	width: 320px;
	margin: 30px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.seminar__request__btn a:hover {
	opacity: 0.8;
}
.seminar__request__btn a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
	margin: 0 10px 0 0;
    font-weight: 900;
}
.seminar__request__image {
	transform:rotate(2deg); 
	position: absolute;
	top: -30px;
	right: 10px;
	box-shadow: 0 5px 10px #ccc;
}
.seminar__request__image::before {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.66);
	width: 50px;
	height: 10px;
	transform:rotate(45deg); 
	position: absolute;
	top: 0;
	right: -15px;
	z-index: 2;
}
.seminar__request__image::after {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.66);
	width: 50px;
	height: 10px;
	transform:rotate(45deg); 
	position: absolute;
	bottom: 0;
	left: -15px;
	z-index: 2;
}
@media screen and (max-width:959px){
	.seminar__request {
		margin: 0 0 20px;
		padding: 30px 15px;
	}
	.seminar__request__heading {
		margin: 0 auto 20px;
		font-size: 18px;
	}
	.seminar__request__inner {
		width: auto;
		min-height: auto;
	}
	.seminar__request__inner p {
		background: url(../seminar/images/bg_seminar_request.png);
		background-size: auto 30px;
		margin: 15px 0 0;
		padding: 0 15px 1px;
		font-size: 12px;
		line-height: 30px;
	}
	.seminar__request__btn a {
		width: 280px;
		margin: 30px auto 0;
		font-size: 16px;
		line-height: 60px;
	}
	.seminar__request__image {
		position: relative;
		top: auto;
		right: auto;
	}
}

/* アーカイブ */
.seminar__archive {
	padding: 100px 0;
}
.seminar__archive__nav {
	margin: 0 0 60px;
}
.seminar__archive__nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.seminar__archive__nav ul li + li {
	margin: 0 0 10px 10px;
}
.seminar__archive__nav ul li a {
	display: block;
	padding: 10px 20px;
	border: #1f2879 solid 1px;
	border-radius: 5px;
	color: #1f2879;
	font-size: 18px;
}
.seminar__archive__nav ul li a:hover {
	background: #1f2879;
	color: #fff;
}
.seminar__archive__nav ul li.current-cat a {
	background: #1f2879;
	color: #fff;
}
.pagination.border__bottom {
	border-bottom: #ccc solid 1px;
}
.pagination .page-numbers {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.pagination .page-numbers li {
	margin: 0 0 100px;
}
.pagination .page-numbers li + li {
	margin-left: 15px;
}
.pagination .page-numbers li .current {
	display: block;
	width: 40px;
	height: 40px;
	background: #1f2879;
	color: #fff;
	border: #1f2879 solid 1px;
	border-radius: 50%;
	line-height: 38px;
}
.pagination .page-numbers li a{
	display: block;
	width: 40px;
	height: 40px;
	border: #1f2879 solid 1px;
	color: #1f2879;
	border-radius: 50%;
	line-height: 38px;
}
@media screen and (max-width:959px){
	.seminar__archive {
		padding: 40px 15px;
	}
	.seminar__archive__nav {
		margin: 0 0 30px;
	}
	.seminar__archive__nav ul li + li {
		margin: 0 0 5px 5px;
	}
	.seminar__archive__nav ul li a {
		display: block;
		padding: 5px 10px;
		font-size: 12px;
	}
	.pagination .page-numbers li {
		margin: 0 0 40px;
	}
	.pagination .page-numbers li + li {
		margin-left: 10px;
	}
	.pagination .page-numbers li .current {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.pagination .page-numbers li a{
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
}

@media screen and (min-width:960px){
.only__sp {
	display: none;
}
}

/* 詳細ページ */
.seminar__single {
	width: 660px;
}
.seminar__form {
	background: #eff3f6;
	width: 320px;
	margin: 0 0 0 auto;
	padding: 40px 20px;
}
@media screen and (min-width:960px){
	/*.seminar__form {
		max-height: 65vh;
		postion: -webkit-sticky;
		position: sticky;
		top: 120px;
		overflow: auto;
	}*/
}
.seminar__form__heading {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 18px;
	text-align: center;
	border-bottom: #000 solid 1px;
}
.seminar__form p {
	line-height: 1.5;
}
.seminar__form p + p {
	margin-top: 1rem;
}
.seminar__form form {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #ccc solid 1px;
}
.seminar__form form dl dt {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
.seminar__form form dl dd .comment {
	margin: 0 0 10px;
	font-size: 12px;
}
.seminar__form form dl dd .comment a {
	text-decoration: underline;
}
.wpcf7-list-item {
	margin: 0 !important;
}

.seminar__single__hgroup {
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0 0 30px 30px;
	border-bottom: 1px solid #cacaca;
	position: relative;
}
.seminar__single__hgroup::before {
    content: "";
	background: #1f2879;
    width: 140px;
    height: 1px;
    position: absolute;
    left: 0;
	bottom: -1px;
}
.seminar__single__heading {
	margin: 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
}
.seminar__single__heading::before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
	height: 24px;
	margin: auto;
	font-size: 24px;
	line-height: 1.0;
    font-weight: 400;
	color: #232b7b;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
}
.seminar__single__image {
	margin: 0 0 40px;
}
.seminar__single__date {
	font-size: 18px;
	font-weight: bold;
}
.seminar__single__content {
	/*line-height: 1.5;*/
}
.seminar__single__field {
	margin: 40px 0 0;
}
.seminar__single__field__heading {
	background: #232b7b;
	margin: 0 0 30px;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
}
.seminar__single__field__heading::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #232b7b;
}
.seminar__single__field__recommend__heading {
	background: #fff;
	width: 300px;
	margin: 0 auto -10px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 5px 10px #ccc;
	position: relative;
}
.seminar__single__field__recommend__heading::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}.seminar__single__field__recommend__list {
	background: #f5f5f5;
	padding: 40px;
}
.seminar__single__field__recommend__list li::before{
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
    color: #5e69c4;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.seminar__single__field__recommend__list li + li {
	margin-top: 20px;
}
.seminar__single__field__recommend__list li i {
	margin-right: 10px;
	color: #5e69c4;
}
.seminar__single__field__txt {
	padding: 40px;
	border: #ccc solid 1px;
	line-height: 1.5;
}
.seminar__single__field__instructor {
	display: -webkit-flex;
	display: flex;
	background: #f5f5f5;
	padding: 40px;
}
.seminar__single__field__instructor .l_box {
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	-webkit-order: -1;
	order: -1;
}
.seminar__single__field__instructor__heading {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.seminar__single__field__instructor__post {
	display: block;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.seminar__single__field__instructor p {
	line-height: 1.5;
}
.seminar__single__field__instructor__image {
	width: 200px;
	height: 200px;
	margin: 0 0 0 auto;
}
.seminar__single__field__instructor__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.seminar__single__field__data {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px;
	border: #ccc solid 1px;
	line-height: 1.5;
}
.seminar__single__field__data dt {
	width: 20%;
}
.seminar__single__field__data dd + dt {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #ccc solid 1px;
}
.seminar__single__field__data dd {
	width: 80%;
}
.seminar__single__field__data dd:nth-of-type(n+2) {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #ccc solid 1px;
}
.seminar__single__field__stream__heading {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
}
.seminar__single__field__stream__heading i {
	color: #1f2879;
	margin: 0 10px 0 0;
}
.seminar__single__field__stream {
	background: #f5f5f5;
	padding: 40px;
}
.seminar__single__field__stream p {
	line-height: 1.5;
}
.seminar__single__field__stream .btn__more {
	padding: 0;
}
.seminar__single__field__stream .btn__more a {
	margin: 40px auto 0;
	text-align: center;
}
.seminar__single__field__about__image {
	margin: 0 25% 20px;
	text-align: center;
}
@media screen and (max-width:959px){
	.seminar__single {
		width: auto;
		padding: 40px 0;
	}
	.seminar__form {
		width: auto;
		margin: 0;
		padding: 40px 15px;
	}
	.seminar__form__heading {
		margin: 0 0 10px;
		padding: 0 0 5px;
		font-size: 18px;
	}
	.seminar__form__privacy {
		height: 50vh;
		padding: 15px;
	}
	.seminar__single .seminar__list__item__inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	.seminar__single__hgroup {
		margin: 0 15px 20px;
		padding: 0 0 10px 25px;
	}
	.seminar__single__heading {
		margin: 0 0 5px;
		font-size: 18px;
	}
	.seminar__single__heading::before {
		height: 18px;
		margin: auto;
		font-size: 18px;
		line-height: 1.0;
		left: -25px;
	}
	.seminar__single__date {
		font-size: 14px;
	}
	.seminar__single__image {
		margin: 0 0 30px;
	}
	.seminar__single__content {
		margin: 0 15px;
		/*line-height: 1.5;*/
	}
	.seminar__single__field {
		margin: 30px 15px 0;
	}
	.seminar__single__field__heading {
		margin: 0 0 20px;
		padding: 10px 15px;
		font-size: 18px;
	}
	.seminar__single__field__recommend__heading {
		width: 260px;
		margin: 0 auto -10px;
		font-size: 18px;
	}
	.seminar__single__field__recommend__list {
		padding: 25px 15px 15px;
	}
	.seminar__single__field__recommend__list li {
		padding: 0 0 0 2rem;
	}
	.seminar__single__field__recommend__list li + li {
		margin-top: 10px;
	}
	.seminar__single__field__recommend__list li i {
		display: inline-block;
		width: 2rem;
		margin: 0 0 0 -2rem;
	}
	.seminar__single__field__txt {
		padding: 15px;
	}
	.seminar__single__field__instructor {
		display: block;
		padding: 15px;
	}
	.seminar__single__field__instructor .l_box {
		width: auto;
	}
	.seminar__single__field__instructor__heading {
		margin: 0 0 5px;
		font-size: 14px;
	}
	.seminar__single__field__instructor__post {
		margin: 0 0 10px;
		font-size: 14px;
	}
	.seminar__single__field__instructor__image {
		width: 150px;
		height: 150px;
		margin: 0 auto 15px;
	}
	.seminar__single__field__data {
		display: block;
		padding: 15px;
	}
	.seminar__single__field__data dt {
		width: 100%;
		margin: 0 0 10px;
		font-weight: bold;
	}
	.seminar__single__field__data dd + dt {
		margin: 15px 0 0;
		padding: 15px 0 0;
	}
	.seminar__single__field__data dd {
		width: 100%;
	}
	.seminar__single__field__data dd:nth-of-type(n+2) {
		margin: 0;
		padding: 0;
		border-top: none;
	}
	.seminar__single__field__stream__heading {
		margin: 0 0 10px;
		padding: 0 0 0 28px;
		font-size: 18px;
		font-weight: bold;
	}
	.seminar__single__field__stream__heading i {
		margin: 0 10px 0 -28px;
	}
	.seminar__single__field__stream {
		padding: 15px;
	}
	.seminar__single__field__stream .btn__more a {
		margin: 15px auto 0;
		text-align: center;
	}
	.seminar__single__field__about__image {
		margin: 0 0 15px;
	}
}


/* 申込み完了 */
.seminar__order__heading {
	font-size: 24px;
	font-weight: bold;
}
.seminar__order__wrap {
	background: #eff3f6;
	margin: 60px auto 100px;
	padding: 40px;
	border: #ccc solid 1px;
}
.seminar__order__txt {
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
	margin-right: auto;
}
.seminar__order__txt p {
	line-height: 1.5;
}
.seminar__order__data {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 0;
	line-height: 1.5;
	border-bottom: #ccc solid 1px;
}
.seminar__order__data dt {
	width: 33%;
	padding: 20px 0;
	border-top: #ccc solid 1px;
}
.seminar__order__data dd {
	width: 67%;
	padding: 20px 0;
	border-top: #ccc solid 1px;
}
.seminar__order__list {
	background: #eff3f6;
	width: 360px;
	width: 320px;
	/*padding: 40px 20px;*/
	padding: 20px 0;
}
.seminar__order__list .section__heading {
	font-size: 16px;
}
.seminar__order__list .seminar__list {
	width: auto;
}
.seminar__order__list .seminar__list__item:not(:nth-of-type(3n)) {
	margin-right: 0;
}
.seminar__order__list .downloads__list {
	width: auto;
}
.seminar__order__list .downloads__list__item:not(:nth-of-type(3n)) {
	margin-right: 0;
}

@media screen and (max-width:959px){
	.seminar__order__heading {
		font-size: 14px;
	}
	.seminar__order__wrap {
		margin: 40px 15px;
		padding: 15px;
	}
	.seminar__order__txt {
		width: 100%;
		margin: 0 0 30px;
	}
	.seminar__order__data {
		display: block;
		margin: 40px 0 0;
		line-height: 1.5;
		border-bottom: #ccc solid 1px;
	}
	.seminar__order__data dt {
		width: 100%;
		padding: 15px 0 10px;
		font-weight: bold;
	}
	.seminar__order__data dd {
		width: 100%;
		padding: 0 0 15px;
		border: none;
	}
	.seminar__order__list {
		width: auto;
		padding: 40px 15px;
		padding: 20px 0;
	}
	.seminar__order__list .section__heading {
		font-size: 14px;
	}
}

/* ボトムインフォメーション */

.bottom__info {
	display: -webkit-flex;
	display: flex;
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: left;
}
.bottom__info__copy {
	display: inline-block;
	margin: 0 0 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 900;
	position: relative;
}
.bottom__info__copy::before {
	content: "";
	display: block;
	background: #ff0;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -5px;
	z-index: -1;
}
.bottom__info__heading {
	margin: 0 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 900;
}
.bottom__info p {
	line-height: 1.5;
}
.bottom__info__3rows {
	height: 4.5em;
}
.bottom__info__txt {
	margin: 0 0 40px;
}
.bottom__info__btn a {
	display: block;
	width: 320px;
	height: 60px;
	color: #1f2879;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 58px;
	border: #1f2879 solid 1px;
}
.bottom__info__btn a:hover {
	background: #1f2879;
	color: #fff;
}
.bottom__info__btn a i {
	margin-right: 10px;
}
.bottom__info__left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 50%;
	padding: 0 40px 0 0;
}
.bottom__info__webly__list {
	margin: 20px 0 40px;
}
.bottom__info__webly__list li + li {
	margin-top: 10px;
}
.bottom__info__webly__list li a {
	display: -webkit-flex;
	display: flex;	
	-webkit-align-items: center;
	align-items: center;
}
.bottom__info__webly__list__image {
	width: 100px;
	height: 100px;
}
.bottom__info__webly__list__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.bottom__info__webly__list li a:hover .bottom__info__webly__list__image img {
	opacity: 0.8;
}
.bottom__info__webly__list__data {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	margin-left: auto;
}
.bottom__info__webly__list__data__date {
	line-height: 22px;
	margin: 0 10px 0 0;
}
.bottom__info__webly__list__data__label {
	background: #000;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	margin:0 3px 5px 0;
}
.bottom__info__webly__list__data__heading {
	width: 100%;
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.bottom__info__webly__list li a:hover .bottom__info__webly__list__data__heading {
    color: #1f2879;
}

.bottom__info__seminar__list {
	margin: 20px 0 40px;
}
.bottom__info__seminar__list__item + .bottom__info__seminar__list__item {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: #ccc solid 1px;
}
.bottom__info__seminar__list__item a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.bottom__info__seminar__list__image {
	width: 45%;
	position: relative;
	overflow: hidden;
}
.bottom__info__seminar__list__image img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.bottom__info__seminar__list__item a:hover .bottom__info__seminar__list__image img {
	transform: scale(1.1, 1.1);
}
.bottom__info__seminar__list__image figcaption {
	background: #ac2020;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 4px 9px 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.bottom__info__seminar__list__data {
	width: 55%;
	padding: 0 0 0 10px;
}
.bottom__info__seminar__list__data dt {
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-weight: 700;
}
.bottom__info__seminar__list__data dt span {
	background: #5e69c4;
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    padding: 4px 8px;
}
@media screen and (max-width:959px){
	.bottom__info__3rows {
		height: auto;
	}
	.bottom__info__seminar__list__item a {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.bottom__info__seminar__list__image {
		width: 47%;
	}
	.bottom__info__seminar__list__image figcaption {
		font-size: 0.8rem;
		padding: 3px 5px;
	}
	.bottom__info__seminar__list__data {
		width: 53%;
	}
	.bottom__info__seminar__list__data dt {
		font-size: 1rem;
	}
	.bottom__info__seminar__list__data dt span {
		display: block;
		width: 5rem;
		margin: 0 0 0.5em;
		padding: 4px 1rem;
	}
}
.bottom__info__seminar__list__data dd {
	font-weight: 700;
	line-height: 1.5;
}
.bottom__info__seminar__list__item a:hover .bottom__info__seminar__list__data dd {
    color: #1f2879;
}
.bottom__info__right {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 50%;
	padding: 0 0 0 40px;
	border-left: #ccc solid 1px;
}
.bottom__info__service__list {
	margin: 20px 0 40px;
}
.bottom__info__service__list li + li {
	margin-top: 20px;
}
.bottom__info__service__list li a {
	font-size: 18px;
	font-weight: bold;
}
.bottom__info__service__list li a:hover {
    color: #1f2879;
}
.bottom__info__service__list li a::before {
    display: inline-block;
	margin: 0 10px 0 0;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    color: #1f2879;
}
.bottom__info__service__list li a span {
	font-size: 12px;
}

/*.bottom__info__service__btn a {
	display: block;
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.bottom__info__service__btn a:hover {
    color: #1f2879;
}
.bottom__info__service__btn a::before {
    display: inline-block;
	margin: 0 10px 0 0;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    color: #1f2879;
}*/

.bottom__info__btn {
	margin-top: auto;
}
@media screen and (max-width:959px){
	.bottom__info {
		display: block;
		width: auto;
		padding: 40px 15px;
	}
	.bottom__info__copy {
		margin: 0 0 10px;
		font-size: 12px;
	}
	.bottom__info__heading {
		margin: 0 0 10px;
		font-size: 18px;
		font-weight: 900;
	}
	.bottom__info__txt {
		margin: 0 0 30px;
	}
	.bottom__info__btn a {
		width: 100%;
		height: 60px;
	}
	.bottom__info__left {
		display: block;
		width: 100%;
		padding: 0 0 30px;
		border-bottom: #ccc solid 1px;
	}
	.bottom__info__webly__list {
		margin: 20px 0 30px;
	}
	.bottom__info__webly__list li + li {
		margin-top: 5px;
	}
	.bottom__info__webly__list__data {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px);
		margin-left: auto;
	}
	.bottom__info__webly__list__data__heading {
		margin: 10px 0 0;
		font-size: 14px;
	}
	.bottom__info__right {
		display: block;
		width: 100%;
		padding: 30px 0 0;
		border: none;
	}
	.bottom__info__service__list li a {
		font-size: 14px;
	}
	.bottom__info__service__btn a {
		margin: 20px 0 30px;
		font-size: 14px;
		font-weight: bold;
	}
}

/* ダウンロード資料一部ページ */

.downloads__visual {
	background: url(https://www.ecmarketing.co.jp/common/img/bg01.png);
	padding: 30px 0;
	color: #fff;
	text-align: left;
}
.downloads__visual__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.downloads__visual__heading {
	margin: 0 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: 900;
}
.downloads__visual__inner p {
	font-size: 14px;
	line-height: 2;
}
.downloads__visual__image {
	background: #fff;
	width: 380px;
	height: 205px;
	margin-left: auto;
}
.downloads__visual__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-consulting .top-consulting_box .top-consulting_box_btn > a.theme-white i {
	height: 31px;
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 31px;
}

@media screen and (max-width:959px){
	.downloads__visual {
		padding: 30px 15px;
	}
	.downloads__visual__inner {
		display: block;
		width: auto;
	}
	.downloads__visual__heading {
		font-size: 24px;
	}
	.downloads__visual__inner p {
		font-size: 12px;
	}
	.downloads__visual__image {
		width: auto;
		height: auto;
		margin: 20px 0 0;
	}
	
	.top-consulting .top-consulting_box .top-consulting_box_btn > a > span {
		width: 240px;
	}

	.top-consulting .top-consulting_box .top-consulting_box_btn > a.theme-white i {
		height: 19px;
		left: 0;
		font-size: 19px;
	}

}

.downloads__archive {
	padding: 100px 0;
}

.downloads__archive__nav {
	background: #808080;
	width: 1000px;
	margin: 60px auto;
	padding: 20px;
}
.downloads__archive__nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.downloads__archive__nav ul li {
	min-width: -webkit-calc((100% - 30px) / 4);
	min-width: calc((100% - 30px) / 4);
}
@media screen and (min-width:960px){
	.downloads__archive__nav ul li:not(:nth-of-type(4n+1)) {
		margin-left: 10px;
	}
}
.downloads__archive__nav ul li:nth-of-type(n+5) {
	margin-top: 10px;
}
.downloads__archive__nav ul li a {
	display: block;
	background: #999;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.downloads__archive__nav ul li.current-cat a,
.downloads__archive__nav ul li a:hover {
	background: #fff;
	color: #999;
}
.downloads__archive__nav ul li a::before {
	display: block;
	height: 18px;
	margin: auto;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
	color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}
.downloads__archive__nav ul li.current-cat a::before,
.downloads__archive__nav ul li a:hover::before {
	color: #999;
}
.downloads__archive__nav__description {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
}
.downloads__archive__nav__description::before {
	content: '（';
}
.downloads__archive__nav__description::after {
	content: '）';
}

.downloads__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
.downloads__list__item {
	width: 320px;
	text-align: left;
}
@media screen and (min-width:960px){
	.downloads__list__item.list__top {
		padding: 0 0 65px;
		position: relative;
	}
	.downloads__list__item:not(:nth-of-type(3n)) {
		margin-right: 20px;
	}
	.downloads__list__item:nth-of-type(n+4) {
		margin-top: 120px;
	}
}
.downloads__list__item__inner {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 5px;
}
.downloads__list__item__category {
	background: #1f2879;
	height: 20px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.downloads__list__item__tab {
	display: -webkit-flex;
	display: flex;
	margin-left: 20px;
}
.downloads__list__item__tab li:nth-of-type(n+2) {
	margin-left: 10px;
}
.downloads__list__item__tab li a {
	display: block;
	background: #fff;
	padding: 0 10px;
	color: #1f2879;
	font-size: 12px;
	line-height: 18px;
	border: #1f2879 solid 1px;
	border-radius: 5px;
}
.downloads__list__item__tab li a:hover {
	background: #1f2879;
	color: #fff;
}
.downloads__list__item__link {
	display: block;
	background: #fff;
	box-shadow: 0 5px 10px #ccc;
}
.downloads__list__item__image {
	/*height: 168px;*/
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 10px #ccc;
}
.downloads__list__item__image img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.downloads__list__item a:hover .downloads__list__item__image img {
	transform: scale(1.1, 1.1);
}
.downloads__list__item__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 20px;
	padding: 0 0 20px 24px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
}
.downloads__list__item a:hover .downloads__list__item__title {
	color: #1f2879;
}
.downloads__list__item__title::before {
	display: inline-block;
	width: 24px;
	margin: 0 0 0 -24px;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
	color: #1f2879;
}
.downloads__list__item__heading {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.downloads__list__item a:hover .downloads__list__item__heading {
	color: #1f2879;
}
.downloads__list__item p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
}
.downloads__list__item__btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;

	display: block;
	background: #fff;
	height: 45px;
	color: #1f2879;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	border: #1f2879 solid 1px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:hover .downloads__list__item__btn{
	background: #1f2879;
	color: #fff;
}
.downloads__list__item__btn::before {
	display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
	color: #1f2879;
	position: absolute;
	right: 10px;
}
a:hover .downloads__list__item__btn::before {
	color: #fff;
}

@media screen and (max-width:959px){
	.top-service {
		padding: 50px 0;
	}
	.downloads__archive {
		padding: 40px 15px;
	}
	.downloads__archive__nav {
		width: auto;
		margin: 0 0 20px;
		padding: 10px;
	}
	.downloads__archive__nav ul li {
		min-width: -webkit-calc((100% - 10px) / 2);
		min-width: calc((100% - 10px) / 2);
	}
	.downloads__archive__nav ul li:nth-of-type(2n) {
		margin-left: 10px;
	}
	.downloads__archive__nav ul li:nth-of-type(n+3) {
		margin-top: 5px;
	}
	.downloads__archive__nav ul li a {
		padding: 10px 40px;
		font-size: 14px;
	}
	.downloads__archive__nav__description {
		display: none;
	}
	.downloads__list {
		display: block;
		width: auto;
	}
	.downloads__list__item {
		width: auto;
	}
	.downloads__list__item:nth-of-type(n+2) {
		margin-top: 60px;
	}
	.downloads__list__item__category {
		height: 20px;
		padding: 0 10px;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	.downloads__list__item__title {
		margin: 0 15px;
		padding: 0 0 15px 24px;
	}
	.downloads__list__item__heading {
		margin: 0 0 5px;
		font-size: 14px;
	}
	.downloads__list__item__image {
		height: auto;
		margin: 0 0 15px;
	}
	.downloads__list__item p {
		display: block;
	}
	.downloads__list__item__btn {
		margin: 15px 0 0;
		position: relative;
	}
}

/* 詳細ページ */
.downloads__single {
	width: 660px;
}
.downloads__single__heading {
	margin: 20px auto 40px;
	padding: 0 0 30px 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	border-bottom: 1px solid #cacaca;
	position: relative;
}
.downloads__single__heading::before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
	height: 24px;
	padding: 0 0 30px;
	margin: auto;
	font-size: 24px;
	line-height: 1.0;
    font-weight: 400;
	color: #232b7b;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.downloads__single__heading::after {
    content: "";
	background: #1f2879;
    width: 140px;
    height: 1px;
    position: absolute;
    left: 0;
	bottom: -1px;
}
.downloads__single__image {
	margin: 0 0 40px;
}
.downloads__single__content {
	line-height: 1.5;
}
.downloads__single__content * + * {
	margin-top: 1rem;
}
.downloads__single__field {
	margin: 40px 0 0;
}
.downloads__single__field__heading {
	background: #232b7b;
	margin: 0 0 30px;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
}
.downloads__single__field__heading::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #232b7b;
}
.downloads__single__field__recommend__heading {
	background: #fff;
	width: 300px;
	margin: 0 auto -10px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 5px 10px #ccc;
	position: relative;
}
.downloads__single__field__recommend__heading::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}
.downloads__single__field__recommend__list {
	background: #f5f5f5;
	padding: 40px;
}
.downloads__single__field__recommend__list li + li {
	margin-top: 20px;
}
.downloads__single__field__recommend__list li i {
	margin-right: 10px;
	color: #5e69c4;
}
.downloads__single__field__txt {
	padding: 40px;
	border: #ccc solid 1px;
	line-height: 1.5;
}
.downloads__single__field__doc {
	background: #f5f5f5;
	padding: 40px;
}
.downloads__single__field__doc ul {
	display: -webkit-flex;
	display: flex;
}
.downloads__single__field__doc ul li {
	width: 32%;
}
.downloads__single__field__doc ul li + li {
	margin-left: auto;
}

@media screen and (max-width:959px){
	.downloads__single {
		width: auto;
		padding: 40px 0;
	}
	.downloads__single .downloads__list__item__inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	.downloads__single__heading {
		margin: 0 15px 20px;
		padding: 0 0 10px 25px;
		font-size: 18px;
	}
	.downloads__single__heading::before {
		height: 18px;
		padding: 0 0 10px;
		margin: auto;
		font-size: 18px;
	}
	.downloads__single__image {
		margin: 0 0 30px;
	}
	.downloads__single__content {
		margin: 0 15px;
		line-height: 1.5;
	}
	.downloads__single__field {
		margin: 30px 15px 0;
	}
	.downloads__single__field__heading {
		margin: 0 0 20px;
		padding: 10px 15px;
		font-size: 18px;
	}
	.downloads__single__field__recommend__heading {
		width: 260px;
		margin: 0 auto -10px;
		font-size: 18px;
	}
	.downloads__single__field__recommend__list {
		padding: 25px 15px 15px;
	}
	.downloads__single__field__recommend__list li {
		padding: 0 0 0 2rem;
	}
	.downloads__single__field__recommend__list li + li {
		margin-top: 10px;
	}
	.downloads__single__field__recommend__list li i {
		display: inline-block;
		width: 2rem;
		margin: 0 0 0 -2rem;
	}
	.downloads__single__field__txt {
		padding: 15px;
	}
	.downloads__single__field__doc {
		padding: 15px;
	}
	.downloads__single__field__doc ul {
		display: block;
	}
	.downloads__single__field__doc ul li {
		width: 100%;
	}
	.downloads__single__field__doc ul li + li {
		margin: 10px 0 0;
	}
}

/* ダウンロード資料申込み完了 */
.downloads__order__heading {
	margin: 100px 0 0;
	font-size: 24px;
	font-weight: bold;
}
.downloads__order__subheading {
	background: url(https://www.ecmarketing.co.jp/common/img/bg01.png);
	width: 1000px;
	margin: 100px auto 0;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
}
.downloads__order__wrap {
	background: #eff3f6;
	margin: 0 auto 100px;
	padding: 40px;
	border: #ccc solid 1px;
}
.downloads__order__txt {
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
	margin-right: auto;
}
.downloads__order__txt p {
	line-height: 1.5;
}
.seminar__order__data {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 0;
	line-height: 1.5;
	border-bottom: #ccc solid 1px;
}
.seminar__order__data dt {
	width: 33%;
	padding: 20px 0;
	border-top: #ccc solid 1px;
}
.seminar__order__data dd {
	width: 67%;
	padding: 20px 0;
	border-top: #ccc solid 1px;
}
.downloads__order__list {
	background: #eff3f6;
	width: 320px;
	width: 200px;
}
.downloads__order__list .section__heading {
	font-size: 16px;
}
.downloads__order__list .seminar__list {
	width: auto;
}
.downloads__order__list .seminar__list__item:not(:nth-of-type(3n)) {
	margin-right: 0;
}
.downloads__order__list .downloads__list {
	width: auto;
}
.downloads__order__list .downloads__list__item:not(:nth-of-type(3n)) {
	margin-right: 0;
}
.downloads__order__list .downloads__list__item__image {
	margin: 0;
}

@media screen and (max-width:959px){
	.downloads__order__heading {
		margin: 50px 0 0;
		font-size: 14px;
	}
	.downloads__order__subheading {
		width: auto;
		margin: 50px 15px 0;
		font-size: 14px;
	}
	.downloads__order__wrap {
		margin: 0 15px 40px;
		padding: 15px;
	}
	.downloads__order__txt {
		width: 100%;
		margin: 0 0 30px;
	}
	.downloads__order__list {
		width: auto;
	}
}

/* セミナーご要望ページ */
.page__request__lead__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.page__request__lead__txt {
	margin: 0 0 100px;
	text-align: center;
	line-height: 1.5;
}
.page__request__lead__col {
	width: 100%;
}
.page__request__lead__col p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.page__request__lead__image {
	width: 380px;
	margin-left: auto;
	box-shadow: 0 5px 10px #ccc;
}
.page__request__form {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
.page__request__form form {
	margin: 40px 0 0;
}
.page__request__form form dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.page__request__form form dl dt {
	width: 320px;
	font-size: 16px;
	font-weight: bold;
}
.page__request__form form dl dd {
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
}
@media screen and (max-width:959px){
	.page__request__lead__inner {
		display: block;
		width: auto;
		margin: 0 15px;
	}
	.page__request__lead__txt {
		margin: 0 15px 40px;
		text-align: left;
	}
	.page__request__lead__col p {
		font-size: 14px;
	}
	.page__request__lead__image {
		width: 100%;
		margin: 20px 0 0;
		box-shadow: 0 5px 10px #ccc;
	}
	.page__request__form {
		width: auto;
		padding: 50px 15px;
	}
	.page__request__form form {
		margin: 20px 0 0;
		padding: 20px 0 0;
		border-top: #ccc solid 1px;
	}
	.page__request__form form dl {
		display: block;
	}
	.page__request__form form dl dt {
		width: 100%;
		margin: 0 0 10px;
		font-size: 12px;
	}
	.page__request__form form dl dd {
		width: 100%;
	}
}
