<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


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


div#confirm_field {
	width: 960px;
	margin: 20px auto 50px;
	padding: 10px 0 50px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

div#confirm_field {
	display: none;
}

div#confirm_field h2 {
	margin-top: 30px;
	margin-bottom: 35px;
	/*
	width: 90%;
	margin: 30px auto 35px;
	padding: 15px 0;
	font-size: 135%;
	font-weight: bold;
	text-align: center; */
/* 追加 */
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
transform: rotate(.03deg);
font-weight: 600;
}
/* 追加 */
.f-title2 {
text-align : center;
}
/* 追加 */
.f-title2__text {
font-size : 2.4rem;
line-height : 1.5;
/*color : #10691e;
font-size : 3.2rem;*/
letter-spacing : 1.5px;
}
@media screen and (max-width:767px) {
.f-title2__text {
font-size : 1.8rem;
letter-spacing : 0;
}
}
div#confirm_field .top_txt {
	width: 95%;
	text-align: center;
	margin: 15px auto 30px;
}

div#confirm_field dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

div#confirm_field dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
}

div#confirm_field dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}

div#confirm_field p#confirm_submit {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 15px;
	border-top: 1px solid #cccccc;
}

div#confirm_field input[type="button"] {
	/* --padding: 9px 15px;-- */
	padding: 12px 36px;
	vertical-align: middle;
	line-height: 1;
	border-radius: 6px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
	font-size: 100%;
}

div#confirm_field input#confirm_submit_button {
	background: #449d44;
	border: 1px solid #398439;
	margin-left: 35%;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
	background: #5cb85c;
	border: 1px solid #4cae4c;
}

div#confirm_field input#confirm_cancel_button {
	background: #d9534f;
	border: 1px solid #d43f3a;
	margin-left: 20px;
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
	background: #E27E7C;
	border: 1px solid #ac2925;
}








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

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

div#confirm_field {
	width: 95%;
}

div#confirm_field h2 {
	/*text-align: left; */
		text-align: center;
}

div#confirm_field dl {
	overflow: visible;
}

div#confirm_field dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 0;
	font-weight: bold;
}

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

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

div#confirm_field dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 15px 0px;
}

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

}
/* 1000pixel end */




</pre></body></html>