@charset "utf-8";

/* ドキュメント基本 */

body.ja {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*font-size: 16px;*/
	line-height: 1.8em;
	color: #333;
	background-color: white;
}

body.en {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	/*font-size: 16px;*/
	line-height: 1.8em;
	color: #333;
	background-color: white;
}

body, form {
	margin: 0;
	padding: 0;
}

button, .button {
	cursor: pointer;
}

header, main, footer {
	box-sizing: border-box;
}

header > * {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 10px 15px 0;
}

main > *, footer > * {
	position: relative;
	display: block;
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px 0;
}

header {
	min-height: 265px;
	color: white;
	text-shadow: 0 0 5px #555, 0 0 10px #555;
	background: url(img/header-bg.png) no-repeat center bottom #61b048;
	border-bottom: 2px solid white;
}

main {
	border-top: 3px solid #F0D100;
	background-color: white;
	padding: 2.2em 15px 2.8em;
}

footer {
	display: block;
	font-size: 0.5rem;
	background-color: #F7F7F7;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	border-top: 3px solid #0BA95F;
}

h1 {
	/*font-size: 30px;*/
	font-size: 1.875rem;
	margin: 10px 0;
	padding: 0;
}

h3 {
	/*font-size: 24px;*/
	font-size: 1.5rem;
	margin: 20px 0 10px;
	font-weight: 500;
}

h4 {
	/*font-size: 18px;*/
	font-size: 1.125rem;
	margin: 10px 0;
	padding: 0;
	font-weight: 500;
}

span.notes {
	display: block;
	font-weight: normal;
}


/* メッセージ */

#messageBox {
	padding: 0 0 0.4em;
/*	min-height: 2em;*/
	line-height: 2em;
}

#messageBox #sysMsg {
	color: royalblue;
}

#messageBox #errMsg {
	color: crimson;
}

.caution {
	color: red;
}


/* リスト */

ul {
	margin: 0;
	padding: 0;
}

ul.circleList, ul.checkList {
	position: relative;
	list-style: none;
}

ul.circleList li, ul.checkList li {
	position: relative;
	padding-left: 1.2em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

ul.circleList li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: "\F111";
	font-weight: 400;
}

ul.checkList li:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: "\F00C";
	color: #007941;
	font-weight: 900;
}

ul.circleList li.notes:before, ul.checkList li.notes:before {
	content: "";
}


/* header */

#naviArea {
	box-sizing: border-box;
	height: 100px;
	box-shadow: 0 0 10px #555;
	border-radius: 0 0 10px 10px;
	background-image: linear-gradient(to top, #D7D7D7 0%, white 100%);
	text-shadow: none;
	color: #333;
}

#naviArea > #topLine {
	position: absolute;
	top: 0;
	left: 15px;
	width: 930px;
	height: 5px;
	border-radius: 0 0 5px 5px;
	background-color: #0BA95F;
}

#naviArea > #subMenu {
	position: absolute;
	top: 0;
	right: 15px;
	overflow: hidden;
}

#naviArea #language {
	display: inline-block;
	margin: 5px 10px 0 0;
	font-size: 0.875rem;
}

#naviArea #subMenu ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	color: white;
}

#naviArea #subMenu li {
	display: inline-block;
}

#naviArea #subMenu ul a {
	display: block;
	padding: 3px 10px;
	background-color: #0BA95F;
	color: white;
}

#naviArea #subMenu ul li a {
	border-radius: 0 0 5px 5px;
}
/*
#naviArea #subMenu ul li:first-child a {
	border-radius: 0 0 0 5px;
}

#naviArea #subMenu ul li:last-child a {
	border-radius: 0 0 5px 0;
}
*/

#naviArea #subMenu ul a:hover, #subMenu ul a:active {
	background-color: #007941;
}

#naviArea h2 {
	font-size: 0.875rem;
	font-weight: bold;
	color: #007941;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 1.1;
}

#naviArea #menuBox {
	overflow: hidden;
}

#naviArea #menuBox > * {
	float: left;
}

.ja #naviArea #goHomeAnchor {
	display: block;
	width: 375px;
	height: 50px;
	background-image: url(img/header-logo-ja.png);
	border: 0;
	margin-top: 10px;
}

.en #naviArea #goHomeAnchor {
	display: block;
	width: 495px;
	height: 50px;
	background-image: url(img/header-logo-en.png);
	border: 0;
	margin-top: 10px;
}

#naviArea #menuBox nav {
	display: block;
	box-sizing: border-box;
}

#naviArea #menuBox nav ul {
	position: relative;
	display: flex;
	list-style: none;
	height: 65px;
	margin: 10px 0 0;
	padding: 0;
}

.ja #naviArea #menuBox nav li {
	position: relative;
	display: block;
	width: 185px;
	text-align: center;
	height: 100%;
	line-height: 80px;
	box-sizing: border-box;
	color: #333;
	font-weight: bold;
}

.en #naviArea #menuBox nav li {
	position: relative;
	display: block;
	width: 145px;
	text-align: center;
	height: 100%;
	line-height: 64px;
	box-sizing: border-box;
	color: #333;
	font-weight: bold;
}

.ja #naviArea #menuBox nav li a {
	color: #333;
	font-weight: bold;
}

.en #naviArea #menuBox nav li a {
	color: #333;
	font-weight: normal;
	/*font-size: 20px;*/
	font-size: 1.25rem;
}

#naviArea #menuBox nav li:hover {
	border-bottom: 5px solid #006F03;
}

#naviArea #menuBox nav li:first-child:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to top, #B3B3B3 0%, #F3F3F3 100%);
}

#naviArea #menuBox nav li:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to top, #B3B3B3 0%, #F3F3F3 100%);
}

#headerArea {
	padding-bottom: 1.1em;
}

#headerArea h1 {
	margin-top: 0.8em;
	margin-bottom: 14px;
}

#headerArea h3 {
	display: block;
	font-weight: bold;
	height: 10vh;
	line-height: 10vh;
	vertical-align: middle;
}


/* footer */

footer > #copyright {
	display: flex;
	text-align: right;
	padding-top: 0;
}

footer #copyright > a {
	display: block;
	margin-right: auto;
	padding-top: 0.5em;
}

footer #copyright > div {
	display: block;
	margin-left: 3.75em;
}


/* コンテンツ内アンカー */

a {
	color: #0BA95F;
	text-decoration: none;
}

a:hover, a:active, a:visited {
	color: #007941;
}

a.disabled {
	color: #777;
	cursor: not-allowed;
}


/* 上へボタン */

#pageTopButton {
	display: block;
	position: fixed;
	width: 2.2em;
	height: 2.2em;
	right: 1.2em;
	bottom: 2.8em;
	font-size: 1.2em;
	text-align: center;
	line-height: 2.2em;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #0BA95F;
	border-radius: 1.2em;
	transition: .5s;
	opacity: 1;
}

#pageTopButton.hide {
	bottom: -3em;
	opacity: 0;
}


/* フォームパーツ */

.formTypeA {
	display: flex;
	box-sizing: border-box;
}

.formTypeA > * {
	display: block;
	box-sizing: border-box;
	margin: 0.7em 0.4em;
}

.formTypeA > label {
	font-weight: 700;
	width: 20%;
}

.formTypeA > input {
	width: 80%;
	height: 34px;
	padding: 6px 12px;
	/*font-size: 14px;*/
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

button.formTypeA {
	display: block;
	margin: 20px auto;
	color: white;
	background-color: #007941;
	background-image: linear-gradient(to top, rgba(3, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
	padding: 22px 35px;
	border: 2px solid #007941;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #FFF;
}

button.formTypeA:hover {
	background-image: linear-gradient(to bottom, rgba(3, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}

button.formTypeA:before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-size: 1.25em;
	font-weight: 900;
}

.formTypeB {
	position: relative;
	display: block;
	width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0.6em 0;
}

.formTypeB > div {
	padding: 0.35em 0;
}

.formTypeB > div#buttonPanel {
	text-align: center;
}

.formTypeB label {
	display: inline-block;
	font-weight: 700;
	width: 40%;
	vertical-align: top;
}

.formTypeB input, .formTypeB select {
	height: 34px;
	padding: 6px 12px;
	/*font-size: 14px;*/
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.formTypeB > div > *:last-child {
	display: inline-block;
	box-sizing: border-box;
	width: 58%;
	margin: 0;
}

.formTypeB > div > div > input {
	width: 100%;
	box-sizing: border-box;
}

.formTypeB button {
	display: inline-block;
	width: inherit !important;
	color: white;
	background-color: #007941;
	background-image: linear-gradient(to top, rgba(3, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
	padding: 22px 35px;
	border: 2px solid #007941;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #FFF;
}

.formTypeB button:hover {
	background-image: linear-gradient(to bottom, rgba(3, 0, 0, 0.15), rgba(255, 255, 255, 0.15));
}

.formTypeB button.goback:before {
	content: "\f0a8";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-size: 1.25em;
	font-weight: 900;
}

.formTypeB button.gonext:before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-size: 1.25em;
	font-weight: 900;
}

.formTypeB button.excla:before {
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-size: 1.25em;
	font-weight: 900;
}


/* トップページ */

#topPage #headerArea {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	margin: 2em auto 2em;
	width: 900px;
}

#topPage #headerArea p {
	margin: 0.75em;
}

#topPage #loginBox {
	position: relative;
	display: block;
	width: 660px;
	box-sizing: border-box;
	border: 1px solid #007941;
	border-radius: 10px;
	margin: 1em auto;
	padding: 30px;
}

#loginBox h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #007941;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	color: #007941;
}

#loginBox button.formTypeA {
	padding: 22px 58px;
	margin-bottom: 2em;
}

.supportAnchor {
	display: block;
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	padding: 6px 12px;
	/*font-size: 14px;*/
	font-size: 0.875rem;
	line-height: 20px;
	color: #007941;
	margin: 1em 0 0;
}

.supportAnchor:hover, .supportAnchor:active, .supportAnchor:visited {
	color: #333;
	background-color: #E6E6E6;
	border-color: #ADADAD;
}


/* ツールの目的 */

#purpose #headerArea {
	padding-top: 2.9em;
}

#purpose main #contentsBox {
	margin-bottom: 2em;
}

#purpose main #contentsBox > * {
	margin-bottom: 2em;
}

#purpose main #imageBox {
	display: inline-block;
	box-shadow: 0 0 5px #CCC;
	margin: 0 auto 1.6em;
}

#purpose main img {
	display: block;
	border: 0;
	margin: 15px;
	padding: 0;
	width: 800px;
/*	height: 640px;*/
	box-sizing: border-box;
}


/* ツールの使い方 */

#howto #headerArea {
	padding-top: 2.9em;
}

#howto .howtoBox a {
	color: green;
}

#howto .contentsBox {
	margin-bottom: 2em;
}

#howto .contentsBox h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: underline;
}

#howto .howtoBox {
	border: 1px solid #007941;
	border-radius: 10px;
	padding: 15px 30px 10px;
	margin: 2em 0;
}

#howto .howtoBox ul {
	position: relative;
	list-style: none;
}

#howto .howtoBox ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 0.65em;
	font-weight: 700;
}

#howto .howtoBox ul li > span:first-child {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	border: 3px solid #007941;
	border-radius: 15px;
	font-size: 1rem;
	text-align: center;
	padding: 0.25em;
	color: #007941;
	font-weight: bold;
	line-height: 1em;
}

#howto .howtoBox button {
	margin-top: 2em;
}

#howto .howtoBox img {
	display: inline-block;
	border: 1px solid silver;
	width: 95%;
}


/* マイページ */

#myPage main h3 {
	margin: 0.4em 0 0.2em;
}

#myPage main h3#historyTitle {
	margin-top: 0.8em;
	margin-bottom: 0;
}

#myPage main h4 {
	margin: 0;
	padding: 0;
}

#myPage #authInfo a {
	text-decoration: underline !important;
}

#myPage #loginBox {
	position: relative;
	display: block;
	width: 660px;
	box-sizing: border-box;
	margin: 1em auto;
}

#myPage main table {
	width: 100%;
	border-collapse: collapse;
	border-color: silver;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	margin: 0.6em 0 1em;
	font-size: 0.9em;
}

#myPage main table:not(:first-of-type) {
	margin-top: 2em;
}

#myPage table thead tr {
	background-color: #91C83D;
}

#myPage table thead .groupHeader th {
	font-size: 1rem;
	line-height: 2em;
	background-color: #61B048;
	color: white;
	text-align: left;
	padding-left: 1em;
}

#myPage tbody a.button {
	display: inline-block;
	position: relative;
	background-color: moccasin;
	padding: 0em 0.75em;
	line-height: 2.2;
	min-width: 5em;
	border: 1px outset lemonchiffon;
	border-radius: 0.25em;
	text-align: center;
}

#myPage thead tr:last-of-type a.button {
	display: inline-block;
	position: relative;
	background-color: cornsilk;
	padding: 0.5em 0.5em;
	line-height: 1;
	border: 1px outset ivory;
	border-radius: 0.25em;
}

#myPage main tbody tr {
	line-height: 2.4em;
}

#myPage main th,
#myPage main td {
	border-color: #9A7;
	border-style: solid;
}

#myPage main table th {
	font-size: 0.9em;
}

#myPage main table td {
	padding: 0.3em 0 0.2em;
	font-size: 1.1em;
	font-weight: 700;
}

#myPage table td:not(:first-of-type),
#myPage table th:not(:first-of-type) {
	border-left: none;
}

#myPage table td:not(:last-of-type),
#myPage table th:not(:last-of-type) {
	border-right: none;
}

#myPage table td:nth-of-type(2) {
	padding-left: 1em;
}

#myPage main table tbody td:not(:nth-of-type(2)) {
	text-align: center;
}

#myPage main table tbody span.userName {
	font-weight: normal;
	color: dimgray;
	font-size: 0.9em;
	padding-left: 1em;
}

#myPage a.openResult > i {
	margin-right: 0.5em;
}


/* リンク */

/* MEMO : nothing */


/* 登録認証 */

#userAuth #authInfo {
	position: relative;
	display: block;
	width: 660px;
}

#userAuth #authInfo a {
	text-decoration: underline !important;
}


/* 利用者登録フォーム */

#userEntry #formFrame {
	position: relative;
	display: block;
	width: 780px;
	margin: 0 auto;
}

#userEntry .columnOptional {
	display: none;
}


/* パスワード再発行 */

#reminder #reminderBox {
	margin: 1em 1em 0;
}

#reminder label {
	white-space: nowrap;
}


/* 評価ツールもくじ */

#enqueteIndex #info {
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}

#enqueteIndex main table {
	width: 100%;
	border-collapse: collapse;
	border-color: silver;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	margin: 1em 0;
	font-size: 0.9em;
}

#enqueteIndex main tbody tr {
	line-height: 2.4em;
}

#enqueteIndex main th, #enqueteIndex main td {
	border-color: silver;
	border-style: solid;
}

#enqueteIndex main table th {
	border-left: 0;
	border-right: 0;
	font-size: 0.9em;
}

#enqueteIndex main table td {
	border-left: 0;
	border-right: 0;
	padding: 0.3em 0 0.2em;
}

#enqueteIndex main table tbody tr:nth-child(odd) {
	background-color: lightgoldenrodyellow;
}

#enqueteIndex main table td.centered {
	text-align: center;
}

#enqueteIndex main table td.right {
	text-align: right;
}

#enqueteIndex main table td:nth-child(2) {
	font-size: 1.1em;
	font-weight: 700;
	color: green;
}

#enqueteIndex main table td:nth-child(3) {
	font-weight: 600;
}

#enqueteIndex main tbody span {
	display: inline-block;
	background-color: white;
	border: 1px solid silver;
	border-radius: 4px;
	padding: 0.5em 0.9em;
	line-height: 1em;
	cursor: pointer;
}

#enqueteIndex main tbody span:before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	color: green;
	display: inline-block;
	margin-right: 5px;
	font-weight: 900;
}

#enqueteIndex main tbody span:hover {
	background-color: gainsboro;
}

#enqueteIndex tbody td.nothing {
	padding: 0.5em 1em;
}

#enqueteIndex #buttonPanel {
	text-align: center;
	margin: 1.75em auto 0;
}

#enqueteIndex #buttonPanel > * {
	display: block;
	margin: 0.5em auto;
}

#enqueteIndex #buttonPanel label {
	font-size: 0.9em;
	border-radius: 0.5em;
	background-color: #9C9;
	padding: 0.5em 1em;
}

#enqueteIndex #buttonPanel label span {
	color: red;
}

#enqueteIndex #buttonPanel input {
	width: 12em;
}

#enqueteIndex #buttonPanel button {
	margin-top: 1em;
}

#enqueteIndex #chartBase {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#enqueteIndex #radarChart {
	display: block;
	position: relative;
	width: 500px;
	height: 400px;
	margin: 1em auto 2em;
}


/* 目標トップページ */

#enqueteTop header {
	padding-bottom: 0;
}

#enqueteTop main {
	padding-bottom: 0;
}

#enqueteTop #numberPanel {
	margin-top: 0.8em;
}

#enqueteTop #numberPanel span {
	display: inline-block;
	position: relative;
	background-color: white;
	color: #007941;
	text-shadow: none;
	font-weight: 700;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	margin-right: 0.8em;
}

#enqueteTop #numberPanel span.current {
	background-color: #f0d100;
}

#enqueteTop #numberPanel span:nth-child(n+2):nth-child(-n+100):before {
	display: inline-block;
	position: absolute;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-size: 0.75rem;
	color: white;
	width: 30px;
	left: -2em;
}

#enqueteTop #headerArea h2 {
	margin: 0.7em 0 0.4em;
}

#enqueteTop #headerArea h1 {
	margin: 0.4em 0 0;
}

#enqueteTop main #goalText img {
	display: block;
	margin: 2em 0 1.8em;
}

#enqueteTop main #goalText #buttonPanel {
	text-align: center;
}

#enqueteTop main #goalText #buttonPanel button {
	display: inline-block;
	margin: 2.4em 1em 0;
}

#enqueteTop #goBackButton:before {
	content: "\f0a8";
}


/* 設問回答フォーム */

#enqueteForm header {
	padding-bottom: 0;
}

#enqueteForm main {
	padding-bottom: 0;
}

#enqueteForm #numberPanel {
	margin-top: 0.8em;
}

#enqueteForm #numberPanel span {
	display: inline-block;
	position: relative;
	background-color: white;
	color: #007941;
	text-shadow: none;
	font-weight: 700;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	margin-right: 0.8em;
}

#enqueteForm #numberPanel span.current {
	background-color: #f0d100;
}

#enqueteForm #numberPanel span:nth-child(n+2):nth-child(-n+100):before {
	display: inline-block;
	position: absolute;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-size: 0.75rem;
	color: white;
	width: 30px;
	left: -2em;
}

#enqueteForm #headerArea h2 {
	margin: 0.7em 0 0.4em;
}

#enqueteForm #headerArea h1 {
	margin: 0.4em 0 0;
}

#enqueteForm .formTypeB {
	position: relative;
	width: 920px;
}

#enqueteForm .titlePanel,
#enqueteForm .caption,
#enqueteForm .refCaption {
	color: #007941;
	line-height: 1.4em;
	font-size: 1rem;
	font-weight: 700;
}

#enqueteForm .subGoalPanel {
	border-left: 0.3em solid #125ab3;
	margin-left: 0;
	margin-bottom: 1.25em;
	padding-left: 0.5em;
}

#enqueteForm .subGoalPanel:not(:first-of-type) {
	margin-top: 1.5em;
}

#enqueteForm .subGoalPanel > h3 {
	display: block;
	width: 90%;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: 700;
	color: #125ab3;
}

#enqueteForm .subGoalPanel > h4 {
	display: block;
	width: 90%;
	margin: 0 0 0.3em;
	padding: 0;
	line-height: 1em;
	font-weight: 700;
	color: #125ab3;
}

#enqueteForm .questionPanel {
	display: flex;
	font-size: 0.9em;
	line-height: 1.2;
	padding: 0.75em 0 0.75em;
	border-bottom: 1px dotted #aaa;
}

#enqueteForm .titlePanel {
	text-indent: -2em;
	padding-left: 2em;
}

#enqueteForm .contents {
	margin: 1em 0;
	padding-left: 2em;
}

#enqueteForm .viewpointPanel {
	background-color: whitesmoke;
	padding: 0.125em 0;
	margin-bottom: 1em;
	overflow: hidden;
}

#enqueteForm .viewpointPanel.hide {
	height: 1.75em;
}

#enqueteForm .viewpointPanel ul {
	list-style-type: none;
}

#enqueteForm .viewpointPanel > div > ul.square,
#enqueteForm .refPanel > ul {
	list-style-type: square;
	margin-left: 2em;
}

#enqueteForm .viewpointPanel > div > ul > li,
#enqueteForm .refPanel li {
	margin-top: 0.1em;
	color: #333;
	line-height: 1.25;
	font-weight: normal;
	font-size: 0.9em;
}

#enqueteForm .viewpointPanel > div:first-of-type > ul > li {
	text-indent: -7.25em;
	padding-left: 7.25em;
}

#enqueteForm .viewpointPanel > div > ul.square,
#enqueteForm .refPanel ul {
	margin-left: 4em;
}

#enqueteForm .viewpointPanel select {
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 0;
	height: auto;
	margin-bottom: 0.125rem;
	margin-right: 0.25rem;
}

#enqueteForm .viewpointPanel .caption,
#enqueteForm .refPanel .refCaption {
	display: block;
	position: relative;
	margin-left: 1.5rem;
	padding: 0.125em;
}

#enqueteForm .viewpointPanel div:last-of-type .caption {
	margin-top: 1em;
}

#enqueteForm .refPanel .refCaption {
	display: inline-block;
	position: relative;
	background-color: #007941;
	color: white;
	font-size: 0.75rem;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	padding: 0 0.2em 0 0.5em;
	margin-bottom: 0.5em;
}

#enqueteForm .refPanel .refCaption:after {
	display: block;
	position: absolute;
	content: "";
	font-size: 0;
	width: 0;
	height: 0;
	border-left: 13px #007941 solid;
	border-top: 13px transparent solid;
	border-bottom: 13px transparent solid;
	right: -13px;
	top: 0;
}

#enqueteForm .rightForm {
	position: relative;
	font-size: 1rem;
	font-weight: normal;
	color: black;
	background-color: lightgoldenrodyellow;
	padding: 0.6em;
	margin-left: 0.5em;
	white-space: nowrap;
}

#enqueteForm .rightForm > label {
	display: inline-block;
	width: 2.6em;
	line-height: 2.4em;
}

#enqueteForm .rightForm > select {
	margin-bottom: 0.4em;
}

#enqueteForm .rightForm > textarea {
	width: 18em;
	height: 7em;
}

#enqueteForm .rightForm button {
	position: relative;
	display: block;
	margin: 1em auto 0;
	padding: 0.4em 3em 0.4em 1.6em;
}

#enqueteForm #buttonPanel {
	margin-top: 1.5em;
}


/* 評価結果 */

#enqueteResult main table {
	width: 100%;
	border-collapse: collapse;
	border-color: silver;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	margin: 1em 0;
	font-size: 0.9em;
}

#enqueteResult main th, #enqueteIndex main td {
	border-color: silver;
	border-style: solid;
}

#enqueteResult main table th {
	border-left: 0;
	border-right: 0;
	font-size: 0.9em;
}

#enqueteResult main table td {
	border-left: 0;
	border-right: 0;
	padding: 0.3em 0 0.2em;
}

#enqueteResult tbody td:first-child {
	text-align: right;
	padding-right: 0.3em;
	font-weight: normal;
	font-size: 0.9em;
}

#enqueteResult tbody td:last-child {
	text-align: right;
	padding-right: 1em;
}

#enqueteResult tr.goalRow {
	font-size: 1.1em;
	font-weight: bold;
	background-color: lightgoldenrodyellow;
}

#enqueteResult tr.subGoalRow {
	font-weight: bold;
}

#enqueteResult tbody tr.goalRow td:nth-child(n+2):nth-child(-n+10) {
	color: green;
}

#enqueteResult table + span {
	display: block;
	text-align: right;
	font-size: 0.9em;
	line-height: 1;
}

#enqueteResult #chartBase {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#enqueteResult #radarChart {
	display: block;
	position: relative;
	width: 500px;
	height: 400px;
	margin: 1em auto 2em;
}


/* 対策レポート編集 */

#cpEdit table {
	width: 100%;
	border-collapse: collapse;
	border-color: #9A7;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	margin-bottom: 1em;
	font-size: 0.9em;
}

#cpEdit table#cpListTable {
	marigin-top 0.6em;
}

#cpEdit table thead th {
	line-height: 1em;
	background-color: #61B048;
	color: white;
	padding: 0.25em 0 0.25em 0.25em;
	border-color: #9A7;
}

#cpEdit table thead th:nth-of-type(1),
#cpEdit table thead th:nth-of-type(4),
#cpEdit table thead th:nth-of-type(5),
#cpEdit table thead th:nth-of-type(6),
#cpEdit table thead th:nth-of-type(7) {
	text-align: center;
}

#cpEdit .tablesorter-filter-row td {
	border-color: silver;
}

#cpEdit .tablesorter-filter-row select {
	padding: 0;
	border-radius: 0.25em;
}

#cpEdit button.reset {
	font-size: 0.75em;
	padding: 0.25em 0.5em;
}

#cpEdit table tbody td {
	padding: 0.25em 0.25em;
	line-height: 1.25;
	border-color: #9A7;
}
/*
#cpEdit table tbody tr:nth-of-type(even) td {
	background-color: lightgoldenrodyellow;
}*/

#cpEdit table tbody td p {
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

#cpEdit table tbody td.centered {
	text-align: center;
}

#cpEdit button.formTypeA {
	display: inline-block;
	margin: 0 0.5em;
}

#cpEdit div#buttonPanel {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

#cpEdit button#goBackButton:before {
	content: "\f137";
}

#cpEdit button#saveButton:before {
	content: "\f15c";
}

#cpEdit #cpNone {
	color: maroon;
	font-weight: bold;
}

#cpEdit #cpDetailBG {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(32, 32, 32, 0.5);
	display: none;
}

#cpEdit #cpDetail {
	display: block;
	position: fixed;
	overflow: auto;
	background-color: white;
	top: 7.5vh;
	left: calc(50vw - 400px);
	max-height: 80vh;
	border: 2px solid #9A7;
	box-shadow: 1em 1em 1em dimgray;
	padding: 1.25em;
	background-color: white;
}

#cpEdit #cpDetail table {
	width: 800px;
	background-color: white;
	line-height: 1.2;
}

#cpEdit #cpDetail th {
	padding: 0.5em;
}

#cpEdit #cpDetail table thead th {
	padding: 1em;
	font-size: 1.5em;
	text-justify: 12em;
	background-color: #61B048;
}

#cpEdit #cpDetail table tbody th {
	background-color: #91C83D;
	border-color: #9A7;
}

#cpEdit #cpDetail button#closeDetail {
	padding: 0.25em 0.75em;
}

#cpEdit td.goalRow img,
#cpEdit #dGoalText img {
	width: 1.25em;
	vertical-align: middle;
	margin: 0 0.25em 0 0;
}

#cpEdit tfoot {
	background-color: #61B048 !important;
	color: white;
}

#cpEdit #subPanel {
	font-size: 0.9em;
}

#cpEdit #subPanel > div {
	display: flex;
	margin: 0.5em 0;
}

#cpEdit #subPanel > div > label {
	width: 8em;
	text-align: right;
	padding: 0 0.5em;
	font-weight: bold;
}

#cpEdit #reportNotes {
	width: 80%;
}

#cpEdit .cpTitle {
	font-size: 1.1em;
	font-weight: bold;
}

#cpEdit #cpListTable .disabled {
	visibility: hidden;
}

#cpEdit .select2-result-label {
	font-size: 0.75em;
	padding: 0.125em 0.25em;
	line-height: 1.5;
}

#cpEdit .select2-drop {
	border-radius: 0.25em;
}

#cpEdit .select2-choices {
	border-radius: 0.25em;
	margin: 0.125em 0.25em;
}
