@charset "shift_jis";

#review-body {
 margin: 0px auto 50px;
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    width: 830px;
}
#review-body ul {
	padding-inline-start: 0;
	margin-block-start: 0;
    margin-block-end: 0;
}
.step-box {
	position: relative;
	background-color: #f2f2f2;
	width: 31%;
	height: 250px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
/*三角*/
.step-tri::after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #f2f2f2;
    border-width: 50px 0px 50px 30px;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
}
.step-contents {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 190px;
    padding: 0 10px;
}
.step-devide {
	/*flex: 1;*/
    margin:0 auto 10px;
    text-align: center;
}
.st-txt1 {
	flex: 0 0 25%;
}
.st-txt2 {
	flex: 0 0 40%;
}
.st-txt3 {
	flex: 0 0 35%;
}


/*ボタン*/
.review-btn {
	width: 400px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #244c9c;
    border: none;
    border-radius: 5px;
    padding: 15px 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.review-btn:hover {
	opacity: 0.7;
}
.rev-title-m {
	margin: 25px 0 3px 0px;
    font-size: 16px;
    font-weight: bold;
}
.rev-title-m2 {
    font-size: 16px;
    font-weight: bold;
}
.rev-title {
	font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin: 50px 0px 25px;
    letter-spacing:2px;
}

.rev-text-indent {
	position: relative;
    padding-left: 18px;
}
.rev-text-indent::before {
    content: "・";
    position: absolute;
    left: 0;
}
.rev-text-indent2 {
	position: relative;
    padding-left: 18px;
}
.rev-text-indent2::before {
    content: "※";
    position: absolute;
    left: 0;
}
.ff-link1 {
	text-decoration: none;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}
.msg-waku1 {
    padding: 1em 1em;
    border: solid 3px #bcbaba;
    border-radius: 10px;
}
.msg-waku {
    padding: 1em 1em;
    background-color: #F2F2F2;
}