@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-pmidashi {
	color: #fff;
    font-weight: bold;
    background-color: #FF6699;
    padding: 6px 30px 4px;
    border-radius: 5px;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}
/*ピンク太文字*/
.review-pbold {
	color: #FF6699;
	font-weight: bold;
	font-size: 18px;
}
/*ステップテキストの文字サイズ*/
.review-stept {
	font-size: 15px;
}
/*ボタン*/
.review-btn {
	width: 400px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    background-color: #F2DF6E;
    border: none;
    border-radius: 5px;
    padding: 15px 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.review-btn:hover {
	opacity: 0.7;
}
.rev-title {
	font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    margin: 50px 0px 25px;
    letter-spacing:2px;
}
.rev-titlebg {
    background: #eee;
    padding: 18px 18px 15px;
}
/*中見出し■バージョン*/
.rev-title-m {
	margin: 20px 0 15px 25px;
    font-size: 18px;
    font-weight: bold;
}
/*見出し■*/
.sq-title {
	position: relative;
}
.sq-title::before {
    content: '■';
    display: block;
    position: absolute;
    font-size: 29px;
    line-height: 1;
    left: -29px;
    top: -1px;
    color: #FF6699;
}
.rev-text-indent {
	position: relative;
    padding-left: 18px;
}
.rev-text-indent::before {
    content: "・";
    position: absolute;
    left: 0;
}

