/* CSS Document */



.lc_box1{
display: flex;
justify-content: space-between;
width: 1000px;
margin: 50px auto;
}

.lc_txt_box{
width: 492px;
}
.lc_txt1{
font-size: 20px;
line-height: 30px;
padding-bottom: 16px;
}
.lc_txt1 span{
font-size: 16px;
}
.lc_txt2{
font-size: 18px;
line-height: 24px;
padding-bottom: 14px;
}
.lc_txt2 span{
font-size: 14px;
}
.lc_txt3{
font-size: 16px;
line-height: 22px;
}
.lc_txt3 span{
font-size: 12px;
}
.lc_txt_box a{
color: #333;
font-weight: bold;
padding-right: 24px;
background: url("../img/link_ico3.svg") no-repeat right;
background-size: 21px;
}

.lc_ph_box{
padding-top: 4px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 477px;
}
.lc_ph_box div{
width: 236px;
padding-bottom: 10px;
}
.lc_ph_box div img{
width: 236px;
}
.lc_ph_box div p{
font-size: 14px;
text-align: right;
}

#access{
width: 1000px;
margin: 50px auto;
background: #fff;
border-radius: 16px;
padding: 25px 0;
text-align: center;
}
#access img{
width: 950px;
}

#googlemap{
width: 1000px;
margin: 60px auto;
}
#googlemap iframe{
width: 100%;
height: 700px;
}
#googlemap a{
display: inline-block;
padding-top: 10px;
color: #333;
font-size: 14px;
padding-right: 28px;
background: url("../img/link_ico3.svg") no-repeat right bottom;
background-size: 21px;
}



#wrapper {
position: relative;
width: 1050px;
margin: 70px auto;
}
#container-mas{
width: 100%;
position: relative;
}
.item {
margin: 25px;
width: 300px;
}
.item h3{
display: flex;
justify-content: center;
align-items: center;
width: 144px;
height: 144px;
margin: 0 auto 20px;
border-radius: 72px;
background: #5a6391;
color: #fff;
font-size: 24px;
font-weight: bold;
}
.item h4{
font-size: 20px;
line-height: 25px;
font-weight: bold;
border-bottom: 1px solid #333;
margin-bottom: 10px;
}
.item ul{
padding-bottom: 20px;
}
.item li{
padding: 2px 0;
font-size: 16px;
line-height: 19px;
}
.item li a{
color: #333;
padding: 2px 0;
padding-right: 26px;
background: url("../img/link_ico3.svg") no-repeat right;
background-size: 18px;
}




@media screen and (max-width: 768px){

.lc_box1{
display: block;
width: 100%;
}

.lc_txt_box{
width: 100%;
padding-bottom: 40px;
}

.lc_ph_box{
display: block;
width: 100%;
}
.lc_ph_box div{
width: 100%;
padding-bottom: 15px;
}
.lc_ph_box div img{
width: 100%;
padding-bottom:3px;
}
.lc_ph_box div p{
font-size: 14px;
}


#access{
width: 100%;
}
#access img{
width: 95%;
}

#googlemap{
width: 100%;
}
#googlemap iframe{
width: 100%;
height: 400px;
}


#wrapper {
width: 100%;
}
.item {
margin: 25px 0;
width: 100%;
}
.item h3{
background: none;
border: 2px solid #5a6391;
color: #5a6391;
}



}