.main {
  overflow: hidden;
}
.main .crumbs li {
  margin: 10px 0;
  float: left;
}
.main .side-wrap .new_box {
  margin-bottom: 50px;
}
.new_box .support h3 {
  line-height: 60px;
  border-radius: 20px 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #fd6c93;
}
.new_box .support .content {
  background-color: #fff;
  border: 3px solid #fd6c93;
  border-radius: 40px 10px;
  margin-top: 20px;
  padding-bottom: 45px;
}
.new_box .support .content h4 {
  font-size: 20px;
  text-align: left;
  margin: 0 10px 20px 30px;
  color: #fd6c93;
  font-weight: bold;
}
.new_box .support .content p {
  font-size: 20px;
  line-height: 30px;
  margin-left: 30px;
	margin-right: 20px;
}
.new_box .referral {
  background-color: #fff;
  border-radius: 20px 10px;
  border: 1px solid #fd6c93;
  padding-bottom: 20px;
}
.new_box .referral h4 {
  line-height: 50px;
  font-size: 24px;
  border-radius: 18px 8px 0px 0px;
  color: #fff;
  padding: 10px 2px 2px 35px;
  margin: 0 0 30px 0;
  background-color: #fd6c93;
}

.new_box .referral h4 .line {
  width: 4px;
  height: 25px;
  background-color: #fff;
  display: inline-block;
  margin: 10px 15px 0 0;
}
.new_box .referral h5 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin: auto 30px;
}
.new_box .referral p span {
  color: #FDB204;
}
.new_box .referral h6 {
  font-size: 20px;
  font-weight: bold;
  color: #fd6c93; 
  margin: 20px 30px 0px;
}
.side-wrap .ad {
  width: 360px;
  height: 270px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 40px 0;
  border: 2px solid #FDB204;
  text-align: center;
}
.side-wrap .sideBar .content {
  margin-bottom: 20px;
}
.counsel-info {
	text-align: center;
}
.side-wrap .counsel {
  width: 47%;
  line-height: 80px;
  display: inline-block;
  border-radius: 30px 0;
  margin-top: 20px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.side-wrap a.counsel:hover {
  background-color: #71CE13;
}
.sidebar-info {
  width: 100%;
  border-radius: 40px 0;
  background-color: var(--nav-color);
  padding-bottom: 2px;
}
/* infoのページ  */
.new_box .info .content {
  padding-bottom: 80px;
}
.new_box .info .content p {
  font-size: 20px;
}
.new_box .info .content a {
  font-size: 20px;
  color: red;
}
/*.new_box .content ul {
  margin: 17px;
}*/
ul.service1 {
  padding-left: 50px;
  padding-right: 20px;
  list-style: disc;
  font-size: 18px;
}


/* 居宅　ご利用の流れ */
.kyotaku_nagare ul li {
  width: 160px;
  height: 160px;
  background-color: #FDEAFF;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin: 10px 10px 0px 0px;
}
.kyotaku_nagare ul li:last-child {
  margin-right: 0;
}
.kyotaku_nagare ul li span {
  font-size: 22px;
  font-weight: bold;
  color: #fd6c93;
}
.kyotaku_nagare ul li p {
  font-size: 15px!important;
  line-height: 20px!important;
  margin: 10px!important;
}
/* 居宅　ご利用の流れここまで */