@charset "UTF-8";
/*
Theme Name: onlinesalon_child
Description: オンラインサロンの子テーマ 
Template: onlinesalon_theme		
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@300;400;700&display=swap');

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

main {
	margin: 0 auto;
	background: #fff;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	line-height: 1.7;
}

main {
	margin: 0 auto;
	background: #fff;
	padding-bottom: 0px;
}

.bpbm-pm-button {
	display: none !important;
}

textarea {
	width: 100%;
}

/*----------
Header
----------*/

header{
	width: 100%;
	background: #183661;
}

.header-area {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 5px 10px 0;
	max-width: 1200px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.header-area {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;

	}
}

header .header-area .header-left {
	padding: 0;
	margin: 0 0 5px;
}

header .header-area .header-right {
	margin: 12px 0 0;
}

header .header-area .header-left {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 80%;
}

header .header-area .header-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 20%;
}

header .header-area .header-left .header_logo {
	margin: 0;
	padding: 0;
	width: 270px;
}

header .header-area .header-left .header_logo img {
	padding: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:1120px) {

	header .header-area .header-left {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 75%;
	}

	header .header-area .header-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 25%;
		padding: 0px 0 20px;
	}

	header .header-area .header-left .header_logo {
		margin: 5px 0 0;
		padding: 0;
		width: 270px;
	}

	header .header-area .header-left .header_logo img {
		padding: 0;
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width:768px) {

	header .header-area .header-left {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center !important;
		justify-content: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		width: 100%;
	}

	header .header-area .header-right {
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center !important;
		justify-content: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
		width: 100%;
		text-align: center;
	}

	header .header_logo {
		margin: 0 auto;
		padding: 0;
		width: 350px;
	}
}

@media screen and (max-width:480px) {

	header .header-area .header-left .header_logo {
		margin: 0;
		padding: 0;
		width: 220px;
	}

	header .header-area .header-left .header_logo img {
		width: 100%;
		height: auto;
	}

}

.header_menu_wrap {
	margin: 0;
	padding: 0;
	background: #e7f1fb;
}

.header-menu-container {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
	display: none;
	position: fixed;
	z-index: 3;
	right: 10px;
	top: 10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 6px;
	background: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メニュー背景　*/
.headline-text {
	line-height: 2.0;
}

.globalMenuSp:not(.active)>div {
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

.globalMenuSp:not(.active) ul {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}

.globalMenuSp:not(.active) ul li {
	font-size: 14px;
	list-style: none;
}

.globalMenuSp:not(.active) ul li a {
	text-decoration: none;
	color: #555;
}

.globalMenuSp:not(.active) ul li a:hover {
	text-decoration: none;
	color: #0c3e78;
}

/*ハンバーガー*/
.header_menu_wrap {
	font-size: 13px;
}

@media (max-width: 768px) {

	.hamburger {
		display: block;
		position: fixed;
		z-index: 100;
		right: 13px;
		top: 12px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 6px;
		background: #555;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 10px;
	}

	.hamburger span:nth-child(2) {
		top: 20px;
	}

	.hamburger span:nth-child(3) {
		top: 30px;
	}

	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.globalMenuSp {
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		color: #fff;
		background: rgba(12, 62, 120, 0.9);
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		display: none;
	}

	.globalMenuSp ul {
		margin: 50px auto 0;
		padding: 0 0 50px;
		width: 100%;
		display: inherit;
	}

	.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}

	.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}

	.globalMenuSp ul li:hover {
		background: #4984d8;
	}

	.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 20px 0;
		text-decoration: none;
		margin: 5px 0;
		font-size: 18px;
		text-align: center;
	}

	.globalMenuSp.active {
		opacity: 100;
		display: inline;
	}
}

/*----------
Footer
----------*/

footer {
	padding: 20px 0 50px;
	border-bottom: 10px solid #DAE000;
	background: #183661;

}

footer .footer_logo {
	margin: 50px auto 0;
	width: 350px;
}

footer .footer_logo img {
	width: 100%;
	height: auto;
}


footer #menu-common li.menu-item a {
	color: #fff;
}

footer #menu-common li.menu-item a:hover {
	color: #abceff;
}

.footer_menu_wrap ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	width: 100%;
}

.footer_menu_wrap li {
	display: flex;
	align-self: auto;
	flex: 1;
	border-right: 1px solid #ccc;
	min-width: 0;
}

.footer_menu_wrap li:first-child {
	border-left: 1px solid #ccc;
}

.footer_menu_wrap li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-decoration: none;
	text-align: center;
	word-break: break-all;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	footer {
		padding: 30px 0 0;
	}
	
	footer .footer_logo {
		margin: 40px auto
	}

	.footer_menu_wrap ul {
		display: block;
	}

	.footer_menu_wrap li {
		border-right: none;
		border-bottom: 1px solid #888;
		padding: 10px;
	}

	.footer_menu_wrap li:first-child {
		border-left: none;
	}
}

@media (max-width: 480px) {

	.footer_menu_wrap li:first-child {
		border-left: none;
	}

	.footer_menu_wrap li {
		border-right: none;
		border-bottom: 1px solid #888;
		padding: 15px 0;
	}
}

/* シングルページ
-------------------------------------------------------------- */
/* シングルページ共通
------------------------------ */
main.singlepage h1 {
	margin-bottom: 1em;
	position: relative;
	padding: 0 10px 0 0;
	z-index: 1;
}
h1, h1 a, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #003E78;
}
main > .container > .row > div.col-md-8:first-child {
	margin-top: 50px;
}
main.singlepage #comments {
	margin-top: 100px;
}
main.singlepage h2 {
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 16px;
	font-weight: normal;
}
main.singlepage h2:before {
	content: "";
	border-bottom: 2px solid #003E78;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
main.singlepage h2:after {
	border-bottom: 2px solid #ccc;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
main.singlepage #sidebar h2 {
	font-size: 24px;
	padding: 30px 0 12px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 700;
}
main.singlepage #sidebar h2:before {
	border: none;
}
main.singlepage #sidebar h2:after {
	border: none;
}
.sidebar > ul > li.cat-item {
	border-bottom: 1px solid #ccc;
}
main.singlepage h3 {
	text-align: left;
	font-weight: normal;
	position: relative;
	padding: 8px 25px;
	color: #003E78 !important;
}
main.singlepage .contentMain h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #003E78;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	left: 0;
}
main.singlepage .contentMain h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #003E78;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	left: 4px;
}
img {
	max-width: 100%;
	height: auto;
}

.um input[type="submit"].um-button, 
.um input[type="submit"].um-button:focus, 
.um a.um-button, .um a.um-button.um-disabled:hover, 
.um a.um-button.um-disabled:focus, 
.um a.um-button.um-disabled:active {
	background: #003E78 !important;
}
.um .um-button.um-alt, 
.um input[type="submit"].um-button.um-alt {
	color: #fff !important;
}
.um .um-button.um-alt::before, 
.um input[type="submit"].um-button.um-alt::before {
	color: #fff !important;
}


/* 固定ページ
-------------------------------------------------------------- */
/* 固定ページ共通
------------------------------ */
body.page main.page .page_title > h2 {
	color: #000;
}
/* HOME
------------------------------ */
/*body.page-home section {
	padding: 0;
}*/
body.page-home .sectionTitle > h2 {
	color: #003E78;
}
body.page-home .sectionTitle > h2 > span {
	display: block;
	font-size: 0.6em;
	line-height: 1em;
}
body.page-home .subsidyNote {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.main-visual-base {
	margin: 0;
	padding: 0;
	height:700px;
	width: 100%;
	position: relative;
}




/* 会員機能セクション */
section.function {
	background-color: rgba(250, 190, 2, 0.1);
}
section.function .salon_wrap {
	border: solid 1px #fabe02;
	border-radius: 8px;
}
section.function .salon_wrap i {
	color: #fabe02;
}
section.function .salon_wrap h3 {
	color: #8B4513;
}
/* 会員機能セクションここまで */
.btn-touroku {
	background: #B6BA06;
	color: #fff;
}
.btn-touroku:hover {
	background: #DAE000;
	color: #fff;
}
.btn-login {
	background: #4984D8;
	color: #fff;
}
.btn-login:hover {
	background: #7CADF2;
	color: #fff;
}
.fp_160f69 {
	background: rgba(139, 69, 19, 0.8);
}
section.function .col-md-4 p {
	padding-right: 70px;
	padding-left: 20px;
}
.infosalon > img {
	max-width: 400px;
}
/* 会員登録関連
------------------------------ */
/* サイドバー非表示 */
body.page-register-child main.page > .container > .page_wrap > .row > .col-md-8, body.page-login main.page > .container > .page_wrap > .row > .col-md-8 {
	width: 100%;
}
body.page-register-child main.page > .container > .page_wrap > .row > .col-md-4, body.page-login main.page > .container > .page_wrap > .row > .col-md-4 {
	display: none;
}
body.page-register-child .progressbar 
,body.page-complete_basic .progressbar 
{
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.page-complete_basic .progressbar .item {
	width: 50%;
}
body.page-register-child .progressbar .item.active
,body.page-complete_basic .progressbar .item.active
 {
	background: #003E78;
	color: #fff;
}
body.page-register-child .progressbar .item.active:not(:last-child)::after {
	border-left-color: #003E78;
}
/* ボタン */
body.page-register-child .um form input[type=submit].um-button, body.page-login .um form input[type=submit].um-button, body.page-login .um form a.um-button {
	background: #003E78 !important;
	color: #fff !important;
}
body.page-register-child .um form input[type=submit].um-button:hover, body.page-login .um form input[type=submit].um-button:hover, body.page-login .um form a.um-button:hover {
	background: #003E78 !important;
	color: #fff !important;
}
/* pagenation */
div.container-page {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
div.container-page .page-numbers {
	padding: 0 0.5em;
}
/* ultimate member */
a.um-link {
	color: #003E78 !important;
}
/*マイページ　　プロフィールメニュー*/
.um-profile-nav-item.active a {
	background: #3ba1da !important;
}

.um-role-wpfs_basic .um-profile-nav-lms_courses 
,.um-role-wpfs_basic .um-profile-nav-messages 
{
	display: none;
}






body.page-home section.blog li a {
	color: #333;
}
body.page-home section.blog li a:hover {
	color: #038BBB;
}
/* お知らせセクションここまで */
/* ヘッドラインセクション */
body.page-home section.headline {
	background-color: rgba(139, 69, 19, 0.1)
}
/* ヘッドラインセクションここまで */
/* 会員登録セクション */
section.regist {
	background: rgba(139, 69, 19, 0.8);
}
section.regist h2 {
	color: #fff;
}
section.regist button.btn {
	width: 100%;
	padding: 10px 0;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	background-color: #000 !important;
	color: #fff !important;
	/*
	border: solid 1px #fabe02 !important;
	*/
}
section.regist a:hover button.btn {
	background-color: #F49D22 !important;
	color: #000 !important;
}

/*チャットページ*/
@media (max-width: 768px) {
	body.page-chat .header_menu_wrap>container>.hamburger.active {
		z-index: 100;
	}

	body.page-chat .header_menu_wrap>container>.globalMenuSp.active {
		z-index: 100;
	}
}



/* mobile
-------------------------------------------------------------- */
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	p, th, td, li, button, input, label, select, textarea {
		line-height: 1.7;
	}
	header .header-left, header .header-right {
		padding: 4px;
	}
	header .header_logo {
		padding: 5px 0 5px 10px;
	}
	header .header_logo img {
		width: 100%;	
	}
	header .header-right a.btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	.footer_logo img {
		width: 250px;
	}
	main > .container > .row > div.col-md-8:first-child {
		margin-top: 20px;
	}
	main.singlepage #comments {
		margin-top: 40px;
	}
	.infosalon > img {
		max-width: 50vw;
		margin: 0 auto 20px;
	}
	img.company02 {
		height: 12.69vw;
		vertical-align: baseline;
		margin: 0;
	}
	/* HOME */
	/*body.home section {
		padding: 0;
	}*/
	body.home section.regist h2 {
		font-size: 1.6rem;
	}
	/* 利用規約
------------------------------ */
	body.page-term main h4 {
		font-size: 16px;
	}
	/* 簡易EC商品ページ
	------------------------------ */
	body.single-asp-products .asp_post_item {
		width: 100%;
	}
}

@media (max-width: 480px) {
	header .header_logo {
		padding: 0px 0 5px 10px;
	}

	header .header_logo h1 {
		width: 100%;
	}

	header .header_logo img {
		width: 100%;
		height: auto;
	}
}


/* PC表示設定 */
.is-pc {
	display: block !important;
}

.is-sp {
	display: none !important;
}

/* SP非表示設定 */
@media screen and (max-width: 768px) {
	.is-pc {
		display: none !important;
	}

	.is-sp {
		display: block !important;
	}
}

.main-visual-base {
	margin: 0;
	padding: 80px 0 0;
	height: 750px;
	background: url(images/img-mainv.jpg);
	background-position: center top;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.main-visual-base .main-catch {
	margin: 180px auto;
	padding: 0;
	text-align: center;
	color: #183661;
	font-size: 54px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.main-visual-base {
		margin: 0;
		padding: 250px 0 0;
		height: 550px;
		background: url(images/img-mainv.jpg);
		background-position: center top;
		background-size: cover;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}

	.main-visual-base .main-catch {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		color: #183661;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.5;
	}

}
@media screen and (max-width: 480px) {
	.main-visual-base {
		margin: 0;
		padding: 180px 0 0;
		height: 450px;
		background: url(images/img-mainv.jpg) no-repeat;
		background-position: center top;
		background-size:cover;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}

	.main-visual-base .main-catch {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		color: #183661;
		font-size: 35px;
		font-weight: bold;
		line-height: 1.5;
	}
}

.site-cate {
	font-size: 12px;
	color: #000;
	text-align: right;
	position: absolute;
	right: 10px;
	margin: 10px 0 0;
}

.page-container {
	margin: 0 auto;
	padding: 70px 15px;
	max-width: 1200px;
}

@media screen and (max-width: 768px) {
	.page-container {
		margin: 0 auto;
		padding: 50px 15px;
		max-width: 1200px;
	}
}

.page-heading {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.page-heading-wh {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.page-heading {
			font-size: 26px;
			font-weight: bold;
			color: #000;
			text-align: center;
			line-height: 1.5;
		}
	.page-heading-wh {
			font-size: 26px;
			font-weight: bold;
			color: #fff;
			text-align: center;
		}
}


.page-container-text {
	margin: 20px auto 0;
	padding: 0;
	text-align: left;
	max-width: 920px;
}



.banner-base {
	margin: 30px auto 0;
	padding: 0;
	max-width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-base div {
	margin: 5px 0;
	padding: 0;
	width: 48%;
}

@media screen and (max-width: 768px) {
	.banner-base {
		margin: 30px auto 0;
		padding: 0;
		max-width: 900px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.banner-base div {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
}

.arrow_button {
	display: inline-block;
	position: relative;
	padding: 25px 0;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #183661;
	color: #183661;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 10px 0;
	width: 100%;
	text-decoration: none;
}

.arrow_button::before {
	/* 矢印の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #183661;
	border-right: 3px solid #183661;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow_button:hover {
	background-color: #183661;
	border: 1px solid #183661;
	color: #fff;
}

.arrow_button:hover::before {
	/* 矢印の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.arrow_button {
		display: inline-block;
		position: relative;
		padding: 25px 0;
		background: #fff;
		border-radius: 12px;
		border: 1px solid #003E78;
		color: #003E78;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		margin: 10px 0;
		width: 100%;
	}
}

.contact-container {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #26569a;
}

.button-touroku {
	display: block;
	position: relative;
	max-width: 330px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 68px;
	outline: none;
	background-color: #fff;
	color: #183661;
	border-radius: 12px;
	font-size: 22px;
	cursor: pointer;
	margin: 20px auto 0;
	text-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.button-touroku:hover {
	background-color: #DAE000;
	color: #183661;
}

.page-tokuten-text {
	margin: 20px auto 0;
	padding: 0 10px;
	text-align: center;
	max-width: 920px;
}

.tokuten-base {
	margin: 30px auto 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.tokuten-base li {
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #183661;
	border-radius: 12px;
	width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #e7f1fb;
}

.tokuten-base li:nth-child(odd) {
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #183661;
	border-radius: 12px;
	width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #eee;
}

.tokuten-base li .tokuten-icon {
	margin: 0 auto;
	padding: 0;
	width: 80px;
}

.tokuten-base li .tokuten-icon img {
	width: 100%;
	height: auto;
}

.tokuten-base li .tokuten-title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #183661;
}

.tokuten-base li .tokuten-text {
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.tokuten-base {
		margin: 30px auto 0;
		padding: 0;
		width: 94%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}

	.tokuten-base li {
		margin: 15px 0;
		padding: 20px;
		border: 1px solid #183661;
		border-radius: 12px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #e7f1fb;
	}

	.tokuten-base li:nth-child(odd) {
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #183661;
	border-radius: 12px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #eee;
}

	.tokuten-base li .tokuten-icon {
		margin: 0 auto;
		padding: 0;
	}

	.tokuten-base li .tokuten-title {
		margin: 0;
		padding: 0;
		font-size: 24px;
		font-weight: bold;
		color: #183661;
	}

	.tokuten-base li .tokuten-text {
		margin: 10px 0 0;
		padding: 0;
		text-align: left;
	}
}

.page_title {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 98px;
	background: #eee;
	color: #fff !important;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.page-maintitle {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 100%;
	height: 150px;
	background: url("images/img-pagemaintitle-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.page-maintitle {
		margin: 0 auto;
		padding: 50px 0 0;
		width: 100%;
		height: 150px;
		background: url("images/img-pagemaintitle-bg.jpg") no-repeat;
		background-size: cover;
		background-position: center top;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}


.page-bg-blue {
	margin: 0;
	padding: 50px 30px;
	background: #E7EEF7;
}

.page-bg-gray {
	margin: 0;
	padding: 50px 30px;
	background: #f4f4f4;
}

.page-bg-blue-kotei {
	margin: 0;
	padding: 50px 0px 20px;
	background: #E7EEF7;
}

.page-bg-gray-kotei {
	margin: 0;
	padding: 50px 0px 20px;
	background: #f4f4f4;
}


.page-bg-blue-top {
	margin: 0;
	padding: 0;
	background: #E7EEF7;
}

@media screen and (max-width: 768px) {

	.page-bg-blue {
		margin: 0;
		padding: 20px 0;
		background: #E7EEF7;
	}

	.page-bg-blue-kotei {
	margin: 0;
	padding: 20px 0 1px;
	background: #E7EEF7;
	}
}

.course-tokucho-base {
	margin: 0 auto;
	padding: 40px 70px;
	background: #fff;
	max-width: 980px;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

@media screen and (max-width: 768px) {
	.course-tokucho-base {
		margin: 0 auto;
		padding: 40px 20px;
		background: #fff;
		width: 94%;
		-webkit-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
	}
}

.tokucho-base {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

.tokucho-base li {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

.tokucho-base li .tokucho-box {
	margin: 0;
	padding: 0;
}

.tokucho-base li .tokucho-box .icon-number {
	margin: 0;
	padding: 0;
	width: 10%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.tokucho-base li .tokucho-box .icon-number img{
	width: 80%;
	height: auto;
}

.tokucho-base li .tokucho-box .tokucho-text {
	margin: 0;
	padding: 0;
	width: 88%;
	text-align: left;
	color: #003E78;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 900px) {
	.tokucho-base li .tokucho-box .icon-number {
		margin: 0;
		padding: 0;
		width: 13%;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}

	.tokucho-base li .tokucho-box .tokucho-text {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		color: #003E78;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		display: inline-block;
		vertical-align: middle;
	}
}

@media screen and (max-width: 768px) {
	.tokucho-base li .tokucho-box .icon-number {
		margin: 0 5% 0 0;
		padding: 0;
		width: 15%;
		vertical-align: middle;
		text-align: center;
	}

		.tokucho-base li .tokucho-box .icon-number img{
			width: 100%;
			height: auto;
		}

	.tokucho-base li .tokucho-box .tokucho-text {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
		color: #003E78;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		vertical-align: middle;
	}
}

.tokucho-base li .heading-02 {
	margin: 30px 0 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #1E5A7C;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.tokucho-base li .tokucho-list {
	margin: 10px 0 0 20px;
	padding: 0;
}

.tokucho-base li .tokucho-list li {
	margin: 5px 0;
	padding: 0;
	list-style-type: disc;
	border: none;
}

.complain-base {
	margin: 50px auto 0;
	padding: 0;
	max-width: 950px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.complain-base li {
	margin: 0;
	padding: 0;
	width: 32%;
	list-style: none;
}

.complain-base li .complain-01 {
	margin: 0;
	padding: 20px;
	border: 1px solid #41969D;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.complain-base li .complain-01 .face-icon {
	margin: 0;
	padding: 0;
	width: 25%;
}

.complain-base li .complain-01 .face-icon img {
	width: 100%;
	height: auto;
}

.complain-base li .complain-01 .complain-01-text {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
}

.complain-base li .arrow-g {
	margin: 40px auto;
	padding: 0;
	text-align: center;
	width: 50px;
}

.complain-base li .arrow-g img{
	width: 100%;
	height: auto;
}

.complain-base li .complain-answer {
	margin: 0;
	padding: 20px;
	border: 2px solid #F49D22;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	min-height: 250px;
}

@media screen and (max-width: 768px) {
	.complain-base {
		margin: 50px auto 0;
		padding: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.complain-base li {
		margin: 0 0 50px;
		padding: 0;
		width: 100%;
		list-style: none;
	}

	.complain-base li .complain-01 {
		margin: 0;
		padding: 20px;
		border: 1px solid #41969D;
		border-radius: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
	}

	.complain-base li .complain-01 .face-icon {
		margin: 0;
		padding: 0;
		width: 15%;
	}

	.complain-base li .complain-01 .face-icon img {
		width: 100%;
		height: auto;
	}

	.complain-base li .complain-01 .complain-01-text {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 82%;
	}

	.complain-base li .arrow-g {
		margin: 20px auto;
		padding: 0;
		text-align: center;
		width: 50px;
	}

	.complain-base li .arrow-g img {
		width: 100%;
		height: auto;
}

	.complain-base li .complain-answer {
		margin: 0;
		padding: 20px;
		border: 2px solid #E34F5C;
		border-radius: 12px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		min-height: 100px;
	}

	.complain-base li:last-child {
		margin: 0;
	}
}

.taishou-base {
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.taishou-base .taishou-text {
	margin: 0;
	padding: 0;
	width: 70%;
}

.taishou-base .taishou-text .taishou-title {
	margin: 0 0 20px;
	padding: 0 0 2px 10px;
	border-left: 6px solid #F49D22;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
	color: #1E5A7C;
}

.taishou-base .taishou-text .taishou-list {
	margin: 0 0 0 20px;
	padding: 0;
}

.taishou-base .taishou-text .taishou-list li {
	margin: 5px 0;
	padding: 0;
	list-style-type: disc;
}

.taishou-base .taishou-img {
	margin: 0;
	padding: 0;
	width: 25%;
}

.taishou-base .taishou-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.taishou-base {
		margin: 0 auto;
		padding: 0;
		max-width: 800px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.taishou-base .taishou-text {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.taishou-base .taishou-img {
		margin: 40px auto 0;
		padding: 0;
		width: 60%;
	}

	.taishou-base .taishou-img img {
		width: 100%;
		height: auto;
	}
}

/*会員コースのご紹介*/
.course-member-base {
	margin: 0 auto;
	padding: 40px 70px;
	background: #fff;
	max-width: 980px;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

@media screen and (max-width: 768px) {
	.course-member-base {
		margin: 0 auto;
		padding: 40px 20px;
		background: #fff;
		width: 94%;
		-webkit-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
	}
}

.member-coursebase {
	margin: 30px 0 20px;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.member-coursebase .member-img {
	margin: 0;
	padding: 0;
	width: 25%;
}

.member-coursebase .member-img img {
	width: 100%;
	height: auto;
}

.member-coursebase .member-text {
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
}

.member-coursebase .membercourse-list {
	margin: 0 0 0 20px;
	padding: 0;
}

.member-coursebase .membercourse-list li {
	margin: 10px 0;
	padding: 0;
	list-style-type: disc;
}

@media screen and (max-width: 768px) {
	.member-coursebase {
		margin: 30px 0 20px;
		padding: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.member-coursebase .member-img {
		margin: 20px auto 0;
		padding: 0;
		width: 60%;
	}

	.member-coursebase .member-img img {
		width: 100%;
		height: auto;
	}

	.member-coursebase .member-text {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	.member-coursebase .membercourse-list {
		margin: 0 0 0 20px;
		padding: 0;
	}

	.member-coursebase .membercourse-list li {
		margin: 10px 0;
		padding: 0;
		list-style-type: disc;
	}
}

.button-member {
	display: inline-block;
	position: relative;
	width: 360px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 68px;
	outline: none;
	background-color: #EE8296;
	color: #fff;
	border: 1px solid #EE8296;
	border-radius: 12px;
	font-size: 22px;
	cursor: pointer;
	margin: 20px auto 0;
	text-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.button-member:hover {
	background-color: #FCA8B7;
	color: #fff;
	border: 1px solid #FCA8B7;
}

.faq-heading {
	margin: 60px 0 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

@media screen and (max-width: 480px) {
	.faq-heading {
		margin: 30px 0 0;
		padding: 0;
		text-align: center;
		font-size: 20px;
	}
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=70 )";
	background: none !important;
	cursor: pointer;
}

/* ----------------------------------------------------------------------
 header - ヘッダー設定
---------------------------------------------------------------------- */


.register-box{
	margin: 0 auto 30px;
	padding: 0 20px 30px;
	border: 1px solid #ccc;
	border-radius: 12px;
	box-sizing: border-box;
	background: #fff;
	max-width: 900px;
}

@media screen and (max-width: 480px) {

.register-box {
		margin: 0 auto 20px;
		padding: 0 20px 20px;
		border: 1px solid #ccc;
		border-radius: 12px;
		box-sizing: border-box;
		background: #fff;
		width: 90%;
	}
}

/*新規登録ページ　ボタン*/
.wp-block-button__link {
	color: #fff;
	background-color: #003E78;
	border-radius: 10px;
	box-shadow: none;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 18px;
	border: none;
}

.wp-block-button__link:hover {
	background-color: #0A68BF;
	color: #fff;
}



/*お問い合わせ　送信ボタン*/
.wpcf7-form input[type=submit] {
	margin: 30px 0 0;
	padding: 10px 20px;
	background: #003E78;
	color: #fff;
	border-radius: 25px;
	border: none;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-form input[type=submit]:hover {
	background: #0A68BF;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
	display: block;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 会員一覧ページ */
body.page-members .um-member-directory-search-line input.um-button {
	  background-color: #F49D22;
}
/* マイページ */
body.page-user .um-followers-user .um-followers-user-btn {
	display: none;
}
/* メルマガ登録ページ */
.single-mailpoet_page .contentMain img {
	width: auto;
	margin: 0;
}
.single-mailpoet_page .contentMain h1 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
.single-mailpoet_page .contentMain h1:before {
	content: none;
}
.single-mailpoet_page .contentMain h1:after {
	content: none;
}

/*メルマガ購読　確認メッセージの文字かぶりの調整*/
@media screen and (max-width: 768px) {
	.sidebar h4.sidebar {
		margin-bottom: 3px;
		margin-top: 100px;
	}
}

/*予定されているライブ配信*/

.vczapi-filters-wrapper .vczapi-col-4,
.vczapi-filters-wrapper .vczapi-col-3 {
	position: relative;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px 0;
	flex: none;
}

.wp-block-group__inner-container .vczapi-wrap {
	display:block;
	/* display: flex; */
	-ms-flex: none;
	flex: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: 30px;
	box-sizing: border-box;
}

.vczapi-items-wrap .vczapi-col-4 {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}


.mce-toolbar .mce-ico {
	color: #f8f8f8 !important;
}


/*よくある質問*/
/*カテゴリータイトル*/
.ewd-ufaq-faq-category-title {
	background: #003E78;
	border-left: 8px solid #003E78;
	padding: 3px 0 3px 15px;
	margin: 0 0 10px;
}

/*カテゴリータイトル　テキスト*/
.ewd-ufaq-faq-category-title h3 {
	text-align: left;
	color: #fff;
}

/*　＋のサイズ　位置調整*/
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	display: inline-block;
	font-size: 20px !important;
	margin: 0 auto;
	padding: 15px 0 0;
	color: #ccc;
}

/*　質問タイトルテキスト*/
.ewd-ufaq-faq-title-text h4{
	border: none;
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 18px;
}

/*答えのカテゴリー表記なし*/
.ewd-ufaq-faq-categories{
	display: none;
}

/*　サイドエリア調整*/
.page .sidebar-all .menu-user-sidemenu-container:before {
	font-size: 16px;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	display: block;
	background: #0c3e78;
	margin: 0;
}

.sidebar-all .menu-user-sidemenu-container:before{
	font-size: 16px;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	display: block;
	background: #0c3e78;
	margin: 50px 0 0;
}



#sidebar a:hover{
	text-decoration: underline;
	color: #0c3e78 !important;
}

#sidebar ul {
	list-style: none;
	padding-left: 0;
}

#sidebar ul li{
	padding: 3px 0;
}

#sidebar #menu-user-sidemenu {
	margin: 5px 0 10px;
}

#sidebar #menu-user-sidemenu a{
	color: #0c3e78;
	font-size: 16px;
}

#sidebar #menu-user-sidemenu a:before{
	color: #0c3e78;
	content:"● ";
	padding: 0;
	font-size: 14px;
	line-height: 1.0;
}

#sidebar #menu-user-sidemenu .sub-menu{
	display: flex;
}

#sidebar #menu-user-sidemenu .sub-menu li{
	line-height: 1.3;
	width: 50%;
}


#sidebar #menu-user-sidemenu .sub-menu li a{
	font-size: 15px;
	color: #000;
	margin: 0 0 0 -5px;
}

#sidebar #menu-user-sidemenu .sub-menu li a:before {
	color: #0c3e78;
	content: "";
	padding: 0 0 0 5px;
	font-size: 16px;
	line-height: 1.0;
}

.sidebar h4.sidebar{
	font-size: 16px;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	display: block;
	background: #0c3e78;
	margin: 0;
}

.sidebar-login{
	margin:  0;
}

.wp-block-group__inner-container .vczapi-wrap{
	font-size: 13px;
}

.vczapi-form-control{
	padding: 0px;
	font-size: 12px;
}

.vczapi-list-zoom-meetings--item__details h3{
 text-align: left;
 margin: 0;
}

.vczapi-filters-wrapper {
	margin-bottom: 5px !important;
	margin-top: 10px;
	align-items: center;
}

.vczapi-list-zoom-meetings--item__details__meta .meta {
	display: flex;
	flex-direction:row !important;
	margin-bottom: 5px;
}

.wp-block-group__inner-container .vczapi-wrap{
	margin-top: 10px !important;
}

.vczapi-pb-3 {
	padding-bottom: 10px !important;
}

.vczapi-list-zoom-meetings--item__details a.btn{
	padding: 5px 0;
	color: #0c3e78;
	font-size: 14px;
}

.vczapi-list-zoom-meetings--item__details a.btn:hover {
	padding: 5px 0;
	color: #0c3e78;
	text-decoration: underline;
}

.wp-widget-group__inner-blocks ul {
	margin-bottom: 5px;
}

.wp-widget-group__inner-blocks li.online-chat a h4,
.wp-widget-group__inner-blocks li.online-mypage a h4,
.wp-widget-group__inner-blocks li.online-products a h4,
li.online-ummember h4{
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0 0 5px;
	border-bottom:1px solid #ccc;
}

.wp-widget-group__inner-blocks li.online-chat a h4:hover,
.wp-widget-group__inner-blocks li.online-mypage a h4:hover,
.wp-widget-group__inner-blocks li.online-products a h4:hover {
	color: #0c3e78;
	text-decoration: underline;
}


.menu-help-sidemenu-container{
	border: none;
}

ul#menu-help-sidemenu li.operator-guide,
ul#menu-help-sidemenu li.yokuaru {
	border-bottom: 1px solid #ccc !important;
	padding: 0 0 5px;
	margin: 15px 0 0;
}


ul#menu-help-sidemenu li a{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
}

.yokuaru {
	margin-left: 0;
}

#sidebar ul.menu>li {
	border-bottom: 0px solid #ccc;
}

.eo-event-future a,
.bbp-forums-widget li a{
	font-size: 15px;
}

.menu-item-object-course-category a {
	color: #0c3e78;
	font-size: 16px;
	line-height: 1.8;
}

.menu-item-object-course-category a:before {
	color: #0c3e78;
	content: "● ";
	padding: 0 0 0 5px;
	font-size: 13px;
	line-height: 1.0;
}

.menu-item-object-course-category .sub-menu{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.menu-item-object-course-category .sub-menu li{
	width: 30%;
	text-align: left;
	margin: 0;
}

.menu-item-object-course-category .sub-menu li a{
	width: 30%;
	text-align: left;
	margin: 5px 0 0;
	color: #000;
	font-weight: normal;
}


.menu-item-object-course-category ul li {
	padding: 0 0 3px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}


.menu-item-object-course-category ul li a:before {
	color: #0c3e78;
	content: "";
}

#sidebar ul.menu>li.umm-member-list {
	margin: 10px 0 20px;
	border-bottom: 1px solid #ccc;
}

a.vczapi-list-zoom-title-link h3 {
    background: #0c3e78;
    color: #fff !important;
    padding: 5px 0 5px 10px;
    font-weight: 700;
}

a.vczapi-list-zoom-title-link h3:hover{
	text-decoration: underline;
}

.vczapi-wrap.vczapi-filters-wrapper {
    display: none;
}

.vczapi-list-zoom-meetings--item__details__meta {display: none;}

.vczapi-col-4.vczapi-pb-3 {
    padding-right: 5px;
    padding-left: 5px;
}

/*スマホ表示　マイページ > メッセージ　添付ファイル「ファイルを選択するときは こちらをクリック」　テキストセンタリング*/
.uppy-Dashboard-AddFiles-title button {
	font-weight: 500 !important;
	padding: 0 !important;
	background: none !important;
	font-size: inherit !important;
	color: inherit !important;
	text-align: center;
	color: #007cff !important;
	margin: 20px 0 0;
	line-height: 1.5;
}

/* 会員コース　サイドエリアトップ余白*/
body.course-template-default .sidebar-all {
	margin: 50px 0 0;
}

@media (max-width: 480px) {
 .sidebar-all {
 	margin: 30px 0 0;
 }
}


/* form-nav */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	width: 100%;
	margin: 0 auto 20px;
}

.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #f0f0f0;
	color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #f0f0f0;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}

div#um-user-photos-images-uploaded img {
	width: auto;
	height: 150px !important;
}

div#um-user-photos-images-uploaded {
	text-align: center;
}

/* step post */
.post_wrap_step {
	position: relative;
}

.post_wrap_step img,
.post_wrap_step p:not(.step_post_message) {
	opacity: 0.3;
}

.post_wrap_step p.step_post_message {
	position: absolute;
	z-index: 100;
	height: 100%;
	padding: 0;
	margin: 0;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

@media (min-width: 768px) {
	.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
		padding: 0 5% 0 0;
	}
}

body.archive .col-6>.post_wrap>a>img {
	aspect-ratio: 1.8;
}

@media screen and (max-width: 768px) {
	.progressbar .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
	}

	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}
}

/* active */
.progressbar .item.active {
	z-index: 1;
	background: #038BBB;
	color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #038BBB;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

@media (max-width: 768px) {
	.page_wrap {
		padding: 3.5vw 0;
	}

	table {
		border-bottom: solid 1px #ccc;
	}
}

/*フォーラム　編集画面ボタン色*/
.mce-toolbar .mce-btn button,
.qt-dfw {
	padding: 2px 3px;
	line-height: normal;
	background: #1E5A7C;
	color: #fff;
}

#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
	height: auto !important;
}

body.bbp-user-page #bbp-single-user-details #bbp-user-navigation span.bbp-user-edit-link {
	display: none;
}

.logged-in-as {
	display: none !important;
}

/*チャット機能*/
.mass-message {
	display: none !important;
}

/*コメント機能*/
#comments {
	margin-top: 20px;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

#comments ul {
	list-style: none;
}

#comments span {
	display: block;
}

#comments span.required {
	display: inline;
	color: red;
}

h5#resp {
	font-size: 20px;
	color: #44adcd;
}

h3#reply-title {
	font-size: 20px;
	color: #44adcd;
}

.comment-listCon {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;
	background: #f9f9f9;
}

.comment-name .fn {
	font-size: 16px;
	font-weight: bold;
}

.comment-name .says {
	font-size: 16px;
	font-weight: bold;
}

.comment-date-edit {
	font-size: 16px;
	font-weight: bold;
}

#comments .form-submit {
	text-align: center;
}

#comments input[type="submit"] {
	background: #44adcd;
	color: #fff;
	border-radius: 25px;
	border: none;
	padding: 10px 20px;
}

.um-provider-user-photo {
	display: none !important;
}

.um-social-login-wrap .um {
	overflow: inherit !important;
	padding: 0 !important;
}

.um-social-login-cancel {
	font-size: 40px !important;
	color: #ccc !important;
}

.um-account-tab.um-account-tab-general {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}

.um-account-tab.um-account-tab-general>.um-account-heading,
.um-account-tab.um-account-tab-general>.um-field,
.um-account-tab.um-account-tab-general>.um-col-alt {
	order: 5;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.um-account-tab.um-account-tab-general>.um-account-heading {
	order: 0;
}

.um-account-tab.um-account-tab-general>#um_field_general_user_login {
	order: 1;
}

.um-account-tab.um-account-tab-general>#um_field_general_first_name {
	order: 3;
}

.um-account-tab.um-account-tab-general>#um_field_general_last_name {
	order: 2;
}

@media (min-width: 767.98px) {
	.um-account-tab.um-account-tab-general>#um_field_general_first_name {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.um-account-tab.um-account-tab-general>#um_field_general_last_name {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.um-account-tab.um-account-tab-general>#um_field_general_user_email {
	order: 4;
}

/* チャットページ　ファイル添付 */
body.page-chat .uppy-Dashboard-AddFiles-title {
	font-size: 24px;
}

body.page-chat .uppy-Dashboard-AddFiles button.uppy-Dashboard-browse {
	font-size: 0 !important;
}

body.page-chat .uppy-Dashboard-AddFiles button.uppy-Dashboard-browse:after {
	content: "ファイルをアップロードしてください。";
	font-size: 24px !important;
}

/* 新規登録フォーム */
.um-field-type_terms_conditions>.um-field-area {
	/*display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;*/
	text-align: left;
}

/* 決済ページ */
.wpfs-form .wpfs-form-actions>button.wpfs-btn,
.wpfs-form .wpfs-form-actions>a.wpfs-btn {
	width: 50%
}

/* フォーラム > トピックページ */
@media (max-width: 768px) {

	.mce-container,
	.mce-panel,
	.mce-floatpanel,
	.mce-window,
	.mce-container-body {
		max-width: 100% !important;
	}

	.mce-floatpanel .mce-container-body {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.mce-floatpanel .mce-container-body>.mce-btn {
		display: -ms-flexbox !important;
		display: flex !important;
		left: inherit !important;
		right: inherit !important;
		position: relative !important;
	}
}

#ewd-ufaq-need-help-box {
	display: none;
}

.sensei-course-theme__columns .sensei-course-theme__main-content .wp-block-post-title {
	color: var(--sensei-text-color);
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.sensei-course-theme__columns .sensei-course-theme__main-content .wp-block-post-title {
		color: var(--sensei-text-color);
		font-weight: bold;
		font-size: 26px;
		line-height: 1.5;
	}
}

/* お知らせセクション */
/*
body.page-home section.blog ul {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
}

body.page-home section.blog li {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
}*/


section.blog {
	margin: 0;
	padding: 30px 0 70px;
}

section.blog .sectionTitle h2 {
	color: #183661;
}

section.blog ul li a:hover {
	color: #4984D8;
}

body.home section.blog ul {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	border-top: 1px solid #ddd;
}

body.home section.blog li {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	width: 800px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
	body.home section.blog ul {
		display: flex;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
		list-style: none;
		border-top: 1px solid #ddd;
		width: 90%;
	}

	body.home section.blog li {
		text-align: left;
		list-style: none;
		margin: 0;
		padding: 15px 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
}


/* お問合せ
------------------------------ */
body.page-contact table.inquiry textarea {
	width: 100%;
}

body.page-contact table.inquiry input[type="text"],
body.page-contact table.inquiry input[type="email"] {
	width: 100%;
}

body.page-contact span.wpcf7-spinner {
	display: none;
}

body.logged-in .hideLogin {
	display: none;
}

/*　有料会員登録　入力画面　プログレスバー横幅*/
.progress-area {
	margin: 0 auto;
	padding: 0;
	max-width: 850px;
}

/*フッターメニュー幅*/
.footer_menu_wrap .container {
	max-width: 1320px;
}

/*フッターメニュー　フォントサイズ*/
.footer_menu_wrap .menu li {
	font-size: 14px;
}


/* 自分以外のプロフィールページで「学習コース」タブを非表示に */
body:not(.um-own-profile) .um-profile-nav-lms_courses {
	display: none;
}

/*学習コース プログレスバー 翻訳*/
.each_course [style*="\%"]:after {
	content: ' 進行中';
	display: block;
	font-size: 1rem;
	color: #111;
	position: absolute;
	top: -24px;
	left: 123px;
	font-weight: normal;
	width: 5rem;
	text-align: right;
}

.each_course [style="width: 100\%"]:after {
	content: ' 完了';
}

.each_course span.value {
	overflow: visible !important;
}

.each_course span.progress_status {
	display: none !important;
}

.um-account-tab-notifications div:nth-of-type(4) .um-field-area:nth-of-type(3) {
	display: none;
}

.uppy-size--md .uppy-Dashboard-AddFiles-title {
	font-size: 16px !important;
	line-height: 1.7 !important;
	width: 50%;
}

.uppy-size--md .uppy-Dashboard-AddFiles-title .uppy-Dashboard-browse {
	color: rgba(34, 117, 215, .9);
}

.operator-guide+.uneisha:before {
	display: none;
}

.operator-guide a {
	margin: 0.2rem 0 0 1rem;
	display: inline-block;
}

.operator-guide+li {
	padding-top: 0 !important;
}

.operator-guide {
	border-bottom: none !important;
}

.admin-none+.operator-guide {
	margin: 10px 0;
}

.yokuaru {
	margin-left: 1rem;
}

.uppy-size--md button.uppy-u-reset.uppy-Dashboard-browse {
	white-space: pre;
	color: #007cff !important;
	padding-top: 0 !important;
	text-align: center;
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
	text-align: center;
	/*white-space: pre;*/
	font-size: 16px;
}

.um-profile-nav-item.um-profile-nav-lms_courses {
	/* display: none;*/
}

/*よくある質問　答えの背景色*/
.ewd-ufaq-faq-body{
    padding: 25px 30px 10px !important;
	text-align: left;
    background: #f4f4f4;
}

/*学習コース　タイトルが画像「Advanced course」等　画像比率調整*/
.course-template-default .singlepage img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

/*サイドエリア下部余白*/
.course-template-default .col-md-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
	margin-bottom: 50px;
}

@media (max-width: 480px) {
.course-template-default .col-md-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 50px;
	}
}

.bp-better-messages-restrict-send-message {
	list-style: none !important;
	padding: 10px 5px !important;
	margin: 10px auto 0 !important;
	text-align: center !important;
	font-size: 16px;
}

/*　チャット　チャットルームに参加するボタン　センタリング*/
.bpbm-join-to-chat-button,
.bpbm-join-to-chat-button:hover,
a.bpbm-join-to-chat-button,
a.bpbm-join-to-chat-button:hover {
	cursor: pointer;
	display: block;
	color: white !important;
	background: rgba(var(--main-bm-color), 1);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	margin-top: 8px;
	user-select: none;
	border-radius: 2px;
	margin: 10px auto;
	width: 220px;
	text-align: center;
}

/*会員新規登録　入力ボックス横幅調整*/
.um-19.um,
.um-6.um {
	max-width: 600px !important;
}

/**会員新規登録 生年月日カレンダー背景色調整*/
.um-19.um .picker__box,
.um-6.um .picker__box{
	background: #eee;
}

/*会員新規登録 生年月日カレンダー　スマホ表示崩れ調整*/
@media (max-width: 480px) {
.picker__box table.picker__table thead tr,
.picker__box table.picker__table tbody tr{
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	display: flex;
}
}

/*会員新規登録 生年月日カレンダー　曜日背景色調整*/
.um .picker__weekday {
	width: 14.285714286%;
	color: #fff;
	text-align: center;
	padding: 5px 0 !important;
	background: #888;
}

/*会員新規登録　リンク色*/
a.um-toggle-gdpr,
a.um-toggle-terms{
	color: #0c3e78;
}

a:hover.um-toggle-gdpr,
a:hover.um-toggle-terms {
	color: #0c3e78;
	text-decoration: underline;
}

/*スマホ表示　サイドメニュー上部空き調整*/
@media (max-width: 480px) {
#sidebar{
	margin: 60px 0 0;
}
}

/*会員登録　＞決済画面レイアウト調整*/
body.page-pay .page .custom-main{
	max-width: 1000px;
	margin: 50px auto;
	padding: 0 10px;
	box-sizing: border-box;
}

body.page-pay .page .custom-main .wp-block-table table{
	width: 99%;
	}

/*ノート　モーダル閉じるボタンレイアウト調整*/
.um-notes-modal #um_notes_modal_close {
	position: fixed;
	right: 0px !important;
	top: 0 !important;
	color: #fff;
	background: #333;
	font-size: 14px;
	height: 40px;
	width: 100px !important;
	text-align: center;
	line-height: 40px;
}

main.singlepage .fc-center h2{
	font-size: 24px;
}

main.singlepage .fc-center h2::before,
main.singlepage .fc-center h2::after {
	border: none;
}

/*イベント カレンダー表示崩れ調整*/
/*Pad表示*/
@media (max-width: 800px) {
	.fc-widget-header .fc-row table thead tr {
		border-color: inherit;
		border-style: solid;
		border-width: 0;
		display: flex;
	}
		.eo-fullcalendar-reset .fc-view-container tr{
			display: flex !important;

		}
}

/*スマホ表示*/
@media (max-width: 480px) {
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left{
	float: right !important;
	padding-left: 0;
}

.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right{
	float: left !important;
	padding-right: 0;
	color: #000;
}

}

.wp-block-heading {
	font-size: 28px;
	padding: 30px 0 0px !important;
	text-align: center;
}

/* 会員種別による表示/非表示設定 */
body.user-type-wpfs_basic .sidebar.widget_sensei_course_categories {
	display: none;
}