div.zuoyoudangzhong{
	width: fit-content;
	margin: 0 auto;
}

h4.xiaosa {
  font-size:24px;
  font-weight:600;
  line-height: 40px;
  text-align: center;
}
h4.xiaosa>span {
  font-size: 1.5em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  color: #FF2442;
}

ul.svgtouxiang{
	list-style: none;
}
ul.svgtouxiang>li{
	position: relative;
	padding-left: 1.5em;
}
ul.svgtouxiang>li + li{
	margin-top: 0.75em;
}
ul.svgtouxiang>li::before{
	position: absolute;
	left: -1.5em;
	top: -0.1em;
	content: "";
	background-image: url(http://sns.chibrary.jp/wp-content/uploads/2023/09/toggle-on-solid.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 1.8em;
	width: 2.4em;
}

/* お悩み */
#problems .card{
	position: relative;
	max-width: 600px;
	padding: 20px 40px;
    background: #ffebcd;
    border-radius: 30px;
	box-shadow: 0 6px 12px rgba(128,128,128,0.4);
	margin: 0 auto 0 0;
}
#problems .card:nth-child(even){
	margin: 0 0 0 auto;
}
#problems .card + .card{
	margin-top: 80px;
}
#problems .card-head{
    padding: 0 0 15px 0;
    position: relative;
}
#problems .card-head::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
@media (min-width:767px){
#problems .card::before,
#problems .card::after{
	position: absolute;
	content: "";
	background: #ffebcd;
	box-shadow: 0 6px 12px rgba(128,128,128,0.4);
	border-radius: 50%;
}
#problems .card::before{
	bottom: 0;
	right: -75px;
	width: 20px;
	height: 20px;
}
#problems .card::after{
	bottom: 10px;
	right: -45px;
	width: 30px;
	height: 30px;
}
#problems .card:nth-child(even)::before{
	left: -75px;
}
#problems .card:nth-child(even)::after{
	left: -45px;
}
}

/* 選ばれる理由 */
#reasons .card-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#reasons .card{
	width: 300px;
	margin: 0 20px 20px 20px;
}
#reasons .card-head{
	background: linear-gradient(.25turn, #DD4C7F, 80%, #F3725B);
	box-shadow: 0 5px 10px rgba(128, 128, 128, 0.4);
	color: white;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 0 30px 30px 0;
}

/* 実績 */
#achievements .card-head{
	background: linear-gradient(.25turn, #DD4C7F, 80%, #F3725B);
	box-shadow: 0 5px 10px rgba(128, 128, 128, 0.4);
	color: white;
	width: 160px;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0 22.5px 22.5px 0;
}

/* 流れ */
#steps .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
#steps .timeline::before,
#steps .timeline::after{
	position: absolute;
	display: inline-block;
	content: "";
	left: 50%;
	width: 5px;
	margin-left: -2.5px;
}
#steps .timeline::before {
  top: 60px;
  bottom: 0;
  background-color: #f8dbe5;
}
#steps .timeline::after {
  bottom: 0;
  height: 120px;
  background: linear-gradient(#f8dbe5, #ffffff);
}
#steps .timeline > li {
  margin: 0 0 30px 0;
  position: relative;
}
#steps .timeline > li:not(.timeline-inverted){
  padding-right: 25px;
}
#steps .timeline > li.timeline-inverted{
  padding-left: 25px;
}
#steps .timeline > li:after {
  content: "";
  display: table;
}
#steps .timeline > li:after {
  clear: both;
}
#steps .timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  background-color: #ffebcd;
  border-radius: 20px;
  padding: 25px 30px;
  position: relative;
  box-shadow: 0 6px 12px rgba(128,128,128,0.4);
}
#steps .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
#steps .timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #DD4C7F;
  z-index: 100;
  border-radius: 50%;
}
#steps .timeline-title {
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 1.2em;
}
#steps .timeline-body > p{
  margin-bottom: 0;
}
@media (max-width:767px) {
	#steps .timeline::before,
	#steps .timeline::after{
		left: 25px;
	}
	#steps .timeline > li:not(.timeline-inverted){
		padding-left: 40px;
		padding-right: 20px;
	}
	#steps .timeline > li.timeline-inverted{
		padding-left: 40px;
		padding-right: 20px;
	}
	#steps .timeline > li > .timeline-badge {
		left: 25px;
	}
	#steps .timeline > li > .timeline-panel{
		width: 100%;
	}
	#steps .timeline > li.timeline-inverted > .timeline-panel {
		float: left;
	}
}

/* 料金プラン */
#plan .card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#plan .card {
	background: white;
	width: 350px;
	margin: 0 10px 40px;
	display: flex;
	flex-direction: column;
	box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.4);
	border-radius: 30px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#plan .card:hover {
	transform: scale(1.1);
}
#plan .card-0 .card-top {
	background-color: #32cd32;
}
#plan .card-1 .card-top {
	background-color: #F3725B;
}
#plan .card-2 .card-top {
	background-color: #DD4C7F;
}
#plan .card-top {
	height: 60px;
	width: 100%;
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
}
#plan .card-info {
	display: flex;
	flex-wrap: wrap;
}
#plan .card-info>dt {
	display: flex;
	align-items: center;
	margin: 0;
	width: 65%;
	white-space: nowrap;
}
#plan .card-info>dt::before{
	display: inline-block;
	width: 50px;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
}
#plan .card-info>dt.ng{
	color: #aaa;
}
#plan .card-info>dt.ok::before{
	content: "○";
	color: #FF2442;
}
#plan .card-info>dt.ng::before{
	content: "×";
}
#plan .card-info>dd {
	margin: 0;
	width: 35%;
	text-align: center;
	white-space: nowrap;
}
#plan .card-info>dt:nth-child(4n-1),
#plan .card-info>dd:nth-child(4n){
	background-color: #eee;
}
#plan .card-cost {
	margin-top: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
#plan .card-cost::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ddd;
}
#plan .card-cost>span.price {
	padding: 0 5px;
	font-size: 1.6em;
}