/* global */
body{
	color:#333;
	}
a:hover {
	color:#f00;
	text-decoration:underline;
	}
#header h1{
	margin:10px;
	padding:5px 5px 2px 5px;
	font-size:1.3em;
	font-weight:bold;
	/* background-color:#FFE6BF; */
	/* border-top:solid 2px #FFCC80; */
	/* border-bottom:solid 2px #FFCC80; */
	text-align:center;
	}
#header h2{
	margin:10px;
	padding:1px 5px;
	font-size:0.8em;
	border-bottom:solid 1px #FF9900;
	}
#history {
	margin:5px;
	padding:5px;
	font-size: 11px;
	display: none;
	}
#panel {
	border: 4px solid #2c9a7a;
	margin:2px 10px 2px 10px;
	border-radius: 20px;
	}

/*main*/
.accordion {
	visibility: hidden;
    display: none;
	}
.inner {
	margin: 15px;
	}
.inner h3{
	margin:10px;
	padding:0px 7px;
	border-left:double 5px #B36B00;
	font-size:1.2em;
	font-weight:bold;
	}
.inner h3.not-huyou{
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	width:200px;
	}
.inner h4{
	margin: 7px 0px 20px 0px;
	padding: 10px 0;
	font-size:1.2em;
	font-weight:bold;
    text-align: center;
	}
.inner p{
	/* margin: 0px 10px; */
/*	padding: 10px 0;*/
}
.inner p.kome{
	padding-left:1em;
	text-indent:-1em;
	}
.inner .parts-column-box{
    margin: 15px;
}
.inner_ch {margin:auto;text-align: center;display: flex; justify-content: center;}
@media only screen and (max-width:768px) {
	.inner_ch {/* flex-basis: calc(100% - 40px); *//* max-width: calc(100% - 40px); */display: flex;flex-wrap: wrap;}
}

p.choice {
	padding: 10px;
	width: 13em;
	text-align: center;
	}
p.choice.long {
	width: 30em;
	white-space: nowrap;
	display: flex;
	}

p.choice-l {
	margin-left:0.5em;
	}
p.choice a {
	color:#fff;
	font-weight:700;
	display: flex;
	border: 2px solid #ccc;
	padding: 6px 10px;
	border-radius: 10px;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	background-color: #2c9a7a;
	}
p.choice a:hover {
	opacity:0.8;
	text-decoration:none;
	transition:.6s;
	}
	p.choice span {
    line-height: 1.4;
    display: inline-block;
    font-size: 1.4rem;
}
.toggler {
	display: none;
	}
.paper,.paper a{
	font-size: 1.2em;
	font-weight: bold;
	}

#navlink {
	position:relative;
	margin:25px 0px;
	text-align:center;

	}
#navlink a{
	padding:15px;
	font-size:14px;
	border:2px solid #cdcdcd;
	text-decoration:none;
	color:#333;
	border-radius: 6px;
	}
#navlink a span.pre {
	color:#999;
	text-decoration:none;
	}

#navlink a:hover{
	text-decoration:none;
	color:#f00!important;
	transition:.6s;
	}
	
#navlink img {display:none;}
	
input{
	background-color:#ddd;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
}
input:hover {
	color:#FF0000;
}
input:active {
	margin: 6px 5px 5px 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.start{
	font-size:20px;
	width:150px;
	margin:5px;
}
.detail{
	margin: 5px;
}

.hairemasen{
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}

/*chart-index PC*/
#chart-panel01 {
	border:3px dotted #FF9900;
	position:relative;
	margin:0 auto;
	width:600px;
	height:550px;
	}

#chart-panel01 #chart a{
	height:180px;
	width:120px;
	text-align:center;
	display:block;
	background-color:#ffe;
	border: 1px solid #ddd;
	padding:15px 15px;
	font-weight:bold;
	font-size:90%;
	line-height:1.5em;

}
#chart-panel01 #chart a:hover {
  color: #ff0000;
  background: #ffc;
}

.img1{
	position: absolute;
	top: 35px;
	left: 35px;
}
.img2{
	position: absolute;
	top: 35px;
	left: 225px;
}
.img3{
	position: absolute;
	top: 35px;
	left: 415px;
}
#chart-panel01 p#chart.img4 a{
	position: absolute;
	top: 275px;
	left: 70px;
	height:190px;
	width:180px;
}
#chart-panel01 p#chart.img5 a{
	position: absolute;
	top: 275px;
	left: 320px;
	height:190px;
	width:180px;
}

/*chart-index SP*/
	
#chart-panel02 {
	border:3px dotted #FF9900;
	position:relative;
	margin:0 auto;
	width:auto;
	}	
	
#chart-panel02 #chart a{
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	background-color:#ffe;
	border: 1px solid #ddd;
	font-weight:bold;
	font-size:130%;
}
#chart-panel02 #chart a:hover {
  color: #ff0000;
  background: #ffc;
}


/* hidden_boxP */
.hidden_box {
    margin-top: 1em;
    padding: 0;
}

.hidden_box label {
    padding: 4px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

.hidden_box label:hover {
    background: #efefef;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



span.title {
    padding: 4px;
    font-weight: bold;
    border: solid 2px #333;
		margin-top:1em;
		display:inline-block;
}

p.result {
text-align: center;
background-color: #c3002f;
color: #fff;
font-size: 1.6rem;
padding: 10px;
font-weight: 700;
border-radius: 10px;
margin-top: 2em;
}

@media only screen and (max-width:768px) {
p.result {
text-align: left;
font-size: 1.3rem;
}
}

.bg_chart01 {background-color: #f0fafc;}

a.btn_09 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
	border-radius: 10px;
	color: #333;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right-color: rgba(255, 255, 255, 0.8);
	border-bottom-color: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    position: relative;
}
a.btn_09:hover {
	opacity: 0.7;
}

a.btn_09::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	transform: rotate(45deg);
    position: absolute;
    top:40%;
    right: 10px;
}

@media only screen and (max-width:768px) {
a.btn_09 {
	text-align: left;
	padding: 1rem 2rem 1rem 1rem;
}
}

