@charset "utf-8";
.__contact_about_box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-flow: column;
    background-color: #ffffff;
}
.__contact_about_item{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-flow: column;
    border: solid 1px #dedede;
    padding: 40px;
}
.__contact_about_box h3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    font-weight: normal;
}
.__contact_about_box h3 p{
    font-size: 1.2em;
    display: flex;
    align-items: start;
}
.__contact_about_box h3 span{
    font-size: 0.6em;
    margin-left: 10px;
}
.__contact_about_box_caption{
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.__contact_about_box_hospitalname_box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.__contact_about_box_hospitalname_box img{
    width: 48px;
    height: 48px;
}
.__contact_about_namebox{
    width: auto;
    margin-left: 10px;
}
.__contact_about_namebox span{
    font-size: 0.8em;
    margin-left: 5px;

}
.__contact_about_namebox p{
    font-size: 1.6em;
}
.__contact_about_box_tel_fax_box{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.__contact_about_box_tel_fax_item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-size: 2.4em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.__contact_about_box_tel_fax_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 20px;
}
.__contact_about_box_tel_fax_item a i{
    font-size: 0.7em;
    margin-right: 10px;
}