@charset "utf-8";

#message {
	/* background: var(--lightgray); */
}

.rensa ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	height: 320px;
	max-width: 380px;
	margin: auto;
}
.rensa li {
	padding: 20px;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	font-size: var(--font-em);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 2;
	background: var(--lightgray);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.rensa li:nth-child(2) {
    right: inherit;
    bottom: 0;
    background: var(--gray);
}
.rensa li:nth-child(3) {
    left: inherit;
    bottom: 0;
    background: var(--darkgray);
    color: var(--white);
}
.rensabox {
	padding: 30px 0 0;
	border-radius: 10px;
}
.rensa-title {
	border-top: 1px solid var(--black);
	text-align: center;
	border-bottom: 1px solid var(--black);
	max-width: max-content;
	margin: 0 auto 30px;
	padding: 5px 50px 5px;
	position: relative;
}

/*++++++++++++
benefit
++++++++++++*/
#benefit {
    background: var(--beige);
}


#benefit .cmtbox {
    position: relative;
    margin: 60px 0 70px;
}
#benefit .cmtbox div{
    border-radius: 20px;
    padding: 120px 20px 30px 20px;
    position: relative;
}
#benefit .cmtbox div:before {
    content: "";
    /* background: url(../images/benefit/cmt.svg) no-repeat; */
    position: absolute;
    width: 100px;
    height: 35px;
    bottom: -15%;
    transform: rotate(50deg);
    right: 20%;
}
#benefit .cmtbox p {
    /* width: var(--flex-90); */
    z-index: 1000;
}

#benefit .cmtbox figure{
    position: absolute;
    right: -8%;
    top: -10%;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    z-index: 1;
}
#benefit .cmtbox.cmt2 figure{
}
#benefit .cmtbox.cmt2 div:before {
  transform: rotate(0deg);
  left: 28%;
  right: inherit;
  bottom: -12%;
}
