﻿@charset "UTF-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

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

活動報告

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

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

	PC

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

	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global li.g02 a{background: url(../img/pc/nav_global01.jpg) no-repeat -124px -220px;}

	/* コンテンツ
	---------------------------------------------- */
       .kaisetu {
		position: relative;
		padding: 0 30px 0 30px;
		margin-bottom: 20px;
		font-size: 1.6rem;
       }

	/* 年度別
	---------------------------------------------- */
 
       .nendobetu {
		position: relative;
		padding-left:  70px;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.nendobetu ul{
		width: 100%;
		max-width: 900px;
		font-size: 1.4rem;
		margin-top: 10px;
	}

	.nendobetu ul li a{
		background: url(../img/ico_arrow02.png) no-repeat left 0.6em;
		background-size: 7px;
		color: #333;
		padding-left: 13px;
		display: inline-block;
	}

	.nendobetu ul li a:hover{color: #345B84;}

	/*       活動記録（年度別）
	---------------------------------------------- */
/*    年度別まとめ不要かも        	

	.wrap_nendo{margin-bottom: 40px;}
	
	.wrap_nendo:last-of-type{margin-bottom: 0;}
*/
	.nendo  {
              text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
		font-size: 1.8rem;
       }


	.act{
		background-color: #ffffff;
		max-width: 900px;
		margin: 0 auto 70px;
		padding: 30px;
	}
	.act:last-of-type{margin-bottom: 0;}


} /*--@media--*/


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

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

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

	/* コンテンツ
	---------------------------------------------- */
       .kaisetu {
		position: relative;
		font-size: 1.3rem;
		margin-bottom: 20px;
       }

	/* 年度別
	---------------------------------------------- */
	.nendobetu{
		overflow: hidden;
              padding-left: 20px;
		margin-bottom: 25px;
	}

	.nendobetu ul{
		width: 100%;
		font-size: 1.3rem;
		margin-top: 10px;
	}
	
	.nendobetu ul li{
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	.nendobetu ul li:last-child{margin-bottom: 0;}

	.nendobetu ul li a{
		background: url(../img/ico_arrow02.png) no-repeat left 0.45em;
		background-size: 6px;
		color: #333;
		padding-left: 12px;
		display: block;
	}
 /*        年度別まとめ不要かも       */
/*	.wrap_nendo{margin-bottom: 40px;}
	
	.wrap_nendo:last-of-type{margin-bottom: 0;}
*/
	.nendo  {
              text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
		font-size: 1.6rem;
       }

	.act{

		border-bottom: 2px solid #DDDDDD;
		padding-bottom: 25px;
		margin-bottom: 25px;
		line-height: 1.3;
		font-size: 1.3rem;
	}
	
	.act:last-of-type{margin-bottom: 0;}

} /*--@media--*/
