@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */

@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	.sp {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		position: relative;
		padding-bottom: 80px;
	}

	.slider-pro p.sp-layer {
		top: 40px;
		left: 50px;
		color: #fff;
		font-size: 1.8rem;
		z-index: 110;
	}

	.slider-pro .sp-slide p.mvCopy {
		display: block;
		width: 100%;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 10rem;
/*		font-style: italic;*/
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
		z-index: 110;
		transition: all 0.5s ease-in-out 0s;
		transition-delay: 3s;
		opacity: 0;
		letter-spacing: 0rem;
	}

	.slider-pro .sp-slide.sp-selected p.mvCopy {
		opacity: 1;
	}

	#spBtn {
		display: inline-block;
		width: 318px;
		letter-spacing: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,190%);
		-ms-transform: translate(-50%,190%);
		-o-transform: translate(-50%,190%);
		transform: translate(-50%,190%);
		z-index: 110;
	}

	#spBtn a {
		display: block;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px solid #fff;
		font-size: 1.7rem;
		text-align: center;
		color: #fff;
		background: url(../../img/top/top_main_white_arrow.png) no-repeat 298px center rgba(167, 148, 81, 0.8);
		transition: all 0.3s ease-in-out 0s;
	}

	#spBtn a:hover {
		background: url(../../img/top/top_main_white_arrow.png) no-repeat 298px center rgba(167, 148, 81, 1);
	}

	#mv .sp-buttons {
		position: absolute;
		bottom: 35px;
	}

	#mv .sp-button {
		width: 50px;
		height: 2px;
		margin: 4px 9px;
		border: none;
		border-radius: 0;
		background: #fff;
		position: relative;
	}

	#mv .sp-button::after {
		content: '';
		display: block;
		width: 0;
		height: 2px !important;
		background: #a79451;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 7s linear;
		z-index: 110;
	}

	#mv .sp-button:first-child::after {
		width: 0px!important;
	}

	#mv .sp-button.sp-selected-button.on::after {
		width: 50px!important;
	}

	#mv .sp-button.sp-selected-button::after {
		width: 50px;
	}

	#mv .sp-button::before {
		content: '';
		display: block;
		width: 50px;
		height: 2px !important;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 120;
		opacity: 1;
	}

	#mv .sp-button.sp-selected-button::before {
		opacity: 0;
	}

	.sp-slide::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		transition: all 0.5s ease-in-out 0s;
		transition-delay: 2s;
	}

	.sp-slide.sp-selected::before {
		background: rgba(0, 0, 0, 0.7);
	}

	/* -------------------------------------------------- */
	/* メインスライダー下バナー */
	/* -------------------------------------------------- */
	#mainActivity {
		width: 1000px;
		text-align: center;
		margin: 0 auto 80px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mainActivityBnr {
		width: 49%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
		margin: 0 0 20px 0;
	}

	.mainActivityBnr:nth-child(4n) {
		padding: 0 0 20px 0;
	}

	.mainActivityBnr a {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.mainActivityBnr a:hover {
		opacity: 0.7;
	}

	.mainActivityBnr img {
		width: 100%;
		height: auto;
	}

	/* -------------------------------------------------- */
	/* 事業 */
	/* -------------------------------------------------- */
	#eventWrap {
		padding-bottom: 80px;
		position: relative;
	}

	.event {
		width: 100%;
		background: #f8f4e5;
	}

	.eventList {
		padding: 42px 42px 32px;
		letter-spacing: -0.4em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventBox {
		width: 25%;
		padding: 0 8px;
		letter-spacing: normal;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
	}

	.eventBox a {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.eventBox a:hover {
		opacity: 0.7;
		color: #333333;
	}

	.eventImg {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.eventImg img {
		width: 100%;
		height: auto;
	}

	.eventInfo {
		padding: 10px;
		background: #FFFFFF;
	}

	.eventTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.eventCat {
		text-align: right;
		font-size: 1.2rem;
		color: #666666;
	}

	.eventPlace {
		font-size: 1.2rem;
		color: #666666;
	}

	#eventBtn {
		text-align: center;
		padding-bottom: 80px;
	}

	/* -------------------------------------------------- */
	/* 福岡青年会議所について・入会をご検討の方へ */
	/* -------------------------------------------------- */
	#topMainWrap {
		width: 100%;
		letter-spacing: -.4em;
		padding-bottom: 80px;
	}

	.topMainBox {
		display: inline-block;
		width: 50%;
		padding-top: 22.667vw;
		letter-spacing: 0;
		vertical-align: top;
	}

	#topMainLeft {
		background: url(../../img/top/top_aboutjc_visual.jpg) 0 0 no-repeat;
		background-size: contain;
	}

	#topMainRight {
		background: url(../../img/top/top_entry_visual.jpg) 0 0 no-repeat;
		background-size: contain;
	}

	.topMainContent {
		width: 90%;
		margin: 0 auto;
		padding: 60px 7% 65px;
		background: #f8f4e5;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.topMainTxt {
		padding-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.topAboutList {
		width: 100%;
		letter-spacing: -.4em;
	}

	.topAboutItem {
		display: inline-block;
		width: 48%;
		padding-bottom: 20px;
		padding: 0 4% 20px 0;
		letter-spacing: 0;
		vertical-align: top;
	}

	.topAboutItem:first-child {
		width: 100%;
	}

	.topAboutItem:first-child a {
		height: 160px;
		background: url(../../img/top/top_aboutjc_director.png) no-repeat 11% bottom #fff;
		background-size: 19%;
		padding: 54px 20px 54px 37%;
	}

	.topAboutItem:first-child a:hover {
		background: url(../../img/top/top_aboutjc_director.png) no-repeat 11% bottom #a79451;
		background-size: 19%;
		color: #FFF;
	}

	.topAboutItem:first-child a::after {
		content: '';
		width: 7px;
		height: 12px;
		background: url(../../img/top/top_main_arrow.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -3px;
	}

	.topAboutItem2 {
		padding: 0 0 20px 0;
	}

	.topAboutItem a {
		display: block;
		height: 75px;
		font-size: 1.6rem;
		line-height: 1.2;
		color: #41352d;
		background: #fff;
		border: 1px solid #a79451;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	.topAboutItem a span {
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}

	.topAboutItem a:hover {
		background: #a79451;
		color: #fff;
	}

	.topAboutItem a::after {
		content: '';
		width: 7px;
		height: 12px;
		background: url(../../img/top/top_main_arrow.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -4px;
	}

	.topAboutItem a:hover::after {
		background: url(../../img/top/top_main_white_arrow.png) no-repeat 0 0;
	}

	#TopFJC a {
		padding: 18px 27px 18px 20px;
	}

	#topAboutDirector {
		color: #41352d;
	}

	#topDirector68 {
		font-size: 1.8rem;
		padding-right: 15px;
		position: static;
	}

	#topDirectorName {
		font-size: 2rem;
		position: static;
	}

	#topAboutGreeting {
		font-size: 2.4rem;
		letter-spacing: 0.4em;
		position: static;
	}

	#topPublicDocu {
		width: 100%;
		padding: 30px 4%;
		background: #e3decc;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topPublic2020Tit {
		padding-bottom: 17px;
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1;
		color: #41352d;
	}

	#topPublic2020List {}

	#topPublic2020List .topAboutItem {
		width: 48%;
	}

	#topPublic2020List .topAboutItem:nth-last-child(-n+2) {
		padding-bottom: 0;
	}

	#topPublic2020List .topAboutItem:first-child a {
		background: #fff;
	}

	#topPublic2020List .topAboutItem:first-child a:hover {
		background: #a79451;
	}

	#topPublic2020List .topAboutItem a {
		height: 70px;
		padding: 25px 20px 25px 27px;
	}

	#topPublic2020List .topAboutItem a::after {
		top: 50%;
		margin-top: -4px;
	}

	#topEntryList {}

	.topEntryItem {
		padding-bottom: 29px;
	}

	.topEntryItem:last-child {
		padding-bottom: 0;
	}

	.topEntryItem a {
		display: block;
		border: 1px solid #a79451;
		background: url(../../img/top/top_acout_entry.png) no-repeat right 0 #fff;
		background-size: contain;
		transition: all 0.3s ease-in-out 0s;
	}

	.topEntryItem a:hover {
		background: url(../../img/top/top_acout_entry.png) no-repeat right 0 #a79451;
		background-size: contain;
	}

	.topEntryItem a:hover .topEntryTxt {
		color: #fff;
	}

	.topEntryItem a .topEntrySub {
		color: #333;
	}

	.topEntryItem:nth-child(2) a {
		background: url(../../img/top/top_about_member.png) no-repeat right 0 #fff;
		background-size: contain;
	}

	.topEntryItem:nth-child(2) a:hover {
		background: url(../../img/top/top_about_member.png) no-repeat right 0 #a79451;
		background-size: contain;
	}

	.topEntryItem:nth-child(3) a {
		background: url(../../img/top/top_see_blog.png) no-repeat right 0 #fff;
		background-size: contain;
	}

	.topEntryItem:nth-child(3) a:hover {
		background: url(../../img/top/top_see_blog.png) no-repeat right 0 #a79451;
		background-size: contain;
	}

	.topEntryTxt {
		display: inline-block;
		padding: 63px 60px;
		color: #41352d;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.topEntryTopic {
		display: block;
		font-size: 2.4rem;
		padding-bottom: 5px;
	}

	.topEntrySub {
		display: block;
		padding: 6px 0;
		font-size: 1.3rem;
		letter-spacing: 0.3em;
		background: #eee;
		text-align: center;
	}

	/* -------------------------------------------------- */
	/* ニュースリリース */
	/* -------------------------------------------------- */
	#newsReleaseWrap {
		width: 1000px;
		margin: 0 auto 95px;
		position: relative;
	}

	#newsRelease {
		letter-spacing: -.4em;
		margin: 0 -10px 10px -10px;
	}

	#newsRelease > li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 20px;
		width: 490px;
	}

	#newsListLink {
		text-align: center;
	}

	#newsReleaseWrap h2 {
		text-align: center;
	}

	.nr a {
		display: block;
		background: #f6f6f6;
		transition: all 0.3s ease-in-out 0s;
		font-size: 1.5rem;
	}

	.nr a.even {
		background: #FFFFFF;
		font-size: 1.5rem;
	}

	.nr a:hover {
		color: #333333;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		position: relative;
		z-index: 100;
	}

	/*
        .nr a:hover .newsTit {
        	color: #ea8080;
        }
        */

	.newsImg {
		float: left;
	}

	.newsImg img {
		width: 180px;
		height: 160px;
		object-fit: cover;
	}

	.newsTxt {
		float: right;
		width: 310px;
		height: 160px;
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.newsName {
		display: inline-block;
		font-size: 1.4rem;
		position: relative;
	}

	.newsTxt .staff2020 {
		color: #5498b6;
	}

	.newsTxt .committee2020 {
		color: #e3a33d;
	}

	.newsTxt .director2020 {
		color: #df4242;
	}

	.newsName:after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 50px;
		vertical-align: middle;
		position: absolute;
		top: 50%;
		right: -60px;
	}

	.director2020 {
		color: #df4242;
	}

	.director2020:after {
		background: #df4242;
	}

	.staff2020 {
		color: #5498b6;
	}

	.staff2020:after {
		background: #5498b6;
	}

	.committee2020 {
		color: #e3a33d;
	}

	.committee2020:after {
		background: #e3a33d;
	}

	.newsDate {
		margin-right: 10px;
		display: block;
		vertical-align: middle;
		color: #666666;
	}

	.newsCat {
		display: block;
		vertical-align: middle;
		position: absolute;
		bottom: 15px;
		right: 10px;
	}

	.newsCat li {
		padding: 10px;
		background: #dcdcdc;
		font-size: 0.9rem;
		display: inline;
	}

	.newsTit {
		display: block;
		vertical-align: middle;
	}

	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#footBnrArea {
		width: 1000px;
		margin: 0 auto 100px;
	}

	#footBnrArea ul {
		letter-spacing: -.4em;
		font-size: 0;
		text-align: left;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 19%;
		margin: 0 1% 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 1% 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}
	
	/* コロナ支援追加 */
	/* -------------------------------------------------- */
	#coronaSupport {
		height: 700px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
	
	#coronaSupport img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		transition: all 0.3s ease-in-out 0s;
	}
	
	#coronaSupport a:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	#csMain {
		width: 50%;
		height: 100%;
	}

	#csSub {
		width: 50%;
		height: 100%;
	}
	
	#support1 {
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	
	#support2 {
		height: 50%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	#support3 {
		height: 50%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.csTxt {
		padding: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: rgba(0,0,0,0.4);
		text-align: center;
	}
	
	.mainTxt {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
		color: #FFF;
		white-space: nowrap;
	}
	
	.subTxt {
		font-size: 1.3rem;
		color: #FFF;
		white-space: nowrap;
	}

	/* 卒業生の夕べ追加 */
	/* -------------------------------------------------- */
	#graduateEvent {
		width: 100%;
		height: auto;
	}
	
	#graduateEvent a {
		display: block;
	}

	#graduateEvent a img {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.slider-pro .sp-slide p.mvCopy {
		font-size: 9rem;
	}

	.slider-pro .sp-slide p.mvCopy .mid {
		display: block!important;
	}

	/* TOPメインリンク */
	.topEntryTxt {
		padding: 20px;
	}

	.topEntryTxt .topEntryTopic {
		font-size: 1.8rem;
	}

	.topEntryTxt .topEntrySub {
		font-size: 1rem;
	}

	#topEntryContact {
		padding: 20px;
	}

	.topEntryMethod {
		width: 100%;
		text-align: center;
	}

	.topEntryMethod .EntryMethodTell {
		padding-bottom: 10px;
	}

	.topEntryTit {
		line-height: 1.5;
	}

	.topAboutItem:first-child a {
		height: 155px;
		padding: 24px 20px 24px 42%;
	}

	#topAboutGreeting {}

	.topAboutItem a {
		height: 60px;
		font-size: 1.2rem;
	}

	#topPublic2020List .topAboutItem a {
		height: 60px;
	}

	#topPublic2020List .topAboutItem a::after {
		top: 50%;
	}

	.topEntryMethod .EntryMethodTell {
		padding-right: 5px;
	}

	.EntryMethodNumber {
		font-size: 2.8rem;
	}

	.topEntryMethod .EntryMethodTell {
		width: 180px;
		text-align: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 150px;
		text-align: left;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding: 8px 10px 8px 30px;
		background-position-x: 8px;
		font-size: 1.2rem;
		background: url(../../img/common/guide_icon.png) 8px center no-repeat #a70303 !important;
	}

	#topDirector68 {
		font-size: 1.6rem;
		position: static;
	}

	#topDirectorName {
		font-size: 1.6rem;
		position: static;
	}

	#topAboutGreeting {
		font-size: 1.6rem;
		letter-spacing: 0.3em;
		position: static;
	}

	.topAboutItem:first-child a {
		height: 90px;
		padding: 24px 40px 24px 35%;
		background-size: 75px;
	}

	.topAboutItem:first-child a:hover {
		background-size: 75px;
	}

	.topAboutItem a {
		height: 50px;
	}

	.topAboutItem a::after {
		top: 50%;
	}

	#TopFJC a {
		padding: 14px 27px 18px 20px;
		font-size: 1rem;
	}

	.topAboutItem a::after {
		right: 10px;
	}

	.topAboutItem:first-child a::after {
		right: 10px;
	}

	.topAboutItem2 {
		padding-bottom: 20px;
	}

	#topPublicDocu {
		padding: 23px 4%;
	}

	#topPublic2020List .topAboutItem a {
		height: 50px;
	}

	#topPublic2020List .topAboutItem a {
		padding: 17px 20px 17px 27px;
	}

	#topPublic2020List .topAboutItem:first-child a::after {
		top: 50%;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 10px;
	}
	
	/* コロナ支援追加 */
	/* -------------------------------------------------- */
	#coronaSupport {
		height: 500px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.topMainBox {
		padding-top: 22.667vw;
	}

	/* TOPメインリンク */
	.topEntryTxt {
		padding: 30px 20px;
	}

	.topEntryTxt .topEntryTopic {
		font-size: 2rem;
	}

	.topEntryTxt .topEntrySub {
		font-size: 1rem;
	}

	#topEntryContact {
		padding: 20px;
	}

	.topEntryMethod {
		width: 100%;
		text-align: center;
	}

	.topEntryMethod .EntryMethodTell {
		padding-bottom: 10px;
	}

	.topEntryTit {
		line-height: 1.5;
	}

	.topAboutItem:first-child a {
		height: 155px;
		padding: 24px 20px 24px 42%;
	}

	#topAboutGreeting {}

	.topAboutItem a {
		height: 60px;
		font-size: 1.2rem;
	}

	#topPublic2020List .topAboutItem a {
		height: 60px;
	}

	#topPublic2020List .topAboutItem a::after {
		top: 50%;
	}

	.topEntryMethod .EntryMethodTell {
		padding-right: 5px;
	}

	.EntryMethodNumber {
		font-size: 2.8rem;
	}

	.topEntryMethod .EntryMethodTell {
		width: 180px;
		text-align: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 170px;
		text-align: left;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding: 8px 10px 8px 50px;
		background-position-x: 8px;
		font-size: 1.2rem;
	}

	#topDirector68 {
		font-size: 1.6rem;
		position: static;
	}

	#topDirectorName {
		font-size: 1.6rem;
		position: static;
	}

	#topAboutGreeting {
		font-size: 1.6rem;
		letter-spacing: 0.4em;
		position: static;
	}

	.topAboutItem:first-child a {
		height: 110px;
		padding: 34px 40px 34px 37%;
		background-size: 90px;
	}

	.topAboutItem:first-child a:hover {
		background-size: 90px;
	}

	.topAboutItem a {
		height: 60px;
	}

	.topAboutItem a::after {
		top: 50%;
		margin-top: -4px;
	}

	#TopFJC a {
		padding: 14px 27px 18px 20px;
		font-size: 1.2rem;
	}

	.topAboutItem a::after {
		right: 10px;
	}

	.topAboutItem:first-child a::after {
		right: 10px;
	}

	.topAboutItem2 {
		padding-bottom: 20px;
	}

	#topPublicDocu {
		padding: 22px 4%;
	}

	#topPublic2020List .topAboutItem a {
		height: 50px;
	}

	#topPublic2020List .topAboutItem a {
		padding: 17px 20px 17px 27px;
	}

	#topPublic2020List .topAboutItem:first-child a::after {
		top: 50%;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 30px;
	}

	#topPublic2020Tit {
		font-size: 2rem;
	}
	
	/* コロナ支援追加 */
	/* -------------------------------------------------- */
	#coronaSupport {
		height: 600px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1780px) {
	/* TOPメインリンク */
	.topEntryTxt {
		padding: 50px;
	}

	.topEntryTxt .topEntryTopic {
		font-size: 2rem;
	}

	.topEntryTxt .topEntrySub {
		font-size: 1rem;
	}

	#topEntryContact {
		padding: 20px;
	}

	.topEntryMethod {
		width: 100%;
		text-align: center;
	}

	.topEntryMethod .EntryMethodTell {
		padding-bottom: 10px;
	}

	.topEntryTit {
		line-height: 1.5;
	}

	.topAboutItem:first-child a {
		height: 155px;
		padding: 24px 20px 24px 42%;
	}

	#topAboutGreeting {}

	.topAboutItem a {
		height: 60px;
		font-size: 1.5rem;
	}

	#topPublic2020List .topAboutItem a {
		height: 60px;
	}

	#topPublic2020List .topAboutItem a::after {
		top: 50%;
	}

	.topEntryMethod .EntryMethodTell {
		padding-right: 5px;
	}

	.EntryMethodNumber {
		font-size: 2.8rem;
	}

	.topEntryMethod .EntryMethodTell {
		width: 180px;
		text-align: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 170px;
		text-align: left;
	}

	.topEntryMethod .EntryMethodBtn a {
		padding: 8px 10px 8px 50px;
		background-position-x: 8px;
		font-size: 1.2rem;
	}

	#topDirector68 {
		font-size: 1.6rem;
		position: static;
	}

	#topDirectorName {
		font-size: 1.8rem;
		position: static;
	}

	#topAboutGreeting {
		font-size: 2.1rem;
		letter-spacing: 0.4em;
		position: static;
	}

	.topAboutItem:first-child a {
		height: 130px;
		padding: 42px 40px 42px 35%;
		background-size: 110px;
	}

	.topAboutItem:first-child a:hover {
		background-size: 110px;
	}

	.topAboutItem a {
		height: 70px;
	}

	.topAboutItem a::after {
		top: 50%;
		margin-top: -4px;
	}

	#TopFJC a {
		padding: 14px 27px 18px 20px;
		font-size: 1.5rem;
	}

	.topAboutItem a::after {
		right: 10px;
	}

	.topAboutItem:first-child a::after {
		right: 10px;
	}

	.topAboutItem2 {
		padding-bottom: 20px;
	}

	#topPublicDocu {
		padding: 22px 4%;
	}

	#topPublic2020List .topAboutItem a {
		height: 60px;
	}

	#topPublic2020List .topAboutItem a {
		padding: 17px 20px 17px 27px;
	}

	#topPublic2020List .topAboutItem:first-child a::after {
		top: 50%;
		margin-top: -4px;
	}

	#topEntryContact .EntryMethodTell {
		padding-right: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}


	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		position: relative;
		margin-top: -50px;
	}

	.slider-pro p.sp-layer {
		top: 70px;
		left: 3%;
		color: #fff;
		font-size: 2rem;
		z-index: 110;
	}

	#spBtn {
		display: inline-block;
		width: 30%;
		letter-spacing: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,350%);
		-ms-transform: translate(-50%,350%);
		-o-transform: translate(-50%,350%);
		transform: translate(-50%,350%);
	}

	#spBtn a {
		display: block;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px solid #fff;
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
		background: url(../../img/common/sp/icon2.png) no-repeat right 3% center rgba(167, 148, 81, 0.8);
		background-size: 8px;
		transition: all 0.3s ease-in-out 0s;
	}

	#mv .sp-buttons {
		top: -57px;
	}

	#mv .sp-button {
		width: 50px;
		height: 2px;
		margin: 4px 9px;
		border: none;
		border-radius: 0;
		background: #fff;
		position: relative;
	}

	#mv .sp-button::after {
		content: '';
		display: block;
		width: 0;
		height: 2px !important;
		background: #a79451;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 7s;
	}

	#mv .sp-button:first-child::after {
		width: 0px!important;
	}

	#mv .sp-button.sp-selected-button.on::after {
		width: 50px!important;
	}

	#mv .sp-button.sp-selected-button::after {
		width: 50px;
	}

	.slider-pro .sp-slide p.mvCopy {
		display: block;
		width: 94%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 8rem;
		font-weight: bold;
/*		font-style: italic;*/
		line-height: 1.2;
		text-align: center;
		z-index: 110;
		transition: all 0.5s ease-in-out 0s;
		transition-delay: 3s;
		opacity: 0;
	}

	.slider-pro .sp-slide p.mvCopy .mid {
		display: block!important;
	}

	.slider-pro .sp-slide.sp-selected p.mvCopy {
		opacity: 1;
	}

	.sp-slide::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		transition: all 0.5s ease-in-out 0s;
		transition-delay: 2s;
	}

	.sp-slide.sp-selected::before {
		background: rgba(0, 0, 0, 0.7);
	}

	#mv .sp-button::before {
		content: '';
		display: block;
		width: 50px;
		height: 2px !important;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.1s;
		z-index: 120;
		opacity: 1;
	}

	#mv .sp-button.sp-selected-button::before {
		opacity: 0;
	}

	/* -------------------------------------------------- */
	/* メインスライダー下バナー */
	/* -------------------------------------------------- */
	#mainActivity {
		width: 100%;
		padding: 0 3% 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: -.4em;
	}

	.mainActivityBnr {
		display: inline-block;
		width: 49%;
		padding: 0 2% 10px 0;
	}

	.mainActivityBnr:nth-child(2n) {
		padding: 0 0 10px 0;
	}

	.mainActivityBnr a {
		display: block;
	}

	.mainActivityBnr img {
		width: 100%;
	}

	/* -------------------------------------------------- */
	/* 行事 */
	/* -------------------------------------------------- */
	#eventWrap {
		padding: 0 0 40px 0;
		position: relative;
	}

	#eventWrap h2 {
		padding: 0 3% 10px;
	}

	#eventListLink {
		position: absolute;
		top: 0;
		right: 3%;
	}

	.listLink a {
		display: block;
		padding: 8px 16px 8px 8px;
		border: 1px #2abc42 solid;
		border-radius: 3px;
		transition: all 0.3s ease-in-out 0s;
		line-height: 1;
		font-size: 1.0rem;
		background-image: url(../../img/common/icon_next_midori.png);
		background-position: right 8px center;
		background-repeat: no-repeat;
		background-size: 4px 7px;
		color: #2abc42;
	}

	.listLink a img {
		width: 15px;
		height: auto;
		vertical-align: middle;
	}

	.event {
		width: 100%;
		background: #f8f4e5;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventTab {
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventBox {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventBox a {
		width: 100%;
		display: table;
		background: #FFFFFF;
		margin-bottom: 10px;
		transition: all 0.3s ease-in-out 0s;
	}

	.eventImg {
		width: 30%;
		height: 70px;
		vertical-align: middle;
		display: table-cell;
	}

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

	.eventInfo {
		width: 70%;
		vertical-align: middle;
		height: auto !important;
		display: table-cell;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventDate {
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.eventPlace {
		font-size: 1.0rem;
	}

	.eventTit {
		padding-bottom: 10px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.eventCat {
		text-align: right;
		font-size: 1.0rem;
	}


	#eventTabBtn {
		letter-spacing: -0.4em;
	}

	#eventTabBtn li {
		width: calc(50% - 9px);
		/* 	margin-right: 1%; */
		margin-bottom: -1px;
		font-size: 1.2rem;
		padding: 10px;
		display: inline-block;
		letter-spacing: normal;
		border: 1px #dcdcdc solid;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 5px 5px 0 0;
	}

	#eventTabBtn li:first-child {
		margin-left: 6px;
		margin-right: 3px;
	}

	#eventTabBtn li:last-child {
		margin-left: 3px;
		margin-right: 6px;
	}

	#eventEnd {
		display: none;
	}

	/* -------------------------------------------------- */
	/* ニュースリリース */
	/* -------------------------------------------------- */
	#newsReleaseWrap {
		width: 100%;
		margin: 0 auto 40px;
		position: relative;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#newsListLink a {
		background: url(../../img/common/icon_next_white.png) no-repeat right 18px center #a79451;
	}

	#newsReleaseWrap h2 {
		padding: 0 3% 10px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nr a {
		display: block;
		background: #f6f6f6;
		margin-bottom: 10px;
		position: relative;
	}

	.nr a.even {
		background: #FFFFFF;
	}

	.newsImg {
		float: left;
		width: 30%;
	}

	.newsImg img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.newsTxt {
		float: right;
		width: 70%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.newsName {
		display: inline-block;
		margin-right: 5px;
		font-size: 1.2rem;
	}

	.newsName:after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 30px;
		vertical-align: middle;
	}

	.director2020 {
		color: #df4242;
	}

	.director2020:after {
		background: #df4242;
	}

	.staff2020 {
		color: #5498b6;
	}

	.staff2020:after {
		background: #5498b6;
	}

	.committee2020 {
		color: #e3a33d;
	}

	.committee2020:after {
		background: #e3a33d;
	}

	.newsTitWrap {
		margin-top: -5px;
	}

	.newsDate {
		margin-right: 10px;
		display: block;
		vertical-align: middle;
		font-size: 1.2rem;
	}

	.newsCat {
		display: block;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}

	.newsCat li {
		padding: 5px;
		background: #dcdcdc;
		font-size: 1.0rem;
		letter-spacing: -0.05em;
		display: inline;
	}

	.newsTit {
		display: block;
		vertical-align: middle;
		font-size: 1.3rem;
		line-height: 1.3;
	}

	#eventBtn a {
		background: url(../../img/common/icon_next_white.png) no-repeat right 18px center #a79451;
	}

	/* -------------------------------------------------- */
	/* 福岡青年会議所について・入会をご検討の方へ */
	/* -------------------------------------------------- */
	#topMainWrap {
		width: 100%;
		letter-spacing: -.4em;
		padding-bottom: 40px;
	}

	.topMainBox {
		display: inline-block;
		width: 100%;
		padding-top: 45vw;
		letter-spacing: 0;
		vertical-align: top;
	}

	#topMainLeft {
		background: url(../../img/top/top_aboutjc_visual.jpg) 0 0 no-repeat;
		background-size: contain;
		padding-bottom: 20px;
	}

	#topMainRight {
		background: url(../../img/top/top_entry_visual.jpg) 0 0 no-repeat;
		background-size: contain;
	}

	.topMainContent {
		width: 94%;
		margin: 0 auto;
		padding: 20px 3%;
		background: #f8f4e5;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topMainAbout {}

	#topMainEntry {}

	.topMainTxt {
		padding-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.topAboutList {
		width: 100%;
		letter-spacing: -.4em;
		padding-bottom: 30px;
	}

	.topAboutItem {
		display: block;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 0;
	}

	.topAboutItem:first-child {
		width: 100%;
	}

	.topAboutItem:first-child a {
		background: url(../../img/top/top_aboutjc_director.png) no-repeat 20px bottom #fff;
		background-size: 90px;
		padding: 35px 10px 35px 18%;
	}

	.topAboutItem:first-child a::after {
		content: '';
		width: 7px;
		height: 12px;
		background: url(../../img/top/top_main_arrow.png) no-repeat 0 center;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
	}

	.topAboutItem:last-child {
		padding-bottom: 0;
	}

	.topAboutItem a {
		display: block;
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		color: #41352d;
		background: #fff;
		border: 1px solid #a79451;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	.topAboutItem a::after {
		content: '';
		width: 7px;
		height: 12px;
		background: url(../../img/top/top_main_arrow.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
	}
	#TopFJC a {
		padding: 10px 27px 10px 10px;
	}

	#topAboutDirector {
		color: #41352d;
	}

	#topDirector68 {
		font-size: 1.2rem;
		padding-right: 15px;
	}

	#topDirectorName {
		font-size: 1.4rem;
	}

	#topAboutGreeting {
		font-size: 1.6rem;
		letter-spacing: 0.3em;
	}

	#topPublicDocu {
		width: 100%;
		padding: 20px 3%;
		background: #e3decc;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topPublic2020Tit {
		padding-bottom: 17px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		color: #41352d;
	}

	#topPublic2020List {
		padding-bottom: 0;
	}

	#topPublic2020List .topAboutItem {
		width: 100%;
		padding-bottom: 10px;
	}

	#topPublic2020List .topAboutItem:last-child {
		padding-bottom: 0;
	}

	#topPublic2020List .topAboutItem:first-child a {
		background: #fff;
	}

	#topPublic2020List .topAboutItem a {
		padding: 10px;
	}

	#topEntryList {}

	.topEntryItem {
		padding-bottom: 10px;
	}

	.topEntryItem:last-child {
		padding-bottom: 0;
	}

	.topEntryItem a {
		display: block;
		border: 1px solid #a79451;
		background: url(../../img/top/top_acout_entry.png) no-repeat right 0 #fff;
		background-size: contain;
		transition: all 0.3s ease-in-out 0s;
	}

	.topEntryItem:nth-child(2) a {
		background: url(../../img/top/top_about_member.png) no-repeat right 0 #fff;
		background-size: contain;
	}

	.topEntryItem:nth-child(3) a {
		background: url(../../img/top/top_see_blog.png) no-repeat right 0 #fff;
		background-size: contain;
	}

	.topEntryTxt {
		display: block;
		padding: 40px 70% 30px 10px;
		color: #41352d;
		line-height: 1;
	}

	.topEntryTopic {
		display: block;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}

	.topEntrySub {
		display: block;
		padding: 4px 0;
		font-size: 1.2rem;
		letter-spacing: 0.3em;
		background: #eee;
		text-align: center;
	}


	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#footBnrArea {
		margin: 0 auto 40px;
		padding: 0 3%;
	}

	#footBnrArea ul {
		letter-spacing: -.4em;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	#footBnrArea ul li:nth-child(3n) {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}
	
	/* コロナ支援追加 */
	/* -------------------------------------------------- */
	#coronaSupport {
		padding-bottom: 50px;
	}
	
	#coronaSupport img {
		width: 100%;
		height: auto;
	}

	#csMain {
		width: 100%;
	}

	#csSub {
		width: 100%;
	}
	
	#support1 {
		width: 100%;
		height: auto;
	}
	
	#support2 {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	#support3 {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.csTxt {
		padding: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: rgba(0,0,0,0.4);
		text-align: center;
	}
	
	.mainTxt {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.2;
		color: #FFF;
		white-space: nowrap;
	}
	
	.subTxt {
		font-size: 1.3rem;
		color: #FFF;
		white-space: nowrap;
	}

	/* 卒業生の夕べ追加 */
	/* -------------------------------------------------- */
	#graduateEvent {
		width: 100%;
		height: auto;
		padding-top: 50px;
		margin-bottom: 40px;
	}

	#graduateEvent a {
		display: block;
	}

	#graduateEvent a img {
		width: 100%;
	}
}

/* iPhone5救済 */
@media all and (max-width: 374px) {
	.newsTxt {
		padding: 5px;
	}

	.newsName,
	.newsName:after,
	.newsDate,
	.newsTit {
		font-size: 1.0rem;
		line-height: 1;
	}

	.newsCat li {
		font-size: 0.9rem;
	}
}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	#topAboutGreeting {
		font-size: 1.6rem;
		letter-spacing: 0.4em;
	}
}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	.pc {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		position: relative;
		margin-top: -50px;
	}

	.slider-pro p.sp-layer {
		width: 94%;
		top: 65px;
		left: 3%;
		color: #fff;
		font-size: 1.4rem;
		z-index: 110;
	}

	#spBtn {
		display: inline-block;
		width: 70%;
		letter-spacing: 0;
		position: absolute;
		bottom: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,300%);
		-ms-transform: translate(-50%,300%);
		-o-transform: translate(-50%,300%);
		transform: translate(-50%,300%);
	}

	#spBtn a {
		display: block;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px solid #fff;
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
		background: url(../../img/common/sp/icon2.png) no-repeat right 3% center rgba(167, 148, 81, 0.8);
		background-size: 8px;
		transition: all 0.3s ease-in-out 0s;
	}

	#mv .sp-buttons {
		top: -57px;
	}

	#mv .sp-button {
		width: 50px;
		height: 2px;
		margin: 4px 9px;
		border: none;
		border-radius: 0;
		background: #fff;
		position: relative;
	}

	#mv .sp-button::after {
		content: '';
		display: block;
		width: 0;
		height: 2px !important;
		background: #a79451;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 7s;
	}

	#mv .sp-button:first-child::after {
		width: 0px!important;
	}

	#mv .sp-button.sp-selected-button.on::after {
		width: 50px!important;
	}

	#mv .sp-button.sp-selected-button::after {
		width: 50px;
	}

	.sp-slide::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		transition: all 0.5s ease-in-out 0s;
		transition-delay: 2s;
	}

	.sp-slide.sp-selected::before {
		background: rgba(0, 0, 0, 0.7);
	}

	.slider-pro .sp-slide p.mvCopy {
		display: block;
		width: 90%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 13.75vw;
/*		font-style: italic;*/
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
		z-index: 110;
		transition: all 0.5s ease-in-out 0s;
		transition-delay: 3s;
		opacity: 0;
	}

	.slider-pro .sp-slide.sp-selected p.mvCopy {
		opacity: 1;
	}

	#mv .sp-button::before {
		content: '';
		display: block;
		width: 50px;
		height: 2px !important;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.1s;
		z-index: 120;
		opacity: 1;
	}

	#mv .sp-button.sp-selected-button::before {
		opacity: 0;
	}

	/* -------------------------------------------------- */
	/* メインスライダー下バナー */
	/* -------------------------------------------------- */
	#mainActivity {
		width: 100%;
		padding: 0 3% 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: -.4em;
	}

	.mainActivityBnr {
		display: inline-block;
		width: 49%;
		padding: 0 2% 10px 0;
	}

	.mainActivityBnr:nth-child(2n) {
		padding: 0 0 10px 0;
	}

	.mainActivityBnr:last-child {
		padding: 0 0 10px 0;
	}

	.mainActivityBnr a {
		display: block;
	}

	.mainActivityBnr img {
		width: 100%;
	}

	/* -------------------------------------------------- */
	/* 行事 */
	/* -------------------------------------------------- */
	#eventWrap {
		padding: 0 0 40px 0;
		position: relative;
	}

	#eventWrap h2 {
		padding: 0 3% 10px;
	}

	#eventListLink {
		position: absolute;
		top: 0;
		right: 3%;
	}

	.listLink a {
		display: block;
		padding: 8px 16px 8px 8px;
		border: 1px #2abc42 solid;
		border-radius: 3px;
		transition: all 0.3s ease-in-out 0s;
		line-height: 1;
		font-size: 1.0rem;
		background-image: url(../../img/common/icon_next_midori.png);
		background-position: right 8px center;
		background-repeat: no-repeat;
		background-size: 4px 7px;
		color: #2abc42;
	}

	.listLink a img {
		width: 15px;
		height: auto;
		vertical-align: middle;
	}

	.event {
		width: 100%;
		background: #f8f4e5;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventTab {
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventBox {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventBox a {
		width: 100%;
		display: table;
		background: #FFFFFF;
		margin-bottom: 10px;
		transition: all 0.3s ease-in-out 0s;
	}

	.eventImg {
		width: 30%;
		height: 70px;
		vertical-align: middle;
		display: table-cell;
	}

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

	.eventInfo {
		width: 70%;
		vertical-align: middle;
		height: auto !important;
		display: table-cell;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.eventDate {
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.eventPlace {
		font-size: 1.0rem;
	}

	.eventTit {
		padding-bottom: 10px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
	}

	.eventCat {
		text-align: right;
		font-size: 1.0rem;
	}


	#eventTabBtn {
		letter-spacing: -0.4em;
	}

	#eventTabBtn li {
		width: calc(50% - 9px);
		/* 	margin-right: 1%; */
		margin-bottom: -1px;
		font-size: 1.2rem;
		padding: 10px;
		display: inline-block;
		letter-spacing: normal;
		border: 1px #dcdcdc solid;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 5px 5px 0 0;
	}

	#eventTabBtn li:first-child {
		margin-left: 6px;
		margin-right: 3px;
	}

	#eventTabBtn li:last-child {
		margin-left: 3px;
		margin-right: 6px;
	}

	#eventEnd {
		display: none;
	}

	/* -------------------------------------------------- */
	/* ニュースリリース */
	/* -------------------------------------------------- */
	#newsReleaseWrap {
		width: 100%;
		margin: 0 auto 40px;
		position: relative;
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#newsListLink a {
		background: url(../../img/common/sp/icon2.png) no-repeat right 18px center #a79451;
		background-size: 8px;
	}

	#newsReleaseWrap h2 {
		padding: 0 3% 10px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nr a {
		display: block;
		background: #f6f6f6;
		margin-bottom: 10px;
		position: relative;
	}

	.nr a.even {
		background: #FFFFFF;
	}

	.newsImg {
		float: left;
		width: 30%;
	}

	.newsImg img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.newsTxt {
		float: right;
		width: 70%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.newsName {
		display: inline-block;
		margin-right: 5px;
		font-size: 1.2rem;
	}

	.newsName:after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 30px;
		vertical-align: middle;
	}

	.director2020 {
		color: #df4242;
	}

	.director2020:after {
		background: #df4242;
	}

	.staff2020 {
		color: #5498b6;
	}

	.staff2020:after {
		background: #5498b6;
	}

	.committee2020 {
		color: #e3a33d;
	}

	.committee2020:after {
		background: #e3a33d;
	}

	.newsTitWrap {
		margin-top: -5px;
	}

	.newsDate {
		margin-right: 10px;
		display: block;
		vertical-align: middle;
		font-size: 1.2rem;
	}

	.newsCat {
		display: block;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}

	.newsCat li {
		padding: 5px;
		background: #dcdcdc;
		font-size: 1.0rem;
		letter-spacing: -0.05em;
		display: inline;
	}

	.newsTit {
		display: block;
		vertical-align: middle;
		font-size: 1.3rem;
		line-height: 1.3;
	}

	#eventBtn a {
		background: url(../../img/common/sp/icon2.png) no-repeat right 18px center #a79451;
		background-size: 8px;
	}

	/* -------------------------------------------------- */
	/* 福岡青年会議所について・入会をご検討の方へ */
	/* -------------------------------------------------- */
	#topMainWrap {
		width: 100%;
		letter-spacing: -.4em;
		padding-bottom: 40px;
	}

	.topMainBox {
		display: inline-block;
		width: 100%;
		padding-top: 43.667vw;
		letter-spacing: 0;
		vertical-align: top;
	}

	#topMainLeft {
		background: url(../../img/top/top_aboutjc_visual.jpg) 0 0 no-repeat;
		background-size: contain;
		padding-bottom: 20px;
	}

	#topMainRight {
		background: url(../../img/top/top_entry_visual.jpg) 0 0 no-repeat;
		background-size: contain;
	}

	.topMainContent {
		width: 94%;
		margin: 0 auto;
		padding: 20px 3%;
		background: #f8f4e5;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topMainAbout {}

	#topMainEntry {}

	.topMainTxt {
		padding-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.topAboutList {
		width: 100%;
		letter-spacing: -.4em;
		padding-bottom: 30px;
	}

	.topAboutItem {
		display: block;
		width: 100%;
		padding-bottom: 10px;
		letter-spacing: 0;
	}

	.topAboutItem:first-child {
		width: 100%;
	}

	.topAboutItem:first-child a {
		background: url(../../img/top/top_aboutjc_director.png) no-repeat 10px bottom #fff;
	    background-size: 90px;
	    padding: 35px 10px 35px 30%;
	}

	.topAboutItem:first-child a::after {
		content: '';
		width: 7px;
		height: 12px;
		/* background: url(../../img/top/top_main_arrow.png) no-repeat 0 center; */
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
	}

	.topAboutItem:last-child {
		padding-bottom: 0;
	}

	.topAboutItem a {
		display: block;
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		color: #41352d;
		background: #fff;
		border: 1px solid #a79451;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	.topAboutItem a::after {
		content: '';
		width: 7px;
		height: 12px;
		background: url(../../img/top/sp/icon3.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
	}

	#TopFJC a {
		padding: 10px 27px 10px 10px;
	}

	#topAboutDirector {
		color: #41352d;
	}

	#topDirector68 {
		font-size: 1.2rem;
		padding-right: 15px;
	}

	#topDirectorName {
		font-size: 1.4rem;
	}

	#topAboutGreeting {
		font-size: 1.6rem;
		letter-spacing: 0.3em;
	}

	#topPublicDocu {
		width: 100%;
		padding: 20px 3%;
		background: #e3decc;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#topPublic2020Tit {
		padding-bottom: 17px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		color: #41352d;
	}

	#topPublic2020List {
		padding-bottom: 0;
	}

	#topPublic2020List .topAboutItem {
		width: 100%;
		padding-bottom: 10px;
	}

	#topPublic2020List .topAboutItem:last-child {
		padding-bottom: 0;
	}

	#topPublic2020List .topAboutItem:first-child a {
		background: #fff;
	}

	#topPublic2020List .topAboutItem a {
		padding: 10px;
	}

	#topEntryList {}

	.topEntryItem {
		padding-bottom: 10px;
	}

	.topEntryItem:last-child {
		padding-bottom: 0;
	}

	.topEntryItem a {
		display: block;
		border: 1px solid #a79451;
		background: url(../../img/top/top_acout_entry.png) no-repeat right 0 #fff;
		background-size: contain;
		transition: all 0.3s ease-in-out 0s;
	}

	.topEntryItem:nth-child(2) a {
		background: url(../../img/top/top_about_member.png) no-repeat right 0 #fff;
		background-size: contain;
	}

	.topEntryItem:nth-child(3) a {
		background: url(../../img/top/top_see_blog.png) no-repeat right 0 #fff;
		background-size: contain;
	}

	.topEntryTxt {
		display: block;
		padding: 10px 50% 10px 10px;
		color: #41352d;
		line-height: 1;
	}

	.topEntryTopic {
		display: block;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}

	.topEntrySub {
		display: block;
		padding: 4px 0;
		font-size: 1.2rem;
		letter-spacing: 0.3em;
		background: #eee;
		text-align: center;
	}


	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#footBnrArea {
		margin: 0 auto 40px;
		padding: 0 3%;
	}

	#footBnrArea ul {
		letter-spacing: -.4em;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	#footBnrArea ul li:nth-child(2n) {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}

	/* コロナ支援追加 */
	/* -------------------------------------------------- */
	#coronaSupport {
		padding: 50px 0;
	}
	
	#coronaSupport img {
		width: 100%;
		height: auto;
	}

	#csMain {
		width: 100%;
	}

	#csSub {
		width: 100%;
	}
	
	#support1 {
		width: 100%;
		height: auto;
	}
	
	#support2 {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	#support3 {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.csTxt {
		padding: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background: rgba(0,0,0,0.4);
		text-align: center;
	}
	
	.mainTxt {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		color: #FFF;
		white-space: nowrap;
	}
	
	.subTxt {
		font-size: 1.2rem;
		line-height: 1.2;
		color: #FFF;
	}

	/* 卒業生の夕べ追加 */
	/* -------------------------------------------------- */
	#graduateEvent {
		width: 100%;
		height: auto;
		padding-top: 50px;
		margin-bottom: 40px;
	}

	#graduateEvent a {
		display: block;
	}

	#graduateEvent a img {
		width: 100%;
	}
}

@media all and (max-width: 440px) {
	.mainTxt {
		font-size: 4.545vw;
	}
}

/* iPhone5救済 */
@media all and (max-width: 374px) {
	.newsTxt {
		padding: 5px;
	}

	.newsName,
	.newsName:after,
	.newsDate,
	.newsTit {
		font-size: 1.0rem;
		line-height: 1;
	}

	.newsCat li {
		font-size: 0.9rem;
	}

	.topAboutItem:first-child a {
		background: url(../../img/top/top_aboutjc_director.png) no-repeat 10px bottom #fff;
		background-size: 70px;
    	padding: 15px 10px 15px 30%;
	}

	#topAboutGreeting {
		font-size: 1.6rem;
		letter-spacing: 0.4em;
	}

	/* 卒業生の夕べ追加 */
	/* -------------------------------------------------- */
	#graduateEvent {
		margin-bottom: 30px;
	}
}
