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

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

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

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

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

トップページ

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

#header{border-bottom: none;}

/* メインビジュアル
---------------------------------------------- */
.main img{
	width: 100%;
	height: auto;
}

.main .sp{display: none;}

.main p{
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: right;
	padding: 5px 5px 0 0;
}

.main p a{
	color: #42BDA2;
	text-decoration: underline;
}
/* コンテンツ
---------------------------------------------- */
.wrapper_home{
	background: url("../img/home/bg_home01.png") repeat-y center top;
	background-size: 1920px;
}

.wrap_home{
	padding: 80px 50px 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.welcome{
	background: #E8F7F3;
	display: flex;
	max-width: 990px;
	margin: 0 auto 40px;
}

.welcome figure{width: 50%;}

.welcome figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.welcome .welcome_inner{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 70px 25px;
}

.welcome .welcome_inner h2{
	color: #E4455E;
	font-weight: 700;
	line-height: 1.4;
	font-size: 2rem;
	margin-bottom: 30px;
}

.welcome .welcome_inner p{margin-bottom: 20px;}

.welcome .welcome_inner p:last-of-type{margin-bottom: 0;}

.lead{margin-bottom: 100px;}

.lead p{margin-bottom: 30px;}

.lead p:last-of-type{
	margin-bottom: 0;
	text-align: right;
	font-weight: 700;
}

/*--データベース概要--*/
.sec_overview{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.sec_overview h3{
	color: #E4455E;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.sec_overview .txt{width: calc(100% - 380px);}

.sec_overview .txt p{margin-bottom: 30px;}

.sec_overview .txt p:last-of-type{margin-bottom: 0;}

/*--投書を探す--*/
.search{width: 300px;}

/*--チェックボックス--*/
.search_item .wrap_check{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -12px 0;
}
	
.search_item .wrap_check .check_item{margin: 0 18px 12px 0;}

/*--個別指定--*/
.search_item.term .term_inner .wrap_select{width: 140px;}

/*『投書週報』総覧はこちら*/
.mail_search{
	margin-top: 115px;
	font-size: 1.6rem;
}

.mail_search span{
	display: inline-block;
	position: relative;
	line-height: 1.4;
	padding-left: 16px;
}

.mail_search span::before{
	content: "";
	display: inline-block;
	background: url("../img/ico_mail01.png") no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: 0;
}

.mail_search a{
	color: #333;
	text-decoration: underline;
	transition: opacity .3s;
}

/*--本サイト制作にあたって--*/
.this_site{
	width: 100%;
	max-width: 1200px;
	padding: 0 50px;
	margin: 0 auto 100px;
}

.this_site_inner{
	background: #E8F7F3;
	padding: 70px 80px;
	font-size: 1.5rem;
}

@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */
	
	/* コンテンツ
	---------------------------------------------- */
	/*--データベース概要--*/
	.sec_overview{
		display: block;
		margin-bottom: 60px;
	}

	.sec_overview .txt{
		width: 100%;
		margin-bottom: 60px;
	}

	.sec_overview .txt p{margin-bottom: 20px;}

	.sec_overview .txt p:last-of-type{margin-bottom: 0;}
	
	/*--投書を探す--*/
	.search{width: 100%;}
	
	.search_inner{
		display: block;
		padding-bottom: 0;
	}
	
	.txt_search .ico{display: none;}
	
	/*『投書週報』総覧はこちら*/
	.mail_search{
		margin-top: 30px;
		text-align: center;
	}
	
	.mail_search br{display: none;}
	
	/*--個別指定--*/
	.search_item.term .term_inner .wrap_select{width: calc((100% - 15px) / 2);}

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

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

	タブレット

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

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

	トップページ

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


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

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

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

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

	トップページ

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

	#footer{border-top: none;}
	
	/* メインビジュアル
	---------------------------------------------- */
	.main img{
		width: 100%;
		height: auto;
	}

	.main .pc{display: none;}

	.main .sp{display: block;}
	
	.main p{font-size: 1.2rem;}
	
	/* コンテンツ
	---------------------------------------------- */
	.wrap_home{
		background: none;
		padding: 60px 20px 0;
	}
	
	.welcome{
		flex-direction: column-reverse;
		max-width: 100%;
		margin: 0 0 30px;
	}

	.welcome figure{width: 100%;}

	.welcome .welcome_inner{
		width: 100%;
		padding: 38px 20px;
		align-items: flex-start;
	}

	.welcome .welcome_inner h2{
		font-size: 1.7rem;
		margin-bottom: 20px;
	}

	.welcome .welcome_inner p{margin-bottom: 15px;}

	.welcome .welcome_inner p:last-of-type{margin-bottom: 0;}

	.lead{margin-bottom: 50px;}

	.lead p{margin-bottom: 20px;}
	
	.lead p:last-of-type span{
		display: block;
		margin-right: -8px;
	}
	
	/*--データベース概要--*/
	.sec_overview h3{font-size: 1.7rem;}
	
	/*--本サイト制作にあたって--*/
	.this_site{
		padding: 0;
		margin: 0;
	}

	.this_site_inner{
		font-size: 1.4rem;
		padding: 35px 20px;
	}
	

}/*--@media--*/

