 @charset "UTF-8";



/*---------------------------------------------------------
m_img
---------------------------------------------------------*/
.m_img {background-image: url(../images/endoscopy/colonoscopy/m_img@2x.jpg);}
.gastroscopy .m_img {background-image: url(../images/endoscopy/gastroscopy/m_img@2x.jpg);}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img {background-image: url(../images/endoscopy/colonoscopy/m_img_sp@2x.jpg);}
.gastroscopy .m_img {background-image: url(../images/endoscopy/gastroscopy/m_img_sp@2x.jpg);}
}


/*---------------------------------------------------------
common
---------------------------------------------------------*/
.com_brc {opacity: 1;}
#price .com_deco_txt1,
#medical .com_deco_txt1 {color: #FFF;}

/*sco_title*/
.sco_title {
	position: relative;
	text-align: center;
	font-size: min(166%,2.5vw);
	letter-spacing: .14em;
	line-height: 1.5;
	margin-bottom: 2.8em;
}
.sco_title .com_brc {
	padding: 1em;
	margin-bottom: 0;
}
.sco_title .com_deco_txt1 {
	color: #7ecdb6;
	font-size: min(7vw,5rem);
	letter-spacing: .05em;
	margin-bottom: .2em;
}
.grd_area .sco_title .com_deco_txt1 {
	translate: 0 -0.3em;
	margin-bottom: -0.2em;
}
/* grd_area */
.grd_area {
	position: relative;
	padding-bottom: 140px;
}
.grd_area::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(204,235,226,1) 0%, rgba(204,235,226,0) 40%);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 250px;
	left: 0;
	top: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* grd_area */
.grd_area {
	padding-bottom: 14%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*sco_title*/
.sco_title {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 2em;
}
.sco_title .com_deco_txt1 {
	font-size: 9vw;
}
.sco_title .com_brc {
	width: 85%;
	padding: .6em;
}
.grd_area .sco_title .com_deco_txt1 {
	margin-bottom: .2em;
}
/* grd_area */
.grd_area {
	padding-bottom: 15%;
}
.grd_area::before {
	height: 30vw;
}
}
/*common: sco_check
---------------------------------------------------------*/
.sco_check {
	background-color: #fff;
	box-shadow: 0 50px 30px -40px rgba(0,0,0,0.15);
	margin-top: 6.2%;
}
.sco_check dt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFF;
	font-size: min(166%,2.3vw);
	letter-spacing: .14em;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
	background-color: #47a789;
	box-sizing: border-box;
	padding: 1em;
}
.sco_check dt::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: .7em;
	height: 1.2em;
	left: 99%;
	top: 50%;
	translate: 0 -50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.sco_check dd {
	padding: 2em 8%;
}
/* chk_list */
.chk_list > li {
	position: relative;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 1.8em;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin: .4em 0;
}
.chk_list > li::before,
.sco_bglist.chk dt::before {
	position: absolute;
	content: "";
	background: url(../images/endoscopy/colonoscopy/chk_grn.svg) no-repeat;
	background-size: contain;
	width: 1.07em;
	height: 1.14em;
	left: 0;
	top: .2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.sco_check {
	display: grid;
	grid-template-columns: 22% 78%;
}
/* chk_list */
.chk_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,48%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sco_check dt {
	font-size: 110%;
	letter-spacing: .1em;
	padding: .8em;
}
.sco_check dt::before {
	width: 1.2em;
	height: .7em;
	left: 50%;
	top: 99%;
	translate: -50% 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sco_check dd {
	padding: 1.5em 8%;
}
/* chk_list */
.chk_list {
	display: flex;
	flex-wrap: wrap;
}
.chk_list > li {
	font-size: 95%;
	margin-right: 1.5em;
}
}
/*common: sco_bglist
---------------------------------------------------------*/
.sco_bglist {
	list-style: none;
	counter-reset: mycounter;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.sco_bglist > li {
	position: relative;
	background-color: #fdfdfd;
	box-sizing: border-box;
	padding: 60px 7%;
	margin-bottom: 2.5%;
}
.sco_bglist > li:last-of-type {
	margin-bottom: 0;
}
ol.sco_bglist > li::before {
	position: absolute;
	display: block;
	counter-increment: mycounter;
	content: counter(mycounter, decimal-leading-zero);
	color: #7ecdb6;
	font-size: min(5vw,3.3rem);
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1;
	left: 1em;
	top: 0;
	translate: 0 -30%;
}
.sco_bglist dt {
	position: relative;
	color: #47a789;
	font-size: min(166%,2.3vw);
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-bottom: .5em;
}
.sco_bglist.chk dt {
	padding-left: 1.6em;
}
.sco_bglist.chk dt::before {
	width: .85em;
	height: .85em;
	top: .35em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sco_bglist > li {
	padding: 6% 7%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sco_bglist > li {
	padding: 8% 8%;
	margin-bottom: 5%;
}
ol.sco_bglist > li::before {
	font-size: 8vw;
	left: .8em;
}
.sco_bglist dt {
	font-size: 110%;
	font-feature-settings: "halt";
}
}
/*common: sco_bnr
---------------------------------------------------------*/
.sco_bnr {
	position: relative;
	width: 32vw;
	max-width: max-content;
	margin: 2.5em auto 0;
	transition: opacity .5s;
}
.sco_bnr a:hover {
	opacity: 0.8;
}
.sco_bnrlist {
	display: flex;
	justify-content: center;
	margin: 5.6% auto;
}
.sco_bnrlist > li {
	margin: 0 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sco_bnr {
	width: 60%;
	margin-top: 6%;
}
.sco_bnrlist {
	display: block;
	margin: 8% auto 12%;
}
.sco_bnrlist > li {
	margin: 3% auto 0;
}
}
/*common: sco_point
---------------------------------------------------------*/
.sco_point {
	position: relative;
	max-width: 1220px;
	background-color: #ecf7f4;
	box-sizing: border-box;
	padding: 50px 4.5%;
	margin: 6% auto 0;
}
.sco_point dt {
	text-align: center;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sco_point {
	padding: 5% 4.5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sco_point {
	padding: 8% 6%;
}
}
/*common: sco_col3
---------------------------------------------------------*/
.sco_col3 > li {
	box-sizing: border-box;
	padding: 13% 12%;
	background-color: #fff;
}
.sco_col3 img {
	width: 70%;
	max-width: max-content;
	margin-bottom: 6%;
}
.sco_col3 dt {
	text-align: center;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.sco_col3 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,31.5%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sco_col3 > li {
	padding: 8% 9%;
}
.sco_col3 > li:nth-of-type(n+2) {
	margin-top: 4%;
}
.sco_col3 dt {
	font-size: 125%;
}
}



/*---------------------------------------------------------
lead
---------------------------------------------------------*/
#lead {
	position: relative;
}
#lead::before {
	position: absolute;
	content: "";
	background: url(../images/endoscopy/colonoscopy/lead_bg@2x.jpg) no-repeat right top;
	background-size: contain;
	width: 68%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}
#lead .poi_list {
	display: flex;
	margin: 2.5% auto 6%;
}
#lead .com_ccl_txt {
	color: #47a789;
	font-size: min(1.8vw,133%);
	font-weight: bold;
	width: 10.2em;
	min-width: 10.2em;
	height: 10.2em;
	min-height: 10.2em;
	background: linear-gradient(-127deg, #7ecdb6, #47a789);
	padding: 1px;
	margin: 0 .5em;
}
#lead .com_ccl_txt p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
    border-radius: 50%;
	padding-top: .5em;
}
#lead .com_ccl_txt span {
	display: block;
	color: #1e1815;
	font-size: 150%;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: .2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#lead .com_lead dd { 
	width: 60%;
	max-width: 660px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#lead {
	padding-top: 35vw;
}
#lead::before {
	width: 100vw;
	top: -10vw;
}
#lead .com_lead {
	padding-top: 0;
}
#lead .com_lead dt { 
	font-size: 180%;
}
#lead .poi_list.col4 > li {
	margin: 0 0 0 -1.8em;
}
#lead .poi_list.col4 > li:first-of-type {
	margin-left: -0.5em;
}
#lead .com_ccl_txt {
	font-size: 2.6vw;
}
}

/*---------------------------------------------------------
about
---------------------------------------------------------*/
#about > div {
	background-color: #ecf7f4;
}
#about .sco_bglist > li {
	background-color: #f9fcfb;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#about .com_flt {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#about .com_flt .img_r {
	width: 45%;
}
}


/*---------------------------------------------------------
feature
---------------------------------------------------------*/

/*feature:fea_list
---------------------------------------------------------*/
#feature .fea_list > li {
	position: relative;
	margin-top: 100px;
}
#feature .fea_list > li:first-of-type {
	margin-top: 0;
}
#feature .fea_bgbox {
	position: relative;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 90px 6.5% 60px;
}
#feature .fea_bgbox > div {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#feature .fea_index {
	font-size: min(266%,3vw);
	letter-spacing: .15em;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-bottom: .6em;
}
#feature .fea_index span {
	color: #47a789;
}

#feature .fea_img {
	position: relative;
	max-width: max-content;
}
#feature .com_ccl_txt {
	position: absolute;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(2.2vw,174%);
	color: #FFF;
	background: linear-gradient(to right, #7ecdb6, #47a789);
	bottom: 8%;
}
#feature .com_ccl_txt span {
	display: block;
	font-size: 136%;
}
/* fea1 */
#feature .fea1 .com_ccl_txt p {
	font-size: 85%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#feature .fea_list {
	display: flex;
	flex-wrap: wrap;
}
#feature .fea_list > * {
	width: 100%;
}
/* type_col */
#feature .fea_list > li.type_col {
	padding-top: 40px;
}
#feature .fea_list > li.type_col .fea_img {
	position: absolute;
	width: 59%;
	top: 0;
}
#feature .fea_list > li.type_col .fea_bgbox {
	width: 60%;
	min-height: min(40vw,521px);
	margin-left: -6%;
}
#feature .fea_list > li.type_col .fea_bgbox > div {
	max-width: 580px;
}
#feature .fea_list > li.type_col:nth-of-type(odd) .fea_img {	right: 0;}
#feature .fea_list > li.type_col:nth-of-type(even) .fea_img {	left: 0;}
#feature .fea_list > li.type_col:nth-of-type(odd) .fea_bgbox {	margin-left: -6%;}
#feature .fea_list > li.type_col:nth-of-type(even) .fea_bgbox {
	margin-left: auto;
	margin-right: -6%;
}
#feature .fea_list > li.type_col:nth-of-type(odd) .com_ccl_txt {right: 7%;}
#feature .fea_list > li.type_col:nth-of-type(even) .com_ccl_txt {left: 7%;}

/* type_half */
#feature .fea_list > li.type_half {
	width: 50%;
}
#feature .fea_list > li.type_half .fea_img {
	width: 90%;
}
#feature .fea_list > li.type_half .fea_bgbox {
	width: 90%;
	padding: 60px 8% 0;
	margin-top: -2em;
	translate: 10% 0;
}
#feature .fea_list > li.type_half .fea_bgbox > div {
	max-width: 450px;
}
#feature .fea_list > li.type_half.pc_r .fea_img,
#feature .fea_list > li.type_half.pc_r .fea_bgbox {margin-left: auto;}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#feature .fea_list > li {
	margin-top: 10%;
}
#feature .fea_bgbox {
	padding: 60px 7% 0;
}
/* type_col */
#feature .fea_list > li.type_col .fea_bgbox {
	width: 70%;
}
#feature .fea_list > li.type_col:nth-of-type(odd) .fea_img {margin-right: -5%;}
#feature .fea_list > li.type_col:nth-of-type(even) .fea_img {margin-left: -5%;}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#feature .fea_list > li {
	margin-top: 12%;
}
#feature .fea_list .fea_bgbox {
	padding: 12% 10% 0;
	margin-top: -15%;
}
#feature .fea_index {
	font-size: 130%;
	letter-spacing: .1em;
}
#feature .com_ccl_txt {
	font-size: 4.2vw;
	z-index: 1;
	right: 6%;
	bottom: 5%;
}
/* type_col */
#feature .fea_list > li.type_col .fea_bgbox {
	width: 96vw;
	left: 50%;
	translate: -50% 0;
}
#feature .fea_list > li.type_col .fea_img {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
/* type_half */
#feature .fea_list > li.type_half .fea_img {
	width: 86vw;
	margin: 0 auto;
}
#feature .fea_list > li.type_half .fea_bgbox {
	width: 90vw;
	margin: -8% -6% 0 auto;
}
}
/*feature: fig_list
---------------------------------------------------------*/
.fig_list figure {
	display: flex;
	align-items: center;
}
.fig_list div {
	width: 38%;
}
.fig_list figcaption {
	width: 60%;
	font-size: min(173%,2.4vw);
	letter-spacing: .12em;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-left: 1.5em;
}
.fig_list figcaption span {
	display: block;
	color: #47a789;
	font-size: 77%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fig_list {
	max-width: 1100px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 50% 50%;
	margin: 4% auto 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fig_list {
	column-gap: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fig_list {
	width: 90%;
	margin: 6% auto 0;
}
.fig_list figure:nth-of-type(n+2) {
	margin-top: 5%;
}
.fig_list figcaption {
	font-size: 110%;
	letter-spacing: .08em;
	margin-left: 1.2em;
}
}
/*feature: method
---------------------------------------------------------*/
#feature .method dt {
	text-align: center;
	color: #47a789;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid currentColor;
}
#feature .method figure {
	background-color: #f6f5f4;
}
#feature .method figcaption {
	text-align: center;
	color: #FFF;
	background-color: #878f8e;
	padding: .4em;
}
#feature .method figure:nth-of-type(2) {
	background-color: #7ecdb6;
}
#feature .method figure:nth-of-type(2) figcaption {
	background-color: #47a789;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#feature .method {
	max-width: 1220px;
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 32% 62%;
	margin: 0 auto;
}
#feature .method > div {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 49.4% 49.4%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#feature .method {
	column-gap: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#feature .method {
	width: 90%;
	margin: 6% auto 0;
}
#feature .method > div {
	margin-top: 6%;
}
#feature .method figure:nth-of-type(2) {
	margin-top: 2%;
}
}
/*feature: sco_point
---------------------------------------------------------*/
#feature .sco_point::before {
	position: absolute;
	content: "";
	background: url(../images/endoscopy/colonoscopy/icon_cnct.svg) no-repeat center center;
	background-size: contain;
	width: min(22%,200px);
	height: 235px;
	left: 50%;
	top: 0;
	translate: -50% -50%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#feature .sco_point dd {
	text-align: center;
	max-width: 770px;
	margin: 0 auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#feature .sco_point::before {
	width: 35%;
}
}
/*feature: dl_list
---------------------------------------------------------*/
#feature .dl_list {
	padding: 35px 0;
	border: 1px solid #bbbab9;
}
#feature .dl_list dt {
	text-align: center;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#feature .dl_list {
	display: grid;
	grid-template-columns: 50% 50%;
	max-width: 1220px;
	margin: 5% auto 0;
}
#feature .dl_list > dl {
	padding: 2em 10%;
}
#feature .dl_list > dl:nth-of-type(odd) {
	border-right: 1px solid #bbbab9;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#feature .dl_list {
	padding: 8%;
	margin-top: 10%;
}
#feature .dl_list > dl:nth-of-type(n+2) {
	padding-top: 8%;
	margin-top: 6%;
	border-top: 1px solid #bbbab9;
}
}


/*---------------------------------------------------------
type
---------------------------------------------------------*/
#type > div {
	color: #FFF;
	background-color: #615542;
}
#type .com_deco_txt1 {
	color: #bab5ac;
}
#type .sco_col3 {
	color: #1e1815;
	margin-top: 5%;
}
#type .grd_area {
	background: url(../images/endoscopy/gastroscopy/exp_bg@2x.jpg) no-repeat center bottom;
	background-size: cover;
}
#type .grd_area::before {
	background-image: linear-gradient(180deg, rgba(79,66,45,1) 0%, rgba(79,66,45,0) 40%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#type .w910 {
	width: 100%;
	padding: 0;
}
}


/*---------------------------------------------------------
flow
---------------------------------------------------------*/
#flow .fl_bg {
	background-color: #fff;
	padding: 80px 6.4%;
	margin-top: 20px;
}
#flow .fl_type {
	text-align: center;
	font-size: min(2.6vw,200%);
	letter-spacing: .1em;
	line-height: 1.5;
	padding: 1.5em;
	margin-bottom: 2em;
	border: 1px solid #ae903c;
}
#flow .sco_title .com_deco_txt1 {color: #ccc7c1;}
#flow .sco_bglist dt {	color: #8c8173;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#flow .fl_bg {
	padding: 9% 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .fl_bg {
	padding: 10% 5% 12%;
}
#flow .fl_type {
	font-size: 110%;
	padding: 1em;
}
}
/*flow: fl_list
---------------------------------------------------------*/
.fl_list {
	list-style: none;
	counter-reset: mycounter;
}
.fl_list > li {
	position: relative;
	padding: 0 4% 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #47a789;
}
.fl_list > li::before {
	position: absolute;
	content: "";
	background: #FFF url(../images/endoscopy/colonoscopy/fl_arw.svg) no-repeat center center;
	background-size: contain;
	width: 20%;
	max-width: 127px;
	height: 52px;
	left: 50%;
	bottom: 0;
	translate: -50% 50%;
}
.fl_list > li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.fl_list > li:last-of-type::before {
	display: none;
}
/* fl_index */
.fl_list .fl_index {
	display: flex;
	align-items: center;
	font-size: min(2.6vw,200%);
	letter-spacing: .1em;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-bottom: .8em;
}
.fl_list .fl_index::before {
	display: block;
	counter-increment: mycounter;
	content: counter(mycounter, decimal-leading-zero);
	text-align: center;
	color: #FFF;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 66%;
	letter-spacing: .12em;
	line-height: 3.3;
	background-color: #7ecdb6;
	border-radius: 50%;
	min-width: 3.3em;
	margin-right: 1em;
}
/* sco_point */
#flow .sco_point {
	background-color: #f8efee;
	margin-top: 30px;
}
#flow .sco_point dt {
	color: #b95e5d;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fl_list .com_flt .img_r {
	width: 35%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fl_list > li {
	padding: 0 3% 7%;
	margin-bottom: 7%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fl_list > li {
	padding: 0 2% 12%;
	margin-bottom: 12%;
}
.fl_list > li::before {
	width: 30%;
}
.fl_list .fl_index {
	font-size: 120%;
	letter-spacing: .1em;
}
.fl_list .com_flt .img_r {
	width: 70%;
}
}


/*---------------------------------------------------------
price
---------------------------------------------------------*/
#price > div {
	color: #FFF;
	background-color: #47a789;
}
#price .com_title2 {
	margin-bottom: .5em;
}
#price small {
	text-align: center;
	display: block;
	font-size: 94%;
	line-height: 1.4;
	margin-bottom: 6%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price small {
	font-size: 80%;
}
}
/*price:tbl_pri
---------------------------------------------------------*/
.tbl_pri {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	font-size: min(1.8vw,133%);
	letter-spacing: .15em;
	line-height: 1.4;
}
.tbl_pri:nth-of-type(n+2) {
	margin-top: 5.8%;
}
.tbl_pri caption {
	text-align: left;
	caption-side: bottom;
	font-size: 70%;
	line-height: 1.6;
	margin-top: 1em;
}
.tbl_pri th,
.tbl_pri td {
	width: 33.33%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: .8em .5em;
}
.tbl_pri th {
	font-weight: bold;
}
.tbl_pri thead th {
	padding-top: 1.2em;
	border-top: 1px solid currentColor;
}
.tbl_pri thead th:not(:last-of-type)::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 62%;
	right: 0;
	top: 19%;
	border-right: 1px dashed currentColor;
	box-sizing: border-box;
}
.tbl_pri tbody th {
	background-color: #1c936e;
	padding: 2.4em .5em;
}
.tbl_pri tbody th span {
	display: block;
	font-size: 70%;
	font-weight: normal;
	margin-top: .8em;
}
.tbl_pri tbody td {
	color: #1e1815;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 125%;
	background-color: #FFF;
}
.tbl_pri tbody td:nth-of-type(even) {
	background-color: #dff7e8;
}
.tbl_pri tbody td span {
	display: block;
	font-size: 72%;
	margin-top: .4em;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
.tbl_pri {
	word-break: keep-all;
	overflow-wrap: break-word;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_pri {
	letter-spacing: .15em;
}
.tbl_pri th,
.tbl_pri td {
	padding: 1em .5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_pri {
	font-size: 80%;
	letter-spacing: .06em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.tbl_pri caption {
	font-size: 85%;
	margin-top: .6em;
	word-break: normal;
}
.tbl_pri th,
.tbl_pri td {
	padding: .8em .5em;
}
.tbl_pri tbody td {
	font-size: 110%;
}
}



/*---------------------------------------------------------
medical
---------------------------------------------------------*/
#medical > div {
	color: #FFF;
	background-color: #46666b;
}
#medical .med_bdr {
	padding: 4% 0 6%;
	border-top: 1px solid #FFF;
}
#medical .med_bdr:last-of-type {
	padding-bottom: 0;
}
#medical .lead {
	text-align: center;
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 3.5%;
}
#medical .lead .com_style3_txt + p {
	margin-top: 1em;
}
#medical .sco_bglist {
	color: #1e1815;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#medical .med_bdr {
	padding: 8% 0 10%;
}
#medical .lead {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 4%;
}
#medical .lead .com_style3_txt + p {
	text-align: left;
	margin-top: .6em;
}
}


/*---------------------------------------------------------
reserve
---------------------------------------------------------*/
#reserve .com_pdg {
	padding-top: 0;
}
#reserve .com_pdg::before {
	position: absolute;
	content: "";
	background-color: #f6f5f4;
	width: 100%;
	height: calc(100% - 30px);
	left: 0;
	bottom: 0;
	z-index: -1;
}
/* rsv_bbl */
.rsv_bbl {
	position: relative;
	width: 36em;
	max-width: 90%;
	color: #FFF;
	text-align: center;
	font-size: min(166%,2.3vw);
	letter-spacing: .15em;
	line-height: 1.5;
	background-color: #748185;
	box-sizing: border-box;
	padding: 1em 2em;
	border-radius: 3em;
	margin: 0 auto 2em;
}
.rsv_bbl::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: 1.2em;
	height: .6em;
	left: 50%;
	top: 99%;
	translate: -50% 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.rsv_bbl span {
	color: #ffff89;
}
#reserve .rsv_copy {
	text-align: center;
	font-size: min(120%,2vw);
	letter-spacing: .15em;
	line-height: 1.8;
	margin-bottom: 1em;
}
/* dl_list */
#reserve .dl_list {
	margin: 4% auto 5%;
}
#reserve .dl_list > dl {
	box-sizing: border-box;
}
#reserve .dl_list > dl:last-of-type {
	border: none;
}
#reserve .dl_list dt {
	display: flex;
	align-items: center;
	color: #4e7e99;
	font-size: min(125%,2vw);
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.6;
	margin-bottom: .8em;
}
#reserve .dl_list dt::before {
	display: block;
	content: "";
	background: url(../images/endoscopy/icon_rsv_fst.svg) no-repeat;
	width: 3em;
	height: 3em;
	margin-right: .8em;
}
#reserve .dl_list dd a {
	color: #4e7e99;
	font-weight: bold;
}
#reserve .dl_list dd ul {
	margin-bottom: 1em;
}
#reserve .dl_list dl:nth-of-type(2) dt,
#reserve .dl_list dl:nth-of-type(2) dd a {color: #46666b;}
#reserve .dl_list dl:nth-of-type(2) dt::before {background-image: url(../images/endoscopy/icon_rsv_col.svg);}

/* com_ctc_box */
.colonoscopy #reserve .com_rsv_list .rsv_gas {	display: none;}
.gastroscopy #reserve .com_rsv_list .rsv_col {	display: none;}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* dl_list */
#reserve .dl_list {
	display: grid;
	grid-template-columns: 50% 50%;
}
#reserve .dl_list > dl {
	padding: 0 10%;
	border-right: 1px dashed #9a9796;
}
#reserve .dl_list > dl:last-of-type {
	border: none;
}
/* com_ctc_box */
#reserve .com_ctc_box {
	box-shadow: 0 40px 25px -30px rgba(0,0,0,0.15);	
}
#reserve .com_ctc_box .com_tel {
	width: 40%;
}
#reserve .com_ctc_box .com_rsv_list {
	width: 50%;
	max-width: 400px;
}
#reserve .com_rsv_list > li {
	width: 50%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsv_bbl {
	font-size: 110%;
	letter-spacing: .1em;
	padding: .8em 2em;
}
#reserve .rsv_copy {
	font-size: 110%;
	letter-spacing: .08em;
}
/* dl_list */
#reserve .dl_list {
	margin: 8% auto;
}
#reserve .dl_list > dl {
	box-sizing: border-box;
	padding-bottom: 6%;
	margin-bottom: 6%;
	border-bottom: 1px dashed #9a9796;
}
#reserve .dl_list > dl:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}
#reserve .dl_list {
	margin-top: 6%;
}
#reserve .dl_list dt {
	font-size: 105%;
	letter-spacing: .06em;
}
#reserve .dl_list dt::before {
	display: block;
	content: "";
	background: url(../images/endoscopy/icon_rsv_fst.svg) no-repeat;
	width: 3em;
	height: 3em;
	margin-right: .8em;
}
/* com_ctc_box */
#reserve .com_rsv_list > li {
	width: 45%;
}
#reserve .com_rsv_list a {
	font-size: 85%;
}
}


/*---------------------------------------------------------
link_area
---------------------------------------------------------*/
.link_area dt {
	text-align: center;
	color: #47a789;
	font-size: min(2vw,125%);
	line-height: 1.5;
	letter-spacing: .15em;
	font-weight: bold;
	margin-bottom: 1.4em;
}
.sco_link {
	width: 70%;
	max-width: 700px;
	margin: 0 auto;
}
.sco_link a {
	position: relative;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: min(200%,2.8vw);
	letter-spacing: .1em;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 2em 1em;
	overflow: clip;
}
.sco_link a::before {
	position: absolute;
	content: "";
	background: url(../images/endoscopy/colonoscopy/sco_bnr_gas@2x.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: scale .6s;
}
.sco_link .com_arw {
	display: inline-block;
	vertical-align: 0.2em;
	margin-left: 1em;
}
.sco_link a:hover::before {
	scale: 1.05;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.link_area dt {
	font-size: 105%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
.sco_link {
	width: 96%;
}
.sco_link a {
	font-size: 110%;
}
}


/*---------------------------------------------------------
gastroscopy
---------------------------------------------------------*/
.gastroscopy .sco_title .com_deco_txt1,
.gastroscopy .com_faq dt .icon_open,
.gastroscopy .com_faq dt::before,
.gastroscopy .com_faq dd::before {color: #d2bd86;}
.gastroscopy .com_ank_link a:hover,
.gastroscopy .com_ccllist > li::before,
.gastroscopy .com_deco_txt1,
.gastroscopy .com_txt_link:hover,
.gastroscopy #lead .com_ccl_txt,
.gastroscopy .sco_bglist dt,
.gastroscopy .sco_bglist > li::before,
.gastroscopy .com_style3 dt,
.gastroscopy #feature .fea_index span,
.gastroscopy #flow .fl_bg.bg_color .fl_list .fl_index::before,
.gastroscopy #reserve .dl_list dl:nth-of-type(2) dt,
.gastroscopy #reserve .dl_list dl:nth-of-type(2) dd a {color: #ae903c;}
.gastroscopy .link_area dt {color: #4e7e99;}

.gastroscopy .com_link1 a::after,
.gastroscopy .sco_check dt,
.gastroscopy #price > div {background-color: #ae903c;}
.gastroscopy #about > div {	background-color: #f9f9e8;}
.gastroscopy .fl_list .fl_index::before {background-color: #d2bd86;}
.gastroscopy .com_faq dt {background-color: #f5f5d9;}
.gastroscopy .com_faq dt:hover {background-color: #f2f0b6;}
.gastroscopy #price .tbl_pri tbody th {background-color: #a28020;}
.gastroscopy #price .tbl_pri tbody td:nth-of-type(even) {background-color: #f5f5d9;}
.gastroscopy #about .sco_bglist > li {	background-color: #fdfdf7;}

.gastroscopy #flow .fl_bg.bg_color,
.gastroscopy #flow .fl_bg.bg_color .fl_list > li::before {background-color: #f1ebdb;}
.gastroscopy #flow .fl_bg.bg_color .fl_list .fl_index::before {background-color: #FFF;}

.gastroscopy #flow .fl_list > li {border-color: #ae903c;}

.gastroscopy .sco_link a::before {
	background-image: url(../images/endoscopy/gastroscopy/sco_bnr_col@2x.jpg);
}
.gastroscopy #lead::before {background-image: url(../images/endoscopy/gastroscopy/lead_bg@2x.jpg);}
.gastroscopy .sco_check .chk_list > li::before,
.gastroscopy .sco_bglist.chk dt::before {background-image: url(../images/endoscopy/gastroscopy/chk_brw.svg);}
.gastroscopy .fl_list > li::before {background-image: url(../images/endoscopy/gastroscopy/fl_arw.svg);}
.gastroscopy #reserve .dl_list dl:nth-of-type(2) dt::before {background-image: url(../images/endoscopy/icon_rsv_gas.svg);}
.gastroscopy .link_area dt {color: #4e7e99;}

.gastroscopy #lead .com_ccl_txt,
.gastroscopy #feature .com_ccl_txt {
	background: linear-gradient(90deg, rgba(210,189,134,1) 0%, rgba(174,144,60,1) 100%);;
}
.gastroscopy .grd_area::before {
	background-image: linear-gradient(180deg, rgba(239,239,194,1) 0%, rgba(204,235,226,0) 40%);
}
/* feature */
.gastroscopy #feature .fea2 .com_ccl_txt {
	padding-top: .5em;
}
.gastroscopy #feature .fea3 .com_ccl_txt {
	bottom: 45%;
}
.gastroscopy #feature .fea3 .com_ccl_txt p {
	font-size: 88%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* feature */
.gastroscopy #feature .fea2 .com_ccl_txt {
	top: 5%;
	left: 4% !important;
	bottom: auto;
}
}


/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}