@charset "utf-8";

/*
SP： 640px以下
PC： 641px以上
*/

/*================================
 SP & PC
================================*/
.office_maps{
position: relative;
width:100%;
height:0;
overflow:hidden;
}
.office_maps iframe,
.office_maps object,
.office_maps embed{
position: absolute;
top: 0;
left: 0;
width:100%;
height:100%;
}

/*================================
 SP
================================*/
@media screen and (max-width: 640px){
#main_contents .headeline03{
margin-bottom:0;
}
.office_maps{
margin-bottom:4.16667%;
padding-bottom:86.05177%;
}
.office_address{
display:inline-block;
padding-right:2%;
vertical-align:top;
}
a.link_box_b{
margin:0 0 !important;
}
}
/*================================
 PC
================================*/
@media print,screen and (min-width: 641px){
#main_contents .headeline03{
margin-bottom:24px;
}
.office_maps{
margin-bottom:20px;
padding-bottom:43.05177%;
}
.office_address{
display:inline-block;
padding-right:2%;
vertical-align:top;
}
}