/* CSS Document */
body {
	background-image: none;
}
body > .wrap {
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*促*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
#Wrapper {
	margin-top: 70px;
}
main {
	display: block;
	margin-top: 70px;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	color: #000;
}
main * {
	font-family: "Noto Sans JP", sans-serif;
}
main a {
	color: #555555;
	text-decoration: none;
}
main a:hover {
	color: #999;
}
main a.btn:hover img {
	opacity: 0.7;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
main img {
	max-width: 100%;
	vertical-align: bottom;
	line-height: 1;
}
main table {
	width: 100%;
}
.dis_pc {
	display: block;
}
.dis_sp {
	display: none;
}
.f_co_red {
	color: #ff0000;
}
.f_w_bold {
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#Wrapper, main {
		margin-top: 12vw;
	}
	.dis_pc {
		display: none;
	}
	.dis_sp {
		display: block;
	}
}
@media screen and (max-width: 420px) {
	p, div, dl, dt, dd, ul, li, span {
		font-size: 14px;
	}
}

/*---------------------------------
base
--------------------------------*/
.container {
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}
.container * {
	box-sizing: border-box;
}
.container img {
	vertical-align: bottom;
	width: 100%;
}
.container a:hover {
	opacity: 0.65;
}
.container .sec_tit_ty_01 {
	width: 100%;
	margin-bottom: 30px;
}
.container .sec_tit_ty_01 .sec_tit {
	background: #55cfc8 url("../img/tit_bg.png") no-repeat top center;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	padding: 0 30px;
}
.container .sec_tit_ty_01 .sec_tit._fd-c_ {
	flex-direction: column;
}
.container .sec_tit_ty_01 .sec_tit.left {
	justify-content: flex-start;
}
.container .sec_tit_ty_01 .sec_tit span {
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.container .sec_tit_ty_02 {
	width: 100%;
	margin-bottom: 30px;
}
.container .sec_tit_ty_02 .sec_tit {
	background: url("../img/tit_bg.png") no-repeat center;
}
.container .tit_ty_01 {
	border-left: solid 7px #55cfc8;
	padding: 3px 20px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.container .tit_ty_02 {
	background: #e8f9f8;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 768px) {
	.container {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.6;
	}
	.container .sec_tit {
		width: calc(100% + 30px);
		margin: 0 0 20px -15px;
	}
	.container .sec_tit_ty_01 {
		width: calc(100vw + 30px);
		margin: 0 0 15px -15px;
		padding: 0 15px;
	}
	.container .sec_tit_ty_01 .sec_tit {
		background: #55cfc8 url("../img/sp_tit_bg.png") no-repeat center;
		background-size: 100%;
		min-height: 14.2vw;
		height: auto;
		font-size: 5.3vw;
		line-height: 1.4;
		padding: 10px 15px;
	}
	.container .sec_tit_ty_01 .sec_tit span {
		font-size: 3.2vw;
	}
	.container .tit_ty_01 {
		border-left: solid 7px #55cfc8;
		padding: 3px 10px;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.container .tit_ty_02 {
		background: #e8f9f8;
		font-size: 16px;
		font-weight: bold;
		padding: 0 10px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 320px) {
	.container {
		padding: 0 10px;
	}
	.container .sec_tit {
		width: calc(100% + 20px);
		margin: 0 0 20px -10px;
	}
}

/*---------------------------------
header
--------------------------------*/
.common_header * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
.common_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	width: 100%;
	height: 70px;
	background: #fff;
	box-shadow: 0px 10px 10px rgba(190, 190, 190, 0.1);
	-webkit-box-shadow: 0px 10px 10px rgba(190, 190, 190, 0.1);
	-moz-box-shadow: 0px 10px 10px rgba(190, 190, 190, 0.1);
}
.common_header img {
	width: 100%;
	vertical-align: bottom;
}
.common_header .header_inner {
	display: flex;
	height: 100%;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.common_header .header_inner a:hover {
	opacity: 0.65;
}
.common_header .header_logo {
	width: 430px;
}
.common_header .common_header_wrap {
	width: 348px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.common_header .header_bl_link {
	width: 280px;
}
.common_header .header_bl_link.btn_reserve li {
	width: 126px;
}
.common_header .header_menu_bord {
	display: none;
}
.btn_reserve {
	display: flex;
}
.btn_reserve li {
	width: 130px;
	height: 45px;
	margin-right: 10px;
}
.btn_reserve li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-weight: 500;
	font-size: 20px;
	text-decoration: none;
	border-radius: 10px;
}
.btn_reserve li a:hover {
	opacity: 0.7;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.btn_reserve li.btn_line {
	margin-right: 0;
}
.btn_reserve li.btn_web a {
	background: #e3c000;
}
.btn_reserve li.btn_line a {
	background: #00b900;
}
@media screen and (max-width: 1080px) {
	.common_header .header_inner {
		padding: 0 15px;
	}
	.common_header .header_logo {
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.common_header {
		height: 12vw;
	}
	.common_header .header_inner {
		padding: 0 2.9vw 0 2.6vw;
	}
	.common_header .header_logo {
		width: 31.2vw;
		max-width: 234px;
	}
	.common_header .common_header_wrap {
		width: 54vw;
	}
	.common_header .header_bl_link {
		width: 41.3vw;
	}
	.common_header .header_bl_link.btn_reserve li {
		width: 21vw;
		height: 8vw;
	}
	.common_header .header_bl_link.btn_reserve li a {
		font-size: 3.3vw;
		border-radius: 5px;
	}
}
@media screen and (max-width: 420px) {
	.common_header .header_inner {
		padding: 0 2vw;
	}
}
/*ハンバーガーボタン*/
.el_humburger {
	padding-top: 0px;
	z-index: 20;
	cursor: pointer;
	pointer-events: auto;
	color: #000;
	width: 40px;
	height: 34px;
	text-align: center;
	margin-right: 15px;
}
.el_humburger_wrapper {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	z-index: 30;
}
.js_humburgerOpen .el_humburger {
	position: fixed;
	right: 0;
	top: 15px;
}
@media screen and (max-width: 768px) {
	.el_humburger { /*width: 4vw;*/ width: 8vw; /*height: 3.2vw;*/ height: 6.8vw;
		margin-right: 0;
	}
	.js_humburgerOpen .el_humburger {
		position: static;
	}
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
	display: none;
}
.el_humburger_text.el_humburger_text__close {
	display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block;
}
@media screen and (max-width: 768x) {
	.el_humburger_text {
		font-size: 10px;
		padding-top: 2px;
	}
}
@media screen and (max-width: 768x) {
	.el_humburger_text svg path {
		-webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		-o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		fill: #000;
	}
}
@media screen and (max-width: 768x) {
	.js_humburgerOpen .el_humburger_text svg path {
		fill: #000;
	}
}
.el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 4px;
	border-radius: 0;
	background: #55cfc8;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
}
.el_humburger span.el_humburger_bar:last-child {
	margin-bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
	background: #fff;
}
.el_humburger span.el_humburger_bar.top {
	top: 0;
}
.el_humburger span.el_humburger_bar.middle {
	top: 50%;
	transform: translateY(-50%);
}
.el_humburger span.el_humburger_bar.bottom {
	bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
	opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: auto;
	top: 50%;
}
.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}
.el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 4px;
	background: #000;
}
.el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
}
/*.navi {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  z-index: 3;
  padding-top:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: auto;
  text-align: center;
}*/
.navi {
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	z-index: 3;
	padding-top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	text-align: center;
}
.navi .navi_inner {
	background: #55cfc8;
	max-width: 380px;
	width: 50%;
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	position: fixed;
	top: 0;
	right: -50%;
	height: 100%;
	z-index: 5;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.js_humburgerOpen .navi {
	width: 100%;
	right: 0;
	text-align: center;
}
.js_humburgerOpen .navi .navi_inner {
	right: 0;
}
.navi .navi_inner a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 70px;
	line-height: 1;
}
.navi .navi_inner a span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.navi .navi_inner dl {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.navi .navi_inner dl dt, .navi .navi_inner dl dd {
	border-bottom: solid 1px #fff;
	text-align: left;
	color: #fff;
	font-weight: 500;
	height: 60px;
	width: 100%;
	display: table;
}
.navi .navi_inner dl dt {
	font-size: 20px;
	padding: 0 15px;
	height: 70px;
}
.navi .navi_inner dl dt span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.navi .navi_inner dl dd:nth-of-type(1) a {
	padding: 0 15px;
}
.navi .navi_inner dl dd:nth-of-type(2) a {
	background: url("../img/navi_icon_01.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(3) a {
	background: url("../img/navi_icon_02.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(4) a {
	background: url("../img/navi_icon_03.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(5) a {
	background: url("../img/navi_icon_04.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(6) a {
	background: url("../img/navi_icon_05.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(7) a {
	background: url("../img/navi_icon_06.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(8) a {
	background: url("../img/navi_icon_07.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
.navi .navi_inner dl dd:nth-of-type(9) a {
	background: url("../img/navi_icon_08.png") no-repeat;
	background-size: 38px;
	background-position: 15px center;
}
@media screen and (max-width: 768px) {
	.el_humburger span.el_humburger_bar { /* height: 2px;*/ height: 6px;
	}
	.navi {
		padding: 50px 5% 0;
	}
	.js_humburgerOpen .navi {
		width: 100%;
		padding: 50px 5% 0;
	}
	.navi .navi_inner dl dt {
		font-size: 4vw;
		height: 12vw;
		padding: 0 0 0 2.6vw;
	}
	.navi .navi_inner dl dd {
		height: 14.6vw;
	}
	.navi .navi_inner a {
		font-size: 4vw;
		padding: 0 0 0 12vw;
	}
	.navi .navi_inner a span {
		font-size: 3vw;
	}
	.navi .navi_inner dl dd:nth-of-type(1) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(2) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(3) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(4) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(5) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(6) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(7) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(8) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
	.navi .navi_inner dl dd:nth-of-type(9) a {
		background-size: 6.6vw;
		background-position: 2.6vw center;
	}
}
@media screen and (max-width: 420px) {
	.el_humburger span.el_humburger_bar { /* height: 2px;*/ height: 3px;
	}
}

/*---------------------------------
footer
--------------------------------*/
.common_footer * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
.common_footer {
	background: #f8f8f8;
	width: 100%;
	color: #000;
	position: relative;
}
#go_top {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #55cfc8;
	text-align: center;
	border-radius: 100px;
	cursor: pointer;
}
#go_top:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotate(45deg);
	position: relative;
	top: 5px;
}
#go_top.off_footer {
	position: fixed;
	right: 27px;
	bottom: 27px;
}
#go_top.on_footer {
	position: absolute;
	right: 27px;
	top: -17px;
}
.footer_txt {
	padding: 10px 0 5px;
	text-align: center;
}
.footer_txt p {
	font-weight: 700;
	text-align: center;
}
.footer_nav {
	background: #55cfc8;
	padding: 30px 0;
}
.footer_nav .container {
	display: flex;
	justify-content: space-between;
}
.footer_nav .footer_nav_box a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
}
.footer_nav .footer_nav_box > div {
	border-left: solid 1px #fff;
	padding: 0 10px;
}
.footer_nav .footer_nav_01 a {
	font-size: 18px;
	font-weight: 500;
}
.footer_nav .footer_nav_01 {
	width: 300px;
}
.footer_nav .footer_nav_02, .footer_nav .footer_nav_03 {
	width: 280px;
}
.footer_nav .footer_nav_04 {
	width: 220px;
}
.footer_nav .footer_nav_box .list_tit {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
}
.footer_copyright {
	padding: 25px 15px;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#go_top {
		width: 9.4vw;
		height: 9.4vw;
	}
	#go_top.off_footer {
		right: 15px;
		bottom: 15px;
	}
	#go_top.on_footer {
		right: 15px;
		top: -4.7vw;
	}
	#go_top:after {
		width: 10px;
		height: 10px;
		top: 4px;
	}
	.footer_txt {
		font-size: 12px;
		padding: 30px 10px 10px;
	}
	.footer_nav {
		padding: 20px 0;
	}
	.footer_nav .container {
		flex-wrap: wrap;
	}
	.footer_nav .footer_nav_box {
		margin-bottom: 10px;
	}
	.footer_nav .footer_nav_box a {
		font-size: 14px;
		font-weight: 300;
	}
	.footer_nav .footer_nav_box > div {
		padding: 0 5px;
	}
	.footer_nav .footer_nav_box.footer_nav_01 a {
		font-size: 16px;
		font-weight: 500;
	}
	.footer_nav .footer_nav_box.footer_nav_01 > div {
		padding: 0 0 0 5px;
	}
	.footer_nav .footer_nav_01 {
		width: 100%;
		order: 1;
	}
	.footer_nav .footer_nav_02 {
		width: 60%;
		order: 2;
	}
	.footer_nav .footer_nav_03 {
		width: 60%;
		order: 4;
	}
	.footer_nav .footer_nav_04 {
		width: 40%;
		order: 3;
	}
	.footer_nav .footer_nav_box .list_tit {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.footer_copyright {
		padding: 15px 15px;
		font-size: 10px;
	}
}
@media screen and (max-width: 420px) {
	.footer_txt {
		font-size: 8px;
	}
	.footer_nav .footer_nav_box a {
		font-size: 12px;
	}
	.footer_nav .footer_nav_box.footer_nav_01 a, .footer_nav .footer_nav_box .list_tit {
		font-size: 14px;
	}
}

/*---------------------------------
sec_flow
--------------------------------*/
.sec_flow {
    margin-bottom: 60px;
}
.sec_flow .sec_tit {
    margin-bottom: 20px;
}
.sec_flow .sec_tit._blue_ {
    color: #125e9a;
    background: #e9f5fe;
    border: 1px solid #9ac6e9;
}
.sec_flow .sec_tit._pink_ {
    color: #d34770;
    background: #f8e7ec;
    border: 1px solid #eeb3c4;
}
.sec_flow .flow_img {
    margin-bottom: 30px;
}
.sec_flow .bl_flow_table table th {
    width: 21%;
    height: 8.6vw;
    vertical-align: middle;
    border: solid 1px #7a7a7a;
    background: #7a7a7a;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.sec_flow .bl_flow_table table th:nth-of-type(2n) {
    width: 60%;
}
.sec_flow .bl_flow_table table th.bg_gray {
    color: #000 !important;
    background: #b7b7b7 !important;
    border-color: #b7b7b7 !important;
}
.sec_flow .bl_flow_table table th.bg_gray span {
    font-weight: 500;
    position: relative;
}
.sec_flow .bl_flow_table table th.bg_gray span::before {
    content: "×";
    color: #ff3d4c;
    display: block;
    position: absolute;
    left: -25px;
}
@media screen and (max-width: 420px) {
    .sec_flow .bl_flow_table table th {
        font-size: 4vw;
    }
}
.sec_flow .bl_flow_table table td {
    vertical-align: middle;
    text-align: center;
    background: #f8f8f8;
    padding: 0;
}
.sec_flow .bl_flow_table table td:nth-of-type(2n) {
    padding: 10px;
    text-align: left;
    background: #fff;
}
.sec_flow .bl_flow_table table td p {
    margin-bottom: 10px;
}
.sec_flow .bl_flow_table table td p:last-child {
    margin-bottom: 0;
}
.sec_flow .bl_flow_table table td dt {
    font-weight: 500;
}
.sec_flow .bl_flow_table._blue_ table th:nth-of-type(2n) {
    color: #125e9a;
    background: #e9f5fe;
    border: 1px solid #9ac6e9;
}
.sec_flow .bl_flow_table._blue_ table td dt {
    color: #125e9a;
}
.sec_flow .bl_flow_table._pink_ table th:nth-of-type(2n) {
    color: #d34770;
    background: #f8e7ec;
    border: 1px solid #eeb3c4;
}
.sec_flow .bl_flow_table._pink_ table td dt {
    color: #d34770;
}
.sec_flow .bl_flow_table_box {
    text-align: center;
    padding-bottom: 10px;
}
.sec_flow .bl_flow_table_box::after {
    content: "▼";
    display: block;
    color: #7a7a7a;
    transform: scale(2, 1);
}
.sec_flow .bl_flow_table_end {
    width: 100%;
    height: 8.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #707070;
    margin-bottom: 6vw;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.sec_flow .txt_01 strong {
    font-weight: 700;
}



/*---------------------------------
sec_clinic
--------------------------------*/
.sec_clinic {
	margin-bottom: 50px;
}
.sec_clinic .clinic-feature {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature {
		flex-direction: column;
		margin-bottom: 20px;
	}
}
.sec_clinic .clinic-feature__left {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature__left {
		width: 100%;
	}
}
.sec_clinic .clinic-feature__right {
	width: 37%;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature__right {
		width: 100%;
	}
}
.sec_clinic .clinic-feature-list {}
.sec_clinic .clinic-feature-list__item {
	display: flex;
	align-items: center;
	border-top: 1px dotted #55cfc8;
	padding: 25px 0;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature-list__item {
		padding: 15px 0;
	}
}
.sec_clinic .clinic-feature-list__item:last-child {
	border-bottom: 1px dotted #55cfc8;
}
.sec_clinic .clinic-feature-list__ico {
	width: 50px;
	margin-right: 20px;
	flex: 0 0 auto;
}
.sec_clinic .clinic-feature-list__txt {}
.sec_clinic .clinic-feature-list__ttl {
	font-size: 20px;
	font-weight: 500;
	color: #55cfc8;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature-list__ttl {
		font-size: 18px;
	}
}
.sec_clinic .clinic-feature-access__item {
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature-access__item {
		display: none;
	}
}
.sec_clinic .clinic-feature-access__fixed {
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0 0 0 / 60%);
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}
@media screen and (max-width: 768px) {
	.sec_clinic .clinic-feature-access__fixed {
		cursor: pointer;
	}
}
.sec_clinic .clinic-feature-access__fixed._show_ {
	opacity: 1;
	visibility: visible;
}
.sec_clinic .clinic-feature-access__fixed .__body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.sec_clinic .clinic-feature-access__fixed .__img {
	width: auto;
	max-width: 100%;
	max-height: 90%;
}
.sec_clinic .clinic-feature-access__link {
	text-align: center;
	margin-top: 20px;
}
@media screen and (min-width: 767px) {
	.sec_clinic .clinic-feature-access__link {
		display: none;
	}
}
.sec_clinic .clinic-feature-access__btn {
	background: #55cfc8;
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 auto 40px;
	max-width: 600px;
	padding: 10px 20px;
	text-align: center;
	width: 80%;
	display: flex;
	justify-content: center;
}
.sec_clinic .bnr-bottom__ttl {
	background: #55cfc8;
	padding: 15px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.sec_clinic .bnr-bottom__ttl {
		padding: 10px;
		font-size: 22px;
	}
}
.sec_clinic .bnr-bottom__inner {
	background: #55cfc8;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.sec_clinic .bnr-bottom__inner {
		flex-direction: column;
	}
}
.sec_clinic .bnr-bottom__inner .__col {
	width: 32%;
}
@media screen and (max-width: 768px) {
	.sec_clinic .bnr-bottom__inner .__col {
		width: 100%;
		margin: 5px 0;
	}
}

/*---------------------------------
Utility
--------------------------------*/
.u-c-red {
	color: #FF0000;
}
.u-link-under {
	text-decoration: underline;
}