@charset "utf-8";
.contact_form{
    margin-top: 15px;
}

.label_contents{
	margin: 5px 0px;
}

	.label_contents p{
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 500;
		font-style: normal;
	    font-size: 19px;
	    color: #4d4d4d;
		font-weight: bold;
	}
	.label_contents p span{
		color: red;
	}

.contact_form input,
.contact_form textarea{
	width: 100%;
    border: 3px solid #d3d3d3;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
    background: #fff;
}

.contact_form select{
	width: 100%;
    border: 3px solid #d3d3d3;
    border-radius: 12px;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    background: #fff;
    
    background-image: url(../img/contact_select.png);
    background-repeat: no-repeat;
    background-size: 20px;
	background-position: right 15px center;
}

.contact_form input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 2px solid #d3d3d3;
	vertical-align: -5px;
    padding: 10px;
    margin-right: 7px;
    appearance: none;
    border-radius: 4px;
	-webkit-appearance: none;
	 -moz-appearance: none;
	      appearance: none;
}

.contact_form input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    transform: rotate(50deg);
    width: 8px;
    height: 15px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}

.contact_form a{
	color: #006cee;
    text-decoration: underline;
}
/*エラーメッセージ用*/
.contact_err_txt{
    display: none;
    color: red;
}

.contact_btn{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.contact_btn.btn_one{
	
}

.contact_btn.btn_double button,
.contact_btn.btn_double a{
	margin: 0px 20px;
}

.contact_btn button,
.contact_btn a{
    font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
    font-style: normal;
    background: #ee762b;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
}
.contact_btn button:hover,
.contact_btn a:hover{
    opacity: 0.8;
}


.confirmation_txt{
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 35px;
}

.contact_btn .back_btn{
	background: #808080;
}

.contact_btn .send_btn{
	background: #00a0e9;
}


/*送信環境画面*/

.completed_contents{
	font-size: 21px;
	background: #fff;
    border-radius: 14px;
    padding: 30px 20px 65px 20px;
}
	.completed_top_img{
	    text-align: center;
	}
		.completed_top_img img{
			max-width: 90px;
		}
	.completed_ttl{
		
	}
		.completed_ttl p{
			font-family: "M PLUS Rounded 1c", sans-serif;
			font-weight: 800;
		    font-size: 25px;
			font-style: normal;
			color: #ee762b;
			text-align: center;
			margin: 20px 0px;
		}
	.completed_txt{
		
	}
		.completed_txt p{
		    line-height: 25px;
		    font-size: 20px;
		}

.contact_btn .home_btn{
    border-radius: 35px;
    min-width: 190px;
    font-size: 24px;
    background: #f7931e;
    box-shadow: -1px 4px #c1272d;
}

.contact_btn .home_btn:hover{
    opacity: 0.8;
}