@charset "UTF-8";

/************************************************/
/* moushikomi-2 上　*/
/************************************************/

/*入力項目リセットタグ
-----------------------------------------*/
section.f_moushikomi-2 {
	margin:0 0 1em;
}
form.tel-check-form_mo1 button,
form.tel-check-form_mo1 option,
form.tel-check-form_mo1 select,
form.tel-check-form_mo1 textarea,
form.tel-check-form_mo1 input[type="tel"],
form.tel-check-form_mo1 input[type="button"],
form.tel-check-form_mo1 input[type="submit"],
form.tel-check-form_mo1 input[type="number"],
form.tel-check-form_mo1 input[type="email"],
form.tel-check-form_mo1 input[type="tel"],
form.tel-check-form_mo1 input[type="text"],
form.tel-check-form_mo1 input[type="option"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: 0;
    margin: 0;
    background: #FFFBD5;
	height: 30px;
}

form.tel-check-form_mo1 input[type="button"]{
    background: #ADADAD !important;
    border-radius: 4px !important;
    border:solid 1px #ADADAD;
    color:#fff;
    cursor:pointer;
}
form.tel-check-form_mo1 input[type="submit"]{
    background: #FF4343 !important;
    border-radius: 4px !important;
    border:solid 1px #FF1919;
    color:#fff;
    cursor:pointer;
    width:45%;
    padding:.5em;
    font-weight:bold;
    font-size:1em;
}
	
form.tel-check-form_mo1 input[type="select"] {
border:solid 1px #c0c0c0 !important;
}
form.tel-check-form_mo1 .form__wrap_top {
  width: 100%;
	background: #043786;
	background-size: cover;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
}
form.tel-check-form_mo1 .form__wrap_top .form_title{
text-align: center;
}
form.tel-check-form_mo1 .form_area_wrap {
  padding: 18px;
  background: #FFF;
}

form.tel-check-form_mo1 .form__wrap_top table{
width:100%;
	padding:2px 0 4px;margin-top:4px;
}

form.tel-check-form_mo1 .form__area1{
float: left;
}

form.tel-check-form_mo1 .form__area2{
float: right;
}

.form__wrap_top table{
width:100%;
border-spacing: 3px;
}

form.tel-check-form_mo1 .form__wrap_top table tr {
  width: 100%;
}
form.tel-check-form_mo1 .form__wrap_top table th{
    width: 11.2em;
    text-align: left;
    font-weight: normal;
    padding: 0 5px;
    height: 24px;
    padding-left: 30px;
    text-indent: -30px;
    padding-right: 0;
}
form.tel-check-form_mo1 .form__wrap_top .moushikomi_area_wrap th {
  width: 8.2em!important;
}
form.tel-check-form_mo1 .form__wrap_top table td{
height: 26px;
	padding:2px 0 1px;
}

form.tel-check-form_mo1 .check_box input{
	height: 16px;
	width: auto;
}

form.tel-check-form_mo1 input {
  border: 1px solid #A6A6A6;
  width: 100%;
  box-sizing: border-box;
  height: 26px;
  padding-left: 5px;
}
form.tel-check-form_mo1 input:focus {
  background-color: #FFE2E2;
}
form.tel-check-form_mo1 .btn__area {
  clear: both;
  padding: 0 auto;
  margin: 0 auto;
  text-align: center;
}
form.tel-check-form_mo1 .btn_moushikomi {
  background: none;
  border: none;
height: auto;
}
form.tel-check-form_mo1 .btn__area_wrap {
  background: #FFF;
  padding:5px 6px;
	margin-top: 4px;
}
form.tel-check-form_mo1 .btn_moushikomi:hover {
  cursor: pointer;
  opacity: 0.6;
}
form.tel-check-form_mo1 .jikan_select {
  width: 100%;
  height: 26px;
}
form.tel-check-form_mo1 select {
    /*margin-top: 2px;*/
    padding-left: 3px;
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    background-color: #FFFBD5;
}
form.tel-check-form_mo1 input[type="checkbox"],
form.tel-check-form_mo1 input[type="radio"],
form.tel-check-form_mo1 input[type="text"]{
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
	height: 30px;
}


/*必須・任意
------------------------*/
form.tel-check-form_mo1 .form__wrap_top table th span{
	color: #FFF;
	border-radius: 3px;
	background: #FF4AA8;
	padding: 2px 3px;
	font-size:10px;
	margin: 0 5px 0 0;
}

form.tel-check-form_mo1 .form__wrap_top table th span.any{
	color: #FFF;
	border-radius: 3px;
	background: #3688ff!important;
	padding: 2px 3px;
	font-size:10px;
	margin: 0 5px 0 0;
}


/*入力例
-------------------------*/
form.tel-check-form_mo1 input::-webkit-input-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height: 12px;
height: 12px;*/

}
form.tel-check-form_mo1 input:-moz-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height: 12px;*/
}
form.tel-check-form_mo1 input::-moz-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height: 12px;*/
}
form.tel-check-form_mo1 input:-ms-input-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height:12px;*/
}
form.tel-check-form_mo1 input.field,
form.tel-check-form_mo1 input.w02 {
background: #fffbd5;
display:block;
}

form.tel-check-form_mo1 input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
	width: auto;
	height: auto;
}







form.tel-check-form_mo1 p.message-error_mo1 {
	  position:relative;
	margin-bottom:-9px;
	}
form.tel-check-form_mo1 p.message-error_mo1 .error {
  display: block;
  margin: 8px 0 0 -6px;
  padding: .2em 0;
  color: #000;
  font-size: 13px;
	line-height: 1.5;
	font-weight:normal;
  position:absolute;
  background: #FFED0D;
	border:none;
  border-radius: 4px;
  padding:3px .7em 3px 1em;
  width:auto;
  max-width:13.6em;
  text-align:left;
  filter: drop-shadow(1px 1px 0px #ccc); 
  z-index: 11;
} 
form.tel-check-form_mo1 p.message-error_mo1 label{
  position: relative;
}
form.tel-check-form_mo1 p.message-error_mo1 label:before {
  content: "\f06a";
  font-family:"Font Awesome 5 Free";
  font-weight:bold;
  color:red;
  font-size:13px;
  display:inline-block;
  margin-right:3px;
}
form.tel-check-form_mo1 p.message-error_mo1 .error:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFED0D;
  z-index: 200002;
} 






/************************************************/
/* moushikomi-2 下　*/
/************************************************/

/*入力項目リセットタグ
-----------------------------------------*/
section.f_moushikomi-2 {
	margin:0 0 1em;
}
form.tel-check-form_mo2 button,
form.tel-check-form_mo2 option,
form.tel-check-form_mo2 select,
form.tel-check-form_mo2 textarea,
form.tel-check-form_mo2 input[type="tel"],
form.tel-check-form_mo2 input[type="button"],
form.tel-check-form_mo2 input[type="submit"],
form.tel-check-form_mo2 input[type="number"],
form.tel-check-form_mo2 input[type="email"],
form.tel-check-form_mo2 input[type="tel"],
form.tel-check-form_mo2 input[type="text"],
form.tel-check-form_mo2 input[type="option"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: 0;
    margin: 0;
    background: #FFFBD5;
	height: 30px;
}

form.tel-check-form_mo2 input[type="button"]{
    background: #ADADAD !important;
    border-radius: 4px !important;
    border:solid 1px #ADADAD;
    color:#fff;
    cursor:pointer;
}
form.tel-check-form_mo2 input[type="submit"]{
    background: #FF4343 !important;
    border-radius: 4px !important;
    border:solid 1px #FF1919;
    color:#fff;
    cursor:pointer;
    width:45%;
    padding:.5em;
    font-weight:bold;
    font-size:1em;
}
	
form.tel-check-form_mo2 input[type="select"] {
border:solid 1px #c0c0c0 !important;
}
form.tel-check-form_mo2 .form__wrap_top {
  width: 100%;
	background: #043786;
	background-size: cover;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
}
form.tel-check-form_mo2 .form__wrap_top .form_title{
text-align: center;
}
form.tel-check-form_mo2 .form_area_wrap {
  padding: 18px;
  background: #FFF;
}

form.tel-check-form_mo2 .form__wrap_top table{
width:100%;
	padding:2px 0 4px;margin-top:4px;
}

form.tel-check-form_mo2 .form__area1{
float: left;
}

form.tel-check-form_mo2 .form__area2{
float: right;
}

.form__wrap_top table{
width:100%;
border-spacing: 3px;
}

form.tel-check-form_mo2 .form__wrap_top table tr {
  width: 100%;
}
form.tel-check-form_mo2 .form__wrap_top table th{
    width: 11.2em;
    text-align: left;
    font-weight: normal;
    padding: 0 5px;
    height: 24px;
    padding-left: 30px;
    text-indent: -30px;
    padding-right: 0;
}

form.tel-check-form_mo2 .form__wrap_top table td{
height: 26px;
	padding:2px 0 1px;
}

form.tel-check-form_mo2 .check_box input{
	height: 16px;
	width: auto;
}

form.tel-check-form_mo2 input {
  border: 1px solid #A6A6A6;
  width: 100%;
  box-sizing: border-box;
  height: 26px;
  padding-left: 5px;
}
form.tel-check-form_mo2 input:focus {
  background-color: #FFE2E2;
}
form.tel-check-form_mo2 .btn__area {
  clear: both;
  padding: 0 auto;
  margin: 0 auto;
  text-align: center;
}
form.tel-check-form_mo2 .btn_moushikomi {
  background: none;
  border: none;
height: auto;
}
form.tel-check-form_mo2 .btn__area_wrap {
  background: #FFF;
  padding:5px 6px;
	margin-top:4px;
}
form.tel-check-form_mo2 .btn_moushikomi:hover {
  cursor: pointer;
  opacity: 0.6;
}
form.tel-check-form_mo2 .jikan_select {
  width: 100%;
  height: 26px;
}
form.tel-check-form_mo2 select {
    /*margin-top: 2px;*/
    padding-left: 3px;
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
    background-color: #FFFBD5;
}
form.tel-check-form_mo2 input[type="checkbox"],
form.tel-check-form_mo2 input[type="radio"],
form.tel-check-form_mo2 input[type="text"]{
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
	height: 30px;
}


/*必須・任意
------------------------*/
form.tel-check-form_mo2 .form__wrap_top table th span{
	color: #FFF;
	border-radius: 3px;
	background: #FF4AA8;
	padding: 2px 3px;
	font-size:10px;
	margin: 0 5px 0 0;
}

form.tel-check-form_mo2 .form__wrap_top table th span.any{
	color: #FFF;
	border-radius: 3px;
	background: #3688ff!important;
	padding: 2px 3px;
	font-size:10px;
	margin: 0 5px 0 0;
}


/*入力例
-------------------------*/
form.tel-check-form_mo2 input::-webkit-input-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height: 12px;
height: 12px;*/

}
form.tel-check-form_mo2 input:-moz-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height: 12px;*/
}
form.tel-check-form_mo2 input::-moz-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height: 12px;*/
}
form.tel-check-form_mo2 input:-ms-input-placeholder {
 color: #A3A3A3;
 font-size:12px;
/*line-height:12px;*/
}
section.f_areacheck-2 input.field,
section.f_areacheck-2 input.w02 {
background: #fffbd5;
display:block;
}

form.tel-check-form_mo2 input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
	width: auto;
	height: auto;
}
form.tel-check-form_mo2 p.message-error_mo2 {
	  /*position:relative;*/
	margin-bottom:-9px;
	}
form.tel-check-form_mo2 p.message-error_mo2 .error {
  display: block;
 margin: 8px 0 0 -6px;
  padding: .2em 0;
  color: #000;
  font-size: 13px;
	line-height: 1.5;
	font-weight:normal;
  position:absolute;
  background: #FFED0D;
	border:none;
  border-radius: 4px;
  padding:3px .7em 3px 1em;
  width:auto;
  max-width:13.6em;
  text-align:left;
  filter: drop-shadow(1px 1px 0px #ccc); 
  z-index: 11;
} 
form.tel-check-form_mo2 p.message-error_mo2 label{
  position: relative;
}
form.tel-check-form_mo2 p.message-error_mo2 label:before {
  content: "\f06a";
  font-family:"Font Awesome 5 Free";
  font-weight:bold;
  color:red;
  font-size:13px;
  display:inline-block;
  margin-right:3px;
}
form.tel-check-form_mo2 p.message-error_mo2 .error:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFED0D;
  z-index: 200002;
} 

/* add 
-------------------------*/
.btn__area_wrap .btn__area {
	width:90%;
}

tr.table_add_notes th {
	margin:0;padding:0;
	line-height: 1;
	height:16px !important;
}
tr.table_add_notes th p{
	margin:0;padding:0;
	line-height: 1.2;
	text-align:right;
	font-size:11px;
	color:red;
}


