﻿/* style ADD  */


.rc{
	float: none;
}
.dtable1110{
  width: 100%;
  border-radius: 4px;
  background-color: #fff;

}
.dtable1110 dl {
  width: 100%;
  display: flex;
  justify-content: start;
  font-size: 1.1em;
}

.dtable1110 dl dt {
  padding: 12px 0 !important;
  display: flex;
  align-items: center;
  width: 18%;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.dtable1110 dl dd {
  padding: 12px 0 !important;
  width: 82% !important;
  font-weight: 400;
}
.dtable1110 dl.pc-col-2 dt {
  width: 36% !important;
}
.dtable1110 dl.pc-col-2 dd {
  width: 64% !important;
}
@media (max-width: 1280px) {
	.dtable1110 dl {
	  display: block;
	}
	.dtable1110 dl dt {
	  padding: 18px 0 0 !important;
	  width: 100%;
	}
	.dtable1110 dl dd {
	  padding: 0 0 12px !important;
	  width: 100% !important;
	  display: block;
	}
}
.dtable1110 dl dd input,
.dtable1110 dl dd textarea,
.dtable1110 dl dd select,
.loginWrap input:not([type="checkbox"]) {
	border: 1px solid #a1a2a8;
	background: #f3f4f6;
	border-radius: 5px;
	margin: 9px 5px 9px auto;
}
.loginWrap input[type="checkbox"] {
	border: 1px solid #a1a2a8;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	margin-right: 8px;
}
.dtable1110 dl dd input.w100,
.dtable1110 dl dd textarea.w100 {
	width: 100%;
	max-width: 934px;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  padding: 0.9rem 1.1rem 1rem;
  font-size: 1.1rem;
}
[type='date'] {
  font-size: .9em;
}
@media (max-width: 1024px) {
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
		font-size: 16px;
	}
	[type='date'] {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	[type='date'] {
 		 padding: 0.7rem;
	}
}
.loginWrap button {
	background: #6775f5;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 26px;
	display: block;
}
.loginWrap button:hover{
	opacity: .7;
}
.loginWrap .active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: #6775f5;
}
.loginWrap .hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: #6775f5;
}
.loginWrap svg.w-16 {
    width: 5rem;
}
.loginWrap svg.h-16 {
    height: 5rem;
}

.w1110 {
  width: 1108px;
}
.number{
  text-align:right;
}
.lefter{
  text-align:left;
}
.separate{
  margin-bottom: 2px;
  border-bottom: 1px dotted #333333;
}

/*  input interface table tag design */
table.extTable {
  border: 1px solid #e5e5e5;
  font-size: 1.1em;
  width: 100%;
  margin: 5px auto 20px;
}
table.extTable td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px;
}
table.extTable th{
  background-color: #f6f6f6; 
  border: 1px solid #e5e5e5;
  padding: 15px;
}
@media (max-width: 1024px) {
	table.extTable {
	  font-size: 1.9vw;
	}
	table.extTable td {
	  padding: 1.46vw;
	}
	table.extTable th{
	  padding: 1.46vw;
	}
}

.title-h3 {
	border-bottom:1px solid #04021a;
	padding-bottom: 20px;
}
.c-red {
	color: #9a0000;
}
.c-blue {
	color: #6775f5;
}

.d-red {
	color: #fc0000;
}
.d-blue {
	color: #0019fc;
}

.pl_1 {
	padding-left: 25px;
}
.text-sm2 {
	font-size: 0.95rem;
	line-height: 1.25rem;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.ls00 {
	letter-spacing: 0;
}
#parent_codesubfrom {
	margin-left: 10px;
}
#parent_codesubfrom input {
	margin-left: 10px;
}
.spinner-container {
  display: flex;
  justify-content: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.spinner {
  width: 70px;
  padding: 0;
  text-align: center;
  border: none;
  background: none;
  outline: none;
  pointer-events: none;
}

.spinner::-webkit-inner-spin-button,
.spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.spinner-sub,
.spinner-add {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  line-height: 35px;
}

.disabled {
  opacity: 0.3;
  cursor: inherit;
}
.input-box {
	position: relative;
	display: inline-block;
}
.input-box:before {
	content: "";
	position: absolute;
	top: 22px;
	right: 15px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #6775f5;
	border-right: 2px solid #6775f5;
	transform: rotate(-45deg);
	display: inline-block;
}
.input-box:after {
	content: "";
	position: absolute;
	bottom: 22px;
	right: 15px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #6775f5;
	border-right: 2px solid #6775f5;
	transform: rotate(135deg);
	display: inline-block;
}
.input {
	-webkit-appearance: none;
	width: 140px;
} 
.input:focus {
	outline: none;
}
.input::-webkit-inner-spin-button {
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	margin: auto;
	transform: scale(5);
	transform-origin: right center;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.input::-webkit-contacts-auto-fill-button {
	opacity: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #a1a2a8; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #a1a2a8; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a1a2a8; /* 2 */
}
.selectwrap {
	position: relative;
	display: inline-block;
}
.selectwrap select {
	cursor: pointer;
}
.selectwrap:after {
	content: "";
	position: absolute;
	bottom: 45%;
	right: 15px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #6775f5;
	border-right: 2px solid #6775f5;
	transform: rotate(135deg);
	display: inline-block;
	pointer-events: none;
}
.comment {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	border-radius: 40px;
	border: 1px solid #6775f5;
	color: #6775f5;
	font-size: 1.45rem;
	font-weight: 700;
	width: 90%;
	margin: 3em auto 2em;
	text-align: center;
}
@media (max-width: 1280px) {
	.comment {
		height: inherit;
		border-radius: 3.906vw;
		font-size: 1.797vw;
		padding: 0.5em;
	}
}
@media (max-width: 1024px) {
	.comment {
		border-radius: 4.4vw;
		font-size: 2.2vw;
	}
}
.text-sub {
	vertical-align: -12px;
	color: #5c5c5c;
}
.calendar {
	display: flex;
	align-items: center;
	color: #5c5c5c;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}
.calendar input {
	max-width: 196px;
	letter-spacing: 0.1em;
}
.calendar img {
	padding-top: 20px;
	margin-right: 15px;
}
.flex-pc {
	display: flex;
	align-items: center;
}
@media (max-width: 1366px) {
	.flex-pc {
		flex-wrap: wrap;
	}
}
.nowrap {
	white-space: nowrap;
}
.flexWrap .rc {
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.oyako.flexWrap {
		font-size: 2vw;
	}
}
.oyako.flexWrap .rc {
	float: none;
}
.oyako.flexWrap .rc + div {
	width:inherit;
}
.rc.rc_biz_code_wrap label{
	min-width: 190px;
}
.rc input[type="radio"]:checked + label {
	background-color: #6775f5;
}
.rc input[type="checkbox"]:checked + label {
	background-color: #6775f5;
}
.rc label.file-label {
	border-radius: 6px;
	font-weight: 400;
	border: 1px solid #6775f5;
	background: #fff;
	color: #6775f5;
	padding: 19px 36px 20px 36px; 
}
.rc #filename {
	color: #a1a2a8;
	font-size: .9em;
}

.btn{
  background: #6775f5;
}

.hozonWrap .button {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1.4em 4em;
  border-radius: 5px;
  width: 100%;
}
.hozonWrap {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 385px;
  margin: 3em auto !important;
}
.hozonWrap::after {
	content: "";
	width: 21px;
	height: 19px;
	display: inline-block;
	background: url(hozon.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 40%;
	content: "";
}
.hozonWrap .button:hover {
  opacity: .7;
}
.b_create {
	color: #fff;
  background-color: #6775f5;  
}

html {
  font-family: 'Noto Sans JP', sans-serif;
}
.font-sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.taC { text-align: center; }
.taL { text-align: left; }
.taC svg {
	display: inline-block;
}
.max-w-7xl {
  max-width: 1540px;
}
.text-sm {
  font-size: 1.0rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl {
  font-size: 1.2rem;
  line-height: 2rem;
}
.text-2xl {
  font-size: 1.4rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.6rem;
  line-height: 1.75rem;
}
@media (max-width: 1024px) {
	.text-sm {
	  font-size: 1.823vw;
	}
	.text-xl {
	  font-size: 3vw;
	}
}
.font-medium {
  font-weight: 400;
}
.sm\:rounded-lg {
	border-radius: 1.1rem;
	padding: 35px 40px;
}
@media (max-width: 1024px) {
	.sm\:rounded-lg {
		padding: 3.418vw 3.906vw;
	}
}

.rc{	
	width: 100% !important;
	padding: 0 !important;
  display: flex;
  align-items: center;
}
.rc.rc_temp_type_wrap{
	width: inherit !important;
	margin-right: 30px;
}
.oyako .rc{
	width: auto !important;
}
.rc label{
	display: block;
	float: left;
	cursor: pointer;
	width: auto !important;
	min-width: 138px;
	margin: 9px 16px 9px 0 !important;
	padding: 21px 25px 22px 25px; 
	background: #f3f4f6;
	color: #a1a2a8;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border-radius: 30px;
	font-weight: 700;
	border-right: none;
	font-size: inherit;
}
@media (max-width: 1024px) {
	.rc label{
		margin: 0.879vw 1.563vw 0.879vw 0 !important;
		padding: 2.5vw 2vw; 
		border-radius: 2.93vw;
		font-size: 16px;
		min-width: 13.477vw;
	}
}
.loginWrap {
	width: 90%;
	max-width: 1200px;
	padding: 50px 40px 55px;
}
.mw-643 {
	width: 90%;
	max-width: 643px;
	margin-left: auto;
	margin-right: auto;
}
.login-under-txt a {
	color: #6775f5;
	text-decoration: none;
	line-height: 1;
}
.login-under-txt a:hover {
	color: #6775f5;
	text-decoration: underline;
}
.login-under-txt a + a {
	border-left: 1px solid #6775f5;
	padding-left: 30px;
	margin-left: 20px;
}
.tab{
	display: none;
}
@media (max-width: 1280px) {
	.tab{
		display: block;
	}
}
.delipro_sel > div:first-child {
	padding-right: 30px;
}
.delipro_sel > div textarea {
	max-width: 92%;
}
.delipro_sel {
  display: flex;
  align-items:center;
}

@media (max-width: 1024px) {
	.delipro_sel {
	  display: block;
	}
}