@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	-webkit-text-ajust: 100%;
}
body{
	padding-bottom: 80px;
	line-height: 1.5;
	color: #151617;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.6rem;
	background-color: #ffffff;
}
main{
	display: block;
	background-color: #ffffff;
	margin:0 auto;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

.wrapper{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px 60px;
}
.sponly{
	display: none;
}

/*header-------------*/
.header{
	width: 100%;
/*	background-color: #04287e;*/
}

.headerinner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: left;
}
.header .date{
	text-align: right;
}
.h1Area{
	background-color: #151617;
	margin-bottom: 10px;
}
h1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
h1 span{
	font-size: 2.4rem;
}
.tx_redbox{
	border: 1px solid #f32f2f;
	padding: 0 10px 10px;
	background-color: #ffffff;
}
.tx_redbox>p:first-of-type{
	margin-top: 10px;
	font-size: 1.4rem;
}
/*.headerinner figure img{
	max-width: 150px;
}*/
div.company{
	background-color: #ffffff;
	padding: 15px 10px;
}
.company .headerinner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	
}
.company p a img{
	max-width: 300px;
}
.company p a{
	display: block;
}

#gl_nav{
	width: 100%;
	max-width: 1000px;
	margin: -20px auto;
}
#gl_nav_contents{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#gl_nav_contents li{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: calc((100% - 44px) / 3);
	margin-bottom: 15px;
}
#gl_nav_contents li+li{
	margin-left: 20px;
}
#gl_nav_contents li:nth-of-type(3n+1){
	margin-left: 0px;
}
#gl_nav_contents li a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding: 10px 25px 10px 5px;
	text-align: center;
	border: 2px solid #04287e;
	border-radius: 5px;
	box-shadow: 2px 3px 0 0 #04287e;
	text-decoration: none;
	background-color: #ffffff;
	color: #04287e;
	font-weight: bold;
	transition: all 0.2s;
}
#gl_nav_contents li a:after{
	content: "";
	display: inline-block;
	position: absolute;
	border: 8px solid transparent;
	border-top: 12px solid #04287e;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	transition: all 0.2s;
}
#gl_nav_contents li a:hover:after{
	border: 8px solid transparent;
	border-top: 12px solid #ffffff;
}
#gl_nav_contents li a:hover{
	background-color: #04287e;
	color: #ffffff;
}
#toggle{
	display: none;
}

.pnkz_nav ol{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.pnkz_nav ol li{
	position: relative;
	margin-left: 15px;
}
.pnkz_nav ol li+li:after{
	content: "";
	position: absolute;
	height: 16px;
	width: 1px;
	top: 50%;
	margin-top: -8px;
	left: -10px;
	border-left: 1px dashed #04287e;
}
.pnkz_nav ol li a{
	display: inline-block;
	position: relative;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
/*	color: #04287e;*/
	color: #151617;
	border-bottom: 1px solid #ffffff;
	transition: all 0.2s;
}
.pnkz_nav ol li a:hover{
/*	border-bottom: 1px solid #04287e;*/
	border-bottom: 1px solid #151617;
}
.pnkz_nav ol li a:before{
	content: "▽";
	position: absolute;
	left: 0;
}
.pnkz_nav ol li.link_blank a:before{
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	top: 50%;
	margin-top: -8px;
	background: url("../images/ic01.png")center center / cover;
}

section > div{
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 0;
}
/*flexBox-------------*/
div.flexBox{
	width: 100%;
	max-width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px auto 0;
}
section>div .flexBox{
	margin-top: 20px;
}
div.flexBox>div{
	width: calc((100% - 20px) / 2);
	margin-top: 40px;
	min-height: 0%;
}
div.flexBox>div:first-of-type , div.flexBox>div:nth-child(2){
	margin-top: 0;
}

div.flexBox>div+div{
	margin-left: 20px;
}
div.flexBox>div:nth-child(odd){
	margin-left: 0;
}
div.flexBox>div>div+div{
	margin-top: 40px;
}
.section_inner div+div{
	margin-top: 40px;
}

/*h-------------*/
h2{
	font-size: 3rem;
	text-align: center;
/*	color: #04287e;*/
	color: #151617;
	font-weight: bold;
	padding: 10px 10px 5px;
	margin: 50px -10px 20px;
	border-bottom: 5px solid #151617;
}
h3{
	width: 100%;
	margin-bottom: 20px;
	padding: 3px;
/*	color: #04287e;*/
	color: #151617;
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px dashed #151617;
}
h3 span{
	font-size: 1.8rem;
}
	div+h3{
		margin-top: 30px;
	}
.h3memo{
	margin-bottom: 20px;
	margin-top: -10px;
	font-size: 1.6rem;
}
.h3memo+.note02{
	margin-top: -20px;
	margin-bottom: 20px;
}
h4{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
/*	color: #04287e;*/
	color: #151617;
}

/*note-------------*/
.note{
	margin-top: 10px;
	text-align: left;
	font-size: 1.3rem;
}
.note02{
	margin-top: 10px;
	text-align: left;
}
.note02 li+li{
	margin-top: 0px;
}

.note li:not(.flat), .note02 li:not(.flat){
	position: relative;
	padding-left: 15px;
}
ol.note , ol.note02{
	counter-reset: item;
  list-style-type: none;
}
.ast_number_more_reset{
	counter-reset: astnm_item;
}
ol.note li:not(.flat) , ol.note02 li:not(.flat){
  position: relative;
	padding-left: 28px;
}
.kome_number:before{
  counter-increment: item;
  content: "※"counter(item);
	position: absolute;
	margin-left: -28px;
}
.ast_number:before{
  counter-increment: item;
  content: "＊"counter(item);
	position: absolute;
	margin-left: -28px;
}
.ast_number_more:before{
  counter-increment: astnm_item;
  content: "＊"counter(astnm_item);
	position: absolute;
	margin-left: -28px;
}
.kome:before{
	content: "※";
	position: absolute;
	margin-left: -15px;
}
.circle_black:before{
	content: "●";
	position: absolute;
	margin-left: -15px;
}
.circle:before{
	content: "〇";
	position: absolute;
	margin-left: -17px;
}
.ast:before{
	content: "＊";
	position: absolute;
	margin-left: -14px;
}
.dot:before{
	content: "・";
	position: absolute;
	margin-left: -15px;
}
.red{
	color: #f32f2f;
}
.bt_style a{
	display: block;
	padding: 10px 25px 10px 5px;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid #04287e;
	border-radius: 5px;
	box-shadow: 2px 3px 0 0 #04287e;
	color: #04287e;
	font-weight: bold;
}
.tel a{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

/*table-------------*/
.table_box{
	overflow-x: auto;
	display: block;
}
.table_box table{
		min-width: 450px;
}
table{
/*	border: 2px solid #04287e;*/
	border: 2px solid #151617;
	width: 100%;
}
th{
/*	background-color: #c5d6ff;*/
	background-color: #d9b76e;
}
td{
	text-align: center;
}	
th,td{
	border-top: 1px solid #151617;
	border-left: 1px solid #151617;
	vertical-align: middle;
	padding: 3px 5px;
}
.double_line th , .double_line td{
	border-top: 3px double #151617;
}
.designbox{
	border-top: 0;
}
.colortable tr:nth-child(even) th , .colortable tr:nth-child(even) td{
/*	background-color: #c5d6ff;*/
	background-color: #d9b76e;
}
.colortable tr:nth-child(odd) th , .colortable tr:nth-child(odd) td{
	background-color: #ffffff;
}
.colortable tr th.bgcolor_wt{
	background-color: #ffffff;
}
.colortable tr th.bgcolor_bl{
	background-color: #d9b76e;
}
.w13per{width: 13%;}
.w20per{width: 20%;}
.w30per{width: 30%;}
dl{
	margin-top: 10px;
}
.tx_box>dl{
	margin-top: 0;
}
dl dt{
	margin-top: 10px;
}
dl>dt:first-of-type{
	margin-top: 0;
}
.img_w70per{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}


/*上位10銘柄*/
.grad{
	position: relative;
	padding-right: 30px;
}
.W5per{width: 5%;}
.W40per{width: 46%;}
.W17per{width: 17%;}
.W24per{width: 24%;}
.W8per{width: 8%;}
/*ESG表用*/
.W38per{width: 38%;}
.W33per{width: 33%;}
.W16per{width: 16%;}
/*GCRED表用*/
.W10per{width: 10%;}
.W22per{width: 22%;}
.W24per{width: 24%;}
.W30per{width: 30%;}

.toggleBtn{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.toggleBtn.show:before{
	position: absolute;
	content: "";
	bottom: 8px;
	margin-top: -12px;
	right: 10px;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #04287e transparent;
}
.toggleBtn.hide:before{
	position: absolute;
	content: "";
	bottom: 8px;
	right: 10px;
	border-style: solid;
	margin-top: 0;
	border-width: 12px 10px 0 10px;
	border-color: #04287e transparent transparent transparent;
}
.detail{
    display: none;
}
.detail.show{
    display: table-row;
}
/*#top10_ratio tr:nth-of-type(2n){
	border-top: 2px solid #04287e
}
.grad-wrap{
	position: relative;
}
.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: .2s ease;
	/*box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::before {
	position: absolute;
	bottom: 8px;
	right: 10px;
	content: "";
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #04287e transparent transparent transparent;
}
.grad-item {
  overflow: hidden;
	height: 0; /*隠した状態の高さ
}
/*.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /*グラデーションで隠す高さ
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.95) 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.95) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.95) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示
}
.grad-trigger:checked ~ .grad-btn::before {
	position: absolute;
	bottom: 8px;
	margin-top: -12px;
	right: 10px;
	content: "";
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #04287e transparent;
 /*チェックされていたら、文言を変更する
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す
}
/*
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする
}*/

/*text------------*/
.tx_box{
	padding: 20px;
	border: 1px solid #04287e;
}
.tx_box p+p{
	margin-top: 15px;
}
.tx_bold{
	font-weight: bold;
}
.tx_big{
	font-size: 1.8rem;
}
.tx_underline{
	text-decoration: underline;
}
.tx_lead{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
.tx_box>.tx_lead:first-child{
	margin-top: 0;
}
.tx_left{
	text-align: left;
}
.tx_right{
	text-align: right;
}
.tx_center{
	text-align: center;
}
.vertical{
	-webkit-writing-mode:vertical-rl;
	writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
	margin: 0;
	line-height: 1;
}
.tx_super{
	vertical-align: super;
	font-size: 50%;
}
.bgcolor01{
	background-color: #00869d;
	color: #ffffff;
}
.bgcolor02{
	background-color: #ff7b80;
}
.bgcolor03{
	background-color: #ff9a00;
}
.tx_red{
	color: #FF0004;
}
.margin_top{
	margin-top: 20px;
}
.margin_bottom{
	margin-bottom: 10px;
}
.note_box{
	margin-top: 80px;
}
.note_box h5{
	margin-top: 30px;
}
#schedule div+div{
	margin-top: 40px;
}
.scimg{
	overflow-x: auto;
}

.scimg::-webkit-scrollbar {
  height: 10px;
}

.scimg::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.scimg::-webkit-scrollbar-thumb {
  background-color: #d9b76e;
  border-radius: 5px;
}
.scimg img{
	max-width: inherit;
	height: 100%;
}

/*  highchart追記部分　始まり20200916  */	
#myChart{
	width:100%;
	height:300px;
	margin-top: 0;
}
#gr_ki , #gr_ki2{
	font-size: 2rem;
}
.period{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
/*	margin: 0 auto 10px;*/
} 
.chart_label{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.highchart_button1{ 
	width: 100%;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.highchart_button1 li{
	width: calc((100% - 24px)/7);
 }
/*.highchart_button1 button{
	width: 100%;
	font-size: 1.2rem;
	padding: 5px;
	font-weight: bold; 
	background-color: #ffffff;
	border: 2px solid #04287e;
	border-radius: 5px;
	box-shadow: 2px 3px 0 0 #04287e;
	color: #04287e;
 }
.highchart_button1 button:hover { 
	background-color: #c5d6ff; 
}
.highchart_button1 button:focus{
	background-color: #c5d6ff;
}*/
.highchart_button1 button{
	width: 100%;
	font-size: 1.2rem;
	padding: 5px;
	font-weight: bold; 
	background-color: #ffffff;
	border: 2px solid #151617;
	border-radius: 2px;
	box-shadow: 2px 3px 0 0 #151617;
	color: #151617;
 }
.highchart_button1 button:hover { 
	background-color: #d9b76e; 
}
.highchart_button1 button:focus{
	background-color: #d9b76e;
}

/*lightbox*/
.lb-data .lb-number {
    display: none !important;
}
/* highchart追記部分　終わり20200916 */

/*footer------------*/
.footer{
	padding: 25px 0 20px;
	background-color: #ffffff;
	/*border-top: 2px solid #04287e;*/
}
.footer div.note{
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
}
.footer div.note p{
	margin-top: 10px;
}
.footer .linkArea{
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.footer .linkArea li:not(last-of-type) a{
	padding-right: 10px;
}
.footer .linkArea li+li{
	padding-left: 10px;
	border-left: 1px solid #d5d5d5;
}
.footer .linkArea a{
	color: #004fab;
}
.footer .linkArea a:hover{
	text-decoration: none;
}
.footerBox{
	padding: 30px 0 25px;
	background-color: #d5d5d5;
	font-size: 1.4rem;
	text-align: center;
}
.footerBox .name{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.4rem;
}
.footer .small{
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.footer > dl.note02{
	width: calc(100% - 20px);
	margin: 0 auto;
	font-size: 1.6rem;
}
.footer dl .note02 li+li{
	margin-top: 0;
}
.footer dl dd{
	margin-top: 10px;
	font-size: 1.6rem;
}

/*fixed_nav-------------*/
.navwrapper{
	width: 100%;
}
.fixed_nav{
	z-index: 99999;
	position:fixed;
	right: 0;
  bottom:0;
  left: 0;
	background-color: #000b52;
	border-top: 3px solid #ffffff;
}
.fixed_nav ol{
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fixed_nav ol li{
	width: 50%;
}
.fixed_nav ol li+li{
	border-left: 2px solid #ffffff;
}
.fixed_nav a{
	display: block;
	padding: 20px 10px 15px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 2.6rem;
	font-weight: bold;
}

/*pagetop-------------*/
.pageTop{
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 99999;
}
.pageTop a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #000b52;
	border: 3px solid #ffffff;
	box-shadow: 0px 3px 5px -2px #333333;
}
.pageTop a img{
	width: 60%;
}

/*------------------------------------------------------------
　　スマートフォン
------------------------------------------------------------*/
@media screen and (max-width : 756px ){
	.sponly{
		display: block;
	}
	.pconly{
		display: none;
	}
	.inner{
		padding: 10px 10px 40px;
	}
	main{
		margin: 10px auto 20px;
		font-size: 1.4rem;
	}
	/*header-------------*/
	.header{
		text-align: center;
	}
	.headerinner{
		font-size: 1.2rem;
	}
	.fundname{
		padding: 0 10px;
	}
	.fundname .report{
		margin: 0 -10px;
	}

	.headerinner.flexBox div.txArea{
		text-align: center;
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}
h1{
	padding: 20px 0;
	font-size: 2rem;
	line-height: 1.3;
}
h1 span{
	font-size: 1.6rem;
}
	h2{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	h3{
		font-size: 2rem;
	}
	h3 span{
		font-size: 1.6rem;
	}
	.h3memo{
		font-size: 1.2rem;
	}
	h4{
		font-size: 1.8rem;
	}
	
	.tx_redbox>p:first-of-type{
	font-size: 1.2rem;
}

	#gl_nav{
		margin: 0 auto -25px;
	}
	#toggle{
		display: block;
	}
	#toggle a{
		position: relative;
		display: block;
		width: 100%;
		padding: 10px;
		background-color: #04287e;
		font-size: 2rem;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
	}
	#toggle a:after{
		content: "";
		display: inline-block;
		position: absolute;
		border: 8px solid transparent;
		border-top: 12px solid #ffffff;
		right: 20px;
		top: 50%;
		margin-top: -5px;
	}
	#gl_nav_contents{
		display: none;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#gl_nav_contents li{
		width: 100%;
		margin-top: -2px;
		margin-bottom: 0;
	}
	#gl_nav_contents li+li{
		margin-left: 0;
	}
	#gl_nav_contents li a{
		border-radius: 0;
		box-shadow: 0 0;
	}
	#gl_nav_contents li a:after , #gl_nav_contents li a:hover:after{
		border-top: 12px solid #04287e;
	}

	#gl_nav_contents li a:hover{
		background-color: #ffffff;
		color: #04287e;
	}
	
	.pnkz_nav ol{
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-top: 10px;
	}
	.pnkz_nav ol li+li:after{
		border-left: 1px dashed #ffffff;
	}
	.pnkz_nav ol li a{
		display: block;
	}
	/*-------------*/
	
	section>div{
		margin-top: 30px;
	}
	.section_inner div+div{
		margin-top: 30px;
	}

	div.flexBox{
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}
	div.flexBox>div{
		width: 100%;
	}
	div.flexBox>div+div{
		margin-left: 0;
	}
	div.flexBox>div>div+div{
		margin-top: 30px;
	}
	div.flexBox>div:nth-child(2){
		margin-top: 30px;
	}
	#omousikomi_memo div.flexBox>div:nth-child(2){
		margin-top: 0px;
	}

	.company{
		padding-right: 20px;
	}
	.period{
		display: block;
	}

	td,th{
		font-size: 1.4rem;
		padding: 3px;
	}
	
	/*上位10銘柄*/
	#top10_ratio table{
		line-height: 1.2;
	}
	.grad{
		padding-right: 20px;
		padding: 10px 20px 10px 3px;
	}
	.toggleBtn.show:before{
		bottom: 50%;
		margin-top: -8px;
		right: 5px;
		border-width: 0 6px 8px 6px;
		border-color: transparent transparent #04287e transparent;
	}
	.toggleBtn.hide:before{
		bottom: calc(50% - 4px);
		margin-top: 8px;
		right: 5px;
		border-width: 8px 6px 0 6px;
		border-color: #04287e transparent transparent transparent;
	}
	
	.w20per{
		width: 12%;
	}
	.w30per{
		width: 38%;
	}
	.note{
		font-size: 1.2rem;
	}
	.note02{
		font-size: 1.4rem;
	}
	
	#myChart{
		height: 250px;
	}
	#gr_ki , #gr_ki2{
	font-size: 1.8rem;
}
	.highchart_button1{
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -2px;
	}
	.highchart_button1 li{
		width: calc((100% - 20px)/4);
		margin: 4px 2px;
	}
	
	.scimg{
	height: 300px;
}

	/*fixed_nav-------------*/
	.fixed_nav a{
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
	}

	.tx_box{
		padding: 10px;
	}
	/*--  pagetop  ----------------------------------*/
	.pageTop{
		right: 5px;
		bottom: 50px;
	}
	.pageTop a{
		width: 70px;
		height: 70px;
		border-radius: 35px;
	}
	.pageTop img {
    width: 48px;
	}
	
	/*--  footer  ----------------------------------*/
	.footer{
		margin-top: 35px;
		padding: 25px 0 20px;
	}
	.footer .linkArea{
		display: block;
		margin-right: 15px;
		margin-bottom: 23px;
		margin-left: 13px;
		font-size: 1.4rem;
	}
	.footer .linkArea li:not(last-of-type) a{
		padding-right: 0;
	}
	.footer .linkArea li+li{
		padding-top: 10px;
		padding-left: 0;
		border-left: none;
	}
	.footerBox{
		padding: 25px 13px 20px;
		font-size: 1.3rem;
	}
	.footerBox .name{
		margin-bottom: 8px;
		font-size: 1.8rem;
	}
	.footer .small{
		margin-top: 20px;
		padding: 0 15px;
		font-size: 1.1rem;
	}
	
	.fixed_nav a{
		padding: 15px 10px 10px;
		font-size: 1.8rem;
	}

}
