@charset "utf-8";


/* -- body -------------------------------------------------------------------------------- */

body {
	overflow-y: scroll; /* あってもなくてもどちらでも可 */
}




/* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */

div#confirm_field * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}


div#confirm_field {
	max-width: 1050px;
	margin: 9px auto;
	padding: 41px 50px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	line-height: 1.8;
	display: none;
}

div#confirm_field h2 {
	width: 90%;
	margin: 0 auto;
	padding: 25px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
}

div#confirm_field dl {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
}

div#confirm_field dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#confirm_field dl dt {
	width: 24%;
	float: left;
	padding: 25px 0;
	text-align: left;
	margin-left: 5.5%;
}

div#confirm_field dl dd {
	width: 65%;
	float: right;
	padding: 25px 0 25px 5%;
}




/* -- button -------------------------------------------------------------------------------- */

div#confirm_field p#confirm_submit {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 13px;
	display: flex;
	justify-content: center;
	gap: 26px;
}

div#confirm_field input[type="button"] {
	min-width: 207px;
	padding: 14px 19px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 0.075em;
	color: #ffffff;
	/* font-family: inherit; */
	text-align: center;
	-webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
	background: #0ba29a;
	border: 1px solid #0ba29a;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
	opacity: 0.7;
}

div#confirm_field input#confirm_cancel_button {
	background: #ff2764;
	border: 1px solid #ff2764;
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
	opacity: 0.7;
}

/* 追加 */
/* #confirm{
	display: none;
} */
/* p.confirm{
	display: none;
} */

/* p.confirm:has(#confirm_field){
	display: block;
} */


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 869pixel start */
@media screen and ( max-width: 960px ) {


/* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */

div#confirm_field {
	width: 95%;
	font-size: 100%;
	border-radius: 2.5px;
	margin: 10px auto;
	padding: 20px 0;
}

.confirm_ttl-area .p-form__dsc  {
	line-height: 1.35;
}

div#confirm_field dl dt {
	width: auto;
	float: none;
	/* padding: 25px 0 5px; */
	padding: 13px 0px 5px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
}

div#confirm_field dl dt:before {
	content: "【";
}

div#confirm_field dl dt:after {
	content: "】";
}

div#confirm_field dl dd {
	width: auto;
	float: none;
	padding: 0px 0 16px 6px;
	font-size: 14px;
}




/* -- button -------------------------------------------------------------------------------- */

div#confirm_field input#confirm_submit_button {
	margin-left: 0;
}

div#confirm_field p#confirm_submit{
	padding: 48px 0 0px;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

div#confirm_field input[type="button"]{
	min-width: 176px;
	padding: 7px 10px;
	border-radius: 3px;
	font-size: 14px;
}

div#confirm_field input#confirm_cancel_button{
	margin-left: 0;
	/* margin-bottom: 24px; */
}

/* div#confirm_field input#confirm_submit_button{
	margin-left: 0;
} */


}
/* 1000pixel end */








