@charset "utf-8";

body {
	/*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;*/
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
	font-family: "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333
}

.show-on-print {
	display: none;
}
@media print {
	/*@page {
		size: A4 landscape;
	}*/
	.show-on-print {
		display: block;
	}
	.hide-on-print {
		display: none;
	}
}
.page-break-before {
	page-break-before: always;
}
.page-break-after {
	page-break-after: always;
}

.clear-fix::after {
	content: "";
	display: block;
	clear: both;
}

ul {
	list-style-type: disc;
}

li {
	margin-bottom: 0;
}

table, th, td {
	border-collapse: collapse;
	border: 1px solid black;
}

input, textarea {
	font-weight: 500;
}

.radio-group {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	/*margin-left: 32px;*/
}
.radio-group input[type=radio] {
	position: absolute;
	left: -10000px;
}
.radio-group input[type=radio] + label {
	position: relative;
	display: inline-block;
	/*width: 148px;*/
	background-color: #ffffff;
	border: solid 1px #333333;
	text-align: center;
	padding: 4px 16px 2px 16px;
	margin: 0;
	user-select: none;
	cursor: pointer;
}
.radio-group input[type=radio]:checked + label {
	background-color: #BDD6EE;
}
.radio-group input[type=radio]:nth-child(3) + label {
	left: -1px;
}
.radio-group input[type=radio]:nth-child(5) + label {
	left: -2px;
}
.radio-group input[type=radio]:nth-child(7) + label {
	left: -3px;
}
.radio-group input[type=radio]:nth-child(9) + label {
	left: -4px;
}
.radio-group input[type=radio]:nth-child(11) + label {
	left: -5px;
}
.radio-group input[type=radio]:nth-child(13) + label {
	left: -6px;
}
.radio-group input[type=radio]:nth-child(15) + label {
	left: -7px;
}
.radio-group input[type=radio]:nth-child(17) + label {
	left: -8px;
}

.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	/*margin-left: 32px;*/
}
.checkbox-group input[type=checkbox] {
	position: absolute;
	left: -10000px;
}
.checkbox-group input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	/*width: 148px;*/
	background-color: #ffffff;
	border: solid 1px #333333;
	text-align: center;
	padding: 4px 16px 2px 16px;
	margin: 0;
	user-select: none;
	cursor: pointer;
}
.checkbox-group input[type=checkbox]:checked + label {
	background-color: #BDD6EE;
}
.checkbox-group input[type=checkbox]:nth-child(3) + label {
	left: -1px;
}
.checkbox-group input[type=checkbox]:nth-child(5) + label {
	left: -2px;
}
.checkbox-group input[type=checkbox]:nth-child(7) + label {
	left: -3px;
}
.checkbox-group input[type=checkbox]:nth-child(9) + label {
	left: -4px;
}
.checkbox-group input[type=checkbox]:nth-child(11) + label {
	left: -5px;
}
.checkbox-group input[type=checkbox]:nth-child(13) + label {
	left: -6px;
}
.checkbox-group input[type=checkbox]:nth-child(15) + label {
	left: -7px;
}
.checkbox-group input[type=checkbox]:nth-child(17) + label {
	left: -8px;
}

.vertical-spacer {
	height: 4px;
}

.container {
	max-width: 940px;
}

#content {
	background-color: white;
}

.page {
	padding-top: 48px;
}

#header {
	position: relative;
	background-color: #2a69b8;
	color: white;
	text-align: center;
	height: 37px;
}
#header #pagename {
	position: absolute;
	left: 64px;
	top: 4px;
	width: 102px;
	background-color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 27px;
	padding-top: 2px;
}
#header #sitename {
	display: inline-block;
	margin: 0 auto;
	/*width: 440px;*/
	font-size: 13pt;
	font-weight: bold;
	padding: 8px 0 2px 0;
}
#header #logout {
	position: absolute;
	right: 64px;
	top: 4px;
	width: 102px;
	/*background-color: #BDD6EE;*/
	font-size: 9pt;
	font-weight: bold;
	line-height: 26px;
	padding-top: 2px;
	color: white;
	border: 1px solid white;
}
#header #logout a {
	color: white;
}

.page-content {
	position: relative;
	padding: 0 64px 64px 64px;
}

.square {
	color: #00B0F0;
}

.login-notice {
	position: relative;
	top: 50px;
	left: 226px;
	color: red;
}
.login-box {
	width: 400px;
	margin: 64px auto 24px auto;
	border: 1px solid black;
	border-radius: 4px;
	padding: 24px;
	font-size: 10.5pt;
	line-height: 2;
}
.login-box input {
	width: 100%;
	height: 32px;
}
.login-box input[type=submit] {
	width: 100%;
	height: 40px;
	background-color: #F4B183;
	text-align: center;
	margin-top: 16px;
	color: black;
	border: none;
	font-size: 10.5pt;
	line-height: 2;
}
.login-box .pdf {
	width: 100%;
	line-height: 32px;
	text-align: center;
	background-color: #2a69b8;
	color: white;
	margin-top: 16px;
	border-radius: 4px;
}
#page-login .banner {
	text-align: center;
}
#page-login .information {
	background-color: #DEEBF7;
	color: black;
	padding: 12px 32px;
	width: 400px;
	margin: 24px auto 0 auto;
	line-height: 1.7;
}
#page-login #balloon-image {
	position: absolute;
	right: 48px;
	top: 142px;
}
#page-login a.pdf-link:hover {
	text-decoration: none;
}
#page-login a.pdf-link span {
	display: none;
	position: absolute;
	top: 0px;
	left: 640px;
	/*position: fixed;
	top: 100px;
	left: 1156px;*/
	z-index: 1000;
}
#page-login a.pdf-link:hover span {
	border: none;
	display: block;
}
#page-login a.pdf-link span img {
	width: 260px;
	border: 1px solid black;
}

#page-login, #page1, #page2, #page3, #page4, #page5 {
	display: none;
}

#page-noscript .message-box {
	text-align: center;
}

#page1 .work-list-box {
	margin-top: 32px;
}
#page1 .work-list-box .notice {
	font-weight: 500;
}
#page1 textarea {
	height: 140px;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 4px;
	border-color: #333333;
}
#page1 .work-list {
	height: 200px;
	color: #333333;
	line-height: 1.3;
}
#page1 .header {
	margin-top: 20px;
	margin-bottom: -20px;
}

#page1 .user-info {
	margin-top: 24px;
}
#page1 .user-info table {
	width: 500px;
	margin-top: 4px;
	line-height: 1;
}
#page1 .user-info table caption {
	caption-side: bottom;
	text-align: left;
	font-size: 9pt;
	margin-top: 8px;
}
#page1 .user-info table th {
	padding: 8px;
}
#page1 .user-info table td {
	padding: 3px;
}
#page1 .user-info table th {
	background-color: #BDD6EE;
	width: 160px;
}
#page1 .user-info table input {
	color: black;
	width: 100%;
	height: 24px;
	padding: 2px;
	margin: 0;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}
#page1 .user-info table input:focus {
	border: none;
	border: 1px solid #333333;
}

#page1 .pdf-link {
	position: absolute;
	top: 24px;
	right: 64px;
}
#page1 .pdf-link img {
	width: 160px;
	border: 1px solid #333333;
}
#page1 .pdf-link div {
	text-align: center;
	font-size: 9pt;
	color: #333333;
}

#page1 .questions {
	margin-bottom: 24px;
}
#page1 .question {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 8px;
}
#page1 .question .notice {
	font-size: 9pt;
}
#page1 label {
	font-size: 9.5pt;
}
#page1 .radio-info {
	display: flex;
	font-size: 8.4pt;
	text-align: center;
	margin-top: 4px;
	margin-left: 32px;
}
#page1 .radio-info div {
	width: 148px
}
/*#page1 .question3.radio-group input[type=radio] + label {
	width: 74px;
}*/

/*#page1 .question4 {
	margin-left: 32px;
}*/

#page1 .submit-button {
	width: 360px;
	padding: 11px 0 8px 0;
	margin: 0 auto;
	background-color: #F4B183;
	text-align: center;
	font-size: 10.5pt;
	user-select: none;
	cursor: pointer;
}

#page1 .error-box {
	margin-bottom: 8px;
	text-align: center;
}
#page1 .error-message {
	color: red;
}

#page2 .information-red,
#page5 .information-red {
	margin-top: 24px;
	color: red;
}

#page2 .user-info,
#page5 .user-info {
	margin-top: 24px;
}

#page2 .user-info table,
#page5 .user-info table {
	width: 500px;
	margin-top: 4px;
	line-height: 1;
}
#page2 .user-info table th,
#page5 .user-info table th {
	padding: 8px;
}
#page2 .user-info table td,
#page5 .user-info table td {
	padding: 8px;
}
#page2 .user-info table th,
#page5 .user-info table th {
	background-color: #BDD6EE;
	width: 160px;
}

#page2 .answers,
#page5 .answers {
	margin-top: 24px;
}
#page2 .answers .answer,
#page5 .answers .answer {
	background-color: #DEEBF7;
	padding: 0 8px;
	margin: 4px 0 12px 0;
	line-height: 2;
}

#page2 .answers .notice,
#page5 .answers .notice {
	font-size: 9pt;
}
#page2 .answers .notice4,
#page5 .answers .notice4 {
	margin-left: 44px;
}

#page2 .answers #answer1text,
#page5 .answers #answer1text {
	margin-top: -6px;
}
#page2 .answers #answer1text,
#page2 .answers #answer6text,
#page5 .answers #answer1text,
#page5 .answers #answer6text {
	line-height: 1.7;
	min-height: 28px;
	padding-top: 3px;
}

#page2 p:not(:nth-last-child(1)),
#page5 p:not(:nth-last-child(1)) {
	margin-bottom: 16px;
}

#page2 .information {
	margin-top: 40px;
	line-height: 1.7;
	padding: 16px;
	background-color: #f7f9f9;
	border-radius: 8px;
}

#page2 .about-buttons {
	margin-bottom: 12px;
	text-align: center;
}

#page2 .attention {
	color: red;
	margin-top: 12px;
	text-align: center;
}

#page2 .buttons {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
	/*padding: 0 72px;*/
}

#page2 .buttons div {
	width: 180px;
	padding: 11px 0 8px 0;
	margin: 0 auto;
	background-color: #BDD7EE;
	text-align: center;
	font-size: 10.5pt;
	user-select: none;
	cursor: pointer;
}
#page2 .buttons #send {
	background-color: #F4B183;
}
#page2 .buttons #print {
	background-color: #ff5050;
	color: white;
}

#page-noscript .page-content,
#page3 .page-content,
#page4 .page-content {
	padding-bottom: 600px;
}
#page3 .message-box,
#page4 .message-box {
	width: 100%;
	background-color: #DEEBF7;
	text-align: center;
	margin-top: 48px;
}
#page3 .message-box {
	height: 120px;
}
#page4 .message-box {
	height: 100px;
}

#page5 .flex {
	display: flex;
	justify-content: space-between;
}
#page5 .result-area {
	margin-top: 24px;
}
#page5 .result-notice {
	color: red;
	font-size: 13px;
	margin-bottom: 8px;
}
#page5 .result-image img {
	height: 276px;
	border: 1px solid #cccccc;
	box-shadow: 0px 1px 8px #404040;
}
