@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_lower {
	width: 100%;
  min-width: 1280px;
  height: 510px;
  padding: 140px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv_lower .mv_inner {
  height: 100%;
	max-width: 1280px;
  margin: auto;
	position: relative;
  display: flex;
  align-items: center;
	/*z-index: 0;*/
}
.mv_lower .mv_ttl_box {
  position: relative;
  z-index: 100;
}
.mv_lower .eng_ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.mv_lower .mv_ttl {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.mv_lower .mv_img {
  position: absolute;
  width: 70%;
  height: 370px;
  border-radius: 10px 0 0 10px;
  bottom: 0;
  left: 50%;
  transform: translate(-240px,0);
  z-index: 0;
}
.about .mv_lower .mv_img {
  background: url("../img/about_mv.jpg") center center no-repeat;
  background-size: cover;
}
.hospital .mv_lower .mv_img {
  background: url("../img/hospital_mv.jpg") center center no-repeat;
  background-size: cover;
}
.facility .mv_lower .mv_img {
  background: url("../img/facility_mv.jpg") center center no-repeat;
  background-size: cover;
}
.staff .mv_lower .mv_img {
  background: url("../img/staff_mv.jpg") right center no-repeat;
  background-size: cover;
}
.medical .mv_lower .mv_img {
  background: url("../img/medical_mv.jpg") center center no-repeat;
  background-size: cover;
}
.prevention .mv_lower .mv_img {
  background: url("../img/prevention_mv.jpg") center center no-repeat;
  background-size: cover;
}
.medicine .mv_lower .mv_img {
  background: url("../img/medicine_mv.jpg") center center no-repeat;
  background-size: cover;
}
.orthopedic .mv_lower .mv_img {
  background: url("../img/orthopedic_mv.jpg") center center no-repeat;
  background-size: cover;
}
.cardiology .mv_lower .mv_img {
  background: url("../img/cardiology_mv.jpg") center bottom no-repeat;
  background-size: cover;
}
.neurology .mv_lower .mv_img {
  background: url("../img/neurology_mv.jpg") center center no-repeat;
  background-size: cover;
}
.oncology .mv_lower .mv_img {
  background: url("../img/oncology_mv.jpg") center center no-repeat;
  background-size: cover;
}
.soft .mv_lower .mv_img {
  background: url("../img/soft_mv.jpg") center center no-repeat;
  background-size: cover;
}
.surgery .mv_lower .mv_img {
  background: url("../img/surgery_mv.jpg") center center no-repeat;
  background-size: cover;
}
.rehabilitation .mv_lower .mv_img {
  background: url("../img/rehabilitation_mv.jpg") center center no-repeat;
  background-size: cover;
}
.trimming .mv_lower .mv_img {
  background: url("../img/trimming_mv.jpg") center center no-repeat;
  background-size: cover;
}
.ct .mv_lower .mv_img {
  background: url("../img/ct_mv.jpg") center center no-repeat;
  background-size: cover;
}
.mri .mv_lower .mv_img {
  background: url("../img/mri_mv.jpg") center center no-repeat;
  background-size: cover;
}
.news .mv_lower .mv_img {
  background: url("../img/news_mv.jpg") center center no-repeat;
  background-size: cover;
}
.case .mv_lower .mv_img {
  background: url("../img/case_mv.jpg") center center no-repeat;
  background-size: cover;
}
.schedule .mv_lower .mv_img {
  background: url("../img/schedule_mv.jpg") center center no-repeat;
  background-size: cover;
}
.forvet .mv_lower .mv_img,
.form .mv_lower .mv_img,
.thanks .mv_lower .mv_img {
  background: url("../img/forvet_mv.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
.mv_lower {
  width: 100%;
  min-width: 100%;
  height: auto;
  padding: 75px 20px 0;
}
.mv_lower .mv_inner {
  height: 100%;
  max-width: 100%;
  display: block;
  align-items: center;
}
.mv_lower .eng_ttl {
  font-size: 22px;
}
.mv_lower .mv_ttl {
  margin: 5px 0 0;
  font-size: 13px;
}
.mv_lower .mv_img {
  position: relative;
  width: calc(100% + 30px);
  height: 180px;
  bottom: inherit;
  left: inherit;
  transform: translate(0,0);
  margin: 20px 0 0;
}
}


/*--------------------------------------
　bc-list
---------------------------------------*/
.bc-list_wrap {
  width: 100%;
  min-width: 1280px;
}
.bc-list {
  max-width: 1280px;
	font-size: 12px;
  margin: auto;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.bc-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  min-width: 1280px;
  height: calc(100% + 70px);
  background: #E4F4F4;
  border-radius: 0 0 10px 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.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: #000;
	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 {
	line-height: 1.8;
	display: inline-block!important;
}

@media screen and (max-width: 768px) {
.bc-list_wrap {
  min-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}  
.bc-list {
  max-width: 100%;
	font-size: 10px;
}
.bc-list::before {
  min-width: 100%;
  height: calc(100% + 40px);
}
.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;
}
}


/*--------------------------------------
　background
---------------------------------------*/
.bg01 {
  background: #E4F4F4;
}
.bg02 {
  background: #C4F1EE;
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  .bg02 {
    padding: 40px 20px 40px!important;
  }
}


/*--------------------------------------
　margin
---------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 8px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt80 {
    margin-top: 40px;
  }
}


/*--------------------------------------
　contents
---------------------------------------*/
.contents_lower {
	width: 100%;
	min-width: 1280px;
	padding: 80px 0 80px;
  overflow: hidden;
}

.sec_lower {
	width: 100%;
	margin: 0 auto 120px;
}
.sec_lower:last-child {
	/*margin: 0 auto 0;*/
}

.sec_lower .sec_inner {
	max-width: 1280px;
	margin: auto;
  padding: 0 40px;
}

.sec_lower .sec_block {
	margin: 90px auto 90px;
}
.sec_lower .sec_block:last-child {
	margin: 90px auto 0;
}

.sec_lower .sec_box {
	margin: 60px auto 60px;
}
.sec_lower .sec_box:last-child {
	margin: 60px auto 0;
}

.contents_lower .wd_80 {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .contents_lower {
    min-width: 100%;
    padding: 40px 0 40px;
  }

  .sec_lower {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
  }

  .sec_lower .sec_inner {
    max-width: 100%;
    padding: 0 0;
  }

  .sec_lower .sec_block {
    margin: 40px auto 40px;
  }
  .sec_lower .sec_block:last-child {
    margin: 40px auto 0;
  }
  .contents_lower .wd_80 {
    width: 100%;
  }
}


/*--------------------------------------
　title
---------------------------------------*/
.lower_ttl_wrap .eng_ttl {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.lower_ttl_wrap .eng_ttl.small {
  font-size: 24px;
}
.lower_ttl_wrap .eng_ttl span {
  font-weight: bold;
}
.lower_ttl_wrap .eng_ttl::first-letter {
  color: #E94688;
}

.lower_ttl_wrap .lower_ttl {
  margin-top: 10px;
}

.lower_ttl_wrap.inline .eng_ttl {
  display: inline-block;
}
.lower_ttl_wrap.inline .lower_ttl {
  display: inline-block;
  margin-left: 30px;
}

/*----- lower_ttl02 -----*/
.lower_ttl02 {
	font-size: 28px;
	background: #E4F4F4;
  border-radius: 100px 100px 100px 100px;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 15px 30px 15px 30px;
	box-sizing: border-box;
}
.lower_ttl02::first-letter {
  color: #06AAEB;
}

/*----- lower_ttl03 -----*/
.lower_ttl03 {
  color: #fff;
	font-size: 18px;
	background: #64A4E3;
  border-radius: 3px;
  text-align: justify;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 8px 15px;
	box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .lower_ttl_wrap {
    text-align: center;
  }
  .lower_ttl_wrap .eng_ttl {
    font-size: 36px;
  }
  .lower_ttl_wrap .eng_ttl.small {
    font-size: 18px;
  }

  .lower_ttl_wrap .lower_ttl {
    margin-top: 5px;
  }

  .lower_ttl_wrap.inline .eng_ttl {
    display: block;
  }
  .lower_ttl_wrap.inline .lower_ttl {
    display: block;
    margin-left: 0;
  }
  
  /*----- lower_ttl02 -----*/
  .lower_ttl02 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 10px 20px 10px 20px;
  }
  
  /*----- lower_ttl03 -----*/
  .lower_ttl03 {
    font-size: 14px;
    line-height: 1.3em;
    margin: 0 0 15px;
    padding: 8px 10px;
  }
}


/*--------------------------------------
　text
---------------------------------------*/
.lower .txt {
  /*margin: 30px 0 0;*/
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}
.lower .note {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.lower .txt {
    /*margin: 15px 0 0;*/
    font-size: 14px;
    line-height: 1.6;
	}
}


/*--------------------------------------
　border
---------------------------------------*/
.border-b {
  padding: 0 0 50px;
  position: relative;
}
.border-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  min-width: 1280px;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .border-b {
    padding: 0 0 20px;
  }
  .border-b::after {
    min-width: 100%;
  }
}


/*--------------------------------------
　flexBox
---------------------------------------*/
.flexBox01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexBox01 .boxL {
  width: 45%;
}
.flexBox01 .boxR {
  width: 50%;
}

.flexBox02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexBox02.items_center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.flexBox02 .boxL {
  width: 40%;
}
.flexBox02 .boxR {
  width: 55%;
}

.flexBox03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexBox03 .txtBox {
  width: calc(45% - 80px);
  margin: 0 80px 0 0;
}
.flexBox03 .imgBox {
  width: 35%;
}

.rev {
  flex-direction: row-reverse;
}
.rev .txtBox {
  margin: 0 0 0 80px;
}

@media screen and (max-width: 768px) {
  .flexBox01 {
    display: block;
  }
  .flexBox01 .boxL {
    width: 100%;
  }
  .flexBox01 .boxR {
    width: 100%;
    margin: 20px 0 0;
  }

  .flexBox02 {
    display: block;
  }
  .flexBox02 .boxL {
    width: 100%;
  }
  .flexBox02 .boxR {
    width: 100%;
    margin: 20px 0 0;
  }

  .flexBox03 {
    display: block;
  }
  .flexBox03 .txtBox {
    width: 100%;
    margin: 0 0 0 0;
  }
  .flexBox03 .imgBox {
    width: 100%;
    margin: 20px auto 0;
  }

  .rev .txtBox {
    margin: 0 0 0 0;
  }
}

  
/*--------------------------------------
　lower_parts01
---------------------------------------*/
.lower_parts01 .boxL {
  display: flex;
  align-items: center;
  width: 50%;
  order: 1;
}
.lower_parts01 .imgBox {
  width: 100%;
  height: 100%;
}
.lower_parts01 .imgBox img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.lower_parts01 .boxR {
  display: flex;
  align-items: center;
  background: #E4F4F4;
  width: 50%;
  padding: 0 90px;
  order: 2;
}

@media screen and (max-width: 768px) {
  .lower_parts01 {
    width: calc(100% + 40px);
    margin: 0 20px 0 -20px;
  }
  .lower_parts01 .boxL {
    display: block;
    width: 100%;
    order: 2;
  }
  .lower_parts01 .imgBox img {
    height: auto;
  }
  .lower_parts01 .boxR {
    display: block;
    width: 100%;
    padding: 40px 20px;
    order: 1;
  }
}


/*--------------------------------------
　lower_parts02
---------------------------------------*/
.lower_parts02 .item {
  margin: 0 0 100px;
}
.lower_parts02 .item:last-child {
  margin: 0 0 0;
}
.lower_parts02 .item_inner {
  position: relative;
}
.lower_parts02 .txtBox {
  width: 1280px;
  height: 420px;
  margin: auto;
}
.lower_parts02 .txtBox_inner {
  width: 48%;
  padding: 80px 100px;
  margin: 0 0 0 auto;
}
.lower_parts02 .item:nth-child(even) .txtBox_inner {
  margin: 0 0 0 0;
}
.lower_parts02 .imgBox {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.lower_parts02 .imgBox img {
  height: 420px;
  object-fit: cover;
  object-position: center top;
}
.lower_parts02 .item:nth-child(odd) .imgBox {
  right: 50%;
}
.lower_parts02 .item:nth-child(odd) .imgBox img {
  border-radius: 0 10px 10px 0;
}
.lower_parts02 .item:nth-child(even) .imgBox {
  left: 50%;
}
.lower_parts02 .item:nth-child(even) .imgBox img {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .lower_parts02 .item {
    margin: 0 0 60px;
  }
  .lower_parts02 .txtBox {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
  .lower_parts02 .txtBox_inner {
    width: 100%;
    padding: 0 0;
    margin: 0 0 0 0;
  }
  .lower_parts02 .item:nth-child(even) .txtBox_inner {
    margin: 0 0 0 0;
  }
  .lower_parts02 .imgBox {
    width: calc(100% + 40px);
    margin: 0 20px 0 -20px;
    position: relative;
    top: inherit;
    transform: translate(0,0);
  }
  .lower_parts02 .imgBox img {
    height: auto;
  }
  .lower_parts02 .item:nth-child(odd) .imgBox {
    right: inherit;
  }
  .lower_parts02 .item:nth-child(odd) .imgBox img {
    border-radius: 0;
  }
  .lower_parts02 .item:nth-child(even) .imgBox {
    left: inherit;
  }
  .lower_parts02 .item:nth-child(even) .imgBox img {
    border-radius: 0;
  }
}


/*--------------------------------------
　btn_parts
---------------------------------------*/

/*----- btn_parts -----*/
.btn_parts {
  max-width: 1280px;
  margin: 50px auto 0;
  padding: 0 40px;
}
.about .btn_parts {
  margin: 80px auto 0;
}
.btn_parts .btnBox {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 0;
}
.btn_parts .btnBox > div {
  width: calc((100% / 3) - 30px);
}
.btn_parts .btnBox > div a {
	width: 100%;
	margin: 0 0 0;
	padding: 18px 40px 18px 70px;
  position: relative;
}
.btn_parts .btnBox > div a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0,-50%);
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.btn_parts .btnBox > div:nth-child(1) a::before {
  background: url("../img/icon15.png") left top no-repeat;
  background-size: contain;
}
.btn_parts .btnBox > div:nth-child(2) a::before {
  background: url("../img/icon16.png") left top no-repeat;
  background-size: contain;
}
.btn_parts .btnBox > div:nth-child(3) a::before {
  background: url("../img/icon17.png") left top no-repeat;
  background-size: contain;
}

/*----- btn_parts02 -----*/
.btn_parts02 .btnBox {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 0;
}
.btn_parts02 .btnBox > div {
  width: calc((100% / 3) - 20px);
}
.btn_parts02 .btnBox > div a {
	width: 100%;
	margin: 0 0 0;
	padding: 18px 40px 18px 70px;
  position: relative;
}
.btn_parts02 .btnBox > div a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0,-50%);
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.btn_parts02 .btnBox > div:nth-child(1) a::before {
  background: url("../img/icon18.png") left top no-repeat;
  background-size: contain;
}
.btn_parts02 .btnBox > div:nth-child(2) a::before {
  background: url("../img/icon19.png") left top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  
  /*----- btn_parts -----*/
  .btn_parts {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .about .btn_parts {
    margin: 50px auto 0;
  }
  .btn_parts .btnBox {
    display: block;
  }
  .btn_parts .btnBox > div {
    width: 80%;
    margin: 0 auto 15px;
  }
  .btn_parts .btnBox > div a {
    padding: 15px 30px 15px 45px;
  }
  .btn_parts .btnBox > div a::before {
    left: 12px;
    width: 25px;
    height: 25px;
  }
  
  /*----- btn_parts02 -----*/
  .btn_parts02 .btnBox {
    display: block;
  }
  .btn_parts02 .btnBox > div {
    width: 100%;
    margin: 0 auto 15px;
  }
  .btn_parts02 .btnBox > div:last-child {
    margin: 0 auto 0;
  }
  .btn_parts02 .btnBox > div a {
    padding: 15px 30px 15px 45px;
  }
  .btn_parts02 .btnBox > div a::before {
    left: 12px;
    width: 25px;
    height: 25px;
  }
}


/*--------------------------------------
　ul_list
---------------------------------------*/
.ul_list {
	margin: 30px 0 0;
}
.ul_list li {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
}
.ul_list li:last-child {
	margin: 0 0 0;
}
.ul_list li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #06AAEB;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.ul_list {
		margin: 20px 0 0;
	}
	.ul_list li {
		padding: 0 0 0 15px;
		margin: 0 0 15px;
		font-size: 14px;
	}
	.ul_list li:before {
		top: 10px;
		width: 8px;
		height: 8px;
	}
}


/*--------------------------------------
　ul_list01
---------------------------------------*/
.ul_list01 li {
	line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
	position: relative;
}
.ul_list01 li:last-child {
	margin: 0 0 0;
}
.ul_list01 li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
  background: #06AAEB;
  top: 8px;
	left: 0;
}

@media screen and (max-width: 768px) {
.ul_list01 li {
  margin: 0 0 8px;
  padding: 0 0 0 10px;
}
.ul_list01 li:before {
  top: 7px;
  width: 5px;
  height: 5px;
}
}



/*--------------------------------------
　ol_list
---------------------------------------*/
.ol_list {
	margin: 30px 0 0;
}
.ol_list li {
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.8;
	position: relative;
  counter-increment: count;
}
.ol_list li:last-child {
	margin: 0 0 0;
}
.ol_list li::before{
  content: counter(count)".";
	position: absolute;
	top: -4px;
	left: 0;
	color: #06AAEB;
	font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
	.ol_list {
		margin: 20px 0 0;
	}
	.ol_list li {
		padding: 0 0 0 25px;
		margin: 0 0 15px;
		font-size: 14px;
	}
  .ol_list li::before {
    font-size: 18px;
  }
}





/*--------------------------------------
　img_list01
---------------------------------------*/
.img_list01 {
  display: flex;
  flex-wrap: wrap;
}
.img_list01 li {
  width: 23%;
  margin: 0 2.666% 40px 0;
}
.img_list01 li:nth-child(4n) {
  margin: 0 0 40px 0;
}
.img_list01 p {
  color: #36A29C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
.img_list01 {
  display: flex;
  flex-wrap: wrap;
}
.img_list01 li {
  width: 48%;
  margin: 0 4% 30px 0;
}
.img_list01 li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.img_list01 li:nth-child(even) {
  margin: 0 0 20px 0;
}
.img_list01 p {
  font-size: 14px;
  margin: 13px auto 0;
} 
}





/*--------------------------------------
　list_parts01
---------------------------------------*/
.list_parts01 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.list_parts01 dt {
  width: 20%;
  padding: 30px 10px 30px 10px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px solid #06AAEB;
  position: relative;
}
.list_parts01 dt:first-child {
  border-top: 1px solid #06AAEB;
}
.list_parts01 dt > div {
  font-weight: bold;
  text-align: justify;
  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: #06AAEB;
	border-radius: 50%;
	box-sizing: border-box;
}
.list_parts01 dd {
  width: 80%;
  padding: 30px 10px 30px 10px;
  border-bottom: 1px solid #aaa;
  line-height: 1.8;
}
.list_parts01 dd:first-of-type {
  border-top: 1px solid #aaa;
}
.list_parts01 dd p {
  text-align: justify;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
.list_parts01 dl {
  display: block;
  margin: 30px 0 0;
}
.list_parts01 dt {
  width: 100%;
  padding: 15px 0 0 0;
  border-bottom: none;
}
.list_parts01 dt:first-child {
  border-top: 1px solid #aaa;
}  
.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;
}
.list_parts01 dd:first-of-type {
  border-top: none;
}  
}





/*--------------------------------------
　about 当グループについて
---------------------------------------*/
.about .greeting01 .boxL {
  width: 40%;
}
.about .greeting01 .boxR {
  width: 55%;
}
.about .greeting02 .boxL {
  width: calc(100% - 250px);
}
.about .greeting02 .boxR {
  width: 200px;
}
.about .greeting02 .name {
  font-size: 12px;
  line-height: 1.5;
}
.about .greeting02 .name .large {
  font-size: 18px;
}

.about .history .boxL {
  width: 400px;
}
.about .history .imgBox:nth-child(1) {
  margin: 0 40px 40px -40px;
}
.about .history .imgBox:nth-child(2) {
  margin: 0 -40px 0 40px;
}
.about .history .caption {
  font-size: 12px;
}
.about .history .boxR {
  width: calc(100% - 500px);
}
.about .history_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .history_list dt {
  width: 15%;
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.about .history_list dt:last-of-type {
  margin: 0 0 0;
}
.about .history_list dd {
  width: 80%;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.5;
}
.about .history_list dd:last-of-type {
  margin: 0 0 0;
}

.about .sec05 {
	margin: 0 0 0;
}
.about .data_parts .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: calc((100% / 3) - 30px);
  margin: 0 0 60px;
  padding: 40px 40px;
  border-radius: 10px;
}
.about .data_parts .data_item:nth-child(5) {
  width: calc(66.66% - 15px);
}
.about .data_parts .data_item:nth-child(6),
.about .data_parts .data_item:nth-child(7),
.about .data_parts .data_item:nth-child(8){
  margin: 0 0 0;
}
.about .data_parts .data_txt01 {
  font-size: 24px;
}
.about .data_parts .data_txt02 {
  margin: 20px 0 0;
  font-size: 40px;
  font-weight: 700;
}
.about .data_parts .data_txt02 .num {
  margin-right: 20px;
  font-size: 90px;
  font-weight: 900;
}
.about .data_parts .imgBox {
  width: 260px;
  margin: 20px auto 0;
}
.about .data_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.about .data_list dt {
  width: 25%;
  padding: 15px 0 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
}
.about .data_list dt:last-of-type {
  padding: 15px 0 0;
  border-bottom: none;
}
.about .data_list dd {
  width: 75%;
  padding: 15px 0 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
}
.about .data_list dd:last-of-type {
  padding: 15px 0 0;
  border-bottom: none;
}

.about .sec06 {
  background: url("../img/about_06.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 0 0;
  padding: 80px 0 80px;
}

/*----- feature_block -----*/
/*.about .feature_block {
  padding: 120px 0 0;
}*/
.about .feature_block .sec_ttl {
  font-size: 40px;
}
.about .feature_block .sec03_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 40px;
  /*position: relative;*/
}
/*.about .feature_block .sec03_upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  min-width: 1280px;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}*/
.about .feature_block .sec03_upper .sec_ttl {
  width: 30%;
}
.about .feature_block .sec03_upper .lead {
  width: 65%;
  font-size: 18px;
  line-height: 1.8;
}
.about .feature_block .sec03_block {
  margin: 60px 0 0;
}
.about .feature_block .sec03_block .sec03_item {
  width: calc((100% / 3) - 30px);
}
.about .feature_block .sec03_block .sec03_ttl01 {
  margin: 30px 0 0;
  font-size: 26px;
}
.about .feature_block .sec03_block .sec03_ttl01 .large {
  font-size: 32px;
}
.about .feature_block .sec03_block .txt {
  margin: 20px 0 0;
}
.about .feature_block .sec03_block .note {
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
.about .greeting01 .boxL {
  width: 100%;
}
.about .greeting01 .boxR {
  width: 100%;
  margin: 20px 0 0;
}
.about .greeting02 .boxL {
  width: 100%;
}
.about .greeting02 .boxR {
  width: 100%;
  margin: 30px 0 0;
}
.about .greeting02 .imgBox {
  width: 50%;
  margin: auto;
}
.about .greeting02 .name {
  font-size: 12px;
  line-height: 1.5;
}
.about .greeting02 .name .large {
  font-size: 18px;
}

.about .history .boxL {
  width: 100%;
  margin: 20px 0 0;
  order: 2;
}
.about .history .imgBox:nth-child(1) {
  margin: 0 20px 20px 0;
}
.about .history .imgBox:nth-child(2) {
  margin: 0 0 0 20px;
}
.about .history .boxR {
  width: 100%;
  order: 1;
}
.about .history_list {
  display: block;
}
.about .history_list dt {
  width: 100%;
  margin: 0 0 5px;
  font-size: 15px;
}
.about .history_list dd {
  width: 100%;
  margin: 0 0 20px;
  font-size: 15px;
}

.about .sec05 .sec_block {
  padding: 0 0;
}
.about .data_parts .data_item {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 20px 20px;
}
.about .data_parts .data_item:nth-child(5) {
  width: 100%;
}
.about .data_parts .data_item:nth-child(6),
.about .data_parts .data_item:nth-child(7),
.about .data_parts .data_item:nth-child(8){
  margin: 0 0 15px;
}
.about .data_parts .data_item:last-child{
  margin: 0 0 0;
}
.about .data_parts .data_txt01 {
  font-size: 18px;
}
.about .data_parts .data_txt02 {
  margin: 10px 0 0;
  font-size: 20px;
}
.about .data_parts .data_txt02 .num {
  margin-right: 10px;
  font-size: 40px;
}
.about .data_parts .imgBox {
  width: 65%;
  margin: 15px auto 0;
}
.about .data_list {
  margin: 10px 0 0;
}
.about .data_list dt {
  width: 25%;
  padding: 10px 0 10px;
  font-size: 16px;
}
.about .data_list dt:last-of-type {
  padding: 10px 0 0;
}
.about .data_list dd {
  width: 75%;
  padding: 10px 0 10px;
  font-size: 16px;
}
.about .data_list dd:last-of-type {
  padding: 10px 0 0;
}

.about .sec06 {
  padding: 30px 20px 30px;
}
  
/*----- feature_block -----*/
.about .feature_block {
  padding: 0 20px 0;
}
.about .feature_block .sec_ttl {
  font-size: 30px;
  text-align: center;
}
.about .feature_block .sec03_upper {
  display: block;
  padding: 20px 0 20px;
  position: relative;
}
.about .feature_block .sec03_upper::after {
  min-width: 100%;
}
.about .feature_block .sec03_upper .sec_ttl {
  width: 100%;
}
.about .feature_block .sec03_upper .lead {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 0;
}
.about .feature_block .sec03_block {
  margin: 30px 0 0;
}
.about .feature_block .sec03_block .sec03_item {
  width: 100%;
  margin: 0 0 30px;
}
.about .feature_block .sec03_block .sec03_item:last-child {
  margin: 0 0 0;
}
.about .feature_block .sec03_block .sec03_ttl01 {
  margin: 20px 0 0;
  font-size: 20px;
  text-align: center;
}
.about .feature_block .sec03_block .sec03_ttl01 .large {
  font-size: 25px;
}
.about .feature_block .sec03_block .txt {
  margin: 15px 0 0;
}
.about .feature_block .sec03_block .note {
  margin: 5px 0 0;
}  
}


/*--------------------------------------
　medical 診療案内
---------------------------------------*/

/*---------- sec01 ----------*/
.medical .sec01 {
  padding: 0 0 90px;
}

/*---------- sec02 ----------*/
.medical .sec02 {
  padding: 0 0 90px;
}
.medical .sec02 .sec_block {
  max-width: 1080px;
}
.medical .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  padding: 30px 70px;
}
.medical .info .info_ttl {
  width: 25%;
  padding: 20px 0;
  border-right: 1px solid #E5E5E5;
}
.medical .info .txt {
  width: calc(75% - 320px);
  margin: 0 0 0;
}
.medical .info .btn04 {
  width: 250px;
}
.medical .info .btn04 a {
  margin: 0 0 0;
}

.medical .sec04 .fee {
  background: #fff;
  padding: 40px 70px;
}
.medical .fee_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medical .fee_list dt {
  display: flex;
  align-items: flex-end;
  width: 55%;
  padding: 15px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
}
.medical .fee_list dt:last-of-type {
  border-bottom: none;
}
.medical .fee_list dd {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  padding: 15px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  border-bottom: 1px solid #E5E5E5;
}
.medical .fee_list dd:last-of-type {
  border-bottom: none;
}
.medical .fee_item {
  width: calc((100% / 4) - 20px);
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  border-radius: 10px;
}
.medical .fee_item .imgBox img {
  border-radius: 10px 10px 0 0;
}
.medical .fee_item .fee_ttl {
  padding: 20px 40px 20px 20px;
  font-size: 20px;
  position: relative;
}
.medical .fee_item a .fee_ttl::after {
	content: "";
	position: absolute;
  bottom: 20px;
	right: 20px;
  transform: translate(0,-50%);
  background: url("../img/arrow_pk.png") left top no-repeat;
  background-size: contain;
	width: 19px;
	height: 7px;
  box-sizing: border-box;
}

.medical .sec05 .sec_block02 {
  padding: 40px 0 40px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

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

/*---------- sec02 ----------*/  
.medical .sec02 {
  padding: 0 20px 50px;
}
.medical .sec02 .sec_block {
  max-width: 100%;
}
.medical .info {
  display: block;
  padding: 20px 20px;
}
.medical .info .info_ttl {
  width: 100%;
  padding: 0 0 15px;
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #E5E5E5;
}
.medical .info .txt {
  width: 100%;
  margin: 15px 0 0;
}
.medical .info .btn04 {
  width: 100%;
}
.medical .info .btn04 a {
  margin: 20px auto 0;
}

.medical .sec04 .fee {
  margin: 20px 0 0;
  padding: 20px 20px;
}
.medical .fee_list dt {
  width: 55%;
  padding: 12px 0 12px;
  font-size: 14px;
}
.medical .fee_list dd {
  width: 45%;
  padding: 12px 0 12px;
  font-size: 14px;
}
.medical .fee_item {
  width: 100%;
  margin: 0 0 15px;
}
.medical .fee_item:last-child {
  margin: 0 0 0;
}
.medical .fee_item .fee_ttl {
  padding: 15px 40px 15px 15px;
  font-size: 18px;
}
.medical .fee_item a .fee_ttl::after {
  bottom: 15px;
  right: 15px;
  width: 15px;
  height: 6px;
}

.medical .sec05 .sec_block02 {
  padding: 30px 0 30px;
}
}


/*--------------------------------------
　rehabilitation リハビリ・フィットネス
---------------------------------------*/
.rehabilitation .sec01 .boxR img {
  width: 360px;
  margin: 20px 0 0;
}
.rehabilitation .sec01 .boxR .btn01 a {
  width: 330px;
}

/*----- case_slider -----*/
.lower .case_slider {
	width: 100%;
	height: 400px;
	max-height: 400px;
	margin: 30px auto 100px;
}
.lower .case_slider li {
	width: 100%;
	height: auto;
	margin: 0 20px;
}
.lower .case_slider img {
	width: 100%;
	height: 400px;
	max-height: 400px;
  border-radius: 10px;
	object-fit: cover;
}

/*----- detail_parts -----*/
.lower .detail_parts {
  border: 1px solid #E5E5E5;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.lower .detail_parts .left {
  width: 25%;
}
.lower .detail_parts .right {
  width: 70%;
}
.lower .detail_parts h4 {
  font-size: 20px;
  margin: 0 0 15px;
}
.lower .detail_parts p {
  text-align: justify;
}
.lower .detail_parts .btn04 a {
  width: 330px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
.rehabilitation .sec01 .boxR img {
  width: 70%;
  margin: 20px 15% 0;
}
.rehabilitation .sec01 .boxR .btn01 a {
  width: 100%;
}
  
/*----- case_slider -----*/
.lower .case_slider {
  width: calc(100% + 40px);
	height: auto;
	max-height: auto;
  margin: 20px 20px 50px -20px;
}
.lower .case_slider li {
	margin: 0 10px;
}
.lower .case_slider img {
	height: auto;
	max-height: auto;
}  

/*----- detail_parts -----*/
.lower .detail_parts {
  display: block;
}
.lower .detail_parts .left {
  width: 100%;
  margin: 0 auto 20px;
}
.lower .detail_parts .right {
  width: 100%;
}  
.lower .detail_parts h4 {
  font-size: 16px;
  margin: 0 0 15px;
}
.lower .detail_parts p {
  text-align: justify;
}
.lower .detail_parts .btn04 a {
  width: 100%;
}  
}


/*--------------------------------------
　trimming トリミング・ホテル
---------------------------------------*/
@media screen and (max-width: 768px) {
/* ラッパーに横スクロールを付ける */
.trimming .sec04 .table_parts02 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* テーブルは最低幅を確保して横スクロール */
.trimming .sec04 .table_parts02 table {
  min-width: 800px; /* ← 必要に応じて調整。列の数だけ広げる */
  width: auto;      /* 親に合わせずテーブル本来の幅を維持 */
}
}


/*--------------------------------------
　forvet 獣医師の先生方へ
---------------------------------------*/
.lower .referral_parts {
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 50px 20px;
  box-sizing: border-box;
}
.lower .referral_parts h4 {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
.lower .referral_parts {
  padding: 20px 20px;
}
.lower .referral_parts h4 {
  margin: 0 0 15px;
}  
}


/*--------------------------------------
　hospital 各院の紹介（豊村さん追加）
---------------------------------------*/
.hospital_wrap.is-hidden,
.hospital_list.is-hidden {
  display: none!important;
}
[data-filter] {
	/*display: block;*/
  font-size: 16px;
	background: #fff;
  border: 2px solid #06AAEB;
  border-radius: 100px;
  margin-left: 10px;
	padding: 8px 13px;
  box-sizing: border-box;
}
[data-filter].is-active {
  color: #fff;
  font-size: 16px;
  background: #06AAEB;
  border: 2px solid #06AAEB;
  border-radius: 100px;
  margin-left: 10px;
	padding: 8px 13px;
  box-sizing: border-box;
}

/*----- index_box -----*/
.hospital .index_box li {
	display: flex;
  align-items: center;
	margin: 0 0 20px;
}
.hospital .index_box li:last-child {
  margin: 0 0 0;
}
.hospital .index_box li .txt_01 {
	width: 120px;
  color: #06AAEB;
  font-size: 20px;
  font-weight: bold;
}
.hospital .map_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 100px 0;
}
.hospital .map_box .left {
	width: 30%;
}
.hospital .map_box .right {
  width: 60%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hospital .map_box .right li {
	width: 48%;
	font-size: 18px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
	margin-bottom: 25px;
	padding: 18px 20px;
  box-sizing: border-box;
}
.hospital .map_box .right li .num {
  width: 35px;
	height: 35px;
	color: #fff;
  font-size: 22px;
	background: #0067B6;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	margin-right: 15px;
  display: inline-block;
}
.hospital .map_box .right li:nth-child(2) .num {
	background: #8AC31F;
}
.hospital .map_box .right li:nth-child(3) .num {
	background: #F29700;
}
.hospital .map_box .right li:nth-child(4) .num {
	background: #EC6D01;
}
.hospital .map_box .right li:nth-child(5) .num {
	background: #F09DC1;
}
.hospital .map_box .right li:nth-child(6) .num {
	background: #7F2E8E;
}

/*----- hospital_parts -----*/
.lower .hospital_parts .hospital_wrap:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
	margin-bottom: 80px;
	padding-bottom: 80px;
  box-sizing: border-box;
}
.lower .hospital_wrap .upper {
	display: flex;
	align-items: center;
}
.lower .hospital_wrap .upper .img {
	width: 40%;
	margin: 0 4% 0 0;
}
.lower .hospital_wrap .upper .img img {
	border-radius: 10px;
}
.lower .hospital_wrap .upper .hospital_item {
	width: 56%;
}
.lower .hospital_wrap .upper .btnBox {
	margin: 20px 0 0 0;
}
.lower .hospital_parts .h_txt a {
  color: #E94688;
  text-decoration: underline;
  display: inline;
}
.lower .hospital_parts .h_txt img {
  width: 12px;
  margin: 6px 0 0 4px;
}

/*----- h_contact_parts -----*/
.lower .h_contact_parts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lower .h_contact_parts.jc_center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lower .h_contact_wrap {
  width: 47%;
}
.lower .h_contact_wrap .img_box img {
  border-radius: 10px 10px 0 0;
}
.lower .h_contact_wrap .txt_box {
  background: #E4F4F4;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  box-sizing: border-box;
}
.lower .h_contact_wrap .h_name {
  text-align: center;
}
.lower .h_contact_wrap .h_name h3 {
  color: #fff;
  font-size: 24px;
  background: #36A29C;
  border-radius: 5px;
  line-height: 1.0em;
  margin: 0 auto 30px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: inline-block;
}

/* tel & fax */
.lower .h_contact_wrap .contact_box {
  text-align: center;
  margin: auto;
}
.lower .h_contact_wrap .tel,
.lower .h_contact_wrap .fax {
  font-size: 32px;
}
.lower .h_contact_wrap .tel a,
.lower .h_contact_wrap .fax {
  font-weight: 500;
  padding: 0 0 0 45px;
  display: inline-block;
  position: relative;
}
.lower .h_contact_wrap .tel a::before,
.lower .h_contact_wrap .fax::before {
	content: "";
	position: absolute;
  width: 34px;
	height: 34px;
  background: url("../img/icon_tel.png") left top no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0,-40%);
  box-sizing: border-box;
}
.lower .h_contact_wrap .tel a::before {
	background: url("../img/icon_tel.png") left top no-repeat;
  background-size: contain;
}
.lower .h_contact_wrap .fax::before {
	background: url("../img/icon_fax.png") left top no-repeat;
  background-size: contain;
}
.lower .h_contact_wrap .fax {
  margin: 15px 0 0;
}

/* h_txt */
.lower .h_contact_wrap .h_txt {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.lower .h_contact_wrap .h_txt a {
  color: #E94688;
  text-decoration: underline;
  display: inline;
}
.lower .h_contact_wrap .h_txt img {
  width: 12px;
  margin: 6px 0 0 4px;
}

@media screen and (max-width: 768px) {
[data-filter] {
	/*display: block;*/
  font-size: 12px;
	background: #fff;
  border: 1px solid #06AAEB;
  border-radius: 100px;
  margin: 0 8px 8px 0;
  padding: 5px 13px;
  box-sizing: border-box;
}
[data-filter].is-active {
  color: #fff;
  font-size: 12px;
  background: #06AAEB;
  border: 1px solid #06AAEB;
  border-radius: 100px;
  margin: 0 8px 8px 0;
  padding: 5px 13px;
  box-sizing: border-box;
} 
  
/*----- index_box -----*/
.hospital .index_box li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  margin: 0 0 18px;
}
.hospital .index_box li .txt_01 {
	width: 100%;
  font-size: 18px;
	margin-bottom: 10px;
}
.hospital .map_box {
	display: flex;
  flex-direction: column-reverse;
	margin: 60px 0;
}
.hospital .map_box .left {
	width: 60%;
  margin: auto;
}
.hospital .map_box .right {
	width: 100%;
  margin: 0 auto 30px;
}
.hospital .map_box .right li {
	width: 49%;
	font-size: 14px;
	border-radius: 5px;
	margin-bottom: 10px;
  padding: 10px;
}
.hospital .map_box .right li .num {
	width: 20px;
	height: 20px;
  font-size: 12px;
	line-height: 20px;
	margin-right: 5px;
}

/*----- hospital_parts -----*/   
.lower .hospital_parts .hospital_wrap:not(:last-child) {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.lower .hospital_wrap .upper {
	display: block;
}
.lower .hospital_wrap .upper .img {
	width: 100%;
	margin: 0 0 20px 0;
}
.lower .hospital_wrap .upper .hospital_item {
	width: 100%;
}  
.lower .hospital_wrap .upper .btnBox {
	margin: 20px 0 0 0;
}
.lower .hospital_parts .h_txt img {
  width: 10px;
  margin: 4px 0 0 4px;
}
  
/*----- h_contact_parts -----*/
.lower .h_contact_parts {
  display: block;
}
.lower .h_contact_parts.jc_center {
  display: block;
}  
.lower .h_contact_wrap {
  width: 100%;
  margin: 0 0 20px;
} 
.lower .h_contact_wrap:last-child {
  margin: 0 0 0;
}  
.lower .h_contact_wrap .img_box img {
  border-radius: 10px 10px 0 0;
}
.lower .h_contact_wrap .txt_box {
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.lower .h_contact_wrap .h_name h3 {
  font-size: 18px;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 8px 10px 9px;
}

/* tel & fax */
.lower .h_contact_wrap .tel,
.lower .h_contact_wrap .fax {
  font-size: 26px;
}
.lower .h_contact_wrap .tel a,
.lower .h_contact_wrap .fax {
  padding: 0 0 0 30px;
}
.lower .h_contact_wrap .tel a::before,
.lower .h_contact_wrap .fax::before {
	width: 26px;
  height: 26px;
  transform: translate(0,-45%);
}
.lower .h_contact_wrap .fax {
  margin: 10px 0 0;
}
  
/* h_txt */
.lower .h_contact_wrap .h_txt {
  margin: 15px 0 0;
  font-size: 14px;
}
.lower .h_contact_wrap .h_txt img {
  width: 10px;
  margin: 4px 0 0 4px;
}  
}


/*--------------------------------------------------
　modal　モーダル
--------------------------------------------------*/

/*---------- modal 共通 ----------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.modal__bg {
	width: 100%;
  height: 100vh;
	background: rgba(54, 162, 156, 0.8);
	margin: 0 0 0;
  position: absolute;
}
.modal__content {
	width: 650px;
	max-height: 80%;
	height: auto;
	background: #FFFFFF;
  border-radius: 20px;
	padding: 50px 50px;
	box-sizing: border-box;
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	overflow: hidden;
  overflow-y: scroll;
}
a.js-modal-close {
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}

/*----- modal__content 共通 -----*/
.modal__content .block {
  margin: 0 0 40px;
}
.modal__content .block:last-child {
  margin: 0 0 0;
}
.modal__content h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.modal__content .point {
  font-size: 13px;
  line-height: 1.5em;
  text-align: justify;
  margin: 10px 0 0;
}
.modal__content .txt_link {
  margin: 10px 0 0;
}
.modal__content .txt_link a {
  color: #E94688;
  text-decoration: underline;
}

/*----- tag -----*/
.modal__content .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.modal__content .tag li {
  color: #36A29C;
  font-size: 14px;
  background: #fff;
  border-radius: 100px;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  box-sizing: border-box;
}
.modal__content .tag.blue li {
  color: #06AAEB;
  border: 1px solid #06AAEB;
}
.modal__content .tag.green li {
  color: #36A29C;
  border: 1px solid #36A29C;
}
.modal__content .tag.pink li {
  color: #ef649c;
  border: 1px solid #ef649c;
}

@media screen and (max-width: 768px) {
	
/*---------- modal 共通 ----------*/
.modal__bg {
	padding: 0 20px;
	box-sizing: border-box;
}
.modal__content {
	width: 90%;
	max-height: 90%;
  border-radius: 10px;
	padding: 40px 30px;
}
a.js-modal-close {
  font-size: 25px;
	top: 15px;
	right: 15px;
	z-index: 100;
}
  
/*----- modal__content 共通 -----*/
.modal__content .block {
  margin: 0 0 30px;
}
.modal__content h4 {
  font-size: 17px;
  margin: 0 0 10px;
}
.modal__content .point {
  font-size: 11px;
  line-height: 1.5em;
  margin: 10px 0 0;
}
.modal__content .txt_link {
  margin: 10px 0 0;
}
.modal__content .txt_link a {
  line-height: 1.5em;
}

/*----- tag -----*/
.modal__content .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.modal__content .tag li {
  font-size: 13px;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
} 
}


/*--------------------------------------
　モーダル（豊村さん追加）
---------------------------------------*/

/*----- modal-content -----*/
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  z-index: 9999;
}

/* modal-inner */
.modal-inner {
  position: relative;
  background: white;
  width: 100%;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
	border-radius: 10px;
}

/* btn_close */
.btn_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: black;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
  z-index: 105;
}

/* wrap_01 */
.modal-content .wrap_01 {
	margin-bottom: 20px;
}
.modal-content .modal_ttl {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.modal-content .txt {
	margin: 0 0 10px 0;
}
.modal-content .sub {
	font-size: 12px;
	line-height: 1.4;
}
.modal-content .txt_link {
  color: #E94688;
  text-decoration: underline;
}
.modal-content .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.modal-content .tag li {
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  color: #36A29C;
  font-size: 14px;
  border: 1px solid #36A29C;
  border-radius: 100px;
}
.modal-content .tag.blue li {
  color: #06AAEB;
  border: 1px solid #06AAEB;
}

@media screen and (min-width: 768px) {
  
/*----- modal-content -----*/ 
.modal-content {
  width: 650px;
}
  
/* modal-inner */  
.modal-content .modal-inner {
  padding: 40px;
}
  
/* wrap_01 */  
.modal-content .wrap_01 {
	margin-bottom: 30px;
}
.modal-content .modal_ttl {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.modal-content .txt {
	margin: 0 0 10px 0;
}
.modal-content .sub {
	font-size: 12px;
	line-height: 1.4;
}
.modal-content .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.modal-content .tag li {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  font-size: 14px;
}
}


/*--------------------------------------
　facility 施設紹介
---------------------------------------*/
.facility .flexBox .boxL {
  width: 25%;
}
.facility .flexBox .boxL.border {
  border: 2px solid #244f58;
  box-sizing: border-box;
}
.facility .flexBox .boxR {
  width: 70%;
}
.facility .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 15px;
}
.facility .tag li {
  background: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px 6px;
  color: #36A29C;
  font-size: 16px;
  border: 1px solid #36A29C;
  border-radius: 100px;
}
.facility .tag li.on {
  background: #36A29C;
  color: #fff;
}

.facility_tab .tabArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.facility_tab .tabArea li {
  width: calc((100% / 4) - 20px);
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 2px solid #C4F1EE;
  border-radius: 5px;
  cursor: pointer;
}
.facility_tab .tabArea li.active {
  background: #C4F1EE;
  color: #36A29C;
}
.facility_tab .tabContents {
  display: none;
}
.facility_tab .tabContents.show {
  display: block;
}

@media screen and (max-width: 768px) {
  .facility .flexBox {
    display: flex;
    flex-wrap: wrap;
  }
  .facility .flexBox .boxL {
    width: 100%;
    margin: 20px 0 0;
    order: 2;
  }
  .facility .flexBox .boxR {
    width: 100%;
    order: 1;
  }
  .facility .tag {
    margin: 10px 0 10px;
  }
  .facility .tag li {
    margin: 0 5px 5px 0;
    padding: 3px 8px;
    font-size: 13px;
  }

  .facility_tab .tabArea {
    margin: 0 0 30px;
  }
  .facility_tab .tabArea li {
    width: calc((100% / 2) - 3px);
    margin: 0 0 6px;
    padding: 12px 10px;
    font-size: 14px;
    border: 1px solid #C4F1EE;
    border-radius: 3px;
  } 
}


/*--------------------------------------
　staff スタッフ紹介
---------------------------------------*/
.staff_wrap.is-hidden {
  display: none!important;
}
#filters_staff li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 1%;
}
[staff-filter] {
  /*width: calc((100% - 6%) / 7);*/
	font-size: 16px;
  background: #fff;
  border: 2px solid #06AAEB;
  border-radius: 100px;
	padding: 13px 40px 13px 20px;
  box-sizing: border-box;
  position: relative;
}
[staff-filter].is-active {
  color: #fff;
  background: #06AAEB;
}
[staff-filter]::before,
[staff-filter].is-active::before {
  content: "";
	position: absolute;
  width: 16px;
	height: 16px;
  top: 50%;
	right: 10px;
  transform: translate(0,-50%);
}
[staff-filter]::before {
  background: url("../img/arrow_bl_ver01.png") left top no-repeat;
  background-size: contain;
}
[staff-filter].is-active::before {
  background: url("../img/arrow_bl_ver02.png") left top no-repeat;
  background-size: contain;
}

/* staff_block */
.staff .staff_block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}
.staff .staff_block .staff_wrap {
  width: calc((100% - 9%) / 4);
  /*width: 22%;
  margin: 0 4% 40px 0;*/
}
/*.staff .staff_block .staff_wrap:nth-child(4n) {
  margin: 0 0 40px 0;
}*/
.staff .staff_block .staff_wrap .imgBox img {
  border-radius: 10px;
}
.staff .staff_block .staff_name {
  /*color: #36A29C;*/
  text-align: center;
  margin: 20px 0 20px;
  padding: 0 0 10px;
  box-sizing: border-box;
  position: relative;
}
.staff .staff_block .staff_name::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: 0;
}
.staff .staff_block .label_list {
  margin: 0 0 15px;
}
.staff .staff_block .label_list li {
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  margin: 0 5px 0 0;
  padding: 5px 10px 6px;
  box-sizing: border-box;
  display: inline-block;
}
.staff .staff_block .bd_takahagi {
  background: #0067B6;
}
.staff .staff_block .bd_center_tsukuba {
  background: #8AC31F;
}
.staff .staff_block .bd_hitachi {
  background: #F29700;
}
.staff .staff_block .bd_mito {
  background: #EC6D01;
}
.staff .staff_block .bd_emu {
  background: #F09DC1;
}
.staff .staff_block .bd_clinic_tsukuba {
  background: #7F2E8E;
}

@media screen and (max-width: 768px) {
#filters_staff li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 2%;
}
[staff-filter] {
  width: calc((100% - 2%) / 2);
	font-size: 14px;
  border: 1px solid #06AAEB;
	padding: 10px 10px 10px 0;
}
[staff-filter]::before,
[staff-filter].is-active::before {
  width: 14px;
	height: 14px;
	right: 8px;
}

/* staff_block */
.staff .staff_block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
}
.staff .staff_block .staff_wrap {
  width: calc((100% - 3%) / 2);
}
.staff .staff_block .staff_name {
  margin: 15px 0 15px;
  padding: 0 0 10px;
}
.staff .staff_block .label_list {
  margin: 0 0 10px;
}
.staff .staff_block .label_list li {
  font-size: 11px;
  margin: 0 5px 5px 0;
  padding: 4px 8px 5px;
}
}


/*--------------------------------------
　prevention 予防医療
---------------------------------------*/

@media screen and (max-width: 768px) {
  .prevention .table_parts01 td:nth-child(1) {
    width: 30%;
  }
  .prevention .table_parts01 td:nth-child(2) {
    width: 20%;
  }
}


/*--------------------------------------
　post
---------------------------------------*/
.post .all_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  margin: 70px 0 0;
}
.post .news_block {
	width: 73%;
	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: #aaa;
}
.post .date_box .cate {
	display: flex;
}
/*.post .news_list .cate_box {
  display: flex;
}
.post .date_box .cate,
.post .date_box .tag {
	display: flex;
}*/
.post .date_box .cate span {
  width: 120px;
	color: #64A4E3;
	font-size: 12px;
  border: 1px solid #64A4E3;
  /*background: #E94688;*/
	border-radius: 100px;
	text-align: center;
	margin: 0 5px 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 .txt_box {
	width: 65%;
}*/

/*----- info-area -----*/
.single .info-block {
	width: 80%;
  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;
}
.info-txt h1,.info-txt h2,.info-txt h3,.info-txt h4,.info-txt h5,.info-txt h6 {
	font-weight: bold;
  text-align: justify;
}
.info-txt h1 {
	color: #fff;
	font-size: 28px;
	background: #06AAEB;
	border-radius: 5px;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 5px 20px 5px;
	display: inline-block;
}
.info-txt h2 {
  color: #06AAEB;
	font-size: 25px;
	background: #e3f2f8;
	border-left: 5px solid #06AAEB;
  border-radius: 0 100px 100px 0;
	line-height: 1.5em;
	margin: 0 0 30px;
	padding: 8px 10px 8px 20px;
	box-sizing: border-box;
}
.info-txt h3 {
	font-size: 22px;
	border-bottom: 2px solid #06AAEB;
	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: #E94688;
  border-radius: 3px;
	line-height: 1.5em;
  margin: 0 0 20px;
  padding: 8px 15px;
  box-sizing: border-box;
  display: inline-block;
}
.info-txt h5 {
  color: #06AAEB;
	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: #06AAEB;
	border-radius: 100px;
	box-sizing: border-box;
	top: 10px;
	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: #06AAEB;
	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: #aaa;
  /*font-size: 16px;*/
}
.single .date_box .cate {
	display: flex;
}
/*.single .cate_box {
  display: flex;
}
.single .date_box .cate,
.single .date_box .tag {
	display: flex;
}*/
.single .date_box .cate span {
  width: 120px;
	color: #64A4E3;
	font-size: 12px;
  border: 1px solid #64A4E3;
	border-radius: 100px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 4px 0 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;
}

/*----- btn01 -----*/
.single .btn01 {
  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: #36A29C;
	font-size: 15px;
  font-weight: 500;
	/*background: #06AAEB;*/
	/*background: #E94688;*/
	/*background: #36A29C;*/
	background: #C4F1EE;
  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;
}
.post .side .supplement {
  line-height: 1.5em;
	margin: 15px 0 0;
}

/*----- 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: #E94688;
	color: #fff;
}

@media screen and (max-width: 768px) {
.post .all_block {
	display: block;
  margin: 30px 0 0;
}
.post .news_block {
	width: 100%;
}
	
/*----- post 共通 -----*/
.post .news_block .news_list li {
	padding: 20px 0;
}
.post .date_box {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}  
.post .date_box .day {
	width: 80px;
  font-size: 14px;
}
.post .news_list .cate_box {
  display: flex;
}
.post .date_box .cate,
.post .date_box .tag {
	display: flex;
}
.post .date_box .cate span {
  width: 105px;
	font-size: 10px;
	margin: 0 5px 0 0;
	padding: 5px 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 .txt_box {
	width: 100%;
}*/  

/*----- info-area -----*/
.single .info-block {
	width: 100%;
}  
.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 #06AAEB;
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 5px 10px 5px 13px;
}	
.info-txt h3 {
  font-size: 16px;
	border-bottom: 1px solid #06AAEB;
	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: 15px;
}
.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: flex;
	align-items: center;
	margin: 0 0 10px;
}  
.single .date_box .day {
	width: 80px;
  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;
}	
	
/*----- btn01 -----*/
.single .btn01 {
  margin: 30px auto 0;
}
  
/*----- 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;
}
.post .side .supplement {
	margin: 10px 0 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;
}  
}


/*--------------------------------------
　form
---------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
	box-sizing: border-box;
	background: transparent;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	border-radius: 0;
}

/*----- table -----*/
.form_area table {
	width: 100%;
	box-sizing: border-box;
}
.form_area tr {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
}
.form_area tr:first-child {
	border-top: solid 1px #ccc;
}
.form_area th {
	width: 35%;
	height: 100px;
	font-size: 15px;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 25px 0 25px 20px;
	box-sizing: border-box;
}
.form_area th p {
	font-weight: bold;
}
.form_area td {
	font-size: 14px;
	padding: 25px 0 25px 50px;
	box-sizing: border-box;
}
.form_area td p.txt01 {
  margin: 10px 0 0;
  text-align: justify;
  line-height: 1.5em;
}

/*----- 必須 -----*/
.form_area th span {
	height: 25px;
	color: #fff;
	font-size: 11px;
	background: #D51419;
	line-height: 25px;
	margin: 0 40px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

/*----- input -----*/
.form_area td input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	background: #fff;
	border: solid 1px #ddd;
	padding: 0 10px;
	box-sizing: border-box;
}

/* input WP編集するとき変更部分 */
/*.form_area .td01 {
  display: flex;
  align-items: center;
}
.form_area .td01 input {
	width: 30%;
	margin: 0 10px 0 0;
}
.form_area .td02 input {
	border: none;
}*/
/* 変更内容ここまで */

/* input WP編集するとき追加 */
.form_area .td01 {
	display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.form_area .td01 p:first-child {
	width: 30%;
	margin: 0 10px 0 0;
}
.form_area .td02 span.wpcf7-form-control-wrap input {
	border: none;
}
/* 追加内容ここまで */


/*----- radio box -----*/
/*.form_area .radio {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.form_area .radio01 li {
	margin: 0 30px 15px 0;
	box-sizing: border-box;
}
.form_area .radio02 li {
	margin: 0 30px 0 0;
	box-sizing: border-box;
}
.form_area .radio li input {
	display: none;
}*/

/* 1番 */
.form_area .radio01-parts {
	padding: 0 0 0 25px;
	box-sizing: border-box;
	position: relative;
}
.form_area .radio01-parts::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
.form_area .radio li input:checked + .radio01-parts {
	color: #06AAEB;
}

/* 2番 */
.form_area .radio li input:checked + .radio01-parts::after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 12px;
	border-bottom: 2px solid #06AAEB;
	border-right: 2px solid #06AAEB;
	transform: rotate(45deg);
	top: 2px;
	left: 5px;
}

/* radio box WP編集するとき追加 */
span.wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
.radio01 span.wpcf7-list-item {
	display: inline-block;
  font-size: 14px;
	margin: 0 30px 15px 0;
  padding: 0!important;
	box-sizing: border-box;
}
.radio02 span.wpcf7-list-item {
	display: inline-block;
  font-size: 14px;
	margin: 0 30px 0 0;
  padding: 0!important;
	box-sizing: border-box;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
span.wpcf7-list-item input {
	display: none;
}

/* 1番ここに入れる */
span.wpcf7-list-item-label {
  padding-left: 25px;
	box-sizing: border-box;
  position: relative;
}
span.wpcf7-list-item-label::before {
  content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
  color: #06AAEB;
}

/* 2番ここに入れる */
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {
  content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 12px;
	border-bottom: 2px solid #06AAEB;
	border-right: 2px solid #06AAEB;
	transform: rotate(45deg);
	top: 1px;
	left: 5px;
}
/* 追加内容ここまで */


/*----- textarea -----*/
.form_area td textarea {
	width: 100%;
	font-size: 15px;
	background: #fff;
	border: solid 1px #d3d3d3;
	padding: 10px 10px;
	box-sizing: border-box;
	resize: vertical;
}

/*----- error -----*/
.wpcf7-not-valid-tip {
	margin: 5px 0 0;
}

/*----- btn -----*/
.form_area .form_btn {
	width: 400px;
	margin: auto;
	position: relative;
}
.form_area .form_btn::before {	
	content: "";
	display: block;
	position: absolute;
	width: 25.333px;
	height: 9.333px;
	background: url("../img/arrow_wh.png") left top no-repeat;
  background-size: contain;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}
.form_area .send_btn {
	display: block;
	width: 400px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #E94688;
	border: none;
	border-radius: 3px;
	text-align: center;
	margin: 80px auto 0;
	padding: 25px 20px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
}
.form_area .form_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
span.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
	
/*----- table -----*/	
.form_area th {
	display: block;
	width: 100%;
	height: auto;
	font-size: 13px;
	padding: 15px 0 13px;
}	
.form_area td {
	display: block;
	font-size: 13px;
	padding: 0 0 15px 0;
}
	
/*----- 必須 -----*/
.form_area th span {
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	margin: -5px 0 0 10px;
	padding: 0 10px;
	float: none;
}
	
/*----- input -----*/
.form_area td input {
	width: 100%;
	height: 40px;
	font-size: 14px;
}	
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 14px;
	padding: 0 0 0;
	box-sizing: border-box;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
	padding: 0 0 0;
	box-sizing: border-box;
}
::placeholder{ /* Others */
  font-size: 14px;
	padding: 0 0 0;
	box-sizing: border-box;
}
  
/* input WP編集するとき変更部分 */
.form_area .td01 input {
	width: 50%;
	margin: 0 10px 0 0;
}
/* 変更内容ここまで */

/* input WP編集するとき追加 */
.form_area .td01 {
  margin: 0 0 0;
}
.form_area .td01 p:first-child {
	width: 50%;
	margin: 0 10px 0 0;
}
.form_area .td01 span.wpcf7-form-control-wrap input {
	width: 100%;
}  
/* 追加内容ここまで */
	
/*----- radio box -----*/
/*.form_area .radio {
	display: block;
}
.form_area .radio01 li {
	margin: 0 0 15px 0;
	box-sizing: border-box;
}
.form_area .radio02 li {
	margin: 0 0 15px 0;
	box-sizing: border-box;
}*/
	
/* 1番 */	
.form_area .radio01-parts::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
.form_area .radio li input:checked + .radio01-parts {
	color: #D51419;
}
	
/* 2番 */	
.form_area .radio li input:checked + .radio01-parts::after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 16px;
	border-bottom: 2px solid #D51419;
	border-right: 2px solid #D51419;
	transform: rotate(45deg);
	top: 0;
	left: 5px;
}	

/* radio box WP編集するとき追加 */
span.wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
}
.radio01 span.wpcf7-list-item {
	display: block;
  font-size: 13px;
	margin: 0 0 15px 0;
  padding: 0!important;
	box-sizing: border-box;
}
.radio02 span.wpcf7-list-item {
	display: block;
  font-size: 13px;
	margin: 0 0 15px 0;
  padding: 0!important;
	box-sizing: border-box;
}
span.wpcf7-list-item:last-child {
	margin-right: 0;
}
span.wpcf7-list-item input {
	display: none;
}

/* 1番ここに入れる */
span.wpcf7-list-item-label {
  padding-left: 22px;
  position: relative;
}  
span.wpcf7-list-item-label::before {
  content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #cecece;
	top: 2px;
	left: 0;
}
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
  color: #06AAEB;
}

/* 2番ここに入れる */
span.wpcf7-list-item input:checked + span.wpcf7-list-item-label::after {
  content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 12px;
	border-bottom: 2px solid #06AAEB;
	border-right: 2px solid #06AAEB;
	transform: rotate(45deg);
	top: 2px;
	left: 5px;
}
/* 追加内容ここまで */
	
	
/*----- textarea -----*/
.form_area td textarea {
	height: 180px;
}	

/*----- btn -----*/
.form_area .form_btn {
	width: 100%;
}
.form_area .form_btn::before {	
	width: 19px;
	height: 7px;
	right: 15px;
}  
.form_area .send_btn {
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin: 50px auto 0;
  padding: 20px 15px;
}	
}


/*------------------------------------------------------------
  thanks
------------------------------------------------------------*/
#thanks .txt_box p {
	font-size: 18px;
	text-align: center;
	line-height: 2.0em;
}

@media screen and (max-width: 768px) {
#thanks .txt_box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.8em;
}	
}

/*------------------------------------------------------------
  Philosophy
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #philosophy .flexBox03 .imgBox{
    width: 75vw;
  }
}