@charset "utf-8";
#ogt-fl {
	margin-left:1%;
	vertical-align:middle;
}
h1 {
	font-size: 180%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}
h1.center {
	text-align:center;
}
p {
}
div.col {
	margin-bottom:1em;
}
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 20px;
	font-size: 80%;
	margin-right: 10px;
	letter-spacing: 0.2em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* フォーム入力項目 */
label {
	margin-right:5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	font-size:120%;
	width: 95%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.wpcf7 option {
	font-size:180%;
}
span.wpcf7-list-item {
	display: block;
}
/* 項目名を太字にする */
form p {
	font-size:120%;
	font-weight: 600;
	line-height:1.5;
}
form p :not(span) {
}

label {
	font-size:120%;
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	font-size:100%;
	width: 95%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 99%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
span.wpcf7-not-valid-tip::before {
	content:"\A";
	white-space: pre ;
}
.screen-reader-response {
	color: #FFF;
	background-color:#900;
	font-size: 160%;
	font-weight: 600;
	text-align:center;
	margin-bottom:1em;
}
article.lang,
article.sex {
	margin-left:4em;
	line-height:1.2;
	margin-bottom:1em;
}
article.dateCol {
	margin-bottom:1em;
}
h2.btn {
	width: 130px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
}
.btn-circle-stitch {
	display: inline-block;
	text-decoration: none;
	background: #87befd;
	color: #FFF;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 0px 0px 5px #87befd;
	border: dashed 1px #FFF;
	transition: .4s;
	font-weight: bold;
}

.btn-circle-stitch:hover {
	background: #668ad8;
	box-shadow: 0px 0px 0px 5px #668ad8;
}
.btn-circle-stitch2 {
	display: inline-block;
	text-decoration: none;
	background: #bb1129;
	color: #FFF;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 0px 0px 5px #bb1129;
	border: dashed 1px #FFF;
	transition: .4s;
	font-weight: bold;
}

.btn-circle-stitch2:hover {
	background: #8c1c13;
	box-shadow: 0px 0px 0px 5px #8c1c13;
}
footer address {
	margin-top:1em;
	padding-top:10px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}