@charset "utf-8";
/*-----------------------------------------------------

	トップページ 	top

------------------------------------------------------*/
/*    COMMON  &   MAINIMAGE
-------------------------------*/
/*mainimage*/
#top #mainimage {
	padding: 0 30px;
	height: 100vh;
	min-height: 600px;
	background: no-repeat center /cover;
}
#top #mainimage .mv_inner {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#top #mainimage .mv_txt {
	position: absolute;
	color: #fff;
	top: 19rem;
	right: 6.8rem;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2;
}
#top #mainimage .mv_txt span {
	display: block;
	transition-duration: 2s;
	transform: translate(30px,-30px);
	opacity: 0;
}
#top #mainimage .mv_txt span:nth-child(2) {
	transition-delay: 0.4s;
}
#top #mainimage .mv_txt span.is-active {
	transform: translate(0, 0);
	opacity: 1;
}
#top #mainimage .mv_logo {
	opacity: 0;
	transition-duration: 2s;
	transition-delay: 0.6s;
}
#top #mainimage .mv_logo.is-active {
	opacity: 1;
}
#top #main-cts > .sec_info {
	border-top: none;
}
.sec_info .btn_wrap {
	display: flex;
}
.sec_info .btn_wrap .btn_primary {
	width: 25rem;
}
.sec_info .btn_wrap .btn:not(:last-child) {
	margin-right: 2rem;
}


/*    2021年4月からの変更
-------------------------------*/
#top .change_list{
	max-width: 400px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #700;
}
#top .change_list li{
	margin-bottom: 0.3em;
	position:relative;
	padding-left:1em;
}
#top .change_list li a{
  display: inline-block;
  text-decoration: underline;
  color: #700;
  position:relative;
}
#top .change_list li:before{
	content:"";
	background:#700;
	width:10px;
	height:10px;
	display:block;
	border-radius:50%;
	position:absolute;
	top:0.65em;
	left:0;
}
@media print, screen and (min-width : 992px) {
	#top .change_list li a:hover{
		text-decoration:none;		
	}
}
#top .change_txt{
  text-align: center;	
}

#top .txt_box:nth-of-type(n+2) .change_txt{
	margin-top: 2rem;
}
#top .change_txt span{
  font-weight: 600;
  text-decoration: underline;
}

/*    SECTION 01 about
-------------------------------*/
#top .about {
	text-align: center;
}
#top .about .about_box {
	position: relative;
}
#top .about .deco_wave:after {
	background: URL(../Image/common/line_wave.png) no-repeat -7px / auto 9px;
}
#top .about .about_box .ttl_03 {
	margin-bottom: 2.5rem;
}
/*check_box*/
.check_box {
	margin-top: 10rem;
	padding-top: 5rem;
	position: relative;
}
.check_box:before {
	content: '';
	width: 6.2rem;
	height: 5rem;
	position: absolute;
	background: url(../Image/top/shape01.png) no-repeat center / contain;
	top: 0;
	left: 32.5rem;
}
.check_box .inner {
	background: #f7f7f7;
	padding: 8rem 0;
	border-radius: 26.4rem;
}
.check_box .inner p{
	width: 80%;
	margin: auto;
}
.check_box .ttl_03 {
	margin-bottom: 5rem;
}
#top .check_box .check_list {
	max-width: 635px;
	margin: 0 auto;
	padding-left: 10rem;
}
.check_box .check_list li {
	font-size: 1.8rem;
	position: relative;
	padding-left: 3.6rem;
	line-height: 1;
	text-align: left;
}
#top .check_box .check_list li:nth-child(odd) {
	min-width: 300px;
}
#top .check_box .check_list li:nth-child(n+3) {
	margin-top: 2.6rem;
}
.check_box .check_list li:before {
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	background: #fff;
	border: solid 1px #959595;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.1rem;
}
.check_box .check_list li:after {
	content: '';
	width: 2.3rem;
	height: 1.6rem;
	background: url(../Image/top/shape_check.png) no-repeat center / contain;
	position: absolute;
	top: -2px;
	left: 3px;
}
.check_box .check_list + .txt_box {
	margin-top: 2.8rem;
}
 .deco_box {
	position: absolute;
}
#top .about .deco_box.box01 {
	width: 60px;
	height: 84px;
	top: 13px;
	left: 98px;
}
#top .about .deco_box.box02 {
	width: 42px;
	height: 119px;
	top: 183px;
	left: 41px;
}
#top .about .deco_box.box03 {
	width: 66px;
	height: 83px;
	right: 1px;
	top: 125px;
}
#top .about .check_box .deco_box {
	width: 61px;
	height: 83px;
	top: 9px;
	right: 20px;
}
#top .about .deco_box.box01 .deco01 {
	top: 0;
	right: 0;
}
#top .about .deco_box.box01 .deco02 {
	top: 17px;
	right: 25px;
}
#top .about .deco_box.box01 .deco03 {
	bottom: 8px;
	left: 0;
}
#top .about .deco_box.box01 .deco04 {
	right: 0;
	bottom: 0;
}
#top .about .deco_box.box02 .deco01 {
	top: 0;
	left: 12px;
}
#top .about .deco_box.box02 .deco02 {
	top: 37px;
	right: 0;
}
#top .about .deco_box.box02 .deco03 {
	top: 48px;
	left: 0;
}
#top .about .deco_box.box02 .deco04 {
	right: 9px;
	bottom: 0;
}
#top .about .deco_box.box03 .deco01 {
	 right: 10px;
	 top: 0;
}
#top .about .deco_box.box03 .deco02 {
	top: 16px;
	left: 0;
}
#top .about .deco_box.box03 .deco03 {
	top: 32px;
	left: 21px;
}
#top .about .deco_box.box03 .deco04 {
	left: 5px;
	bottom: 9px;
}
#top .about .deco_box.box03 .deco05 {
	right: 0;
	bottom: 0;
}
#top .about .check_box .deco_box .deco01 {
	right: 10px;
	top: 10px;
}
#top .about .check_box .deco_box .deco02 {
	top: 18px;
	left: 0;
}
#top .about .check_box .deco_box .deco03 {
	right: 0;
	bottom: 0;
}
/*    SECTION 02 news
-------------------------------*/
#top .news {
	border-top: solid 1px #eaeaea;
}
#top .news .inner_wrap .l_box {
	width: 25%;
}
#top .news .inner_wrap .r_box {
	width: 75%;
}
#top .news .l_box > .ttl_box {
	margin-top: 0;
}
.news_list .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.3rem 2rem;
	transition: 0.4s ease-in-out;
}
.news_list .news_date {
	line-height: 1;
  margin-right: 2rem;
  color: #68aee3;
}
.news_list .news_ttl {
	margin-top: 1.5rem;
	width: 100%;
}
.news_list .news_term {
  font-size:1.2rem;
  line-height:1;
}
.news_list .news_term span{
  display:block;
  background:#68aee3;
  color:#fff;
  padding:.75em 2em;
  border-radius:3em;
}
.news_list li {
	border-bottom: solid 1px #eaeaea;
}
.news_list li:first-child .inner {
	padding-top: 0;
}
@media print, screen and (min-width : 992px) {
	.news_list a.inner:hover {
		color: #68aee3;
	}
}
/*    SECTION 03 reason
-------------------------------*/
#top .reason {
	position: relative;
	text-align: center;
}
#top .reason:before {
	content: '';
	width: 100%;
	height: 40rem;
	background: #f0f9ff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#top .reason .reason_list li {
	width: 23%;
	margin-right: 2.66%;
}
#top .reason .reason_list li:last-child {
	margin-right: 0;
}
#top .reason .reason_list .txt_box {
	color: #68aee3;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 2rem;
}
#top .reason .reason_list .txt_box .txt_sub {
	font-size: 1.6rem;
	display: block;
	margin-top: 1.5rem;
	color: #333;
	font-weight: 500;
}
@media print, screen and (min-width : 992px) {
}
/*    SECTION 03 pickup
-------------------------------*/
#top .pickup {
	padding-top: 0;
}
/*pickup*/
.cont_wrap .pickup{
	margin-bottom:6rem;
}
.cont_wrap .pickup:last-child{
	margin-bottom:0;
}
.pickup .pickup_wrap {
	position: relative;
}
.pickup .ttl_box {
	display: inline-block;
	position: absolute;
  top: -3.125em;
	margin-left: -2rem;
}
.cont_wrap .pickup:nth-child(2) .flex_wrap{
	flex-direction:row-reverse;
}
.pickup .ttl_box h2 {
	font-size: 3rem;
	font-weight: 500;
	margin-top: 1.6rem;
}
.pickup .ttl_box h2 span {
	background: #fff;
	padding: 0 2rem;
	display: inline-block;
}
.pickup .img_box {
	width: 37.5%;
	padding-right: 5rem;
}
.cont_wrap .pickup:nth-child(2) .img_box{
	padding-right: 0rem;
	padding-left: 5rem;
}
.pickup .txt_box {
	width: 62.5%;
	padding-top: 5rem;
}
#endscope .pickup .txt_box{
	padding-top: 13rem;
}
.pickup .txt_box .inner {
	position: relative;
	padding: 4rem;
	border-radius: 20px;
}
#endscope .pickup .txt_box .inner{
	border: solid 3px #eaeaea;
}
.pickup .txt_box .inner:before {

}
.pickup .txt_box p {
	margin-top: 0;
}
.pickup .txt_box .btn {
	margin-top: 2.3rem;
}
.deco {
	position: absolute;
}
.deco img {
	width: 16px;
	height: 16px;
	display: block;
}
#top .pickup .deco_box.box01 {
	width: 61px;
	height: 83px;
	top: 0;
	right: 428px;
}
#top .pickup .deco_box.box02 {
	width: 133px;
	height: 53px;
	top: 24px;
	right: 138px;
}
#top .pickup .deco_box.box01 .deco01 {
	top: 0;
	right: 10px;
}
#top .pickup .deco_box.box01 .deco02 {
	top: 18px;
	left: 0;
}
#top .pickup .deco_box.box01 .deco03 {
	right: 0;
	bottom: 10px;
}
#top .pickup .deco_box.box02 .deco01 {
	top: 0;
	left: 49px;
}
#top .pickup .deco_box.box02 .deco02 {
	top: 9px;
	left: 0;
}
#top .pickup .deco_box.box02 .deco03 {
	bottom: 0;
	right: 0;
}
#top .pickup .recruit {
	margin-top: 10rem;
}
#top .pickup .recruit .img_box {
	padding-left: 5rem;
	padding-right: 0;
}
#top .pickup .recruit .deco_box.box01 {
	width: 61px;
	height: 83px;
	top: 0;
	right: inherit;
	left: 428px;
}
#top .pickup .recruit .deco_box.box02 {
	width: 133px;
	height: 53px;
	top: 24px;
	right: inherit;
	left: 138px;
}
#top .relation {
	border-top: solid 1px #eaeaea;
}
#top .relation_list {
	margin-top: 5rem;
}
#top .relation_list li {
	width: 23%;
  margin-right: 2.66%;
	text-align: center;
}
#top .relation_list li:last-child {
	margin-right: 0;
}
#top .relation_list li .txt_box {
	margin-top: 1rem;
}
@media print, screen and (min-width : 992px) {

}

@media print, screen and (min-width : 992px) {

}
/*-----------------------------------------------------
下層共通CSS
------------------------------------------------------*/
.under {
	padding-top: 88px;
}
.under #contents .container:not(:last-of-type) {
	padding-bottom: 0;
}

.under header .header_inner {
	padding-bottom: 0;
}
.under #mainimage {
	padding-bottom: 58rem;
	background: no-repeat center bottom;
}
.under .mv_ttl {
	line-height: 1;
	padding: 15rem 0 9rem;
	text-align: center;
	font-weight: 500;
}
.under .mv_ttl .ttl_en {
	font-size: 1.8rem;
	line-height: 0.8;
	margin-bottom: 3rem;
}
.under .mv_ttl .ttl_main {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 2.4rem;
}
.under .mv_icon img {
	max-width: 50px;
}
.table_main > tbody > tr {
	border-bottom: solid 1px #eaeaea;
}
.table_main > tbody > tr:first-child {
	border-top: solid 1px #000000;
}
.table_main > tbody > tr > th, .table_main > tbody > tr > td {
	padding: 2.3rem 0;
}
.table_main > tbody > tr > th {
	text-align: left;
	vertical-align: top;
	width: 22%;
	font-weight: 500;
}
.table_main > tbody > tr > td {
	width: 78%;
}
.breadcrumb {
	padding: 2rem 3rem 0;
}
.breadcrumb .breadcrumb_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.breadcrumb .breadcrumb_list li:not(:last-child) {
	margin-right: 1rem;
	padding-right: 1.4rem;
	position: relative;
}
.breadcrumb .breadcrumb_list a {
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	padding-right: 1rem;
	position: relative;
}
.breadcrumb .breadcrumb_list li:not(:last-child):after {
	content: '';
	width: 14px;
	height: 2px;
	background: url(../Image/common/img_breadcrubm.png) ;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.breadcrumb .breadcrumb_list li:last-child a {
	pointer-events: none;
}
.under .lead {
	text-align: center;
}
@media screen and (min-width : 992px ) {
.under .h_navi .sub_menu .nav_item:hover {
	color: #959595;
}
}
/*-----------------------------------------------------
当院について	about
------------------------------------------------------*/
#about #mainimage {
	background-image: url(../Image/about/img_main.jpg);
}
#about .doctor_wrap .l_box,
#about .doctor_wrap .r_box {
	width: 50%;
}
#about .doctor_wrap .txt_box {
	padding-right: 5rem;
}
#about .doctor .top .ttl {
	margin-bottom: 2.5rem;
}
#about .doctor .top .ttl .ttl_01 {
	margin-bottom: 2rem;
}
#about .doctor .top .ttl .ttl_en {
	line-height: 1;
}
#about .doctor .career {
	margin-top: 8rem;
}
#about .doctor .career .item {
	position: relative;
	padding-left: 5rem;
	padding-top: 3.3rem;
	padding-bottom: 3.3rem;
}
#about .doctor .career .item:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #eaeaea;
	position: absolute;
	left: 0;
	top: 0;
}
#about .doctor .career .item ul li .year {
	display: inline-block;
	margin-right: 1em;
}

#about .equipment .equipment_list li {
	margin-right: 2.5%;
	width: 31.66%;
}
#about .equipment .equipment_list li:last-child,
#about .equipment .equipment_list li:nth-child(3n) {
	margin-right: 0;
}
#about .equipment .equipment_list li:not(:nth-child(-n+3)) {
	margin-top: 4rem;
}
#about .equipment .equipment_list .txt_box {
	font-size: 2.2rem;
	font-weight: 700;
	color: #68aee3;
	text-align: center;
	line-height: 1.3;
	margin-top: 2rem;
}
@media print, screen and (min-width : 992px) {
}
/*-----------------------------------------------------
診療案内	treatment
------------------------------------------------------*/
#treatment #mainimage {
	background-image: url(../Image/treatment/img_main.jpg);
}
#treatment .anchor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#treatment .anchor .item:nth-child(n+5) {
	margin-top: 2rem;
}
#treatment .anchor .item {
	width: 23.75%;
}
#treatment .anchor a {
	font-size: 1.6rem;
	padding: 2.2rem 0;
	width: 100%;
	position: relative;
}
#treatment .anchor a:after {
	content: '';
	width: 13px;
	height: 8px;
	background: url(../Image/common/arrow_anchor.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2rem;
}
#treatment .treatment_wrap {
	padding-top: 10rem;
}
#treatment .treatment_box {
	counter-increment: num;
}
#treatment .treatment_box:not(:first-child) {
	margin-top: 10rem;
}
#treatment .treatment_box .img_box {
	width: 37.5%;
}
#treatment .treatment_box .img_box.left {
	padding-right: 5rem;
}
#treatment .treatment_box .img_box.right {
	padding-left: 5rem;
}
#treatment .treatment_box .txt_box {
	padding-top: 13rem;
	width: 62.5%;
	position: relative;
}
#treatment .treatment_box .txt_box .inner {
	position: relative;
	padding: 4rem;
	border-radius: 20px;
	border: solid 3px #eaeaea;

}
#treatment .treatment_box .txt_box .inner:before {
	content: 'TREATMENT'' ''0'counter(num);
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1;
	font-size: 1.8rem;
	color: #68aee3;
	position: absolute;
	top: -4.8rem;
	left: 0;
}
#treatment .treatment_box .txt_box .ttl_box {
	display: inline-block;
  position: absolute;
  top: -0.93em;
	margin-left: -2rem;
}
#treatment .treatment_box .txt_box .ttl_box h2 {
	font-size: 3rem;
	font-weight: 500;
}
#treatment .treatment_box .txt_box .ttl_box h2 span {
	background: #fff;
	padding: 0 2rem;
	display: inline-block;
}
#treatment .treatment_box .txt_box p {
	margin-top: 0;
}
#treatment .treatment_box .txt_box p.strong {
	font-weight: 700;
}
#treatment .treatment_box .txt_box p:not(:first-child) {
	margin-top: 0.6rem;
}
#treatment .treatment_box .txt_box .btn {
	margin-top: 2.3rem;
}
#treatment .treatment_box .txt_box .deco_box.box01 {
	width: 61px;
	height: 83px;
}
#treatment .treatment_box .txt_box .deco_box.box02 {
	width: 133px;
	height: 56px;
}
#treatment .treatment_box .txt_box.right .deco_box.box01 {
	right: 42.9rem;
	top: 0;
}

#treatment .treatment_box .txt_box.right .deco_box.box02 {
	right: 13.8rem;
	top: 2.6rem;
}
#treatment .treatment_box .txt_box.left .deco_box.box01 {
	left: 26rem;
	top: 0;
}
#treatment .treatment_box .txt_box.left .deco_box.box02 {
	left: 47.9rem;
	top: 2.6rem;
}
#treatment .treatment_box .txt_box .deco_box.box01 .deco01 {
	top: 0;
	right: 1rem;
}
#treatment .treatment_box .txt_box .deco_box.box01 .deco02 {
	top: 1.8rem;
	left: 0;
}
#treatment .treatment_box .txt_box .deco_box.box01 .deco03 {
	right: 0;
	bottom: 0;
}
#treatment .treatment_box .txt_box .deco_box.box02 .deco01 {
	top: 0;
	left: 4.9rem;
}
#treatment .treatment_box .txt_box .deco_box.box02 .deco02 {
	top: 0.9rem;
	left: 0;
}
#treatment .treatment_box .txt_box .deco_box.box02  .deco03 {
	right: 0;
	bottom: 0;
}
@media print, screen and (min-width : 992px) {
}


/*-----------------------------------------------------
診療共通	treatment_menu
------------------------------------------------------*/

#treatment_menu p.strong {
	font-weight: 700;
}


@media print, screen and (min-width : 992px) {

#treatment_menu .flow.flex_wrap_3 li:nth-child(3){
	margin-right: 0;
}

#treatment_menu .pickup_wrap .txt_box .deco_box.box01 {
	width: 61px;
	height: 83px;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box02 {
	width: 133px;
	height: 56px;
}
#treatment_menu .pickup_wrap .txt_box.right .deco_box.box01 {
	right: 42.9rem;
	top: 0;
}
#treatment_menu .pickup_wrap .txt_box.right .deco_box.box02 {
	right: 13.8rem;
	top: 2.6rem;
}
#treatment_menu .pickup_wrap .txt_box.left .deco_box.box01 {
	left: 26rem;
	top: 0;
}
#treatment_menu .pickup_wrap .txt_box.left .deco_box.box02 {
	left: 47.9rem;
	top: 2.6rem;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box01 .deco01 {
	top: 0;
	right: 1rem;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box01 .deco02 {
	top: 1.8rem;
	left: 0;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box01 .deco03 {
	right: 0;
	bottom: 0;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box02 .deco01 {
	top: 0;
	left: 4.9rem;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box02 .deco02 {
	top: 0.9rem;
	left: 0;
}
#treatment_menu .pickup_wrap .txt_box .deco_box.box02  .deco03 {
	right: 0;
	bottom: 0;
}
}
/*-----------------------------------------------------
内科	internal
------------------------------------------------------*/
#internal #mainimage {
	background-image: url(../Image/internal/img_main.jpg);
}
/*-----------------------------------------------------
消化器内科診療	gastroenterology
------------------------------------------------------*/
#gastroenterology #mainimage {
	background-image: url(../Image/gastroenterology/img_main.jpg);
}
/*-----------------------------------------------------
小児科診療	pediatrics
------------------------------------------------------*/
#pediatrics #mainimage {
	background-image: url(../Image/pediatrics/img_main.jpg);
}
/*-----------------------------------------------------
生活習慣病	lifestyle
------------------------------------------------------*/
#lifestyle #mainimage {
	background-image: url(../Image/lifestyle/img_main.jpg);
}
/*-----------------------------------------------------
健診	examination
------------------------------------------------------*/
#examination #mainimage {
	background-image: url(../Image/examination/img_main.jpg);
}
/*-----------------------------------------------------
ピロリ菌診療	helicobacter
------------------------------------------------------*/
#helicobacter #mainimage {
	background-image: url(../Image/helicobacter/img_main.jpg);
}
/*-----------------------------------------------------
ピ予防接種（ワクチン）	vaccine
------------------------------------------------------*/
#vaccine #mainimage {
	background-image: url(../Image/vaccine/img_main.jpg);
}



/*-----------------------------------------------------
内視鏡検査	endscope
------------------------------------------------------*/
#endscope #mainimage {
	background-image: url(../Image/endscope/img_main.jpg);
}
#endscope span.deco_wave {
	display: inline-block;
	padding: 0 1.4rem;
	padding-bottom: 2.8rem;
}
#endscope span.deco_wave:after {
	width: 100%;
	position: absolute;
	left: 0;
}
#endscope .support .ttl_box .ttl_02 {
	line-height: 1.33;
}
#endscope .support .ttl_box .ttl_en {
	margin-bottom: 1.4rem;
}
#endscope .support span.deco_wave:after {
	margin-top: 1.6rem;
}
#endscope .support .endscope_list li {
	width: 23%;
	margin-right: 2.66%;
}
#endscope .support .endscope_list li:last-child,
#endscope .support .endscope_list li:nth-child(4n) {
	margin-right: 0;
}
#endscope .support .endscope_list li:not(:nth-child(-n+4)) {
	margin-top: 5rem;
}
#endscope .support .endscope_list .txt_box {
	font-size: 2.2rem;
	font-weight: 700;
	color: #68aee3;
	text-align: center;
	line-height: 1.3;
	margin-top: 2rem;
}
#endscope .check_box {
	margin-top: 0;
}
#endscope .check_box .ttl_03 {
	text-align: center;
	margin-bottom: 3rem;
}

#endscope .check_box .check_list li {
	width: 33.333%;
}
#endscope .check_box .check_list li:nth-child(n+4) {
	margin-top: 3rem;
}
#endscope .check_box .list_wrap:not(:first-child) {
	margin-top: 5.3rem;
}
#endscope .trouble .check_box .inner {
	border-radius: 196px;
}
#endscope .check_box .check_list {
	max-width: 900px;
	margin: 0 auto;
}
#endscope .trouble .pickup {
	margin-top: 10rem;
}
#endscope .trouble .pickup .ttl_box .ttl_en {
	padding-left: 6rem;
}
#endscope .seen .check_box .inner {
	border-radius: 247.5px;
}
#endscope .seen .check_box .check_list {
	margin-left: 22.5rem;
}
/* #endscope .seen .check_box .check_list {
	max-width: 750px;
	margin: 0 auto;
} */
#endscope .flow .flow_list {
	margin-top: 5rem;
}
#endscope .flow .flow_list> li {
	width: 31.66%;
	margin-right: 2.5%;
	position: relative;
	counter-increment: circle;
}
#endscope .flow .flow_list> li:last-child {
	margin-right: 0;
}
#endscope .flow .flow_list> li:nth-child(2) {
	margin-top: 4rem;
}
#endscope .flow .flow_list> li:nth-child(3) {
	margin-top: 8rem;
}
#endscope .flow .flow_list> li:before {
	content: counter(circle);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 3.6rem;
	width: 10rem;
	height: 10rem;
	background: #68aee3;
	text-align: center;
	line-height: 10rem;
	position: absolute;
	left: 50%;
	margin-left: -5rem;
	top: -5rem;
	border-radius: 50%;
}
#endscope .flow .flow_list .txt_box {
	margin-top: 2rem;
}
#endscope .flow .flow_list .txt_box .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	color: #68aee3;
	text-align: center;
	line-height: 1;
}
#endscope .flow .flow_list .txt_box p {
	margin-top: 1.3rem;
}
#endscope .flow .flex_wrap_3{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
#endscope .flow .flex_wrap_3 li{
	width: 30%;
}
#endscope .flow .flex_wrap_3 li:nth-child(5) {
	margin-top: 4rem;
}
#endscope .fee .item .ttl_03 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 3rem;
}
#endscope .fee .item {
	max-width: 780px;
	margin: 0 auto;
}
#endscope .fee .item:not(:first-child) {
	margin-top: 6rem;
}
#endscope .fee .item .cnt {

}
#endscope .fee .table_fee {
	border-right: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	margin-top: 1.3rem;
}
#endscope .fee .table_fee tr:first-child {
	border-top: solid 1px #eaeaea;
}
#endscope .fee .table_fee tr {
	border-bottom: solid 1px #eaeaea;
}
#endscope .fee .table_fee th,
#endscope .fee .table_fee td {
	padding: 1.5rem;
	width: 50%;
}
#endscope .fee .table_fee th {
	background: #e7f5ff;
	font-weight: 500;
	text-align: left;
}



#endscope .post_area{
  max-width: 900px;
  margin: 3em auto 0;
  background: #fff;
  border-radius: 30px;
  padding: 2em 3em;
}
#endscope .post_area.sm{
	padding: 0em 2em;
}
#endscope .post_area .ttl_area{
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.5em;
}
#endscope .post_area .post{
	/* margin-top: 2em; */
	font-size: 1.8rem;
	line-height: 1.5;
}
#endscope .post_area .post.colmun2{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
#endscope .post_area .post li{
	position:relative;
	padding-left:1em;
}
#endscope .post_area .post.colmun2 li{
	width:48%;
}
#endscope .post_area .post li:before{
	content:"";
	background:#68AEE3;
	width:8px;
	height:8px;
	display:block;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0.5em;
}
#endscope .post_area .post.colmun1 li:nth-child(n+2){
	margin-top:0.8em;
}
#endscope .post_area .post.colmun2 li:nth-child(n+3){
	margin-top:0.8em;
}
#endscope .post_area .post li a{
display: block;
}
@media screen and (min-width : 992px ) {
	#endscope .post_area .post li a:hover{
	background: #c4e3fa;
	}
}

/*-----------------------------------------------------
お問い合わせ	contact
------------------------------------------------------*/
#contact #mainimage {
	background-image: url(../Image/contact/img_main.jpg);
}
#contact .contact_top {
	text-align: center;
}
#contact .contact_top .tel_box {
	display: inline-block;
	padding: 2rem 3rem;
	text-align: left;
	background: #f0f9ff;
	margin-top: 2.3rem;
	border-radius: 5px;
}
#contact .contact_top .tel_box .inner {
	position: relative;
	padding-left: 6rem;
}
#contact .contact_top .tel_box .inner:before {

	content: '';
	width: 5rem;
	height: 5rem;
	display: block;
	position: absolute;
	left: 0;
	background: url(../Image/contact/icon_tel.png) no-repeat center / contain;
}
#contact .contact_top .tel_box .num {
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	color: #68aee3;
	font-size: 3rem;
	font-weight: 700;
}
#contact .contact_top .tel_box .txt {
	font-size: 1.4rem;
}
.form_wrap  {
  margin-top: 8rem;
}
.form_wrap table tr {
  border-bottom: solid 1px #eaeaea;
}
.form_wrap table tr:first-child {
  border-top: solid 1px #eaeaea;
}
.form_wrap table th,
.form_wrap table td {
  padding: 1.7em 1em 1.7em 0;
}
.form_wrap table th {
  width: 25%;
  font-weight: 500;
  text-align: left;
  position: relative;
}
.form_wrap table td {
  width: 75%;
}
.form_wrap input,
.form_wrap select,
.form_wrap textarea {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.form_wrap input[type="text"],
.form_wrap select,
.form_wrap textarea {
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
  line-height: 1.7;
  border: none;
	background: #f0f9ff;
	border-radius: 5px;
  display: block;
}
.form_wrap textarea {
  width: 80%;
  height: 20rem;
}
.form_wrap input.long {
  width: 80%;
}
.form_wrap input.middle {
  width: 60%;
}
.form_wrap .radio_box label input {
  display: none;
}
.form_wrap .radio_box label input + span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  line-height: 1;
}
.form_wrap .radio_box label input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
}
.form_wrap .radio_box label input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #288f28;
}
.form_wrap .radio_box .item:not(:first-child) {
  margin-top: 1.5rem;
}
.form_wrap .address > li {
	display: table;
	width: 100%;
}
.form_wrap .address > li:not(:first-child) {
	margin-top: 1.5rem;
}
.form_wrap .address > li > * {
	display: table-cell;
  vertical-align: middle;
}
.form_wrap .address > li .txt {
	 width: 18rem;
   padding-right: 2rem;
   white-space: nowrap;
}

.form_wrap .must_fill {
  position: absolute;
  color: #fff;
  background: #68aee3;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem;
  right: 1.7em;
  top: 50%;
  transform: translateY(-50%);
	border-radius: 3px;
}
.form_wrap .btn_wrap {
  text-align: center;
  margin-top: 5rem;
}
.form_wrap .btn_wrap input[type="submit"] {
  display: inline-block;
  margin: 0 2rem;
	width: 25rem;
	cursor: pointer;
	border: none;
	outline: none;
}
.form_wrap .btn_wrap input[type="submit"]:disabled {
	opacity: 0.5;
  pointer-events: none;
}
.form_wrap .btn_wrap input[type="submit"].cancel {
  background: #eee;
  color: #333;
}
.form_wrap th > .sub_txt {
	display: block;
	font-size: 1.4rem;
	color: #959595;
	line-height: 1.4;
	margin-top: 0.5rem;
}
/* confirm */
#contact.confirm #mainimage {
	padding-bottom: 0;
	background: none;
	border-bottom: solid 1px #eaeaea;
}
#contact.confirm .lead {
	font-size: 2.2rem;
	font-weight: 500;
}
/* thanks */
#contact.thanks .form_wrap {
	margin-top: 0;
	text-align: center;
}
#contact.thanks .btn_primary {
	margin: 0 auto;
}
@media only screen and (min-width:767px) {
}
/*-----------------------------------------------------
新着情報
------------------------------------------------------*/
#news #mainimage {
	background-image: url(../Image/news/img_main.jpg);
}
#news .news_archive .term_list{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap: wrap;
	line-height:1;
	font-size: 1.2rem;
	margin-top:-.5em;
	margin-bottom: 1em;
}
#news .news_archive .term_list li{
	margin-top:.5em;
}
#news .news_archive .term_list li:not(:last-child){
	margin-right:1.5em;
}
#news .news_archive .term_list a{
	display:block;
    background:#68aee3;
    color:#fff;
    padding:1em 3em;
    border-radius:3em;
}
#news .news_archive .term_list a.current{
	pointer-events: none;
	background: #182A88;
}
#news .news_archive .news_list {
	margin: 0 auto;
}
#news .news_archive .news_list .inner {
	padding: 2.3rem 2rem;
}
#news .news_single {
	margin: 0 auto;
}
#news .news_single .top_box {
	margin-bottom: 1.4rem;
	margin-bottom: 3rem;
}
#news .news_single .top_box .news_date {
	line-height: 1;
	margin-bottom: 1rem;
	color: #68aee3;
}
#news .news_single .news_ttl {
	font-size: 2.5rem;
	border-bottom: solid 2px #68aee3;
	line-height: 1.5;
	padding-bottom: 1.4rem;
}
#news .news_single .news_cnt h2 {
	font-size: 2.2rem;
	line-height: initial;
}
#news .news_single .news_cnt h3 {
	font-size: 2.0rem;
	line-height: initial;
}
#news .news_single .news_cnt h4 {
	font-size: 1.8rem;
	line-height: initial;
}
#news .news_single .news_cnt p:not(:first-child) {
	margin-top: 1.6rem;
}
#news .news_single .news_cnt + .btn {
	margin-top: 4.3rem;
}

/*-----------------------------------------------------
WP PAGER
------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 7rem;
}
.wp-pagenavi * {
	display: inline-block;
	border-radius: 5px;
	width: 4rem;
	line-height: 4rem;
	text-decoration: none;
	transition: 0.3s linear;
	margin: 0 0.3rem;
	font-size: 1.4rem;
}
.wp-pagenavi *:not(.extend) {
	color: #68aee3;
	background: #f0f9ff;
}
.wp-pagenavi a {
}
.wp-pagenavi .current {
	background-color: #68aee3;
	color: #fff;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
	padding: 0 0.5em;
	box-sizing: content-box;
}

@media screen and (min-width : 992px ) {
.wp-pagenavi a:hover {
	color: #fff;
	background: #68aee3;
}
}
/*-----------------------------------------------------
プライバシーポリシー
------------------------------------------------------*/
#privacypolicy #mainimage {
	background-image: url(../Image/privacypolicy/img_main.jpg);
}
#privacypolicy .privacy_list {
	margin-top: 7.3rem;
}
#privacypolicy .privacy_list li {

}
#privacypolicy .privacy_list li:not(:first-child) {
	margin-top: 5rem;
}
#privacypolicy .privacy_list li > .ttl {
	line-height: 1.4;
	font-weight: 500;
	font-size: 2rem;
}
#privacypolicy .privacy_list .ttl span {
	color: #68aee3;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	padding-right: 0.5em;
}
#privacypolicy .privacy_list .ttl + p {
	margin-top: 1.8rem;
}
#privacypolicy .privacy_list .ga {
	margin-top: 1.5rem;
}
#privacypolicy .privacy_list .ga > .ttl {
	font-size: 1.8rem;
}
#privacypolicy .privacy_list .ga .link a {
	text-decoration: underline;
}
/*-----------------------------------------------------
サイトマップ
------------------------------------------------------*/
#sitemap #mainimage {
	background-image: url(../Image/sitemap/img_main.jpg);
}
#sitemap .sitemap_list {
	justify-content: space-between;
}
#sitemap .sitemap_list li {
	width: 23%;
}
#sitemap .sitemap_list li:nth-child(n+5) {
	margin-top: 3rem;
}
#sitemap .sitemap_list .inner {
	display: block;
	padding: 2.3rem 2rem;
	position: relative;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
#sitemap .sitemap_list .inner::before {
	content: '';
	width: 8px;
	height: 13px;
	background: url(../Image/common/arrow_txt_link.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 2rem;
	transition: 0.4s ease-in-out;
}
@media only screen and (min-width:992px) {
	#sitemap .sitemap_list .inner:hover{
		color: #68aee3;
	}
	#sitemap .sitemap_list .inner:hover:before {
		right: 1.5rem;
	}
}
/*-----------------------------------------------------
404
------------------------------------------------------*/
#not_found #mainimage {
	background: none;
	padding-bottom: 0;
	border-bottom: solid 1px #eaeaea;
}
#not_found .message {
	text-align: center;
}
#not_found .btn_wrap {
	margin-top: 4.3rem;
}
#not_found .btn_wrap .btn:nth-child(2) {
	margin-top: 2rem;
}
/*----------------------------------------------------

 (max-width : 1199px) 1199px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1199px ) {
footer .f_top .f_nav li:not(:last-child) {
	padding-right: 2rem;
	margin-right: 2rem;
}
/*-----------------------------------------------------
当院について	about
------------------------------------------------------*/
#about .doctor .career .item {
	padding-left: 3rem;
	padding-right: 3rem;
}

/*-----------------------------------------------------
内視鏡検査	endscope
------------------------------------------------------*/
#endscope .flow .flow_list >li:before {
	width: 8rem;
	height: 8rem;
	line-height: 8rem;
	top: -4rem;
	margin-left: -4rem;
}
/*-----------------------------------------------------
会社情報	company
------------------------------------------------------*/

/*-----------------------------------------------------
採用情報	recruit
------------------------------------------------------*/

/*-----------------------------------------------------
お問い合わせ	contact
------------------------------------------------------*/


}

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

(min-width : 992px) and (max-width : 1199px)　ノートPCのみ

*----------------------------------------------------*/
@media (min-width : 992px) and (max-width : 1199px) {
	#top .reason .reason_list .txt_box {
		font-size: 1.8rem;
	}
	#about .doctor .career .item ul li {
		display: table;
	}
	#about .doctor .career .item ul li .year {
		display: table-cell;
		width: 4.5em;
	}
	#endscope .support .endscope_list .txt_box {
		font-size: 1.8rem;
	}
	#endscope .trouble .check_box .check_list {
		margin-left: 8rem;
	}
	#endscope .trouble .check_box .check_list li {
		width: auto;
		margin-right: 3rem;
	}
	#endscope .seen .check_box .check_list {
		margin-left: 10rem;
	}
	#endscope .check_box .check_list li:last-child {
		margin-right: 0;
	}
	.check_box .inner {
		padding: 8rem 5rem;
	}
}
