@charset "UTF-8";

/*---------------------------
SP
---------------------------*/
@media screen and (max-width: 760px) {
.monitor_top {
	background: url(../images/monitor/monitor_ginza_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	width: 100%;
	height: 100vw;
	position: relative;
	justify-content: center;
	align-items: center;
}
.yokohama_monitor .monitor_top {
	background: url(../images/monitor/monitor_yokohama_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.genesis_monitor .monitor_top {
	background: url(../images/monitor/monitor_genesis_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.shinjuku_monitor .monitor_top {
	background: url(../images/monitor/monitor_shinjuku_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.nagoya_monitor .monitor_top {
	background: url(../images/monitor/monitor_nagoya_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.osaka_monitor .monitor_top {
	background: url(../images/monitor/monitor_osaka_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.ikebukuro_monitor .monitor_top {
	background: url(../images/monitor/monitor_ikebukuro_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.fukuoka_monitor .monitor_top {
	background: url(../images/monitor/monitor_fukuoka_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}
.sendai_monitor .monitor_top {
	background: url(../images/monitor/monitor_sendai_top_s.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}

.cam_clinic_tab_inner .link_osaka {
	/* border-right: none; */
}
.monitor_faq_link {
	width: 90%;
	margin: 6vw auto;
}
.monitor_faq_link p {
	text-align: left;
	margin: 25px 0;
}
.topIntro {
	margin: 4vw auto;
    padding: 0 1vw;
}
.monitor p {
	font-size: 16px;
	line-height: 1.8;
}
.monitor_middle_title {
	margin: 6vw auto;
    text-align: center;
    padding: 4vw 0;
    font-size: 4vw;
    font-weight: bold;
    border-top: 1px solid #9e6d1e;
    border-bottom: 1px solid #9e6d1e;
    color: #9e6d1e;
}
.yokohama_monitor .monitor_middle_title {
    border-top: 1px solid #7dafc1;
    border-bottom: 1px solid #7dafc1;
    color: #7dafc1;
}
.genesis_monitor .monitor_middle_title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
}
.monitor_link_btn {
	margin: 4vw auto 0;
    width: 90%;
    padding: 4vw 0 0;
}
.monitor_lisk {
	margin: 4vw auto;
    width: 90%;
    font-size: 2.4vw;
    line-height: 1.8;
}
.cta_link {
	color: #4db1d6;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 16px;
	text-decoration: underline;
}
.monitor p {
	font-size: 3.4vw;
	line-height: 1.8;
}


.faq_monitor_bnr {
	width: 100%;
	margin: 4vw auto;
}
	.cam_clinic_tab {
		text-align: center;
		padding: 3vw 0;
		width: 100%;
		border-bottom: 1px solid #333;
	}
	.cam_clinic_tab_inner {
		margin: auto;
		text-align: center;
		display: flex;
		flex-flow: wrap;
		width: 100%;
		justify-content: space-between;
		padding: 0 10px;
	}
	.cam_clinic_tab_inner a {
		font-size: 4vw;
		border: 1px solid #333;
		font-weight: bold;
		display: block;
		position: relative;
		width: 32%;
		padding: 10px 0;
		margin: 0 0 10px;
	}
	.cam_clinic_tab_inner p {
		font-size: 4vw;
		border: 1px solid #333;
		font-weight: bold;
		display: block;
		position: relative;
		width: 32%;
		padding: 8px 0;
		margin: 0 0 10px;
	}
	.cam_clinic_tab_inner a:last-child {
		/* border-right: none; */
	}

	.ginza_monitor .link_ginza:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.yokohama_monitor .link_yokohama:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.shinjuku_monitor .link_shinjuku:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.nagoya_monitor .link_nagoya:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.osaka_monitor .link_osaka:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.ikebukuro_monitor .link_ikebukuro:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
		.fukuoka_monitor .link_fukuoka:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.slick-next {
		right: -15px;
	}	
.clinic_choice {
	width: 100%;
	position: relative;
	margin: 0 0 60px;
	display: table;
}
.clinic_choice .yokohama_c {
	background: url(../images/monitor/yokohama_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 220px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.clinic_choice .yokohama_c img {
	width: 140px;
}

.clinic_choice .ginza_c {
	background: url(../images/monitor/ginza_bg.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	width: 100%;
	height: 220px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.clinic_choice .ginza_c img {
	width: 140px;
}
.clinic_choice .shinjuku_c {
	background: url(../images/monitor/s02.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	width: 100%;
	height: 220px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.clinic_choice .shinjuku_c img {
	width: 140px;
}

.clinic_choice .nagoya_c {
	background: url(../images/monitor/nagoya_bg.jpg) no-repeat;
	background-size: cover;
    background-position: center;
	width: 100%;
	height: 220px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.clinic_choice .nagoya_c img {
	width: 140px;
}
	
	
	
.monitor_list {
	border-bottom: 1px solid #333;
	display: table;
	width: 100%;
	margin: 4vw 0 6vw;
}
.clinic_bg {
	height: 37vw;
	padding: 4vw;
}
.clinic_ginza {
	background: url(../images/monitor/monitor_ginza_bg_sp.jpg) no-repeat;
	background-size: cover;
}
.clinic_yokohama {
	background: url(../images/monitor/monitor_yokohama_bg_sp.jpg) no-repeat;
	background-size: cover;
}
.clinic_bg h1 {
	text-align: center;
	font-size: 8vw;
	font-weight: bold;
	line-height: 1.2;
}
.clinic_bg .asta {
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0;
}
.monitor_list_box {
	width: 100%;
    margin: 3vw auto;
    display: block;
    text-align: center;
}
.monitor_list_box .monitor_left {
	width: 100%;
}
.monitor_list_box a {
	display: inline-block;
	margin-bottom: 15px;
	position: relative;
	text-decoration: underline;
}
.monitor_list_box a:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f13a';
	font-weight: 900;
	right: -40px;
	top: 50%;
	margin-top: -11px;
	width: 30px;
	height: 30px;
	background-size: 100%;
	color: #333;
}

.link_other {
	text-align: right;
	display: block;
	width: 96%;
	margin: 0 auto 20px;
	text-decoration: underline;
}
.monitor_item {
	padding: 0 0 4vw;
	margin: 0 0 4vw;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
}
.monitor_item_inner {
	width: 100%;
	margin: auto;
}
.monitor_img img {
	width: 100%;
}
.monitor_cont {
	display: block;
    margin: 3vw auto 8vw;
    width: 100%;
}
.monitor_cont_left {
	width: 100%;
	text-align: center;
	margin: 0 0 4vw;
}
.monitor_cont_right {
	width: 92%;
	text-align: center;
	margin: auto;
}
.monitor_cont_right img {
	width: 100%;
}
.monitor_cont_right .before_after img {
	width: 98.6%;
    margin-left: -0.1%;
}
.monitor_cont_left h2 {
	font-size: 5vw;
	font-weight: bold;
}
.monitor_item .monitor_price {
	font-size: 3vw;
	color: #ff0000;
	line-height: 1.4;
	margin: 10px 0 20px;
}
.monitor_item .monitor_price span {
	font-size: 5vw;
	font-weight: bold;
}
.monitor_item .monitor_p {
	font-size: 3vw;
    padding: 2vw;
    border: 1px solid #333;
    width: 90%;
    margin: auto;
}
.monitor_item .monitor_p span {
	font-weight: bold;
}
.monitor_link {
	font-size: 18px;
	font-weight: bold;
	background: #50b1bf;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	width: 80%;
	border-radius: 8px;
	display: block;
	margin: auto;
}
.p_box {
	margin: 5vw auto;
    padding: 7vw;
    background: #41b1bf;
    display: table;
}
.p_box h3 {
	color: #fff;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4vw;
}
.p_box a {
	display: block;
    float: left;
    width: 46%;
    margin-right: 6%;
    margin-bottom: 3vw;
}
.p_box a:nth-child(odd) {
    margin-right: 0;
}
.cam_menu_list {
    display: table;
    width: 90%;
    margin: 6vw auto;
}
.cam_menu_list a {
    align-items: center;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 2%;
    text-align: center;
    display: grid;
    background: #e6e6e6;
    padding: 2vw 6vw 2vw 2vw;
    border-radius: 45px;
    font-size: 3vw;
    float: left;
    height: 12vw;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
}
.cam_menu_list a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0dd';
    font-weight: 900;
    width: 4vw;
    margin: auto;
    height: 4vw;
    position: absolute;
    font-size: 4vw;
    right: 1.5vw;
    color: #363737;
    top: 3vw;
}
.cam_menu_list a:nth-of-type(2n) {
    margin-right: 0;
}
.grad-wrap {
	width: 90%;
	margin: auto;
	padding: 2vw 0;
}
.grad-item, .grad-item2 {
	height: 90px;
}
.grad-item p, .grad-item2 p {
	line-height: 1.6 !important;
    font-size: 12px !important;
    color: #000;
}
    
    
.monitor .topIntro {
    margin: 4vw auto;
    padding: 0 1vw;
  }
 .monitor  .list_clinic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4vw auto;
    padding: 0 5vw;
  }
 .monitor .list_clinic li {
    width: 48%;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 2%;
    display: flex;
  }
	.monitor .list_clinic li:nth-child(2n) {
		margin-right: 0;
	}
 .monitor .list_clinic li a{
	 display: flex;
	 width: 100%;
	}
 .monitor .list_clinic li img {
    width: 100%;
    height: auto;
  }
  .monitor_movie {
		width: 90%;
		margin: 14vw auto 4vw;
		border: 18px solid #e7e5e6;
	}
	.monitor_movie_inner {
		display: table;
		padding: 6vw;
	}
	.monitor_movie_inner li {
		text-align: center;
		width: 100%;
		margin-bottom: 12%;
		position: relative;
	}
	.monitor_movie_inner li p {
		font-size: 3.8vw;
		font-weight: bold;
	}
	.monitor_movie_inner li:last-child {
		margin-bottom: 0;
	}
	.monitor_movie_inner li video {
		width: 100%;
	}
	.monitor_movie_inner li:after {
        font-family: "Font Awesome 5 Free";
		content: '\f0dd';
		font-weight: 900;
		width: 25px;
		margin: auto;
		height: 30px;
		position: absolute;
		font-size: 45px;
		right: 50%;
		margin-right: -12px;
		color: #363737;
		bottom: -15px;
	}
	.monitor_movie_inner li:last-child:after {
		display: none;
	}
}
/*---------------------------
PC
---------------------------*/

@media screen and (min-width: 761px) {
	.monitor_movie {
		width: 1000px;
		margin: 40px auto;
		border: 18px solid #e7e5e6;
	}
	.monitor_movie_inner {
		display: flex;
		padding: 40px;
	}
	.monitor_movie_inner li {
		text-align: center;
		width: 47%;
		margin-right: 6%;
		position: relative;
	}
	.monitor_movie_inner li p {
		font-size: 18px;
		font-weight: bold;
	}
	.monitor_movie_inner li:last-child {
		margin-right: 0;
	}
	.monitor_movie_inner li video {
		width: 100%;
	}
	.monitor_movie_inner li:after {
        font-family: "Font Awesome 5 Free";
		content: '\f0da';
		font-weight: 900;
		width: 25px;
		margin: auto;
		height: 30px;
		position: absolute;
		font-size: 45px;
		right: -38px;
		color: #363737;
		top: 125px;
	}
	.monitor_movie_inner li:last-child:after {
		display: none;
	}
.monitor_bg {
	width: 1200px;
	margin: auto;
}
.topIntro {
	margin: 40px auto;
	padding: 0;
}
.faq_monitor_bnr {
	margin: 0 auto 60px;
	width: 1000px;
}
.monitor_top {
	background: url(../images/monitor/monitor_ginza_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
	width: 100%;
	height: 33vw;

	position: relative;
	justify-content: center;
	align-items: center;
}
.yokohama_monitor .monitor_top {
	background: url(../images/monitor/monitor_yokohama_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.genesis_monitor .monitor_top {
	background: url(../images/monitor/monitor_genesis_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.shinjuku_monitor .monitor_top {
	background: url(../images/monitor/monitor_shinjuku_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.nagoya_monitor .monitor_top {
	background: url(../images/monitor/monitor_nagoya_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.osaka_monitor .monitor_top {
	background: url(../images/monitor/monitor_osaka_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.ikebukuro_monitor .monitor_top {
	background: url(../images/monitor/monitor_ikebukuro_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.fukuoka_monitor .monitor_top {
	background: url(../images/monitor/monitor_fukuoka_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.sendai_monitor .monitor_top {
	background: url(../images/monitor/monitor_sendai_top.jpg) no-repeat;
	background-size: 100%;
    background-position: center;
}
.cam_clinic_tab_inner::last-child{
	border-right: none;
}
.monitor_faq_link {
	width: 800px;
	margin: 60px auto;
}
.monitor_faq_link p {
	text-align: left;
	margin: 25px 0;
}
.monitor p {
	font-size: 16px;
	line-height: 1.8;
}
.monitor_middle_title {
	margin: 60px auto;
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    font-weight: bold;
    border-top: 1px solid #9e6d1e;
    border-bottom: 1px solid #9e6d1e;
    color: #9e6d1e;
}
.yokohama_monitor .monitor_middle_title {
    border-top: 1px solid #7dafc1;
    border-bottom: 1px solid #7dafc1;
    color: #7dafc1;
}
.genesis_monitor .monitor_middle_title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
}
.monitor_link_btn {
	margin: 10px auto 40px;
}
.monitor_lisk {
	margin: 40px auto;
	width: 1000px;
	font-size: 14px;
	line-height: 1.8;
}
.cta_link {
	color: #4db1d6;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 16px;
	text-decoration: underline;
	width: 75%;
}
.clinic_choice {
	width: 1200px;
	position: relative;
	margin: 0 auto 60px;
	display: table;
}
.clinic_choice .yokohama_c {
    background: url(../images/monitor/yokohama_bg.jpg);
    background-size: cover;
    width: 50%;
    float: left;
    height: 400px;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.clinic_choice .yokohama_c img {
	width: 180px;
}
.clinic_choice .ginza_c {
    background: url(../images/monitor/ginza_bg.jpg);
    background-size: cover;
    width: 50%;
    float: left;
    height: 400px;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.clinic_choice .ginza_c img {
	width: 180px;
}
.clinic_choice .shinjuku_c {
    background: url(../images/monitor/s02.jpg);
    background-size: cover;
    width: 50%;
    float: left;
    height: 400px;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.clinic_choice .shinjuku_c img {
	width: 180px;
}
	
.clinic_choice .nagoya_c {
    background: url(../images/monitor/nagoya_bg.jpg);
    background-size: cover;
    width: 50%;
    float: left;
    height: 400px;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.clinic_choice .nagoya_c img {
	width: 180px;
}

	
.monitor_list {
	border-bottom: 1px solid #333;
	display: table;
	width: 100%;
	margin: 40px 0 80px;
}
.clinic_bg {
	height: 250px;
	padding: 44px;
}
.clinic_ginza {
	background: url(../images/monitor/monitor_ginza_bg.jpg) no-repeat;
	background-size: cover;
}
.clinic_yokohama {
	background: url(../images/monitor/monitor_yokohama_bg.jpg) no-repeat;
	background-size: cover;
}
.clinic_bg h1 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.clinic_bg .asta {
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0;
}
	.monitor_list_box {
		width: 600px;
		margin: 30px auto;
		display: flex;
	}
	.monitor_list_box .monitor_left {
		width: 300px;
		margin: auto;
	}
	.monitor_list_box a {
		display: inline-block;
		margin-bottom: 15px;
		position: relative;
		text-decoration: underline;
	}
	.monitor_list_box a:after {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: '\f13a';
		font-weight: 900;
		right: -40px;
		top: 50%;
		margin-top: -11px;
		width: 30px;
		height: 30px;
		background-size: 100%;
		color: #333;
	}
	
	.link_other {
		text-align: right;
		display: block;
		width: 1000px;
		margin: 0 auto 20px;
		text-decoration: underline;
	}
	.monitor_item {
		padding: 0 0 40px;
		margin: 0 0 40px;
		border-bottom: 1px solid #ccc;
		width: 100%;
		display: table;
	}
	.monitor_item_inner {
		width: 1000px;
		margin: auto;
	}
	.monitor_img img {
		width: 100%;
	}
	.monitor_cont {
		display: flex;
		margin: 30px 0 0;
	}
	.monitor_cont_left {
		width: 50%;
		text-align: center;
		margin: 20px 0 0;
	}
	.monitor_cont_right {
		width: 50%;
		text-align: center;
	}
	.monitor_cont_right img {
		width: 100%;
	}
	.monitor_cont_right .before_after img {
		width: 98%;
    	margin-right: 0.7%;
	}
	.monitor_cont_left h2 {
		font-size: 26px;
		font-weight: bold;
	}
	.monitor_item .monitor_price {
		font-size: 14px;
		color: #ff0000;
		line-height: 1.4;
    	margin: 10px 0 20px;
	}
	.monitor_item .monitor_price span {
		font-size: 26px;
		font-weight: bold;
	}
	.monitor_item .monitor_p {
		font-size: 14px;
		padding: 5px 10px;
		width: 75%;
		margin: 0 auto 10px;
		border: 1px solid #333;
	}
	.monitor_item .monitor_text {
		text-align: left;
		width: 95%;
	}
	.monitor_item .monitor_p span {
		font-weight: bold;
	}
	.monitor_link {
		font-size: 18px;
		font-weight: bold;
		background: #50b1bf;
		padding: 16px 0;
		text-align: center;
		color: #fff;
		width: 340px;
		border-radius: 8px;
		display: block;
		margin: auto;
	}
	.monitor_link:hover {
		color: #fff;
		opacity: 0.8;
	}
	.p_box {
	margin: 40px auto;
	padding: 60px;
	background: #41b1bf;
	display: table;
	width: 1000px;
	}
	.p_box h3 {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	.p_box a {
		display: block;
		float: left;
		width: 23%;
		margin-right: 2.6%;
	}
	.p_box a:last-child {
		margin-right: 0;
	}
	.cam_menu_list {
		display: table;
		width: 800px;
		margin: 60px auto;
	}
	.cam_menu_list a {
		align-items: center;
		width: 47%;
		margin-right: 6%;
		margin-bottom: 2%;
		text-align: center;
		display: grid;
		background: #e6e6e6;
		padding: 20px 38px;
		border-radius: 40px;
		font-size: 18px;
		float: left;
		height: 70px;
		line-height: 1.2;
		font-weight: bold;
		position: relative;
	}
	.cam_menu_list a:nth-of-type(2n) {
		margin-right: 0;
	}
	.cam_menu_list a:after {
		font-family: "Font Awesome 5 Free";
		content: '\f0dd';
		font-weight: 900;
		width: 25px;
		margin: auto;
		height: 30px;
		position: absolute;
		font-size: 25px;
		right: 10px;
		color: #363737;
		top: 16px;
	}
	.cam_clinic_tab {
		text-align: center;
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #333;
	}
	.cam_clinic_tab_inner {
		margin: auto;
		text-align: center;
		display: flex;
		width: 900px;
	}
	.cam_clinic_tab_inner a {
		font-size: 20px;
		border-right: 1px solid #333;
		font-weight: bold;
		display: block;
		position: relative;
		width: 33%;
	}
	.ginza_monitor .link_ginza:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
	.yokohama_monitor .link_yokohama:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
	.shinjuku_monitor .link_shinjuku:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
	.nagoya_monitor .link_nagoya:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
	.osaka_monitor .link_osaka:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
		.ikebukuro_monitor .link_ikebukuro:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
		.fukuoka_monitor .link_fukuoka:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
	.sendai_monitor .link_sendai:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}

	.cam_clinic_tab_inner p {
		font-size: 20px;
		border-right: 1px solid #333;
		font-weight: bold;
		display: block;
		position: relative;
		width: 33%;
	}
	.cam_clinic_tab_inner a:last-child,.cam_clinic_tab_inner p:last-child {
		border-right: none;
	}
	.ginza_cam .link_ginza:after {
		content: "";
		width: 60%;
		margin: auto;
		height: 6px;
		background: #333;
		position: absolute;
		bottom: -10px;
		left: 26px;
	}
	.grad-btn, .grad-btn2 {
		display: none;
	}
	.grad-item::before, .grad-item2::before {
		display: none;
	}
	.grad-item p, .grad-item2 p {
		line-height: 2 !important;
		font-size: 13px !important;
		color: #000;
	}
	.grad-item, .grad-item2 {
		height: auto;
		padding: 0 0 20px;
	}
    
    
 .monitor .monitor_bg {
    width: 1200px;
    margin: auto;
  }
   .monitor .topIntro {
    margin: 40px auto;
    padding: 0;
  }
  .monitor .list_clinic {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-flow: wrap;
  }
 .monitor  .list_clinic li {
    width: calc((100% - 40px) / 3);
    list-style: none;
    margin-bottom: 20px;
	 margin-right: 20px;
  }
    .monitor  .list_clinic li a{
        display: flex;
    }
 .monitor  .list_clinic li:nth-of-type(3n) {
    margin-right: 0;
  }
 .monitor .list_clinic li img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
    .monitor .list_clinic .clinic_data{
        background: #000;
        color: #fff;
        padding: 1rem;
    }
    .monitor .list_clinic .clinic_data dt{
        font-size: 24px;
        text-align: center;
        margin-bottom: 1rem;
        font-weight: bold;
    }

}

	
	

