.sp{
	display: none;
}
article{
	margin-bottom: 20px;
}
h3, .mod-h3 {
    border-bottom-color: #ccc;
}

	@media screen and (max-width:736px){
		.sp{
			display: block;
		}
		h2{
			border-bottom: 1px solid #ff8f00;
			font-size: 2.0rem;
		}
		h3, .mod-h3 {
		    margin-left: 0;
			margin-right: 0;
			padding-left: 0;
			padding-right: 0;
			font-weight: normal;
			font-size: 1.8rem;
		}
	}


.reformBottomBtn{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
  display: block;
}
.reformBottomBtn a{
  padding: 20px 60px;
  color: #000;
  background: #ffca0d;
  border: 1px solid #ebb603;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.reformBottomBtn a::before{
  display: block;
  content: "▶";
  margin-right: 8px;
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: -5px;
  display: inline;
}
.reformBottomBtn a br{
  display: none;
}

@media screen and (max-width:736px){
  .reformBottomBtn{
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    display: block;
  }
  .reformBottomBtn a{
    padding: 15px 30px;
    color: #000;
    background: #ffca0d;
    border: 1px solid #ebb603;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
  }
  .reformBottomBtn a::before{
    display: block;
    content: "▶";
    margin-right: 8px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 1.0rem;
    display: inline;
  }
  .reformBottomBtn a br{
    display: block;
  }
}


.mod-mainimg{
	height: 270px;
	margin-bottom: 40px;
	background: url(https://www.yamatojk.co.jp/wordpress/wp-content/uploads/2016/02/reform_detail01_01.jpg) center 0 no-repeat;
}

	@media screen and (max-width:736px){
		.mod-mainimg{
			height: 86px;
			margin-bottom: 0;
			background: url(https://www.yamatojk.co.jp/wordpress/wp-content/uploads/2016/02/reform_detail01_01_sp.jpg) center 0 no-repeat;
		}
		.mod-hero .sp{
			margin-top: 5px;
		}
	}

.mod-reformexample table{
	margin-bottom: 60px;
}
.mod-reformexample table th{
	width: 24%;
	text-align: left;
	font-weight: normal;
}
.mod-reformexample table th,
.mod-reformexample table td{
	border-left: none;
	border-right: none;
}

	@media screen and (max-width:736px){
		.mod-reformexample table th{
			width: auto;
		}
		.mod-reformexample table th,
		.mod-reformexample table td{
			border: 1px solid #eee;
		}
		.mod-reformexample table tr{
			display: block;
			float: left;
			width: 70%;
		}
		.mod-reformexample table tr.trth{
			width: 30%;
		}
	}

.mod-before-after h4{
	margin-top: 0;
	margin-bottom: 0;
}
.mod-before-after dl{
	margin-top: 10px;
}
.mod-before-after .triangle{
	margin: 0 80px;
}
.mod-before-after dt{
	margin-bottom: 25px;
}
.mod-before-after dd{
	display: table-cell;
	height: 335px;
	margin-left: 0;
	vertical-align: middle;
}

.mod-reformexample p{
	margin-bottom: 60px;
}

	@media screen and (max-width:736px){
		.mod-before-after dt{
			margin-bottom: 15px;
		}
		.mod-before-after dd{
			display: block;
			height: auto;
			text-align: center;
		}
		.mod-before-after .triangle dt{
			display: none;
		}
		.mod-before-after .triangle dd img{
			-moz-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		.mod-reformexample p{
			margin-bottom: 15px;
		}
	}


/*# sourceMappingURL=reform_detail01.css.map */