._ver4 .ac_ly_001 {
  width: 920px;
}
._ver4 .monitor_num {
  text-align: center;
}
._ver4 .monitor_num .txt {
  color: #e70c5e;
  font-size: 20px;
}
._ver4 .monitor_num .txt span {
  border: 1px solid #e70c5e;
  padding: 3px 10px;
  margin-left: 15px;
  font-size: 18px;
  display: inline-block;
}
._ver4 .monitor_num .num {
  font-size: 34px;
}
._ver4 .mv {
}
._ver4 .mv img {
  width: 100%;
}
._ver4 .mv_photo {
  margin-top: 35px;
}
._ver4 .mv_photo .care_name {
  text-align: center;
  font-size: 30px;
  margin: 10px 0;
  border-bottom: 1px solid #f775a5;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

._ver4 .mv_photo .photo_img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
	/* position: relative; */
}

._ver4 .mv_photo .photo_img .before,
._ver4 .mv_photo .photo_img .after {
	width: calc((100% - 35px)/2);
	text-align: center;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

._ver4 .mv_photo .photo_img .before .image,
._ver4 .mv_photo .photo_img .after .image {
	width: 100%;
	background: #efefef;
	padding: 10px;
	display: flex;
	align-items: center;
	height: 100%;
}
._ver4 .mv_photo .photo_img .before .image img,
._ver4 .mv_photo .photo_img .after .image img {
	width: 100%;
}
._ver4 .mv_photo .photo_img .before .image:empty,
._ver4 .mv_photo .photo_img .after .image:empty {
	display: none;
}

._ver4 .mv_photo .photo_img .before span,
._ver4 .mv_photo .photo_img .after span {
	display: inline-block;
	padding: 3px 30px;
	color: #fff;
	background-image: linear-gradient(90deg, rgb(0 0 0), rgb(78 78 78));
	border-radius: 50px;
	margin-top: 10px;
	font-weight: bold;
}
._ver4 .mv_photo .photo_img .before span:empty,
._ver4 .mv_photo .photo_img .after span:empty {
	display: none;
}

._ver4 .mv_photo .photo_img .before {
	position: relative;
}
._ver4 .mv_photo .photo_img .before:empty::after {
	content: none;
}
._ver4 .mv_photo .photo_img .before span {
	background-image: linear-gradient(90deg, rgb(0 0 0), rgb(78 78 78));
}
._ver4 .mv_photo .photo_img .before span::after {
	content: '▼';
	position: absolute;
	top: calc(50% - 50px);
	right: -35px;
	transform: rotate(-90deg) scale(1,0.8);
	font-size: 30px;
	color: #3e3e3e;
}

._ver4 .mv_photo .photo_img .after span {
	background-image: linear-gradient(90deg, rgb(245 50 116), rgb(255 125 169));
}

._ver4 .mv_photo .photo_txt {
  font-size: 15px;
}

._ver4 .mv_photo .lzrisk2.mhlw-risk {
  min-height: unset;
  margin-bottom: 50px;
}
._ver4 .mv_photo .lzrisk2.mhlw-risk >.mhlw-risk-single {
  margin-top: 0;
}


._ver4 .monitor-tpl-price-box {
}
._ver4 .monitor-tpl-price-box .price_care_name {
  font-size: 20px;
}
._ver4 .monitor-tpl-price-box .monitor-tpl-price-index {
  background: #ff7da9;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-size: 20px;
  margin-bottom: 15px;
}
._ver4 .monitor-tpl-price-box {
  border: 10px solid #ffeaf1;
  text-align: center;
  color: #f53274;
  font-size: 20px;
  width: auto;
  padding: 20px;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}
._ver4 .monitor-tpl-price-box .Highest .monitor-tpl-price-num {
  font-size: 76px;
}
._ver4 .cv_area {
  margin-top: 45px;
  margin-bottom: 30px;
}
._ver4 .cv_area h3 {
  text-align: center;
  color: #e50c5b;
  font-size: 34px;
  font-weight: normal;
}
._ver4 .cv_area h3::before {
  content: "＼";
  margin-right: 3%;
}
._ver4 .cv_area h3 span {
}
._ver4 .cv_area h3 span::after {
  content: "／";
  margin-left: 3%;
}
._ver4 .cv_area .cv_btn {
}
._ver4 .cv_area .cv_btn ul li.yoyaku {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
._ver4 .cv_area .cv_btn ul li.yoyaku a {
  display: block;
  background-image: linear-gradient(90deg, rgb(229 90 115), rgb(254 125 169));
  color: #fff;
  padding: 15px 5px;
  border-radius: 60px;
  text-align: center;
  font-size: 40px;
  border: 4px solid #ffeaf1;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
._ver4 .cv_area .cv_btn ul li.yoyaku a::after {
  content: "";
  background: url(/image_monitor/common/yoyaku_arrow.png) no-repeat;
  height: 28px;
  width: 28px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
}

._ver4 .cv_area .cv_btn ul li.tel {
  width: 75%;
  margin: 20px auto 0;
}
._ver4 .cv_area .cv_btn ul li.tel a {
  display: block;
  background: #fff;
  color: #fc637f;
  padding: 0px 5px;
  border-radius: 60px;
  text-align: center;
  font-size: 50px;
  border: 4px solid #f06480;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
._ver4 .cv_area .cv_btn ul li.tel a::before {
  content: "";
  padding-left: 45px;
  background: url(/image_monitor/common/tel_icon.png) no-repeat;
  margin-bottom: -7px;
  height: 50px;
  display: inline-block;
}
._ver4 .cv_area .tel_time {
  text-align: center;
  margin-top: 15px;
  font-size: 25px;
}
._ver4 .monitor_cotion {
  margin: 35px 0 45px;
}
._ver4 .monitor_cotion .num {
  font-size: 30px;
}
._ver4 .monitor_cotion ul {
  background: #f1f1f1;
  padding: 15px 3%;
  font-size: 16px;
}
._ver4 .monitor_cotion ul li {
  text-indent: -27px;
  margin-left: 27px;
}
._ver4 .monitor_cotion ul li + li {
  margin-top: 5px;
}
._ver4 .monitor_cotion ul li::before {
  content: "※";
  margin-right: 10px;
}
._ver4 .monitor_promotion {
  margin-bottom: 35px;
}
._ver4 .monitor_promotion h1 {
  margin-bottom: 20px;
  font-size: 24px;
}
._ver4 .monitor_detail {
  text-align: center;
}

._ver4 .cotion_kaodashi_top {
}
._ver4 .cotion_kaodashi_top .title {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  background-color: #cc0033;
  padding: 10px;
  text-align: center;
  margin: auto;
}
._ver4 .cotion_kaodashi_top ul {
  margin: 20px auto;
  text-align: left;
  width: 90%;
  font-size: 18px;
}
._ver4 .cotion_kaodashi_top ul li {
}
._ver4 .cotion_kaodashi_top ul li + li {
  margin-top: 10px;
}
._ver4 .cotion_kaodashi_top ul li::before {
  content: "■";
}

@media (max-width: 979px) {
  #main {
    margin: 0;
  }
  ._ver4 .ac_ly_001 {
    width: 100%;
  }
  ._ver4 .monitor_num .txt {
    font-size: 3vw;
  }
  ._ver4 .monitor_num .txt span {
    padding: 1vw;
    font-size: 2.8vw;
  }
  ._ver4 .monitor_num .num {
    font-size: 5.5vw;
    margin-top: 5px;
  }
  ._ver4 .mv_photo {
    margin-top: 15px;
  }
  ._ver4 .mv_photo .care_name {
    font-size: 5vw;
  }

  ._ver4 .mv_photo .photo_img {
    margin-bottom: 15px;
  }
  ._ver4 .mv_photo .photo_img .before,
  ._ver4 .mv_photo .photo_img .after {
    font-size: 3vw;
    width: calc((100% - 3.4vw)/2);
  }
  ._ver4 .mv_photo .photo_img .before .image,
  ._ver4 .mv_photo .photo_img .after .image {
    padding: 1vw;
  }
  ._ver4 .mv_photo .photo_img .before span,
  ._ver4 .mv_photo .photo_img .after span {
    padding: 3px 3vw;
  }
  ._ver4 .mv_photo .photo_img .before span::after {
    font-size: 3vw;
    right: -3.4vw;
    top: calc(50% - (4vw + 16px));
  }

  ._ver4 .mv_photo .lzrisk2.mhlw-risk {
    margin-bottom: 20px;
  }

  ._ver4 .monitor-tpl-price-box .Highest .monitor-tpl-price-num {
    font-size: 8vw;
  }

  ._ver4 .monitor-tpl-price-box {
    width: 100% !important;
    padding: 15px 3%;
    margin: 0 auto;
  }
  ._ver4 .cv_area {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  ._ver4 .cv_area h3 {
    font-size: 4.6vw;
  }
  ._ver4 .cv_area h3 span {
    font-size: 4.6vw;
  }

  ._ver4 .cv_area .cv_btn ul li.yoyaku {
    width: 90%;
  }
  ._ver4 .cv_area .cv_btn ul li.yoyaku a {
    font-size: 5vw;
    padding: 3vw 5px;
  }
  ._ver4 .cv_area .cv_btn ul li.yoyaku a::after {
    right: 22px;
    top: 5.6vw;
    background-size: contain;
    height: 4vw;
    width: 4vw;
  }

  ._ver4 .cv_area .cv_btn ul li.tel {
    width: 90%;
    margin: 5px auto 0;
  }
  ._ver4 .cv_area .cv_btn ul li.tel a {
    font-size: 6vw;
    padding: 2.6vw 5px;
    max-height: 16vw;
  }
  ._ver4 .cv_area .cv_btn ul li.tel a::before {
    content: "";
    padding-left: 6vw;
    background: url(/image_monitor/common/tel_icon.png) no-repeat;
    margin-bottom: 0;
    height: 6vw;
    background-size: contain;
    display: inline-block;
  }
  ._ver4 .cv_area .tel_time {
    font-size: 4vw;
    margin-top: 5px;
  }
  ._ver4 .monitor_cotion .num {
    font-size: 4vw;
  }
  ._ver4 .monitor_cotion ul li {
    font-size: 14px;
  }
  ._ver4 .monitor_promotion h1 {
    font-size: 18px;
  }
  ._ver4 .monitor_promotion p {
    font-size: 15px;
  }
  ._ver4 .monitor_cotion {
    margin: 10px 0 20px;
  }
  ._ver4 .monitor_promotion h2 {
    margin-bottom: 10px;
  }

  ._ver4 .monitor-tpl-price-box .price_care_name {
    font-size: 16px;
  }
  ._ver4 .monitor-tpl-price-box .monitor-tpl-price-index {
    font-size: 15px;
  }

  .description-area img {
    max-width: 100%;
    height: auto !important;
  }
}

.moni_cotion {
	background: #fff7f8;
	border: 1px solid #e80c5e;
	color: #e80c5e;
	padding: 10px;
	font-size: 21px;
	line-height: 1.4;
}
@media (max-width: 979px) {
	.moni_cotion {
	  padding: 10px;
	  font-size: 14px;
		margin: 15px 0 15px;
	}
}



.item_lowtitle {
	background: #f84586;
	padding: 5px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.item_lowreadme {
	border: 1px solid #e7185f;
  padding: 10px;
  color: #e7185f;
  font-size: 21px;
}
.item_lowdays {
	display: flex;
	border: 3px solid #f84586;
	width: 600px;
	align-items: center;
  margin: 35px auto;
	align-items: center;
}
.item_lowdays .txt {
	background: #f84586;
	color: #fff !important;
	font-size: 20px !important;
	padding: 8px 15px;
  font-weight: bold;
}
.item_lowdays .schedule_date {
	color: #f84586;
	font-weight: bold;
	font-size: 28px;
	display: block;
	width: 80%;
	text-align: center;
}
@media screen and (max-width: 979px) {

	.item_lowtitle {
	    font-size: 20px;
	    margin-top: 20px;
	}
	.item_lowdays {
	    display: block;
	    width: 100%;
			margin: 15px auto;
	}
	.item_lowdays .schedule_date {
	    font-size: 18px;
	    display: block;
	    width: 100%;
	    padding: 10px 0;
	}
	.item_lowdays .txt {
	    font-size: 16px !important;
	    padding: 3px 5px;
	}
  .item_lowreadme {
    font-size: 14px;
  }
}
.monitor_detail .mhlw-risk .mhlw-risk-single {
	text-align: left;
}
