@charset "utf-8";

/*********************************
 *
 * TOP STYLES
 *
 *********************************/

 @media screen and (min-width: 641px) {
	/*pc用スタイル記述Start*/

	/* アイキャッチ画像 */
	div#featured_img img.top.logo {
		width: 37.5%;
		position: absolute;
		top: 75px;
		left: 75px;
	}
	div#featured_img a img.top.link {
		width: 15%;
		position: absolute;
		bottom: 30px;
		right: 50px;
	}

	div.top div.section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	div.top div.center_title_line_img {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	/* IT野菜つくってます　*/
	div.top #it_vegetables div.center_title_line_img h2 {
		left: 54.5%;
	}

	div.top img.icon_img.vegetables {
		height: 50px;
		margin-left: 5px;
	}

	div.top table.top_image {
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 10px 0px;
		margin: 70px -10px 0px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	table.top_image td{
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		font-family: serif;
	}

	table.top_image td img{
		width: 100%;
		height: 150px;
	}

	/* ご案内　*/
	#information div.center_title_line_img h2 {
		left: 53.5%;
	}

	img.icon_img.information {
		height: 50px;
		margin-left: 27px;
	}

	div.big_two_img {
		margin: 80px 70px 45px;
	}
	div.big_two_img img {
		margin-bottom: 35px;
	}
	div.big_two_img img{
		width: 100%;
	}

	/* ict, event, NowKnow */
	div.top_section  {
		margin-top: 50px;
	}

	div.top_section div.left_img,
	div.top_section div.right_img {
		width: 890px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	div.top_section div.left_img > div,
	div.top_section div.right_img > div {
		display: inline-block;
		vertical-align: bottom;
	}

	div.top_section img.url_img {
		width: 320px;
	}
	div.top_section div.left_img img.url_img {
		margin-right: 30px;
	}

	div.top_section div.right_img img.url_img {
		margin-left: 30px;
	}

	div.top_section div.right_img div.p_section {
		margin-top: 50px;
	}

	div.top img.icon_img.ict {
		height: 50px;
		margin-left: 10px;
		margin-bottom: 5px;
	}

	div.top img.icon_img.event {
		height: 60px;
		margin-left: 10px;
		margin-bottom: 5px;
		vertical-align: bottom;
	}

	div.top img.icon_img.nowknow {
		height: 60px;
		margin-left: 5px;
		margin-bottom: 0px;
		vertical-align: bottom;
	}

	/* media, news*/
	img.media_line,
	img.news_line {
		padding-top: 15px;
		width: calc(100% - 90px - 10px);
	}

	div.back_color_img {
		margin: 0 auto;
		background-image: url("../img/pc_home/home_news_background.png");
		background-size: 1260px;
		background-position: center;
		background-repeat: no-repeat;
	}

	div#media p,
	div#news p {
		font-size: 14px;
		line-height: 30px;
	}

	div#media p.li,
	div#news p.li{
		padding-left: 5.75em;
		text-indent: -5.75em;
	}

	div#media a,
	div#news a {
		color: #333;
	}

	div#media a:hover,
	div#news a:hover {
		color:#eb9864;
	}

/*pc用スタイル記述End*/
}

@media screen and (max-width: 640px) {
	/*sp用スタイル記述Start*/
	/* アイキャッチ画像 */
	div#featured_img img.top.logo {
		width: 70%;
		position: absolute;
		top: 25px;
		left: 60px;
	}
	div#featured_img a img.top.link {
		width: 25%;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

	div.top_image div.title-img {
		padding-bottom: 35px;
	}

	div.top_image div.title-img:last-of-type {
		padding-top: 32px;
		padding-bottom: 0px;
	}

	div.top_image div.title-img p{
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	div.top_image img{
		width: 100%;
	}

	/* セクション */
	div.top div.section {
		padding-top: 70px;
		padding-bottom: 85px;
	}

	div.top img.icon_img.vegetables {
		height: 50px;
		margin-left: 5px;
		margin-bottom: 15px;
	}

	div.big_two_img {
		margin: 70px 0px 40px;
	}

	div.big_two_img img{
		width: 100%;
		margin-bottom: 50px;
	}

	div.top_section  {
		margin-top: 60px;
	}

	div.top_section p {
		padding: 10px 0px;
	}

	div.top img.ict_icon {
		position: absolute;
		margin-left: 120px;
		margin-top: -55px;
		height: 55px;
	}

	div.top img.event_icon {
		position: absolute;
		margin-top: -60px;
		height: 60px;
		right: 15px;
	}

	div.top img.nowknow_icon {
		position: absolute;
		margin-left: 265px;
		margin-top: -55px;
		height: 55px;
	}

	.narrow_line-height {
		line-height: 1.2em
	}

	h2.title_center {
		text-align: center;
	}

	/* media, news*/
	div.media_contents {
		padding-top: 40px;
		height: 600px; /* 「全て見る」で隠した状態の高さ*/
		overflow: hidden;
	}

	div.media_contents p {
		font-size: 18px;
		padding-bottom: 18px;
	}

	div.news_contents {
		padding-top: 40px;
	}

	div.news_contents p {
		font-size: 18px;
		padding-bottom: 18px;
	}

	div.back_color_img {
		margin: 0 auto;
		background-image: url("../img/sp_home/sp_home_news_background.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	div#media a,
	div#news a {
		color: #333;
	}

	div#media a:hover,
	div#news a:hover {
		color:#eb9864;
	}
/*sp用スタイル記述End*/
}