.main_img_2nd_contact{
  position: relative;
	width: 100%;
    height: 250px;/*高さを全画面にあわせる*/
	top: 0;
	padding-top: 150px;
	padding-bottom: 120px;
	display: block;
    text-align: center;
	z-index: 7;/*最背面に設定*/
}

.contact_title_box{
padding-bottom: 1%;
}


.contact_ttl{
    font-size: 32px;
    color: #222222;
    font-weight: bold;
    padding-bottom: 0%;	
	color: #008cc2;
	font-family: 'Zen Old Mincho', "Libre Caslon Text", serif;
}


.contact_ttl_txt{
    color: #222222;
    padding-bottom: 3%;	
}

.contact_ttl_caption{
padding-bottom: 3%;
font-size: 14px;
    color: #333333;
 font-weight: bold;
}







#company{
padding-top: 5%;
padding-left: 20%;
padding-right: 20%;
padding-bottom: 10%;
}

#company .outline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  border-bottom: #cccccc 1px dotted;
  letter-spacing: 0.1em;
}

#company .outline>dt {
  width: 150px;
  font-size: 85%;
  padding-bottom: 2%;
  margin-bottom: 3%;
font-weight: bold;
color: #444444;
}

#company .outline>dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: 2%;
  margin-bottom: 3%;
 font-size: 90%;
}



@media screen and (max-width: 768px) {
	
#company{
padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 10%;
}	
	
#company .outline>dt {
  width: 35%;
  font-size: 85%;
  padding-bottom: 2%;
  margin-bottom: 3%;
font-weight: bold;
color: #444444;
}

#company .outline>dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: 2%;
  margin-bottom: 3%;
}	
	
	
	.main_img_2nd_contact{
    position: relative;
    width: 100%;
    height: 350px;
    /*高さを全画面にあわせる*/
    top: 0;
    padding-top: 200px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 7;
}
	}

