@media screen and (min-width:751px) and (max-width:999px) {


h5 {
	font-weight: bold;
}

.contact {
	border-radius: 10px;
	padding : 5px;
}

.contact a {
	font-size: 1.5em;
}

div .contact {
	float: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}


/*ヘッダー*/
.hdr_fix {
	position: static;
	width: 100%;
	padding: 0;
	background: #fff;
	border-bottom: none;
}

#hdr_pt { /* PCでのヘッダ固定とSPでのヘッダ固定なしで、GNのpadding-topが変わるため調整 */
	padding-top: 0;
}


/*メニューバー*/
#g-nav {
	width: 100%;
}

#g-nav a img {
	display: none;
}

#g-nav ul {
	margin: 0;
	padding: 0;
}

#g-nav li {
	width: 50%;
	float: left;
	display: block;
	list-style: none;
	padding: 10px;
	background: linear-gradient(#fff,#D8D8D8);
	cursor: pointer;
}

#g-nav li a {
	display: block;
	font-weight: bold;
	color: #9F9F9F;
	text-decoration: none;
}

.home {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.advantage {
	border-top: 1px solid #C0C0C0;
	border-left: none !important;
	border-right: 1px solid #C0C0C0;
}

.posting {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.flow {
	border-top: 1px solid #C0C0C0;
	border-left: none !important;
	border-right: 1px solid #C0C0C0;
}

.area {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.price {
	border-top: 1px solid #C0C0C0;
	border-left: none !important;
	border-right: 1px solid #C0C0C0;
}

.voice {
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.column {
	border-top: 1px solid #C0C0C0;
	border-left: none !important;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}


/* スライダー設定 */
.slick-block {
    width: 98%;
}


/*TOPメイン画像*/
ul#form_btn_1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}


/*メインコンテンツ*/
.t-1 {
	height: 450px;
}

.t-2 {
	height: auto;
}

.t-m1 {
	height: auto;
}

.t-b1 {
	padding: 10px;
	background-image: url(../images/handshake.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin-bottom: 30px;
}

.t-b2 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.50) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.50) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.50) 100%);
}


/*リックの特徴と強みページ*/
.advantage_img {
	display: none;
}


/*サイドメニュー*/
.s-img{
	text-align: left;
}


/*フッター*/
.copyright {
	font-size : 11px;
	padding: 5px;
}

.footer {
	line-height: 1.6em;
	font-size: 12px;
}

.f-left {
	width: 100px;
}

.f-con .row.f .col-xs-6.col-lg-3 {
	padding: 10px;
}

.f {
	padding-left: 10%;
	display: block;
	height: auto;
}

.f-1 {
	display: block;
	height: 150px;
}

.f-2 {
	display: block;
	height: 150px;
}

.f-3 {
	display: block;
	height: auto;
}

.f-4 {
	padding-bottom: 45px;
	height: 190px;
}

.f a {
	font-size : 12px;
	margin-right: 10px;
}

.f_img {
	display: none;
}


}
