<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------------------
共通
-------------------------------- */
/* 全体 */
@media screen and (max-width: 767px) {
	main {
		padding-top: 70px;
	}
}

/* 背景 */
.bg-bl {
	background: #e6ebf1;
}

/* 見出し */
.hn1 {
	font-size: 23.52px;
	margin-bottom: 20px;
}
.hn1-2 {
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-align: center;
}
.hn1-3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.hn2 {
	margin-left: 100px;
}

.hn1-flex {
	display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
	font-size: 23.52px;
	margin-bottom: 20px;
}
.hn1-flex a {
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.hn2 {
		margin-left: 0;
	}
}

.hn4 {
	font-size: 23.52px;
	position: relative;
	padding-right: 65px;
}
.hn4:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	background: #0b4277;
}
.hn4 span {
	position: relative;
	padding-right: 1em;
	background: #fff;
}
.hn4-flex {
	display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
	font-size: 23.52px;
	margin-bottom: 20px;
}
.hn4-flex a {
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .hn4 span {
    font-size: 0.8em;
  }
}

/* 区切り */
hr.hr1 {
	height: 1px;
	margin: 5rem 0;
	border: none;
	background: #ccc;
}

@media screen and (max-width: 767px) {
	hr.hr1 {
		margin: 2rem 0;
	}
}

hr.hr2 {
	height: 1px;
	margin: 2.5rem 0;
	border: none;
	background: #ccc;
}

@media screen and (max-width: 767px) {
	hr.hr221 {
		margin: 2rem 0;
	}
}

/* 全体をリンクさせる */
.link-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.link-box {
	position: relative;
	transition: 0.3s;
  float: left;
  height: 100%;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}

.link-box:nth-child(3n) {
  margin-right: 0%;
}

.link-box:hover {
	opacity: 0.8;
	color: #0b4277;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (max-width: 767px) {
  .link-box {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 4%;
  }
	.link-box:nth-child(3n) {
    margin-right: 3%;
  }
  .link-box:nth-child(2n) {
    margin-right: 0% !important;
  }
}

.a-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 各ページヘッダー */
.pege-header {
	min-height: 170px;
}

@media screen and (max-width: 767px) {
	.pege-header {
		min-height: auto;
	}
}

/* ボタン */
.button.btn-ny {
	color: #fff;
	border: solid 2px #0b4277;
	background: #0b4277;
}
.button.btn-ny:hover {
	color: #0b4277;
}

/* ------------------------------
動画
-------------------------------- */
/* 動画 */
.movie-inner {
	position: relative;
	margin-bottom: 10px;
}

/* 動画に重ねるアイコン等 */
.movie-icon {
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
}

/* 購入済 */
.movie-buying {
	margin-bottom: 5px;
	padding: 2px 5px;
	background: #c30000;
}

/* 視聴済 */
.movie-viewed {
	padding: 2px 5px;
	background: #0b4277;
}

/* テキスト */
.movie-textinner {
	position: relative;
}
.movie-textinner .hn1 {
	margin-right: 3em;
}
@media screen and (max-width: 767px) {
	.is-mobile-6 .movie-textinner {
		position: static;
	}
	.is-mobile-6 .movie-textinner .hn1 {
		margin-right: 0;
	}
	.movie-textinner {
		font-size: 0.8em;
	}
}

/* 動画タイトル*/
.movie-title {
	font-size: 1rem;
	margin-right: 4em;
	margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
	.movie-title {
		margin-right: 4em;
	}
}
@media screen and (max-width: 767px) {
	.is-gap-vertical-xxxl .movie-title {
		margin-right: 0;
		font-size: 13px ;
	}
	.is-gap-vertical-xxxl .movie-koukai, .is-gap-vertical-xxxl .movie-saisei, .is-gap-vertical-xxxl .movie-kounyu, .is-gap-vertical-xxxl .movie-data {
    	font-size: 12px;
	}
	.is-gap-vertical-xxxl .movie-koukai div, .is-gap-vertical-xxxl .movie-saisei div, .is-gap-vertical-xxxl .movie-kounyu div, .is-gap-vertical-xxxl .movie-data div {
    float: left;
 	   width: 58px;
	}
}

/* 投稿者 */
.movie-creator {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.is-mobile-6 .movie-creator {
		position: static;
		margin-bottom: 10px;
	}
}

/* 投稿者画像 */
.movie-creator img {
	width: 50px;
	height: 50px;
	border: solid 2px #0b4277;
	border-radius: 999em;

	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 0 0;
	   object-position: 0 0;
}
@media screen and (max-width: 767px) {
	.movie-creator img {
		width: 35px;
		height: 35px;
	}
}
/* 視聴ボタン */
.movie-watch {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	border-radius: 999em;
	background: rgba(255, 255, 255, 0.8);
}

.movie-watch div {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-watch .watch-txt {
	position: absolute;
	top: 15%;
	text-align: center;
	color: #0b4277;
}

.movie-watch img {
	position: absolute;
	top: 52%;
	left: 52%;
	width: 20px;
	transform: translate(-50%, -50%);
}

/* 視聴後 */
.movie-watch-after {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}

.movie-watch-after:hover {
	color: #fff;
}

.movie-watch-after p {
	text-align: center;
}

.movie-watch-after p + p {
	margin-top: 20px;
}

.movie-watch-after p a {
	font-size: 1rem;
	text-decoration: underline;
}

/* 詳細ページ */
.movie-date {
	font-size: 1rem;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 5px;
}

.movie-date dt {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	/*-ms-flex-preferred-size: 20%;
	flex-basis: 20%;*/
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.movie-date dd {
	overflow: hidden;
	/*-ms-flex-preferred-size: 80%;
	flex-basis: 80%;*/
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

/* 購入ボタン */
.movie-buy {
	font-size: 20px;
	display: block;
	width: 100%;
  max-width: 260px;
	margin-top: 8%;
	padding: 10px;
	text-align: center;
	color: #ff0;
	background: #0b4277;
}

.movie-buy:hover {
	opacity: 0.8;
	color: #ff0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.movie-buy2 {
	font-size: 14px;
	display: block;
	width: 50%;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	color: #ff0;
	background: #0b4277;
}

.movie-buy2:hover {
	opacity: 0.8;
	color: #ff0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.movie-buy100p {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	color: #ff0;
	background: #0b4277;
}

.movie-buy100p:hover {
	opacity: 0.8;
	color: #ff0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.btn_cancel {
	display: inline-block;
	width: 130px;
}
.btn_settlement {
	display: inline-block;
	width: 200px;
}
@media screen and (max-width: 992px) {
	.movie-buy {
		margin-top: 10%;
	}
}

@media screen and (max-width: 767px) {
	.movie-buy {
		width: 100%;
		margin: 5% auto 0;
	}
  .movie-date dt {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .movie-date dd {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}

/* モーダル */
.sale-body {
	padding: 60px;
}

.sale-frame {
	overflow-y: auto;
	max-height: 15em;
	padding: 1em;
	border: solid 1px #e6ebf1;
}

.sale-frame h4 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.sale-frame h5 {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.sale-frame ul {
	margin-bottom: 20px;
	padding-left: 1.5em;
}

.sale-frame ul li {
	list-style: disc;
}

.sale-frame p {
	margin-bottom: 10px;
}

/* 同意ボタン */
.agree-input {
	padding: 10px 0;
}
.agree-input label {
	font-size: 1.2rem;
}
#agree {
	font-size: 1.6rem;
}

/* 商品ページへボタン */
.next-btn {
	font-size: 1.2rem;
}

/* ------------------------------
制作者
-------------------------------- */
.creator-img {
	margin-bottom: 10px;
}

.creator-img img {
	width: 125px;
	height: 163px;

	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 0 0;
	   object-position: 0 0;
}

/* ------------------------------
お知らせ
-------------------------------- */
#info dl dt {
	float: left;
	width: 8em;
}

#info dl dd {
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 8em;
	border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
	#info dl dt {
		float: none;
		width: 100%;
	}
	#info dl dd {
		margin-bottom: 20px;
		padding-bottom: 20px;
		padding-left: 0;
	}
}

/* トップのお知らせ */
#top-info.section {
	padding-top: 0;
}
.top-info-flex {
	display: flex;
}
.top-info-flex h2 {
	padding-right: 20px;
}
.top-info-flex dl {
	flex:1;
	padding-left: 20px;
	border-left: #000 solid 1px;
}
.top-info-flex dl dt {
	float: left;
	width: 8em;
}
.top-info-flex dl dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 8em;
}
@media screen and (max-width: 767px) {
	#top-info.section {
		padding-top: 3rem;
	}
	.top-info-flex {
		display: block;
	}
	.top-info-flex h2 {
		position: relative;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.top-info-flex h2:after {
		position: absolute;
		top:50%;
		left: 6em;
		width: 100%;
		height: 1px;
		content: "";
		background: #0b4277;
	}
	.top-info-flex dl {
		padding-left: 0;
		border-left: none;
	}
}

/* 動画一覧ボタン */
.all-button a {
	display: block;
	font-size: 20px;
	text-align: center;
	width: 100%;
	max-width: 300px;
	margin: 1em auto 1.5em;
	padding: 20px 0;
	color: #fff;
	border: solid 2px #0b4277;
    background: #0b4277;
	transition: 0.3s;
}
.all-button a:hover {
	border: solid 2px #000;
    background: #000;
}

@media screen and (max-width: 767px) {
	.all-button a {
		max-width: none;
		font-size: 1rem;
	}
}

/* ------------------------------
ランチェスター経営ジムeラーニングとは
-------------------------------- */
#about p {
	margin-bottom: 10px;
}
.onlinesalon-button a {
  display: block;
  width: auto;
  max-width: 350px;
  margin: 1em auto 3em;
  padding: 0.5em 0.25em;
  text-align: center;
  font-size: 1rem;
  background: #0b4277;
  color: #fff;
  border-radius: 50px;
}
.onlinesalon-button a:hover {
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*.onlinesalon-button a {
    max-width: 250px;
    font-size: 0.8rem;
  }*/
}

/* ------------------------------
受講環境
-------------------------------- */
#environment h5 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

#environment ul {
	margin-bottom: 30px;
	padding-left: 1.5rem;
}

#environment ul li {
	list-style: disc;
}

#environment p {
	margin-bottom: 20px;
}

/* ------------------------------
よくあるご質問
-------------------------------- */
#faq dl {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

#faq dl dt {
	font-family: "Ionicons";
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	content: "\f3d1";
	cursor: pointer;
}

#faq dl dt .q {
	font-family: "Cabin", sans-serif;
	font-size: 3rem;
	margin-right: 10px;
	color: #0b4277;
}

#faq dl dt i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	margin-left: auto;
}

#faq dl dt.active i {
	transform: rotate(180deg);
}

#faq dl dd {
	display: none;
	margin-top: 10px;
}

#faq dl dd .a {
	font-family: "Cabin", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	color: #c30000;
}

.faq-title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top:60px;
	margin-bottom:20px;
	padding-bottom:5px;
	text-align:center;
}
.faq-title span {
	color: #0b4277;
	border-bottom: solid 3px #0b4277;
}
.faq-menu {
	width:auto;
	margin:auto;
	text-align: center;
}
.faq-menu li {
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
}
.faq-menu li a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#faq dl {
		margin-bottom: 10px;
	}
	#faq dl dt, .faq-title {
		font-size: 1.1rem;
	}
	#faq dl dt .q {
		font-size: 2rem;
	}
	#faq dl dd .a {
		font-size: 2rem;
	}
}

/* ------------------------------
プライバシーポリシー 利用規約
-------------------------------- */
#privacy h3, #terms h3 {
	font-size: 1.1rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

#privacy ol, #terms ol {
	padding-left: 1.5rem;
}

#privacy ol li, #terms ol li {
	margin-bottom: 5px;
	list-style: decimal;
}

#privacy ol ol, #terms ol ol {
	padding-left: 0;
}

#privacy ol ol li, #terms ol ol li {
	list-style: none;
	counter-increment: cnt;
}

#privacy ol ol li:before, #terms ol ol li:before {
	content: "(" counter(cnt) ") ";
}

#privacy p, #terms p {
	margin-bottom: 5px;
}

/* ------------------------------
フォーム
-------------------------------- */
#contact p, #register p {
	margin-bottom: 30px;
}

#contact .badge, #register .badge {
	font-size: 0.7rem;
	padding: 3px 8px;
	color: #ff0;
	background: #0b4277;
}

#contact dl, #register dl {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

#contact dl dt, #register dl dt {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	margin: 10px 0;
}

#contact dl dt span:first-child, #register dl dt span:first-child {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

#contact dl dd, #register dl dd {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	margin: 10px 0;
	color: #969696;
}

#contact dl dd.sns img, #register dl dd.sns img {
	margin-right: 10px;
}

.sns2 {
	width:100%;
}
.sns2 a {
	display: inline-block;
	width:30%;
	max-width:220px;
	margin-right: 10px;
}
.sns2 a:last-child {
	margin-right:0%;
}

#contact button[type="submit"], #register button[type="submit"] {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
	padding: 10px;
	cursor: pointer;
	transition: 0.3s;
	color: #ff0;
	border: none;
	background: #0b4277;
}

#contact button[type="submit"]:hover, #register button[type="submit"]:hover {
	opacity: 0.8;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.confirmation {
	color: #fff !important;
	background: #c30000 !important;
}
.complete {
	color: #fff !important;
}

#contact input, #register input {
	margin-right: 10px;
}

#contact .select, #register .select {
	margin-right: 10px;
}

#contact .textarea, #register .textarea {
	height: 10em;
}

#contact input[type="radio"]:nth-child(n + 2), #register input[type="radio"]:nth-child(n + 2) {
	margin-left: 30px;
}

@media screen and (max-width: 1200px) {
	#contact dl dt, #register dl dt {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	#contact dl dd, #register dl dd {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}
}

@media screen and (max-width: 992px) {
	#contact dl, #register dl {
		display: block;
	}
	#contact dl dt span:first-child, #register dl dt span:first-child {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-right: 20px;
	}
	#contact dl dd, #register dl dd {
		margin: 10px 0 30px 0;
	}
	#contact dl dd.sns img, #register dl dd.sns img {
		display: block;
		margin: 0 auto 10px auto;
	}
	#contact input, #register input {
		margin-bottom: 10px;
	}
	.sns2 a {
		display: block;
		width:220px;
		margin: 0 auto 10px auto;
	}
	.sns2 a:last-child {
		margin: 0 auto 10px auto;
	}
}

/* エラーメッセージ */
.error-massage {
	width: 92%;
	max-width: 500px;
	margin: 0 auto;
}
.error-massage ul li {
	margin-bottom: 10px;
	list-style: disc;
	color: red;
}

/* ------------------------------
slick
-------------------------------- */
.slick-slide {
	margin: 0 25px;
}
.slick-arrow {
	position: absolute;
	top: 40%;
	width: 20px !important;
	margin: auto;
	cursor: pointer;
	transform: translateY(-40%);
}
.prev-arrow {
	z-index: 10;
	left: -30px;
}
.next-arrow {
	z-index: 10;
	right: -30px;
}
@media screen and (max-width: 1024px) {
	.slick {
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.slick {
		width: 85%;
	}
	.slick-slide {
		margin: 0;
	}
}

.caution_txt p {
	font-size: 12px;
	padding-top: 10px;
	color: #f00;
}
.caution_txt a {
	text-decoration: revert;
}
.a-2 {
	display:inline-block;
	width: 88% ;
}

#online_salon_text {
    display: block;
    max-width: 1000px;
    margin: 0 auto 50px;
    border: 3px solid #0a4277;
    padding: 15px;
}
div#online_salon_text p {
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	div#online_salon_text p {
		font-size: 1rem;
	}
}
div#online_salon_text p a {
    font-size: 0.9rem;
    text-decoration: underline;
}
div#online_salon_text span img {
    max-width: 40px;
}
@media screen and (max-width: 767px) {
	div#online_salon_text span img {
		max-width: 28px;
	}
}
.movie-salon img {
    max-width: 50px;
}
@media screen and (max-width: 767px) {
	.movie-salon img {
		width: 35px;
	}
}
@media screen and (max-width: 767px) {
.slick-initialized .slick-slide {
    display: block;
    margin: 0 4px !important;
}
}</pre></body></html>