@charset "UTF-8";

.form-wrap {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.form-wrap img {
	width: 100%;
}
.form-wrap p.text-center {
	text-align: center;
	margin-bottom: 50px;
}
.form-wrap p {
	margin-bottom: 1rem;
}
.form-wrap h3 {
	text-align: center;
	line-height: 150%;
	margin-bottom: 50px;
	font-feature-settings: "palt";
}


.form-text-info p {
	text-align: center;
	font-size: 1.2rem!important;
	font-weight: 600!important;
}

table {
	/* テーブル隙間なくす */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 100px auto 0;
	width: 100%;
	color: #000;
}

table a,
table a:hover,
table a:visited {
	color: #000;
}
tbody {
	width: 100%;
}
.form-wrap tr {
	width: 100%;
	height: 100%;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
}

#entry-form table th {
    text-align: left;
	width: 35%;
	display: block;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#entry-form table th p {
	font-weight: 600;
	margin-bottom: 0;
}
#entry-form table th p.input_red {
	background-color: #c30000;
	color: #fff;
	padding: 0 5px;
}
#entry-form table th p.input_gray {
	background-color: #9a9a9a;
	color: #fff;
	padding: 0 5px;
}

#entry-form table td {
	width: 60%;
	display: block;
	line-height: 50px;
}


#entry-form table td.radio-center {
	line-height: 160%;
}

.input_area {
    border: none;
    padding: 10px;
    margin: 0;
	border: 1px solid #b0b0b0;
	width: calc(100% - 20px);
}


input {
	height: 30px;
    width: 100%;
    font-size: 1rem;
	line-height: 160%;
	background-color: #fff; 
}

textarea {
	height: auto;
    width: 100%;
    font-size: 1rem;
	line-height: 160%;
	background-color: #fff; 
}

input.input_area.mini-input {
	width: 30%;
}
input.radiobutton {
	width: 20px;
}
input.input_area.yubin-input {
	width: calc(30% - 20px);
}
input.input_area.address-input {
	width: 70%;
}


p#entryButton,
p#form-submit {
	text-align: center;
}


#entryButton input,
#form-submit input {
	margin-top: 50px;
    padding: 15px;    
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
	cursor: pointer;
	border: none;
}

#entryButton input.sbt_1,
#form-submit input.sbt_1 {
	width: 200px;
	height: auto;
	background-color: #00B400;
}

#entryButton input.sbt_2,
#form-submit input.sbt_2 {
	width: 200px;
	height: auto;
	background-color: #00B400;
}

#entryButton input.sbt_3,
#form-submit input.sbt_3  {
	width: 200px;
	height: auto;
	background-color: #555;
}

#entryButton input:hover,
#form-submit input:hover {
	 opacity: 0.7;
}

.textInfo {
	font-size: 0.8rem;
}
.form-wrap p.textInfo {
	margin-top: 5px;
	margin-bottom: 0;
}
.form-errm-maintext {
	margin-bottom: 50px;
}
footer.bottom-0 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.form-errm-text {
	margin: 50px 0;
}
.form-flex {
	display: flex;
	/* justify-content: space-between; */
	width: 100%;
	margin: 0 auto;
}
.submit-flex {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
}
.width30 {
	width: 30%;
	margin-right: 1rem!important;
}
.width50 {
	width: 50%;
	margin-right: 1rem!important;
}

.cp_ipselect {
	overflow: hidden;
	text-align: center;
}


.cp_ipselect select,
.cp_ipselect input {
	font-size: 1rem;
	width: 100%;
	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_sl01 {
	position: relative;
	border-radius: 2px;
	background: #ececec;
	height: 50px;
	line-height: 50px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select,
.cp_ipselect.cp_sl01 input {
	padding: 8px 38px 8px 8px;
	color: #000;
}
input#datepicker {
	height: 35px;
}

input::placeholder {
  color: #999;
}
/* IE */
input:-ms-input-placeholder {
  color: #999;
}
/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

span.msg {
	line-height: 50px;
	color: red;
}
.error_tx {
	color: red;
}

@media screen and (max-width: 768px) {
	.form-wrap tr {
		height: 100%;
		margin-bottom: 2rem;
		display: block;
	}
	#entry-form table td {
		text-align: center;
	}
	#entry-form table th {
		display: flex;
		justify-content: initial;
		height: 30px;
	}
	#entry-form table th p {
		margin-right: 1rem;
	}
	#entry-form table th,
	#entry-form table td {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	
	input.input_area.mini-input {
		width: 90%;
	}
	#entry-form table td.radio-center {
		text-align: center;
	}

	.submit-flex {
		width: 100%!important;
	}
	
	#entryButton input.sbt_2 {
		width: 150px;
	}
	
	#entryButton input.sbt_3 {
		width: 150px;
	}

	input.input_area.yubin-input {
		width: calc(100% - 20px);
		margin: 5px 0;
	}
	input.input_area.address-input {
		width: 100%;
		margin: 5px 0;
	}
	.form-flex {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}
	.width30 {
		width: 50%;
		margin-right: 0!important;
	}
	.width50 {
		width: calc(100% - 20px);
	}
}