/* CSS Document */

main{
	overflow: visible;
}

/* order-form */


#web-form {
	padding-bottom: 50px;
    background: #a04800;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#web-form::before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/wave-beju.png) center;
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

#web-form::after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/wave-beju.png) center;
    background-size: 100% 100%;
    width: 100%;
    height: 50px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%) scale(1, -1);
}

#web-form .main-area-title,
#commercial-law .main-area-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#web-form .main-area-title p,
#commercial-law .main-area-title p {
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
}

#web-form .main-area-title p span ,
#commercial-law .main-area-title p span {
    display: block;
    background: url(../img/icon/two-nuts.png) center;
    background-size: cover;
    width: 35px;
    height: 35px;
}


.web-form .main-area{
	padding: 20px 20px;
}


.web-form .form-main-area{
	position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
	padding: 0;
	width: 100%;
}

.web-form .content-left{
    display: flex;
    width: 100%;
    min-width: 500px;
    gap: 30px;
    flex-direction: column;
}

.web-form .content-right {
    position: sticky;
    top: 30px;
    padding: 20px;
    display: flex;
    width: 35%;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    background: #a04800;
    height: 100%;
    color: #fff;
	min-width: 260px;
}



/* order-form ///*/



@media (max-width: 1300px){

	.web-form .form-main-area {
   		gap: 15px;
	}
	
	.web-form form {
		padding: 30px 0;
	}
	
}



@media (max-width: 1000px){
	
	
	
	
	.web-form .content-right {
		min-width: 200px;
		padding: 10px;
	}
	
	.web-form .form-main-area {
        gap: 10px;
    }
	
	.sub-top-box {
    	width: 100%;
	}
	
}


@media (max-width: 800px){
	
	.sub-top-box .main-area-text {
		gap: 0;
	}

	.web-form .form-main-area {
		display: block;
	}
	
	.web-form .content-right {
		width: 100%;
		min-width: 100%;
		height: auto;
	}
	
	.sub-top-box .order-way {
		padding:  20px;
	}
	
	.way-item .button a {
    	font-size: 1.05rem;
		padding: 5px 15px;
	}
	
	.order-way-tel a {
		padding-right: 0;
    	padding: 0px 15px;
		font-size: 1.2rem;
	}
	
	.way-item h3 {
		padding-left: 22px;
		font-size: 1.25rem;
		letter-spacing: 0.01rem;
	}
	
	.way-item h3::before {
    	width: 18px;
	}
	
	.way-item {
		padding: 20px 10px 20px 0;
	}
	
	.content-right .way-item {
		padding-left: 15px;
		padding-right: 0px;
	}
	
	.ps-text p{
		line-height: 1.6;
		letter-spacing: 0;
	}
	
	
	
}


@media(max-width:600px){
	
	.sub-top-box .order-way {
        border-radius: 10px;
    }
	
	.order-way-main {
		flex-direction: column;
	}
	
	.tel-way {
		border-right: none;
		padding: 0 0 20px 0;
	}
	
	.sns-way {
		border-right: none;
		border-bottom: 1px solid #934123;
	}
	
	.content-right .way-item {
		padding-left: 0;
	}
	
	
	
}


@media(max-width:380px){
	
	.sub-top-box{
		padding-left: 10px; 
		padding-right: 10px; 
	}
	
	.sub-top-box .order-way {
        padding: 20px 10px;
	}

}
	
/*--- 2025.8 追加 ----*/
/*特定商取引法に基づく表記*/
.soryo dl{
	display: flex;
}
.soryo dt{
	width: 140px;
}
.soryo dd{
	width: 120px;
	text-align: end;
}

.item-quotation.noflex{
	display: block;
}