#medical header{
background: rgba(247,245,242,0.2);
}
#medical .header{content: "";
position: absolute;
top: 0;
width: 100%;
height: 100%;
height: 50.0rem;
background-image: url("../img/medical/bg_waiting_room.jpg");
background-position: center;
background-size: cover;
opacity: 0.3;
z-index: -9;
}
#medical .header::before,#medical .header::after{content: "";
position: absolute;
width: 100%;
height:100%;
}
#medical .header::after{
background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1.0) 100%);
}
header h2{
margin: 6.0rem 0 12.0rem;
text-align: center;
}
header h2 div{
color:#615c61;
}

#medical .column_2{
margin: 1.6rem 0;
}
#medical .column_2 h2{
position: absolute;
bottom: 0;
right: 0;
}
#medical .column_2 h3{
margin: 0 0 1.8rem;
padding: 0;
}
#medical .column_2 a{
width: 100%;
margin: 3.0rem 0 0;
padding-right: 0.8rem;
}

#medical .bg_gradient_l,#medical .bg_gradient_r{
min-height:  34.0rem;
}
.bg_gradient_l,.bg_gradient_r{
position: relative;
height: auto;
padding: 6.0rem 8.0rem 3.0rem;
background-repeat: no-repeat;
}
.bg_gradient_l{
background-image: url("../img/medical/txt_left_bg.png");
}
.bg_gradient_r{
background-image: url("../img/medical/txt_right_bg.png");
background-position: right;
}
.img_border_r,.img_border_l{position: relative;
height: 40.0rem;
height: auto;
padding: 0;
}
.img_border_r::before,.img_border_l::before {content: "";
position: absolute;
width: 100%;
height: 100%;
bottom: -1.5rem;
right: -1.5rem;
border: 0.1rem solid #DBCF92;
 }
.img_border_r img,.img_border_l img{
position: relative;
width: 100%;
height: auto;
z-index: 1;
}
.img_border_r::after{content: "";
position: absolute;
top: -3.8rem;
left: 20.9rem;
width: 600.0rem;
height: 42.0rem;
background-color: #f7f5f2;
z-index: -10;
}
.img_border_l::after{content: "";
position: absolute;
top: -3.8rem;
left: -558.0rem;
width: 600.0rem;
height: 42.0rem;
background-color: #f7f5f2;
z-index: -10;
}
@media (max-width : 519px) {
  main {
    padding: 0 0.8rem 1.6rem;
  }
header h2{
margin: 6.0rem 0 10.0rem;
}
#medical .column_2 {
margin: 0.4rem 0 0.8rem;
}

#medical .column_2 h3.mouthpiece{
letter-spacing: 0.1rem;
}
#medical .column_2 h3.mouthpiece div{
letter-spacing: 0.2rem;
}
#medical .column_2 a{
position: absolute;
bottom: 2.4rem;
right: 0.8rem;
}
#medical .bg_gradient_r{
position: relative;
min-height: 32.0rem;
margin: 0 0 0 2.4rem;
padding: 2.4rem 1.8rem 2.4rem 0;
}
#medical .bg_gradient_l{
position: relative;
min-height: 32.0rem;
padding: 2.4rem 0 2.4rem 1.6rem;
}
.img_border_r::after,.img_border_l::after{
top: -2.4rem;
left: 0;
width: calc(100% + 0.8rem);
height: 20.0rem;
}
.rev{
flex-flow: column-reverse;
}
.rev .img_border_r{
margin-left: 0.8rem;
}
}