@charset "utf-8";
/*********************************************************************
 *
 *  For 土地買取
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	box-sizing: border-box;
	padding-top: 65px;
	min-height: 260px;
	margin-bottom: 80px;
	background: url(../img/mv_bg.jpg) center center no-repeat;
	background-size: cover;
}
#mv h2 {
	margin-bottom: 35px;
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#mv h2::after {
	content: "";
	display: block;
	margin: 35px auto 0;
    width: 120px;
    height: 1px;
    background: #000;
}
#mv .desc {
	font-size: 1.8rem;
	text-align: center;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 80px;
}
#outline h3 {
	margin-bottom: 30px;
}
#outline h3 span {
	display: inline-block;
    padding: 0 10px;
    margin-right: 20px;
    color: #FFF;
    font-size: 2.0rem;
    line-height: 32px;
    background-color: #000;
    vertical-align: middle;
}
#outline h3 p {
	display: inline-block;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 32px;
    vertical-align: middle;
}
#outline .desc {
    font-size: 1.8rem;
    line-height: 2;
}

/* service */
/* --------------------------------------------------------------------------- */
#service {
}
#service article {
	margin-bottom: 90px;
}
#service article:last-of-type {
	margin-bottom: 0;
}
#service article h4 {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 2.2rem;
    font-weight: bold;
    line-height: 32px;
	border-left: 2px solid #000;
}
#service article .box {
	display: flex;
	flex-wrap: wrap;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
}
/* service1 */
#service1 .box {
	padding: 50px;
}
#service1 .box h5 {
	margin-bottom: 30px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 1rem;
	text-indent:1rem;
	text-align: center;
	background-color: #5f5f5f;
}
#service1 .box .cyukai {
	padding-right: 45px;
	margin-right: 45px;
	width: 390px;
	border-right: 1px solid #000;
}
#service1 .box .kaitori {
	width: 390px;
}
#service1 .box .img {
	height: 175px;
}
#service1 .box .img img {
	margin: 0 auto;
}
#service1 .box .cyukai .img img {
	width: 350px;
}
#service1 .box .kaitori .img img {
	width: 225px;
}
#service1 .box .list li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: square;
	font-size: 1.8rem;
}
#service1 .box .list li:nth-child {
	margin-bottom: 0;
}
/* service2 */
#service2 .box {
	padding: 50px 90px;
}
#service2 .box .list {
	width: 470px;
}
#service2 .box .list li {
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 26px;
	background: url(../img/service2_img_2.svg) left top no-repeat;
	background-size: auto 26px;
}
#service2 .box .list li:last-child {
	margin-bottom: 0;
}
#service2 .box .img {
	width: 328px;
}
#service2 .box .img img {
}
/* service3 */
#service3 .box {
	padding: 50px 90px;
}
#service3 .box .img {
	margin-bottom: 40px;
	width: 100%;
}
#service3 .box .desc {
	font-size: 1.8rem;
    line-height: 2;
}
/* areaBtn */
#service .areaBtn {
	margin-top: 50px;
	text-align: center;
}
#service .areaBtn h5 {
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#service .areaBtn .note {
	margin-top: 10px;
	font-size: 1.6rem;
	text-align: center;
}
#service .areaBtn a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 480px;
	color: #FFF;
	border-radius: 4px;
}

#service .areaBtn a::after {
    content: "";
    position: absolute;
    top: 50%;
	right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
	transform: translateY(-50%) rotate(135deg);
}
#service .areaBtn a.btnContact {
	background-color: #96101a;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 80px;
	text-align: center
}
#service .areaBtn a.btnTel {
	padding-left: 185px;
	background-color: #000;
	height: 80px;
	text-align: left;
}
#service .areaBtn a.btnTel span {
	font-size: 2.2rem;
	line-height: 80px;
}
#service .areaBtn a.btnTel p {
	display: inline-block;
	font-size: 3.0rem;
	line-height: 80px;
	vertical-align: baseline;
}
#service .areaBtn a.btnTel::before {
    content: "お電話はこちら";
    position: absolute;
    top: 50%;
	left: 20px;
	display: block;
	padding: 0 10px;
	color: #000;
	font-size: 1.8rem;
	line-height: 30px;
	background-color: #FFF;
	transform: translateY(-50%);
}

}/* min-width: 768px */

@media screen and (max-width: 767px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-top: 25px;
	margin-bottom: 40px;
}
#mv h2 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#mv h2::after {
	content: "";
	display: block;
	margin: 20px auto 0;
    width: 60px;
    height: 1px;
    background: #000;
}
#mv .desc {
	margin: 0 5%;
	font-size: 1.4rem;
	text-align: center;
}

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 40px;
}
#outline .inner {
	margin: 0 5%;
}
#outline h3 {
	margin-bottom: 10px;
}
#outline h3 span {
	display: inline-block;
    padding: 0 10px;
    margin-right: 20px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 20px;
    background-color: #000;
    vertical-align: middle;
}
#outline h3 p {
	display: block;
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
}
#outline .desc {
    font-size: 1.2rem;
}

/* service */
/* --------------------------------------------------------------------------- */
#service {
}
#service .inner {
	margin: 0 5%;
}
#service article {
	margin-bottom: 40px;
}
#service article:last-of-type {
	margin-bottom: 0;
}
#service article h4 {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 20px;
	border-left: 2px solid #000;
}
#service article .box {
	border-radius: 8px;
	border: 1px solid #dcdcdc;
}
/* service1 */
#service1 .box {
	padding: 20px 10px;
}
#service1 .box h5 {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1rem;
	text-indent:1rem;
	text-align: center;
	background-color: #5f5f5f;
}
#service1 .box .cyukai {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
#service1 .box .kaitori {
}
#service1 .box .img {
	margin-bottom: 20px;
}
#service1 .box .img img {
	margin: 0 auto;
}
#service1 .box .list li {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
	font-size: 1.4rem;
}
#service1 .box .list li:nth-child {
	margin-bottom: 0;
}
/* service2 */
#service2 .box {
	padding: 20px 10px;
}
#service2 .box .list {
	margin-bottom: 20px;
}
#service2 .box .list li {
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 18px;
	background: url(../img/service2_img_2.svg) left top no-repeat;
	background-size: auto 18px;
}
#service2 .box .list li:last-child {
	margin-bottom: 0;
}
#service2 .box .img {
}
#service2 .box .img img {
	margin: 0 auto;
	width: 90%;
}
/* service3 */
#service3 .box {
	padding: 20px 10px;
}
#service3 .box .img {
	margin-bottom: 20px;
	width: 100%;
}
#service3 .box .desc {
	font-size: 1.2rem;
}
/* areaBtn */
#service .areaBtn {
	margin-top: 20px;
	text-align: center;
}
#service .areaBtn h5 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#service .areaBtn .note {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: center;
}
#service .areaBtn a {
	box-sizing: border-box;
	position: relative;
	display: block;
	color: #FFF;
	border-radius: 4px;
}
#service .areaBtn a::after {
    content: "";
    position: absolute;
    top: 50%;
	right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
	transform: translateY(-50%) rotate(135deg);
}
#service .areaBtn a.btnContact {
	margin-bottom: 10px;
	background-color: #96101a;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center
}
#service .areaBtn a.btnTel {
	padding: 10px 0;
	background-color: #000;
}
#service .areaBtn a.btnTel span {
	font-size: 1.2rem;
	line-height: 1;
}
#service .areaBtn a.btnTel p {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: baseline;
}
#service .areaBtn a.btnTel::before {
    content: "お電話はこちら";
	display: block;
	padding: 0 10px;
	margin: 0 auto 5px;
	width: 100px;
	color: #000;
	font-size: 1.2rem;
	line-height: 20px;
	background-color: #FFF;
}


}/* max-width: 767px */