/*-------------------
外来担当医表
--------------------*/
.list__item:not(:last-child) {
    margin-bottom: 80px;
}
.list__lead table ul {
    font-size: 14px;
}
.list__lead table td span {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.list__anchor {
    display: flex;
    flex-wrap: wrap;
    gap:5px 20px;
    font-size: 14px;
    margin-bottom: 50px;
    border: var(--c-line) 1px solid;
    padding: 20px;
    border-radius: 10px;
}
.list__anchor li {
    width: calc((100% - 60px) / 4);
}
.list__anchor li a {
    font-weight: 600;
    text-decoration: underline;
    position: relative;
    padding-left: 17px;
}
.list__anchor li a:hover {
    color: var(--c-gr);
}
.list__anchor li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -6px;
  transform: rotate(135deg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: var(--c-base);
  border-right-color: var(--c-base);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list__anchor li a:hover:before {
  border-top-color: var(--c-gr);
  border-right-color: var(--c-gr);
}
.list__pdf-btn a {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.list__link-btn {
    display: flex;
    gap:30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 50px;
}
.list__link-btn li {
    width: calc((100% - 30px) / 2);
}
.list__link-btn li:nth-child(1) a:after {
    display: none !important;
}
.list__link-btn .icon-download {
    background-image: url("../images/icon_download.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding-left: 25px;
}
.list__link-btn a {

}
.list__department:not(:last-child) {
    margin-bottom: 70px;
}
.list__department .course__schedule-update {
    margin-top: -20px;
}
.list__time dt {
    font-weight: 700;
}
.list__time dd span {
    
}
.list__department h2 {
    display: flex;
    align-items: center;
    gap:10px;
}
.list__department h2 .sub-cat {
    display: flex;
    gap:10px;
}
.list__department h2 .sub-cat span {
    background-color: var(--c-gr);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media screen and (max-width:1080px){
.list__link-btn {
  display: block;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.list__link-btn li {
  width: 100%;
}
.list__link-btn li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.list__link-btn .icon-download {
  background-size: 1.5rem;
  padding-left: 2.2rem;
}
.list__anchor li {
  width: calc((100% - 1.5rem) / 2);
}
.list__anchor {
  gap: 0.5rem 1.5rem;
  font-size: 1.3rem;
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: 0.8rem;
}
.list__department .course__schedule-update {
  margin-top: 0px;
}
.list__department h2 {
    display: block;
}
.list__department h2 .sub-cat {
  display: flex;
  gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.list__department h2 .sub-cat span {
  font-size: 1.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.list__department:not(:last-child) {
  margin-bottom: 4rem;
}
.list__anchor li a {
  padding-left: 1.5rem;
}
.list__anchor li a::before {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.5rem;
  border-top-width: 0.2rem;
  border-right-width: 0.2rem;

}
}
/*-------------------
休診のご案内
--------------------*/
.closure__close dt {
    font-weight: 700;
}
.closure__update {
    text-align: right;
    margin-bottom: 15px;
    font-size: 15px;
}
.closure__schedule {
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
    font-size: 15px;
    line-height: 1.5;
}
.closure__schedule thead th {
    font-weight: 700;
    text-align: center;
    background-color: #f2f7f7;
}
.closure__schedule .day {
    width: 22%;
    text-align:center; 
}
.closure__schedule .clinical {
    width: 22%;
    text-align:center; 
}
.closure__schedule .name {
    width: 20%;
    text-align:center; 
}
.closure__schedule th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
}
.closure__schedule td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
}


@media screen and (max-width:1080px){
.closure__schedule {
  font-size: 1.3rem;
}
.closure__schedule th {
  padding: 0.6rem;
}
.closure__schedule td {
  padding: 0.6rem;
}
.closure__update {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
}


.tab-menu {
    display: flex;
    border-bottom: var(--c-gr) 1px solid;
    gap:20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.tab-menu li {
    width: calc((100% - 20px)/2);
}
.tab-menu li a {
    font-weight: 700;
    display: flex;
    color: var(--c-gr);
    height: 65px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: var(--c-gr) 1px solid;
    border-bottom: none;
    position: relative;
    font-size: 18px;
}
.tab-menu li a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: var(--c-gr);
  border-right-color: var(--c-gr);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tab-menu li.current a,
.tab-menu li a:hover {
    background-color: var(--c-gr);
    color: #fff;
}
.tab-menu li.current a:after {
    border-top-color: var(--c-gr) !important;
  border-right-color: var(--c-gr) !important;
}
.tab-menu li a:hover:after {
    border-top-color: #fff;
  border-right-color: #fff;
}
.first__cau {
    border: #f05344 1px solid;
    padding: 15px;
    border-radius: 8px;
    font-weight: 700;
}
.first__hours .dot-list {
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: var(--c-line) 1px solid;
    border-bottom: var(--c-line) 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}
.first__hours-link {
    display: flex;
    gap: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.first__hours-link li {
    width: calc((100% - 30px) / 2);
}

.first__property ul {
    background-color: #f2f7f7;
    padding: 25px;
    border-radius: 10px;
}
.first__property ul li {
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}
.first__property ul li:not(:last-child) {
    margin-bottom: 5px;
}
.first__property ul li span {
    font-weight: 400;
    font-size: 90%;
}
.first__property ul li:before {
    width: 8px;
    height: 8px;
    content: "";
    background-color: var(--c-gr);
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: 14px;
    left: 0;
}

.first__flow-blk {
    border: var(--c-line) 1px solid;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    position: relative;
    margin-bottom: 50px;
}
.first__flow-blk .swiper-container {
    position: relative;
}
.first__flow-blk .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.9;
}
.first__flow-blk .swiper-pagination-bullet-active {
  background: var(--c-gr);
    opacity: 1;
}
.first__flow-blk:last-child {
    margin-bottom: 0;
}
.first__flow-blk:not(:last-child):after {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background-image: url("../images/under_arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    bottom: -50px;
}
.first__flow-blk h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.first__flow-blk--noimg h3 {
    margin-bottom: 0 !important;
}
.first__flow-blk h3 span{
    font-family: var(--f-en);
    background-color: var(--c-gr);
    color: #fff;
    font-size: 16px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    width: 100px;
    margin-right: 15px;
}
.first__flow-blk-img {
    flex-shrink: 0;
    width: 38%;
    margin-left: auto;
}
.first__flow-blk-img img {
    border-radius: 10px;
}
.first__flow-blk-txt {
    margin-right: 5%;
}
.first__flow-blk-txt--flex {
    margin-right: 0;
    display: flex;
    align-items: center;
}
.first__flow-blk-txt--flex p {
    margin-left: 30px;
}
.first__flow-blk-txt p span {

}
.first__payment-flex {
    display: flex;
}
.first__payment-img {
    flex-shrink: 0;
    width: 37%;
    margin-left: 5%;
}
.first__payment-img img {
    border-radius: 10px;
}
.first__payment-credit {
    border: var(--c-line) 1px solid;
    border-radius: 10px;
    padding: 30px;
    margin-top: 50px;
}
.first__payment-credit h3 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.first__payment-credit-img {
    margin-top: 20px;
}
.first__payment-other {
    margin-top: 60px;
}
.first__payment-other ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.first__payment-other ul li{
    padding-left: 1.2em;
    text-indent: -1.2em;
    list-style-position: inside;
    list-style-type: decimal;
    font-weight: 600;
}

.first__payment-other-cau {
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    background-color: #f2f7f7;
    margin-bottom: 30px;
}
.first__hours-time {
    border: var(--c-line) 1px solid;
    text-align: center;
}
.first__hours th {
    width: 230px;
}
.first__hours td {
    font-weight: 500;
}
.first__hours td .txt-gr {
    color: var(--c-gr);
}
.first__hours td p {
    font-size: 15px;
    font-weight: 400;
}
.first__hours h3 {
    font-weight: 500;
    margin-bottom: 10px;
}
.first__hours h3.mdt {
    margin-top: 20px;
}
@media screen and (max-width:1080px){
.first__hours .tbl-basic th{
    display: block;
    width: auto;
    padding: 1rem;
}
.first__hours .tbl-basic td{
    display: block;
    width: auto;
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
}
.first__hours td p {
  font-size: 1.4rem;
}
.first__cau {
  padding: 1.5rem;
  border-radius: 0.8rem;
}
.first__hours-link {
  display: block;
  margin-top: 3rem;
}
.first__hours-link li {
  width: 100%;
}
    .first__hours-link li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
.first__property ul {
  padding: 1.5rem;
  border-radius: 1rem;
}
    .first__property ul li {
        padding-left: 1.5rem;
    }
    .first__property ul li:not(:last-child) {
        margin-bottom: 0.3rem;
    }
.first__property ul li:before {
        width: 0.6rem;
        height: 0.6rem;
        margin-top: 0;
        top: 1rem;
    }
.first__flow-blk {
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 4rem;
    display: block;
}
.first__flow-blk-img {
    width: 100%;
  margin-left: 0;
    margin-top: 2rem;
}
.first__flow-blk-img img {
  border-radius: 1rem;
    width: 100%;
}
.first__flow-blk h3 {
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
    display: block;
    text-align: center;
}
.first__flow-blk h3 span {
  font-size: 1.3rem;
  height: 2.8rem;
  border-radius: 4rem;
  width: 9rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
    .first__flow-blk-txt {
        margin-right: 0;
    }
.first__flow-blk-txt--flex {
  display: block;
}
    .first__flow-blk-txt--flex h3 {
        margin-bottom: 1.2rem !important;
    }
.first__flow-blk-txt--flex p {
  margin-left: 0px;
    text-align: center;
}
.first__flow-blk:not(:last-child)::after {
  width: 4rem;
  height: 4rem;
  margin-left: -2rem;
  background-size: 2rem;
  bottom: -4rem;
}
.first__payment-flex {
  display: block;
}
.first__payment-img {
  width: 100%;
  margin-left: 0%;
  margin-top: 3rem;
}
.first__payment-img img {
  border-radius: 1rem;
}
.first__payment-credit {
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 3rem;
}
.first__payment-credit h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.first__payment-credit-img {
  margin-top: 2rem;
}
.first__payment-other ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.first__payment-other-cau {
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tab-menu {
  gap: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 3rem;
}
.tab-menu li {
  width: calc((100% - 1rem)/2);
}
.tab-menu li a {
  height: 5.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-size: 1.45rem;
  line-height: 1.4;
    text-align: center;
}
.tab-menu li a:after {
    right: 1.3rem;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
  }
.first__hours h3.mdt {
  margin-top: 2rem;
}
.first__hours h3 {
  margin-bottom: 1rem;
}
.first__hours .dot-list {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
}
/*-------------------
救急外来
--------------------*/
.emergency__flow .third-ttl {
    margin-top: 50px;
}
.emergency__flow p.border-box {
	font-weight: 600;
}
@media screen and (max-width:1080px){
.emergency__flow .third-ttl {
    margin-top: 4rem;
}
}
/*-------------------
特殊・専門外来
--------------------*/
.special__list h2 {
    display: flex;
}
.special__list h2.second-ttl span {
		display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 20px;
    margin: 8px 10px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(78, 189, 106, 1) 0%, #b3d872 100%);
}
@media screen and (max-width:1080px){
.special__list h2 {
    display: block;
}
.special__list h2.second-ttl span {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    margin: 0.8rem;
}
}
/*-------------------
里帰り出産・マタニティクラス
--------------------*/
.maternity__homecoming .third-ttl {
    margin-top: 50px;
}
.maternity__homecoming dl {
		margin-top: 10px;
		border: var(--c-line) solid 1px;
    border-radius: 10px;
    padding: 30px;
}
.maternity__homecoming dl dt {
		font-size: 18px;
		font-weight: 700;
    color: var(--c-gr);
    margin-bottom: 5px;
}
@media screen and (max-width:1080px){
.maternity__homecoming .third-ttl {
    margin-top: 4rem;
}
.maternity__homecoming dl {
		margin-top: 0.5rem;
    padding: 2rem;
}
.maternity__homecoming dl dt {
		font-size: 1.6rem;
    margin-bottom: 0.4rem;
}
.maternity__homecoming .tbl-basic th {
    width: 11rem;
}
}
/*-------------------
セカンドオピニオン外来
--------------------*/
.second-opinion__flow > ol.number > li + li {
	margin-top: 30px;
}
.second-opinion__flow .tbl-basic {
	margin-top: 15px;
	margin-bottom: 15px;
}
.second-opinion__contact dl {
	margin-top: 10px;
  border: var(--c-line) solid 1px;
  border-radius: 10px;
  padding: 30px;
}
.second-opinion__contact dl dt {
    font-size: 18px;
    font-weight: 700;
    color: var(--c-gr);
    margin-bottom: 5px;
}
@media screen and (max-width:1080px){
.second-opinion__flow > ol.number > li + li {
	margin-top: 2rem;
}
.second-opinion__flow .tbl-basic {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.second-opinion__contact dl {
	margin-top: 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
}
.second-opinion__contact dl dt {
    font-size: 1.6rem;
    margin-bottom: 0.4rem
}
}
/*-------------------
健康診断
--------------------*/
.health__tbl-item {
border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
    font-size: 15px;
}
.health__tbl-item thead th {
    background-color: #f2f7f7;
}
.health__tbl-item tbody th {
    width: 150px;
    vertical-align: top;
}
.health__tbl-item tbody td {
    width: 40%;
}
.health__tbl-item th {
border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.health__tbl-item td {
border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
}
.health__td-wid {
    width: 42%;
}
@media screen and (max-width:1080px){

.health__tbl-item {
  font-size: 1.3rem;
  line-height: 1.6;
}
.health__tbl-item th {
  padding: 0.7rem;
}
.health__tbl-item td {
  padding: 0.7rem;
}
.health__tbl-item tbody th {
  width: 6rem;
}
.health__tbl-item tbody td {
  width: auto;
}
.health__td-wid {
  width: 51%;
}
.health .tbl-basic th {
    width: 5rem;
  }
}
/*-------------------
人間ドック
--------------------*/
.dock .list__link-btn {
	margin-top: 0;
}
.dock__course h4 {
	font-size: 18px;
  font-weight: 700;
  color: var(--c-gr);
  margin-bottom: 5px;
}
.dock__course table + h3 {
	margin-top: 30px;
}
.dock__course .tbl-basic {
  font-size: 15px;
}
.dock__course .tbl-basic th {
  width: 220px;
  text-align: left;
}
@media screen and (max-width:1080px){
.dock__course h4 {
	font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.dock__course .tbl-basic {
  font-size: 1.3rem;
}
.dock__course .tbl-basic th {
    width: 10rem;
}
.dock__course table + h3 {
	margin-top: 2rem;
}
}
.option__lead p {
	margin-bottom: 30px;
}
.option__lead table {
		border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
    font-size: 15px;
}
.option__lead th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: left;
    font-weight: 700;
}
.option__lead td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
}
.option__lead thead th {
    background-color: #f2f7f7;
}
.option__lead thead th:first-child {
    width: 250px;
}
.option__lead tbody th {
    vertical-align: top;
		line-height: 1.6;
}
.option__lead tbody th span {
    font-size: 13px;
}
.option__lead tbody td {
    width: auto;
}
.option__lead tbody td a.pdf {
		text-decoration: underline;
    background-image: url(../images/icon_pdf.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 22px;
    display: inline-block;
}
.option__lead tbody td a.pdf:hover {
    text-decoration: none;
    color: var(--c-gr);
}
@media screen and (max-width:1080px){
.option__lead table {
    font-size: 1.3rem;
}
.option__lead tbody th span {
    font-size: 1.2rem;
}
}
/*-------------------
地域がん診療連携拠点病院
--------------------*/
.regional__system .third-ttl {
    margin-top: 50px;
}
@media screen and (max-width:1080px){
.regional__system .third-ttl {
    margin-top: 4rem;
}
}
/*-------------------
外来化学療法室
--------------------*/
.chemotherapy__lead p + p {
    margin-top: 30px;
}
@media screen and (max-width:1080px){
.chemotherapy__lead p + p {
    margin-top: 2rem;
}
}
/*-------------------
がん相談支援センター
--------------------*/
.center__lead p.border-box {
    font-size: 15px;
}
@media screen and (max-width:1080px){
.center__lead p.border-box {
    font-size: 1.4rem;
}
}
/*-------------------
がんピアサロン「結い」
--------------------*/
.salon__schedule p.border-box {
  font-weight: 600;
}
.salon__schedule .pdf-list {
	margin-top: 20px;
}
.salon__contact .third-ttl {
	margin-bottom: 10px;
}
@media screen and (max-width:1080px){
.salon__schedule .pdf-list {
	margin-top: 1rem;
}
.salon__contact .third-ttl {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
}
/*-------------------
緩和ケアチーム
--------------------*/
.care__lead dl dt {
  color: var(--c-gr);
  font-size: 20px;
  font-weight: 700;
}
.care__detail p.notes {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.care__detail .tbl-basic th,
.care__consultation .tbl-basic th,
.care__role .tbl-basic th {
    width: 250px;
    text-align: left;
}
.care__role .third-ttl {
    margin-top: 50px;
}
@media screen and (max-width:1080px){
.care__lead dl dt {
  font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.care__detail p.notes {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.care__detail .tbl-basic th {
    width: 10rem;
		font-size: 1.3rem;
}
.care__detail .tbl-basic td {
		font-size: 1.3rem;
}
.care__role .third-ttl {
    margin-top: 4rem;
}
.care__consultation .tbl-basic th {
    width: 18rem;
}
.care__role .tbl-basic th {
    width: 10rem;
}
}
/*-------------------
セカンドオピニオン外来
--------------------*/

/*-------------------
院内がん登録と実績
--------------------*/
.results__list .pdf-list {
	margin-top: 0px;
}
/*-------------------
緩和ケア研修会修了者名簿
--------------------*/
.list p.date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}
.list .tbl-basic thead th {
    background-color: #e6f6ea;
}
/*-------------------
新しい治療方法
--------------------*/

.new-treatment-item {
		border: var(--c-gr) 1px solid;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}
.new-treatment-item:last-child {
    margin-bottom: 0;
}
.new-treatment-item h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--c-gr);
    flex-shrink: 0;
    margin-right: 25px;
}
.new-treatment-item .pdf-list {
    margin-top: 20px;
}
.new-treatment-item-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.new-treatment-item-flex ul {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap:10px;
    flex-wrap: wrap;
}
.new-treatment-item-flex ul li a {
    display: flex;
  align-items: center;
  position: relative;
  background-color: var(--c-gr);
  color: rgb(255, 255, 255);
  padding: 5px 25px 5px 15px;
  line-height: 1.5;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.new-treatment-item-flex ul li a:hover {
    background-color: #b3d872;
}
.new-treatment-item-flex ul li a:after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-treatment__list > ul {
    border-top: var(--c-line) 1px solid;
}
.new-treatment__list > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--c-line) 1px solid;
    padding: 15px 10px;
}
.new-treatment__list > ul > li > p {
    font-weight: 600;
}
.new-treatment__list > ul > li > ul {
    display: flex;
    gap: 12px;
}
.new-treatment__list > ul > li > ul > li a {
	  display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    background-color: var(--c-gr);
    color: #fff;
    padding: 5px 25px 5px 15px;
    line-height: 1.5;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.new-treatment__list > ul > li > ul > li a:after {
	  position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-treatment__list > ul > li > ul > li a:hover {
		background-color: #b3d872;
}
@media screen and (max-width:1080px){
.new-treatment__list > ul > li {
    display: block;
		padding: 1.4rem 0.8rem;
}
.new-treatment__list > ul > li > ul {
    gap: 1rem;
		padding-top: 1rem;
}
.new-treatment__list > ul > li > ul > li a {
    padding: 0.8rem 2rem 0.8rem 1.5rem;
    border-radius: 4rem;
    font-size: 1.3rem;
    min-width: 7rem;
}
.new-treatment__list > ul > li > ul > li a:after {
    right: 1.2rem;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    border-top-width: 0.1rem;
    border-right-width: 0.1rem;
}
    .new-treatment-item {
        padding: 2rem;
        margin-bottom: 2rem;
        
    }
.new-treatment-item-flex {
  display: block;
    margin-bottom: 1.5rem;
}
.new-treatment-item h2 {
  font-size: 1.6rem;
  margin-right: 0px;
    margin-bottom: 1.5rem;
}
.new-treatment-item .pdf-list {
  margin-top: 1.5rem;
}
.new-treatment-item-flex ul {
  gap: 0.7rem;
}
    .new-treatment-item-flex ul li a {
        padding: 0.8rem 2rem 0.8rem 1.5rem;
        border-radius: 4rem;
        font-size: 1.3rem;
        min-width: 7rem;
    }
.new-treatment-item-flex ul li a:after {
        right: 1.2rem;
        width: 0.4rem;
        height: 0.4rem;
        margin-top: -0.2rem;
        border-top-width: 0.1rem;
        border-right-width: 0.1rem;
    }
}
/*-------------------
PET画像診断センター
--------------------*/
.pet__about-img {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.pet__about-img li {
    flex: 1;
}
.pet__about-img li img {
    border-radius: 10px;
}
.pet__about-point {
    border: var(--c-line) 1px solid;
    border-radius: 10px;
    padding: 15px;
}
.pet__about-point:not(:last-child) {
    margin-bottom: 20px;
}
.pet__about-point dt {
    color: var(--c-gr);
    font-weight: 700;
    font-size: 18px;
}
.pet__about-flow {
    display: flex;
    border-radius: 10px;
    padding: 30px;
    background-color: var(--c-bg);
    margin-bottom: 50px;
    align-items: center;
    line-height: 1.8;
    position: relative;
}
.pet__about-flow:last-child {
    margin-bottom: 0;
}
 .pet__about-flow:not(:last-child):after {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background-image: url(../images/under_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    bottom: -50px;
}
.pet__about-flow-img {
    flex-shrink: 0;
    width: 170px;
    margin-right: 30px;
}
.pet__about-flow-img img {
    border-radius: 50%;
}
.pet__about-flow dt {
    color: var(--c-gr);
    font-weight: 700;
    font-size: 25px;
}
.pet__cost-tbl {
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
    table-layout: fixed;
    font-size: 15px;
    
}
.pet__cost-tbl thead th {
    background-color: var(--c-bg);
    font-weight: 700;
}
.pet__cost-tbl th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: center;
}
.pet__cost-tbl td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: center;
}
.pet__cost-price {
    font-weight: 700;
    font-size:18px;
    background-color: var(--c-bg);
    padding: 15px;
    border-radius: 10px;
    
}
.pet__cost-course-tbl {
    border-left: var(--c-line) 1px solid;
    border-top: var(--c-line) 1px solid;
    line-height: 1.7;
    font-size: 15px;
}
.pet__cost-course-tbl th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    font-weight: 700;
    text-align: center;
}
.pet__cost-course-tbl thead th {
    background-color: var(--c-bg);
}
.pet__cost-course-tbl tbody th {
    width: 30px;
    
}
.pet__cost-course-tbl td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: center;
    font-weight: 900;
    color: var(--c-gr);
}
.pet__cost-course-tbl td span {
    display: block;
    font-size: 80%;
    margin-top: 5px;
    font-weight: normal;
}
.pet__cost-course-tbl td.name {
    text-align: left;
    width: 37%;
    font-weight: 700;
    color:var(--c-base);
}
.pet__cost-course-tbl-price {
    font-size: 15px;
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
}
.pet__cost-course-tbl-price thead th {
    text-align: center;
    background-color: var(--c-bg);
}
.pet__cost-course-tbl-price th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    font-weight: 700;
}
.pet__cost-course-tbl-price td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: center;
}
.pet__cost-course-tbl-price td.discount {
    width: 90px;
}
.pet__cost-ct-tbl {
    font-size: 15px;
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
}
.pet__cost-ct-tbl thead th {
    
    text-align: center;
    background-color: var(--c-bg);
}
.pet__cost-ct-tbl tbody th {
    width: 30%;
}

.pet__cost-ct-tbl th{
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    font-weight: 700;
    
}
.pet__cost-ct-tbl td{
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 10px;
    text-align: center;
}
.pet__individual-flow {
    border: var(--c-line) 1px solid;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.pet__individual-flow:not(:last-child) {
    margin-bottom: 50px;
}
.pet__individual-flow:not(:last-child):after {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background-image: url(../images/under_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    bottom: -50px;
}
.pet__individual-flow h3 {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding-left: 70px;
    margin-bottom: 20px;
}
.pet__individual-flow h3:before {
    position: absolute;
    width: 50px;
    line-height: 50px;
    content: attr(data-num);
    left: 0;
    top: 1px;
    background-color: var(--c-gr);
    color: #fff;
    text-align: center;
    font-family: var(--f-en);
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
}
.pet__individual-flow dl {
    margin-top: 30px;
}
.pet__individual-flow dt{
    font-weight: 700;
}
.pet__individual-tel dt {
    font-weight: 700;
}
.pet__individual-flow .pdf-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pet__medical-tbl {
    border-left: var(--c-line) 1px solid;
    border-top: var(--c-line) 1px solid;
    line-height: 1.7;
}
.pet__medical-tbl th {
    padding: 10px;
    border-right: var(--c-line) 1px solid;
    border-bottom: var(--c-line) 1px solid;
    background-color: var(--c-bg);
    text-align: center;
    font-weight: 700;
}
.pet__medical-tbl td {
    padding: 10px;
    border-right: var(--c-line) 1px solid;
    border-bottom: var(--c-line) 1px solid;
    width: 50%;
}
.pet__faq-item {
    border: var(--c-line) 1px solid;
    border-radius: 10px;
    padding: 30px;
}
.pet__faq-item:not(:last-child) {
    margin-bottom: 30px;
}
.pet__faq-item h2 {
    position: relative;
  font-weight: 700;
  font-size: 22px;
  padding-left: 70px;
  margin-bottom: 20px;
    line-height: 1.6;
}
.pet__faq-item h2::before {
  position: absolute;
  width: 50px;
  line-height: 50px;
  content: attr(data-num);
  left: 0;
  top: -6px;
  background-color: var(--c-gr);
  color: #fff;
  text-align: center;
  font-family: var(--f-en);
  font-weight: 700;
  border-radius: 3px;
  font-size: 22px;
}
@media screen and (max-width:1080px){
.pet__about-img {
  gap: 1rem;
  margin-bottom: 4rem;
}
.pet__about-img li img {
  border-radius: 1rem;
}
.pet__about-point {
  border-radius: 1rem;
  padding: 1.5rem;
}
.pet__about-point:not(:last-child) {
  margin-bottom: 1rem;
}
.pet__about-point dt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.pet__about-flow {
  display: block;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 4rem;
}
.pet__about-flow:not(:last-child)::after {
        width: 4rem;
        height: 4rem;
        margin-left: -2rem;
        background-size: 2rem;
        bottom: -4rem;
    }
.pet__about-flow-img {
  width: 13rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}
.pet__about-flow dt {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
    .pet__tbl-scroll {
        overflow: auto;
    }
    .pet__tbl-scroll table{
        width: 60rem;
    }
.pet__cost-tbl th {
  padding: 1rem;
}
.pet__cost-tbl td {
  padding: 1rem;
}
.pet__cost-tbl {
  font-size: 1.4rem;
    line-height: 1.7;
}
    .pet__cost-course-tbl {
        font-size: 1.4rem;
        line-height: 1.5;
    }
.pet__cost-course-tbl th {
  padding: 1rem;
}
.pet__cost-course-tbl td {
  padding: 1rem;
}
.pet__cost-course-tbl td.name {
  width: 29%;
}
    .pet__cost-course-tbl-price {
        font-size: 1.4rem;
        line-height: 1.5;
    }
.pet__cost-course-tbl-price th {
  padding: 1rem;
}
.pet__cost-course-tbl-price td {
  padding: 1rem;
}
    .pet__cost-ct-tbl {
        line-height: 1.5;
        font-size: 1.4rem;
    }
.pet__cost-ct-tbl th {
  padding: 1rem;
}
.pet__cost-ct-tbl td {
  padding: 1rem;
}
.pet__individual-flow {
  border-radius: 1rem;
  padding: 2rem;
}
.pet__individual-flow h3 {
  font-size: 1.7rem;
  padding-left: 5rem;
  margin-bottom: 1.5rem;
}
.pet__individual-flow h3::before {
  width: 3.5rem;
  line-height: 3.5rem;
  top: 0rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
.pet__individual-flow dl {
  margin-top: 2rem;
}
.pet__individual-flow:not(:last-child) {
  margin-bottom: 4rem;
}
.pet__individual-flow:not(:last-child)::after {
        width: 4rem;
        height: 4rem;
        margin-left: -2rem;
        background-size: 2rem;
        bottom: -4rem;
    }
.pet__individual-flow .pdf-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pet__cost-price {
  font-size: 1.6rem;
  padding: 1.5rem;
  border-radius: 1rem;
}
.pet__medical-tbl th {
  padding: 1rem;
}
.pet__medical-tbl td {
  padding: 1rem;
}
.pet__faq-item {
  border-radius: 1rem;
  padding: 2rem;
}
.pet__faq-item h2::before {
    width: 3.5rem;
    line-height: 3.5rem;
    top: -0.1rem;
    border-radius: 0.3rem;
    font-size: 1.8rem;
  }
.pet__faq-item h2 {
  font-size: 1.7rem;
  padding-left: 5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.pet__faq-item:not(:last-child) {
  margin-bottom: 2rem;
}
}




















