/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {
    main .level_2 {
        text-align: center;
    }
}

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

 * 獣医師コメント

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

/* 医師一覧 */
.famous_vets {
    margin: 48px 0 0;
}

#famous_vet ul#famous_vet__list {
    margin: 48px 0 54px;
}
    #famous_vet ul#famous_vet__list li {
        padding: 0 15px 10px;
        font-size: 14px;
        color: rgba(256, 256, 256, 0.5);
        border-bottom: 3px solid rgba(256, 256, 256, 0.2);

        cursor: pointer;
        transition: all 0.3s ease;
    }
        #famous_vet ul#famous_vet__list li.active {
            color: rgba(256, 256, 256, 1);
            border-bottom: 3px solid rgba(256, 256, 256, 1);
        }

/* プロフィール */
#famous_vet .famous_vet__profile {
    margin-bottom: 24px;
}

#famous_vet .profile .famous_vet__hospital {
    margin-bottom: 16px;
    font-size: 14px;
}


#famous_vet .profile .famous_vet__word,
#famous_vet .profile .famous_vet__name {
    margin-bottom: 16px;
    font-size: 20px;
}

#famous_vet .profile .famous_vet__name span {
    font-size: 14px;
}


.famous_vet__container {
    /* display: none; */

}

.famous_vet__container:not(:last-of-type) {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.famous_vet__container.active {
	display: flex;
	/* または block、必要な表示形式に応じて */
}
/* モバイル用として判定 */
@media screen and (orientation: portrait),
screen and (max-width: 799px),
screen and (max-height: 599px) {
    #famous_vet ul#famous_vet__list {
        justify-content: space-between;
        gap: 24px;
        
    }
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {

    #famous_vet ul#famous_vet__list {
        gap: 40px;
        margin: 96px 0 112px;
    }

    /* プロフィール */
    #famous_vet .famous_vet__profile {
        width: 100%;
        margin-bottom: 0;
    }

    #famous_vet .famous_vet__hospital {
        margin-bottom: 32px;
        font-size: 16px;
    }

    #famous_vet .famous_vet__word,
    #famous_vet .famous_vet__name {
        margin-bottom: 32px;
        font-size: 24px;
    }

    #famous_vet .famous_vet__name span {
        font-size: 16px;
    }

    #famous_vet .vet__paragraphs {
        order: 2;
    }
/* 
    #famous_vet .famous_vet__container img {
        width: 48%;
    } */

}

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

 * グループシナジー

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

#synergy p {
    margin-bottom: 12px;
}
#synergy2 p:not(:last-child) {
    margin-bottom: 32px;
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {
    
    #synergy p {
        margin-bottom: 24px;
    }

    #synergy2 p:not(:last-child) {
        margin-bottom: 64px;
    }

}


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

 * 海外展開

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

#abroad .abroad__base {
    margin-bottom: 16px;
    font-size: 20px;
}
#abroad ul.abroad__list {
    margin-bottom: 16px;
}
#abroad .as_for {
    margin-bottom: 16px;
}
#abroad .text {
    margin-bottom: 12px;
}
.map {
	overflow: hidden;
	height: 480px;
}
.map iframe {
	width: 100%;
	height: calc(100% + 67px);
	margin-top: -67px;
}
/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {

    #abroad .abroad__base {
        margin-bottom: 32px;
        font-size: 24px;
        text-align: center;
    }

    #abroad ul.abroad__list {
        margin-bottom: 32px;
    }

    #abroad .as_for {
        margin-bottom: 32px;
    }

    #abroad .abroad__text {
        margin-bottom: 24px;
    }
}