


html{
    width: 70vw;
    margin: 0 15vw;
    overflow-x: hidden;
}

h1{
    padding-bottom: 2vw;
}

.form-back{
    position: relative;
    margin-top: 5vw;
}

#panel-pic{
    width: 60vw;
    position: relative;
    top: 0vw;
    left: 5.0vw;
}

#form-title{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
}

#title-1{
    background-color: #000;
    color: #fff;
    width: 10vw;
    font-size: 1.5vw;
    height: 5vw;
    line-height: 5vw;
}

#title-2{
    background-color: #f5f5f5;
    font-size: 1.1vw;
    font-weight: bold;
    width: 50vw;
    height: 5vw;
    line-height: 5vw;
}

#product-title{
    position: relative;
    left: 5.0vw;
    font-size: 1vw;
    font-weight: bold;
    margin-top: 1vw;
    margin-bottom: 2vw;
}

#product-application{
    display: flex;
    width: 60vw;
    margin-bottom: 2vw;
    height: 30vw;
}

/* 製品タイプ */

.product-type{
    position: relative;
    left: -14vw;
    border: solid 1px #000;
    width: 30vw;
    padding: 0 2vw;
}

#product-type-1{
    background-color: #000;
    color: #fff;
    width: 31vw;
    height: 2vw;
    line-height: 2vw;
    position: relative;
    top: -1vw;
    left: -2.1vw;
    padding-left: 2vw;
}

#field-title-1,#field-title-2,#field-title-3,#field-title-4{
    width: 18vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.product-money{
    font-size: 0.9vw;
}

#field-name-1,#field-name-2,#field-name-3,#field-name-4{
    width: 3vw;
    height: 3vw;
    margin-top: 1.5vw;
}

.product-number{
    font-size: 1.5vw;
    margin-left: 1vw;
    margin-top: 2vw;
}


/* オプション */

#product-type-2{
    background-color: #000;
    color: #fff;
    width: 30vw;
    height: 2vw;
    line-height: 2vw;
    position: relative;
    top: -1vw;
    left: -2vw;
    padding-left: 2vw;
}

#field-title-5,#field-title-6,#field-title-7{
    width: 18vw;
    font-size: 1.2vw;
    font-weight: bold;
}

#field-name-5,#field-name-6,#field-name-7{
    width: 3vw;
    height: 3vw;
    margin-top: 1.5vw;
}

#field-title-5{
    font-size: 1.2vw;
}


/* 入力項目共通 */

.field-title-back{
    background-color: #f5f5f5;
    color: #000;
    height: 1vw;
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.2vw;
    font-weight: bold;
}

.main-form{
    width: 60vw !important;
    position: relative;
    left: -14vw;
    margin-bottom: 2vw;
}


/* 1段目　会社名・支店・現場名 */



#field-name-8,#field-name-9,#field-name-10{
    /* height: 90%; */
}

#stage-item-1,#stage-item-2,#stage-item-3{
    position: relative;
}



.stage-item{
    margin-bottom: 0.3vw !important;
}



.c-form {
	/* max-width: 600px; */
	margin-left: 19vw;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label {
	width: 55%;
    height: 4vw;
    padding-top: 1.3vw;
}
.c-form__input {
	width: 90%;
	font-size: 16px;
	border: solid 1px #333;
	/* border-radius: 4px; */
}
.c-form__input:focus-visible {
	outline: green auto 1px;
}
.c-form__required {
	color: #fff;
	background-color: green;
	border-radius: 4px;
	padding: 5px 5px;
	margin: 0 0 0 18px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
    margin-bottom: 5vw;
}
.c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: green;
	border: solid 1px green;
	border-radius: 4px;
	padding: 5px 32px;
	transition: 0.4s;
	cursor: pointer;
    position: relative;
    left: -9vw;
}
.c-form__submit button:hover {
	color: green;
	background-color: transparent;
}

@media (min-width: 640px) {
	.c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__label {
		/* width: 40%; */
	}
	.c-form__input {
		width: 55%;
        height: 4vw;
	}
}

label#field-title-22 {
    position: relative;
    width: 50%;
}

#field-name-22 {
    width: 20%;
    position: relative;
    left: -3vw;
}

#field-title-23 {
    
}

#field-name-23 {
    width: 12vw;
    position: relative;
    left: 0.8vw;
}

#scheduled{
    position: relative;
}

#scheduled-txt{
    position: absolute;
    left: 43.7vw;
    font-size: 3vw;
    top: 0;
}

#scheduled-txt-2{
    font-size: 0.8vw;
    padding-left: 1vw;
}

/* #scheduled-space{
    margin-bottom: -5vw;
} */

.c-form__item.stage-item.item-22-23 {
    width: 104%;
    position: relative;
    left: -1.5vw;
}

/* 必須マーク */

    .required-1{
        color: #cc0000;
        vertical-align: middle;
        padding-right: 0.5vw;
    }

    .required-2{
        color: #cc0000;
        vertical-align: middle;
        padding-left: 0.5vw;
    }

    /* タブレット備考 */

    .product-money-2{
        font-size: 0.8vw;
    }

    .tablet-txt{
        font-size: 0.7vw;
    }

    /* 利用期間備考 */

    #schedule-red{
        color: red;
        font-size: 0.8vw;
    }

   #announce {
        position: absolute;
        bottom: 0;
        left: 5vw;
        color: #FF0000;
        font-weight: bold;
        font-size: 0.8vw;
    }

    /* ラジオボタンcss */

    .radio-group {
        display: flex;
        gap: 5vw;
        font-size: 1.0vw;
    }
    
    .radio-group label {
        display: flex;
        align-items: center;
        padding-left: 2vw;
        padding-top: 0.5vw;
    }
    
    .radio-group input[type="radio"] {
        transform: scale(1.5); /* ラジオボタンのサイズを大きくする */
        margin-right: 0.5vw; /* ラジオボタンと文字の間の間隔を調整 */
    }

    .error {
        border: 2px solid red;
    }

    #field-title-28 {
        width: 30vw;
        background-color: white;
    }

    #myCheckbox{
        position: relative;
        left: 11vw;
        top: 0;
        height: 2vw;
        width: 2vw;
    }

    #check-28 {
        position: absolute;
        bottom: 0.1vw;
        left: 44vw;
        font-size: 1vw;
    }

    .c-form__item_check{
        margin-bottom: 5vw !important;
        margin-top: -1vw;
    }

    .c-form__item_checkhide{
        display: none;
    }

    #stand-size {
        font-size: 1vw;
        margin-left: 15vw;
    }

    #notes{
        font-size: 1vw;
        color: red;
        position: relative;
        top: 0vw;
        left: 5vw;
    }

    #clamp-size-1 {
        position: absolute;
        left: 38vw;
        top: 58vw;
        font-size: 1vw;
    }