/*お問い合わせ*/
h2:after {
    content: "";
    display: block;
    background-image: url('../image/line-5.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 5px;
    margin: 0.5em 0 0.6em;
}
.form_req {
	color: #E81D1D;
	font-size: 0.75em;
	padding-left: 5px;
}

.tbl_form {
	max-width: 850px;
	width: 100%;
	border: 1px solid #D9F0FF;
	margin: auto;
}
.tbl_form td {
	border: 0.5px solid #fff;
	background-color: #ECF7FF;
	vertical-align: middle;
	padding: 17px 30px;
}
.tbl_form th {
	width: 25%;
	border: 0.5px solid #fff;
	background-color: #D9F0FF;
	font-weight: bold;
	vertical-align: middle;
	padding: 17px 30px;
	text-align: center;
}
.contact_btn {
	margin: 30px 10px 50px;
	text-align: center;
	background-color: #5197C5;
	color: #fff;
	padding: 10px 50px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	padding: 5px;
}
.contact_btn:hover {
	background-color: #0368AB;
	transition: background-color 0.3s ease;
}
.sent {margin: 50px auto;}
.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-left: 0 !important;
}

/*プライバシーポリシー、ご利用条件*/
.pp_bar {
    display: flex;
    justify-content: center;
    align-items: center;
	position: fixed;
    z-index: 1;
	width: 100%;
    height: 60px;
	padding-bottom: 1px;
	border-bottom: solid 2px rgba(229, 43, 54, 1);
    background: rgb(255 255 255 / 70%);
	text-align:center;
}
.pp_bar img {
	display: block;
	width: 100%;
	max-height: 60px;
	margin: auto;
	object-fit: none;
}

#pp_main {
	max-width: 850px;
	padding: 80px 10px 0;
	margin: 0 auto;
}
#pp_main p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.styled_h4 {
    font-size: 18px;
    text-align: left;
    color: #000000;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    padding: 3px 0px 3px 20px !important;
    margin: 0px 0px 30px !important;
}
.pp_title {
	font-size: 1.4em;
}
.pp_sign {
	text-align: right;
}

/*スマートフォン*/
@media only screen and (max-width:768px) {
	tbody, tr, th, td {
        display: block;
    }
	.tbl_form th {
		width: auto;
		padding: 10px 20px;
	}
	.tbl_form td {
		width: auto;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.radio_sec {
		display: block !important;
		text-align: center;
	}
}
@media only screen and (max-width:428px) {
	.tbl_form input, .tbl_form textarea {
		max-width: 290px;
	}
	#pp_main p {
		font-size: 14px;
	}
}