@charset "UTF-8";

/* our-medical-services 当院の診療
=======================================================*/
#our-medical-services {
    padding: 6.25rem 0 5rem;
}

.service__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.75rem;
}

.intro__text {
    width: 46%;
}

.intro__copy {
    margin: 5rem 0 3.125rem;
    font-size: clamp(1.25rem, 1.6vw + 0.05rem, 2.5rem);
    line-height: 1.8em;
}

.intro__disc {
    line-height: 2em;
}

ul.intro__link {
    width: 45%;
    max-width: 32.5rem;
}

ul.intro__link .intro__linkItem {
    width: 250px;
    height: 250px;
    margin-bottom: -3rem;
}

ul.intro__link .intro__linkItem:last-of-type {
    margin-bottom: 0;
}

ul.intro__link .intro__linkItem:nth-of-type(even) {
    margin: 0 0 -3rem auto;
}

ul.intro__link .intro__linkItem a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

ul.intro__link .intro__linkItem a div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 125px;
    overflow: hidden;
    opacity: 0.4;
    transition: 0.2s;
}
ul.intro__link .intro__linkItem a:hover div {
    transform: scale(0.95);
    transition: 0.2s;
}


ul.intro__link .intro__linkItem a div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

ul.intro__link .intro__linkItem a p {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 48%;
    padding: 0.5em 0;
    text-align: center;
    background-color: #1DA3434d;
    border-radius: 0.7vw;
    pointer-events: all;
    z-index: 10;
}

ul.intro__link .intro__linkItem:nth-of-type(2) a p {
    bottom: auto;
    top: 25%;
}

ul.intro__link .intro__linkItem:nth-of-type(3) a p {
    bottom: auto;
    top: 20%;
}


ul.intro__link .intro__linkItem a p::before {
    content: "→";
    position: absolute;
    top: 50%;
    right: -0.6em;
    transform: scaleX(1.5) translateY(-50%);
    color: var(--color_2);
    transition: 0.1s;
}

ul.intro__link .intro__linkItem:hover a p::before {
    right: -1em;
    transition: 0.2s;
}

@media screen and (min-width: 1920px) {
    #our-medical-services {
        padding: 15rem 0 10rem;
    }
    .service__intro {
        align-items: center;
    }
}
@media screen and (max-width: 1024px) {
    .service__intro {
        align-items: center;
    }
    .intro__copy {
        margin: 2.5rem 0 3.125rem;
    }
    ul.intro__link .intro__linkItem {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 896px) {
    #our-medical-services {
        padding: 5rem 0;
    }
    .service__intro {
        display: block;
    }
    .intro__text {
        width: 90%;
        margin: 0 auto 2rem;
    }
    ul.intro__link {
        width: 70%;
        max-width: none;
        margin: 1rem 0 0 auto;
        margin: 1rem auto 0;
    }
    ul.intro__link .intro__linkItem {
        width: 230px;
        height: 230px;
        margin-bottom: -5rem;
    }
    ul.intro__link .intro__linkItem:nth-of-type(even) {
        margin: 0 0 -5rem auto;
    }
}

@media screen and (max-width: 680px) {
    ul.intro__link {
        width: 84%;
    }
    ul.intro__link .intro__linkItem {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 600px) {
    ul.intro__link .intro__linkItem {
        width: 40vw;
        height: 40vw;
        margin-bottom: -3rem;
    }
    ul.intro__link .intro__linkItem:nth-of-type(even) {
        margin: 0 0 -3rem auto;
    }
}

@media screen and (max-width: 480px) {
    .intro__copy .br__tab {
        display: none;
    }

    ul.intro__link {
        width: 94%;
    }
    ul.intro__link .intro__linkItem a p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.5em 1em;
    }

}

/* 全診療科目共通
=======================================================*/
.service__item {     
    position: relative;
    padding: 6.25rem 0 10rem;
}
.service__item::before {
    content: "";
    position: absolute;
    top: 6.25rem;
    left: 0;
    width: 100%;
    height: 1000px;
    background-color: var(--color_2);
    opacity: 0.1;
    z-index: -1;
}

#urology::before {
    height: 820px;
}

.service__title {
    width: 100%;
    height: 9.375rem;
    margin-bottom: 3.75rem;
    align-content: center;
    color: var(--color_2);
    background-color: #1DA3431a;
}

.service__title h2 {
    display: flex;
    font-size: clamp(2rem, 2vw + 0.05rem, 3.5rem);
    line-height: 2.4;
    font-weight: 600;
    align-items: center;
}

.service__title h2 span:first-of-type {
    position: relative;
    margin-right: 2em;
}
.service__title h2 span:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    width: 0.1rem;
    height: 100%;
    background-color: var(--color_2);
}

.service__title h2 span:last-of-type {
    font-size: clamp(0.875rem, 1.8vw + 0.05rem, 2.5rem);
    font-weight: 600;
}

.symptom-disease__container {
    width: 100%;
    padding: 0 4%;
    border-radius: 2vw;
    background-color: var(--color_1);
    -webkit-filter: drop-shadow(#cccccc80 0 5px 10px);
            filter: drop-shadow(#cccccc80 0 5px 10px);
}

.symptom-disease__container dl div {
    display: flex;
    padding: 4% 0 3%;
    line-height: 1.6em;
    border-bottom: #d9d9d9 1px solid;
}
.symptom-disease__container dl div:last-of-type {
    padding: 3% 0 4%;
    border-bottom: none;
}

.symptom-disease__container dl div dt {
    width: 20%;
    font-size: clamp(20px, 1.3888vw, 28px);
    font-weight: 700;
}

.symptom-disease__container dl div dd {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    font-size: clamp(18px, 1.25vw, 24px);
}

.symptom-disease__container dl div dd p {
    width: 50%;
    margin-bottom: 0.5em;
}

.symptom-disease__container dl div dd p a {
    border-bottom: 1px solid var(--color_2);
    padding-bottom: 0.1em;
}

.symptom-disease__container dl div dd p a:hover {
    opacity: 0.5;
}

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

@media screen and (max-width: 896px) {
    .service__item {
        position: relative;
        padding: 5rem 0 5rem;
    }
    .service__item::before {
        top: 5rem;
    }
    .service__title {
        height: 7.5rem;
    }
    .service__title h2 {
        display: block;
    }
    .service__title h2 span {
        display: block;
    }
    .service__title h2 span:first-of-type {
        margin-right: 0;
    }
    .service__title h2 span:first-of-type::before {
        top: 94%;
        right: auto;
        left: 0;
        width: 100%;
        height: 0.1rem;
    }
    .symptom-disease__container dl div {
        display: block;
    }
    .symptom-disease__container dl div dt {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .symptom-disease__container dl div dd {
        width: 90%;
        margin: 0 auto;
    }
    .symptom-disease__container dl div dd p {
        width: 100%;
    }

}

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

/* 乳腺外科（症状・疾患以下）
=======================================================*/
.contents__bgwrap {
    position: relative;
    width: 100%;
    margin-top: 7.5rem;
}
.contents__bgwrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    max-width: 500px;
    height: 100%;
    border-radius: 50px 0 0 50px;
    background-image: url(../img/service_breast_surgery_hand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.contents__bgwrap .w__1400 .breast__intro,
.contents__bgwrap .w__1400 .breast__intro-end {
    width: 62%;
    line-height: 2em;
}

.breast-cancer-screening {
    width: 62%;
    margin: 3.125rem 0;
    padding: 1.5% 5% 3%;
    background-color: #FFFCF7;
    border: var(--color_3) 0.13888vw solid;
}

.breast-cancer-screening h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2em;
    font-size: clamp(20px, 1.3888vw, 28px);
    line-height: 1.8em;
    border-bottom: var(--color_3) 0.13888vw solid;
}

.breast-cancer-screening ul li {
    margin: 2em 0;
}

.breast-cancer-screening ul li:last-of-type {
    margin-bottom: 0;
}

.breast-cancer-screening ul li h4 {
    font-size: clamp(1.25rem, 1.3vw + 0.05rem, 1.75rem);
    margin-bottom: 0.5em;
}

/*検査について（乳腺外科）*/
.about__inspection-b {
    padding: 10rem 0 5rem;
    text-align: center;
}

.about__inspection h3 {
    position: relative;
    display: inline;
    font-size: clamp(1.5rem, 1.6vw + 0.05rem, 2.5rem);
    line-height: 2em;
    color: var(--color_2);
}
.about__inspection h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 100%;
    height: 50%;
    background-color: var(--color_5);
    z-index: -1;
}

.about__inspection-b h4 {
    margin: 5rem 0 1.5rem;
    line-height: 2em;
    color: var(--color_2);
    font-size: clamp(1.125rem, 1.2vw + 0.05rem, 1.5rem);
    border-bottom: var(--color_2) 0.2777vw solid;
}

/*検査の流れ*/
.flow__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*左側FLOW*/
.flow__container .flow__item-left {
    width: 48%;
}

.flow__container .flow__item-left ol li {
    position: relative;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 2% 0;
    border: var(--color_2) 1px solid;
    border-radius: 0.69vw;
    text-align: center;
}
.flow__container .flow__item-left ol li::before {
    content: "↓";
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color_2);
}
.flow__container .flow__item-left ol li:nth-of-type(3) {
    position: static;
    margin-bottom: 1em;
}
.flow__container .flow__item-left ol li:last-of-type {
    border: none;
    text-align: left;
    margin-bottom: 0;
    padding-left: 1.2em; 
    padding-top: 0;
    font-size: 85%;
    line-height: 1.4em;
}
.flow__container .flow__item-left ol li > .br__sp {
    display: none;
}

.flow__container .flow__item-left ol li:nth-of-type(3)::before,
.flow__container .flow__item-left ol li:last-of-type::before {
    display: none;
}
.flow__container .flow__item-left ol li:last-of-type::after {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    color: var(--color_4);
}

/*右側注意点*/
.flow__container .flow__item-right {
    width: 48%;
    padding: 2% 3%;
    background-color: #F8EEF4;
}

.flow__container .flow__item-right p {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
}

.flow__container .flow__item-right ul li {
    position: relative;
    padding-left: 1.2em;
    font-size: 0.875rem;
    margin-bottom: 1em;
}
.flow__container .flow__item-right ul li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

/*検診費用*/
p.public-health-screening__desc,
p.insurance-covered__desc {
    margin-top: 0.5em;
    margin-bottom: 2.5em;
    padding-left: 1em;
}

/*クロージング*/
.breast-surgery__closing {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6.25rem auto;
    font-size: clamp(1.25rem, 1.6vw + 0.05rem, 2.5rem);
    line-height: 2em;
}
.breast-surgery__closing::before,
.breast-surgery__closing::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 120px;
    height: 120px;
    background-color: #F7CBDD;
    -webkit-filter: blur(80px);
            filter: blur(80px);
    z-index: -1;
}
.breast-surgery__closing::after {
    top: auto;
    right: auto;
    bottom: -50%;
    left: -20%;
    width: 100px;
    height: 100px;
    -webkit-filter: blur(70px);
            filter: blur(70px);
}

.breast-surgery__closing p {
    position: relative;
    text-align: center;
}
.breast-surgery__closing p::before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -10%;
    width: 135px;
    height: 184px;
    transform: rotate(18deg);
    background-image: url(../img/pinkribon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.7;
}

.breast-surgery__closing p span {
    font-weight: 700;
    color: var(--color_2);
}

.breast-surgery__closing p > .br__sp {
    display: none;
}

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

@media screen and (max-width: 896px) {
    .contents__bgwrap {
        padding-bottom: 18rem;
    }
    .contents__bgwrap::before {
        top: auto;
        bottom: 0;
        width: 80%;
        max-width: 500px;
        height: 15rem;
        background-position: center;
        opacity: 0.5;
    }
    .contents__bgwrap .w__1400 .breast__intro,
    .breast-cancer-screening,
    .contents__bgwrap .w__1400 .breast__intro-end {
        width: 100%;
    }
    .contents__bgwrap .w__1400 .breast__intro .br__pc {
        display: none;
    }
    
    /*検査について（乳腺外科）*/
    .about__inspection-b {
        padding: 5rem 0 0;
    }
    .about__inspection-b h4 {
        margin: 3rem 0 1.5rem;
    }
    /*検査の流れ*/
    .flow__container {
        display: block;
    }
    .flow__container .flow__item-left,
    .flow__container .flow__item-right {
        width: 100%;
        margin: 1.5rem auto;
    }
    /*クロージング*/
    .breast-surgery__closing {
        margin: 5rem auto;
        font-size: clamp(1.5rem, 1.6vw + 0.05rem, 2.5rem);
    }
    .breast-surgery__closing::before,
    .breast-surgery__closing::after {
        top: -30%;
        right: -10%;
        width: 60px;
        height: 60px;
        -webkit-filter: blur(45px);
                filter: blur(45px);
    }
    .breast-surgery__closing::after {
        top: auto;
        right: auto;
        bottom: -30%;
        left: -10%;
        width: 60px;
        height: 60px;
        -webkit-filter: blur(45px);
                filter: blur(45px);
    }
    .breast-surgery__closing p::before {
        left: 92%;
        width: 70px;
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .contents__bgwrap {
        padding-bottom: 15rem;
    }
    .contents__bgwrap::before {
        width: 94%;
        height: 12rem;
    }
    .flow__container .flow__item-left ol li > .br__sp {
        display: block;
    }

    /*右側注意点*/
    .flow__container .flow__item-right {
        padding: 5% 3%;
    }
    .flow__container .flow__item-right p {
        font-size: 95%;
    }
    .breast-surgery__closing::before,
    .breast-surgery__closing::after {
        top: -10%;
        right: -20%;
    }
    .breast-surgery__closing::after {
        top: auto;
        right: auto;
        bottom: -10%;
        left: -20%;
    }
    .breast-surgery__closing p > .br__sp {
        display: block;
    }
}
  



/* 胃腸科（症状・疾患以下）
=======================================================*/
.gastroenterology__intro {
    width: 80%;
    margin: 3.125rem auto;
    line-height: 2em;
}

#gastroenterology .about__inner {
    display: flex;
    justify-content: space-between;
    margin: 5rem auto 0;
    line-height: 2em;
}

#gastroenterology .about__inner section {
    width: 70%;
}

#gastroenterology .about__inner p.endoscope__img {
    width: 24%;
    height: 100%;
    aspect-ratio: 1 / 1.3;
    overflow: hidden;
}

#gastroenterology .about__inner p.endoscope__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
/*2つ目*/
#gastroenterology .about__inner:nth-of-type(2) p.endoscope__img {
    aspect-ratio: 1.5 / 1;
}
#gastroenterology .about__inner:nth-of-type(2) > section h4 {
    margin-top: 0;
}

/*検査について（胃腸科）*/
.about__inspection-g {
    padding: 6.25rem 0 5rem;
    text-align: center;
}

/*****/
.about__inspection-g h4 {
    margin: 5rem 0 1.5rem;
    line-height: 2em;
    color: var(--color_2);
    font-size: clamp(1.125rem, 1.2vw + 0.05rem, 1.5rem);
    border-bottom: var(--color_2) 0.2777vw solid;
}

/*ピロリ菌について*/
.helicobacter-pylori {
    margin-top: 7.5rem;
    padding: 3% 5%;
    background-color: #FFFCF7;
    text-align: center;
}

.helicobacter-pylori h3 {
    padding-bottom: 3px;
    color: var(--color_4);
    border-bottom: var(--color_3) 2px solid;
}

.helicobacter-pylori h3::before {
    display: none;
}

.pylori__intro {
    margin: 1.875rem 0;
}

.helicobacter-pylori ul > li {
    display: flex;
    margin-bottom: 1.875rem;
    padding: 2% 3%;
    background-color: var(--color_1);
    border: #D9D9D9 1px solid;
    border-radius: 10px;
}

.helicobacter-pylori ul > li > p.title {
    width: 26%;
}

.helicobacter-pylori ul > li > p.details {
    width: 74%;
    padding-left: 4%;
    border-left: #D9D9D9 1px solid;
}

.helicobacter-pylori ul > li > p.details span.orange {
    color: var(--color_3);
}

.helicobacter-pylori ul > li > p.details span.point {
    position: relative;
    display: block;
    margin: 2% 0 0;
    padding-left: 1.1em;
}

.helicobacter-pylori ul > li > p.details span.point::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.helicobacter-pylori h4 {/*
    margin: 5rem 0 1.5rem;*/
    margin: 0 0 0.5rem;
    color: var(--color_4);
    border-bottom: none;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
    #gastroenterology .about__inner {
        display: block;
        margin-top: 3rem;
    }
    #gastroenterology .about__inner section {
        width: 100%;
    }
    #gastroenterology .about__inner p.endoscope__img {
        width: 40%;
        margin: 1rem auto 0;
    }
    /*検査について（胃腸科）*/
    .about__inspection-g {
        padding: 6.25rem 0 0;
    }
    /*ピロリ菌について*/
    .helicobacter-pylori {
        margin-top: 6.25rem;
        padding: 5%;
    }
    .helicobacter-pylori ul > li {
        display: block;
        padding: 3%;
    }
    .helicobacter-pylori ul > li > p.title {
        width: 100%;
    }

    .helicobacter-pylori ul > li > p.title {
        padding-bottom: 0.5em;
    }
    .helicobacter-pylori ul > li > p.details {
        width: 100%;
        padding-top: 1em;
        padding-left: 0;
        border-top: #D9D9D9 1px solid;
        border-left: none;
    }
}

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


/* 泌尿器科（症状・疾患以下）
=======================================================*/
.urology__intro {
    width: 80%;
    margin: 3.125rem auto;
    line-height: 2em;
}

.about__inspection-u {
    padding: 6.25rem 0 5rem;
    text-align: center;
}

.about__inspection-u > p {
    margin: 3.125rem auto 0;
    line-height: 2em;
}

.about__inspection-u ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1em 0;
}
.about__inspection-u ul li {
    position: relative;
    width: 45%;
    margin-bottom: 1em;
    padding-left: 1.2em;
    white-space: nowrap;    
}
.about__inspection-u ul li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

/*泌尿器領域の臓器*/
.urology-organs {
    padding: 10rem 0 5rem;
    text-align: center;
}

.urology-organs h3 {
    position: relative;
    display: inline;
    font-size: clamp(1.5rem, 1.6vw + 0.05rem, 2.5rem);
    line-height: 2em;
    color: var(--color_2);
}
.urology-organs h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 100%;
    height: 50%;
    background-color: var(--color_5);
    z-index: -1;
}

.urology-organs > .organs__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3.125rem auto 0;
    line-height: 2em;
}

.organs__img {
    width: 35%;
}

.organs__text {
    width: 60%;
}

.organs__text dt {
    margin-top: 2em;
    padding: 0 1em;
    color: var(--color_2);
    background-color: #E9F6ED;
}

.organs__text dd {
    margin-top: 0.5em;
    padding: 0 1em;
    line-height: 1.4em;
}
/*泌尿器領域の臓器 ここまで*/
/*より詳しい症例*/
.more-detailed-cases {
    margin-top: 7.5rem;
    padding: 3% 5%;
    background-color: #FFFCF7;
    text-align: center;
}

.more-detailed-cases h3 {
    display: inline;
    padding-bottom: 3px;
    font-size: clamp(1.5rem, 1.6vw + 0.05rem, 2.5rem);
    line-height: 2em;
    color: var(--color_4);
    border-bottom: var(--color_3) 2px solid;
}

.cases__item {
    margin-top: 40px;
    margin-bottom: -100px;
    padding: 100px 0 0;
}

.cases__item:first-of-type {
    padding-top: 0;
}
.cases__item:last-of-type {
    margin-bottom: 0;
}

.cases__item dl {
    display: flex;
    border: #D9D9D9 1px solid;
    border-radius: 10px;
}

.cases__item dl dt {
    width: 22%;
    padding: 1.5rem 1rem 1.5rem 2rem;
    font-size: clamp(1.25rem, 1.6vw + 0.05rem, 2.5rem);
    line-height: 1.4em;
    color: var(--color_1);
    background-color: var(--color_3);
    border-radius: 10px 0 0 10px;
}
.cases__item dl dt > span {
    font-size: 70%;
}

.cases__item dl dd {
    width: 78%;
    padding: 1.5rem 2rem;
    background-color: var(--color_1);
    border-radius: 0 10px 10px 0;
}

.cases__item dl dd > details {
    width: 100%;
}

.cases__item dl dd > details summary {
    width: 100%;
    margin: 1.5em 0 0;
    line-height: 2em;
    color: var(--color_3);
    background-color: var(--color_5);
    text-align: center;
    cursor: pointer;
}

.cases__item dl dd > details .details__inner {
    margin-top: 2rem;
}

.cases__item dl dd > details h4 {
    margin: 2em 0 0.5em;
    font-weight: 700;
    border-bottom: #D9D9D9 1px solid;
}


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

@media screen and (max-width: 896px) {
    .about__inspection-u ul {
        justify-content: space-between;
    }
    .urology-organs {
        padding: 6.25rem 0 5rem;
    }
    .urology-organs > .organs__container {
        display: block;
    }
    .organs__img {
        width: 60%;
        margin: 0 auto;
    }
    .organs__text {
        width: 100%;
    }
    .more-detailed-cases {
        margin-top: 6.25rem;
        padding: 8% 3%;
    }
    .cases__item dl {
        display: block;
    }
    .cases__item dl dt {
        width: 100%;
        padding: 0.5rem 2rem;
        border-radius: 10px 10px 0 0;
    }
    .cases__item dl dt > br {
        display: none;
    }
    .cases__item dl dt > span {
        font-size: 100%;
    }
    .cases__item dl dd {
        width: 100%;
        padding: 1rem 2rem;
        border-radius: 0 0 10px 10px;
    }/*
    .cases__item dl dd > details summary {
        text-align: left;
    }*/
}
@media screen and (max-width: 700px) {
    .about__inspection-u ul {
        display: block;
    }
    .about__inspection-u ul li {
        width: 80%;
        margin: 0 auto 1em;
    }
}
@media screen and (max-width: 480px) {
    .about__inspection-u {
        padding: 6.25rem 0 0;
    }
    .about__inspection-u > p {
        margin: 3rem auto 0;
        line-height: 1.8em;
    }
    .about__inspection-u ul li {
        width: 100%;
    }
    .urology-organs {
        padding: 6.25rem 0 0;
    }
    .urology-organs > .organs__container {
        margin: 3rem auto 0;
    }
    .cases__item dl dt {
        padding: 0.5rem 1rem;
    }
    .cases__item dl dd {
        padding: 1rem;
    }
}