/*
theme Name: meikan child
Template: meikan
Author: xxxx
Description: 名鑑シリーズの子テーマです
version： 1.0.0
*/
@charset "UTF-8";

/*カラー規定*/
/*カラー規定*/
.bg_color_00 {
	background-color: #fff;
	/*white*/
}

.bg_color_02 {
	background-color: #373235;
	/*gray*/
}

.bg_color_03 {
	background-color: #f2f2f2;
	/*gray*/
}

.bg_color_04 {
	background-color: #fbf8f5;
	/*beige 01*/
}

.bg_color_05 {
	background-color: #f5eee7;
	/*beige 02*/
}

.bg_color_06 {
	background-color: #d1497a;
	/*pink*/
}

.bg_color_07 {
	background-color: #bed0da;
	/*blue*/
}

.bg_color_08 {
	background-color: #9de3fd;
	/*blue*/
}

.bg_color_09 {
	background-color: #fae62a;
	/*yellow*/
}

.bg_color_10 {
	background-color: #ffffea;
	/*yellow*/
}

.bg_color_11 {
	background-color: #f7b124;
	/*orange*/
}

.bg_color_12 {
	background-color: #f2f8fa;
	/*skyblue*/
}

.bg_color_13 {
	background-color: #e5f8fe;
	/*skyblue*/
}

.bg_color_14 {
	background-color: #f9c700;
	/*yellow*/
}

.bg_color_15 {
	background-color: #5AD0FC;
}


.color_00 {
	color: #fff;
	/*white*/
}

.color_01 {
	color: #333;
	/*bk 01*/
}

.color_02 {
	color: #373235;
	/*bk 02*/
}

.color_03 {
	color: #4d4d4d;
	/*グレー 01*/
}

.color_04 {
	color: #d1497a;
	/*pink 01*/
}

.color_05 {
	color: #ad497a;
	/*pink 02*/
}

.color_06 {
	color: #009fb8;
	/*blue 02*/
}

.color_07 {
	color: #bed0da;
	/*blue*/
}

.color_08 {
	color: #9de3fd;
	/*blue*/
}

.color_09 {
	color: #fae62a;
	/*yellow*/
}

.color_10 {
	color: #ffffea;
	/*yellow*/
}

.color_11 {
	color: #f7b124;
	/*orange*/
}

.color_12 {
	color: #f9c700;
	/*yellow*/
}

.color_13 {
	color: #5AD0FC;
}

/***************/
/*共通箇所設定*/
/**************/

/*ベースレイアウト*/


/*ボタン*/
p.base_btn {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

@media screen and (max-width: 780px) {
	p.base_btn {
		margin: 0 0 10px;
	}
}

p.base_btn a {
	width: 310px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	font-size: 18px;
}


@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	p.base_btn a {
		padding: 5px 10px;
		font-size: 16px;
	}
}

/*ヘッダー部分*/


/*フッター部分*/


/***************/
/*機能別*/
/***************/
/*検索機能*/
.search_box {
	margin: 25px auto 20px auto;
	width: 510px;
	max-width: 95%;
}

.search_input input {
	width: 99%;
	border: 1px solid #666666;
	border-radius: 5px;
	padding: 5px 10px;
	height: 40px;
	margin-right: auto;
	display: block;
}

.search_input.fm_meta {
	width: 410px;
	max-width: 80%;
	margin: 0 auto 0 0;
}

.search_form input[type="submit"] {
	width: 100px;
	max-width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: #009ff4;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 3px;
}

ul.search_link li a {
	margin: 0 15px 5px;
	text-decoration: underline;
	color: #009fb8;
	display: block;
}

@media screen and (max-width: 780px) {}


@media screen and (max-width: 640px) {}





/*グリッド表示 6カラム*/
.grids_06 .grid_box {
	width: 180px;
	max-width: 33%;
	border: 1px solid #ececec;
	margin-bottom: 10px;
}

.grids_06 {
	justify-content: space-between;
	margin: 40px 0;
}

.grids_06 .grid_box img {
	width: 100%;
}

.grid_box_info {
	padding: 15px 10px;
}

.grid_box_info .name {
	font-size: 15px;
	margin-bottom: 5px;
}

.grid_box_info .info {
	font-size: 12px;
	margin-bottom: 5px;
	color: #808080;
}

.grid_box_info ul.review {
	display: flex;
	font-size: 12px;
}

.grid_box_info ul.review .star {
	margin-right: 5px;
	color: #f7931e;
}

.grid_box_info ul.review .count {
	color: #373235;
}


@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.grids_06 .grid_box {
		max-width: 48%;
		width: 100%;
	}
}

/*グリッド表示 2カラム*/
.grids_02 .grid_box {
	width: 580px;
	max-width: 48%;
	align-items: center;
	border: 1px solid #ececec;
}

.grids_02 {
	justify-content: space-between;
	margin: 40px 0;
}

.grids_02 .grid_box .img {
	width: 145px;
	max-width: 25%;
}

.grids_02 .grid_box .profile {
	width: 429px;
	max-width: 75%;
	padding: 10px 20px;
}

.grids_02 .grid_box .img img {
	width: 100%;
}

.grids_02 .grid_box .profile .name {
	font-size: 15px;
	margin-bottom: 8px;
}

.grids_02 .grid_box .profile .name:before {
	content: "NEW";
	padding: 2px 7px;
	margin-right: 10px;
	background-color: #ed1c24;
	color: #fff;
	font-size: 8px;
}

.grids_02 .grid_box .profile .info {
	color: #d1497a;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
}

.grids_02 .grid_box .profile .prof_text {
	font-size: 12px;
	margin-bottom: 5px;
}

.grids_02 .grid_box .profile .expert {
	font-size: 12px;
	color: #8e8b8d;
}

@media screen and (max-width: 640px) {
	.grids_02 .grid_box {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.grids_02 .grid_box {
		max-width: 100%;
	}

	.grids_02 .grid_box:first-child {
		margin-bottom: 10px;
	}

	.grids_02 .grid_box {
		flex-direction: column;
		padding: 10px 0 0 0;
	}

	.grids_02 .grid_box .img {
		max-width: 90%;
	}

	.grids_02 .grid_box .profile {
		max-width: 100%;
		text-align: center;
	}
}



/*グリッド表示 3カラム*/
.grids_03 {
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0;
}

.grids_03 .grid_box {
	max-width: 30%;
	width: 380px;
	margin: 20px 0;
}

.grids_03 .grid_box .grid_infobox .iconbox {
	width: 50px;
	margin-right: 15px;
}

.grids_03 .grid_box .thumbnail {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.grid_infobox {
	flex-wrap: initial;
}

.grid_infobox .blog_info {
	width: 300px;
	max-width: 80%;
}

.grid_infobox .blog_info .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.grid_infobox .blog_info ul {
	display: flex;
}

.grid_infobox .blog_info ul li {
	font-size: 12px;
	color: #4d4d4d;
}

.grid_infobox .blog_info ul li:first-child {
	margin-right: 10px;
	border-right: 1px solid #4d4d4d;
	padding-right: 10px;
}

@media screen and (max-width: 640px) {
	.grids_03 .grid_box {
		max-width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.grids_03 .grid_box {
		max-width: 100%;
		margin: 20px auto;
	}
}

/*グリッド表示 4カラム*/
.grids_04 {
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0;
}

.grids_04 .grid_box {
	max-width: 24%;
	width: 300px;
	margin: 20px 0;
}

/*カラム1*/
.columns_01 .column_01 {
	margin-bottom: 20px;
}

.columns_01 .column_01:last-child {
	margin-bottom: 0;
}

.columns_01 .column_01 .thumbnail {
	margin-right: 3%;
	width: 30%;
}

.columns_01 .column_01 .info {
	width: 67%;
}

.columns_01 .column_01 .info .title {
	font-size: 16px;
	margin-bottom: 5px;
	padding-top: 5px;
}

.columns_01 .column_01 .info .textarea {
	font-size: 15px;
	margin-bottom: 5px;
}

.columns_01 .column_01 .info .date {
	color: #808080;
	font-size: 12px;
}

/*ユーザーボックス*/
.user_widget_box_01 .user_widget_box {
	margin-bottom: 30px;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner {
	max-width: 95%;
	width: 1100px;
	margin: auto;
	padding: 30px 0;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .icon {
	max-width: 15%;
	width: 270px;
	margin-right: 5%;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info {
	max-width: 80%;
	width: 830px;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .icon img,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .icon img {
	margin-bottom: 15px;
	width: 100%;
}

.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .icon,
.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .icon {
	position: relative;
}

.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .icon::after,
.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .icon::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	max-width: 50%;
	background-size: contain;
}

.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .icon::after {
	background-image: url(https://counselor-meikan.jp/wp-content/uploads/2022/11/mark_standard.png);
}

.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .icon::after {
	background-image: url(https://counselor-meikan.jp/wp-content/uploads/2022/11/mark_precious.png);
}


.user_widget_box_inner .icon ul.operation {
	border: 2px solid #d1497a;
	background-color: #d1497a;
	border-radius: 15px;
	font-size: 12px;
}

.user_widget_box_inner .icon ul.operation li {
	width: 50%;
	text-align: center;
	padding: 3px 0;
}

.user_widget_box_inner .icon ul.operation li.operation_ttl {
	border-radius: 15px 0 0 15px;
}

.user_widget_box_inner .icon ul.operation li.operation_info {
	border-radius: 0 15px 15px 0;
	background-color: #fff;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info .name,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .info .name {
	font-size: 23px;
	margin-bottom: 10px;
}

.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .info .name,
.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .info .name {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .info .name::after {
	content: "\30B9\30BF\30F3\30C0\30FC\30C9\4F1A\54E1";
	font-size: 12px;
	background-color: #fff;
	color: #a19ca0;
	border: 1px solid #a19ca0;
	padding: 1px 10px;
	margin-left: 10px;
}

.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .info .name::after {
	content: "\30D7\30EC\30B7\30E3\30B9\4F1A\54E1";
	font-size: 12px;
	background-color: #fff;
	color: #ca9a0c;
	border: 1px solid #ca9a0c;
	padding: 1px 10px;
	margin-left: 10px;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info .record,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .info .record {
	margin-bottom: 10px;
	font-size: 13px;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info .table_info,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .info .table_info {
	margin: 10px 0;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info .table_info li span.table_info_ttl,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .info .table_info li span.table_info_ttl {
	width: 100px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	background-color: #f8e2ea;
	padding: 0px 0;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info .table_info li span.table_info_txt,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .info .table_info li span.table_info_txt {
	padding-left: 10px;
	font-size: 12px;
}

.user_widget_box_01 .user_widget_box .user_widget_box_inner .info .description,
.user_widget_box_02 .user_widget_box .user_widget_box_inner .info .description {
	font-size: 14px;
	line-height: 170%;
	margin-top: 10px;
}

.user_widget_box_02 .user_widget_box .user_widget_box_inner {
	max-width: 95%;
	width: 880px;
	margin: auto;
	padding: 30px 0 20px;
}

.user_widget_box_02 .user_widget_box .user_widget_box_inner .icon {
	max-width: 20%;
	width: 180px;
	margin-right: 5%;
}

.user_widget_box_02 .user_widget_box .user_widget_box_inner .info {
	max-width: 75%;
	width: 700px;
}


@media screen and (max-width: 640px) {
	.user_widget_box_inner .icon ul.operation li {
		display: block;
		width: 100%;
		font-size: 12px;
	}

	.user_widget_box_inner .icon ul.operation li.operation_ttl {
		border-radius: 15px 15px 0 0;
	}

	.user_widget_box_inner .icon ul.operation li.operation_info {
		border-radius: 0 0 15px 15px;
	}
}

@media screen and (max-width: 480px) {
	.user_widget_box_01 .user_widget_box .user_widget_box_inner .icon {
		max-width: 100%;
		text-align: center;
		margin: 0 auto 10px;
	}

	.user_widget_box_01 .user_widget_box .user_widget_box_inner .info {
		max-width: 100%;
	}

	.user_widget_box_02 .user_widget_box .user_widget_box_inner .icon,
	.user_widget_box_02 .user_widget_box .user_widget_box_inner .info {
		max-width: 100%;
	}

	.user_widget_box_02 .user_widget_box .user_widget_box_inner .icon {
		margin: 0 auto 15px;
	}

	.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .icon::after,
	.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .icon::after {
		width: 80px;
		height: 80px;
		max-width: 50%;
	}

	.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .info .name,
	.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .info .name {
		flex-direction: column-reverse;
		align-items: baseline;
	}

	.user_widget_box_01 .user_widget_box.standard .user_widget_box_inner .info .name::after,
	.user_widget_box_01 .user_widget_box.precious .user_widget_box_inner .info .name::after {
		margin-left: 0;
		margin-bottom: 5px;
	}
}

/*ランキング*/
.ranking_inner {
	height: 180px;
	justify-content: space-between;
	min-width: 1000px;
}

.ranking {
	height: 180px;
	border-radius: 20px;
	border: 2px solid #fff;
	margin: 30px 0;
	padding: 0 25px;
	overflow-x: scroll;
}

.rank_ttl {
	width: 150px;
	max-width: 15%;
	margin-right: 3%;
}

.rank_ttl p {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.rank_ttl p span {
	font-size: 12px;
	color: #666666;
}

.ranking_boxs .ranking_box {
	width: 190px;
	position: relative;
	max-width: 20%;
}

.ranking_boxs .ranking_box .thumbnail {
	margin-bottom: 20px;
}

.ranking_info {
	position: relative;
}

.ranking_info img {
	position: absolute;
	left: -50px;
	top: -60px;
	width: 100px;
	height: 100px;
}

.ranking_info .ttl {
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
}

.ranking_boxs {
	justify-content: space-between;
	max-width: 82%;
}

.ranking_boxs .ranking_box:before {
	position: absolute;
	top: -10px;
	left: -10px;
	color: #fff;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.ranking_box.rank_01:before {
	content: "1";
	background-color: #fbb03b;
}

.ranking_box.rank_02:before {
	content: "2";
	background-color: #b3b3b3;
}

.ranking_box.rank_03:before {
	content: "3";
	background-color: #c69c6d;
}

.ranking_box.rank_04:before {
	content: "4";
	background-color: #998675;
}

.ranking_box.rank_05:before {
	content: "5";
	background-color: #998675;
}



/*下層ページ共通*/
h2.page_ttl {
	font-size: 23px;
	border-bottom: 1px solid #ad497a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: normal;
	position: relative;
}

.member_all h2.page_ttl:before,
.profile_content h2.page_ttl:before {
	content: url(https://counselor-meikan.jp/wp-content/themes/meikan-child/img/counselor_all_icon.png);
	margin-right: 10px;
	zoom: 50%;
	-moz-transform: scale(0.5);
	position: relative;
	top: 10px;
}


h2.page_ttl_02 {
	position: relative;
	font-size: 32px;
	font-weight: normal;
	line-height: 130%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

h2.page_ttl_02 span {
	font-size: 14px;
	font-weight: bold;
	color: #ad497a;
}

h2.page_ttl_02:before {
	content: url("https://counselor-meikan.jp/wp-content/themes/meikan-child/img/midashi_icon.png");
	zoom: 50%;
	-moz-transform: scale(0.5);
}



@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	h2.page_ttl_02 {
		font-size: 20px;
	}

	h2.page_ttl_02 span {
		font-size: 12px;
	}
}

/***************/
/*各ページ設定*/
/**************/
/*トップページ*/
/*トップページ見出し*/
h2.top_midashi {
	flex-direction: column;
	font-size: 23px;
	line-height: 150%;
	position: relative;
	margin-bottom: 40px;
	margin-top: 60px;
}

h2.top_midashi:before {
	content: url(https://counselor-meikan.jp/wp-content/themes/meikan-child/img/midashi_icon.png);
	position: absolute;
	left: 0;
	right: 0;
	top: -85px;
	zoom: 50%;
	-moz-transform: scale(0.5);
}

h2.top_midashi span {
	font-size: 14px;
	text-transform: capitalize;
}

/*ファーストビュー*/
.firstview_sec .fv_img {
	margin-bottom: 50px;
}

p.fv_midashi {
	font-size: 25px;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 20px;
}

.firstview_sec img.fv_icons {
	margin-bottom: 25px;
}



/*プロフィール*/

.profile_headerimg img {
	width: 100%;
}

.profile_headerimg {
	margin-bottom: 25px;
}

.profile_basic_info .prof_img {
	width: 180px;
	max-width: 15%;
	margin-right: 1%;
}

.profile_basic_info .prof_info {
	max-width: 84%;
	width: 1000px;
}

.prof_info_base {
	justify-content: space-between;
	align-items: center;
}

.message_btn p.base_btn a {
	font-size: 16px;
	width: 167px;
	height: 45px;
	margin: 0 3px;
}

.profile_basic_info {
	justify-content: space-between;
	margin-bottom: 30px;
}

.profile_basic_info .prof_info .name {
	font-size: 23px;
	margin-bottom: 10px;
}

.profile_basic_info .prof_info .record {
	margin-bottom: 10px;
	font-size: 13px;
}

.profile_basic_info .prof_info .table_info {
	margin: 10px 0;
}

.profile_basic_info .prof_info .table_info li span.table_info_ttl {
	width: 100px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	background-color: #f8e2ea;
	padding: 0px 0;
}

span.add.table_info_txt:after {
	/* 	content: " / "; */
}

.profile_basic_info .prof_info .table_info li span.table_info_txt.online {
	padding-left: 0;
}

.profile_basic_info .prof_info .table_info li span.table_info_txt {
	padding-left: 10px;
	font-size: 12px;
}

.profile_basic_info .prof_info .sns_icons li {
	margin-right: 5px;
}

.sns_icons svg {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.sns_icons svg .svg_color {
	fill: #d1497a;
}

.sns_icons svg .svg_white {
	fill: #ffffff;
}


.sns_icons svg .svg_stroke_color {
	stroke: #d1497a;
	fill: #ffffff;
}

.profile_midashi {
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	background-color: #f5eee7;
}

.profile_detail {
	margin: 15px 0 40px;
	line-height: 150%;
	color: #333;
	font-size: 16px;
}


.profile_detail .blog_boxs.grids_03 {
	margin-top: 0px;
}

.profile_detail .blog_boxs.grids_03 .blog_box.grid_box {
	margin-top: 0;
}

ul.prof_sns_lists li div,
ul.prof_sns_lists li a {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	line-height: 120%;
	color: initial;
}

ul.prof_sns_lists li div span,
ul.prof_sns_lists li a span {
	font-size: 12px;
	font-weight: normal;
}

ul.prof_sns_lists li {
	margin-right: 30px;
	padding-left: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
}

ul.prof_sns_lists li.sns-row2 {
	padding-left: 20px;
}

ul.prof_sns_lists li div span.svg_icon,
ul.prof_sns_lists li a span.svg_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 1px;
	left: 0;
	color: #d1497a;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #d1497a;
	border-radius: 30px;
	box-sizing: content-box;
}

ul.prof_sns_lists {
	height: 50px;
}

.profile_basic_info.standard .prof_img,
.profile_basic_info.precious .prof_img {
	position: relative;
}

.profile_basic_info.standard .prof_img::after,
.profile_basic_info.precious .prof_img::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	max-width: 50%;
	background-size: contain;
}

.profile_basic_info.standard .prof_img::after {
	background-image: url(https://counselor-meikan.jp/wp-content/uploads/2022/11/mark_standard.png);
}

.profile_basic_info.precious .prof_img::after {
	background-image: url(https://counselor-meikan.jp/wp-content/uploads/2022/11/mark_precious.png);
}

.profile_basic_info .prof_info .name {
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.profile_basic_info.standard .prof_info .name::after {
	content: "\30B9\30BF\30F3\30C0\30FC\30C9\4F1A\54E1";
	font-size: 12px;
	background-color: #fff;
	color: #a19ca0;
	border: 1px solid #a19ca0;
	padding: 1px 10px;
	margin-left: 10px;
}

.profile_basic_info.precious .prof_info .name::after {
	content: "\30D7\30EC\30B7\30E3\30B9\4F1A\54E1";
	font-size: 12px;
	background-color: #fff;
	color: #ca9a0c;
	border: 1px solid #ca9a0c;
	padding: 1px 10px;
	margin-left: 10px;
}


@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.profile_basic_info .prof_img {
		width: fit-content;
		max-width: 100%;
		text-align: center;
		margin: 0 auto 10px auto;
	}

	.profile_basic_info .prof_info {
		margin: auto;
		max-width: 100%;
	}

	.profile_basic_info .prof_info .table_info li {
		margin-bottom: 5px;
	}

	span.add.table_info_txt:after {
		content: "";
	}

	.profile_basic_info .prof_info .table_info li span {
		width: 100%;
		display: block;
		text-align: center;
	}

	.profile_basic_info .prof_info .table_info li span.table_info_ttl {
		width: 100%;
		margin-bottom: 3px;
	}

	ul.prof_sns_lists li {
		padding-left: 5px;
	}

	.profile_basic_info.standard .prof_img::after,
	.profile_basic_info.precious .prof_img::after {
		width: 80px;
		height: 80px;
		max-width: 50%;
	}

	.profile_basic_info .prof_info .name {
		flex-direction: column-reverse;
		align-items: baseline;
	}

	.profile_basic_info.standard .prof_info .name::after,
	.profile_basic_info.precious .prof_info .name::after {
		margin-left: 0;
		margin-bottom: 5px;
	}
}

/*マイページ　2カラム設定*/
.column_02 section.column_02_main {
	width: 900px;
	max-width: 75%;
	padding-top: 0;
}

article.column_02 {
	width: 1200px;
	max-width: 95%;
	margin: auto;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 50px;
	padding-bottom: 50px;
}

.column_02 aside {
	width: 300px;
	max-width: 25%;
}


@media screen and (max-width: 640px) {
	article.column_02 {
		flex-direction: column-reverse;
	}

	.column_02 section.column_02_main,
	.column_02 aside {
		width: 640px;
		max-width: 100%;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 480px) {}

/*マイページ サイドバー*/
.sidebar_column {
	width: 260px;
	max-width: 95%;
}

.sidebar_links {
	border: 2px solid #d1497a;
	border-radius: 15px;
}

.sidebar_column img.sidebar_icon {
	width: 100px;
	max-width: 25%;
}

.sidebar_column li.sidebar_head {
	padding: 10px 15px;
	border-radius: 10px 10px 0px 0;
	align-items: center;
}

.sidebar_column li.sidebar_head img {
	width: 100px;
	height: auto;
}

.sidebar_column p.sidebar_midashi {
	width: 55%;
	/* 	max-width: 70%; */
	font-size: 16px;
	font-weight: bold;
	margin-left: 2%;
}

.sidebar_column p.sidebar_midashi span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.sidebar_links li.sidebar_menu_list {
	padding: 10px 15px;
	border-bottom: 1px solid #d9d9d9;
}

.sidebar_links li.sidebar_menu_list a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	display: block;
}

.sidebar_links li.sidebar_menu_list a.active {
	color: #d1497a;
}

.sidebar_links li.sidebar_menu_list:last-child {
	border: none;
}


/*アコーディオンタイトル*/
.sidebar_links li.sidebar_menu_list button {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.sidebar_toggle {
	position: relative;
	/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	transition: all .5s ease;
}

/*アイコンの＋と×*/
.sidebar_toggle::before,
.sidebar_toggle::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #d1497a;

}

.sidebar_toggle::before {
	top: 48%;
	right: 6px;
	transform: rotate(45deg);

}

.sidebar_toggle::after {
	top: 48%;
	right: 0px;
	transform: rotate(135deg);

}

/*　closeというクラスがついたら形状変化　*/
.sidebar_toggle.close::before {
	transform: rotate(45deg);
}

.sidebar_toggle.close::after {
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.sidebar_menu_child_lists {
	display: none;
	margin: 10px 0;
	padding: 10px 10px;
	line-height: 180%;
}

ul.side_nav_hook {
	display: none;
}

@media screen and (max-width: 640px) {
	.sidebar_column {
		width: 640px;
		max-width: 100%;
	}

	li.sidebar_head.f_box.bg_color_06.pc_content {
		display: none;
	}

	ul.side_nav_hook {
		display: block;
	}

	ul.side_nav_hook.close .sidebar_head {
		border-radius: 10px;
	}

}

@media screen and (max-width: 480px) {}

/*サイドバー ランキング表示*/
.sidebar_ranking ul.side_rank {
	padding-bottom: 15px;
	border-radius: 10px;
}

.side_rank .ranking_box {
	text-align: center;
	position: relative;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.side_rank li.sidebar_rank_list {
	text-align: center;
	margin: 25px 0 30px 0;
}

.sidebar_rank_list .ranking_box::before {
	position: absolute;
	top: -10px;
	left: -10px;
	color: #fff;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

/*****************/
/*マイページ*/
/*****************/
/*マイページトップ*/
.mypage-content h3.submidashi {
	padding: 5px 0 10px 5px;
	border-bottom: 2px solid #d1497a;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: normal;
}

.mypage_area {
	margin-bottom: 40px;
}

.admin_news_lists li {
	border-bottom: 1px solid #e2cdb7;
	padding: 15px 5px;
}

.admin_news_lists li:first-child {
	padding-top: 0;
}

ul.admin_news_lists li span.postdate {
	color: #373235;
	margin-right: 25px;
	font-size: 15px;
}

ul.admin_news_lists li a {
	color: #0071bc;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

.recommend_box {
	border: 1px solid #ececec;
}

.recommend_boxs.grids_04 .grid_box {
	max-width: 20%;
	margin-right: 20px;
	margin-top: 0;
}

.recommend_boxs.grids_04.f_box {
	justify-content: flex-start;
	margin-top: 20px;
}

.recommend_box img {
	width: 100%;
}



@media screen and (max-width: 640px) {
	.recommend_boxs.grids_04 .grid_box {
		max-width: 24%;
		margin: 0;
	}

	.recommend_boxs.grids_04.f_box {
		justify-content: space-between;
	}
}

@media screen and (max-width: 480px) {
	.recommend_boxs.grids_04 .grid_box {
		max-width: 48%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/*マイページ　プロフィール編集*/
.profedite p.attention {
	/* border: 2px solid #adc6ad; */
	background-color: #eff4ef;
	padding: 10px 20px;
	/* border-radius: 10px; */
	margin-bottom: 20px;
}

h4.mypage_submidashi {
	font-size: 20px;
	margin: 15px 0;
}

/*フォーム*/
.mypage_submidashi p {
	font-size: 20px;
	margin: 40px 0 15px;
	font-weight: bold;
}

.form_th {
	padding: 10px 5px 10px 20px;
	background-color: #fbf8f5;
}

.form_th.required {
	position: relative;
}

.form_th.required::after {
	content: "必須";
	color: #fff;
	background-color: #df6b6d;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 12px;
	margin-left: 20px;
	font-weight: normal;
}

.form_th p {
	width: 100%;
	text-align: left;
	font-weight: bold;
	display: inline;
}

.form_td input,
.form_td textarea,
.MyCardElement {
	border: 1px solid;
	width: 100%;
	padding: 8px 10px;
	border-radius: 5px;
}

.form_td input[type="color"] {
	width: revert;
	padding: initial;
}

.form_td input[type="radio"] {
	width: initial;
	margin-right: 5px;
}

.form_td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 5px 10px 20px;
}





.base_form table {
	width: 100%;
}

.base_form table tr th,
table.edite_table tr td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 5px 10px 20px;
}

.base_form table tr td input[type="text"],
table.edite_table tr td input[type="textarea"] {
	border: 1px solid;
	width: 100%;
	padding: 8px 10px;
	border-radius: 5px;
	font-size: 14px;
}

.base_form table tr.required th:after {
	content: "必須";
	color: #fff;
	background-color: #df6b6d;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 12px;
	margin-left: 20px;
	font-weight: normal;
}

.base_form table tr th {
	display: flex;
	align-items: center;
}

form.base_form input[type="submit"] {
	display: block;
	margin: 25px auto 10px;
	background-color: #009ff4;
	width: 160px;
	max-width: 90%;
	height: 45px;
	border-radius: 25px;
	color: #fff;
}


/*マイページ 会員種別変更*/
.typechange p.attention {
	/* border: 2px solid #adc6ad; */
	background-color: #eff4ef;
	padding: 10px 10px;
	/* border-radius: 10px; */
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}

.typechange_box.base_form table tr th,
.typechange_box.base_form table tr td {
	text-align: center;
	justify-content: center;
}

.typechange_box.base_form table tr td {
	background-color: #f0f0f0;
}

.typechange_box.base_form table tr td ul li.limitdate {
	font-size: 12px;
}

p.base_btn.submit_btn a {
	display: flex;
	margin: 5px auto 10px;
	background-color: #009ff4;
	width: 280px;
	max-width: 90%;
	height: 45px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
}

.typechange_box.base_form {
	margin-bottom: 60px;
}


/*マイページ メッセージ一覧*/

.message_list_data .message_infobox {
	width: 80%;
	align-items: center;
}

.message_list_data .message_btn {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mypage_area.support_list hr,
.mypage_area.message_list hr {
	margin-bottom: 0;
}

.message_list_data {
	justify-content: space-between;
	border-bottom: 1px solid #e2cdb7;
	padding: 30px 0;
}

.message_list_data.new_message {
	background-color: #eefcff;
}

.message_list_data .message_infobox .thumbnail {
	margin-right: 3%;
	width: 17%;
}

.message_list_data .message_infobox .message_info {
	width: 80%;
}

.message_list_data .message_btn p.send_btn {
	max-width: 70%;
	text-align: center;
	background-color: #f15a24;
	margin: auto;
	border-radius: 30px;
}

.message_list_data .message_btn p.send_btn a {
	font-size: 14px;
	width: 200px;
	height: 35px;
}

p.base_btn.blind_btn {
	margin: 0;
}

p.base_btn.blind_btn a {
	height: auto;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

li.new_message_attention {
	color: #d1497a;
	background-color: #fff;
	border: 1px solid;
	border-radius: 10px;
	padding: 0 10px;
	margin: 5px 10px 5px 0;
	font-size: 14px;
}

li.message_date {
	color: #d1497a;
	font-size: 14px;
}

ul.message_info_ttl {
	align-items: center;
}

ul.message_user li {
	padding: 8px 0;
	font-weight: bold;
}

.message_description li {
	color: #0071bc;
	font-weight: bold;
}

.message_description li span {
	position: relative;
}

.message_description li span:after {
	content: ":";
	margin: 0 4px;
}


ul.message_user .post_ttl a {
	color: #0071bc;
	text-decoration: underline;
	font-size: 17px;
}

ul.message_user {
	align-items: center;
}

ul.message_user .new_message_attention {
	margin-right: 10px;
	border: 1px solid;
	border-radius: 10px;
	padding: 2px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

ul.message_user .new_message_attention.new {
	color: #29abe2;
}

ul.message_description {
	font-size: 12px;
	color: #808080;
	margin-bottom: 5px;
}




@media screen and (max-width: 640px) {

	.message_list_data {
		flex-direction: column;
	}

	.message_list_data .message_btn {
		width: 100%;
		margin-top: 20px;
	}

	.message_list_data .message_infobox {
		width: 100%;
	}

}

/*メッセージ送信*/
.message-send_midashi p {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	color: #666666;
}

.message-send p.attention {
	/* border: 2px solid #d4d4d4; */
	background-color: #eeeeee;
	padding: 10px 10px;
	/* border-radius: 10px; */
	margin-bottom: 20px;
	font-size: 14px;
}

.message-send textarea {
	width: 100%;
	border: 2px solid #d4d4d4;
	padding: 10px 10px;
	border-radius: 5px;
}

.message-send input[type="send"] {
	display: block;
	margin: 25px auto 10px;
	background-color: #009ff4;
	width: 160px;
	max-width: 90%;
	height: 45px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
}

/*メッセージ個別ページ*/
.message_history_box {
	border: 1px solid #a5a5a5;
	padding: 10px 0;
	border-radius: 5px;
	margin-bottom: 15px;
}

.message_history_box.send_message {
	background-color: #fff4ee;
	border-color: #ffc3a3;
}

.message_history_box.new_message {
	background-color: #eefcff;
	border-color: #7ce8ff;
}

.message_history_box_inner {
	max-width: 95%;
	margin: auto;
}

.message_history_head {
	display: flex;
	width: 100%;
	padding: 10px 0 20px;
	align-items: center;
}

.message_history_head .message_icon {
	width: 10%;
	margin-right: 1%;
}

.message_history_head .message_open_btn {
	width: 9%;
	text-align: center;
}

.message_history_head .message_date {
	width: 20%;
}

.message_history_head .message_date p {
	font-size: 14px;
	color: #444;
}

.message_history_head .message_username {
	width: 60%;
}

.message_history_body {
	padding: 20px 0 10px;
	display: none;
}

.new_message_line p {
	display: flex;
	align-items: center;
	margin: 40px 0 25px;
	color: #d1497a;
}

.new_message_line p:before,
.new_message_line p:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #d1497a;
}

.new_message_line p:before {
	margin-right: 1rem;
}

.new_message_line p:after {
	margin-left: 1rem;
}

/*マイページ 個人ブログ投稿*/
.mypage_post_head {
	justify-content: space-between;
	align-items: center;
}

.mypage_post_head .base_btn {
	margin: 5px 0;
}

.mypage_post_head .base_btn a {
	font-size: 18px;
	width: 167px;
	height: 45px;
}

.blind_message {
	text-align: right;
	font-size: 14px;
}

.blind_message a {
	background-color: #919191;
	padding: 2px 10px;
	border-radius: 8px;
	color: #fff;
}

.post_delete_edit input.all_delete_btn {
	background-color: #9f9f9f;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin: 0 5px 5px;
	display: block;
}

.post_delete_edit input.all_publish_btn {
	background-color: #f15a24;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin: 0 5px 5px;
	display: block;
}

input#checkbox_all {
	margin: 0 10px;
}

p.my_page_post_count {
	font-size: 18px;
}

.mypage_area hr {
	margin: 20px 0;
}

.mypage_post_list .post_btns p.base_btn a {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0 6px;
	padding: 0 15px;
	display: inline-block;   /* 横に並ぶブロック*/
	white-space: nowrap;     /* 改行されず横になる */
}

.mypage_post_list p.base_btn.post_edite a {
	background-color: #f15a24;
}

.mypage_post_list p.base_btn.post_copy a {
	background-color: #333333;
}

.mypage_post_list .post_infobox {
	width: 65%;
	align-items: center;
}

.mypage_post_list .post_btns {
	width: 35%;
	justify-content: flex-end;
}

.mypage_post_list {
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2cdb7;
	padding-bottom: 20px;
}

.mypage_post_list .post_infobox .thumbnail {
	width: 25%;
}

.mypage_post_list .post_infobox .post_info {
	width: 70%;
}

.mypage_post_list .post_infobox .post_check {
	width: 5%;
	text-align: center;
}

.mypage_post_list .post_infobox .thumbnail img {
	max-width: 95%;
	margin: auto;
}

.post_btns p.base_btn {
	max-width: 45%;
}

ul.post_info_ttl .post_ttl a {
	color: #0071bc;
	text-decoration: underline;
	font-size: 17px;
}

ul.post_info_ttl {
	align-items: center;
	margin-bottom: 10px;
}

ul.post_info_ttl .post_condition {
	margin-right: 10px;
	border: 1px solid;
	border-radius: 10px;
	padding: 2px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

ul.post_info_ttl .post_condition.public {
	color: #29abe2;
}

ul.post_info_ttl .post_condition.draft {
	color: #b3b3b3;
}

ul.post_info_date {
	font-size: 12px;
	color: #808080;
	margin-bottom: 5px;
}

ul.post_analysis {
	font-size: 14px;
}

ul.post_analysis .post_analysis_midashi {
	background-color: #f2f2f2;
	padding: 0 5px;
}

ul.post_analysis li {
	margin-right: 10px;
}


@media screen and (max-width: 640px) {
	.mypage_post_list .post_infobox {
		width: 100%;
	}

	.mypage_post_list .post_btns {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.mypage_post_head .base_btn a {
		height: 40px;
		max-width: 100%;
		font-size: 16px;
		padding: 5px 5px;
	}

	.mypage_post_list .post_infobox .thumbnail {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
	}

	.mypage_post_list .post_infobox .post_info {
		width: 100%;
	}

	.mypage_post_list {
		padding-bottom: 10px;
	}
}


/*個別記事　single*/
article.article h2.post_ttl {
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 2px solid #ad497a;
	margin: 0 0 10px 0;
}

article.article .post_info {
	display: flex;
	align-items: center;
	margin: 10px 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e9cedb;
}

article.article .post_info .writer_icon {
	width: 50px;
	max-width: 10%;
	margin-right: 15px;
}

article.article .post_info .writer_icon img {
	width: 100%;
}

article.article .post_info .writer_info {
	display: flex;
}

article.article .post_info .writer_info p {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	margin-right: 10px;
}

article.article .post_info .writer_info p span {
	font-size: 11px;
}

article.article .post_info .writer_info ul {
	display: flex;
	align-items: flex-end;
	color: #333333;
	font-size: 13px;
}

article.article .post_info .writer_info ul li {
	margin: 0 5px;
}

article.article .post-content .contentarea p {
	margin-bottom: 16px;
	line-height: 150%;
}

article.article .post-content .contentarea {
	margin-bottom: 50px;
}

.single_widget {
	margin: 30px 0;
}

.single_widget h4.widget_ttl {
	font-size: 22px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: normal;
}

.single_widget.related_widget .grids_03 {
	margin-top: 0;
}

.single_widget.related_widget .grid_infobox .blog_info .ttl {
	font-size: 14px;
}



/*ユーザーボタン*/
.widget_btns.user_widget_btns {
	background-color: #f0e4d8;
	display: flex;
	justify-content: center;
	padding: 25px 5px;
}

.widget_btns.user_widget_btns p.base_btn {
	margin: 0 10px;
	max-width: 45%;
}

.widget_btns.user_widget_btns p.base_btn a {
	height: 40px;
	width: 305px;
	font-size: 18px;
}



@media screen and (max-width: 480px) {
	.widget_btns.user_widget_btns p.base_btn {
		width: 100%;
	}

	.widget_btns.user_widget_btns {
		flex-direction: column;
	}

	.widget_btns.user_widget_btns .base_btn {
		margin-bottom: 10px;
	}

	.widget_btns.user_widget_btns p.base_btn {
		margin: 0 auto 10px;
		max-width: 90%;
	}

	.widget_btns.user_widget_btns p.base_btn:last-child {
		margin-bottom: 0;
	}

	.widget_btns.user_widget_btns p.base_btn a {
		width: 100%;
		max-width: 100%;
	}
}






/***************/
/*奥村追加*/
/***************/

/*検索機能*/
/*（クラス名修正）*/
.fm_top_search_box {
	margin: 25px auto 20px auto;
	width: 510px;
	max-width: 95%;
}

/*（構造修正）*/
.search_form input[type="text"] {
	width: 99%;
	border: 1px solid #666666;
	border-radius: 5px;
	padding: 5px 10px;
	height: 40px;
	margin-right: auto;
	display: block;
}

/*（構造修正）*/
.search_form .type_text {
	width: 410px;
	max-width: 80%;
	margin: 0 auto 0 0;
}



/*マイページ　プロフィール編集*/
/*（クラス名修正）*/
.profile_setting p.attention {
	/* border: 2px solid #adc6ad; */
	background-color: #eff4ef;
	padding: 10px 20px;
	/* border-radius: 10px; */
	margin-bottom: 20px;
}


/*（セレクト追加）*/
.form_td select {
	border: 1px solid;
	width: 100%;
	padding: 8px 10px;
	border-radius: 5px;
}

.fm_board_search_box input[type="text"],
.fm_board_search_box input[type="submit"],
.fm_board_search_box select {
	border: 1px solid;
	padding: 8px 10px;
	border-radius: 5px;
}

/*フォーム*/
/*（チェックボックス）*/
.form_td input[type="checkbox"] {
	width: initial;
	margin-right: 5px;
}

/*画像選択用*/
.form_td input[type="button"] {
	width: auto;
}


/*メッセージ*/
p.submit_message {
	/* border: 2px solid #adc6ad; */
	background-color: #eff4ef;
	padding: 10px 20px;
	/* border-radius: 10px; */
	margin-bottom: 20px;
}

p.error_message {
	border: 2px solid red;
	background-color: #fff2f2;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}


/*角丸加工*/
.ranking_box img.thumbnail,
.blog_box img.thumbnail {
	border-radius: 15px;
}

.ranking_info img,
.blog_box img.icon {
	border-radius: 50%;
}

/*aタグのスタイル打ち消し*/
a.inherit {
	color: inherit;
}

/*ランキング文字がhover時に消えないようにする*/
.ranking_box:before {
	z-index: 1;
}

/*ページネーション*/
section.section.pagenation {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.pagination .page_inner {
	display: flex;
	justify-content: center;
}

.pagination .page_inner .page_item {
	margin: 0 2px;
	background-color: #f2f2f2;
	color: #333;
}

.pagenation .page_count {
	margin-bottom: 10px;
}

.pagination .page_inner .page_item a {
	color: #333;
	font-weight: bold;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page_inner .page_item.current_page {
	background-color: #d1497a;
}

.pagination .page_inner .page_item.current_page a {
	color: #fff;
}

.prev_page,
.next_page {
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prev_page a,
.next_page a {
	color: #d1497a;
	font-weight: bold;
	width: 40px;
	height: 40px;
	background-color: #f8e2ea;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 480px) {
	.pagination .page_inner .page_item a {
		width: 40px;
		height: 40px;
	}

	.prev_page,
	.next_page {
		width: 40px;
		height: 40px;
	}

	.prev_page a,
	.next_page a {
		width: 40px;
		height: 40px;
	}

	.pagination .page_inner .page_item {
		margin: 0 3px;
	}
}

/*全体リンク*/
.relative {
	position: relative;
}

a.link_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0;
}

a.link_box:hover {
	opacity: 0.5;
}

/*レビュー確認ボタン*/
p.review_check_btn {
	margin: 25px 0;
}

.f_center {
	justify-content: center;
}

form.base_form .f_center input[type="submit"] {
	margin-left: 10px;
	margin-right: 10px;
}


#card-errors-number,
#card-errors-expiry,
#card-errors-cvc {
	color: red;
}

.MyCardErrors {
	margin-bottom: 5px;
}




/*************************************/
/* toppage */
/*************************************/
/*ベースレイアウト*/
.f_box {
	display: flex;
	flex-wrap: wrap;
}

/*ボタン*/
.top_btns {
	justify-content: center;
	align-items: center;
}

.top_btns p.base_btn {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	max-width: 100%;
}

.top_btns p.base_btn a {
	font-size: 20px;
	width: 380px;
	max-width: 90%;
	height: 85px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
}

.counselor_box_btns {
	justify-content: center;
	align-items: stretch;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.counselor_box_btns p.counselor_box_btn a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #f7b124;
	border-right: 2px solid #f7b124;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
}

.counselor_box_btns p.counselor_box_btn {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	max-width: 48%;
}

.counselor_box_btns p.counselor_box_btn a {
	font-size: 15px;
	width: 200px;
	max-width: 95%;
	height: 50px;
	border: 1px solid #f7b124;
	border-radius: 100px;
	display: flex;
	justify-content: left;
	align-items: center;
	letter-spacing: 0.1rem;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: #f7b124;
}


.client_box_btns {
	justify-content: center;
	align-items: stretch;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.client_box_btns p.client_box_btn a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #5AD0FC;
	border-right: 2px solid #5AD0FC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
}

.client_box_btns p.client_box_btn {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	max-width: 48%;
}

.client_box_btns p.client_box_btn a {
	font-size: 15px;
	width: 200px;
	max-width: 95%;
	height: 50px;
	border: 1px solid #5AD0FC;
	border-radius: 100px;
	display: flex;
	justify-content: left;
	align-items: center;
	letter-spacing: 0.1rem;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	color: #5AD0FC;
	;
}





.client_box_btns {
	position: relative;
}



@media (max-width: 480px) {

	.top_btns p.base_btn a {
		height: initial;
		padding: 15px 0;
		font-size: 4.5vw;
		max-width: 95%;
		letter-spacing: 1px;
	}

	.top_btns p.base_btn {
		margin: 0px 0px 10px;
	}

	.counselor_box_btns {
		position: relative;
		flex-direction: column;
	}

	.counselor_box_btns p.counselor_box_btn {
		margin: 0 0 10px;
		max-width: 100%;
	}

	.counselor_box_btns p.counselor_box_btn a {
		font-size: 4.5vw;
		height: initial;
		padding: 10px 0 10px 20px;
	}

	.client_box_btns {
		position: relative;
	}

	.client_box_btns p.client_box_btn {
		margin: 0 0 10px;
		max-width: 100%;
	}

	.client_box_btns p.client_box_btn a {
		font-size: 4.5vw;
		height: initial;
		padding: 10px 0 10px 20px;
	}
}

/******************************
/******************************
/******************************

レスポンシブ

******************************/
/******************************/
/******************************/

@media screen and (max-width: 959px) {}

@media screen and (max-width: 780px) {
	body {
		font-size: 1.4rem;
	}

	/* 14px */
	p {
		font-size: 1.4rem;
	}

	/* 14px */
	li {
		font-size: 1.4rem;
	}

	/* 14px */
}

@media screen and (max-width: 559px) {
	body {
		font-size: 1.2rem;
	}

	/* 12px */
	p {
		font-size: 1.2rem;
	}

	/* 12px */
	li {
		font-size: 1.2rem;
	}

	/* 12px */
}



/******************************
toppage
******************************/
section.top_section .sec_inner {
	width: 1100px;
	max-width: 90%;
	margin: auto;
}

section.top_section {
	padding: 7rem 0;
}

section.top_section .sec_inner {
	position: relative;
	z-index: 1;
}

@media (max-width: 481px) {

	section.top_section {
		padding: 4rem 0;
	}
}

.page-id-546 h2.page_ttl {
	display: none;
}

.page-id-546 .breadcrumbs.pankuzu {
	display: none;
}

.top_section a {
	color: initial;
}


/****************
FV
*****************/
.fv_mainarea {
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 60px;
}

h2.fv_ttl {
	text-align: center;
	font-size: 4rem;
	font-weight: normal;
	margin-bottom: 30px;
}

p.fv_desc {
	text-align: center;
	line-height: 210%;
	margin-bottom: 60px;
}

/****************
POINT
*****************/

h3.toppoint_ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	position: relative;
	padding: 20px 0 15px;
	letter-spacing: 0.3rem;
	margin-bottom: 50px;
}

h3.toppoint_ttl span.bigger_txt {
	font-size: 4rem;
	font-weight: bold;
}

h3.toppoint_ttl span.toppoint_icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
	width: 60px;
	margin: auto;
	border-radius: 50px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 1px 0;
	letter-spacing: 0rem;
}

span.toppoint_ttl_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #e9d8c8;
	left: -5px;
	top: -5px;
}

.point_boxs {
	align-items: flex-start;
	justify-content: space-between;
}

.point_boxs .point_box {
	width: 300px;
	max-width: 32%;
}

.point_box_inner img {
	display: block;
	margin: 20px auto 50px;
	height: 320px;
}

@-moz-document url-prefix() {
	.point_box_inner img {}
}

.point_boxs .point_box h4 {
	text-align: center;
	position: relative;
	padding-top: 50px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.point_boxs .point_box h4 span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100px;
	margin: auto;
	text-transform: uppercase;
	font-size: 13px;
	padding: 7px 2px 4px;
	border-radius: 5px;
}

.point_boxs .point_box p {
	line-height: 200%;
	text-align: justify;
	font-size: 1.5rem;
}

.point_boxs .point_box h4 span::after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	border-top: 8px solid #d1497a;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}


/****************
SUPPORT
*****************/
section#support {
	background: linear-gradient(to bottom, #fff, #ecffe5, #fff);
}

.support_boxs {
	align-items: stretch;
	justify-content: space-between;
}

.support_boxs .support_box {
	width: 490px;
	max-width: 48%;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 10px;
	position: relative;
}

.support_boxs .support_box .support_box_inner {
	padding: 30px 0px 30px;
	width: 435px;
	max-width: 90%;
	margin: auto;
}

.support_boxs .support_box .support_box_inner img {
	display: block;
	margin: 20px auto 50px;
	height: 450px;
}

.support_boxs .support_box .support_box_inner h4 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 20px;
	line-height: 130%;
}

.support_boxs .support_box .support_box_inner h4 span {
	display: block;
	font-size: 15px;
	color: #333;
}

.support_boxs .support_box .support_box_inner p {
	font-size: 15px;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 120px;
}

.arrow {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 35px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 30px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before {
	top: 3px;
	width: 1px;
	height: 30px;
	background: #fff;
}

.arrow::after {
	top: 10px;
	width: 18px;
	height: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}



/****************
CLIENT
*****************/
h3.client_ttl {
	font-size: 4rem;
	text-align: center;
	position: relative;
	letter-spacing: .5rem;
	margin-bottom: 40px;
	/* width: 75%; */
}

h3.client_ttl span {
	font-size: 2.4rem;
	display: block;
}

/* h3.client_ttl::after {
content: url(../images/icon.png);
position: absolute;
zoom: 50%;
bottom: -100px;
right: -15%;
} */

.client_boxs {
	align-items: stretch;
	justify-content: space-between;
}

.client_boxs .client_box {
	width: 490px;
	max-width: 49%;
	margin-bottom: 20px;
	position: relative;
	margin-top: 130px;
	background-color: #fff;
}

.client_box_inner img {
	display: block;
	margin: auto;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 360px;
}

.client_box_info {
	padding: 100px 20px 20px;
	min-height: 320px;
}

.client_box_info h4 {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.client_box_info h4 .min_txt {
	font-size: 2rem;
}

.client_box_info p {
	font-size: 15px;
	line-height: 180%;
	text-align: justify;
}


/****************
CLIENT HOW TO
*****************/
h3.clienthowto_subttl {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .2rem;
}

h3.clienthowto_ttl {
	text-align: center;
	font-size: 3rem;
	letter-spacing: .5rem;
	margin-bottom: 30px;
}

h3.clienthowto_ttl .howto_icon {
	font-size: 1.6rem;
	padding: 2px 20px;
	border-radius: 10px;
	margin-right: 10px;
	letter-spacing: .2rem;
}

h3.clienthowto_ttl .howto_num {
	font-size: 5rem;
	margin-right: 3px;
	position: relative;
	top: 3px;
}

.clienthowto_boxs {
	margin: 30px 0 40px;
}

.clienthowto_box h4 {
	text-align: center;
	padding: 5px 5px;
	font-size: 2.4rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.clienthowto_box h4 span.howto_num {
	display: block;
}

.clienthowto_box h4 span.min_txt {
	font-size: 2rem;
}

.clienthowto_box img {
	display: block;
	margin: 20px auto 50px;
	-moz-transform: scale(1);
}

.clienthowto_box a {
	font-size: 1.5rem;
	width: 280px;
	max-width: 90%;
	height: 40px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.4px;
	font-weight: 500;
	margin: auto;
	position: relative;
}

.clienthowto_box a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	position: absolute;
	right: 20px;
	transform: rotate(-45deg);
}

.clienthowto_box a.dummy_btn {
	background-color: #e6e6e6;
	pointer-events: none;
}

.clienthowto_box {
	margin: 50px 0 0px;
	padding: 0px 0 50px;
	border-bottom: 1px solid #f7e0e8;
}

.clienthowto_box .clienthowto_box_info>div {
	margin-bottom: 25px;
}

.clienthowto_box .clienthowto_box_midashi {
	width: 400px;
	max-width: 40%;
	text-align: center;
}

.clienthowto_box.clienthowto_box_03 {
	border-bottom: none;
	padding-bottom: 0;
}

.clienthowto_box .clienthowto_box_info {
	width: 600px;
	max-width: 60%;
	padding-left: 40px;
}

.clienthowto_box .clienthowto_box_info h5 span.step_num {
	display: inline-flex;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}

.clienthowto_box .clienthowto_box_info h5 span.step_num span {
	display: flex;
	height: 28px;
	width: 28px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.clienthowto_box h5 {
	text-align: center;
	padding: 5px 5px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
	display: flex;
	align-items: end;
}

.clienthowto_box.clienthowto_box_01 .clienthowto_box_info_01 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_01_step1_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -10px;
}

.clienthowto_box.clienthowto_box_01 .clienthowto_box_info_02 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_01_step2_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -5px;
}

.clienthowto_box.clienthowto_box_01 .clienthowto_box_info_03 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_01_step3_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -15px;
	left: -10%;
}

.clienthowto_box.clienthowto_box_02 .clienthowto_box_info_01 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_02_step1_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -15px;
	left: -5%;
}

.clienthowto_box.clienthowto_box_02 .clienthowto_box_info_02 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_02_step2_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -5px;
}

.clienthowto_box.clienthowto_box_02 .clienthowto_box_info_03 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_02_step3_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -15px;
	left: -10%;
}

.clienthowto_box.clienthowto_box_03 .clienthowto_box_info_01 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_03_step1_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -10px;
}

.clienthowto_box.clienthowto_box_03 .clienthowto_box_info_02 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_03_step2_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -5px;
}

.clienthowto_box.clienthowto_box_03 .clienthowto_box_info_03 h5::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/howto_03_step3_icon.png);
	transform: scale(.5);
	position: relative;
	bottom: -15px;
	left: -10%;
}

.clienthowto_cta p.clienthowto_cta_midashi {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	padding-top: 100px;
}

.clienthowto_cta p.clienthowto_cta_midashi::before {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/10/yellow_arrow.png);
	transform: scale(.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.clienthowto_box .clienthowto_box_info>div p {
	line-height: 180%;
	text-align: justify;
	padding-left: 40px;
}

.clienthowto_section .top_btns.long_btn p.base_btn a {
	font-size: 20px;
	width: 750px;
	max-width: 90%;
	height: 85px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	position: relative;
}

.clienthowto_section .top_btns.long_btn p.base_btn a:before {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/top_btn_icon_01.png);
	position: absolute;
	left: 5%;
	bottom: -6px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(-50%, 50%);
}

/****************
COUNSELOR
*****************/

h3.counselor_ttl {
	font-size: 4rem;
	text-align: center;
	position: relative;
	letter-spacing: .5rem;
	margin-bottom: 30px;
	/* width: 75%; */
}

h3.counselor_ttl span {
	font-size: 2.4rem;
	display: block;
}

/* h3.counselor_ttl::after {
content: url(../images/icon.png);
position: absolute;
zoom: 50%;
bottom: -100px;
right: -15%;
} */

.counselor_boxs {
	align-items: stretch;
	justify-content: space-between;
}

.counselor_boxs .counselor_box {
	width: 490px;
	max-width: 49%;
	margin-bottom: 20px;
	position: relative;
	margin-top: 130px;
	background-color: #fff;
}

.counselor_box_inner img {
	display: block;
	margin: auto;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 360px;
}

.counselor_box_info {
	padding: 100px 20px 40px;
	min-height: 320px;
	position: relative;
}

.counselor_box_info h4 {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.counselor_box_info h4 .min_txt {
	font-size: 2rem;
}

.counselor_box_info p {
	font-size: 15px;
	line-height: 180%;
	text-align: justify;
}


/****************
COUNSELOR STEP
*****************/
h3.counselorstep_subttl {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .2rem;
}

h3.counselorstep_ttl {
	text-align: center;
	font-size: 3rem;
	letter-spacing: .5rem;
}

h3.counselorstep_ttl .counselorstep_icon {
	font-size: 1.6rem;
	padding: 2px 20px;
	border-radius: 10px;
	margin-right: 10px;
	letter-spacing: .2rem;
}

h3.counselorstep_ttl .counselorstep_num {
	font-size: 5rem;
	margin-right: 3px;
	position: relative;
	top: 3px;
}

.counselorstep_boxs {
	max-width: 100%;
	width: 600px;
	margin: 50px auto 20px;
}

.counselorstep_boxs .counselorstep_box {
	margin: 30px 0 35px;
	padding-bottom: 20px;
	position: relative;
}

.counselorstep_boxs .counselorstep_box h4 {
	font-size: 2.2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.counselorstep_boxs .counselorstep_box h4 span {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 5px 5px;
	border-radius: 6px;
	margin-right: 20px;
}

.counselorstep_boxs .counselorstep_box p {
	font-size: 1.5rem;
	line-height: 180%;
	text-align: justify;
}

.counselorstep_box::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/arrow.png);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	text-align: center;
	zoom: 50%;
	-moz-transform: scale(0.5);
}

.counselorstep_box:last-child::after {
	content: none;
}

.counselorstep_boxs .counselorstep_box:last-child {
	margin-bottom: 0;
}

.counselorstep_attention {
	background-color: #faecf1;
	width: 600px;
	margin: 0 auto 80px;
	max-width: 100%;
	padding: 20px 20px;
}

.counselorstep_attention p {
	font-size: 1.5rem;
	line-height: 180%;
	text-align: justify;
}

.counselorstep_attention p a {
	text-decoration: underline;
}

.counselorstep_cta p {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.counselorstep_cta .top_btns p.base_btn a {
	width: 750px;
	position: relative;
}

.counselorstep_cta .top_btns p.base_btn a::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/top_btn_icon_02.png);
	position: absolute;
	right: 5%;
	bottom: -6px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(50%, 50%);
}

.counselorstep_cta p.cta_attention {
	font-size: 1.5rem;
	line-height: 160%;
}

.counselorstep_cta p.cta_attention a {
	text-decoration: underline;
}


/******************************

レスポンシブ

******************************/

@media screen and (max-width: 780px) {
	.point_boxs .point_box {
		max-width: 100%;
		width: 500px;
		margin: 0 auto 30px;
	}

	.support_boxs .support_box {
		max-width: 100%;
		width: 500px;
		margin: 0 auto 40px;
	}

	h3.client_ttl {
		width: 100%;
		margin-bottom: 0px;
		font-size: 6vw;
		letter-spacing: 2px;
	}

	h3.client_ttl::after {
		bottom: 160px;
		right: 0;
	}

	.client_boxs .client_box {
		width: 100%;
		max-width: 500px;
		margin: 140px auto 0px;
	}

	.client_box_info {
		min-height: 0;
		padding-bottom: 20px;
	}

	h3.counselor_ttl {
		width: 100%;
		margin-bottom: 0px;
	}

	h3.counselor_ttl::after {
		bottom: 160px;
		right: 0;
	}

	.counselor_boxs .counselor_box {
		width: 100%;
		max-width: 500px;
		margin: 140px auto 0px;
	}

	.counselor_box_info {
		min-height: 0;
	}

	.counselor_box_btns {
		position: relative;
	}


	.fv_imgarea {
		margin-bottom: 40px;
	}

	p.fv_desc {
		margin-bottom: 0;
	}

	.point_box_inner img {
		height: auto;
		max-width: 80%;
	}

	.clienthowto_box .clienthowto_box_midashi {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.clienthowto_box .clienthowto_box_info {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

	.clienthowto_box a {
		width: 80%;
		height: 50px;
	}

	.clienthowto_box .clienthowto_box_info>div p {
		padding-left: 0;
	}

	.counselorstep_cta p.cta_attention {
		text-align: justify;
	}

	.counselorstep_cta .top_btns p.base_btn a {
		font-size: 3vw;
		height: 70px;
	}

	.counselorstep_cta .top_btns p.base_btn a::after {
		zoom: 35%;
		-moz-transform: scale(0.35);
		bottom: -5px;
	}


}

@media screen and (max-width: 480px) {
	h2.fv_ttl {
		font-size: 8vw;
	}

	p.fv_desc {
		font-size: 3vw;
	}

	h3.toppoint_ttl {
		font-size: 5vw;
		letter-spacing: 0;
	}

	h3.toppoint_ttl span.bigger_txt {
		font-size: 8vw;
		margin: 0;
	}

	h3.toppoint_ttl span.toppoint_icon {
		position: initial;
		display: block;
		font-size: 3vw;
		padding: 3px 10px;
		text-align: center;
	}

	.point_boxs .point_box h4 {
		font-size: 7vw;
	}

	.point_boxs .point_box p {
		font-size: 4vw;
	}

	.point_boxs .point_box h4 span {
		font-size: 4vw;
	}

	.support_boxs .support_box .support_box_inner h4 {
		font-size: 7.3vw;
	}

	.support_boxs .support_box .support_box_inner h4 span {
		font-size: 4vw;
	}

	.support_boxs .support_box .support_box_inner p {
		font-size: 4vw;
		margin-bottom: 80px;
	}

	.support_boxs .support_box .support_box_inner img {
		height: 250px;
	}

	h3.client_ttl {
		font-size: 7vw;
		letter-spacing: 2px;
		line-height: 150%;
	}

	h3.client_ttl::after {
		zoom: 30%;
		-moz-transform: scale(0.3);
	}

	h3.client_ttl span {
		font-size: 7vw;
	}

	.client_box_info h4 {
		font-size: 6vw;
	}

	.client_box_info h4 .min_txt {
		font-size: 5.4vw;
	}

	.client_box_info p {
		font-size: 4vw;
		margin-bottom: 20px;
	}

	.client_box_info {
		padding: 80px 10px 40px;
	}

	h3.clienthowto_subttl {
		font-size: 5vw;
		letter-spacing: 1px;
	}

	h3.clienthowto_ttl .howto_icon {
		display: block;
		width: fit-content;
		margin: 20px auto 5px;
		font-size: 4vw;
		line-height: 100%;
		padding: 5px 20px;
	}

	h3.clienthowto_ttl {
		font-size: 8vw;
		line-height: 140%;
		letter-spacing: 2px;
	}

	h3.clienthowto_ttl .howto_num {
		font-size: 12vw;
	}

	.clienthowto_box h4 span.howto_num {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 6vw;
	}

	.clienthowto_box h4 {
		font-size: 8vw;
	}

	.clienthowto_cta p.clienthowto_cta_midashi {
		font-size: 5vw;
	}


	h3.counselor_ttl {
		font-size: 6vw;
		letter-spacing: 2px;
		line-height: 150%;
	}

	h3.counselor_ttl::after {
		zoom: 30%;
		-moz-transform: scale(0.3);
	}

	h3.counselor_ttl span {
		font-size: 6vw;
	}

	.counselor_box_info h4 {
		font-size: 7vw;
	}

	.counselor_box_info h4 .min_txt {
		font-size: 6vw;
	}

	.counselor_box_info p {
		font-size: 4vw;
		margin-bottom: 40px;
	}

	.counselor_box_info {
		padding: 100px 10px 20px;
	}

	h3.counselorstep_subttl {
		font-size: 5vw;
		letter-spacing: 1px;
	}

	h3.counselorstep_ttl .counselorstep_icon {
		display: block;
		width: fit-content;
		margin: 20px auto 5px;
		font-size: 4vw;
		line-height: 100%;
		padding: 5px 20px;
	}

	h3.counselorstep_ttl {
		font-size: 7vw;
		line-height: 140%;
		letter-spacing: 2px;
	}

	h3.counselorstep_subttl .howto_num {
		font-size: 12vw;
	}

	.counselorstep_boxs .counselorstep_box h4 span {
		margin-right: 10px;
		font-size: 3vw;
	}

	.counselorstep_boxs .counselorstep_box h4 {
		font-size: 6vw;
	}

	.counselorstep_boxs .counselorstep_box p {
		font-size: 4vw;
	}

	.counselorstep_attention p {
		font-size: 3.6vw;
	}

	.counselorstep_cta p {
		font-size: 6vw;
		margin-bottom: 20px;
	}


	h3.client_ttl {
		font-size: 6vw;
	}

	.client_box_info {
		padding-top: 100px;
	}

	.clienthowto_section .top_btns.long_btn p.base_btn a {
		font-size: 4vw;
	}

	.clienthowto_section .top_btns.long_btn p.base_btn a:before {
		zoom: 40%;
		-moz-transform: scale(0.4);
		left: -10%;
	}

	.clienthowto_box h5 {
		font-size: 5vw;
	}

	.clienthowto_box.clienthowto_box_02 .clienthowto_box_info_01 h5::after {
		width: 100px;
	}

	.clienthowto_box.clienthowto_box_01 .clienthowto_box_info_03 h5::after,
	.clienthowto_box.clienthowto_box_02 .clienthowto_box_info_03 h5::after,
	.clienthowto_box.clienthowto_box_03 .clienthowto_box_info_03 h5::after {
		width: 150px;
		left: 0;
	}

	.clienthowto_box .clienthowto_box_info h5 span.step_num {
		font-size: 3.4vw;
		margin-right: 5px;
	}

	.clienthowto_box .clienthowto_box_info h5 span.step_num span {
		width: 24px;
		height: 24px;
	}

	.clienthowto_box .clienthowto_box_info>div p {
		font-size: 4vw;
	}

	.counselorstep_cta .top_btns p.base_btn a::after {
		right: 3%;
		bottom: -40px;
	}

	.counselorstep_cta p.cta_attention {
		font-size: 3vw;
	}

	.counselorstep_cta .top_btns p.base_btn a {
		letter-spacing: 0px;
		font-size: 4vw;
		max-width: 100%;
		line-height: 170%;
	}
}












.scroll-table {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

/******************************
カウンセラーとして登録する
registar-counselor
******************************/
section.for_counselor_section {
	padding: 7rem 0;
}

section.for_counselor_section .sec_inner {
	width: 1100px;
	max-width: 90%;
	margin: auto;
}

span.bold_text {
	font-weight: bold;
}

.for_counselor_section a {
	color: initial;
}

/****************
fv
*****************/
.for_counselor_section .head_img h1 {
	font-size: 4rem;
	letter-spacing: 2px;
	text-align: center;
}

.for_counselor_section .head_img h1 span.min_txt {
	font-size: 3rem;
}

.for_counselor_section .head_img {
	margin-bottom: 80px;
	height: 200px;
	background-color: #ffffea;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

.for_counselor_section .head_img h1:before {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/fv_left.png);
	position: absolute;
	left: 5%;
	bottom: -10px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(-50%, 50%);
}

.for_counselor_section .head_img h1:after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/fv_right.png);
	position: absolute;
	right: 5%;
	bottom: -10px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(50%, 50%);
}

.for_counselor_section .fv_text h2 {
	text-align: center;
	font-size: 3.4rem;
	margin-bottom: 30px;
	line-height: 160%;
}

.for_counselor_section p.bold_text {
	font-weight: bold;
	margin-bottom: 30px;
}

.for_counselor_section.fv_section p.base_btn {
	line-height: 0;
}

.for_counselor_section.fv_section p {
	text-align: center;
	line-height: 200%;
	font-size: 1.6rem;
}

.for_counselor_section.fv_section .fv_text {
	margin-bottom: 40px;
}

.for_counselor_section .btn .base_btn a {
	font-size: 20px;
	width: 380px;
	max-width: 90%;
	height: 85px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	margin: auto;
	width: 700px;
	position: relative;
}

.for_counselor_section .btn .base_btn a::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/btn_icon.png);
	position: absolute;
	right: 5%;
	bottom: -6px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(50%, 50%);
}

/****************
plan
*****************/
h2.plan_midashi {
	border-bottom: 1px solid;
	display: block;
	margin: 20px auto 0px auto;
	text-align: center;
	width: fit-content;
	font-size: 3rem;
	letter-spacing: 1px;
}

.for_counselor_section p.plan_information {
	text-align: justify;
	line-height: 200%;
	font-size: 1.6rem;
	margin-top: 40px;
}

.plan_div:first-child {
	position: relative;
	margin-top: 70px;
	padding-top: 40px;
}

.plan_div {
	padding: 40px 0px 70px 0px;
}

.plan_div .plan_div_inner img.ttl_icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -150px;
}

.plan_div:first-child .plan_div_inner {
	padding: 100px 0 50px;
}

.plan_div_inner {
	width: 900px;
	margin: auto;
	max-width: 95%;
}

.plan_div h3 {
	font-size: 2.4rem;
	margin: 20px 0;
	display: flex;
	align-items: center;
}

.plan_div h3 span {
	font-size: 1.4rem;
	margin-left: 20px;
	padding: 3px 25px;
}

.plan_table thead,
.plan_table tbody th {
	background-color: #f8f8f8;
}

.plan_table thead {
	font-size: 1.5rem;
	text-align: center;
}

.plan_table thead td {
	padding: 15px 10px;
}

.plan_table table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.plan_table tbody th {
	padding: 15px 10px;
}

.plan_table table td,
.plan_table table th {
	border: 1px solid #808080;
	border-collapse: collapse;
}

.plan_table table tbody td {
	padding: 15px 15px;
}

.plan_table table th {
	background-color: #f8f8f8;
}

.plan_table table td {
	font-size: 20px;
	font-weight: bold;
}

.plan_table table td.blank_cell {
	border: none;
	background-color: transparent;
}

.plan_table table thead tr:first-child {
	background: transparent;
}

.plan_table table thead tr:nth-child(2) td:first-child {
	background-color: #dbf8f8;
}

.plan_table table thead {
	background: transparent;
}

.plan_table table thead td.free {
	background-color: #dbf8f8;
}

.plan_table table thead td.standard {
	background-color: #f8ded3;
}

.plan_table table thead td.precious {
	background-color: #f8ed6f;
}

.plan_table table thead tr:first-child td {
	border: none;
}

.plan_table table thead tr:first-child td img {
	position: relative;
	bottom: -25px;
}

.plan_table table thead td span.plan_desc {
	display: block;
	font-size: 12px;
	font-weight: initial;
	margin: 8px 0px 0px;
}

.plan_table table thead td span.plan_sub {
	display: block;
	font-size: 14px;
	margin: 5px 0px 0px;
	color: #d1497a;
}

.plan_table table tbody td.plan_mark span.plan_cell_desc {
	display: block;
	font-size: 12px;
	margin: 5px 0 0px;
}

.plan_table table tbody td.plan_mark {
	text-align: center;
	font-size: 14px;
}

.plan_table table tbody td.planm_price {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

.plan_table .plan_div_inner .plan_table_img img {
	position: relative;
	width: 100%;
	top: 0;
}

p.plan_attention {
	font-size: 13px;
}

.plan_table table tbody td.plan_mark:nth-of-type(1) {
	background-color: #f7fdfd;
}

.plan_table table tbody td.plan_mark:nth-of-type(2) {
	background-color: #fdf7f4;
}

.plan_table table tbody td.plan_mark:nth-of-type(3) {
	background-color: #fefdf1;
}

.plan_table table tbody td.plan_mark:nth-of-type(1) {
	font-size: 20px;
}

.plan_table table tbody td.plan_mark:nth-of-type(2),
.plan_table table tbody td.plan_mark:nth-of-type(3) {
	font-size: 28px;
}

.plan_table table tbody td.plan_mark.double:nth-of-type(2),
.plan_table table tbody td.plan_mark.double:nth-of-type(3) {
	font-size: 30px;
}

.plan_table table tbody td.plan_mark.plan_fee {
	font-size: 18px;
}

.plan_table table tbody td.plan_mark span.plan_campaign {
	font-size: 15px;
}

.o-table.scroll-hint {
	overflow: inherit !important;
	background: none;
	padding-left: 1px;
}


/****************
merit
*****************/
td.planm_price {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

.merit_section h2 {
	text-align: center;
	border-top: 3px solid #e9d8c8;
	border-bottom: 3px solid #e9d8c8;
	padding: 15px 0;
	margin: 0 0 30px;
	font-size: 2.6rem;
	letter-spacing: .5px;
}

p.merit_midashi {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}

.merit_boxs .merit_box {
	width: 300px;
	max-width: 30%;
}

.merit_boxs {
	justify-content: space-between;
	margin: 50px 0 60px;
}

.merit_boxs .merit_box img {
	display: block;
	margin: 0 auto 40px;
	height: 320px;
}

.merit_boxs .merit_box h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 2rem;
}

.merit_boxs .merit_box p {
	text-align: justify;
	font-size: 1.6rem;
	line-height: 200%;
}



/******************************

レスポンシブ

******************************/

@media screen and (max-width: 780px) {
	.for_counselor_section .head_img h1:before {
		zoom: 35%;
		-moz-transform: scale(0.35);
		left: 0;
	}

	.for_counselor_section .head_img {
		height: 140px;
	}

	.for_counselor_section .head_img h1 {
		font-size: 5vw;
	}

	.for_counselor_section .head_img h1 span.min_txt {
		font-size: 4vw;
	}

	.for_counselor_section .head_img h1:after {
		zoom: 35%;
		-moz-transform: scale(0.35);
		right: 0;
	}

	.for_counselor_section .fv_text h2 {
		font-size: 2.6rem;
	}

	.for_counselor_section.fv_section p {
		font-size: 1.5rem;
	}

	.for_counselor_section .btn .base_btn a {
		font-size: 3vw;
		height: 70px;
	}

	.for_counselor_section .btn .base_btn a::after {
		zoom: 35%;
		-moz-transform: scale(0.35);
		bottom: -5px;
	}

	.for_counselor_section p.plan_information {
		font-size: 1.5rem;
	}

	h2.plan_midashi {
		font-size: 2.6rem;
	}

	.plan_div:first-child .plan_div_inner {
		padding-bottom: 0px;
	}

	.plan_div:first-child {
		padding-bottom: 40px;
	}

	.plan_div h3 {
		display: flex;
		flex-direction: column-reverse;
		align-items: start;
		margin-bottom: 10px;
	}

	.plan_div h3 span {
		margin-left: 0;
	}

	p.merit_midashi {
		font-size: 1.8rem;
		line-height: 170%;
	}

	.merit_boxs .merit_box {
		width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}

	.merit_boxs .merit_box:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 640px) {
	.for_counselor_section .btn .base_btn a {
		line-height: 170%;
	}
}

@media screen and (max-width: 480px) {
	section.for_counselor_section {
		padding: 4rem 0;
	}

	.for_counselor_section .head_img h1:before {
		zoom: 20%;
		-moz-transform: scale(0.2);
	}

	.for_counselor_section .head_img h1:after {
		zoom: 20%;
		-moz-transform: scale(0.2);
	}

	.for_counselor_section .head_img {
		height: 100px;
		margin-bottom: 50px;
		/*     justify-content: left;
		padding-left: 70px; */
	}

	.for_counselor_section .fv_text h2 {
		font-size: 5vw;
	}

	.for_counselor_section.fv_section p {
		font-size: 4vw;
	}

	.for_counselor_section .btn .base_btn a {
		letter-spacing: 0px;
		font-size: 4vw;
		max-width: 100%;
		line-height: 170%;
	}

	.for_counselor_section .btn .base_btn a::after {
		right: 3%;
		bottom: -40px;
	}

	.plan_div .plan_div_inner img {
		width: 80%;
	}

	h2.plan_midashi {
		font-size: 5vw;
	}

	.plan_div:first-child .plan_div_inner {
		padding-top: 45px;
	}

	.for_counselor_section p.plan_information {
		font-size: 4vw;
	}

	.plan_div h3 {
		font-size: 5vw;
	}

	.plan_div h3 span {
		font-size: 3vw;
	}

	.merit_section h2 {
		font-size: 5vw;
		padding: 10px 0;
		margin-bottom: 20px;
	}

	p.merit_midashi {
		font-size: 4vw;
	}

	.merit_boxs .merit_box img {
		height: auto;
		max-width: 80%;
	}

	.merit_boxs .merit_box h3 {
		font-size: 5.6vw;
	}

	.merit_boxs .merit_box p {
		font-size: 4vw;
	}

	.plan_table table td {
		font-size: 18px;
	}

	.plan_table table thead td span.plan_desc {
		font-size: 10px;
	}

	.plan_table table thead td span.plan_sub {
		font-size: 12px;
	}

}






/******************************
カウンセラーをさがす
search-counselor
******************************/
section.search_counselor_section {
	padding: 7rem 0;
}

section.search_counselor_section#fv {
	padding: 7rem 0 0;
}

section.search_counselor_section#fv2 {
	padding: 0 0 7rem;
}

section.search_counselor_section .sec_inner {
	width: 1100px;
	max-width: 90%;
	margin: auto;
}

span.bold_text {
	font-weight: bold;
}

.search_counselor_section a {
	color: initial;
}

/****************
fv
*****************/
.search_counselor_section .head_img h1 {
	font-size: 4rem;
	letter-spacing: 2px;
	color: #5AD0FC;
}

.search_counselor_section .head_img h1:before {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/fv_icon.png);
	position: absolute;
	left: 7%;
	bottom: -10px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(-50%, 50%);

}

.search_counselor_section .head_img h1 span.min_txt {
	font-size: 3rem;
}

.search_counselor_section .head_img {
	margin-bottom: 80px;
	height: 200px;
	background-color: #f2f8ff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

.search_counselor_section .fv_text h2 {
	text-align: center;
	font-size: 3.4rem;
	margin-bottom: 50px;
	line-height: 160%;
	position: relative;
}

.search_counselor_section p.bold_text {
	font-weight: bold;
	margin-bottom: 30px;
}

.search_counselor_section .fv_text .relative {
	margin: 20px auto 70px;
	display: block;
	-moz-transform: scale(0.7);
}

.search_counselor_section.fv_section p {
	text-align: center;
	line-height: 200%;
	font-size: 1.6rem;
}

.search_counselor_section.fv_section p a {
	text-decoration: underline;
	font-weight: 500;
}

.search_counselor_section .btns .base_btn a {
	font-size: 20px;
	width: 380px;
	max-width: 90%;
	height: 85px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	text-decoration: none;
	margin: auto;
}

.search_counselor_section .btns {
	justify-content: center;
	align-items: center;
	margin: 50px 0 50px;
}

.search_counselor_section .promise {
	position: relative;
	margin-top: 130px;
	padding: 90px 20px 40px;
	border-radius: 15px;
}

.search_counselor_section .promise h3 {
	text-align: center;
	margin: auto;
	padding: 20px 0px;
	width: 600px;
	max-width: 95%;
	font-size: 2.5rem;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}

.search_counselor_section .promise_boxs {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.search_counselor_section .promise_boxs .promise_box {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	text-align: center;
	border: 1px solid #d1497a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 25px;
}

.search_counselor_section .promise_boxs .promise_box p.promise_num {
	font-size: 3.5rem;
	font-family: serif;
	line-height: 150%;
}

.search_counselor_section .promise_boxs .promise_box h4 {
	font-size: 3rem;
	font-family: serif;
	margin-bottom: 10px;
}

.search_counselor_section .promise_boxs .promise_box p {
	line-height: 140%;
}



/****************
search
*****************/
.search_lists {
	position: relative;
	margin-top: 70px;
}

.search_list_inner {
	width: 850px;
	max-width: 95%;
	margin: auto;
	padding: 130px 0 50px;
}

.search_list_inner img.midashi_img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -150px;
}

.search_list_inner h2 {
	text-align: center;
	font-size: 30px;
	margin: 30px 0 30px;
}

.search_list_inner form h3 {
	font-size: 2rem;
	margin-bottom: 15px;
	padding: 5px 0px 5px 25px;
	border-left: 10px solid #faecf1;
}

.search_list_inner form ul li {
	font-size: 1.6rem;
	margin-right: 30px;
}

.search_list_inner form ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 200%;
	margin-bottom: 40px;
}

.search_list_inner form table td ul {
	margin-bottom: 0px;
}

.search_list_inner form ul li input[type='checkbox'] {
	margin-right: 6px;
	position: relative;
	top: 2px;
	left: 0px;
	width: 15px;
	height: 15px;
}

.search_list_inner form table {
	width: 100%;
}

.search_list_inner form table th {
	width: 200px;
	max-width: 20%;
	text-align: left;
	font-size: 2rem;
	vertical-align: top;
	padding: 15px 0;
}

.search_list_inner form table td {
	padding: 15px 0;
	font-size: 1.6rem;
}

.search_list_inner form table td select {
	border: 1px solid;
	padding: 10px 10px;
	width: 200px;
	max-width: 90%;
	position: relative;
}

.search_list_inner form table .area td::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 10px;
	border-color: #333 transparent transparent;
	position: absolute;
	top: 50%;
	left: 170px;
	margin-top: -5px;
}

.search_list_inner form table .area td {
	position: relative;
}

.search_list_inner form table tr.keyword td input {
	width: 100%;
	display: block;
	border: 1px solid;
	padding: 10px 10px 10px;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.search_list_inner form table tr.keyword td span a {
	text-decoration: underline;
	margin-right: 10px;
	color: #3a7bc3;
}

.search_list_inner form table tr.keyword td span {
	font-size: 1.6rem;
}

.search_list_inner form .search_btn input[type="submit"] {
	font-size: 20px;
	max-width: 90%;
	height: 60px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	text-decoration: none;
	margin: auto;
	width: 440px;
}

.search_btn {
	margin-top: 40px;
}

/****************
howto
*****************/

.howto_section h2 {
	text-align: center;
	font-size: 3rem;
	margin: 20px 0 40px;
}

.howto_section p.howto_midashi {
	font-size: 1.6rem;
	line-height: 180%;
	width: 800px;
	margin: 0 auto 50px;
	max-width: 95%;
}

.howto_boxs .howto_box .howto_box_inner {
	padding: 120px 0px 30px;
	width: 435px;
	max-width: 90%;
	margin: auto;
}

.howto_boxs .howto_box {
	width: 490px;
	max-width: 48%;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 10px;
	position: relative;
}

.howto_section img.midashi_img {
	display: block;
	margin: auto;
}

.howto_boxs {
	justify-content: space-evenly;
	margin-top: 120px;
}

.howto_boxs .howto_box .howto_box_inner img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -130px;
}

.howto_boxs .howto_box.howto_box_02 .howto_box_inner img {
	top: -200px;
}

.howto_boxs .howto_box .howto_box_inner h3 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 25px;
}

.howto_boxs .howto_box .howto_box_inner p {
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 25px;
}

.howto_boxs .btn .base_btn a {
	font-size: 20px;
	width: 320px;
	max-width: 90%;
	height: 85px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	text-decoration: none;
	margin: auto;
}


/******************************

レスポンシブ

******************************/


@media screen and (max-width: 780px) {
	.search_counselor_section .head_img h1:before {
		zoom: 35%;
		-moz-transform: scale(0.35);
		left: -7%;
	}

	.search_counselor_section .head_img {
		height: 140px;
	}

	.search_counselor_section .head_img h1 {
		font-size: 5vw;
	}

	.search_counselor_section .head_img h1 span.min_txt {
		font-size: 4vw;
	}

	.search_counselor_section .head_img h1:after {
		zoom: 35%;
		-moz-transform: scale(0.35);
		right: 0;
	}

	.search_counselor_section .fv_text h2 {
		font-size: 2.6rem;
	}

	.search_counselor_section.fv_section p {
		font-size: 1.5rem;
	}

	.search_counselor_section .btns .base_btn a {
		font-size: 3vw;
		height: 70px;
	}

	.search_counselor_section.fv_section p.base_btn {
		margin-bottom: 20px;
		width: 100%;
	}

	.search_counselor_section .promise h3 {
		font-size: 4vw;
	}

	.search_counselor_section .promise_boxs .promise_box {
		margin-bottom: 20px;
	}

	.search_counselor_section .promise_boxs {
		flex-direction: column;
	}

	.search_list_inner {
		padding-top: 150px;
	}

	.search_list_inner h2 {
		font-size: 4vw;
	}


	.search_list_inner form ul li {
		margin-bottom: 5px;
	}

	.search_list_inner form table th {
		width: 150px;
		font-size: 2rem;
	}

	.search_list_inner form table td {
		padding-left: 20px;
	}

	.search_list_inner form ul {
		margin-bottom: 20px;
	}

	.howto_section h2 {
		font-size: 4.5vw;
	}

	.howto_boxs {
		flex-direction: column;
	}

	.howto_boxs .howto_box {
		max-width: 100%;
		width: 100%;
		margin-bottom: 40px;
	}

	.howto_boxs .howto_boxx:last-child {
		margin-bottom: 0;
	}


	li.menu_head .fa-angle-down,
	li.menu_head .fa-angle-up {
		position: absolute;
		right: 0px;
		top: -10px;
	}

	.menu_head_open_btn {
		position: relative;
	}
}


@media screen and (max-width: 480px) {
	section.search_counselor_section {
		padding: 0;
	}

	section.search_counselor_section#fv {
		padding: 0;
	}

	section.search_counselor_section#fv2 {
		padding: 0 0 4rem;
	}

	.search_counselor_section .head_img h1:before {
		zoom: 20%;
		-moz-transform: scale(0.2);
	}


	.search_counselor_section .head_img {
		height: 100px;
		margin-bottom: 50px;
	}

	.for_counselor_section .fv_text h2 {
		font-size: 5vw;
	}

	.search_counselor_section.fv_section p {
		font-size: 4vw;
	}

	.search_counselor_section .fv_text h2 {
		font-size: 6vw;
		margin-bottom: 40px;
	}

	.search_counselor_section .btns .base_btn a {
		height: 50px;
		font-size: 4vw;
	}

	.search_counselor_section .promise {
		padding-top: 50px;
		margin-top: 100px;
	}

	.search_counselor_section.fv_section p.base_btn {
		margin-bottom: 0;
	}

	.search_counselor_section .promise_boxs .promise_box {
		width: 60vw;
		height: 60vw;
	}

	.search_counselor_section .promise_boxs .promise_box p.promise_num {
		font-size: 7vw;
	}

	.search_counselor_section .promise_boxs .promise_box h4 {
		font-size: 7vw;
	}

	.search_counselor_section .promise_boxs .promise_box p {
		font-size: 4vw;
	}

	.search_list_inner img.midashi_img {
		max-width: 90%;
	}

	.search_list_inner {
		padding-top: 50px;
	}

	.search_list_inner h2 {
		font-size: 5.4vw;
	}

	.search_list_inner form h3 {
		font-size: 4vw;
		padding: 3px 0px 3px 10px;
		border-left: 7px solid #faecf1;
	}

	.search_list_inner form ul li {
		font-size: 4vw;
		display: block;
	}

	.search_list_inner form table th,
	.search_list_inner form table td {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.search_list_inner form table th {
		font-size: 4vw;
		padding: 3px 0px 3px 10px;
		border-left: 7px solid #faecf1;
	}

	.search_list_inner form table td {
		padding-left: 0;
		font-size: 4vw;
	}

	.search_list_inner form table td select {
		padding: 5px 5px;
	}

	.search_list_inner form table tr.keyword td input {
		padding: 5px 10px;
	}

	.search_list_inner form table tr.keyword td span {
		font-size: 4vw;
	}

	.search_list_inner form .search_btn input[type="submit"] {
		font-size: 4vw;
		height: 50px;
	}

	.howto_section img.midashi_img {
		height: auto;
		max-width: 70%;
	}

	.howto_section h2 {
		margin-bottom: 30px;
	}

	.howto_section p.howto_midashi {
		font-size: 4vw;
	}

	.howto_boxs .howto_box .howto_box_inner p {
		font-size: 4vw;
	}

	.howto_boxs .howto_box .howto_box_inner img {
		height: auto;
		max-width: 70%;
	}

	.howto_boxs .howto_box .howto_box_inner h3 {
		font-size: 6vw;
		margin-bottom: 20px;
	}

	.howto_boxs .howto_box.howto_box_02 .howto_box_inner img {
		top: -180px;
		max-width: 90%;
	}

	.howto_boxs .btn .base_btn a {
		font-size: 4vw;
		height: 50px;
	}

}


/***********/
/* firefox */
/***********/
@-moz-document url-prefix() {

	.fv_mainarea>div {
		width: 50%;
	}

	.fv_mainarea>div img {
		transform: scale(1);
	}

	.point_box_inner img {
		height: 160px;
		-moz-transform: scale(1);
	}

	.support_boxs .support_box .support_box_inner img {
		height: 225px;
		-moz-transform: scale(1);
	}

	.search_list_inner img.midashi_img {
		-moz-transform: scale(0.5)translate(0%, -25%);
	}

	.client_box_inner img {
		-moz-transform: scale(1)translate(0%, 50%);
		height: 180px;
	}

	.clienthowto_box img {
		transform-origin: 0 0;
		-moz-transform: scale(.5)translate(50%, 0%);
		margin-bottom: -25%;
	}

	.counselor_box_inner img {
		-moz-transform: scale(1)translate(0%, 50%);
		height: 180px;
	}

	.howto_section img.midashi_img {
		transform-origin: 50% 50%;
		transform: scale(.5);
		margin: 0 auto -5%;
	}

	.howto_boxs .howto_box.howto_box_02 .howto_box_inner img {
		top: -120px;
	}

	.howto_boxs .howto_box .howto_box_inner img {
		top: -145px;
		transform-origin: 50% 50%;
		transform: scale(.5);
	}

	.plan_div .plan_div_inner img.ttl_icon {
		transform-origin: 50% 50%;
		transform: scale(.5);
	}

	.plan_div .plan_div_inner .plan_table_img img {
		-moz-transform: scale(1);
	}

	.merit_boxs .merit_box img {
		height: 160px;
		-moz-transform: scale(1);
	}

	/* 
	.sidebar_column li.sidebar_head img {
	transform-origin: 0 0;
	transform: scale(.5);
	margin-bottom: -25%;
	margin-right: -25%;
} */

	@media screen and (max-width: 780px) {
		.fv_mainarea>div {
			width: 100%;
		}

		.clienthowto_section .top_btns.long_btn p.base_btn a::before {
			-moz-transform: scale(0.5)translate(-50%, 50%);
		}

		.clienthowto_box img {
			transform-origin: 0 0;
			-moz-transform: scale(1)translate(0%, 0%);
			margin-bottom: 0;
			width: 70%;
		}

		.for_counselor_section .head_img h1::before {
			left: 0px;
			-moz-transform: scale(.3)translate(-120%, 100%);
		}

		.for_counselor_section .head_img h1::after {
			left: 0px;
			-moz-transform: scale(.3)translate(120%, 100%);
		}

		.for_counselor_section .btn .base_btn a::after {
			bottom: -100%;
			-moz-transform: scale(.4)translate(80%, 0%);
		}


		.search_counselor_section .head_img h1::before {
			left: 0px;
			-moz-transform: scale(.3)translate(-130%, 110%);
		}

		.search_list_inner {
			padding-top: 50px;
		}

		/* 
		.sidebar_column li.sidebar_head img {
		transform-origin: 0 0;
		transform: scale(.5);
		margin-bottom: -10%;
		margin-right: -10%;
	} */
	}

	@media screen and (max-width: 480px) {
		.for_counselor_section .head_img h1::after {
			bottom: 0;
			-moz-transform: scale(.2)translate(200%, 200%);
		}

		.for_counselor_section .head_img h1::before {
			bottom: 0;
			-moz-transform: scale(.2)translate(-200%, 200%);
		}

		.for_counselor_section .btn .base_btn a::after {
			bottom: -100%;
			-moz-transform: scale(.4)translate(80%, 0%);
		}

		.plan_div .plan_div_inner img.ttl_icon {
			-moz-transform: scale(1)translate(0%, 20%);
		}


		.search_counselor_section .head_img h1::before {
			bottom: 0;
			-moz-transform: scale(.2)translate(-200%, 200%);
		}

		.search_list_inner img.midashi_img {
			transform: scale(0.8) translate(0%, 40%);
		}

		.howto_boxs .howto_box .howto_box_inner img {
			transform: scale(0.6) translate(0%, 25%);
		}

	}

}

/*privacypolicy*/
section#privacy {
	padding: 4rem 0;
}

.privacypolicy h2 {
	font-family: serif;
}

.privacypolicy h3 {
	border-top: 1px solid #ad497a;
	border-bottom: 1px solid #ad497a;
	margin: 30px 0 10px;
	padding: 10px 0;
}

.privacypolicy p {
	line-height: 180%;
	padding: 15px 0;
	margin: 10px 0 30px;
}

.privacypolicy p a {
	text-decoration: underline;
}


/*terms*/
.terms_section h2 {
	font-family: serif;
	margin-bottom: 30px;
}

.terms_section .sec_inner {
	padding: 3rem 0;
}

.terms_section p.color_red {
	color: #ff0000;
	margin-bottom: 20px;
}

.terms_section p {
	line-height: 180%;
}

.terms_section p.terms_midashi {
	font-weight: bold;
	font-size: 1.8rem;
	margin: 40px 0 20px;
}

/*運営会社*/
h2.company_ttl {
	text-align: center;
	margin: 30px 0 40px;
	font-family: serif;
	font-size: 3rem;
}

.company_section {
	padding: 3rem 0;
}

h3.company_midashi {
	border-left: 10px solid #d1497a;
	padding-left: 10px;
	margin: 10px 0 20px;
}

p.company_text {
	line-height: 180%;
	text-align: justify;
}

.company_box {
	margin: 10px 0 50px;
}

.company_box img {
	max-width: 95%;
	width: 800px;
	margin: 20px auto 30px;
	display: block;
	zoom: 100%;
}

.company_box table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.company_box table th {
	width: 200px;
	background-color: #f8f8f8;
	padding: 20px 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.company_box table td {
	padding: 15px 10px 15px 30px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 180%;
}


@media screen and (max-width: 480px) {

	.company_box table th {
		width: 90px;
	}

	.company_box table td {
		padding-left: 10px;
	}
}



input.all_hide_btn {
	background-color: #9f9f9f;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin: 0 5px 5px;
	display: block;
}

li.sidebar_head.active {
	border-radius: 10px 10px;
}

.fm_counselor_img .f_box.f_center .relative {
	width: 15%;
}

.fm_counselor_img .f_box.f_center img {
	width: 100%;
}

form.base_form input[type="submit"].submit_preview {
	color: #fff;
	background-color: #8bc34a;
}

form.base_form input[type="submit"].submit_delete {
	color: #fff;
	background-color: #f44336;
}

form.base_form input[type="submit"].submit_draft {
	color: #333;
	background-color: #EFEFEF;
}

form.base_form .form_td textarea {
	height: 10em;
}

h2.toggle_search i:before {
	color: #00bcd4;
}



/*********************************/
/*
* カウンセラーご利用の流れ
*/
/*********************************/

section.flow_section.fv_section .sec_inner {
	width: 1200px;
	max-width: 90%;
	margin: auto;
}

section.flow_section.fv_section .sec_inner .flow_fv_content {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}

section.flow_section .sec_inner {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto 80px;
}

.flow_ttl_box {
	height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 50px;
}

.flow_ttl_box h1 {
	font-size: 4rem;
	letter-spacing: 1px;
	line-height: 120%;
	text-align: center;
}

.flow_ttl_box h1 span {
	display: block;
	font-size: 2rem;
	font-weight: initial;
}

.flow_fv_content h2.flow_fv_midashi {
	text-align: center;
	border-top: 2px solid #e9d8c8;
	border-bottom: 2px solid #e9d8c8;
	padding: 30px 0;
	font-size: 2.6rem;
	margin-bottom: 40px;
}

.flow_fv_boxs .flow_fv_box.flow_fv_icon {
	width: 25%;
	text-align: center;
}

.flow_fv_boxs .flow_fv_box.flow_fv_text {
	width: 75%;
	padding-left: 20px;
	line-height: 180%;
}

.flow_fv_boxs .flow_fv_box.flow_fv_text p {
	margin-bottom: 20px;
}

.flow_fv_boxs .flow_fv_box.flow_fv_text ul li a {
	color: #29abe2;
	text-decoration: underline;
	position: relative;
	padding-left: 20px;
}

.flow_fv_boxs .flow_fv_box.flow_fv_text ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	left: 5px;
	bottom: 10px;
	transform: rotate(-45deg);
}

.flow_fv_boxs .flow_fv_box.flow_fv_text ul li {
	padding: 3px 0;
}

.flow_fv_boxs {
	margin-bottom: 80px;
}


.flow_section .sec_inner h2.flow_midashi {
	font-size: 2rem;
	padding: 10px 0 10px 15px;
	margin-bottom: 20px;
}


.flow_section .sec_inner h3.flow_step_midashi {
	font-size: 2rem;
	padding: 10px 0 10px 0px;
	margin-bottom: 10px;
}

.flow_section .sec_inner h3.flow_step_midashi span {
	margin-right: 10px;
}

.step_content .flow_step_boxs .flow_step_box p {
	line-height: 150%;
}

.flow_section .sec_inner .flow_step_box {
	margin-bottom: 50px;
}

.step_content .flow_step_boxs .flow_step_box p {
	line-height: 150%;
}

.flow_step_boxs .plan_table {
	margin-bottom: 20px;
}

.flow_step_box {
	margin-bottom: 50px;
}

.flow_section .sec_inner .flow_step_box a {
	color: initial;
	text-decoration: underline;
}

.flow_section .sec_inner .flow_step_box table.flow_step_box {
	width: 900px;
	max-width: 100%;
	margin: 20px auto;
}

.flow_section .sec_inner .flow_step_box table.flow_step_box th {
	background-color: #fef3ca;
	width: 150px;
}

.flow_section .sec_inner .flow_step_box table.flow_step_box td {
	padding: 10px 0 10px 10px;
	line-height: 180%;
}

.flow_step_table_box {
	border: 3px solid #eaeaea;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 15px;
}

.flow_section .sec_inner .flow_step_box p.table_text {
	width: 900px;
	max-width: 100%;
	margin: 20px auto;
}

.flow_step_table_box .midashi {
	font-weight: 500;
	position: relative;
}

.flow_step_table_box .midashi:before {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/10/counselor_flow_table_icon.png);
	margin-right: 5px;
}

.step_content .flow_step_boxs .flow_step_box p.color_red {
	color: #ff3333;
	margin-top: 10px;
	font-size: 1.3rem;
}

.servicestep_content p {
	line-height: 180%;
	text-align: justify;
}

.service_step_box {
	margin: 30px 0;
}

.service_step_box h3.service_step_midashi {
	font-size: 2rem;
	margin-bottom: 20px;
}

.service_step {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

.service_step:last-child {
	margin-bottom: 0;
}

.service_step_box .service_step::before {
	position: absolute;
	left: 10px;
	background-color: #d1497a;
	color: #fff;
	padding: .3em;
	font-size: 12px;
	width: 20px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
}

.service_step_box .service_step.service_step_01::before {
	content: "1";
}

.service_step_box .service_step.service_step_02::before {
	content: "2";
}

.service_step_box .service_step.service_step_03::before {
	content: "3";
}

.servicestep_content img {
	display: block;
	margin: 30px auto 0;
}

.register_merit_content .register_merit_boxs h3 {
	border-left: 2px solid;
	padding-left: 20px;
	margin: 5px 0 10px;
	width: 100%;
	line-height: 150%;
}

.register_merit_boxs {
	margin-bottom: 40px;
}

.register_merit_boxs:last-child {
	margin-bottom: 0;
}

.register_merit_content .register_merit_boxs {
	display: flex;
	flex-wrap: wrap;
}


.register_merit_box.merit_textarea {
	width: 800px;
	max-width: 80%;
	padding-right: 30px;
	text-align: justify;
	line-height: 180%;
}

.register_merit_box.merit_icon {
	width: 200px;
	max-width: 20%;
	text-align: center;
}

.register_merit_box.merit_icon img {
	width: 80%;
}

.flow_section .counselor_cta_btn {
	margin: 50px 0 30px;
}

.flow_section .counselor_cta_btn p a {
	font-size: 20px;
	width: 700px;
	max-width: 90%;
	color: #333333;
	height: 75px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	position: relative;
	text-align: center;
	line-height: 100%;
}

.flow_section .counselor_cta_btn p a::after {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/09/top_btn_icon_02.png);
	position: absolute;
	right: 5%;
	bottom: -6px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(50%, 50%);
	;
}



.flow_stepimg {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 80px 0 100px;
}

.flow_stepimg .flow_stepimg_icon {
	width: 150px;
	max-width: 20%;
	text-align: center;
}

.flow_stepimg .flow_stepimg_icon img {
	margin-bottom: 10px;
}

.flow_stepimg .flow_stepimg_bar_box {
	width: 700px;
	max-width: 80%;
	position: relative;
}

.flow_stepimg_bar {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.flow_stepimg_bar li {
	position: relative;
	list-style: none;
	text-align: center;
	color: #333;
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
}

.flow_stepimg_bar li p {
	font-weight: normal;
	margin: 10px 40px;
}

.flow_stepimg_bar li:before {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0.5em auto;
	content: "";
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	border: 5px solid #ffc4d4;
}

.flow_stepimg_bar li:after {
	position: absolute;
	z-index: -1;
	top: 18px;
	left: -50%;
	width: 100%;
	height: 5px;
	content: "";
	background-color: #eaeaea;
}

.flow_stepimg_bar li:first-child:after {
	content: none;
}

.flow_stepimg_bar_box .fukidashi {
	border: 3px solid #ffc4d4;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 180%;
	max-width: 100%;
	position: absolute;
}

.flow_stepimg_bar_box .fukidashi_01 ul {
	display: flex;
	justify-content: center;
}

.flow_stepimg_bar_box .fukidashi_01 ul li {
	margin: 0 5px;
}

.flow_stepimg_bar_box .fukidashi_01 {
	width: 480px;
	top: -100px;
}

.flow_stepimg_bar_box .fukidashi_02 {
	width: 320px;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
}

.flow_stepimg_bar_box .fukidashi .fukidashi_inner {
	position: relative;
}

.flow_stepimg_bar_box .fukidashi_01 .fukidashi_inner::after {
	content: "";
	width: 20px;
	height: 20px;
	border-right: 3px solid #ffc4d4;
	border-bottom: 3px solid #ffc4d4;
	position: absolute;
	left: 185px;
	bottom: -17px;
	transform: rotate(45deg);
	background-color: #fff;
}


.flow_stepimg_bar_box .fukidashi_02 .fukidashi_inner::after {
	content: "";
	width: 20px;
	height: 20px;
	border-left: 3px solid #ffc4d4;
	border-top: 3px solid #ffc4d4;
	position: absolute;
	top: -17px;
	transform: rotate(45deg);
	background-color: #fff;
	left: 0;
	right: 0;
	margin: auto;
}


.sp_step_content {
	display: none;
}

@media screen and (max-width: 960px) {
	.sp_step_content {
		display: block;
	}

	.pc_step_content {
		display: none;
	}

	.flow_stepimg_bar li p {
		margin: 10px 15px;
		font-size: 12px;
	}



	.sp_step_content .flow_stepimg_bar_box {
		margin: 0 auto;
		width: 80%;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap {
		margin: 2em 0;
		position: relative;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptitle {
		display: inline-flex;
		align-items: center;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptitle .stepcircle {
		display: inline-block;
		width: 24px;
		height: 24px;
		content: "";
		border-radius: 50%;
		background-color: #fff;
		border: 5px solid #ffc4d4;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptitle .stepnum {
		color: #333;
		font-size: 1.6rem;
		font-weight: 500;
		margin-left: 10px;
		display: flex;
		align-items: center;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt {
		position: relative;
		left: 50px;
		width: 80%;
		margin-top: 25px;
		text-align: left;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt:before {
		content: "";
		width: 20px;
		height: 20px;
		border-top: 3px solid #FFC4D4;
		border-right: 3px solid #ffc4d4;
		position: absolute;
		left: 10%;
		top: -12px;
		transform: rotate(-45deg);
		background-color: #fff;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt ul {
		display: flex;
		flex-wrap: wrap;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt ul li {
		margin-right: 15px;
		display: inline-block;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt .title {
		margin: 0.5em 0;
		font-weight: bold;
		font-size: 1.2em;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt .txt {
		font-size: 0.9em;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .stepline {
		width: 5px;
		height: calc(100% + 1em);
		position: absolute;
		top: 24px;
		left: 9.5px;
		z-index: -1;
		background-color: #eaeaea;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap:first-child .stepline {
		top: 40px;
	}

	span.step_icon {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 75px;
		font-size: 1.4rem;
	}

	.stepbarwrap:last-of-type .stepline:last-of-type {
		display: none;
	}

}




@media screen and (max-width: 780px) {
	.flow_ttl_box h1 {
		font-size: 3rem;
	}

	.flow_ttl_box h1 span {
		font-size: 2rem;
	}

	.flow_fv_content h2.flow_fv_midashi {
		font-size: 2.2rem;
		padding: 15px 0;
	}

	.flow_fv_boxs .flow_fv_box.flow_fv_icon img {
		width: 60%;
	}

	.flow_section .sec_inner h2.flow_midashi {
		font-size: 1.8rem;
	}

	.flow_section .sec_inner h3.flow_step_midashi {
		font-size: 1.8rem;
	}

	.flow_section .sec_inner .flow_step_box table.flow_step_box th {
		width: 100px;
		font-size: 1.4rem;
	}

	.service_step_box h3.service_step_midashi {
		font-size: 1.8rem;
	}

	.flow_section .counselor_cta_btn p a {
		font-size: 1.6rem;
	}

	.flow_section .sec_inner .flow_step_box table.flow_step_box {
		width: 100%;
	}
}





@media screen and (max-width: 480px) {
	.flow_section .sec_inner .flow_step_box table.flow_step_box th {
		width: 100px;
		font-size: 1.4rem;
	}

	.service_step_box h3.service_step_midashi {
		font-size: 1.8rem;
	}

	.flow_ttl_box h1 {
		font-size: 6vw;
	}

	.flow_ttl_box h1 span {
		font-size: 4vw;
	}

	.flow_fv_content h2.flow_fv_midashi {
		font-size: 4.2vw;
		margin-bottom: 20px;
	}

	.flow_ttl_box {
		margin-bottom: 30px;
	}

	.flow_ttl_box {
		flex-direction: column;
	}

	.flow_fv_boxs .flow_fv_box.flow_fv_icon {
		width: 100%;
		margin-bottom: 15px;
	}

	.flow_fv_boxs .flow_fv_box.flow_fv_icon img {
		width: 30%;
	}

	.flow_fv_boxs .flow_fv_box.flow_fv_text {
		width: 100%;
		padding-left: 0;
	}

	.flow_fv_boxs .flow_fv_box.flow_fv_text ul li a:before {
		bottom: 5px;
	}

	.flow_fv_boxs {
		margin-bottom: 50px;
	}

	.flow_section .sec_inner h2.flow_midashi {
		font-size: 4.2vw;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.flow_section .sec_inner h3.flow_step_midashi {
		font-size: 4vw;
	}

	.flow_section .sec_inner h3.flow_step_midashi span {
		display: block;
		margin-bottom: 5px;
	}

	.flow_section .sec_inner .flow_step_box table.flow_step_box th {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.flow_section .sec_inner .flow_step_box table.flow_step_box td {
		display: block;
		width: 100%;
	}

	.service_step_box h3.service_step_midashi {
		font-size: 4.2vw;
	}

	.service_step {
		padding-left: 30px;
	}

	.service_step_box .service_step::before {
		position: absolute;
		left: 0;
	}

	.register_merit_content .register_merit_boxs h3 {
		padding-left: 10px;
	}

	.register_merit_box.merit_textarea {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}

	.register_merit_content .register_merit_boxs {
		flex-direction: column;
	}

	.register_merit_box.merit_icon {
		max-width: 100%;
		margin: 20px auto 0;
	}

	.flow_section .counselor_cta_btn p a {
		max-width: 95%;
		font-size: 3vw;
		height: 60px;
		line-height: 140%;
	}

	.flow_section .counselor_cta_btn p a::after {
		right: 0;
		bottom: -13px;
		zoom: 40%;
		-moz-transform: scale(0.4)translate(50%, 50%);
	}

	.sp_step_content .flow_stepimg_bar_box {
		width: 90%;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptitle .stepnum {
		font-size: 3.4vw;
	}

	.sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt {
		margin-top: 15px;
	}

}

/*********************************/
/*
* 相談した方 ご利用の流れ
*/
/*********************************/
section.customer_flow_section .flow_ttl_box {
	background-color: #ffedf2;
}

.customer_flow_section .sec_inner h3.flow_step_midashi span {
	color: #e86790;
}

.counselor_step_content .flow_stepimg_bar li:before {
	border: 5px solid #f9c700;
}

.counselor_step_content .flow_stepimg_bar_box .fukidashi {
	border: 3px solid #f9c700;
}

.counselor_step_content .flow_stepimg_bar_box .fukidashi_01 .fukidashi_inner::after {
	border-right: 3px solid #f9c700;
	border-bottom: 3px solid #f9c700;
}

.counselor_step_content .flow_stepimg_bar_box .fukidashi_02 .fukidashi_inner::after {
	border-left: 3px solid #f9c700;
	border-top: 3px solid #f9c700;
}

@media screen and (max-width: 960px) {
	.counselor_step_content .sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptxt:before {
		border-top: 3px solid #f9c700;
		border-right: 3px solid #f9c700;
	}

	.counselor_step_content .sp_step_content .flow_stepimg_bar_box .stepbarwrap .steptitle .stepcircle {
		border: 5px solid #f9c700;
	}
}



/*********************************/
/*
* よくある質問
*/
/*********************************/

.page-id-1145 h2.page_ttl {
	font-size: 2.6rem;
	text-align: center;
	border-top: 3px solid #e9d8c8;
	border-bottom: 3px solid #e9d8c8;
	padding: 15px 0;
	font-size: 2.6rem;
	letter-spacing: .5px;
	font-weight: bold;
}

.qa_content .qa_head h2 {
	padding: 10px 0 10px 20px;
	margin-bottom: 20px;
}

.qa_column .qa_q p {
	color: #e86790;
	font-weight: bold;
	font-size: 2rem;
	position: relative;
	letter-spacing: .5px;
	margin: 10px 0 15px;
	line-height: 160%;
}

.qa_column .qa_q p:before {
	content: "Q";
	margin-right: 15px;
}

.qa_column .qa_a p {
	line-height: 180%;
	text-align: justify;
}

.qa_column .qa_a {
	margin-bottom: 50px;
}

.qa_a.qa_a_table table {
	border-collapse: collapse;
}

.qa_a.qa_a_table table td,
.qa_a.qa_a_table table th {
	border: 1px solid #808080;
	border-collapse: collapse;
}

.qa_a.qa_a_table table tbody th {
	text-align: left;
	padding: 15px 20px;
}

.qa_a.qa_a_table table tbody td {
	text-align: center;
}

.qa_a.qa_a_table table tbody td a {
	display: block;
	text-decoration: underline;
	margin: 5px 0;
}

.qa_a.qa_a_table table tbody td,
.qa_a.qa_a_table table thead th {
	padding: 15px 15px;
}

.qa_a.qa_a_table table thead th.yes_cell,
.qa_a.qa_a_table table tbody td.yes_cell {
	background-color: #fff9e2;
}


@media screen and (max-width: 780px) {
	.qa_content .qa_head h2 {
		padding-left: 10px;
	}

	.qa_column .qa_q p {
		font-size: 1.8rem;
	}
}


/*マイページニュース*/
.fm_info_new_box ul li {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fm_info_new_box ul li:last-child {
	border: none;
}



/*マイページボタン*/
.mypage_btns {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mypage_btns .mypage_btn {
	margin: 0 5px;
	max-width: 50%;
}

.mypage_btns .mypage_btn img {
	width: 100%;
	box-shadow: 1px 5px 15px 10px rgb(0 0 0 / 10%);
	border-radius: 130px;
}

/*準備中につきリンク解除*/
/* .mypage_btn.mypage_btn_02 a {
pointer-events: none;
-webkit-filter: grayscale(1);
filter: gray;
filter: grayscale(1);
position: relative;
}

.mypage_btn.mypage_btn_02 a:after {
content: "準備中";
position: absolute;
left: 0;
right: 0;
margin-top: 10px;
text-align: center;
display: block;
} */


@media screen and (max-width: 640px) {

	.mypage_btns {
		flex-direction: column;
	}

	.mypage_btns .mypage_btn {
		max-width: 80%;
	}

	.mypage_btns .mypage_btn_01 {
		margin-bottom: 20px;
	}

}




/*********************************/
/*
* タイトル削除
*/
/*********************************/
.page-id-2661 h2.page_ttl_display,
.page-id-1212 h2.page_ttl_display,
.page-id-1208 h2.page_ttl_display,
.page-id-1209 h2.page_ttl_display,
.page-id-1210 h2.page_ttl_display,
.page-id-1211 h2.page_ttl_display,
.page-id-1222 h2.page_ttl_display {
	display: none;
}



/*********************************/
/*
* 掲示板 投稿
*/
/*********************************/

article.mypage.mypage_create_bbs p.attention {
	background-color: #eff4ef;
	padding: 10px 10px;
	font-size: 15px;
	margin-bottom: 30px;
}

article.mypage.mypage_create_bbs form table th,
article.mypage.mypage_create_bbs form table td {
	display: block;
	width: 100%;
	padding: 10px 15px;
}

article.mypage.mypage_create_bbs form table {
	width: 100%;
	text-align: left;
}

article.mypage.mypage_create_bbs form table tr {
	margin-bottom: 10px;
	display: block;
	position: relative;
}

article.mypage.mypage_create_bbs form table tr.require th:after {
	content: "\5FC5\9808";
	background-color: #df6b6d;
	color: #fff;
	padding: 0px 8px;
	font-size: 12px;
	border-radius: 5px;
	position: relative;
	left: 5px;
	top: -1px;
}


article.mypage.mypage_create_bbs form table td input[type="text"],
article.mypage.mypage_create_bbs form table td textarea {
	border: 1px solid #666;
	border-radius: 5px;
	width: 100%;
	padding: 5px 10px;
}

article.mypage.mypage_create_bbs form table td select {
	border: 1px solid #666;
	padding: 5px 10px 5px 10px;
	width: 250px;
	max-width: 100%;
	border-radius: 5px;
	position: relative;
}

article.mypage.mypage_create_bbs form table td select:after {
	content: "aaa";
	width: 10px;
	height: 10px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	right: 0;
	top: 0;
}

article.mypage.mypage_create_bbs form label {
	margin-right: 10px;
}

article.mypage.mypage_create_bbs form input[name="bbs_gender"] {
	margin-right: 8px;
}

article.mypage.mypage_create_bbs form label.privacy {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}



article.mypage.mypage_create_bbs form label.privacy input#terms {
	margin-right: 10px;
	height: 18px;
	width: 18px;
	position: relative;
}

article.mypage.mypage_create_bbs form input.bbs_create {
	width: 160px;
	max-width: 80%;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: #009ff4;
	border-radius: 20px;
	color: #fff;
	margin: 15px auto 0;
}


@media screen and (max-width: 640px) {
	article.mypage.mypage_create_bbs form input.bbs_create {
		font-size: 16px;
	}
}



/*********************************/
/*
* 掲示板 ●●さんの掲示板
*/
/*********************************/
.bbs_history_main .sec_inner>p {
	color: #808080;
	font-size: 15px;
	margin-bottom: 20px;
}

.bbs_history_main .sec_inner>div.board_list_item {
	background-color: #fdfbf9;
	border: 1px solid #ecdfd2;
	margin-bottom: 10px;
	padding: 20px 20px;
}

.bbs_history_main .sec_inner>div.board_list_item a {
	color: #333;
}

.bbs_history_main .sec_inner>div.board_list_item a div.icon {
	width: 220px;
	max-width: 20%;
	text-align: center;
	padding: 0 10px;
}

.bbs_history_main .sec_inner>div.board_list_item a div.icon img {
	max-width: 90%;
	width: auto;
	height: 150px;
	margin-bottom: 5px;
}

.bbs_history_main .sec_inner>div.board_list_item a div.info {
	width: 900px;
	max-width: 80%;
}

.bbs_history_main .sec_inner>div.board_list_item a div.icon p {
	font-size: 11px;
	line-height: 180%;
}

.bbs_history_main .sec_inner>div.board_list_item a div.info p:first-child {
	font-size: 18px;
	margin-bottom: 5px;
}

.bbs_history_main .sec_inner>div.board_list_item a div.info p:first-child span {
	font-size: 13px;
	color: #333;
	margin-left: 10px;
	font-weight: initial;
}

.bbs_history_main .sec_inner>div.board_list_item a div.info p {
	font-size: 13px;
	line-height: 180%;
}

.bbs_history_main .sec_inner>div.board_list_item a div.info p:last-child {
	margin-top: 10px;
}

@media screen and (max-width: 640px) {
	.bbs_history_main .sec_inner>div.board_list_item {
		padding: 20px 10px;
	}

	.bbs_history_main .sec_inner>div.board_list_item a div.info p:first-child {
		line-height: 140%;
	}

	.bbs_history_main .sec_inner>div.board_list_item a {
		flex-direction: column-reverse;
	}

	.bbs_history_main .sec_inner>div.board_list_item a div.icon {
		max-width: 100%;
		width: 100%;
		text-align: left;
		display: flex;
		justify-content: right;
		padding: 0 5px;
	}

	.bbs_history_main .sec_inner>div.board_list_item a div.icon p {
		margin-left: 10px;
	}

	.bbs_history_main .sec_inner>div.board_list_item a div.info {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.bbs_history_main .sec_inner>div.board_list_item a div.info p:first-child>span {
		display: block;
		text-align: right;
	}

	.bbs_history_main .sec_inner>div.board_list_item a div.info p:first-child span span {
		display: inline;
	}
}

/*********************************/
/*
* 掲示板 マイページ 相談掲示板
*/
/*********************************/
.mypage_create_bbs .sec_inner:first-child {
	margin: 0 auto 100px;
}

.mypage_create_bbs .bbs_post_head {
	align-items: center;
	justify-content: space-between;
}

.mypage_create_bbs .bbs_post_head .base_btn a {
	width: 170px;
	font-size: 16px;
}

.mypage_create_bbs .post_delete_edit {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 15px 0;
}

.mypage_create_bbs .bbs_info {
	align-items: center;
}

.mypage_create_bbs .bbs_info .bbs_check {
	width: 30px;
	max-width: 10%;
	text-align: center;
}

.bbs_thumbnail {
	width: 150px;
	max-width: 15%;
	text-align: center;
	font-size: 13px;
	margin-right: 20px;
}

.bbs_thumbnail img {
	max-width: 90%;
	width: auto;
	height: 150px;
	margin-bottom: 5px;
}

.bbs_infoarea {
	padding: 0;
	width: 670px;
	max-width: 90%;
}

.bbs_replyarea {
	padding: 0;
	width: 670px;
	max-width: 75%;
}

.mypage_create_bbs .bbs_info {
	padding: 15px 0;
	border-bottom: 1px solid #e2cdb7;
}

li.bbs_ttl {
	font-size: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

p.bbs_text {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bbs_infoarea ul.bbs_info {
	font-size: 12px;
	color: #808080;
	border: none;
	padding: 10px 0 0;
}

.mypage_create_bbs .pagenation {
	margin: 30px 0;
}



@media screen and (max-width: 780px) {
	.bbs_infoarea {
		max-width: 90%;
		margin-top: 10px;
	}

	.bbs_thumbnail {
		display: flex;
		width: 80%;
		max-width: 90%;
		margin-left: 20px;
	}

	.bbs_thumbnail p {
		margin-right: 10px;
	}
}

@media screen and (max-width: 640px) {
	.mypage_create_bbs .bbs_post_head .base_btn a {
		height: 35px;
	}
}


/*********************************/
/*
* 掲示板 「●●」相談掲示板
*/
/*********************************/
.fm_page_body main .adsence_area {
	/*     width: 740px; */
	/*     height: 130px; */
	/*     max-width: 85%; */
	margin: 10px auto;
	/*     background-color: #ccc; */
	background-color: initial;
	border: none;
	padding: 0;
	text-align: center;
}

.fm_page_body main .adsence_area img {
	zoom: 100%;
	height: 200px;
	width: auto;
}

@media screen and (max-width: 780px) {
	.fm_page_body main .adsence_area img {
		max-width: 80%;
		max-height: 150px;
	}
}

section.bbs_head {
	text-align: right;
	margin-bottom: 20px;
}

section.bbs_head h2 {
	text-align: left;
}

.right_link {
	text-align: right;
}

section.bbs_board_main div div div.icon {
	width: 190px;
	max-width: 15%;
	padding: 0 10px;
	text-align: center;
}

section.bbs_board_main div div div.text {
	width: 990px;
	max-width: 85%;
	padding: 0 40px 0 0;
}

section.bbs_board_main .bbs_board_single {
	padding: 30px 0px;
	background-color: #fdfbf9;
	border: 1px solid #ecdfd2;
	margin-bottom: 30px;
}

section.bbs_board_main div div div.icon img {
	max-width: 90%;
	width: auto;
	height: 150px;
	margin-bottom: 5px;
}

section.bbs_board_main div div div.icon p {
	font-size: 11px;
	color: #666666;
}

section.bbs_board_main div div div.text>p:first-child {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

section.bbs_board_main div div div.text>ul {
	display: flex;
	margin-bottom: 10px;
}

section.bbs_board_main div div div.text>ul li {
	color: #808080;
	font-size: 12px;
	margin-right: 10px;
}

section.bbs_board_main div div div.text>ul li a {
	text-decoration: underline;
}

section.bbs_board_main div div div.text>p {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
}

section.bbs_board_main div div div.text div>p {
	font-size: 15px;
	line-height: 170%;
}

section.bbs_board_main>div>div.btn a {
	background-color: #fcee86;
	width: 430px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin: auto;
	border-radius: 50px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 10px 3px #ddd;
}

section.bbs_board_main div.btn,
section.bbs_board_comment div.btn {
	margin: 20px 0px;
}

section.bbs_board_comment div h3 {
	padding: 5px 0 10px 5px;
	border-bottom: 2px solid #d1497a;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: normal;
}

section.bbs_board_comment {
	padding: 40px 0;
}

section.bbs_board_comment>div>div.comment {
	background-color: #fff;
	border: 1px solid #ecdfd2;
	padding: 30px 40px;
	margin-bottom: 10px;
}


section.bbs_board_comment>div>div>div img {
	max-width: 90%;
	width: 120px;
	height: 120px;
	margin-right: 10px;
}

section.bbs_board_comment>div>div>div.head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

section.bbs_board_comment>div>div>div>div p:first-child {
	font-size: 17px;
}

section.bbs_board_comment>div>div>div>div p:last-child {
	font-size: 14px;
}

section.bbs_board_comment>div>div>div.textarea {
	line-height: 160%;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 2px solid #e9cedb;
}

section.bbs_board_comment>div>div.counselor>div img {
	width: 140px;
	height: 140px;
	max-width: 90%;
}

section.bbs_board_comment>div>div>div.counselor>div.icon {
	text-align: center;
	width: 200px;
	max-width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.bbs_board_comment>div>div>div.counselor>div.icon img {
	display: block;
	margin: 0 auto 20px;
	width: 140px;
	height: 140px;
}

section.bbs_board_comment>div>div>div.counselor>div.icon img.size-fs-icon-image {
	width: auto;
	height: auto;
}

section.bbs_board_comment>div>div>div.counselor>div.icon a {
	margin-bottom: 5px;
	border-radius: 20px;
	padding: 5px 5px;
	font-size: 15px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof {
	width: 1000px;
	max-width: 80%;
	padding-left: 20px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof p:first-child {
	font-size: 23px;
	font-weight: unset;
	margin-bottom: 10px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof p:nth-child(2) {
	font-size: 13px;
	margin-bottom: 20px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof dl {
	border-top: 1px solid #373235;
	border-bottom: 1px solid #373235;
	padding: 10px 0;
	font-size: 11px;
	margin-bottom: 10px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof dl dt {
	width: 80px;
	float: left;
	text-align: center;
	clear: both;
	background-color: #f8e2ea;
	padding: 0px 0;
	margin-right: 10px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof dl dt:first-child {
	margin-bottom: 10px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof dl dd:first-of-type {
	margin-bottom: 10px;
}

section.bbs_board_comment>div>div>div.counselor>div.prof p:last-child {
	line-height: 160%;
}


section.bbs_board_comment>div>div.btn a {
	background-color: #fcee86;
	width: 430px;
	max-width: 90%;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin: auto;
	border-radius: 50px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 10px 3px #ddd;
}



@media screen and (max-width: 780px) {
	section.bbs_board_main>div>div:first-child {
		flex-direction: column;
		padding: 30px 20px;
	}

	section.bbs_board_main div div div.icon {
		margin-bottom: 10px;
		max-width: 100%;
		display: flex;
		align-items: center;
	}

	section.bbs_board_main div div div.icon img {
		margin-right: 10px;
	}

	section.bbs_board_main div div div.text {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
	}

	section.bbs_board_main>div>div.btn a {
		height: 50px;
		font-size: 16px;
	}

	section.bbs_board_comment>div>div>div.counselor>div.icon {
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}

	section.bbs_board_comment>div>div>div.counselor {
		flex-direction: column;
	}

	section.bbs_board_comment>div>div>div.counselor>div.prof {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}

	section.bbs_board_comment>div>div {
		padding: 30px 20px;
	}

	section.bbs_board_comment>div>div>div.counselor>div.prof p:first-child {
		font-size: 18px;
	}

	section.bbs_board_comment>div>div>div.counselor>div.prof p:nth-child(2) {
		margin-bottom: 10px;
	}

	section.bbs_board_comment>div>div>div.counselor>div.icon a {
		width: 200px;
		max-width: 80%;
		margin: 0 auto 5px;
	}

	section.bbs_board_comment>div>div.btn a {
		height: 50px;
		font-size: 16px;
	}
}

/*********************************/
/*
* 掲示板 「●●」相談掲示板
* ※ 
*/
/*********************************/
section.bbs_head div h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

section.bbs_head div p {
	text-align: center;
	font-size: 16px;
}

section.bbs_head div div {
	padding-top: 30px;
}

section.bbs_head div div div.btn a {
	background-color: #9de3fd;
	width: 430px;
	max-width: 90%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin: auto;
	border-radius: 50px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 10px 3px #ddd;
}


@media screen and (max-width: 780px) {
	section.bbs_head div h3 {
		font-size: 20px;
	}

	section.bbs_board_comment>div>div.btn a {
		height: 50px;
		font-size: 16px;
	}
}




/*********************************/
/*
* 掲示板とは
*/
/*********************************/
section.about_bbs_section>div>div.head_img {
	height: 200px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f8ff;
	border-radius: 20px;
	position: relative;
}

section.about_bbs_section>div>div.head_img h1:before {
	content: url(https://counselor-meikan.jp/wp-content/uploads/2022/10/howto_icon_02.png);
	position: absolute;
	left: 5%;
	bottom: -10px;
	zoom: 50%;
	-moz-transform: scale(0.5)translate(-50%, 50%);
}

section.about_bbs_section>div>div.head_img h1 {
	font-size: 40px;
	letter-spacing: 3px;
}

section.about_bbs_section>div>div.fv_text h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

section.about_bbs_section>div>div.fv_text p {
	text-align: center;
	line-height: 200%;
}

section.about_bbs_section>div>div.btn a {
	background-color: #9de3fd;
	width: 430px;
	max-width: 90%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin: auto;
	border-radius: 50px;
	border: 1px solid #fff;
	box-shadow: 1px 1px 10px 3px #ddd;
}

section.about_bbs_section>div>div.fv_text {
	margin-bottom: 50px;
}

section.about_bbs_section>div>div.btn {
	margin-bottom: 60px;
}

section.about_bbs_topics>div>div>div {
	/*     width: 480px;
	max-width: 45%;
	background-color: #fff;
	box-shadow: 1px 1px 10px 3px #ccc;
	margin-bottom: 30px;
	border-radius: 20px;
	padding: 25px 20px; */

	width: 50%;
	max-width: 45%;
	background-color: #fff;
	box-shadow: 1px 1px 10px 3px #efefef;
	margin-bottom: 5%;
	border-radius: 20px;
	padding: 25px 20px;

}

section.about_bbs_topics>div>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

section.about_bbs_topics {
	padding: 60px 0;
}

section.about_bbs_topics>div>div>div h3 {
	text-align: center;
	border-bottom: 2px solid #dfc7af;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 20px;
}

section.about_bbs_topics>div>div>div ul li a {
	color: #333;
}

section.about_bbs_topics>div>div>div ul li {
	padding: 5px 0;
	position: relative;
	display: flex;
	align-items: center;
}

section.about_bbs_topics>div>div>div ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

section.about_bbs_topics>div>div>div ul li::before {
	content: "▶";
	margin-right: 10px;
	color: #d1497a;
	font-size: 13px;
}

section.about_bbs_topics>div>div>div>div a {
	background-color: #f8e3ea;
	padding: 10px 0;
	width: 300px;
	max-width: 90%;
	display: block;
	text-align: center;
	margin: auto;
	color: #d1497a;
	border-radius: 20px;
}




@media screen and (max-width: 780px) {
	section.about_bbs_section>div>div.head_img h1:before {
		zoom: 30%;
		-moz-transform: scale(0.30);
		left: 0;
	}

	section.about_bbs_section>div>div.head_img h1 {
		font-size: 5vw;
	}

	section.about_bbs_section>div>div.head_img {
		height: 140px;
	}

	section.about_bbs_section>div>div.fv_text h2 {
		font-size: 2.6rem;
	}

	section.about_bbs_section>div>div.fv_text p {
		font-size: 1.5rem;
	}

	section.about_bbs_section>div>div.btn a {
		font-size: 3vw;
		height: 70px;
	}

	section.about_bbs_topics>div>div>div {
		width: 100%;
		max-width: 100%;
	}

}

@media screen and (max-width: 480px) {
	section.about_bbs_section>div>div.head_img h1:before {
		zoom: 25%;
		-moz-transform: scale(0.25);
		left: 0;
	}
}


/*blog*/
.blog_section .sec_inner {
	border: 2.18px solid #e9d8c8;
	border-radius: 8.8px;
	padding: 40px 0;
}

.blog_section h3.topblog_ttl {
	text-align: center;
	font-size: 20px;
	letter-spacing: 1.5px;
	max-width: 95%;
	margin: auto;
}

.blog_section .blog_content {
	width: 900px;
	margin: 35px auto 0px;
	max-width: 95%;
}

.blog_section .blog_boxs {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	margin-bottom: 30px;
}


.blog_section .blog_boxs .blog_box {
	width: 190px;
}

.blog_section .imgbox {
	height: 107px;
	/* width: 190px; */
	max-width: 100%;
	margin-bottom: 10px;
}

.blog_section .blog_box ul li {
	color: #827f81;
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: 300;
}

.blog_section .blog_box .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog_section p.title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blog_section a.btn {
	width: 247px;
	max-width: 90%;
	height: 41px;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 20.5px;
	font-size: 18px;
}



@media screen and (max-width: 920px) {
	.blog_section .blog_boxs .blog_box {
		width: 45%;
		margin: 0 2.5%;
	}

	.blog_section .blog_boxs .blog_box:first-child,
	.blog_section .blog_boxs .blog_box:nth-child(2) {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 480px) {
	.blog_section p.title {
		font-size: 15px;
	}

	.blog_section a.btn {
		font-size: 14px;
	}


}

section.search_counselor_section.blog_section {
	padding: 0;
}

.riyou_btn_top a {
	font-size: 20px;
	height: 85px;
	background-color: #fae62a;
	border: 2px solid #fff;
	box-shadow: 1px 1px 10px 5px #ddd;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.15rem;
	font-weight: 500;
	margin: auto;
	max-width: 90%;
	width: 700px;
	position: relative;
}

@media screen and (max-width: 780px) {
	.riyou_btn_top a {
		font-size: 3vw;
	}

}

.riyou_btn_top a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #f7b124;
	border-right: 2px solid #f7b124;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
}


.nav-links {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	/* 左右に配置 */
	gap: 20px;
	/* 要素間の間隔を設定 */
}

.nav-previous,
.nav-next {
	flex: 1;
	/* 均等に幅を持たせる */
	text-align: center;
	/* テキストを中央揃え */
}

.nav-previous {
	text-align: left;
	/* テキストを中央揃え */
}

.nav-next {
	text-align: right;
	/* テキストを中央揃え */
}

.nav-previous a,
.nav-next a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #f0f0f0;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color: #ddd;
}


.pagination_section {
	text-align: center;
	margin-top: 20px;
}

.cat_pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
}

.cat_pagination .page-item {
	display: inline-block;
}

.cat_pagination .page-item a {
	display: block;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: all 0.3s;
}

.cat_pagination .page-item a:hover {
	background-color: #f0f0f0;
}

.cat_pagination .page-item .current {


	display: block;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;

	background-color: #0073aa;
	color: #fff;
	border-color: #0073aa;
	font-weight: bold;


}




.blog_content h1,
.blog_content h2,
.blog_content h3 {
	font-weight: bold;
}

.blog_content h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

.blog_content h2 {
	font-size: 1.75em;
	margin-bottom: 8px;
}

.blog_content h3 {
	font-size: 1.5em;
	margin-bottom: 6px;
}

.blog_content p {
	font-size: 1em;
	margin-bottom: 10px;
}

.blog_content ul,
.blog_content ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

.blog_content li {
	margin-bottom: 5px;
}

.blog_content a {
	color: #007BFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

code {
	background-color: #eee;
	padding: 2px 4px;
	border-radius: 4px;
}

blockquote {
	border-left: 4px solid #ddd;
	padding-left: 10px;
	color: #555;
	margin: 10px 0;
	font-style: italic;
}


/* グローバルメニューを増やすときのCSS調整 */
div.header_menu{
	margin-left:auto;	
}
#header .header-inner .header_menu ul.menu li {
    padding: 0 15px 0 0;
}


/* ブログのHタグ等みため追加するCSS */
.blog_content p {
    line-height: 1.7;
}

.blog_content h2 {
    margin: 2em 0 1em;
    border-left: 3px solid #d1497a;
    padding: 0.25em 0.5em;
}
.blog_content h3 {
    margin-bottom: 1em;
    border-bottom: 1px solid #d1497a;
    padding: 0.5em 0;
}
.blog_content h4 {
    font-size: 1.3em;
    margin: 2em 0 1em;
}
.blog_content li {
	margin-bottom: 1em;
    list-style-type: disc;
}