@charset "UTF-8";
html,body{width:100%;}
#wrapper {
	line-height:1.4;
	color:#474747;
	overflow:hidden;
}
#mainviz{
    margin-bottom: 50px;
    text-align: center;
}
#mainviz img{
    max-width: 1000px;
    width: 100%;
}
h2.subt{
    margin-bottom: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

/*共通*/
.inner {width:1000px;margin:0 auto;overflow: hidden;}

.fullw {width:100%;overflow: hidden;}

.tx_ce{ text-align:center;}
.tx_lf{ text-align:left;}
.pc_br {display:inline;}
.sp_br {display:none;}
.ta-c {
    text-align: center;
}
.ta-l {
    text-align: left;
}
.ta-r {
    text-align: right;
}
.mb1 {
    margin-bottom: 1em!important;
}
.mb2 {
    margin-bottom: 2em!important;
}
.mb4 {
    margin-bottom: 4em!important;
}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
@media screen and (max-width: 1024px) {
	.inner {width:98%;}
}

@media screen and (max-width: 767px) {
	.pc_br {display:none;}
	.sp_br {display:inline;}
		
}
/*end 共通*/