body {
	background-color:white;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	color: #333333;
	font-weight: 600;
    font-size:16px;
}

#all {
	max-width:1020px;
	margin : 0 auto;
	background-color:white;
	width:95%;
	min-height: 100vh;
    position: relative;
}
#main_title {
	width:100%;
	text-align:center;
	font-size:1.5em;
	margin : 0px;
	padding-top: 0px;
}
.p_text{
	margin: 50px auto 0px auto;
	font-size: 20px;
	padding-left: 5px;
	background-color: gainsboro;
}
.all_enq_form {
	width: 85%;
	margin: 0px auto;
}

#sub_title {
	margin: 40px auto;
	width: 90%;
}
#sub_title h2{
	margin-bottom:0px;
}
#sub_title p{
	margin-top:5px;
	font-size: 16px;
    font-weight: 500;
}
.div_fields_list{
//	margin: 0px auto 30px auto;
	display:-webkit-flex;
	padding:10px 5px 20px;
}
div.input_div{
	width:60%;
}
.field_name_div{
	line-height: 30px;
	margin: 0px 5%;
	width:30%;
	font-size: 17px;
/*	border-top: solid 1px #b5b1b1;*/
//	padding-top: 20px;
}
select,input[type="text"],input[type="password"],textarea{
	font-size: 1.0em;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 34px;
    padding: 6px 10px;
    box-sizing: border-box;
}
input[type="radio"],input[type="checkbox"]{
	font-size: 1.0em;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
}

textarea {
	height: 100px;
}
li {
	margin: 10px auto;
	list-style: none;
}
ul {
	margin:auto;
	padding-left: 1px;
}
ul input{
	margin-right: 20px;
	width: 16px;
	height: 25px;
	vertical-align: bottom;
}
#submit_div{
	width: 40%;
	margin: 10px auto 60px;
	text-align: center;
	font-size: 1.2em;
	height: 120px;
}
.p_error_text{
	color:red;
	font-weight: bold;
	margin: inherit;
}

.r_sty{
	font-size: 1.5em;
    margin-left: 22pt;
    background-color: #fff7cc;
    padding: 20px;
    width: 90%;
}
.setumon{
	display: block;
    margin-top: 15px;
}

/*追加*/

#other{
    height: 150px;
}
.Exh_Request_Form_inputClass{
	width:450px;
	color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 34px;
    padding: 6px 10px;
    box-sizing: border-box;
}
.Exh_Request_Form_inputClass_txtarea{
	width:450px;
	height:150px;
}

.mustFields{
    border-radius: 0.25em;
    color: #fff;!important
    display: inline;
    font-size: 60%;
    padding: 0.2em 0.6em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin-left: 5px;
    background-color: red;
}

.mustNotFields{
    border-radius: 0.25em;
    color: #fff;!important
    display: inline;
    font-size: 60%;
    padding: 0.2em 0.6em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin-left: 5px;
    background-color: #777777;
}

#gonext{
	width: 200px;
    margin-top: 10%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #d78989;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #adadad;
    cursor: pointer;
}
#gonext span{
	color: #d78989;
}
#confirm_comp_button{
	width: 100%;
    max-width: 150px;
	padding: 5px 0;
	border: 1px solid #d78989;
    background: #d78989;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #adadad;
    cursor: pointer;
}
#confirm_comp_button span{
	color: white;
}
.ui-button-text{
	color:white;
}
#confirm_back_button{
	width: 100%;
    max-width: 150px;
    padding: 5px 0;
    border: 1px solid #d78989;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #adadad;
    cursor: pointer;
}

#confirm_back_button span{
	color:#d78989;
}

#Family_Name{
	min-width:216px;
}
#First_Name{
	min-width:216px;
}
#Family_Name_kana{
	min-width:216px;
}
#First_Name_kana{
	min-width:216px;
}
#div_of_input_npos{
	font-weight: 500;
}
#div_of_input_exh_area{
	font-weight: 500;
}

/*ここからconfirm用*/
#confirm_subtitle_div{
//	font-size: 2em;
	text-align: center;
//	margin-top: 50px;
}
.confirm_p_text{
	margin: 50px auto 0px auto;
	font-size: 1.5em;
	padding-left: 5px;
	width: 50%;
}
.eachLine{
	font-size: 1.0em;
    margin-left: 14px;
    line-height: 30px;
/*    border-left: solid 5pt #e4e4e4;*/
    padding-left: 7px;
}
#confirm_comp_div{
	text-align: center;
	margin: 50px auto;
	float: right;
	width: 49%;
}
#confirm_back_div{
	text-align: center;
	margin: 50px auto;
	width: 49%;
}
.conf_div_fields_list{
	display: -webkit-flex;
    padding: 0px 5px 0px;
}

.confirm_field_name_div {
    line-height: 28px;
    font-size: 1.0em;
    padding:0 0 10px 0;
    width: 30%;
    min-width: 250px;
    margin: 10px 0;
}



/*ここからregister用*/

#register {
	text-align: center;
    padding-bottom: 70px;
/*    padding-top: 70px;*/
}
#rgstr_comp{
	text-align: left;
    padding-top: 20px;
}
/*デバイスの横幅が1000px以下の場合*/
@media only screen and (max-width: 1000px) {
	.all_enq_form {
		width: 95%;
		margin: 0px auto;
	}
	.div_fields_list{
		display:flow-root;
		padding:0px;
	}
	.field_name_div {
	    line-height: 28px;
	    font-size: 1em;
	    margin: 20px auto;
	    padding: 5px 1%;
	    width: 97%;
	    background: #fcdfcd;
	}
	#sub_title p {
		margin-top: 5px;
    	font-size: 16px;
    }
    
    .LIKEHEADINSIDE{
		font-size: 1em!important;
	}
    
    
/*
	#Family_Name{
		max-width:45%;
		min-width:44%;
	}
	#First_Name{
		max-width:45%;
		min-width:44%;
	}
	#Family_Name_kana{
		max-width:45%;
		min-width:44%;
	}
	#First_Name_kana{
		max-width:45%;
		min-width:44%;
	}
*/
/*	.sp_mbil_br{
    	font-size: 1.6em;
	}*/
	.sp_mbilPref_mrg{
    	font-size: 0.9em;
	}
	#gonext{
		width: 80%;
    	height: 50%;
    	margin-top: 0;
	}
	.mustFields{
		font-size: 45%;
	}
	
	div.input_div{
    	/*width: initial!important;*/
    	padding: 5px 1%;
	    width: 97%;
	}
	.block_of_flex {
		display: block!important;
	}
	li.tedq {
		margin-left: 0px!important;
	}
	#submit_div {
    	width: 60%;
    	height: 75px;
	}

/*ここからconfirm用*/
	li.tedq2{
		float: left;
	    width: 95%;
	    margin-left: 20px;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}
	li.tedq3{
		float: left;
	    width: 48%;
	    max-width:330px;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}
	li.tedq4{
		float: left;
	    width: 32%;
	    max-width:246px;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}	
	
	#main_title{
/*		margin:0px -7.5%;*/
	}
	.confirm_p_subtitle_text{
		font-size: 30px;
	}
	#tabl_confirm{
		font-size: 20px;
	}
	.eachLine{
		font-size:18px;
	    line-height: 27px;
	    padding: 10px 0 10px 7px;
	    width: 90%;
	    margin: 0 auto;
	}
	#confirm_back_div {
	    text-align: center;
	    margin: 50px auto;
	    float: left;
	    width: 49%;
	    font-size: 20px;
	}
	#confirm_comp_div{
		text-align: center;
		margin: 50px auto;
		float: right;
		width: 49%;
	    font-size: 20px;
	}
	#confirm_subtitle_div{
		font-size: 30px;
		text-align: center;
		margin-top: 50px;
	}
	.confirm_p_text{
		margin: 50px auto 0px auto;
		font-size: 20px;
		padding-left: 5px;
		width: 50%;
	}
	.conf_div_fields_list{
		display: initial;
    	padding: 0px;
	}
	.confirm_field_name_div {
	    line-height: 28px;
	    font-size: 20px;
	    padding: 15px;
	    width: 90%;
	    margin: 10px auto 10px auto;
	    border: solid 2px #ebebec;
	    background: #ebebec;
	}
	.ui-button-text-only .ui-button-text {
    	padding: 10px;
	}
	
	
	
/*ここからregister用*/
	#register {
		text-align: center;
	    padding-bottom: 70px;
/*	    padding-top: 70px;*/
	    font-size:30px;
	}

}

.autohide{
	display:none;
}

/**  いか、　ふるい　css.css　からの移転　　 */

div.subtitle{
	text-align:left:
	font-weight:bolder;
	font-size:16px;
	background-color:navy;
	color:white;
	padding:3px;
}
div.error_page{
	margin:20px;
	width:60%;
	padding:10px;
	font-size:18px;
	border:2px solid red;
	background-color:white;
}
div.ERROR_ANNOUNCE{
	font-weight: bolder;
	color: #c00;
	font-size:20px;
	padding:10px;
	width:80%;
	text-align:left;
	background-color:lightyellow;
}

div.ERROR_ANNOUNCE_oprtMNG{
	font-weight: bolder;
	color: #c00;
	font-size:20px;
	margin:20px;
	text-align:left;
	line-height:25px;
	background-color:lightyellow;
}



.oddorevn0{
	background-color:#fafafa;

}
.oddorevn1{
	background-color:#efefef;

}

.oddorevn0_enq{
	background-color:#f6fcff;
}
.oddorevn1_enq{
	background-color:#e5f4fc;
}

div.just_info{
	margin:0px 0px 20px 0px;
	padding:15px;
	width:80%;
	border:1px solid silver;
	text-align:left;
	background-color:white;
}
input.compo_inputRight{
	text-align:right;
	padding-right:1px;
}

div.header_footerbox{
	padding: 0px;
	background-color:silver;
	position:relative;
	height:50px;
	width:50%;
}
div.qrcode{
	margin:10px;
	border:1px solid gray;
	padding:10px;
	vertical-align:middle;
	text-align:center;
}
.big_btn{
	font-size:20px;
	font-weight:bolder;
}
p.enq_intro{
	margin: 20px 0px;
	background-color: silver;
	color:black;
	width:80%;
	padding: 5px 10px;
	font-weight:bolder;
}
.hide_on_load{
/*	visibility:hidden  */
}
div.registform_logo{
	background: none; 
	margin:0;
	padding:0;
	text-align:center;
	height:auto;
}
div.registform_logo img{
//	height:112px;
    margin: 0px auto;
    width: 100%;
    max-width: 1017px;

	margin:0px auto;
//	max-width: 900px;
//    width: 100%;
}
#footerContent{
	font-family: Helvetica,sans-serif;
	font-size:14px;
	color:white;
	background: #a5a5a5;
    line-height: 14px;
    padding: 10px 20px;
}
#copyright{
	display:inline;
	margin-left:150px;
}
#notification{
	display:inline;
	color:white;
	margin-left:200px;
}

.block_of_flex{
	display:flex;
}
.block_of_flex div{
	font-size:0.9em;
}
.textboxW250{
	width:50%;
}
.textboxW363{
	width:75%;
}
#ok_npos2addr{
    background-color: #c24040;
    color: white;
    padding: 2px 5px;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 5px;

}
li.tedq{
/*	float: left;*/
    width: 88%;
    margin-left: 20px;
    position: relative;
    height: fit-content;
    text-indent: -40px;
    padding-left: 40px;
/*    vertical-align: top;*/
	vertical-align: bottom;

}
li.tedq2{
	float: left;
    width: 45%;
    max-width:498px;
    margin-left: 20px;
    position: relative;
    height: fit-content;
    vertical-align: top;
}

li.tedq3{
	float: left;
    width: 31%;
    max-width:330px;
    margin-left: 1%;
    position: relative;
    height: fit-content;
    vertical-align: top;
}
li.tedq4{
	float: left;
    width: 24%;
    max-width:246px;
    margin-left: 1%;
    position: relative;
    height: fit-content;
    vertical-align: top;
}

div#whole_enq_form ul li label{
	max-width: 95% ! important;
	font-weight: 500 ! important;
/*    padding-left: 22px;	*/
}
div#whole_enq_form ul li.tedq2 label,div#whole_enq_form ul li.tedq3 label{
	max-width: 90% ! important;
	font-weight: 500 ! important;
}
div#whole_enq_form input.ui-button {
    vertical-align: inherit;
}

#maskA1{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}
#dialogA1Box{
    position: fixed;
    width: 80vw;
    height: 80vh;
    z-index: 10000;
    background: #374e79;
    color: white;
    top: 50%;
    padding: 20px;
    text-anchor: end;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1200px;
}
#dialogA1Box.errorDisp{
	background: #fff2bc;
	color:black;
}

.LIKEHEADINSIDE{
	font-size: 2em;
	color: black;
	border-bottom: 2px solid #a5a5a5;
	line-height: 31px;
}

/* 2022/01/27 tgw */

#FuriFamily_Name{
	min-width: 216px!important;
}
#FuriFirst_Name{
	min-width: 216px!important;
}
#EnFamily_Name{
	min-width: 216px!important;
}
#EnFirst_Name{
	min-width: 216px!important;
}
#div_of_furifirstName{
//	margin-left: -15px!important;
}

#atn_email{
	margin: auto;
}

#atn_psw{
	margin: auto;
	display: contents;
}

#psw_msg{
	margin: auto;
}



/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {
	#div_of_furifirstName {
    	margin-left: initial!important;
	}
}
