@charset "utf-8";

html{width:100%;
	margin: 0;
	padding: 0;
	background:rgba(50,50,50,1.00);}
	
body{font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500; /* EL200 L300 R400 M500 B700 H900 */
	font-style: normal;}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

.block_left{width: 45%;
	height: 100%;
	float: left;
	text-align: center;}
	
.block_left img{width: 75%;
	margin-top: 5%;}
	
.block_right{width: 55%;
	float: left;}
	
.block_right_inner{width: 90%;
	height: 90%;
	margin: 5% auto;
	text-align: left;}

.bar{width: 100%;
	height: 3px;
	margin-bottom: 2px;
	background: rgba(172,0,2,1.00);}

.text1{width: 100%;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	color:rgba(255,255,255,1.00);}
	
.text2{padding: 10px 0 0;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: rgba(255,255,255,1.00);}
	
.text3{font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
	padding-top: 10px;
	color: rgba(255,255,255,1.00);
	border-top: rgba(255,255,255,0.50) solid 1px;}
	
.text4{padding: 10px 0;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255,255,255,1.00);
	border-top: rgba(255,255,255,0.50) solid 1px;}
	
@media screen and ( max-width:736px )
{
.container{width: 100vw;
	height: 100vh;
	overflow: scroll;}

.block_left{width: 100%;
	height: 400px;
	float: left;
	text-align: center;}
	
.block_left img{width: auto;
	height: 90%;
	margin-top: 5%;}
	
.block_right{width: 100%;
	float: left;}
	
.bar{width: 100%;
	height: 3px;
	margin-bottom: 2px;
	background: rgba(172,0,2,1.00);}

.text1{width: 100%;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:rgba(255,255,255,1.00);}
	
.text2{padding: 10px 0 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,1.00);}
	
.text3{font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	padding-top: 10px;
	color: rgba(255,255,255,1.00);
	border-top: rgba(255,255,255,0.50) solid 1px;}
	
.text4{font-size: 12px;
	line-height: 20px;
	color: rgba(255,255,255,1.00);}
}















