@charset "utf-8";

div,h3,dt,dd{
    box-sizing: border-box;
}
.path{
	margin-bottom:20px;
	font-weight:bold;
}

.step , .information{
	width:1000px;
	margin:130px auto;
}
.step{
	margin: 30px auto 0px auto;
}
.step h3{
    background-color: #FC0726;
    color: #ffffff;
    font-size: 1.9rem;
	height: 50px;
	padding: 10px 0 0 15px;
	margin-bottom:20px;
}
.step dl{
	display: flex;
	flex-wrap:wrap;
}
.step dt, .step dd{
	background-color:#F6F6F6;
	margin-bottom:12px;
	box-sizing: border-box;
}
.step dt{
    display: flex;
    align-items: center;
	width:31%;
}
.step dd{
	font-size:1.4rem;
	line-height: 2em;
	width:69%;
	padding: 30px 30px 30px 0;
}
.step dt span{
	font-size:2rem;
	color:#FC0726;
	margin-left:60px;
}
.step dt span div{
	font-size:2.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-10%);
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-color: #FC0726;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
}

.information{


}
.information dl{
	display: flex;
	flex-wrap:wrap;
	margin-top:40px;
	margin-bottom:40px;
	border-bottom: solid 0.5px #393939;
}
.information dt, .information dd{
	border-top: solid 0.5px #393939;
	padding: 20px 5px;
}
.information dt{
    display: flex;
	width:33%;
}
.information dd{
	font-size:1.6rem;
	width:67%;
}
.information li{
	font-weight: normal;
}
.information p{
	padding: 0px 15px 20px 15px;
    font-weight: normal;
    font-size: 1.6rem;
}

@media screen and (min-width: 641px) {
.inner.entry_inner{
	width: 1000px
}

a[href*="tel:052-485-4472"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

}


/* ------------------------------------
 smartphone 
 ------------------------------------ */
@media screen and (max-width: 640px) {
.path{
	margin-left:2%;
}
.step , .information{
	width:100%;
}
.step h3{
	padding: 10px 0 0 15px;
}
.step dt{
	padding: 6px 10px;
	margin-bottom: 0;
}
.step dd{
	padding: 6px 15px;
}
.step dt span {
    margin-left: 0;
}
.step dl ,.information dl{
	display: block;
}

.step dt, .step dd , .information dt, .information dd{
	width:100%;
}
.information dt, .information dd{
	padding: 20px 15px;
}
.information dd{
    border-top: solid 0.5px #e4e4e4;
}

}
