/* ===================================================

  下層共通（スマホ用）

=====================================================*/


.full_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#lower_wrap{
	width: 95%;
	margin: 0 auto;
}


/* ページタイトル */
#h2_title{
	margin-bottom: 25px;
}
#h2_title .full_wrapper {
    position: relative;
    width: 100%;
}

#h2_title .full_wrapper:before {
    content:"";
    display: block;
    padding-top: 53.2967%; /* 高さを幅の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: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding-top: 30%;
}

#h2_title h2 {
	color: #0b0b0b;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-shadow: 3px 3px 5px #fff,
    -3px 3px 5px #fff,
    3px -3px 5px #fff,
    -3px -3px 5px #fff;
}
#h2_title #result_text{
	width: auto;
	display: inline-block;
	padding: 10px 15px 6px;
	background: rgba(255,255,255,0.7);
}
#result_text_left{
    width: 30%;
    margin: 0 auto;
}
#result_text_left img{
	width: 100%;
	height: auto;
}
#h2_title #result_text p{
    font-weight: bold;
    line-height: 140%;
    font-size: 0.9em;
    margin-top: 5px;
}


/* サブナビ */
#sab_nav{
	background:#f4f4ef;
	padding: 10px 0 5px;
	border: solid 1px #deddd9;
}
#sab_nav ul{
	width: 90%;
	margin: 0 auto;
}
#sab_nav ul li{
	width: 100%;
	float: auto;
	margin-bottom: 8px;
}
#sab_nav ul li:last-child{
	margin-right: 0;
}
#sab_nav li a{
	width: 100%;
    font-size: 1.3em;
	color:#403f3f;
	background:#dff0e7;
	display:inline-block;
	text-decoration:none;
    padding: 8px 0 5px 5%;
	border: solid 1px #c6e2d3;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#sab_nav li a span{
    padding-left: 3%;
    border-left: solid 3px #559170;
	line-height: 1.8em;
}
#sab_nav li a:hover{
	color:#fff;
	background:#559170;
	border: solid 1px #33684b;
}
#sab_nav li a:hover span{
    border-left: solid 3px #fff;
    line-height: 1.8em;
}

/* facebook */

#facebook_wrapper {
	width: 100%;
	padding: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ececec;
}

#facebook_wrapper h2{
	margin-bottom: 20px;
}
/* ===================================================

  privacy

=====================================================*/


/* プライバシーポリシー */
.page.privacy h1::after {
    content: 'PRIVACY POLICY';
    bottom: -4rem;
}

#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 p{
	font-size: 1.0em;
}


#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;
}