@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
/* タイトル */
h2 {
	padding: 2% 0;
}
h2 img {
	display: block;
}
h2 span {
	display: block;
	width: 98%;
	/*width: 73.6%;*/
	margin: 2% auto -2%;
}

#opening {
	font-family: "Sawarabi Mincho";
	text-align: center;
	color: white;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.7;
	text-shadow: 
		0px 0px 5px #3a7bd4,0px 0px 8px #3a7bd4,
		0px 0px 11px #3a7bd4,0px 0px 14px #3a7bd4,
		0px 0px 17px #3a7bd4,0px 0px 20px #3a7bd4;
	padding-bottom: 2%;
}
#opening span {
	color: #ffff61;
}
#opening p {
	margin-bottom: 2%;
}

/* TOPIX */
#topix {
	background: #a1e6ff;
	width: 100%;
}
#topix .container{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0;
}
#topix .container div:nth-child(1){
	width: 9.2%;
	margin-right: 2.5%;
	line-height: 1;
	padding: 0.3% 0;
	background: #333fb0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: white;
}
#topix .container div:nth-child(2){
	border-left: 2px solid #333fb0;
	padding-left: 2.5%;
}
#topix .container ul li{
	width: 100%;
	font-size: 1.6rem;
	color: #333fb0;
}
#topix .container ul li a{
	text-decoration: none;
}

/* 漫画賞 */
#award40 {
	width: 90.5%;
	margin: auto;
}
#award40 h3{
	width: 85.1%;
	margin: auto;
	padding: 5% 0 1.5%;
}
#award40 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
#award40 ul li {
	position: relative;
	width: 22.3%;
	margin-bottom: 2%;
}
#award40 ul li img.iconNew {
	position: absolute;
	width: 44.55%;
	top: -12%;
	right: -12%;
}
#tw_TL {
	width: 70%;
	margin: 2% auto;
}

/* 編集長コメント */
#comment {
	display: flex;
	margin-top: 3%;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#comment h3 {
	width: 91%;
	margin: auto;
}
#comment div {
	width: 47.5%;
	background: white;
	box-sizing: border-box;
	border: 8px solid #00d1ff;
	padding: 2% 3%;
	font-size: 1.6rem;
}
#comment .commentA {
	font-size: 2.0rem;
}
#comment h4 {
	width: 100%;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	color: #333fb0;
	border-bottom: 4px solid #00d1ff;
	padding-bottom: 1%;
	margin-bottom: 3%;
}
h4 span {
	vertical-align: middle;
	font-size: 60%;
}

/* PCのみ適用 */
@media only screen and (min-width: 64.063em){
#topix .container ul li a:hover{
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
}
@media only screen and (max-width: 108.125em){
#comment h4 {
	font-size: 2.3rem;
}
}
/* タブレット（iPad基準縦横両方）以下適用 */
@media only screen and (max-width: 64.000em){
}
/* スマホ（iphone基準縦横両方）のみ適用 */
@media only screen and (max-width: 46.875em){
#topix .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0;
}
#topix .container div:nth-child(1){
	width: 30%;
	margin: auto auto 2%;
}
#topix .container div:nth-child(2){
	width: 90%;
	margin: auto;
	border-left: none;
	padding: 0 4%;
}
#comment div {
	width: 90%;
	margin: 2% auto;
	border: 4px solid #00d1ff;
	padding: 2% 3%;
}
/* TXTサイズ */
#opening {
	font-size: calc(96vw / 29);
}
#topix .container ul li{
	font-size: calc(96vw / 26);
}
#comment h4 {
	font-size: calc(96vw / 17);
}
#comment div {
	font-size: calc(96vw / 26);
}
#comment .commentA {
	font-size: calc(96vw / 26);
}
#tw_TL {
	width: 75%;
}
}