

.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.text {

	width: 55%;
}

.text p {
	display: inline-block;
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 15px;
}


p.day_title {
	display: inline-block;
	font-weight: 700;
	font-size: 110%;
	color: #6EB92B;
	margin-bottom: 20px;
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 30%;
}

.pict img {
  width: 100%;
  height:auto;
}


.pict2 {
  width: 30%;
}

.pict2 img {
  width: 100%;
  height:auto;
}





.sub_box {
	margin: 0 auto 0px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding: 15px;
	border-radius : 8px;
}


.box:nth-child(odd) .pict {
  margin-left: 0;
  margin-left: 2%;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 2%;
}




.balloon{
	display: flex;
	width: 100%;
	position: relative;
	padding: 10px;
	background-color: #FEF8EE;
	border: 1px solid #555555;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.balloon::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  right: -18px;
	  top: 20px;
	  border-left: 18px solid #555555;
	  border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
}
.balloon::after{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  right: -16px;
	  top: 20px;
	  border-left: 18px solid #FEF8EE;
	  border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
}




.balloon2 {
	display: flex;
	width: 100%;
	position: relative;
	padding: 10px;
	background-color: #EEFAFA;
	border: 1px solid #66949A;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.balloon2::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: -18px;
	  top: 20px;
	  border-right: 18px solid #66949A;
	  border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
}
.balloon2::after{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: -16px;
	  top: 20px;
	  border-right: 18px solid #EEFAFA;
	  border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
}


span.point {
	  display: inline-block;
	font-size: 70%;
	font-weight: 400;
	margin-right: 10px;
}



/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/


.age_section01 {
	display: inline-block;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;

	color: #ffffff; /*文字色*/
	background-color: #6EB92B; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.age_section02 {
	display: inline-block;
	font-size: 80%;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #ffffff; /*文字色*/
	background-color: #79D8D9; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;

	}

.age_section03 {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	font-size: 80%;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #ffffff; /*文字色*/
	background-color: #A3D575; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;

	}


.age_section01_1 {
	position: absolute;
	right: 80px;
	top: 0px;
	display: inline-block;
	font-size: 80%;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #ffffff; /*文字色*/
	background-color: #FAB851; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	}


.age_section03_1 {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	font-size: 80%;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #ffffff; /*文字色*/
	background-color: #A3D575; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	}


.age_point {
	font-size: 80%;
	font-weight: 400;
}



.age_section04 {
	display: inline-block;
	font-size: 80%;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #ffffff; /*文字色*/
	background-color: #FAB851; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	}


.age_section05 {
	display: inline-block;
	font-size: 80%;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #ffffff; /*文字色*/
	background-color: #97A7D8; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;
	}


/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/





.top_balloon {
  position: relative;
  display: inline-block;
  margin: 30px auto 40px auto;
  padding: 20px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  background: #AACD06;
  border: solid 2px #76A28B;
  box-sizing: border-box;
  border-radius: 5px;
	font-weight: 700;
}

.top_balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -8px;
  border: 10px solid transparent;
  border-top: 17px solid #AACD06;
  z-index: 2;
}

.top_balloon:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -9px;
  border: 11px solid transparent;
  border-top: 18px solid #76A28B;
  z-index: 1;
}

.top_balloon p {
  margin: 0;
  padding: 0;
}


/********************************************************************************************************
/* スマホサイズ
*********************************************************************************************************/




@media only screen and (max-width: 767px) {



.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
	text-align: left;
	flex-wrap: wrap;
}

.text {

	width: 100%;
	text-align: left;
	display: block;

}

.text p {
	display: inline-block;
	font-weight: 700;
	font-size: 100%;
	margin-bottom: 15px;
}


p.day_title {
	display: inline-block;
	font-weight: 700;
	font-size: 110%;
	color: #6EB92B;
	margin-bottom: 20px;
}




.pict {
	display: inline-block;
  width: 49%;
}

.pict img {
  width: 100%;
  height:auto;
}


.pict2 {
	display: inline-block;
  width: 49%;
}

.pict2 img {
  width: 100%;
  height:auto;
}




.box:nth-child(odd) .pict {
  margin-left: 0;
  margin-left: 0%;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 0%;
}


.sub_box {
	margin: 0 auto 20px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding: 10px;
	border-radius : 8px;
}




}





