@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.5;	
}

	img{
		max-width:100%;
		height:auto;
	}


/*------------ 全体 ------------*/
html {
}

body {
	width: 100%;
    color: #191919;
	line-height: 1.3;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: center;
	}

/*------------ WRAPPER ------------*/
#wrapper {
	
	
}
.content_inner {
	padding: 0 1%

}

/*------------ WRAPPER ------------*/
header {
	background: #c90436;
	color: #fff;
	padding: 13px 2% 0;
	font-weight: bold;
	font-size: 16px;
	height: 32px;
}

header #header_left {
	float: left;
	width: 42%;
	text-align: left;
}

header #date {
	float: right;
	text-align: right;
	width: 57%;
}


.content_inner h2 {
	padding: 7px 0;
}

.content_inner .box img {
	margin-bottom: 7px;
}

.content_inner .box_non {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	padding: 50px 0;
}

#btn_area {
	/*padding: 10px 0 20px;*/
	text-align: center;
	position: absolute;
	bottom: 15vh;
}

#btn_area img {
	width: 70%;
}

.img_box{
	display: flex;
}

.img_box img{
	width: 100%;
}