@charset "UTF-8";
/* CSS Document */
@media(max-width:450px){
	
body {
		background-color: #f3f3f3;
	}

.container{
	margin: 100px auto;
	padding: 0;
	width: 80vw;
	height: auto;
}
.article{
	margin: 0 auto 60px auto;
	width: 70vw;
}
.title h1{
	border-bottom: dashed 2px #1c4c99;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
}
.comment{
	padding: 0 0 0 20px;;
}
.comment p{
	font-size: 14px;
}
.AQ{
	display: flex;
	flex-direction: row;
}
.AQimg img{
	width:auto;
	height: 200px;
}

#AQlink{
	margin: 20px 0 0 0;
	padding: 0 5px;
	border: solid 2px #1c4c99;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
}