@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

home

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

/* コンテンツ
---------------------------------------------- */
.home{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 600px;
	padding: 100px 30px 150px;
}

.home_inner{max-width: 730px;}

.home_inner h1{
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 40px;
}

.home_inner .btn{
	text-align: center;
	margin-bottom: 50px;
}

.home_inner .btn .txt{
	line-height: 1.2;
	text-align: center;
	margin: 20px 0 10px;
}

.information{border: 3px solid #6189af;}

.information h2{
	background: #6189af;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	padding: 8px 12px;
}

.information .inner{
	height: 200px;
	padding: 13px 20px;
	overflow-y: scroll;
}

.information .inner .item{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

.information .inner .item:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.information .inner .item time{
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.information .inner .item .content{font-size: 1.5rem;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	home

	------------------------------------------------------------ */
	
	/* コンテンツ
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

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

	home

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

	/* コンテンツ
	---------------------------------------------- */
	.home{
		min-height: unset;
		padding: 50px 10px 70px;
	}

	.home_inner h1{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.information{border: 3px solid #6189af;}

	.information h2{font-size: 1.6rem;}

	.information .inner{padding: 10px 12px;}
	
	.information .inner .item .content{line-height: 1.3;}
	

}/*--@media--*/

