@charset "UTF-8";
/*--------------------------------------
　under mv
---------------------------------------*/
.under .mv {
	width: 100%;
	min-width: 1100px;
  background: #E9E5E2;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.under .mv .mv_inner {
  position: relative;
}
.under .mv .mv_inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 0;
}
.under .mv .mv_block {
  max-width: 1100px;
  height: 450px;
  margin: auto;
  position: relative;
}
.under .mv .mv_txt {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);		
}
.under .mv .mv_txt p {
	color: #545F79;
	font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 8px;
}
.under .mv .mv_txt h1 {
	color: #545F79;
	font-size: 36px;
	font-family: "Shippori Mincho", serif;
  line-height: 1.3em;
}

/*----- medical_area -----*/
.under.medical_area .mv .mv_block_inner {
  position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);	
}
.under.medical_area .mv .mv_block_flex {
  display: flex;
  align-items: center;
}
.under.medical_area .mv .mv_txt {
	position: inherit;
	width: inherit;
	top: inherit;
	left: inherit;
	transform: translate(0,0);
  margin: 0 70px 0 0;
}
.under.medical_area .mv .mv_catch p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  line-height: 2.3em;
}
.under.medical_area .mv .mv_txt p,
.under.medical_area .mv .mv_txt h1 {
  color: #fff;
}
.under.prevention .mv {
  background: url("../images/prevention_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.sterilization .mv {
  background: url("../images/sterilization_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.orthopedics .mv {
  background: url("../images/orthopedics_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.oncology .mv {
  background: url("../images/oncology_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.neurology .mv {
  background: url("../images/neurology_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.alternative .mv {
  background: url("../images/alternative_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.arthroscopic .mv {
  background: url("../images/arthroscopic_mv.jpg") center center no-repeat;
  background-size: cover;
}
.under.rehabilitation .mv {
  background: url("../images/rehabilitation_mv.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
.under .mv {
	min-width: 100%;
  padding: 0 20px;
}
.under .mv .mv_inner::before {
  width: 100%;
  height: 40px;
  border-radius: 5px 5px 0 0;
}
.under .mv .mv_block {
  max-width: 100%;
  height: 400px;
}
.under .mv .mv_txt {
	transform: translate(0,-30%);		
}  
.under .mv .mv_txt p {
	font-size: 12px;
  margin: 0 0 5px;
}
.under .mv .mv_txt h1 {
	font-size: 20px;
}
  
/*----- medical_area -----*/
.under.medical_area .mv .mv_block_inner {
  position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);	
}
.under.medical_area .mv .mv_block_flex {
  display: block;
}
.under.medical_area .mv .mv_txt {
  margin: 0 0 25px 0;
}
.under.medical_area .mv .mv_catch p {
  font-size: 11px;
  line-height: 2.0em;
} 
}





/*--------------------------------------
　Pankuzu
---------------------------------------*/
.bc-list {
	color: #545F79;
	font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 130px;
  right: 0;
}
.bc-list > span {
  display: inline;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
	position: relative;
}
.bc-list > span::before {
	content: "";
	position: absolute;
	width: 12px;
  height: 1px;
	background: #545F79;
	top: 50%;
	right: -7px;
	margin: 1px 0 0;
	transform: rotate(-55deg);
}
.bc-list > span:last-of-type {
  padding: 0;
  margin: 0;
}
.bc-list > span:last-of-type::before {
  content: none;
}
.bc-list a {
	color: #545F79;
	line-height: 1.8;
	display: inline-block!important;
}

/*----- medical_area -----*/
.under.medical_area .bc-list {
  color: #9ba3a9;
}
.under.medical_area .bc-list > span::before {
	background: #9ba3a9;
}
.under.medical_area .bc-list a {
  color: #9ba3a9;
}

@media screen and (max-width: 768px) {
.bc-list {
	font-size: 10px;
  bottom: 50px;
}
.bc-list > span {
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}
.bc-list > span::before {
	width: 11px;
	right: -6px;
	margin: 0 0 0;
}
}





/*--------------------------------------
  under 共通
---------------------------------------*/
.under .fs_18 {
	font-size: 18px;
}
.under .wd_25 {
	width: 25%;
}
.under a.t_deco {
	text-decoration: underline;
	display: inline-block;
}
.under .sec {
	margin: 0 auto 120px;
}
.under .sec.add {
	margin: 0 auto 0;
}
.under .sec:last-child {
	margin: 0 auto 150px;
}
.under .block {
	margin: 0 auto 70px;
}
.under .block:last-child {
	margin: 0 auto 0;
}
.under .box {
	margin: 0 auto 50px;
}
.under .box:last-child {
	margin: 0 auto 0;
}
.under .pd_120 {
  padding: 120px 0;
  box-sizing: border-box;
}

/*----- upward -----*/
.under .upward {
  margin: -30px auto 0!important;
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
.under .fs_18 {
	font-size: 16px;
}  
.under .wd_25 {
	width: 100%;
}  
.under .sec {
	margin: 0 auto 70px;
}
.under .sec:last-child {
	margin: 0 auto 70px;
}  
.under .block {
	margin: 0 auto 40px;
}	
.under .box {
	margin: 0 auto 40px;
}
.under .pd_120 {
  padding: 70px 0;
  box-sizing: border-box;
}  
  
/*----- upward -----*/
.under .upward {
  margin: -20px auto 0!important;
  padding: 0 20px;
}  
}





/*--------------------------------------
　ttl_box
---------------------------------------*/

/*----- ttl_box_border -----*/
.under .ttl_box_border {
  border-bottom: 1px solid #D6D6D6;
  padding: 0 0 30px;
  box-sizing: border-box;
}

/*---------- ttl_box01 ----------*/

/* ttl_box01_a */
.under .ttl_box01_a {
	margin: 0 auto 30px;
}
.under .ttl_box01_a p.ttl_txt {
	color: #2C2C2C;
	font-size: 24px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5em;
}
.under .ttl_box01_a p.txt01 {
  margin: 0 0 15px;
}
.under .ttl_box01_a p.txt02 {
  margin: 25px 0 20px;
}
.under .ttl_box01_a h2 {
	color: #545F79;
	font-size: 32px;
	font-family: "Shippori Mincho", serif;
  line-height: 1.5em;
}
.under .ttl_box01_a h2.white {
	color: #fff;
}

/* ttl_box01_b */
.under .ttl_box01_b p.ttl_eng {
  color: #F3F6F8;
	font-size: 110px;
	margin: 0 0 20px;
}
.under .ttl_box01_b h2 {
	color: #545F79;
	font-size: 32px;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5em;
}
.under .ttl_box01_b h2 span {
  font-size: 20px;
}

/* ttl_box01_c */
.under .ttl_box01_c {
  display: flex;
  align-items: flex-end;
}
.under .ttl_box01_c.blue h2 {
  color: #545F79;
}
.under .ttl_box01_c.white h2,
.under .ttl_box01_c.white p {
  color: #fff;
}
.under .ttl_box01_c h2 {
	font-size: 38px;
  font-family: "Open Sans", sans-serif;
	margin: 0 25px 0 0;
}
.under .ttl_box01_c p {
	font-size: 16px;
  margin: 0 0 3px;
}

/* ttl_box01_d */
.under .ttl_box01_d h2 {
  color: #545F79;
	font-size: 32px;
	font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 90px;
  position: relative;
}
.under .ttl_box01_d h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #545F79;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

/*----- ttl_box02 -----*/

/* ttl_box02_a */
.under .ttl_box02_a {
	margin: 0 0 30px;
}
.under .ttl_box02_a h3 {
  color: #545F79;
	font-size: 24px;
  font-family: "Shippori Mincho", serif;
	background: #F5F5F5;
	border-radius: 5px;
	text-align: justify;
	line-height: 1.5em;
	padding: 15px 25px 15px 25px;
	box-sizing: border-box;
	position: relative;
}
.under .ttl_box02_a h3.white {
  background: #FFFFFF;
}

/* ttl_box02_b */
.under .ttl_box02_b {
	margin: 0 0 20px;
}
.under .ttl_box02_b h3 {
  color: #545F79;
	font-size: 24px;
  font-family: "Shippori Mincho", serif;
	text-align: center;
}

/* ttl_box02_c */
.under .ttl_box02_c {
	margin: 0 0 20px;
}
.under .ttl_box02_c h3 {
  color: #545F79;
	font-size: 24px;
  font-weight: bold;
	text-align: justify;
  line-height: 1.5em;
}

/*---------- ttl_box03 ----------*/

/* ttl_box03_a */
.under .ttl_box03_a {
	margin: 0 0 20px;
}
.under .ttl_box03_a h4 {
  color: #fff;
	font-size: 16px;
	font-weight: bold;
  background: #545F79;
  border-radius: 3px;
	text-align: justify;
	line-height: 1.5em;
  padding: 8px 15px;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  
/*----- ttl_box_border -----*/
.under .ttl_box_border {
  padding: 0 0 20px;
}

/*---------- ttl_box01 ----------*/
  
/* ttl_box01_a */  
.under .ttl_box01_a {
	margin: 0 auto 20px;
}
.under .ttl_box01_a p.ttl_txt {
	font-size: 17px;
  line-height: 1.5em;
}
.under .ttl_box01_a p.txt01 {
  margin: 0 0 10px;
}
.under .ttl_box01_a p.txt02 {
  margin: 15px 0 15px;
}
.under .ttl_box01_a h2 {
	font-size: 5.3vw;
  line-height: 1.5em;
}

/* ttl_box01_b */   
.under .ttl_box01_b p.ttl_eng {
	font-size: 13vw;
	margin: 0 0 20px;
}
.under .ttl_box01_b h2 {
	font-size: 5.3vw;
	line-height: 1.5em;
}

/* ttl_box01_c */  
.under .ttl_box01_c {
  display: flex;
  align-items: flex-end;
}
.under .ttl_box01_c h2 {
	font-size: 32px;
	margin: 0 15px 0 0;
}
.under .ttl_box01_c p {
	font-size: 14px;
  margin: 0 0 3px;
}

/* ttl_box01_d */  
.under .ttl_box01_d h2 {
	font-size: 5.3vw;
  line-height: 1.5em;
  margin: 0 0 60px;
}
.under .ttl_box01_d h2::before {
  bottom: -20px;
}

/*----- ttl_box02 -----*/
  
/* ttl_box02_a */   
.under .ttl_box02_a {
	margin: 0 0 20px;
}
.under .ttl_box02_a h3 {
	font-size: 18px;
	border-radius: 3px;
	line-height: 1.3em;
	padding: 10px 15px 10px 15px;
}
  
/* ttl_box02_b */
.under .ttl_box02_b {
	margin: 0 0 20px;
}
.under .ttl_box02_b h3 {
  font-size: 18px;
}

/* ttl_box02_c */
.under .ttl_box02_c {
	margin: 0 0 15px;
}
.under .ttl_box02_c h3 {
	font-size: 16px;
  line-height: 1.5em;
}  

/*---------- ttl_box03 ----------*/

/* ttl_box03_a */
.under .ttl_box03_a {
	margin: 0 0 13px;
}
.under .ttl_box03_a h4 {
	font-size: 13px;
	line-height: 1.3em;
  padding: 7px 10px;
}
}





/*--------------------------------------
　ttl_paren_area
---------------------------------------*/
.under .ttl_paren_area {
  padding: 80px 0;
	box-sizing: border-box;
  position: relative;
}
.under .paren_top::before,
.under .paren_top::after,
.under .paren_under::before,
.under .paren_under::after {
	content: "";
  display: block;
  position: absolute;
	width: 100px;
	height: 100px;
}
.under .paren_top::before {
	border-top: 1px solid #D6D6D6;
	top: 20px;
	left: 0;
}
.under .paren_top::after {
	border-left: 1px solid #D6D6D6;
	top: 0;
	left: 20px;
}
.under .paren_under::before {
	border-bottom: 1px solid #D6D6D6;
	bottom: 20px;
	right: 0;
}
.under .paren_under::after {
	border-right: 1px solid #D6D6D6;
	bottom: 0;
	right: 20px;
}

@media screen and (max-width: 768px) {
.under .ttl_paren_area {
  padding: 60px 20px;
}
.under .paren_top::before,
.under .paren_top::after,
.under .paren_under::before,
.under .paren_under::after {
	width: 50px;
	height: 50px;
}
.under .paren_top::before {
	top: 10px;
}
.under .paren_top::after {
	left: 10px;
}
.under .paren_under::before {
	bottom: 10px;
}
.under .paren_under::after {
	right: 10px;
}  
}





/*--------------------------------------
　eng_txt_positon
---------------------------------------*/
.under .eng_txt_positon .ttl_box01_a {
  position: relative;
  z-index: 10;
}
.under .eng_txt_positon {
  position: relative;
}
.under .eng_txt {
  content: "";
	display: block;
	position: absolute;
  font-size: 110px;
  text-align: center;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.under .eng_txt01 {
  color: #ebeef0;
}
.under .eng_txt02 {
  color: #f4f6f8;
}

@media screen and (max-width: 768px) {
.under .eng_txt {
  font-size: 13vw;
  top: -8px;
} 
}





/*--------------------------------------
　btn
---------------------------------------*/

/*------ btn 共通 -----*/
.under .btn.b_center {
  text-align: center;
}
.under .btn.b_right {
  text-align: right;
}
.under .btn a {
  text-align: left;
	padding: 0 0 15px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}

/*------ btn01 -----*/
.under .btn01 a {
	width: 210px;
	font-size: 16px;
}
.under .btn02 a {
	width: 100%;
	font-size: 14px;
}
.under .btn.blue a {
  color: #545F79;
}
.under .btn.white a {
  color: #fff;
}
.under .btn.green a {
  color: #35D276;
}
.under .btn a::before,
.under .btn a::after {
  content: "";
	display: block;
	position: absolute;
}
.under .btn a::before {
	width: 100%;
	height: 1px;
	bottom: 0;
	right: 0;
}
.under .btn.blue a::before {
  background: #545F79;
}
.under .btn.white a::before {
  background: #fff;
}
.under .btn.green a::before {
  background: #35D276;
}
.under .btn a::after {
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
}
.under .btn.blue a::after {
	background: url("../images/arrow_01.png") center center no-repeat;
  background-size: 100% auto;
}
.under .btn.white a::after {
	background: url("../images/arrow_02.png") center center no-repeat;
  background-size: 100% auto;
}
.under .btn.green a::after {
	background: url("../images/arrow_03.png") center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {

/*------ btn 共通 -----*/
.under .btn.b_right {
  text-align: center;
} 
.under .btn a {
	padding: 0 0 10px;
}
  
/*------ btn01 -----*/  
.under .btn01 a {
	width: 70%;
	font-size: 13px;
}
.under .btn02 a {
	width: 70%;
	font-size: 13px;
}
.medical .sec03 .left .btn01 a {
	width: 150px;
}  
.under .btn a::after {
	width: 16px;
	height: 16px;
}  
}





/*--------------------------------------
　btn_box01
---------------------------------------*/
.btn_box01.b_center {
  display: flex;
  justify-content: center;
}
.btn_box01 .btn01 {
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
.btn_box01.b_center {
  display: block;
}
.btn_box01 .btn01 {
  text-align: center;
  margin: 0 auto 30px;
}  
}





/*--------------------------------------------------
  fx_box
--------------------------------------------------*/

/*------ fx_box01 -----*/
.fx_box01 .img_box {
	width: 40%;
}
.fx_box01 .img_box img{
	border-radius: 10px;
}
.fx_box01 .txt_box {
	width: 55%;
}

@media screen and (max-width: 768px) {

/*------ fx_box01 -----*/	
.fx_box01 .img_box {
	width: 100%;
	margin: 0 0 20px;
}
.fx_box01 .txt_box {
	width: 100%;
}
}





/*--------------------------------------
　img_list
---------------------------------------*/
.under .img_list {
	display: flex;
	flex-wrap: wrap;
}
.under .img_list .wrap {
	width: 31%;
	margin: 0 3.5% 40px 0;
}
.under .img_list .wrap:nth-of-type(3n) {
	margin: 0 0 40px 0;
}
.under .img_list .wrap img {
	border-radius: 10px;
}

/* intro_txt */
.under .intro_txt .wrap {
	position: relative;
}
.under .intro_txt .wrap p {
	width: 100%;
	color: #fff;
  font-size: 15px;
	font-weight: bold;
	background: rgba(84,95,121,0.85);
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}
.under .intro_txt .wrap p img {
	width: 12px;
	/*height: 12.1875px;*/
	margin: 3px 10px 0;
}

/* img_list02 */
/*.under .img_list02 .wrap h4 {
	font-size: 20px;
	line-height: 1.5em;
	margin: 20px 0 15px;
}*/

@media screen and (max-width: 768px) {
.under .img_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	
.under .img_list .wrap {
	width: 100%;
	margin: 0 0 20px;
}
.under .img_list .wrap:nth-of-type(3n) {
	margin: 0 0 20px 0;
}
.under .img_list .wrap:last-child {
  margin: 0 0 0;
}
.under .img_list .wrap img {
	border-radius: 10px;
}	
	
/* intro_txt */	
.under .intro_txt .wrap p {
	font-size: 13px;
	border-radius: 0 0 10px 10px;
	padding: 13px 0;
}
.under .intro_txt .wrap p img {
	width: 10px;
	margin: 2px 8px 0;
}	
	
/* img_list02 */
/*.under .img_list02 .wrap h4 {
	font-size: 18px;
	margin: 18px 0 5px;
}
.under .img_list02 .wrap p {
  line-height: 1.5em;
}*/	
}





/*--------------------------------------
　u_list
---------------------------------------*/

/*----- list_center_parent -----*/
.under .list_center_parent {
  text-align: center;
}
.under .u_list01.li_center {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

/*----- u_list01 -----*/
.under .u_list01 li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.under .u_list01 li:last-child {
	margin: 0 0 0;
}
.under .u_list01 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #545F79;
	border-radius: 100px;
	box-sizing: border-box;
	top: 10px;
	left: 0;
}

@media screen and (max-width: 768px) {
  
/*----- list_center_parent -----*/
.under .list_center_parent {
  text-align: justify;
}

/*----- u_list01 -----*/
.under .u_list01 li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.under .u_list01 li::before {
	width: 7px;
	height: 7px;
	top: 8px;
}	
}





/*--------------------------------------
　o_list
---------------------------------------*/
.o_list01 {
	list-style-type: none;
	counter-reset: item;
}
.o_list01 li {
  text-align: justify;
	line-height: 1.8em;
	margin: 0 0 5px;
	padding: 0 0 0 23px;
	box-sizing: border-box;
	position: relative;
}
.o_list01 li:last-child {
  margin: 0 0 0;
}
.o_list01 li:before{
	position: absolute;
	color: #545F79;
	font-size: 17px;
  font-weight: bold;
	left: 0;
	top: 0;
  counter-increment: item;
  content: counter(item)".";
}

@media screen and (max-width: 768px) {
.o_list01 li {
	line-height: 1.8em;
	margin: 0 0 5px;
	padding: 0 0 0 17px;
}
.o_list01 li:before{
	font-size: 15px;
	top: 0;
}	
}





/*--------------------------------------
　table_box
---------------------------------------*/

/*---------- table_box01 ----------*/
.table_box01 table {
  width: 100%;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
	border-collapse: collapse;
  border-spacing: 0;
}
.table_box01 table tr {
  width: 100%;
  box-sizing: border-box;
}
.table_box01 thead th {
  font-size: 18px;
  font-weight: bold;
  background: #F5F5F5;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
  padding: 20px 20px;
  box-sizing: border-box;
}
.table_box01.blue thead th {
  color: #fff;
  background: #545F79;
}
.table_box01.wd_33 thead th {
  width: 33.333%;
}
.table_box01.wd_50 thead th {
  width: 50%;
}
.table_box01 table td {
  font-size: 16px;
  background: #fff;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.table_box01 thead th {
  font-size: 13px;
  padding: 20px 10px;
}
.table_box01 table td {
  font-size: 12px;
  text-align: justify;
  line-height: 1.5em;
  padding: 15px 10px;
}
}





/*--------------------------------------
　main_txt
---------------------------------------*/
.under .main_txt .left {
	width: 50%;
}
.under .main_txt .right {
	width: 40%;
}
.under .main_txt .right img {
  border-radius: 10px;
}
.under .main_txt .txt_box {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
.under .main_txt .left {
	width: 100%;
}
.under .main_txt .right {
	width: 100%;
  margin: 0 0 30px;
}
.under .main_txt .right img {
  border-radius: 5px;
}
.under .main_txt .txt_box {
  margin: 0 0 30px;
}  
}





/*--------------------------------------
　contents
---------------------------------------*/
.under .contents {
  height: 550px;
  position: relative;
}
.under .contents .inner {
  height: 550px;
  position: relative;
}
.under .contents .img_box {
  width: 60%;
  height: 550px;
}
.under .contents01 .img_box {
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.under .contents02 .img_box {
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.under .txt_area {
  width: 83%;
  position: absolute;
}
.under .contents .txt_area.yes_eng01 {
  top: 200px;
}
.under .contents .txt_area.yes_eng02 {
  top: 90px;
}
.under .contents .txt_area.no_eng {
  top: 330px;
}
.under .contents01 .txt_area {
  right: 0;
}
.under .contents02 .txt_area {
  left: 0;
}
.under .contents .txt_box {
  background: #fff;
}
.under .contents01 .txt_box {
  border-radius: 10px 0 0 10px;
  padding: 40px 0 0 50px;
  box-sizing: border-box;
}
.under .contents02 .txt_box {
  border-radius: 0 10px 10px 0;
  padding: 40px 50px 0 0;
  box-sizing: border-box;
}
.about .sec04 .contents01 .img_box {
  background: url("../images/about_01.jpg") center top no-repeat;
  background-size: cover;
}
.about .sec04 .contents02 .img_box {
  background: url("../images/about_02.jpg") center top no-repeat;
  background-size: cover;
}
.story .sec05 .contents01 .img_box {
  background: url("../images/story_02.jpg") center top no-repeat;
  background-size: cover;
}
.medical .sec02 .contents01 .img_box {
  background: url("../images/medical_01.jpg") center center no-repeat;
  background-size: cover;
}
.about .sec04 .contents01 {
  margin: 0 0 150px;
}
.about .sec04 .contents02 {
  margin: 0 0 200px;
}
.story .sec05 .contents01 {
  margin: 0 0 300px;
}
.medical .sec02 .contents01 {
  margin: 0 0 200px;
}

@media screen and (max-width: 768px) {
.under .contents {
  height: 100%;
  position: inherit;
}
.under .contents .inner {
  height: 100%;
  position: relative;
}
.under .contents .img_box {
  width: 100%;
  height: auto;
}
.under .contents01 .img_box {
  border-radius: 0 10px 10px 0;
  position: inherit;
  top: inherit;
  left: inherit;
  z-index: 0;
  width: calc(100% + 20px);
  margin: 20px 0 30px -20px;
}
.under .contents02 .img_box {
  border-radius: 10px 0 0 10px;
  position: inherit;
  top: inherit;
  right: inherit;
  z-index: 0;
  width: calc(100% + 20px);
  margin: 20px -20px 30px 0;
}
.under .contents01 .img_box img{
  border-radius: 0 10px 10px 0;
}   
.under .contents02 .img_box img{
  border-radius: 10px 0 0 10px;
}
.under .txt_area {
  width: 100%;
  position: inherit;
}
.under .contents .txt_area.yes_eng01 {
  top: inherit;
}
.under .contents .txt_area.yes_eng02 {
  top: inherit;
}
.under .contents .txt_area.no_eng {
  top: inherit;
}
.under .contents01 .txt_area {
  right: inherit;
}
.under .contents02 .txt_area {
  left: inherit;
}
.under .contents01 .txt_box {
  border-radius: 10px 0 0 10px;
  padding: 0 0 0 0;
}
.under .contents02 .txt_box {
  border-radius: 0 10px 10px 0;
  padding: 0 0 0 0;
}
.about .sec04 .contents01 .img_box,
.about .sec04 .contents02 .img_box,
.story .sec05 .contents01 .img_box,
.medical .sec02 .contents01 .img_box  {
  background: none;
  background-size: cover;
}
.about .sec04 .contents01,
.about .sec04 .contents02,
.story .sec05 .contents01,
.medical .sec02 .contents01 {
  margin: 0 0 70px;
}  
}





/*--------------------------------------
　sns_box
---------------------------------------*/
.under .sns_box ul {
  display: flex;
}
.under .sns_box li a {
  width: 50px;
  margin: 0 10px 0 0;
}
.under .sns_box li img {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
.under .sns_box li a {
  width: 45px;
  margin: 0 10px 0 0;
}
.under .sns_box li img {
  border-radius: 5px;
}  
}





/*--------------------------------------
　line_box
---------------------------------------*/
.under .line_box {
  border: 1px solid #D6D6D6;
  padding: 40px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.under .line_box {
  padding: 30px 20px;
}  
}





/*--------------------------------------
　staff
---------------------------------------*/

/* director */
.staff .director {
  border-bottom: 1px solid #D6D6D6;
	margin: 0 0 50px;
  padding: 0 0 50px;
  box-sizing: border-box;
}
.under .director .txt_box h4,
.under .staff_item h4 {
	color: #545F79;
  font-family: "Shippori Mincho", serif;
	border-bottom: 1px solid #545F79;
	line-height: 1em;
	margin: 0 0 20px;
	padding: 0 0 8px;
	box-sizing: border-box;
}
.under .director .txt_box h4 {
	font-size: 26px;
}
.under .staff_item h4 {
	font-size: 23px;
  text-align: center;
}
.staff .director a {
	width: 50%;
  margin: 30px 0 0;
}

/* staff_parts 共通 */
.staff .staff_parts01,
.staff .staff_parts02 {
  display: flex;
  flex-wrap: wrap;
}
.staff .staff_parts01.center,
.staff .staff_parts02.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* staff_item */
.staff .staff_item {
  border: 2px solid #545F79;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.staff .staff_parts01 .staff_item {
	width: 48%;
  margin: 0 4% 40px 0;
}
.staff .staff_parts01 .staff_item:nth-child(even) {
  margin: 0 0 40px;
}
.staff .staff_parts02 .staff_item {
	width: 30.666%;
  margin: 0 4% 40px 0;
}
.staff .staff_parts02 .staff_item:nth-of-type(3n) {
  margin: 0 0 40px;
}
.staff .staff_parts01.center .staff_item,
.staff .staff_parts02.center .staff_item {
  margin: 0 2% 40px 2%;
}
.staff .odd .staff_item {
  background: #f5f8fb;
}
.staff .even .staff_item {
  background: #fff;
}

@media screen and (max-width: 768px) {
  
/* director */  
.under .director {
	margin: 0 0 40px;
  padding: 0 0 30px;
}	
.under .director .txt_box h4,
.under .staff_item h4 {
	margin: 0 0 20px;
	padding: 0 0 8px;
}
.under .director .txt_box h4 {
	font-size: 22px;
}
.under .staff_item h4 {
	font-size: 18px;
}
.under .director a {
	width: 70%;
  margin: 20px auto 0;
}
  
/* staff_parts 共通 */
.staff .staff_parts01 {
  display: block;
}
.staff .staff_parts01.center {
  display: block;
} 

/* staff_item */
.staff .staff_item {
  border: 1px solid #545F79;
  border-radius: 5px;
  padding: 20px;
}
.staff .staff_parts01 .staff_item {
	width: 100%;
  margin: 0 0 20px 0;
}
.staff .staff_parts01 .staff_item:nth-child(even) {
  margin: 0 0 20px;
}
.staff .staff_parts02 .staff_item {
	width: 48%;
  margin: 0 4% 20px 0;
}
.staff .staff_parts02 .staff_item:nth-child(even) {
  margin: 0 0 20px 0;
}
.staff .staff_parts02 .staff_item:nth-of-type(3n) {
  margin: 0 4% 20px 0;
}
.staff .staff_parts01.center .staff_item,
.staff .staff_parts02.center .staff_item {
  margin: 0 0 20px;
} 
}





/*--------------------------------------
　case_area
---------------------------------------*/
.under .case_area {
  margin: 30px 0 90px;
}
.under .case_area .news_block .news_list {
	display: flex;
}
.under .case_area .news_block .news_list li {
	width: 22.5%;
  margin: 0 3.333% 0 0;
}
.under .case_area .news_block .news_list li:last-child {
  margin: 0 0 0 0;
}
.under .case_area .news_block .news_list .img_box {
  margin: 0 0 20px;
}
.under .case_area .news_block .news_list .img_box img {
  height: 147.88px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  object-fit: cover;
}
.under .case_area .news_block .news_list .news_ttl {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #878FA1;
	text-align: justify;
	line-height: 1.5em;
  margin: 0 0 15px;
  padding: 0 0 10px;
  box-sizing: border-box;
}
.under .case_area .news_block .news_list .cate_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.under .case_area .news_block .news_list .cate span {
	color: #fff;
	font-size: 13px;
}
.under .case_area .news_block .news_list .tag {
  display: flex;
}
.under .case_area .news_block .news_list .tag span {
	color: #fff;
	font-size: 13px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
.under .case_area .case_area {
  margin: 20px 0 50px;
}
.under .case_area .news_block .news_list {
	display: block;
}
.under .case_area .news_block .news_list li {
	width: inherit;
  margin: 0 0 0 0;
}  
.under .case_area .news_block .news_list .img_box {
  margin: 0 0 20px;
}
.under .case_area .news_block .news_list .img_box img {
  height: 200px;
}  
.under .case_area .news_block .news_list .news_ttl {
  font-size: 15px;
	line-height: 1.5em;
  margin: 0 0 15px;
  padding: 0 0 8px;
}
.under .case_area .news_block .news_list .cate span {
	font-size: 11px;
}
.under .case_area .news_block .news_list .tag span {
	font-size: 11px;
  margin: 0 0 0 10px;
}  
}





/*--------------------------------------
　acc_area
---------------------------------------*/
.acc_area dl {
	margin: 0 0 20px;
}
.acc_area .dt_q {
  background: #fff;
  border: 1px solid #D6D6D6;
  padding: 20px 70px 20px 25px;
	box-sizing: border-box;
  cursor: pointer;
	position: relative;
}
.acc_area .dt_q:before,
.acc_area .dt_q:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	background: #545F79;
	transition: all 0.4s;
}
.acc_area .dt_q:after {
	transform: rotate(90deg);
}
.acc_area .dt_q.open:before {
  display: none;
}
.acc_area .dt_q.open::after {
  transform: rotate(180deg);
}
.acc_area .dd_a {
  display: none;
	background: #fff;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 20px 40px 20px 25px;
	box-sizing: border-box;
}
.acc_area .dt_inner {
	display: flex;
	align-items: flex-start;
}
.acc_area .dd_inner {
	display: flex;
	align-items: flex-start;
}
.acc_area .dd_a.show {
	display: block;
}

/*----- icon -----*/
.acc_area .icon {
	width: 4%;
}
.acc_area .icon_q p {
  color: #545F79;
	font-size: 24px;
	font-weight: bold;
}
.acc_area .icon_a p {
	color: #da6e7b;
	font-size: 24px;
	font-weight: bold;
}

/*----- txt -----*/
.acc_area .txt_q,
.acc_area .txt_a {
	width: 96%;
}
.acc_area .txt_q p,
.acc_area .txt_a p {
	text-align: justify;
	line-height: 1.8em;
}
.acc_area .txt_q p {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
.acc_area dl {
	margin: 0 0 10px;
}
.acc_area .dt_q {
  padding: 15px 55px 15px 20px;
}	
.acc_area .dt_q:before,
.acc_area .dt_q:after {
	width: 18px;
}	
.acc_area .dd_a {
  padding: 20px 30px 20px 20px;
}	

/*----- icon -----*/
.acc_area .icon {
	width: 30px;
}	
.acc_area .icon_q p {
	font-size: 18px;
}	
.acc_area .icon_a p {
	font-size: 18px;
}	

/*----- txt -----*/
.acc_area .txt_q,
.acc_area .txt_a {
	width: 90%;
}	
.acc_area .txt_q p {
  font-size: 14px;
}
.acc_area .txt_a p {
  font-size: 12px;
}	
}





/*--------------------------------------
　about
---------------------------------------*/

/*---------- sec01 ----------*/
.about .sec01 .name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  text-align: right;
  margin: 10px 0 40px;
}
.about .sec01 .name span {
  font-size: 24px;
  font-weight: bold;
}

/*---------- sec02 ----------*/
.about .sec02 .thought_block01 {
  margin: 80px 0 0;
}
.about .sec02 .thought_parts .inner {
  padding: 70px 0 80px;
  box-sizing: border-box;
}

/*---------- sec03 ----------*/
.about .sec03 .inner {
	padding: 150px 0 0;
  box-sizing: border-box;
}
.about .sec03 .block_area {
  margin: 70px 0 0;
}
.about .sec03 .left {
  border-right: 1px solid #D6D6D6;
  padding: 0 75px 0 0;
  box-sizing: border-box;
}
.about .sec03 .left .img_box,
.about .sec03 .right .img_box {
  width: 45px;
  margin: 0 auto 25px;
}

/* about_table_box */
.under .about_table_box table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.under .about_table_box tr {
  width: 100%;
  box-sizing: border-box;
}
.under .about_table_box thead th {
  color: #545F79;
  font-size: 15px;
  font-weight: bold;
  background: #F5F5F5;
  text-align: center;
  padding: 7px 15px;
  box-sizing: border-box;
}
.under .about_table_box thead th span {
  font-size: 11px;
  font-weight: bold;
}
.under .about_table_box tbody td {
  font-size: 15px;
  text-align: center;
  border: 2px solid #F5F5F5;
  padding: 15px 10px;
  box-sizing: border-box;
}

/*---------- sec06 ----------*/
.about .sec06 .wrap_area {
  margin: 60px 0 0;
}
.about .sec06 .wrap {
  width: 47%;
}
.about .sec06 .wrap:nth-child(-n+2) {
  margin: 0 0 70px;
}
.about .sec06 .wrap .map .map_block {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 350px;
}
.about .sec06 .wrap .map iframe {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.about .sec06 .wrap h4 {
  color: #545F79;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  background: #F5F5F5;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.about .sec06 .wrap h4 img {
  width: 30px;
  border-radius: 3px;
  margin: 0 15px 0 0;
}
.about .sec06 .wrap p span.txt01 {
  font-size: 12px;
}
.about .sec06 .wrap .item {
  margin: 0 0 50px;
}
.about .sec06 .wrap .item:last-child {
  margin: 0 0 0;
}
.about .sec06 .wrap .item_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 10px;
}
.about .sec06 .wrap .item h5.ver {
  font-weight: bold;
  background: #C3D0DB;
  border-radius: 5px;
  text-align: center;
  margin: 0 15px 0 0;
  padding: 7px 10px;
  box-sizing: border-box;
  display: inline-block;
}
.about .sec06 .wrap .item h5.ver01 {
  width: 10%;
  margin: 0 3% 0 0;
  padding: 7px 0;
}
.about .sec06 .wrap .item h5.ver02 {
  margin: 0 0 25px;
}
.about .sec06 .wrap .item_box p {
  width: 87%;
  line-height: 1.5em;
  margin: 5px 0 0;
}
.about .sec06 .wrap .txt_block {
  margin: 0 0 30px;
}
.about .sec06 .wrap .txt_block .txt_box {
  width: 55%;
}
.about .sec06 .wrap .txt_block .img_box {
  width: 40%;
}

@media screen and (max-width: 768px) {
  
/*---------- sec01 ----------*/
.about .sec01 .name {
  font-size: 15px;
  margin: 20px 0 40px;
}
.about .sec01 .name span {
  font-size: 19px;
}  
  
/*---------- sec02 ----------*/
.about .sec02 .thought_block01 {
  margin: 60px 0 0;
}
.about .sec02 .thought_parts .inner {
  padding: 50px 20px 50px;
}

/*---------- sec03 ----------*/
.about .sec03 .inner {
	padding: 70px 20px 0;
}
.about .sec03 .block_area {
  margin: 70px 0 0;
}
.about .sec03 .left {
  border-right: none;
  margin: 0 0 60px;
  padding: 0 0 0 0;
}
.about .sec03 .left h4,
.about .sec03 .right h4 {
  font-size: 18px;
  margin: 0 0 20px;
}
.about .sec03 .left .img_box,
.about .sec03 .right .img_box {
  width: 45px;
  margin: 0 auto 0;
}

/* about_table_box */
.under .about_table_box table {
  display: flex;
  flex-direction: column;
  border-spacing: 0;
  border-collapse: separate;
}
.under .about_table_box thead,
.under .about_table_box tbody,
.under .about_table_box tr {
  display: contents;
}
.under .about_table_box th,
.under .about_table_box td {
  display: block;
  width: 100%;
}
.under .about_table_box thead th:nth-child(1) { order: 1; }
.under .about_table_box tbody td:nth-child(1) { order: 2; }
.under .about_table_box thead th:nth-child(2) { order: 3; }
.under .about_table_box tbody td:nth-child(2) { order: 4; }
.under .about_table_box thead th {
  font-size: 13px;
  padding: 10px 10px;
  margin-top: 10px;
}
.under .about_table_box tbody td {
  font-size: 13px;
  border: 2px solid #F5F5F5;
  padding: 13px 10px;
  border-top: none;
}

/*---------- sec06 ----------*/
.about .sec06 .wrap_area {
  margin: 30px 0 0;
}
.about .sec06 .wrap {
  width: 100%;
}
.about .sec06 .wrap:nth-child(-n+2) {
  margin: 0 0 50px;
}
.about .sec06 .wrap .map .map_block {
	padding-top: 250px;
}
.about .sec06 .wrap h4 {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 10px;
}
.about .sec06 .wrap h4 img {
  width: 28px;
  margin: 0 15px 0 0;
}
.about .sec06 .wrap p span.txt01 {
  font-size: 11px;
}
.about .sec06 .wrap .item {
  margin: 0 0 30px;
}
.about .sec06 .wrap .item:last-child {
  margin: 0 0 50px;
}
.about .sec06 .wrap .item_box {
  margin: 0 0 10px;
}
.about .sec06 .wrap .item h5.ver {
  border-radius: 3px;
  margin: 0 15px 0 0;
  padding: 7px 10px;
}
.about .sec06 .wrap .item h5.ver01 {
  width: 12%;
  margin: 0 3% 0 0;
  padding: 7px 0;
}
.about .sec06 .wrap .item h5.ver02 {
  margin: 0 0 25px;
}
.about .sec06 .wrap .item_box p {
  width: 85%;
  line-height: 1.5em;
  margin: 5px 0 0;
}
.about .sec06 .wrap .txt_block {
  margin: 0 0 30px;
}
.about .sec06 .wrap .txt_block .txt_box {
  width: 100%;
  margin: 0 0 20px;
}
.about .sec06 .wrap .txt_block .img_box {
  width: 100%;
}
/*.about .sec06 .wrap .parking_block {
  padding: 100px 0;
}*/	
}





/*--------------------------------------
　story
---------------------------------------*/

/*---------- sec02 ----------*/
.story .sec02 .circle_area {
  margin: 40px 0 0;
}
.story .sec02 .circle {
  width: 30%;
}
.story .sec02 .txt_box {
  margin: 70px 0 70px;
}
.story .sec02 .sec02_bg_pc {
  width: 100%;
  height: 300px;
  background: url("../images/story_01.jpg") center center no-repeat;
  background-size: cover;
}

/*---------- sec03 ----------*/
.story .sec03 .chronology_block {
  width: 43%;
}
.story .sec03 .chronology {
  display: flex;
}
.story .sec03 .chronology .left {
  width: 23%;
  position: relative;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.story .sec03 .chronology .left::before {
  content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #545F79;
	border-radius: 100px;
	box-sizing: border-box;
	top: 0;
	left: 4px;
}
.story .sec03 .chronology .year {
  color: #545F79;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  position: relative;
}
.story .sec03 .chronology .year::before {
  content: "";
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	background: #545F79;
	border-radius: 100px;
	box-sizing: border-box;
	top: 10px;
	left: 0;
}
.story .sec03 .chronology .right {
  width: 77%;
  font-size: 20px;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  line-height: 2.5em;
  margin: 0 0 10px;
  padding: 15px 30px;
  box-sizing: border-box;
}

/*---------- sec04 ----------*/
.story .sec04 .wrap_area {
  margin: 40px 0 0;
}
.story .sec04 .top {
  margin: 0 0 40px;
}
.story .sec04 .top .wrap {
  width: 30%;
}
.story .sec04 .wrap .wrap_ttl h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #545F79;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 18px 0;
  box-sizing: border-box;
}
.story .sec04 .wrap .data_box {
  background: #fff;
  border: 1px solid #545F79;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 20px 30px 30px;
  box-sizing: border-box;
}
.story .sec04 .wrap .data_box p {
  color: #545F79;
  font-size: 65px;
  font-weight: bold;
}
.story .sec04 .wrap .data_box p span {
  font-size: 24px;
  font-weight: bold;
}
.story .sec04 .under .wrap .left {
  width: 36%;
}
.story .sec04 .under .wrap .right {
  width: 64%;
}
.story .sec04 .under .wrap .right .num_box {
  display: flex;
}
.story .sec04 .under .wrap .right .graph_box {
  margin: -50px 0 0;
}

/*---------- sec05 ----------*/
.story .sec05 .item_box {
  margin: 20px 0 25px;
}
.story .sec05 .item {
  width: 31%;
  height: 70px;
  background: #F5F5F5;
  box-shadow: 5px 5px #C5C9D1;
  display: table;
}
.story .sec05 .item_inner {
  display: table-cell;
  vertical-align: middle;
}
.story .sec05 .item p {
  color: #545F79;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
}

/*---------- sec06 ----------*/
.story .sec06 {
  background: url("../images/story_03.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

/*---------- sec02 ----------*/
.story .sec02 .circle_area {
  margin: 40px 0 0;
}
.story .sec02 .circle {
  width: 80%;
  margin: 0 auto 20px;
}
.story .sec02 .txt_box {
  margin: 50px 0 50px;
}

/*---------- sec03 ----------*/
.story .sec03 .chronology_block {
  width: 100%;
}
.story .sec03 .chronology {
  display: flex;
}
.story .sec03 .chronology .left {
  width: 25%;
  padding: 15px 0 0;
}
.story .sec03 .chronology .left::before {
	left: 3px;
}
.story .sec03 .chronology .year {
  font-size: 18px;
  padding: 0 0 0 15px;
}
.story .sec03 .chronology .year::before {
	width: 7px;
	height: 7px;
	top: 7px;
}
.story .sec03 .chronology .right {
  width: 75%;
  font-size: 15px;
  line-height: 2.0em;
  padding: 10px 15px;
}

/*---------- sec04 ----------*/
.story .sec04 .wrap_area {
  margin: 20px 0 0;
}
.story .sec04 .top {
  margin: 0 0 20px;
}
.story .sec04 .top .wrap {
  width: 100%;
  margin: 0 0 20px;
}
.story .sec04 .wrap .wrap_ttl h4 {
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  padding: 18px 0;
}
.story .sec04 .wrap .data_box {
  border-radius: 0 0 5px 5px;
  padding: 20px 20px 20px;
}
.story .sec04 .wrap .data_box p {
  font-size: 30px;
}
.story .sec04 .wrap .data_box p span {
  font-size: 15px;
}
.story .sec04 .under .wrap .left {
  width: 100%;
  margin: 0 0 20px;
}
.story .sec04 .under .wrap .right {
  width: 100%;
}
.story .sec04 .under .wrap .right .num_box {
  display: block;
}
.story .sec04 .under .wrap .right .u_list01 {
  margin: 0 0 8px;
}
.story .sec04 .under .wrap .right .graph_box {
  margin: 0 0 0;
}

/*---------- sec05 ----------*/
.story .sec05 .item_box {
  margin: 20px 0 25px;
}  
.story .sec05 .item {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px #C5C9D1;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
}
.story .sec05 .item p {
  font-size: 14px;
  line-height: 1.5em;
}

/*---------- sec06 ----------*/
.story .sec06 {
  background: url("../images/story_03.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  box-sizing: border-box;
}  
}





/*--------------------------------------
　medical
---------------------------------------*/

/*---------- sec01 ----------*/
.medical .sec01 .sub_area {
  border: 1px solid #D6D6D6;
  padding: 30px;
  box-sizing: border-box;
}
.medical .sec01 .sub_area .icon_box {
  width: 55%;
  margin: 0 auto 20px;
}
.medical .sec01 .sub_area .note {
  font-size: 12px;
}

/*---------- sec02 ----------*/
.medical .sec02 .reservation_box {
  font-size: 14px;
  border: 1px solid #C3D0DB;
  margin: 20px 0 0;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
}

/*---------- sec08 ----------*/
.medical .sec08 {
  background: url("../images/medical_02.jpg") center center no-repeat;
  background-size: cover;
  padding: 90px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

/*---------- sec01 ----------*/
.medical .sec01 .sub_area {
  padding: 20px;
}
.medical .sec01 .sub_area .icon_box {
  width: 60%;
  margin: 0 auto 15px;
}
.medical .sec01 .sub_area .note {
  font-size: 10px;
}

/*---------- sec02 ----------*/
.medical .sec02 .reservation_box {
  font-size: 12px;
  margin: 15px 0 0;
  padding: 10px;
}

/*---------- sec08 ----------*/
.medical .sec08 {
  padding: 70px 0;
} 
}





/*--------------------------------------
　ttl_bg_parts
---------------------------------------*/
.medical_area .ttl_bg_parts {
  width: 100%;
  height: 370px;
  margin: 0 0 100px;
}
.medical_area .ttl_bg_parts .inner {
  height: 370px;
  position: relative;
}
.medical_area .ttl_bg_parts .ttl_box01_a {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);		
}
.medical_area.orthopedics .ttl_bg_parts {
  background: url("../images/orthopedics_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}
.medical_area.oncology .ttl_bg_parts {
  background: url("../images/oncology_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}
.medical_area.neurology .ttl_bg_parts {
  background: url("../images/neurology_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}
.medical_area.alternative .ttl_bg_parts {
  background: url("../images/alternative_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}
.medical_area.arthroscopic .ttl_bg_parts {
  background: url("../images/arthroscopic_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}
.medical_area.rehabilitation .ttl_bg_parts {
  background: url("../images/rehabilitation_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
.medical_area .ttl_bg_parts {
  height: 250px;
  margin: 0 0 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.medical_area .ttl_bg_parts .inner {
  height: 250px;
}
}





/*--------------------------------------
　idea_area
---------------------------------------*/
.medical_area .idea_area {
  display: flex;
  justify-content: center;
}
.medical_area .idea_area .wrap {
  width: 28%;
  background: #F5F5F5;
  border: 1px solid #D6D6D6;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medical_area .idea_area.white .wrap {
  background: #FFF;
}
.medical_area .idea_area .wrap:nth-child(2) {
  margin: 0 2.8%;
}
.medical_area .idea_area .wrap p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  
/*---------- sec03 ----------*/
.medical_area .idea_area {
  display: block;
}
.medical_area .idea_area .wrap {
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 15px;
  display: block;
}
.medical_area .idea_area .wrap:nth-child(2) {
  margin: 0 0 10px;
}
.medical_area .idea_area .wrap:last-child {
  margin: 0 0 0;
}
.medical_area .idea_area .wrap p {
  font-size: 13px;
  line-height: 1.5em;
}
}





/*--------------------------------------
　strengths_parts
---------------------------------------*/
.medical_area .strengths_parts .fx_box01 {
  border-bottom: 1px solid #D6D6D6;
  margin: 0 0 30px;
  padding: 0 0 30px;
  box-sizing: border-box;
}
.medical_area .strengths_parts .fx_box01:first-child {
  margin: 100px 0 30px;
}
.medical_area .strengths_parts .fx_box01:last-child {
  border-bottom: none;
  margin: 0 0 0;
  padding: 0 0 0;
}

@media screen and (max-width: 768px) {
.medical_area .strengths_parts .fx_box01 {
  margin: 0 0 25px;
  padding: 0 0 20px;
}
.medical_area .strengths_parts .fx_box01:first-child {
  margin: 50px 0 25px;
} 
}





/*--------------------------------------
　reservation_block
---------------------------------------*/
.under .reservation_block .wrap {
  width: 47%;
}
.under .reservation_block .wrap .map .map_block {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 350px;
}
.under .reservation_block .wrap .map iframe {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.under .reservation_block .wrap h4 {
  color: #545F79;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  background: #F5F5F5;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.under .reservation_block .wrap .item {
  margin: 0 0 50px;
}
.under .reservation_block .wrap .item:last-child {
  margin: 0 0 0;
}
.under .reservation_block .wrap .item .txt_box {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
.under .reservation_block .wrap {
  width: 100%;
}
.under .reservation_block .wrap .map .map_block {
	padding-top: 250px;
}
.under .reservation_block .wrap h4 {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 10px;
}
.under .reservation_block .wrap .item {
  margin: 0 0 30px;
}
.under .reservation_block .wrap .item .txt_box {
  margin: 0 0 30px;
}  
}





/*--------------------------------------
　info_block
---------------------------------------*/
.under .info_area {
  overflow: hidden;
}
.under .info_block .left,
.under .info_block .right {
  width: 50%;
  position: relative;
}
.under .info_block .left::before,
.under .info_block .right::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.under .info_block .left::before {
  background: #F5F5F5;
  top: 0;
  right: 100%;
}
.under .info_block .right::before {
  background: #E9E5E2;
  top: 0;
  left: 100%;
}
.under .info_block .left {
  background: #F5F5F5;
  padding: 80px 60px 80px 0;
  box-sizing: border-box;
}
.under .info_block .right {
  background: #E9E5E2;
  padding: 80px 0 80px 60px;
  box-sizing: border-box;
}

/*----- left -----*/
.under .info_block .left .ttl_box01_c {
  margin: 0 0 70px;
}

/* schedule */
.under .info_block .schedule table {
	width: 100%;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.under .info_block .schedule tr {
	width: 100%;
	box-sizing: border-box;
}
.under .info_block .schedule thead th {
	width: 9.666%;
	font-size: 14px;
	text-align: center;
	padding: 0 0 15px;
	box-sizing: border-box;
}
.under .info_block .schedule thead th:first-child {
	width: 22%;
}
.under .info_block .schedule thead th:last-child {
	width: 20%;
}
.under .info_block .schedule tbody tr {
	border-bottom: 1px solid #D1D1D1;
	box-sizing: border-box
}
.under .info_block .schedule tbody tr:first-child {
	border-top: 1px solid #D1D1D1;
}
.under .info_block .schedule tbody th {
	font-size: 14px;
	text-align: center;
}
.under .info_block .schedule tbody td {
	color: #D6D6D6;
	font-size: 14px;
	text-align: center;
	padding: 18px 0;
	box-sizing: border-box
}
.under .info_block .schedule tbody td:last-child {
  color: #2C2C2C;
}
.under .info_block .schedule tbody tr:nth-child(2) td {
  color: #545F79;
}
.under .info_block .schedule tbody tr:nth-child(2) td:last-child {
   color: #2C2C2C;
  line-height: 1.3em;
}
.under .info_block .schedule tbody td img {
  width: 70%;
}
.under .info_block .info {
  margin: 0 0 45px;
}
.under .info_block .info p {
	color: #545F79;
  font-size: 12px;
}
.under .info_block .btn_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/*----- right -----*/
.under .info_block .right .block {
  margin: 0 0 35px;
}
.under .info_block .right .block:last-child {
  margin: 0 0 0;
}
.under .info_block .right .block h4 {
  color: #545F79;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  background: #F5F5F5;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 15px;
  box-sizing: border-box;
}
.under .info_block .right .block:first-child p {
  margin: 0 0 10px;
}
.under .info_block .right .block:last-child p {
  margin: 0 0 25px;
}
.under .info_block .right .block p span {
  font-size: 12px;
}
.under .info_block .right .block ul li {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 8px;
  padding: 0 0 0 13px;
  box-sizing: border-box;
  position: relative;
}
.under .info_block .right .block ul li:last-child {
  margin: 0 0 0;
}
.under .info_block .right .block ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #2C2C2C;
  border-radius: 100px;
  top: 8px;
  left: 0;
}
.under .tel_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.under .tel_box .tel a {
  color: #545F79;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
.under .info_block .left,
.under .info_block .right {
  width: calc(100% + 40px);
  margin: 0 20px 0 -20px;
  position: inherit;
}
.under .info_block .left::before,
.under .info_block .right::before {
  content: "";
  display: none;
  position: inherit;
  width: inherit;
  height: inherit;
}
.under .info_block .left::before {
  background: none;
  top: inherit;
  right: inherit;
}
.under .info_block .right::before {
  background: none;
  top: inherit;
  left: inherit;
}
.under .info_block .left {
  padding: 60px 20px 60px 20px;
}
.under .info_block .right {
  padding: 60px 20px 60px 20px;
}

/*----- left -----*/
.under .info_block .left .ttl_box01_c {
  margin: 0 0 50px;
}

/* schedule */
.under .info_block .schedule table {
	margin: 0 0 20px;
}
.under .info_block .schedule thead th {
	width: 9%;
	font-size: 3vw;
	padding: 0 0 15px;
}
.under .info_block .schedule thead th:first-child {
	width: 22%;
}
.under .info_block .schedule thead th:last-child {
	width: 24%;
}
.under .info_block .schedule tbody th {
	font-size: 3vw;
	text-align: left;
}
.under .info_block .schedule tbody td {
	font-size: 3vw;
	text-align: center;
	padding: 15px 0;
}
.under .info_block .schedule tbody td img {
  width: 50%;
}
.under .info_block .info {
  margin: 0 0 35px;
}
.under .info_block .info p {
  font-size: 10px;
}

/*----- right -----*/
.under .info_block .right .block {
  margin: 0 0 40px;
}
.under .info_block .right .block h4 {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 13px;
}
.under .info_block .right .block:first-child p {
  margin: 0 0 25px;
}
.under .info_block .right .block:last-child p {
  margin: 0 0 25px;
}
.under .info_block .right .block p span {
  font-size: 10px;
}
.under .info_block .right .block ul li {
  margin: 0 0 7px;
  padding: 0 0 0 10px;
}
.under .info_block .right .block ul li::before {
  width: 3px;
  height: 3px;
  top: 8px;
  left: 0;
}
.under .tel_box {
  display: block;
  text-align: center;
}
.under .tel_box .tel a {
  font-size: 32px;
  margin: 0 0 30px;
}  
}





/*--------------------------------------
　medical_wrap
---------------------------------------*/
.under .medical_wrap {
  display: flex;
  flex-wrap: wrap;
}
.under .medical_wrap .wrap {
  width: 23%;
  background: #fff;
  border: 1px solid #D6D6D6;
  margin: 0 2.666% 30px 0;
  padding: 30px 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.under .medical_wrap .wrap:nth-child(4n) {
  margin: 0 0 30px 0;
}
.under .medical_wrap .wrap h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin: 0 0 15px;
}
.under .medical_wrap .wrap h4 span {
  font-size: 16px;
  font-weight: bold;
}
.under .medical_wrap .btn {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
.under .medical_wrap {
  display: block;
}
.under .medical_wrap .wrap {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px;
}
.under .medical_wrap .wrap:nth-child(4n) {
  margin: 0 0 20px 0;
}
.under .medical_wrap .wrap:last-child {
  margin: 0 0 0;
}  
.under .medical_wrap .wrap h4 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.under .medical_wrap .wrap h4 span {
  font-size: 13px;
}
.under .medical_wrap .btn {
  text-align: center;
  margin-top: 20px;
} 
}





/*--------------------------------------
　others_area
---------------------------------------*/
.under .others_parts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 50px 40px 50px;
  box-sizing: border-box;
  position: relative;
}
.under .others_parts::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  background: #C3D0DB;
  top: 10%;
}
.under .others_item01::before {
  left: 39%;
}
.under .others_item02::before {
  left: 35%;
}
.under .others_item03::before {
  left: 40%;
}
.under .others_area .ttl_box01_a {
  margin: 0 0 0;
}
.under .others_parts.first {
  margin: 20px 0 40px;
}
.under .others_item01 .left,
.under .others_item03 .left {
  width: 35%;
}
.under .others_item01 .right,
.under .others_item03 .right {
  width: 55%;
}
.under .others_item02 .left {
  width: 30%;
}
.under .others_item02 .right {
  width: 60%;
}
.under .others_parts .right p.note {
  color: #545F79;
  font-size: 12px;
  text-align: justify;
  line-height: 1.8em;
  margin: 25px 0 0;
}
.under .others_parts .right p.note img {
  width: 10px;
  height: 10px;
  margin: 7px 0 0 3px;
}
.medical .others_parts {
  margin: 70px 0 0;
}

@media screen and (max-width: 768px) {
.under .others_parts {
  display: block;
  padding: 30px 20px 30px 20px;
  box-sizing: border-box;
  position: inherit;
}
.under .others_parts::before {
  content: "";
  display: none;
  position: inherit;
  width: inherit;
  height: inherit;
  background: none;
  top: inherit;
}
.under .others_item01::before,
.under .others_item02::before,
.under .others_item03::before {
  left: inherit;
}
.under .others_parts .ttl_box01_a {
  margin: 0 0 0;
}
.under .others_parts.first {
  margin: 30px 0 30px;
}
.under .others_parts .left {
  border-bottom: 1px solid #C3D0DB;
  margin: 0 0 20px;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.under .others_item01 .left,
.under .others_item03 .left {
  width: 100%;
}
.under .others_item01 .right,
.under .others_item03 .right {
  width: 100%;
}
.under .others_item02 .left {
  width: 100%;
}
.under .others_item02 .right {
  width: 100%;
}
.under .others_parts .right p.note {
  font-size: 10px;
  line-height: 1.5em;
  margin: 20px 0 0;
}
.under .others_parts .right p.note img {
  width: 8px;
  height: 8px;
  margin: 5px 0 0 3px;
}
.medical .others_parts {
  margin: 50px 0 0;
}  
}





/*--------------------------------------
　flow_parts
---------------------------------------*/
.under .flow_parts {
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #D6D6D6;
  margin: 0 0 50px;
	padding: 90px 80px 90px;
	box-sizing: border-box;
}
.under .flow_parts .flow_item {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
.under .flow_parts .flow_item .num {
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 35px;
	font-family: "Shippori Mincho", serif;
	background: #545F79;
	border-radius: 100px;
	text-align: center;
	line-height: 54px;
}
.under .flow_parts .border .left {
	padding: 30px 0 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0
}
.under .flow_parts .flow01.border .left:first-child {
	padding: 0 0 0;
}
.under .flow_parts .border .left::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 100%;
	background: #eff3f7;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -10;
}
.under .flow_parts .flow04.border .left::before {
	height: 20%;
}
.under .flow_parts .flow_item .right {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	border-bottom: 1px solid #e7e8ea;
	padding: 30px 0 30px;
	box-sizing: border-box;
}
.under .flow_parts .flow01 .right {
	padding: 0 0 30px;
}
.under .flow_parts .flow04 .right {
  border-bottom: none;
	padding: 30px 0 0;
}
.under .flow_parts .flow_item .right .img_box {
	width: 220px;
	margin: 0 30px 0 0;
}
.under .flow_parts .flow_item .right .txt_box {
	width: 590px;
}
.under .flow_parts .flow_item .right .txt_box h4 {
	font-size: 24px;
	margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
.under .flow_parts {
  margin: 0 0 50px;
	padding: 30px 20px 30px;
}
.under .flow_parts .flow_item {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
.under .flow_parts .flow_item .num {
	width: 45px;
	height: 45px;
	font-size: 24px;
	line-height: 40px;
}
.under .flow_parts .border .left {
  width: 45px;
	padding: 20px 0 0;
}
.under .flow_parts .border .left::before {
	width: 6px;
}
.under .flow_parts .flow04.border .left::before {
	height: 10%;
}
.under .flow_parts .flow_item .right {
	display: block;
  width: 80%;
	padding: 20px 0 20px;
}
.under .flow_parts .flow01 .right {
	padding: 0 0 20px;
}
.under .flow_parts .flow04 .right {
	padding: 20px 0 0;
}
.under .flow_parts .flow_item .right .img_box {
	width: 100%;
	margin: 0 0 30px 0;
}
.under .flow_parts .flow_item .right .txt_box {
	width: 100%;
}
.under .flow_parts .flow_item .right .txt_box h4 {
	font-size: 18px;
	margin: 0 0 15px;
}
}





/*--------------------------------------
　post
---------------------------------------*/
.post .all_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post .news_block {
	width: 75%;
	box-sizing: border-box;
}

/*----- post 共通 -----*/
.post .news_block .news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.post .news_block .news_list li:first-child {
	border-top: 1px solid #e7e7e7;
}
.post .date_box {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	box-sizing: border-box;
}
.post .date_box .day {
	width: 100px;
  color: #B3B3B3;
  font-family: "Open Sans", sans-serif;
}
.post .news_list .cate_box {
  display: flex;
}
.post .date_box .cate,
.post .date_box .tag {
	display: flex;
}
.post .date_box .cate span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background: #545F79;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
	box-sizing: border-box;
	display: inline-block;
}
.post .date_box .tag span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background: #92515f;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 10px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.post .news_block .news_ttl {
	width: 100%;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
}

/*----- post_02 -----*/
.post_02 .news_block .news_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_02 .news_block .img_box {
	width: 30%;
}
.post_02 .news_block .img_box img {
  height: 150px;
	border-radius: 10px;
  object-fit: cover;
}
.post_02 .news_block .txt_box {
	width: 65%;
}

/*----- info-area -----*/
.single .info-block {
	width: 85%;
  margin: auto;
}
.single .info-area p {
	text-align: justify;
	line-height: 2.0em;
	margin: 0 0 30px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
  display: block;
}
.info-txt h1 {
	color: #fff;
	font-size: 30px;
  font-family: "Shippori Mincho", serif;
	background: #545F79;
	border-radius: 5px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 5px 20px 5px;
	display: inline-block;
}
.info-txt h2 {
  color: #545F79;
	font-size: 25px;
  font-family: "Shippori Mincho", serif;
	background: #F5F5F5;
	border-left: 5px solid #545F79;
  border-radius: 0 3px 3px 0;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 8px 10px 8px 20px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 22px;
  font-family: "Shippori Mincho", serif;
	border-bottom: 2px solid #545F79;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.info-txt h4 {
  color: #fff;
	font-size: 16px;
	font-weight: bold;
  background: #545F79;
  border-radius: 3px;
	text-align: justify;
	line-height: 1.5em;
  margin: 0 0 20px;
  padding: 8px 15px;
  box-sizing: border-box;
  display: inline-block;
}
.info-txt h5 {
  color: #545F79;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.info-txt h6 {
	font-size: 16px;
  font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.info-txt a {
	text-decoration: underline;
	display: inline-block;
}
.info-txt strong {
	font-weight: bold;
	text-align: justify;
	margin: 0 0 30px;
}

/* ul list */
.info-txt ul {
	margin: 0 0 40px;
}
.info-txt ul li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	position: relative;
}
.info-txt ul li:last-child {
	margin: 0 0 0;
}
.info-txt ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #545F79;
	border-radius: 100px;
	box-sizing: border-box;
	top: 11px;
	left: 0;
}

/* ol list */
.info-txt ol {
  margin: 0 0 40px;
	list-style-type: none;
	counter-reset: count;
}
.info-txt ol li {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	position: relative;
	counter-increment: count;
}
.info-txt ol li:last-child {
  margin: 0 0 0;
}
.info-txt ol li::before{
	content: counter(count)".";
	position: absolute;
	color: #545F79;
	font-size: 18px;
  font-weight: bold;
	top: 0;
	left: 0;
}

/* info-top */
.single .info-top {
	margin: 0 0 60px;
	position: relative;
}
.single .info-top::before {
  content: "";
	display: block;
  position: absolute;
  width: 100%;
  height: 2px;
	background: #ccc;
	bottom: -25px;
  left: 0;
}
.single .date_box {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	box-sizing: border-box;
}
.single .date_box .day {
	width: 100px;
  color: #B3B3B3;
  /*font-size: 16px;*/
  font-family: "Open Sans", sans-serif;
}
.single .cate_box {
  display: flex;
}
.single .date_box .cate,
.single .date_box .tag {
	display: flex;
}
.single .date_box .cate span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background: #545F79;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 10px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.single .date_box .tag span {
  width: 100px;
	color: #fff;
	font-size: 12px;
  background: #92515f;
	border-radius: 3px;
	text-align: center;
	margin: 0 3px 0 0;
	padding: 4px 10px 5px;
	box-sizing: border-box;
	display: inline-block;
}
.single h4.n-ttl {
	width: 100%;
	font-size: 18px;
	text-align: justify;
	line-height: 1.5em;
}

/*----- btn -----*/
.single .btn {
  margin: 70px auto 0;
}

/*----- side -----*/
.post .side {
	width: 20%;
	box-sizing: border-box;
}
.post .side .side_box {
	margin: 0 0 50px;
}
.post .side .side_box:last-child {
	margin: 0 0 0;
}
.post .side .side_ttl {
	color: #fff;
	font-size: 15px;
	background: #545F79;
  border-radius: 3px;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;
}
.post .side ul {
	margin: 10px 0 0;
}
.post .side ul li {
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
.post .side ul li a {
	display: inline;
}

/*----- pagination -----*/
.post .pagination {
	text-align: center;
	margin: 80px auto 0;
}
.post .pagination ul {
	position: relative;     
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.post .pagination li {
	display: inline-block;
}
.post .pagination a {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	margin: 0 15px;
}
.post .pagination span {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
}
.post .pagination span.current {
	background: #545F79;
	color: #fff;
}
span.page-numbers.dots {
	padding: 0 0;
}

@media screen and (max-width: 768px) {
.post .all_block {
	display: block;
  width: 90%;
  margin: auto;
}
.post .news_block {
	width: 100%;
}
	
/*----- post 共通 -----*/
.post .news_block .news_list li {
	padding: 20px 0;
}
.post .date_box {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}  
.post .date_box .day {
	width: 90px;
  font-size: 14px;
  margin: 0 0 8px;
}
.post .news_list .cate_box {
  display: flex;
}
.post .date_box .cate,
.post .date_box .tag {
	display: flex;
}
.post .date_box .cate span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}  
.post .date_box .tag span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}  
.post .news_block .news_ttl {
	font-size: 14px;
}
  
/*----- post_02 -----*/
.post_02 .news_block .news_list li a {
	display: block;
}
.post_02 .news_block .img_box {
	width: 100%;
  margin: 0 auto 20px;
}
.post_02 .news_block .img_box img {
  height: 210px;
}  
.post_02 .news_block .txt_box {
	width: 100%;
}  

/*----- info-area -----*/
.single .info-block {
	width: 90%;
}  
.single .info-area p {
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 20px;
}
.info-txt img {
	width: inherit;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 0 0 30px;
}
.info-txt h1 {
	font-size: 22px;
  border-radius: 3px;
	margin: 0 0 20px;
	padding: 5px 15px 4px;
}	
.info-txt h2 {
	font-size: 20px;
	border-left: 3px solid #545F79;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 5px 10px 5px 13px;
}	
.info-txt h3 {
  font-size: 16px;
	border-bottom: 1px solid #545F79;
	margin: 0 0 20px;
	padding: 0 5px;
}	
.info-txt h4 {
	font-size: 15px;
  margin: 0 0 20px;
  padding: 5px 10px;
}
.info-txt h5 {
	font-size: 16px;
}
.info-txt h6 {
	font-size: 14px;
}
	
/* ul list */
.info-txt ul {
	margin: 0 0 30px;
}
.info-txt ul li {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.info-txt ul li::before {
	width: 7px;
	height: 7px;
	top: 8px;
}

/* ol list */  
.info-txt ol li {
	margin: 0 0 8px;
	padding: 0 0 0 18px;
}
.info-txt ol li:before{
	font-size: 15px;
	top: 0;
} 

/* info-top */
.single .info-top {
	margin: 0 0 40px;
}
.single .info-top::before {
  height: 2px;
	bottom: -20px;
}
.single .date_box {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.single .date_box .day {
	width: 90px;
  font-size: 14px;
  margin: 0 0 8px;
}
.single .cate_box {
  display: flex;
}
.single .date_box .cate,
.single .date_box .tag {
	display: flex;
}
.single .date_box .cate span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}
.single .date_box .tag span {
  width: 80px;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 4px 0 5px;
}  
.single h4.n-ttl {
	font-size: 14px;
}	
	
/*----- btn -----*/
.single .btn {
  margin: 30px auto 0;
}

/*----- pagination -----*/
.post .pagination {
	margin: 30px auto 0;
}
.post .pagination a {
	line-height: 30px;
	font-size: 13px;
}
.post .pagination span {
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
}	

/*----- side -----*/
.post .side {
	width: 100%;
	margin: 80px 0 0;
}
.post .side .side_box {
	margin: 0 0 30px;
}
.post .side .side_ttl {
	font-size: 14px;
	padding: 15px 10px;
}
.post .side ul {
	margin: 5px 0 0;
}
.post .side ul li {
	font-size: 13px;
	padding: 15px 0;
}
}





/*===== 菊池追加 2025.11.11 ====================*/
/*--------------------------------------
　list_parts01
---------------------------------------*/
.list_parts01 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_parts01 dt {
  width: 25%;
  padding: 20px 10px 20px 10px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px solid #545F79;
  position: relative;
}
.list_parts01 dt > div {
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
}
.list_parts01 dt > div::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
  transform: translate(0,-50%);
	width: 8px;
	height: 8px;
	background: #545F79;
	border-radius: 50%;
	box-sizing: border-box;
}
.list_parts01 dd {
  width: 75%;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #545F79;
  line-height: 1.8;
}
.list_parts01 dd p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
.list_parts01 dl {
  display: block;
}
.list_parts01 dt {
  width: 100%;
  padding: 15px 0 0 0;
  border-bottom: none;
}
.list_parts01 dt > div {
  padding: 0 0 0 15px;
}
.list_parts01 dt > div::before {
  width: 7px;
  height: 7px;
}
.list_parts01 dd {
  width: 100%;
  padding: 5px 0 15px 0;
}
}





/*--------------------------------------
　ct
---------------------------------------*/
.ct .btn01 a {
	width: 250px;
}
.ct .ct_cap {
  font-size: 14px;
}

/*----- ct_table -----*/
.ct_table table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
}
.ct_table table tr {
  width: 100%;
  box-sizing: border-box;
}
.ct_table table th {
  background: #545F79;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #fff;
}
.ct_table table th:first-child {
  border-left: none;
}
.ct_table table td {
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (max-width: 768px) {
.ct .btn01 {
  text-align: center;
}
.ct .btn01 a {
  width: 70%;
}
.ct .ct_cap {
  font-size: 2.7vw;
  text-align: left;
}

/*----- ct_table -----*/  
.ct_table table th {
  padding: 20px 10px;
  font-size: 3vw;
}
.ct_table table td {
  padding: 20px 10px;
  font-size: 3vw;
}
}





/*--------------------------------------
　laparoscopy
---------------------------------------*/
.laparoscopy .btn_box01.b_center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.laparoscopy .btn_box01 .btn01 {
  width: 350px;
  margin: 0 20px 40px;
}
.laparoscopy .btn_box01 .btn01 a {
  width: 100%;
}

@media screen and (max-width: 768px) {
.laparoscopy .btn_box01.b_center {
  display: block;
}
.laparoscopy .btn_box01 .btn01 {
  width: 100%;
  margin: 0 auto 30px;
}
.laparoscopy .btn_box01 .btn01 a {
  width: 80%;
}
}





/*--------------------------------------
　puppy-party
---------------------------------------*/
.puppy-party .sec04 .fx_box01 .img_box {
	width: 35%;
}
.puppy-party .sec04 .txt_box {
	width: 60%;
}
.puppy-party .instructor_name {
  font-size: 20px;
  line-height: 1.5;
}
.puppy-party .instructor_name .large {
  font-size: 30px
}
.puppy-party .fee {
  background: #fff;
  border: 3px dotted #545F79;
  padding: 40px 20px;
  text-align: center;
  font-size: 20px;
}
.puppy-party .fee > span {
  margin-right: 25px;
  font-weight: bold;
}
.puppy-party .fee > span:last-child {
  margin-right: 0;
}

/*----- voice_parts -----*/
.voice_parts {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0;
}
.voice_parts .voice_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(84,95,121,0.1);
  width: calc((100% / 3) - 30px);
  padding: 45px 30px 30px;
  border-radius: 10px;
  position: relative;
}
.voice_parts .voice_item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0);
  background: url("../images/icon_voice01.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin: auto;
  box-sizing: border-box;
}
.voice_parts .txt {
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
.puppy-party .sec04 .fx_box01 .img_box {
  width: 100%;
}
.puppy-party .sec04 .txt_box {
  width: 100%;
}
.puppy-party .instructor_name {
  font-size: 14px;
}
.puppy-party .instructor_name .large {
  font-size: 20px
}
.puppy-party .fee {
  border: 2px dotted #545F79;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 1.8;
}
.puppy-party .fee > span {
  display: block;
  margin-right: 0;
  font-weight: bold;
}
.puppy-party .fee_wrap .txt {
  text-align: justify;
}
  
/*----- voice_parts -----*/  
.voice_parts {
  display: block;
  margin: 80px 0 0;
}
.voice_parts .voice_item {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  padding: 35px 15px 25px;
  border-radius: 5px;
}
.voice_parts .voice_item:last-child {
  margin: 0 0 0;
}
.voice_parts .voice_item::before {
  top: -25px;
  width: 50px;
  height: 50px;
}
}







