.main {
  overflow: hidden;
}
.main .crumbs li {
  margin: 10px 0;
  float: left;
	display: block;
}
.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: 10px;
  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: 20px;
  margin-left: 10px;
}
.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: auto 30px;
}
.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: 10%;
  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;
}*/
/* 居宅　ご利用の流れここまで */

/* 居宅　ご利用の流れ */
.flowchart {
  width: 90%;
  margin: 20px 0 0 0;
  font-size: 85%;
	
}
.flowchart caption {
  margin: 20px;
  text-align: left;
  font-size: 10%;
  font-weight: bold;
  color: #fd6c93;
}
.flowchart_box {
  width: 160px;
  padding: 15px 10px 10px 10px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background-color:  #FDEAFF;
	
}
.f_number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #fd6c93;
}
.flowchart_box p {
  margin: 0;
  padding: 0;
	font-size: 19px!important;
	margin-right: 10px;
}
.f_arrow {
  width: 0px;
  height: 0px;
  margin: 0 5px;
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 10px solid #fd6c93;
  border-right: 0px solid transparent;
}



/* タブレット向けのレイアウトの指定：～767px */
@media only screen and (max-width: 4000px) {
.flowchart tr td {
  display: list-item;
  list-style: none;
}
.flowchart_box {
  width: 100%;
}
.f_arrow {
  margin: 10px auto;
  display: block;
  border-top: 10px solid #fd6c93;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
	

}