html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


	body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

form > div {
  margin-bottom: 15px;
}

label {
  font-weight: bold;
  display: block;
  margin: 30px 0 15px 0;
}

input[type="text"], input[type="email"], select, textarea {
  width: calc(100% - 10px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
	font-size: 20px;
}

input[type="radio"], input[type="checkbox"] {
  width: auto;
}

.req-mark {
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 2px 6px;
    font-weight: bold;
	font-size: 11px;
}


button {
  background-color: #007bff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
	font-weight: bold;
	font-size: 22px;
}

button:hover {
  background-color: #0056b3;
}

.formrun ._formrun_gotcha {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


input[type="text"]::placeholder {
  color: #ccc;
}

input[type="text"][data-formrun-required]:invalid,
select[data-formrun-required]:invalid,
textarea[data-formrun-required]:invalid {
  border-color: #ff0000;
}

.details-section {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.details-section dl {
    display: flex;
    flex-wrap: wrap;
}

.details-section dt {
    flex: 1 0 30%;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.details-section dd {
    flex: 1 0 65%;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #555;
}


.two-column {
    margin-bottom: 15px;
}

.two-column label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.two-column .input-group {
    display: flex;
    gap: 10px; /* フィールド間のスペース */
}

.two-column .input-group input[type="text"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

		h3{text-align: center;}
		.kakunin dt{font-weight: bold;margin: 20px 0 10px;}
		.kakunin dd{margin-left: 20px;}

        #agreement {
            height: 200px;
            overflow-y: scroll;
            border: 1px solid #ccc;
            padding: 10px;
        }
        #submit-button {
            margin-top: 20px;
        }

.agcheck{
	font-size: 20px;
	margin-top: 15px;
}
/* チェックボックス自体のサイズを大きくする */
.agree-checkbox-label input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: middle; /* テキストと垂直に揃える */
  margin-right: 5px;       /* テキストとの隙間を確保 */
}

/* ラベル全体のタップエリアを広げる */
.agree-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;  /* クリックしやすい印象に */
  padding: 10px;    /* タップ領域を拡大 */
	margin: 0px;
	font-size: small;
}

.drop-element.drop-theme-twipsy.drop-element-attached-top.drop-element-attached-center .drop-content{
	display: none !important;
}