body{width:95%;margin-left:auto;margin-right:auto;max-width:1000px; 
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;}
.left{text-align:left}
.right{text-align:right}
.date{margin-right:1em;padding-top:0.5rem;}
.center{text-align:center}
.wide{width:100%;}
.small{font-size:small !important}
.nobr{white-space:nowrap;}
.side{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}
button{margin-left:5px;margin-top:5px;}
.mr{margin-right:-5px}
.ml{margin-left:5px}
.mt{margin-top:5px}
textarea{height:1.5em;width:26em;vertical-align:bottom;}
#graph{position:relative; margin:auto; width:90%; height:110vh;}
#graph2,#graph3{position:relative; margin:auto; width:90%;}
@media screen and (max-width:640px) {
	#graph{height:90vh}
}
button,input[type="button"]{
	display: inline-block;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	border: 1px solid #bbb;
	overflow: visible;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
	background-color: #eee;
	transition: background-color .2s ease-out;
	background-clip: padding-box; /* Fix bleeding */
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
		0 2px 2px -1px rgba(0, 0, 0, .5),
		0 1px 0 rgba(255, 255, 255, .3) inset;
}

button:hover,input[type="button"]:hover{
	background-color: #ddd;
}
.radio_color:hover{
	background-color: #ffe521;
}


button:active,input[type="button"]:active{
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	outline: none;
}
.radio_input {

    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio_label {
    display: inline-block;
    cursor: pointer;
    padding: 0.2rem 0.4rem;
    margin: 5px 5px 5px 0;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    transition: all .2s;
    font-size:100%;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
		0 2px 2px -1px rgba(0, 0, 0, .5),
		0 1px 0 rgba(255, 255, 255, .3) inset;
}

.radio_color {
    background:#ffef6c;
}

.radio_input:checked + .radio_label {
    background: #4a71b5;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio_label2 {
    background: #4a71b5;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio_input:focus + .radio_label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.sns_list {
  display: flex;
  justify-content: center;
  padding-left:0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #fff;
}
.sns_item {
  list-style:none;
  width:15%;
  min-width:60px;
  max-width:100px;
  margin-bottom:14px;
  margin-left:10px;
}
.sns_btn {
  display: block;
  width: 100%;
  padding: 6px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height:1em;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.2s ease-out;
@font-family: "FontAwesome";
}
@font-face {
  font-family: "FontAwesome";
  font-weight:bold;
  font-display:swap;
  src:url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2");
}
.sns_btn:hover {
  transform: translate3d(0, 4px, 0);
  box-shadow: none;
}
.sns_btn--fb {
  background-color: #4267b2;
  box-shadow: 0 4px 0 #22355a;
}
.sns_btn--tw {
  background-color: #1ca1f3;
  box-shadow: 0 4px 0 #1473ad;
}
.sns_btn--line {
  background-color: #00b900;
  box-shadow: 0 4px 0 #008800;
}
.sns_btn--hb {
  background-color: #02a4de;
  box-shadow: 0 4px 0 #0578a1;
}
.sns_btn--po {
  background-color: #ef4156;
  box-shadow: 0 4px 0 #af3240;
}
.sns_btn--copy {
  background-color: #bbb;
  box-shadow: 0 4px 0 #999;
}
.sns_btn--mail {
  background-color: #bbb;
  box-shadow: 0 4px 0 #999;
}
.sns_btn--mail {
  background-color: #ef4156;
  box-shadow: 0 4px 0 #af3240;
}
table{margin-left:auto;margin-right:auto;}
input{margin-top:5px}
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video iframe,
.video img,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-w {
	width: 1000px;
	max-width: 100%;
	margin:auto;
}
.v-mark {
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit- transform:translateY(-50%) translateX(-50%);
	margin:auto;
	font-size:xxx-large;
	color:white;
	background-color:red;
	border-radius:20px;
	width:2em;
	text-align:center;
	cursor:pointer;
}
.loader {
	position: absolute;
    	top: 50%;
    	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color:rgba(0, 0, 0, 0.5);
	font-weight:bold;
	font-size:xx-large;
}
.gmd {
  background: #fff;
  border-radius: 2px;
  margin: 0.5rem;
}
.gmd-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box{
  border: 2px solid #0094D6;
  margin: 0.5rem;
  cursor:pointer;
}
.box h3{
  font-size:xx-large;
  background: #0094D6;
  color: #FFF;
  text-align: center;
  margin: 0;
  font-weight:normal;
}
.box .inner{
  font-size:xx-large;
  font-weight:bold;
}
.arrow_down {
	font-size: 1rem;
	position: relative;
	width: 0.6em;
	height: 1.2em;
	background-color: #39a9d6;
	margin-left:0.4em;
	margin-right:0.1em;
	margin-top:-0.1em;
}
.arrow_down::before {
	position: absolute;
	top: 0.9em;
	left: -0.3em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.6em solid #39a9d6;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
}
.arrow_up {
	font-size: 1rem;
	position: relative;
	width: 0.6em;
	height: 1.2em;
	background-color: #d63939;
	margin-left:0.4em;
	margin-right:0.1em;
}
.arrow_up::before {
	position: absolute;
	top: -0.6em;
	left: -0.3em;
	width: 0;
	height: 0;
	content: "";
	border-bottom: 0.6em solid #d63939;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	margin-top:0.3em;
}
#HCB_comment_box textarea{}#HCB_comment_box{}#HCB_comment_box p.error{border:4px solid #f88;background-color:#fee;color:#800}#HCB_comment_box textarea{height:auto},#HCB_comment_box input.text{border:1px solid #ddd;border-left:1px solid #ccc;border-top:1px solid #ccc;}#HCB_comment_box .hcb-wrapper-half{display:block;width:50%;float:left}#HCB_comment_box .hcb-wrapper{clear:both;margin-bottom:.5em}#HCB_comment_box input.text{display:block;width:97%}#HCB_comment_box input.submit{margin:0 7px 3px 0;background-color:#f5f5f5;border:1px solid #ccc;border-top:1px solid #ddd;border-left:1px solid #ddd;font-family:lucida grande,Tahoma,Arial,Verdana,sans-serif;font-size:100%;line-height:130%;text-decoration:none;font-weight:700;color:#565656;cursor:pointer;width:auto;overflow:visible;padding:4px 10px 3px 7px}#HCB_comment_box input.submit:hover{background-color:#dff4ff;border:1px solid #c2e1ef;color:#369}#HCB_comment_box span.home-desc{opacity:.4}#HCB_comment_box div.comment{border-top:1px solid #eee;margin-bottom:.5em}.hcb-mod b{color:#00008b}.hcb-link{color:blue;text-decoration:underline}
