@charset "utf-8";

/* POPUP HEADER
============================== */
#popup-header {
	padding: 11px 0 10px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

#popup-header h1 {
	margin: 0 auto;
	width: 720px;
}

#popup-header h1 img {
	width: 173px;
	height: 44px;
}

/* Form
============================== */
.form-body table:not([class]) {
	width: 100%;
	border-collapse: separate;
	border: 2px solid #e27500;
	border-radius: 4px;
}

.form-body table:not([class]) caption {
	font-size: 0.875rem;
	line-height: 1.75;
	font-family: 'Noto Sans JP';font-weight: 500;
}

.form-body table:not([class]) td {
	padding: 10px;
	border-left: 1px dotted #e27500;
	border-bottom: 1px solid #e27500;
	font-size: 0.875rem;
	line-height: 1.75;
	text-align: left;
	vertical-align: top;
}

.form-body table:not([class]) tr td:first-child {/*like th */
	max-width: 12em;
	border-left: none;
	background: #fbead9;
}

.td_width15em {
width:15em;
}


.form-body table:not([class]) b {
	font-family: 'Noto Sans JP';font-weight: 500;
}


.form-body table:not([class]) tr:first-of-type > td:first-child,
.form-body table:not([class]) tr:first-of-type > th:first-child {
	border-radius: 4px 0 0 0;
}

.form-body table:not([class]) tr:first-of-type > td:last-child,
.form-body table:not([class]) tr:first-of-type > th:last-child {
	border-radius: 0 4px 0 0;
}

.form-body table:not([class]) tr:last-of-type > td:last-child,
.form-body table:not([class]) tr:last-of-type > th:last-child {
	border-radius: 0 0 4px 0;
}

.form-body table:not([class]) tr:last-of-type > td:first-child,
.form-body table:not([class]) tr:last-of-type > th:first-child {
	border-radius: 0 0 0 4px;
}

.form-body table:not([class]) tr:last-of-type > td,
.form-body table:not([class]) tr:last-of-type > th {
	border-bottom: none;
}


.form-body table:not([class]) td input[type="text"]{
	-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;
	width: auto;
	max-width: 99%;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline: none;
	font-size: 0.875rem;
	line-height: 1;
	vertical-align: top;
	background: none;
	box-shadow: none;
}

.form-body table:not([class]) 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%;
	width: auto;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	outline: none;
	font-size: 0.875rem;/* 14px */
	line-height: 1.43;/* 20px*/
	background: none;
	box-shadow: none;
}

.form-body table.is-application {
	margin: 20px auto;
	width: 49%;
	border: none;
}

.form-body table.is-application td {
	padding: 20px;
	text-align: center;
}

.form-body table.is-application td input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 10px auto 0;
	padding: 5px 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	font-family: 'Noto Sans JP';font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #e27500;
	box-shadow: none;
	cursor: pointer;
}

.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; 30px;
    padding: 5px 7em;
    border: none;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}

.login_form{
/* width:610px; */
margin:auto;
}

.login_form td:first-child{
width:160px;
}

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


.login_form td{
padding-bottom:33px;

}

form[name=form1] input[type=submit].disabled{
	background: #9E9E9E;
	pointer-events: none;
}

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

#popup-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.75rem 1rem;
}

#popup-header h1 {
	width: auto;
}

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


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


.login_form{
width:100%;
}

.form-body table:not([class]) td input[type="text"],
.form-body table:not([class]) td textarea {
	width: 100%;
}

.form-body table.is-application {
	width: 100%;
}
#form-entry.form-body table.is-application tr:first-child,
.form-body table.is-application tr td {
	padding: 0;
	display: block;
	width:100%;
}

.form-body table.is-application td input[type="submit"] {
	padding: 10px 0;
	font-size: 1rem;
}


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


.form_bottom{
width:100%;
margin-left:0;
}

form.login_form table,.form-body table:not([class]) {
display:inline;
border:none;

}

tbody {
display:block;
}

form.login_form,form.form-body table tr{
display:block;
}
#form-entry tr:first-child {
    display:none;
}




form.login_form>table td,.form-body table:not([class]) td {
display:block;
padding-bottom:10px;
width:100%;
box-sizing:border-box;
border:none;
background-color:none;
}

.login_form td:first-child{
width:100%;
display: block;
}
.login_form td{
padding-bottom:10px;
width:100%;
display: block;
}



.form-body table:not([class]) tr td:first-child {
    max-width: 100%;
    border-left: none;
    background: none;  
    border-bottom:1px solid #E27500;
    padding-bottom:0;
}

.login_form input[type="text"]{
width:100%;
}

form[name=form1] input[type="text"]{
width:100%;
}

.login_form input[type="radio"],.login_form input[type="checkbox"]{
width:1em;
}

.login_form input[type=text],.login_form input[type=password]{
width:100%;
}


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