/**
* メインビジュアル
*--------------------------------------------------*/
.main-visual {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 387px;
	overflow: hidden;
}

.main-visual .main_visual_img {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-visual .main_visual_img > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.main-visual .page-title-area {
	position: absolute;
	top: 37%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 130px;
	color: #fff;
	font-weight: 700;
	line-height: 1.8rem;
	background: rgba(75, 51, 6, 0.4);
}

.main-visual .page-title-area .main-title {
	display: flex;
	align-items: center;
	padding: 0 0 0 50px;
	width: 100%;
	height: 130px;
	font-size: 2.8rem;
	color: #fff;
	font-weight: 700;
	line-height: 3.4rem;
	z-index: 10;
	box-sizing: border-box;
}

.main-visual .page-title-area .sub-title {
	padding-left: 50px;
	font-size: 1rem;
}


@media screen and (max-width: 480px) {

	.main-visual {
		height: 180px;
	}

	.main-visual .page-title-area {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		height: 100%;
	}

	.main-visual .page-title-area .main-title {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 50px 0 0 0;
		height: auto;
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
		line-height: 2rem;
	}

	.main-visual .page-title-area .sub-title {
		display: inline-block;
		margin: 5px auto 0 auto;
		padding: 0;
		width: 100%;
		font-size: 0.84rem;
		color: #fff;
		text-align: center;
	}

}


/**
* 編集者ポリシー
*--------------------------------------------------*/
.contents_body {
	margin: 80px auto;
	padding: 0;
	width: 1000px;
}

@media screen and (max-width: 480px) {
	.contents_body {
		width: 94%;
	}
}

.contents_body .body_title {
	margin: 0 auto;
	padding: 0 0 0.5em 0;
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #853604;
	text-align: left;
	border-bottom: 1px solid #b44702;
}

.contents_body .body_title:not(:first-child) {
	margin-top: 30px;
}

.contents_body .section_txt {
	display: inline-block;
	margin: 1em auto 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	color: #333;
	line-height: 1.6rem;
}

.contents_body .contact_link {
	margin: 60px auto 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

.contents_body .contact_link>a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 40%;
	height: 40px;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background: #b44702;
}

.contents_body .contact_link>a:hover {
	background: #da5b0b;
	transition: all .3s;
}

@media screen and (max-width: 480px) {
	.contents_body .section_title {
		font-size: 1rem;
	}

	.contents_body .section_txt {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}

	.contents_body .contact_link>a {
		width: 80%;
		font-size: 0.94rem;
	}
}

/**
  * JAAMP論文集
  *--------------------------------------------------*/
.thesis_contents {
	margin: 80px auto 60px auto;
	padding: 0;
	width: 1140px;
}

@media screen and (max-width: 480px) {
	.thesis_contents {
		margin-top: 20px;
		margin-bottom: 30px;
		width: 94%;
	}
}

.thesis_contents .thesis_section_title {
	margin: 0 auto;
	padding: 3px 0 5px 16px;
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #773004;
	border-left: 6px solid #b44702;
	border-bottom: 1px solid #b44702;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_section_title {
		font-size: 1rem;
	}
}

.thesis_contents .thesis_section_title:not(:first-child) {
	margin-top: 50px;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_section_title:not(:first-child) {
		margin-top: 40px;
	}
}

.thesis_contents .thesis_menu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 70%;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_menu_list {
		width: 100%;
	}
}

.thesis_contents .thesis_menu_list .list_contents {
	margin: 0;
	padding: 0;
	width: calc(96% / 3);
	height: 60px;
	background: #fff;
	border: 1px solid #b44702;
	border-radius: 5px;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_menu_list .list_contents {
		width: 100%;
		height: 40px;
	}

	.thesis_contents .thesis_menu_list .list_contents+.list_contents {
		margin-top: 8px;
	}
}

.thesis_contents .thesis_menu_list .list_contents>a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 0.94rem;
	font-weight: bold;
	color: #b44702;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_menu_list .list_contents>a {
		font-size: 0.9rem;
	}
}

.thesis_contents .thesis_menu_list .list_contents>a:hover {
	background: #b44702;
	color: #fff;
	transition: all .3s;
}

.thesis_contents .no_thesis_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0 auto;
	padding: 1.5em;
	width: 70%;
	height: 120px;
	font-size: 1rem;
	color: #666;
	background: #f0f0f0;
}

@media screen and (max-width: 480px) {
	.thesis_contents .no_thesis_txt {
		width: 90%;
		height: 80px;
		font-size: 0.9rem;
	}
}

.thesis_contents .thesis_list {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 94%;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_list {
		margin-top: 20px;
	}
}

.thesis_contents .thesis_list .thesis_list_contents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_list .thesis_list_contents {
		height: auto;
	}
}

.thesis_contents .thesis_list .thesis_list_contents+.thesis_list_contents {
	border-top: 1px solid #ddd;
}

.thesis_contents .thesis_list .thesis_list_contents .thesis_date {
	margin: 0;
	padding: 0;
	width: 12%;
	font-size: 0.94rem;
	font-weight: bold;
	color: #666;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_list .thesis_list_contents .thesis_date {
		margin-top: 6px;
		width: 100%;
		font-size: 0.9rem;
	}
}

.thesis_contents .thesis_list .thesis_list_contents .thesis_title {
	margin: 0;
	padding: 0;
	width: 88%;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_list .thesis_list_contents .thesis_title {
		padding-bottom: 8px;
		width: 100%;
	}
}

.thesis_contents .thesis_list .thesis_list_contents .thesis_title>a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #b44702;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_list .thesis_list_contents .thesis_title>a {
		font-size: 0.94rem;
	}
}

.thesis_contents .thesis_list .thesis_list_contents .thesis_title>a:hover {
	color: #632d0c;
	transition: all .3s;
}

/* 協会からのご挨拶 */
.thesis_contents .greeting_body {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	color: #222;
	line-height: 1.8rem;
}

/* 応募規定 */
/* 投稿方法 */
.thesis_contents .thesis_preface {
	margin: 0 auto 30px auto;
	padding: 1.2em;
	width: 100%;
	font-size: 0.94rem;
	color: #222;
	line-height: 1.8rem;
	background: #eee;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_preface {
		padding: 0.8em;
		font-size: 0.9rem;
		line-height: 1.6rem;
	}
}

.thesis_contents .thesis_preface.txt_center {
	text-align: center;
}


.thesis_contents .thesis_rules {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.thesis_contents .thesis_rules .rules_title,
.offer_title {
	margin: 0;
	padding: 0.4em 0.8em;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 5px solid #b44702;
}

.thesis_contents .thesis_rules .rules_body,
.offer_body {
	margin: 20px auto;
	padding: 0;
	width: 96%;
	font-size: 1rem;
	color: #333;
	line-height: 1.6em;
}

/* 投稿フォーム */
.thesis_contents .thesis_form_tbl {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	border-collapse: separate;
	border-spacing: 5px;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_form_tbl {
		width: 100%;
	}
}

.thesis_contents .thesis_form_tbl .tbl_head,
.thesis_contents .thesis_form_tbl .tbl_cont {
	padding: 1em 0.8em;
}


.thesis_contents .thesis_form_tbl .tbl_head {
	margin: 0;
	width: 24%;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	background: #8C8988;
}

.thesis_contents .thesis_form_tbl .tbl_cont {
	margin: 0;
	width: 76%;
	font-size: 1rem;
	background: #fff;
}

.thesis_contents .thesis_form_tbl .tbl_cont .notice {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	font-size: 0.84rem;
	/* color: #a71717; */
	color: #333;
}

@media screen and (max-width: 480px) {

	.thesis_contents .thesis_form_tbl .tbl_head,
	.thesis_contents .thesis_form_tbl .tbl_cont {
		display: block;
		padding: 0.5em;
		width: 100%;
		font-size: 0.9rem;
	}

	.thesis_contents .thesis_form_tbl .tbl_cont {
		padding: 1em 0.5em;
	}
}

.thesis_contents .thesis_form_tbl .tbl_cont input,
.thesis_contents .thesis_form_tbl .tbl_cont select {
	padding: 0.3em;
	font-size: 0.94rem;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.thesis_contents .thesis_form_tbl .tbl_cont .sizeS {
	width: 16%;
}

@media screen and (max-width: 480px) {
	.thesis_contents .thesis_form_tbl .tbl_cont .sizeS {
		width: 30%;
	}
}

.thesis_contents .thesis_form_tbl .tbl_cont .sizeM {
	width: 50%;
}

.thesis_contents .thesis_form_tbl .tbl_cont .sizeL {
	width: 100%;
}

@media screen and (max-width: 480px) {

	.thesis_contents .thesis_form_tbl .tbl_cont .sizeM,
	.thesis_contents .thesis_form_tbl .tbl_cont .sizeL {
		width: 100%;
	}
}


.thesis_contents .action_btn_area {
	display: flex;
	justify-content: center;
	margin: 50px auto 100px auto;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.thesis_contents .action_btn_area {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

.thesis_contents .action_btn_area .action_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 1.5em;
	width: 40%;
	height: 50px;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.02em;
	border: none;
	border-radius: 5px;
	background: #b44702;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.thesis_contents .action_btn_area .action_btn {
		width: 80%;
		height: 40px;
		font-size: 0.9rem;
	}
}

.thesis_contents .action_btn_area .action_btn:hover {
	background: #D31328;
	transition: all .3s;
}

.p-country-name {
	display: none;
}

.contact_complete_msg {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	color: #000;
	text-align: center;
	line-height: 1.8rem;
}


/* 戻るボタン */
.back_thesis {
	margin: 60px auto;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.back_thesis {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

.back_thesis>a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 30%;
	height: 40px;
	font-size: 0.9rem;
	color: #fff;
	text-decoration: none;
	background: #b44702;
	border-radius: 4px;
}

@media screen and (max-width: 480px) {
	.back_thesis>a {
		width: 60%;
	}
}

.back_thesis>a:hover {
	background: #d54548;
	transition: all .3s;
}

/**---------------------------------------------------
  * 論文詳細ページ
  *----------------------------------------------------*/
#thesis_detail .section_inner .thesis_post_date {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 80%;
	font-size: 0.9rem;
	color: #222;
	text-align: right;
}

.thesis_contents .thesis_detail {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}

.thesis_contents .thesis_detail .detail_title {
	margin: 0;
	padding: 0.4em 0.8em;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	border-left: 5px solid #a62020;
}

.thesis_contents .thesis_detail .detail_title>a {
	color: #15377c;
}

.thesis_contents .thesis_detail .detail_title>a:hover {
	color: #a62020;
	text-decoration: underline;
	transition: all .3s;
}


.thesis_contents .thesis_detail .detail_title+.detail_title {
	margin-top: 16px;
}


.thesis_contents .thesis_detail .detail_body {
	margin: 12px auto 20px auto;
	padding: 0.8em;
	width: 96%;
	font-size: 1rem;
	color: #333;
	line-height: 1.6em;
	background: #ececec;
}

@media screen and (max-width: 480px) {}

/**---------------------------------------------------
  * スマートフォン：論文詳細ページ
  *----------------------------------------------------*/
@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .thesis_title {
		padding: 10px 15px 10px 8%;
		font-size: 1rem;
		line-height: 1.3rem;
	}

	#thesis_detail .section_inner .thesis_title::before {
		height: 70%;
	}

	#thesis_detail .section_inner .thesis_post_date {
		width: 94%;
	}

	.thesis_contents .thesis_detail {
		width: 94%;
	}

	.thesis_contents .thesis_detail .detail_body {
		font-size: 0.9rem;
	}
}


/* その他の論文一覧 */
.other_thesis_list_area {
	margin: 60px auto 0 auto;
	padding: 0;
	width: 80%;
	border: 1px solid #ddd;
	border-radius: 5px;
}

@media screen and (max-width: 480px) {
	.other_thesis_list_area {
		margin-top: 40px;
		width: 90%;
	}
}

.other_thesis_list_area .other_thesis_area_title {
	margin: 0 auto;
	padding: 0.8em 1em;
	width: 100%;
	font-size: 1rem;
	color: #333;
	background: #efefef;
}

@media screen and (max-width: 480px) {
	.other_thesis_list_area .other_thesis_area_title {
		padding: 0.5em 1em 0.7em 1em;
		font-size: 0.9rem;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .no_thesis_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	padding: 1.5em;
	width: 70%;
	height: 60px;
	font-size: 1rem;
	color: #666;
	line-height: 1.6rem;
	background: #f0f0f0;
}

@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .other_thesis_list_area .no_thesis_txt {
		width: 94%;
		height: 40px;
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list {
	margin: 0 auto;
	padding: 0;
	width: 94%;
}

@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list {
		margin-top: 8px;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
}

@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents {
		height: auto;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents+.other_thesis_list_contents {
	border-top: 1px solid #ddd;
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_date {
	margin: 0;
	padding: 0;
	width: 12%;
	font-size: 0.9rem;
	font-weight: bold;
	color: #666;
}

@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_date {
		/* margin-top: 6px; */
		width: 100%;
		font-size: 0.9rem;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_list_title {
	margin: 0;
	padding: 0;
	width: 88%;
}

@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_list_title {
		padding-bottom: 8px;
		width: 100%;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_list_title>a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #0f6a4f;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_list_title>a {
		font-size: 0.9rem;
	}
}

#thesis_detail .section_inner .other_thesis_list_area .other_thesis_list_contents .thesis_list_title>a:hover {
	color: #ad3a3a;
	transition: all .3s;
}