@charset "utf-8";

a.btn-survey {
	background: #DE6D1E url(../../common/images/arw_white.png) no-repeat right 20px center;
	background-size: 8px auto;
	color: #fff;
	width: 60%;
	padding: 15px 20px;
	display: inline-block;
	font-weight: bold;
	font-size: 106.66%;
	border-radius: 30px;
  max-width: 380px;
  text-align: center;
}
a.btn-survey:hover {
	opacity: 0.7;
}
.childcare-support-survey {
	display: flex;
	border: dotted 2px #fbc3ad;
	padding: 30px;
	border-radius: 30px;
	gap: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #feeee7;
}
.childcare-support-survey > div {
	box-sizing: border-box;
}
.childcare-support-survey > div:nth-of-type(1) {
	max-width: calc(100% - 420px);
}
.childcare-support-survey > div:nth-of-type(2) {
	max-width: 420px;
}
.txt-from-survey {
	font-weight: 700;
	font-size: 125%;
	margin-right: 10px;
}
.txt-limit-survey {
	font-weight: 700;
	color: #f03a0c;
	font-size: 125%;
}
.txt-limit-survey > span {
	font-size: 160%;
}
.defaultDetCnt h3.cp-survey-heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight:bold;
	text-align: center;
	border-bottom: none;
	margin-top: 80px;
}
.defaultDetCnt h3.cp-survey-heading::before,
.defaultDetCnt h3.cp-survey-heading::after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 40px;
	background-color: #f03a0c;
	border-radius: 10px;
}
.defaultDetCnt h3.cp-survey-heading::before {
	margin-right: 22px;
	transform: rotate(-35deg);
}
.defaultDetCnt h3.cp-survey-heading::after {
	margin-left: 22px;
	transform: rotate(35deg)
}
@media screen and (max-width: 767px) {
  a.btn-survey {
    background-position: right 10px center;
    background-size: 7px auto;
    width: 100%;
    padding: 10px 10px 10px 5px;
  }
  .childcare-support-survey {
	display: block;
	padding: 20px;
	border-radius: 20px;
  }
  .childcare-support-survey > div:nth-of-type(1) {
	max-width: 100%;
  }
  .childcare-support-survey > div:nth-of-type(2) {
	max-width: 400px;
	margin: 0 auto;
  }
  .txt-limit-survey {
	display: block;
  }
  .defaultDetCnt h3.cp-survey-heading {
	margin-top: 40px;
  }
  .defaultDetCnt h3.cp-survey-heading::before,
  .defaultDetCnt h3.cp-survey-heading::after {
	width: 2px;
	height: 26px;
  }
  .defaultDetCnt h3.cp-survey-heading::before {
	margin-right: 15px;
	transform: rotate(-35deg);
  }
  .defaultDetCnt h3.cp-survey-heading::after {
	margin-left: 15px;
	transform: rotate(35deg)
  }
}


body.blue .defaultDetCnt h3.cp-survey-heading::before,
body.blue .defaultDetCnt h3.cp-survey-heading::after {
	background-color: #FFFF00;
}
body.blue .childcare-support-survey {
	background-color: transparent;
	border-color: #FFFF00;
}
body.blue .txt-limit-survey {
	color: #FFFF00;
}
body.blue a.btn-survey {
	background-color: transparent;
	border: 1px solid #FFFF00;
	color: #FFFF00;
}

body.black .defaultDetCnt h3.cp-survey-heading::before,
body.black .defaultDetCnt h3.cp-survey-heading::after {
	background-color: #FFF;
}
body.black .childcare-support-survey {
	background-color: transparent;
	border-color: #FFF;
}
body.black .txt-limit-survey {
	color: #FFF;
}
body.black a.btn-survey {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}

body.yellow .defaultDetCnt h3.cp-survey-heading::before,
body.yellow .defaultDetCnt h3.cp-survey-heading::after {
	background-color: #000;
}
body.yellow .childcare-support-survey {
	background-color: transparent;
	border-color: #000;
}
body.yellow .txt-limit-survey {
	color: #000;
}
body.yellow a.btn-survey {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}