.cooperation--with--home {
	font-size: .15rem;
	font-weight: normal;
}

.news--paper__button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 80px 0 0;
}

.news--paper__button .button--blue,
.news--paper__button .button-pdf--blue {
    margin: 0 26px 30px;
}
.news--paper__button .link__button {
	margin: 0 13px;
}

.news--paper__button .button-normal a {
	padding: 13px 56px;
}

.news--paper__text p {
	/*width: 754px;*/
	width: 100%;
	max-width: 100%;
	line-height: 1.8;
	margin-bottom: 40px;
}

.news--paper__button div span {
	background-color: #fff;
	border: solid 1.6px #0099FF;
	color: #0099FF;
	margin-left: 20px;
	padding: 0 10px;
}

.news--paper__text img {
	width: 900px;
	max-width: 100%;
}

/*しんぶんリスト*/
.news-paper__img-box {
    margin-top: -35px;
    margin-bottom: 50px;
}

.news-paper__img-box img {
    width: 102%;
    max-width: 102%;
    margin-left: -8px;
}




.message-list__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}

.message-list__wrap::after{
	content:"";
	width:30%;
}


.message-list {
    width: 30%;
    margin-bottom: 50px;
    background-color: #fff8f1;
    padding: 0px 20px 15px;
	position: relative;
	box-shadow: 18px 0 28px -18px rgba(0, 0, 0, 0.18);
}


.news-paper__message--questionnaire .message-list {
    padding-bottom: 35px;
    margin-bottom: 60px;
}

.message-list::before, .message-list::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(13px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

/* 左下角 */
.message-list::before {
    left: -6px;
    transform: rotate(-10deg);
}

/* 右下角 */
.message-list::after {
  right: -6px;
  transform: rotate(10deg);
}


.message-list img {
    width: 84px;
    display: block;
    margin: -10px auto 0;
}


.message-list p {
    line-height: 2;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: .14rem;
    font-weight: bold;
}

.news-paper__message--miryoku {
    margin-bottom: 10px;
}

.news-paper__message .message-title {
    width: 430px;
    display: block;
    margin: 0 auto 20px;
}

.news-paper__message .questionnaire-title {
    width: 480px;
    display: block;
    margin: 0 auto 12px;
}

.news-paper__message .renkei-family {
    position: absolute;
    bottom: 5%;
    right: 6%;
    width: 19%;
}



.picturebook-grandprize__lead {
	margin-bottom: 44px;
}

.picturebook-grandprize__lead h2 {
	position: relative;
	line-height: 1.8;
	margin-bottom: 20px;
}

.picturebook-grandprize__list-body h2 {
	color: #E8487B;
	margin: 50px 0 20px;
	font-size: .26rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

.book-band01,
.book-band02,
.book-band03 {
	width: 235px;
	font-size: .12rem;
	color: #E3003D;
	margin: 0 auto;
	border: solid 1px #FFCCFF;
	font-weight: bold;
	margin: 20px auto 10px;
	text-align: center;
	padding: 2px 0;
}

.book-band01 {
	background-color: #F5EC94;
}

.book-band02 {
	background-color: #E8F0C5;
}

.book-band03 {
	background-color: #D3EDF9;
}

@media screen and (min-width:768px) and ( max-width:960px) {
	.cooperation--with--home {
		padding: 0 40px;
	}
}

@media screen and (max-width: 767px) {
	.cooperation--with--home {
		padding: 0 20px;
	}
	.news--paper__button .button--blue,
	.news--paper__button .button-pdf--blue {
		margin: 0 0 22px;
	}
	.news--paper__text p {
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.news--paper__button {
		margin: 25px 0 0;
	}
	
	/*しんぶんリスト*/
	
	.news-paper__img-box img {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}
	
	.news-paper__img-box {
    	margin-top: 0px;
    	margin-bottom: 50px;
	}
	
	.message-list__wrap {
    	flex-direction: column;
	}
	
	.message-list {
    	width: 80%;
    	margin: 0 auto;
    	margin-bottom: 80px;
	}
	
	.message-list:last-of-type{
    	margin-bottom: 60px;
	}
	
	.news-paper__message .message-title,
	.news-paper__message .questionnaire-title{
    	margin: 0 auto 30px;
	}
	
	.news-paper__message--miryoku {
    	margin-bottom: 30px;
}

.news-paper__message--questionnaire .message-list {
    padding-bottom: 5px;
    margin-bottom: 70px;
}

.news-paper__message--questionnaire .message-list:last-of-type{
	margin-bottom:50px;
}

.news-paper__message .renkei-family {
    position: initial;
    display: block;
    margin: 0 auto;
    right: 6%;
    width: 60%;
}
	
	
	
	.link__button a {
		margin-bottom: 20px;
		display: block;
		padding: 6px 0 6px 0;
		text-align: center;
	}
	.link__button {
		width: 90%;
	}
	.picturebook-grandprize__lead p {
		line-height: 1.5;
	}
	.picturebook-grandprize__list-body h2 {
		margin: 30px 0 20px;
		font-size: .21rem;
		text-align: center;
	}
	.cooperation--with--home h2 {
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.cooperation--with--home .past-archive a {
		font-size: .12rem;
		margin-right: 8px;
		margin-bottom: 11px;
		line-height: 1.6;
	}
	.link__button:after {
		top: -20px;
	}
	.link__button::before {
		top: -20px;
	}
	.book-band01,
	.book-band02,
	.book-band03 {
		font-size: .15rem;
	}
	.news--paper__button .button-pdf--blue {
    margin: 0 auto 30px;
	width: 85%;
}
}
