@import url("menu.css");


.entry-content{
    margin-top: 100px;
}
.company-table{
font-size: 14px;
width: 100%;
margin: 100px 0;
}
.company-table th{
text-align: left;
color: #9B9B9B;
}
.company-table td{

}
.company-table th,.company-table td{
	border-bottom: solid #ccc 1px;
	padding: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
}
#map{
	background-color: #FFF;
	width: 100%;
	height: 350px;
}

.uchida{
	margin: 150px 0 300px;
}
.people{
border-top: solid #ccc 1px;
margin: 60px 0;
display: flex;
padding: 50px 0;
align-items: flex-start;
}
.profile{
letter-spacing: 1px;
margin: 0 0 0 30px;
}
.profile h4{
font-size: 14px;
color: #9B9B9B;
margin: 0 0 10px 0;
}
.profile h3{
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: solid #ccc 1px;
	padding: 0 0 20px;
	margin: 0px 0 20px 0;
}
.profile h3 em{
	font-size: 12px;
	color: #9B9B9B;
	padding: 0 0 0 30px;
}
.profile p{
	color: #9B9B9B;
	font-size: 14px;
	line-height: 1.6;
}
.profile dl{
	color: #9B9B9B;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
margin: 30px 0;
}
.profile dl dt{
width: 22%;
padding: 6px 0;
}
.profile dl dd{
width: 73%;
padding: 6px 0;
}
.profile h5{
	font-size: 16px;
	margin: 0 0 20px;
}
#contact{
width: 100%;
    max-width: 800px;
    margin: 160px auto;
    padding: 0 0px;
    box-sizing: border-box;
}
#contact h2.title,.thanks-title{
		font-family: bebas-neue-pro-semiexpanded, sans-serif;
font-style: normal;
font-weight: 600;
font-size:80px;
letter-spacing: 1px;
text-align: center;
margin: 200px 0 100px;
}
.contact-setsumei {
    line-height: 2;
   
    font-size: 16px;
}
.contact-kome {
    font-size: 14px;
    margin: 100px 0 10px 0;
    color: red;
}
.contact-table{
	margin: 0 0 100px 0;
}
.contact-table th, .contact-table td {
    border-top: solid #333 1px;
    padding: 16px 0;
}
.contact-table th {
    font-size: 14px;
    color: #808080;
    text-align: left;
    width: 180px;
    line-height: 2;
    padding-right: 30px;
    box-sizing: border-box;
}
.contact-table td {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}
.contact-table .t1, .contact-table .t2, .contact-table .t3 {
    padding: 15px;
    box-sizing: border-box;
}
.contact-table .t1 {
    width: 512px;
}
.contact-table .t2 {
    width: 170px;
    margin: 0 0 20px 0;
}
.contact-table .t3 {
    vertical-align: top;
    width: 512px;
}
.contact-table button {
    background-color: #F0F0EA;
    
    width: 512px;
    height: 150px;
    
    font-size: 16px;
    letter-spacing: 1px;
    margin: 32px 0 0 16px;
    cursor: pointer;
        border: solid 1px #ccc;
}
.contact-table td.zure {
    padding-left: 20px;
}
.thanks {
  
    text-align: center;
    margin: 200px 0;
}
.thanks h2 {
    font-size: 24px;
    margin: 0 0 60px 0;
}
.thanks p {
    line-height: 2;
}
.mw_wp_form_complete{
text-align:center;
}
.mw_wp_form_complete h2{
font-size: 24px;
    font-weight: bold;
    margin: 0 0 50px 0px;
    line-height: 1.4;
}
.mw_wp_form_complete p{
line-height: 1.8;
    margin: 0 0 20px 0;
    font-size: 14px;
}
.news-title h4{
font-size: 16px;
    color: #666;
    margin: 100px 0 10px;
}
.news-title h3{
font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}
.news-contents{
line-height:1.4;
margin: 0 0 200px;
}
.news-contents img{
max-width: 100%;
    height: auto;
    margin:20px 0;
}
@media screen and (max-width: 479px){
    .company-table {
        border-top: solid #ccc 1px;
    }
    .company-table th, .company-table td{
        display: block;
    }
    .company-table th{
        border-bottom: none;
        padding-bottom: 0;
    }
    .people{
        display: block;
    }
    .people img{
        display: block;
    margin: 0 auto 20px;
    }
    .profile h4,.profile h3{
        text-align: center;
        line-height: 2;
    }
    .profile h3 em{
        padding: 0;
    }
    .profile dl{
        line-height: 1.4;
    }
    .contact-table th, .contact-table td{
        display: block;
        width: 100%;
    }
    .contact-table td{
        border-top: none;
        padding-top: 0;
    }
    .contact-table th{
        padding-bottom: 5px;
    }
    .contact-table .t1,.contact-table .t3{
        width: 100%;
    }
    .contact-table button {
    width: 100%;
    height: 100px;
    margin: 32px 0 0 0px;
    color: #000;
}
.contact-table td.zure{
    padding-left: 0;
}
.company-table td {
    padding-top: 0;
}
.profile{
    margin: 0;
}
}