@charset "UTF-8";

.ac_col {
	color: #d01137;
}

.conteBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.conte_main ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 7px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.conte_main ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	white-space: nowrap;
	height: 80px;
}
.conte_main ul li::before{
	content: "";
	display: block;
	position: relative;
	top: 32px;
	left: -30px;
	color: #EE0332;
	width: 20px;
	height: 20px;
	border-radius: 40px;
	background-color: #C87182;
}

.cp_ipselect {
	text-align: center;
	display: inline;
	padding: 5px 0px;
	margin: 0px 8px;
}
.cp_ipselect select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl04 {
	position: relative;
	border: 2px solid #737373;
  border-radius: 40px;
	background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #737373;
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
	padding: 10px 35px 10px 20px;
	font-weight: 400;
	color: #333;
}

.seikai {
	display: inline-block;
  position: relative;
}
.seikai.good::before {
  content: "";
	display: block;
  position: absolute;
  top: -6px;
  left:0px;
	color: #EE0332;
  width: 20px;
  height: 20px;
  border: 3px solid #EE0332;
  border-radius: 40px;
	z-index: 3;
}
.seikai.bad::before, .seikai.bad::after{
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background: #EE0332;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: -3px;
	left: 2px;
	z-index: 3;
}
.seikai.bad::after{
	transform: rotate(-45deg);
	top: 14px;
	right: 2px;
}
.seikai.good .cp_ipselect.cp_sl04 select {
	font-weight: 800;
	color: #EE0332;
}


.conte_l {
	margin-left: 25px;
	margin-bottom: 0px;
}
.conte_r {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.conte_r p {
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	display: inline-block;
	background-color: #F0C1C1;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 0.1em;
}
.conte_r ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: -15px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 3px solid #F0C1C1;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.conte_r ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	white-space: nowrap;
	margin-bottom: 10px;
}








.tab-conte {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	border: 2px solid #FE3A3A;
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.tab-conte label {
	flex-basis: 50%;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.tab-conte label.seikai {
	color: #EE0332;
	font-weight: 800;
}
.tab-conte label.good::before{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -33px;
	color: #EE0332;
  width: 20px;
  height: 20px;
  border: 3px solid #EE0332;
  border-radius: 40px;
}
.tab-conte label.bad::before, .tab-conte label.bad::after{
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background: #EE0332;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: -2px;
	left: -28px;
}

.tab-conte label.bad::after{
	transform: rotate(-45deg);
	top: 15px;
	right: -28px;
}


.checkbox-input{
  display: none;
}
.checkbox-parts{
	display: block;
	margin-right: 40px;
  padding-left: 25px;
  position:relative;

}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  /*color: #d01137;*/
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #111111;
  border-right: 3px solid #111111;
}

.conte-submit {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.submitbtn {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 160px;
	font-size: 22px;
	font-weight: 800;
	color: #FFFFFF;
	background-color: #00a0e9;
	border: 2px solid #6C6C6C;
	border-radius: 12px;
}
.submitbtn:hover {
	background-color: #6CD1FF;
	cursor: pointer;
}
