@charset "utf-8";
/* CSS Document スマートフォン版 後続共通css*/
@media screen and (max-width: 768px) {
	/*基本レイアウト*/
	/*本文マージン*/
	.margin10 {
		margin-bottom: 5px !important;
	}
	.margin20 {
		margin-bottom: 10px !important;
	}
	.margin30 {
		margin-bottom: 15px !important;
	}
	.margin40 {
		margin-bottom: 20px !important;
	}
	.margin50 {
		margin-bottom: 25px !important;
	}
	.margin60 {
		margin-bottom: 30px !important;
	}
	.margin70 {
		margin-bottom: 35px !important;
	}
	.margin80 {
		margin-bottom: 40px !important;
	}
	.margin90 {
		margin-bottom: 45px !important;
	}
	/*本文内各種パーツ***********************/
	/*章*/
	section {
		padding: 32px 0;
	}
	section .inside {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	section section {
		margin: 32px auto;
	}
	/*見出し*/
	h2 {
		margin-bottom: 16px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	h3 {
		margin-bottom: 8px;
		font-size: 2.0rem;
		line-height: 1.5;
	}
	h3.h3_03 {}
	h4 {
		margin-bottom: 8px;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	/*メインビジュアル*/
	.mainvisual_waku {}
	.mainvisual {
		display: block;
		padding: 32px 0 0 0;
	}
	.mainvisual .mv_title {
		max-width: none;
		width: 90%;
		margin: 0 auto;
	}
	.mainvisual .mv_img {
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	.mainvisual strong {
		margin-bottom: 0;
		margin-top: 0;
	}
	.read {
		display: block;
	}
	.read .period {
		width: 100%;
		margin-bottom: 16px;
	}
.read .period .tit {
	font-size: 1.6rem;
}
	/*お知らせ*/
	#news_area .news-list .item {
		margin-bottom: 16px;
		padding: 0 8px 0 16px;
	}
	/*公募概要*/
	#outline_area p {
		margin-bottom: 24px;
	}
	/*タブ切り替え*/
	.tab-btn {
		justify-content: space-between;
		padding: 8px 10px;
		width: calc(50% - 2px);
		font-size: 1.6rem;
	}
	.tab-content {
		padding: 24px;
	}
	/*ダウンロード*/
	#material_area .inside .btn_area {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 24px;
	}
	.btn_area {
		row-gap: 24px;
	}
	.btn-download {
		width: 100%;
		padding: 16px 16px 16px 24px;
		justify-content: space-between;
		border-radius: 48px;
	}
	.btn-download .txt {
		width: 90%;
		text-align: center;
		gap: 0;
	}
	.btn-download .tit {
		width: 100%;
		font-size: 1.8rem;
		line-height: 28px;
		text-align: center;
	}
	.btn-download .tit span {
		font-size: 1.4rem;
	}
	.btn-download .date {
		font-size: 1.4rem;
	}
	/*公募期間*/
	.term_area .section_s_waku {
		row-gap: 24px;
	}
	.term_area .section_s {
		width: 100%;
		margin-bottom: 0;
	}
	.term_area .h3_03 {
		margin-bottom: 16px;
	}
	/*申請*/
	.application_area {}
	.application_area p {
		margin-top: 16px;
		margin-bottom: 32px;
	}
	.application_area p:has(+ p) {
		margin-bottom: 16px;
	}
	.application_area p + p {
		margin-bottom: 16px;
	}
#briefing {
	padding-top: 32px;
}
#briefing p {
		margin-bottom: 16px;
	}
	.btn-application {
		width: 100%;
		padding: 16px 32px;
		gap: 8px;
		border-radius: 42px;
		font-size: 1.8rem;
		line-height: 28px;
		text-align: center;
	}
	.btn-application .new-window {
		width: 20px;
	}
	.application_area .attention {
		gap: 8px;
		margin-bottom: 32px;
		padding: 16px;
	}
	.application_area .attention .tit {
		line-height: 1.5;
	}
	.application_area .attention li {
		padding-left: 12px;
	}
	.application_area .attention li::before {
		width: 8px;
		height: 8px;
	}
	.btn-briefing {
		width: 100%;
		padding: 16px 32px;
		gap: 8px;
		border-radius: 42px;
		font-size: 1.8rem;
		line-height: 28px; /* 155.556% */
	}
	.btn-briefing .new-window {
		width: 20px;
	}
	/*お問い合わせ*/
	.btn-contact {
		width: 100%;
		padding: 16px 32px;
		gap: 8px;
		border-radius: 42px;
		font-size: 1.8rem;
		line-height: 28px; /* 155.556% */
	}
	.btn-contact .new-window {
		width: 20px;
	}
	/*個人情報保護*/
	#privacy_area section {
		gap: 16px;
	}
	#privacy_area .inside > section {
		margin-bottom: 32px;
	}
	#privacy_area .inside > section:last-child {
		margin-bottom: 0;
	}
	#privacy_area section h4 {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	#privacy_area section .section {
		gap: 16px;
	}
	#privacy_area section .section section {
		gap: 8px;
	}
	#privacy_area section li {
		padding-left: 12px;
	}
	#privacy_area section li::before {
		width: 8px;
		height: 8px;
	}
	.btn-back {
		display: flex;
		width: 327px;
		margin: 0 auto;
		padding: 16px 16px 16px 16px;
		justify-content: center;
		align-items: center;
		border-radius: 56px;
		border: 2px solid var(--main);
		background: var(--wht);
		text-decoration: none;
		color: var(--MAIN, #0066A5);
		text-align: center;
		font-size: 1.8rem;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	/*セキュリティ*/
	#privacy_area.security_area section {
		margin: 0;
		gap: 32px;
	}
	#privacy_area.security_area section section {
		gap: 0;
	}
	#privacy_area.security_area h4 {
		margin-bottom: 16px;
	}
	#privacy_area.security_area p {
		margin-bottom: 8px;
	}
}