/* ===================================================

  下層共通

=====================================================*/
* {
	box-sizing: border-box;
}

.full_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#lower_wrap{
	max-width: 1218px;
	margin: 0 auto;
	padding: 0 20px;
}


/* ページタイトル */
#h2_title{
	margin-bottom: 25px;
}
#h2_title .full_wrapper {
    position: relative;
    width: 100%;
}
#h2_title .full_wrapper:before {
    content:"";
    display: block;
    padding-top: 20.5333%; /* 高さを幅の75%に固定 */
}
#h2_title .full_img {
	background: url(../../images/company/bg_result.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

#h2_title .m_center {
	width: 800px;
	height: 100%;
	position: relative;
}

#h2_title h2 {
	color: #fff;
	font-size: 3.8em;
	position: absolute;
	left:150px;
	top:50%;
	margin-top: 20px;
	text-shadow: 0 0 6px rgba(157,118,57,1);
}

#h2_title p {
	display: inline-block;
	font-size: 1.8em;
	line-height: 140%;
	padding: 10px 15px 6px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -40px;
	background: rgba(255,255,255,0.6);
}



/* ===================================================

  search

=====================================================*/



/* プライバシーポリシー */
.page.privacy h1::after {
    content: 'PRIVACY POLICY';
}
#contents h3.under{
	margin-bottom: 0px;
	
}
#service_list {
	margin: 20px 0 40px 0;
}
#service_list .indent_block .text {
	margin-bottom: 20px;
}
#service_list .indent_block img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


#contents .textBody {
	margin-bottom: 20px;
}


#contents ol {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    padding-top: 20px;
}

#contents ol li {
    padding-bottom: 10px;
    list-style: outside none decimal;
    margin-bottom: 0.6em;
    margin-left: 2em;
}


#contents table {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 0.8em;
}

#contents .box {
	margin-bottom: 30px;
}
#contents table {
	margin-bottom: 30px;
}

#contents th,
#contents td {
    padding: 10px 20px;
    border: 1px solid #ccc;
    text-align: left;
}
#contents th {
	width: 180px;
    background: #ebebeb;
}


