@charset "utf-8";


/* ## reset ## */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}

button, input, select, textarea { font-family: 'Noto Sans JP', sans-serif;}

input:disabled{background-color: #DEDEDE!important;cursor:default;}

select:disabled{ background: #DEDEDE;}


/**テキストエリア**/
.label-ip{ display: block;}
[class*="TAwid"]{ display: inline-block!important; min-width: 8em; margin-right:0.5em;}
[class*="TAwid"][class*="_5ps"]{}
[class*="TAwid"][class*="_5p"]{ width: 5%!important; min-width: 100px;}
[class*="TAwid"][class*="_5ps"]{ width: 5%!important; min-width: 70px;}

[class*="TAwid"][class*="_10p"]{ width: 10%!important; }
[class*="TAwid"][class*="_15p"]{ width: 15%!important; }
[class*="TAwid"][class*="_20p"]{ width: 20%!important; }
[class*="TAwid"][class*="_25p"]{ width: 25%!important; }
[class*="TAwid"][class*="_40p"]{ width: 40%!important; }
[class*="TAwid"][class*="_50p"]{ width: 50%!important; }
[class*="TAwid"][class*="_75p"]{ width: 75%!important; }
[class*="TAwid_"] + span{ margin-left: 1em;}

.label-ip + .label-ip{ margin-left: 1em;}

input[type='text'].txt-regit,
textarea.txt-regit{
	width: 100%;
	padding: 0.75em 1em;
	transition: 0.2s;
	border: 1px solid #c1c1c1;
	border-radius: 0.4em;
	background-color: #FFFFFF;
	font-size: 1rem;
}
textarea.txt-regit{min-height: 10rem;}
input[type='text'].txt-regit::placeholder,
textarea.txt-regit::placeholder
{ color:#aaaaaa;}
input[type='text'].txt-regit:focus,
textarea.txt-regit:focus
{ outline: none; box-shadow: 0 0 5px 1px rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);}

input[type='text'][readonly="readonly"]:focus{box-shadow: 0 0 0 0 rgba(0,0,0,0.20);}

input[type='password'].txt-regit {
	width: 100%;
	padding: 1em 1.5em;
	transition: 0.2s;
	border: 1px solid #ccc;
	border-radius: 0.4em;
	background-color: #FFFFFF;
	font-size: 1rem;
}
input[type='password'].txt-regit::placeholder{ color:#aaaaaa;}
input[type='password'].txt-regit:focus { outline: none;	box-shadow: 0 0 5px 1px rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);}

input[type='tel'].txt-regit {
	width: 100%;
	padding: 1em 1.5em;
	transition: 0.2s;
	border: 1px solid #ccc;
	border-radius: 0.4em;
	background-color: #FFFFFF;
	font-size: 1rem;
}
input[type='tel'].txt-regit::placeholder{ color:#aaaaaa;}
input[type='tel'].txt-regit:focus { outline: none;	box-shadow: 0 0 5px 1px rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);}

input[type='email'].txt-regit {
	width: 100%;
	padding: 1em 1.5em;
	transition: 0.2s;
	border: 1px solid #ccc;
	border-radius: 0.4em;
	background-color: #FFFFFF;
	font-size: 1rem;
}
input[type='email'].txt-regit::placeholder{ color:#aaaaaa;}
input[type='email'].txt-regit:focus { outline: none;	box-shadow: 0 0 5px 1px rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);}

input[type='number'].txt-regit {
	width: 100%;
	padding: 1em 1.5em;
	transition: 0.2s;
	border: 1px solid #ccc;
	border-radius: 0.4em;
	background-color: #FFFFFF;
	font-size: 1rem;
}
input[type='number'].txt-regit::placeholder{ color:#aaaaaa;}
input[type='number'].txt-regit:focus { outline: none;	box-shadow: 0 0 5px 1px rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.20);}

/**カレンダー周り**/
.calender_icon input[type='text']{
	background-image: url(../img/icon_calender.svg);
	background-repeat: no-repeat;
	background-size: 1.2em auto;
	background-position: right 1em center;
	padding-right: 1em;
}
/**jqueryUI上書き**/
.ui-datepicker .ui-datepicker-title select{
	border-radius: 0.4em;
	padding: 0.5em;
	background-color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top: 0px;
	margin: auto;
	bottom: 0px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	width: 40%;
}
.ui-datepicker select.ui-datepicker-year{
	margin-right: 2%;
}
.ui-datepicker select.ui-datepicker-month{
	margin-left: 8%;
}
.ui-datepicker .ui-datepicker-title{
	font-weight: normal;
}


/* チェックボックス */

input[type=checkbox] {
    display: none;
}
.checkbox-regist {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 0.75em 0.5em 1.75em;
    position: relative;
    width: auto;
}
.checkbox-regist::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.2em;
    content: '';
    display: block;
    height: 1em;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1em;
}
.checkbox-regist::after {
	border-right: 4px solid var(--color-red);
	border-bottom: 3px solid var(--color-red);
	content: '';
	display: block;
	height: 1em;
	left: 0.3em;
	margin: auto;
	opacity: 0;
	position: absolute;
	top:0;bottom:0.5em;	
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .1s ease-in-out, opacity .1s ease-in-out;
	width: 0.5em;
}
input[type=checkbox]:checked + .checkbox-regist::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox-regist::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}

/* ラジオボタン */
input[type=radio] {
    display: none;
}
.radio-regist {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 1.75em;
    position: relative;
    width: auto;line-height: 1.4;
}
.radio-regist::before {
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top:10px;
    width: 16px;
}
.radio-regist::after {
	background-color: var(--color-red);
	border-radius: 50%;
	content: '';
	display: block;
	height:12px;
	width:12px;
	left:3px;
	opacity: 0;
	position: absolute;
	top:13px;
	transform: scale3d(.3,.3,1);
	transition: transform .1s ease-in-out, opacity .1s ease-in-out;
}
input[type=radio]:checked + .radio-regist::before {
    border-color: #666;
}
input[type=radio]:checked + .radio-regist::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}
/**セレクトボックスs**/

select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}
.select-regit {
	width: 100%;
	transition: 0.2s;
	border: 1px solid #ccc;
	border-radius:  0.4em;
	background-color: #FFFFFF;
	font-size: 1rem;
	position: relative;
}
.select-regit::before {
	position: absolute;
	right: 0.75em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.4em solid #9A9A9A;
	margin-top: auto;
	margin-bottom: auto;
	pointer-events: none;
	top: 0;
	bottom: 0;
}
.select-regit select {
	padding: 0.75em 1em;
	font-size: 1rem;
}
.select-regit select:focus {

}

.select-regit select > option{
	background-color: #FFFFFF;
	color: #000000;
}
.select-regit select > option[hidden]{
	color: #aaaaaa;
}

.error_box{
	color: var(--color-red);
	border: 1px solid var(--color-red);
	padding: 1em 1.5em;
	text-align: left;
	margin-bottom: 2em;
}
.error_box strong{
	color: var(--color-red);
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}
.error_box ul li{
	margin-left: 1em;
	text-indent: -1em;
	padding-bottom: 0.4em;
	font-size: 0.75rem;
	line-height: 1.4em;
}
.error_box ul li:before{ content:"■";}

/* ##### responsive ##### */
@media screen and (max-width: 760px) {
.radio-regist {line-height:2.4;}

/**テキストエリア**/
[class*="TAwid"][class*="-full"]{ width: 100%!important; }

}