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

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

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/* ------------------------------------------------------------

	令和2年度事業活動計画

	------------------------------------------------------------ */
	
	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global01 > ul > li.g03 > a{color: #3898F8;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../business/img/pc/img_pagettl01.jpg");}
	
	/* 共通
	---------------------------------------------- */
	/*--common.css上書き--*/
	.heading02{text-align: center;}
	
	/*--ナビ--*/
	.nav_business{display: none;}
	
	/*--見出し--*/
	.ttl_business01{
		font-size: 1.8rem;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 2px solid #DDDDDD;
		position: relative;
	}
	
	.ttl_business01::after{
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #3898EF;
		position: absolute;
		left: 0;
		bottom: -2px;
	}

	/* 年間事業計画
	---------------------------------------------- */
	.ttl_activity01{
		color: #3898EE;
		font-size: 4.5rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.ttl_activity01 span{
		display: block;
		font-size: 2rem;
	}
	
	.person{
		width: 300px;
		margin: 0 auto 50px;
		text-align: center;
	}
	
	.person img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.person figcaption{
		font-weight: bold;
		font-size: 1.4rem;
	}
	
	.activity_inner01 p{
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.activity_inner01 p:last-of-type{margin-bottom: 0;}
	
	.activity_inner01 .name{
		text-align: right;
		line-height: 1.4;
	}
	
	.activity_inner01 .txt_activity01{
		text-align: center;
		font-size: 2.2rem;
		color: #3898EE;
		font-weight: bold;
	}
	
	.activity_inner01 .txt_activity01 span{
		font-weight: normal;
		font-size: 1.8rem;
	}
	
	/* 年間事業計画
	---------------------------------------------- */
	.sec_business{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -60px;
	}
	
	.business_inner{
		width: 500px;
		margin-bottom: 60px;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	
	.business_inner ul{
		text-indent: -1.6em;
		padding-left: 1.6em;
		margin-top: 5px;
	}
	
	.business_inner ul li{
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	.business_inner ul li:last-of-type{margin-bottom: 0;}
	
	/* 組織図
	---------------------------------------------- */
	.txt_organaization01{
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.sec_organaization figure{
		border: 1px solid #CCCCCC;
		padding: 40px 100px;
	}
	
	.sec_organaization figure img{width: 100%;}
	
	/* 会員名簿
	---------------------------------------------- */
	.txt_member01{
		text-align: right;
		letter-spacing: 0.05em;
		line-height: 2;
		margin-bottom: 15px;
	}
	
	/*--common.css上書き--*/	
	.sec_member .type01 tr th:nth-child(1){width: 160px;}
	.sec_member .type01 tr th:nth-child(4){width: 300px;}
	
	/* 卒業生
	---------------------------------------------- */		
	.sec_guraduate .type01 th[colspan="2"]{text-align: center;}
	
	.sec_guraduate .type01 tr td:nth-child(1){width: 190px;}
	
	
}/*--@media--*/


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

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

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

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

	令和2年度事業活動計画

	------------------------------------------------------------ */
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../business/img/sp/img_pagettl01.jpg");}
	
	/* 共通
	---------------------------------------------- */
	/*--common.css上書き--*/
	.heading02{
		font-size: 2.4rem;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 30px;
	}
	
	/*--ナビ--*/
	.slick-track{
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.nav_business{margin-bottom: 40px;}
	
	.nav_business ul{
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		opacity: 0;
		transition: opacity .3s;
	}
	
	.nav_business ul.slick-initialized{opacity: 1;}
	
	.nav_business ul li{
		margin-right: 10px;
		height: auto !important;
		white-space: nowrap;
	}
	
	.nav_business ul li:last-of-type{margin-right: 0;}
	
	.nav_business ul li a{
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0.16rem;
		font-weight: bold;
		color: #222;
		line-height: 42px;
		border: 3px solid #E5E6E7;
		border-radius: 50px;
		padding: 0 20px;
	}
	
	.nav_business ul li.active a{border: 3px solid #3898EF;}
	
	/*--見出し--*/
	.ttl_business01{
		font-size: 1.6rem;
		font-weight: bold;
		border-bottom: 2px solid #DDDDDD;
		margin-bottom: 10px;
		position: relative;
	}
	
	.ttl_business01::after{
		content: "";
		display: block;
		width: 30px;
		height: 2px;
		background: #3898EF;
		position: absolute;
		left: 0;
		bottom: -2px;
	}
	
	/*--テーブル--*/
	.wrap_scroll{position: relative;}
	
	.wrap_scroll::before{
		content: "";
		display: block;
		background: url("../img/sp/ico_scroll01.png") no-repeat 0 0;
		background-size: contain;
		width: 40px;
		height: 8px;
		position: absolute;
		top: -17px;
		right: 20px;
	}
	
	.wrap_scroll .scroll{
		overflow-x: scroll;
		padding-left: 20px;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	
	/* 年間事業計画
	---------------------------------------------- */
	.sec_activity{padding: 0 20px;}
	
	.ttl_activity01{
		color: #3898EE;
		font-size: 2.6rem;
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.ttl_activity01 span{
		display: block;
		font-size: 1.6rem;
	}
	
	.person{
		max-width: 300px;
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.person img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.person figcaption{
		font-weight: bold;
		font-size: 1.4rem;
	}
	
	.activity_inner01 p{
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.activity_inner01 p:last-of-type{margin-bottom: 0;}
	
	.activity_inner01 .name{
		text-align: right;
		line-height: 1.4;
	}
	
	.activity_inner01 .txt_activity01{
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.6;
		color: #3898EE;
		font-weight: bold;
	}
	
	.activity_inner01 .txt_activity01 span{
		display: block;
		font-weight: normal;
		font-size: 1.8rem;
	}
	
	/* 年間事業計画
	---------------------------------------------- */
	.sec_business{padding: 0 20px;}
	
	.business_inner{
		margin-bottom: 25px;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	
	.business_inner:last-child{margin-bottom: 0;}
	
	.business_inner ul{
		text-indent: -1.6em;
		padding-left: 1.6em;
		margin-top: 5px;
	}
	
	.business_inner ul li{
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	.business_inner ul li:last-of-type{margin-bottom: 0;}
	
	/* 組織図
	---------------------------------------------- */	
	.sec_organaization{padding: 0 20px;}
	
	.txt_organaization01{
		line-height: 1.4;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	
	.sec_organaization figure{
		border: 1px solid #CCCCCC;
		padding: 10px 15px;
	}
	
	.sec_organaization figure img{width: 100%;}
	
	/*--common.css上書き--*/
	.organaization .pagettl_inner h2{font-size: 2.4rem;}
	
	/* 会員名簿
	---------------------------------------------- */	
	.txt_member01{
		text-align: right;
		padding-right: 20px;
		letter-spacing: 0.05em;
		line-height: 2;
		margin-bottom: 20px;
		font-size: 1.4rem
	}
	
	/*--common.css上書き--*/
	.sec_member .scroll .type01{position: relative;}
	
	.sec_member .scroll .type01::after{ /*右側の余白*/
		content: "";
		width: 20px;
		height: 1px;
		position: absolute;
		top: 0;
		right: -20px;
	}
	
	.sec_member .type01{width: 600px;}
	
	.sec_member .type01 tr th:nth-child(1){width: 160px;}
	.sec_member .type01 tr th:nth-child(4){width: 300px;}
		
	/* 卒業生
	---------------------------------------------- */
	.sec_guraduate{padding: 0 20px;}
	
	.sec_guraduate .type01 td:nth-child(1){width: 100px;}
	

}/*--@media--*/


@media screen and (max-width: 340px){ /* 表示領域が340px以下の場合に適用するスタイル */
	
	/* 事業活動計画
	---------------------------------------------- */
	.ttl_activity01 span{font-size: 1.4rem;}
	
	
}/*--@media--*/


