@charset "utf-8";

/*------------- 医師紹介 --------------*/


/*---- GREETINGS ----*/

.greetings-doctor {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

p.chairman-name {
    font-size: 20px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    line-height: 40px;
}

.chairman-size {
    font-size: 30px;

}

.greetings-doctor h2 {
    margin: 40px 0 25px 0;
}

p.p-greetings {
    width: 100%;
    max-width: 728px;
}

.greetings-doctor img {
    margin-top: 30px;
}

/*---- CAREER ----*/

.career-chairman {
    margin-top: 80px;
}

.career-chairman h2 {
    margin-bottom: 25px;
}

.dl-career-chairman-item {
    display: flex;
    border-bottom: 2px dashed #4EB4B8;
    padding-bottom: 20px;
    margin-top: 25px;
}

.dl-career-chairman {
    width: 100%;
    max-width: 728px;
    font-size: 16px;
}

.dl-career-chairman dt {
    width: 20%;
}

.dl-career-chairman dd {
    width: 80%;
}

/*---- AFFILIATION,Title,QUALIFICATIONS ----*/

.affiliation {
    margin-top: 80px;
}

.affiliation h2 {
    margin-bottom: 25px;
}

.ul-affiliation__1,
.ul-affiliation__2 {
    font-size: 16px;
}

.ul-affiliation__1,
.ul-affiliation__2{
    line-height: 30px;
}

.ul-affiliation__1 {
    border-bottom: 2px dashed #4EB4B8;
    padding-bottom: 20px;
}

.ul-affiliation__2 {
    margin-top: 20px;
}

.introduction-chairman {
    padding-bottom: 95px;
    position: relative;
    border-bottom: 4px solid #4EB4B8;
}

.introduction-chairman::before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 50%;
    height: 4px;
    background: #4E62B8;
}

/*---- 院長 橋本 貴至（はしもとたかし） ----*/

.introduction-director {
    display: flex;
    justify-content: space-between;
}

.introduction-director {
    margin-top: 100px;
}

.career-director h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}

/*---- QUALIFICATION ----*/

.qualification{
    margin-top: 80px;
    margin-bottom: 75px;
}

.qualification h2{
    margin-bottom: 25px;
}

.ul-qualification{
    font-size: 16px;
    line-height: 30px;
}

/*---- SPECIALTY FIELD ----*/

.speciality-field{
    margin-bottom: 210px;
}

.speciality-field h2{
    margin-bottom: 25px;
}

.dl-speciality-field{
    font-size: 16px;
}

.dl-speciality-field dt{
    font-weight: bold;
    margin-bottom: 10px;
}

.dl-speciality-field dt::before{
    content: "●";
    font-size: 8px;
    color: #4EB4B8;
    padding-right: 10px;
    vertical-align: middle;
}

.dl-speciality-field dd{
    line-height: 30px;
    margin-left: 17px;
}

.dl-speciality-field__1{
    margin-bottom: 20px;
}

.ul-qualification li::before {
    content: "●";
    font-size: 8px;
    color: #4EB4B8;
    padding-right: 10px;
    vertical-align: middle;
}