@charset "utf-8";
/* 会社案内ページ */

/* pc */


.t_img{
	background-image: url(image/com.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 25%;
}

h3 span.d_txt1 {
    background-image: url(image/title_icon01.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 6%;
}

h3 span.d_txt2{
	background-image: url(image/title_icon02.png);
    background-repeat: no-repeat;
    background-position: bottom;
	background-position: left;
    padding-left: 6%;
}


h3 i{
	margin-right: 10px;
}

.aisatsu p{
	width: 90%;
	margin: auto;
}

p.d_txt{
	font-size: 20px;
	margin-top: 10px;
	text-align: right;
}

table{
	width: 90%;
	margin: 30px auto;
	border-collapse: separate;
	border-spacing: 10px;
}


table tr th {
	display: table-cell;
	vertical-align: middle;
    font-size: 16px;
    background-color: #FFEEB9;
    text-align: center;
    font-weight: normal;
    width: 20%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

table tr td {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0A870;
    font-size: 16px;
    font-weight: normal;
}

table tr td #jigyonaiyo .haba2 {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 200px;
}

ul#jigyonaiyo {
    padding: 0px;
	margin-top: 15px;
}

table tr td #kanren {
	width: 90%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline;
    float: left;
    padding: 0px;
}

table tr td #kanren dt {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    clear: left;
}

table tr td #kanren dd {
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 120px;
}


/* スマホ */
@media screen and (max-width: 850px){
#contents{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

h3 span.d_txt1 {
    background-position: 0% 50%;
	background-size: 35%;
    padding-left: 14%;
}

h3 span.d_txt2{
    background-position: 0% 50%;
	background-size: 30%;
    padding-left: 14%;
}	
	
	
p.d_txt {
    font-size: 18px;
    margin-top: 10px;
    text-align: right;
}
	
.jyouhou{
	margin: 20px auto 40px;
	}
	
table{
	width: 100%;
	margin: 30px auto;
	border-collapse: separate;
	border-spacing: 5px;
}


table tr th {
	display: table-cell;
	vertical-align: middle;
    font-size: 13px;
    background-color: #FFEEB9;
    text-align: center;
    font-weight: normal;
    width: 25%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

table tr td {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0A870;
    font-size: 13px;
    font-weight: normal;
	line-height: 140%;
}

table tr td #jigyonaiyo .haba2 {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 200px;
}

ul#jigyonaiyo {
    padding: 0px;
	margin-top: 15px;
}

table tr td #kanren {
	width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline;
    float: left;
    padding: 0px;
}

table tr td #kanren dt {
    width: 100px;
	font-size: 14px;
	font-weight: bold;
    margin-right: 10px;
    margin-bottom: 3px;
    float: none;
    clear: none;
}

table tr td #kanren dd {
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 0px;
}	
	
}



	

