@charset "UTF-8";
:root {
	--red-txt: #BA3849;
	--blue-txt: #4472BD;
}

/* table */
.table-wrap {
	width: 100%;
	margin-bottom: 2.0rem;
}
table {
	height: auto;
	width: 100%;
	border-spacing: 0.2rem;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.no-spacing {
	border-spacing: 0;
}
th {
	background: #4472BD;
	color: #fff;
	vertical-align: middle;
	font-size: 1.3rem;
	padding: 0.5rem 0.25rem;
}
th label{
	color: #fff;
}
.w65p {
	width: 65%;
}
th span {
	color: #fff;
}
th.left-txt {
	text-align: left;
}
.th-border th {
	border-top: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	border-left: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
}
th.border-btm {
	border-bottom: 0.2rem solid #fff;
}
.td-border td {
	border-top: 0.2rem solid #fff;
	border-right: 0.1rem solid #fff;
	border-left: 0.1rem solid #fff;
	border-bottom: 0.2rem solid #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.td-border td:first-child {
	border-left: 0.2rem solid #fff;
}
.td-border td:last-child {
	border-right: none;
}
td {
	background: #c7d4eb;
	vertical-align: middle;
	font-size: 1.5rem;
	text-align: center;
	padding: 0.5rem 0.5rem;
}
.bg-d-blue {
	background-color: #39a0eb;
}
.bg-l-blue {
	background-color: #c4e2f9;
}
.bg-d-green {
	background-color: #008e4e;
}
.bg-l-green {
	background-color: #a9dcc6;
}
.bg-white {
	background-color: #fff;
}
.arrow-down {
	margin: 0 auto 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

td input[type="text"],
th input[type="text"] {
	text-align: center;
	font-size: 1.5rem;
	border: 1px solid #bababa;
	border-radius: 0.5rem;
}
input[type="text"] {
	width: 100%;
  font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif;
}
.inline-item {
	font-size: 1.4rem
}
.inline-item input {
	width: 80% !important;
	margin-right: 0.5rem;
}


/* radio */
.radio-btn-wrap {
	display: flex;
	align-items: center;
}
.radio-btn-wrap img {
	margin: 0 1.5rem 0 0;
}

.radio-btn-wrap input[type="radio"]  {
	display: none;
}
.radio-btn-wrap label {
	display: inline-block;
	width: 12rem;
  background-color: #eee;
	border-radius: 1.0rem;
	box-shadow: 0.25rem 0.25rem 0.5rem 0.2rem rgba(0,0,0,.25);
	font-size: 1.8rem;
	text-align: center;
	padding: 0.5rem 1.0rem;
	margin-right: 1.5rem
}
.radio-btn-wrap label:last-child {
	margin-right: 0;
}
.radio-btn-wrap label span {
	display: flex;
	justify-content: center;
	color: var(--blue-txt);
	border-bottom: 3px solid #eee;
}
.radio-btn-wrap input[type="radio"]:checked + label {
  background-color: #fff;
}
.radio-btn-wrap input[type="radio"]:checked + label span {
	border-bottom: 3px solid var(--blue-txt);
}

.check-wrap {
	width: 100%;
	margin: 2.0rem auto;
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}
.check-wrap input[type="checkbox"] {
	transform: scale(1.5);
}
.check-wrap label {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.check-wrap label span {
	display: block;
	margin-top: 1.0rem;	
}


/**/
.select-wrap {
	overflow: hidden;
	width: 20%;
	margin: 2rem 0 2rem 80px;
	text-align: center;
}
.select-wrap select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.2rem;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap.select-box {
	position: relative;
	border: 1px solid #555;
  border-radius: 1.5rem;
	background: #ffffff;
}
.select-wrap.select-box::before {
	position: absolute;
	top: 2.0rem;
	right: 1.0em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #555;
	pointer-events: none;
}
.select-wrap.select-box select {
	padding: 1.5rem 2.0rem;
	color: #555;
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.select-wrap {
		width: 100%;
		margin: 2rem 3.2rem 2rem 60px;
	}
	.select-wrap.select-box select {
		padding: 1.5rem 1.0rem;
	}
}

/* 3-1a_sim1 */
#graph-zone_hist {
		margin: 1.0rem 0;
		height: 60%;
		width: 100%;
}
#graph-zone_line {
		margin: 1.0rem 0;
		height: 60%;
		width: 100%;
}
/*  */
#graph-zone {
		margin: 1.0rem 0;
		height: 60%;
		width: 100%;
}