/* #PC ========================================================================================================== */
.title_back {
    background-image: url(../../_common/imgs/title_back_pc.jpg);
}
.tab_area {
    margin-bottom: 60px;
}
.obi  {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #0064B9;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}
.contents {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    background-image: url(../imgs/back_pc.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    background-color: #afc1e2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.office {
    height: auto;
    width: 900px;
    position: relative;
    float: left;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    margin-left: 50px;
    margin-bottom: 30px;
}
.office_obi {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #0064B9;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffffff;
    font-weight: bold;
}
.ph_map {
	height: 424px;
	width: 884px;
	float: left;
	margin: 8px;
}
.ph_map ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.ph_map li {
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.ph_map li.hn1 {
	width: 384px;
}
.ph_map li.hn2, .ph_map li.hn3 {
	width: 192px;
    position : absolute;
    float: none;
}
.ph_map li.hn2 {
    top: 280px;
    left: 0px;
}
.ph_map li.hn3 {
    top: 280px;
    left: 192px;
}
.ph_map li.hn4 {
	width: 500px;
}
#map {
    width: 100%;
    height: 424px;
    overflow: hidden;
}
#map iframe {
    width: 100%;
    height: 860px;
    margin-top: -210px;
}
#map2 {
    width: 100%;
    height: 424px;
    overflow: hidden;
}
#map2 iframe {
    width: 200%;
    height: 860px;
    margin-top: -210px;
    margin-left: -90%;
}
.list {
	height: auto;
	width: 420px;
	float: left;
    margin-top: 12px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 22px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
    padding: 0px;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.list li.hn1 {
    width: 70px;
    color: #ffffff;
    background-color: #2C9BD5;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
.list li.hn2 {
	width: 340px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 15px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title_back {
    background-image: url(../../_common/imgs/title_back_sp.jpg);
}
.obi  {
    min-width: 100%;
}
.contents {
    min-width: 100%;
    background-image: url(../imgs/back_sp.jpg);
}
.office {
    width: 700px;
    padding-bottom: 60px;
    margin-left: 25px;
    margin-bottom: 50px;
}
.office_obi {
    font-size: 30px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ph_map {
	height: auto;
	width: 640px;
	margin: 30px;
}
.ph_map ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.ph_map li {
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.ph_map li.hn1 {
	width: 100%;
}
.ph_map li.hn2, .ph_map li.hn3 {
	width: 50%;
    position : relative;
    float: left;
}
.ph_map li.hn2 {
    top: 0px;
    left: 0px;
}
.ph_map li.hn3 {
    top: 0px;
    left: 0px;
}
.ph_map li.hn4 {
	width: 100%;
}
.list {
	width: 640px;
    margin-top: 0px;
	margin-left: 30px;
	font-size: 22px;
	line-height: 35px;
}
.list li.hn1 {
    width: 105px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.list li.hn2 {
	width: 520px;
    margin-left: 15px;
    margin-bottom: 20px;
}


}/* @media only screen and (max-width: 750px) */
