@charset "utf-8";

/*-----------------------------------------

共通

-----------------------------------------*/
/* #mainContents{
	background: none;
} */

/* 余白
----------------------------------------*/
.p50{
	padding: 50px;
}

@media only screen and (max-width: 576px) {
	.p50 {
		padding: 20px;
	}
}

.py50{
	padding-top:50px;
	padding-bottom: 50px;
}

.py30{
	padding-top:30px;
	padding-bottom: 30px;
}

/* 背景
----------------------------------------*/
.bgWhite{
	background-color: #ffffff;
}

.grantTechWrap .bgGly{
	background-color: #f6f6f6;
}

.grantTechWrap .bgBeige{
	background-color: #f7f4f3;
}


/* H2設定
----------------------------------------*/
/* .grantTechWrap h2{
	font-size: inherit;
	line-height: normal;
}

.grantTechWrap h2 span{
	font-size: 12px;
	padding: 3px 5px;
	border: 1px solid #FFF;
	border-radius: 100px;
}

#grant_tech_03 h2 span{
	border: 1px solid #102B46;
	font-family: 'Helvetica', 'Arial', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
} */

/* 文字色
----------------------------------------*/
.grantTechWrap .txtRed{
	color: #ff4b4b;
}

/* ボタン
----------------------------------------*/
.grantTechWrap .btn{
	border: 2px solid #1789d3;
	color: #1789d3;
	padding: 15px;
	display: block;
	background-color: #ffffff;
}
.grantTechWrap .btn:hover{
	opacity: .8;
}

@media only screen and (max-width: 769px) {
	.grantTechWrap .btn {
		padding: 10px 15px;
	}
}

/* ボタン
----------------------------------------*/
ul.btnBasic {
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-size: 15px;
}
.btnBasic .btn {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	max-width: 320px;
	padding: 15px 10px;
}

.btnBasic .btn i{
	margin-right: 10px;
}

/* 書体
----------------------------------------*/
.grantTechWrap .serifFont{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* PC/SP切り替え
----------------------------------------*/
.grantTechWrap .pc {
	display: block;
}
.grantTechWrap .sp {
	display: none;
}

@media only screen and (max-width: 769px) {
	.grantTechWrap .pc {
		display: none !important;
	}
	.grantTechWrap .sp {
		display: block !important;
	}
}

/* リンク設定
----------------------------------------*/
.grantTechWrap .nolink{
	pointer-events: none;
}

.grantTechWrap #underLayerH2{
	height: 290px;
	width: 100%;
	background-image: url('../img/longterm/underlayerimg.jpg');
	background-size: cover;
	text-align: center;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 769px) {
	.grantTechWrap #underLayerH2{
		background-image: url('../img/longterm/underlayerimg_sp.jpg');
	}
}

.grantTechWrap #underLayerH2 span{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	background-color: #333333;
	color: #FFF;
	font-size: 30px;
	padding: 0 8px;
	border-radius: 0;
	border: none;
}

@media only screen and (max-width: 769px) {
	.grantTechWrap #underLayerH2 span{
		font-size: 22px;
	}
}

@media only screen and (max-width: 576px) {
	.grantTechWrap #underLayerH2{
		height: 130px;
	}
}


/* -----------------------------------------

	MV（メインビジュアル）

----------------------------------------- */

/* #longtermMainImg */
#longtermMainImg {
	position: relative;
	height: 400px;
	display: table;
	width: 100%;
}

@media only screen and (max-width: 1400px) {
	#longtermMainImg {
		height: auto;
		display: block;
	}
}

#longtermMainImg > .pc {
	padding: 0;
}

#longtermMainImg section {
	background-image: url(../img/longterm/topImg02.jpg);
	background-size: cover;
	width: 50%;
	height: 450px;
	display: table-cell;
}

@media only screen and (max-width: 1400px) {
	#longtermMainImg section {
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		display: block;
	}
}

@media only screen and (max-width: 1400px) {
	#longtermMainImg section.pc {
		display: none;
	}
}

#longtermMainImg section.sp {
	display: none !important;
}

@media only screen and (max-width: 1400px) {
	#longtermMainImg section.sp {
		display: block !important;
	}
}

/* #longtermMainRight */
#longtermMainRight {
	background-image: url(../img/longterm/topImg01.jpg);
	background-size: cover;
	background-position: center top;
	width: 50%;
	height: 450px;
	display: table-cell;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1400px) {
	#longtermMainRight {
		background-size: cover;
		background-position: top;
		position: relative;
		width: 100%;
		height: 500px;
		display: block;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 769px) {
	#longtermMainRight {
		height: 250px;
	}
}

@media only screen and (max-width: 576px) {
	#longtermMainRight {
		height: 250px;
	}
}

/* #longtermMainCom */
#longtermMainCom {
	width: 50%;
	max-width: 650px;
	height: 100%;
	padding: 40px 50px;
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	background: #4a3a2f;
	position: absolute;
	right: 50%;
	top: 0;
	background: rgba(74, 58, 47, 0.9);
}

@media only screen and (max-width: 1400px) {
	#longtermMainCom {
		line-height: 25px;
		padding: 25px;
		font-size: 14px;
		width: 100%;
		max-width: 100%;
		position: relative;
		right: 0;
	}
}

@media only screen and (max-width: 769px) {
	#longtermMainCom {
		line-height: 25px;
		padding: 25px;
		font-size: 14px;
		width: 100%;
	}
}

@media only screen and (max-width: 1400px) {
	#longtermMainCom .pc {
		display: none;
	}
}

.longtermMainComInner {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#longtermMainCom h2 {
	color: #fff;
	font-size: 34px;
	line-height: 48px;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: solid 2px #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}

@media only screen and (max-width: 1560px) {
	#longtermMainCom h2 {
		font-size: 28px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 769px) {
	#longtermMainCom h2 {
		font-size: 22px;
		line-height: 25px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}


/* -----------------------------------------

	ナビゲーション

----------------------------------------- */

#grantNav .grantNavList {
	display: flex;
	justify-content: center;
	box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 20%);
	position: relative;
	font-size: 18px;
}
#grantNav .grantNavList li {
	display: inline-block;
	position: relative;
}
#grantNav .grantNavList li + li:before {
	content: "";
	width: 1px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 20px;
	background-color: #dddddd;
}

#grantNav .grantNavList .linkItem {
	display: block;
	font-size: 16px;
	padding: 26px 36px 27px;
	position: relative;
	white-space: nowrap
}

@media only screen and (max-width: 1200px) {
	#grantNav .grantNavList .linkItem {
		font-size: 16px;
		padding: 28px 36px;
	}
}

#grantNav .grantNavList .linkItem:hover, #grantNav .grantNavList .linkItem.current {
	color: #a3856f;
}
#grantNav .grantNavList .linkItem:hover:after, #grantNav .grantNavList .linkItem.current:after {
	content: "";
	background-color: #a3856f;
	width: calc(100% - 68px);
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 769px) {
	#grantNav .grantNavList{
		flex-wrap: wrap;
	}

	#grantNav .grantNavList li {
		width: 50%;
		text-align: center;
		border-top: 1px solid #dddddd;
	}
	#grantNav .grantNavList li:first-child {
		width: 100%;
		border-top: 0;
	}
	#grantNav .grantNavList .linkItem {
		padding: 16px;
		font-size: 14px;
	}

	#grantNav .grantNavList li + li:before {
		height: 100%;
		top: 0;
	}
	#grantNav .grantNavList li:nth-child(2n):before {
		content: none;
	}
	#grantNav .grantNavList .linkItem:hover:after, #grantNav .grantNavList .linkItem.current:after {
		width: 65px;
	}
	#grantNav .grantNavList li:first-child .linkItem:hover:after, #grantNav .grantNavList li:first-child .linkItem.current:after {
		width: 160px;
	}
}


/* -----------------------------------------

	accept（募集要項）

----------------------------------------- */

#accept {
	font-size: 14px;
	padding: 50px 0;
	background-color: #f7f4f3;
}

@media only screen and (max-width: 769px) {
	#accept {
		font-size: 12px;
	}
}

#accept .acceptTtl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media only screen and (max-width: 769px) {
	#accept .acceptTtl {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

#accept .acceptList {
	color: #fff;
	width: 100%;
	background-color: #fff;
	border: 2px solid #a3856f;
	padding: 10px 30px;
	text-align: left;
}

@media only screen and (max-width: 769px) {
	#accept .acceptList {
		padding: 10px 15px;
	}
}

#accept .acceptListInner .txtRed {
	display: contents;
}

#accept .acceptListInner {
	width: 100%;
}

#accept .acceptListInner li {
	border-bottom: 1px solid #dddddd;
	padding: 10px 0 10px 0;
	color: #252525;
}

#accept .acceptListInner li:last-child {
	border-bottom: none;
}

#accept .acceptListInner li a {
	position: relative;
	display: block;
	width: 100%;
}

@media only screen and (max-width: 769px) {
	#accept .acceptListInner li a {
		padding: 6px 30px 6px 0;
	}
}

#accept .acceptListInner li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #a3856f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f105";
}

#accept .acceptListInner a:hover {
	opacity: 0.8;
}


/* -----------------------------------------

	スケジュール図・バナー

----------------------------------------- */

#schedule-bnr {
	padding: 60px 0;
}

/* スケジュール図 */
#schedule-bnr .scheduleH3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

#schedule-bnr .scheduleWrap {
	margin: auto;
	margin-bottom: 20px;
}

#schedule-bnr .scheduleWrap img {
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 769px) {
	#schedule-bnr .scheduleH3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#schedule-bnr .scheduleWrap {
		max-width: 335px;
	}

	#schedule-bnr {
		padding: 40px 0;
	}
}

/* バナー */
#schedule-bnr .bnrWrap {
	margin: auto 0;
}

#schedule-bnr .bnrWrap a:hover {
	opacity: .8;
}

#schedule-bnr .bnrWrap li {
	margin-top: 20px;
}

#schedule-bnr .bnrWrap li img {
	margin: auto;
}

#schedule-bnr .bnrWrap .pc,
#schedule-bnr .bnrWrap .sp {
	padding: 0;
}

/* -----------------------------------------

	TOPICS

----------------------------------------- */
#topics {
	padding: 60px 0;

}
#topics .topicsH3Wrap {
	text-align: center;
}

#topics .topicsH3 {
	font-size: 40px;
	text-align: center;
}

/* アンカーリンク */
#topics .topicsAnchor {
	margin-top: 10px;
	display: none;
}

@media only screen and (max-width: 769px) {
	#topics .topicsAnchor {
		display: block;
	}
}

#topics .topicsAnchor .topicsAnchorLink {
	display: block;
	font-size: 14px;
	color: #1589d3;
	padding: 3px 0;
	text-decoration: underline;
}

/* 枠 */
.topicsInnerWrap {
	margin-top: 40px;
}

@media only screen and (max-width: 769px) {
	.topicsInnerWrap {
		margin-top: 20px;
	}
}

.topicsList {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
	.topicsList {
		padding: 20px;
		display: block;
		margin-top: 20px;
	}	
}

@media only screen and (max-width: 769px) {
	.topicsList {
		scroll-margin-top: 60px; /* スマホヘッダー分の余白を確保 */
	}
}

/* 明朝体タイトルエリア */
.topicsList .topicsMainTtl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 25%;
	text-align: left;
	padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
	.topicsList .topicsMainTtl {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

.topicsList .topicsMainTtl .topicsSpan {
	font-size: 15px;
	color: #a3856f;
}

.topicsList .topicsMainTtl h4 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

.topicsList .topicsMainTtl h4 > span {
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}

@media only screen and (max-width: 1200px) {
	.topicsList .topicsMainTtl h4 > span {
		display: inline-block;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.topicsList .topicsMainTtl h4 > span {
		display: block;
		margin-right: 0;
	}
}

/* 記事エリア */
.topicsList .topicsMainList {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media only screen and (max-width: 1200px) {
	.topicsList .topicsMainList {
		width: 100%;
	}
}

.topicsList .topicsMainList li {
	display: flex;
	flex-wrap: wrap;
	width: calc(50% - 10px);
}

@media only screen and (max-width: 768px) {
	.topicsList .topicsMainList li {
		width: 100%;
	}
}

.topicsList .topicsMainList li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.topicsList .topicsMainList li a:hover {
	opacity: .8;
}

/* 画像 */
.topicsList .topicsMainList li .topicsMainListImg {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.topicsList .topicsMainList li .topicsMainListImg img {
	height: 100%;
	border: 1px solid #dddddd;
}

@media only screen and (max-width: 768px) {
	.topicsList .topicsMainList li .topicsMainListImg {
		width: 90px;
		height: 90px;
	}

	.topicsList .topicsMainList li .topicsMainListImg img {
		height: 100%;
	}
}

.topicsList .topicsMainList li .topicsMainListImg .newTag {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff4b4b;
	color: #fff;
	font-size: 10px;
	padding: 3px 5px;
}

/* 記事テキストエリア */
.topicsList .topicsMainList li .topicsMainListTxt {
	padding: 0 0 0 15px;
	width: calc(100% - 120px);
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.topicsList .topicsMainList li .topicsMainListTxt {
		padding: 0 0 0 10px;
		width: calc(100% - 90px);
	}
}

.topicsList .topicsMainList li .topicsMainListTxt .date {
	font-size: 14px;
	color: #a3856f;
}

.topicsList .topicsMainList li .topicsMainListTxt .ttl {
	font-size: 15px;
	line-height: 1.7;
	margin: 10px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 3.4em;
}
@media only screen and (max-width: 769px) {
	.topicsList .topicsMainList li .topicsMainListTxt .ttl {
		min-height: auto;
	}
}

.topicsList .topicsMainList li .topicsMainListTxt .linkTxt {
	font-size: 12px;
	color: #a3856f;
	text-align: right;
}
.topicsList .topicsMainList li .topicsMainListTxt .linkTxt i {
	margin-left: 0.5em;
	font-size: 1.2em;
}

.topicsList .topicsMainList li .topicsMainListTxt .linkTxt2 {
	font-size: 10px;
	color: #a3856f;
	text-align: left;
}

@media only screen and (max-width: 769px) {
	.topicsList .topicsMainList li .topicsMainListTxt .linkTxt2 {
		font-size: 9px;
	}
}

/* 記事準備中のとき */
.topicsList .topicsMainList li.prepare {
	border: 1px solid #cccccc;
	color: #aaaaaa;
	font-size: 14px;
	position: relative;
	padding: 10px;
	min-height: 120px;
	box-sizing: border-box;
}
.topicsList .topicsMainList li.prepare .prepare-txt {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.topicsList .topicsMainList li.prepare {
		min-height: 90px;
	}
}

/* -----------------------------------------

	ダウンロード

----------------------------------------- */
.longtermWrap .btn{
	border: 2px solid #1789d3;
	color: #1789d3;
	padding: 15px;
	display: block;
	background-color: #ffffff;
}
.longtermWrap .btn:hover{
	opacity: .8;
}

@media only screen and (max-width: 769px) {
	.longtermWrap .btn {
		padding: 10px 15px;
	}
}

#download {
	padding: 60px 0;
}
#download .itemWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}
#download .itemWrap .item {
	text-align: center;
	border: 2px solid #dddddd;
	width: calc(33.3333% - 17px);
	padding: 35px 25px;
	background-color: #FFF;
}

#download .itemWrap .item .itemTtl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
}
#download .itemWrap .item .itemImg {
	margin: auto;
	position: relative;
}
#download .itemWrap .item .itemImg img {
	width: 145px;
	border: 1px solid #dddddd;
}

#download .itemWrap .item .itemBtn .btn{
	border: 2px solid #1789d3;
	color: #1789d3;
	padding: 15px;
	display: block;
	background-color: #ffffff;
}

#download .itemWrap .item .itemBtn .btn:hover{
	opacity: .8;
}


/* 未入力の場合 */
#download .itemWrap .item .itemImg .item-disabled {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-text-stroke: 7px #fff;
	paint-order: stroke;
	font-size: 16px;
	font-weight: bold;
}

#download .itemWrap .item .itemBtn .btn {
	max-width: 330px;
	min-width: 200px;
	border-radius: 10rem;
	width: 55%;
	padding: 10px;
	margin: 15px auto 0;
}
#download .itemWrap .item .itemBtn .btn i {
	margin-left: 10px;
}

#download .itemWrap .item .itemBtn .file-download-disabled {
	background-color: #ccc;
	color: #fff;
	border: solid 2px #ccc;
}

#download .itemWrap .item .itemBtn .file-download-disabled:hover {
	opacity: 1;
}

#think + #download {
	padding-top: 0;
}

.longtermChild #think + #download {
	padding-top: 60px;
}

/********** 子ページ **********/
.longtermChild #download .itemWrap{
	width: 100%;
	max-width: none;
}
.longtermChild #download .itemWrap .item{
	padding: 35px 15px;

}
.longtermChild #download .itemWrap .item .itemBtn .btn{
	min-width: 175px;

}

@media only screen and (max-width: 1200px) {
	#download .itemWrap{
		justify-content: center;
	}

	#download .itemWrap .item{
		width: calc(50% - 15px);
	}

	/********** 子ページ **********/
	.longtermChild #download .itemWrap .item .itemImg img{
		width: 110px;
	}
	.longtermChild #download .itemWrap .item + .item{
		margin-left: 20px;
	}
}

@media only screen and (max-width: 769px) {
	#download{
		padding: 40px 0;
	}

	#think + #download {
		padding-top: 40px;
	}
	
	.longtermChild #think + #download {
		padding-top: 40px;
	}

	#download .itemWrap{
		width: 100%;
		margin-top: 0;
	}
	#download .itemWrap .item{
		width: calc(50% - 13px);
		margin: auto;
		padding: 25px;
	}
	#download .itemWrap .item + .item{
		margin-left: 0;
		margin-top: 0;
	}
	#download .itemWrap .item .itemTtl{
		margin-bottom: 15px;
	}
	#download .itemWrap .item .itemImg{
		margin-bottom: 20px;
	}
	#download .itemWrap .item .itemBtn .btn{
		width: 75%;
	}

	/********** 子ページ **********/
	.longtermChild #download .itemWrap{
		flex-wrap: wrap;
		justify-content: space-around;

	}
	.longtermChild #download .itemWrap .item{
		padding: 25px 15px;
	}
	.longtermChild #download .itemWrap .item:last-child{
		margin-left:  0;
	}
}

@media only screen and (max-width: 576px) {
	#download .itemWrap{
		display: block;
		width: auto;
	}
	#download .itemWrap .item{
		width: 100%;
		margin: auto;
		padding: 25px;
	}
	#download .itemWrap .item + .item{
		margin-left: auto;
		margin-top: 20px;
	}

	/********** 子ページ **********/
	.longtermChild #download .itemWrap .item:last-child{
		margin-left: auto;
	}
}

/* -----------------------------------------

	バナーリンクエリア（下部）

----------------------------------------- */
#bnrLink{
	padding: 60px 0;
	background-color: #f6f6f6;
}
#bnrLink .bnrLinkWrap{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

@media only screen and (max-width: 576px) {
	#bnrLink .bnrLinkWrap{
		flex-direction: column;
		gap: 20px;
	}
}

#bnrLink .item{
	background-color: #fff;
	width: calc(33.33% - 17px);
	font-size: 14px;
	position: relative;
	border: 1px solid #dddddd;
}

#bnrLink .item:hover{
	opacity: .8;
}

#bnrLink .item dl{
	display: flex;
	align-items: center;
	background-color: #fff;
}
#bnrLink .item dl:after{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #a3856f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f105";

}
#bnrLink .item dt{
	width: 30%;
	line-height: 0;
	height: 100px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#bnrLink .item dd{
	width: calc(100% - 30%);
	padding: 10px 45px 10px 15px;
}


/* 準備中ボタン */
#bnrLink .btnClose{
	pointer-events: none;
	position: relative;
}
#bnrLink .btnClose::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(128, 128, 128, 0.7);
	z-index: 1; 
}
#bnrLink .btnClose dl::after{
	display: none!important;
}
/* #bnrLink .btnClose::after {
	content: "準備中";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	font-size: 14px;
} */

@media only screen and (max-width: 1400px) {
	#bnrLink .item{
		font-size: 14px;
		width: calc(50% - 13px);
	}
}

@media only screen and (max-width: 768px) {
	#bnrLink{
		padding: 40px 0;
	}
}

@media only screen and (max-width: 576px) {
	#bnrLink{
		padding: 40px 0;
	}

	#bnrLink .item{
		font-size: 14px;
		width: 100%;
		margin: 0;
	}
	#bnrLink .bnrLinkWrap{
		margin: 0 auto;
		flex-direction: column;
		width: 100%;
		max-width: 460px;
	}
	#bnrLink .item dl:after{
		right: 12px;
	}
}

/* -----------------------------------------

	タイトル

----------------------------------------- */

.ttlA {
	font-family: "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
	margin-bottom: 50px;
}

@media only screen and (max-width: 769px) {
	.ttlA {
		margin-bottom: 20px;
	}
}


/* -----------------------------------------

	お知らせのボックス

----------------------------------------- */

.newsBox dl {
	border-radius: 5px;
	overflow: hidden;
}

#newsImportant .newsBox dl {
	border: 1px solid #dddddd;
}


/* -----------------------------------------

	ボタン

----------------------------------------- */

.btnE a {
	background-color: #fff;
}

.btnE a i {
	margin-left: 15px;
}


/* -----------------------------------------

	その他

----------------------------------------- */

@media only screen and (max-width: 769px) {
	.sp {
		padding: 0;
	}
}

#mainContents {
	background: none;
}

#eduWrapper {
	width: 100%;
	position: relative;
}

.wauto {
	max-width: 100%;
}



/* -----------------------------------------

	募集要項ページ

----------------------------------------- */

.grantTecRequirements{
	padding: 50px 0;
}
@media only screen and (max-width: 769px) {
	.grantTecRequirements{
		padding: 30px 0;
	}
}

/* ダウンロード */
#download.download-shortcode{
	margin-top: 30px;
}

#download.download-shortcode div{
	padding: 0; /* paddingのリセット */
	overflow: visible;
}

/* 応募ボタン */
.grantTechBtnEntry{
	display: block;
	text-align: left;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-left: 20px;
	z-index: 10;
}

.grantTechBtnEntry a{
	display: inline-block;
	background-color: #a3856f;
	color: #FFF;
	padding: 15px 40px 10px;
	font-size: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.grantTechBtnEntry a:hover{
	background-color: #b59d8c;
}

.grantTechBtnEntry a i{
	margin-left: 20px;
}

@media only screen and (max-width: 769px) {
	.grantTechBtnEntry{
		text-align: center;
	}

	.grantTechBtnEntry a{
		padding: 15px 30px;
		font-size: 18px;
	}
}