html {
	scroll-behavior: smooth;
}
body.modal-open {
	 overflow: hidden; 
}

.md_landing_page{
	background: #C0E2E8;
	color: #333;
}
.md_landing_page rt {
	margin-bottom: 0;
}

.md_landing_page .title{
	background: #FFF;
	border-bottom: 5px solid #4D9497;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.md_landing_page .container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 30px;
}

	.container_section{
		margin: 50px 0 0;
		width: 100%;
	}
	.container_section:last-child{
		margin: 50px 0;
		width: 100%;
	}
	.container_section_title{
		/*padding: 0 30px;*/
		max-width: 1000px;
	}
	.container_section_title_head{
		text-align: center;
	}
	.container_section_title_head img{
		width: 100%;
		max-width: 680px;
	}
	.container_section_title_contents{
		font-size: 16px;
		padding: 10px 30px 25px;
		border-radius: 10px;
	}
	.container_section_title_contents .highlight{
		font-weight: 700;
		color: #457373;
		padding: 0 3px;
	}
	.container_section_comment{
		padding: 25px 40px;
		background: #fff;
		border-radius: 60px;
		border: 2px dashed #307f81;
	}
	.container_section_comment_header{
		text-align: center;
		font-size: 24px;
		color: #457373;
		/*
		color: #FFF;
		text-shadow: #457373 1px 1px 5px, #457373 -1px -1px 5px, #457373 0px 1px 1px, #457373 0px -1px 1px, #457373 1px 0px 1px, #457373 -1px 0px 1px;
		background: linear-gradient(20deg, #C0E2E8, #FFF 100%);
		*/
	}
	.container_section_comment_header img{
		width: 100%;
		max-width: 200px;
	}
	.container_section_comment_contents{
		font-size: 16px;
		font-weight: 700;
		color: #457373;
	}
	.container_section_header{
		text-align: center;
		background: #4D9497;
		color: #fff;
		border-radius: 10px 10px 0 0;
		margin: 10px 0 0;
		padding: 15px 5px 10px;
	}
	.container_section_contents{
		font-size: 16px;
		padding: 20px 25px;
		background: #fff;
		border-radius: 0 0 10px 10px;
	}
	.container_section_contents.recommended_book{
		font-size: 16px;
		padding: 20px 10px;
		background: #fff;
		border-radius: 0 0 10px 10px;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 25px;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
	}
	.container_section_link{
		text-align: center;
		margin: 0 auto;
	}
	.container_section_link a{
		color: #1f7f3b;
		text-decoration: underline;
		font-size: 18px;
		font-weight: 700;
		text-decoration: underline;
	}
	.container_section_link a:hover{
		opacity: 0.6;
	}
	.container_section_link a:hover rt{
		opacity: 0.9;
	}

/*
.container_main.frame_book{
	display: flex;
	flex-direction: column;
}
.container_main_frame_book_inner {
	padding: 20px 36px 80px;
	background: #fff;
}
*/

/* 本紹介 */
.recommended_book_head{
	text-align: center;
	padding: 20px 40px 40px;
	margin: 0;
}
.container_section_contents .recommended_book_item{
	width: calc(100% - 25px);
	padding: 25px 25px 35px;
	/*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
}
.container_section_contents .recommended_book_item:last-child{
	padding: 0;
}
.recommended_book_item .recommended_book_item__image{
	text-align: center;
	padding: 0 0 35px;
	position: relative;
}
.recommended_book_item .recommended_book_item__image img{
	/*width: 86%; */
    /*height: 75%;*/
    max-height: 280px;
    /* max-width: 400px;*/
}
.recommended_book_item .recommended_book_item__prizes {
	position: absolute;
	bottom: 20px;
	right: -10px;
	background: #4D9497;
	color: #fff;
	padding: 15px;
	border-radius: 500px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.recommended_book_item .recommended_book_item__prizes span{
	font-size:24px;
}
.recommended_book_item .recommended_book_item__text{
	font-size: 16px;
}
.recommended_book_item .recommended_book_item__text_head {
	position: relative;
}
/*
.recommended_book_item .recommended_book_item__text_head::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 2px dashed #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
}
	*/
.recommended_book_item .recommended_book_item__text_head__title {
}
.recommended_book_item .recommended_book_item__text_head__title__publisher {
	font-size: 20px;
	font-weight: 700;
}
.recommended_book_item .recommended_book_item__text_head__title__name {
	font-size: 22px;
	font-weight: 700;
}
.recommended_book_item .recommended_book_item__text_head__title__name span {
	vertical-align:middle;
	font-size:80%
}
.recommended_book_item .recommended_book_item__text_head__author{
	padding: 0 0 10px;
}
.recommended_book_item .recommended_book_item__text_body {
	padding: 30px 0 0;
}
.recommended_book_item .recommended_book_item__text_body__title {
	font-weight: 700;
	padding: 0 0 20px;
}
.recommended_book_item .recommended_book_item__text_body__description {
	font-size: 17px;
}

.recommended_book_item_button{
	margin: 10px auto;
	font-size: 20px;
	color: #fff;
	background: #457373;
	padding: 5px 30px;
	border-radius: 30px;
	max-width: 200px;
	text-align: center;
}
.recommended_book_item_button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.container_section_contents .recommended_book_item_modal{
	padding: 0 0 80px;
	width: 45%;
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s;
	justify-content: center;
	padding: 0;
	z-index: 2000;
}
.container_section_contents .recommended_book_item_modal:last-child{
	padding: 0;
}
.recommended_book_item_modal_cotent{
	background: #fff;
	margin: 40px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	width: calc(100% - 50px);
}
.recommended_book_item_modal .recommended_book_item__image{
	text-align: center;
	padding: 0 0 35px;
	position: relative;
}
.recommended_book_item_modal .recommended_book_item__image img{
	/*width: 86%; */
    /*height: 75%;*/
    max-height: 360px;
    /* max-width: 400px;*/
}
.recommended_book_item_modal .recommended_book_item__prizes {
    position: absolute;
	bottom: 20px;
	right: 0;
    background: #4D9497;
    color: #fff;
    padding: 15px;
    border-radius: 500px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.recommended_book_item_modal .recommended_book_item__text{
	font-size: 16px;
}
.recommended_book_item_modal .recommended_book_item__text_head {
	position: relative;
	padding: 0 0 30px;
}
.recommended_book_item_modal .recommended_book_item__text_head::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 2px dashed #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.recommended_book_item_modal .recommended_book_item__text_head__title {
	padding: 0 0 10px;
}
.recommended_book_item_modal .recommended_book_item__text_head__title__publisher {
	font-size: 20px;
	font-weight: 700;
}
.recommended_book_item_modal .recommended_book_item__text_head__title__name {
	font-size: 25px;
	font-weight: 700;
}
.recommended_book_item_modal .recommended_book_item__text_head__title__name span {
	vertical-align:middle;
	font-size:80%
}
.recommended_book_item_modal .recommended_book_item__text_head__author{
	padding: 0 0 10px;
}
.recommended_book_item_modal .recommended_book_item__text_head__price{
	padding: 0 0 10px;
}
.recommended_book_item_modal .recommended_book_item__text_body {
	padding: 30px 0 0;
}
.recommended_book_item_modal .recommended_book_item__text_body__title {
	font-weight: 700;
	padding: 0 0 20px;
}
.recommended_book_item_modal .recommended_book_item__text_body__description {
	font-size: 17px;
}
.recommended_book_item_modal .recommended_book_item__text_body__link a{
	color:#1f7f3b; 
	text-decoration:underline; 
	font-weight:600;
}

/* 著者紹介 */
.container_section.author .profile_author_image{
	text-align: center;
}
.container_section.author .profile_author_image img{
	width: 86%;
	max-width: 400px;
}
.container_section.author .profile_author_text__name {
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0 10px;
}

/* 応募要項 */
.applicant_guidelines_item {
	margin: 0 0 20px;
}
.applicant_guidelines_item .head {
	font-weight: 700;
}
.applicant_guidelines_item .body {
	padding: 0 0 0 10px;
}
.applicant_guidelines_item__body__privacy {
	color: #457373;
	font-weight: 700;
	text-decoration: underline;
}
.applicant_guidelines_item__body__privacy:hover {
	color: #457373;
	opacity: 0.6;
}
.applicant_guidelines_item__body__privacy:hover rt {
	color: #457373;
	opacity: 0.9;
}

/* 「応募する」ボタン */
.container_section_applicant_button {
	text-align: center;
	margin: 50px 0 30px;
	display: flex;
	justify-content: center;
}

.container_section_applicant_button.disabled {
	display: none;
}

.container_section_applicant_button a {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #457373;
	padding: 10px 50px;
	border-radius: 50px;
	width: 100%;
	max-width: 360px;
	/* box-shadow: 1px 3px 8px #999; */
}
.container_section_applicant_button a:hover {
	opacity: 0.6;
}

.l-footer__back-link {
	background-color: #93C0C0;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 0; 
    width: 90%;
    max-width: 450px;
    border-radius: 12px;
    overflow: hidden; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    position: relative;
}
.close-button {
    position: absolute;
	top: -10px;
	right: 35px;
    color: white; 
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media screen and (min-width: 960px) {
	/*
	.container_main_head_title,
	.container_main_preamble,
	.container_main_recommended_book,
	.container_main_profile_author,
	.container_main_applicant_guidelines {
		max-width: 1000px;
		margin: 0 auto;
	}
	.container_main_head_title {
		margin: 15px auto 30px;
	}
	.container_main_head_title img {
		max-width: 800px;
	}
	.container_main_head_body {
		padding: 10px 0 50px;
	}
	.container_main_head_body img {
		max-width: 640px;
	}
	.container_main_preamble_body {
		max-width: 800px;
		margin: 0 auto;
	}
	.container_main_preamble_body_text {
		font-size: 20px;
		padding: 45px 60px;
		line-height: 2.8rem;
	}
	*/
	.md_landing_page .container{
		padding: 0 50px;
	}
	.container_section{
		max-width: 1000px;
		margin: 50px 0 0;
	}
	.container_section_title{
		padding: 0 50px;
	}
	.container_section_title_contents{
		font-size: 18px;
	}
	.container_section_comment_contents{
		font-size: 17px;
	}
	.container_section_header{
		font-size: 28px;
	}
	.container_section_contents{
		font-size: 16px;
		padding: 20px;
		background: #fff;
		border-radius: 0 0 10px 10px;
	}
	.container_section_contents.recommended_book{
		font-size: 16px;
		padding: 20px;
		background: #fff;
		border-radius: 0 0 10px 10px;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 25px;
		justify-content: space-around;
		flex-direction: row;
		align-items: stretch;
	}
	.recommended_book_head {
		padding: 40px 0 80px;
		margin: 0;
	}
	.container_section_contents .recommended_book_item{
		width: calc(50% - 25px);
		padding: 25px 25px 35px;
		/*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
	}
	.container_section_contents .recommended_book_item:last-child{
		padding: 0;
	}
	.recommended_book_item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0 100px;
		gap: 25px;
	}
	.recommended_book_item .recommended_book_item__image {
		/*flex-basis: 40%;*/
		width: 100%;
		position: relative;
	}
	.recommended_book_item .recommended_book_item__text {
		flex-basis: 60%;
		margin: auto 1px;
	}
	.recommended_book_item .recommended_book_item__image {
		padding: 0;
	}
	.recommended_book_item .recommended_book_item__image img {
		/* min-width: 320px; */
		max-height: 360px;
        max-width: 440px;
	}
	.recommended_book_item .recommended_book_item__prizes{
		position: absolute;
		bottom: -10px;
		right: 15px;
		background: #4D9497;
		color: #fff;
		padding: 25px 20px 25px;
		border-radius: 500px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3;
	}
	.recommended_book_item .recommended_book_item__prizes span{
		font-size:36px;
	}
	.recommended_book_item .recommended_book_item__text {
		font-size: 18px;
	}
	.recommended_book_item .recommended_book_item__text_head__title__name {
		font-size: 30px;
	}
	.recommended_book_item .recommended_book_item__text_body__description {
		font-size: 17px;
	}
	.recommended_book_item_button{
		margin: 0 auto;
		font-size: 24px;
		color: #fff;
		background: #457373;
		padding: 5px 30px;
		border-radius: 30px;
	}

	.recommended_book_item_modal {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0 100px;
		gap: 25px;
	}
	.recommended_book_item_modal_cotent{
		background: #fff;
		margin: 25px;
		padding: 25px;
		display: flex;
		flex-direction: row;
		overflow-y: auto;
	}
	.recommended_book_item_modal .recommended_book_item__image {
		flex-basis: 40%;
		width: 100%;
		position: relative;
	}
	.recommended_book_item_modal .recommended_book_item__text {
		flex-basis: 60%;
		margin: auto 1px;
	}
	.recommended_book_item_modal .recommended_book_item__image {
		padding: 0;
	}
	.recommended_book_item_modal .recommended_book_item__image img {
		/* min-width: 320px; */
		min-height: 240px;
	}
	.recommended_book_item_modal .recommended_book_item__prizes{
		position: absolute;
		bottom: -10px;
		right: 15px;
		background: #4D9497;
		color: #fff;
		padding: 25px 20px 25px;
		border-radius: 500px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3;
	}
	.recommended_book_item_modal .recommended_book_item__prizes span{
		font-size:36px;
	}
	.recommended_book_item_modal .recommended_book_item__text {
		font-size: 18px;
	}
	.recommended_book_item_modal .recommended_book_item__text_head__title__name {
		font-size: 30px;
	}
	.recommended_book_item_modal .recommended_book_item__text_body__description {
		font-size: 17px;
	}


	/* 著者紹介 */
	.container_section.author .profile_author_image img{
		width: 100%;
		max-width: unset;
	}
	.container_section.author .container_section_contents{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 50px;
		padding: 30px 50px;
	}

	/* 「応募する」ボタン */
	.container_section_applicant_button a {
		font-size: 32px;
		padding: 15px 70px;
	}

	.close-button {
        position: absolute;
        top: 12%;
        right: 15px;
        color: white; 
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
}
