.require{
  color: #ff0000;
  font-weight: normal;
}
.progress {
  text-align: center;
  margin: 71px auto 30px;
}
.progress img{
  width: auto;
  max-width: 720px;
}
.message{
  margin-bottom: 1.5em;
}
.notice{
  font-size: 12px;
}

.webentry{
  width: 100%;
	/* padding: 0 20px; */
	box-sizing: border-box;
}

.icon-cal{
	margin-left: -2em;
	pointer-events: none;
	width: 0;
	white-space: nowrap;
	padding-right: 0.5em;
}

.flexdircolm{
	flex-direction: column;
	align-items: center;
}
.webentry .lh1{
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.webentry .pc_lh1{
		line-height: 1;
	}
}

@media screen and (max-width: 767px) {
	.webentry{
		width: 100%;
		padding: 0;
	}
	.webentry article{
		padding: 0 1.75rem;
		box-sizing: border-box;
	}
	.webentry .pconly{
		display: none;
	}
}


/* Form
============================== */
.form-webentry table {
	width: 100%;
	border-collapse: separate;
	border: 2px solid #e27500;
	border-radius: 4px;
	/* table-layout: fixed; */
}

.form-webentry table th,
.form-webentry table td {
	padding: 10px;
	border-left: 1px dotted #e27500;
	border-bottom: 1px solid #e27500;
	font-size: 14px;
	line-height: 31px;
	text-align: left;
	vertical-align: top;
}
.form-webentry table td:first-child {
  width: 200px;
}
.form-webentry table td:last-child {
  width: calc(100% - 200px);
}

.form-webentry table tr th,
.form-webentry table tr td:first-child {/*like th */
	max-width: 12em;
	border-left: none;
	background: #fbead9;
}

.form-webentry table tr td.btcell{
	text-align: center;
	background: #ffffff;
}

.form-webentry table tr td .require{
  margin-left: 0.5em;
}

.td_width15em {
width:15em;
}

.td_width80per {
	width:80%;
}
.td_width_short {
	width:calc(50%);
}
.td_width_long {
	width:calc(100% - 10em);
}

.form-webentry table tr td button{
	color:#ffffff;
	font-size: 14px;
	line-height: 31px;
	padding:0 1em;
  box-sizing: border-box;
  background: #E27500;
  border: none;
}
.form-webentry table tr td input[type=submit]{

	color:#E27500;
	font-size: 14px;
	line-height: 31px;
	padding:0 1em;
  box-sizing: border-box;
  background: #ffffff;
	border: 1px solid #E27500;
	box-sizing: border-box;
	width:200px;
	max-width: 100%;
	margin: 2em 0 4em;
}

.form-webentry table b {
	font-family: 'Noto Sans JP';font-weight: 500;
}


.form-webentry table tr:first-of-type > td:first-child,
.form-webentry table tr:first-of-type > th:first-child {
	border-radius: 4px 0 0 0;
}

.form-webentry table tr:first-of-type > td:last-child,
.form-webentry table tr:first-of-type > th:last-child {
	border-radius: 0 4px 0 0;
}

.form-webentry table tr:last-of-type > td:last-child,
.form-webentry table tr:last-of-type > th:last-child {
	border-radius: 0 0 4px 0;
}

.form-webentry table tr:last-of-type > td:first-child,
.form-webentry table tr:last-of-type > th:first-child {
	border-radius: 0 0 0 4px;
}

.form-webentry table tr:last-of-type > td,
.form-webentry table tr:last-of-type > th {
	border-bottom: none;
}


.form-webentry table td input[type="text"],
.form-webentry table td input[type="email"],
.form-webentry table td input[type="tel"],
.form-webentry table td input[type="password"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1% 0 0;
	padding: 6px;
	max-width: 99%;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
	background: none;
	box-shadow: none;
}

.form-webentry table td textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1% 0 0;
	padding: 3px 6px;
	max-width: 99%;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	line-height: 20px;
	background: none;
	box-shadow: none;
}

.error_message{
	color:#ff0000;
	font-size: 0.875rem;
}

.form_bottom,form[name=form1] input[type=submit]{
background-color:#e27500;
box-sizing: border-box;
    display: inline-block;
    width: auto;
    margin: 10px;
    padding: 5px 7em;
    border: none;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}

/* .form-webentry input[type=text], .form-webentry input[type=password]{
width:200px;
} */

.btarea{
  display: flex;
  justify-content: center;
  margin-top:48px;
}

.btarea .privacycheckgroup{
	margin-bottom: 1em;
	font-size: 14px;
}
.btarea .privacycheckgroup a{
	color: #E27500;
}

.btarea button,
.btarea input[type=submit] {
  color:#ffffff;
  font-size: 14px;
  width: 200px;
  padding: 8px;
  box-sizing: border-box;
  background: #E27500;
	border: none;
	margin-left: 20px;
}
.btarea button[disabled],
.btarea input[type=submit][disabled] {
	background: #cccccc;
}
.btarea button:first-child,
.btarea input[type=submit]:first-child {
	margin-left: 0;
}

.btarea button.whitebt,
.btarea input[type=submit].whitebt{
  color:#E27500;
	background: #ffffff;
	border:1px solid #E27500;
}

.form-webentry .btarea input[type=submit].disabled{
	background: rgb(185, 185, 185);
	pointer-events: none;
}

/* ==============================
   Smartphone
============================== */
@media screen and (max-width: 767px) {

	article header.ctn-content02 .content-inner .hdg-lv01-01 {
		font-size: 1.5rem;
	}


	/* Form
	============================== */

	.form-webentry table td input[type="text"],
	.form-webentry table td input[type="email"],
	.form-webentry table td input[type="tel"],
	.form-webentry table td input[type="password"],
	.form-webentry table td textarea {
		width: 100%;
	}
	.form-webentry table td select{
		max-width: 100%;
	}

	.form-webentry table {
		display:inline;
		border:none;
	}

	tbody {
		display:block;
	}

	.form-webentry form table tr{
		display:block;
	}

	.form-webentry table th,
	.form-webentry table td,
	.form-webentry table tr td:last-child {
		display:block;
		padding-bottom:10px;
		width:100%;
		box-sizing:border-box;
		border:none;
		background-color:none;
	}

	.form-webentry table tr th,
	.form-webentry table tr td:first-child {
		width: 100%;
		max-width: 100%;
		border-left: none;
		background: none;
		border-bottom:1px solid #E27500;
		padding-bottom:0;
		font-size: 18px;
	}
	/* .form-webentry table tr th{
		border: none;
		font-size: 18px;
	} */


}/* end @media screen and (max-width: 767px) */

.form-webentry .credit{
	border: #E27500 1px solid;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	text-align: center;
	overflow: auto;
}

.form-webentry .credit ul{
	display: block;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom:0.5em;
	width: 100%;
	min-width: 500px;
	box-sizing: border-box;
}
.form-webentry .credit ul li{
	display: flex;
	margin-bottom:0.5em;
}
.form-webentry .credit ul li .label{
	width: 12em;
	text-align: left;
}
.form-webentry .credit ul li .body{
	width: calc(100% - 12em);
	text-align: left;
}
.form-webentry .credit ul li .body input{
	width: 100%;
}
.form-webentry .credit button{
	margin-bottom:1em;
}
.form-webentry .credit .hide{
	display: none;
}

.form-webentry .credit .message{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0.5em;
	line-height: 1.5;
}
.form-webentry .credit .notice{
    text-align: left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0.5em;
	line-height: 1.5;
}
.form-webentry .credit ul li .notice{
	margin-left:0;
	margin-right:0;
}
.form-webentry .credit ul li .body input.securitycode{
	width:5em;
	text-align: center;
}
.form-webentry .credit .btsecuritycode_help{
	margin-left:1em;
	color: #E27500;
	cursor: pointer;
}
.form-webentry .credit .securitycode_help{
	font-size: 80%;
	border: #E27500 1px solid;
	background: #fbead9;
	border-radius: 3px;
	padding:1em;
	margin-top:1em;
	line-height: 1.5;
}

.form-webentry .credit input:-ms-input-placeholder{
	color: #dddddd;
}
.form-webentry .credit input::placeholder {
  color: #dddddd;
}

.form-webentry .passwordmessage{
	margin-left:1em;
}
@media screen and (max-width: 767px) {
	.form-webentry .credit{
		width: 100%;
		max-width: 100%;
	}
	.form-webentry .credit ul{
		width: 100%;
		max-width: 100%;
		min-width:0;
	}
	.form-webentry .credit ul li{
		display:flex;
		flex-direction: column;
	}
	.form-webentry .credit ul li .body {
			width:100%;
	}

}


/* complete
============================== */
.webentry.complete{
	margin-bottom:10em;
}
.webentry.complete .message{
	margin-bottom:8em;
}


@media screen and (max-width: 767px) {
	/* .webentry .progress{
		display: none;
	} */
	.webentry .progress{
		text-align: left;
		margin-top: calc(40 / 768 * 100vw);
	}
	.webentry .progress img{
		width: calc( 372 / 768 * 100vw );
	}
}
