/*---------------------------------
page_header
--------------------------------*/
#top_page .page_nav {
	background: #55cfc8;
}
#top_page .page_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#top_page .page_nav ul li {
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}
#top_page .page_nav ul li:nth-of-type(-n+4) {
	border-bottom: solid 1px #fff;
}
#top_page .page_nav ul li a {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}
#top_page .page_nav ul li a span {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}
#top_page .page_nav ul li:first-child a {
	background: url("/parts/img/navi_icon_01.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(2) a {
	background: url("/parts/img/navi_icon_02.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(3) a {
	background: url("/parts/img/navi_icon_03.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(4) a {
	background: url("/parts/img/navi_icon_04.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(5) a {
	background: url("/parts/img/navi_icon_05.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(6) a {
	background: url("/parts/img/navi_icon_06.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(7) a {
	background: url("/parts/img/navi_icon_07.png") no-repeat left center;
}
#top_page .page_nav ul li:nth-of-type(8) a {
	background: url("/parts/img/navi_icon_08.png") no-repeat left center;
}
@media screen and (max-width: 1080px) {
	#top_page .page_nav ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	#top_page .page_nav ul {
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	#top_page .page_nav ul li {
		width: 50%;
	}
	#top_page .page_nav ul li:nth-of-type(-n+6) {
		border-bottom: solid 1px #fff;
	}
	#top_page .page_nav ul li:nth-of-type(2n) {
		border-left: solid 1px #fff;
		width: calc(50% - 1px);
	}
	#top_page .page_nav ul li a {
		font-size: 3.8vw;
		padding: 0 0 0 11.5vw;
		height: 12vw;
		font-weight: 500;
	}
	#top_page .page_nav ul li a span {
		font-size: 2.5vw;
		font-weight: 500;
	}
	#top_page .page_nav ul li:first-child a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(2) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(3) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(4) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(5) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(6) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(7) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
	#top_page .page_nav ul li:nth-of-type(8) a {
		background-position: 3vw center;
		background-size: 7vw;
	}
}
@media screen and (max-width: 320px) {}

/*---------------------------------
top
--------------------------------*/
#top_page .sec_01 {
	padding: 20px 0 30px;
}
#top_page .sec_01 ul.place {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
	padding: 15px 40px;
	background: #55cfc8;
}
#top_page .sec_01 ul.place li {
	width: calc((100% - 121px) / 4);
}
#top_page .sec_01 ul.place li a p {
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 5px;
}
#top_page .sec_01 .sec_tit {
	color: #55cfc8;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.2;
}
#top_page .sec_01 .txt_01 {
	text-align: center;
	margin-bottom: 20px;
}
#top_page .sec_01 .bord_01 {
	background: #e8f9f8;
	padding: 15px;
}
#top_page .sec_01 .bord_01 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#top_page .sec_01 .bord_01 .txt_012 {
	margin-right: auto;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}
#top_page .sec_01 .bord_01 .txt_02 p:first-child {
	font-size: 24px;
	font-weight: 600;
	color: #55cfc8;
}
#top_page .sec_01 .bord_01 .txt_02 p:nth-of-type(2) {
	font-size: 15px;
	font-weight: 600;
}
#top_page .sec_01 .bord_01 .txt_03 {
	background: #fff;
	border-radius: 10px;
	margin-right: 10px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	height: 45px;
}
#top_page .sec_01 .bord_01 .txt_03 p {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
}
#top_page .sec_01 .bord_01 .txt_04 {
	display: none;
}
#top_page .sec_02 {
	padding-bottom: 30px;
}
#top_page .sec_02 .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_page .sec_02 .wrap .note {
	width: 440px;
}
#top_page .sec_02 .wrap figure {
	width: calc(100% - 480px);
}
#top_page .sec_03 {
	padding-bottom: 0;
	margin-bottom: 30px;
}
#top_page .sec_03 .panel_list {
	border-bottom: solid 1px #55cfc8;
	padding-bottom: 25px;
}
#top_page .sec_03 h3.panel_btn {
	margin: 0;
	padding: 0;
}
/* <a></a>タグ削除 <span class="link_txt"></span>追加*/
#top_page .sec_03 .panel_btn a {
	border-top: solid 1px #55cfc8;
	min-height: 70px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	background: #fffde2;
}
#top_page .sec_03 .panel_btn .link_txt {
	border-top: solid 1px #55cfc8;
	min-height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	background: #fffde2;
}
#top_page .sec_03 .panel_btn a:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: solid 1px #55cfc8;
	border-right: solid 1px #55cfc8;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 13px);
	right: 30px;
}
#top_page .sec_03 .panel_btn.active:after {
	transform: rotate(-135deg);
	top: calc(50% - 5px);
}
#top_page .sec_03 .panel_btn .point_img {
	width: 150px;
	text-align: center;
	isplay: block;
}
#top_page .sec_03 .panel_btn .point_img img {
	width: 93px;
	margin: 0 auto;
}
#top_page .sec_03 .panel_btn .tit_txt {
	width: calc(100% - 160px);
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 26px;
	padding: 15px 0;
}
#top_page .sec_03 .panel_btn .tit_txt .font_s {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#top_page .sec_03 .bl_panel {
	border-top: solid 1px #55cfc8;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
#top_page .sec_03 .bl_panel figure {
	width: 160px;
	display: inline;
	text-align: center;
	font-size: 12px;
	flex: 0 0 auto;
}
#top_page .sec_03 .bl_panel figure .dis_pc {
	display: inline-block;
}
#top_page .sec_03 .bl_panel figure figcaption {
	font-size: 12px;
}
#top_page .sec_03 .bl_panel .bl_panel_item {
	display: inline;
	font-size: 18px;
	margin-left: 30px;
	flex: 1 1 auto;
}
#top_page .sec_03 .bl_panel ol {
	padding-left: 20px;
	list-style: decimal outside;
}
#top_page .sec_03 .bl_panel ol li {
	font-weight: 700;
}
#top_page .sec_03 .bl_panel:first-child * {
	font-size: 18px;
}
#top_page .sec_03 .bl_panel > li {
	font-weight: 700;
}
#top_page .sec_03 .bl_panel .btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
#top_page .sec_03 .bl_panel .btn_link {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #55cfc8;
	padding: 5px 15px;
	text-align: right;
	margin-left: auto;
	border-radius: 5px;
}
#top_page .sec_03 .panel_list > li:first-child .tit_txt {
	position: relative;
	padding-right: 145px;
}
/* <a></a>タグ削除 <span class="link_txt"></span>追加
#top_page .sec_03 .panel_list>li:first-child .tit_txt:after {content: url("/parts/img/top/icon_click.png"); position: absolute; top:11px; right: 0px;}
*/
#top_page .sec_03 .panel_list > li:last-child .bl_panel {
	border-top: none;
}
#top_page .sec_03 .panel_list > li:last-child .panel_btn {
	border-bottom: solid 1px #55cfc8;
}
@media screen and (max-width: 1080px) {
	#top_page .sec_01 .bord_01 {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	#top_page .sec_01 .bord_01 .txt_02 {
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	#top_page .sec_01 .bord_01 .txt_03 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#top_page .sec_01 .bord_01 .txt_03 p {
		width: 100%;
		text-align: center;
	}
	#top_page .sec_01 .bord_01 .txt_03 p .dis_pc {
		display: none;
	}
	#top_page .sec_01 .bord_01 .btn_reserve {
		width: 100%;
	}
	#top_page .sec_01 .bord_01 .btn_reserve li {
		width: 50%;
		height: 40px;
		margin-right: 10px;
	}
	#top_page .sec_01 .bord_01 .btn_reserve li:last-child {
		margin-right: 0;
	}
	#top_page .sec_01 .bord_01 .btn_reserve li a {
		font-size: 18px;
		border-radius: 5px;
	}
}
@media screen and (max-width: 768px) {
	#top_page .sec_01 .sec_tit { /*font-size: 5.6vw;*/ font-size: 4vw;
	}
	#top_page .sec_01 .txt_01 {
		text-align: left;
		margin-bottom: 10px;
	}
	#top_page .sec_01 .bord_01 .txt_02 {
		width: 100%;
		text-align: center;
	}
	#top_page .sec_01 .bord_01 .txt_02 p:first-child { /*font-size: 5vw;*/ font-size: 4.4vw;
	}
	#top_page .sec_01 .bord_01 .txt_02 p:nth-of-type(2) {
		display: none;
	}
	#top_page .sec_01 .bord_01 .txt_03 {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	#top_page .sec_01 .bord_01 .txt_04 {
		display: block;
		margin: 10px auto 0;
	}
	#top_page .sec_01 .bord_01 .txt_04 p {
		font-size: 14px;
		text-align: center;
		font-weight: 500;
	}
	#top_page .sec_01 ul.place {
		margin-bottom: 20px;
		padding: 15px 15px;
		flex-wrap: wrap;
	}
	#top_page .sec_01 ul.place li {
		width: calc((100% - 30px) / 2);
		margin-bottom: 10px;
	}
	#top_page .sec_02 .wrap figure {
		width: 100%;
		margin-bottom: 10px;
	}
	#top_page .sec_02 .wrap .note {
		width: 100%;
	}
	#top_page .sec_03 .panel_list {
		width: 100vw;
		margin: 0 0 0 -15px;
	}
	#top_page .sec_03 .bl_panel {
		padding: 15px;
	}
	#top_page .sec_03 .bl_panel p {
	}
	#top_page .sec_03 .bl_panel ol {
		margin-top: 10px;
	}
	#top_page .sec_03 .bl_panel p, #top_page .sec_03 .bl_panel ol {
		font-size: 14px;
	}
	/* <a></a>タグ削除 <span class="link_txt"></span>追加*/
	#top_page .sec_03 .panel_btn a {
		min-height: auto;
		padding: 2.6vw 0;
	}
	#top_page .sec_03 .panel_btn .link_txt {
		min-height: auto;
		padding: 2.6vw 0;
	}
	#top_page .sec_03 .panel_btn .point_img {
		width: 5.3vw;
		display: block;
		margin: 0 15px;
	}
	#top_page .sec_03 .panel_btn .tit_txt {
		width: calc(100% - 5.3vw - 15px);
		font-size: 18px;
		padding: 0;
		margin-right: 20px;
		line-height: 1.4;
	}
	#top_page .sec_03 .panel_btn .tit_txt .font_s {
		font-size: 12px;
	}
	#top_page .sec_03 .panel_list > li:first-child .tit_txt {
		padding-right: 16vw;
		position: relative;
	}
	/* <a></a>タグ削除 <span class="link_txt"></span>追加
	#top_page .sec_03 .panel_list>li:first-child .tit_txt:after {content: ""; background: url("/parts/img/top/sp_icon_click.png") no-repeat; width:70px; height: 70px; background-size: 100%; display: block; position: absolute; top: 50%; right: 0px; margin-top: -35px;}
	*/
}
@media screen and (max-width: 420px) {
	#top_page .sec_01 {
		padding: 20px 0;
	}
	#top_page .sec_01 ul.place li a p {
		font-size: 16px;
	}
	#top_page .sec_02 .wrap {
		display: block;
	}
	#top_page .sec_02 .wrap .note {
		width: 100%;
	}
	#top_page .sec_03 .panel_list {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	#top_page .sec_03 .panel_btn .point_img {
		width: 30px;
		margin: 0 10px;
		display: block;
	}
	#top_page .sec_03 .panel_btn .tit_txt {
		width: calc(100% - 65px);
		font-size: 17px;
		margin-right: 0;
		line-height: 1.4;
	}
	#top_page .sec_03 .panel_btn:after {
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		right: 15px;
	}
	#top_page .sec_03 .panel_btn.active:after {
		transform: rotate(-135deg);
		top: calc(50% - 5px);
	}
	#top_page .sec_03 .bl_panel {
		padding: 20px 10px;
	}
	#top_page .sec_03 .bl_panel figure {
		width: 30%;
		max-width: 213px;
		margin: 0 10px 0 0;
	}
	#top_page .sec_03 .bl_panel p {
		float: none;
	}
	/* <a></a>タグ削除 <span class="link_txt"></span>追加
	#top_page .sec_03 .panel_list>li:first-child .tit_txt:after {content: ""; background: url("/parts/img/top/sp_icon_click.png") no-repeat; width:14vw; height: 14vw; background-size: 100%; display: block; position: absolute; top: 50%; right: 0; margin-top: -7.5vw;}
	*/
	#top_page .sec_03 .panel_list > li:first-child .tit_txt {
		width: auto;
	}
}
@media screen and (max-width: 320px) {
	#top_page .sec_03 .panel_btn {
		min-height: 50px;
		cursor: pointer;
	}
	#top_page .sec_03 .panel_btn .point_img {
		width: 20px;
		margin: 0 10px 0 5px;
		display: block;
	}
	#top_page .sec_03 .panel_btn .tit_txt {
		width: calc(100% - 45px);
		font-size: 13px;
		margin-right: 3px;
		line-height: 1.2;
	}
	#top_page .sec_03 .panel_btn .tit_txt .font_s {
		font-size: 10px;
	}
	#top_page .sec_03 .panel_btn:after {
		width: 7px;
		height: 7px;
	}
	#top_page .sec_03 .panel_btn.active:after {
		transform: rotate(-135deg);
	}
	#top_page .sec_01 .bord_01 {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	#top_page .sec_03 .panel_list {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	#top_page .sec_03 .panel_list > li:first-child .panel_btn:before {
		top: 0;
	}
}

/*---------------------------------
add css layout end
--------------------------------*/
.a-message {
	border: 2px solid #55cfc8;
	padding: 10px 20px;
	text-align: center;
	margin-top: 20px;
}
.a-message__ttl {
	font-size: 24px;
	font-weight: 600;
	color: #ff0000;
}

/*---------------------------------
merit
--------------------------------*/
.merit {
	width: 100%;
	padding: 15px;
	background: #e8f9f8;
	box-sizing: border-box;
}
.merit__note {
	line-height: 1.4;
	font-size: 13px;
	text-align: left;
	max-width: 1080px;
	margin: 0 auto;
}
.merit__wrap {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.merit__box {
	width: 25%;
}
.merit__box .__pic {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.merit__note {
		font-size: 8px;
	}
}

/*---------------------------------
feature
--------------------------------*/
.feature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #e8f9f8;
	padding: 0 40px 20px;
}
@media screen and (max-width: 768px) {
	.feature {
		padding: 0 20px 20px;
	}
}
.feature__block {
	width: 31.5%;
	background: #fff;
	border-radius: 10px;
	padding: 50px 20px 30px;
	position: relative;
	margin-top: 40px;
}
@media screen and (max-width: 950px) {
	.feature__block {
		width: 48%;
		padding: 40px 10px 20px;
	}
}
@media screen and (max-width: 768px) {
	.feature__block {
		margin-top: 25px;
	}
}
.feature__mark {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	background: #55cfc8;
	width: 55px;
	height: 55px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.feature__mark {
		top: -15px;
		font-size: 1.2rem;
		width: 40px;
		height: 40px;
	}
}
.feature__pic {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	max-width: 120px;
	opacity: 0.2;
}
@media screen and (max-width: 768px) {
	.feature__pic {
		max-width: 80px;
	}
}
.feature__pic .__img {
	max-width: 100%;
}
.feature__text {
	font-size: 1.4rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.feature__text {
		font-size: 1.0rem;
	}
}
.feature__text .fz-s {
	font-size: 1.0rem;
}

/*---------------------------------
method
--------------------------------*/
#top_page .sec_04 {
	padding-bottom: 30px;
}
.method-block {
	margin-top: 50px;


	margin-bottom: 30px;
}
.method-block__ttl01 {
	background: #fffde2;
	border-top: solid 1px #55cfc8;
	border-bottom: solid 1px #55cfc8;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 15px 20px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.method-block__ttl01 {
		position: static;
		display: flex;
		flex-direction: column;
		font-size: 18px;
		margin: 0 -15px 20px -15px;
	}
}
.method-block__ttl01 .__right {
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 22px;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.method-block__ttl01 .__right {
		position: static;
		transform: none;
		font-size: 16px;
	}
}
.method-block__ttl02 {
	color: #55cfc8;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.method-block__ttl02 {
		font-size: 18px;
	}
}
.method-block p {
	margin-top: 10px;
}
.method-block .indent {
	display: table;
}
.method-block .indent .__item {
	display: table-cell;
	white-space: nowrap;
	padding-right: 5px;
	color: #55cfc8;
}
.method-box {
	background: #fff;
	padding: 25px;
	border: 40px solid #e8f9f8;
}
@media screen and (max-width: 768px) {
	.method-box {
		padding: 15px;
		border: 15px solid #e8f9f8;
	}
}
.method-box__ttl01 {
	background: #55cfc8;
	border-radius: 40px;
	color: #fff;
	font-family: Noto Sans JP, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 auto 40px;
	max-width: 600px;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.method-box__ttl01 {
		font-size: 18px;
		margin: 0 auto 20px;
	}
}
.method-box-head {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.method-box-head {
		display: block;
		margin-bottom: 30px;
	}
}
.method-box-head .__box {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.method-box-head .__box {
		width: 100%;
		margin-bottom: 20px;
	}
}
.method-box__ttl02 {
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 15px;
	color: #55cfc8;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.method-box__ttl02 {
		font-size: 20px;
	}
}
.method-box__ttl03 {
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 15px;
	color: #55cfc8;
	font-size: 20px;
	display: table;
	flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
	.method-box__ttl03 {
		font-size: 18px;
	}
}
.method-box__ttl03 .__item {
	display: table-cell;
	white-space: nowrap;
	padding-right: 5px;
	color: #55cfc8;
}
.method-box-row {
	display: flex;
	border-bottom: 1px dashed #55cfc8;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.method-box-row {
		display: block;
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.method-box-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.method-box-row__block {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
	width: 50%;
}
@media screen and (max-width: 768px) {
	.method-box-row__block {
		width: 100%;
		padding: 0;
		border-bottom: 1px dashed #55cfc8;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
.method-box-row__block:first-child {
	border-right: 1px dashed #55cfc8;
}
@media screen and (max-width: 768px) {
	.method-box-row__block:first-child {
		border-right: none;
	}
	.method-box-row:last-child .method-box-row__block:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

/*---------------------------------
mefeegopack
--------------------------------*/
.mefeegopack {
    margin-top: 0;
}
.mefeegopack__ttl01 {
    background: #fffde2;
    border-top: solid 1px #55cfc8;
    border-bottom: solid 1px #55cfc8;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 15px 20px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .mefeegopack__ttl01 {
        position: static;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 0 -15px 20px -15px;
    }
}
.mefeegopack__ttl01 .__right {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .mefeegopack__ttl01 .__right {
        position: static;
        transform: none;
        font-size: 16px;
    }
}
.mefeegopack__ttl02 {
    background: #55cfc8;
    border-radius: 40px;
    margin: 30px auto;
    padding: 20px 5px;
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media screen and (max-width: 768px) {
    .mefeegopack__ttl02 {
        padding: 10px 20px;
    }
}
.mefeegopack__ttl02::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #55cfc8 transparent transparent transparent;
    bottom: -20px;
    left: calc(50% - 20px);
}
.mefeegopack__ttl02 .__icon {
    width: 32px;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .mefeegopack__ttl02 .__icon {
        margin-right: 5px;
        width: 50px;
    }
}
.mefeegopack__ttl02 .__icon img {
    width: 100%;
}
.mefeegopack__ttl02 .__txt {
    color: #fff;
    font-family: Noto Sans JP,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .mefeegopack__ttl02 .__txt {
        font-size: 16px;
    }
}
.mefeegopack__ttl02 .__yellow {
    color: #FFFBBF;
    font-weight: 600;
    font-size: 18px;
}
.mefeegopack-wrap {
}
@media screen and (max-width: 768px) {
	.mefeegopack-wrap {
		width: 100%;
		overflow-x: scroll;
	}
}
.mefeegopack-box {
    border: 1px solid #55CFC8;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box {
			width: 800px;
    }
}
.mefeegopack-box__ttl {
    width: 20%;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E8F9F8;
    border-bottom: 1px solid #55CFC8;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__ttl {
			width: 10%;
    }
}
.mefeegopack-box__body {
    width: 80%;
    flex: 1 1 auto;
    border-bottom: 1px solid #55CFC8;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body {
			width: 90%;
    }
}
.mefeegopack-box__body._01_ {
    padding: 30px 40px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._01_ {
			padding: 15px 15px;
    }
}
.mefeegopack-box__body._01_ .__txt {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.mefeegopack-box__body._01_ .__blue {
    color: #33C1B9;
    font-weight: 500;
}
.mefeegopack-box__body._01_ .__lg {
    font-size: 38px;
    font-weight: 500;
}
.mefeegopack-box__body._02_ {
    display: flex;
    padding: 25px 40px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._02_ {
			padding: 15px 15px;
    }
}
.mefeegopack-box__body._02_ .__ttl {
    background: #55cfc8;
    border-radius: 30px;
    padding: 5px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #55cfc8;
    color: #fff;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._02_ .__ttl {
/*        margin-bottom: 15px;*/
    }
}
.mefeegopack-box__body._02_ .__ttl._outline_ {
    background: #fff;
    color: #55cfc8;
}
.mefeegopack-box__body._02_ .__pic {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._02_ .__pic {
    }
}
.mefeegopack-box__body._03_ {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 40px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._03_ {
			padding: 15px 15px;
    }
}
.mefeegopack-box__body._03_ .mefeegopack-box__block {
    max-width: 48%;
    margin-bottom: 25px;
    background: #F8F6E5;
    text-align: center;
    padding: 25px 25px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._03_ .mefeegopack-box__block {
			padding: 15px 15px;
    }
}
.mefeegopack-box__body._03_ .__txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__body._03_ .__txt {
				font-size: 15px;
				margin-bottom: 15px;
    }
}
.mefeegopack-box__body._03_ .__blue {
    color: #33C1B9;
    font-weight: 500;
    font-size: 18px;
}
.mefeegopack-box__body._03_ .__pic {
    max-height: 200px;
    margin: 0 auto;
}
.mefeegopack-box__body._03_ .__pic img {
    max-height: 200px;
    width: auto;
}
.mefeegopack-box__block {
    flex: 1 1 auto;
}
.mefeegopack-box__arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 15px;
    text-align: center;
    z-index: 0;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__arrow {
/*        margin: 15px 0;*/
    }
}
.mefeegopack-box__arrow::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 70px 0 70px 70px;
    border-color: transparent transparent transparent #E8F9F8;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .mefeegopack-box__arrow::before {
/*
        border-width: 60px 70px 0 70px;
        border-color: #E8F9F8 transparent transparent transparent;
*/
    }
}
.mefeegopack-box__arrow .__lg {
    font-size: 22px;
}


/*---------------------------------
mefeego-achiev
--------------------------------*/
.mefeego-achiev {
	background: #e8f9f8;
	margin-top: 30px;
	padding: 25px 40px;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev {
		padding: 20px 15px;
	}
}

.mefeego-achiev__ttl {
	background: #55cfc8;
	border-radius: 40px;
	color: #fff;
	line-height: 1.4;
	margin: 0 auto 40px;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__ttl {
		border-radius: 20px;
		margin: 0 auto 20px;
	}
}

.mefeego-achiev__ttl .__sm {
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__ttl .__sm {
		font-size: 15px;
	}
}

.mefeego-achiev__ttl .__lg {
	font-size: 30px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__ttl .__lg {
		font-size: 20px;
	}
}

.mefeego-achiev__body {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__body {
		display: block;
	}
}

.mefeego-achiev__block {
	border-radius: 10px;
	background: #fff;
	width: 32%;
	color: #55cfc8;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__block {
		width: 100%;
		margin-bottom: 15px;
	}
}

.mefeego-achiev__lead {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.4;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	color: #000;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__lead {
		font-size: 15px;
		margin-bottom: 15px;
	}
}

.mefeego-achiev__lead .__sm {
	font-size: 15px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__lead .__sm {
		font-size: 12px;
	}
}

.mefeego-achiev__txt {
	font-size: 45px;
	font-weight: 700;
	line-height: 0.7;
}
@media screen and (max-width: 768px) {
	.mefeego-achiev__txt {
		font-size: 24px;
	}
}

.mefeego-achiev__txt .__note {
	font-size: 15px;
	font-weight: 700;
}
.mefeego-achiev__txt .__note._black_ {
	color: #000;
}



/*---------------------------------
comparison
--------------------------------*/
.comparison {
    margin: 50px 0;
}
.comparison__ttl01 {
    background: #fffde2;
    border-top: solid 1px #55cfc8;
    border-bottom: solid 1px #55cfc8;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 15px 20px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .comparison__ttl01 {
        position: static;
        display: flex;
        flex-direction: column;
        font-size: 18px;
        margin: 0 -15px 20px -15px;
    }
}
.comparison__ttl01 .__right {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 22px;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .comparison__ttl01 .__right {
        position: static;
        transform: none;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .comparison__wrap {
        overflow-x: scroll;
    }
}
.comparison__table {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .comparison__table {
        width: 530px;
    }
}
.comparison__table th, .comparison__table td {
    text-align: center;
    border: 1px solid #55cfc8;
    vertical-align: middle;
}
.comparison__table thead th {
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 500;
    background: #E8F9F8;
}
@media screen and (max-width: 768px) {
    .comparison__table thead th {
        font-size: 16px;
    }
}
.comparison__table thead th.__blue {
    color: #125e9a;
    background: #e9f5fe;
}
.comparison__table thead th.__pink {
    color: #d34770;
    background: #f8e7ec;
}
.comparison__table tbody th {
    padding: 15px 20px;
    font-weight: 500;
    white-space: nowrap;
    background: #E8F9F8;
}
@media screen and (max-width: 768px) {
    .comparison__table tbody th {
        font-size: 14px;
        padding: 15px 10px;
        white-space: normal;
    }
}
.comparison__table tbody td {
    width: 40%;
		padding: 10px 15px;
}
@media screen and (max-width: 768px) {
    .comparison__table tbody td {
        font-size: 14px;
        padding: 0 10px;
    }
}
.comparison__table tbody td.__ta-l {
	text-align: left;
}



/*---------------------------------
faq
--------------------------------*/
.faq {
    margin-top: 50px;
}
.faq__block {
    border-top: 1px solid #55cfc8;
    padding-top: 25px;
    margin-bottom: 25px;
}
.faq__block:last-of-type {
    border-bottom: 1px solid #55cfc8;
}
.faq__Q {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    color: #55cfc8;
    padding-left: 65px;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 20px;
}
.faq__Q::before {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    content: "Q";
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: #55cfc8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq__A {
    position: relative;
    padding-left: 65px;
    min-height: 50px;
    margin-bottom: 20px;
}
.faq__A::before {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    content: "A";
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: #F8F6E5;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq__A ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}
.faq__A ul li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    display: block;
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}



/*---------------------------------
visual
--------------------------------*/
.visual {
	width: 100%;
	height: 550px;
	background: url("/parts/img/top/page_img_bg.jpg") center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.visual {
		height: auto;
		background: url("/parts/img/top/page_img_sp.png") center center no-repeat;
		padding: 30px 0;
	}
}
.visual__inner {
	width: min(1080px, 100% - 40px);
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	background: url("/parts/img/top/page_img_w.png") center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.visual__inner {
		width: min(1080px, 100% - 20px);
		display: block;
		background: none;
	}
}
.visual__body {
	width: max(50%, 540px);
}
@media screen and (max-width: 768px) {
	.visual__body {
		width: 100%;
	}
}

.visual__sitettl {
	width: min(450px, 100%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #0cc0e1;
	background: #e9feff;
	margin-bottom: 20px;
	padding: 10px 0 5px;
	box-shadow: 7px 7px 0 0 #0cc0e1;
}
@media screen and (max-width: 768px) {
	.visual__sitettl {
		width: min(400px, 100%);
	}
}
.visual__sitettl .__sm {
	font-size: 22px;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.visual__sitettl .__sm {
		font-size: 20px;
		text-shadow: 0 0 5px #fff;
	}
}
.visual__sitettl .__lg {
	font-size: 35px;
	font-weight: 500;
	margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
	.visual__sitettl .__lg {
		font-size: 28px;
		margin: 5px 0 10px;
		text-shadow: 0 0 5px #fff;
	}
}
.visual__radius {
	width: min(300px, 100%);
	margin: 0 auto;
	border: 2px solid #0cc0e1;
	border-radius: 40px;
	padding: 5px 20px;
	font-size: 25px;
	font-weight: 500;
	color: #0cc0e1;
}
@media screen and (max-width: 768px) {
	.visual__radius {
		width: min(250px, 100%);
		background: #fff9;
		font-size: 20px;
		text-shadow: 0 0 5px #fff;
	}
}
.visual__nav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.visual__nav {
		margin-top: 15px;
	}
}
.visual__btn {
	width: 250px;
	margin: 0 5px;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	transition: 0.4s all;
}
@media screen and (max-width: 768px) {
	.visual__btn {
		padding: 10px 5px;
		font-size: 18px;
	}
}
.visual__btn:hover {
	opacity: 0.7;
}
.visual__btn._mephigo_ {
	color: #d34770;
	text-shadow: 0 0 5px #fff;
	border: 2px solid #edb2c3;
	background: url("/parts/img/top/ico_visual_mephigo.png") center center no-repeat #f8e7ec;
}
.visual__btn._mva_ {
	color: #125e9a;
	text-shadow: 0 0 5px #fff;
	border: 2px solid #9ac6e9;
	background: url("/parts/img/top/ico_visual_mva.png") center center no-repeat #e9f5fe;
}
.visual__btn .__sm {
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.visual__btn .__sm{
		font-size: 15px;
		font-weight: 600;
	}
}
.visual__list {
	margin: 30px auto 0;
	counter-reset: number 0;
}
@media screen and (max-width: 768px) {
	.visual__list {
		background: #fffb;
	}
}
.visual__list li {
	position: relative;
	text-align: left;
	padding-left: 35px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.visual__list li {
		padding-left: 25px;
		font-size: 15px;
		margin-top: 5px;
	}
}

.visual__list li::before {
	counter-increment: number;
	content: counter(number);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #55cfc8;
}
@media screen and (max-width: 768px) {
	.visual__list li::before {
		top: 5px;
		left: 0;
		width: 20px;
		height: 20px;
		border-radius: 10px;
	}
}

.visual__pic {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
	.visual__pic {
		justify-content: center;
		flex-direction: row;
	}
}

.visual__ekichika {
	max-width: 288px;
	align-self: flex-start;
}
@media screen and (max-width: 768px) {
	.visual__ekichika {
		align-self: center;
	}
}

.visual__circle {
	max-width: 213px;
	align-self: flex-end;
}
@media screen and (max-width: 768px) {
	.visual__circle {
		align-self: center;
	}
}



/*---------------------------------
flow-pic
--------------------------------*/
.flow-pic {
	padding: 10px;
}


/*---------------------------------
support
--------------------------------*/
.support {
	margin: 60px 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.support {
		margin: 30px 0 15px;
	}
}
.support__item {
	width: min(950px, 100%);
	background: #fff3c2;
	text-align: center;
	font-size: 22px;
	border-radius: 10px;
	padding: 15px 0;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.support__item {
		font-size: 18px;
		border-radius: 5px;
		padding: 15px 15px;
	}
}
.support__link {
	text-decoration: underline;
}



