/* CSS Document */


#mail-form .main-area-title h3 {
	border-bottom: 10px solid #00425b;
}

.inquiry-text p span{
	display: block;
	line-height: 1.8;
	color: #333;
}

#mail-form .inquiry-form{
	margin-top: 30px;
}

form {
    width: 100%;
}

.form-row {
	display: flex;
	padding: 10px 0;
	flex-direction: row;
}

.form_btn{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
	margin-bottom: 20px;
}


.form-row:last-child {
	border-bottom: none;
	justify-content: flex-end;
}

.form-label {
	display: flex;
	align-items: center;
	width: 350px;
	flex-direction: row;
}

.form-label label {
	font-weight: 600;
	font-size: 1.1rem;
}

.form-label span {
	margin-right: 10px;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background-color:#bd131c;
}

.any{
	margin-right: 10px;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 600;
	color:#bd131c;
	background-color: #fff;
	border: 1px solid #bd131c;
}

/* フォームパーツのデザイン */
input, textarea, select {
	background: #fff;
	padding: 15px 20px;
	color: #333;
	flex-grow: 1;
	border: 1px solid #333;
	font-weight: 500;
	font-size: 1.1rem;
	width: 100% !important;
}

select::placeholder,
input::placeholder,
textarea::placeholder{
	color: #999;
	font-weight: 600;
}

select{
	border: 1px solid #333;
	padding: 15px 20px;
	color: #151515;
	cursor: pointer;
}

select:hover{
	background: #f5f5f5;
}

.inquiry_send_btn{
	display: block;
	text-align: center;
	width: 200px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #000A63;
	color: #fff;
	font-weight: 500;
	background: #000A63;
	font-size: 1.15rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	transition: all 800ms;
}

.inquiry_send_btn:hover {
	color: #000A63;
	border: 1px solid #000A63;
	background-color: #fff;
	letter-spacing: 3px;
}

.form-row button i{
    font-size: 15px;
    margin-right: 5px;
}

#message{
	min-height: 200px;
	width: 100%;
}

.red-text-corner{
	width: 100%;
}



/* inquiry form */



@media(max-width:760px){
	form {
		padding: 0;
	}
}


@media(max-width:600px){
	
	
	form {
    	margin: 0 auto 0;
    	padding: 0;
	}
	
	#mailform{
		display: flex;
    	flex-direction: column;
    	gap: 15px;
	}
	
	.form-row {
		padding: 0;
		flex-direction: column;
	}
	
	
	.form-label label, input, textarea, select {
        font-size: 1rem;
    }
	
	.form-label span {
    	margin-right: 0;
    	padding: 1px 4px;
    	font-size: 10px;
	}
	
	.form-row:last-child {
		border-bottom: none;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
	}
	
	
	.form-label label {
		font-size: 14px;
		padding-left: 5px;
	}
	
	.any {
		margin-right: 0;
		padding: 1px 4px;
		font-size: 10px;
	}
	
	.menu-list .item h5 {
    	font-size: 23px;
	}
	
	.acd-label {
    	margin-top:20px;
		margin-bottom: 1px;
    	font-size: 16px;
	}
}




/* privacy */

#privacy{
	background: #f9f9f9;
	margin-bottom: 150px;
}

#privacy .main-text{
	margin-left: auto;
	margin-right: auto;
}

.privacy_area h3{
	display: flex;
	justify-content: center;
	text-align: center;
    color: #000;
    font-size:  2rem;
	letter-spacing:  0.02rem;
    line-height: 1.5;
	margin: auto;
}


.privacy_area h3 span{
    border-bottom: 3px solid #000;
}
	
	
.scroll_bar_des{
	margin: 10px 0;
	font-size: 1.1rem;	
	line-height: 1.8;
}

.privacy_area h4{
	background: #eee;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 1.15rem;
	line-height: 2;
}


.privacy_area .scroll_bar_text p{
	padding: 10px 10px 0; 
	font-size: 1rem;
}


.privacy_area .scroll_bar_text dl{
	padding: 0 10px 30px;
}

.privacy_area .scroll_bar_text dd{
	font-size: 1.05rem;
	line-height: 1.7;
}

/* privacy ///*/

#privacy .main-text h4 {
    color: #333;
}

#privacy .main-text h4::before {
	display: none;
}




@media(max-width:1000px){
	
	.inquiry-text p span {
		font-size: 0.9rem;
	}
	
	.form-label label, input, textarea, select { 
		font-size: 1rem;
	}
	
	.form-label {
        width: 200px;
        min-width: 200px;
	}
	
	.privacy_area h3 {
		font-size: max(4vw, 1.5rem);
	}
	
	.grey-box-tel p span{
	    display: inline-block;
		font-size: 0.8rem;
	}
	
	.grey-box-tel a {
        margin: 10px 0;
    }
	
}

@media(max-width:600px){
	
	#privacy {
		margin-top: 10px;
		padding-top: 10px;
		margin-bottom: 60px;
	}
	
	.form-row{
		gap: 5px;
	}
	
	.inquiry-text p span {
		font-size: 0.85rem;
	}
	
	.form-label label, input, textarea, select { 
		font-size: 0.95rem;
	}
	
	select {
		padding: 15px 10px;
	}
	
   	input, textarea, select { 
		width: 100% !important;
		padding: 15px 10px;
	}
	
	.grey-box h4 {
        font-size: max(3.5vw, 1rem);
    }
	
	.ps-tel-box p {
		font-size: 0.85rem;
	}
	
	.privacy_area .scroll_bar_text p {
		padding: 10px 0;
        font-size: 0.95rem;
        line-height: 1.65;
	}
	
	.privacy_area h4 {
		padding: 10px;
		font-size: 1rem;
		line-height: 1.5;
	}
	
	.privacy_area .scroll_bar_text dd {
    	font-size: 0.95rem;
	}
	
	.privacy_area .scroll_bar_text dl {
		padding: 0 0 20px;
	}
	
	
}


@media(max-width:360px){

	.grey-box-tel a {
        letter-spacing: 1px;
        font-size: max(7vw, 1.75rem);
	}
	
}