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

.corona_next_menu{
	display: flex;
	flex-wrap:wrap;
  justify-content:space-evenly;
	margin-bottom: 10px;
}
.corona_next_menu li{
	margin-top: 5px;
	width: 50%;
}
.corona_next_menu li img{
	width: 100%;
}



.corona_contents{
}
.corona_box_1{
	padding-top: 10px;
	background: #fffbda;
}
.corona_box_2{
	padding-top: 10px;
	background: #fffef5;
}
.corona_sub_title{
	padding: 10px;
}
.corona_box_container{
	display: flex;
}
.corona_box_container_left{
	margin: 10px;
}
.corona_box_container_right{
	margin: 10px;
}


.text_rink{
	text-align: right;
	color: #FF1E22;
}


.manga{
	text-align: center;
	margin-bottom: 20px;
}
.manga img{
	width: 100%;
}

/* 吹き出し */
.fukidashi-05 {
  position: relative;
  display: block;
  padding: 24px 32px;
  border: solid 2px #333;
  border-radius: 48px;
	margin-bottom: 20px;
  margin-inline: auto;
	width: 80%;
}

.fukidashi-05::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background-color: #f8f8f8;　/*背景と同じ色に変更してください*/
  rotate: 135deg;
  translate: -50%;
}

.fukidashi-05::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: solid 2px;
  border-color: #333 #333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}